@charset "UTF-8";
/* @override
	http://justin.www.guildquality.com/css/build/common/universal.css?58
 */
/* Universal styles
   Consistent elements that could be used across all GQ web instances.
   Work in progress. Slowy implement these as appropriate.
   Chris - Jan 22, 2016
*/
.hidden,
.hide {
  display: none;
  visibility: hidden;
}

/* Sometimes nessecary to offet an anchor tag for the header */
.anchor-offset {
  position: relative;
  top: -50px;
  display: block;
}

/* @group backgrounds */
.bg-white {
  background: #fff;
}

.bg-canvas {
  background: #f;
}

.bg-li-blue-down {
  background: #fff;
  background: linear-gradient(to top, #ffffff 30.5%, #daefff 100%);
}

.bg-li-blue-down-short {
  background: #fff;
  background: linear-gradient(to top, #ffffff 70%, #daefff 100%);
}

.bg-li-blue-up {
  background: #fff;
  background: linear-gradient(to bottom, #ffffff 30.5%, #daefff 100%);
}

.bg-dk-blue-down {
  background: #003c69;
  background: linear-gradient(to bottom, #00508d 0%, #002848 100%);
}

.bg-dk-blue-up {
  background: #003c69;
  background: linear-gradient(to top, #00508d 0%, #002848 100%);
}

.bg-li-grey-down {
  background: linear-gradient(to top, #ffffff 30.5%, #e9eef1 100%) #fff;
}

.bg-li-grey-down-short {
  background: linear-gradient(to top, #ffffff 70%, #e9eef1 100%) #fff;
}

.bg-li-grey-up {
  background: #fff;
  background: linear-gradient(to bottom, #ffffff 54.1%, #e9eef1 100%);
}

.bg-dk-grey-up {
  background: #f8f8f9;
  background: linear-gradient(to bottom, #f8f8f9 54.1%, #e9eef1 100%);
}

.bg-dk-grey-down {
  background: #f8f8f9;
  background: linear-gradient(to top, #f8f8f9 54.1%, #e9eef1 100%);
}

/* @end backgrounds */
/* @group Copy */
.copy-primary {
  font-size: 18px;
  font-weight: 300;
  line-height: inherit;
  color: #434957;
  -webkit-font-smoothing: subpixel-antialiased;
}

.copy-meta {
  font-size: 12px;
  font-weight: 500;
  color: #8b94a8;
  line-height: inherit;
}

.copy-body {
  font-size: 14px;
  line-height: inherit;
  color: #8b94a8;
  width: 100%;
  font-weight: 400;
  -webkit-font-smoothing: subpixel-antialiased;
}

.copy-list {
  list-style: inherit;
  -webkit-padding-start: 32px;
}

.copy-title {
  font-size: 16px;
  font-weight: 500;
  line-height: inherit;
  color: #123965;
  margin-bottom: 0.5em;
}

.section-header {
  color: #123965;
  font-size: 14px;
  margin: 16px -8px 8px -8px;
  padding: 0 8px;
  font-weight: 600;
  text-align: center;
}

.section-header .icon-chevron-down:before {
  content: "D";
  top: 2px;
  position: relative;
}

.page-header {
  font-family: "Sentinel A", "Sentinel B", "Besley", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: inline-block;
  margin: 32px 0 10px;
  font-size: 36px;
  line-height: 1.2em;
  font-weight: 600;
  padding: 48px 0;
  border: 0;
  color: #004579;
  margin: 0;
  width: 100%;
  text-align: center;
}

.page-header--left {
  text-align: left;
}

.page-header--with-subtext {
  padding-bottom: 8px;
}

.page-header .title,
.page-header .title span {
  font-family: "Sentinel A", "Sentinel B", "Besley", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.page-header .sub-title {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #8B94A9;
  color: rgba(139, 148, 169, 0.8);
  font-size: 20px;
  margin: 4px 0 0 0;
  font-weight: 400;
  display: block;
  line-height: 1.2;
}

@media (max-width: 736px) {
  .page-header {
    font-size: 28px;
    margin: 16px 0 0;
    width: 100%;
  }
}
.copy-mrk-header {
  margin: 16px 16px 16px 16px;
  font-family: "Sentinel A", "Sentinel B", "Besley", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #123965;
  line-height: 1 !important;
  font-size: 50px;
  text-align: center;
}

.copy-mrk-subhead {
  color: #004579;
  line-height: initial;
  font-size: 24px;
  font-weight: 400;
  margin: 0 16px 16px 16px;
  text-align: center;
}

.copy-mrk-primary {
  color: #434957;
  font-weight: 400;
  font-size: 20px;
  margin: 0 16px 16px 16px;
  line-height: 1.2;
  text-align: center;
}

.copy-mrk-primary a {
  color: #434957;
  border-bottom: 1px solid;
  border-color: rgba(67, 73, 87, 0.56);
}

.copy-mrk-primary a:hover {
  color: #007ddd;
  border-color: #007ddd;
}

.copy-mrk-body {
  color: #434957;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5em;
  margin: 0 16px 16px 16px;
  text-align: center;
}

.copy-mrk-secondary {
  color: #8b94a8;
  font-weight: 400;
  font-size: 15px;
  margin: 0 16px 16px 16px;
  line-height: 1.2;
  text-align: center;
}

.copy-mrk-secondary a {
  color: #8b94a8;
  border-bottom: 1px solid;
  border-color: rgba(139, 148, 168, 0.5);
  cursor: pointer;
}

.copy-mrk-secondary a:hover {
  color: #007ddd;
  border-color: #007ddd;
}

.white {
  color: #fff;
}

/* @end Copy */
/* @group alerts */
.alert-card {
  background: #dd0038;
  color: #fff;
  padding: 16px;
  margin: 0;
  text-align: center;
  width: 100%;
  font-weight: 600;
  transition: 0.2s box-shadow;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(51, 74, 109, 0.1);
}

.alert-card a {
  color: white;
  text-decoration: underline;
  transition: opacity 0.2s ease;
}

.alert-card a:hover {
  color: white;
  opacity: 0.5;
}

/* @end alerts */
/* @group Icons */
.icon {
  background-image: none;
  cursor: pointer;
}

.icon-primary {
  width: 30px;
  height: 30px;
  fill: red;
}

.icon-primary svg {
  fill: #8b94a8;
}

.icon-secondary {
  font-size: 20px;
  color: #8b94a8;
}

.icon-tertiary {
  padding-left: 14px;
  color: #8b94a8;
}

.icon-chevron-down {
  vertical-align: -2px;
}

/* @end Icons */
/* @group Button */
.button {
  display: inline-block;
  color: inherit;
  padding: 0.75em 1.5em 0.85em;
  border-radius: 3px;
  line-height: 1em;
  font-weight: 600;
  text-decoration: none !important;
  transition: all 0.2s ease;
  -webkit-appearance: none;
}

.button:hover {
  cursor: pointer;
}

.button-center-cont {
  width: 100%;
  text-align: center;
}

.button-primary {
  background: #ff6300;
  color: white !important;
  border: 2px solid #ff6300;
  box-shadow: 0 2px 4px rgba(196, 75, 0, 0.48);
  -moz-box-shadow: 0 2px 4px rgba(196, 75, 0, 0.48);
}

.button-primary:hover {
  background: #ec4f00;
  border-color: #ec4f00;
}

.button-secondary {
  background: #007ddd;
  color: white !important;
  border: 2px solid #007ddd;
  box-shadow: 0 2px 4px rgba(0, 91, 161, 0.43);
  -moz-box-shadow: 0 2px 4px rgba(0, 91, 161, 0.43);
}

.button-secondary:hover {
  background: #006bbd;
  border-color: #006bbd;
}

.button-tertiary {
  color: #004579;
  border: 2px solid;
}

.button-tertiary:hover {
  color: #007ddd;
}

.button-quaternary {
  background: none;
  color: #8B94A9;
  border: 1px solid rgba(139, 147, 169, 0.33);
}

.button-quaternary:hover {
  background: none;
  color: #007ddd;
  border: 1px solid #007ddd;
}

.button-clear,
.card-actions .button.button-clear {
  background: none;
  color: #8B94A9;
  border: 1px solid rgba(139, 147, 169, 0);
}

.button-clear:hover,
.card-actions .button.button-clear:hover {
  background: rgba(139, 148, 169, 0.2);
  color: #8B94A9;
  border: 1px solid rgba(139, 147, 169, 0);
}

.actions-button {
  display: flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  margin: 8px 0 8px 8px !important;
  height: 34px;
  box-sizing: border-box;
  padding: 6px 16px;
  background: #007ddd;
  color: #fff;
  border-radius: 3px;
  font-size: 14px;
  line-height: 16px;
  border: none;
  float: right;
  font-weight: 600;
  text-align: center;
  transition: 0.2s all;
  box-shadow: none;
}

.actions-button.disabled:hover,
.actions-button.disabled {
  background-color: #d3d6de;
  box-shadow: none;
  cursor: default;
}

@media screen and (max-width: 350px) {
  .actions-button {
    font-size: 12px;
  }

  #add_feedback_pop .icon-message {
    display: none;
  }
}
.actions-button.secondary-action {
  background: transparent;
  color: #8a93a8;
  box-shadow: none;
  border: 1px solid rgba(138, 147, 167, 0.25);
}

.actions-button:hover {
  color: white;
  background: #006bbd;
  cursor: pointer;
}

.actions-button.active {
  background: #E1EAF3;
  color: #8b94a8;
  cursor: default;
}

.actions-button.secondary-action:hover {
  background: transparent;
  color: #007ddd;
  border-color: #007ddd;
}

.button,
.nav li a,
.logo a,
.menu-button {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.button:active,
.nav li a:active,
.logo a:active,
.menu-button:active {
  transform: translate(0px, 1px);
  transition: 0.05s all !important;
  box-shadow: 0 0 rgba(0, 0, 0, 0);
}

.actions-button .icon {
  display: inline;
  padding: 0;
  font-size: 14px;
  position: relative;
}

.actions-button .left {
  margin: 0 6px 0 0;
}

.actions-button .right {
  margin: 0 0 0 6px;
}

.button-search {
  height: 34px;
  margin: 0 0 0 8px;
  padding: 0 22px;
  background: #007ddd;
  border: none;
  color: #fff;
  font-size: 14px;
  line-height: 34px;
}

.button-search:hover {
  background: #006bbd;
}

.button:focus {
  outline: none;
}

.button-secondary-search {
  height: 34px;
  margin: 0 0 0 4px;
  padding: 0 22px;
  border: 1px solid rgba(139, 147, 169, 0.5);
  background: none;
  color: #8B94A9;
  font-size: 14px;
  line-height: 30px;
}

.button-secondary-search.active,
.button-secondary-search:hover {
  border-color: #007ddd;
  color: #007ddd;
}

/* @end Buttons */
/* @group Forms */
input {
  font-size: 15px;
  padding: 6px;
  border: 0;
  color: #123965;
}

label {
  color: #8b94a8;
  font-weight: normal;
  font-size: 15px;
}

/* @end Forms */
/* @group Cards */
.card {
  float: left;
  width: 100%;
  width: calc(100% + 16px);
  background: white;
  border-radius: 3px;
  margin: 0 -8px 16px -8px;
  position: relative;
  text-align: left;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(51, 74, 109, 0.15);
  border-color: #ebeceb;
  transition: 0.2s box-shadow;
}

.card:hover {
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(51, 74, 109, 0.2);
}

.card.placeholder-card {
  background: rgba(139, 148, 169, 0.05);
  box-shadow: none;
  padding: 24px;
  transition: all 0.2s ease;
  border: 1px dashed rgba(139, 148, 169, 0.6);
}

.card.placeholder-card:hover {
  background: rgba(139, 148, 169, 0.15);
  cursor: pointer;
}

.fake-card:hover {
  cursor: default !important;
  box-shadow: 0 1px 4px rgba(51, 74, 109, 0.15) !important;
}

.mobile .card:hover,
.tablet .card:hover {
  transition: 0 all;
  box-shadow: 0 1px 4px rgba(51, 74, 109, 0.15) !important;
}

.card:active {
  box-shadow: 0 1px 4px rgba(51, 74, 109, 0.15);
  transform: translate(0px, 1px);
  transition: 0s all !important;
}

.fake-card:active {
  box-shadow: inherit;
  transform: none;
}

.card p {
  margin: 0 0 1em 0;
  -webkit-font-smoothing: subpixel-antialiased;
}

.card-heart {
  width: 100%;
  padding: 16px;
  float: left;
}

.card-heart.short {
  padding: 8px 16px;
}

.context-left {
  display: inline-block;
  width: calc(100% - 85px);
  max-width: 75%;
  color: #8b94a8;
  line-height: 23px;
}

.card.endorsement .context-left,
.card.post .context-left {
  max-width: 65%;
}

.context-right {
  width: auto;
  display: flex;
  align-items: center;
  height: 24px;
  color: #8B94A9;
  float: right;
  padding-left: 5px;
  text-align: right;
  font-size: 13px;
}

.card .card.nested-card {
  margin: 16px 0 0 0 !important;
  padding: 16px;
  width: 100% !important;
  float: left;
  border-radius: 3px;
  border: 1px solid #e7ebef;
  box-shadow: none;
  flex-basis: 100%;
}

.ie11 .card .card.nested-card {
  flex-basis: calc(100% - 32px);
}

.card.nested-card .card-context .card-name h3 {
  font-size: 14px;
}

@media (max-width: 500px) {
  .card.nested-card .card-context .card-name h3 {
    font-size: 12px;
  }
}
.card.nested-card:hover {
  box-shadow: none !important;
  cursor: default;
}

.card .nested-card .card-description {
  font-size: 14px;
  line-height: 1.3;
  color: #8B94A9;
  overflow: hidden;
}

.thumb-img {
  width: 24px;
  height: 24px;
  transition: all 0.2s ease;
  border-radius: 50%;
  float: left;
}

.thumb-img-cont {
  display: block;
  float: left;
  margin: 0 8px 0 0;
}

.thumb-img-cont:hover .thumb-img {
  filter: brightness(0.8);
}

.post-actions {
  height: 46px;
}

/* @end Cards */
/* @group Input cards */
.card.input-card {
  width: 100%;
  float: left;
  margin: 0 0 16px 0;
}

.input-card input {
  border: 0;
  width: 100%;
  box-shadow: none;
  -webkit-appearance: none;
  margin: 0;
  padding: 16px !important;
  height: inherit;
  border: 1px solid #fff;
  border-radius: 3px;
  transition: border 0.3s ease;
}

.input-card input::-webkit-input-placeholder {
  color: #8b94a8;
}

.form-row {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.input-checkbox {
  display: flex;
}

.input-checkbox span {
  font-size: 12px;
  margin: 0 0 0 8px;
  color: #8b94a8;
}

.input-checkbox input[type=checkbox] {
  -webkit-appearance: none;
  background: #fff;
  width: 16px;
  height: 16px;
  float: left;
  display: block;
  margin: 0;
  padding: 0 !important;
  transition: border 0.3s ease, background 0.3s ease;
  border-radius: 3px;
}

.input-checkbox input[type=checkbox]:focus {
  box-shadow: none;
  border: 1px solid #007ddd;
}

.input-checkbox input[type=checkbox]:checked {
  background: #007ddd;
  border-radius: 50%;
  border: 3px solid #fff;
}

.input-checkbox label {
  font-size: 12px;
  font-weight: 500;
  padding: 0 0 0 8px;
  color: #8b94a8;
}

.input-checkbox .checkbox-bg {
  display: inline-block;
  margin: 0;
  height: 16px;
  width: 16px;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 4px rgba(51, 74, 109, 0.15);
}

.input-button {
  width: 100%;
  display: inline-block;
  position: relative;
  margin: 40px 0 0 0;
}

.input-button .button {
  width: 100% !important;
  font-weight: 400;
  color: #fff;
  background: #007ddd !important;
  font-size: 16px !important;
  padding: 16px !important;
  margin: 0 !important;
  text-align: left;
  -webkit-appearance: none;
  transition: background 0.2s ease;
}

.input-button .button:hover {
  background: #006bbd !important;
}

.input-button .icon-right {
  font-size: 18px;
  position: absolute;
  color: #fff;
  top: 13px;
  right: 24px;
  margin: 0;
}

.input-button .icon-google,
.input-button .icon-facebook {
  font-size: 18px;
  float: right;
  line-height: 18px;
}

.form-row a {
  float: right;
  font-size: 12px;
}

.form-row input {
  float: left;
}

.input-card input:focus {
  box-shadow: none;
  border: 1px solid #007ddd;
}

.input-card-label {
  margin: 0 0 8px;
  float: left;
  font-size: 15px;
  line-height: inherit;
  font-weight: 400;
  color: #8b94a8;
  width: 100%;
}

.answers .input-card-label {
  margin: 24px 16px 8px;
}

.input-card .button {
  float: right;
  margin: 0;
  height: 32px;
  margin: 8px 8px 8px 8px;
  padding: 8px 16px;
  background: #007ddd;
  border: 1px solid #007ddd;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
}

.input-card .button:hover {
  background: #006bbd;
}

.input-card .input-body {
  padding: 8px 8px 8px 16px;
  line-height: 32px !important;
  float: left;
  font-weight: 400;
  width: auto;
  color: #123965;
}

.input-card .input-body span {
  display: none;
}

.input-card .card-thumb {
  height: 48px;
  width: 48px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  background-size: cover !important;
  float: left;
}

.input-card .input-body input {
  width: 100%;
  color: #123965;
  font-weight: 400;
  padding: 8px 0 !important;
  cursor: pointer;
}

.input-card .input-body .error {
  float: left;
  color: #D24040;
  width: 100%;
  background: #FFD6DB;
  border-radius: 3px;
  padding: 4px 12px;
  margin: 8px 0;
}

.input-card .input-body select {
  margin: 8px 0 8px -8px;
  padding: 0;
  background: none;
  border: none;
  color: #123965;
  font-weight: 400;
  font-size: 14px;
}

.input-card .input-body input::-webkit-input-placeholder {
  color: #8b94a8;
}

.input-card .chosen-container {
  width: 100% !important;
  min-height: 50px;
}

.input-card .chosen-container-multi .chosen-choices {
  border: none;
}

.input-card .chosen-container-multi .chosen-choices li.search-field input[type=text] {
  width: 100% !important;
  height: 50px;
  margin: 0;
  padding: 8px 16px !important;
  font-size: 15px;
  line-height: inherit;
  font-weight: 300;
  color: #8b94a8;
}

.input-card .chosen-container-multi .chosen-choices li.search-choice {
  margin: 8px 0 8px 16px !important;
}

.input-check-box {
  width: 100%;
  float: left;
}

.input-check-box input {
  float: left;
  margin: 8px 8px 0px 0;
  height: 20px;
  width: 20px !important;
}

.input-check-box label {
  float: left;
  color: #123965;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
}

input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: inherit;
}

/* @end input cards */
/* @group Card inputs */
.card .label,
.card #label {
  margin: 0 0 8px;
  float: left;
  font-size: 15px;
  line-height: inherit;
  font-weight: 400;
  color: #004579;
  width: 100%;
}

.card .input,
.card textarea.fsField,
.card input.fsField {
  border: #e7ebef 1px solid;
  border-radius: 3px !important;
  margin: 0 0 24px 0;
  width: 100%;
  box-shadow: none !important;
  font-size: 16px !important;
  font-weight: 400;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  padding: 0 16px 0 16px !important;
  height: inherit !important;
  color: #123965 !important;
  -webkit-appearance: none;
  transition: 0.2s all !important;
}

.card select.fsField {
  margin: 0 0 24px 0;
  width: 100%;
  box-shadow: none !important;
  font-size: 16px !important;
  line-height: 24px;
  font-weight: 400;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  height: 52px;
  color: #123965 !important;
  -webkit-appearance: none;
  transition: 0.2s all !important;
}

.card .input:hover,
.card .fsField:hover,
.card .input:focus,
.card .fsField:focus {
  border: #007ddd 1px solid !important;
}

.card .fsRowBody.fsCell.fsFieldCell.fsLabelVertical.fsValidationError {
  border: none !important;
  padding: 12px !important;
  margin: 0 -12px !important;
}

.card .fieldset-content label.fsOptionLabel.vertical {
  clear: both;
  cursor: pointer;
  transition: 0.2s all !important;
}

.card .fieldset-content label.fsOptionLabel.vertical:hover {
  color: #007ddd;
}

.card .fieldset-content label.fsOptionLabel.vertical input {
  padding: 0 !important;
}

.card .fieldset-content label.fsOptionLabel.vertical input:hover {
  border: none !important;
  cursor: pointer;
}

.card select.input {
  height: 40px;
  -webkit-appearance: none;
}

.card label.fsSupporting {
  margin-top: -18px;
  height: 36px;
}

.card .fsBody .fsRowBody.fsFieldCell,
.card .fsBody .fsRowBody.fsLabelVertical,
.card .fsCell.fsFieldCell.fsFirst.fsLast {
  margin: 0 0 -16px 0 !important;
  padding: 0 !important;
}

.card .fsBody,
.card .fsForm {
  padding: 0 !important;
  margin: 0 !important;
}

.card .fsSubmit {
  padding: 0 !important;
  margin: 0 !important;
}

.card input.fsSubmitButton {
  display: inline-block !important;
  padding: 0.75em 1.5em 0.85em;
  border-radius: 3px !important;
  line-height: 1em;
  font-weight: 600;
  text-decoration: none !important;
  transition: all 0.2s ease;
  -webkit-appearance: none;
  outline: none !important;
  background: #007ddd !important;
  color: white !important;
  border: 2px solid #007ddd !important;
  box-shadow: 0 2px 4px rgba(0, 91, 161, 0.43) !important;
  font-size: 15px !important;
  float: left;
}

.card input.fsSubmitButton:hover,
.card input.fsSubmitButton:active {
  background: #006bbd !important;
  border-color: #006bbd !important;
}

.card input.fsSubmitButton:active {
  transform: translate(0px, 1px);
  transition: 0.05s all !important;
  box-shadow: 0 0 transparent !important;
}

.card .fsBody .fsRequiredMarker {
  display: none;
}

/* @end card inputs */
/* @group New cards */
.card.post,
.card.answer,
.card.question,
.card.type,
.card.project,
.card.location,
.card.photo,
.card.contractor,
.card.pro {
  width: calc(100% - 32px);
  flex-basis: calc(33.333% - 32px);
  flex-shrink: 0;
  padding: 24px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 16px;
}

.ie11 .card.post,
.ie11 .card.type,
.ie11 .card.project,
.ie11 .card.location,
.ie11 .card.photo,
.ie11 .card.contractor,
.ie11 .card.pro {
  flex-basis: calc(33.333% - 80px);
}

@media (min-width: 1292px) {
  .card.type,
.card.photo,
.card.contractor {
    flex-basis: calc(25% - 32px);
  }

  .ie11 .card.type,
.ie11 .card.photo,
.ie11 .card.contractor {
    flex-basis: calc(25% - 80px);
  }
}
@media (max-width: 1006px) {
  .card.type,
.card.photo,
.card.contractor,
.card.pro {
    flex-basis: calc(50% - 32px);
  }

  .ie11 .card.type,
.ie11 .card.photo,
.ie11 .card.contractor,
.ie11 .card.pro {
    flex-basis: calc(50% - 80px);
  }
}
@media (max-width: 575px) {
  .card.type,
.card.photo,
.card.contractor,
.card.pro {
    flex-basis: calc(100% - 32px);
  }

  .ie11 .card.type,
.ie11 .card.photo,
.ie11 .card.contractor,
.ie11 .card.pro {
    flex-basis: calc(100% - 80px);
  }
}
.card.review {
  padding: 24px;
}

.card-header {
  position: relative;
  padding: 16px;
  height: auto;
  overflow: hidden;
  height: 116px;
}

.card-body {
  padding: 16px;
  word-wrap: break-word;
}

.card-header-meta {
  display: flex;
  width: 100%;
  margin: 0 0 16px 0;
}

.card-avatar-cont {
  display: block;
  float: left;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
  align-self: center;
}

.card-avatar {
  width: 30px;
  height: 30px;
  margin: 0 16px 0 0;
  transition: all 0.2s ease;
  border-radius: 50%;
  float: left;
}

@media (max-width: 575px) {
  .card-avatar {
    width: 26px;
    height: 26px;
    margin: 0 8px 0 0;
  }
}
.card-avatar img {
  width: 100%;
}

.card-avatar.large {
  flex: none;
  height: 56px;
  width: 56px;
  overflow: hidden;
}

.card.pro .card-avatar.large {
  height: 46px;
  width: 46px;
}

.card-avatar.avatar-logo {
  border-radius: 3px;
}

.card.project .card-avatar-cont:after {
  position: absolute;
  top: 23px;
  left: 23px;
  width: 10px;
  height: 10px;
  content: "";
  display: block;
  border-radius: 100%;
  background: #123965;
}

.card-avatar-cont:hover .card-avatar {
  filter: brightness(0.8);
}

.card-name {
  width: calc(100% - 46px);
  min-height: 56px;
  float: left;
  display: flex;
  color: #004579;
}

.card.pro .card-name {
  min-height: 46px;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

.card.pro .card-name h3 {
  align-self: flex-start;
  max-width: 100%;
  line-height: 1.3;
}

.card.pro .card-name h3 a {
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
}

.card-name.large {
  width: calc(100% - 72px);
  align-self: flex-start;
}

.card.pro .card-context {
  font-size: 12px;
  color: rgba(139, 148, 169, 0.56);
  font-weight: 500;
}

.card-date {
  width: auto;
  max-width: 25%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  height: 24px;
  line-height: 1.2;
  color: #8B94A9;
  float: right;
  text-align: right;
  font-size: 14px;
  color: rgba(139, 148, 169, 0.6);
  height: auto;
}

.card.review .card-date {
  max-width: 100%;
}

.card.endorsement .card-date,
.card.post .card-date {
  max-width: 35%;
}

@media (max-width: 500px) {
  .card-date {
    font-size: 12px;
  }

  .card.review .card-date {
    margin-top: 4px;
    width: 100%;
  }
}
.card-name h3 {
  font-size: 20px;
  font-size: 22px;
  padding-right: 4px;
  line-height: 1.2;
  align-self: center;
  font-weight: 600;
}

.card-meta {
  width: 100%;
  position: relative;
  font-size: 13px;
  color: #8B94A9;
  margin-top: 16px;
  overflow: visible;
  font-weight: 500;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.card-meta div {
  line-height: inherit;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
  margin-bottom: 4px;
}

.card-meta gq-skills {
  line-height: inherit;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
  margin-top: 4px;
}

.card-meta div.meta-location,
.card-meta div.meta-company {
  width: auto;
  margin-right: 16px;
}

.card-meta a {
  color: #8B94A9;
}

.card-meta a:hover {
  color: #007ddd;
}

.card-meta div:last-of-type {
  margin-bottom: 0px;
}

.card-meta div span.icon {
  font-size: 14px;
  margin: 0 4px 0 0;
  color: #8B94A9;
  vertical-align: -2px;
}

.card-thumbs {
  width: 100%;
  max-width: 320px;
  height: 60px;
  display: block;
  margin-top: 16px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.card-thumbs .img {
  width: 30%;
  height: 100%;
  border-radius: 3px;
  background-size: cover;
}

.card-context {
  display: flex;
  justify-content: space-between;
  width: 100%;
  overflow: hidden;
  flex-wrap: nowrap;
  margin: 0;
}

.card-context--reivew {
  overflow: visible;
}

@media (max-width: 500px) {
  .card.review .card-context {
    flex-wrap: wrap;
  }
}
.card-context .context-left {
  display: flex;
  flex-grow: 1;
  flex-shrink: 0;
  line-height: initial;
}

.card-stars {
  display: inline-block;
  width: 141px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: right;
  margin: 16px 0 0 0;
  background-image: url(/img/profile/stars/star-avg-5.png);
  background-size: contain;
}

.card .card-context .card-name {
  min-height: 30px;
  width: auto;
}

.card .card-context .card-name h3 {
  font-size: 16px;
  font-weight: 600;
}

.card .card-context .card-name.appearance-context {
  flex-wrap: wrap;
}

.card .card-context .card-name.appearance-context h3 {
  width: 100%;
}

.card .card-context .card-name.appearance-context .appearance-line {
  font-size: 12px;
  color: rgba(139, 148, 169, 0.75);
  font-weight: 500;
}

.card .card-context .card-name.appearance-context .appearance-line .icon {
  font-size: 9px;
  margin: 0 4px 0 0;
}

.card-name a h3,
.card-name h3 a {
  cursor: pointer;
  color: #004579;
}

.card-name a:hover h3,
.card-name h3 a:hover {
  color: #007ddd;
}

.card-rating {
  margin: 16px 0 0 0;
  width: 100%;
  bottom: 0;
  white-space: nowrap;
}

.card-rating .rating-stars {
  float: left;
  width: 90px;
  margin: 0 8px 0 0;
}

.card-rating .rating-stars img {
  max-width: 100%;
}

.card-rating .rating-text {
  font-size: 12px;
  font-weight: 500;
  padding: 0 16px 0 0;
  line-height: 17px;
  color: #8B94A9;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.card-img-cont {
  cursor: pointer;
  background-size: cover;
  width: calc(100% + 48px);
  height: 200px;
  margin: 16px -24px 0;
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  overflow: hidden;
}

.card-img-cont .card-img {
  position: relative;
  height: 100%;
  width: 100%;
  transition: all 0.2s;
  transform: scale(1, 1);
  background-size: cover;
}

.card-img-cont .before {
  position: absolute;
  bottom: 0;
  opacity: 0.5;
  font-size: 1em;
  width: 100%;
  text-align: center;
  z-index: 10;
  color: #FFFFFF;
  text-shadow: 2px 2px 8px #000000;
  cursor: pointer;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
}

.card-img-cont:hover .card-img {
  transform: scale(1.25, 1.25);
}

.ios .card-img-cont:hover .card-img,
.android .card-img-cont:hover .card-img {
  transform: none;
}

.card-actions {
  width: 100%;
  margin: 8px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  float: left;
}

.card-actions .button {
  display: flex;
  float: left;
  height: 32px;
  border: 1px solid #e7ebef;
  font-size: 12px;
  padding: 0;
  margin: 8px 8px 0 0;
  color: #8B94A9;
  transition: all 0.2s ease;
  position: relative;
}

.card-actions .button.disabled,
.card-actions .button[disabled] {
  background-color: rgba(139, 148, 169, 0.32) !important;
  border: 1px solid rgba(139, 148, 169, 0) !important;
  box-shadow: none;
  cursor: default;
}

.card-actions .button:hover {
  color: #007ddd;
  border: 1px solid #007ddd;
}

.card-actions .button.right {
  margin: 8px 0 0 0;
}

.card-actions .button.primary {
  color: #fff;
  background: #007ddd;
  border: 1px solid #007ddd;
}

.card-actions .button.primary:hover {
  background: #006bbd;
  border: 1px solid #006bbd;
}

.card-actions .button.checked {
  color: #8B94A9 !important;
  background: rgba(139, 148, 169, 0.05);
  box-shadow: inset 0px 0px 5px -1px rgba(0, 0, 0, 0.15);
  border: 1px solid #E1EAF3;
}

.card-actions .button.checked.no-click:hover {
  color: #8B94A9 !important;
  background: #E1EAF3;
  cursor: default;
  border: 1px solid #E1EAF3;
}

.card-actions .button.active {
  color: #007ddd;
  background: none;
  border: 1px solid #007ddd;
}

.card-actions .button.active:hover {
  background: none;
  border: 1px solid #006bbd;
}

.card-actions .button .active-show,
.card-actions .button.active .active-hide {
  display: none;
}

.card-actions .button .active-hide,
.card-actions .button.active .active-show {
  display: inline-block;
}

.card.photo .favorite-photo-link.checked:hover,
.card-actions .button.checked:hover {
  color: #007ddd !important;
  background: none;
  border: 1px solid #007ddd;
  overflow: hidden;
}

.card-actions .button div {
  padding: 8px 12px;
  white-space: nowrap;
  position: relative;
  line-height: 14px;
}

.card-actions .button div .icon {
  width: 17px;
  height: 1px;
  font-size: 15px;
  position: relative;
  display: inline-block;
  content: "";
}

.card-actions .button div .icon.icon-answers,
.card-actions .button div .icon.icon-share {
  width: 20px;
}

.card-actions .button div .icon:before {
  position: absolute;
  top: -10px;
}

.card-actions .button div .icon.after:before {
  position: absolute;
  top: -10px;
  right: -1px;
}

.card-actions .button div.metric {
  padding: 8px 8px;
  border-left: 1px solid #e7ebef;
  transition: border 0.2s ease;
}

.card-actions .button div.metric .spacer {
  padding: 0 !important;
  position: relative;
  height: 0;
  width: 0;
  top: 0;
}

.card-actions .button div.metric .spacer:before {
  content: "";
  position: absolute;
  left: -9px;
  top: -9px;
  height: 32px;
  width: 1px;
  z-index: 10;
  background: #e7ebef;
  transition: background 0.2s ease;
}

.pro.card .card-actions .button div.metric .spacer:before {
  top: -8px;
}

.card-actions .button.checked div.metric .spacer:before,
.card-actions .button.primary div.metric .spacer:before {
  background: rgba(139, 148, 169, 0.1);
}

.card-actions .button.checked.endorsed div.metric .spacer:before {
  background: rgba(255, 255, 255, 0);
}

.card-actions .button:hover div.metric .spacer:before {
  background: #007ddd;
}

.card-actions .button.checked.primary:hover div.metric .spacer:before {
  background: #007ddd;
}

.card-actions .button.primary:hover div.metric .spacer:before {
  background: #ffffff;
}

.card-actions .pros {
  max-width: 112px;
  height: 32px;
  margin: 8px 24px 0 0;
  overflow: hidden;
  cursor: pointer;
}

.card-actions .pros a {
  float: left;
}

@media (max-width: 450px) {
  .pro.card .card-actions .button-content--desktop {
    display: none;
  }

  .card.pro .card-actions .pros {
    max-width: 58px;
  }
}
.card-actions .pros a:after {
  position: absolute;
  cursor: pointer;
  width: 24px;
  height: 24px;
  margin: 4px -24px;
  opacity: 0;
  border-radius: 50%;
  content: "";
  background: #000000;
}

.card-actions .pros a:hover:after {
  opacity: 0.2;
}

.card-actions .pros img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  float: left;
  margin: 4px 0 4px 4px;
  cursor: pointer;
}

.card-actions .button.checked .check-hide {
  display: none !important;
}

.card.type {
  position: relative;
  height: 100px;
  padding: 0;
}

.card.type .type-title {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  padding: 16px;
  font-size: 18px;
  font-weight: 500;
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.45);
}

.card-description {
  width: 100%;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  color: #434957;
  color: rgba(18, 57, 101, 0.9);
  margin: 16px 0 0 0;
}

.card-description a {
  color: #004579;
  cursor: pointer;
}

.card-description a:hover {
  color: #007ddd;
}

.card-description ol {
  padding-left: 24px !important;
}

.card.type .type-image {
  background-image: url("/img/types-of-work/default.jpg");
  position: absolute;
  height: 100%;
  width: 100%;
  transition: all 0.2s;
  transform: scale(1, 1);
  background-size: cover;
}

.card.type:hover .type-image {
  transform: scale(1.25, 1.25);
}

.card.type .type-fade {
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.67) 0%, rgba(0, 0, 0, 0.38) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.25) 70%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.25) 50%, transparent 100%);
}

.card-actions .pop-menu {
  display: block;
  position: relative;
  font-size: 16px;
  color: #8B94A9;
  padding: 0 12px;
  margin-left: -16px;
  margin-top: 8px;
  line-height: 32px;
  transition: all 0.2s ease;
}

.card-actions .pop-menu:hover {
  color: #007ddd;
}

.card-actions .pop-menu .icon-close {
  display: none;
}

.card-actions .pop-menu.open .icon-close {
  display: inherit;
  font-size: 12px;
  transform: translateX(3px);
}

.card-actions .pop-menu.open .icon-dots-menu {
  display: none;
}

.card-actions .pop-menu .drop-down {
  display: none;
}

.card-actions .pop-menu.open .drop-down {
  z-index: 2000;
  display: block;
  padding: 8px 16px !important;
  right: 0;
  top: -100%;
  margin: -14px -8px 0 0;
}

.card-actions .pop-menu.open .drop-down ul {
  margin-bottom: 0px !important;
}

.card-actions .pop-menu.open .drop-down a {
  color: #8B94A9;
}

.card-actions .pop-menu.open .drop-down a:hover {
  color: #007ddd;
}

/* Top pop menu */
.card-date .pop-menu {
  display: block;
  font-size: 13px;
  color: #8B94A9;
  position: relative;
  margin-left: 12px;
  transition: all 0.2s ease;
}

.card-date .pop-menu:hover {
  color: #007ddd;
}

.card-date .pop-menu .icon-close {
  display: none;
}

.card-date .pop-menu.open .icon-close {
  display: inherit;
  font-size: 12px;
}

.card-date .pop-menu.open .icon-dots-menu {
  display: none;
}

.card-date .pop-menu .drop-down {
  display: none;
}

.card-date .pop-menu.open .drop-down {
  z-index: 2000;
  display: block;
  padding: 8px 16px !important;
  right: -1px;
  top: 10px;
}

.card-date .pop-menu.open .drop-down ul {
  margin-bottom: 0px !important;
}

.card-date .pop-menu.open .drop-down a {
  color: #8B94A9;
}

.card-date .pop-menu.open .drop-down a:hover {
  color: #007ddd;
}

/* Top pop menu */
.small-cards .card.project,
.small-cards .card.contractor,
.small-cards .card.pro {
  display: block;
}

.small-cards .card-spacer {
  height: 12px;
}

.small-cards .card.pro .card-name,
.small-cards .card.project .card-name,
.small-cards .card.contractor .card-name {
  min-height: 24px;
  width: calc(100% - 72px);
  margin-top: 4px;
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.small-cards .card.pro .card-name {
  margin-top: 0;
  margin-bottom: 0;
}

.small-cards .card.pro .card-name h3,
.small-cards .card.project .card-name h3,
.small-cards .card.contractor .card-name h3 {
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: inherit;
  overflow: hidden;
}

.small-cards .card.pro .card-meta,
.small-cards .card.project .card-meta,
.small-cards .card.contractor .card-meta {
  width: calc(100% - 74px);
  margin-top: 0;
  height: 20px;
  float: left;
}

.small-cards .card.pro .card-meta {
  height: auto;
}

.small-cards .card.pro .card-meta div:first-of-type,
.small-cards .card.project .card-meta div:first-of-type,
.small-cards .card.contractor .card-meta div:first-of-type {
  margin-top: 0;
}

.small-cards .card-rating {
  float: left;
}

.small-cards .card.pro .meta-location,
.small-cards .card.project .meta-location,
.small-cards .card.contractor .meta-location,
.small-cards .card-thumbs {
  display: none;
}

.small-cards .card.pro .meta-company {
  display: none;
}

/* @end new cards */
/* @group Category nav */
ul.category-nav {
  width: calc(100% - 32px);
  display: flex;
  justify-content: center;
  margin: 24px 16px 0;
  flex-wrap: wrap;
}

.category-nav li {
  flex-shrink: 0;
  margin: 4px 0;
}

.category-nav li a {
  color: #98a5af;
  margin: 0 4px;
  font-size: 13px;
  line-height: 27px;
  font-weight: 500;
  border-radius: 60px;
  padding: 6px 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.category-nav.light li a {
  color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 736px) {
  .category-nav li a {
    margin: 0 2px;
    padding: 6px 11px;
  }
}
.category-nav.light li a.active,
.category-nav.light li a:hover,
.category-nav a:hover,
.category-nav a.active {
  background: #007ddd;
  color: #fff;
}

.category-nav a.active:hover {
  background: #006bbd;
}

/* @end category nav */
/* @group Photo cards */
.card.photo {
  padding: 16px 24px 16px;
  transition: all 0.2s ease;
  width: 100%;
}

.wide-cards .card.photo .card-img-cont {
  height: 400px;
}

/* Temp card like overides until we can use card-actions everywhere */
.card.photo .favorite-photo-link.checked,
.card.photo .favorite-photo-link.checked::before {
  color: #8B94A9 !important;
  display: flex;
}

/* @end photo cards */
/* @group Pop-ups */
.pop-up-cont {
  opacity: 1;
  transition: opacity 0.2s ease;
  width: 100%;
  height: 100%;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  z-index: 6000;
  transition: opacity 0.3s ease;
}

.pop-up-cont.hide {
  visibility: hidden;
  opacity: 0;
}

.pop-up-overlay {
  background: #0b0b0b;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1100;
}

.pop-up-card {
  display: flex;
  background: #fff;
  border-radius: 3px;
  text-align: center;
  position: relative;
  width: calc(100% - 64px);
  max-width: 850px;
  max-height: calc(100% - 48px);
  margin: 16px 8px;
  padding: 48px;
  overflow-y: auto;
  box-shadow: 0 0 22px rgba(0, 8, 27, 0.17);
  z-index: 1200;
  flex-shrink: 0;
  flex-direction: column;
  cursor: default !important;
  transform: none !important;
}

.mfp-wrap .pop-up-card {
  margin: 16px auto;
}

@media (max-width: 900px) {
  .pop-up-card {
    width: calc(100% - 16px);
    padding: 48px 24px;
    margin: 8px;
  }
}
.pop-up-card h3 {
  font-size: 40px;
  font-family: "Sentinel A", "Sentinel B", "Besley", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.2;
  color: #004579;
  margin: 0 0 24px;
  font-weight: 600;
  flex-shrink: 0;
}

.pop-up-card h4 {
  font-size: 20px;
  line-height: 1.2;
  color: #004579;
  margin: 16px 0 8px;
  font-weight: 600;
  flex-shrink: 0;
}

.pop-up-card p {
  font-size: 20px;
  margin: 0 0 24px;
  color: #8B94A9;
  font-weight: 300;
  margin-bottom: 6px;
  flex-shrink: 0;
}

@media (max-width: 500px) {
  .pop-up-card h3 {
    font-size: 30px;
  }

  .pop-up-card p {
    font-size: 16px;
  }
}
.pop-up-card .button {
  -webkit-appearance: none;
  margin: 32px 0 16px;
  box-shadow: none;
  font-size: 16px;
  display: flex;
  align-self: center;
  flex-shrink: 0;
}

/* @end Pop-ups */
/* @group Drop-downs */
.drop-down {
  background: #fff;
  padding: 16px 24px 8px 22px !important;
  margin: 8px 0 0 0;
  position: absolute;
  right: 0;
  border-radius: 3px;
  display: block;
  list-style-type: none;
  z-index: 4000;
  color: #123965;
  box-shadow: 0 0 16px rgba(48, 58, 76, 0.2) !important;
  -moz-box-shadow: 0 0 16px rgba(48, 58, 76, 0.2) !important;
}

.drop-down-overlay {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 3900;
  top: 0;
  left: 0;
}

.drop-down ul {
  list-style-type: none;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
  margin-bottom: 12px !important;
  padding-left: 0;
}

/* @end Drop-downs */
/* @group Header */
.section-actions {
  text-align: center;
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 8px 0 48px 0;
}

@media (min-width: 1024px) {
  .tag-line {
    height: 40px;
    line-height: 31px;
  }

  .tag-line .skill-total {
    line-height: 31px;
  }
}
.screen-actions {
  height: 50px;
  padding: 0 16px;
  z-index: 0;
  font-size: 14px;
}

.header-meta {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 0 0 46px;
}

.header-meta .meta-container {
  display: flex;
  align-items: center;
  justify-content: left;
  width: 640px;
  max-width: 100%;
  padding: 0 36px;
}

.header-meta .meta-avatar {
  width: 95px;
  height: 95px;
  min-width: 95px;
  min-height: 95px;
  float: left;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.17);
  margin: 0 24px 0 0;
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.25);
}

.header-meta .meta-title {
  color: #fff;
  font-size: 32px;
  line-height: 1em;
  text-align: left;
  margin: 0px;
  text-align: left;
  font-family: "Sentinel A", "Sentinel B", "Besley", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 600;
  margin-bottom: 6px;
}

.header-meta .meta-stats {
  float: left;
  margin-bottom: 10px;
}

.header-meta .meta-stats p {
  margin-bottom: 0px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
}

.screen-actions .action-icon {
  width: inherit;
  height: inherit;
  color: white;
  height: 50px;
  cursor: pointer;
  float: right;
}

.screen-header .back-button.hide {
  display: none;
}

.screen-header .actions-button {
  margin: 11px 0 0 12px;
}

.actions-left {
  float: left;
}

.actions-right {
  position: absolute;
  right: 16px;
  height: 50px;
}

.back-button {
  color: #fff;
  opacity: 0.5;
}

.back-button:before {
  vertical-align: -7px !important;
  margin-right: 6px !important;
}

.back-button:hover {
  color: #fff;
  text-decoration: none;
}

.action-icon {
  color: #123965;
  width: 25px;
  text-align: center;
  line-height: 50px !important;
  height: 50px;
  display: inline-block;
  font-weight: 500;
}

.search-actions .action-icon {
  margin: 0 6px 0 0;
}

.search-actions .search-close {
  color: #828a9f;
}

.search-actions .search-close:hover {
  color: #007ddd;
}

.action-icon a,
.action-icon:hover a,
.action-icon:hover {
  color: #8b94a8;
}

.action-icon a {
  position: relative;
  pointer-events: none;
  display: inline-block;
}

.action-icon.endorsed a,
.card-action:active a {
  color: #007ddd;
}

.action-icon:active a {
  transform: scale(0.8) !important;
}

/*.action-icon:hover a {
  transform: scale(1.3) !important;
}

.fab .action-icon:hover {
  transform: scale(1.1) !important;
}*/
.screen-actions .action-icon:hover {
  text-decoration: none !important;
  color: white;
}

.screen-actions .action-icon:before {
  font-size: 24px;
  vertical-align: -7px;
}

.header-background .background-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover !important;
  background-color: #5c6b78 !important;
  width: calc(100% + 400px);
  height: 800px;
  margin: -100px;
  position: absolute;
}

.header-background .background-fade {
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
}

.header-background .background-fade-bottom {
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.55) 55%, rgba(0, 0, 0, 0) 100%);
}

.header-image .header-background .background-fade-bottom,
.header-image .header-background .background-fade {
  display: inherit;
}

#map-canvas:after,
#map-cont:after {
  position: absolute;
  z-index: 1000;
  width: 100%;
  height: 15px;
  top: -15px;
  content: "";
  box-shadow: 0 0 15px rgba(64, 75, 93, 0.4);
  -moz-box-shadow: 0 0 15px rgba(64, 75, 93, 0.4);
  -webkit-animation: fadein 10s;
          animation: fadein 10s;
}

@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.card #map-canvas:after,
.card .map-canvas:after {
  display: none;
}

.map-lock .uni-footer-latest {
  box-shadow: 0 0 15px rgba(64, 75, 93, 0.5);
  -moz-box-shadow: 0 0 15px rgba(64, 75, 93, 0.5);
}

/* @end Header */
/* @group Avatar styles */
.avatar-row a {
  padding: 8px;
  width: 100%;
  border-radius: 3px;
  display: flex;
  justify-content: flex-start;
  outline: none !important;
}

.avatar-row a:hover {
  background: rgba(139, 148, 169, 0.1);
}

.avatar-row a .avatar {
  height: 34px;
  width: 34px;
  border-radius: 50%;
  margin: 0 12px 0 0;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.avatar-row a .avatar-cont {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  height: 34px;
  width: 34px;
  background: #fff;
  z-index: 20;
  overflow: hidden;
  transition: all 0.2s ease;
  display: flex;
  justify-content: center;
  align-content: center;
}

.avatar-row a .avatar-cont img {
  align-self: center;
}

.avatar-row a .avatar-cont:hover {
  opacity: 0.8;
}

.avatar-row a .avatar:hover .avatar-bg {
  background: #000;
}

.avatar-row a .avatar .avatar-bg {
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  height: 34px;
  width: 34px;
}

.avatar-row a .avatar-labels {
  width: calc(100% - 46px);
  display: flex;
  flex-wrap: wrap;
}

.avatar-row a .avatar-labels .avatar-name {
  width: 100%;
  color: #004579;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  padding: 2px 0 0 0;
}

.avatar-row a .avatar-labels .avatar-link {
  width: 100%;
  color: #7F89A0;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
}

/* @end avatar styles */
/* @group Search */
.search-button {
  color: #fff;
  background: #007ddd;
  border: 2px solid #007ddd;
  border-radius: 4px;
  margin: 12px 0;
  padding: 0 12px;
  display: inline-block;
  line-height: 33px;
  height: 36px;
  float: right;
  cursor: pointer;
}

.search-button:hover {
  background: #0184d6;
  border-color: #0184d6;
}

.search:before {
  width: 36px;
  height: 50px;
  display: inline-block;
  font-size: 20px !important;
  line-height: 50px !important;
  position: absolute;
  content: "?";
  color: #8b94a8;
}

.search.searching:before {
  color: #007ddd;
}

.search-field {
  display: inline-block;
  width: calc(100% - 150px);
  height: 50px;
  padding: 1px 0 0 30px !important;
  float: left;
  background: transparent;
  margin: 0px;
  border-radius: 3px;
  font-size: 14px !important;
  position: absolute;
}

/* .search-field {
   display: inline-block;
   width: calc(100% + 16px);
   font-size: 1em !important;
   height: 48px;
   padding: 0 0 1px 40px !important;
   float: left;
   background: transparent;
   margin: 8px -8px 8px -8px;
   border-radius: 3px;
   font-size: 16px !important;
   position: absolute;
 }*/
.search-field:hover,
.search-field:active,
.search-field:focus {
  /*  background: #f6f6f6;
  -moz-box-shadow: inset 0 1px 1px rgba(129, 138, 150, 0.5);
  box-shadow: inset 0 1px 1px rgba(129, 138, 150, 0.5);*/
  color: #113865 !important;
  outline: 0;
}

.search:hover:before,
.search:active:before,
.search:focus:before {
  color: #007ddd;
}

.searching .search-field {
  width: calc(100% - 105px);
}

.search-actions {
  float: right;
  display: inline-block;
  height: 50px;
  text-align: right;
  list-style: none !important;
  padding-top: 2px !important;
}

.inline-search-actions {
  display: inline-block;
  float: left;
  margin-left: 12px;
}

.search-actions .tab-button {
  font-size: 20px;
  display: inherit;
  color: #8b94a8;
}

.search-actions .suggested.tab-button,
.search-actions .endorsed.tab-button {
  margin: 0;
  padding: 0;
}

.search-actions .tab-button.endorsed {
  color: #007ddd;
}

.search-actions .tab-button.suggested:hover {
  color: #007ddd;
}

.search-actions .tab-button.endorsed:hover {
  color: #123965;
}

.search-actions .tab-button.active {
  display: none;
}

.searching .tab-button {
  display: none !important;
}

/* @end Search */
/* @group Inputs  */
textarea.input-field,
input.input-field {
  background: #fff;
  border-radius: 3px;
  border: solid 1px #8B94A9;
  box-shadow: none;
  font-size: 16px !important;
  line-height: 16px;
  padding: 7px 12px !important;
  margin: 0;
  color: #123965;
  outline: 0;
  width: 175px;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

textarea.input-field::-webkit-input-placeholder,
input.input-field::-webkit-input-placeholder {
  color: #8B94A9;
}

textarea.input-field:hover,
textarea.input-field:focus,
input.input-field:hover,
input.input-field:focus {
  border-color: #007ddd;
  box-shadow: none;
  outline: none;
}

@media (max-width: 736px) {
  input.input-field {
    width: 100%;
  }
}
/* @end Inputs  */
/* @group Header navigation */
.header-navigation {
  width: 100%;
  min-height: 50px;
  background: #fff !important;
  z-index: 4000;
  box-shadow: 0 0 7px rgba(1, 2, 2, 0.19);
}

.header-navigation .container {
  padding: 0 16px;
  position: relative;
  display: flex;
  flex-wrap: wrap-reverse;
  justify-content: space-between;
}

.actions-container {
  flex-grow: 0;
  display: flex;
  justify-content: center;
  position: relative;
}

.tabs-container {
  flex-grow: 0;
  display: flex;
  justify-content: center;
  position: relative;
  overflow: hidden !important;
  height: 50px;
}

.actions-container.centered,
.tabs-container.centered {
  flex-grow: 1;
}

.tabs-scroll-box {
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -moz-overflow-scrolling: touch;
  overflow-scrolling: touch;
  height: 75px;
  /*  padding-right: 50px;*/
}

/*.tab-overlay {
  position: absolute;
  right: 0;
  height: 50px;
  width: 50px;
  z-index: 200;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}*/
.tab-button {
  display: inline-block;
  text-align: center;
  font-size: 14px;
  color: #8B94A9;
  padding: 15px 4px 0px;
  height: 50px;
  font-weight: 600;
}

.tab-button:first-of-type {
  padding-left: 0;
}

.tab-button:hover {
  cursor: pointer;
  color: #007ddd;
}

.tab-button.active {
  cursor: default;
  color: #007ddd;
}

.tab-button:focus {
  text-decoration: none;
}

.tab-active {
  width: 100%;
  background: none;
  height: 6px;
  margin: 11px 0 0 0;
  padding: 0 8px;
  float: left;
}

.active .tab-active {
  background: #007cdd;
}

/* @end Header navigation */
/* @group Photo perma page */
.photo-perma {
  width: 100% !important;
  display: block;
  height: calc(100vh - 100px);
  background-color: #5c6b78;
  position: relative;
}

.mfp-wrap {
  -ms-overflow-style: -ms-autohiding-scrollbar !important;
}

.mfp-content .photo-perma {
  overflow-y: auto;
}

@media (max-width: 736px) {
  .photo-perma {
    height: 100%;
  }
}
.photo-perma .photo-cont {
  position: absolute;
  width: calc(100% - 400px);
  height: 100% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0px;
  bottom: 0;
  margin: 0 !important;
  background-color: #5c6b78;
  overflow: hidden !important;
}

@media (max-width: 736px) {
  .photo-perma .photo-cont {
    position: relative !important;
    display: inline !important;
    width: calc(100% - 400px);
  }
}
.photo-perma .photo-bg {
  width: calc(100% + 240px);
  height: calc(100% + 240px);
  display: block;
  position: absolute;
  top: -120px;
  left: -120px;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' ><filter id='blur60'><feGaussianBlur in='SourceGraphic' stdDeviation='60' /></filter></svg>#blur60");
  filter: blur(60px);
  -webkit-backface-visibility: hidden !important;
  background-position: center center !important;
  background-size: cover !important;
  overflow: hidden !important;
}

/* Blur for @2x displays */
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
  .photo-perma .photo-bg {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' ><filter id='blur30'><feGaussianBlur in='SourceGraphic' stdDeviation='1' /></filter></svg>#blur30");
    filter: blur(30px);
  }
}
@media (max-width: 736px) {
  .photo-perma .photo-bg {
    display: none;
  }
}
.photo-perma .photo-cont img {
  display: block;
  box-shadow: 0 0 10px rgba(1, 2, 2, 0.3);
  position: relative;
  z-index: 9;
}

.photo-perma .photo-sidebar {
  width: 400px;
  height: calc(100vh - 100px);
  background: #fff;
  float: right;
  box-shadow: 0 0 7px rgba(1, 2, 2, 0.36);
  padding: 30px 32px 32px;
  z-index: 50;
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
}

.photo-perma .meta-info {
  padding: 0 32px 32px 0;
  margin: 0;
  width: 100%;
  display: flex;
}

.photo-perma .meta-info .meta-avatar {
  background: #fff;
  padding: 16px;
  border-radius: 3px;
  border: 1px solid rgba(138, 147, 167, 0.2);
}

.photo-perma .meta-info .meta-avatar:hover img {
  opacity: 0.8;
}

.photo-perma.meta-body {
  float: left;
  width: 100%;
}

.mfp-bg {
  background: #000;
  opacity: 0.7;
  z-index: 5000 !important;
}

.mfp-wrap {
  z-index: 5001 !important;
}

.mfp-close {
  display: block;
  color: rgba(255, 255, 255, 0) !important;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button.mfp-close:before {
  font-family: "gq3-icons" !important;
  content: "x";
  color: #8B94A9;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  opacity: 1;
  font-size: 20px;
  line-height: 20px;
  border-bottom-left-radius: 3px;
  padding: 16px;
  transition: all 0.3s ease;
  overflow: visible;
}

button.mfp-close:hover::before {
  color: #007ddd;
}

.photo-perma .meta-info .meta-name {
  align-self: center;
  color: #004579;
  font-size: 18px;
  font-weight: 500;
  padding: 0 0 0 16px;
  text-align: left;
}

.photo-perma .meta-info .meta-name:hover {
  color: #007ddd;
}

.photo-perma .meta-title {
  font-size: 18px;
}

.photo-perma .meta-description-container {
  margin: 0 0 28px;
}

.photo-perma .meta-description {
  margin-bottom: 1em;
}

.photo-perma .meta-address {
  width: 100%;
  margin: 0 0 8px 0;
}

.photo-perma .meta-address a {
  color: #8B94A9 !important;
  font-weight: 500;
  transition: color 0.2s ease;
}

.photo-perma .meta-address a:hover {
  color: #007ddd !important;
}

.photo-perma .meta-address .icon {
  position: relative;
  vertical-align: -2px;
}

.photo-perma .meta-address .icon-check-in:before {
  top: -2px;
}

@media (max-width: 736px) {
  .photo-perma .meta-body {
    padding-bottom: 0 !important;
  }
}
.photo-perma .meta-data {
  padding: 0 0 16px 0;
}

.photo-perma .meta-skills {
  margin: 0 0 8px 0;
  width: 100%;
  font-weight: 500;
}

.photo-perma .meta-skills .icon-skills {
  vertical-align: -2px;
  margin-right: 4px;
}

.photo-perma .meta-actions {
  width: 100%;
  margin: 0 0 32px;
  float: left;
  position: relative;
}

.photo-perma .favorite-photo-link::before {
  position: absolute;
  top: -6px;
}

.photo-perma .favorite-photo-link:hover {
  color: #007ddd !important;
}

.photo-perma .listing-image {
  font-size: 14px;
  color: #a29baa;
}

.favorite-photo-link {
  font-size: 22px;
  cursor: pointer;
  transition: 0.2s all;
  transform-origin: 100% 100% !important;
}

.photo-perma .favorite-photo-link {
  color: #8B94A9 !important;
  margin-right: 24px;
}

.favorite-photo-link.checked,
.favorite-photo-link.checked::before {
  color: #dd0038 !important;
  display: inline;
  /*  animation: bouncey 1s ease-in-out !important;*/
}

.favorite-photo-link.checked:hover .favoriteCount,
.favorite-photo-link.checked:hover,
.favorite-photo-link.checked:hover::before,
.favorite-photo-link.checked:hover .favoriteCount {
  color: #007ddd !important;
  /*  animation: bouncey 1s ease-in-out !important;*/
}

.favoriteCount {
  top: -3px;
  position: relative;
}

.favorite-photo-link.checked .favoriteCount {
  color: #dd0038 !important;
}

.photo-sidebar share-button {
  top: 8px;
}

.sb-social {
  left: 162px !important;
  top: 23px !important;
  border-radius: 4px !important;
  overflow: hidden !important;
}

.sb-social li {
  width: 36px !important;
  padding: 6px 0 !important;
}

share-button .sb-social ul li:before,
share-button .sb-social ul li:after {
  transform: translate(-32%, 0) !important;
}

html share-button {
  background: none;
  padding: 0;
  color: #8B94A9;
  font-size: 20px;
  height: 24px;
  width: 24px;
  transition: color 0.2s ease;
  display: inline-block;
  position: absolute !important;
  top: 5px;
  background: transparent !important;
}

html share-button:hover::before {
  color: #007ddd;
}

html share-button:before {
  background: none;
  font-family: "gq3-icons" !important;
  content: '"';
}

.feedback-action share-button {
  margin: 0 24px 0 0;
  display: inline-block !important;
  position: relative !important;
  height: 16px;
}

.photo-perma share-button:before {
  bottom: 7px !important;
}

.mfp-content {
  border-radius: 3px;
  overflow: hidden;
}

.photo-perma .photo-row {
  width: calc(100% + 4px);
}

.photo-perma .photo-row a {
  width: calc(25% - 4px);
  display: inline-block;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}

.photo-perma .photo-row a img {
  display: block;
  width: 100%;
  transition: all 0.2s ease;
}

.photo-perma .photo-cont .before {
  position: absolute;
  bottom: 0;
  opacity: 0.5;
  font-size: 2em;
  width: 100%;
  text-align: center;
  z-index: 10;
  color: #FFFFFF;
  text-shadow: 2px 2px 8px #000000;
  cursor: default;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
}

.photo-row .before {
  position: absolute;
  bottom: 0;
  opacity: 0.5;
  font-size: 1em;
  width: 100%;
  text-align: center;
  z-index: 10;
  color: #FFFFFF;
  text-shadow: 2px 2px 8px #000000;
  cursor: default;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
}

.photo-perma .photo-row a:hover img {
  opacity: 0.6;
}

.photo-perma .section-header {
  display: inline-block;
  text-align: left;
  width: 100%;
  padding: 0;
  margin: 0 0 8px 0 !important;
}

.related-photos-row:last-of-type {
  margin-top: 20px;
}

@media (max-width: 736px) {
  .photo-perma .photo-cont {
    width: 100%;
    position: relative;
    display: block;
    overflow: auto;
    float: left;
    margin: 0;
    min-height: initial;
    margin: 0 !important;
    height: auto !important;
  }

  .photo-perma .photo-sidebar {
    width: 100%;
    overflow-y: inherit;
    height: auto;
    padding: 16px;
  }
}
/* @end photo perma page */
/* @group Contact us page */
.contact-us {
  padding: 72px 0 372px;
}

.contact-form input.fsField,
.contact-form textarea.fsField {
  padding: 16px !important;
}

.contact-form .contact-card {
  width: calc(100% - 32px);
  padding: 32px;
  margin: -300px 16px 0;
  box-shadow: 0 0px 16px rgba(51, 74, 109, 0.2) !important;
}

.contact-form .contact-toggle {
  display: flex;
  background: #f8f8f9;
  border-radius: 3px;
  overflow: hidden;
  margin: 0 0 32px 0;
}

.contact-form .sales,
.contact-form .success {
  display: none;
}

.contact-form .sales.active,
.contact-form .success.active {
  display: inherit;
}

.contact-form .toggle-sales,
.contact-form .toggle-success {
  color: #8B94A9;
  padding: 7px 0;
  border: 1px solid #e7e8e9;
  width: 50%;
  text-align: center;
  flex-shrink: 0;
  cursor: pointer;
}

.contact-form .active.toggle-sales,
.contact-form .active.toggle-success {
  background: #007ddd;
  color: #fff;
  border: 1px solid #007ddd !important;
}

.contact-form .toggle-sales:hover,
.contact-form .toggle-success:hover {
  color: #007ddd;
  border: 1px solid #007ddd;
  transition: border-color 0.2s, color 0.2s;
}

.contact-form .toggle-sales:hover {
  border-right: 1px solid #e7e8e9;
}

.contact-form .toggle-success:hover {
  border-left: 1px solid #e7e8e9;
}

.contact-form .active.toggle-sales:hover,
.contact-form .active.toggle-success:hover {
  cursor: default;
  color: white;
}

.contact-form .card .label,
.contact-form .card .fsLabel,
.contact-form .card label {
  color: #8b94a8 !important;
}

.contact-form .alert {
  margin: 0 0 8px;
  float: left;
  font-size: 15px;
  line-height: inherit;
  font-weight: 400;
  color: #dd0038;
  width: 100%;
}

.gq-info {
  padding: 72px 0;
  text-align: center;
}

.gq-info svg {
  width: 75px;
  height: 74px;
  display: inline-block;
  margin: 0 0 16px;
}

.gq-info h2 {
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 22px;
}

.gq-info p {
  font-size: 14px;
  color: #fff;
  text-align: center;
  font-weight: 400;
}

h3.thank-you-message {
  text-align: center;
  font-size: 24px;
  font-family: "Sentinel A", "Sentinel B", "Besley", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 1.2;
  color: #123965;
  margin: 24px 0 32px;
}

.contact-card p {
  color: #424958;
}

/* @end Contact us page */
/* @group Who we are page */
.who-row {
  padding: 40px 0 56px;
}

.who-cont .copy-mrk-subhead {
  margin: 48px 16px 8px 16px;
  font-size: 34px;
  color: #8b94a8;
  font-weight: 300;
}

.who-cont .copy-mrk-header {
  margin: 16px 16px 56px 16px;
}

.who-cont .copy-mrk-primary {
  font-weight: 400;
  margin: 0px 16px 8px 16px;
}

.who-cont .copy-mrk-secondary {
  margin: 0 16px 36px 16px;
}

/* @end who we are page */
/* @group Simple pages - Terms, Privacy, Password reset, etc */
.simple-page {
  padding: 16px 24px 16px;
}

.simple-page h1 {
  font-family: "Sentinel A", "Sentinel B", "Besley", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 38px;
  line-height: 1.2em;
  padding: 1.25em 0 0.25em;
  margin: 0;
  font-weight: 600;
  color: #004579;
}

.simple-page h2 {
  font-size: 30px;
  line-height: 1.2em;
  padding: 1.25em 0 0.25em;
  margin: 0;
  font-weight: 300;
  color: #004579;
}

.simple-page h3 {
  font-size: 20px;
  line-height: 1.2em;
  padding: 1.25em 0 0.25em;
  margin: 0;
  font-weight: 500;
  color: #004579;
}

.simple-page ul,
.simple-page p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
  padding: 0.5em 0;
  margin: 0;
  color: #434957;
}

.simple-page p.meta {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4em;
  padding: 1em 0;
  margin: 0;
  color: #8b94a8;
}

.simple-page .row {
  padding: 24px 0 24px 0;
}

.container--center-copy {
  text-align: center;
}

.confirmation-img {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 32px 32px 16px;
}

.unsubscribe.simple-page .button {
  font-size: 14px;
  margin-top: 24px;
}

.unsubscribe-actions .button-quaternary {
  margin-left: 12px;
}

.password input {
  margin-bottom: 16px;
}

.password .alert-card {
  margin-bottom: 16px;
  text-align: left;
}

.password .alert-card ul {
  list-style: disc outside;
  padding-left: 25px;
  color: white;
  font-size: 100%;
  font-weight: bold;
}

.password .alert-card li {
  padding-bottom: 15px;
}

.password-instructions ul {
  list-style: disc outside;
  padding-left: 25px;
  color: lightslategrey;
  font-size: 80%;
}

.password-instructions li {
  padding-bottom: 5px;
}

/* @end simple pages */
/* @group Polls */
.poll-flex {
  display: flex;
  width: 100%;
}

.poll-imgs {
  display: flex;
  flex-wrap: wrap;
  align-self: center;
  padding: 24px 0;
}

.poll-copy {
  padding: 0 56px 0 0;
}

@media (max-width: 1006px) {
  .poll-copy {
    padding: 0;
  }
}
.poll-imgs a {
  flex-basis: calc(33.33% - 8px);
  margin: 0 4px 8px;
}

.polls-vote {
  height: 30px;
  background: rgba(0, 125, 221, 0.1);
  border-radius: 3px;
  width: 80%;
  margin: 8px 20% 8px 0;
  display: flex;
  align-self: flex-end;
  justify-content: space-between;
}

.polls-vote-inner {
  height: 30px;
  background: #007ddd;
  display: block;
  border-radius: 3px;
}

.polls-vote-percent {
  margin: 0 8px 0 0;
  font-weight: 600;
  color: #004579;
  line-height: 30px;
}

.poll-result-imgs {
  flex-wrap: wrap;
  margin: 16px 0 0;
  width: 100%;
}

.poll-result-imgs a {
  padding: 0 16px 16px 0;
  flex-basis: 25%;
}

.poll-result-imgs a img {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  transition: 0.2s all;
}

.poll-result-imgs a:hover img {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
}

.button.vote {
  height: 40px;
  line-height: 12px;
  margin: -48px 35px 8px auto;
  align-self: flex-end !important;
}

div#fancybox-title.fancybox-title-inside {
  margin: auto !important;
}

@media (max-width: 1096px) {
  .button.vote {
    margin-right: 16px;
  }
}
.poll-page .col2 {
  max-width: 60%;
}

#vote_modal {
  background: white !important;
  padding: 32px;
}

#vote_modal #email {
  border: #e7ebef 1px solid;
  border-radius: 3px !important;
  margin: 12px 0;
  width: 100%;
  font-weight: 400;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  padding: 16px;
  color: #123965;
  -webkit-appearance: none;
  transition: 0.2s all !important;
  margin-top: 32px;
}

#modal_choice {
  display: inline;
  font-weight: bold;
}

#vote_modal .txt_rem {
  color: #8a93a7;
  font-size: 11px;
  margin-top: 36px;
}

.poll-page .card-alert {
  background: #e6f2fc;
  padding: 32px;
  width: 100%;
  color: #004579;
  margin: 16px 0;
  font-weight: 500;
}

/* @end */
/* @group Standards page */
.standards {
  display: flex;
  flex-wrap: nowrap;
}

.standards__menu {
  width: 200px;
  position: fixed;
  padding: 32px 16px;
  flex-grow: 0;
}

.standards__content {
  padding: 0 24px 0 224px;
  flex-grow: 0;
  width: 100%;
}

@media (max-width: 800px) {
  .standards-menu {
    display: none;
  }
}
.display-code {
  margin: 24px 0;
  background: #45464a;
  border-radius: 3px;
  padding: 24px;
  font-size: 16px;
  line-height: 1.4;
  color: #1ecbea;
  box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.14);
}

.display-code__explanation {
  color: rgba(255, 255, 255, 0.75);
  font-size: 12px;
  line-height: 14px;
}

.display-code in {
  display: inline-block;
  width: 16px;
}

.display-case {
  margin: 8px 0;
  padding: 8px 16px;
  background: #fff;
  border-radius: 3px;
  border: 1px solid rgba(139, 148, 168, 0.16);
}

.display-case__copy {
  font-size: 16px;
  color: #8b94a8;
  line-height: 1.4em;
}

/* @end standards page */
/* @group Min input styles */
/*
  New universal input styles as of July 2016. Slowly transition to these. - Chris
  Also includes select drop down style overides. Just place the select2-min-input class in the containing element
*/
.min-label {
  color: #8b94a8;
  font-weight: normal;
  font-size: 15px;
}

select.min-input,
.min-input {
  cursor: text;
  padding: 16px;
  font-size: 15px;
  line-height: 16px;
  position: relative;
  min-height: 50px;
  height: 50px;
  margin: 8px 0 0 0;
  width: 100%;
  color: #004579;
  border: #e7ebef 1px solid;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-appearance: none;
  transition: border 0.2s ease;
}

.min-input::-webkit-input-placeholder {
  color: rgba(139, 148, 168, 0.4);
}

textarea.min-input {
  height: auto;
}

.min-input:focus:invalid,
input.min-input:focus:invalid,
textarea.min-input:focus:invalid,
select.min-input:focus:invalid {
  color: #004579;
}

.min-input-button {
  font-weight: 600;
  background: #007ddd;
  border-radius: 3px;
  color: #fff;
  border: none;
  margin-top: 8px;
}

.min-input-button:hover {
  background-color: #006bbd;
}

.min-inline {
  position: relative;
}

.min-inline .min-input-button {
  position: absolute;
  right: 0;
  top: 0;
  margin: 8px;
  height: 34px;
  font-size: 12px;
  line-height: 34px;
  padding: 0 1.5em;
}

.select2-min-input .select2-container:focus,
.select2-min-input .select2-container:hover,
.min-input:focus,
.min-input:hover {
  border-color: #007ddd;
}

.select2-min-input .select2-container--default {
  cursor: pointer;
  height: 50px;
  margin: 8px 0 0 0;
  font-size: 15px;
  line-height: 16px;
  position: relative;
  width: 100% !important;
  color: #004579;
  border: #e7ebef 1px solid;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-appearance: none;
  transition: border 0.2s ease;
}

.select2-min-input .selection {
  width: 100%;
  height: 100%;
}

.select2-min-input .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #8b94a8;
  font-size: 15px;
}

.select2-min-input .select2-container--default .select2-selection--single {
  background-color: none;
  border: none;
  height: 100%;
  padding: 16px;
  height: auto;
}

.select2-min-input .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0;
  font-size: 15px;
  color: #004579;
  line-height: inherit;
}

.select2-min-input .select-dropdown-holder .select2-container--open {
  width: 100% !important;
  border: none;
  top: -58px !important;
  left: 0 !important;
}

.select2-min-input .select-dropdown-holder.select-no-input .select2-container--open {
  top: -33px !important;
}

.select2-min-input .select-dropdown-holder {
  position: relative;
  width: 100%;
}

.select2-min-input .select2-container--open .select2-dropdown--below,
.select2-min-input .select2-container--open .select2-dropdown--above {
  border: none;
  width: 100% !important;
  position: relative;
  top: 0;
}

.select2-min-input .select2-container--default .select2-search--dropdown .select2-search__field {
  border: #007ddd 1px solid;
  border-radius: 3px;
  padding: 16px 12px;
  -webkit-appearance: none;
}

.select2-min-input .select2-results__option {
  padding: 8px 16px;
  border-radius: 3px;
  margin: 8px;
  transition: all 0.2s ease;
}

.select2-min-input .select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: scroll;
  height: 200px;
  width: 100%;
  max-height: 200px;
  z-index: 90000;
  position: absolute;
  background: #fff;
  margin-top: -1px;
  border: #007ddd 1px solid;
  border-radius: 3px;
}

.select2-min-input .select2-search--dropdown {
  padding: 0;
}

.select2-min-input .select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #fff;
}

.select2-min-input .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #007ddd;
}

.select2-min-input .select2-container .select2-selection--single .select2-selection__rendered img,
.select2-min-input .select2-results__option img {
  height: 15px;
  vertical-align: top;
}

.select2-min-input .select2-container--default .select2-selection--single .select2-selection__arrow b {
  opacity: 0;
}

.min-input::-webkit-calendar-picker-indicator {
  opacity: 0;
  background: none;
  z-index: 1000;
}

.min-input::-webkit-inner-spin-button {
  display: none;
}

.min-input.date:before,
.select2-min-input .select2-container--default .select2-selection--single .select2-selection__arrow:before {
  font-family: "gq3-icons" !important;
  content: "D";
  color: rgba(139, 148, 169, 0.4);
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  opacity: 1;
  font-size: 14px;
  line-height: 24px;
  border-bottom-left-radius: 3px;
  padding: 12px;
  transition: color 0.2s ease, opacity 0.2s ease;
  overflow: visible;
}

/* @end min-inputs */
/* @group Review confirmation and submit a survey pages */
.confirm-cont .card {
  margin: 40px 16px 24px 16px;
  padding: 40px;
  width: calc(100% - 32px);
}

.confirm-cont form {
  margin: 16px 0 0 0;
  width: 100%;
  float: left;
}

.confirm-cont .copy-mrk-header {
  margin-top: 0;
  font-size: 40px;
}

.confirm-cont .copy-meta {
  text-align: center;
  margin: 0 auto 72px auto;
  padding: 0 32px;
  max-width: 550px;
}

.confirm-cont .min-input {
  height: 72px;
  font-size: 26px;
  font-weight: 200;
  padding: 24px 115px 24px 24px;
  float: left;
}

.confirm-cont .min-inline .min-input-button {
  height: 40px;
  margin: 24px 16px 16px;
  font-size: 14px;
  line-height: 16px;
}

.confirm-cont .complete-survey .flex-row {
  display: flex;
  justify-content: center;
}

.confirm-cont .complete-survey .min-input-button {
  font-size: 18px;
  flex-basis: 20%;
  max-width: 20%;
}

.confirm-cont .complete-survey .min-input:nth-of-type(1) {
  flex-basis: calc(35% - 16px);
  max-width: calc(35% - 16px);
  padding: 24px;
  text-align: center;
  margin-right: 16px;
}

.confirm-cont .complete-survey .min-input:nth-of-type(2) {
  flex-basis: calc(45% - 16px);
  max-width: calc(45% - 16px);
  text-align: center;
  padding: 24px;
  margin-right: 16px;
}

@media (max-width: 510px) {
  .confirm-cont .complete-survey .min-input-button,
.confirm-cont .complete-survey .min-input:nth-of-type(1),
.confirm-cont .complete-survey .min-input:nth-of-type(2) {
    flex-basis: 100%;
    max-width: 100%;
    margin: 16px 0 0;
  }

  .confirm-cont .complete-survey .flex-row {
    flex-wrap: wrap;
  }
}
/* @end Confirmation and submit a survey pages */
/* @group Radio buttons and check boxes */
.radio,
.check-box {
  width: 14px;
  height: 14px;
  border-radius: 3px;
  padding: 0;
  -webkit-appearance: none;
  margin: 0 2px 0 0;
  display: inline-block;
  position: relative;
  top: -1px;
  border: solid 1px rgba(139, 148, 169, 0.36);
  transition: color 0.2s ease, background 0.2s ease, border 0.2s ease;
  cursor: pointer;
  vertical-align: text-bottom;
}

.check-box:hover,
.check-box.checked,
.check-box[checked=checked],
.check-box:checked,
.radio:hover,
.radio.checked,
.radio[checked=checked],
.radio:checked {
  border: solid 1px #007ddd;
  background: #007ddd;
  border-radius: 3px;
}

.radio:hover:before,
.radio[checked=checked]:before,
.radio:checked:before,
.radio.checked:before {
  content: "";
  font-size: 10px;
  background: white;
  position: absolute;
  top: 4px;
  left: 4px;
  transition: color 0.2s ease, background 0.2s ease, border 0.2s ease;
  width: 4px;
  height: 4px;
  border-radius: 1px;
}

.check-box:hover:before,
.check-box[checked=checked]:before,
.check-box:checked:before,
.check-box.checked:before {
  font-size: 9px;
  top: 1px;
  left: 1px;
  color: white;
  position: absolute;
  transition: color 0.2s ease, background 0.2s ease, border 0.2s ease;
  font-family: "gq3-icons" !important;
  content: "d";
}

.check-box[checked=checked]:hover:before,
.check-box:checked:hover:before,
.check-box.checked:hover:before,
.radio[checked=checked]:hover:before,
.radio:checked:hover:before,
.radio.checked:hover:before {
  opacity: 0;
}

.mobile .check-box[checked=checked]:hover:before,
.mobile .check-box:checked:hover:before,
.mobile .check-box.checked:hover:before,
.mobile .radio[checked=checked]:hover:before,
.mobile .radio:checked:hover:before,
.mobile .radio.checked:hover:before {
  opacity: 1;
}

.check-box[checked=checked]:hover,
.check-box:checked:hover,
.check-box.checked:hover,
.radio[checked=checked]:hover,
.radio:checked:hover,
.radio.checked:hover {
  border: solid 1px #007ddd;
  background: none;
}

.mobile .check-box[checked=checked]:hover,
.mobile .check-box:checked:hover,
.mobile .check-box.checked:hover,
.mobile .radio[checked=checked]:hover,
.mobile .radio:checked:hover,
.mobile .radio.checked:hover {
  background: #007ddd;
}

/* @end Radio buttons and check boxes */
/* @group Homepage */
.cta-button-container {
  margin-top: 2em;
}

.cta-button-container .button {
  margin: 6px;
}

.homepage .why .button-primary,
.homepage .why .button-secondary {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.27);
}

.homepage .why .button-secondary {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.27);
}

section.content .column .button-secondary {
  font-size: 16px;
  margin-top: 1.5em;
}

section.content .button-tertiary {
  font-size: 16px;
  margin-top: 1.5em;
}

/* @end */
/* App framework */
.mat-app-container {
  width: 100%;
  padding: 0 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: 0.3s ease all;
}

.mat-app-container_row {
  width: 1400px;
  max-width: 100%;
}

.mat-app-header {
  align-items: center;
  justify-content: center;
  display: flex;
  width: 100%;
  padding: 24px 80px;
  min-height: 0;
  transition: 0.3s ease all;
  position: -webkit-sticky;
  position: sticky;
}

.mat-app-header_body {
  width: 1400px;
  max-width: inherit;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.mat-app-header_left {
  display: flex;
  align-items: center;
  max-width: calc(100% - 32px);
  flex-wrap: wrap;
  padding: 0 24px 0 0;
  justify-content: flex-start;
}

.mat-app-header_right {
  display: flex;
  padding: 8px 0;
  flex-wrap: wrap;
}

.mat-button--mat-app-header {
  margin: 4px 16px 4px 0;
}

.mat-button--mat-app-header:last-child {
  margin: 4px 0 4px 0;
}

.mat-app-header_avatar {
  width: 36px;
  height: 36px;
  float: left;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  background: url(/img/header/q-logo-2.png);
  background-size: cover;
  margin: 0 12px 0 0;
  top: 5px;
  flex-shrink: 0;
}

.h1--mat-app-header-small {
  font-size: 22px;
  max-height: 26px;
  overflow: hidden;
}

.mat-app-header_breadcrumb {
  font-size: 14px;
  font-size: 16px;
  font-family: Sentinel A, Sentinel B, Besley, Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #0E4266;
  line-height: 1.2em;
  font-weight: 600;
  color: #767E92;
  width: 100%;
  transition: 0.3s ease all;
}

.mat-app-header_breadcrumb:hover {
  color: #007ddd;
}

.mat-app-header_breadcrumb--hide {
  display: none;
}

@media (max-width: 1300px) {
  .mat-app-container {
    padding: 0 64px;
  }

  .mat-app-header {
    padding: 24px 64px;
  }
}
@media (max-width: 1100px) {
  .mat-app-container {
    padding: 0 32px;
  }

  .mat-app-header {
    padding: 24px 32px;
  }
}
@media (max-width: 500px) {
  .mat-app-container {
    padding: 0;
  }

  .mat-app-header {
    padding: 16px 16px;
  }
}
/* End app framework */
/* Text stlyes */
p.mat-p {
  display: block;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4em;
  color: #313a44;
}

p.mat-p--grey {
  color: #767E92;
}

h1.mat-h1 {
  display: block;
  font-size: 40px;
  font-family: Sentinel A, Sentinel B, Besley, Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #0E4266;
  line-height: 1.2em;
  font-weight: 600;
  transition: all 0.3s ease;
}

h2.mat-h2 {
  display: block;
  font-family: Sentinel A, Sentinel B, Besley, Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #0E4266;
  font-size: 28px;
  line-height: 1.2em;
  font-weight: 600;
  transition: all 0.3s ease;
}

h3.mat-h3 {
  display: block;
  color: #0E4266;
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 600;
  transition: all 0.3s ease;
}

h4.mat-h4 {
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  color: #8B94A9;
  line-height: 1.2em;
  transition: all 0.3s ease;
}

h4.mat-h4--blue {
  color: #0E4266;
}

.mat-meta {
  display: block;
  font-size: 12px;
  line-height: 1.2em;
  font-weight: 500;
  color: #767E92;
}

.mat-text-ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.mat-meta--large {
  font-size: 14px;
}

/* End text stlyes */
/* Icons */
.mat-icon_align {
  position: relative;
  top: 1px;
}

/* End icons */
/* Tags */
.mat-tag {
  padding: 6px 12px;
  border-radius: 3px;
  font-weight: 500;
  margin: 8px 8px 0 0;
  background: rgba(139, 148, 169, 0.12);
  color: #8b94a9;
  position: relative;
  display: flex;
  align-items: center;
  font-size: 12px;
  transition: 0.3s ease all;
}

.mat-tag .icon-close {
  margin-left: 6px;
  font-size: 10px;
  color: rgba(139, 148, 169, 0.75);
  transition: all 0.3s ease;
}

.mat-tag .icon-close:hover {
  color: #007ddd;
}

a.mat-tag:hover {
  color: #fff;
  background: #8b94a9;
}

/* End tags */
/* Drop down */
.mat-drop {
  background: #fff;
  margin: 0;
  position: absolute;
  left: 0;
  top: 32px;
  padding: 8px 0;
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 15px rgba(48, 59, 76, 0.4);
  list-style-type: none;
  z-index: 9994000;
}

.mat-drop_bg {
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.mat-drop_li {
  display: flex;
}

.mat-drop_a {
  font-size: 14px;
  color: #767E92;
  height: 40px;
  display: flex;
  align-items: center;
  font-weight: 600;
  width: 100%;
  line-height: 1em;
  white-space: nowrap;
  transition: all 0.3s ease;
  padding: 10px 24px;
  cursor: pointer;
}

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

/* End drop down */
/* Buttons */
.mat-button {
  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: 14px;
  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;
}

.mat-button.mat-button--icon-right {
  padding: 0.65em 1.25em 0.65em 1em;
}

.mat-button.mat-button--icon-left {
  padding: 0.65em 1em 0.65em 1.25em;
}

.mat-button.mat-button--icon-right .icon {
  right: -0.4em;
  position: relative;
}

.mat-button.mat-button--icon-left .icon {
  left: -0.4em;
  position: relative;
}

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

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

.mat-button.mat-button--light-blue {
  background: rgba(0, 125, 221, 0.12);
  color: #007ddd;
}

.mat-button.mat-button--light-blue:hover {
  background: #007ddd;
  color: #fff;
  transform: translateY(-1px);
}

.mat-button.mat-button--dark-blue {
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.24);
  background: #0e4266;
  color: #fff;
}

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

.mat-button.mat-button--clear {
  background: none;
  color: #767E92;
}

.mat-button.mat-button--clear:hover {
  background: rgba(139, 148, 169, 0.1);
  transform: translateY(-1px);
}

.mat-button.mat-button--white-clear {
  background: none;
  color: #fff;
}

.mat-button.mat-button--white-clear:hover {
  background: rgba(139, 148, 169, 0.1);
  transform: translateY(-1px);
}

.mat-button.mat-button--white {
  background: #fff;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.16);
  color: #767E92;
}

.mat-button.mat-button--white:hover {
  background: #767E92;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.24);
}

.mat-button.mat-button--grey {
  background: rgba(226, 228, 233, 0.4);
  color: #767E92;
}

.mat-button.mat-button--grey:hover {
  background: #767E92;
  color: #fff;
  transform: translateY(-1px);
}

.mat-button.mat-button--border {
  border: 1px solid rgba(139, 148, 169, 0.16);
  background: rgba(139, 148, 169, 0);
  color: #767E92;
}

.mat-button.mat-button--border:hover {
  border: 1px solid #007ddd;
  color: #007ddd;
  transform: translateY(-1px);
}

.mat-button.mat-button--dark-grey {
  background: #767E92;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.24);
  color: #fff;
}

.mat-button.mat-button--dark-grey:hover {
  background: #313a44;
  color: #fff;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.32);
  transform: translateY(-1px);
}

.mat-button.mat-button--red {
  background: #d71044;
  color: #fff;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.24);
}

.mat-button.mat-button--red:hover {
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.32);
  background: #ab143b;
  color: #fff;
  transform: translateY(-1px);
}

.mat-button.disabled,
.mat-button.mat-button--disabled {
  opacity: 0.5;
  cursor: default;
  box-shadow: none;
  transform: none;
  pointer-events: none;
}

.mat-button.mat-button--square {
  padding: 0.65em;
}

.mat-button.mat-button--small {
  font-size: 12px;
}

.mat-button.mat-button--medium {
  font-size: 16px;
}

.mat-button.mat-button--large {
  font-size: 18px;
}

.mat-button.load,
.mat-button.mat-button--loading,
.mat-button.mat-button--loading[disabled] {
  position: relative;
  overflow: hidden;
  box-shadow: none;
  opacity: 1;
  border: 1px solid rgba(226, 228, 233, 0);
  background: rgba(226, 228, 233, 0.4);
  color: rgba(226, 228, 233, 0);
  cursor: default;
}

.mat-button.load:hover,
.mat-button.mat-button--loading:hover,
.mat-button.mat-button--loading[disabled]:hover {
  transform: translateY(0px);
  background: rgba(226, 228, 233, 0.4);
  color: rgba(226, 228, 233, 0);
  border: 1px solid rgba(226, 228, 233, 0);
  box-shadow: none;
}

.mat-button.load:before,
.mat-button.mat-button--loading:before,
.mat-button.mat-button--loading[disabled]:before {
  font-family: "gq3-icons" !important;
  content: "-";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #767E92;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: loadButton 1.1s infinite linear;
          animation: loadButton 1.1s infinite linear;
}

.mat-button.success,
.mat-button.mat-button--success,
.mat-button.mat-button--success[disabled] {
  position: relative;
  overflow: hidden;
  box-shadow: none;
  opacity: 1;
  border: none;
  background: #29B159;
  color: #29B159;
  cursor: default;
}

.mat-button.success:hover,
.mat-button.mat-button--success:hover,
.mat-button.mat-button--success[disabled]:hover {
  transform: translateY(0px);
  border: none;
  background: #29B159;
  color: #29B159;
  box-shadow: none;
}

.mat-button.success:before,
.mat-button.mat-button--success:before,
.mat-button.mat-button--success[disabled]:before {
  font-family: "gq3-icons" !important;
  content: "d";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: successButton 0.4s 1 ease-in-out;
          animation: successButton 0.4s 1 ease-in-out;
}

/* Buttons */
/* Inputs */
.mat-input {
  position: relative;
  transition: all 0.3s ease;
  cursor: default;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  cursor: text;
  margin: 24px 0 16px;
  align-items: center;
}

.mat-input:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  margin-top: 8px;
  transition: all 0.3s ease;
  height: 1px;
  background: rgba(139, 148, 169, 0.24);
}

.mat-input:hover:after {
  height: 2px;
  background: #007ddd;
}

.mat-input_content {
  width: 100%;
  display: flex;
  align-items: center;
}

.mat-input_element {
  color: #0E4266;
  box-shadow: none;
  font-size: 14px;
  font-weight: 500 !important;
  line-height: 1.3;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 6px 0 12px;
  height: 36px;
  width: 100%;
  font: inherit;
  background: 0 0;
  transition: 0.3s all ease;
  overflow-y: hidden;
  text-overflow: ellipsis;
}

.mat-input_element::-moz-placeholder {
  font-size: 14px;
  color: #8b94a9;
  opacity: 0.75;
  font-weight: 400;
}

.mat-input_element:-ms-input-placeholder {
  font-size: 14px;
  color: #8b94a9;
  opacity: 0.75;
  font-weight: 400;
}

.mat-input_element--placeholder,
.mat-input_element::placeholder {
  font-size: 14px;
  color: #8b94a9;
  opacity: 0.75;
  font-weight: 400;
}

.mat-input_element--textarea {
  height: auto;
  overflow-y: auto;
}

.mat-input_element--button {
  padding: 6px 88px 12px 0;
}

.mat-input_label {
  width: 100%;
  line-height: 1.3;
  font-size: 12px;
  cursor: text;
  font-weight: 600;
  color: #8b94a9;
}

.mat-input_required {
  color: #007ddd;
  font-size: 12px;
}

.mat-input_element-error {
  font-size: 12px;
  position: absolute;
  bottom: -20px;
  color: #d71044;
}

.mat-input_fade {
  opacity: 0.5;
}

.mat-input_prefix {
  margin-right: 8px;
  transition: 0.3s all ease;
  color: rgba(139, 148, 168, 0.5);
}

.mat-input_sufix {
  margin-left: 8px;
  transition: 0.3s all ease;
  color: rgba(139, 148, 168, 0.5);
}

.mat-input_prefix:hover,
.mat-input_sufix:hover {
  color: #007ddd;
}

.drop--mat-input {
  top: 38px;
}

/* End inputs */
/* Cards */
.mat-card {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  background: #fff;
  border-radius: 3px;
  padding: 0;
  position: relative;
  transition: all 0.3s ease;
  cursor: default;
  box-shadow: 0 1px 4px rgba(51, 74, 109, 0.16);
  transform: none;
}

.mat-card:hover {
  box-shadow: 0 2px 4px rgba(51, 74, 109, 0.24);
  transform: translateY(-1px);
  cursor: pointer;
}

.mat-card.mat-card--fake:hover {
  cursor: default;
  box-shadow: 0 1px 4px rgba(51, 74, 109, 0.16);
  transform: none;
}

.mat-card.mat-card--nested,
.mat-card.mat-card--nested:hover {
  box-shadow: none;
  border: 1px solid rgba(139, 148, 168, 0.16);
  cursor: default;
  background: none;
  transform: none;
  box-shadow: none;
}

.mat-card--clear,
.mat-card--clear:hover {
  background: none;
  box-shadow: none;
  cursor: default;
  transform: none;
}

.mat-card--tranfix {
  transition: none;
}

.mat-card--placeholder,
.mat-card--placeholder:hover {
  background: rgba(139, 148, 168, 0.12);
  box-shadow: none;
  transform: none;
}

.mat-card--placeholder-real {
  background: rgba(139, 148, 168, 0.12);
  box-shadow: none;
}

.mat-card--placeholder-real:hover {
  background: #fff;
  box-shadow: 0 2px 4px rgba(51, 74, 109, 0.24);
}

.mat-card_body {
  padding: 24px;
  width: 100%;
}

.mat-card_avatar {
  height: 48px;
  width: 48px;
  flex-shrink: 0;
  margin-right: 16px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-backface-visibility: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.mat-card_avatar img,
.mat-card_avatar.mat-card_avatar--no-hover:hover img {
  max-width: 100%;
  max-height: 100%;
  transform: none;
  transition: 0.3s ease all;
  -webkit-backface-visibility: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.mat-card_avatar:hover img {
  transform: scale(1.2, 1.2);
}

.mat-card_header {
  max-width: 100%;
  display: flex;
}

.mat-card_title {
  width: 100%;
  display: flex;
  align-items: flex-start;
}

.mat-card_title-text {
  min-height: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: calc(100% - 64px);
  max-width: calc(100% - 64px);
}

.mat-card_title-text--no-avatar {
  min-height: 0;
  width: 100%;
  max-width: 100%;
}

.mat-card_name {
  color: #0E4266;
  font-size: 18px;
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 600;
  transition: all 0.3s ease;
}

@media (max-width: 425px) {
  .mat-card_name {
    font-size: 18px;
  }
}
.mat-card_main-meta {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2;
  display: flex;
  margin-top: 2px;
  color: #767E92;
  /*max-width: calc(100% - 24px);*/
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.mat-card_meta {
  display: flex;
  width: 100%;
  align-items: center;
  flex-wrap: wrap;
  margin: 8px 0 0 0;
}

.mat-card_meta-item {
  display: inline;
  margin: 8px 24px 0 0;
  font-size: 12px;
  line-height: 1.2em;
  font-weight: 500;
  color: #767E92;
  max-width: 100%;
}

.mat-card_meta-item a {
  color: #767E92;
}

.mat-card_meta-item a:hover {
  color: #007ddd;
}

.mat-card_meta-item--search-context {
  font-size: 11px;
  margin: 2px 24px 0 0;
  opacity: 0.75;
}

.mat-card_meta-item .icon {
  margin-right: 4px;
  position: relative;
  top: 1.5px;
  cursor: default;
}

.mat-card_meta-item .icon-email,
.mat-card_meta-item .icon-phone {
  top: 2px;
}

.mat-card_actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.mat-button--card-action {
  margin: 8px 8px 0 0;
}

/* End cards */
/* Tooltips */
.tooltip-trigger {
  position: relative;
}

.tooltip {
  opacity: 0;
  height: auto;
  width: 0;
  overflow: hidden;
  position: absolute;
  transition: opacity 0.3s ease, transform 0.3s ease;
  left: 0;
  right: auto;
  bottom: auto;
  top: calc(-100% - 20px);
  transform-origin: left bottom;
  transform: scale(0, 0);
  box-shadow: 0 1px 4px rgba(51, 74, 109, 0.24);
}

.tooltip--bottom {
  left: 0;
  right: auto;
  top: auto;
  bottom: -100%;
}

.tooltip-trigger:hover .tooltip {
  opacity: 1;
  color: #fff;
  width: auto;
  text-align: center;
  overflow: visible;
  background: #313a44;
  padding: 6px 6px;
  font-size: 10px;
  border-radius: 3px;
  transform: scale(1, 1);
}

@media (max-width: 800px) {
  .tooltip {
    display: none;
  }
}
/* End tooltips */
/* Connections avatars */
.connection-avatar {
  height: 24px;
  width: 24px;
  flex-shrink: 0;
  border-radius: 50%;
  margin-right: -11px;
  margin-left: 6px;
  overflow: hidden;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: 2px solid #fff;
  -webkit-backface-visibility: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

* .connection-avatar:last-of-type {
  margin-right: 0;
}

.connection-avatar--left {
  margin-right: 6px;
  margin-left: -11px;
}

.connection-avatar img {
  transform: scale(1, 1);
  transition: 0.3s ease all;
  max-width: 100%;
  max-height: 100%;
  -webkit-backface-visibility: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.connection-avatar:hover img {
  transform: scale(1.2, 1.2);
}

.connection-avatar--fake:hover img {
  transform: scale(1, 1);
}

@media (max-width: 425px) {
  .connection-avatar--skill-card {
    display: none;
  }
}
/* End connections avatars */
/* Snack bar */
.mat-snack-bar {
  position: fixed;
  bottom: 50px;
  left: calc(50% - 150px);
  width: 300px;
  background: #323232;
  box-shadow: 1px 1px 4px rgba(0, 2, 3, 0.5);
  padding: 16px 24px;
  color: #fff;
  z-index: 25000;
  border-radius: 3px;
  transform: translateY(150px);
  transition: all 0.3s ease;
}

.mat-snack-bar--error {
  background: #d71044;
}

.mat-snack-bar.active {
  transform: translateY(0);
}

/* End snack bar */
/* Photos card */
.mat-button--photos {
  height: calc(100% - 8px);
  width: 100%;
  margin: 4px;
  padding: 0;
  flex-basis: 100%;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mat-card--photo-tab {
  width: calc(20% - 16px);
  margin: 0 16px 16px 0;
  transition: none;
}

.mat-card_photos {
  padding: 4px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.mat-card_photo {
  border-radius: 3px;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
}

.mat-card_photo--group {
  margin: 4px;
  flex-basis: calc(25% - 8px);
  width: calc(25% - 8px);
  position: relative;
}

.mat-card_photo gq-photo {
  display: flex;
}

.mat-card_photo img {
  transform: scale(1.1, 1.1);
  transition: 0.3s ease all;
  min-width: 100%;
  flex: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.mat-card_photo:hover img {
  transform: scale(1.2, 1.2);
}

.mat-card_photo--button {
  color: rgba(139, 148, 168, 0.5);
  font-size: 14px;
  font-weight: 600;
  padding: 16px 0;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.mat-card_photo--button .icon {
  font-size: 30px;
  text-align: center;
  margin-bottom: 8px;
}

.mat-card--photo-tab:hover .mat-card_photo--button,
.mat-card_photo--button:hover {
  background: rgba(139, 148, 168, 0.16);
  color: #767E92;
}

.mat-card_actions--photo {
  padding: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  flex-wrap: nowrap;
  width: 100%;
  background: none;
  background: linear-gradient(to bottom, rgba(51, 50, 56, 0) 0%, rgba(18, 18, 19, 0.63) 80%);
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.mat-button--photo-card {
  padding: 0;
  color: #fff;
  font-size: 12px;
  margin: 0 16px 0 0;
}

.mat-button--photo-card .icon {
  margin: 0 4px 0 0;
}

.mat-button--photo-card:hover {
  color: #007ddd;
}

.mat-button--photo-card-fake,
.mat-button--photo-card-fake:hover {
  color: #fff;
  cursor: default;
}

@media (max-width: 600px) {
  .mat-card_photo--group {
    flex-basis: calc(33.33% - 8px);
    width: calc(33.33% - 8px);
  }

  .mat-card--photo-tab {
    width: calc(33.33% - 8px);
    margin: 0 8px 8px 0;
  }
}
/* End photos card */
/* Modal from scratch - Used on Job board */
.mat-modal_background {
  background: rgba(59, 58, 64, 0.7);
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}

.mat-modal {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 20000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mat-modal_card {
  width: 100%;
  max-width: 800px;
  max-height: 75vh;
  border-radius: 3px;
  background: #fff;
  z-index: 1;
  transition: 0.3s ease all;
  position: relative;
  overflow-y: auto;
  box-shadow: 0 0 10px rgba(51, 74, 109, 0.4);
}

.mat-modal_body {
  width: 100%;
  position: relative;
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
}

.mat-modal_row {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.mat-modal_row--header {
  justify-content: space-between;
  align-items: center;
  margin: 0 0 24px;
  flex-wrap: nowrap;
}

.mat-button--modal {
  margin: 24px 16px 0 0;
}

.mat-button--modal-close {
  font-size: 16px;
  margin: -40px -24px 0 24px;
}

@media (max-width: 650px) {
  .mat-modal_card {
    height: 100vh;
    max-height: 100vh;
    width: 100vw;
    border-radius: 0px;
  }

  .mat-modal_body {
    padding: 32px;
  }
}
/* End Modal */
/* Modal cards - Used in magnific on gq3 profiles. */
.mat-card--modal {
  max-width: 800px;
  margin: 24px auto;
}

.mat-card_body--modal {
  padding: 48px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* End modals */
/* Sidebar nav */
.mat-sidebar-nav {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.mat-sidebar-nav_interior {
  width: 100%;
  padding: 16px 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}

.mat-sidebar-nav_interior li {
  display: flex;
}

.mat-sidebar-nav_tab {
  width: 100%;
  color: #0E4266;
  font-size: 16px;
  padding: 8px 24px;
  font-weight: 500;
  transition: all 0.3s ease;
  position: relative;
  display: flex;
  align-items: center;
}

.mat-sidebar-nav_tab.active {
  color: #007ddd;
}

.mat-sidebar-nav_tab:hover {
  color: #007ddd;
  background: rgba(139, 148, 169, 0.1);
}

.mat-sidebar-nav_tab:before {
  position: absolute;
  transform: translateX(-5px);
  content: "";
  width: 5px;
  top: 15%;
  left: 0;
  height: 70%;
  color: rgba(0, 125, 221, 0);
  transition: all 0.3s ease;
}

.mat-sidebar-nav_tab.active:before,
.mat-sidebar-nav_tab:hover:before {
  background: #007ddd;
  transform: translateX(0px);
}

.mat-sidebar-nav_tab-number {
  font-size: 11px;
  background: #8B94A9;
  color: #fff;
  padding: 2px 6px;
  margin: 0 0 0 8px;
  border-radius: 3px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.mat-sidebar-nav_tab.active .mat-sidebar-nav_tab-number {
  background: #007ddd;
}

@media (max-width: 800px) {
  .mat-sidebar-nav:before {
    content: "";
    height: 100%;
    width: 24px;
    background: -webkit-linear-gradient(right, white 30%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }

  .mat-sidebar-nav_tab {
    width: auto;
    padding: 16px 12px;
    white-space: nowrap;
  }

  .mat-sidebar-nav_interior {
    flex-direction: row;
    overflow-x: scroll;
    padding: 0px 16px;
  }

  .mat-sidebar-nav_tab:before {
    left: 0;
    bottom: 0;
    top: auto;
    transform: translateY(-5px);
    transform: translateX(0px);
    content: "";
    width: calc(100% - 8px);
    width: 100%;
    height: 5px;
  }

  .mat-sidebar-nav_tab.active:before,
.sidebar-nav_tab:hover:before {
    transform: translateY(0px);
    height: 5px;
  }
}
/* End sidebar nav */
@font-face {
  font-family: "gq3-icons";
  /* Relative urls from the location of the built and versioned css file
      - Files moved to matching path in cordova */
  src: url("../../../fonts/gq3-icons/fonts/gq3-icons.eot");
  /* adding version number on woff and ttf files to force getting updated files */
  src: url("../../../fonts/gq3-icons/fonts/gq3-icons.eot?#iefix") format("embedded-opentype"), url("../../../fonts/gq3-icons/fonts/gq3-icons.woff?5") format("woff"), url("../../../fonts/gq3-icons/fonts/gq3-icons.ttf?5") format("truetype"), url("../../../fonts/gq3-icons/fonts/gq3-icons.svg#gq3-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Besley";
  src: url("../../../fonts/besley/Besley-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Besley";
  src: url("../../../fonts/besley/Besley-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Besley";
  src: url("../../../fonts/besley/Besley-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
.icon {
  font-family: "gq3-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none !important;
}

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

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

.icon-more:before {
  content: ".";
}

.icon-activity:before {
  content: "a";
}

.icon-gear:before {
  content: "h";
}

.icon-add-person:before {
  content: "b";
}

.icon-menu:before {
  content: "m";
}

.icon-arrow-down:before {
  content: "l";
}

.icon-notification:before {
  content: "n";
}

.icon-arrow-left:before {
  content: "z";
}

.icon-right:before {
  content: "y";
}

.icon-person:before {
  content: "p";
}

.icon-plus:before {
  content: "+";
}

.icon-arrow-up:before {
  content: "u";
}

.icon-check:before {
  content: "d";
}

.icon-search:before {
  content: "?";
}

.icon-skills:before {
  content: "s";
}

.icon-check-in:before {
  content: "c";
}

.icon-close:before {
  content: "x";
}

.icon-endorse:before {
  content: "e";
}

.icon-edit-profile:before {
  content: "k";
}

.icon-message:before {
  content: "t";
}

.icon-photo:before {
  content: "o";
}

.icon-post:before {
  content: "q";
}

.icon-dots-menu:before {
  content: "j";
}

.icon-facebook:before,
.icon-Facebook:before {
  content: "1";
}

.icon-twitter:before,
.icon-Twitter:before,
.icon-x:before,
.icon-X:before {
  content: "2";
}

.icon-youtube:before {
  content: "4";
}

.icon-linkedin:before,
.icon-LinkedIn:before {
  content: "5";
}

.icon-google:before,
.icon-Google:before,
.icon-GooglePlus:before {
  content: "\E015";
}

.icon-email:before {
  content: "6";
}

.icon-phone:before {
  content: "7";
}

.icon-like:before {
  content: "f";
}

.icon-report:before {
  content: "!";
}

.icon-info:before {
  content: "i";
}

.icon-rss:before,
.icon-Blog:before {
  content: "v";
}

.icon-vimeo:before,
.icon-Vimeo:before {
  content: "w";
}

.icon-yelp:before,
.icon-Yelp:before {
  content: "A";
}

.icon-youtube-b:before,
.icon-YouTube:before {
  content: "B";
}

.icon-pinterest:before,
.icon-Pinterest:before {
  content: "C";
}

.icon-chevron-down:before {
  content: "D";
}

.icon-chevron-left:before {
  content: "E";
}

.icon-chevron-right:before {
  content: "F";
}

.icon-chevron-up:before {
  content: "G";
}

.icon-houzz:before,
.icon-Houzz:before {
  content: "r";
}

.icon-merchant-circle:before,
.icon-MerchantCircle:before {
  content: "I";
}

.icon-manta:before,
.icon-Manta:before {
  content: "J";
}

.icon-greensky:before {
  content: "K";
}

.icon-star:before {
  content: "L";
}

.icon-home:before {
  content: "M";
}

.icon-left-open:before {
  content: "N";
}

.icon-right-open:before {
  content: "O";
}

.icon-image:before,
.icon-images:before {
  content: "P";
}

.icon-answers:before {
  content: "Q";
}

.icon-star-b:before {
  content: "S";
}

.icon-star-c:before {
  content: "<";
}

.icon-company:before {
  content: "T";
}

.icon-contractors:before {
  content: "U";
}

.icon-support:before {
  content: "V";
}

.icon-surveys:before {
  content: "W";
}

.icon-professionals:before {
  content: "X";
}

.icon-globe:before {
  content: "Y";
}

.icon-guildquality:before {
  content: "Z";
}

.icon-learning:before {
  content: "0";
}

.icon-list:before {
  content: "8";
}

.icon-map:before {
  content: "9";
}

.icon-picture:before {
  content: "#";
}

.icon-share:before {
  content: '"';
}

.icon-bbb:before,
.icon-BBB:before,
.icon-BetterBusinessBureau:before {
  content: "&";
}

.icon-Flickr:before,
.icon-flickr:before {
  content: "'";
}

.icon-Instagram:before,
.icon-instagram:before {
  content: "(";
}

.icon-pen:before {
  content: ")";
}

.icon-pro-search:before {
  content: "*";
}

.icon-dashboard:before {
  content: ":";
}

.icon-satisfaction:before {
  content: ";";
}

.icon-circle:before {
  content: ",";
}

.icon-calendar:before {
  content: "g";
}

.icon-homeowner-filled:before {
  content: "/";
}

.icon-queue:before {
  content: "^";
}

.icon-complete:before {
  content: "R";
}

.icon-lock:before {
  content: "=";
}

.icon-message-filled:before {
  content: "\\";
}

.icon-next:before {
  content: ">";
}

.icon-pause:before {
  content: "@";
}

.icon-power:before {
  content: "[";
}

.icon-printer:before {
  content: "]";
}

.icon-stop:before {
  content: "_";
}

.icon-surveys-filled:before {
  content: "\E006";
}

.icon-crew-filled:before {
  content: "%";
}

.icon-crew:before {
  content: "$";
}

.icon-refresh:before {
  content: "-";
}

.icon-published:before {
  content: "{";
}

.icon-help:before {
  content: "`";
}

.icon-filter:before {
  content: "|";
}

.icon-jobs:before {
  content: "}";
}

.icon-atom:before {
  content: "~";
}

.icon-no-entry:before {
  content: "\E000";
}

.icon-archive:before {
  content: "\E002";
}

.icon-delete:before {
  content: "\E003";
}

.icon-move:before {
  content: "\E001";
}

.icon-write:before {
  content: "\E005";
}

.icon-document:before {
  content: "\E004";
}

.icon-chat-graph:before {
  content: "\E007";
}

.icon-graph:before {
  content: "\E008";
}

.icon-bpr:before {
  content: "\E009";
}

.icon-link:before {
  content: "\E00A";
}

.icon-clipboard:before {
  content: "\E00B";
}

.icon-full-process:before {
  content: "\E00D";
}

.icon-email-only:before {
  content: "\E00E";
}

.icon-GooglePlaces:before,
.icon-google-review:before {
  content: "\E015";
}

.icon-shovel:before {
  content: "\E00F";
}

.icon-active-project:before {
  content: "\E011";
}

.icon-caret:before {
  content: "\E012";
}

.icon-team:before {
  content: "\E013";
}

@font-face {
  font-family: "gq3-icons2";
  /* Relative urls from the location of the built and versioned css file
      - Files moved to matching path in cordova */
  src: url("../../../fonts/gq3-icons/fonts/gq3-icons2.eot");
  /* adding version number on woff and ttf files to force getting updated files */
  src: url("../../../fonts/gq3-icons/fonts/gq3-icons2.eot?#iefix") format("embedded-opentype"), url("../../../fonts/gq3-icons/fonts/gq3-icons2.woff?5") format("woff"), url("../../../fonts/gq3-icons/fonts/gq3-icons2.ttf?5") format("truetype"), url("../../../fonts/gq3-icons/fonts/gq3-icons2.svg#gq3-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon2 {
  font-family: "gq3-icons2" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none !important;
}

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

/* BPR icon update */
.icon.icon-BestPickReports:before {
  font-family: "gq3-icons2" !important;
  content: "a";
}

.icon2-upload:before {
  content: "d";
}

.icon2-bpr-new:before,
.icon-bpr-new:before {
  content: "a";
}

.icon2-eye:before {
  content: "b";
}

.icon2-eye-slash:before {
  content: "c";
}

.icon2-family:before {
  content: "e";
}

.icon2-incognito:before {
  content: "f";
}

.icon2-leads:before {
  content: "g";
}

.icon2-send:before {
  content: "h";
}

.icon2-verified:before {
  content: "i";
}

.icon2-external:before {
  content: "j";
}

.icon2-checkered-flag:before {
  content: "\E041";
}

.icon2-users:before {
  content: "\E03E";
}

.icon2-sliders:before {
  content: "\E040";
}

.icon2-sparkle:before {
  content: "k";
}

/* @override 
	http://design.www.guildquality.com/css/build/common/animations.css?46 */
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
/* Angular fade in */
.fade-in {
  transition: 0.2s ease all;
  opacity: 1;
}

.fade-in.ng-enter {
  opacity: 0;
}

.fade-in.ng-leave {
  transition: 0.1s ease all;
  opacity: 0;
  display: none;
}

.fade-in.ng-show {
  opacity: 1;
}

.fade-in.ng-hide {
  transition: 0.1s ease all;
  opacity: 0;
  display: none;
}

/* End angular fade in */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  from, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, 100% {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from, 100% {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    transform: none;
  }
}
@keyframes wobble {
  from {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, 100% {
    transform: none;
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from, 11.1%, 100% {
    transform: none;
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  100% {
    transform: none;
  }
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  100% {
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  100% {
    transform: none;
  }
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  100% {
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    transform: none;
  }
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes HalfFadeIn {
  from {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
/* Used for GQ3 navbar elements */
@-webkit-keyframes halfFadein {
  from {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes halfFadein {
  from {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInEase {
  from {
    opacity: 0;
  }
  80% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInEase {
  from {
    opacity: 0;
  }
  80% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
.fadeInEase {
  -webkit-animation-name: fadeInEase;
  animation-name: fadeInEase;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftEase {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  20% {
    transform: translate3d(-70%, 0, 0);
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeInLeftEase {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  20% {
    transform: translate3d(-70%, 0, 0);
  }
  100% {
    opacity: 1;
  }
}
.fadeInLeftEase {
  -webkit-animation-name: fadeInLeftEase;
  animation-name: fadeInLeftEase;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightEase {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  20% {
    transform: translate3d(70%, 0, 0);
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeInRightEase {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  20% {
    transform: translate3d(70%, 0, 0);
  }
  100% {
    opacity: 1;
  }
}
.fadeInRightEase {
  -webkit-animation-name: fadeInRightEase;
  animation-name: fadeInRightEase;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpEase {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  20% {
    transform: translate3d(0, 70%, 0);
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeInUpEase {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  20% {
    transform: translate3d(0, 70%, 0);
  }
  100% {
    opacity: 1;
  }
}
.fadeInUpEase {
  -webkit-animation-name: fadeInUpEase;
  animation-name: fadeInUpEase;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  100% {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  100% {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  100% {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  100% {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.25, 1.25);
    opacity: 0;
  }
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.25, 1.25);
    opacity: 0;
  }
}
@-webkit-keyframes bouncey {
  0% {
    -webkit-transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.4);
  }
  20% {
    -webkit-transform: scale(1.6);
  }
  30% {
    -webkit-transform: scale(1.4);
  }
  40% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
  }
  60% {
    -webkit-transform: scale(1);
  }
  70% {
    -webkit-transform: scale(1.1);
  }
  80% {
    -webkit-transform: scale(1);
  }
  90% {
    -webkit-transform: scale(1.04);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes bouncey {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.4);
  }
  20% {
    transform: scale(1.6);
  }
  30% {
    transform: scale(1.4);
  }
  40% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  60% {
    transform: scale(1);
  }
  70% {
    transform: scale(1.1);
  }
  80% {
    transform: scale(1);
  }
  90% {
    transform: scale(1.04);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes load-blink {
  0% {
    opacity: 0.05;
    filter: grayscale(0.9);
  }
  50% {
    opacity: 0.2;
    filter: grayscale(0.6);
  }
  100% {
    opacity: 0.05;
    filter: grayscale(0.9);
  }
}
@keyframes load-blink {
  0% {
    opacity: 0.05;
    filter: grayscale(0.9);
  }
  50% {
    opacity: 0.2;
    filter: grayscale(0.6);
  }
  100% {
    opacity: 0.05;
    filter: grayscale(0.9);
  }
}
@-webkit-keyframes rec-loading {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
    opacity: 0.4;
  }
  20% {
    -webkit-transform: scaleY(1);
    opacity: 1;
  }
}
@keyframes rec-loading {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
    opacity: 0;
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    opacity: 0.8;
  }
}
@-webkit-keyframes background-pulse-grey {
  0% {
    background-color: rgba(255, 255, 255, 0);
  }
  25% {
    background-color: rgba(231, 235, 239, 0.5);
  }
  100% {
    background-color: rgba(255, 255, 255, 0);
  }
}
@keyframes background-pulse-grey {
  0% {
    background-color: rgba(255, 255, 255, 0);
  }
  25% {
    background-color: rgba(231, 235, 239, 0.5);
  }
  100% {
    background-color: rgba(255, 255, 255, 0);
  }
}
/* GQ3 top loading bar */
@-webkit-keyframes loadingBar {
  0% {
    transform: scaleX(0.3);
  }
  100% {
    transform: scaleX(0.95);
  }
}
@keyframes loadingBar {
  0% {
    transform: scaleX(0.3);
  }
  100% {
    transform: scaleX(0.95);
  }
}
/* End GQ3 top loading bar */
/* GQ3 Material modals */
@-webkit-keyframes slideDownModal {
  from {
    opacity: 0;
    transform: translateY(-100vh);
  }
  100% {
    transform: translateY(0vh);
    opacity: 1;
  }
}
@keyframes slideDownModal {
  from {
    opacity: 0;
    transform: translateY(-100vh);
  }
  100% {
    transform: translateY(0vh);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInModal {
  from {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInModal {
  from {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* End GQ3 Material modals */
/* GQ3 Loading button */
@-webkit-keyframes loadButton {
  from {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loadButton {
  from {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* End GQ3 Loading button */
/* GQ3 Success button */
@-webkit-keyframes successButton {
  from {
    font-size: 12px;
  }
  50% {
    font-size: 22px;
  }
  100% {
    font-size: 14px;
  }
}
@keyframes successButton {
  from {
    font-size: 12px;
  }
  50% {
    font-size: 22px;
  }
  100% {
    font-size: 14px;
  }
}
/* End GQ3 Success button */
/* GQ3 Survey comment focus */
@-webkit-keyframes commentFocus {
  0% {
    transform: translateX(0px) scale(0.8);
  }
  50% {
    transform: translateX(6px) scale(1);
  }
  100% {
    transform: translateX(0px) scale(0.8);
  }
}
@keyframes commentFocus {
  0% {
    transform: translateX(0px) scale(0.8);
  }
  50% {
    transform: translateX(6px) scale(1);
  }
  100% {
    transform: translateX(0px) scale(0.8);
  }
}
/* End GQ3 Survey comment focus */