/*  
*   Title:          fonts.scss
*   Description:    This file is created to contain all font-face definitions for global.scss.
*/
@font-face {
  font-family: PermanentMarker;
  src: url("/css/fonts/PermanentMarker.ttf"); }
@font-face {
  font-family: GothamLight;
  src: url("/css/fonts/Gotham/Gotham-Light.otf") format("opentype"); }
@font-face {
  font-family: GothamMedium;
  src: url("/css/fonts/Gotham/Gotham-Medium.otf") format("opentype"); }
@font-face {
  font-family: GothamBold;
  src: url("/css/fonts/Gotham/Gotham-Bold.otf") format("opentype"); }
@font-face {
  font-family: GothamRndBold;
  src: url("/css/fonts/Gotham Rounded/GothamRnd-Bold.otf") format("opentype"); }
@font-face {
  font-family: GothamRndMedium;
  src: url("/css/fonts/Gotham Rounded/GothamRnd-Medium.otf") format("opentype"); }
@font-face {
  font-family: GothamRndLight;
  src: url("/css/fonts/Gotham Rounded/GothamRnd-Light.otf") format("opentype"); }
@font-face {
  font-family: Nunito;
  src: url("/css/fonts/Nunito/Nunito-Regular.ttf"); }
@font-face {
  font-family: NunitoLight;
  src: url("/css/fonts/Nunito/Nunito-Light.ttf"); }
@font-face {
  font-family: NunitoBold;
  src: url("/css/fonts/Nunito/Nunito-Bold.ttf"); }
@font-face {
  font-family: RubikLight;
  src: url("/css/fonts/Rubik/Rubik-Light.ttf"); }
@font-face {
  font-family: RubikLight-Italic;
  src: url("/css/fonts/Rubik/Rubik-LightItalic.ttf"); }
@font-face {
  font-family: RubikRegular;
  src: url("/css/fonts/Rubik/Rubik-Regular.ttf"); }
@font-face {
  font-family: RubikMedium;
  src: url("/css/fonts/Rubik/Rubik-Medium.ttf"); }
@font-face {
  font-family: RubikMediumItalic;
  src: url("/css/fonts/Rubik/Rubik-MediumItalic.ttf"); }
@font-face {
  font-family: RubikItalic;
  src: url("/css/fonts/Rubik/Rubik-Italic.ttf"); }
@font-face {
  font-family: RubikBoldItalic;
  src: url("/css/fonts/Rubik/Rubik-BoldItalic.ttf"); }
@font-face {
  font-family: RubikBold;
  src: url("/css/fonts/Rubik/Rubik-Bold.ttf"); }
@font-face {
  font-family: RubikMedium;
  src: url("/css/fonts/Rubik/Rubik-Medium.ttf"); }
@font-face {
  font-family: OpenSans-Light;
  src: url("/css/fonts/OpenSans/OpenSans-Light.ttf"); }
@font-face {
  font-family: OpenSans-LightItalic;
  src: url("/css/fonts/OpenSans/OpenSans-LightItalic.ttf"); }
@font-face {
  font-family: OpenSans-Regular;
  src: url("/css/fonts/OpenSans/OpenSans-Regular.ttf"); }
@font-face {
  font-family: OpenSans-Italic;
  src: url("/css/fonts/OpenSans/OpenSans-Italic.ttf"); }
@font-face {
  font-family: OpenSans-SemiBold;
  src: url("/css/fonts/OpenSans/OpenSans-SemiBold.ttf"); }
@font-face {
  font-family: OpenSans-SemiBoldItalic;
  src: url("/css/fonts/OpenSans/OpenSans-SemiBoldItalic.ttf"); }
@font-face {
  font-family: OpenSans-Bold;
  src: url("/css/fonts/OpenSans/OpenSans-Bold.ttf"); }
@font-face {
  font-family: OpenSans-SemiBoldItalic;
  src: url("/css/fonts/OpenSans/OpenSans-BoldItalic.ttf"); }
@font-face {
  font-family: Roboto-Medium;
  src: url("/css/fonts/Roboto/Roboto-Medium.ttf"); }
#floating-sign-up-banner {
  position: sticky;
  bottom: 20px;
  max-width: 820px; }
  @media (max-width: 576px) {
    #floating-sign-up-banner {
      bottom: 0; } }
  #floating-sign-up-banner .banner {
    background: rgba(0, 0, 0, 0.8);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    font-family: OpenSans-Regular, sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #FFFFFF;
    padding: 16px;
    margin: 16px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between; }
    @media (max-width: 576px) {
      #floating-sign-up-banner .banner {
        flex-direction: column;
        margin: 0; } }
    #floating-sign-up-banner .banner .banner-text-wrapper {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      height: 40px;
      font-family: RubikRegular, sans-serif;
      font-weight: 400;
      font-size: 16px;
      color: #FFFFFF;
      letter-spacing: 0;
      padding-right: 40px; }
      #floating-sign-up-banner .banner .banner-text-wrapper .banner-text .medium {
        font-family: RubikMedium, sans-serif;
        font-weight: 500; }
      @media (max-width: 576px) {
        #floating-sign-up-banner .banner .banner-text-wrapper {
          padding: 0 40px 20px 40px;
          text-align: center;
          border-right: none;
          height: auto; } }
    #floating-sign-up-banner .banner .cta-wrapper {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      padding-left: 40px;
      border-left: 1px solid #FFFFFF; }
      @media (max-width: 576px) {
        #floating-sign-up-banner .banner .cta-wrapper {
          margin-left: 0; } }
      #floating-sign-up-banner .banner .cta-wrapper .cta {
        padding: 0 20px;
        cursor: pointer;
        height: 40px;
        line-height: 40px;
        font-size: 12px;
        font-weight: bold;
        font-family: nunito, sans-serif;
        letter-spacing: 2.4px;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        vertical-align: middle;
        white-space: nowrap;
        outline: none;
        border: none;
        border-radius: 4px;
        transition: all .3s ease-out;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
        color: white;
        background-color: #EE4078; }

/*# sourceMappingURL=floating-sign-up-banner.css.map */
