/* @group Navbar styles */
body {
  position: relative;
  top: 50px;
  transition: margin 0.3s ease;
}

body.scroll-freeze {
  max-height: 100vh;
  overflow: hidden;
}

body.scroll-freeze .scroll-freeze--pointer {
  pointer-events: none;
}

body.marketing.scroll-freeze,
body.crew.scroll-freeze {
  height: 100vh;
  overflow: hidden;
  pointer-events: none;
}

body.gq3.gq3--no-header {
  top: 0;
}

.flex {
  display: flex;
}

.navbar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  display: flex;
  height: 50px;
  background: #fff;
  box-shadow: 0 1px 5px rgba(51, 74, 109, 0.12);
  justify-content: space-between;
  align-items: center;
  z-index: 2000;
  margin-bottom: 0px;
  border: 0;
}

.navbar .icon {
  width: auto;
  height: auto;
}

[mat-button].navbar_button,
.navbar_button {
  cursor: pointer;
  height: 50px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  transition: all 0.2s ease;
  font-size: 13px;
  font-weight: 600;
  color: #8B94A9;
  position: relative;
  border-radius: 0;
  flex-shrink: 0;
  min-width: 0;
  line-height: 1;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.gq3 [mat-button].navbar_button,
.gq3 .navbar_button {
  -webkit-animation: halfFadein 0.5s ease;
          animation: halfFadein 0.5s ease;
}

.navbar_button .mat-button-wrapper {
  display: flex;
  align-items: center;
}

[mat-button].navbar_button .mat-button-focus-overlay {
  display: none;
}

.navbar_button.button--hamburger .icon {
  font-size: 16px;
}

.navbar_button.button--logo svg {
  height: 22px;
  width: 145px;
}

.navbar_button.button--logo a {
  display: flex;
}

.navbar_middle .navbar_button {
  padding: 0 20px;
}

.navbar_middle .navbar_button .icon:before,
.navbar_middle [mat-button].navbar_button .icon:before {
  transition: font-size 0.3s ease;
  font-size: 15px;
  margin-right: 6px;
  position: relative;
}

.navbar_middle [mat-button].navbar_button .icon-activity:before,
.navbar_middle .navbar_button .icon-activity:before {
  font-size: 20px;
}

.navbar_middle .navbar_button .icon-answers:before {
  top: 1px;
}

.navbar_button.button--fake {
  filter: grayscale(50%);
  opacity: 0.5;
  cursor: default !important;
  -webkit-animation: none;
          animation: none;
}

.navbar_button.button--fake:hover {
  background: none !important;
}

.navbar_button.button--fake .icon {
  cursor: default !important;
}

.button--fake-logo,
.button--fake-logo:hover {
  background: none !important;
  cursor: default !important;
  -webkit-animation: none;
          animation: none;
}

[mat-button].navbar_button:hover,
.navbar_button:hover {
  background: rgba(139, 148, 169, 0.1);
  color: #8B94A9;
}

.navbar_button--fake:hover {
  background: none;
}

[mat-button].account-menu_button .mat-ripple-element,
[mat-button].nav-menu_button .mat-ripple-element,
[mat-button].navbar_button .mat-ripple-element {
  background-color: rgba(139, 148, 169, 0.08);
  transition: opacity, transform 0ms cubic-bezier(0.17, 0.67, 0.83, 0.67);
}

.navbar_right .navbar_button.button--notificiations {
  font-size: 20px;
  padding: 0 16px;
}

.navbar_right .button3 {
  font-size: 13px;
  align-self: center;
  margin-right: 8px;
}

.navbar_right .button3.button3--blue {
  margin: 0 8px;
}

[mat-button].button.button--admin {
  margin-right: 16px;
}

.navbar_notifications {
  position: absolute;
  top: 8px;
  right: 25%;
  font-size: 10px;
  padding: 2px 4px;
  color: #fff;
  background: #ff6300;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
}

.navbar_left {
  padding: 0 24px;
  align-self: inherit;
  flex-basis: 25%;
  display: flex;
  flex-grow: 0;
  justify-content: flex-start;
}

.navbar_middle {
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  flex-basis: 50%;
  flex-grow: 0;
}

.navbar_middle.short {
  padding: 0 3%;
}

.navbar_right {
  padding: 0 24px;
  flex-grow: 0;
  flex-basis: 25%;
  display: flex;
  justify-content: flex-end;
}

.sub-navbar {
  height: 51px;
  background: #fff;
  background: rgba(139, 148, 169, 0.05);
  flex-basis: 100%;
  padding: 0 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  opacity: 1;
  z-index: 30;
  position: relative;
  transition: opacity 0.3s ease, height 0.3s ease, border 0.3s ease;
  border-bottom: 1px solid rgba(139, 148, 169, 0.32);
}

/* Messes up search 
.sub-navbar--scroll.sub-navbar {
  height: 0px;
  opacity: 0;
}
*/
.sub-navbar_search-form {
  width: calc(100% - 24px);
  height: 50px;
  border-radius: 3px;
  margin: 0 24px 0 0;
  display: flex;
  align-content: center;
}

.sub-navbar_search-form .icon {
  height: 100%;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #8B94A9;
}

.sub-navbar_search-form:hover .icon {
  color: #007ddd;
}

.sub-navbar:hover {
  border-bottom: 1px solid #007ddd;
}

.sub-navbar_search-form .twitter-typeahead {
  direction: initial;
  position: initial;
  display: flex;
  width: 100%;
  height: 50px;
}

.sub-navbar_search-form input {
  width: calc(100% - 24px);
  height: 50px;
  font-size: 13px;
  padding: 0 8px;
  border: 0;
  color: #123965;
  background: none;
  box-shadow: none !important;
}

.sub-navbar_search-form input::-webkit-input-placeholder {
  color: #8B94A9;
}

.sub-navbar_sales-number {
  flex-shrink: 0;
  font-size: 13px;
  color: rgba(139, 148, 169, 0.75);
  cursor: default;
}

.navbar_app {
  font-family: "Sentinel A", "Sentinel B", "Besley", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #123965;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 0 8px;
}

.button--fake .navbar_app {
  color: #8B94A9;
}

.navbar_avatar {
  width: 28px;
  height: 28px;
  background: rgba(139, 148, 169, 0.5);
  border-radius: 50%;
  position: relative;
}

.navbar_button--avatar {
  padding: 0 10px 0 6px;
}

.navbar_button--avatar .icon-chevron-down {
  font-size: 11px;
  opacity: 0.5;
  margin-right: 4px;
}

.navbar_button .brand-logo {
  width: 145px;
  padding: 10px;
}

.avatar--gq-logo {
  background: url(/img/header/q-logo-2.png);
  background-size: cover;
  flex-shrink: 0;
}

.avatar--gq-logo:before {
  color: rgba(139, 148, 169, 0.5);
  right: -19px;
  top: 6px;
  font-size: 14px;
  position: absolute;
}

.navbar_avatar.navbar_avatar--logo {
  background: url(/img/header/q-logo-2.png);
  background-size: cover;
  width: 28px;
  height: 28px;
}

.navbar_avatar.navbar_avatar--small {
  width: 14px;
  height: 14px;
  position: absolute;
  bottom: 10px;
  right: 8px;
  background-size: cover;
}

.navbar_avatar.navbar_avatar--company {
  border-radius: 3px;
  background-size: contain;
  background-position: center;
  background-color: #fff;
  background-repeat: no-repeat;
}

/* Universal navbar responsive styles */
.notificiations.narrow,
.navbar_left .button3.narrow,
.button--logo.narrow {
  display: none;
}

@media (max-width: 830px) {
  .navbar_middle .navbar_button {
    padding: 0 14px;
  }

  .navbar_right {
    padding: 0 8px 0 0;
  }

  .navbar_left {
    padding: 0 0 0 8px;
  }

  .sub-navbar {
    padding: 0 16px;
  }

  .sub-navbar__search-form input,
.sub-navbar__search-form {
    width: 100%;
    margin: 0;
  }

  .sub-navbar_sales-number {
    display: none;
  }
}
@media (max-width: 700px) {
  .navbar_app,
.button--logo.wide,
.navbar_left .button--fake .navbar_avatar,
.button--notificiations.wide,
[mat-button].button.button--admin {
    display: none;
  }

  .button--logo.narrow,
.notificiations.narrow {
    display: flex;
  }
}
@media (max-width: 500px) {
  .navbar_left,
.navbar_right {
    flex-basis: inherit;
  }
}
@media (max-width: 400px) {
  .button--hamburger {
    padding: 16px;
    font-size: 20px;
  }

  .button--logo,
.button--logo.narrow {
    display: none;
  }
}
/* GQ3 navbar responsive styles */
.gq3 .navbar_middle {
  justify-content: space-between;
}

@media (max-width: 950px) {
  .gq3 .navbar_middle .text {
    display: none;
  }

  .gq3 .navbar_middle [mat-button] .icon:before {
    font-size: 20px;
    margin-right: 0;
  }
}
@media (max-width: 400px) {
  .navbar_left,
.navbar_right {
    min-width: 60px;
  }

  .gq3 .navbar_middle li:nth-of-type(1) {
    display: none;
  }
}
/* Marketing site navbar responsive styles */
@media (max-width: 1230px) {
  .marketing .navbar_middle li:nth-of-type(6) {
    display: none;
  }
}
@media (max-width: 1120px) {
  .marketing .navbar_middle li:nth-of-type(7),
.marketing .navbar_middle .text {
    display: none;
  }

  .marketing .navbar_middle .icon:before {
    font-size: 18px;
    margin-right: 0;
  }
}
@media (max-width: 700px) {
  .public .marketing .button--logo.wide {
    display: flex;
  }

  .marketing .navbar_middle li:nth-of-type(5),
.marketing .navbar_middle li:nth-of-type(4),
.public .marketing .button--logo.narrow {
    display: none;
  }
}
@media (max-width: 550px) {
  .marketing .navbar_right .button3.wide,
.public .marketing .navbar_middle li {
    display: none;
  }

  .marketing .navbar_left .button3.narrow {
    display: flex;
  }
}
@media (max-width: 400px) {
  .public .marketing .navbar_button.button--logo svg {
    width: 110px;
  }
}
/* Crew navbar responsive styles */
.user .crew .navbar_middle {
  padding: 0 3%;
}

@media (max-width: 1230px) {
  .public .crew .navbar_middle li:nth-of-type(6) {
    display: none;
  }
}
@media (max-width: 1120px) {
  .public .crew .navbar_middle li:nth-of-type(7),
.crew .navbar_middle .text {
    display: none;
  }

  .crew .navbar_middle .icon:before {
    font-size: 18px;
    margin-right: 0;
  }

  .crew .navbar_middle .icon-activity:before {
    font-size: 24px;
  }
}
@media (max-width: 700px) {
  .join.crew .button--logo,
.public .crew .button--logo {
    display: flex;
  }

  .public .crew .navbar_middle li:nth-of-type(4),
.public .crew .navbar_middle li:nth-of-type(5),
.public .crew .button--logo.narrow,
.crew .navbar_right .button3.button3--dashboard-crew {
    display: none;
  }
}
@media (max-width: 550px) {
  .crew .navbar_right .button3.wide,
.public .crew .navbar_middle li {
    display: none;
  }

  .crew .navbar_left .button3.narrow {
    display: flex;
  }

  .crew .button--logo,
.crew .button--logo.narrow {
    display: none;
  }
}
@media (max-width: 400px) {
  .join.crew .navbar_button.button--logo svg,
.public .crew .navbar_button.button--logo svg {
    width: 110px;
  }

  .public .crew .navbar_middle li,
.user .crew .navbar_middle li:nth-of-type(3) {
    display: none;
  }

  .user .crew .navbar_middle {
    padding: 0;
    justify-content: space-between;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .marketing .navbar_middle li:nth-of-type(7) {
    display: none;
  }
}
/* @end navbar styles */
/* @group Navbar menus */
.nav-menu,
.account-menu {
  position: fixed;
  width: 100vw;
  width: 100%;
  height: 1px;
  top: -1px;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 8000;
}

.nav-menu.open,
.account-menu.open {
  top: 50px;
  padding-bottom: 32px;
  opacity: 1;
  height: 100vh;
}

.account-menu_list,
.nav-menu_list {
  max-height: calc(100vh - 50px);
  background: #fff;
  box-shadow: 3px 3px 4px rgba(51, 74, 109, 0.1);
  position: fixed;
  top: 50px;
  margin: 0 0 32px 0;
  padding: 8px 0 16px;
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  width: 250px;
  overflow-y: scroll;
  overflow-y: auto;
  z-index: 1;
}

.account-menu_list::-webkit-scrollbar,
.nav-menu_list::-webkit-scrollbar {
  display: none;
}

.nav-menu_list {
  border-bottom-right-radius: 3px;
}

.account-menu_list {
  border-bottom-left-radius: 3px;
  box-shadow: -2px 2px 7px rgba(51, 74, 109, 0.1);
  top: 50px;
  margin: 0 0 32px 0;
  right: 0;
  padding: 8px 0 8px;
  width: 225px;
}

.nav-menu_list .button3 {
  margin: 16px;
}

.nav-menu.open .nav-menu_list,
.account-menu.open .account-menu_list {
  opacity: 1;
  transform: scale(1);
}

.account-menu_list,
.account-menu.open .account-menu_list {
  transform-origin: top right;
}

.nav-menu_list,
.nav-menu.open .nav-menu_list {
  transform-origin: top left;
}

.nav-menu_overlay,
.account-menu_overlay {
  display: flex;
  transition: background 0.3s ease, opacity 0.3s ease;
  opacity: 0;
  width: 1px;
  height: 1px;
  position: fixed;
  top: -1px;
  bottom: 0;
  left: -1px;
  right: 0;
  margin: 50px 0 0 0;
}

.nav-menu.open .nav-menu_overlay,
.account-menu.open .account-menu_overlay {
  width: auto;
  height: auto;
  top: 0;
  left: 0;
  opacity: 1;
}

[mat-button].nav-menu_button,
.nav-menu_button {
  width: 100%;
  height: 40px;
  cursor: pointer;
  padding: 10px 32px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  transition: all 0.2s ease;
  font-size: 14px;
  font-weight: 600;
  color: #8B94A9;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1em;
}

[mat-button].nav-menu_button .mat-button-focus-overlay {
  display: none;
}

[mat-button].account-menu_button,
.account-menu_button {
  width: 100%;
  cursor: pointer;
  padding: 10px 32px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  transition: all 0.2s ease;
  font-size: 14px;
  font-weight: 500;
  color: #123965;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.1em;
}

.account-menu_button--minor {
  font-size: 12px;
}

[mat-button].account-menu_button .mat-button-wrapper {
  display: flex;
  width: 100%;
  white-space: normal;
  align-items: center;
}

[mat-button].account-menu_button:hover .mat-button-focus-overlay {
  display: none;
}

[mat-button].nav-menu_button .icon:before,
.nav-menu_button .icon:before {
  font-size: 18px;
  line-height: 18px;
  margin-right: 10px;
}

.account-menu_button:hover {
  background: rgba(139, 148, 169, 0.1);
  color: #123965;
}

.account-menu_button--fake:hover {
  background: none;
  cursor: default;
}

[mat-button].nav-menu_button:hover,
.nav-menu_button:hover {
  background: rgba(139, 148, 169, 0.1);
  color: #8B94A9;
}

[mat-button].nav-menu_button.button--header,
.nav-menu_button.button--header:hover,
.nav-menu_button.button--header {
  color: #004579;
  font-weight: 600;
}

.account-menu_button.button--avatar {
  height: auto;
  font-size: 16px;
  font-weight: 600;
  padding: 16px 32px;
  color: #123965;
  text-align: left;
}

.account-menu_button.button--avatar:hover {
  color: #123965;
}

.account-menu_button--inactive-avatar {
  height: auto;
  font-size: 16px;
  font-weight: 600;
  padding: 16px 32px;
  margin: -8px 0 0;
  color: #123965;
  background: rgba(139, 148, 169, 0.1);
}

.account-menu_button--inactive-avatar:hover {
  background: #8b94a9;
  color: #fff;
}

.account-menu .account-menu_user-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  position: relative;
  background: url(/img/header/q-logo-2.png);
  background-size: cover;
  margin: 0 12px 0 0;
  flex-shrink: 0;
}

.account-menu .account-menu_user-avatar--company {
  border-radius: 3px;
  background-size: contain;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
}

.account-menu .account-menu_user-avatar.add-avatar {
  background: rgba(139, 148, 169, 0.16);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #8b94a9;
}

.menu-divider {
  width: 100%;
  height: 1px;
  margin: 8px 0;
  background: rgba(139, 148, 169, 0.24);
  flex-shrink: 0;
}

.nav-menu_close,
.account-menu_close {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 18px;
  color: rgba(139, 148, 169, 0.32);
  z-index: 25;
  padding: 14px 24px;
  cursor: pointer;
  transition: color 0.3s ease;
}

.account-menu_close {
  right: 0;
  left: initial;
}

.nav-menu_close:hover,
.account-menu_close:hover {
  color: #8b94a9;
}

@media (max-width: 500px) {
  .account-menu_list {
    width: auto;
    max-width: 80%;
  }

  .account-menu_button.button--avatar {
    font-size: 18px;
  }

  [mat-button].account-menu_button,
.account-menu_button {
    font-size: 16px;
  }

  [mat-button].nav-menu_button,
.nav-menu_button {
    font-size: 16px;
    line-height: 16px;
    height: 46px;
  }

  .nav-menu_list,
.account-menu_list {
    box-shadow: -2px 5px 7px rgba(0, 0, 0, 0.2);
  }

  [mat-button].nav-menu_button .icon:before,
.nav-menu_button .icon:before {
    font-size: 22px;
    line-height: 22px;
  }

  .nav-menu_overlay,
.account-menu_overlay {
    background: rgba(59, 58, 64, 0.7);
  }
}
/* @end navbar menus */
/* @group Universal search */
.tt-dropdown-menu {
  background: #fff;
  border-radius: 0 0 3px 3px;
  padding: 0 8px 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  width: calc(100% + 18px);
  max-width: 100%;
  left: -18px !important;
  top: 50px !important;
  overflow: hidden;
  z-index: 99999;
}

.tt-suggestion {
  width: 100%;
  float: left;
}

.suggest-row {
  width: 100%;
  float: left;
  padding: 6px 16px 6px 16px;
  border-radius: 2px 0 0 2px;
  text-align: left;
}

.suggest-row:hover {
  background: #f7f7f7;
  cursor: pointer;
}

.suggest-row .view-all {
  display: none;
  font-size: 13px;
  color: #8B94A9;
  float: right;
  margin-right: 8px;
  margin-top: 2px;
}

.suggest-divide-after {
  margin: 0 0 16px 0;
}

.suggest-avatar {
  width: 18px;
  height: 18px;
  margin: 1px 8px 0 0;
  border-radius: 3px;
  float: left;
  overflow: hidden;
  border: none !important;
}

.suggest-type {
  float: left;
  line-height: 20px;
  font-size: 13px;
  color: #123965;
  font-weight: 400;
  max-width: calc(100% - 32px);
}

.tt-highlight {
  font-weight: 700;
  color: inherit;
}

.suggest-pro-user-city,
.suggest-company-city {
  font-size: 13px;
  color: #8B94A9;
  margin: 0 0 0 8px;
  display: inline-block;
}

.suggest-header {
  width: 100%;
  height: 32px;
}

.suggest-header:before {
  border-top: 1px solid;
  border-color: rgba(139, 147, 169, 0.15);
  width: 100%;
  content: "";
  display: block;
  position: absolute;
  margin-top: -14px;
  left: 0;
}

div.tt-dataset-search {
  margin-top: 5px;
}

.suggest-header .suggest-type {
  font-size: 13px;
  color: #8B94A9;
  margin-right: 16px;
}

.suggest-header .view-all {
  display: inherit;
}

/* @end Universal search */
/* @group Footer */
.uni-footer {
  height: auto;
  position: relative;
  flex-wrap: wrap;
  border-top: 1px solid #F3F3F3;
  transition: opacity 0.3s ease;
  transition-delay: 1s;
  background: #f8f8f9;
}

.sitemap-frame {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 48px 0 60px 64px;
  flex-shrink: 0;
  max-width: 980px;
}

.footer-top {
  border-top: 1px solid #F3F3F3;
}

.nav-cont {
  margin-top: -48px;
}

.sitemap-col {
  margin: 0 16px;
  width: 25%;
}

.sitemap-col ul {
  text-align: left;
  margin-bottom: 16px;
}

.sitemap-col li {
  line-height: 14px;
}

.sitemap-col li a {
  display: inline-block;
  margin: 0 0 0 24px;
  color: #8b94a9;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6em;
}

.sitemap-col li a:hover .icon,
.sitemap-col li a:hover,
.sitemap-col li a.category:hover {
  text-decoration: none;
  color: #007ddd;
}

.sitemap-col li a .icon {
  display: inline-block;
  width: 16px;
  top: 2px;
  position: relative;
  color: #123965;
  font-size: 17px;
  margin: 0 8px 0 0;
  transition: all 0.2s ease;
}

.ios .sitemap-col li a .icon {
  top: 7px;
}

.sitemap-col li a.category {
  margin: 4px 0;
  color: #123965;
  font-size: 20px;
  font-family: "Sentinel A", "Sentinel B", "Besley", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
}

.footer-bottom {
  width: 100%;
  padding: 42px 0;
  flex-shrink: 0;
  border-top: 1px solid #F3F3F3;
  text-align: center;
}

.footer-bottom li {
  font-size: 14px;
  font-weight: 400;
  color: #8B94A9;
  display: inline-block;
  margin: 16px 12px;
}

.footer-bottom li .icon {
  font-size: 20px;
}

.uni-footer li a {
  color: #8B94A9;
  transition: all 0.2s ease;
}

.uni-footer li a:hover {
  color: #007ddd;
  text-decoration: none;
}

@media (max-width: 960px) {
  .sitemap-frame {
    display: block;
    padding-left: 0;
  }

  .sitemap-col li a {
    margin: 0;
  }

  .sitemap-col {
    width: calc(100% - 32px);
    text-align: center;
  }

  .sitemap-col ul {
    padding: 0;
    text-align: center;
    margin: 0;
  }

  .sitemap-col li a:not(.category):not(.button) {
    display: none;
  }

  .footer-bottom .meta-links li {
    display: block;
  }
}
/* End footer */
/* @group ripple code */
.ripple {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  overflow: hidden;
}

.ripple_ink {
  display: block;
  position: absolute;
  background: rgba(0, 69, 121, 0.25);
  background: rgba(0, 125, 221, 0.25);
  background: rgba(139, 148, 169, 0.25);
  border-radius: 100%;
  transform: scale(0);
}

.ripple_ink.animate {
  -webkit-animation: ripple 0.45s linear;
          animation: ripple 0.45s linear;
}

@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}

@keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}
/* @end ripple code */
/* @group GQ3 Buttons - Only here temporarily - Chris Feb 20 2017 */
.button3 {
  display: flex;
  color: inherit;
  padding: 0.65em 1em 0.65em;
  border: none;
  border-radius: 3px;
  line-height: 1em;
  white-space: nowrap;
  font-weight: 600;
  text-decoration: none;
  align-self: center;
  justify-content: center;
  transition: all 0.3s ease;
  -webkit-appearance: none;
  cursor: pointer;
  flex-shrink: 0;
  font-size: 12px;
  box-sizing: border-box;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  outline: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  margin: 0;
  min-width: 0;
  vertical-align: baseline;
}

.button3 .mat-button-focus-overlay {
  display: none;
}

.button3.button3--orange {
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.24);
  background: #ff6300;
  color: #fff;
}

.button3.button3--orange:hover {
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.32);
  background: #ec4f00;
  color: #fff;
  transform: translateY(-1px);
}

.button3.button3--blue {
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.24);
  background: #007ddd;
  color: #fff;
}

.button3.button3--blue:hover {
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.32);
  background: #006bbd;
  color: #fff;
  transform: translateY(-1px);
}

.button3.button3--clear {
  background: none;
  color: #8b94a8;
}

.button3.button3--clear:hover {
  background: rgba(139, 148, 169, 0.1);
  color: #8b94a8;
  transform: translateY(-1px);
}

.button3.button3--clear-blue {
  background: none;
  color: #007ddd;
}

.button3.button3--clear-blue:hover {
  background: rgba(139, 148, 169, 0.1);
  color: #006bbd;
  transform: translateY(-1px);
}

/* @end GQ3 Buttons */
/* footer latest feed */
/* begin code brought over from WP styling */
.uni-latest ul.posts {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.uni-latest ul.posts li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  width: 31.56%;
  margin-bottom: 30px;
  background-color: white;
}

.uni-latest ul.posts li * {
  word-wrap: normal;
}

.uni-latest ul.posts li:nth-of-type(2),
.uni-latest ul.posts li:nth-of-type(3n+2) {
  margin: 0 2.66% 30px 2.66%;
}

.uni-latest a.post-link-related {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  text-decoration: none;
}

.uni-latest ul.posts li a:hover,
.uni-latest ul.posts li a:focus {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
}

.uni-latest ul.posts li a,
.uni-latest ul.posts li.featured-post {
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.uni-latest ul.posts li a:active {
  position: relative;
  top: 0px;
}

.uni-latest .post-thumbnail {
  height: 185px;
  overflow: hidden;
  position: relative;
}

.uni-latest .post-thumbnail img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.uni-latest ul.posts li .post-text {
  padding: 28px 8% 72px;
}

.uni-latest .post-text .post-title {
  text-align: left;
}

.uni-latest .post-text .post-excerpt,
.uni-latest .post-text .post-excerpt span {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4em;
  color: #8B94A9;
  padding-top: 5px;
  text-align: left;
}

@media only screen and (min-width: 1540px) {
  .uni-latest #ajax-load-more ul.posts .alm-reveal li:not(.featured-post),
.uni-latest ul.posts:not(.latest-posts) li:not(.featured-post) {
    width: 23.005%;
    margin: 0 1.33% 30px !important;
  }

  .uni-latest #ajax-load-more ul.posts .alm-reveal li:not(.featured-post):nth-of-type(1),
.uni-latest #ajax-load-more ul.posts .alm-reveal li:not(.featured-post):nth-of-type(4n+1),
.uni-latest ul.posts:not(.latest-posts) li:not(.featured-post):nth-of-type(1),
.uni-latest ul.posts:not(.latest-posts) li:not(.featured-post):nth-of-type(4n+1) {
    margin: 0 1.33% 30px 0 !important;
  }

  .uni-latest #ajax-load-more ul.posts .alm-reveal li:not(.featured-post):nth-of-type(4),
.uni-latest #ajax-load-more ul.posts .alm-reveal li:not(.featured-post):nth-of-type(4n+4),
.uni-latest ul.posts:not(.latest-posts) li:not(.featured-post):nth-of-type(4),
.uni-latest ul.posts:not(.latest-posts) li:not(.featured-post):nth-of-type(4n+4) {
    margin: 0 0 30px 1.33% !important;
  }
}
@media only screen and (max-width: 1100px) {
  .uni-latest #ajax-load-more ul.posts .alm-reveal li,
.uni-latest ul.posts li {
    width: calc(50% - 15px);
    margin: 0;
  }

  .uni-latest #ajax-load-more ul.posts .alm-reveal li:nth-of-type(even),
.uni-latest ul.posts li:nth-of-type(even) {
    margin: 0 0 30px 15px;
  }

  .uni-latest #ajax-load-more ul.posts .alm-reveal li:nth-of-type(odd),
.uni-latest ul.posts li:nth-of-type(odd) {
    margin: 0 15px 30px 0;
  }
}
@media only screen and (max-width: 768px) {
  .uni-latest .post-thumbnail {
    height: 150px;
  }
}
@media only screen and (max-width: 640px) {
  .uni-latest #ajax-load-more ul.posts .alm-reveal li,
.uni-latest ul.posts li {
    width: 100%;
    margin: 0 0 16px !important;
  }

  .uni-latest #blog-page-content {
    max-width: 500px !important;
    margin: 0 auto;
  }
}
/* end code brought over from WP styling */
.uni-latest {
  padding: 56px 0 42px;
  border-top: 1px solid #F3F3F3;
  position: relative;
  background: #f8f8f9;
}

@media (max-width: 767px) {
  .uni-latest {
    padding-top: 48px;
    padding-bottom: 32px;
  }
}
.uni-latest .uni-container {
  max-width: 1420px !important;
  padding: 0 30px;
  margin: 0 auto;
  position: relative;
}

@media only screen and (min-width: 1290px) {
  .uni-latest .uni-container {
    padding: 0 60px;
  }
}
@media only screen and (max-width: 1066px) {
  .uni-latest .uni-container {
    padding: 0 16px;
  }
}
.uni-latest header {
  width: 100%;
}

.uni-latest header h3 {
  text-align: center;
  font-size: 28px;
  font-family: "Sentinel A", "Sentinel B", "Besley", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 1.5em;
  color: #004579;
}

.uni-latest header h3 a {
  font-family: "Sentinel A", "Sentinel B", "Besley", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 900;
}

.uni-latest ul.posts {
  -ms-justify-content: center;
  justify-content: center;
}

.uni-latest ul.posts li {
  width: 195px;
  margin: 0 15px 30px 15px !important;
}

.uni-latest ul.posts li a.post-link {
  border-radius: 0;
}

.uni-latest ul.posts li .post-text {
  padding: 15px 18px 20px;
}

.uni-latest ul.posts li .post-thumbnail {
  height: 100px;
  background-size: cover;
  background-position: 50% 50%;
  background-color: #eee;
}

.uni-latest ul.posts li h3 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 800;
  color: #004579;
  font-size: 15px;
  line-height: 1.3em;
  display: block;
  width: 100%;
}