/*=================================================================================================*/
/*  GENERAL                                                                                        */
/*=================================================================================================*/
body {
  background: #e8edf1;
  font-size: 15px;
}

p {
  line-height: 22px;
}

p:last-child {
  margin-bottom: 0;
}

a {
  color: #006699;
}

a:hover,
a:focus {
  color: #f02c56;
  text-decoration: none;
  outline: none;
}

button:hover,
button:focus {
  outline: none;
}

h3 {
  font-size: 14px;
  margin-bottom: 5px;
}

h1,
h2,
h3,
h4 {
  font-family: "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
  color: #17323b;
}

h2 {
  font-weight:normal;
  color: #f07f2c;
}

h2 p {
  color: #8b959d;
}

h1 {
  font-weight: 500;
}

.banner h1 {
  margin-bottom:0;
}

h1, .content-heading {
  font-family:'Century Gothic', Helvetica, Arial, sans-serif;
  font-size:26px;
  font-weight:400;
  color:#17323b;
}

h1.community-title {
  font-family: "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
  font-size: 38px;
  font-weight: 400;
  color: #17323b;
  margin: 0 0 10px 0;
  padding: 0;
  display: block;
}

h2, .content-subheading {
  font-family: "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: #17323b;
  border-bottom: 2px #d9dee2 solid;
}

h3 {
  font-family: "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #17323b;
  margin-bottom: 3px;
}

h3.event-details {
  border-bottom:0;
  padding-left:3px;
}

#page {
  background: #e8edf1;
  padding-top: 30px;
}

label {
  display: inline-block;
}

label.checkbox,
label.radio {
  display: block;
}

.alert ul{
  margin-bottom: 0;
  list-style: none;
}

.control-label {
  width: 100%;
  color: #8b959d;
  font-size: 13px;
  font-family: "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
}

.form-horizontal .controls {
  margin-left: 170px;
}

span.or {
  color: #646253;
  background: #faf8ec;
  -webkit-border-radius: 50px;
  -moz-border-radius:    50px;
  border-radius:         50px;
  margin: 0 10px;
  padding: 8px;
  font-style: italic;
  font-weight: bold;
}

.well {
  background-color: #f4f7fa;
  border: 1px solid #d9dee2;
  margin: 0 0 30px 0;
  padding: 20px;
  -webkit-box-shadow: none;
  -moz-box-shadow:    none;
  box-shadow:         none;
}

.hero-unit {
  background-color: #f4f7fa;
  border: 1px solid #d9dee2;
}

.muted {
  color: #8b959d;
}

.legend {
  font-size: 18px;
  line-height: 40px;
  color: #17323b;
  border-bottom: 1px solid #d9dee2;
}

.icon {
  background-image: url("../images/icons-sprite.png");
  background-repeat: no-repeat;
  background-color: transparent;
  width: 16px;
  height: 16px;
  display: inline-block;
}

[class^="icon-"],
[class*=" icon-"] {
  margin: 0;
}

.table th.borderless,
.table td.borderless,
.borderless,
.noborder {
  border: none;
}

.row-fluid [class*="span"] {
  min-height: 0;
}

.alignRight {
  text-align: right;
}

.flexigrid div.pDiv input,
.flexigrid div.pDiv select {
  width: auto;
  height: auto;
  padding: 2px;
  line-height: 1;
}

.text-error {
  color: #f02c56;
}

pre {
  padding: 10px;
  font-size: 13px;
  line-height: 21px;
  color: #000;
  background-color: #ecf0f3;
  border: 1px solid #d9dee2;
  -webkit-border-radius: 5px;
  -moz-border-radius:    5px;
  border-radius:         5px;
}

hr {
  border-top: 1px solid #ecf0f3;
  border-bottom: none;
}

.inner-content {
  background: #fff;
  padding: 20px;
  border: 1px solid #d9dee2;
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius:    5px;
  border-radius:         5px;
}


/*=================================================================================================*/
/*  TABS                                                                                           */
/*=================================================================================================*/
.nav-tabs {
  border: none;
}

.nav-tabs > li {
  width: auto !important;
}

.nav-tabs > li > a {
  border: 1px solid #d9dee2;
  background: #fff;
  border-radius: 0;
  margin-right: -1px;
  color: #000;
  font-family: "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  -webkit-transition: .2s;
  -moz-transition:    .2s;
  -o-transition:      .2s;
  transition:         .2s;
}

.nav-tabs > li:only-child > a {
  border-radius: 5px !important;
}

.nav-tabs > li:first-child > a {
  border-radius: 5px 0 0 5px;
}

.nav-tabs > li:last-child > a {
  border-radius: 0 5px 5px 0;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  background-color: #ecf0f3;
  border: 1px solid #d9dee2;
}

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus,
.nav-tabs > .active > a:active,
.nav-tabs > .active > a:focus:active {
  border: 1px solid #d9dee2;
  background-color: #e1e7ec;
  color: #000;
}

.nav-tabs > li > a:active,
.nav-tabs > li > a:focus:active {
  background-color: #e1e7ec;
  border: 1px solid #d9dee2;
}


/*=================================================================================================*/
/*  TOPBAR                                                                                         */
/*=================================================================================================*/

header#main-header {
  margin-bottom: 0;
  display: grid;
  grid-template-columns: minmax(0,1fr);
  grid-template-rows: 64px 49px;
}

header#main-header .banner {
  padding: 14px 30px;
  background: #17323b;
}

header#main-header .badge-success {
  background-color: #57B856;
}

/* Logo */
.brand {
  display: block;
}

.brand img {
  height: 35px;
  width: auto;
}

/* Icons */
.header-icon {
  color: #cfe8ef;
  font-size: 14px;
  -webkit-border-radius: 50%;
  -moz-border-radius:    50%;
  border-radius:         50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing:    border-box;
  box-sizing:         border-box;
  -webkit-transition: .2s;
  -moz-transition:    .2s;
  -o-transition:      .2s;
  transition:         .2s;
}

.fa-user:before {
  padding: 0 2px;
}

.icon-logout{
  background-position: left top;
}

/* User */
.welcome-area {
  float: right;
  position: relative;
  display: flex;
  align-items: center;
}

.welcome-area .userAvatar {
  position: relative;
  height: 36px;
  width: 36px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing:    border-box;
  box-sizing:         border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 0 2px #cfe8ef inset;
  border-radius: 50%;
  min-width: 36px;
  transition: .2s;
}

.welcome-area .user-menu-name {
  text-align: right;
  margin-right: 8px;
}

.welcome-area .user-menu-name p {
  line-height: 16px
}

.welcome-area .user-menu-name p:first-child {
  font-weight: bold;
  text-transform: capitalize;
}

.welcome-area .userAvatar img {
  position: relative;
  padding: 0;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius:    50%;
  border-radius:         50%;
  max-width: none;
  z-index: 1;
}

.welcome-area #user-menu-inner .img-polaroid {
  object-fit: cover;
  width: 45px;
  height: 45px;
  min-width: 45px;
  border-radius: 5px 0 0 0;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -moz-box-sizing:    border-box;
  box-sizing:         border-box;
  -webkit-box-shadow: none;
  -moz-box-shadow:    none;
  box-shadow:         none;
  margin-right: 10px;
  padding: 0;
}

.welcome-area #user-menu-inner .current-user {
  width: 100%;
  display: grid;
  grid-template-columns: 45px minmax(0,1fr);
  grid-template-rows: minmax(0,1fr);
  margin: 0;
  padding: 0;
  height: 100%;
  line-height: 0;
  box-shadow: 0 -1px 0 0 #d9dee2 inset;
}

.welcome-area #user-menu-inner .current-user img {
  height: 100%;
}

.welcome-area #user-menu-inner .current-user p {
  padding: 5px;
  align-self: center;
}

.welcome-area #user-menu,
.welcome-area #org-menu {
  border: none;
  background-color: transparent;
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: unset;
  line-height: unset;
}

.welcome-area .welcome-block #user-menu.no-org {
  border-radius: 50%;
}

.welcome-area #user-menu.active .userAvatar,
.welcome-area #org-menu.active {
  box-shadow:
          0 0 0 30px #028ED4 inset,
          0 0 0 10px rgba(0,0,0,0.3);
}

.welcome-area #user-menu.active .userAvatar .header-icon,
.welcome-area #org-menu.active {
  color: white;
}

.welcome-area #user-menu.active .userAvatar .header-icon.fa-user::before,
.welcome-area #org-menu.active .fa-building::before {
  content: '\f00d';
}

.welcome-area #org-menu {
  height: 36px;
  width: 36px;
  border-radius: 50%;
  box-shadow: 0 0 0 2px #cfe8ef inset;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #cfe8ef;
  margin-left: 20px;
  margin-bottom: 0;
  position: relative;
  min-width: 36px;
  transition: .2s;
}

.welcome-area #org-menu:hover,
.welcome-area .welcome-block .a-e-button:hover {
  box-shadow:
          0 0 0 30px #cfe8ef inset,
          0 0 0 10px rgba(0,0,0,0.3);
  color: #0c0c0c;
}

.welcome-area .userName {
  color: #D3E9F0;
  font-weight: bold;
}

.welcome-area .welcome-block,
.welcome-area .welcome-block #user-menu {
  display: flex;
  align-items: center;
  margin: -10px 0;
}

.welcome-area a,
#user-menu-inner .inner-sidebar .profile-panel-head h3 {
  font-weight: 500;
  color: #069;
  font-size: 13px;
  letter-spacing: 1px;
  -webkit-transition: .2s;
  -moz-transition:    .2s;
  -o-transition:      .2s;
  transition:         .2s;
  margin: 0 !important;
  padding: 15px 20px;
  line-height: unset;
  text-transform: capitalize;
}

.welcome-area #user-menu-inner .nav-list li {
  position: relative;
}

.welcome-area #user-menu-inner .org-selector {
  display: none;
}

.welcome-area #org-selector-inner .nav-list,
.welcome-area #org-selector-inner .inner-sidebar .panel .profile-panel-head {
  display: none;
}

.welcome-area #org-selector-inner .org-selector {
  padding: 15px;
  box-shadow: 0 0 0 1px #d9dee2 inset;
  border-radius: 5px;
}

.welcome-area #org-selector-inner .org-selector .nav-header {
  text-transform: none;
  font-weight: 200;
  padding: 0 !important;
}

.welcome-area #org-selector-inner .org-selector li:not(.nav-header) {
  display: flex;
  flex-direction: column;
}

.welcome-area #org-selector-inner .org-selector li:not(.nav-header) a {
  padding: 3px 0 3px 15px;
}

.welcome-area #org-selector-inner .org-selector li:not(.nav-header) a:hover {
  text-decoration: underline;
  background-color: rgba(0,0,0,0.3);
  border-radius: 5px;
}

.welcome-area #org-selector-inner .org-selector li:not(.nav-header) a.bold {
  box-shadow: 2px 0 0 0 #57b755 inset;
  background-color: rgba(0,0,0,0.05);
  font-weight: bold;
  border-radius: 5px;
}

.welcome-area #org-selector-inner .panel {
  margin: 0;
  border: none;
}

.welcome-area #org-selector-inner .panel .panel-body {
  padding: 0;
}

.welcome-area #user-menu-inner span.badge {
  position: absolute;
  right: 20px;
  top: 6px;
  z-index: 50;
}

.welcome-area a:hover,
#user-menu-inner .inner-sidebar .profile-panel-head h3:hover {
  color: #005681;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.1);
}

.welcome-area a:hover .header-icon {
  border-color: #fff;
  color: #0c0c0c;
}

.welcome-area .welcome-block #user-menu {
  position: relative;
  margin: -10px;
  padding: 10px;
  border-radius: 5px;
  transition: .25s ease;
}

.welcome-area .welcome-block #user-menu:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.welcome-area .welcome-block #user-menu:hover .userAvatar {
  box-shadow: 0 0 0 30px #cfe8ef inset;
}

.welcome-area .welcome-block #user-menu:hover .userAvatar .header-icon {
  color: #17323b;
}

.welcome-area .welcome-block #user-menu p {
  margin: 0;
  color: #cfe8ef;
}

.welcome-area .welcome-block #user-menu-inner,
.welcome-area .welcome-block #org-selector-inner {
  width: 250px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 52px;
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 0 0 1px #d9dee2 inset;
  display: none;
  flex-direction: column;
  transition: .4s ease;
  z-index: 700;
}

.welcome-area .welcome-block #user-menu-inner.menu-open,
.welcome-area .welcome-block #org-selector-inner.menu-open {
  display: flex;
}

.welcome-area .welcome-block #user-menu-inner a {
  padding: 5px 20px !important;
}

.welcome-area .welcome-block .a-e-button {
  position: relative;
  padding: 0;
  margin: 15px 20px !important;
  height: 36px;
  width: 36px;
  min-width: 36px;
  border-radius: 50%;
  box-shadow: 0 0 0 2px #cfe8ef inset;
  display: flex;
  align-items: center;
  justify-content: center;
}

.welcome-area .header-tooltip {
  padding: 10px 15px;
  background-color: rgba(0,0,0,0.85);
  color: white;
  border-radius: 5px;
  position: absolute;
  top: 40px;
  right: 0;
  white-space: nowrap;
  z-index: 700;
  display: none;
  letter-spacing: 0;
  font-weight: 500;
  font-size: 14px;
}

.welcome-area #user-menu:hover .header-tooltip {
  top: 49px;
}

.welcome-area .a-e-button:hover .header-tooltip,
.welcome-area #org-menu:hover .header-tooltip,
.welcome-area #user-menu:hover .header-tooltip,
.welcome-area .mobile-menu-icon:hover .header-tooltip {
  display: block;
}

.welcome-area .welcome-block .a-e-button .a-e-badge {
  height: 20px;
  width: 20px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -3px;
  right: -3px;
}

#user-menu-inner .panel {
  background-color: transparent;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0 20px;
}

#user-menu-inner .inner-sidebar .profile-panel-head {
  display: none;
}

#user-menu-inner .inner-sidebar .panel-body,
#user-menu-inner .nav-list {
  padding: 0;
}

#user-menu-inner .inner-sidebar .panel-body .nav-list a {
  padding: 5px 20px;
  margin: 0 -20px !important;
}

#user-menu-inner .nav-list li:nth-last-child(2) a {
  box-shadow: 0 1px 0 0 #d9dee2 inset;
}

#user-menu-inner .inner-sidebar .panel-body .nav-list a:hover {
  background-color: rgba(0,0,0,0.1);
}

#user-menu-inner .inner-sidebar .panel-body .org-selector {
  padding: 5px 0 15px 0;
}

#user-menu-inner .inner-sidebar .org-selector .nav-header {
  padding: 0 !important;
}

/*=================================================================================================*/
/*  MAIN NAV                                                                                       */
/*=================================================================================================*/
.navbar {
  border-top: 1px solid #214450;
  margin-bottom: 0;
}

.navbar-inner {
  background: #17323b;
  padding: 0 30px;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius:    0;
  border-radius:         0;
  min-height: 0;
}

.navbar .nav {
  left: initial;
  display: table;
  float: none;
  margin-left: -15px;
}

.navbar .nav > li > a {
  font-size: 14px;
  font-weight: 200;
  letter-spacing: 1px;
  color: #cfe8ef;
  padding: 14px 0;
  margin: 0 15px;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.1);
  -webkit-transition: .2s;
  -moz-transition:    .2s;
  -o-transition:      .2s;
  transition:         .2s;
}

.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #cfe8ef;
  border-bottom-color: #cfe8ef;
  -webkit-transition: .2s;
  -moz-transition:    .2s;
  -o-transition:      .2s;
  transition:         .2s;
}

.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.navbar .nav > li.current > a {
  background: none;
  color: #fff;
  position: relative;
  -webkit-box-shadow: inset 0 -3px 0 0 #5f9a48;
  -moz-box-shadow:    inset 0 -3px 0 0 #5f9a48;
  box-shadow:         inset 0 -3px 0 0 #5f9a48;
}

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  color: #eff0eb;
}

.navbar .nav > li > a:focus .caret,
.navbar .nav > li > a:hover .caret {
  border-top-color: #eff0eb;
  border-bottom-color: #d1ceb1;
}

.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: transparent;
  color: #fff;
}

.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.dropdown-menu {
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow:    0 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow:         0 2px 10px rgba(0, 0, 0, 0.1);
}

.navbar .nav > li > .dropdown-menu::after,
.navbar .nav > li > .dropdown-menu::before {
  display: none !important;
}

/*=================================================================================================*/
/*  COLLAPSING SIDEBAR                                                                                  */
/*=================================================================================================*/

#grid-layout::before, #grid-layout::after {
  display: none;
}

.grid-sidebar {
  display: grid;
  grid-template-columns: 360px minmax(0,1fr);
}

.grid-no-sidebar {
  display: grid;
  grid-template-columns: 60px minmax(0,1fr);
}

/*=================================================================================================*/
/*  BREADCRUMB                                                                                     */
/*=================================================================================================*/
.breadcrumb {
  margin: 0 0 30px;
  background: #f4f7fa;
  border: 1px solid #d9dee2;
  color: #8b959d;
  font-family: "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  -webkit-border-radius: 5px;
  -moz-border-radius:    5px;
  border-radius:         5px;
}

.breadcrumb > li {
  text-shadow: none;
}

.breadcrumb > .active {
  color: #8b959d;
}

.breadcrumb > li > .divider {
  color: #8b959d;
  padding: 0 3px;
}


/*=================================================================================================*/
/*  PANEL                                                                                          */
/*=================================================================================================*/
.panel {
  margin-bottom: 30px;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius:    5px;
  border-radius:         5px;
  border: 1px solid #d9dee2;
}

.panel-head, .nl-field ul li:first-child {
  background: #17323b;
  padding: 10px 20px;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius:    5px 5px 0 0;
  border-radius:         5px 5px 0 0;
  border-bottom: none;
}

#page-feedback .panel-head,
#join-page-box .panel-head {
  background: #006699;
}

#recurring-events-sidebar .panel-head {
  background: #f02c56;
}

.panel-head h3, .nl-field ul li:first-child {
  color: #fff;
  font-size: 13px;
  line-height: 21px;
  margin: 0;
  padding: 0;
  font-family: "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
}

.panel-body {
  background: transparent;
  padding: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius:    5px;
  border-radius:         5px;
}


/*=================================================================================================*/
/*  DROPDOWN MENU                                                                                  */
/*=================================================================================================*/
.dropdown-menu {
  padding: 0;
  border: 1px solid #d9dee2;
  -webkit-border-radius: 5px;
  -moz-border-radius:    5px;
  border-radius:         5px;
}

.dropdown-menu > li {
  border-bottom: 1px solid #ecf0f3;
}

.dropdown-menu > li:last-child {
  border-bottom: 0;
}

.dropdown-menu > li > a {
  padding: 8px 15px;
  font-weight: 400;
  color: #000;
  font-size: 14px;
  -webkit-transition: .2s;
  -moz-transition:    .2s;
  -o-transition:      .2s;
  transition:         .2s;
}

.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus {
  background: #ecf0f3;
  color: #000;
}

.dropdown-menu li > a:active,
.dropdown-menu li > a:focus:active {
  background: #e1e7ec;
  color: #000;
}

.dropdown-menu > li:first-child > a {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius:    5px 5px 0 0;
  border-radius:         5px 5px 0 0;
}

.dropdown-menu > li:last-child > a {
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius:    0 0 5px 5px;
  border-radius:         0 0 5px 5px;
}

.dropdown-menu > li:only-child > a {
  -webkit-border-radius: 5px;
  -moz-border-radius:    5px;
  border-radius:         5px;
}

.form-horizontal .form-actions{
  background: none;
  border: none;
  margin: 0;
  padding-left: 170px;
}


/*=================================================================================================*/
/*  BUTTONS                                                                                        */
/*=================================================================================================*/
.btn {
  padding: 7px 10px;
  font-family: "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 20px;
  color: #000;
  text-shadow: none;
  background-color: #fff;
  background-image: none;
  filter: none;
  border: 1px solid #d9dee2;
  -webkit-border-radius: 5px;
  -moz-border-radius:    5px;
  border-radius:         5px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: .2s;
  -moz-transition:    .2s;
  -o-transition:      .2s;
  transition:         .2s;
}

.btn:hover,
.btn:focus {
  background-color: #ecf0f3;
  outline: none;
}

.btn:active,
.btn:focus:active,
.btn.active {
  background-color: #e1e7ec;
  -webkit-box-shadow: none;
  -moz-box-shadow:    none;
  box-shadow:         none;
}

.btn.disabled,
.btn[disabled],
.btn.disabled:hover,
.btn[disabled]:hover,
.btn.disabled:focus,
.btn[disabled]:focus,
.btn.disabled:active,
.btn[disabled]:active,
.btn.disabled:focus:active,
.btn[disabled]:focus:active {
  background-color: #ecf0f3 !important;
  border: 1px solid #d9dee2;
  color: #8b959d;
  cursor: not-allowed;
  opacity: 1;
}

.btn-small{
  padding: 3px 10px;
}

/* Primary Button */
.btn.btn-primary {
  background-color: #006699;
  border: 1px solid #004e75;
  background-image: none;
  filter: none;
  text-shadow: none;
  color: #FFF;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #005681;
}

.btn-primary:active,
.btn-primary:focus:active,
.btn-primary.active {
  background-color: #004e75;
}

/* Info Button */
.btn.btn-info {
  background-color: #00a8bc;
  border: 1px solid #008292;
  background-image: none;
  filter: none;
  text-shadow: none;
  color: #FFF;
}

.btn-info:hover,
.btn-info:focus {
  background-color: #0097a9;
}

.btn-info:active,
.btn-info:focus:active,
.btn-info.active {
  background-color: #008292;
}

/* Success Button */
.btn.btn-success {
  background-color: #5bb75b;
  border: 1px solid #3f923f;
  background-image: none;
  filter: none;
  text-shadow: none;
  color: #FFF;
}

.btn-success:hover,
.btn-success:focus {
  background-color: #4ca34c;
}

.btn-success:active,
.btn-success:focus:active,
.btn-success.active {
  background-color: #3f923f;
}

/* Danger Button */
.btn.btn-danger {
  background-color: #f02c56;
  border: 1px solid #c51a3f;
  background-image: none;
  filter: none;
  text-shadow: none;
  color: #FFF;
}

.btn-danger:hover,
.btn-danger:focus {
  background-color: #d8244a;
}

.btn-danger:active,
.btn-danger:focus:active,
.btn-danger.active {
  background-color: #c51a3f;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: none;
  -moz-box-shadow:    none;
  box-shadow:         none;
}


/*=================================================================================================*/
/*  INPUTS                                                                                         */
/*=================================================================================================*/
input[class*="span"] {
  min-height: 36px !important;
}

textarea[disabled],
input[disabled],
textarea[disabled]:hover,
input[disabled]:hover,
textarea[disabled]:focus,
input[disabled]:focus {
  padding: 4px 6px;
  font-family: "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px !important;
  min-height: 36px;
  background-color: #ecf0f3 !important;
  border: 1px solid #d9dee2;
  color: #8b959d;
  cursor: not-allowed;
  -webkit-box-shadow: none;
  -moz-box-shadow:    none;
  box-shadow:         none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing:    border-box;
  box-sizing:         border-box;
}

#responses_range {
  min-width: 120px;
}

#min_responses, #max_responses {
  text-align: center;
  width: 15%;
  min-width: 30px;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  background-color: #fff;
  border: 1px solid #d9dee2;
  color: #000;
  padding: 4px 6px;
  font-family: "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  min-height: 36px;
  -webkit-box-shadow: none;
  -moz-box-shadow:    none;
  box-shadow:         none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing:    border-box;
  box-sizing:         border-box;
  -webkit-transition: .2s;
  -moz-transition:    .2s;
  -o-transition:      .2s;
  transition:         .2s;
}

textarea:hover,
input[type="text"]:hover,
input[type="password"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="date"]:hover,
input[type="month"]:hover,
input[type="time"]:hover,
input[type="week"]:hover,
input[type="number"]:hover,
input[type="email"]:hover,
input[type="url"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="color"]:hover {
  border-color: #8b959d;
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: none;
  -moz-box-shadow:    none;
  box-shadow:         none;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
  border-color: #f02c56;
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: none;
  -moz-box-shadow:    none;
  box-shadow:         none;
}

.uneditable-input,
.uneditable-input:hover,
.uneditable-input:focus,
.uneditable-input:active,
.uneditable-input:focus:active {
  padding: 4px 6px;
  font-family: "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px !important;
  min-height: 36px;
  background-color: #ecf0f3 !important;
  border: 1px solid #d9dee2;
  color: #8b959d;
  cursor: not-allowed;
  -webkit-box-shadow: none;
  -moz-box-shadow:    none;
  box-shadow:         none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing:    border-box;
  box-sizing:         border-box;
}

select {
  background-color: #fff;
  border: 1px solid #d9dee2;
  color: #000;
  font-family: "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  height: 36px;
  min-height: 36px;
  -webkit-box-shadow: none;
  -moz-box-shadow:    none;
  box-shadow:         none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing:    border-box;
  box-sizing:         border-box;
  -webkit-transition: .2s;
  -moz-transition:    .2s;
  -o-transition:      .2s;
  transition:         .2s;
}

.panel-body select {
  width: 100%;
}

select:hover {
  border-color: #8b959d;
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: none;
  -moz-box-shadow:    none;
  box-shadow:         none;
}

select:focus {
  border-color: #f02c56;
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: none;
  -moz-box-shadow:    none;
  box-shadow:         none;
}

select[multiple],
select[size] {
  height: 36px;
  min-height: 36px;
}

.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 36px;
  min-width: 16px;
  padding: 7px 8px;
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing:    border-box;
  box-sizing:         border-box;
}

.form-search .input-append .search-query {
  border-radius: 18px 0 0 18px;
}

.form-search .input-append .btn {
  border-radius: 0 18px 18px 0;
}

::-webkit-input-placeholder {
  color: #8b959d !important;
}

:-moz-placeholder {
  color: #8b959d !important;
}

::-moz-placeholder {
  color: #8b959d !important;
}

:-ms-input-placeholder {
  color: #8b959d !important;
}

.input-small {
  width: 110px;
}


/*=================================================================================================*/
/*  TABLES                                                                                         */
/*=================================================================================================*/
table.table {
  background-color: #fff;
}

table.table.post td:first-child[style*="border-right: none"] {
  display: flex;
}

table.table.post td:first-child[style*="border-right: none"] img {
  margin-right: 10px;
  object-fit: cover;
  padding: 0;
}

.table th,
.table td {
  border-top: 1px solid #d9dee2;
}

.table td {
  padding: 10px 15px;
}

.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9fcfe;
}

.table-bordered {
  border-color: #d9dee2;
}

.table-bordered th, .table-bordered td {
  border-left: 1px solid #d9dee2;
}


/*=================================================================================================*/
/*  LOGIN FORM                                                                                     */
/*=================================================================================================*/
#login-form {
  width: 320px;
  margin: 0 auto 30px auto;
}

#login-form .panel-body {
  padding: 10px 20px;
}

.login-form {
  margin-top: 10px;
  float: left;
  width: 100%;
}

.login-actions {
  margin-top: 10px;
}

.login-actions a {
  margin-top: 15px;
  display: block;
  text-align: center;
}

.login-form input {
  width: 100%;
}


/*=================================================================================================*/
/*  LEGEND LIST                                                                                    */
/*=================================================================================================*/
ul.legend-list {
  list-style: none;
  margin-left: 0;
}

ul.legend-list li {
  line-height: 21px;
}

ul.legend-list li img {
  margin-right: 3px;
}

span.bread-separator {
  color: #8b959d;
  margin: 0 3px;
}


/*=================================================================================================*/
/*  DEPARTMENTAL CLERKSHIP SCHEDULE                                                                */
/*=================================================================================================*/
.select-dep .control-group {
  margin-bottom: 0;
}

.select-dep form label{
  font-weight: bold;
}

form legend.content-subheading {
  margin-bottom: 0;
  line-height: 1.5;
  border: none;
}


/*=================================================================================================*/
/*  DASHBOARD                                                                                      */
/*=================================================================================================*/
.dashboard-notices {
  max-height: 300px;
  overflow: auto;
  margin-bottom: 5px;
  padding-right: 14px !important;
}

div#dashboardCalendar {
  margin-bottom: 10px;
}

div.rss-item-title {
  padding: 8px 0;
  border-bottom: 1px #ecf0f3 solid;
}


/*=================================================================================================*/
/*  COURSES                                                                                        */
/*=================================================================================================*/
ul.course-list {
  list-style-type: square;
}

p.info-not-available {
  margin-bottom: 0;
  padding-top: 5px;
  font-size: 11px;
  color: #8b959d;
}


/*=================================================================================================*/
/*  MSPR                                                                                           */
/*=================================================================================================*/
.mspr-box form{
  margin-bottom: 0;
}

.mspr-box {
  min-height: 95px;
}

label#deadline_text {
  width: 143px !important;
}

ul.quiz-questions-list {
  margin: 0;
}


/*=================================================================================================*/
/*  FOOTER                                                                                         */
/*=================================================================================================*/
footer#main-footer .container {
  text-align: center;
  margin: 18px auto;
}


/*=================================================================================================*/
/*  NOTICES                                                                                        */
/*=================================================================================================*/
ul.public-notices {
  list-style-type: none;
  margin: 0;
  padding: 0;
}


/*=================================================================================================*/
/*  PEOPLE SEARCH (ps)                                                                             */
/*=================================================================================================*/
div.ps-media-body-margin {
  margin-left: 15px;
}

div.ps-row-margin-top {
  margin-top: 10px;
}

#ps-advanced-mode,
#ps-basic-mode {
  margin-left: 20px;
  font-size: 11px;
  text-decoration: none;
  width: 110px;
  cursor: pointer;
}

#ps-advanced-mode > span, #ps-basic-mode > span {
  color: #003366;
}

.ps-box {
  width: 300px;
}

.ps-group-select, .ps-role-select {
  width: 209px;
}

.ps-department-select {
  width: 100%;
}
.ps-pagination-form {
  display: inline;
}

.ps-pagination-link{
  width: 20px;
  vertical-align: middle;
  margin-right: 3px;
}

.ps-pagination-image {
  vertical-align: middle;
}

.ps-pagination-select {
  vertical-align: middle;
}

.ps-search-result-title {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
}

.ps-search-result-summary {
  font-size: 12px;
  color: #8b959d;
  overflow: hidden;
  white-space: nowrap;
  font-family: "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
}

.ps-search-summary-bar {
  background-color: #ecf0f3;
  border: 1px solid #d9dee2;
  -webkit-border-radius: 5px;
  -moz-border-radius:    5px;
  border-radius:         5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing:    border-box;
  box-sizing:         border-box;
  width: 100%;
  padding: 15px;
}

.ps-address-margin {
  margin-left: 50px;
  margin-top: 16px;
}

.ps-media-padding {
  padding: 10px;
}

.ps-media-heading {
  color: #003366;
}

.ps-email {
  font-size: 10px;
}


/*=================================================================================================*/
/*  AWARDS                                                                                         */
/*=================================================================================================*/
.award_new_link {
  margin-bottom: 18px;
}

.award_text_input {
  width: 95%;
}

.award_text_area {
  width: 95%;
}

.award_table_font {
  font-size: 12px;
}

.award_list_form {
  margin-bottom: 0;
}

.award_details_table {
  width: 100%;
}

.award_details_footer {
  padding-top: 5px;
}

.award_recipient_list_first_column {
  border-left: 1px solid #8b959d;
}

.award_recipient_list_delete_button_column {
  padding-top: 23px !important;
}


/*=================================================================================================*/
/*  COMMUNITIES                                                                                    */
/*=================================================================================================*/
.mc-pager-top {
  margin-bottom: 10px;
}

.mc-pager-prev {
  width: 20px;
  vertical-align: middle;
  margin-right: 3px;
  text-align: left;
}

.mc-pager-next {
  width: 20px;
  vertical-align: middle;
  margin-left: 3px;
  text-align: right;
}

.mc-pager-link-align,
.mc-pager-image-align {
  vertical-align: middle;
}

.mc-pager-dropdown {
  vertical-align: middle;
}

.mc-deactivate-footer {
  margin-top: 40px;
}

/*=================================================================================================*/
/*  EVENT VIEWS                                                                                    */
/*=================================================================================================*/
.statsUL {
  list-style: none;
  padding: 0;
  margin: 0;
}

.statsLI {
  border-top: #D8D8D8;
  border-top-style: solid;
  border-width: 1px;
  list-style: none;
  padding: 10px 5px;
}

.statsLIHeader {
  list-style: none;
  padding: 5px;
}

.statsLISpan1 {
  width: 250px;
  display: inline-block;
}

.sortStats {
  width: 200px;
  display: inline-block;
  padding: 5px;
  text-align: left;
}

.sortStatsHeader {
  cursor: pointer;
  width: 200px;
  display: inline-block;
  padding: 5px;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
}

.sortStatsName {
  width: 300px;
  padding-right: 30px;
}

.sortStatsViews {
  width: 50px;
  padding-right: 60px;
  text-align: center;
}

.sortStatsDate {
  width: 150px;
  text-align: center;
}

.sortStatsNameModel {
  width: 250px;
  padding-right: 30px;
}

.sortStatsViewsModel {
  width: 40px;
  text-align: center;
}

.sortStatsDateModel {
  padding-left: 10px;
  width: 150px;
  text-align: center;
}

#userViews {
  padding-right: 50px;
}

#event_details_1.span5,
#event_details_1.span7 {
  float: right;
}

div.event-message {
  background-image: none;
  margin: 30px 0 0 0;
  padding: 20px;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius:    5px;
  border-radius:         5px;
  border: 1px solid #d9dee2;
}

div.event-message h3 {
  display: block;
}

div.event-description .span4 h3,
div.event-message .span4 h3,
#event_details_2 h3 {
  line-height: 20px;
  font-size: 14px;
  margin: 2px 0;
}

div.event-description .span8,
div.event-message .span8,
#event_details_2 span {
  margin-top: 2px;
  font-size: 14px;
}

#event_details_1 .span12 hr,
#event_details_2 .span12 hr{
  margin-right: 2.12766%;
}

#event_details_2 h3 {
  font-size: 12px;
}

#event_details_2 span  {
  font-size: 12px;
}

#event_details_1 .span12,
#event_details_2 .span12 {
  min-height: 12px;
}

#event_details_2 div.course_contact_1,
#event_details_2 div.course_contact_2 {
  float: left;
}

#event_details_2 div.course_contact_1 h5 {
  margin: 1px 0;
  margin-right: 6px;
}

div#event_details_2 ul.menu {
  position: relative;
}


/*=================================================================================================*/
/*  EVENTS                                                                                         */
/*=================================================================================================*/
div.event-navbar-middle {
  background-color: #fff;
  border: 1px solid #d9dee2;
  border-left: 0;
  border-right: 0;
  color: #000;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  height: 36px;
  margin-bottom: 0;
  padding: 7px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing:    border-box;
  box-sizing:         border-box;
}

table.event-details tbody tr th,
table.event-details tbody tr td {
  vertical-align: top;
}


/*=================================================================================================*/
/*  FORM STYLE (nl)                                                                           */
/*=================================================================================================*/
.nl-form {
  width: 100%;
  margin: 0.3em auto 0 auto;
  line-height: 1.5;
}

.nl-form ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* normalize the input elements, make them look like everything else */
.nl-form select {
  border: none;
  background: transparent;
  font-family: inherit;
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
  display: inline-block;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance:    none;
}

/* custom field (drop-down, text element) styling  */
.nl-field {
  display: inline-block;
  position: relative;
}

.nl-field.nl-field-open {
  z-index: 10000;
}

/* the toggle is the visible part in the form */
.nl-field-toggle,
.nl-form select  {
  line-height: inherit;
  display: inline-block;
  color: #5BB75B;
  cursor: pointer;
  border-bottom: 1px dashed #5BB75B;
}

/* drop-down list / text element */
.nl-field ul {
  position: absolute;
  visibility: hidden;
  background: #FFF;
  left: -0.5em;
  top: 50%;
  opacity: 0;
  -webkit-transform: translateY(-40%) scale(0.9);
  -moz-transform:    translateY(-40%) scale(0.9);
  -o-transform:      translateY(-40%) scale(0.9);
  transform:         translateY(-40%) scale(0.9);
  -webkit-transition: visibility 0s 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition:    visibility 0s 0.3s, opacity 0.3s, -moz-transform 0.3s;
  -o-transition:      visibility 0s 0.3s, opacity 0.3s, -o-transform 0.3s;
  transition:         visibility 0s 0.3s, opacity 0.3s, transform 0.3s;
}

.nl-field ul li {
  border-bottom: 1px solid #F5F5F5;
}

.nl-field.nl-field-open ul {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(-50%) scale(1);
  -moz-transform:    translateY(-50%) scale(1);
  -o-transform:      translateY(-50%) scale(1);
  transform:         translateY(-50%) scale(1);
  -webkit-transition: visibility 0s 0s, opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition:    visibility 0s 0s, opacity 0.3s, -moz-transform 0.3s;
  -o-transition:      visibility 0s 0s, opacity 0.3s, -o-transform 0.3s;
  transition:         visibility 0s 0s, opacity 0.3s, transform 0.3s;
}

.nl-field ul li:first-child {
  font-size: 2.5em;
  line-height: 70px;
  text-align: center;
  position: relative;
  border-radius: 0;
}

.nl-field ul li:nth-child(n+2) {
  font-size: 2em;
  line-height: 40px;
  color: #757575;
  position: relative;
}

.nl-dd ul li:nth-child(n+2) {
  padding: 10px 50px;
  cursor: pointer;
  white-space: nowrap;
}

.nl-dd ul li.nl-dd-checked {
  color: #1b3842;
}

.nl-dd ul li.nl-dd-checked:before {
  content: "\2714";
  position: absolute;
  left: 20px;
}

.nl-dd ul li:nth-child(n+2):hover {
  background: #F9F9F9;
}

/* overlay becomes visible when a field is opened */
.nl-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  opacity: 0;
  z-index: 9999;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.3s, opacity 0.3s;
  -moz-transition:    visibility 0s 0.3s, opacity 0.3s;
  -o-transition:      visibility 0s 0.3s, opacity 0.3s;
  transition:         visibility 0s 0.3s, opacity 0.3s;
}

.nl-field.nl-field-open ~ .nl-overlay {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
  -moz-transition-delay:    0s;
  -o-transition-delay:      0s;
  transition-delay:         0s;
}


/*=================================================================================================*/
/*  MODALS                                                                                         */
/*=================================================================================================*/
.modal-header h2 {
  color: #000000;
}

#rotationschedule-modal-body {
  min-height: 325px;
}


/* My Entrada */
#my_entrada .nav > li > a {
  display: inline-block;
}

#my_entrada .nav > li > span.badge {
  margin-left: 5px;
  font-weight: bold;
  font-size: 14px;
  color: #000000;
  background-color: #FFB921;
}

@media screen {
  div.print-only {
    display: none;
  }
}

.contact_card {
  border: 2px solid #f1f1f1;
  border-radius: 5px;
  padding: 0px 0px 8px 8px;
  margin-bottom: 5px;
  display: inline-block;
  width: 96%;
}

.contact_card_content {
  vertical-align: top;
  float:left;
  font-size: 14px;
  color: #003366;
  padding-top: 10px;
  padding-bottom: 5px;
}

.contact_card_content.image{
  padding-left:15px;
}

.contact_card_content.email{
  padding-left:10px;
}

.contact_card_content.address{
  padding-left:35px;
}

.contact_card_content.assistant{
  padding-right:25px;
  padding-left: 25px;
  float:right;
}

/* CUSTOM ICON STYLES */
.custom-icon {
  display: inline-block;
  width: 12.85px;
  height: 15px;
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  margin-top: 2px;
}

.custom-icon-box {
  background-image: url("../images/bookmarks/32x32-Box2x.png");
}

.custom-icon-elentra {
  background-image: url("../images/bookmarks/32x32-Elentra2x.png");
}

.custom-icon-dropbox {
  background-image: url("../images/bookmarks/32x32-Dropbox2x.png");
}

.custom-icon-evernote {
  background-image: url("../images/bookmarks/32x32-Evernote2x.png");
}

.custom-icon-globe {
  background-image: url("../images/bookmarks/32x32-Globe2x.png");
}

.custom-icon-google {
  background-image: url("../images/bookmarks/32x32-Google2x.png");
}

.custom-icon-link {
  background-image: url("../images/bookmarks/32x32-Link2x.png");
}

.custom-icon-onenote {
  background-image: url("../images/bookmarks/32x32-OneNote2x.png");
}

.custom-icon-hidden {
  display: none;
}

/**************** Prompted Response ****************/

.prompted-response {
    background-color: #F32753 !important;
}

/******************* Menu Items *******************/

.mobile-menu-icon {
  display: none;
  border: none;
  box-shadow: 0 0 0 2px #cfe8ef inset;
  background-color: transparent;
  font-size: 15px;
  color: #cfe8ef;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  cursor: pointer;
  order: 3;
  min-width: 36px;
  transition: .2s;
}

.mobile-menu-icon:hover {
  box-shadow:
          0 0 0 30px #cfe8ef inset,
          0 0 0 10px rgba(0,0,0,0.3);
  color: #0c0c0c;
}

@media screen and (max-width: 1023px) {

  .mobile-menu-icon {
    display: flex;
    float: right;
    justify-content: center;
    align-items: center;
  }

  .welcome-area .welcome-block {
    display: flex;
    align-items: center;
  }

  .welcome-area .welcome-block > a {
    margin-right: 14px;
    margin-bottom: 0;
  }

  header#main-header {
    grid-template-rows: 75px auto;
  }

  #main-header .row-fluid {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  #main-header .banner .span4 {
    width: auto;
  }

  #main-header .banner .span8 {
    display: flex;
    float: none;
    justify-content: flex-end;
    flex-grow: 1;
    width: auto;
  }

  .menu-open .navbar-inner {
    display: block;
  }

  .menu-open .welcome-area .welcome-block {
    display: flex;
  }

  header#main-header .banner {
    min-height: 47px;
  }

  #org-selector-switch {
    margin-right: 5px;
    margin-bottom: 5px;
  }

  .welcome-block a:nth-child(2) {
    position: relative;
  }

  .navbar-inner {
    display: none;
  }

  .navbar .nav {
    display: block;
    margin-bottom: 20px;
  }

  .navbar .nav > li {
    float: none;
  }

  .navbar .nav > li > a {
    display: block;
    width: 100%;
  }

  .open > .dropdown-menu {
    float: none;
    margin: 0 10px;
    border: 0;
    box-shadow: none;
  }

  #admin_drop_options {
    position: relative;
  }

  #opaque-screen {
    position: absolute;
    top: 0;
    background: #333333;
    opacity: .5;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 3;
  }

  .menu-open #opaque-screen {
    display: block;
  }

  #page {
    position: relative;
  }

  #content {
    padding: 15px 15px 0;
  }

  .grid-sidebar #sidebar {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
    z-index: 20;
    box-shadow: 5px 0 20px rgba(0,0,0,0.2);
  }

  .grid-sidebar #content {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
    padding-left: 75px;
  }
}

@media (max-width: 767px) {
  #content {
    padding: 0;
  }

  #content .inner-content {
    border-radius: 0;
  }

  .inner-sidebar {
    background-color: #ecf0f3;
    padding: 15px;
  }

  .brand img {
    height: 22px;
  }

  .welcome-area {
    position: static;
  }

  .welcome-area .welcome-block #user-menu {
    position: static;
  }

  .welcome-area .welcome-block #user-menu-inner,
  .welcome-area .welcome-block #org-selector-inner {
    transition: 0s;
  }

  .welcome-area .welcome-block #user-menu-inner.menu-open,
  .welcome-area .welcome-block #org-selector-inner.menu-open {
    position: absolute;
    top: 75px;
    right: 0;
    left: 0;
    border-radius: 0;
    z-index: 550;
    width: 100%;
    transition: 0s !important;
  }

  #org-selector-inner .inner-sidebar {
    padding: 0;
  }

  a.log-out span.fa {
    padding: 11px 12px 12px;
  }

  .grid-sidebar {
    grid-template-columns: minmax(0,1fr);
    grid-template-rows: minmax(0,1fr) minmax(0,1fr);
  }

  .grid-no-sidebar {
    grid-template-columns: minmax(0,1fr);
    grid-template-rows: 30px minmax(0,1fr);
  }

  #sidebar, #content {
    width: 100%;
    grid-column-start: 1 !important;
    grid-column-end: 2 !important;
  }

  #sidebar {
    padding: 0;
    height: 60px;
  }

  #content {
    grid-row-start: 2 !important;
    grid-row-end: 3 !important;
    padding: 0 !important;
  }

  #sidebar #sidebar-toggle {
    margin: 0;
  }

  #feedback-form-container {
    left: 0!important;
    bottom: 0!important;
    width: 100%;
    top: auto;
  }

  #feedback-form-container textarea {
    width: 100%;
  }

  .modal {
    width: 90%;
    margin-left: 0;
    transform: translateX(-50%);
  }

  .nav-tabs.medium + div {
    margin-top: 0px;
  }

  .nav-tabs > li {
    position: relative;
  }

  .grid-no-sidebar #sidebar-toggle i::before {
    content: "\f103";
  }

  .grid-sidebar #sidebar-toggle i::before {
    content: "\f102";
  }

  .grid-sidebar #sidebar-toggle {
    justify-content: center;
  }

  #content .inner-content {
    border-radius: 0;
    box-sizing: border-box;
  }

  /*Mobile Calendar Considerations*/

  .community-page-content ~ .tab-content #dhx_minical_icon,
  .community-page-content ~ .tab-content #nav-date-picker,
  .community-page-content ~ .tab-content .dhx_cal_today_button,
  .community-page-content ~ .tab-content .dhx_cal_date,
  .community-page-content ~ .tab-content .year_tab,
  .community-page-content ~ .tab-content #nav-year,
  .community-page-content ~ .tab-content #nav-today-list {
    display: none;
  }

  .dhx_cal_date {
    transform: translateY(-32px);
  }
  #dashboardCalendar {
    overflow: visible;
  }

  #content .well + .tab-content,
  #content form + .tab-content{
    overflow: visible;
  }
}

@media screen and (max-width: 600px) {

  header#main-header {
    grid-template-rows: 118px auto;
  }

  .brand {
    margin-bottom: 20px;
  }
  #main-header .row-fluid {
    flex-direction: column;
  }

  .welcome-area .welcome-block #user-menu-inner.menu-open,
  .welcome-area .welcome-block #org-selector-inner.menu-open {
    top: 118px;
  }

}