/* Stylesheet for source */
/*  VARIABLES  =====================================================================================================  */
/*  ================================================================================================================  */
/*  THEME COLORS  */
/*  FORMS  */
/*  ----------------------------------------------------------------------------------------------------
a = padlock                             A = padlock - unlocked
b = user avatar                         B =
c = check thin                          C =
d = check thick                         D =
e = check with circle                   E =
f = envenlope                           F =
g = gears (3 cogs)                      G = gear (1 cog)
h = dashboard                           H = list
i = plus thin                           I = settings
j = plus thick                          J = default
k = magnifying glass                    K = @
l = login                               L = logout
m = tv                                  M =
n = package                             N =
o = chart                               O =
p = clipboard                           P =
q = add to cart                         Q =
r =                                     R =
s =                                     S =
t =                                     T =
u =                                     U =
v =                                     V =
w =                                     W =
x = X with circle                       X = X with no circle
y =                                     Y = map pointer
z =                                     Z =

. = message bubbles
, = hamburger menu

1 = arrow up
2 = arrow right
3 = arrow down
4 = arrow left
5 = chevron up w/circle
6 = chevron right w/circle
7 = chevron down w/circle
8 = chevron left w/circle
9 =
10 =
! = arrow up w/cricle
@ = arrow right w/cricle
# = arrow down w/cricle
$ = arrow left w/cricle

* * THE FOLLOWING CHARACTERS ARE RESERVED FOR THEMES
% ^ & * ( ) ? / ' " [ ] { }
----------------------------------------------------------------------------------------------------  */
/*@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:400,700|Quattrocento+Sans:400,700);*/
@font-face {
  font-family: "Quattrocento Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Quattrocento Sans"), local("QuattrocentoSans"), url(../fonts/efd6FGWWGX5Z3ztwLBrG9czpYVnxV7fe3GzmF357o4o.woff2) format("woff2");
}
@font-face {
  font-family: "Quattrocento Sans";
  font-style: normal;
  font-weight: 700;
  src: local("Quattrocento Sans Bold"), local("QuattrocentoSans-Bold"), url(../fonts/tXSgPxDl7Lk8Zr_5qX8FISMwD46KpV4ZaXo4aI1TkGT3rGVtsTkPsbDajuO5ueQw.woff2) format("woff2");
}
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 400;
  src: local("Roboto Slab Regular"), local("RobotoSlab-Regular"), url(../fonts/y7lebkjgREBJK96VQi37Zogp9Q8gbYrhqGlRav_IXfk.woff2) format("woff2");
}
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Slab Bold"), local("RobotoSlab-Bold"), url(../fonts/dazS1PrQQuCxC3iOAJFEJf79_ZuUxCigM2DespTnFaw.woff2) format("woff2");
}
@font-face {
  font-family: "IconFont";
  src: url("../fonts/icons/iconfont.eot");
  src: local("?"), url("../fonts/icons/iconfont.woff") format("woff"), url("../fonts/icons/iconfont.otf") format("opentype"), url("../fonts/icons/iconfont.svg#iconfont") format("svg");
}
@media screen and (max-device-width: 480px) {
  @font-face {
    font-family: "IconFont";
    src: url("../fonts/icons/iconfont.eot");
    src: url("../fonts/icons/iconfont.eot?#iefix") format("embedded-opentype"), url("../fonts/icons/iconfont.svg#iconfont") format("svg"), url("../fonts/icons/iconfont.woff") format("woff"), url("../fonts/icons/iconfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
  }
}
[data-icon] {
  text-decoration: none;
}

[data-icon]:before {
  content: attr(data-icon);
}

#source-system-menu .icon:before, [data-icon]:before {
  font-family: "IconFont";
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*, *:before, *:after {
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  color: white;
  font-family: "Quattrocento Sans", Futura, "Trebuchet MS", Arial, sans-serif;
  font-size: 87.5%;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto Slab", "Book Antiqua", Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
  font-weight: normal;
}

h2 {
  background-color: rgba(0, 0, 0, 0.05);
  font-size: 1.3em;
  margin: 0;
  padding: 0 0.7em;
}

a {
  color: #cc393f;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

body, html, .main-wrapper {
  height: 100%;
  max-width: 100%;
  overflow: hidden;
}

#source-base, body {
  background: radial-gradient(#262626, #0d0d0d);
}

img {
  height: auto;
  max-width: 100%;
}

.clear:after {
  content: "";
  clear: both;
  display: table;
}

:focus {
  outline: none;
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 1em 0 1em 1em;
}
nav li {
  list-style: none;
}
nav a {
  display: block;
}

.main-wrapper {
  position: relative;
}

.hidden {
  display: none !important;
}

.top-bar {
  z-index: 0;
}

#main-header {
  z-index: 0;
}

#user-menu-wrap {
  z-index: 0;
}

#account-settings {
  z-index: 1;
}

.gs-dropdown.open {
  z-index: 2;
}

#main-header-left, #main-header-right, #source-header-menu {
  z-index: 2;
}

#menu-bar {
  z-index: 23000;
}

#user-menu-wrap {
  z-index: 23100;
}

#source-header {
  z-index: 23200;
}

#main-header {
  z-index: 24000;
}

.talkbot-main-wrap {
  z-index: 35000;
}

#notificationWindow {
  z-index: 35500;
}

#widget-wrap {
  z-index: 35600;
}

.gs_modal_overlay {
  z-index: 38000;
}

.gs_modal-master-wrap {
  z-index: 38100;
}

#gs_loading-cover {
  z-index: 39000;
}

#gs_loading-gradient {
  z-index: 39400;
}

#gs_loading-wrap {
  z-index: 39500;
}

#gs_loading-spinner-wrap {
  z-index: 39500;
}

.gs_loading-mini-overlay {
  z-index: 39000;
}

/*  =====  FORM ELEMENT INSIDE OF MODALS  =====  */
.checkbox-label, .radio-label {
  z-index: 38105;
}

.gs-dropdown-wrap,
.gs-dropdown,
.gs-dropdown-option-list {
  z-index: 38110;
}

.gs-dropdown-wrap.open {
  z-index: 38120;
}

.gs_ui.dropdown {
  z-index: 38110;
}

.gs_ui.dropdown.copy {
  z-index: 38120;
}

.event-start-date {
  z-index: 38130;
}

#gssl-wrap {
  z-index: 40000;
}

.btn, .btn-base {
  background-color: gray;
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  margin: 18px 0;
  padding: 18px;
  text-align: center;
  text-transform: lowercase;
  text-shadow: 1px 1px 1px 0 rgba(51, 51, 51, 0.31);
  transition: background-color 0.3s ease, opacity 0.3s ease;
  width: 100%;
}
.btn:hover, .btn:active, .btn-base:hover, .btn-base:active {
  background-color: #999999;
}
.btn.btn-sml, .btn-base.btn-sml {
  display: inline-block;
  font-size: 0.8em;
  padding: 9px;
  margin: 9px 9px 9px 0;
  width: auto;
}
.btn.small, .btn.btn-med, .btn-base.small, .btn-base.btn-med {
  display: inline-block;
  padding: 9px;
  margin: 9px 9px 9px 0;
  width: auto;
}
.btn.small:last-child, .btn.btn-med:last-child, .btn-base.small:last-child, .btn-base.btn-med:last-child {
  margin-right: 0;
}
.btn.btn-sml, .btn-base.btn-sml {
  display: inline-block;
  font-size: 1.2em;
  padding: 9px;
  margin: 9px 9px 9px 0;
  width: auto;
}
.btn.btn-primary, .btn.btn-active, .gs_modal-action-wrap .btn.accept, .btn-base.btn-primary, .btn-base.btn-active, .gs_modal-action-wrap .btn-base.accept {
  background-color: #cc393f;
}
.btn.btn-primary:hover, .btn.btn-active:hover, .gs_modal-action-wrap .btn.accept:hover, .btn-base.btn-primary:hover, .btn-base.btn-active:hover, .gs_modal-action-wrap .btn-base.accept:hover {
  background-color: #b3b3b3;
}
.btn.btn-secondary, .btn.btn-inactive, .btn-base.btn-secondary, .btn-base.btn-inactive {
  color: #333333;
  background: #1a1a1a;
}

.hide {
  display: none;
}

.close {
  line-height: 1;
  position: absolute;
  right: 0.5em;
  top: 0.5em;
}
.close:before {
  font-size: 2em;
}

@media (min-width: 44em) {
  div .gs-2-col {
    float: left;
    margin-bottom: 10px;
    padding: 0px 10px 0px 0px;
    width: 50%;
  }
}
@media (min-width: 44em) {
  div .gs-2-col:nth-of-type(even) {
    padding: 0px 0px 0px 10px;
  }
}

@media (min-width: 44em) {
  .gs-3-col {
    float: left;
    margin-bottom: 10px;
    padding: 0px 5px;
    width: 33%;
  }
}

@media (min-width: 44em) {
  .gs-4-col {
    float: left;
    margin-bottom: 10px;
    padding: 0px 5px;
    width: 25%;
  }
}

@media (min-width: 44em) {
  .gs-quarter-col {
    float: left;
    width: 75%;
  }
}

.width-5 {
  width: 5%;
}

.width-10 {
  width: 10%;
}

.width-15 {
  width: 15%;
}

.width-20 {
  width: 20%;
}

.width-25 {
  width: 25%;
}

.width-30 {
  width: 30%;
}

.width-35 {
  width: 35%;
}

.width-40 {
  width: 40%;
}

.width-45 {
  width: 45%;
}

.width-50 {
  width: 50%;
}

.width-55 {
  width: 55%;
}

.width-60 {
  width: 60%;
}

.width-65 {
  width: 65%;
}

.width-70 {
  width: 70%;
}

.width-75 {
  width: 75%;
}

.width-80 {
  width: 80%;
}

.width-85 {
  width: 85%;
}

.width-90 {
  width: 90%;
}

.width-95 {
  width: 95%;
}

.width-100 {
  width: 100%;
}

/*  ==================================================================================================  */
/*  ====  MODAL TABS  ================================================================================  */
/*  ==================================================================================================  */
#tab-wrapper {
  background: #cccccc;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
#tab-wrapper .module-tabs {
  background-color: transparent;
  color: #555555;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  display: block;
  margin: 0;
  min-width: 18%;
  padding: 8px 16px;
  text-align: center;
  transition: all 0.2s;
}
#tab-wrapper .module-tabs:hover, #tab-wrapper .module-tabs:focus {
  background-color: rgba(0, 0, 0, 0.1);
}
#tab-wrapper .module-tabs.active-tab {
  background-color: rgba(250, 250, 250, 0.35);
  color: #cc393f;
}

/*  ==================================================================================================  */
/*  ====  RESULTS SECTIONS ===========================================================================  */
/*  ==================================================================================================  */
.results-section {
  display: block;
}
.results-section.no-add .content-header {
  padding-right: 240px;
}
.results-section.no-add .input-wrap {
  right: 0px;
}

.results-content {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 20px;
  position: absolute;
  right: 0px;
  top: 0px;
}

.results-content-inner {
  min-width: 800px;
}

/*  SECION HEADER  =============================  */
.content-header {
  height: 60px;
  padding-right: 300px;
  position: relative;
}
.content-header h2 {
  background: rgba(0, 0, 0, 0.2);
  font-size: 20px;
  margin-bottom: 10px;
  padding: 10px 20px;
  width: 100%;
}
.content-header .input-wrap {
  position: absolute;
  right: 60px;
  top: 0;
  width: 230px;
}
.content-header input {
  background: rgba(0, 0, 0, 0.2);
  border: none;
  color: #f8f8f8;
  font-size: 12px;
  height: 50px;
  padding: 0px 18px;
  width: 100%;
}

.content-body {
  padding-bottom: 10px;
}
.content-body .tab-content-wrap {
  background: rgba(0, 0, 0, 0.2);
  margin-top: 10px;
}

/*  ADD BUTTON  */
.results-add-btn {
  background: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  position: absolute;
  right: 0px;
  top: 0px;
  height: 50px;
  transition: all 0.2s;
  width: 50px;
}

.results-add-btn:hover {
  background: rgba(0, 0, 0, 0.4);
}

.results-add-btn span {
  color: #eeeeee;
  font-size: 18px;
  transition: all 0.2s;
}

.results-add-btn:hover span {
  color: #cc393f;
}

/*  MULTI SECION   =============================  */
.multisection-wrap {
  bottom: 0px;
  left: 0px;
  padding: 0px;
  position: absolute;
  right: 0px;
  top: 0px;
}
.multisection-wrap .results-section {
  display: none;
}
.multisection-wrap .multisection-header {
  padding: 20px 20px 0px 0px;
  z-index: 20;
}
.multisection-wrap .multisection-header h2 {
  float: left;
  width: auto;
}
.multisection-wrap .results-add-btn {
  left: 410px;
  position: absolute;
  top: 64px;
}
.multisection-wrap .gs-dropdown-wrap {
  float: left;
  left: 10px;
  max-width: 400px;
  position: relative;
  top: 0px;
  width: 100%;
}
.multisection-wrap .gs-dropdown {
  margin: 0px;
}
.multisection-wrap .gs-dropdown-selected {
  cursor: pointer;
  height: auto;
  line-height: 1;
  padding: 14px 10px 36px 10px;
}
.multisection-wrap .gs-dropdown-selected .value {
  padding: 5px 0px;
}
.multisection-wrap .gs-dropdown-selected .icon {
  right: 18px;
}
.multisection-wrap .sections-main-wrap {
  bottom: 0px;
  left: 0px;
  position: absolute;
  right: 0px;
  top: 100px;
  z-index: 10;
}

/*  ACCORDION RESULTS  =========================  */
/*  MULTIPLE RESULT SETS STACKED ON EACH OTHER  */
.accordion-results {
  position: relative;
}
.accordion-results .accordion-result {
  margin-bottom: 4px;
}
.accordion-results .list-wrap {
  left: 0px;
  padding-bottom: 0px;
  position: relative;
  right: 0px;
  top: 0px;
  width: 100%;
}
.accordion-results .list-header {
  color: #777777;
  font-weight: 400;
}
.accordion-results .paging-target {
  bottom: 0px;
  padding: 20px 0px;
  position: relative;
}
.accordion-results .toggle-btn {
  cursor: pointer;
}
.accordion-results .toggle-btn:before {
  content: "6";
}
.accordion-results .ui-state-active .toggle-btn:before {
  content: "7";
}

/*  ==================================================================================================  */
/*  ====  RESULTS / RESULTS TABS  ====================================================================  */
/*  ==================================================================================================  */
/*  TABS  ==============================  */
.tab-row {
  height: 40px;
  position: relative;
  width: 100%;
}
.tab-row .tab-list {
  height: 100%;
  position: relative;
  width: calc(100% - 50px);
}
.tab-row .refresh-button {
  position: absolute;
  right: 0px;
  top: 0px;
}

.tab-content .no-items {
  font-size: 20px;
  margin: 100px auto;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.tab-wrap {
  background: rgba(0, 0, 0, 0.2);
  height: 100%;
}
.tab-wrap li {
  background: transparent;
  box-shadow: -1px 0px 0px 0px rgba(255, 255, 255, 0.15) inset;
  cursor: pointer;
  display: inline-block;
  min-width: 140px;
  padding: 10px 0 6px;
  position: relative;
  transition: background 0.2s;
}
.tab-wrap li:hover {
  background: rgba(255, 255, 255, 0.3);
}
.tab-wrap li.active {
  background: rgba(255, 255, 255, 0.2);
}
.tab-wrap li.remove-enabled {
  padding-right: 20px;
}
.tab-wrap li .label {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  overflow: hidden;
  padding: 0 15px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.tab-wrap li.icon:before {
  font-family: "IconFont";
  font-size: 18px;
  speak: none;
  font-weight: normal;
  font-variant: normal;
  left: 7px;
  line-height: 1;
  margin-top: -8px;
  position: absolute;
  text-transform: none;
  top: 50%;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.tab-wrap li.icon.search-result:before {
  content: "k";
}
.tab-wrap li.icon .label {
  padding: 0px 15px 0px 30px;
}
.tab-wrap li .remove {
  height: 100%;
  font-size: 14px;
  opacity: 0.2;
  padding: 0px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  transition: all 0.2s;
  width: 22px;
}
.tab-wrap li .remove:before {
  display: block;
  position: absolute;
  right: 4px;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
.tab-wrap li .remove:hover {
  background: rgba(0, 0, 0, 0.1);
}
.tab-wrap li .remove:hover:before {
  color: #cc393f;
}
.tab-wrap li:hover .remove {
  opacity: 1;
}

/*  TABS DROPDOWN  =====================  */
.tab-dropdown-wrap {
  background: rgba(0, 0, 0, 0.2);
  float: right;
  height: 40px;
  overflow-y: visible;
  position: absolute;
  right: -50px;
  top: 0;
  transition: all 0.2s;
  width: 40px;
}
.tab-dropdown-wrap:hover {
  background: rgba(0, 0, 0, 0.4);
}
.tab-dropdown-wrap.open {
  background: rgba(255, 255, 255, 0.8);
}
.tab-dropdown-wrap.open .icon::before {
  color: #cc393f;
}
.tab-dropdown-wrap .icon {
  cursor: pointer;
  cursor: pointer;
  font-size: 18px;
  height: 100%;
  margin: 0 auto 0 auto;
  padding: 0;
  position: relative;
  text-align: center;
  width: 100%;
  transition: all 0.2s;
}
.tab-dropdown-wrap .icon::before {
  display: block;
  position: absolute;
  left: 12px;
  top: 12px;
}
.tab-dropdown-wrap .icon:hover {
  color: #cc393f;
}
.tab-dropdown-wrap ul.tab-dropdown-options {
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 5px 10px 0px rgba(13, 13, 13, 0.5);
  position: absolute;
  right: 0;
  width: 180px;
  z-index: 100;
}
.tab-dropdown-wrap ul.tab-dropdown-options li {
  color: #444444;
  cursor: pointer;
  display: block;
  font-weight: bold;
  height: 30px;
  overflow: hidden;
  padding: 5px 10px;
  position: relative;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
  width: 100%;
  transition: all 0.2s;
}
.tab-dropdown-wrap ul.tab-dropdown-options li:hover {
  background: #ffffff;
}
.tab-dropdown-wrap ul.tab-dropdown-options li.active {
  color: #cc393f;
}
.tab-dropdown-wrap ul.tab-dropdown-options li.active::before {
  content: "8";
  font-family: "IconFont";
  position: absolute;
  right: 5px;
  top: 50%;
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
}

/*  TABS CONTENT  ======================  */
.tab-content-wrap {
  padding: 0px 20px;
}

/*  RESULTS LISTS  =====================  */
.list-wrap {
  bottom: 110px;
  left: 20px;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  right: 20px;
  top: 127px;
}
.list-wrap p {
  float: left;
  font-size: 12px;
  height: 100%;
  padding-top: 14px;
  position: relative;
}
.list-wrap .no-items {
  text-align: center;
}

.list-header {
  background: rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  box-sizing: border-box;
  color: #f8f8f8;
  cursor: default;
  float: left;
  font-weight: bold;
  margin: 0px 0px 0px 0px;
  padding: 10px;
  width: 100%;
}

.list-item {
  border-bottom: 1px solid #666666;
  cursor: pointer;
  float: left;
  margin: 0px 0px 0px 0px;
  position: relative;
  padding: 0px 0px 0px 10px;
  width: 100%;
}
.list-item .list-item-content {
  height: 64px;
  position: relative;
  width: 100%;
}
.list-item .list-item-messages {
  color: rgba(255, 255, 255, 0.5);
  float: right;
  font-size: 12px;
  margin: 0px 10px 0px 0px;
  text-transform: capitalize;
}
.list-item .list-item-main-action {
  background: rgba(204, 57, 63, 0.35);
  height: 100%;
  position: absolute;
  right: -200px;
  top: 0px;
  transition: all 0.2s;
}
.list-item .list-item-main-action a {
  background: transparent;
  color: #eeeeee;
  margin: 0px;
  padding: 2px 6px 0px 12px;
  position: relative;
  top: 50%;
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
}
.list-item .list-item-main-action a:before {
  color: #eeeeee;
}
.list-item .list-item-main-action a .name {
  font-size: 0px;
  position: relative;
  text-transform: capitalize;
  top: -3px;
  transition: all 0.15s;
}
.list-item .list-item-main-action a:hover .name {
  font-size: 12px;
}
.list-item .list-item-main-action button {
  margin-left: 8px;
}
.list-item:nth-child(even) {
  background: rgba(0, 0, 0, 0.1);
}
.list-item:hover {
  background: rgba(204, 57, 63, 0.35);
}
.list-item:hover .list-item-main-action {
  right: 0px;
}

.list-header.has-messages .list-item-content, .list-item.has-messages .list-item-content {
  padding-right: 100px;
}
.list-header.has-messages .item-message-wrap, .list-item.has-messages .item-message-wrap {
  font-size: 10px;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100px;
}

.list-wrap .grid .list-item p {
  margin-top: 6px;
  padding: 4px 0px;
}
.list-wrap .grid .list-item-content {
  height: auto;
}

/*  PAGINATION  ========================  */
.paging-target {
  bottom: 20px;
  position: absolute;
  text-align: center;
  width: 100%;
}

.paging-target p.readout {
  font-size: 12px;
  margin: 0 auto 7px auto;
  width: 100%;
}

.paging-target .paging {
  display: inline-block;
  margin-right: 1em;
}

.paging-target ul.pages {
  display: inline-block;
  margin-right: 1em;
  position: relative;
  width: auto;
}

.paging-target ul.pages li {
  background: rgba(74, 84, 94, 0.9);
  box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.1) inset, 0px -1px 0px 0px rgba(0, 0, 0, 0.35) inset;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  height: 25px;
  line-height: 24px;
  margin: 0px 2px;
  position: relative;
  text-align: center;
  width: 25px;
}

.paging-target ul.pages li.active {
  background: #879299;
  border-top: 1px solid #a6acb0;
  color: #ffffff;
  text-shadow: none;
}

.paging-target ul.pages li:hover {
  color: #00a2ff;
}

.paging-target ul.pages li.disabled {
  cursor: default;
  opacity: 0.3;
}

/*  ==================================================================================================  */
/*  ====  GS OPTIONS TRAY  ===========================================================================  */
/*  ==================================================================================================  */
.gs-menu-tray-wrap {
  background: rgba(0, 0, 0, 0.5);
  margin-bottom: 4px;
  min-height: 40px;
  position: relative;
  width: 100%;
}

/*  ==================================================================================================  */
.app-option-wrapper div {
  display: inline-block;
}
.app-option-wrapper .name, .app-option-wrapper .value {
  width: 40%;
}

.source-icon {
  cursor: pointer;
}
.source-icon:before {
  font-family: "IconFont";
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.source-icon:hover:before, .source-icon:focus:before {
  background-color: #4d4d4d;
}
.source-icon.delete:before {
  content: "U";
}

input, textarea, .gs_ui.dropdown.source, .gs-dropdown-wrap.source, select {
  background: #333;
  border: 1px solid #4d4d4d;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 18px;
  padding: 18px;
  transition: border 0.3s ease;
  width: 100%;
}
input:focus, textarea:focus, .gs_ui.dropdown.source:focus, .gs-dropdown-wrap.source:focus, select:focus {
  border: 1px solid #999999;
  outline: none;
}
input:focus:placeholder, textarea:focus:placeholder, .gs_ui.dropdown.source:focus:placeholder, .gs-dropdown-wrap.source:focus:placeholder, select:focus:placeholder {
  color: gray;
}

select {
  height: 3.5em;
}

textarea {
  resize: none;
}

button {
  border: 0;
}

label {
  margin-bottm: 0.2em;
}

.req:before {
  content: "*";
  margin-right: 0.25em;
}

input[type=checkbox], input[type=radio] {
  display: none;
}
input[type=checkbox] + label:before, input[type=radio] + label:before {
  background-color: gray;
  content: "";
  display: inline-block;
  vertical-align: baseline;
  height: 1em;
  margin-right: 0.5em;
  width: 1em;
}
input[type=checkbox] + label:hover, input[type=checkbox] + label:focus, input[type=radio] + label:hover, input[type=radio] + label:focus {
  cursor: pointer;
}

input[type=checkbox]:checked + label:before {
  content: "x";
  line-height: 1;
  font-family: "IconFont";
}

input[type=radio] + label {
  position: relative;
}
input[type=radio] + label:before {
  border-radius: 50%;
}
input[type=radio]:checked + label:before {
  background-color: white;
  border: 0.3em solid gray;
}

.capslock-on:before {
  background: url("../img/sprite-main.png") no-repeat -135px -172px;
  content: "";
  height: 17px;
  position: absolute;
  right: 6px;
  top: 11px;
  width: 12px;
}

/*  GS DROPDOWNS  ============================================================================  */
.gs-dropdown-wrap {
  background: rgba(0, 0, 0, 0.2);
  color: #e8e8e8;
  font-weight: 400;
  position: relative;
}

.gs-dropdown {
  cursor: default;
  margin: 3px 0px 0px 0px;
  position: relative;
}

.gs-dropdown.open {
  background: rgba(255, 255, 255, 0.8);
  color: #444444;
}

.gs-dropdown-selected {
  height: auto;
  line-height: 1;
  padding: 15px 10px 28px 10px;
}

.gs-dropdown-selected .value {
  left: 20px;
  position: absolute;
  right: 40px;
  white-space: nowrap;
}

.gs-dropdown-selected .icon {
  height: 100%;
  margin-top: -8px;
  position: absolute;
  right: 8px;
  top: 50%;
}

.gs-dropdown-option-list {
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.75);
  display: none;
  overflow-y: auto;
  padding-bottom: 10px;
  position: absolute;
  width: 100%;
}

.gs-dropdown-option {
  color: #444444;
  padding: 5px 10px;
}

.gs-dropdown-option:hover {
  background: #ffffff;
}

/*  GS MULTI SELECT ==========================================================================  */
.gs-multiselect {
  position: relative;
}

.gs-multiselect .gsms-item {
  color: #ffffff;
  display: inline-block;
  position: relative;
}

.gs-multiselect .gsms-add-item {
  padding: 0px 20px;
}

.gs-multiselect .gsms-add-item:before {
  content: "i";
}

.gs-multiselect .gsms-selected-wrap {
  display: inline-block;
}

/*  CHOICE MODAL  */
.modal .gs-multi-chioce-items-wrap {
  position: relative;
}

.modal .gs-multi-chioce-items-wrap .sorting-options-wrap {
  display: inline-block;
  left: 50%;
  position: relative;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}

.modal .gs-multi-chioce-items-wrap .sorting-options-wrap .sorting-option {
  display: inline-block;
  text-align: center;
}

.modal .gs-multi-chioce-items-wrap .list-wrap .multi-choice-item {
  cursor: pointer;
  float: left;
  width: 100%;
}

.modal .gs-multi-chioce-items-wrap .list-wrap .col-2 .multi-choice-item {
  width: 50%;
}

.modal .gs-multi-chioce-items-wrap .list-wrap .col-3 .multi-choice-item {
  width: 33.3%;
}

.modal .gs-multi-chioce-items-wrap .list-wrap .col-4 .multi-choice-item {
  width: 25%;
}

.modal .gs-multi-chioce-items-wrap .list-wrap .col-5 .multi-choice-item {
  width: 20%;
}

.modal .gs-multi-chioce-items-wrap .list-wrap .col-6 .multi-choice-item {
  width: 16.6%;
}

.modal .gs-multi-chioce-items-wrap .list-wrap .multi-choice-item.selected-true .inner {
  background: rgba(0, 0, 0, 0.15);
}

/*  ==================================================================================================  */
/*  ====  GS MENU2  ==================================================================================  */
/*  ==================================================================================================  */
.gs-menu-wrap {
  background: rgba(0, 0, 0, 0.5);
  margin-bottom: 4px;
  min-height: 40px;
  position: relative;
  width: 100%;
  /*  MAIN MENU LINK WRAP  ---------------------------------------------------  */
  /*  MAIN MENU LINK CONTENT WRAP (contains sub-menu items)  -----------------  */
}
.gs-menu-wrap .menu-item-list .menu-list .menu-item {
  cursor: pointer;
  float: left;
  padding: 10px 40px;
}
.gs-menu-wrap .menu-item-list .menu-list .menu-item:hover {
  background: rgba(255, 255, 255, 0.1);
}
.gs-menu-wrap .menu-item-list .menu-list .menu-item.active {
  box-shadow: 0px -4px 0px 0px rgba(255, 255, 255, 0.7) inset;
}
.gs-menu-wrap .menu-item-content-wrap {
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 999999;
}
.gs-menu-wrap .menu-item-content-wrap .menu-item-content {
  background: rgba(40, 40, 40, 0.95);
  display: none;
  left: 0px;
  padding: 20px;
  position: relative;
  top: 0px;
  width: 100%;
}
.gs-menu-wrap .menu-item-content-wrap .menu-item-content.active {
  box-shadow: 0px 5px 14px 0px rgba(0, 0, 0, 0.7);
  display: block;
}
.gs-menu-wrap .menu-item-content-wrap .menu-item-content .title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 18px;
  font-weight: bold;
  padding: 0px 0px 10px 10px;
}
.gs-menu-wrap .menu-item-content-wrap .menu-item-content .menu-subsection-wrap {
  position: relative;
}
.gs-menu-wrap .menu-item-content-wrap .menu-item-content .menu-subsection {
  color: #e8e8e8;
  display: inline-block;
  padding: 0px 10px;
  position: relative;
  text-transform: capitalize;
}
.gs-menu-wrap .menu-item-content-wrap .menu-item-content .menu-subsection.width-1 {
  width: 100%;
}
.gs-menu-wrap .menu-item-content-wrap .menu-item-content .menu-subsection.width-2 {
  width: 50%;
}
.gs-menu-wrap .menu-item-content-wrap .menu-item-content .menu-subsection.width-3 {
  width: 33.3%;
}
.gs-menu-wrap .menu-item-content-wrap .menu-item-content .menu-subsection.width-4 {
  width: 25%;
}
.gs-menu-wrap .menu-item-content-wrap .menu-item-content .menu-subsection.width-5 {
  width: 20%;
}
.gs-menu-wrap .menu-item-content-wrap .menu-item-content .menu-subsection.width-6 {
  width: 16.66%;
}
.gs-menu-wrap .menu-item-content-wrap .menu-item-content .menu-subitem {
  cursor: pointer;
  padding: 8px;
  position: relative;
}
.gs-menu-wrap .menu-item-content-wrap .menu-item-content .menu-subitem:hover {
  background: rgba(255, 255, 255, 0.1);
}

/*  ==================================================================================================  */
/*  ====  GS FACETS  =================================================================================  */
/*  ==================================================================================================  */
/*  CSS  FILTERS  ==========================================================  */
.facet-wrap .facet-inner {
  background: #383a3d;
  border-radius: 4px;
  height: 44px;
  margin-bottom: 4px;
  position: relative;
  width: 100%;
}

.facet-wrap .facet-inner .facet-type-wrap {
  border-radius: 4px;
  display: inline-block;
  height: 100%;
}

.facet-wrap .facet-inner .facet-type-wrap:hover,
.facet-wrap .facet-inner .facet-type-wrap.show {
  background: #313234;
}

.facet-wrap .facet-inner .facet-type-wrap .facet-tag {
  cursor: pointer;
  height: 100%;
  padding: 0px 40px 0px 20px;
}

.facet-wrap .facet-inner .facet-type-wrap .facet-tag .counts {
  color: red;
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  position: relative;
  top: calc(50% - 3px);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

.facet-wrap .facet-inner .facet-type-wrap .facet-tag .title {
  display: inline-block;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

/*  FACET RESULTS  */
.facet-wrap .facet-type-wrap .facet-results-wrap {
  background: #313234;
  border-radius: 0px 0px 4px 4px;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.3);
  display: none;
  left: 0px;
  padding: 20px;
  position: absolute;
  top: 100%;
  width: 100%;
}

.facet-wrap .facet-type-wrap.show .facet-results-wrap {
  display: block;
}

.facet-wrap .facet-type-wrap .facet-results-wrap .facet-item {
  color: #bbbbbb;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  margin: 2px;
  padding: 6px 0px 6px 30px;
  position: relative;
  width: calc(25% - 4px);
}

.facet-wrap .facet-type-wrap .facet-results-wrap .facet-item.active {
  background: rgba(255, 255, 255, 0.05);
}

.facet-wrap .facet-type-wrap .facet-results-wrap .facet-item .icon {
  color: red;
  display: none;
  font-size: 14px;
  left: 10px;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

.facet-wrap .facet-type-wrap .facet-results-wrap .facet-item.active .icon {
  display: block;
}

.facet-wrap .facet-type-wrap .facet-results-wrap .facet-item:hover .title {
  color: #ffffff;
}

.facet-wrap .facet-type-wrap .facet-results-wrap .facet-item.active .title {
  color: #ffffff;
}

.facet-wrap .facet-type-wrap .facet-results-wrap .facet-item .counts {
  display: inline-block;
}

/*  ==================================================================================================  */
/*  ====  GS TOOLTIPS  ===============================================================================  */
/*  ==================================================================================================  */
.test-tooltip {
  background: rgba(255, 255, 255, 0.2);
  padding: 20px 40px;
  position: relative;
  display: inline-block;
  margin: 20px;
}
.test-tooltip.test-right {
  float: right;
}

.tooltip-body {
  position: absolute;
  white-space: nowrap;
  z-index: 99000;
  /*
  -------------
  |  1  |  2  |
  -------------
  |  4  |  3  |
  -------------
  */
  /*  TOOLTIP POINTER  ==============================  */
  /*  TOOLTIP BODY  =================================  */
}
.tooltip-body .tooltip-pointer {
  height: 0px;
  width: 0px;
}
.tooltip-body.quad-1 {
  left: 0px;
  top: calc(100% + 10px);
}
.tooltip-body.quad-1 .tooltip-pointer {
  left: 20px;
}
.tooltip-body.quad-2 {
  right: 0px;
  top: calc(100% + 10px);
}
.tooltip-body.quad-2 .tooltip-pointer {
  right: 20px;
}
.tooltip-body.quad-3 {
  bottom: calc(100% + 10px);
  right: 0px;
}
.tooltip-body.quad-3 .tooltip-pointer {
  right: 20px;
}
.tooltip-body.quad-4 {
  bottom: calc(100% + 10px);
  left: 0px;
}
.tooltip-body.quad-4 .tooltip-pointer {
  left: 20px;
}
.tooltip-body.side-left {
  right: calc(100% + 10px);
  top: 0px;
}
.tooltip-body.side-left .tooltip-pointer {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #c0c1c3;
  left: 100%;
  top: 6px;
}
.tooltip-body.side-right {
  left: calc(100% + 10px);
  top: 0px;
}
.tooltip-body.side-right .tooltip-pointer {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #c0c1c3;
  right: 100%;
  top: 6px;
}
.tooltip-body.quad-1 .tooltip-pointer, .tooltip-body.quad-2 .tooltip-pointer {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #c0c1c3;
  bottom: 100%;
}
.tooltip-body.quad-3 .tooltip-pointer, .tooltip-body.quad-4 .tooltip-pointer {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #c0c1c3;
  top: 100%;
}
.tooltip-body .tooltip-inner {
  background: #c0c1c3;
  font-size: 12px;
  font-weight: 400;
  padding: 6px 10px;
  position: relative;
}
.tooltip-body .tooltip-content {
  color: #444444;
  position: relative;
}
.tooltip-body .tooltip-pointer {
  position: absolute;
}
.tooltip-body .tooltip-close {
  color: #444444;
  cursor: pointer;
  font-size: 16px;
  padding: 3px 4px;
  position: absolute;
  right: 0px;
  top: 0px;
}
.tooltip-body .tooltip-close:before {
  content: "X";
}
.tooltip-body.sticky .tooltip-inner {
  padding-right: 30px;
}
.tooltip-body.sticky .tooltip-close {
  display: block;
}

.bus-name {
  left: 50%;
  position: absolute;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  font-weight: 100;
  line-height: 1.1;
  font-size: 5em;
  text-align: center;
}
@media (min-width: 44em) {
  .bus-name {
    font-size: 8em;
  }
}
@media (min-width: 70em) {
  .bus-name {
    font-size: 15em;
  }
}
.bus-name:before {
  color: rgba(255, 255, 255, 0.015);
  content: "Giant Source";
}

.company-logo {
  margin: 18px auto;
  max-width: 100%;
  width: 402px;
}
.company-logo > div {
  background: url("../img/logo-header.png") center center/100% 100% no-repeat;
  height: 0;
  padding-top: 18.9054726368%;
}

#frames {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 44px;
}
@media (min-width: 44em) {
  #frames {
    bottom: 24px;
    left: 44px;
  }
}
.menu-open #frames {
  left: 210px;
}
#frames iframe {
  left: 0;
  height: 100%;
  top: 0;
  width: 100%;
}
.source-bar #frames {
  bottom: 36px;
}
@media (min-width: 44em) {
  .source-bar #frames {
    bottom: 60px;
  }
}

body#source-base iframe {
  left: 0;
  height: 100%;
  top: 0;
  width: 100%;
}

/*  ==========================================================================================================================================================================================
==============================================================================================================================================================================================
==============================================================================================================================================================================================
GIANTSOURCE LOADING MINI - gs_loading-mini
CREATED BY: Ward Gross - 4/23/2013
UPDATED BY:
*/
/*  GENERAL STYLES  =========================================================  */
/*  =========================================================================  */
.gs_loading-mini-overlay {
  background: rgba(0, 0, 0, 0.75);
  display: none;
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
}

.gs_loading-mini-text {
  color: #DDDDDD;
  font-size: 12px;
  font-weight: bold;
  left: -50px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 55px;
  width: 150px;
}

.gs_loading-mini-wrap {
  background: url("../img/sprite-gs-loading-mini.png") no-repeat 0px 0px;
  height: 50px;
  left: 50%;
  margin: -25px 0px 0px -25px;
  position: absolute;
  top: 50%;
  width: 50px;
}

.gs_loading-mini-ring-1 {
  animation: gs_loading-mini-rotate-1 2s linear infinite;
  background: url("../img/sprite-gs-loading-mini.png") no-repeat -50px 0px;
  height: 50px;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 50px;
}

.gs_loading-mini-ring-2 {
  animation: gs_loading-mini-rotate-2 2s linear infinite;
  background: url("../img/sprite-gs-loading-mini.png") no-repeat -100px 0px;
  height: 50px;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 50px;
}

@keyframes gs_loading-mini-rotate-1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes gs_loading-mini-rotate-2 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
/*  SIGN UP PAGE - ACTION SECTION  ====================================================================================================  */
/*  ===================================================================================================================================  */
.gs-credentials {
  background: linear-gradient(to bottom right, #262626, #0d0d0d);
}
.gs-credentials #bg-image {
  background: url("../img/bg-login.jpg") no-repeat center center/cover;
  height: 100%;
  left: 0px;
  opacity: 0.5;
  position: absolute;
  top: 0px;
  width: 100%;
}
.gs-credentials #bg-texture {
  background: url("../img/bg-texture.png") repeat right bottom;
  height: 100%;
  left: 0px;
  opacity: 0.4;
  position: absolute;
  top: 0px;
  width: 100%;
}
.gs-credentials #email {
  color: #fcd600;
  margin-right: 20px;
}
.gs-credentials .error-wrap {
  color: #fcd600;
  display: none;
}
.gs-credentials input {
  border-left: 50px solid #f8f8f8;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}
.gs-credentials input:focus {
  border-left: 50px solid #f8f8f8;
}
.gs-credentials #login-container, .gs-credentials #password-container {
  margin: 80px auto 0px auto;
  max-width: 100%;
  padding: 18px 0px;
  position: relative;
  width: 35em;
}
.gs-credentials .form-section {
  opacity: 0;
  overflow: hidden;
  padding: 18px;
  position: absolute;
  transition: all 0.4s;
  top: 152px;
  width: 100%;
  z-index: 10;
}
.gs-credentials .form-section .submit-btn {
  cursor: default;
  margin: 18px auto;
  opacity: 0.3;
  width: 160px;
}
.gs-credentials .form-section .form-messages {
  height: 0px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
}
.gs-credentials .form-section .form-messages .form-message {
  font-size: 12px;
  left: 0px;
  margin: 0px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 0px;
  transition: all 0.3s;
  width: 100%;
}
.gs-credentials .form-section .form-messages .form-message.error {
  color: #cc393f;
}
.gs-credentials .form-section .section-title {
  color: #eeeeee;
  font-size: 24px;
  margin: 10px 0px 20px 0px;
}
.gs-credentials .form-section .description {
  height: 70px;
  position: relative;
  width: 100%;
}
.gs-credentials .form-section .description .info {
  color: #eeeeee;
  font-size: 16px;
  left: 0px;
  margin: 0px;
  padding-right: 30px;
  position: absolute;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  top: 0px;
  transition: all 0.3s;
}
.gs-credentials .form-section .description .sent-info {
  color: #eeeeee;
  font-size: 16px;
  left: 0px;
  margin: 0px;
  opacity: 0;
  padding-right: 30px;
  position: absolute;
  top: 0px;
  transition: all 0.3s;
}
.gs-credentials .form-section.show {
  opacity: 1;
  z-index: 20;
}
.gs-credentials .form-section.complete .submit-btn {
  cursor: pointer;
  opacity: 1;
}
.gs-credentials .form-section.invalid input {
  box-shadow: 0 0 0 1px rgba(204, 57, 63, 0.5) inset;
}
.gs-credentials .form-section.invalid .icon {
  color: #cc393f;
}
.gs-credentials .form-section.invalid .form-messages {
  height: 18px;
}
.gs-credentials .form-section.invalid .form-messages .error {
  opacity: 1;
}
.gs-credentials .form-section.sent .info {
  opacity: 0;
}
.gs-credentials .form-section.sent .sent-info {
  opacity: 1;
}
.gs-credentials .form-section.sent .field-wrap {
  height: 0px;
  opacity: 0;
}
.gs-credentials .form-section.sent .submit-btn {
  cursor: default;
  opacity: 0;
}
.gs-credentials .close-form {
  color: white;
  font-size: 24px;
  position: absolute;
  right: 0px;
  top: 0px;
  transition: all 0.2s;
}
.gs-credentials .close-form:hover {
  color: #cc393f;
}
.gs-credentials .info {
  color: white;
  font-size: 16px;
  margin-bottom: 20px;
  padding-right: 30px;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
}
.gs-credentials .field-wrap {
  height: 72px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
}
.gs-credentials .field-wrap .field-message {
  font-size: 10px;
  opacity: 0;
  position: absolute;
  right: 7px;
  top: 38px;
}
.gs-credentials .field-wrap .field-message.field-message-strength {
  right: -6px;
  text-transform: uppercase;
  top: -13px;
  transition: all 0.2s;
}
.gs-credentials .field-wrap .field-message.email-error {
  color: #cc393f;
}
.gs-credentials .field-wrap.missmatch .field-message-missmatch {
  opacity: 0.5;
}
.gs-credentials .field-wrap.invalid-email .email-error {
  opacity: 1;
}
.gs-credentials .field-wrap.weak input {
  box-shadow: 6px 0px 0px 0px rgba(204, 57, 63, 0.65), 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}
.gs-credentials .field-wrap.weak .field-message-strength {
  color: rgba(204, 57, 63, 0.65);
  opacity: 1;
}
.gs-credentials .field-wrap.good input {
  box-shadow: 6px 0px 0px 0px rgba(228, 188, 0, 0.65), 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}
.gs-credentials .field-wrap.good .field-message-strength {
  color: rgba(228, 188, 0, 0.65);
  opacity: 1;
}
.gs-credentials .field-wrap.strong input {
  box-shadow: 6px 0px 0px 0px rgba(12, 209, 174, 0.65), 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}
.gs-credentials .field-wrap.strong .field-message-strength {
  color: rgba(12, 209, 174, 0.65);
  opacity: 1;
}
.gs-credentials .icon {
  color: #999999;
  font-size: 30px;
  position: absolute;
  top: 5px;
  left: 10px;
}
.gs-credentials .valid .icon {
  color: #444444;
}
.gs-credentials .check {
  color: #f8f8f8;
  font-size: 0px;
  position: absolute;
  right: 20px;
  top: 25px;
  transition: all 0.2s;
}
.gs-credentials .valid .check {
  font-size: 24px;
  right: 10px;
  top: 10px;
}

#sign-in .forgot-wrap {
  position: relative;
  text-align: center;
}
#sign-in .forgot-wrap .forgot {
  color: white;
  display: inline-block;
  font-size: 14;
  margin: 18px 0px;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  text-transform: lowercase;
  transition: color 0.2s;
}
#sign-in .forgot-wrap .forgot:hover {
  color: #cc393f;
}
#sign-in .register-wrap {
  color: white;
  display: block;
  font-size: 0.9em;
  margin-top: 42px;
  text-align: center;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  text-transform: lowercase;
}
#sign-in .register-wrap .register {
  color: #cc393f;
}

/*  SET YOUR PASSWORD PAGE (PASSWORD DEEPLINK) ========================================================================================  */
/*  ===================================================================================================================================  */
#source-password-deeplink {
  background: linear-gradient(to bottom right, #262626, #0d0d0d);
}
#source-password-deeplink #password-container #password-form {
  width: 100%;
}
#source-password-deeplink #password-container #password-form .section-title {
  text-align: center;
}
#source-password-deeplink #password-container #password-form .submit-btn {
  cursor: default;
  margin: 18px auto;
  opacity: 0.3;
  width: 160px;
}
#source-password-deeplink #password-container #password-form.complete .submit-btn {
  cursor: pointer;
  opacity: 1;
}

.password-reset-page #login-container {
  margin: 80px auto 0px auto;
  max-width: 100%;
  padding: 18px 0px;
  position: relative;
  width: 35em;
}

.password-reset-page #bg-image {
  left: 0px;
  top: 0px;
}

.password-reset-page .company-logo {
  width: 250px;
}

.password-reset-page .company-logo div {
  background-image: url("/static/client/static/img/logo-full-white.png");
  padding-top: 153%;
}

.password-reset-page .success-wrap {
  color: #99999a;
  display: none;
  font-size: 20px;
  text-align: center;
}

/*  FORM ELEMENTS  ========================  */
input, textarea, .gs_ui.dropdown.source, .gs-dropdown-wrap.source, select {
  background: rgba(150, 150, 150, 0.3);
  border: none;
  color: #ffffff;
  font-size: 100%;
  font-weight: 400;
  transition: background 0.3s ease, color 0.3s ease;
}
input:focus, textarea:focus, .gs_ui.dropdown.source:focus, .gs-dropdown-wrap.source:focus, select:focus {
  background: rgba(200, 200, 200, 0.7);
  border: none;
  color: #333333;
  font-weight: 400;
  outline: none;
}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder, .gs_ui.dropdown.source:focus:-ms-input-placeholder, .gs-dropdown-wrap.source:focus:-ms-input-placeholder, select:focus:-ms-input-placeholder {
  color: #a5a5a5;
}
input:focus::placeholder, textarea:focus::placeholder, .gs_ui.dropdown.source:focus::placeholder, .gs-dropdown-wrap.source:focus::placeholder, select:focus::placeholder {
  color: #a5a5a5;
}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder, .gs_ui.dropdown.source:focus:-ms-input-placeholder, .gs-dropdown-wrap.source:focus:-ms-input-placeholder, select:focus:-ms-input-placeholder {
  color: #777777;
}
input:focus::placeholder, textarea:focus::placeholder, .gs_ui.dropdown.source:focus::placeholder, .gs-dropdown-wrap.source:focus::placeholder, select:focus::placeholder {
  color: #777777;
}

/*  LOGIN PAGE  ===========================  */

/*# sourceMappingURL=global.css.map */