﻿@charset "UTF-8";

html {
    height: 100%;
    font-size: 62.5%; /* Standard Browsers sets font size to 16px. This makes conversion easier so that 1rem = 10px*/
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-family: "ClearSans", Helvetica, sans-serif; /*-apple-system, BlinkMacSystemFont, removed for now because it causes issues on Mac*/
    font-size: 1.4rem;
    line-height: 1.42857143;
    color: var(--grey);
    background-color: #fff;
}

    body .error {
        color: red;
    }

/*h1, h2, h3, h4, h5, h6, h7 {
    color: var(--dark-grey);
}*/

#sa__zenHelpButton {
    position: fixed;
    left: 20px;
    top: 91vh;
    width: 110px;
    height: 47px;
    text-align: center;
    padding-top: 14px;
    z-index: 990;
    background-color: var(--pro-cyan);
    border-radius: 30px;
    color: var(--white);
    font-size: 1.6rem;
    font-weight: bold;
}

    #sa__zenHelpButton span {
        
    }

.hero h1 {
    font-size: 6.0rem;
}

h1 {
    font-size: 3.6rem !important;
    font-weight: 600;
}

h2 {
    font-size: 2.8rem;
    font-weight: 600;
}

h3 {
    font-size: 2.2rem;
}

h4 {
    font-size: 1.8rem;
}

h5 {
    font-size: 1.7rem;
    text-transform: uppercase;
    letter-spacing: 1.6px;
}

h6 {
    font-size: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 2.0px;
}

.center-content-x {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.center-content-y {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

/*.nav a, .nav span, .nav li {
    font-size: 1.3rem;
    color: var(--light-grey);
}

.nav a:hover, .nav span:hover, .nav li:hover {
    color: var(--dark-grey);
}

span .navIcon {
    color: var(--slate);
    font-size: 1.2rem;
}*/

sup {
    font-family: -apple-system, BlinkMacSystemFont, "ClearSans", Helvetica, sans-serif;
}

/***** Course Search Crisis banner */

.divCrisisBanner {
    text-align: center;
    background-color: #fbb722;
    width: 100%;
    margin-top: -20px;
    padding: 5px 20px 5px 20px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.8rem;
}

.imgAttention {
    height: 45px;
    margin-right: 15px;
}

.imgAttentionIcon {
    width: 40px;
    height: 40px;
}

.IconFloatRight {
    margin-top: 55px;
    margin-left: 15px;
    float: right;
    margin-right: -5px;
}

@media only screen and (max-width: 500px) {
    .IconFloatRight {
        margin-right: -10px;
        margin-left: 0px;
    }
}

.courseDetailCrisis {
    font-weight: bold;
    color: var(--pro-cyan);
    font-size: 1.5rem;
    margin-bottom: 15px;
}
/***********************************/

.contentContainer {
    min-height: calc(100vh - 160px);
    margin-top: 52px;
}

.contentContainerAddTop {
    margin-top: 45px;
}

.contentBody {
    background-color: #fff;
}

.eventContainer {
    width: 100%;
    height: 100%;
    min-height: 2000px;
    background-color: rgba(0, 0, 0, 0.8);
}

/*.primary-content-area {
    padding-bottom: 20px;
    padding-top: 20px;
}

.primary-content-override {
    padding-top: 0px;
}*/

.notice {
    font-family: -apple-system, BlinkMacSystemFont, "ClearSans-Bold", Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 1.125em;
    font-size: 24px;
    color: var(--pro-cyan);
    padding-bottom: 1em;
}

/*.announcement {
    font-size: 16px;
}*/

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**** BOOTSTRAP Overrides ******/

code,
kbd,
pre,
samp {
    font-family: -apple-system, BlinkMacSystemFont, "ClearSans-Thin", Helvetica, sans-serif;
    font-size: 1em;
}

a {
    color: var(--pro-cyan);
    text-decoration: none;
    cursor: pointer;
}

    a:hover {
        color: var(--blue-grey);
        text-decoration: none;
    }

code,
kbd,
pre,
samp {
    font-family: "ClearSans-Thin", sans-serif; /* Menlo, Monaco, Consolas, "Courier New", monospace;*/
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0px 0px 0px 0px; /*20px 0;*/
    border-radius: 4px;
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: ClearSans, sans-serif; /* "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: ClearSans, sans-serif; /*"Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: ClearSans-Thin, sans-serif; /*serif; */
}
/* ------------------------------------------------------------------------*/

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
    font-family: 'FontAwesome';
    src: url("fonts/fontawesome-webfont.eot?v=4.6.3");
    src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14286em;
    list-style-type: none;
}

    .fa-ul > li {
        position: relative;
    }

.fa-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: 0.14286em;
    text-align: center;
}

    .fa-li.fa-lg {
        left: -1.85714em;
    }

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eee;
    border-radius: .1em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left {
    margin-right: .3em;
}

.fa.fa-pull-right {
    margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
    content: "";
}

.fa-music:before {
    content: "";
}

.fa-search:before {
    content: "";
}

.fa-envelope-o:before {
    content: "";
}

.fa-heart:before {
    content: "";
}

.fa-star:before {
    content: "";
}

.fa-star-o:before {
    content: "";
}

.fa-user:before {
    content: "";
}

.fa-film:before {
    content: "";
}

.fa-th-large:before {
    content: "";
}

.fa-th:before {
    content: "";
}

.fa-th-list:before {
    content: "";
}

.fa-check:before {
    content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "";
}

.fa-search-plus:before {
    content: "";
}

.fa-search-minus:before {
    content: "";
}

.fa-power-off:before {
    content: "";
}

.fa-signal:before {
    content: "";
}

.fa-gear:before,
.fa-cog:before {
    content: "";
}

.fa-trash-o:before {
    content: "";
}

.fa-home:before {
    content: "";
}

.fa-file-o:before {
    content: "";
}

.fa-clock-o:before {
    content: "";
}

.fa-road:before {
    content: "";
}

.fa-download:before {
    content: "";
}

.fa-arrow-circle-o-down:before {
    content: "";
}

.fa-arrow-circle-o-up:before {
    content: "";
}

.fa-inbox:before {
    content: "";
}

.fa-play-circle-o:before {
    content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "";
}

.fa-refresh:before {
    content: "";
}

.fa-list-alt:before {
    content: "";
}

.fa-lock:before {
    content: "";
}

.fa-flag:before {
    content: "";
}

.fa-headphones:before {
    content: "";
}

.fa-volume-off:before {
    content: "";
}

.fa-volume-down:before {
    content: "";
}

.fa-volume-up:before {
    content: "";
}

.fa-qrcode:before {
    content: "";
}

.fa-barcode:before {
    content: "";
}

.fa-tag:before {
    content: "";
}

.fa-tags:before {
    content: "";
}

.fa-book:before {
    content: "";
}

.fa-bookmark:before {
    content: "";
}

.fa-print:before {
    content: "";
}

.fa-camera:before {
    content: "";
}

.fa-font:before {
    content: "";
}

.fa-bold:before {
    content: "";
}

.fa-italic:before {
    content: "";
}

.fa-text-height:before {
    content: "";
}

.fa-text-width:before {
    content: "";
}

.fa-align-left:before {
    content: "";
}

.fa-align-center:before {
    content: "";
}

.fa-align-right:before {
    content: "";
}

.fa-align-justify:before {
    content: "";
}

.fa-list:before {
    content: "";
}

.fa-dedent:before,
.fa-outdent:before {
    content: "";
}

.fa-indent:before {
    content: "";
}

.fa-video-camera:before {
    content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "";
}

.fa-pencil:before {
    content: "";
}

.fa-map-marker:before {
    content: "";
}

.fa-adjust:before {
    content: "";
}

.fa-tint:before {
    content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "";
}

.fa-share-square-o:before {
    content: "";
}

.fa-check-square-o:before {
    content: "";
}

.fa-arrows:before {
    content: "";
}

.fa-step-backward:before {
    content: "";
}

.fa-fast-backward:before {
    content: "";
}

.fa-backward:before {
    content: "";
}

.fa-play:before {
    content: "";
}

.fa-pause:before {
    content: "";
}

.fa-stop:before {
    content: "";
}

.fa-forward:before {
    content: "";
}

.fa-fast-forward:before {
    content: "";
}

.fa-step-forward:before {
    content: "";
}

.fa-eject:before {
    content: "";
}

.fa-chevron-left:before {
    content: "";
}

.fa-chevron-right:before {
    content: "";
}

.fa-plus-circle:before {
    content: "";
}

.fa-minus-circle:before {
    content: "";
}

.fa-times-circle:before {
    content: "";
}

.fa-check-circle:before {
    content: "";
}

.fa-question-circle:before {
    content: "";
}

.fa-info-circle:before {
    content: "";
}

.fa-crosshairs:before {
    content: "";
}

.fa-times-circle-o:before {
    content: "";
}

.fa-check-circle-o:before {
    content: "";
}

.fa-ban:before {
    content: "";
}

.fa-arrow-left:before {
    content: "";
}

.fa-arrow-right:before {
    content: "";
}

.fa-arrow-up:before {
    content: "";
}

.fa-arrow-down:before {
    content: "";
}

.fa-mail-forward:before,
.fa-share:before {
    content: "";
}

.fa-expand:before {
    content: "";
}

.fa-compress:before {
    content: "";
}

.fa-plus:before {
    content: "";
}

.fa-minus:before {
    content: "";
}

.fa-asterisk:before {
    content: "";
}

.fa-exclamation-circle:before {
    content: "";
}

.fa-gift:before {
    content: "";
}

.fa-leaf:before {
    content: "";
}

.fa-fire:before {
    content: "";
}

.fa-eye:before {
    content: "";
}

.fa-eye-slash:before {
    content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "";
}

.fa-plane:before {
    content: "";
}

.fa-calendar:before {
    content: "";
}

.fa-random:before {
    content: "";
}

.fa-comment:before {
    content: "";
}

.fa-magnet:before {
    content: "";
}

.fa-chevron-up:before {
    content: "";
}

.fa-chevron-down:before {
    content: "";
}

.fa-retweet:before {
    content: "";
}

.fa-shopping-cart:before {
    content: "";
}

.fa-folder:before {
    content: "";
}

.fa-folder-open:before {
    content: "";
}

.fa-arrows-v:before {
    content: "";
}

.fa-arrows-h:before {
    content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "";
}

.fa-twitter-square:before {
    content: "";
}

.fa-facebook-square:before {
    content: "";
}

.fa-camera-retro:before {
    content: "";
}

.fa-key:before {
    content: "";
}

.fa-gears:before,
.fa-cogs:before {
    content: "";
}

.fa-comments:before {
    content: "";
}

.fa-thumbs-o-up:before {
    content: "";
}

.fa-thumbs-o-down:before {
    content: "";
}

.fa-star-half:before {
    content: "";
}

.fa-heart-o:before {
    content: "";
}

.fa-sign-out:before {
    content: "";
}

.fa-linkedin-square:before {
    content: "";
}

.fa-thumb-tack:before {
    content: "";
}

.fa-external-link:before {
    content: "";
}

.fa-sign-in:before {
    content: "";
}

.fa-trophy:before {
    content: "";
}

.fa-github-square:before {
    content: "";
}

.fa-upload:before {
    content: "";
}

.fa-lemon-o:before {
    content: "";
}

.fa-phone:before {
    content: "";
}

.fa-square-o:before {
    content: "";
}

.fa-bookmark-o:before {
    content: "";
}

.fa-phone-square:before {
    content: "";
}

.fa-twitter:before {
    content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "";
}

.fa-github:before {
    content: "";
}

.fa-unlock:before {
    content: "";
}

.fa-credit-card:before {
    content: "";
}

.fa-feed:before,
.fa-rss:before {
    content: "";
}

.fa-hdd-o:before {
    content: "";
}

.fa-bullhorn:before {
    content: "";
}

.fa-bell:before {
    content: "";
}

.fa-certificate:before {
    content: "";
}

.fa-hand-o-right:before {
    content: "";
}

.fa-hand-o-left:before {
    content: "";
}

.fa-hand-o-up:before {
    content: "";
}

.fa-hand-o-down:before {
    content: "";
}

.fa-arrow-circle-left:before {
    content: "";
}

.fa-arrow-circle-right:before {
    content: "";
}

.fa-arrow-circle-up:before {
    content: "";
}

.fa-arrow-circle-down:before {
    content: "";
}

.fa-globe:before {
    content: "";
}

.fa-wrench:before {
    content: "";
}

.fa-tasks:before {
    content: "";
}

.fa-filter:before {
    content: "";
}

.fa-briefcase:before {
    content: "";
}

.fa-arrows-alt:before {
    content: "";
}

.fa-group:before,
.fa-users:before {
    content: "";
}

.fa-chain:before,
.fa-link:before {
    content: "";
}

.fa-cloud:before {
    content: "";
}

.fa-flask:before {
    content: "";
}

.fa-cut:before,
.fa-scissors:before {
    content: "";
}

.fa-copy:before,
.fa-files-o:before {
    content: "";
}

.fa-paperclip:before {
    content: "";
}

.fa-save:before,
.fa-floppy-o:before {
    content: "";
}

.fa-square:before {
    content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "";
}

.fa-list-ul:before {
    content: "";
}

.fa-list-ol:before {
    content: "";
}

.fa-strikethrough:before {
    content: "";
}

.fa-underline:before {
    content: "";
}

.fa-table:before {
    content: "";
}

.fa-magic:before {
    content: "";
}

.fa-truck:before {
    content: "";
}

.fa-pinterest:before {
    content: "";
}

.fa-pinterest-square:before {
    content: "";
}

.fa-google-plus-square:before {
    content: "";
}

.fa-google-plus:before {
    content: "";
}

.fa-money:before {
    content: "";
}

.fa-caret-down:before {
    content: "";
}

.fa-caret-up:before {
    content: "";
}

.fa-caret-left:before {
    content: "";
}

.fa-caret-right:before {
    content: "";
}

.fa-columns:before {
    content: "";
}

.fa-unsorted:before,
.fa-sort:before {
    content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "";
}

.fa-envelope:before {
    content: "";
}

.fa-linkedin:before {
    content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "";
}

.fa-legal:before,
.fa-gavel:before {
    content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "";
}

.fa-comment-o:before {
    content: "";
}

.fa-comments-o:before {
    content: "";
}

.fa-flash:before,
.fa-bolt:before {
    content: "";
}

.fa-sitemap:before {
    content: "";
}

.fa-umbrella:before {
    content: "";
}

.fa-paste:before,
.fa-clipboard:before {
    content: "";
}

.fa-lightbulb-o:before {
    content: "";
}

.fa-exchange:before {
    content: "";
}

.fa-cloud-download:before {
    content: "";
}

.fa-cloud-upload:before {
    content: "";
}

.fa-user-md:before {
    content: "";
}

.fa-stethoscope:before {
    content: "";
}

.fa-suitcase:before {
    content: "";
}

.fa-bell-o:before {
    content: "";
}

.fa-coffee:before {
    content: "";
}

.fa-cutlery:before {
    content: "";
}

.fa-file-text-o:before {
    content: "";
}

.fa-building-o:before {
    content: "";
}

.fa-hospital-o:before {
    content: "";
}

.fa-ambulance:before {
    content: "";
}

.fa-medkit:before {
    content: "";
}

.fa-fighter-jet:before {
    content: "";
}

.fa-beer:before {
    content: "";
}

.fa-h-square:before {
    content: "";
}

.fa-plus-square:before {
    content: "";
}

.fa-angle-double-left:before {
    content: "";
}

.fa-angle-double-right:before {
    content: "";
}

.fa-angle-double-up:before {
    content: "";
}

.fa-angle-double-down:before {
    content: "";
}

.fa-angle-left:before {
    content: "";
}

.fa-angle-right:before {
    content: "";
}

.fa-angle-up:before {
    content: "";
}

.fa-angle-down:before {
    content: "";
}

.fa-desktop:before {
    content: "";
}

.fa-laptop:before {
    content: "";
}

.fa-tablet:before {
    content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "";
}

.fa-circle-o:before {
    content: "";
}

.fa-quote-left:before {
    content: "";
}

.fa-quote-right:before {
    content: "";
}

.fa-spinner:before {
    content: "";
}

.fa-circle:before {
    content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "";
}

.fa-github-alt:before {
    content: "";
}

.fa-folder-o:before {
    content: "";
}

.fa-folder-open-o:before {
    content: "";
}

.fa-smile-o:before {
    content: "";
}

.fa-frown-o:before {
    content: "";
}

.fa-meh-o:before {
    content: "";
}

.fa-gamepad:before {
    content: "";
}

.fa-keyboard-o:before {
    content: "";
}

.fa-flag-o:before {
    content: "";
}

.fa-flag-checkered:before {
    content: "";
}

.fa-terminal:before {
    content: "";
}

.fa-code:before {
    content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "";
}

.fa-location-arrow:before {
    content: "";
}

.fa-crop:before {
    content: "";
}

.fa-code-fork:before {
    content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "";
}

.fa-question:before {
    content: "";
}

.fa-info:before {
    content: "";
}

.fa-exclamation:before {
    content: "";
}

.fa-superscript:before {
    content: "";
}

.fa-subscript:before {
    content: "";
}

.fa-eraser:before {
    content: "";
}

.fa-puzzle-piece:before {
    content: "";
}

.fa-microphone:before {
    content: "";
}

.fa-microphone-slash:before {
    content: "";
}

.fa-shield:before {
    content: "";
}

.fa-calendar-o:before {
    content: "";
}

.fa-fire-extinguisher:before {
    content: "";
}

.fa-rocket:before {
    content: "";
}

.fa-maxcdn:before {
    content: "";
}

.fa-chevron-circle-left:before {
    content: "";
}

.fa-chevron-circle-right:before {
    content: "";
}

.fa-chevron-circle-up:before {
    content: "";
}

.fa-chevron-circle-down:before {
    content: "";
}

.fa-html5:before {
    content: "";
}

.fa-css3:before {
    content: "";
}

.fa-anchor:before {
    content: "";
}

.fa-unlock-alt:before {
    content: "";
}

.fa-bullseye:before {
    content: "";
}

.fa-ellipsis-h:before {
    content: "";
}

.fa-ellipsis-v:before {
    content: "";
}

.fa-rss-square:before {
    content: "";
}

.fa-play-circle:before {
    content: "";
}

.fa-ticket:before {
    content: "";
}

.fa-minus-square:before {
    content: "";
}

.fa-minus-square-o:before {
    content: "";
}

.fa-level-up:before {
    content: "";
}

.fa-level-down:before {
    content: "";
}

.fa-check-square:before {
    content: "";
}

.fa-pencil-square:before {
    content: "";
}

.fa-external-link-square:before {
    content: "";
}

.fa-share-square:before {
    content: "";
}

.fa-compass:before {
    content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "";
}

.fa-euro:before,
.fa-eur:before {
    content: "";
}

.fa-gbp:before {
    content: "";
}

.fa-dollar:before,
.fa-usd:before {
    content: "";
}

.fa-rupee:before,
.fa-inr:before {
    content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "";
}

.fa-won:before,
.fa-krw:before {
    content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "";
}

.fa-file:before {
    content: "";
}

.fa-file-text:before {
    content: "";
}

.fa-sort-alpha-asc:before {
    content: "";
}

.fa-sort-alpha-desc:before {
    content: "";
}

.fa-sort-amount-asc:before {
    content: "";
}

.fa-sort-amount-desc:before {
    content: "";
}

.fa-sort-numeric-asc:before {
    content: "";
}

.fa-sort-numeric-desc:before {
    content: "";
}

.fa-thumbs-up:before {
    content: "";
}

.fa-thumbs-down:before {
    content: "";
}

.fa-youtube-square:before {
    content: "";
}

.fa-youtube:before {
    content: "";
}

.fa-xing:before {
    content: "";
}

.fa-xing-square:before {
    content: "";
}

.fa-youtube-play:before {
    content: "";
}

.fa-dropbox:before {
    content: "";
}

.fa-stack-overflow:before {
    content: "";
}

.fa-instagram:before {
    content: "";
}

.fa-flickr:before {
    content: "";
}

.fa-adn:before {
    content: "";
}

.fa-bitbucket:before {
    content: "";
}

.fa-bitbucket-square:before {
    content: "";
}

.fa-tumblr:before {
    content: "";
}

.fa-tumblr-square:before {
    content: "";
}

.fa-long-arrow-down:before {
    content: "";
}

.fa-long-arrow-up:before {
    content: "";
}

.fa-long-arrow-left:before {
    content: "";
}

.fa-long-arrow-right:before {
    content: "";
}

.fa-apple:before {
    content: "";
}

.fa-windows:before {
    content: "";
}

.fa-android:before {
    content: "";
}

.fa-linux:before {
    content: "";
}

.fa-dribbble:before {
    content: "";
}

.fa-skype:before {
    content: "";
}

.fa-foursquare:before {
    content: "";
}

.fa-trello:before {
    content: "";
}

.fa-female:before {
    content: "";
}

.fa-male:before {
    content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "";
}

.fa-sun-o:before {
    content: "";
}

.fa-moon-o:before {
    content: "";
}

.fa-archive:before {
    content: "";
}

.fa-bug:before {
    content: "";
}

.fa-vk:before {
    content: "";
}

.fa-weibo:before {
    content: "";
}

.fa-renren:before {
    content: "";
}

.fa-pagelines:before {
    content: "";
}

.fa-stack-exchange:before {
    content: "";
}

.fa-arrow-circle-o-right:before {
    content: "";
}

.fa-arrow-circle-o-left:before {
    content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "";
}

.fa-dot-circle-o:before {
    content: "";
}

.fa-wheelchair:before {
    content: "";
}

.fa-vimeo-square:before {
    content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "";
}

.fa-plus-square-o:before {
    content: "";
}

.fa-space-shuttle:before {
    content: "";
}

.fa-slack:before {
    content: "";
}

.fa-envelope-square:before {
    content: "";
}

.fa-wordpress:before {
    content: "";
}

.fa-openid:before {
    content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "";
}

.fa-yahoo:before {
    content: "";
}

.fa-google:before {
    content: "";
}

.fa-reddit:before {
    content: "";
}

.fa-reddit-square:before {
    content: "";
}

.fa-stumbleupon-circle:before {
    content: "";
}

.fa-stumbleupon:before {
    content: "";
}

.fa-delicious:before {
    content: "";
}

.fa-digg:before {
    content: "";
}

.fa-pied-piper-pp:before {
    content: "";
}

.fa-pied-piper-alt:before {
    content: "";
}

.fa-drupal:before {
    content: "";
}

.fa-joomla:before {
    content: "";
}

.fa-language:before {
    content: "";
}

.fa-fax:before {
    content: "";
}

.fa-building:before {
    content: "";
}

.fa-child:before {
    content: "";
}

.fa-paw:before {
    content: "";
}

.fa-spoon:before {
    content: "";
}

.fa-cube:before {
    content: "";
}

.fa-cubes:before {
    content: "";
}

.fa-behance:before {
    content: "";
}

.fa-behance-square:before {
    content: "";
}

.fa-steam:before {
    content: "";
}

.fa-steam-square:before {
    content: "";
}

.fa-recycle:before {
    content: "";
}

.fa-automobile:before,
.fa-car:before {
    content: "";
}

.fa-cab:before,
.fa-taxi:before {
    content: "";
}

.fa-tree:before {
    content: "";
}

.fa-spotify:before {
    content: "";
}

.fa-deviantart:before {
    content: "";
}

.fa-soundcloud:before {
    content: "";
}

.fa-database:before {
    content: "";
}

.fa-file-pdf-o:before {
    content: "";
}

.fa-file-word-o:before {
    content: "";
}

.fa-file-excel-o:before {
    content: "";
}

.fa-file-powerpoint-o:before {
    content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "";
}

.fa-file-code-o:before {
    content: "";
}

.fa-vine:before {
    content: "";
}

.fa-codepen:before {
    content: "";
}

.fa-jsfiddle:before {
    content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "";
}

.fa-circle-o-notch:before {
    content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "";
}

.fa-ge:before,
.fa-empire:before {
    content: "";
}

.fa-git-square:before {
    content: "";
}

.fa-git:before {
    content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "";
}

.fa-tencent-weibo:before {
    content: "";
}

.fa-qq:before {
    content: "";
}

.fa-wechat:before,
.fa-weixin:before {
    content: "";
}

.fa-send:before,
.fa-paper-plane:before {
    content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "";
}

.fa-history:before {
    content: "";
}

.fa-circle-thin:before {
    content: "";
}

.fa-header:before {
    content: "";
}

.fa-paragraph:before {
    content: "";
}

.fa-sliders:before {
    content: "";
}

.fa-share-alt:before {
    content: "";
}

.fa-share-alt-square:before {
    content: "";
}

.fa-bomb:before {
    content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "";
}

.fa-tty:before {
    content: "";
}

.fa-binoculars:before {
    content: "";
}

.fa-plug:before {
    content: "";
}

.fa-slideshare:before {
    content: "";
}

.fa-twitch:before {
    content: "";
}

.fa-yelp:before {
    content: "";
}

.fa-newspaper-o:before {
    content: "";
}

.fa-wifi:before {
    content: "";
}

.fa-calculator:before {
    content: "";
}

.fa-paypal:before {
    content: "";
}

.fa-google-wallet:before {
    content: "";
}

.fa-cc-visa:before {
    content: "";
}

.fa-cc-mastercard:before {
    content: "";
}

.fa-cc-discover:before {
    content: "";
}

.fa-cc-amex:before {
    content: "";
}

.fa-cc-paypal:before {
    content: "";
}

.fa-cc-stripe:before {
    content: "";
}

.fa-bell-slash:before {
    content: "";
}

.fa-bell-slash-o:before {
    content: "";
}

.fa-trash:before {
    content: "";
}

.fa-copyright:before {
    content: "";
}

.fa-at:before {
    content: "";
}

.fa-eyedropper:before {
    content: "";
}

.fa-paint-brush:before {
    content: "";
}

.fa-birthday-cake:before {
    content: "";
}

.fa-area-chart:before {
    content: "";
}

.fa-pie-chart:before {
    content: "";
}

.fa-line-chart:before {
    content: "";
}

.fa-lastfm:before {
    content: "";
}

.fa-lastfm-square:before {
    content: "";
}

.fa-toggle-off:before {
    content: "";
}

.fa-toggle-on:before {
    content: "";
}

.fa-bicycle:before {
    content: "";
}

.fa-bus:before {
    content: "";
}

.fa-ioxhost:before {
    content: "";
}

.fa-angellist:before {
    content: "";
}

.fa-cc:before {
    content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "";
}

.fa-meanpath:before {
    content: "";
}

.fa-buysellads:before {
    content: "";
}

.fa-connectdevelop:before {
    content: "";
}

.fa-dashcube:before {
    content: "";
}

.fa-forumbee:before {
    content: "";
}

.fa-leanpub:before {
    content: "";
}

.fa-sellsy:before {
    content: "";
}

.fa-shirtsinbulk:before {
    content: "";
}

.fa-simplybuilt:before {
    content: "";
}

.fa-skyatlas:before {
    content: "";
}

.fa-cart-plus:before {
    content: "";
}

.fa-cart-arrow-down:before {
    content: "";
}

.fa-diamond:before {
    content: "";
}

.fa-ship:before {
    content: "";
}

.fa-user-secret:before {
    content: "";
}

.fa-motorcycle:before {
    content: "";
}

.fa-street-view:before {
    content: "";
}

.fa-heartbeat:before {
    content: "";
}

.fa-venus:before {
    content: "";
}

.fa-mars:before {
    content: "";
}

.fa-mercury:before {
    content: "";
}

.fa-intersex:before,
.fa-transgender:before {
    content: "";
}

.fa-transgender-alt:before {
    content: "";
}

.fa-venus-double:before {
    content: "";
}

.fa-mars-double:before {
    content: "";
}

.fa-venus-mars:before {
    content: "";
}

.fa-mars-stroke:before {
    content: "";
}

.fa-mars-stroke-v:before {
    content: "";
}

.fa-mars-stroke-h:before {
    content: "";
}

.fa-neuter:before {
    content: "";
}

.fa-genderless:before {
    content: "";
}

.fa-facebook-official:before {
    content: "";
}

.fa-pinterest-p:before {
    content: "";
}

.fa-whatsapp:before {
    content: "";
}

.fa-server:before {
    content: "";
}

.fa-user-plus:before {
    content: "";
}

.fa-user-times:before {
    content: "";
}

.fa-hotel:before,
.fa-bed:before {
    content: "";
}

.fa-viacoin:before {
    content: "";
}

.fa-train:before {
    content: "";
}

.fa-subway:before {
    content: "";
}

.fa-medium:before {
    content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "";
}

.fa-optin-monster:before {
    content: "";
}

.fa-opencart:before {
    content: "";
}

.fa-expeditedssl:before {
    content: "";
}

.fa-battery-4:before,
.fa-battery-full:before {
    content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "";
}

.fa-mouse-pointer:before {
    content: "";
}

.fa-i-cursor:before {
    content: "";
}

.fa-object-group:before {
    content: "";
}

.fa-object-ungroup:before {
    content: "";
}

.fa-sticky-note:before {
    content: "";
}

.fa-sticky-note-o:before {
    content: "";
}

.fa-cc-jcb:before {
    content: "";
}

.fa-cc-diners-club:before {
    content: "";
}

.fa-clone:before {
    content: "";
}

.fa-balance-scale:before {
    content: "";
}

.fa-hourglass-o:before {
    content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "";
}

.fa-hourglass:before {
    content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "";
}

.fa-hand-scissors-o:before {
    content: "";
}

.fa-hand-lizard-o:before {
    content: "";
}

.fa-hand-spock-o:before {
    content: "";
}

.fa-hand-pointer-o:before {
    content: "";
}

.fa-hand-peace-o:before {
    content: "";
}

.fa-trademark:before {
    content: "";
}

.fa-registered:before {
    content: "";
}

.fa-creative-commons:before {
    content: "";
}

.fa-gg:before {
    content: "";
}

.fa-gg-circle:before {
    content: "";
}

.fa-tripadvisor:before {
    content: "";
}

.fa-odnoklassniki:before {
    content: "";
}

.fa-odnoklassniki-square:before {
    content: "";
}

.fa-get-pocket:before {
    content: "";
}

.fa-wikipedia-w:before {
    content: "";
}

.fa-safari:before {
    content: "";
}

.fa-chrome:before {
    content: "";
}

.fa-firefox:before {
    content: "";
}

.fa-opera:before {
    content: "";
}

.fa-internet-explorer:before {
    content: "";
}

.fa-tv:before,
.fa-television:before {
    content: "";
}

.fa-contao:before {
    content: "";
}

.fa-500px:before {
    content: "";
}

.fa-amazon:before {
    content: "";
}

.fa-calendar-plus-o:before {
    content: "";
}

.fa-calendar-minus-o:before {
    content: "";
}

.fa-calendar-times-o:before {
    content: "";
}

.fa-calendar-check-o:before {
    content: "";
}

.fa-industry:before {
    content: "";
}

.fa-map-pin:before {
    content: "";
}

.fa-map-signs:before {
    content: "";
}

.fa-map-o:before {
    content: "";
}

.fa-map:before {
    content: "";
}

.fa-commenting:before {
    content: "";
}

.fa-commenting-o:before {
    content: "";
}

.fa-houzz:before {
    content: "";
}

.fa-vimeo:before {
    content: "";
}

.fa-black-tie:before {
    content: "";
}

.fa-fonticons:before {
    content: "";
}

.fa-reddit-alien:before {
    content: "";
}

.fa-edge:before {
    content: "";
}

.fa-credit-card-alt:before {
    content: "";
}

.fa-codiepie:before {
    content: "";
}

.fa-modx:before {
    content: "";
}

.fa-fort-awesome:before {
    content: "";
}

.fa-usb:before {
    content: "";
}

.fa-product-hunt:before {
    content: "";
}

.fa-mixcloud:before {
    content: "";
}

.fa-scribd:before {
    content: "";
}

.fa-pause-circle:before {
    content: "";
}

.fa-pause-circle-o:before {
    content: "";
}

.fa-stop-circle:before {
    content: "";
}

.fa-stop-circle-o:before {
    content: "";
}

.fa-shopping-bag:before {
    content: "";
}

.fa-shopping-basket:before {
    content: "";
}

.fa-hashtag:before {
    content: "";
}

.fa-bluetooth:before {
    content: "";
}

.fa-bluetooth-b:before {
    content: "";
}

.fa-percent:before {
    content: "";
}

.fa-gitlab:before {
    content: "";
}

.fa-wpbeginner:before {
    content: "";
}

.fa-wpforms:before {
    content: "";
}

.fa-envira:before {
    content: "";
}

.fa-universal-access:before {
    content: "";
}

.fa-wheelchair-alt:before {
    content: "";
}

.fa-question-circle-o:before {
    content: "";
}

.fa-blind:before {
    content: "";
}

.fa-audio-description:before {
    content: "";
}

.fa-volume-control-phone:before {
    content: "";
}

.fa-braille:before {
    content: "";
}

.fa-assistive-listening-systems:before {
    content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "";
}

.fa-glide:before {
    content: "";
}

.fa-glide-g:before {
    content: "";
}

.fa-signing:before,
.fa-sign-language:before {
    content: "";
}

.fa-low-vision:before {
    content: "";
}

.fa-viadeo:before {
    content: "";
}

.fa-viadeo-square:before {
    content: "";
}

.fa-snapchat:before {
    content: "";
}

.fa-snapchat-ghost:before {
    content: "";
}

.fa-snapchat-square:before {
    content: "";
}

.fa-pied-piper:before {
    content: "";
}

.fa-first-order:before {
    content: "";
}

.fa-yoast:before {
    content: "";
}

.fa-themeisle:before {
    content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "";
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

.tooltipster-fall, .tooltipster-grow.tooltipster-show {
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-base {
    display: flex;
    pointer-events: none;
    position: absolute;
}

.tooltipster-box {
    flex: 1 1 auto;
}

.tooltipster-content {
    box-sizing: border-box;
    max-height: 100%;
    max-width: 100%;
    overflow: auto;
}

.tooltipster-ruler {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
}

.tooltipster-fade {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;
}

    .tooltipster-fade.tooltipster-show {
        opacity: 1;
    }

.tooltipster-grow {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-backface-visibility: hidden;
}

    .tooltipster-grow.tooltipster-show {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
        -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
        transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    }

.tooltipster-swing {
    opacity: 0;
    -webkit-transform: rotateZ(4deg);
    -moz-transform: rotateZ(4deg);
    -o-transform: rotateZ(4deg);
    -ms-transform: rotateZ(4deg);
    transform: rotateZ(4deg);
    -webkit-transition-property: -webkit-transform,opacity;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
}

    .tooltipster-swing.tooltipster-show {
        opacity: 1;
        -webkit-transform: rotateZ(0);
        -moz-transform: rotateZ(0);
        -o-transform: rotateZ(0);
        -ms-transform: rotateZ(0);
        transform: rotateZ(0);
        -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
        -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
        -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
        -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
        -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
        transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
    }

.tooltipster-fall {
    -webkit-transition-property: top;
    -moz-transition-property: top;
    -o-transition-property: top;
    -ms-transition-property: top;
    transition-property: top;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

    .tooltipster-fall.tooltipster-initial {
        top: 0 !important;
    }

    .tooltipster-fall.tooltipster-dying {
        -webkit-transition-property: all;
        -moz-transition-property: all;
        -o-transition-property: all;
        -ms-transition-property: all;
        transition-property: all;
        top: 0 !important;
        opacity: 0;
    }

.tooltipster-slide {
    -webkit-transition-property: left;
    -moz-transition-property: left;
    -o-transition-property: left;
    -ms-transition-property: left;
    transition-property: left;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

    .tooltipster-slide.tooltipster-initial {
        left: -40px !important;
    }

    .tooltipster-slide.tooltipster-dying {
        -webkit-transition-property: all;
        -moz-transition-property: all;
        -o-transition-property: all;
        -ms-transition-property: all;
        transition-property: all;
        left: 0 !important;
        opacity: 0;
    }

@keyframes tooltipster-fading {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.tooltipster-update-fade {
    animation: tooltipster-fading .4s;
}

@keyframes tooltipster-rotating {
    25% {
        transform: rotate(-2deg);
    }

    75% {
        transform: rotate(2deg);
    }

    100% {
        transform: rotate(0);
    }
}

.tooltipster-update-rotate {
    animation: tooltipster-rotating .6s;
}

@keyframes tooltipster-scaling {
    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.tooltipster-update-scale {
    animation: tooltipster-scaling .6s;
}

.tooltipster-sidetip .tooltipster-box {
    background: #565656;
    border: 2px solid #000;
    border-radius: 4px;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
    margin-top: 8px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
    margin-right: 8px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
    margin-left: 8px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
    margin-bottom: 8px;
}

.tooltipster-sidetip .tooltipster-content {
    color: #fff;
    line-height: 18px;
    padding: 6px 14px;
}

.tooltipster-sidetip .tooltipster-arrow {
    overflow: hidden;
    position: absolute;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
    height: 10px;
    margin-left: -10px;
    top: 0;
    width: 20px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
    height: 20px;
    margin-top: -10px;
    right: 0;
    top: 0;
    width: 10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
    height: 20px;
    margin-top: -10px;
    left: 0;
    top: 0;
    width: 10px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
    bottom: 0;
    height: 10px;
    margin-left: -10px;
    width: 20px;
}

.tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
    height: 0;
    position: absolute;
    width: 0;
}

.tooltipster-sidetip .tooltipster-arrow-background {
    border: 10px solid transparent;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
    border-bottom-color: #565656;
    left: 0;
    top: 3px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
    border-left-color: #565656;
    left: -3px;
    top: 0;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
    border-right-color: #565656;
    left: 3px;
    top: 0;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
    border-top-color: #565656;
    left: 0;
    top: -3px;
}

.tooltipster-sidetip .tooltipster-arrow-border {
    border: 10px solid transparent;
    left: 0;
    top: 0;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color: #000;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
    border-left-color: #000;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
    border-right-color: #000;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
    border-top-color: #000;
}

.tooltipster-sidetip .tooltipster-arrow-uncropped {
    position: relative;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
    top: -10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
    left: -10px;
}

.OnSiteSliderButton {
    display: none;
}

body {
    transition: transform 0.33s cubic-bezier(0.33, 0, 0.2, 1);
}

.webinar-table {
    width: 100% !important;
}

    .webinar-table td {
        padding: 10px 5px;
    }

        .webinar-table td img {
            width: 250px;
            max-width: 250px;
        }



.footer-menu-wrapper {
    background: #9dadb8;
}

.footer-menu {
    padding-bottom: 3.2rem;
    padding-top: 3.2rem;
}

.footer-menu-column {
    padding-left: 8rem;
}

@media only screen and (min-width: 992px) {
    .footer-menu-column {
        padding-left: 1.5rem;
    }
}

.footer-menu-column h4 {
    font-family: ClearSans-Bold, sans-serif; /*"Montserrat", sans-serif;*/
    font-size: 1.6rem;
    font-weight: bold;
    margin-top: 2rem;
}

@media only screen and (min-width: 992px) {
    .footer-menu-column h4 {
        margin-top: 0;
    }
}

.footer-menu-column ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-menu-column-item {
    font-family: ClearSans, sans-serif; /*"Montserrat", sans-serif;*/
    font-weight: normal;
    margin-top: 2rem;
}

@media only screen and (min-width: 992px) {
    .footer-menu-column-item {
        margin-top: 0;
    }
}

.footer-menu-column-item.first-item {
    margin-top: 0;
}

.footer-menu-column-item-label {
    display: block;
    font-family: ClearSans, sans-serif; /*"Montserrat", sans-serif;*/
    font-size: 1.6rem;
    font-weight: bold;
    padding-bottom: .5rem;
}

.footer-menu-column-item a {
    color: #1f3445;
}

    .footer-menu-column-item a:hover {
        text-decoration: none;
    }

.footer-menu-column-item-sub-item {
    padding-bottom: .5rem;
}

.footer-menu-column-social {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-menu-column-social-item {
    display: inline;
}

    .footer-menu-column-social-item a {
        background: url("../images/scrum-alliance-social-sprite.png") 0 0 no-repeat;
        display: inline-block;
        height: 3.4rem;
        width: 3.4rem;
    }

.footer-menu-column-social-item--twitter a {
    background-position: -34px 0;
}

.footer-menu-column-social-item--google a {
    background-position: -68px 0;
}

.footer-menu-column-social-item--linkedin a {
    background-position: -102px 0;
}

.header {
    border-bottom: 3px solid #ececec;
}

.main-content {
    margin-top: 2rem;
}

    .main-content h1 {
        color: var(--pro-cyan);
        font-family: "ClearSans-Bold", sans-serif; /*font-family: "MuseoSlab500", serif;*/
        font-size: 3.2rem;
    }

    .main-content h2 {
        color: #a4aeb5;
        font-family: "ClearSans-Bold", sans-serif; /*font-family: "MuseoSlab500", serif;*/
        font-size: 1.8rem;
    }

    .main-content a {
        color: #ff7011;
    }

        .main-content a:hover {
            color: #005580;
        }

.event-header {
    padding: 10px 0;
}

.event-header__register__btn {
    background: #f90;
    border-radius: 4px;
    border-bottom: 4px solid #db7500;
    color: #FFF;
    display: block;
    font-weight: bold;
    padding: 10px 15px;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .event-header__register__btn {
        margin-top: 10px;
    }
}

.event-header__register__btn:hover {
    color: #FFF;
    text-decoration: none;
}

.event-header__logo a:hover {
    text-decoration: none;
}

.event-footer {
    border-top: 2px solid #1f3449;
    background: #9dadb8;
    padding: 40px 0;
}

.event-footer-menu h4, .event-footer-additional-menu h4 {
    color: #1f3449;
    font-size: 1.6rem;
    font-weight: bold;
}

@media only screen and (min-width: 768px) {
    .event-footer-menu h4, .event-footer-additional-menu h4 {
        min-height: 40px;
    }
}

.event-footer-menu h4 span, .event-footer-additional-menu h4 span {
    display: block;
}

.event-footer-menu ul, .event-footer-additional-menu ul {
    list-style: none;
    margin: 0 0 40px 0;
    padding: 0;
}

    .event-footer-menu ul li, .event-footer-additional-menu ul li {
        padding: 5px 0;
    }

        .event-footer-menu ul li a, .event-footer-additional-menu ul li a {
            color: #1f3449;
        }

            .event-footer-menu ul li a:hover, .event-footer-menu ul li a:focus, .event-footer-additional-menu ul li a:hover, .event-footer-additional-menu ul li a:focus {
                color: #1f3449;
                text-decoration: none;
            }

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .event-footer-additional-menu {
        padding-left: 40px;
    }
}

.event-footer-social h4 {
    color: #1f3449;
    font-size: 1.6rem;
    font-weight: bold;
}

@media only screen and (min-width: 768px) {
    .event-footer-social h4 {
        min-height: 40px;
    }
}

.event-footer-copy {
    background: #334553;
    color: #FFF;
    font-size: 1.2rem;
    padding: 10px 0;
    text-align: center;
}

    .event-footer-copy .copyright,
    .event-footer-copy .rights,
    .event-footer-copy .links {
        display: inline-block;
    }

    .event-footer-copy .rights {
        margin-left: 20px;
        margin-right: 20px;
    }

    .event-footer-copy .links a {
        color: #ff7011;
        font-weight: bold;
        margin-right: 3px;
        margin-left: 3px;
    }

.header-utility-nav-wrapper {
    background: var(--pro-cyan);
}

.header-utility-nav-text {
    display: none;
    float: left;
    font-size: 1.3rem;
    min-height: 40px;
    padding: 8px 0;
}

    .header-utility-nav-text em {
        display: none;
    }

@media only screen and (min-width: 992px) {
    .header-utility-nav-text {
        color: #FFF;
        display: block;
        min-height: 55px;
        padding: 15px 0;
    }

        .header-utility-nav-text em {
            display: inline-block;
        }
}

.header-utility-nav-text a {
    color: #FFF;
}

.header-utility-nav-search-settings-wrapper {
    overflow: hidden;
    float: right;
    margin-right: -15px;
}

@media only screen and (min-width: 992px) {
    .header-utility-nav-search-settings-wrapper {
        margin-right: 0;
    }
}

.header-utility-nav-search {
    border-left: 1px solid #0f7ea8;
    border-right: 1px solid #0f7ea8;
    cursor: pointer;
    float: left;
    font-size: 2.4rem;
    min-height: 40px;
    padding: 8px 15px;
}

@media only screen and (min-width: 992px) {
    .header-utility-nav-search {
        min-height: 55px;
        padding: 15px;
    }
}

.header-utility-nav-settings {
    float: left;
    min-height: 40px;
    font-weight: bold;
    padding: 10px 15px 8px;
}

@media only screen and (min-width: 992px) {
    .header-utility-nav-settings {
        border-right: 1px solid #0f7ea8;
        border-left: 1px solid #0f7ea8; /*this is only here when the search is hidden*/
        min-height: 40px;
        padding: 20px 15px 15px;
    }
}

.header-utility-nav-settings span {
    cursor: pointer;
}

.header-utility-nav-settings ul {
    background-color: #f5f3f3;
    display: none;
    padding: 15px;
    position: absolute;
    right: 0;
    top: 37px;
    width: 200px;
    z-index: 999;
}

@media only screen and (min-width: 992px) {
    .header-utility-nav-settings ul {
        top: 50px;
    }
}

.header-utility-nav-settings ul li {
    list-style: none;
    padding: 5px 0;
}

    .header-utility-nav-settings ul li a {
        color: #000;
    }

        .header-utility-nav-settings ul li a:hover, .header-utility-nav-settings ul li a:focus {
            text-decoration: none;
        }

.header-utility-nav-settings.active ul {
    display: block;
}

.header-utility-nav-settings > .login {
    color: inherit;
}

    .header-utility-nav-settings > .login:hover, .header-utility-nav-settings > .login:focus {
        text-decoration: none;
    }

body.off-canvas-push {
    position: relative;
    overflow: hidden;
    -moz-transform: translate3d(-75%, 0, 0);
    -ms-transform: translate3d(-75%, 0, 0);
    -o-transform: translate3d(-75%, 0, 0);
    -webkit-transform: translate3d(-75%, 0, 0);
    transform: translate3d(-75%, 0, 0);
}

.navigation-off-canvas {
    background: #FFF;
    display: none;
    overflow-y: scroll;
    height: 100vh;
    padding: 2rem;
    position: fixed;
    right: -75%;
    width: 75%;
    z-index: 100;
}

    .navigation-off-canvas.active {
        display: block;
    }

.navigation-off-canvas-close {
    color: #999;
    font-size: 3.2rem;
    position: absolute;
    right: 20px;
    top: 10px;
}

.navigation-off-canvas > ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .navigation-off-canvas > ul > li {
        margin-bottom: 20px;
    }

        .navigation-off-canvas > ul > li > a {
            color: #999;
            font-size: 1.2rem;
            font-weight: bold;
        }

    .navigation-off-canvas > ul li ul {
        list-style: none;
        margin: 0;
        padding: 0 0 0 1rem;
    }

        .navigation-off-canvas > ul li ul li a {
            color: #999;
            font-size: 1.2rem;
        }

.header-logo {
    padding-bottom: 5px;
    padding-top: 5px;
}

@media only screen and (min-width: 992px) {
    .header-logo {
        padding-bottom: 10px;
        padding-top: 10px;
    }
}

.header-logo img {
    width: 100%;
}

@media only screen and (min-width: 992px) {
    .header-logo img {
        width: auto;
    }
}

.header-nav-mobile {
    float: right;
    padding: 10px 0;
}

    .header-nav-mobile span {
        font-family: ClearSans, sans-serif; /*"Montserrat", sans-serif;*/
        font-size: 1.4rem;
        font-weight: normal;
        line-height: 3.2rem;
        text-transform: uppercase;
        vertical-align: top;
    }

    .header-nav-mobile .fa {
        font-size: 3.2rem;
    }

.header-nav > ul {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
}

@media only screen and (min-width: 992px) {
    .header-nav > ul {
        display: block;
    }
}

.header-nav > ul > li {
    float: left;
    padding: 2.5rem;
    position: relative;
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .header-nav > ul > li {
        float: left;
        padding: 2.5rem 1.5rem 2.5rem 1.5rem;
        position: relative;
    }
}

.header-nav > ul > li:hover > ul {
    left: -200px;
}

.header-nav > ul a {
    color: #666;
    display: block;
    font-family: ClearSans, sans-serif; /*"Montserrat", sans-serif;*/
    position: relative;
    text-transform: uppercase;
    z-index: 505;
}

    .header-nav > ul a:hover, .header-nav > ul a:focus {
        color: #ff7011;
    }

.header-nav ul li > ul > li.menu-link-button {
    background: #f90;
    bottom: -50px;
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
}

    .header-nav ul li > ul > li.menu-link-button a {
        color: #FFF;
        display: block;
        font-size: 2.2rem;
        padding: 15px 20px;
        width: 100%;
    }

        .header-nav ul li > ul > li.menu-link-button a:after {
            color: #FFF;
            content: "\f054";
            font-family: FontAwesome;
            font-style: normal;
            font-weight: normal;
            display: block;
            position: absolute;
            right: 20px;
            top: 20px;
        }

        .header-nav ul li > ul > li.menu-link-button a:hover {
            text-decoration: none;
        }

.header-nav ul li > ul > li.menu-link-event {
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
}

.header-nav > ul > li > ul {
    background: #f5f3f3;
    left: -999em;
    list-style: none;
    margin: 0;
    padding: 2rem;
    position: absolute;
    top: 8.7rem;
    width: 600px;
    z-index: 500;
}

    .header-nav > ul > li > ul:before {
        color: #f5f3f3;
        content: "\f0d8";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        display: block;
        font-size: 6rem;
        height: 6rem;
        left: 25rem;
        position: absolute;
        top: -5.3rem;
        width: 6rem;
    }

    .header-nav > ul > li > ul > li {
        margin-bottom: 1rem;
    }

        .header-nav > ul > li > ul > li.sub-nav-column {
            float: left;
            width: 50%;
        }

            .header-nav > ul > li > ul > li.sub-nav-column .sub-nav-label {
                color: var(--pro-cyan);
                font-family: ClearSans, sans-serif; /*"Montserrat", sans-serif;*/
                font-weight: bold;
                font-size: 2rem;
            }

            .header-nav > ul > li > ul > li.sub-nav-column ul {
                left: 0;
                margin: 0;
                padding: 0;
            }

    .header-nav > ul > li > ul a {
        display: inline-block;
        text-transform: none;
    }

    .header-nav > ul > li > ul > li > ul {
        left: 30px;
        position: relative;
        float: none;
        list-style: none;
        margin: 20px 0 0 0;
        padding: 0;
        width: 50%;
    }

        .header-nav > ul > li > ul > li > ul li {
            margin-bottom: 1.5rem;
        }

        .header-nav > ul > li > ul > li > ul.header-nav-sub-list {
            left: 0;
            float: left;
            list-style: none;
            margin: 0 10px 0 10px;
            padding: 0;
            width: calc(50% - 20px);
        }

            .header-nav > ul > li > ul > li > ul.header-nav-sub-list li {
                margin-bottom: 1.5rem;
            }

.footer-newsletter-subscription-wrapper {
    background: #334553;
    border-bottom: 3px solid #1f3445;
    border-top: 5px solid var(--pro-cyan);
    min-height: 140px;
}

@media only screen and (min-width: 992px) {
    .footer-newsletter-subscription-wrapper {
        min-height: 110px;
    }
}

.footer-newsletter-subscription {
    color: #FFF;
    font-family: ClearSans, sans-serif; /*"Montserrat", sans-serif;*/
    font-weight: bold;
    padding: 1rem;
    text-align: center;
}

@media only screen and (min-width: 992px) {
    .footer-newsletter-subscription {
        text-align: left;
    }
}

.footer-newsletter-subscription h2 {
    font-size: 1.8rem;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 0;
}

@media only screen and (min-width: 992px) {
    .footer-newsletter-subscription h2 {
        display: inline-block;
        line-height: 2rem;
        text-align: right;
        width: 12rem;
    }
}

.footer-newsletter-subscription button {
    display: block;
    margin: 0 auto;
    margin-top: 2rem;
    max-width: 200px;
    width: 60%;
}

@media only screen and (min-width: 992px) {
    .footer-newsletter-subscription button {
        display: inline-block;
        margin-left: 1rem;
        margin-top: -2rem;
        padding-bottom: 1.5rem;
        padding-top: 1.5rem;
    }
}

.btn {
    border-radius: .4rem;
    font-family: -apple-system, BlinkMacSystemFont, "ClearSans", Helvetica, sans-serif;
    font-weight: bold;
    padding: 1rem;
    text-align: center;
    /*background: var(--pro-cyan);
  background: -moz-linear-gradient(top, var(--pro-cyan) 0%, var(--pro-cyan) 90%, #0087ba 90%, #0087ba 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, var(--pro-cyan)), color-stop(90%, var(--pro-cyan)), color-stop(90%, #0087ba), color-stop(100%, #0087ba));
  background: -webkit-linear-gradient(top, var(--pro-cyan) 0%, var(--pro-cyan) 90%, #0087ba 90%, #0087ba 100%);
  background: -o-linear-gradient(top, var(--pro-cyan) 0%, var(--pro-cyan) 90%, #0087ba 90%, #0087ba 100%);
  background: -ms-linear-gradient(top, var(--pro-cyan) 0%, var(--pro-cyan) 90%, #0087ba 90%, #0087ba 100%);
  background: linear-gradient(to bottom, var(--pro-cyan) 0%, var(--pro-cyan) 90%, #0087ba 90%, #0087ba 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$primary',endColorstr='#0087ba',GradientType=0);*/
}

.btn--primary {
    border: var(--pro-cyan);
    background: var(--pro-cyan);
    /*
    background: -moz-linear-gradient(top, var(--pro-cyan) 0%, var(--pro-cyan) 90%, #0087ba 90%, #0087ba 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, var(--pro-cyan)), color-stop(90%, var(--pro-cyan)), color-stop(90%, #0087ba), color-stop(100%, #0087ba));
    background: -webkit-linear-gradient(top, var(--pro-cyan) 0%, var(--pro-cyan) 90%, #0087ba 90%, #0087ba 100%);
    background: -o-linear-gradient(top, var(--pro-cyan) 0%, var(--pro-cyan) 90%, #0087ba 90%, #0087ba 100%);
    background: -ms-linear-gradient(top, var(--pro-cyan) 0%, var(--pro-cyan) 90%, #0087ba 90%, #0087ba 100%);
    background: linear-gradient(to bottom, var(--pro-cyan) 0%, var(--pro-cyan) 90%, #0087ba 90%, #0087ba 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$primary',endColorstr='#0087ba',GradientType=0);
        */
    color: #fff;
}

    .btn--primary:hover {
        border: #0095cc;
        background: #0095cc;
        /*
        background: -moz-linear-gradient(top, #0095cc 0%, #0095cc 90%, #006f9a 90%, #006f9a 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0095cc), color-stop(90%, #0095cc), color-stop(90%, #006f9a), color-stop(100%, #006f9a));
        background: -webkit-linear-gradient(top, #0095cc 0%, #0095cc 90%, #006f9a 90%, #006f9a 100%);
        background: -o-linear-gradient(top, #0095cc 0%, #0095cc 90%, #006f9a 90%, #006f9a 100%);
        background: -ms-linear-gradient(top, #0095cc 0%, #0095cc 90%, #006f9a 90%, #006f9a 100%);
        background: linear-gradient(to bottom, #0095cc 0%, #0095cc 90%, #006f9a 90%, #006f9a 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$primary',endColorstr='#006f9a',GradientType=0);
        */
    }

.btn--secondary {
    background: var(--pro-cyan);
    /*border-bottom: 4px solid #db7500;*/
    color: #FFF;
}

    .btn--secondary:hover {
        background: var(--light-pro-cyan);
        color: #fff;
    }

.btn--search {
    background: #647a8c;
    /*
    background: -moz-linear-gradient(top, #647a8c 0%, #647a8c 90%, #506471 90%, #506471 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #647a8c), color-stop(90%, #647a8c), color-stop(90%, #506471), color-stop(100%, #506471));
    background: -webkit-linear-gradient(top, #647a8c 0%, #647a8c 90%, #506471 90%, #506471 100%);
    background: -o-linear-gradient(top, #647a8c 0%, #647a8c 90%, #506471 90%, #506471 100%);
    background: -ms-linear-gradient(top, #647a8c 0%, #647a8c 90%, #506471 90%, #506471 100%);
    background: linear-gradient(to bottom, #647a8c 0%, #647a8c 90%, #506471 90%, #506471 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#647a8c',endColorstr='#506471',GradientType=0);
        */
    color: #FFF;
}

    .btn--search:hover {
        background: #586b7a;
        /*
        background: -moz-linear-gradient(top, #586b7a 0%, #586b7a 90%, #4a5b67 90%, #4a5b67 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #586b7a), color-stop(90%, #586b7a), color-stop(90%, #4a5b67), color-stop(100%, #4a5b67));
        background: -webkit-linear-gradient(top, #586b7a 0%, #586b7a 90%, #4a5b67 90%, #4a5b67 100%);
        background: -o-linear-gradient(top, #586b7a 0%, #586b7a 90%, #4a5b67 90%, #4a5b67 100%);
        background: -ms-linear-gradient(top, #586b7a 0%, #586b7a 90%, #4a5b67 90%, #4a5b67 100%);
        background: linear-gradient(to bottom, #586b7a 0%, #586b7a 90%, #4a5b67 90%, #4a5b67 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#586b7a',endColorstr='#4a5b67',GradientType=0);
            */
        color: #222;
    }

.btn--default {
    background: #fff;
    /*
    background: -moz-linear-gradient(top, var(--white) 0%, var(--white) 90%, #dddddd 90%, #dddddd 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, var(--white)), color-stop(90%, var(--white)), color-stop(90%, #dddddd), color-stop(100%, #dddddd));
    background: -webkit-linear-gradient(top, var(--white) 0%, var(--white) 90%, #dddddd 90%, #dddddd 100%);
    background: -o-linear-gradient(top, var(--white) 0%, var(--white) 90%, #dddddd 90%, #dddddd 100%);
    background: -ms-linear-gradient(top, var(--white) 0%, var(--white) 90%, #dddddd 90%, #dddddd 100%);
    background: linear-gradient(to bottom, var(--white) 0%, var(--white) 90%, #dddddd 90%, #dddddd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--white)',endColorstr='#dddddd',GradientType=0);
        */
    color: #555;
    border-color: #ccc;
}

    .btn--default:hover {
        background: #ddd;
        /*
        background: -moz-linear-gradient(top, #dddddd 0%, #dddddd 90%, #cccccc 90%, #cccccc 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dddddd), color-stop(90%, #dddddd), color-stop(90%, #cccccc), color-stop(100%, #cccccc));
        background: -webkit-linear-gradient(top, #dddddd 0%, #dddddd 90%, #cccccc 90%, #cccccc 100%);
        background: -o-linear-gradient(top, #dddddd 0%, #dddddd 90%, #cccccc 90%, #cccccc 100%);
        background: -ms-linear-gradient(top, #dddddd 0%, #dddddd 90%, #cccccc 90%, #cccccc 100%);
        background: linear-gradient(to bottom, #dddddd 0%, #dddddd 90%, #cccccc 90%, #cccccc 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd',endColorstr='#cccccc',GradientType=0);
            */
        color: #333;
        border-color: #ccc;
    }


    .btn--default.disabled:hover, .btn--default.disabled:focus, .btn--default.disabled.focus, .btn--default[disabled]:hover, .btn--default[disabled]:focus, .btn--default[disabled].focus,
    fieldset[disabled] .btn--default:hover,
    fieldset[disabled] .btn--default:focus,
    fieldset[disabled] .btn--default.focus {
        background-color: #fff;
        border-color: #ccc;
    }



.btn--success {
    color: #fff;
    /*background-color: #449d44;*/
    background: #5cb85c;
    /*
    background: -moz-linear-gradient(top, #5cb85c 0%, #5cb85c 90%, #4e9c4e 90%, #4e9c4e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5cb85c), color-stop(90%, #5cb85c), color-stop(90%, #4e9c4e), color-stop(100%, #4e9c4e));
    background: -webkit-linear-gradient(top, #5cb85c 0%, #5cb85c 90%, #4e9c4e 90%, #4e9c4e 100%);
    background: -o-linear-gradient(top, #5cb85c 0%, #5cb85c 90%, #4e9c4e 90%, #4e9c4e 100%);
    background: -ms-linear-gradient(top, #5cb85c 0%, #5cb85c 90%, #4e9c4e 90%, #4e9c4e 100%);
    background: linear-gradient(to bottom, #5cb85c 0%, #5cb85c 90%, #4e9c4e 90%, #4e9c4e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cb85c',endColorstr='#4e9c4e',GradientType=0);
        */
    border-color: #5cb85c;
}

    .btn--success:hover {
        color: #2c542c;
        /*background-color: #4bae4b;*/
        background: #429a42;
        /*
        background: -moz-linear-gradient(top, #429a42 0%, #429a42 90%, #428542 90%, #428542 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #429a42), color-stop(90%, #429a42), color-stop(90%, #428542), color-stop(100%, #428542));
        background: -webkit-linear-gradient(top, #429a42 0%, #429a42 90%, #428542 90%, #428542 100%);
        background: -o-linear-gradient(top, #429a42 0%, #429a42 90%, #428542 90%, #428542 100%);
        background: -ms-linear-gradient(top, #429a42 0%, #429a42 90%, #428542 90%, #428542 100%);
        background: linear-gradient(to bottom, #429a42 0%, #429a42 90%, #428542 90%, #428542 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#429a42',endColorstr='#428542',GradientType=0);
            */
        border-color: #5cb85c;
    }








.footer-legal-wrapper {
    background: #334553;
    padding-bottom: 1rem;
    padding-top: 1rem;
}

@media only screen and (min-width: 992px) {
    .footer-legal-wrapper {
        padding-bottom: 2rem;
        padding-top: 2rem;
    }
}

@media only screen and (min-width: 992px) {
    .footer-legal {
        text-align: center;
    }
}

.footer-legal-copyright, .footer-legal-rights {
    color: #FFF;
    display: block;
    font-size: 1.4rem;
    font-family: ClearSans, sans-serif; /*"Montserrat", sans-serif;*/
    font-weight: normal;
}

@media only screen and (min-width: 992px) {
    .footer-legal-copyright, .footer-legal-rights {
        display: inline-block;
        font-size: 1.2rem;
        margin: 0 auto;
        padding-right: 2rem;
    }
}

.footer-legal-links {
    display: block;
    margin-top: 1rem;
}

@media only screen and (min-width: 992px) {
    .footer-legal-links {
        display: inline-block;
        margin-top: 0;
    }
}

.footer-legal-links a {
    display: inline-block;
    color: #ff6319;
    font-family: ClearSans, sans-serif; /*"Montserrat", sans-serif;*/
    font-size: 1.4rem;
    font-weight: normal;
}

    .footer-legal-links a:hover {
        text-decoration: none;
    }

@media only screen and (min-width: 992px) {
    .footer-legal-links a {
        font-size: 1.2rem;
    }
}

.footer-legal-links span {
    color: #FFF;
    display: inline-block;
    padding-left: .5rem;
    padding-right: .5rem;
}

.header-search-wrapper {
    background: #d5dce0;
    display: none;
}

.header-search {
    overflow: hidden;
    padding: 1.5rem;
    position: relative;
}

    .header-search .fa-search {
        color: #999;
        font-size: 2.4rem;
        position: absolute;
        left: 2.5rem;
        top: 2.2rem;
    }

    .header-search .fa-times {
        color: #333;
        cursor: pointer;
        font-size: 3.2rem;
        position: absolute;
        right: 1.2rem;
        top: 2rem;
    }

    .header-search input[type=text] {
        border: 0;
        border-radius: 0;
        float: left;
        height: 4rem;
        padding-left: 4rem;
        width: 60%;
    }

.header-search-button {
    margin-left: 1rem;
    min-width: 10rem;
}

.maintenance-message-wrapper {
    background: #fcf8e3;
    padding: 2.5rem 0;
}

.maintenance-message {
    font-size: 1.4rem;
    font-family: ClearSans, sans-serif; /*"Montserrat", sans-serif;*/
    text-align: center;
}

.maintenance-message-text {
    margin: 0 auto;
    text-align: left;
    width: 75%;
    overflow: hidden;
}

    .maintenance-message-text .fa {
        color: #979487;
        float: left;
        font-size: 3rem;
        width: 5%;
    }

    .maintenance-message-text span {
        color: #979487;
        float: left;
        width: 95%;
    }

.side-navigation {
    display: none;
    margin-top: 20px;
}

@media only screen and (min-width: 992px) {
    .side-navigation {
        display: block;
    }
}

.side-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .side-navigation ul li > a {
        color: #51626f;
        font-size: 1.2rem;
    }

.side-navigation > ul > li {
    background: #f9f9f9;
    border-bottom: 2px solid #f5f5f5;
    padding: 4px 7px;
}

    .side-navigation > ul > li.active {
        border-top: #ff6319 1px solid;
        border-bottom: 0;
        padding-bottom: 0;
    }

    .side-navigation > ul > li > a {
        font-weight: bold;
    }

    .side-navigation > ul > li > ul {
        background: url("../images/bg_sidebar_inner_shadow.png") no-repeat top center #f5f5f5;
        margin: 0 -7px;
        padding: 10px 15px;
    }

        .side-navigation > ul > li > ul > li {
            padding-bottom: 10px;
        }

            .side-navigation > ul > li > ul > li a {
                font-size: 1.1rem;
            }

            .side-navigation > ul > li > ul > li > ul {
                margin-left: 10px;
            }

.breadcrumb {
    background: transparent;
    font-size: 1rem;
    line-height: 1.4rem;
    padding: 10px 0;
}

    .breadcrumb a {
        color: #ff7011;
        text-decoration: underline;
    }

.accordion {
    list-style: none;
    margin: 0 0 2rem 0;
    padding: 0;
}

    .accordion > li {
        background: url("../images/tab_phone_bg.png") repeat-x 0 0;
        min-height: 32px;
        padding: .6rem 1rem;
    }

        .accordion > li:before {
            content: "\f067";
            color: #5e6167;
            display: inline-block;
            font-family: FontAwesome;
            font-style: normal;
            font-weight: normal;
            font-size: 1rem;
            line-height: 1.6rem;
            position: relative;
            top: .1rem;
            padding-right: .5rem;
        }

        .accordion > li.open:before {
            content: "\f068";
        }

        .accordion > li a {
            color: #5e6167;
            font-size: 1.1rem;
            font-weight: bold;
        }

            .accordion > li a:hover, .accordion > li a:focus {
                text-decoration: none;
            }

        .accordion > li section {
            display: none;
            font-size: 1.2rem;
            margin-top: 2rem;
        }

            .accordion > li section.open {
                display: block;
            }

            .accordion > li section h3 {
                color: var(--pro-cyan);
                font-size: 1.7rem;
                font-weight: bold;
                font-family: "ClearSans-Bold", sans-serif; /*font-family: "MuseoSans700", sans-serif;*/
            }

            .accordion > li section a {
                color: #ff7011;
            }

.main-content-sidebar-widget h3 {
    color: var(--pro-cyan);
    font-family: "ClearSans-Bold", sans-serif; /*font-family: "MuseoSlab500", serif;*/
}

.bx-wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0;
    *zoom: 1;
}

    .bx-wrapper img {
        max-width: 100%;
        display: block;
    }

    .bx-wrapper .bx-viewport {
        background: #fff;
        -webkit-transform: translatez(0);
        -moz-transform: translatez(0);
        -ms-transform: translatez(0);
        -o-transform: translatez(0);
        transform: translatez(0);
    }

    .bx-wrapper .bx-pager,
    .bx-wrapper .bx-controls-auto {
        position: absolute;
        bottom: 0;
        width: 100%;
    }

    .bx-wrapper .bx-loading {
        min-height: 50px;
        background: url(https://stage-kentico.scrumalliance.org/assets/img/bx_loader.gif) center center no-repeat #fff;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2000;
    }

    .bx-wrapper .bx-pager {
        text-align: center;
        font-size: .85em;
        font-family: ClearSans-Thin, sans-serif; /*Arial;*/
        font-weight: bold;
        color: #fff;
        padding-top: 20px;
    }

        .bx-wrapper .bx-pager .bx-pager-item,
        .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
            display: inline-block;
            *zoom: 1;
            *display: inline;
        }

        .bx-wrapper .bx-pager.bx-default-pager a {
            background: #fff;
            text-indent: -9999px;
            display: block;
            width: 10px;
            border: 2px solid transparent;
            height: 10px;
            margin: 0 5px;
            outline: 0;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
        }

            .bx-wrapper .bx-pager.bx-default-pager a:hover,
            .bx-wrapper .bx-pager.bx-default-pager a.active {
                background: #f90;
                border: 2px solid #fff;
            }

    .bx-wrapper .bx-prev {
        left: 10px;
        background: url(https://stage-kentico.scrumalliance.org/assets/img/controls.png) no-repeat 0 -32px;
    }

    .bx-wrapper .bx-next {
        right: 10px;
        background: url(https://stage-kentico.scrumalliance.org/assets/img/controls.png) no-repeat -43px -32px;
    }

    .bx-wrapper .bx-prev:hover {
        background-position: 0 0;
    }

    .bx-wrapper .bx-next:hover {
        background-position: -43px 0;
    }

    .bx-wrapper .bx-controls-direction {
        display: none;
    }

        .bx-wrapper .bx-controls-direction a {
            position: absolute;
            top: 50%;
            margin-top: -16px;
            outline: 0;
            width: 32px;
            height: 32px;
            text-indent: -9999px;
            z-index: 9999;
        }

            .bx-wrapper .bx-controls-direction a.disabled {
                display: none;
            }

    .bx-wrapper .bx-controls-auto {
        text-align: center;
    }

        .bx-wrapper .bx-controls-auto .bx-start {
            display: block;
            text-indent: -9999px;
            width: 10px;
            height: 11px;
            outline: 0;
            background: url(https://stage-kentico.scrumalliance.org/assets/img/controls.png) -86px -11px no-repeat;
            margin: 0 3px;
        }

            .bx-wrapper .bx-controls-auto .bx-start:hover,
            .bx-wrapper .bx-controls-auto .bx-start.active {
                background-position: -86px 0;
            }

        .bx-wrapper .bx-controls-auto .bx-stop {
            display: block;
            text-indent: -9999px;
            width: 9px;
            height: 11px;
            outline: 0;
            background: url(https://stage-kentico.scrumalliance.org/assets/img/controls.png) -86px -44px no-repeat;
            margin: 0 3px;
        }

            .bx-wrapper .bx-controls-auto .bx-stop:hover,
            .bx-wrapper .bx-controls-auto .bx-stop.active {
                background-position: -86px -33px;
            }

    .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
        text-align: left;
        width: 80%;
    }

    .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
        right: 0;
        width: 35px;
    }

    .bx-wrapper .bx-caption {
        position: absolute;
        bottom: 0;
        left: 0;
        background: #666\9;
        background: rgba(80, 80, 80, 0.75);
        width: 100%;
    }

        .bx-wrapper .bx-caption span {
            color: #fff;
            font-family: ClearSans-Thin, sans-serif; /*Arial;*/
            display: block;
            font-size: .85em;
            padding: 10px;
        }

#main-slider {
    visibility: hidden;
}

    #main-slider article {
        height: 320px;
        position: relative;
        padding: 0 1.5em;
        background-color: #eeeced;
    }

    #main-slider #slide-container article {
        background-size: cover;
        background-repeat: no-repeat;
    }

    #main-slider article .hero-mask {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: rgba(4, 4, 4, 0.7);
        padding-bottom: 2.5em;
    }

    #main-slider article h2 {
        font-family: "ClearSans-Bold"; /*font-family: "MuseoSlab500";*/
        font-weight: normal;
        color: #fff;
        font-size: 1.6em;
        line-height: 1.15em;
        position: relative;
        text-align: center;
        width: 82%;
        margin: .8em auto .2em;
    }

    #main-slider article p {
        display: none;
    }

    #main-slider article .learn-more {
        color: #f90;
        display: block;
        text-align: center;
        font-size: .9em;
        margin: 0 auto;
        text-decoration: none;
        font-family: ClearSans-Thin, sans-serif; /*"Arial", sans-serif; */
    }

@media only screen and (min-width: 768px) {
    .bx-wrapper .bx-pager,
    .bx-wrapper .bx-controls-auto {
        bottom: 1em;
        left: 16%;
    }

    .bx-wrapper .bx-pager {
        text-align: left;
        font-size: .85em;
        font-family: ClearSans-Thin, sans-serif; /*Arial;*/
        font-weight: bold;
        color: #fff;
        padding-top: 20px;
    }

    #main-slider article .orange-btn-medium {
        font-size: .85em;
        margin: 0;
        width: 40%;
        color: #fff;
        padding: .75em 0;
        border-radius: 4px;
        text-align: center;
        text-decoration: none;
        font-family: ClearSans-Thin, sans-serif; /*Arial, sans-serif;*/
        font-weight: bold;
        background: #f90;
        background: -moz-linear-gradient(top, #f90 0%, #f90 90%, #db7500 90%, #db7500 90%, #db7500 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f90), color-stop(90%, #f90), color-stop(90%, #db7500), color-stop(90%, #db7500), color-stop(100%, #db7500));
        background: -webkit-linear-gradient(top, #f90 0%, #f90 90%, #db7500 90%, #db7500 90%, #db7500 100%);
        background: -o-linear-gradient(top, #f90 0%, #f90 90%, #db7500 90%, #db7500 90%, #db7500 100%);
        background: -ms-linear-gradient(top, #f90 0%, #f90 90%, #db7500 90%, #db7500 90%, #db7500 100%);
        background: linear-gradient(to bottom, #f90 0%, #f90 90%, #db7500 90%, #db7500 90%, #db7500 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9900', endColorstr='#db7500', GradientType=0);
    }

    #main-slider article .hero-mask {
        width: 45%;
        height: 100%;
    }

    .hero-mask .side-mask {
        position: absolute;
        top: 0;
        right: -50px;
        border-right: 50px solid transparent;
        border-top: 360px solid rgba(4, 4, 4, 0.7);
    }

    #main-slider article .hero-content {
        float: right;
        width: 20em;
        margin-left: 1em;
    }

    .bx-controls {
        width: 45%;
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .bx-wrapper .bx-pager {
        float: right;
        width: 20rem;
        left: initial;
        display: block;
        position: relative;
    }

    #main-slider article h2 {
        font-family: "ClearSans-Bold"; /*font-family: "MuseoSlab500";*/
        font-weight: normal;
        color: #fff;
        font-size: 1.9em;
        line-height: 1.2em;
        width: 100%;
        position: relative;
        text-align: left;
        margin: 1.3em 0 .2em;
    }

    #main-slider article p {
        color: #fff;
        display: block;
    }
}

@media screen and (min-color-index: 0) {
    #main-slider article .hero-bkg {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        z-index: -1;
    }

        #main-slider article .hero-bkg img {
            width: 100%;
            height: auto;
        }
}

@media screen and (min-color-index: 0) and (min-width: 1200px) {
    #main-slider article .hero-bkg {
        text-align: center;
    }

        #main-slider article .hero-bkg img {
            width: 1400px;
            height: 320px;
            max-width: 100%;
            float: right;
        }
}

.event-header__logo img {
    display: inline-block;
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .event-header__logo img {
        width: auto;
    }
}

.event-header__logo__event {
    display: inline-block;
    left: 10px;
    position: relative;
    top: 10px;
}

.event-header__logo__event__type, .event-header__logo__event__name {
    color: var(--pro-cyan);
    display: block;
    font-weight: bold;
    line-height: 1.125em;
}

.event-theme-secondary .event-header__logo__event__type, .event-theme-secondary .event-header__logo__event__name {
    color: #E31E26;
}

.event-theme-tertiary .event-header__logo__event__type, .event-theme-tertiary .event-header__logo__event__name {
    color: #06783D;
}

.event-theme-quaternary .event-header__logo__event__type, .event-theme-quaternary .event-header__logo__event__name {
    color: #4E2B7C;
}

.event-nav {
    background: var(--pro-cyan);
}

.event-nav-menu {
    position: relative;
}

.event-nav-menu__mobile {
    color: #FFF;
    font-size: 1.4rem;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    padding: 10px;
    text-align: right;
    width: 100%;
}

    .event-nav-menu__mobile:after {
        content: "\f0c9";
        color: #FFF;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        padding-left: 5px;
    }

.event-nav-menu ul {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
}

    .event-nav-menu ul.active {
        display: block;
    }

@media only screen and (min-width: 768px) {
    .event-nav-menu ul {
        display: block;
        overflow: hidden;
    }
}

.event-nav-menu ul li {
    padding: 8px 0;
}

@media only screen and (min-width: 768px) {
    .event-nav-menu ul li {
        float: left;
        padding: 12px;
    }
}

@media only screen and (min-width: 992px) {
    .event-nav-menu ul li {
        padding: 18px;
    }
}

.event-nav-menu ul li.CMSListMenuHighlightedLI {
    background: #00b2f4;
}

.event-nav-menu ul li a {
    color: #FFF;
    display: block;
    font-family: ClearSans, sans-serif; /*'museo-slab', serif;*/
    font-weight: 300;
    font-size: 1.4rem;
}

    .event-nav-menu ul li a:hover, .event-nav-menu ul li a:focus {
        text-decoration: none;
    }

.event-theme-secondary .event-nav {
    background: #E31E26;
}

.event-theme-secondary .event-nav-menu ul li.CMSListMenuHighlightedLI {
    background: #e6353c;
}

.event-theme-tertiary .event-nav {
    background: #06783D;
}

.event-theme-tertiary .event-nav-menu ul li.CMSListMenuHighlightedLI {
    background: #079049;
}

.event-theme-quaternary .event-nav {
    background: #4E2B7C;
}

.event-theme-quaternary .event-nav-menu ul li.CMSListMenuHighlightedLI {
    background: #5a328f;
}

.event-slider__slide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100%;
    width: 100%;
}

@media only screen and (min-width: 992px) {
    .event-slider__slide {
        min-height: 400px;
    }
}

.event-slider__slide__content {
    padding-bottom: 30px;
    padding-top: 30px;
    text-align: center;
}

@media only screen and (min-width: 768px) {
    .event-slider__slide__content {
        padding-bottom: 80px;
        padding-top: 80px;
    }
}

@media only screen and (min-width: 992px) {
    .event-slider__slide__content {
        padding-bottom: 40px;
        padding-top: 40px;
    }
}

.event-slider__slide__content h1 {
    color: #FFF;
    font-family: ClearSans-Bold, sans-serif; /*'museo-slab', serif;*/
    font-size: 2rem;
    font-weight: 700;
    margin: 0 0 20px 0;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

@media only screen and (min-width: 768px) {
    .event-slider__slide__content h1 {
        font-size: 3.2rem;
    }
}

@media only screen and (min-width: 768px) {
    .event-slider__slide__content h1 {
        font-size: 4rem;
    }
}

.event-slider__slide__content h1 .date {
    display: block;
}

.event-slider__slide__content h2 {
    color: #FFF;
    font-family: ClearSans-Bold, sans-serif; /*'museo-slab', serif;*/
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0 0 20px 0;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

@media only screen and (min-width: 768px) {
    .event-slider__slide__content h2 {
        font-size: 2.4rem;
    }
}

@media only screen and (min-width: 768px) {
    .event-slider__slide__content h2 {
        font-size: 3.2rem;
    }
}

.event-slider__slide__content .btn {
    text-transform: uppercase;
    width: 100%;
}

    .event-slider__slide__content .btn:hover, .event-slider__slide__content .btn:focus {
        color: #FFF;
    }

@media only screen and (min-width: 768px) {
    .event-slider__slide__content .btn {
        width: 50%;
    }
}

@media only screen and (min-width: 992px) {
    .event-slider__slide__content .btn {
        font-size: 2rem;
        width: 75%;
    }
}

@media only screen and (min-width: 480px) {
    .event-slider__slide--general {
        max-height: 150px;
    }
}

@media only screen and (min-width: 768px) {
    .event-slider__slide--general {
        max-height: 180px;
    }
}

@media only screen and (min-width: 992px) {
    .event-slider__slide--general {
        min-height: 220px;
        max-height: 220px;
    }
}

.event-slider__slide--general .title {
    color: #FFF;
    line-height: 1.125em;
    font-size: 2rem;
    margin: 0 0 20px 0;
}

@media only screen and (min-width: 768px) {
    .event-slider__slide--general .title {
        font-size: 3.2rem;
    }
}

@media only screen and (min-width: 768px) {
    .event-slider__slide--general .title {
        font-size: 4rem;
    }
}

@media only screen and (min-width: 768px) {
    .event-slider__slide--general__content {
        padding-bottom: 50px;
        padding-top: 50px;
    }
}

@media only screen and (min-width: 992px) {
    .event-slider__slide--general__content {
        padding-bottom: 60px;
        padding-top: 60px;
    }
}

.event-announcements {
    padding-bottom: 20px;
    padding-top: 20px;
}

@media only screen and (min-width: 768px) {
    .event-announcements {
        padding-bottom: 40px;
        padding-top: 40px;
    }
}

.event-announcements__announcement {
    margin-bottom: 15px;
}

.event-announcements__announcement__image {
    border-top: 4px solid var(--pro-cyan);
}

    .event-announcements__announcement__image img {
        width: 100%;
    }

.event-announcements__announcement__text {
    background: var(--pro-cyan);
    color: #FFF;
    font-family: ClearSans-Bold, sans-serif; /*'museo-slab', serif;*/
    font-weight: 700;
    line-height: 1.125em;
    padding: 10px;
    text-align: center;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

@media only screen and (min-width: 992px) {
    .event-announcements__announcement__text {
        padding-left: 60px;
        padding-right: 60px;
    }
}

.event-theme-secondary .event-announcements__announcement__image {
    border-top: 4px solid #E31E26;
}

.event-theme-secondary .event-announcements__announcement__text {
    background: #E31E26;
}

.event-theme-tertiary .event-announcements__announcement__image {
    border-top: 4px solid #06783D;
}

.event-theme-tertiary .event-announcements__announcement__text {
    background: #06783D;
}

.event-theme-quaternary .event-announcements__announcement__image {
    border-top: 4px solid #4E2B7C;
}

.event-theme-quaternary .event-announcements__announcement__text {
    background: #4E2B7C;
}

.event-content {
    padding-bottom: 20px;
    padding-top: 20px;
}

.event-content__content {
    font-size: 1.4rem;
}

.event-general-content {
    padding: 40px 0;
}

.event-general-content__content {
    padding-bottom: 32px;
}

    .event-general-content__content h1 {
        color: var(--pro-cyan);
        font-size: 2.4rem;
        margin: 0 0 20px 0;
        text-transform: uppercase;
    }

@media only screen and (min-width: 992px) {
    .event-general-content__content h1 {
        font-size: 3.2rem;
    }
}

.event-general-content__content h2 {
    color: #a5b0b7;
    font-size: 2rem;
}

@media only screen and (min-width: 992px) {
    .event-general-content__content h2 {
        font-size: 2.4rem;
    }
}

.event-general-content__content p {
    font-size: 1.4rem;
}

@media only screen and (min-width: 992px) {
    .event-general-content__content p {
        font-size: 1.6rem;
    }
}

.event-theme-secondary .event-general-content__content h1 {
    color: #E31E26;
}

.event-theme-tertiary .event-general-content__content h1 {
    color: #06783D;
}

.event-theme-quaternary .event-general-content__content h1 {
    color: #4E2B7C;
}

.event-chairs {
    padding-bottom: 20px;
    padding-top: 20px;
}

    .event-chairs h2 {
        color: #a3aeb5;
        font-family: ClearSans-Bold, sans-serif; /*'museo-slab', serif;*/
        font-weight: 700;
        font-size: 2.4rem;
    }

.event-chairs__chair {
    margin-bottom: 10px;
    overflow: hidden;
}

.event-chairs__chair__image {
    float: left;
    padding-right: 20px;
    width: 50%;
}

    .event-chairs__chair__image img {
        width: 100%;
    }

.event-chairs__chair__content {
    float: left;
    width: 50%;
}

    .event-chairs__chair__content span {
        display: block;
    }

    .event-chairs__chair__content .name {
        font-weight: bold;
        margin-bottom: 10px;
        text-transform: uppercase;
    }

    .event-chairs__chair__content .title,
    .event-chairs__chair__content .company,
    .event-chairs__chair__content .location,
    .event-chairs__chair__content .profile {
        font-size: 1.2rem;
    }

        .event-chairs__chair__content .profile a {
            color: #f90;
            text-transform: uppercase;
        }

.event-callouts__callout {
    border: 1px solid var(--pro-cyan);
    margin-bottom: 20px;
    text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .event-callouts__callout {
        min-height: 120px;
    }
}

.event-callouts__callout__title {
    background: var(--pro-cyan);
    color: #FFF;
    font-family: ClearSans-Bold, sans-serif; /*'museo-slab', serif;*/
    font-weight: 700;
    padding: 5px 10px;
    text-align: left;
}

.event-callouts__callout__text {
    padding: 10px;
}

.event-callouts__callout__link {
    padding: 0 10px 10px 10px;
}

    .event-callouts__callout__link a {
        color: #f90;
    }

.event-theme-secondary .event-callouts__callout {
    border: 1px solid #E31E26;
}

.event-theme-secondary .event-callouts__callout__title {
    background: #E31E26;
}

.event-theme-secondary .event-callouts__callout__text {
    padding: 10px;
}

.event-theme-secondary .event-callouts__callout__link a {
    color: #E31E26;
}

.event-theme-tertiary .event-callouts__callout {
    border: 1px solid #06783D;
}

.event-theme-tertiary .event-callouts__callout__title {
    background: #06783D;
}

.event-theme-tertiary .event-callouts__callout__text {
    padding: 10px;
}

.event-theme-tertiary .event-callouts__callout__link a {
    color: #06783D;
}

.event-theme-quaternary .event-callouts__callout {
    border: 1px solid #4E2B7C;
}

.event-theme-quaternary .event-callouts__callout__title {
    background: #4E2B7C;
}

.event-theme-quaternary .event-callouts__callout__text {
    padding: 10px;
}

.event-theme-quaternary .event-callouts__callout__link a {
    color: #4E2B7C;
}

.event-sponsors {
    border-top: 4px solid var(--pro-cyan);
    padding-bottom: 20px;
    padding-top: 20px;
}

.event-sponsors__container {
    text-align: center;
}

    .event-sponsors__container h2 {
        color: var(--pro-cyan);
        font-family: ClearSans-Bold, sans-serif; /*'museo-slab', serif;*/
        font-weight: 700;
        font-size: 2rem;
        margin-bottom: 20px;
    }

@media only screen and (min-width: 768px) {
    .event-sponsors__container h2 {
        font-size: 2.4rem;
    }
}

@media only screen and (min-width: 992px) {
    .event-sponsors__container h2 {
        font-size: 3.2rem;
    }
}

.event-sponsors__container .bx-controls {
    bottom: auto;
    position: absolute;
    top: 0;
    width: 100%;
}

.event-sponsors__container .bx-wrapper .bx-controls-direction {
    display: block;
}

    .event-sponsors__container .bx-wrapper .bx-controls-direction a {
        background: none;
    }

        .event-sponsors__container .bx-wrapper .bx-controls-direction a:hover, .event-sponsors__container .bx-wrapper .bx-controls-direction a:focus {
            text-decoration: none;
        }

        .event-sponsors__container .bx-wrapper .bx-controls-direction a.bx-prev {
            left: -10px;
        }

        .event-sponsors__container .bx-wrapper .bx-controls-direction a.bx-next {
            right: -10px;
        }

@media only screen and (min-width: 992px) {
    .event-sponsors__container .bx-wrapper .bx-controls-direction a.bx-prev {
        left: -70px;
    }

    .event-sponsors__container .bx-wrapper .bx-controls-direction a.bx-next {
        right: -70px;
    }
}

.event-sponsors__container .bx-wrapper .bx-controls-direction a:after {
    color: #f90;
    display: block;
    height: 32px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 7rem;
    width: 32px;
    text-indent: 0;
}

.event-sponsors__container .bx-wrapper .bx-controls-direction a.bx-next:after {
    content: "\f105";
}

.event-sponsors__container .bx-wrapper .bx-controls-direction a.bx-prev:after {
    content: "\f104";
}

.event-sponsors__container .event_sponsor_slider .slide {
    text-align: center;
}

    .event-sponsors__container .event_sponsor_slider .slide a {
        display: block;
    }

        .event-sponsors__container .event_sponsor_slider .slide a img {
            margin: 0 auto;
        }

.event-theme-secondary .event-sponsors {
    border-top: 4px solid #E31E26;
}

.event-theme-secondary .event-sponsors__container h2 {
    color: #E31E26;
}

.event-theme-tertiary .event-sponsors {
    border-top: 4px solid #06783D;
}

.event-theme-tertiary .event-sponsors__container h2 {
    color: #06783D;
}

.event-theme-quaternary .event-sponsors {
    border-top: 4px solid #4E2B7C;
}

.event-theme-quaternary .event-sponsors__container h2 {
    color: #4E2B7C;
}



/****** Dashboard - are we even using this? *****************/
/*
.dashboard-courses-events__item {
    margin-bottom: 20px;
}

    .dashboard-courses-events__item:nth-child(3) {
        clear: left;
    }

@media only screen and (min-width: 768px) {
    .dashboard-courses-events__item:nth-child(3n) {
        clear: none;
    }
}

.dashboard-courses-events__item__thumbnail img {
    width: 100%;
}

.dashboard-find-course {
    background: var(--pro-cyan);
    padding-left: 20px;
    padding-right: 20px;
}

    .dashboard-find-course label {
        display: none;
    }

    .dashboard-find-course h2 {
        color: #FFF;
    }

    .dashboard-find-course .form-inline a {
        border-radius: .4rem;
        display: block;
        font-family: ClearSans, sans-serif;
        font-weight: bold;
        padding: 1rem;
        text-align: center;
        background: var(--pro-cyan);
        background: -moz-linear-gradient(top, var(--pro-cyan) 0%, var(--pro-cyan) 90%, #0087ba 90%, #0087ba 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, var(--pro-cyan)), color-stop(90%, var(--pro-cyan)), color-stop(90%, #0087ba), color-stop(100%, #0087ba));
        background: -webkit-linear-gradient(top, var(--pro-cyan) 0%, var(--pro-cyan) 90%, #0087ba 90%, #0087ba 100%);
        background: -o-linear-gradient(top, var(--pro-cyan) 0%, var(--pro-cyan) 90%, #0087ba 90%, #0087ba 100%);
        background: -ms-linear-gradient(top, var(--pro-cyan) 0%, var(--pro-cyan) 90%, #0087ba 90%, #0087ba 100%);
        background: linear-gradient(to bottom, var(--pro-cyan) 0%, var(--pro-cyan) 90%, #0087ba 90%, #0087ba 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$primary',endColorstr='#0087ba',GradientType=0);
        color: #FFF;
        width: 100%;
    }

@media only screen and (min-width: 768px) {
    .dashboard-find-course .form-inline a {
        display: inline-block;
        margin-top: 1px;
        padding: .7rem 1.5rem;
        width: auto;
    }
}

.dashboard-find-course .form-inline a:hover {
    color: #FFF;
    text-decoration: none;
}

.dashboard-find-course .btn {
    background: #f90;
    border-bottom: 4px solid #db7500;
    color: #FFF;
}

    .dashboard-find-course .btn:hover {
        background: #db7500;
        border-bottom-color: #a85a00;
        color: #FFF;
    }
    */
/**** END Dashboard ***********************************************/

/** Course detail was here (now in CourseSearch.css ****/

.event-schedule-section .event-schedule__content {
    font-size: 1.2rem;
}

    .event-schedule-section .event-schedule__content h2 {
        color: var(--pro-cyan);
        font-family: ClearSans-Bold, sans-serif; /*'museo-slab', serif;*/
        font-weight: 900;
        text-transform: uppercase;
    }

    .event-schedule-section .event-schedule__content a {
        color: #f90;
    }

.event-schedule-section .event-schedule {
    margin-bottom: 40px;
    margin-top: 40px;
}

.event-schedule-section .event-schedule__day-carousel {
    border-bottom: 1px solid #a3aeb5;
    margin-bottom: 25px;
    text-align: center;
    width: 100%;
}

@media only screen and (min-width: 992px) {
    .event-schedule-section .event-schedule__day-carousel {
        border-bottom: none;
        margin-bottom: 0;
        text-align: left;
        width: auto;
    }
}

.event-schedule-section .event-schedule__day-carousel .event-arrow {
    background: url("../images/event-schedule-arrows.png") no-repeat 0 0;
    display: block;
    height: 27px;
    position: absolute;
    top: 5px;
    width: 27px;
}

.event-schedule-section .event-schedule__day-carousel .event-arrow--next {
    background-position: -27px 0;
    right: 15px;
}

.event-schedule-section .event-schedule__day-carousel .event-arrow--prev {
    left: 15px;
}

@media only screen and (min-width: 992px) {
    .event-schedule-section .event-schedule__day-carousel .event-arrow {
        display: none;
    }
}

.event-schedule-section .event-schedule__day-viewport {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: calc(100% - 60px);
}

@media only screen and (min-width: 992px) {
    .event-schedule-section .event-schedule__day-viewport {
        width: auto;
    }
}

.event-schedule-section .event-schedule__day-wrapper {
    width: 100000px;
}

@media only screen and (min-width: 992px) {
    .event-schedule-section .event-schedule__day-wrapper {
        border-bottom: 1px solid #a3aeb5;
        margin-bottom: 40px;
        width: auto;
    }
}

.event-schedule-section .event-schedule__day {
    color: #a3aeb5;
    cursor: pointer;
    float: left;
    font-family: ClearSans-Medium, sans-serif; /*'museo-slab', serif;*/
    font-weight: 900;
    padding: 10px 25px;
    text-transform: uppercase;
}

@media only screen and (min-width: 992px) {
    .event-schedule-section .event-schedule__day {
        display: inline-block;
        float: none;
    }
}

.event-schedule-section .event-schedule__day--active {
    background: #e7e9e9;
}

.event-schedule-section .event-schedule__time-wrapper {
    display: none;
    float: left;
    width: 100%;
}

@media only screen and (min-width: 992px) {
    .event-schedule-section .event-schedule__time-wrapper {
        width: 40%;
    }
}

.event-schedule-section .event-schedule__time {
    display: table;
    margin-bottom: 5px;
    overflow: hidden;
    width: 100%;
}

    .event-schedule-section .event-schedule__time .time {
        background: #f1f1f1;
        color: #000;
        display: table-cell;
        font-family: ClearSans-Medium, sans-serif; /*'museo-slab', serif;*/
        font-weight: 900;
        height: 75px;
        padding: 10px;
        text-align: center;
        vertical-align: middle;
        width: 35%;
    }

        .event-schedule-section .event-schedule__time .time span {
            display: block;
        }

    .event-schedule-section .event-schedule__time .time--active {
        background: #2db1e3;
        color: #FFF;
    }

    .event-schedule-section .event-schedule__time .item {
        background: #f7f7f7;
        cursor: pointer;
        display: table-cell;
        font-family: ClearSans-Medium, sans-serif; /*'museo-slab', serif;*/
        font-weight: 900;
        height: 75px;
        padding: 10px;
        position: relative;
        text-align: left;
        vertical-align: middle;
        width: 65%;
    }

@media only screen and (min-width: 992px) {
    .event-schedule-section .event-schedule__time .item {
        border-right: 5px solid #FFF;
    }
}

.event-schedule-section .event-schedule__time .item--active {
    background: #42b9e6;
    color: #FFF;
}

.event-schedule-section .event-schedule__time .item span {
    display: block;
    width: 75%;
}

.event-schedule-section .event-schedule__time .item .fa {
    background: #f90;
    border-radius: 50%;
    color: #FFF;
    font-size: 1rem;
    padding: 5px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

    .event-schedule-section .event-schedule__time .item .fa:after {
        content: "\f078";
    }

@media only screen and (min-width: 992px) {
    .event-schedule-section .event-schedule__time .item .fa:after {
        content: "\f054";
        margin-left: 1px;
    }
}

.event-schedule-section .event-schedule__time .item--active .fa {
    background: #FFF;
    color: #42b9e6;
}

    .event-schedule-section .event-schedule__time .item--active .fa:after {
        content: "\f077";
        position: relative;
        top: -1px;
    }

@media only screen and (min-width: 992px) {
    .event-schedule-section .event-schedule__time .item--active .fa:after {
        content: "\f054";
        top: 0;
    }
}

.event-schedule-section .event-schedule .event-agenda-item-wrapper {
    display: none;
    float: left;
    width: 100%;
}

@media only screen and (min-width: 992px) {
    .event-schedule-section .event-schedule .event-agenda-item-wrapper {
        width: 60%;
    }
}

.event-schedule-section .event-schedule .event-agenda-item-wrapper .event-agenda-item {
    margin-bottom: 10px;
    overflow: hidden;
}

@media only screen and (min-width: 992px) {
    .event-schedule-section .event-schedule .event-agenda-item-wrapper .event-agenda-item {
        margin-bottom: 5px;
    }
}

.event-schedule-section .event-schedule .event-agenda-item-wrapper .event-agenda-item__room {
    background: #485b6d;
    color: #FFF;
    font-family: ClearSans-Medium, sans-serif; /*'museo-slab', serif;*/
    font-size: 1.6rem;
    font-weight: 900;
    padding: 5px 0;
    position: relative;
    text-align: center;
}

@media only screen and (min-width: 992px) {
    .event-schedule-section .event-schedule .event-agenda-item-wrapper .event-agenda-item__room {
        float: left;
        height: 75px;
        width: 15%;
    }

        .event-schedule-section .event-schedule .event-agenda-item-wrapper .event-agenda-item__room span {
            display: block;
            line-height: 1.125em;
            padding: 0 10px;
            position: relative;
            top: 50%;
            transform: translateY(-50%);
            text-align: center;
            width: 100%;
        }
}

.event-schedule-section .event-schedule .event-agenda-item-wrapper .event-agenda-item__content {
    background: #eeeeee;
    padding: 15px 10px;
    position: relative;
}

@media only screen and (min-width: 992px) {
    .event-schedule-section .event-schedule .event-agenda-item-wrapper .event-agenda-item__content {
        float: left;
        height: 75px;
        width: 85%;
    }
}

.event-schedule-section .event-schedule .event-agenda-item-wrapper .event-agenda-item__content .title {
    color: #485b6d;
    font-size: 1.2rem;
    font-weight: bold;
    width: 80%;
}

.event-schedule-section .event-schedule .event-agenda-item-wrapper .event-agenda-item__content .speaker {
    color: #9fadb7;
    font-size: 1.2rem;
    width: 80%;
}

.event-schedule-section .event-schedule .event-agenda-item-wrapper .event-agenda-item__content .details {
    color: #333;
    font-size: 1.2rem;
    margin-top: 5px;
}

.event-schedule-section .event-schedule .event-agenda-item-wrapper .event-agenda-item__content .fa {
    background: #f90;
    border-radius: 50%;
    color: #FFF;
    cursor: pointer;
    font-size: 1rem;
    height: 20px;
    padding: 5px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    text-align: center;
}

.event-schedule-section .event-schedule__holder {
    display: none;
}

@media only screen and (min-width: 992px) {
    .event-schedule-section .event-schedule__holder {
        color: #a6b1b8;
        float: left;
        font-family: ClearSans, sans-serif; /*'museo-slab', serif;*/
        font-size: 1.8rem;
        font-weight: 900;
        padding: 60px 100px;
        text-align: center;
        width: 60%;
    }

    .event-schedule-section .event-schedule__holder--active {
        display: block;
    }
}

.event-agenda-details-wrapper {
    display: none;
    width: 90%;
}

@media only screen and (min-width: 992px) {
    .event-agenda-details-wrapper {
        width: 60%;
    }
}

.event-agenda-details-wrapper .fancybox-close-small {
    background-color: transparent;
    color: #FFF;
    top: -1px;
}

.event-agenda-details {
    background: #FFF;
    padding-bottom: 20px;
}

    .event-agenda-details .title-bar {
        background: var(--pro-cyan);
        color: #FFF;
        font-weight: bold;
        padding: 5px 15px;
        width: 100%;
    }

    .event-agenda-details .item-content {
        margin-top: 10px;
        margin-bottom: 10px;
        padding-left: 15px;
        padding-right: 15px;
    }

@media only screen and (min-width: 992px) {
    .event-agenda-details .item-content {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.event-agenda-details .item-label {
    font-weight: bold;
}

.event-agenda-details .item-label--block {
    display: block;
    margin-bottom: 10px;
}

.event-agenda-details .title {
    color: #485b6d;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 20px;
}

.event-agenda-details .speaker {
    color: #485b6d;
    margin-top: 0;
}

.fancybox-slide > * {
    padding: 0;
}

.event-theme-secondary .event-schedule-section .event-schedule__content h2 {
    color: #E31E26;
}

.event-theme-secondary .event-schedule-section .event-schedule__content a {
    color: #E31E26;
}

.event-theme-secondary .event-schedule-section .event-schedule__time .time--active {
    background: #e6353c;
}

.event-theme-secondary .event-schedule-section .event-schedule__time .item--active {
    background: #e94b52;
}

.event-theme-secondary .event-schedule-section .event-schedule__time .item .fa {
    background: #E31E26;
}

.event-theme-secondary .event-schedule-section .event-schedule__time .item--active .fa {
    background: #FFF;
    color: #e94b52;
}

.event-theme-secondary .event-schedule-section .event-schedule .event-agenda-item-wrapper .event-agenda-item__content .fa {
    background: #E31E26;
}

.event-theme-secondary .event-agenda-details .title-bar {
    background: #E31E26;
}

.event-theme-tertiary .event-schedule-section .event-schedule__content h2 {
    color: #06783D;
}

.event-theme-tertiary .event-schedule-section .event-schedule__content a {
    color: #06783D;
}

.event-theme-tertiary .event-schedule-section .event-schedule__time .time--active {
    background: #079049;
}

.event-theme-tertiary .event-schedule-section .event-schedule__time .item--active {
    background: #08a956;
}

.event-theme-tertiary .event-schedule-section .event-schedule__time .item .fa {
    background: #06783D;
}

.event-theme-tertiary .event-schedule-section .event-schedule__time .item--active .fa {
    background: #FFF;
    color: #08a956;
}

.event-theme-tertiary .event-schedule-section .event-schedule .event-agenda-item-wrapper .event-agenda-item__content .fa {
    background: #06783D;
}

.event-theme-tertiary .event-agenda-details .title-bar {
    background: #06783D;
}

.event-theme-quaternary .event-schedule-section .event-schedule__content h2 {
    color: #4E2B7C;
}

.event-theme-quaternary .event-schedule-section .event-schedule__content a {
    color: #4E2B7C;
}

.event-theme-quaternary .event-schedule-section .event-schedule__time .time--active {
    background: #5a328f;
}

.event-theme-quaternary .event-schedule-section .event-schedule__time .item--active {
    background: #6638a2;
}

.event-theme-quaternary .event-schedule-section .event-schedule__time .item .fa {
    background: #4E2B7C;
}

.event-theme-quaternary .event-schedule-section .event-schedule__time .item--active .fa {
    background: #FFF;
    color: #6638a2;
}

.event-theme-quaternary .event-schedule-section .event-schedule .event-agenda-item-wrapper .event-agenda-item__content .fa {
    background: #4E2B7C;
}

.event-theme-quaternary .event-agenda-details .title-bar {
    background: #4E2B7C;
}

.content-slider__slide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100%;
    width: 100%;
}

@media only screen and (min-width: 992px) {
    .content-slider__slide {
        min-height: 400px;
    }
}

.content-slider__slide__content {
    padding-bottom: 30px;
    padding-top: 30px;
    text-align: center;
}

@media only screen and (min-width: 768px) {
    .content-slider__slide__content {
        padding-bottom: 80px;
        padding-top: 80px;
    }
}

@media only screen and (min-width: 992px) {
    .content-slider__slide__content {
        padding-bottom: 40px;
        padding-top: 40px;
    }
}

.content-slider__slide__content h1 {
    color: #FFF;
    font-family: ClearSans-Bold, sans-serif; /*'museo-slab', serif;*/
    font-size: 2rem;
    font-weight: 700;
    margin: 0 0 20px 0;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

@media only screen and (min-width: 768px) {
    .content-slider__slide__content h1 {
        font-size: 3.2rem;
    }
}

@media only screen and (min-width: 768px) {
    .content-slider__slide__content h1 {
        font-size: 4rem;
    }
}

.content-slider__slide__content h1 .date {
    display: block;
}

.content-slider__slide__content h2 {
    color: #FFF;
    font-family: ClearSans-Bold, sans-serif; /*'museo-slab', serif;*/
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0 0 20px 0;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

@media only screen and (min-width: 768px) {
    .content-slider__slide__content h2 {
        font-size: 2.4rem;
    }
}

@media only screen and (min-width: 768px) {
    .content-slider__slide__content h2 {
        font-size: 3.2rem;
    }
}

.content-slider__slide__content .btn {
    text-transform: uppercase;
    width: 100%;
}

    .content-slider__slide__content .btn:hover, .content-slider__slide__content .btn:focus {
        color: #FFF;
    }

@media only screen and (min-width: 768px) {
    .content-slider__slide__content .btn {
        width: 50%;
    }
}

@media only screen and (min-width: 992px) {
    .content-slider__slide__content .btn {
        font-size: 2rem;
        width: 75%;
    }
}

@media only screen and (min-width: 480px) {
    .content-slider__slide--general {
        max-height: 150px;
    }
}

@media only screen and (min-width: 768px) {
    .content-slider__slide--general {
        max-height: 180px;
    }
}

@media only screen and (min-width: 992px) {
    .content-slider__slide--general {
        min-height: 220px;
        max-height: 220px;
    }
}

.content-slider__slide--general .title {
    color: #FFF;
    line-height: 1.125em;
    font-size: 2rem;
    margin: 0 0 20px 0;
}

@media only screen and (min-width: 768px) {
    .content-slider__slide--general .title {
        font-size: 3.2rem;
    }
}

@media only screen and (min-width: 768px) {
    .content-slider__slide--general .title {
        font-size: 4rem;
    }
}

@media only screen and (min-width: 768px) {
    .content-slider__slide--general__content {
        padding-bottom: 50px;
        padding-top: 50px;
    }
}

@media only screen and (min-width: 992px) {
    .content-slider__slide--general__content {
        padding-bottom: 60px;
        padding-top: 60px;
    }
}

/*Course Search.css was here*/

.hero-section {
    background-color: #f6f6f6;
    position: relative;
}

@media only screen and (min-width: 768px) {
    .hero-section {
        height: 300px;
    }
}

@media only screen and (min-width: 992px) {
    .hero-section {
        height: 360px;
    }
}

.hero-section .hero-image {
    background-size: cover;
    display: block;
    height: 240px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

@media only screen and (min-width: 768px) {
    .hero-section .hero-image {
        height: 300px;
    }
}

@media only screen and (min-width: 992px) {
    .hero-section .hero-image {
        height: 360px;
    }
}

.hero-section .hero-content {
    color: #FFF;
    padding-bottom: 30px;
    padding-top: 30px;
}

@media only screen and (min-width: 768px) {
    .hero-section .hero-content {
        padding-top: 40px;
    }
}

@media only screen and (min-width: 992px) {
    .hero-section .hero-content {
        padding-right: 70px;
    }
}

.hero-section .hero-content h1 {
    font-family: ClearSans-Bold, sans-serif; /*'museo-slab', serif;*/
    font-size: 2.8rem;
    font-weight: 900;
}

@media only screen and (min-width: 768px) {
    .hero-section .hero-content h1 {
        font-size: 3.2rem;
    }
}

@media only screen and (min-width: 992px) {
    .hero-section .hero-content h1 {
        font-size: 4rem;
        padding-right: 30px;
    }
}

.hero-section .hero-content__summary {
    font-size: 1.6rem;
}

@media only screen and (min-width: 992px) {
    .hero-section .hero-content__summary {
        font-size: 2rem;
        font-weight: normal;
        margin-top: 20px;
    }
}

.hero-section .hero-course-search {
    padding-top: 30px;
    text-align: center;
}

@media only screen and (min-width: 768px) {
    .hero-section .hero-course-search {
        padding-top: 60px;
    }
}

@media only screen and (min-width: 992px) {
    .hero-section .hero-course-search {
        padding-left: 40px;
        padding-top: 80px;
    }
}

.hero-section .hero-course-search input[type=text],
.hero-section .hero-course-search select {
    border-radius: 0;
    box-shadow: none;
}

.hero-section .hero-course-search input[type=text] {
    padding-left: 15px;
}

.hero-section .hero-course-search .btn-primary {
    margin-left: auto;
    width: 60%;
}

.datepicker {
    z-index: 600 !important;
}

/*.content-section {
    padding: 30px 0;
}*/

.volunteer-opp {
    border-bottom: 1px solid #979797;
    margin: 20px 0;
    padding-bottom: 20px;
}

.volunteer-opp-photo img {
    width: 100%;
}

.volunteer-opp a {
    color: #ff6319;
}

    .volunteer-opp a:hover {
        color: #005580;
    }

@media (min-width: 992px) {
    .volunteer-opp {
        border-bottom: 0;
        margin: 20px 0 40px 0;
        padding-bottom: 0;
    }

    .volunteer-opp--photo {
        overflow: hidden;
    }

        .volunteer-opp--photo .volunteer-opp-photo,
        .volunteer-opp--photo .volunteer-opp-detail {
            float: left;
        }

        .volunteer-opp--photo .volunteer-opp-photo {
            width: 30%;
            margin-right: 20px;
        }

        .volunteer-opp--photo .volunteer-opp-detail {
            padding-right: 20px;
            width: calc(70% - 20px);
        }
}

/*--/end media*/
.volunteer-opp-detail-title a {
    font-family: "ClearSans-Bold", sans-serif; /*font-family: "MuseoSlab500", serif;*/
    font-size: 18px;
}

.volunteer-opp-detail-deadline {
    display: block;
    font-weight: bold;
    margin: 5px 0;
}

.all-opportunities {
    margin-top: 40px;
}

/*.all-opportunities h3 {
        border-bottom: 1px solid #979797;
        padding-bottom: 10px;
    }*/

@media (min-width: 992px) {
    .all-opportunities {
        margin-top: 0;
        overflow: hidden;
    }

        .all-opportunities h3 {
            margin-bottom: 0;
        }

        .all-opportunities .sub-list {
            float: left;
            margin-right: 40px;
            width: calc(50% - 40px);
        }
}

.current-opportunities .volunteer-opp {
    background: #f6f6f6;
    border-bottom: 0;
}

.current-opportunities .volunteer-opp-detail {
    padding: 20px;
}

.volunteer-detail {
    padding: 40px 0;
}

    .volunteer-detail .EditForm {
        border: 0;
    }

    .volunteer-detail .volunteer-form h4 {
        color: var(--pro-cyan);
        font-size: 1.3em;
        font-weight: bold;
    }

    .volunteer-detail .volunteer-form .form-group {
        margin-bottom: 20px;
    }

        .volunteer-detail .volunteer-form .form-group label {
            float: none;
            text-align: left;
            width: 100%;
        }

        .volunteer-detail .volunteer-form .form-group input[type=text],
        .volunteer-detail .volunteer-form .form-group textarea {
            padding: 5px;
            width: 40%;
        }

        .volunteer-detail .volunteer-form .form-group textarea {
            height: 150px;
        }

        .volunteer-detail .volunteer-form .form-group .explanation-text {
            font-size: 12px;
            font-style: italic;
        }

    .volunteer-detail .app-result-item {
        margin-bottom: 10px;
    }

.volunteer-opportunity-apply {
    margin-top: 20px;
}

    .volunteer-opportunity-apply .btn-primary {
        background: #ff9900;
        color: #FFF;
        font-size: 16px;
        padding: 10px 30px;
    }

        .volunteer-opportunity-apply .btn-primary:hover {
            background: linear-gradient(to bottom, var(--pro-cyan) 0%, var(--pro-cyan) 90%, #0087ba 90%, #0087ba 100%);
        }


/**** Community Profile was here ****************************************/


.release-note-blog {
    padding: 40px 0;
}

    .release-note-blog .release-note-month-list {
        background: #EEE;
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .release-note-blog .release-note-month-list li {
            border-bottom: 1px solid #CCC;
        }

            .release-note-blog .release-note-month-list li:last-child {
                border-bottom: 0;
            }

            .release-note-blog .release-note-month-list li a {
                display: block;
                padding: 10px;
            }

                .release-note-blog .release-note-month-list li a:hover {
                    color: #f90;
                    text-decoration: none;
                }

            .release-note-blog .release-note-month-list li.heading {
                background: var(--pro-cyan);
                border-bottom: 0;
                color: #FFF;
                font-weight: bold;
                padding: 10px;
            }

    .release-note-blog .release-note-list-item {
        border-bottom: 1px solid #CCC;
        padding-bottom: 40px;
        padding-top: 40px;
    }

        .release-note-blog .release-note-list-item:first-child {
            padding-top: 0;
        }

        .release-note-blog .release-note-list-item h2 {
            margin: 0;
        }

            .release-note-blog .release-note-list-item h2 a:hover {
                color: #f90;
                text-decoration: none;
            }

        .release-note-blog .release-note-list-item .date {
            color: #999;
            font-size: 1em;
        }

        .release-note-blog .release-note-list-item .summary {
            line-height: 1.5em;
            padding: 10px 0;
        }

        .release-note-blog .release-note-list-item .read-more:hover {
            color: #f90;
            text-decoration: none;
        }

    .release-note-blog .release-note-detail h1 {
        margin: 0;
    }

    .release-note-blog .release-note-detail .date {
        font-size: 1em;
    }

    .release-note-blog .release-note-detail .body {
        line-height: 1.5em;
        padding: 30px 0;
    }


.global-gatherings .gathering-list-item {
    border-bottom: 1px solid #CCC;
    padding: 10px 0;
}

    .global-gatherings .gathering-list-item a {
        display: inline-block;
    }

.global-gatherings .gathering-list .gathering-item-location .venue, global-gatherings .gathering-list-item .image {
    display: block;
}

.global-gatherings .gathering-list .gathering-item-start-date {
    color: var(--teal);
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: bold;
}

/*.login-form {
    padding-bottom: 20px;
    padding-top: 20px;
}

    .login-form .logon-page-background {
        margin-bottom: 10px;
    }

    .login-form .form-horizontal .form-group {
        margin-left: 0;
        margin-right: 0;
    }

        .login-form .form-horizontal .form-group .form-control {
            width: 75%;
        }

    .login-form .checkbox input[type="checkbox"] {
        margin-left: 0;
    }*/

.industry-articles {
    padding-bottom: 20px;
    padding-top: 20px;
}

.industry-articles-intro {
    padding-bottom: 10px;
}

.industry-articles-item {
    border-bottom: 1px solid #CCC;
    padding-bottom: 20px;
    padding-top: 20px;
}

.industry-articles .PagerControl {
    padding-bottom: 30px;
    padding-top: 30px;
    text-align: center;
}

    .industry-articles .PagerControl .PagerResults {
        display: none;
    }

    .industry-articles .PagerControl .SelectedPage {
        font-weight: bold;
    }

    .industry-articles .PagerControl .SelectedPage,
    .industry-articles .PagerControl .UnselectedPage {
        display: inline-block;
        font-size: 1.125em;
        padding: 2px 8px;
    }

    .industry-articles .PagerControl .UnselectedPage {
        background: #EFEFEF;
    }

div.pagination {
    border-radius: 0;
    display: block;
    margin: 0;
    width: 100%;
}

    div.pagination .PagerControl {
        padding-bottom: 30px;
        padding-top: 30px;
        text-align: center;
    }

        div.pagination .PagerControl .PagerResults {
            display: none;
        }

        div.pagination .PagerControl .SelectedPage {
            font-weight: bold;
        }

        div.pagination .PagerControl .SelectedPage,
        div.pagination .PagerControl .UnselectedPage {
            display: inline-block;
            font-size: 1.125em;
            padding: 2px 8px;
        }

        div.pagination .PagerControl .UnselectedPage {
            background: #EFEFEF;
        }

/*.articles {
    padding-bottom: 20px;
}*/

.articles-item {
    border-bottom: 1px solid var(--silver);
    overflow: hidden;
    padding-bottom: 10px;
    padding-top: 10px;
}

@media (min-width: 768px) {
    .articles-item-photo {
        float: left;
        margin-right: 15px;
    }
}

@media (min-width: 768px) {
    .articles-item-content {
        float: left;
    }
}

.articles-item h3 {
    margin-bottom: 5px;
}

.articles-item-meta {
    color: #999;
    display: block;
    font-size: .8571em;
    margin-bottom: 10px;
}

.articles-item-date {
    color: var(--teal);
    display: block;
    font-size: .9em;
    font-weight: bold;
    margin-bottom: 10px;
}

.article-detail {
    overflow: hidden;
}

@media (min-width: 768px) {
    .article-detail-photo {
        float: left;
        margin-right: 15px;
    }
}

@media (min-width: 768px) {
    .article-detail-content {
        float: left;
    }
}

.article-detail-meta {
    color: #999;
    display: block;
    font-size: .8571em;
    margin-bottom: 10px;
}

.courseListFilter {
    margin-left: 0;
    text-align: left;
}

    .courseListFilter .wrapper-dropdown {
        position: relative;
        width: 300px;
        margin: 0;
        padding: 12px 15px;
        left: 0;
        background: #fff;
        border-radius: 5px;
        border: 1px solid rgba(0, 0, 0, 0.2);
        cursor: pointer;
        outline: none;
        transition: all 0.3s ease-out;
    }

        .courseListFilter .wrapper-dropdown:after {
            /* Little arrow */
            content: "";
            width: 0;
            height: 0;
            position: absolute;
            top: 50%;
            right: 15px;
            margin-top: -3px;
            border-width: 6px 6px 0 6px;
            border-style: solid;
            border-color: var(--pro-cyan) transparent;
        }

        .courseListFilter .wrapper-dropdown .dropdown {
            position: absolute;
            top: 100%;
            left: -1px;
            right: 0;
            margin: 0;
            padding: 0;
            background: #fff;
            border-radius: 0 0 5px 5px;
            border: 1px solid rgba(0, 0, 0, 0.2);
            border-top: none;
            list-style: none;
            transition: all 0.3s ease-out;
            width: calc(100% + 2px);
            z-index: 999;
            max-height: 0;
            overflow-y: auto;
            overflow-x: hidden;
        }

            .courseListFilter .wrapper-dropdown .dropdown li {
                border: none;
                padding: 0 10px;
                margin: 0;
            }

                .courseListFilter .wrapper-dropdown .dropdown li a {
                    display: block;
                    text-decoration: none;
                    color: #333;
                    padding: 10px 0;
                    transition: all 0.3s ease-out;
                    border-bottom: 1px solid #e6e8ea;
                }

                .courseListFilter .wrapper-dropdown .dropdown li:last-of-type a {
                    border: none;
                }

                .courseListFilter .wrapper-dropdown .dropdown li:hover a {
                    color: var(--pro-cyan);
                }

        .courseListFilter .wrapper-dropdown.active {
            border-radius: 5px 5px 0 0;
            background: #4cbeff;
            box-shadow: none;
            border-bottom: none;
            color: #fff;
        }

            .courseListFilter .wrapper-dropdown.active:after {
                border-color: #fff transparent;
            }

            .courseListFilter .wrapper-dropdown.active .dropdown {
                max-height: 400px;
            }

.eventSearchFilters .checkbox input[type="checkbox"] {
    margin-left: 0;
}

.eventSearchFilters .checkbox label {
    margin-right: 10px;
}

.eventSearchSubmit .form-horizontal,
.eventSearchSubmit .form-group {
    margin-left: 0;
    margin-right: 0;
}

.eventSearchSubmit .btn-default {
    background: var(--pro-cyan);
    border: 1px solid var(--pro-cyan);
    border-radius: 4px;
    color: var(--white);
    text-decoration: none;
    min-width: 7.5rem;
    width: auto;
}


    .eventSearchSubmit .btn-default:hover, .eventSearchSubmit .btn-default:focus {
        background: var(--light-pro-cyan);
        color: var(--white);
        text-decoration: none;
    }

.table-events {
    margin-top: 20px;
}

.cert-tabs {
    list-style: none;
    margin: 20px 0;
    padding: 0;
}

.cert-tab {
    border-right: 1px solid #CCC;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    width: 135px;
}

    .cert-tab a {
        border-radius: 4px;
        color: #666;
        display: block;
        line-height: 1.125em;
        margin-left: 10px;
        margin-right: 10px;
        padding: 5px 10px;
    }

        .cert-tab a:hover,
        .cert-tab a:focus {
            text-decoration: none;
        }

    .cert-tab.active a {
        background: var(--pro-cyan);
        color: #FFF;
    }

.cert-tab-content {
    border-top: 1px solid #CCC;
    display: none;
    padding-top: 20px;
    position: relative;
}

    .cert-tab-content.active {
        display: block;
    }

.cert-row {
    clear: both;
    overflow: hidden;
}

.cert-column {
    float: left;
    height: 180px;
    width: 16.66667%;
}

.cert-column-arrow {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 140px;
}

.cert-column-border {
    border: 1px solid #CCC;
    border-radius: 12px;
}

.cert-column-arrow img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.cert-label {
    bottom: 25px;
    color: #999;
    font-size: 12px;
    left: 25%;
    position: relative;
    z-index: 500;
}

.cert-column img {
    width: 100%;
}

.tooltip_templates {
    display: none;
}

.tooltipster-content {
    font-size: 11px;
}

.tooltip-heading {
    border-bottom: 1px solid #999;
    overflow: hidden;
    margin-bottom: 20px;
}

    .tooltip-heading img {
        float: left;
        width: 25%;
    }

    .tooltip-heading h4 {
        color: #999;
        font-weight: bold;
        font-family: ClearSans-Bold, sans-serif; /*'Arial', sans-serif;*/
        position: relative;
        top: 30px;
        margin-top: -5px;
    }

.tooltipster-sidetip.tooltipster-light.tooltipster-light-customized .tooltipster-box {
    background: #f2f2f2;
    border: 0;
    border-radius: 40px;
    box-shadow: 5px 5px 2px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 4px 15px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 4px 15px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 15px 1px rgba(0, 0, 0, 0.15);
}

.tooltipster-sidetip.tooltipster-light .tooltipster-arrow {
    height: 40px;
    margin-left: -40px;
    width: 40px;
}

.tooltipster-light-customized .tooltipster-arrow-border {
    background: #f2f2f2;
    border-color: #f2f2f2 !important;
    border: 1px solid #f2f2f2 !important;
}

.elevated-cert-wrapper {
    position: absolute;
    right: -175px;
    top: 350px;
    height: 350px;
}

.elevated-cert-body {
    background: #d5d5d5;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    padding: 20px;
    border-radius: 12px;
    text-align: center;
    width: 430px;
    position: relative;
    right: 0;
    top: 0;
}

.elevated-cert-group-label {
    width: 50%;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    color: #666;
    font-size: 18px;
    letter-spacing: 1px;
}

.elevated-certs {
    overflow: hidden;
}

.elevated-col {
    float: left;
    height: 450px;
    width: 25%;
}

    .elevated-col.elevated-col-arrows {
        text-align: center;
        width: 10%;
    }

.cert-image img,
.elevated-col-arrows img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    max-width: 100%;
}

.elevated-col.cert-list {
    width: 75%;
}

.cert-image {
    width: 15%;
}

.elevated-cert {
    overflow: hidden;
    margin-bottom: 38px;
}

    .elevated-cert img,
    .elevated-cert-content {
        float: left;
    }

    .elevated-cert img {
        width: 15%;
    }

.elevated-cert-content {
    width: 85%;
}

.agile-wrapper {
    overflow: hidden;
}

.agile-col {
    float: left;
    width: 45%;
}

    .agile-col.agile-col-arrow {
        text-align: center;
        width: 10%;
    }

.agile-col-arrow img {
    position: relative;
    top: 50px;
    width: 50%;
}

.agile-cert {
    overflow: hidden;
}

    .agile-cert img,
    .agile-cert-content {
        float: left;
    }

    .agile-cert img {
        width: 20%;
    }

.agile-cert-content {
    width: 80%;
}

.certificant-form .filter-checkbox label {
    margin-bottom: 8px;
}

.what-is-section {
    padding-bottom: 30px;
    padding-top: 30px;
}

    .what-is-section h2 {
        color: var(--pro-cyan);
        font-family: ClearSans-Bold, sans-serif; /* 'museo-slab', serif;*/
        font-weight: 900;
    }

    .what-is-section ul {
        margin-top: 20px;
    }

        .what-is-section ul li {
            display: block;
            padding-bottom: 15px;
        }

@media only screen and (min-width: 768px) {
    .what-is-section ul li {
        display: inline-block;
        padding: 0;
    }

        .what-is-section ul li:after {
            content: "|";
            color: #222;
            display: inline-block;
            padding-left: 10px;
            padding-right: 10px;
        }

        .what-is-section ul li:last-child:after {
            display: none;
        }
}

.what-is-section ul li a {
    color: #f90;
    font-weight: bold;
}

@media only screen and (min-width: 992px) {
    .what-is-section p {
        margin-left: 25%;
        width: 50%;
    }
}

.get-certified {
    background: #f6f6f6;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-right: 0;
}

@media only screen and (min-width: 768px) {
    .get-certified {
        margin-left: -15px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media only screen and (min-width: 992px) {
    .get-certified {
        margin-left: 0;
        padding-left: 45px;
        padding-right: 45px;
        height: 450px;
    }
}

.get-certified h2 {
    font-family: ClearSans-Bold, sans-serif; /*'museo-slab', serif;*/
    font-size: 2rem;
    font-weight: 900;
    margin-top: 0;
    text-align: center;
}

.get-certified__list {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

    .get-certified__list li {
        float: left;
        margin: 0;
        padding: 0;
    }

        .get-certified__list li img {
            max-width: 100%;
        }

.get-certified__list__badge {
    width: 90px;
}

.get-certified__list__arrow {
    margin-top: 35px !important;
    width: 40px;
}

.get-certified__list__label {
    width: 85px;
    text-align: center;
    margin: 30px 0 0 5px !important;
}

.get-certified__links {
    margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
    .get-certified__links {
        margin-bottom: 20px;
        margin-top: 20px;
    }
}

@media only screen and (min-width: 992px) {
    .get-certified__links {
        margin-bottom: 40px;
        margin-top: 40px;
    }
}

.get-certified__links a {
    border-bottom: 1px solid #979797;
    color: #f90;
    display: block;
    font-weight: bold;
    padding-bottom: 10px;
    padding-top: 10px;
    position: relative;
}

    .get-certified__links a:after {
        content: "\f101";
        display: block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        font-weight: 900;
        position: absolute;
        right: 10px;
        top: 8px;
    }

    .get-certified__links a:last-child {
        border-bottom: 0;
    }

.get-certified__btn {
    text-align: center;
}

@media only screen and (min-width: 992px) {
    .get-certified__btn {
        margin-top: 60px;
    }
}

.get-certified__btn .btn {
    margin-left: auto;
}

.join-scrum-alliance {
    padding-bottom: 20px;
}

.join-scrum-alliance__image {
    height: 200px;
    margin-left: -15px;
    margin-right: -15px;
    overflow: hidden;
    position: relative;
    width: calc(100% + 30px);
}

@media only screen and (min-width: 768px) {
    .join-scrum-alliance__image {
        margin-right: -30px;
        width: calc(100% + 60px);
    }
}

@media only screen and (min-width: 992px) {
    .join-scrum-alliance__image {
        height: 275px;
    }
}

.join-scrum-alliance__image img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.join-scrum-alliance h2 {
    font-family: ClearSans-Bold, sans-serif; /*'museo-slab', serif;*/
    font-size: 2.4rem;
    font-weight: 900;
}

.event-image-section {
    margin-top: 20px;
    margin-bottom: 20px;
}

    .event-image-section .event-image img {
        width: 100%;
    }

.gathering-box {
    border: 1px solid #d8d8d8;
    margin-bottom: 45px;
    margin-left: 15px;
    margin-right: 15px;
    padding: 40px 20px 20px;
    text-align: center;
    position: relative;
}

@media only screen and (min-width: 768px) {
    .gathering-box {
        margin-top: 40px;
        width: calc(50% - 30px);
    }
}

@media only screen and (min-width: 992px) {
    .gathering-box {
        padding-left: 60px;
        padding-right: 60px;
    }
}

.gathering-box:before {
    background-color: #51626f;
    background-repeat: no-repeat;
    border-radius: 50%;
    display: block;
    content: " ";
    height: 68px;
    left: 40%;
    width: 68px;
    position: absolute;
    top: -24px;
}

.gathering-box.gathering__global {
    margin-top: 40px;
}

    .gathering-box.gathering__global:before {
        background-image: url("../images/global-icon.png");
    }

.gathering-box.gathering__regional:before {
    background-image: url("../images/map-icon.png");
}

.gathering-box h2 {
    font-family: ClearSans-Bold, sans-serif; /*'museo-slab', serif;*/
    font-weight: 900;
}

.gathering-box a {
    color: #f90;
    display: inline-block;
    font-family: ClearSans, sans-serif; /*'museo-slab', serif;*/
    font-size: 1.6rem;
    font-weight: bold;
    margin-top: 20px;
    position: relative;
}

    .gathering-box a:after {
        content: "\f101";
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        font-weight: 900;
        margin-left: 10px;
    }

/*.gathering__link {
    margin-bottom: 40px;
    text-align: center;
}

    .gathering__link a {
        color: #f90;
        font-family: ClearSans sans-serif; /*'museo-slab', serif;
        font-size: 2rem;
        font-weight: 900;
    }

        .gathering__link a:after {
            content: "\f101";
            display: inline-block;
            font-family: FontAwesome;
            font-style: normal;
            font-weight: normal;
            font-weight: 900;
            margin-left: 10px;
        }*/

.jobs-section {
    background: #f5f6f7;
    padding-bottom: 40px;
    padding-top: 40px;
}

    .jobs-section .find-jobs h2 {
        font-family: ClearSans sans-serif; /*'museo-slab', serif;*/
        font-weight: 900;
        margin-bottom: 10px;
        margin-top: 0;
        text-align: center;
    }

    .jobs-section .find-jobs .form-control {
        border-radius: 0;
        box-shadow: none;
    }

.filter-checkbox .radio input[type="radio"],
.filter-checkbox .radio-inline input[type="radio"],
.filter-checkbox .checkbox input[type="checkbox"],
.filter-checkbox .checkbox-inline input[type="checkbox"] {
    margin-left: 0;
}

.filter-checkbox label {
    min-width: 250px;
}

.certificant-form .form-group-submit {
    margin: 0;
}

.certificant-form .btn-default {
    color: #FFF;
}

.certificant-directory-results {
    margin-top: 40px;
}

    .certificant-directory-results .ContentLabel {
        display: block;
        margin: 15px 0;
    }

        .certificant-directory-results .ContentLabel .bg-danger {
            font-weight: bold;
            padding: 15px;
        }

.blogListItem {
    padding-bottom: 20px;
    padding-top: 20px;
}

.blogListItemImage img {
    width: 100%;
}

.blogListItemDetails h3 {
    margin-bottom: 0;
}

.blogListItemDetailsComments {
    font-size: .8571em;
}

/**** Spinner *******************/
.spinnerSA {
    background-image: url("../images/loading.gif");
    width: 100%;
    height: 250px;
    background-repeat: no-repeat;
    background-size: 250px 250px;
    background-position: center;
}

.spinnerSAModal {
    background-color: #000;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 999;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.SA_Spinner {
    background-image: url("/_scrum/images/SA_Spinner-200px.gif");
    background-repeat: no-repeat;
    width: 200px;
    height: 200px;
    position: absolute;
    left: 45%;
    z-index: 10;
    background-position: center;
}

.spinnerSAModalTop {
    top: 46px;
}

#subSpinner {
    margin-top: 200px;
}
/**** END Spinner ***************************/

/*** Member Articles *****/
.articleContainer {
    border: 1px solid #bbb;
    margin-bottom: 10px;
    margin-left: -20px;
    margin-right: -20px;
    height: 130px;
    background-color: #fff;
    border-radius: 4px;
}

    .articleContainer img {
        width: 100%;
        max-height: 120px;
        max-width: 100px;
        position: absolute;
        clip: rect(0px,100px,100px,0px);
        margin-top: 10px;
    }

.articleGrey {
    background-color: #f5f5f5;
    border-radius: 4px;
    padding-left: 45px;
    padding-top: 20px;
}

.articleInfo {
    color: #999;
    font-size: .8571em;
    margin-bottom: 10px;
}

.articleH3Title {
    margin: 10px 0px 0px 0px;
}

.articleTeaser {
    font-size: 11px;
    padding-top: 5px;
}
/*************************/


/*****  New Home Page **************/
.saHomeHeroSection {
    height: 600px;
}

.saHomeTopSection {
    background: var(--white);
    padding: 20px 0px;
}

.sectionDot {
    border-right: 2px dotted var(--silver);
}

.sectionTopBox {
    width: 100%;
    height: 100%;
    padding: 10px 25px;
}

.saHomeMiddleSection {
    min-height: 70rem;
    background: var(--off-white);
}

.saHomeEventSection {
    height: 450px;
    background: #fff;
}

.saHomeMembershipSection {
    background: #fafafa;
}

.cardTitleZone {
    vertical-align: middle;
}

#divHomeHero {
    width: 100%;
    height: 100%;
    background-image: url('/ScrumRedesignDEVSite/media/ScrumAllianceMedia/Homepage/Hero_SA_home.jpg');
    background-size: cover;
    background-position: top;
}

.fullscreen-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
    opacity: 0.9;
}

.fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (min-aspect-ratio: 16/9) {
    .fullscreen-bg__video {
        height: 300%;
        top: -100%;
    }
}

@media (max-aspect-ratio: 16/9) {
    .fullscreen-bg__video {
        width: 300%;
        left: -100%;
    }
}

@media (max-width: 767px) {
    .fullscreen-bg {
        background: url('/_scrum/images/SAHomepage-darkoverlay.png') center no-repeat;
        background-size: cover;
    }

    .fullscreen-bg__video {
        display: none;
    }
}

#card1 {
    height: 275px;
    width: auto;
    background-image: url('/ScrumRedesignDEVSite/media/ScrumAllianceMedia/Homepage/scrum_fundamentals.png');
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: var(--white);
}

#card2 {
    height: 275px;
    width: auto;
    background-image: url('/ScrumRedesignDEVSite/media/ScrumAllianceMedia/Homepage/sai_card2.jpg');
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: var(--white);
    /*margin-left:0px;
    margin-right:-1px;
    margin-top:-28px;*/
}

#card3 {
    height: 275px;
    width: auto;
    background-image: url('/ScrumRedesignDEVSite/media/ScrumAllianceMedia/Homepage/trends.png');
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: var(--white);
}

.homeHeroText {
    color: #fff;
    text-align: center;
}

.homeHeroTitle {
    margin-top: 180px;
    font-weight: bold;
}

.homeHeroSubTitle {
    padding: 0px 50px 0px 50px;
    font-weight: normal;
}

.centered {
    text-align: center;
}

.SA_hr {
    width: 50px;
    color: var(--dark-grey);
}

.text-block {
    display: block;
}

.SACard {
    align-content: center;
    text-align: left;
    background-color: #fff;
    border: 1px solid var(--silver);
    border-radius: 4px;
    padding: 0px;
    overflow: hidden;
}

    .SACard:hover {
        box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.1);
    }

.SACard_text {
    position: absolute;
    top: 100px;
    padding: 0px 16px;
    z-index: 100;
}

.SACardInfo {
    min-height: 250px;
    background: var(--white);
    align-content: center;
    text-align: left;
    padding-top: 24px;
    padding-left: 36px;
    padding-left: 36px;
    padding-right: 36px;
    padding-bottom: 24px;
    border: 1px;
    border-radius: 4px;
}

.card-content {
    padding: 16px;
}

.card-volunteer {
    max-width: 450px;
}

.img-volunteer {
    width: 100%;
    height: auto;
    border-radius: 4px 4px 0px 0px;
}

.text-center {
    text-align: center;
}

.SATitleDisplay {
    font-size: 6.0rem;
    letter-spacing: -1.0px;
    color: var(--dark-grey);
}

.SATitlePage {
    font-size: 3.6rem;
    color: var(--dark-grey);
}

.SATitleLg {
    font-size: 2.8rem;
    color: var(--dark-grey);
}

.SATitleMd {
    font-size: 2.2rem;
    letter-spacing: -0.2px;
    color: var(--dark-grey);
}

.SATitleSm {
    font-size: 1.8rem;
    letter-spacing: -0.2px;
    color: var(--dark-grey);
}

.SATitleCapsSmYellow {
    font-size: 1.5rem;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: var(--yellow);
}

/*TODO: seperate text-transform to it's own class and fix class throughout solution*/
.SATitleCapsSm {
    font-size: 1.5rem;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.SATitleCapsLg {
    font-size: 1.8rem;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.SATextLg {
    font-size: 2.0rem;
    letter-spacing: -0.2px;
    color: var(--grey);
}

.SATextMd {
    font-size: 1.7rem;
    /*color: var(--grey);*/
}

.SATextSm {
    font-size: 1.5rem;
    letter-spacing: 0.2px;
    color: var(--grey);
}

.SATextXS {
    font-size: 1.3rem;
    color: var(--grey);
}

/* Formats contents of bootstrap tooltips on right side. See CourseSearchManager.js and Search.aspx for example */
.tooltip.right .tooltip-inner {
    background-color: white;
    color: black;
    border: 1px solid black;
    font-size: 1.2rem;
    line-height: 1.4rem;
    padding-top: 1.0rem;
    padding-bottom: 1.0rem;
}

.tooltip.right .tooltip-arrow {
    border-right-color: black;
}

.bold {
    font-weight: 600;
}

.SACardImg {
    width: 100%;
    height: auto;
    border: 1px;
    border-radius: 4px;
}

button a, button body, button a:hover {
    color: var(--white);
}

.SAClearButton {
    background: transparent;
    color: var(--white);
    border: 1px solid var(--white);
    border-radius: 4px;
    min-width: 16rem;
    font-weight: 600;
    letter-spacing: 1.1px;
    padding: 1.2rem;
    align-self: center;
    justify-content: center;
    text-align: center;
}

    .SAClearButton:hover {
        background: var(--pro-cyan);
        color: var(--white);
        border: 1px solid var(--pro-cyan);
        border-radius: 4px;
        font-weight: 600;
        letter-spacing: 1.1px;
    }

.sa-button--yellow {
    background: var(--yellow);
    border: 1px solid var(--yellow);
    border-radius: 4px;
    color: var(--navy);
    text-decoration: none;
    letter-spacing: 1.1px;
    min-width: 16rem;
    display: inline-block; /*Makes width size to contents*/
    font-weight: 600;
    padding: 1.2rem;
    align-self: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
}

    .sa-button--yellow:hover {
        background: #FFD862;
        text-decoration: none;
    }


.heroTitle {
    font-weight: bold;
}

.heroText {
    font-size: 2rem;
    font-weight: 200;
}

.sa-default-margin {
    width: 60%;
}

.sa-narrow-margin {
    width: 40%;
}

.sa-medium-wide-margin {
    width: 70%;
}

/** HTML input dropdown placeholder text color START ***************/
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: var(--slate);
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: var(--slate);
    opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: var(--slate);
    opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: var(--slate);
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: var(--slate);
}

::placeholder { /* Most modern browsers support this now. */
    color: var(--slate);
}
/** HTML input dropdown placeholder text color END ***************/

@media only screen and (max-width: 700px) {
    p {
        font-size: 1.8rem;
    }

    .sa-default-margin, .sa-narrow-margin, .sa-medium-wide-margin {
        width: 100%;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .saMobileControl--hidden {
        display: none;
    }
}

a div img:hover {
    opacity: 0.7;
    position: relative;
    top: .6rem;
    animation-name: bounce;
    animation-duration: 0.2s;
}

@keyframes bounce {
    0% {
        top: 0.0rem;
    }

    25% {
        top: 0.2rem;
    }

    50% {
        top: 0.4rem;
    }

    100% {
        top: 0.6rem;
    }
}

.active-text:hover {
    color: var(--pro-cyan);
}

.active-text h5, div {
    color: inherit;
}

.buttonAlign {
    text-align: center;
    margin-top: 20px;
}

.arrowButtonAlign {
    background: none;
    border: none;
    width: 40px;
    text-align: center;
    margin-top: 40px;
    background-image: url(/_scrum/images/zesticons/arrows/circled-right-arrow-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    height: 40px;
}

.blueArrowIcon {
    background-image: url(/ScrumRedesignDEVSite/media/ScrumAllianceMedia/Icons/SA_Icons_Cyan_RightArrow.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 40px;
    display: inline-block;
    width: 40px;
    border: none;
    margin-bottom: -16px;
    margin-left: 16px;
}

.marginTop82 {
    margin-top: 82px;
}

.marginTop70 {
    margin-top: 70px;
}

.marginTop60 {
    margin-top: 60px;
}

.marginTop50 {
    margin-top: 50px;
}

.marginBottom50 {
    margin-bottom: 50px;
}

.marginTop40 {
    margin-top: 40px;
}

.marginTop36 {
    margin-top: 36px;
}

.marginTop24 {
    margin-top: 24px;
}

.marginBottom24 {
    margin-bottom: 24px;
}

.marginTop16 {
    margin-top: 16px;
}

.marginBottom16 {
    margin-bottom: 16px;
}

.marginTop8 {
    margin-top: 8px;
}

.marginBottom8 {
    margin-bottom: 8px;
}

.marginLeft60 {
    margin-left: 60px;
}

.horizontalStretch {
    width: 100%;
}

.fullWidth {
    width: 100% !important;
}

.heroButton {
    width: 240px;
}

.cardLink {
    position: absolute;
    bottom: 24px;
    left: 36px;
    margin-top: 16px;
    font-size: 1.8rem;
    width: 100%;
}

.btn-hero {
    color: #fff;
    background: none;
    border-color: #ddd;
    font-weight: normal;
    padding: 12px;
    width: 75%;
}

    .btn-hero:hover,
    .btn-hero:focus {
        background-color: var(--pro-cyan);
        background-position: 0 -15px;
        color: #fff;
        border-color: var(--navy);
    }

.SACloseButton {
    cursor: pointer;
    float: right;
    padding: 1rem;
    width: 50px;
}

.SAPrimaryButtonDiv {
    cursor: pointer;
    padding: 1rem;
    width: fit-content;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
    background: var(--pro-cyan);
    border: 1px solid var(--pro-cyan);
    border-radius: .4rem;
    color: #FFF;
    font-weight: 600;
    letter-spacing: 1.1px;
}

    .SAPrimaryButtonDiv:hover {
        background: var(--light-pro-cyan);
    }

.SALargePopup {
    border: 1px solid var(--pro-cyan);
    border-radius: .4rem;
    position: absolute;
    background-color: #f5f5f5;
    border-radius: 4px;
    top: 40px;
    bottom: auto;
    left: 100px;
    right: 100px;
    margin-top: 50px;
    margin-bottom: 10px;
}

.SALargePopupContents {
    margin-top: 50px;
    margin-bottom: 20px;
    margin-left: 50px;
    margin-right: 50px
}

.SAPrimaryButtonLarge {
    background: var(--pro-cyan);
    border: 1px solid var(--pro-cyan);
    color: var(--white);
    text-decoration: none;
    width: auto;
    font-weight: 600;
    letter-spacing: 1.1px;
    align-content: center;
    text-align: center;
    padding: 8px 16px;
    border-radius: 4px;
}

    .SAPrimaryButtonLarge:hover {
        background: var(--light-pro-cyan);
        color: var(--white);
        text-decoration: none;
    }

.SANoTextSelect {
    user-select: none; /* Non-prefixed version, currently supported by Chrome, Opera and Firefox */
    -webkit-user-select: none; /* Safari */
}

.membershipThings ul {
    list-style: none;
}

.membershipThings li:before {
    content: '✔';
    color: var(--yellow);
    line-height: 36px;
}

.nolrPadding {
    padding-left: 0px;
    padding-right: 0px;
}

.cardWidth {
    margin: 16px;
    max-width: 355px;
}

.evtTitle {
    color: #fff;
    font-size: 4rem;
    margin-bottom: 10px;
}

.disabled {
    color: #fff;
    background: #aaa;
    border: #aaa;
    cursor: not-allowed
}

    .disabled:hover {
        color: #fff;
        background: #aaa;
        border: #aaa;
        cursor: not-allowed
    }

.saMenuTabs__MenuItem {
    padding: 1rem;
    font-size: 2rem;
    letter-spacing: 1px;
    user-select: none;
    color: var(--white);
    text-decoration: none;
    cursor: pointer;
}

    .saMenuTabs__MenuItem:hover {
        color: var(--white);
    }

    .saMenuTabs__MenuItem:disabled, .saMenuTabs__MenuItem[disabled] {
        color: var(--slate);
        pointer-events: none;
        user-select: none;
    }


.saLargeText {
    font-size: 2.2rem;
}

@media only screen and (max-width: 600px) {
    .sectionDot {
        border: none;
    }

    .hero-course-search {
        padding: 0px
    }

    .homeHeroTitle {
        margin-top: 60px;
    }

    .cardWidth {
        margin: 8px 8px;
        max-width: 305px;
    }
}

@media only screen and (max-width: 991px) {

    .sectionDot {
        border: none;
    }

    .cardWidth {
        margin: 8px 8px;
        max-width: 325px;
    }
}

/***********************************/

/*EVENTS*/

.hero-img {
    /*background-color: darkslategray;*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-top: 46px;
}

.registration_card {
    background: var(--white);
    border: 1px solid var(--silver);
    border-radius: 4px;
    box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.1);
    padding: 24px;
    /*max-width: 32%;
    margin: 0px 4px;*/
    text-align: center;
    line-height: 5rem;
    margin-bottom: 36px;
}

.section {
    min-height: 70px;
    margin-top: 24px;
}

.section-reg {
    background: var(--off-white);
}

.section-speaker {
    background: #fafafa;
}

.cards-reg {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.reg_card {
    padding: 24px;
}

.speaker_card {
    padding: 24px;
    text-align: center;
}

.speaker_image {
    background: var(--pro-cyan);
    border-radius: 50%;
    width: 200px;
    height: 200px;
}

.seu-card-container {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
}

.seu-card {
    min-height: 290px;
    min-width: 250px;
    text-align: center;
    padding: 16px;
    border: 1px solid var(--silver);
    border-radius: 4px;
    margin: 8px;
    /*display: flex;*/
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .seu-card:hover {
        box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.1);
    }

.seu-icon {
    width: 48px;
}

table {
    border: var(--silver);
}

thead tr {
    background: var(--off-white);
}

.card-basic {
    background: var(--white);
    border: 1px solid var(--silver);
    border-radius: 4px;
    box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.1);
    padding: 24px;
}

.textAreaEdit {
    text-align: left;
    width: 100%;
    height: 120px;
}

.quote-banner {
    background: var(--light-pro-cyan);
    width: 100%;
    height: 24rem;
}

.quote-banner-online {
    height: auto !important;
    padding-top: 1rem !important;
    padding-bottom: 0 !important;
}

    .quote-banner-online .quotesTop {
        position: relative;
        top: -50px;
        width: 8rem;
        height: 8rem;
    }

    .quote-banner-online .quotesBottom {
        position: relative;
        bottom: 62px;
        width: 8rem;
        height: 8rem;
        float: right;
    }

.liveOnlineBox {
    padding: 2.4rem;
    width: 30%;
}

.liveOnlineInfo {
    width: 100%;
    height: 100%;
    display: block;
}

.liveOnlineInfoM {
    width: 90%;
    height: 90%;
    display: none;
}


/*NEW HOMEPAGE*/
.container:after {
    content: none !important;
}

#header {
    background-image: url('../images/home/sa_background_banner-compressed-smaller.png');
    background-repeat: no-repeat;
    height: 70rem;
    width: 100%;
    object-fit: contain;
    background-position: center;
    padding-top: 3.6rem;
}

.hero-div {
    text-align: left;
}

    .hero-div h1 span {
        text-transform: uppercase;
        background: var(--blue-grey);
        /*     padding: .6rem 1.6rem;*/
        color: #FFFFFF;
        margin: 1.6rem 0;
        width: 50%;
        font-weight: 600;
        display: block;
    }

.heroSpanTop {
    padding: .6rem 1.6rem;
}

.heroSpanBottom {
    padding: .6rem 1.6rem;
}

.heroSpan {
    padding: .6rem 1.6rem;
}

.hero-div p {
    max-width: 50rem;
}

.hero-div a {
    margin: 2.4rem 0;
}

#home-value-prop {
    background: var(--off-white);
}

    #home-value-prop .sa-grid-3 {
        place-items: center;
    }

        #home-value-prop .sa-grid-3 .grid-item {
            place-items: center;
            max-width: 24rem;
        }

            #home-value-prop .sa-grid-3 .grid-item div {
                height: 20rem;
                width: 24rem;
                display: grid;
                place-items: center;
                margin: 0 auto;
            }

#subscribe {
    background: #21343D;
}

#home-notification {
    position: relative;
    bottom: 40px;
}

.stats {
    background-image: linear-gradient(to right, var(--pro-cyan), var(--navy));
    height: 100%;
    width: 100%;
    padding: 1.6rem;
}

.card-info {
    padding: 1.6rem;
}

.sa-card-info {
    padding: 1.6rem;
}

.offerings {
    background-color: var(--navy);
    background-image: url('../images/home/sa_background_banner_bottom-compressed-smaller.png');
    background-repeat: no-repeat;
    object-fit: cover;
    background-position: center;
    /*height: 94rem;*/
    padding-bottom: 6rem;
}

    .offerings .sa-grid-4 a div h4 {
        color: #21343D;
    }

    .offerings .sa-grid-4 a div p {
        color: var(--grey);
    }

    .offerings .sa-grid-4 a div:hover h4 {
        color: #FFFFFF;
    }

    .offerings .sa-grid-4 a div:hover p {
        color: #FFFFFF;
    }

.center {
    display: grid;
    text-align: center;
    place-self: center;
}

.baseline {
    display: grid;
    text-align: left;
    justify-content: center;
    align-self: center;
    justify-items: baseline;
    align-content: center;
}

#offerings-info {
    padding-top: 4rem;
}

#card-cert {
    margin-top: 24rem;
    margin-left: 4rem;
    width: 30rem;
}

    #card-cert:hover {
        margin-top: 24rem;
        margin-left: 4rem;
        width: 30rem;
        background: #009FE3;
        color: #FFFFFF !important;
        border: 1px solid #009FE3;
        box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.1);
    }

    #card-cert .card-cert-img {
        background: url('../images/home/w_website_homepage_button_icon_certification.png');
        width: 6rem;
        height: 10rem;
        background-repeat: no-repeat;
        float: left;
        margin: 1rem 1rem 0rem 0rem;
    }

    #card-cert:hover .card-cert-img {
        background: url('../images/home/w_website_homepage_button_icon_certification_hover.png');
        width: 6rem;
        height: 10rem;
        background-repeat: no-repeat;
        float: left;
        margin: 1rem 1rem 0rem 0rem;
    }

#card-coach {
    margin-left: -14rem;
    margin-top: -6rem;
    width: 24rem;
}

    #card-coach:hover {
        margin-left: -14rem;
        margin-top: -6rem;
        width: 24rem;
        background: #009FE3;
        color: #FFFFFF !important;
        border: 1px solid #009FE3;
        box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.1);
    }

    #card-coach .card-coach-img {
        background: url('../images/home/w_website_homepage_button_icon_coaching.png');
        width: 6rem;
        height: 10rem;
        background-repeat: no-repeat;
        float: left;
        margin: 1rem 1rem 0rem 0rem;
    }

    #card-coach:hover .card-coach-img {
        background: url('../images/home/w_website_homepage_button_icon_coaching_hover.png');
        width: 6rem;
        height: 10rem;
        background-repeat: no-repeat;
        float: left;
        margin: 1rem 1rem 0rem 0rem;
    }

#card-comm {
    width: 30rem;
    margin-top: -12rem;
    margin-right: -6rem;
}

    #card-comm:hover {
        width: 30rem;
        margin-top: -12rem;
        margin-right: -6rem;
        background: #009FE3;
        color: #FFFFFF !important;
        border: 1px solid #009FE3;
        box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.1);
    }

    #card-comm .card-comm-img {
        background: url('../images/home/w_website_homepage_button_icon_community.png');
        width: 6rem;
        height: 10rem;
        background-repeat: no-repeat;
        float: left;
        margin: 1rem 1rem 0rem 0rem;
    }

    #card-comm:hover .card-comm-img {
        background: url('../images/home/w_website_homepage_button_icon_community_hover.png');
        width: 6rem;
        height: 10rem;
        background-repeat: no-repeat;
        float: left;
        margin: 1rem 1rem 0rem 0rem;
    }

#card-res {
    margin-top: 16rem;
    width: 24rem;
}

    #card-res:hover {
        margin-top: 16rem;
        width: 24rem;
        background: #009FE3;
        color: #FFFFFF !important;
        border: 1px solid #009FE3;
        box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.1);
    }

    #card-res .card-res-img {
        background: url('../images/home/w_website_homepage_button_icon_resources.png');
        width: 6rem;
        height: 10rem;
        background-repeat: no-repeat;
        float: left;
        margin: 1rem 1rem 0rem 0rem;
    }

    #card-res:hover .card-res-img {
        background: url('../images/home/w_website_homepage_button_icon_resources_hover.png');
        width: 6rem;
        height: 10rem;
        background-repeat: no-repeat;
        float: left;
        margin: 1rem 1rem 0rem 0rem;
    }
/*
.mobile-h1 {
    display: none;
}*/

.hero-div h1 {
    margin-top: 6rem;
}

#home-cta-mobile {
    display: none;
}

@media only screen and (max-width: 1005px) {
    #header {
        height: auto;
        background-image: url('../images/home/sa_background_banner_mobile-compressed-smaller.png');
        background-repeat: no-repeat;
        background-position: top;
        background-size: contain;
        margin-top: 3.6rem;
    }

    .hero-div {
        padding-left: 0px;
        padding-right: 0px;
        text-align: left;
        margin-top: 4rem;
    }

    /*        .hero-div h1 span {
            display: none;
        }*/

    .hero-info {
        background: #FFFFFF;
    }
    /*
    
    .mobile-h1 {
        display: block;
        background-color: var(--blue-grey);
        color: #FFFFFF;
        width: 100%;
        padding: 1.6rem;
        text-transform: uppercase;
        margin-top: 10rem;
        font-size: 2rem !important;
    }*/



    .hero-div h1 span {
        text-transform: uppercase;
        background: var(--blue-grey);
        /*// padding: .6rem 1.6rem;*/
        color: #FFFFFF;
        margin: -1px;
        width: 100%;
        font-weight: 600;
        display: block;
        font-size: 1.8rem;
    }

    .heroSpanTop {
        padding: 2rem 1.6rem;
    }

    .heroSpanBottom {
        padding: 2rem 1.6rem;
    }

    .heroSpan {
        padding: 0rem 1.6rem;
    }


    .offerings {
        background-image: url(../images/home/sa_background_banner_bottom_mobile-compressed-smaller.png);
        background-size: cover;
    }

        .offerings .sa-grid-4 {
            grid-template-columns: 1fr;
            grid-template-rows: auto;
            grid-gap: 1.6rem;
            margin-bottom: 3.6rem;
        }

    #offerings-info {
        padding-top: 0rem;
    }

    #card-cert {
        margin: 0;
        width: auto;
    }

        #card-cert:hover, #card-coach:hover, #card-comm:hover, #card-res:hover {
            margin: 0;
            width: auto;
        }

        #card-cert .card-cert-img {
            background: url('../images/home/w_website_homepage_button_icon_certification.png');
            width: 6rem;
            height: 10rem;
            background-repeat: no-repeat;
            float: left;
            margin: 1rem 1rem 0rem 0rem;
        }

        #card-cert:hover .card-cert-img {
            background: url('../images/home/w_website_homepage_button_icon_certification_hover.png');
            width: 6rem;
            height: 10rem;
            background-repeat: no-repeat;
            float: left;
            margin: 1rem 1rem 0rem 0rem;
        }

    #card-coach {
        margin: 0;
        width: auto;
    }

    #card-comm {
        margin: 0;
        width: auto;
    }

    #card-res {
        margin: 0;
        width: auto;
    }

    #home-notification {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    #home-cta-dt {
        display: none;
    }

    #home-cta-mobile {
        display: grid;
    }
}

@media only screen and (max-width: 1200px) {
    /*.quote-banner-online {
        height: 49rem;
    }*/

    .quote-banner-online .quotesBottom {
        bottom: 84px;
    }
}

@media only screen and (max-width: 992px) {
    .quote-banner-online {
        height: 49rem;
    }

    /*.quote-banner-online .quotesBottom {
        bottom: 84px;
    }*/
}

@media only screen and (max-width: 768px) {
    .quote-banner-online {
        height: 49rem;
    }

    /*.quote-banner-online .quotesBottom {
        bottom: 84px;
    }*/

    .liveOnlineInfoM {
        display: block;
    }

    .liveOnlineInfo {
        display: none;
    }
}

@media only screen and (max-width: 650px) {
    .quote-banner-online {
        height: 59rem;
    }

        .quote-banner-online .quotesBottom {
            bottom: 7px;
        }
}

@media only screen and (max-width: 644px) {
    .quote-banner-online .quotesBottom {
        bottom: 26px;
    }
}

@media only screen and (max-width: 576px) {
    .quote-banner-online {
        height: 65rem;
    }

        .quote-banner-online .quotesBottom {
            bottom: 9px;
        }
}

@media only screen and (max-width: 540px) {
    .quote-banner-online {
        height: 62rem;
    }

        .quote-banner-online .quotesBottom {
            bottom: 64px;
        }

    .liveOnlineBox {
        padding: 2.4rem;
        width: 100%;
    }
}

@media only screen and (max-width: 522px) {
    .quote-banner-online .quotesBottom {
        bottom: 84px;
    }
}

@media only screen and (max-width: 502px) {
    .quote-banner-online {
        height: 65rem;
    }

        .quote-banner-online .quotesBottom {
            bottom: 78px;
        }
}

@media only screen and (max-width: 420px) {
    .quote-banner-online {
        height: 78rem;
    }

        .quote-banner-online .quotesBottom {
            bottom: 80px;
        }
}

@media only screen and (max-width: 600px) {
    .saHomeMiddleSection {
        min-height: 180rem;
    }
}
