*, *::before, *::after {
  box-sizing: initial;
  box-sizing: revert; }

select {
  color: rgba(0, 0, 0, 0.7); }

button {
  box-sizing: border-box; }

.ant-layout {
  min-height: 100vh;
  background-color: var(--grey-color); }

.ant-layout-header, .ant-layout-footer {
  background-color: white; }

.ant-layout-header {
  position: fixed;
  width: 100%;
  box-shadow: 0px 1px 2px 0px rgba(0, 21, 41, 0.12);
  z-index: 100; }

.ant-layout-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: var(--header-height); }

.ant-layout-header {
  height: var(--header-height); }

.ant-modal-content {
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px; }

.ant-btn {
  border-radius: 4px;
  text-shadow: none;
  box-shadow: none; }

table {
  display: table; }

table th, table td {
  border: unset; }

table tr:nth-child(2n) {
  background-color: unset; }

.ant-table thead > tr > th {
  font-weight: var(--font-bold); }

.ant-pagination-options-size-changer {
  width: 100px !important; }

.ant-btn-primary[disabled], .ant-btn[disabled] {
  background-color: #edf0f6;
  color: #bfc6d0;
  border-color: #e1e7ef; }
  .ant-btn-primary[disabled]:hover, .ant-btn[disabled]:hover {
    background-color: #edf0f6;
    color: #bfc6d0; }

.ant-layout-header {
  padding: 0; }

.ant-btn-primary:focus {
  color: #fff;
  background-color: var(--font-color-link);
  border-color: var(--font-color-link); }

.ant-table {
  border-radius: 10px;
  overflow: hidden; }
  .ant-table thead tr th {
    border-bottom: none; }

.ant-back-top-content {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: white !important;
  box-shadow: 0px 0px 4px 0px rgba(30, 96, 249, 0.1); }

.ant-back-top-content:hover {
  box-shadow: 0px 0px 15px 0px rgba(30, 96, 249, 0.1); }

.ant-back-top-icon {
  background-image: url("/image/back2Top.png") !important;
  background-size: 130% 130% !important;
  width: 100% !important;
  height: 100% !important;
  margin: unset !important;
  background-position: center; }

.ant-back-top {
  bottom: 73px;
  right: 63px !important; }

.ant-btn-primary {
  border-color: transparent; }

.ant-btn-primary {
  background-color: var(--font-color-link); }

.ant-tooltip-inner {
  min-height: unset; }

.ReactModalPortal .modal-content-close-img {
  padding-top: 0; }

body {
  font-size: 16px;
  line-height: unset; }

:root {
  --ifm-font-size-base: 16px;
  --header-height: 96px;
  --font-color-title: #1F1F1F;
  --font-color-solgan: #1d262c;
  --font-color-body: #666666;
  --font-color-caption: #999999;
  --font-color-disable: #DDDDDD;
  --font-color-link: #4d98ff;
  --font-color-link-2: #4d98ff;
  --font-color-link-3: #4d98ff;
  --font-color-no: #0a0808;
  --font-color-success: #52c41a;
  --font-color-warning: #faad14;
  --font-color-error: #f5222d;
  --primary-color: #4d98ff;
  --grey-color: #f7f9fc;
  --font-bold: 600;
  --border-color: #dddddd;
  --border-color-1: #ededed;
  --ifm-spacing-horizontal: 0;
  --home-btn-color: #4d98ff;
  --hover-bg-color: #e6f7ff; }

/* UI Primary Colors */
/* #FF661A */
/* UI Secondary Colors */
/* 3.0 colors */
/* Using www naming convention for now, should be consistent with gui */
/* #CF63CF Sounds Primary */
/* modals */
/* Overlay UI Gray Colors */
/* Typography Colors */
/* Down Deep */
.sub-nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  padding: 5px 0;
  width: 100%;
  color: white;
  font-size: .8rem;
  font-weight: 500;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .sub-nav li {
    display: inline-block;
    margin: 5px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 50px;
    padding: .75em 1.5em;
    text-decoration: none;
    color: white;
    list-style-type: none; }
    .sub-nav li:hover {
      transition: background-color .25s ease;
      border-color: transparent;
      background-color: rgba(0, 0, 0, 0.1); }
    .sub-nav li:active {
      border: 0 solid transparent;
      box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.25);
      background-color: rgba(0, 0, 0, 0.2);
      padding: calc(.75em + 1px) calc(1.5em + 1px); }
    .sub-nav li.description {
      /* clear styling for info element */
      border: 0;
      border-radius: none;
      text-decoration: none; }
      .sub-nav li.description:hover {
        transition: none;
        background-color: transparent; }
      .sub-nav li.description:active {
        border: 0;
        box-shadow: none;
        background-color: transparent; }
  .sub-nav.sub-nav-align-left {
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .sub-nav.sub-nav-align-left li:first-child {
      margin-left: 0; }
  .sub-nav.sub-nav-align-right {
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }

*, *::before, *::after {
  box-sizing: initial;
  box-sizing: revert; }

select {
  color: rgba(0, 0, 0, 0.7); }

button {
  box-sizing: border-box; }

.ant-layout {
  min-height: 100vh;
  background-color: var(--grey-color); }

.ant-layout-header, .ant-layout-footer {
  background-color: white; }

.ant-layout-header {
  position: fixed;
  width: 100%;
  box-shadow: 0px 1px 2px 0px rgba(0, 21, 41, 0.12);
  z-index: 100; }

.ant-layout-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: var(--header-height); }

.ant-layout-header {
  height: var(--header-height); }

.ant-modal-content {
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px; }

.ant-btn {
  border-radius: 4px;
  text-shadow: none;
  box-shadow: none; }

table {
  display: table; }

table th, table td {
  border: unset; }

table tr:nth-child(2n) {
  background-color: unset; }

.ant-table thead > tr > th {
  font-weight: var(--font-bold); }

.ant-pagination-options-size-changer {
  width: 100px !important; }

.ant-btn-primary[disabled], .ant-btn[disabled] {
  background-color: #edf0f6;
  color: #bfc6d0;
  border-color: #e1e7ef; }
  .ant-btn-primary[disabled]:hover, .ant-btn[disabled]:hover {
    background-color: #edf0f6;
    color: #bfc6d0; }

.ant-layout-header {
  padding: 0; }

.ant-btn-primary:focus {
  color: #fff;
  background-color: var(--font-color-link);
  border-color: var(--font-color-link); }

.ant-table {
  border-radius: 10px;
  overflow: hidden; }
  .ant-table thead tr th {
    border-bottom: none; }

.ant-back-top-content {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: white !important;
  box-shadow: 0px 0px 4px 0px rgba(30, 96, 249, 0.1); }

.ant-back-top-content:hover {
  box-shadow: 0px 0px 15px 0px rgba(30, 96, 249, 0.1); }

.ant-back-top-icon {
  background-image: url("/image/back2Top.png") !important;
  background-size: 130% 130% !important;
  width: 100% !important;
  height: 100% !important;
  margin: unset !important;
  background-position: center; }

.ant-back-top {
  bottom: 73px;
  right: 63px !important; }

.ant-btn-primary {
  border-color: transparent; }

.ant-btn-primary {
  background-color: var(--font-color-link); }

.ant-tooltip-inner {
  min-height: unset; }

.ReactModalPortal .modal-content-close-img {
  padding-top: 0; }

body {
  font-size: 16px;
  line-height: unset; }

:root {
  --ifm-font-size-base: 16px;
  --header-height: 96px;
  --font-color-title: #1F1F1F;
  --font-color-solgan: #1d262c;
  --font-color-body: #666666;
  --font-color-caption: #999999;
  --font-color-disable: #DDDDDD;
  --font-color-link: #4d98ff;
  --font-color-link-2: #4d98ff;
  --font-color-link-3: #4d98ff;
  --font-color-no: #0a0808;
  --font-color-success: #52c41a;
  --font-color-warning: #faad14;
  --font-color-error: #f5222d;
  --primary-color: #4d98ff;
  --grey-color: #f7f9fc;
  --font-bold: 600;
  --border-color: #dddddd;
  --border-color-1: #ededed;
  --ifm-spacing-horizontal: 0;
  --home-btn-color: #4d98ff;
  --hover-bg-color: #e6f7ff; }

/* UI Primary Colors */
/* #FF661A */
/* UI Secondary Colors */
/* 3.0 colors */
/* Using www naming convention for now, should be consistent with gui */
/* #CF63CF Sounds Primary */
/* modals */
/* Overlay UI Gray Colors */
/* Typography Colors */
/* Down Deep */
/*
    Frameless           <http://framelessgrid.com/>
    by Joni Korpi       <http://jonikorpi.com/>
    licensed under CC0  <http://creativecommons.org/publicdomain/zero/1.0/>
*/
/* Media Queries */
/* Width */
/*
* ... small | medium     | intermediate | big ...
* ... medium-and-smaller |
*          ... intermediate-and-smaller |
*/
/* Height */
@media only screen and (max-width: 479px) {
  #view {
    text-align: center; }
  .inner {
    margin: 0 auto;
    width: 100%; } }

@media only screen and (min-width: 480px) and (max-width: 767px) {
  #view {
    text-align: center; }
  .inner {
    margin: 0 auto;
    width: 480px; } }

@media only screen and (min-width: 768px) and (max-width: 941px) {
  #view {
    text-align: center; }
  .inner {
    margin: 0 auto;
    width: 768px; } }

@media only screen and (min-width: 942px) {
  .inner {
    margin: 0 auto;
    width: 942px; } }

.tab-background {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.25);
  background-color: white;
  width: 100%; }

.tabs {
  background-color: white;
  padding: 0;
  width: 58.75em;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.tabs li {
  line-height: 15px;
  margin: 0;
  border: 0;
  border-radius: 0;
  width: 8.75em;
  text-align: center;
  color: #1f1f1f; }
  .tabs li.active {
    border-bottom: 3px solid #0fbd8c; }
    .tabs li.active:hover {
      border-bottom: 3px solid #0fbd8c;
      color: #1f1f1f; }
  .tabs li:active {
    box-shadow: none;
    padding: .75em 1.5em; }
  .tabs li:hover {
    border-bottom: 3px solid rgba(0, 0, 0, 0.2); }
  .tabs li .tab-icon {
    display: block;
    margin: 0 auto;
    margin-bottom: 4px;
    width: 24px; }
  .tabs li:hover {
    background-color: white;
    color: #1f1f1f; }

*, *::before, *::after {
  box-sizing: initial;
  box-sizing: revert; }

select {
  color: rgba(0, 0, 0, 0.7); }

button {
  box-sizing: border-box; }

.ant-layout {
  min-height: 100vh;
  background-color: var(--grey-color); }

.ant-layout-header, .ant-layout-footer {
  background-color: white; }

.ant-layout-header {
  position: fixed;
  width: 100%;
  box-shadow: 0px 1px 2px 0px rgba(0, 21, 41, 0.12);
  z-index: 100; }

.ant-layout-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: var(--header-height); }

.ant-layout-header {
  height: var(--header-height); }

.ant-modal-content {
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px; }

.ant-btn {
  border-radius: 4px;
  text-shadow: none;
  box-shadow: none; }

table {
  display: table; }

table th, table td {
  border: unset; }

table tr:nth-child(2n) {
  background-color: unset; }

.ant-table thead > tr > th {
  font-weight: var(--font-bold); }

.ant-pagination-options-size-changer {
  width: 100px !important; }

.ant-btn-primary[disabled], .ant-btn[disabled] {
  background-color: #edf0f6;
  color: #bfc6d0;
  border-color: #e1e7ef; }
  .ant-btn-primary[disabled]:hover, .ant-btn[disabled]:hover {
    background-color: #edf0f6;
    color: #bfc6d0; }

.ant-layout-header {
  padding: 0; }

.ant-btn-primary:focus {
  color: #fff;
  background-color: var(--font-color-link);
  border-color: var(--font-color-link); }

.ant-table {
  border-radius: 10px;
  overflow: hidden; }
  .ant-table thead tr th {
    border-bottom: none; }

.ant-back-top-content {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: white !important;
  box-shadow: 0px 0px 4px 0px rgba(30, 96, 249, 0.1); }

.ant-back-top-content:hover {
  box-shadow: 0px 0px 15px 0px rgba(30, 96, 249, 0.1); }

.ant-back-top-icon {
  background-image: url("/image/back2Top.png") !important;
  background-size: 130% 130% !important;
  width: 100% !important;
  height: 100% !important;
  margin: unset !important;
  background-position: center; }

.ant-back-top {
  bottom: 73px;
  right: 63px !important; }

.ant-btn-primary {
  border-color: transparent; }

.ant-btn-primary {
  background-color: var(--font-color-link); }

.ant-tooltip-inner {
  min-height: unset; }

.ReactModalPortal .modal-content-close-img {
  padding-top: 0; }

body {
  font-size: 16px;
  line-height: unset; }

:root {
  --ifm-font-size-base: 16px;
  --header-height: 96px;
  --font-color-title: #1F1F1F;
  --font-color-solgan: #1d262c;
  --font-color-body: #666666;
  --font-color-caption: #999999;
  --font-color-disable: #DDDDDD;
  --font-color-link: #4d98ff;
  --font-color-link-2: #4d98ff;
  --font-color-link-3: #4d98ff;
  --font-color-no: #0a0808;
  --font-color-success: #52c41a;
  --font-color-warning: #faad14;
  --font-color-error: #f5222d;
  --primary-color: #4d98ff;
  --grey-color: #f7f9fc;
  --font-bold: 600;
  --border-color: #dddddd;
  --border-color-1: #ededed;
  --ifm-spacing-horizontal: 0;
  --home-btn-color: #4d98ff;
  --hover-bg-color: #e6f7ff; }

/* UI Primary Colors */
/* #FF661A */
/* UI Secondary Colors */
/* 3.0 colors */
/* Using www naming convention for now, should be consistent with gui */
/* #CF63CF Sounds Primary */
/* modals */
/* Overlay UI Gray Colors */
/* Typography Colors */
/* Down Deep */
/*
    Frameless           <http://framelessgrid.com/>
    by Joni Korpi       <http://jonikorpi.com/>
    licensed under CC0  <http://creativecommons.org/publicdomain/zero/1.0/>
*/
/* Media Queries */
/* Width */
/*
* ... small | medium     | intermediate | big ...
* ... medium-and-smaller |
*          ... intermediate-and-smaller |
*/
/* Height */
@media only screen and (max-width: 479px) {
  #view {
    text-align: center; }
  .inner {
    margin: 0 auto;
    width: 100%; } }

@media only screen and (min-width: 480px) and (max-width: 767px) {
  #view {
    text-align: center; }
  .inner {
    margin: 0 auto;
    width: 480px; } }

@media only screen and (min-width: 768px) and (max-width: 941px) {
  #view {
    text-align: center; }
  .inner {
    margin: 0 auto;
    width: 768px; } }

@media only screen and (min-width: 942px) {
  .inner {
    margin: 0 auto;
    width: 942px; } }

.title-banner {
  transition: background-image .5s ease, background-color .5s ease;
  margin-bottom: 40px;
  background-color: #0fbd8c;
  background-position: center;
  background-size: cover;
  padding: 20px 0;
  width: 100%; }

.title-banner-h1,
.title-banner-p {
  margin: 0 auto;
  padding: 5px 0;
  text-align: center;
  color: white; }

.title-banner-p {
  max-width: 500px; }

.title-banner-strong {
  font-weight: 700; }

.title-banner.mod-blue-bg {
  background-color: #4d97ff; }
  .title-banner.mod-blue-bg a {
    color: white; }
  .title-banner.mod-blue-bg a.mod-underline {
    text-decoration: underline; }

/*
 * Styles for the Row component used by formsy-react-components
 * Should be imported for each component that extends one of
 * the formsy-react-components
 */
.row .required-symbol {
  display: none; }

.row label {
  display: inline-block;
  margin-bottom: .75rem; }

.row.no-label label {
  display: none; }

/* allow elements such as validation errors to position relative to this row */
.row-with-tooltip {
  position: relative; }

.row-label {
  margin-bottom: .75rem;
  line-height: 1.7rem; }

.row-inline {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

/* override margin-bottom so placing a label next to a radio button does not
mess up vertical alignment */
.row-inline label {
  margin-bottom: 0; }

*, *::before, *::after {
  box-sizing: initial;
  box-sizing: revert; }

select {
  color: rgba(0, 0, 0, 0.7); }

button {
  box-sizing: border-box; }

.ant-layout {
  min-height: 100vh;
  background-color: var(--grey-color); }

.ant-layout-header, .ant-layout-footer {
  background-color: white; }

.ant-layout-header {
  position: fixed;
  width: 100%;
  box-shadow: 0px 1px 2px 0px rgba(0, 21, 41, 0.12);
  z-index: 100; }

.ant-layout-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: var(--header-height); }

.ant-layout-header {
  height: var(--header-height); }

.ant-modal-content {
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px; }

.ant-btn {
  border-radius: 4px;
  text-shadow: none;
  box-shadow: none; }

table {
  display: table; }

table th, table td {
  border: unset; }

table tr:nth-child(2n) {
  background-color: unset; }

.ant-table thead > tr > th {
  font-weight: var(--font-bold); }

.ant-pagination-options-size-changer {
  width: 100px !important; }

.ant-btn-primary[disabled], .ant-btn[disabled] {
  background-color: #edf0f6;
  color: #bfc6d0;
  border-color: #e1e7ef; }
  .ant-btn-primary[disabled]:hover, .ant-btn[disabled]:hover {
    background-color: #edf0f6;
    color: #bfc6d0; }

.ant-layout-header {
  padding: 0; }

.ant-btn-primary:focus {
  color: #fff;
  background-color: var(--font-color-link);
  border-color: var(--font-color-link); }

.ant-table {
  border-radius: 10px;
  overflow: hidden; }
  .ant-table thead tr th {
    border-bottom: none; }

.ant-back-top-content {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: white !important;
  box-shadow: 0px 0px 4px 0px rgba(30, 96, 249, 0.1); }

.ant-back-top-content:hover {
  box-shadow: 0px 0px 15px 0px rgba(30, 96, 249, 0.1); }

.ant-back-top-icon {
  background-image: url("/image/back2Top.png") !important;
  background-size: 130% 130% !important;
  width: 100% !important;
  height: 100% !important;
  margin: unset !important;
  background-position: center; }

.ant-back-top {
  bottom: 73px;
  right: 63px !important; }

.ant-btn-primary {
  border-color: transparent; }

.ant-btn-primary {
  background-color: var(--font-color-link); }

.ant-tooltip-inner {
  min-height: unset; }

.ReactModalPortal .modal-content-close-img {
  padding-top: 0; }

body {
  font-size: 16px;
  line-height: unset; }

:root {
  --ifm-font-size-base: 16px;
  --header-height: 96px;
  --font-color-title: #1F1F1F;
  --font-color-solgan: #1d262c;
  --font-color-body: #666666;
  --font-color-caption: #999999;
  --font-color-disable: #DDDDDD;
  --font-color-link: #4d98ff;
  --font-color-link-2: #4d98ff;
  --font-color-link-3: #4d98ff;
  --font-color-no: #0a0808;
  --font-color-success: #52c41a;
  --font-color-warning: #faad14;
  --font-color-error: #f5222d;
  --primary-color: #4d98ff;
  --grey-color: #f7f9fc;
  --font-bold: 600;
  --border-color: #dddddd;
  --border-color-1: #ededed;
  --ifm-spacing-horizontal: 0;
  --home-btn-color: #4d98ff;
  --hover-bg-color: #e6f7ff; }

/* UI Primary Colors */
/* #FF661A */
/* UI Secondary Colors */
/* 3.0 colors */
/* Using www naming convention for now, should be consistent with gui */
/* #CF63CF Sounds Primary */
/* modals */
/* Overlay UI Gray Colors */
/* Typography Colors */
/* Down Deep */
/*
    Frameless           <http://framelessgrid.com/>
    by Joni Korpi       <http://jonikorpi.com/>
    licensed under CC0  <http://creativecommons.org/publicdomain/zero/1.0/>
*/
/* Media Queries */
/* Width */
/*
* ... small | medium     | intermediate | big ...
* ... medium-and-smaller |
*          ... intermediate-and-smaller |
*/
/* Height */
@media only screen and (max-width: 479px) {
  #view {
    text-align: center; }
  .inner {
    margin: 0 auto;
    width: 100%; } }

@media only screen and (min-width: 480px) and (max-width: 767px) {
  #view {
    text-align: center; }
  .inner {
    margin: 0 auto;
    width: 480px; } }

@media only screen and (min-width: 768px) and (max-width: 941px) {
  #view {
    text-align: center; }
  .inner {
    margin: 0 auto;
    width: 768px; } }

@media only screen and (min-width: 942px) {
  .inner {
    margin: 0 auto;
    width: 942px; } }

.select label {
  font-weight: 500; }

.select select {
  transition: border .5s ease;
  margin-bottom: .75rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  background: #fafafa url(data:image/svg+xml;base64,PHN2ZyBkYXRhLW5hbWU9IkxheWVyIDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjQ4IiBoZWlnaHQ9IjY0Ij48cGF0aCBkPSJNMjQgMzcuNDNhMS44OCAxLjg4IDAgMCAxLTEuMzMtLjU1bC01LjExLTUuMTFhMS44NyAxLjg3IDAgMCAxIDAtMi42NGMuNzMtLjczIDEyLjE0LS43MyAxMi44NyAwYTEuODcgMS44NyAwIDAgMSAwIDIuNjRsLTUuMTEgNS4xMWExLjg2IDEuODYgMCAwIDEtMS4zMi41NXoiIGZpbGw9IiNiM2IzYjMiLz48cGF0aCBzdHlsZT0iaXNvbGF0aW9uOmlzb2xhdGUiIGZpbGw9IiMyMzFmMjAiIG9wYWNpdHk9Ii4xIiBkPSJNLjAxIDBoMXY2NGgtMXoiLz48L3N2Zz4=) no-repeat right center;
  padding-right: 4rem;
  padding-left: 1rem;
  width: 100%;
  height: 3rem;
  color: #1f1f1f;
  font-size: .875rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .select select::-ms-expand {
    display: none; }
  .select select::-ms-value {
    background-color: inherit;
    padding-left: 1rem;
    color: inherit; }
  .select select:focus {
    outline: none;
    border: 1px solid #4d97ff; }
  .select select:-moz-focusring {
    text-shadow: 0 0 0 #1f1f1f;
    color: transparent; }
  .select select:focus, .select select:hover {
    background: #fafafa url(data:image/svg+xml;base64,PHN2ZyBkYXRhLW5hbWU9IkxheWVyIDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjQ4IiBoZWlnaHQ9IjY0Ij48cGF0aCBzdHlsZT0iaXNvbGF0aW9uOmlzb2xhdGUiIGZpbGw9IiMyMzFmMjAiIG9wYWNpdHk9Ii4xIiBkPSJNLjAxIDBoNDh2NjRoLTQ4eiIvPjxwYXRoIGQ9Ik0yNCAzNy41OGExLjg4IDEuODggMCAwIDEtMS4zMy0uNThsLTUuMTEtNS4xMWExLjg5IDEuODkgMCAwIDEgMC0yLjY1Yy43My0uNzMgMTIuMTQtLjczIDEyLjg3IDBhMS44NyAxLjg3IDAgMCAxIDAgMi42NEwyNS4zMiAzN2ExLjg2IDEuODYgMCAwIDEtMS4zMi41OHoiIGZpbGw9IiNiM2IzYjMiLz48L3N2Zz4=) no-repeat right center; }
  .select select > option {
    background-color: white;
    width: 100%; }

#member_avatar_content {
  position: relative;
  height: 100%; }
  #member_avatar_content .avatarIcon {
    position: absolute;
    width: 15px;
    height: 15px;
    right: 4px;
    bottom: 3px;
    z-index: 10; }
    #member_avatar_content .avatarIcon img {
      width: 100%;
      height: 100%; }

*, *::before, *::after {
  box-sizing: initial;
  box-sizing: revert; }

select {
  color: rgba(0, 0, 0, 0.7); }

button {
  box-sizing: border-box; }

.ant-layout {
  min-height: 100vh;
  background-color: var(--grey-color); }

.ant-layout-header, .ant-layout-footer {
  background-color: white; }

.ant-layout-header {
  position: fixed;
  width: 100%;
  box-shadow: 0px 1px 2px 0px rgba(0, 21, 41, 0.12);
  z-index: 100; }

.ant-layout-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: var(--header-height); }

.ant-layout-header {
  height: var(--header-height); }

.ant-modal-content {
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px; }

.ant-btn {
  border-radius: 4px;
  text-shadow: none;
  box-shadow: none; }

table {
  display: table; }

table th, table td {
  border: unset; }

table tr:nth-child(2n) {
  background-color: unset; }

.ant-table thead > tr > th {
  font-weight: var(--font-bold); }

.ant-pagination-options-size-changer {
  width: 100px !important; }

.ant-btn-primary[disabled], .ant-btn[disabled] {
  background-color: #edf0f6;
  color: #bfc6d0;
  border-color: #e1e7ef; }
  .ant-btn-primary[disabled]:hover, .ant-btn[disabled]:hover {
    background-color: #edf0f6;
    color: #bfc6d0; }

.ant-layout-header {
  padding: 0; }

.ant-btn-primary:focus {
  color: #fff;
  background-color: var(--font-color-link);
  border-color: var(--font-color-link); }

.ant-table {
  border-radius: 10px;
  overflow: hidden; }
  .ant-table thead tr th {
    border-bottom: none; }

.ant-back-top-content {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: white !important;
  box-shadow: 0px 0px 4px 0px rgba(30, 96, 249, 0.1); }

.ant-back-top-content:hover {
  box-shadow: 0px 0px 15px 0px rgba(30, 96, 249, 0.1); }

.ant-back-top-icon {
  background-image: url("/image/back2Top.png") !important;
  background-size: 130% 130% !important;
  width: 100% !important;
  height: 100% !important;
  margin: unset !important;
  background-position: center; }

.ant-back-top {
  bottom: 73px;
  right: 63px !important; }

.ant-btn-primary {
  border-color: transparent; }

.ant-btn-primary {
  background-color: var(--font-color-link); }

.ant-tooltip-inner {
  min-height: unset; }

.ReactModalPortal .modal-content-close-img {
  padding-top: 0; }

body {
  font-size: 16px;
  line-height: unset; }

:root {
  --ifm-font-size-base: 16px;
  --header-height: 96px;
  --font-color-title: #1F1F1F;
  --font-color-solgan: #1d262c;
  --font-color-body: #666666;
  --font-color-caption: #999999;
  --font-color-disable: #DDDDDD;
  --font-color-link: #4d98ff;
  --font-color-link-2: #4d98ff;
  --font-color-link-3: #4d98ff;
  --font-color-no: #0a0808;
  --font-color-success: #52c41a;
  --font-color-warning: #faad14;
  --font-color-error: #f5222d;
  --primary-color: #4d98ff;
  --grey-color: #f7f9fc;
  --font-bold: 600;
  --border-color: #dddddd;
  --border-color-1: #ededed;
  --ifm-spacing-horizontal: 0;
  --home-btn-color: #4d98ff;
  --hover-bg-color: #e6f7ff; }

/* UI Primary Colors */
/* #FF661A */
/* UI Secondary Colors */
/* 3.0 colors */
/* Using www naming convention for now, should be consistent with gui */
/* #CF63CF Sounds Primary */
/* modals */
/* Overlay UI Gray Colors */
/* Typography Colors */
/* Down Deep */
.thumbnail {
  position: relative; }
  .thumbnail .thumbnail-image {
    display: block; }
    .thumbnail .thumbnail-image img {
      margin-bottom: 2px;
      border: 1px solid #d9d9d9; }
  .thumbnail .thumbnail-title,
  .thumbnail .thumbnail-creator, .thumbnail .thumbnail-loves, .thumbnail .thumbnail-favorites, .thumbnail .thumbnail-remixes, .thumbnail .thumbnail-views {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2em;
    white-space: nowrap;
    word-wrap: break-word; }
  .thumbnail .thumbnail-title {
    margin-bottom: 1px;
    font-size: 0.923em;
    font-weight: 800; }
    .thumbnail .thumbnail-title a {
      display: block; }
  .thumbnail .thumbnail-creator, .thumbnail .thumbnail-loves, .thumbnail .thumbnail-favorites, .thumbnail .thumbnail-remixes, .thumbnail .thumbnail-views {
    color: #1f1f1f;
    font-size: 0.8462em; }
    .thumbnail .thumbnail-creator a, .thumbnail .thumbnail-loves a, .thumbnail .thumbnail-favorites a, .thumbnail .thumbnail-remixes a, .thumbnail .thumbnail-views a {
      display: inline; }
  .thumbnail .thumbnail-loves,
  .thumbnail .thumbnail-favorites,
  .thumbnail .thumbnail-remixes,
  .thumbnail .thumbnail-views {
    display: inline;
    margin-right: 10px; }
    .thumbnail .thumbnail-loves:before,
    .thumbnail .thumbnail-favorites:before,
    .thumbnail .thumbnail-remixes:before,
    .thumbnail .thumbnail-views:before {
      display: inline-block;
      margin-right: 0.1rem;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: contain;
      width: 0.93rem;
      height: 0.93rem;
      vertical-align: text-top;
      content: ''; }
  .thumbnail .thumbnail-loves:before {
    background-image: url("/svgs/love/love_type-gray.svg"); }
  .thumbnail .thumbnail-favorites:before {
    background-image: url("/svgs/favorite/favorite_type-gray.svg"); }
  .thumbnail .thumbnail-remixes:before {
    background-image: url("/svgs/remix/remix_type-gray.svg"); }
  .thumbnail .thumbnail-views:before {
    background-image: url("/svgs/view/view_type-gray.svg"); }
  .thumbnail.project {
    width: 144px; }
    .thumbnail.project .thumbnail-image img {
      width: 144px;
      height: 108px; }
  .thumbnail.gallery {
    width: 144px; }
    .thumbnail.gallery img {
      width: 144px;
      height: 100px; }
  .thumbnail:hover .removeBtn {
    display: block; }
  .thumbnail .removeBtn {
    display: none;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer; }
    .thumbnail .removeBtn span {
      font-size: 20px;
      opacity: 0.8; }

/*
    Frameless           <http://framelessgrid.com/>
    by Joni Korpi       <http://jonikorpi.com/>
    licensed under CC0  <http://creativecommons.org/publicdomain/zero/1.0/>
*/
/* Media Queries */
/* Width */
/*
* ... small | medium     | intermediate | big ...
* ... medium-and-smaller |
*          ... intermediate-and-smaller |
*/
/* Height */
@media only screen and (max-width: 479px) {
  #view {
    text-align: center; }
  .inner {
    margin: 0 auto;
    width: 100%; } }

@media only screen and (min-width: 480px) and (max-width: 767px) {
  #view {
    text-align: center; }
  .inner {
    margin: 0 auto;
    width: 480px; } }

@media only screen and (min-width: 768px) and (max-width: 941px) {
  #view {
    text-align: center; }
  .inner {
    margin: 0 auto;
    width: 768px; } }

@media only screen and (min-width: 942px) {
  .inner {
    margin: 0 auto;
    width: 942px; } }

.flex-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .flex-row.column {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .flex-row.uneven {
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
                -ms-grid-row-align: flex-start;
            align-items: flex-start; }
    .flex-row.uneven .short {
      width: 13.75em; }
    .flex-row.uneven .long {
      width: 38.75em;
      text-align: left; }
  @media only screen and (max-width: 767px) {
    .flex-row {
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      .flex-row.uneven .short,
      .flex-row.uneven .long {
        margin: auto;
        width: 90%; } }

/*
    Frameless           <http://framelessgrid.com/>
    by Joni Korpi       <http://jonikorpi.com/>
    licensed under CC0  <http://creativecommons.org/publicdomain/zero/1.0/>
*/
/* Media Queries */
/* Width */
/*
* ... small | medium     | intermediate | big ...
* ... medium-and-smaller |
*          ... intermediate-and-smaller |
*/
/* Height */
@media only screen and (max-width: 479px) {
  #view {
    text-align: center; }
  .inner {
    margin: 0 auto;
    width: 100%; } }

@media only screen and (min-width: 480px) and (max-width: 767px) {
  #view {
    text-align: center; }
  .inner {
    margin: 0 auto;
    width: 480px; } }

@media only screen and (min-width: 768px) and (max-width: 941px) {
  #view {
    text-align: center; }
  .inner {
    margin: 0 auto;
    width: 768px; } }

@media only screen and (min-width: 942px) {
  .inner {
    margin: 0 auto;
    width: 942px; } }

*, *::before, *::after {
  box-sizing: initial;
  box-sizing: revert; }

select {
  color: rgba(0, 0, 0, 0.7); }

button {
  box-sizing: border-box; }

.ant-layout {
  min-height: 100vh;
  background-color: var(--grey-color); }

.ant-layout-header, .ant-layout-footer {
  background-color: white; }

.ant-layout-header {
  position: fixed;
  width: 100%;
  box-shadow: 0px 1px 2px 0px rgba(0, 21, 41, 0.12);
  z-index: 100; }

.ant-layout-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: var(--header-height); }

.ant-layout-header {
  height: var(--header-height); }

.ant-modal-content {
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px; }

.ant-btn {
  border-radius: 4px;
  text-shadow: none;
  box-shadow: none; }

table {
  display: table; }

table th, table td {
  border: unset; }

table tr:nth-child(2n) {
  background-color: unset; }

.ant-table thead > tr > th {
  font-weight: var(--font-bold); }

.ant-pagination-options-size-changer {
  width: 100px !important; }

.ant-btn-primary[disabled], .ant-btn[disabled] {
  background-color: #edf0f6;
  color: #bfc6d0;
  border-color: #e1e7ef; }
  .ant-btn-primary[disabled]:hover, .ant-btn[disabled]:hover {
    background-color: #edf0f6;
    color: #bfc6d0; }

.ant-layout-header {
  padding: 0; }

.ant-btn-primary:focus {
  color: #fff;
  background-color: var(--font-color-link);
  border-color: var(--font-color-link); }

.ant-table {
  border-radius: 10px;
  overflow: hidden; }
  .ant-table thead tr th {
    border-bottom: none; }

.ant-back-top-content {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: white !important;
  box-shadow: 0px 0px 4px 0px rgba(30, 96, 249, 0.1); }

.ant-back-top-content:hover {
  box-shadow: 0px 0px 15px 0px rgba(30, 96, 249, 0.1); }

.ant-back-top-icon {
  background-image: url("/image/back2Top.png") !important;
  background-size: 130% 130% !important;
  width: 100% !important;
  height: 100% !important;
  margin: unset !important;
  background-position: center; }

.ant-back-top {
  bottom: 73px;
  right: 63px !important; }

.ant-btn-primary {
  border-color: transparent; }

.ant-btn-primary {
  background-color: var(--font-color-link); }

.ant-tooltip-inner {
  min-height: unset; }

.ReactModalPortal .modal-content-close-img {
  padding-top: 0; }

body {
  font-size: 16px;
  line-height: unset; }

:root {
  --ifm-font-size-base: 16px;
  --header-height: 96px;
  --font-color-title: #1F1F1F;
  --font-color-solgan: #1d262c;
  --font-color-body: #666666;
  --font-color-caption: #999999;
  --font-color-disable: #DDDDDD;
  --font-color-link: #4d98ff;
  --font-color-link-2: #4d98ff;
  --font-color-link-3: #4d98ff;
  --font-color-no: #0a0808;
  --font-color-success: #52c41a;
  --font-color-warning: #faad14;
  --font-color-error: #f5222d;
  --primary-color: #4d98ff;
  --grey-color: #f7f9fc;
  --font-bold: 600;
  --border-color: #dddddd;
  --border-color-1: #ededed;
  --ifm-spacing-horizontal: 0;
  --home-btn-color: #4d98ff;
  --hover-bg-color: #e6f7ff; }

/* UI Primary Colors */
/* #FF661A */
/* UI Secondary Colors */
/* 3.0 colors */
/* Using www naming convention for now, should be consistent with gui */
/* #CF63CF Sounds Primary */
/* modals */
/* Overlay UI Gray Colors */
/* Typography Colors */
/* Down Deep */
.grid {
  display: inline-block;
  width: 100%; }
  .grid .flex-row {
    margin: 0 auto;
    padding: 12px 0;
    width: 58.75em;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .grid .thumbnail {
    margin: 7px;
    border-radius: 4px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
    background-color: white;
    padding-bottom: 4px;
    width: 220px; }
    .grid .thumbnail .thumbnail-image {
      margin: 8px auto;
      width: 204px; }
    .grid .thumbnail .thumbnail-info {
      margin: 0 auto;
      width: 204px; }
      .grid .thumbnail .thumbnail-info .creator-image {
        float: left; }
        .grid .thumbnail .thumbnail-info .creator-image img {
          margin-right: 8px;
          border-radius: 4px;
          width: 32px;
          height: 32px; }
      .grid .thumbnail .thumbnail-info .thumbnail-title {
        float: left;
        max-width: 164px; }
        .grid .thumbnail .thumbnail-info .thumbnail-title .thumbnail-creator a {
          color: #1f1f1f; }
    .grid .thumbnail.project {
      height: 208px; }
      .grid .thumbnail.project .thumbnail-image {
        height: 152px; }
        .grid .thumbnail.project .thumbnail-image img {
          margin: 0 auto;
          border: 0;
          border-radius: 4px;
          width: 204px;
          height: 152px; }
    .grid .thumbnail.gallery {
      height: 210px; }
      .grid .thumbnail.gallery .thumbnail-image {
        height: 152px; }
        .grid .thumbnail.gallery .thumbnail-image img {
          border: 0;
          border-radius: 4px;
          width: 204px;
          height: 152px; }
  .grid.column {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  @media only screen and (max-width: 479px) {
    .grid .flex-row {
      width: 18.75em; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .grid .flex-row {
      width: 28.75em; } }
  @media only screen and (min-width: 768px) and (max-width: 941px) {
    .grid .flex-row {
      width: 43.75em; } }

*, *::before, *::after {
  box-sizing: initial;
  box-sizing: revert; }

select {
  color: rgba(0, 0, 0, 0.7); }

button {
  box-sizing: border-box; }

.ant-layout {
  min-height: 100vh;
  background-color: var(--grey-color); }

.ant-layout-header, .ant-layout-footer {
  background-color: white; }

.ant-layout-header {
  position: fixed;
  width: 100%;
  box-shadow: 0px 1px 2px 0px rgba(0, 21, 41, 0.12);
  z-index: 100; }

.ant-layout-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: var(--header-height); }

.ant-layout-header {
  height: var(--header-height); }

.ant-modal-content {
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px; }

.ant-btn {
  border-radius: 4px;
  text-shadow: none;
  box-shadow: none; }

table {
  display: table; }

table th, table td {
  border: unset; }

table tr:nth-child(2n) {
  background-color: unset; }

.ant-table thead > tr > th {
  font-weight: var(--font-bold); }

.ant-pagination-options-size-changer {
  width: 100px !important; }

.ant-btn-primary[disabled], .ant-btn[disabled] {
  background-color: #edf0f6;
  color: #bfc6d0;
  border-color: #e1e7ef; }
  .ant-btn-primary[disabled]:hover, .ant-btn[disabled]:hover {
    background-color: #edf0f6;
    color: #bfc6d0; }

.ant-layout-header {
  padding: 0; }

.ant-btn-primary:focus {
  color: #fff;
  background-color: var(--font-color-link);
  border-color: var(--font-color-link); }

.ant-table {
  border-radius: 10px;
  overflow: hidden; }
  .ant-table thead tr th {
    border-bottom: none; }

.ant-back-top-content {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: white !important;
  box-shadow: 0px 0px 4px 0px rgba(30, 96, 249, 0.1); }

.ant-back-top-content:hover {
  box-shadow: 0px 0px 15px 0px rgba(30, 96, 249, 0.1); }

.ant-back-top-icon {
  background-image: url("/image/back2Top.png") !important;
  background-size: 130% 130% !important;
  width: 100% !important;
  height: 100% !important;
  margin: unset !important;
  background-position: center; }

.ant-back-top {
  bottom: 73px;
  right: 63px !important; }

.ant-btn-primary {
  border-color: transparent; }

.ant-btn-primary {
  background-color: var(--font-color-link); }

.ant-tooltip-inner {
  min-height: unset; }

.ReactModalPortal .modal-content-close-img {
  padding-top: 0; }

body {
  font-size: 16px;
  line-height: unset; }

:root {
  --ifm-font-size-base: 16px;
  --header-height: 96px;
  --font-color-title: #1F1F1F;
  --font-color-solgan: #1d262c;
  --font-color-body: #666666;
  --font-color-caption: #999999;
  --font-color-disable: #DDDDDD;
  --font-color-link: #4d98ff;
  --font-color-link-2: #4d98ff;
  --font-color-link-3: #4d98ff;
  --font-color-no: #0a0808;
  --font-color-success: #52c41a;
  --font-color-warning: #faad14;
  --font-color-error: #f5222d;
  --primary-color: #4d98ff;
  --grey-color: #f7f9fc;
  --font-bold: 600;
  --border-color: #dddddd;
  --border-color-1: #ededed;
  --ifm-spacing-horizontal: 0;
  --home-btn-color: #4d98ff;
  --hover-bg-color: #e6f7ff; }

/* UI Primary Colors */
/* #FF661A */
/* UI Secondary Colors */
/* 3.0 colors */
/* Using www naming convention for now, should be consistent with gui */
/* #CF63CF Sounds Primary */
/* modals */
/* Overlay UI Gray Colors */
/* Typography Colors */
/* Down Deep */
/*
    Frameless           <http://framelessgrid.com/>
    by Joni Korpi       <http://jonikorpi.com/>
    licensed under CC0  <http://creativecommons.org/publicdomain/zero/1.0/>
*/
/* Media Queries */
/* Width */
/*
* ... small | medium     | intermediate | big ...
* ... medium-and-smaller |
*          ... intermediate-and-smaller |
*/
/* Height */
@media only screen and (max-width: 479px) {
  #view {
    text-align: center; }
  .inner {
    margin: 0 auto;
    width: 100%; } }

@media only screen and (min-width: 480px) and (max-width: 767px) {
  #view {
    text-align: center; }
  .inner {
    margin: 0 auto;
    width: 480px; } }

@media only screen and (min-width: 768px) and (max-width: 941px) {
  #view {
    text-align: center; }
  .inner {
    margin: 0 auto;
    width: 768px; } }

@media only screen and (min-width: 942px) {
  .inner {
    margin: 0 auto;
    width: 942px; } }

#view {
  background-color: #f2f2f2;
  padding: 0; }

.outer {
  /* HACK: sort controls are terrible. There's some sort of magic formula for height of formsy components that I can't control. */ }
  .outer .title-banner.masthead {
    margin-bottom: 0;
    background-color: #0078E7;
    padding: 0; }
    .outer .title-banner.masthead h1 {
      text-align: center;
      color: white;
      font-size: 3rem; }
    .outer .title-banner.masthead p {
      margin: 0;
      width: 28.75em;
      text-align: left;
      color: white; }
      .outer .title-banner.masthead p a {
        border-bottom: 1px solid white;
        color: white; }
  .outer .community_tab {
    margin: 0 90px; }
    .outer .community_tab li {
      padding-left: 0;
      padding-right: 0;
      width: 100%; }
    .outer .community_tab .active, .outer .community_tab .active:hover {
      border-color: #0084FF; }
  .outer .left-pusher {
    margin-right: auto;
    width: 8.75rem; }
  .outer .tabs {
    width: 58.75rem; }
  .outer .sort-controls {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    border-bottom: 1px solid #d9d9d9;
    padding: 8px 0;
    width: 58.75rem;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .outer .sort-mode {
    margin-top: -4px;
    width: 13.75rem; }
    .outer .sort-mode .select select {
      margin-bottom: 0;
      border: 0;
      background-color: transparent;
      height: 32px;
      color: #1f1f1f; }
      .outer .sort-mode .select select:focus, .outer .sort-mode .select select:active {
        background-color: transparent; }
    .outer .sort-mode .select .help-block {
      display: none; }
  .outer .categories {
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .outer .categories li {
      border: 0;
      background-color: rgba(0, 0, 0, 0.1);
      color: white; }
      .outer .categories li.active {
        opacity: 1;
        background-color: #0fbd8c;
        color: white; }
      .outer .categories li:active {
        padding: .75em 1.5em; }
      .outer .categories li:hover {
        background-color: rgba(0, 0, 0, 0.2); }
  .outer .extensionCategories {
    width: auto;
    margin: 0; }
  .outer #projectBox {
    background-color: #f2f2f2;
    padding-top: 16px;
    padding-bottom: 32px;
    width: 100%; }
    .outer #projectBox .button {
      display: block;
      margin: 0 auto;
      width: 58.75rem; }

@media only screen and (max-width: 479px) {
  .outer .tabs {
    width: 18.75em; }
  .outer .sort-controls {
    width: 18.75em; }
  .outer #projectBox .button {
    width: 18.75em; } }

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .outer .tabs {
    width: 28.75em; }
  .outer .sort-controls {
    width: 28.75em; }
  .outer #projectBox .button {
    width: 28.75em; } }

@media only screen and (min-width: 768px) and (max-width: 941px) {
  .outer .tabs {
    width: 38.75em; }
  .outer .sort-controls {
    width: 38.75em; }
  .outer #projectBox .grid .flex-row {
    width: 43.75em; }
  .outer #projectBox .button {
    width: 43.75em; } }

