.views-content > .content-container.categories-container {
  position: absolute;
  top: -85px;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: calc(100% - 185px);
  text-align: center;
}

/* Categories heading */
.views-content > .content-container.categories-container > .categories-heading {
  color: white;
  font-size: 25px;
  padding-bottom: 15px;
  font-weight: 200;
}

/* Choose category copy */
.views-content > .content-container.categories-container > .choose-calendar {
  color:#22c1ee;
  font-weight:500;
  width:250px;
  margin:auto;
  padding-bottom:15px;
  border-bottom:1px solid rgba(238,238,238,0.1);
}

/* Individual category in ng-repeat */
.views-content > .content-container.categories-container > .category {
  color: white;
  width: 250px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(238, 238, 238, .1);
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  margin: auto;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.views-content > .content-container.categories-container > .category.last {
  margin-bottom: 150px;
}
.views-content > .content-container.categories-container > .category.league {
  position: relative;
  text-align: left;
  padding: 20px 0;
  padding-left: 48px;
  left: 0px;
  width: 200px;
  letter-spacing: 0.6px;

  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.views-content > .content-container.categories-container > .category.league > .league-team-logos {
  position: absolute;
  width: 35px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  left: 0px;
}
.views-content > .content-container.categories-container > .category:hover {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

@media(min-width: 650px) {
  .views-content > .content-container.categories-container {
    margin: 0;
    padding-top: 60px;
    height: calc(100% - 50px);
  }
  .views-content > .content-container.categories-container {
    top: 0px;
    height: calc(100% - 130px);
  }
  .views-content > .content-container.categories-container > .category {
    -webkit-transform: scale(1, 1);
  }
}

@media(min-width: 1000px) {
  .views-content > .content-container.categories-container {
    height: calc(100% - 100px);
  }
}

@media(max-width: 230px) {
  .views-content > .content-container.categories-container > .category.league {
    text-align: center;
  }
}


/* The content below/behind the nav */

.background-image-container,
.background-image-container > .background-image,
.background-image-container > .overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: auto;
  height: 100%;
  overflow: hidden;
}

.background-image {
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -ms-filter: blur(10px);
  -o-filter: blur(10px);
  filter: blur(10px);
  background-size: cover !important;
}

.background-image.less-blur {
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -ms-filter: blur(2px);
  -o-filter: blur(2px);
  filter: blur(2px);
}

.background-image-container > .overlay {
  background: #383b44;
  opacity: 0.6;
  z-index: 1;
}

.background-image-container > .overlay.gradient {
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000', GradientType=0);
}

.background-image-container > .background-image > .overlay.darken-overlay {
  background: rgb(54, 61, 72);
  opacity: 0.9;
}

.mobile .terms-and-privacy {
  position: fixed;
  padding-bottom: 20px;
  padding-top: 10px;
  max-width: 100%;
  bottom: 0;
  font-size: 12px;
  padding: 20px 30px;
  background: rgb(19,20,22);
  z-index: 5;
}

.content-container .terms-and-privacy {
  display: none;
  font-size: 12px;
  max-width: 350px;
  width: 80%;
  bottom: 20px;
}

.terms-and-privacy {
  position: absolute;
  bottom: -60px;
  text-align: center;
  margin: auto;
  left: 0;
  right: 0;
  color: #a7a7a7;
  font-size: 14px;
  letter-spacing: 0.42px;
  line-height: 1.67em;
}

.powered-by-footer > .terms-and-privacy {
  position: relative;
  max-width: 250px;
  width: 80%;
  font-size: 12px;
  bottom: 0;
  top: 40px;
}

.terms-and-privacy > a {
  color: white;
  text-decoration: none;
  cursor: pointer;
}

/* Content background image */

.content-desktop-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

.content-desktop-background > .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #383b44;
  opacity: 0.8;
  z-index: 1;
}

.content-desktop-background > .overlay.gradient {
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%) !important;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%) !important;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%) !important;
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000', GradientType=0) !important;
}

.content-desktop-background > .overlay.desktop {
  background: black;
  opacity: 0.3;
}

.content-desktop-background > .background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-position: center !important;
}


/* Mobile */

.ui-content {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  z-index: 2;
}


/* The logo withing the UI-content. Only visible on full size deskotop */

.ui-content .desktop-logo {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  padding: 20px;
  z-index: 10;
  display: none;
}


/* It is inline with sidebar on desktop - check the media queries here and in sidebar.css */

.views-content {
  position: fixed;
  width: 100%;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  background: rgba(41, 45, 54, 0.7);
  left: -5px;
  z-index: 1;
}

.views-content > .content-container {
  width: 100%;
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-x: hidden;
}

.views-content > .content-container::-webkit-scrollbar {
  display: none;
}

.views-content > .content-container::-moz-scrollbar {
  display: none;
}

.views-content > .content-container::-webkit-scrollbar {
  display: none;
}

.views-content > .content-container::-moz-scrollbar {
  display: none;
}

.views-content > .content-container::-ms-scrollbar {
  display: none;
}


/* Footer present in the views-content container only on mobile */

.powered-by-footer {
  position: absolute;
  bottom: 0;
  height: 110px;
  width: 100%;
  overflow: hidden;
  text-align: center;
}

.powered-by-footer.mobile {
  bottom: 25px;
}

.powered-by-footer.subscribe {
  bottom: -40px;
}

.powered-by-footer > p {
  cursor: pointer;
  font-size: 13px;
  display: inline-block;
  vertical-align: middle;
  color: white;
  position: absolute;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3.25px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 25px;
}

.powered-by-footer > p > img {
  width: 100px;
  display: inline-block;
  position: relative;
  top: 4px;
}

@media(min-width: 650px) {
  .views-content {
    position: relative;
    width: calc(100% - 325px);
  }
  .content-container .terms-and-privacy {
    display: block;
  }
  .views-content > .powered-by-footer > p {
    display: none;
  }
  .views-content > .powered-by-footer > div {
    max-width: 350px;
    position: absolute;
    top: auto;
    bottom: 10px;
  }
}

@media(min-width: 1000px) {
  .sidebar-container-desktop {
    display: block;
  }
  .ui-content {
    height: 100%;
    max-height: 600px;
    max-width: 780px;
    bottom: 0;
    border: 10px solid #252425;
    box-shadow: 0 0 90px black;
  }
  .views-content > .powered-by-footer {
    display: none;
  }
  .content-container .terms-and-privacy {
    display: none;
  }
  .ui-content .desktop-logo {
    display: block;
  }
  .views-content {
    left: 1px;
  }
}


@charset "UTF-8";

/* untitled-font-7 */
@font-face {
  font-family: "untitled-font-7";
  src:url("https://cdn.myfontastic.com/ajkCKZcprWV8fCCd7UykoN/fonts/1460487391.eot");
  src:url("https://cdn.myfontastic.com/ajkCKZcprWV8fCCd7UykoN/fonts/1460487391.eot?#iefix") format("embedded-opentype"),
    url("https://cdn.myfontastic.com/ajkCKZcprWV8fCCd7UykoN/fonts/1460487391.woff") format("woff"),
    url("https://cdn.myfontastic.com/ajkCKZcprWV8fCCd7UykoN/fonts/1460487391.ttf") format("truetype"),
    url("https://cdn.myfontastic.com/ajkCKZcprWV8fCCd7UykoN/fonts/1460487391.svg#1460487391") format("svg");
  font-weight: normal;
  font-style: normal;
}

[data-icon]:before {
  font-family: "untitled-font-7" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "untitled-font-7" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-twitter:before {
  content: "\62";
}
.icon-trophy:before {
  content: "\63";
}
.icon-timeselect:before {
  content: "\64";
}
.icon-time:before {
  content: "\65";
}
.icon-tick-cal:before {
  content: "\66";
}
.icon-tick:before {
  content: "\67";
}
.icon-plus:before {
  content: "\68";
}
.icon-10n:before {
  content: "\69";
}
.icon-ring:before {
  content: "\6b";
}
.icon-search:before {
  content: "\6c";
}
.icon-settings:before {
  content: "\6d";
}
.icon-stay-connected:before {
  content: "\6f";
}
.icon-storm:before {
  content: "\70";
}
.icon-sun:before {
  content: "\71";
}
.icon-tag:before {
  content: "\72";
}
.icon-target:before {
  content: "\73";
}
.icon-spoton:before {
  content: "\74";
}
.icon-nobel:before {
  content: "\75";
}
.icon-pause:before {
  content: "\76";
}
.icon-performance:before {
  content: "\77";
}
.icon-phone:before {
  content: "\78";
}
.icon-pie:before {
  content: "\79";
}
.icon-play:before {
  content: "\7a";
}
.icon-mail:before {
  content: "\41";
}
.icon-logout:before {
  content: "\42";
}
.icon-location:before {
  content: "\43";
}
.icon-linkedin:before {
  content: "\44";
}
.icon-linegraph:before {
  content: "\45";
}
.icon-laptop:before {
  content: "\46";
}
.icon-knobs:before {
  content: "\47";
}
.icon-delete:before {
  content: "\48";
}
.icon-boxtick:before {
  content: "\49";
}
.icon-account:before {
  content: "\4a";
}
.icon-account-nb:before {
  content: "\4b";
}
.icon-cal31:before {
  content: "\4c";
}
.icon-downarrow:before {
  content: "\4d";
}
.icon-dribbble:before {
  content: "\4e";
}
.icon-calcross:before {
  content: "\4f";
}
.icon-aim:before {
  content: "\50";
}
.icon-calplus:before {
  content: "\52";
}
.icon-edit:before {
  content: "\53";
}
.icon-edit-new:before {
  content: "\54";
}
.icon-error:before {
  content: "\55";
}
.icon-events:before {
  content: "\56";
}
.icon-github:before {
  content: "\58";
}
.icon-google:before {
  content: "\59";
}
.icon-graph:before {
  content: "\5a";
}
.icon-hamburger:before {
  content: "\30";
}
.icon-instagram:before {
  content: "\31";
}
.icon-cumpas:before {
  content: "\32";
}
.icon-bolt:before {
  content: "\33";
}
.icon-bell:before {
  content: "\34";
}
.icon-cross2:before {
  content: "\35";
}
.icon-cross1:before {
  content: "\36";
}
.icon-behance:before {
  content: "\37";
}
.icon-bar-graph:before {
  content: "\38";
}
.icon-connected:before {
  content: "\21";
}
.icon-article:before {
  content: "\22";
}
.icon-arrow-up:before {
  content: "\23";
}
.icon-chrome-thick:before {
  content: "\24";
}
.icon-chrome-big:before {
  content: "\25";
}
.icon-arrow-right:before {
  content: "\26";
}
.icon-arrow-left:before {
  content: "\27";
}
.icon-chrome:before {
  content: "\28";
}
.icon-arrow-down:before {
  content: "\2a";
}
.icon-bannerarrow-left:before {
  content: "\2b";
}
.icon-bannerarrow-right:before {
  content: "\2c";
}
.icon-spot:before {
  content: "\2d";
}
.icon-ncaa:before {
  content: "\2e";
}
.icon-sports:before {
  content: "\3a";
}
.icon-briefcase-case-two:before {
  content: "\61";
}
.icon-work:before {
  content: "\3c";
}
.icon-world-1:before {
  content: "\3d";
}
.icon-world-2:before {
  content: "\3b";
}
.icon-world-map:before {
  content: "\3e";
}
.icon-stroller:before {
  content: "\3f";
}
.icon-ncaa-1:before {
  content: "\40";
}
.icon-question:before {
  content: "\5b";
}
.icon-event-list:before {
  content: "\5d";
}
.icon-dropdown:before {
  content: "\5e";
}
.icon-plane:before {
  content: "\5f";
}
.icon-star:before {
  content: "\60";
}
.icon-hotel-bell:before {
  content: "\7b";
}
.icon-trash:before {
  content: "\7c";
}
.icon-timeline:before {
  content: "\7d";
}
.icon-ticket:before {
  content: "\7e";
}
.icon-question-tool:before {
  content: "\5c";
}
.icon-night-sky:before {
  content: "\e000";
}
.icon-night:before {
  content: "\e001";
}
.icon-morning:before {
  content: "\e002";
}
.icon-day:before {
  content: "\e003";
}
.icon-daytime:before {
  content: "\e004";
}
.icon-stroller-1:before {
  content: "\e005";
}
.icon-tag-1:before {
  content: "\e006";
}
.icon-plus-1:before {
  content: "\e007";
}
.icon-diff-added:before {
  content: "\e008";
}
.icon-issue-opened:before {
  content: "\e009";
}
.icon-key:before {
  content: "\e00a";
}
.icon-star-1:before {
  content: "\e00c";
}
.icon-trashcan:before {
  content: "\e00d";
}
.icon-chevron-down:before {
  content: "\e00e";
}
.icon-chevron-up:before {
  content: "\e00f";
}
.icon-dashboard:before {
  content: "\e010";
}
.icon-eye:before {
  content: "\e011";
}
.icon-tools:before {
  content: "\e012";
}
.icon-sun-1:before {
  content: "\e013";
}
.icon-storm-1:before {
  content: "\e014";
}
.icon-thumbnails:before {
  content: "\e015";
}
.icon-share:before {
  content: "\e016";
}
.icon-sort:before {
  content: "\e017";
}
.icon-link:before {
  content: "\e018";
}
.icon-light-bulb:before {
  content: "\e019";
}
.icon-bolt-1:before {
  content: "\e01a";
}
.icon-layout:before {
  content: "\e01b";
}
.icon-camera:before {
  content: "\e01c";
}
.icon-camera-1:before {
  content: "\e01d";
}
.icon-camera-2:before {
  content: "\e01e";
}
.icon-camera-3:before {
  content: "\e01f";
}
.icon-camera-4:before {
  content: "\e020";
}
.icon-lock:before {
  content: "\e021";
}
.icon-exchange:before {
  content: "\e022";
}
.icon-cloud:before {
  content: "\e023";
}
.icon-snow:before {
  content: "\6e";
}
.icon-mist:before {
  content: "\e024";
}
.icon-email-mail-streamline:before {
  content: "\e025";
}
.icon-facebook:before {
  content: "\57";
}
.icon-cross-1:before {
  content: "\2f";
}
.icon-close:before {
  content: "\39";
}
.icon-dollar-bill:before {
  content: "\e026";
}
.icon-tag-2:before {
  content: "\e027";
}
.icon-star-2:before {
  content: "\e028";
}
.icon-t-shirt:before {
  content: "\29";
}
.icon-armchair-chair-streamline:before {
  content: "\e029";
}
.icon-diamond:before {
  content: "\e02a";
}
.icon-diamond-1:before {
  content: "\e02b";
}
.icon-guide-dog:before {
  content: "\e02c";
}
.icon-home:before {
  content: "\e02d";
}
.icon-home-house-streamline:before {
  content: "\e02e";
}
.icon-home-1:before {
  content: "\e02f";
}
.icon-lifebuoy:before {
  content: "\e030";
}
.icon-phone-1:before {
  content: "\e031";
}
.icon-cd:before {
  content: "\e032";
}
.icon-truck:before {
  content: "\e033";
}
.icon-truck-1:before {
  content: "\e034";
}
.icon-right-circled:before {
  content: "\e035";
}
.icon-right-open-mini:before {
  content: "\e036";
}
.icon-angle-double-left:before {
  content: "\e037";
}
.icon-angle-double-up:before {
  content: "\e038";
}
.icon-link-1:before {
  content: "\e039";
}
.icon-link-2:before {
  content: "\e03a";
}
.icon-glyphicon-chevron-right:before {
  content: "\e03b";
}
.icon-glyphicon-chevron-left:before {
  content: "\e03c";
}
.icon-arrows-ccw:before {
  content: "\e03d";
}
.icon-users:before {
  content: "\e03e";
}
.icon-share-outline:before {
  content: "\e03f";
}
.icon-edit-icon:before {
  content: "\e040";
}
.icon-paperclip:before {
  content: "\e041";
}
.icon-paper-clip:before {
  content: "\e042";
}
.icon-attach:before {
  content: "\e043";
}
.icon-plus-2:before {
  content: "\e00b";
}
.icon-dash:before {
  content: "\e044";
}
.icon-refresh:before {
  content: "\6a";
}
.icon-help-circled:before {
  content: "\e045";
}
.icon-spinner:before {
  content: "\e046";
}
.icon-delete-small:before {
  content: "\e048";
}
.icon-logo-plus:before {
  content: "\e049";
}
.icon-all-day:before {
  content: "\e04a";
}
.icon-clipboard-notes:before {
  content: "\e04b";
}
.icon-angle-down:before {
  content: "\e04c";
}
.icon-exclamation:before {
  content: "\e04d";
}
.icon-plus-icon:before {
  content: "\e04e";
}
.icon-minus-icon:before {
  content: "\e04f";
}
.icon-soundcloud:before {
  content: "\e050";
}
.icon-trash-1:before {
  content: "\e051";
}
.icon-tv:before {
  content: "\e053";
}
.icon-briefcase:before {
  content: "\e054";
}
.icon-chat-bubble-two:before {
  content: "\e055";
}
.icon-map:before {
  content: "\e056";
}
.icon-lock-locker-streamline:before {
  content: "\e057";
}
.icon-man-people-streamline-user:before {
  content: "\e058";
}
.icon-locker-streamline-unlock:before {
  content: "\e059";
}
.icon-circle-full:before {
  content: "\e05a";
}
.icon-mountains:before {
  content: "\e05b";
}
.icon-edit-modify-streamline:before {
  content: "\e05d";
}
.icon-down-open-big:before {
  content: "\e05e";
}
.icon-map-pin-streamline:before {
  content: "\e05f";
}
.icon-arrow-circle-down:before {
  content: "\e061";
}
.icon-city-seattle:before {
  content: "\e062";
}
.icon-leaf:before {
  content: "\e063";
}
.icon-trees:before {
  content: "\e05c";
}
.icon-palm-tree:before {
  content: "\e064";
}
.icon-basecamp:before {
  content: "\e065";
}
.icon-beach-umbrella:before {
  content: "\e066";
}
.icon-sunset:before {
  content: "\e067";
}
.icon-wave-128:before {
  content: "\e068";
}
.icon-paw:before {
  content: "\e069";
}
.icon-weather-icons-grey-12-512:before {
  content: "\e06b";
}
.icon-fire:before {
  content: "\e06c";
}
.icon-cloud-1:before {
  content: "\e06d";
}
.icon-cloud-2:before {
  content: "\e06e";
}
.icon-cocktail-mojito-streamline:before {
  content: "\e06f";
}
.icon-vacation-30-128:before {
  content: "\e070";
}
.icon-318-41682:before {
  content: "\e071";
}
.icon-sofa:before {
  content: "\e072";
}
.icon-drum-set-512:before {
  content: "\e073";
}
.icon-right-open-big:before {
  content: "\e074";
}
.icon-map-marker:before {
  content: "\e075";
}
.icon-marker-plus:before {
  content: "\e076";
}
.icon-graduation-cap:before {
  content: "\e077";
}
.icon-air:before {
  content: "\e079";
}
.icon-wifi-2:before {
  content: "\e07a";
}
.icon-angle-left:before {
  content: "\e07b";
}
.icon-angle-right:before {
  content: "\e07c";
}
.icon-circle:before {
  content: "\e060";
}
.icon-files:before {
  content: "\e07d";
}
.icon-code:before {
  content: "\e07e";
}
.icon-designmoo:before {
  content: "\e07f";
}
.icon-briefcase-case:before {
  content: "\e080";
}
.icon-phone-2:before {
  content: "\e082";
}
.icon-home-2:before {
  content: "\e052";
}
.icon-frames:before {
  content: "\e083";
}
.icon-timeline-icon:before {
  content: "\e084";
}
.icon-gears-setting:before {
  content: "\e085";
}
.icon-check-mark-circle:before {
  content: "\e087";
}
.icon-photo-pictures-streamline:before {
  content: "\e089";
}
.icon-cloud-upload:before {
  content: "\e08a";
}
.icon-timeline-1:before {
  content: "\e08b";
}
.icon-dashboard-1:before {
  content: "\e08c";
}
.icon-list:before {
  content: "\e08e";
}
.icon-settings-1:before {
  content: "\e08f";
}
.icon-embed:before {
  content: "\e090";
}
.icon-cross:before {
  content: "\e091";
}
.icon-catagory-calendar:before {
  content: "\e092";
}
.icon-chat:before {
  content: "\e093";
}
.icon-cat-icon:before {
  content: "\e094";
}
.icon-github-alt:before {
  content: "\e081";
}
.icon-37818:before {
  content: "\e06a";
}
.icon-hamburger-1:before {
  content: "\e078";
}
.icon-yahoo:before {
  content: "\e095";
}
.icon-social-apple:before {
  content: "\e096";
}
.icon-social-windows:before {
  content: "\e097";
}
.icon-office-outlook:before {
  content: "\e098";
}
.icon-analytics-nb:before {
  content: "\51";
}
.icon-document:before {
  content: "\e099";
}
.icon-clock:before {
  content: "\e09a";
}
.icon-photo:before {
  content: "\e08d";
}
.icon-add:before {
  content: "\e09b";
}
.icon-user-add:before {
  content: "\e09c";
}
.icon-up-open-big:before {
  content: "\e09c";
}
.icon-user-add:before {
  content: "\e09d";
}
.icon-cancel:before {
  content: "\e086";
}
.icon-check:before {
  content: "\e088";
}
.icon-battery-full:before {
  content: "\e09e";
}
.icon-location-arrow:before {
  content: "\e09f";
}
.icon-help:before {
  content: "\e047";
}
.icon-mail-1:before {
  content: "\e0a0";
}
.icon-video:before {
  content: "\e0a1";
}
.icon-torsos-male-female:before {
  content: "\e0a2";
}
.icon-email-envelope:before {
  content: "\e0a3";
}
.icon-location-1:before {
  content: "\e0a4";
}
.icon-cursor-move:before {
  content: "\e0a5";
}
.icon-export:before {
  content: "\e0a6";
}
.icon-fast-backward:before {
  content: "\e0a7";
}
.icon-fast-forward:before {
  content: "\e0a8";
}
.icon-linkedin-square:before {
  content: "\e0a9";
}
.icon-web:before {
  content: "\e0aa";
}
.icon-credit-card:before {
  content: "\e0ab";
}
.icon-reload:before {
  content: "\e0ac";
}
.icon-plus-3:before {
  content: "\e0ad";
}
.icon-minus:before {
  content: "\e0ae";
}
.icon-alert:before {
  content: "\e0af";
}
.icon-x-out:before {
  content: "\e0b0";
}
.icon-new-google:before {
  content: "\e0b1";
}
.icon-exchange-1:before {
  content: "\e0b2";
}
.icon-spoton-button-icon:before {
  content: "\e0b3";
}
.icon-arrow-left-1:before {
  content: "\e0b4";
}
.icon-cloud-3:before {
  content: "\e0b5";
}
.icon-left-circled:before {
  content: "\e0b6";
}
.icon-exclamation-triangle:before {
  content: "\e0b7";
}
.icon-dribbble-1:before {
  content: "\e0b8";
}
.icon-minus-1:before {
  content: "\e0b9";
}
.icon-arrows-h:before {
  content: "\e0ba";
}
.icon-android:before {
  content: "\e0bb";
}
.icon-exclamation-1:before {
  content: "\e0bc";
}

body,
input,
button,
textarea,
h1,
h2,
h3,
p {
  font-family: 'Open Sans', sans-serif !important;
  margin: 0;
}

a {
  text-decoration: none;
  color: #75cfea;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}


/*z-indexex*/

.z-1 {
  z-index: 1;
}

.z-2 {
  z-index: 2;
}

.z-3 {
  z-index: 3;
}

.z-4 {
  z-index: 4;
}

.z-5 {
  z-index: 5;
}

.z-6 {
  z-index: 6;
}

.z-7 {
  z-index: 7;
}

.z-8 {
  z-index: 8;
}

.z-9 {
  z-index: 9;
}


/*font-sizes*/

h1 {
  font-size: 25px;
  font-family: 'Open Sans', sans-serif !important;
  margin-bottom: 0;
}

p {
  font-size: 14px;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif !important;
  margin-bottom: 0;
}

button {
  background: none;
  border: none;
  outline: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

input {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}


/* Placeholder text*/

.placeholder-text {
  position: absolute;
  height: 30px;
  color: white;
  width: 100%;
  text-align: center;
  top: 0;
  bottom: 0;
  margin: auto;
  font-weight: 100;
  font-size: 25px;
}

.placeholder::-webkit-input-placeholder {
  color: #46454a;
}

.placeholder::-moz-placeholder {
  color: #46454a;
}

.pointer {
  cursor: pointer;
}


/*Buttons*/

.global-blue-button {
  background: #22c1ee;
  color: white;
  border-radius: 35px;
  height: 40px;
  border: none;
  outline: 0;
  font-size: 14px;
  cursor: pointer;
}

.global-blue-button-clear {
  background: none;
  color: #22c1ee;
  border-radius: 35px;
  height: 40px;
  outline: 0;
  font-size: 14px;
  cursor: pointer;
  border: 2px solid #22c1ee;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
}

.global-blue-button-clear:hover {
  background: rgba(34, 193, 238, 0.2);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
}

.global-red-button-clear {
  background: none;
  color: white;
  border-radius: 35px;
  height: 40px;
  outline: 0;
  font-size: 14px;
  cursor: pointer;
  border: 2px solid rgba(216, 99, 101, 1);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
}

.global-red-button-clear:hover {
  background: rgba(216, 99, 101, 0.3);
}

.edit-category-form > div > div > p {
  color: white;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 0;
}


/*Inputs*/

.placeholder::-webkit-input-placeholder {
  color: #46454a !important;
}

.placeholder::-moz-placeholder {
  color: #46454a !important;
}

.global-border-bottom-input {
  background: none !important;
  background-color: none !important;
  border: 0;
  outline: 0;
  color: white !important;
  font-size: 14px;
  color: white;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 100;
  border-bottom: 2px solid #88a1b3 !important;
  font-weight: 400;
}

.assistance-text {
  position: absolute;
  left: 0;
  top: -17px;
  color: #22c1ee;
  font-size: 10px;
  font-weight: 600;
}


/* Form */

.form-error {
  border-bottom: 2px solid #d86365 !important;
}

.form-error-message {
  position: absolute;
  left: 0;
  background: #353235;
  border: 2px solid #d86365;
  padding: 5px 10px;
  border-radius: 5px;
  top: 42px;
  z-index: 1000;
  color: white;
  font-size: 14px;
}

.form-error-message i.icon-downarrow {
  position: absolute;
  top: -14px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #d86365;
  font-size: 8px;
}

.form-error-icon {
  position: absolute;
  top: 7px;
  right: 0;
  font-size: 20px;
  color: #d86365;
  width: 20px;
}

ul.bullet-points-hidden {
  content: '';
}


/* Global Bullet Points - blue */

ul.bullet-points li:before {
  content: '\2022';
  display: block;
  position: relative;
  max-width: 0;
  max-height: 0;
  left: -17px;
  top: 0;
  color: #22c1ee;
  font-size: 26px;
}

ul.bullet-points li {
  margin-bottom: 10px;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  background-color: none !important;
  cursor: pointer !important;
}

.ng-leave-active {
  display: none;
}

.ng-leave {
  display: none;
}


/* Hide the scroll bar */

body {
  background: #131416;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

body.mobile {
  position: relative;
  height: auto;
  width: 100%;
  overflow-x: hidden !important;
  overflow: visible;
  -ms-touch-action: manipulation;
}


/* Hide scroll bars in browsers */

body::-webkit-scrollbar {
  display: none;
}

body::-moz-scrollbar {
  display: none;
}

body::-ms-scrollbar {
  display: none;
}


/* Disable ios input zoom */

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select:focus,
  textarea:focus,
  input:focus {
    font-size: 14px;
  }
}


/* Global Transitions */

.quarter-second-transition {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.third-second-transition {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}


/* Global Colors for auth types */

.google {
  background: rgba(195, 77, 56, 1);
}

.yahoo {
  background: rgba(116, 26, 145, 1);
}

.outlook {
  background: rgba(255, 187, 0, 1);
}

.ical {
  background: rgba(16, 157, 89, 1);
}

.exchange {
  background: rgba(2, 134, 209, 1);
}

.other {
  background: rgba(38, 40, 44, 1);
}


/* Global animations */


/* Rotate */

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-ms-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


/* Mobile categories container */

.mobile-categories-container {
  width: 100%;
  height: auto;
  margin: auto;
}

/* Categories */

.mobile-categories-container > .categories-container {
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
  padding-bottom: 50px;
  z-index: 1;
}

.mobile-categories-container > .categories-container > p.category {
  width: 260px;
  margin: auto;
  padding: 15px 0;
  border-bottom: 1px solid rgba(238, 238, 238, 0.1);
  color: white;
  font-size: 14px;
  cursor: pointer;
}

.mobile-categories-container > .categories-container > .category.last {
  margin-bottom: 90px;
}

.mobile-categories-container > .categories-container > .category.league {
  position: relative;
  text-align: left;
  padding: 18px 0;
  padding-left: 50px;
  left: 0px;
  width: 170px;
  letter-spacing: 0.7px;
}

.mobile-categories-container > .categories-container > .category.league > .league-team-logos {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0px;
  bottom: 0;
  margin: auto;
  left: 0px;
}

/* Background image */

.mobile-background-image,
.mobile-overlay,
.gradient-layer {
  position: fixed;
  top: 0;
  left: -10%;
  width: 123%;
  height: 115%;
}

.mobile-background-image {
  background-size: cover !important;
  background-position: center !important;
  z-index: 0;
  -webkit-filter: blur(5px);
  background-size: cover !important;
  width: 114%;
  height: 110%;
  left: -10%;
  top: -5%;
}

/* Grey overlay */
.mobile-overlay {
  background: rgb(52, 61, 78);
  opacity: 0.85;
}

/* Gradient overlay  */
.gradient-layer {
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 1)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000', GradientType=0);
  opacity: 0.7;
}


/* Banner with the gradient and background image */
.mobile-banner-background {
  width:100%;
  position: absolute;
  top:0;
  left:0;
  height:403px;
}

.mobile-banner-background > .background-image,
.mobile-banner-background > .background-gradient,
.mobile-banner-background > .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mobile-banner-background > .background-gradient {
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(19, 20, 22, 1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(19, 20, 22, 1)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(19, 20, 22, 1) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(19, 20, 22, 1) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(19, 20, 22, 1) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(19, 20, 22, 1) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#131416', GradientType=0);
  z-index: 1;
}

.mobile-banner-background > .background-image {
  background-size: cover !important;
  -webkit-filter: blur(4px);
  -moz-filter: blur(4px);
  -ms-filter: blur(4px);
  -o-filter: blur(4px);
  filter: blur(4px);
  height: 95%;
  background-position: center !important;
}

.mobile-banner-background > .overlay {
  background: #131416;
  opacity: 0.6;
  z-index: 1;
}


/* Mobile content */

.mobile-ui-content {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 2;
}

/* Banner in the Categories and the Subscribe states */

.mobile-content > .banner {
  height: auto;
  width: 100%;
  position: relative;
  color: white;
  padding-top: 50px;
}

.mobile-content > .banner > p {
  color: white;
  text-align: center;
  margin: auto;
  width: 270px;
  position: relative;
  z-index: 1;
}

.mobile-content > .banner > .image {
  position: relative;
  margin: auto;
  width: 150px;
  height: 150px;
  border: 8px solid rgba(238, 238, 238, 0.1);
  background-color:white !important;
  background-clip: padding-box !important;
  background-size: cover !important;
  background-position: center !important;
  z-index: 1;
}

.mobile-content > .banner > .image.center-custom-logo {
  background-size: 90px 90px !important;
  background-repeat: no-repeat !important;
}

.mobile-content > .banner > .calendar-name {
  font-size: 25px;
  padding: 15px 0;
  font-weight: 100;
}

.mobile-content > .banner > .sub-heading {
  font-size: 14px;
  line-height: 1.3em;
  padding: 0 0 15px 0;
  font-weight: 100;
}

.mobile-content > .banner > .choose-calendar {
  color: white;
  font-weight: 300;
  border-bottom: 1px solid rgba(238, 238, 238, 0.1);
  padding-bottom: 20px;
  margin-top: 20px;
  font-size: 20px;
}

.mobile-content > .banner > .sync-category {
  color: #22c1ee;
  font-weight: 500;
}




.mobile-nav-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  z-index: 3;
}

.mobile-nav-container > .mobile-logo {
  position: absolute;
  height: 100%;
  width: 40px;
  right: 10px;
}

.mobile-nav-container > .back-arrow {
  color: white;
  position: absolute;
  left: 0;
  top: 0;
  padding: 20px;
  font-size: 27px;
  cursor: pointer;
  width:25px;
}

.mobile-nav-container > .icon-cross-1 {
  color: white;
  position: absolute;
  right: 0;
  padding: 14px 20px;
  font-size: 20px;
  cursor: pointer;
}


.mobile-subscribe-container {
  position: relative;
  height: 560px;
  width: 270px;
  margin: auto;
  z-index: 10;
  padding-bottom:50px;
  overflow: hidden;
}

.mobile-subscribe-container > p {
  color: white;
  text-align: center;
}

.mobile-subscribe-container > .heading {
  font-size: 25px;
  padding: 15px 0;
  font-weight: 100;
}

.mobile-subscribe-container > .sub-heading {
  font-size: 14px;
  line-height: 1.3em;
  padding: 0 0 35px 0;
  font-weight: 100;
}


/* TV */


/* Choose calendar */
.mobile-subscribe-container.tv {
  padding-top:50px;
}
.mobile-subscribe-container > .choose-calendar-tiles {
  position: relative;
  width: 270px;
  margin: auto;
  height: auto;
  text-align: center;
  margin-top: 35px;
}

.mobile-subscribe-container > .choose-calendar-tiles > li {
  border: 2px solid #fff;
  cursor: pointer;
  position: relative;
  width: 95%;
  height: 80px;
  border-radius: 2px;
  margin: 0 auto 5px;
  color: #fff;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.mobile-subscribe-container > .choose-calendar-tiles > li > .icon {
  position: absolute;
  font-size: 20px;
  height: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 83px;
}

.mobile-subscribe-container > .choose-calendar-tiles > li > .icon.icon-new-google {
  font-size: 25px;
  height: 25px;
}

.mobile-subscribe-container > .choose-calendar-tiles > li > .icon.icon-exchange-1 {
  font-size: 16px;
  height: 16px;
}

.mobile-subscribe-container > .choose-calendar-tiles > li > .text {
  font-size: 16px;
  height: 15px;
  position: absolute;
  top: 0;
  bottom: 4px;
  margin: auto;
  left: 120px;
}

.mobile-subscribe-container > .choose-calendar-tiles > .loader {
  width: 30px;
  height: 30px;
  border-left: 1px solid #22c1ee;
  border-radius: 100%;
  margin: 25px auto;
  -webkit-animation: rotate 1s infinite;
  -moz-animation: rotate 1s infinite;
  -ms-animation: rotate 1s infinite;
  -o-animation: rotate 1s infinite;
  animation: rotate 1s infinite;
}

.mobile-subscribe-container > .choose-calendar-tiles > .loading-copy {
  color: white;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  top: -10px;
}

.mobile-subscribe-container > .choose-calendar-tiles > .loading-copy.underline {
  text-decoration: underline;
  cursor: pointer;
}

.mobile-subscribe-container > .choose-calendar-tiles > .form-error-message {
  position: relative;
  top: 10px;
  width: 270px;
  padding: 10px 0;
  right: 0;
  margin: auto;
}


/* Subscribing */

.mobile-subscribe-container.subscribing {
  padding-top:50px;
}
.mobile-subscribe-container > .cloud {
  text-align: center;
  position: relative;
  font-size: 85px;
}

.mobile-subscribe-container > .cloud > .cloud-image {
  width: 100px;
  position: relative;
  margin-bottom: 14px;
  -webkit-filter: invert(100%);
  -moz-filter: invert(100%);
  -ms-filter: invert(100%);
  -o-filter: invert(100%);
  filter: invert(100%);
}

.mobile-subscribe-container > .cloud > .ion-ios-loop-strong {
  display: block;
  position: relative;
  font-size: 25px;
  top: -80px;
  color: white;
  -webkit-animation: rotate infinite 1s;
  -moz-animation: rotate infinite 1s;
  -ms-animation: rotate infinite 1s;
  -o-animation: rotate infinite 1s;
  animation: rotate infinite 1s;
}

.mobile-subscribe-container > .cloud > .phone-arrow {
  width: 60px;
  position: relative;
  top: -60px;
}


/* Providers overlay */

.provider-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 15;
  background: rgba(1, 1, 1, 0.95);
  color: white;
  text-align: center;
}

.provider-overlay > .provider-dropdown-container {
  padding-top: 60px;
  width: 270px;
  margin: auto;
}

.provider-overlay > .provider-dropdown-container > .provider-container > .service {
  margin-bottom: 15px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(238, 238, 238, 0.1);
}

.provider-overlay > .provider-dropdown-container > .provider-container > .service > p:nth-child(2) {
  color: #22c1ee;
  font-size: 12px;
  font-weight: 400;
}


/* The form */

.mobile-subscribe-container > .inputs-container {
  position: relative;
  width: 100%;
  text-align: center;
}

.mobile-subscribe-container > .inputs-container > .input-container {
  width: 100%;
  margin-bottom: 40px;
  position: relative;
}

.mobile-subscribe-container > .inputs-container > .input-container > .invisible-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  cursor: pointer;
}
.mobile-subscribe-container .banner.hide-content {
  opacity: 0;
}
.mobile-subscribe-container .choose-calendar-tiles.hide-content {
  opacity: 0;
}

.mobile-subscribe-container .tiles-container > .subscribe-tile > .tile-copy {
  font-weight: 400;
  font-size: 14px;
  height: 14px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  line-height: 1em;
  width: 65px;
  text-align: left;
  padding-left: 40px;
  text-transform: capitalize;
}

.mobile-subscribe-container .tiles-container > .subscribe-tile > .tile-copy > span {
  position: absolute;
  left: 0;
  font-size: 24px;
  top: -4px;
}

.mobile-subscribe-container .tiles-container > .subscribe-tile > .tile-copy > span.icon-exchange-1 {
  font-size: 16px;
  top: 0;
}

.mobile-subscribe-container .tiles-container > .subscribe-tile > .tile-copy > span.icon-social-apple {
  font-size: 22px;
}

.mobile-subscribe-container .tiles-container > .subscribe-tile > .tile-copy > span.icon-catagory-calendar {
  font-size: 18px;
  top: -1px;
}

.mobile-subscribe-container > .inputs-container > .input-container > input {
  border-bottom: 2px solid white !important;
  width: 100%;
  padding-bottom: 10px;
}

.mobile-subscribe-container > .inputs-container > .input-container > i {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 13px;
  color: rgba(238, 238, 238, 0.2);
}

.mobile-subscribe-container > .inputs-container > .input-container > .form-error-message > i {
  top: -10px;
}

.mobile-subscribe-container > .inputs-container > button {
  width: 200px;
  margin: auto;
}

.mobile-subscribe-container > .inputs-container > button.secondary {
  border: 2px solid white;
  color: white;
  background: rgba(238, 238, 238, 0.1);
}

.mobile-subscribe-container > .inputs-container > button.secondary:hover {
  background: rgba(238, 238, 238, 0.1);
}

.mobile-subscribe-container .tiles-container  .subscribe-tile {
  position: relative;
  height: 70px;
  width: 100%;
  opacity: 1;
  cursor: pointer;
  display: block;
  height: 60px;
  margin-bottom: 7px;
  background: none;
  box-sizing: border-box;
  border: 2px solid rgba(238, 238, 238, 0.1);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}


.nav-container {
  height: 55px;
  position: fixed;
  top: 0;
  left: 0;
  right:0;
  width: 100%;
  margin:auto;
  z-index: 3;
}

.nav-container > .back-arrow {
  width: 20px;
  padding: 20px;
  cursor: pointer;
  position: relative;
  left: 5px;
  opacity: 0;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.nav-container > .back-arrow.show {
  left: 0;
  opacity: 1;
}

.nav-container > img {
  position: absolute;
  top: 0;
  width: 40px;
  right: 0;
  padding: 20px;
}

@media(min-width: 1000px) {
  .nav-container {
    display: none;
  }
/*  .nav-container > .logo {
    display: none;
  }*/
}

.sidebar-container {
  position: relative;
  width: 0;
  opacity: 0;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

.sidebar-container.block {
  display: block !important;
}


/* Back Icon */

.sidebar-container > .back-arrow {
  position: absolute;
  top: 0;
  width: 40px;
  padding: 10px;
  cursor: pointer;
  width: 20px;
  padding: 20px;
  cursor: pointer;
  left: 0;
  z-index: 10;
  display: none;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}


/* Sidebar content */

.sidebar-container > .sidebar-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}


/* Sidebar Background */

.sidebar-container .background-image-container,
.sidebar-container .background-image-container .background-image {
  position: absolute;
}


/* Calendar image */

.sidebar-container > .sidebar-content > .calendar-image {
  width: 220px;
  height: 220px;
  position: relative;
  margin-top: 50px;
  background-size: cover !important;
  background-position: center !important;
  border-radius: 100%;
  margin: 70px auto 0 auto;
  border: 8px solid rgba(238, 238, 238, 0.03);
  background-clip: padding-box !important;
  overflow: hidden;
}


.sidebar-container > .sidebar-content > .calendar-image > .calendar-background.mls-custom-logo {
  width: 85% !important;
  height: 85% !important;
  background-size: contain !important;
  top: 20px;
}

.sidebar-container > .sidebar-content > .calendar-image > .calendar-background.mls-logo {
  width: 75%;
  height: 75%;
  background-size: contain !important;
}

.sidebar-container > .sidebar-content > .calendar-image > .calendar-background {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.sidebar-container > .sidebar-content > .calendar-image > .calendar-background.center-custom-logo {
  background-size: 120px 120px !important;
  background-repeat: no-repeat !important;
}

.sidebar-container > .sidebar-content > .calendar-image > .background-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
}


/* Calendar name */

.sidebar-container > .sidebar-content > .calendar-name {
  font-size: 25px;
  color: white;
  margin-top: 15px;
  padding: 0 20px;
}

.sidebar-container > .sidebar-content > .calendar-sub-heading {
  color: white;
  width: 250px;
  font-size: 14px;
  margin: auto;
  margin-top: 10px;
}

.sidebar-container > .sidebar-content > .category-name {
  color: #22c1ee;
  font-weight: 400;
  margin-top: 15px;
}


/* Powered by footer in the sidebar container */

.sidebar-container > .powered-by-footer {
  position: absolute;
  bottom: 0;
  height: 60px;
  width: 100%;
  overflow: hidden;
  text-align: center;
  z-index: 5;
  cursor: pointer;
  display: none;
}

.sidebar-container > .powered-by-footer > p {
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  color: white;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 25px;
}

.sidebar-container > .powered-by-footer > p > img {
  width: 100px;
  display: inline-block;
  position: relative;
  top: 4px;
}


/* Advertisement */

.sidebar-container > .sidebar-content > .advertisement {
  position: relative;
  padding-top: 5px;
}

.sidebar-container > .sidebar-content > .advertisement > img {
  width: 110px;
}

.sidebar-container > .sidebar-content > .advertisement > img:hover {
  cursor: pointer
}

.sidebar-container > .sidebar-content > .advertisement > img:hover {
  cursor: pointer;
}

@media(min-height:520px) {
  .sidebar-container > .powered-by-footer {
    display: block;
  }
}

@media(min-width:650px) {
  .sidebar-container {
    width: 320px;
    height: 100%;
    opacity: 1;
  }
  .sidebar-container.block {
    display: inline-block !important;
  }
}

@media(min-width:1000px) {
  .sidebar-container > .back-arrow {
    display: block;
  }
  .sidebar-container > .sidebar-content > .background-image-container {
    display: none;
  }
}


.views-content > .content-container.subscribe-container {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: calc(100% - 100px);
  text-align: center;
  transition: 0.3s;
  overflow-y: scroll !important;
  overflow-x: hidden !important;
  -ms-overflow-x: hidden !important;
}

.views-content > .content-container.subscribe-container.hide-content {
  opacity: 0;
}

.views-content > .content-container.subscribe-container.tv-container,
.views-content > .content-container.subscribe-container.geo-container {
  max-width: 280px;
  left: 0;
  right: 0;
  margin: auto;
  overflow-y: hidden !important;
}

.views-content > .content-container.subscribe-container > .subscribe-heading {
  color: white;
  font-size: 25px;
  padding-top: 50px;
  font-weight: 200;
}

.views-content > .content-container.subscribe-container > .subscribe-heading.tv-heading {
  font-size: 25px;
  color: white;
  font-weight: 100;
}

.views-content > .content-container.subscribe-container > .subscribe-sub-heading {
  color: #22c1ee;
  width: 85%;
  margin: auto;
  font-weight: 400;
  padding-top: 5px;
  max-width: 350px;
  min-width: 260px;
  text-shadow: 0 0 10px #000;
}

.views-content > .content-container.subscribe-container >.tv-sub-heading {
  color: #fff;
  font-size: 14px;
  width: 100%;
  margin: auto;
  font-weight: 100;
  margin-top: 15px;
}

.views-content > .content-container.subscribe-container > .inputs-container {
  position: relative;
  padding: 0 15px 40px 15px;
}

.views-content > .content-container.subscribe-container > .inputs-container > .input-container {
  position: relative;
  width: 100%;
  margin: auto;
  margin-top: 45px;
}

.views-content > .content-container.subscribe-container > .inputs-container > .input-container > .icon-downarrow {
  position: absolute;
  color: white;
  opacity: 0.3;
  font-size: 11px;
  right: 20px;
  top: 4px;
}

.views-content > .content-container.subscribe-container > .inputs-container > .input-container > input {
  width: 100%;
  margin: auto;
  font-weight: 100;
  padding-bottom: 7px;
  border-bottom: 2px solid white !important;
}

.views-content > .content-container.subscribe-container > .inputs-container > .input-container .form-error-message {
  top: 40px;
}

.views-content > .content-container.subscribe-container > .inputs-container > .input-container .form-error-message > i {
  top: -10px;
}

.views-content > .content-container.subscribe-container > .inputs-container > .input-container > .provider-dropdown-container {
  max-height: 0;
  height: 200px;
  position: absolute;
  top: 30px;
  left: 0;
  width: calc(100% + 2px);
  bottom: 0;
  overflow-y: scroll !important;
  overflow-x: hidden !important;
  -ms-overflow-x: hidden !important;
  -webkit-transition: .4s ease;
  -moz-transition: .4s ease;
  -ms-transition: .4s ease;
  -o-transition: .4s ease;
  transition: .4s ease;
}

.views-content > .content-container.subscribe-container > .inputs-container > .input-container > .provider-dropdown-container.show-providers {
  max-height: 200px;
}

.views-content > .content-container.subscribe-container > .inputs-container > .input-container > .provider-dropdown-container::-webkit-scrollbar {
  display: none;
}

.views-content > .content-container.subscribe-container > .inputs-container > .input-container > .provider-dropdown-container > .provider-container > .service {
  background: rgba(46, 50, 61, 1);
  padding: 10px 10px 10px 10px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: .4s ease;
  -moz-transition: .4s ease;
  -ms-transition: .4s ease;
  -o-transition: .4s ease;
  transition: .4s ease;
  text-align: left;
}

.views-content > .content-container.subscribe-container > .inputs-container > .input-container > .provider-dropdown-container > .provider-container > .service:hover {
  background: #22c1ee;
}

.views-content > .content-container.subscribe-container > .inputs-container > .input-container > .provider-dropdown-container > .provider-container > .service > p:nth-child(1) {
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}

.views-content > .content-container.subscribe-container > .inputs-container > .input-container > .provider-dropdown-container > .provider-container > .service > p:nth-child(2) {
  font-weight: 400;
  font-size: 10px;
}

.views-content > .content-container.subscribe-container > button {
  margin-bottom: 25px;
  width: 185px;
  border: 2px solid white;
  color: white;
}

.views-content > .content-container.subscribe-container > button:hover {
  background: rgba(238, 238, 238, 0.1);
}

.views-content > .content-container.subscribe-container > button.blue-button {
  background: none;
  color: #22c1ee;
  border: none;
  border: 2px solid #75cfea;
}

.views-content > .content-container.subscribe-container > button.blue-button:hover {
  background: rgba(34, 128, 238, 0.1);
}


/* Tiles Cotainer */

.views-content .tiles-container {
  position: relative;
  width: 100%;
  margin: auto;
  max-width: 350px;
  min-width: 260px;
  color: white;
  margin-top: 40px;
}

.tiles-container.signup {
  margin-top: 30px;
}

.views-content .tiles-container > .subscribe-tile {
  position: relative;
  height: 70px;
  width: 100%;
  opacity: 1;
  cursor: pointer;
  display: block;
  height: 60px;
  margin-bottom: 7px;
  background: none;
  border: 2px solid rgba(238, 238, 238, 0.1);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.views-content .tiles-container > .subscribe-tile.other {
  margin-bottom:20px;
}
.views-content .tiles-container > .subscribe-tile:hover {
  border: 2px solid white;
}
.views-content .tiles-container > .subscribe-tile.signup:hover {
  cursor: default;
}

.views-content .tiles-container > .subscribe-tile > .tile-copy {
  font-weight: 400;
  font-size: 14px;
  height: 14px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  line-height: 1em;
  width: 65px;
  text-align: left;
  padding-left: 40px;
  text-transform: capitalize;
}

.views-content .tiles-container > .subscribe-tile > .tile-copy > span {
  position: absolute;
  left: 0;
  font-size: 24px;
  top: -4px;
}

.views-content .tiles-container > .subscribe-tile > .tile-copy > span.icon-exchange-1 {
  font-size: 16px;
  top: 0;
}

.views-content .tiles-container > .subscribe-tile > .tile-copy > span.icon-social-apple {
  font-size: 22px;
}

.views-content .tiles-container > .subscribe-tile > .tile-copy > span.icon-catagory-calendar {
  font-size: 18px;
  top: -1px;
}

.buttons-container {
  width: 100%;
  height: auto;
  margin-top: 15px;
  margin-bottom: 40px;
  margin-right: auto;
  margin-left: auto;
}

.buttons-container.signup {
  margin-bottom: 15px;
  margin-top: -15px;
}

.buttons-container.skip {
  margin-bottom: 15px;
  margin-top: -15px;
}

.auth-overlay .sub-heading {
  font-size: 12px;
  margin-top: 15px;
}

.auth-overlay .sub-heading.skip:hover {
  cursor: pointer;
}

.buttons-container .auth-button {
  position: relative;
  display: inline-block;
  width: 49%;
  height: 35px;
  border-radius: 3px;
}

.buttons-container .auth-button:hover {
  cursor: pointer;
}

.buttons-container .auth-button .button-text-container > p {
  font-size: 12px;
}

.buttons-container .auth-button .button-text-container > p::before {
  position: relative;
  top: 1px;
  left: -10px;
}

.buttons-container .auth-button.google {
  background-color: #e04b32;
}

.buttons-container .auth-button.exchange {
  background-color: #0084d4;
}

.buttons-container .auth-button.signup {
  background-color: #00c0fe;
  width: 100%;
}

.buttons-container .auth-button.skip {
  background-color: #4a4b55;
  width: 100%;
}

.buttons-container .auth-button .button-text-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 15px;
  width: 70%;
}

.input-container {
  position: relative;
  width: 100%;
  height: auto;
  margin: auto;
  margin-top: 15px;
}
.input-container .input-field .form-error-message {
  position: absolute;
  top: 35px !important;
  left: 0 !important;
  opacity: 0;
}
.input-container .input-field .form-error-message > i {
  top: -10px;
}

.input-container .input-field .form-error-message.show {
  opacity: 1;
}

.input-container .input-field {
  position: relative;
  width: 100%;
  height: 35px;
  margin-bottom: 30px;
}

.input-container .input-field .input-label {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 12px;
  transition: 0.3s;
  opacity: 0.5;
}

.input-container .input-field .input-label.focused-label {
  transform: translate(-9px, -20px) scale(0.8);
  -webkit-transform: translate(-9px, -20px) scale(0.8);
  -moz-transform: translate(-9px, -20px) scale(0.8);
  -ms-transform: translate(-9px, -20px) scale(0.8);
  opacity: 1;
  color: #22c1ee;
}

.input-container .input-field .auth-input-field {
  position: absolute !important;
  left: 0;
  top: 0;
  width: 100%;
  border: none;
  outline: 0;
  border-bottom: 1px solid rgba(250,250,250,0.5);
  background-color: transparent;
  padding-bottom: 3px;
  color: white;
}

.input-container .input-field .auth-input-field.focused-input {
  border-bottom: 1px solid rgba(250,250,250,1);
}



/* Subscribing */

.desktop-subscribing-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 250px;
  margin: auto;
  padding-top: 60px;
}

.desktop-subscribing-container > .heading {
  font-size: 25px;
  text-align: center;
  color: white;
}

.desktop-subscribing-container > .sub-heading {
  font-size: 14px;
  color: white;
  text-align: center;
  width: 280px;
  margin: auto;
  margin-top: 15px;
  margin-bottom: 15px;
}

.desktop-subscribing-container img {
  display: block;
  margin: auto;
}

.desktop-subscribing-container > .cloud {
  text-align: center;
  position: relative;
  font-size: 85px;
}

.desktop-subscribing-container > .cloud > .cloud-image {
  width: 100px;
  position: relative;
  margin-bottom: 14px;
  -webkit-filter: invert(100%);
  -moz-filter: invert(100%);
  -ms-filter: invert(100%);
  -o-filter: invert(100%);
  filter: invert(100%);
}

.desktop-subscribing-container > .cloud > .ion-ios-loop-strong {
  position: absolute;
  color: white;
  width: 20px;
  height: 20px;
  border-left: 1px solid white;
  border-radius: 100%;
  left: 0;
  right: 0;
  margin: auto;
  top: 30px;
  -webkit-animation: rotate infinite 1s;
  -moz-animation: rotate infinite 1s;
  -ms-animation: rotate infinite 1s;
  -o-animation: rotate infinite 1s;
  animation: rotate infinite 1s;
}

.desktop-subscribing-container > .cloud > .phone-arrow {
  width: 60px;
  position: relative;
  top: 0px;
}

/** Auth styles **/

.auth-overlay {
  position: absolute;
  top: 0;
  transform: translateY(200%);
  -webkit-transform: translateY(200%);
  -ms-transform: translateY(200%);
  -moz-transform: translateY(200%);
  transition: 0.3s;
  width: calc(100% + 10px);
  text-align: center;
  z-index: 1;
  overflow-y: scroll !important;
  overflow-x: hidden !important;
  -ms-overflow-x: hidden !important;
}

.auth-overlay.show-overlay {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -moz-transform: translateY(0);
}

.auth-overlay > .auth-container {
  position: relative;
  width: 85%;
  margin: auto;
  max-width: 350px;
  min-width: 260px;
  color: white;
}

.auth-overlay > .auth-container > .auth-heading {
  color: white;
  font-size: 25px;
  padding-top: 50px;
  font-weight: 200;
}

.loader {
  position: relative;
  margin: 50px auto;
  top: -58px;
  width: 3em;
  height: 3em;
  border-radius: 50%;
  font-size: 10px;
  text-indent: -9999em;
  background: #fff;
  background: -moz-linear-gradient(left, #fff 10%, rgba(255, 255, 255, 0) 42%);
  background: -webkit-linear-gradient(left, #fff 10%, rgba(255, 255, 255, 0) 42%);
  background: -o-linear-gradient(left, #fff 10%, rgba(255, 255, 255, 0) 42%);
  background: -ms-linear-gradient(left, #fff 10%, rgba(255, 255, 255, 0) 42%);
  background: linear-gradient(to right, #fff 10%, rgba(255, 255, 255, 0) 42%);
  -webkit-animation: signUpSpinner 1.4s infinite linear;
  animation: signUpSpinner 1.4s infinite linear;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
}
.loader:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 50%;
  background: #ffffff;
  border-radius: 100% 0 0 0;
  content: '';
}
.loader:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #00c0fe;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  margin: auto;
  content: '';
}
@-webkit-keyframes signUpSpinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes signUpSpinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


/* Subscribing */

@media(min-height:610px) {
  .auth-overlay,
  .views-content > .content-container.subscribe-container {
    overflow-y:hidden !important;
  }
}
@media(min-width: 650px) {
  .auth-overlay,
  .views-content > .content-container.subscribe-container {
    margin: 0;
    padding-top: 60px;
    height: calc(100% - 50px);
  }
  .views-content > .content-container.subscribe-container > .subscribe-heading {
    padding-top: 0;
  }
  .views-content > .auth-overlay > .auth-container > .auth-heading {
    padding-top: 0;
  }
}

@media(min-width: 715px) {
  .views-content > .content-container.subscribe-container.tv-container,
  .views-content > .content-container.subscribe-container.geo-container {
    max-width: 325px;
  }
}


/* Success content */

.success-content {
  position: relative;
  height: auto;
  width: 270px;
  margin: auto;
  text-align: center;
  z-index: 1;
  padding-top: 50px;
}

.success-content > p {
  color: white;
  text-align: center;
}


/* Heading and subheadings in view */

.success-content > .heading {
  font-size: 25px;
  padding: 15px 0;
  font-weight: 100;
}

.success-content > .sub-heading {
  font-size: 14px;
  line-height: 1.3em;
  padding: 15px 0;
  font-weight: 100;
}

.success-content > .troubleshoot,
.success-content > .follow-instructions {
  color: #22c1ee;
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
}

.success-content > .follow-instructions {
  margin-bottom: 15px;
}


/* Check mark */

.success-content > .success-check {
  position: relative;
  width: 60px;
  height: 60px;
  background: #3CB778;
  border-radius: 100%;
  margin: 0 auto 15px auto;
}

.success-content > .success-check > .icon-check {
  position: absolute;
  top: 0;
  bottom: 0;
  font-size: 25px;
  width: 25px;
  height: 25px;
  left: 0;
  right: 0;
  margin: auto;
  color: #fff;
  line-height: 1em;
}


/* View now button */

.success-content > button {
  width: 200px;
  margin: auto;
  margin-bottom: 15px;
}

.success-content > button.secondary {
  border: 2px solid white;
  color: white;
  background: rgba(238, 238, 238, 0.1);
}

.success-content > button.secondary:hover {
  background: rgba(238, 238, 238, 0.1);
}


/* Now share */

.success-content > .now-share {
  position: relative;
  width: 100%;
  height: 25px;
  text-align: center;
  margin-top: 15px;
}

.success-content > .now-share > span {
  color: white;
  font-style: italic;
  font-weight: 500;
  font-size: 14px;
}

.success-content > .now-share > div {
  position: absolute;
  top: 11px;
  height: 2px;
  width: 90px;
  background: rgba(238, 238, 238, 0.1);
}

.success-content > .now-share > div.left {
  left: 0;
}

.success-content > .now-share > div.right {
  right: 0;
}


/* Share icons */

.success-content > .share-icons {
  position: relative;
  text-align: center;
  color: white;
  border-bottom: 2px solid rgba(238, 238, 238, 0.1);
}

.success-content > .share-icons > li {
  display: inline-block;
  margin: 12px 22px;
  color: white;
  font-size: 17px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.success-content > .share-icons > li:hover {
  text-shadow: 0 0 5px white;
}


/* Recommendation Loader */

.recommendation-loader {
  position: relative;
  margin: auto;
  width: 40px;
  height: 40px;
  margin-top: 30px;
  border-left: 1px solid #22c1ee;
  border-radius: 100%;
  -webkit-animation: rotate infinite 1s;
  -moz-animation: rotate infinite 1s;
  -ms-animation: rotate infinite 1s;
  -o-animation: rotate infinite 1s;
  animation: rotate infinite 1s;
}


/* Recommendations */

.success-content > .recommendation {
  position: relative;
  width: 100%;
  height: auto;
  background-size: cover !important;
  background-position: center !important;
  margin-bottom: 15px;
  margin: 0 auto 15px auto;
  cursor: pointer;
}

.success-content > .recommendation.last {
  margin-bottom: 50px;
}

.success-content > .recommendation > .banner {
  position: relative;
  height: 150px;
  background-size: cover !important;
  background-position: center !important;
  overflow: hidden;
}

.success-content > .recommendation > .banner.custom {
  height: 175px;
  cursor: default;
}

.success-content > .recommendation > .banner.custom > img {
  position: absolute;
  top: 16px;
  right: 0;
  width: 122px;
}

.success-content > .recommendation > .banner > .blurred-background,
.success-content > .recommendation > .banner > .overlay {
  position: absolute;
  top: -2%;
  left: -2%;
  width: 105%;
  height: 105%;
}

.success-content > .recommendation > .banner > .blurred-background {
  background-size: cover !important;
  background-position: center !important;
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -ms-filter: blur(3px);
  -o-filter: blur(3px);
  filter: blur(3px);
}

.success-content > .recommendation > .banner > .overlay {
  background: rgba(54, 61, 72, .85);
}

.success-content > .recommendation > .banner > p {
  text-align: center;
  padding-top: 56px;
  color: white;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  width: 80%;
  margin: auto;
}

.success-content > .recommendation > .banner.custom > p {
  padding-top: 75px;
}

.success-content > .recommendation > .content {
  background: white;
  position: relative;
  cursor: default;
}

.success-content > .recommendation > .content.blue-background {
  background: #22c1ee;
}

.success-content > .recommendation > .content > .image {
  position: absolute;
  width: 80px;
  height: 80px;
  left: 0;
  right: 0;
  margin: auto;
  top: -40px;
  border-radius: 100%;
  background-clip: padding-box !important;
  border: 5px solid rgba(238, 238, 238, 0.1);
  background-size: cover !important;
  background-position: center;
  box-shadow: 0 0 10px rgba(1, 1, 1, 0.2);
}

.success-content > .recommendation > .content > .image.custom {
  background: white;
  border: none;
}

.success-content > .recommendation > .content > .image > img {
  border-radius: 100%;
  width: 60px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.success-content > .recommendation > .content > p {
  font-weight: 500;
  padding: 70px 20px 20px 20px;
  font-size: 16px;
}

.success-content > .recommendation > .content > button {
  width: 200px;
  margin-bottom: 40px;
  margin-top: 75px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.success-content > .recommendation > .content > button:hover {
  background: rgba(238, 238, 238, 0.2);
}

.success-content > .recommendation > .content > button.no-margin-top {
  margin-top: 0;
}

.success-content > .recommendation > .content > button.white {
  color: white;
  border: 2px solid white;
}

.success-content > .recommendation > .content > button.white:hover {
  background: rgba(238, 238, 238, 0.1);
}


/* Custom Timeline Rec */

.timeline-rec-container {
  position: relative;
  height: 385px;
  width: 100%;
  background: #22c1ee;
  cursor: pointer;
}

.timeline-rec-container > .banner {
  position: relative;
  height: 210px;
  width: 100%;
  background-size: cover !important;
  background-position: center !important;
}

.timeline-rec-container > .banner > .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(22, 107, 123, 0.8);
}

.timeline-rec-container > .banner > .search-icon-border {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 120px;
  height: 120px;
  border: 7px solid rgba(238, 238, 238, 0.3);
  border-radius: 100%;
}

.timeline-rec-container > .banner > .search-icon-border > .search {
  color: #def6ff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  font-size: 50px;
  width: 50px;
  height: 56px;
}

.timeline-rec-container > .content > p {
  color: white;
  font-weight: 500;
  font-size: 18px;
  padding: 30px 30px 20px 30px;
}

.timeline-rec-container > .content > button {
  border: 2px solid white;
  color: white;
  width: 200px;
}

.timeline-rec-container > .content > button:hover {
  background: rgba(238, 238, 238, 0.2);
}


/* Custom Signup Recommendation */

.signup-rec-container {
  height: auto;
  width: 100%;
  position: relative;
  background: #f5aa1d;
  cursor: pointer;
}

.signup-rec-container > .heading {
  color: white;
  font-weight: 100;
  font-size: 20px;
  padding: 30px 30px 20px 30px;
}

.signup-rec-container > .sub-heading {
  color: white;
  font-size: 13px;
  line-height: 1.5em;
  padding: 0 15px;
  font-weight: 400;
  margin-bottom: 85px;
}

.signup-rec-container > .edit-cal-img {
  width: 110px;
  margin: auto;
  position: relative;
  left: 15px;
  z-index: 1;
}

.signup-rec-container > .bottom-background-image {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.signup-rec-container > button {
  border: 2px solid white;
  color: white;
  width: 200px;
  margin: 25px auto 35px auto;
  z-index: 1;
  position: relative;
}

.signup-rec-container > button:hover {
  background: rgba(238, 238, 238, 0.2);
}


.views-content > .content-container.success-container {
  position: absolute;
  top: 0;
  margin: auto;
  width: 100%;
  height: calc(100% - 50px);
  text-align: center;
  overflow-y: scroll !important;
  overflow-x: hidden !important;
  -ms-overflow-x: hidden !important;
  padding-top:50px;
}



/* Content with the recommendations in it */

.views-content > .content-container.success-container > .content {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  margin: auto;
  opacity: 1;
}
