/* Webfont: Lato-Bold */
@font-face {
  font-family: 'Lato';
  src: url("fonts/Lato-Bold-a2fb219c999a8fa6b95ad7c24890072e.eot");
  /* IE9 Compat Modes */
  src: local("Lato Bold"), local("Lato-Bold"), local("Lato"), url("fonts/Lato-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Lato-Bold-cccb897485813c7c256901dbca54ecf2.woff2") format("woff2"), url("fonts/Lato-Bold-d878b6c29b10beca227e9eef4246111b.woff") format("woff"), url("fonts/Lato-Bold-5b1b8b856d7a8cb1cb0bae6d0573f2e9.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  text-rendering: optimizeLegibility; }

/* Webfont: Lato-Light */
@font-face {
  font-family: 'Lato';
  src: url("fonts/Lato-Light-4afee4c98483c85a33460792d1f0f6db.eot");
  /* IE9 Compat Modes */
  src: local("Lato Light"), local("Lato-Light"), url("fonts/Lato-Light.eot?#iefix") format("embedded-opentype"), url("fonts/Lato-Light-7244318390cc4d36aac4a613ff42d308.woff2") format("woff2"), url("fonts/Lato-Light-90301aa07d780a09812229d6375c3b28.woff") format("woff"), url("fonts/Lato-Light-cf44fd55d7045a2378f92f86ddfca3d3.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
  text-rendering: optimizeLegibility; }

/* Webfont: Lato-Regular */
@font-face {
  font-family: 'Lato';
  src: url("fonts/Lato-Regular-8ab18d934cfa1e51dc8273cd8585387e.eot");
  /* IE9 Compat Modes */
  src: local("Lato Regular"), local("Lato-Regular"), local("Lato"), url("fonts/Lato-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Lato-Regular-bd03a2cc277bbbc338d464e679fe9942.woff2") format("woff2"), url("fonts/Lato-Regular-27bd77b9162d388cb8d4c4217c7c5e2a.woff") format("woff"), url("fonts/Lato-Regular-6d4e78225df0cfd5fe1bf3e8547fefe4.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility; }

header {
  background-color: rgba(0, 0, 0, 0.6);
  height: 55px;
  width: 100%;
  flex-shrink: 0;
  z-index: 2; }
  @media screen and (orientation: portrait) and (max-width: 530px) {
    header {
      height: 50px; } }
  @media screen and (orientation: landscape) and (max-height: 680px) {
    header {
      height: 50px; } }

header a {
  margin: 0 30px;
  padding: 15px 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center left;
  background-origin: content-box;
  box-sizing: border-box;
  height: 54px;
  display: inline-block; }
  @media screen and (orientation: portrait) and (max-width: 530px) {
    header a {
      margin-left: 8px; } }
  @media screen and (orientation: landscape) and (max-height: 680px) {
    header a {
      margin-left: 8px; } }

.background--background {
  background-image: url("images/default-background-be5822b1708c24286f38a760014922a9.png"); }

.background--header {
  background: #00000099; }

.background--primary {
  background-color: #006AFF; }
  .background--primary:hover {
    background-color: #004FBD; }

.focus--primary:focus {
  box-shadow: #fff 0px 0px 0px 1px, #006AFF 0px 0px 0px 3px; }

.color--primary {
  color: #006AFF; }
  .color--primary:hover {
    color: #004FBD; }

.color--primary-contrast {
  color: #fff; }
  .color--primary-contrast:hover {
    color: #fff; }

footer .link-container a, footer #g2mm-copyright {
  font-weight: normal;
  color: #383D45; }

footer::after {
  content: "";
  position: absolute;
  height: 450px;
  left: 0;
  right: 0;
  bottom: 0;
  background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0.78) 0%, rgba(255, 255, 255, 0) 450px);
  background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0.78) 0%, rgba(255, 255, 255, 0) 450px);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.78) 0%, rgba(255, 255, 255, 0) 450px);
  z-index: 1; }

footer {
  padding: 20px;
  position: relative;
  text-align: center;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  z-index: 0; }
  @media screen and (orientation: portrait) and (max-width: 530px) {
    footer {
      padding: 5px;
      line-height: 14px; } }
  footer .link-container {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    z-index: 2; }
    @media (max-width: 530px) {
      footer .link-container {
        padding: 0 12px;
        flex-direction: row; } }
    @media screen and (orientation: portrait) and (max-width: 530px) {
      footer .link-container {
        margin: 5px auto; } }
    @media screen and (orientation: landscape) and (max-height: 680px) {
      footer .link-container {
        margin: 5px auto; } }
    footer .link-container a {
      font-weight: normal;
      font-size: 14px;
      margin: 0 10px;
      white-space: nowrap; }
      @media (max-width: 530px) {
        footer .link-container a {
          font-size: 12px;
          white-space: unset;
          margin: 0 5px; } }
      @media screen and (orientation: portrait) and (max-width: 530px) {
        footer .link-container a {
          font-size: 11px;
          margin: 5px 5px; } }
      @media screen and (orientation: landscape) and (max-height: 680px) {
        footer .link-container a {
          font-size: 11px;
          margin: 0 5px; } }
      footer .link-container a:hover {
        color: #000; }
  footer #g2mm-copyright {
    font-size: 11px;
    width: 80%;
    margin: 15px auto;
    line-height: 18px;
    z-index: 2; }
    @media screen and (orientation: portrait) and (max-width: 530px) {
      footer #g2mm-copyright {
        font-size: 9px;
        line-height: 11px;
        margin: 4px auto;
        width: unset; } }
    @media screen and (orientation: landscape) and (max-height: 680px) {
      footer #g2mm-copyright {
        font-size: 9px;
        line-height: 11px;
        margin: 4px auto;
        width: unset; } }

html, body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0; }

body {
  overflow: hidden;
  color: #25282d;
  box-sizing: border-box; }

a {
  position: relative; }
  a:focus {
    outline: 0; }
  a:focus:after {
    display: block;
    position: absolute;
    content: '';
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -2px;
    border: 2px solid #006AFF;
    border-radius: 4px; }

#g2mm-info-header {
  background-color: #006AFF;
  color: #fff;
  font-family: Lato;
  text-align: center;
  box-sizing: border-box;
  font-size: 18px;
  position: relative; }
  #g2mm-info-header div {
    display: inline-block;
    line-height: 27px;
    margin: 12px 48px 9px 48px; }
  #g2mm-info-header a:link, #g2mm-info-header a:active, #g2mm-info-header a:visited {
    color: #fff;
    text-decoration: underline;
    margin-left: 8px; }
  #g2mm-info-header a:focus:after {
    border-color: #fff; }
  #g2mm-info-header svg {
    vertical-align: middle;
    margin-right: 13px;
    margin-top: -2px; }
  #g2mm-info-header button {
    background: none;
    border: none;
    position: absolute;
    cursor: pointer;
    top: 2px;
    right: 2px;
    width: 48px;
    margin-left: 0;
    padding: 9px; }
    #g2mm-info-header button svg {
      margin: 0;
      padding: 0; }

#g2mm-page {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 100%;
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  font-family: Lato, "Trebuchet MS", Helvetica, Arial, sans-serif;
  transition: all 250ms ease;
  overflow: auto; }

.column-container {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  max-width: 640px;
  margin: 64px auto 0;
  width: 75%;
  z-index: 1; }
  @media screen and (max-width: 530px) {
    .column-container {
      margin: 13px auto 0;
      padding: 0 13px;
      max-width: 100%;
      width: 100%; } }
  @media (max-height: 800px) {
    .column-container {
      margin-top: 24px; } }
  @media screen and (orientation: portrait) and (max-width: 530px) {
    .column-container {
      margin-top: 15px; } }
  @media screen and (orientation: landscape) and (max-height: 680px) {
    .column-container {
      margin-top: 15px;
      padding: 0 15px;
      width: 100%; } }

main {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 4px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1); }

main.solid {
  background-color: #ffffff;
  padding: 1em; }

#g2mm-profile-text {
  display: flex;
  flex-direction: column; }

#g2mm-title, #g2mm-location, #g2mm-aboutme {
  margin: 16px 20px 0 20px;
  color: #25282d;
  font-size: 16px;
  text-align: center;
  line-height: 18px; }
  @media (max-height: 899px) {
    #g2mm-title, #g2mm-location, #g2mm-aboutme {
      margin-top: 6px; } }
  @media screen and (orientation: portrait) and (max-width: 530px) {
    #g2mm-title, #g2mm-location, #g2mm-aboutme {
      margin-top: 6px;
      font-size: 14px; } }
  @media screen and (orientation: landscape) and (max-height: 680px) {
    #g2mm-title, #g2mm-location, #g2mm-aboutme {
      margin-top: 6px;
      font-size: 14px;
      text-align: center; } }
  @media screen and (orientation: landscape) and (max-height: 490px) {
    #g2mm-title, #g2mm-location, #g2mm-aboutme {
      margin-top: 6px;
      font-size: 14px;
      text-align: left; } }

#g2mm-title {
  font-weight: bold; }

#g2mm-aboutme a {
  text-decoration: underline;
  color: #25282d; }
  #g2mm-aboutme a:visited {
    color: #25282d; }
  #g2mm-aboutme a:hover {
    color: black; }

#g2mm-modules {
  width: 100%;
  min-height: 150px;
  background-color: white;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0px -1px 3px rgba(0, 0, 0, 0.1);
  text-transform: capitalize;
  text-align: center; }
  @media screen and (orientation: portrait) and (max-width: 530px) {
    #g2mm-modules {
      min-height: unset; } }
  @media screen and (orientation: landscape) and (max-height: 680px) {
    #g2mm-modules {
      min-height: 100px; } }
  @media screen and (orientation: landscape) and (max-height: 490px) {
    #g2mm-modules {
      min-height: 90px; } }
  #g2mm-modules .g2mm-join-link {
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    margin: 20px auto;
    padding: 16px 20px 14px 20px;
    width: 310px;
    max-width: 80%;
    min-width: 120px;
    border-radius: 4px;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    border: 2px solid transparent; }
    #g2mm-modules .g2mm-join-link:focus:after {
      display: none; }
    @media (max-width: 530px) {
      #g2mm-modules .g2mm-join-link {
        white-space: normal;
        vertical-align: middle; } }
    @media (max-width: 400px) {
      #g2mm-modules .g2mm-join-link {
        white-space: normal;
        padding: 14px 15px;
        vertical-align: middle; } }
    @media screen and (orientation: portrait) and (max-width: 530px) {
      #g2mm-modules .g2mm-join-link {
        min-height: unset; } }
    @media screen and (orientation: landscape) and (max-height: 680px) {
      #g2mm-modules .g2mm-join-link {
        margin: 10px auto;
        padding: 10px 20px; } }
    #g2mm-modules .g2mm-join-link:focus {
      outline: 0; }
  #g2mm-modules #g2mm-web-join-link {
    font-size: 14px;
    margin: 0 auto 20px;
    display: inline-block;
    text-decoration: none; }
    @media screen and (orientation: portrait) and (max-width: 530px) {
      #g2mm-modules #g2mm-web-join-link {
        margin: 0 auto 15px; } }
    @media screen and (orientation: landscape) and (max-height: 680px) {
      #g2mm-modules #g2mm-web-join-link {
        margin: 0 auto 10px; } }

#g2mm-room-header {
  background-color: white;
  width: 100%;
  padding: 45px 0;
  border-radius: 4px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1); }
  @media screen and (max-height: 680px), screen and (max-width: 530px) {
    #g2mm-room-header {
      padding: 10px 0; } }

#g2mm-room-meeting-title {
  margin: 0 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }
  #g2mm-room-meeting-title h1 {
    font-weight: 300;
    font-size: 36px;
    line-height: 40px;
    text-align: center;
    margin: 0; }

#profile-info {
  box-sizing: border-box;
  min-height: 240px;
  padding-top: 40px;
  padding-bottom: 36px;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: center;
  font-weight: 300;
  margin: 0 auto; }
  @media (max-width: 530px) {
    #profile-info {
      min-height: 240px;
      padding-top: 30px; } }
  @media (max-height: 899px) {
    #profile-info {
      padding-top: 20px;
      padding-bottom: 27px;
      min-height: unset; } }
  @media screen and (orientation: portrait) and (max-width: 530px) {
    #profile-info {
      flex-direction: column;
      padding-top: 15px;
      padding-bottom: 15px; } }
  @media screen and (orientation: landscape) and (max-height: 680px) {
    #profile-info {
      flex-direction: column;
      padding: 15px; } }
  @media screen and (orientation: landscape) and (max-height: 490px) {
    #profile-info {
      flex-direction: row;
      padding: 15px; } }

#g2mm-avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-size: cover;
  box-shadow: 0 3px 3px 1px rgba(0, 0, 0, 0.3);
  margin: 10px auto;
  flex-shrink: 0;
  /*    @media (max-width: $medium-viewport-width) and (max-height: $xlarge-viewport-height) {
        width: $mobile-size;
        height: $mobile-size;
    }*/ }
  @media screen and (orientation: portrait) and (max-width: 530px) {
    #g2mm-avatar {
      height: 140px;
      width: 140px;
      margin: 10px auto; } }
  @media screen and (orientation: landscape) and (max-height: 680px) {
    #g2mm-avatar {
      height: 130px;
      width: 130px;
      margin: 20px auto; } }
  @media screen and (orientation: landscape) and (max-height: 490px) {
    #g2mm-avatar {
      height: 120px;
      width: 120px;
      margin: 0; } }
  @media screen and (orientation: portrait) and (max-height: 490px) {
    #g2mm-avatar {
      height: 120px;
      width: 120px;
      margin: 0 auto; } }

#g2mm-name h1, #g2mm-name h2 {
  margin: 16px 20px 0 20px;
  font-weight: 300;
  font-size: 23px;
  line-height: 27px;
  text-align: center; }

/*# sourceMappingURL=../../../static/_.assets/g2mm-room.css.map */