/*!
Theme Name: DFL_Forum
Theme URI: http://underscores.me/
Author: Tim Beckett
Author URI: https://tim-beckett.com
Description: Forum for DFL website
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dfl_forum
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

DFL_Forum is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Lato&family=Telex&display=swap");
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*Color Variables*/
/*
0 - 400px:      Small Phone
400px- 600px:   Phone
600 - 900px:    Tablet portrait
900 - 1200px:   Tablet landscape
[1200 - 1800] is where our normal styles apply
1800px + :      Big desktop
$breakpoint arguement choices:
- small-phone
- phone
- tab-port
- tab-land
- big-desktop
ORDER: Base + typography > general layout + grid > page layout > components
1em = 16px
*/
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit; }

html {
  font-size: 62.5%; }

body {
  background: #ebebeb; }

#page {
  display: flex;
  flex-direction: column;
  position: relative; }
  @media only screen and (max-width: 75em) {
    #page {
      margin: 0; } }

.container {
  width: 100%;
  margin: 0 auto; }
  @media only screen and (max-width: 56.25em) {
    .container {
      width: 92%;
      margin: 0 3%; } }

body {
  font-family: 'Lato', Arial, sans-serif; }

p, a {
  font-family: 'Lato', Arial, sans-serif;
  text-decoration: none; }

a {
  color: #4d2a69; }

button, input {
  display: inline-block;
  position: relative;
  cursor: pointer;
  outline: none;
  white-space: nowrap;
  margin: 5px;
  padding: 0 22px;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  background-color: white;
  color: #a91a38;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 1px;
  border: none;
  text-shadow: none;
  border: 1px solid #a91a38; }
  button:hover, input:hover {
    background: #a91a38;
    color: white; }

label {
  color: #a91a38; }

.search-submit {
  background-color: #a91a38;
  color: white; }

/* Login Styling */
#login_box {
  background-color: rgba(168, 26, 56, 0.8);
  border: 0px solid #B0B0B0;
  top: 0px; }

.Question-login label, .Question-loginSubmit label {
  width: 300px;
  float: left;
  margin-top: 0.3em;
  padding-right: 10px; }

.Question-login, .Question-loginSubmit {
  border-bottom: 1px solid rgba(168, 26, 56, 0.8); }

.Question-loginSubmit {
  padding: 1em 0em 1em 0.5em; }

.QuestionSubmit {
  border-bottom: 0px solid #ddd; }

#HeaderNav2 {
  max-width: 96%;
  margin: 0 4rem; }
  #HeaderNav2 ul {
    display: flex;
    overflow: visible; }
    #HeaderNav2 ul li {
      background: #a91a38;
      font-size: 1.6rem;
      line-height: 3.6rem;
      margin-right: .5rem; }
      #HeaderNav2 ul li a {
        margin: 0 1rem 0 0;
        padding: 0.7rem 0 0.7rem 1.2rem;
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        text-align: center;
        opacity: 1;
        font-size: 1.3rem;
        line-height: 1.5rem; }
        #HeaderNav2 ul li a:hover {
          opacity: 0.7; }

.advanced-search-container {
  font-weight: bold;
  font-size: 1.5em !important; }

/*Responsive Header*/
.responsive-header-menu {
  display: none;
  width: auto;
  position: absolute;
  top: 2rem;
  right: 0; }
  @media only screen and (max-width: 75em) {
    .responsive-header-menu {
      display: flex;
      width: 55%;
      justify-content: flex-end;
      margin-top: 2rem; } }
  @media only screen and (max-width: 35.8em) {
    .responsive-header-menu {
      display: flex;
      width: 25%; } }
  .responsive-header-menu__button {
    background: white;
    height: 4rem;
    display: inline-block;
    line-height: 4rem;
    text-align: center;
    border-radius: .6rem;
    color: #1b1c1e;
    vertical-align: top;
    padding: 0 2rem;
    margin-right: .75rem;
    box-shadow: 1px 1px 8px -2px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center; }
    @media only screen and (max-width: 75em) {
      .responsive-header-menu__button {
        line-height: 45px;
        text-align: center;
        padding: .2rem 1rem .7rem 1rem;
        border-radius: .6rem;
        vertical-align: top; } }
    .responsive-header-menu__button--text {
      display: block;
      color: #1b1c1e;
      text-transform: none;
      text-shadow: none;
      margin-right: 2rem; }
      @media only screen and (max-width: 35.8em) {
        .responsive-header-menu__button--text {
          display: none; } }
    .responsive-header-menu__button i {
      font-size: 2rem;
      color: #4d2a69; }
    @media only screen and (max-width: 75em) {
      .responsive-header-menu__button {
        width: 35%; } }
    @media only screen and (max-width: 35.8em) {
      .responsive-header-menu__button {
        width: 5rem; } }

ul.menu {
  display: none; }
  ul.menu.show {
    display: flex; }
  ul.menu.hide {
    display: none; }

.dropdown-user-info {
  display: none; }
  .dropdown-user-info.show {
    display: block; }
  .dropdown-user-info.hide {
    display: none; }
  .dropdown-user-info .menu {
    flex-direction: flex;
    justify-content: flex-end; }

.dropdown-menu {
  position: absolute;
  width: 100%;
  z-index: 10;
  left: auto;
  right: auto;
  background: transparent; }

.menu {
  z-index: 10;
  list-style: none;
  display: flex; }
  @media only screen and (max-width: 75em) {
    .menu {
      width: 100%;
      flex-direction: column; } }
  @media only screen and (max-width: 35.8em) {
    .menu {
      flex-direction: column;
      left: 0; } }
  .menu .menu-item {
    color: #1b1c1e;
    text-align: center;
    background: white;
    height: 4.5rem;
    border-radius: .6rem;
    text-transform: uppercase;
    opacity: 1;
    font-size: 1rem;
    line-height: 1.5rem;
    font-family: 'Telex', Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.2rem 0;
    border: 1px solid #a91a38; }
    @media only screen and (max-width: 75em) {
      .menu .menu-item {
        box-shadow: 1px 1px 8px -2px; } }
    .menu .menu-item a {
      color: #4d2a69;
      font-size: 1.15rem; }
    @media only screen and (max-width: 35.8em) {
      .menu .menu-item {
        display: inline-block;
        text-align: center;
        height: 4.5rem;
        line-height: 4.5rem;
        padding: 0 .5rem;
        border-radius: .6rem;
        margin-bottom: .1rem; } }

@media screen and (min-width: 769px) {
  /* How to styling */
  .how-to-content p {
    font-size: 20px; } }

#bbpress-forums {
  margin-top: 6rem; }
  @media only screen and (max-width: 75em) {
    #bbpress-forums {
      margin-top: 5rem;
      margin-left: 0; } }
  #bbpress-forums li {
    font-size: 1.5rem; }
  #bbpress-forums a {
    font-size: 1.4rem;
    font-weight: normal; }
  #bbpress-forums div.bbp-pagination {
    width: 62%; }
    @media only screen and (max-width: 35.8em) {
      #bbpress-forums div.bbp-pagination {
        width: 100%; } }
  #bbpress-forums div.bbp-search-form {
    float: right; }
  #bbpress-forums div.bbp-breadcrumb, #bbpress-forums div.bbp-topic-tags {
    font-size: 2.4rem; }
    #bbpress-forums div.bbp-breadcrumb a, #bbpress-forums div.bbp-topic-tags a {
      font-size: 2.4rem; }
    #bbpress-forums div.bbp-breadcrumb span.bbp-breadcrumb-sep, #bbpress-forums div.bbp-topic-tags span.bbp-breadcrumb-sep {
      font-size: 2.4rem; }
  @media only screen and (max-width: 35.8em) {
    #bbpress-forums div.bbp-search-form input, #bbpress-forums div.bbp-search-form button {
      padding: .2rem 1.2rem; } }
  #bbpress-forums li.bbp-header {
    background: #1b1d55;
    background: #4d2a69;
    color: white;
    opacity: 1; }
  #bbpress-forums #subscription-toggle, #bbpress-forums #bbpress-forums #favorite-toggle {
    margin-right: .5rem; }
  #bbpress-forums .forum-titles {
    color: white;
    font-size: 1.4rem;
    font-family: 'Trello', Arial, sans-serif;
    text-transform: uppercase; }
  @media only screen and (max-width: 75em) {
    #bbpress-forums .bbp-forum-info, #bbpress-forums .bbp-topic-title {
      width: 46%; } }
  @media only screen and (max-width: 25em) {
    #bbpress-forums .bbp-forum-info, #bbpress-forums .bbp-topic-title {
      width: 42%; } }
  @media only screen and (max-width: 75em) {
    #bbpress-forums .bbp-forum-topic-count, #bbpress-forums .bbp-topic-voice-count {
      width: 14%; } }
  @media only screen and (max-width: 25em) {
    #bbpress-forums .bbp-forum-topic-count, #bbpress-forums .bbp-topic-voice-count {
      width: 20%; } }
  @media only screen and (max-width: 75em) {
    #bbpress-forums .bbp-forum-reply-count, #bbpress-forums .bbp-topic-reply-count {
      width: 14%; } }
  @media only screen and (max-width: 25em) {
    #bbpress-forums .bbp-forum-reply-count, #bbpress-forums .bbp-topic-reply-count {
      width: 18%; } }
  @media only screen and (max-width: 75em) {
    #bbpress-forums .bbp-forum-freshness, #bbpress-forums .bbp-topic-freshness {
      width: 23%; } }
  @media only screen and (max-width: 25em) {
    #bbpress-forums .bbp-forum-freshness, #bbpress-forums .bbp-topic-freshness {
      width: 20%; } }
  #bbpress-forums .bbp-forum-title {
    text-decoration: none;
    color: #1b1c1e;
    font-size: 1.6rem; }
    #bbpress-forums .bbp-forum-title:hover {
      color: #4d2a69; }
  #bbpress-forums li.bbp-body ul.forum, #bbpress-forums li.bbp-body ul.topic {
    background-color: #f1efe7; }
  #bbpress-forums li.bbp-body ul.even {
    background-color: white;
    border: 1px solid #f1efe7; }
  #bbpress-forums div.bbp-template-notice {
    background-color: #4d2a69;
    color: white; }
    #bbpress-forums div.bbp-template-notice li {
      color: white; }
      #bbpress-forums div.bbp-template-notice li a {
        color: white; }
  #bbpress-forums div.bbp-breadcrumb, #bbpress-forums div.bbp-topic-tags {
    font-size: 1.6rem; }
  #bbpress-forums div.odd, #bbpress-forums ul.odd {
    background-color: #f1efe7; }
  #bbpress-forums #bbp_search {
    background-color: white;
    border: 1px solid #4d2a69; }
  #bbpress-forums input {
    font-size: 1.2rem;
    text-transform: none;
    background-color: white;
    color: #1b1c1e;
    border: 1px solid #1b1c1e; }
  #bbpress-forums input.button {
    background-color: #a91a38;
    color: white;
    border: 1px solid white; }

article.forum, article.topic {
  margin-top: 4rem; }
  article.forum fieldset.bbp-form div p:nth(1), article.topic fieldset.bbp-form div p:nth(1) {
    display: flex;
    align-items: center; }

body.bbp-user-page {
  font-size: 1.5rem; }

#buddypress #header-cover-image {
  background: url("../img/cropped-image-3.jpg"); }

#buddypress #user-notifications:hover {
  background: #a91a38;
  color: white; }

#buddypress #user-notifications .count {
  background-color: #a91a38;
  color: white;
  text-shadow: none; }
  #buddypress #user-notifications .count:hover {
    background-color: white;
    color: #a91a38;
    border: 1px solid #a91a38; }

#buddypress #user-messages, #buddypress #user-settings, #buddypress #user-profile {
  color: #a91a38; }
  #buddypress #user-messages:hover, #buddypress #user-settings:hover, #buddypress #user-profile:hover {
    background: #a91a38;
    color: white; }

#front-personal-li, #forums-personal-li {
  display: none; }

#send-to-input, #subject {
  text-transform: none;
  box-shadow: none;
  text-shadow: none; }

.site-header {
  width: 93%;
  display: flex;
  flex-direction: column;
  padding: 0 6rem 0 6rem;
  background: linear-gradient(#424242, #1b1b1b);
  background: #4d2a69;
  background: white;
  background-image: url("../img/header-bg.jpg"); }
  @media only screen and (min-width: 88.5em) {
    .site-header {
      padding: 0 4rem 0 6rem; } }
  @media only screen and (max-width: 75em) {
    .site-header {
      padding: 0 6rem;
      width: 100%; } }
  @media only screen and (max-width: 56.25em) {
    .site-header {
      padding: 1rem 0 2rem 0; } }
  .site-header .container {
    position: relative;
    width: 96%;
    margin: 0 3rem; }
    @media only screen and (max-width: 35.8em) {
      .site-header .container {
        margin: 0 1rem; } }
  .site-header__logo {
    max-width: 19.1rem;
    height: auto;
    margin-bottom: 3rem;
    margin-left: -2rem; }
    @media only screen and (max-width: 75em) {
      .site-header__logo {
        margin-left: 0; } }
    .site-header__logo img {
      width: 100%;
      max-width: 100%;
      height: auto; }
    .site-header__logo .site-title {
      display: none; }
    .site-header__logo img {
      height: 5rem;
      width: auto; }
  .site-header li {
    zoom: 1;
    padding: 0 0.35em 0 0.5em;
    margin: 0px; }
    .site-header li a {
      color: #fff; }
  .site-header .fa-user:before {
    content: "\f007"; }
  .site-header ul.user-buttons {
    position: absolute;
    top: 4rem;
    right: 17rem;
    display: flex;
    float: right;
    width: auto;
    max-width: 24rem;
    color: #a91a38; }
    @media only screen and (max-width: 75em) {
      .site-header ul.user-buttons {
        right: 15rem; } }
    .site-header ul.user-buttons li {
      display: flex;
      padding-top: 0.5rem; }
      .site-header ul.user-buttons li a {
        display: flex;
        align-items: baseline;
        font-size: 2rem; }
        .site-header ul.user-buttons li a i {
          font-size: 2.4rem;
          margin-right: 0.8rem; }
      .site-header ul.user-buttons li .user-name {
        display: none; }
    @media only screen and (max-width: 75em) {
      .site-header ul.user-buttons {
        display: none; } }
  .site-header__navigation {
    display: flex;
    flex-direction: row;
    width: 96%;
    margin-top: 0rem;
    margin-left: -2rem; }
    @media only screen and (max-width: 75em) {
      .site-header__navigation {
        display: none; } }
    .site-header__navigation ul {
      display: flex;
      justify-content: flex-start;
      width: 97%;
      list-style: none; }
      .site-header__navigation ul li.menu-item {
        background: #a91a38;
        line-height: 3.6rem;
        height: auto;
        padding: 0 0.5em 0 0.5em;
        margin-right: 0.5rem;
        border: 0;
        border-radius: 0; }
        @media only screen and (max-width: 56.25em) {
          .site-header__navigation ul li.menu-item {
            width: 15.1rem; } }
        .site-header__navigation ul li.menu-item a {
          color: #fff;
          text-decoration: none;
          text-transform: uppercase;
          text-align: center;
          opacity: 1;
          font-size: 1.15rem;
          line-height: 1.5rem;
          font-family: "Telex", Arial, sans-serif;
          margin: 0;
          padding: 0.7rem 0.5rem;
          display: block; }

#HeaderResponsive {
  width: auto;
  height: auto; }
  #HeaderResponsive a {
    height: auto; }
    #HeaderResponsive a #HeaderImg {
      max-height: 70px;
      width: auto; }

#HeaderNav2 {
  position: absolute;
  top: 16rem;
  margin: 0 4rem; }

.lrm-login.button,
.lrm-register.button {
  background-color: #a91a38;
  color: white;
  border: 1px solid white; }

.main-content {
  width: 90rem; }

/**Might need to revert this if creates problems later**/
.ui-layout-pane {
  overflow: scroll; }

#site-content {
  padding-bottom: 28rem;
  margin: 0 6rem;
  margin-bottom: 0; }
  @media only screen and (max-width: 56.25em) {
    #site-content {
      margin: 0 1rem;
      margin-bottom: 7rem; } }
  @media only screen and (max-width: 35.8em) {
    #site-content {
      margin-bottom: 5rem; } }
  #site-content h1.entry-title {
    float: left;
    width: 20rem;
    margin-top: 6rem;
    margin-bottom: -4rem; }

.entry-header {
  display: none; }

.CollectBack {
  background: #4d2a69; }

#CollectionDiv {
  background: #4d2a69; }

.site-footer {
  position: absolute;
  bottom: 0;
  background: #1b1d55;
  height: 5rem;
  width: 100%;
  margin-top: 10rem; }

.HomeSiteTextInner {
  background: #a91a38; }

@media screen and (min-width: 769px) {
  /* Home body CSS */
  #HomeSiteText.dashtext {
    background: #a91a38;
    margin-left: 35%;
    border-radius: 0px; }
  #HomePanelContainer {
    margin-left: 35%;
    width: 40%;
    padding: 10px; }
  .HomePanel {
    margin: 0px 0px 15px 0px;
    width: 48%;
    float: left; }
  .HomePanelIN {
    border-radius: 0px;
    background: rgba(168, 26, 56, 0.8); }
  .oddPanel {
    float: right !important;
    margin-right: -10px; }
  #SearchBoxPanel {
    background: #a91a38;
    border-radius: 0px; }
    #SearchBoxPanel .searchbutton {
      background: white;
      color: #a91a38;
      opacity: 1; }
      #SearchBoxPanel .searchbutton:hover {
        opacity: 0.7; }
  #SearchBox, .PopupCategoryTree, #BrowseBar, #BrowseBarTab {
    background: #5b7667; }
  #HomeSiteText.dashtext, .HomePanelIN {
    background: #a91a38; }
  .HomePanelDynamicDash, .HomePanelThemes {
    padding: 0;
    overflow: hidden;
    position: relative;
    width: 100%; }
  .HomePanelIN {
    padding: 15px;
    min-height: 0px; }
  .HomePanelDynamicDash, .HomePanelThemes {
    padding: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    text-align: center; }
  .evenPanel {
    margin-left: -10px; }
  #CentralSpaceLogin {
    top: 35% !important; }
  .ui-layout-container #CentralSpaceLogin {
    top: 20% !important; }
  /* Home Button styling */
  .HomePanelDynamicDash h2, .HomePanelThemes h2, .FeaturedSimpleTileContents h2 {
    font-size: 15px !important; } }

#jumplink1 {
  margin-right: -1rem;
  margin-left: -1rem; }

#DownloadBox1 {
  display: none; }
