@charset "UTF-8";
/*   
Theme Name: Roobla Gubbins
Description: A theme specifically designed for an online entertainment platform for writers and passionate readers.
Author: Cody
Author URI: http://www.codywd.com
Version: 1.0
*/
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * 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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* 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;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 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] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* 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;
}

.button,
a.button,
a.button:visited,
input[type=submit],
input[type=button],
input[type=reset] {
  position: relative;
  text-decoration: none;
  color: var(--color-white);
  font-weight: normal;
  padding: 9px;
  cursor: pointer;
  text-align: center;
  min-width: 70px;
  background-color: var(--color-theme);
  border: 3px solid var(--color-theme);
  font-size: 1rem;
  line-height: 1;
  max-height: 39px;
  opacity: 0.8;
}

.button:hover,
.button:focus,
a.button:hover,
a.button:focus,
input[type=submit]:hover,
input[type=submit]:focus,
input[type=button]:hover,
input[type=button]:focus,
input[type=reset]:hover,
input[type=reset]:focus {
  opacity: 1;
}

.button:active,
a.button:active,
input[type=submit]:active,
input[type=button]:active,
input[type=reset]:active {
  top: 1px;
}

a.button {
  display: inline-block;
}

div.button {
  cursor: context-menu;
}

div.button:hover, div.button:focus {
  text-decoration: none;
  color: var(--color-white);
  background-color: var(--color-theme);
}

div.button:active {
  top: 0;
  background-color: var(--color-theme);
}

.white.button,
a.white.button,
a.white.button:visited {
  background-color: transparent;
  color: var(--color-theme);
}

.white.button:hover,
a.white.button:hover {
  background-color: var(--color-theme);
  color: var(--color-white);
}

.small .button,
.small.button {
  padding: 5px;
  min-height: 33.5px;
}

.full.button {
  width: 100%;
}

.button-floater .floater-inner {
  position: relative;
  text-align: center;
  float: left;
  width: 100%;
}
.button-floater .floater-inner::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0px;
  border-top: 1px solid #dddfe2;
  z-index: 0;
}
.button-floater .floater-inner button {
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #dddfe2;
  padding: 10px 12px;
  text-align: center;
  cursor: pointer;
  position: relative;
  color: var(--color-dark);
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  background-color: var(--color-white);
}
.button-floater .floater-inner button .icon {
  margin-right: 6px;
}
.button-floater .floater-inner button:hover {
  background-color: var(--color-theme);
  color: var(--color-white);
}
.button-floater .floater-inner button:active {
  top: 1px;
}

/*********************
INPUTS
*********************/
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],
select,
textarea {
  display: block;
  font-size: 1em;
  color: var(--color-dark);
  vertical-align: middle;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  background-color: var(--color-gray);
  border: 6px solid var(--color-gray);
  padding: 6px;
}

.texteditor .wp-editor-container {
  border: 6px solid var(--color-gray);
}

.texteditor .wp-editor-container textarea {
  height: 300px;
  float: none;
}

select {
  padding: 5px;
}

input[type=text]:focus, input[type=text]:active,
input[type=password]:focus,
input[type=password]:active,
input[type=datetime]:focus,
input[type=datetime]:active,
input[type=datetime-local]:focus,
input[type=datetime-local]:active,
input[type=date]:focus,
input[type=date]:active,
input[type=month]:focus,
input[type=month]:active,
input[type=time]:focus,
input[type=time]:active,
input[type=week]:focus,
input[type=week]:active,
input[type=number]:focus,
input[type=number]:active,
input[type=email]:focus,
input[type=email]:active,
input[type=url]:focus,
input[type=url]:active,
input[type=search]:focus,
input[type=search]:active,
input[type=tel]:focus,
input[type=tel]:active,
input[type=color]:focus,
input[type=color]:active,
select:focus,
select:active,
textarea:focus,
textarea:active,
.field:focus,
.field:active {
  background-color: #dddddd;
  border-color: var(--color-theme-light);
}

input[type=text].error, input[type=text].is-invalid,
input[type=password].error,
input[type=password].is-invalid,
input[type=datetime].error,
input[type=datetime].is-invalid,
input[type=datetime-local].error,
input[type=datetime-local].is-invalid,
input[type=date].error,
input[type=date].is-invalid,
input[type=month].error,
input[type=month].is-invalid,
input[type=time].error,
input[type=time].is-invalid,
input[type=week].error,
input[type=week].is-invalid,
input[type=number].error,
input[type=number].is-invalid,
input[type=email].error,
input[type=email].is-invalid,
input[type=url].error,
input[type=url].is-invalid,
input[type=search].error,
input[type=search].is-invalid,
input[type=tel].error,
input[type=tel].is-invalid,
input[type=color].error,
input[type=color].is-invalid,
select.error,
select.is-invalid,
textarea.error,
textarea.is-invalid,
.field.error,
.field.is-invalid {
  color: #fbe3e4;
  border-color: #fbe3e4;
  background-color: var(--color-white);
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDREQkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDREQ0YwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3ODRGRkE2RjA0QTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERBRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U8iT5wAAAedJREFUeNqk1U9I02Ecx/HtV3aIFAc1hcRDUoGXRAq0oNLA2CrsEFmHbikZu0iQYIFGYAiegkCpLipBxPpDEBMUzB0EhSG2LhG7hMR2GviPgUTvB57Bw8P3+U23B16HPX8+e/b8nt93wezZSMCnhXETF3AcB5BDCnH8Dq98ExcGHcFn8Ah3cdDni+fxnPDv9oAnTB7CKu6VCFXtChZy56LxUjt+jfuB8toSOth9wd7xWAWhqrUjYR/FRTwWJm+iIPT/w7bQf5ljiZnBg45dtKFX6H+LU8gIY8OEV6vgTkStwXWE8BPTGDHGPqNPz2mCfSOOYkA99TvCt1bhGPL68zMcwmncMuape10jrI+q4BbHi/FLn31S9z2x5tRhTc+1W506ipM+T3oRD4X+8+qtc4SqFvL0z/Fr14S+Szjis8bz9Lvvaq8cwS/wwGfdlqfPSWqTiFlX77o13u9Ym1PBs8JAytpRoy44X9Ft9E/gvbA+rYKn8NcaaMVc8UHgBw4b9/iqUQZ6hOAJFbyDcUflmsEX4a6+wTtHGfhAIUqa1U29Zc2BytouThD8x6xuN5CtMPi2CrXLZkZf/HyZoRFCP7n+QVR4PV7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=);
  outline-color: #fbe3e4;
}

input[type=text].success, input[type=text].is-valid,
input[type=password].success,
input[type=password].is-valid,
input[type=datetime].success,
input[type=datetime].is-valid,
input[type=datetime-local].success,
input[type=datetime-local].is-valid,
input[type=date].success,
input[type=date].is-valid,
input[type=month].success,
input[type=month].is-valid,
input[type=time].success,
input[type=time].is-valid,
input[type=week].success,
input[type=week].is-valid,
input[type=number].success,
input[type=number].is-valid,
input[type=email].success,
input[type=email].is-valid,
input[type=url].success,
input[type=url].is-valid,
input[type=search].success,
input[type=search].is-valid,
input[type=tel].success,
input[type=tel].is-valid,
input[type=color].success,
input[type=color].is-valid,
select.success,
select.is-valid,
textarea.success,
textarea.is-valid,
.field.success,
.field.is-valid {
  color: #e6efc2;
  border-color: #e6efc2;
  background-color: var(--color-white);
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDRERkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDRFMEYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0MzQ0NERERjA0QjExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERFRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7olkTQAAAfhJREFUeNqklU9oE0EUhzdroWjw0tBeWlDxkEaIp55TsCU9VKIgCrHBelA8CQ1Kr1WPbZrQ3gqtQqvGqxpQc2jBk6BIIaAGD4qNCKURpDSKiPi98gLDsJt//uBjsztvfnk7895sIPAw6/joGMThFJyAXn2+A+9gA57/TaY/eU0OeBgfhGm4DiGnsb7DAszxBz/NAdcKjMJLuNWCqagHbsscN5+L+hmH4QkMOe1L5jzFfNA2PgT34ajTuY7AGuZB0/hmh5m+gS0r8xv1zRvg+gGCHZiOwnF4DP3iB3sQkYxPd2C6CWfhB9Xwlus5+K1j4jXuaq3a+gM1H9OPcAa+7q9lPidZJqHbiIm7Wg22rsEI7FrPSzAMX/T+ADyAKSsu7Fr1KplehLvwCs5DvfBf65p+MypqRbO1FXK9utH4/QKuaqYTsG3E3INJv00Q46px3+XxanJ/Ute2/vqP4FKDza2KcdljIKdnhS0xXYULTaqmLMZFn8FFSFtvt6x70ExFCS5oUXspq2ssa7oEl1swFa+CGFdgtkHgPDyDKy02zyxNU6lXRUZb1EuHYayNNs+Yh5B0WQo+/8fpJnNTZFuzz2OpjoQ2QruSOQlMy35fEGmEGMxY9e1brxobw7TkWA1h6xfckUPb+JhGoE/Hpfvew7qUld/H9J8AAwDpw3WYrxcZ3QAAAABJRU5ErkJggg==);
  outline-color: #e6efc2;
}

input[type=text][disabled], input[type=text].is-disabled,
input[type=password][disabled],
input[type=password].is-disabled,
input[type=datetime][disabled],
input[type=datetime].is-disabled,
input[type=datetime-local][disabled],
input[type=datetime-local].is-disabled,
input[type=date][disabled],
input[type=date].is-disabled,
input[type=month][disabled],
input[type=month].is-disabled,
input[type=time][disabled],
input[type=time].is-disabled,
input[type=week][disabled],
input[type=week].is-disabled,
input[type=number][disabled],
input[type=number].is-disabled,
input[type=email][disabled],
input[type=email].is-disabled,
input[type=url][disabled],
input[type=url].is-disabled,
input[type=search][disabled],
input[type=search].is-disabled,
input[type=tel][disabled],
input[type=tel].is-disabled,
input[type=color][disabled],
input[type=color].is-disabled,
select[disabled],
select.is-disabled,
textarea[disabled],
textarea.is-disabled,
.field[disabled],
.field.is-disabled {
  cursor: not-allowed;
  border-color: #cfcfcf;
  opacity: 0.6;
}

input[type=text][disabled]:focus, input[type=text][disabled]:active, input[type=text].is-disabled:focus, input[type=text].is-disabled:active,
input[type=password][disabled]:focus,
input[type=password][disabled]:active,
input[type=password].is-disabled:focus,
input[type=password].is-disabled:active,
input[type=datetime][disabled]:focus,
input[type=datetime][disabled]:active,
input[type=datetime].is-disabled:focus,
input[type=datetime].is-disabled:active,
input[type=datetime-local][disabled]:focus,
input[type=datetime-local][disabled]:active,
input[type=datetime-local].is-disabled:focus,
input[type=datetime-local].is-disabled:active,
input[type=date][disabled]:focus,
input[type=date][disabled]:active,
input[type=date].is-disabled:focus,
input[type=date].is-disabled:active,
input[type=month][disabled]:focus,
input[type=month][disabled]:active,
input[type=month].is-disabled:focus,
input[type=month].is-disabled:active,
input[type=time][disabled]:focus,
input[type=time][disabled]:active,
input[type=time].is-disabled:focus,
input[type=time].is-disabled:active,
input[type=week][disabled]:focus,
input[type=week][disabled]:active,
input[type=week].is-disabled:focus,
input[type=week].is-disabled:active,
input[type=number][disabled]:focus,
input[type=number][disabled]:active,
input[type=number].is-disabled:focus,
input[type=number].is-disabled:active,
input[type=email][disabled]:focus,
input[type=email][disabled]:active,
input[type=email].is-disabled:focus,
input[type=email].is-disabled:active,
input[type=url][disabled]:focus,
input[type=url][disabled]:active,
input[type=url].is-disabled:focus,
input[type=url].is-disabled:active,
input[type=search][disabled]:focus,
input[type=search][disabled]:active,
input[type=search].is-disabled:focus,
input[type=search].is-disabled:active,
input[type=tel][disabled]:focus,
input[type=tel][disabled]:active,
input[type=tel].is-disabled:focus,
input[type=tel].is-disabled:active,
input[type=color][disabled]:focus,
input[type=color][disabled]:active,
input[type=color].is-disabled:focus,
input[type=color].is-disabled:active,
select[disabled]:focus,
select[disabled]:active,
select.is-disabled:focus,
select.is-disabled:active,
textarea[disabled]:focus,
textarea[disabled]:active,
textarea.is-disabled:focus,
textarea.is-disabled:active,
.field[disabled]:focus,
.field[disabled]:active,
.field.is-disabled:focus,
.field.is-disabled:active {
  background-color: #d5edf8;
}

input[type=password] {
  letter-spacing: 0.3em;
}

textarea {
  max-width: 100%;
  line-height: 1.4;
}

select {
  -webkit-appearance: none;
  /* 1 */
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAHCAYAAADXhRcnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEOEZCMjYxMEYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEOEZCMjYxMUYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4RkIyNjBFRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4RkIyNjBGRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Vxkp9gAAAI9JREFUeNpidHFxucHAwKAOxE+AmJmBMPgLxDJAfJMFSKwD4kqoAClgA+P///8ZXF1dPaCGcBKh6QcQB+3evXs7WDMIAA2QB1I7gFgDj0aQFz2BGh+AOEwwUaDAQyBlCMR7cGjcC5KHaQQBuM3IAOiKTiBVhiTUDdRUhq4Oq2aoAelAahIQ5wM1zsCmBiDAADhYMJXVZ9u9AAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: 97.5% center;
}

input[type=radio] {
  -webkit-appearance: radio;
}

form {
  position: relative;
}

.flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.icon {
  position: relative;
  top: 1px;
}

.icon .count {
  display: none;
}

.icon.wcount .count {
  display: block;
  min-width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 30px;
  color: var(--color-white);
  background-color: var(--color-brand);
  position: absolute;
  top: -8px;
  right: -8px;
  font-size: 0.9rem;
  line-height: 17px;
  border: 1px solid var(--color-gray-light);
}

.field-row.subtitle {
  margin-bottom: 18px;
}

.field-row.subtitle h2 {
  margin-bottom: 12px;
  font-size: 1.4rem;
  font-weight: 700;
}

.field-row fieldset {
  float: left;
  padding: 0;
  border: 0;
}

.field-row fieldset .radiocheck {
  float: left;
  margin-right: 20px;
}

.field-row fieldset .radiocheck label {
  float: left;
  margin: 0;
  padding: 6px 12px;
  background-color: var(--color-gray);
  border: 1px solid var(--color-gray);
}

.field-row fieldset .radiocheck.checked label {
  background-color: var(--color-brand-light);
  border: 1px solid var(--color-brand-light);
}

.field-row fieldset .radiocheck label input {
  margin-right: 12px;
  position: relative;
  top: 2px;
}

.field-row fieldset .add-extra label {
  cursor: pointer;
}

.field-row fieldset .add-extra input[type=checkbox], .field-row fieldset .add-extra input[type=radio] {
  display: none;
}

.field-row input:not(.button), .field-row select, .field-row textarea, .field-row label, .field-row h2 {
  float: left;
  width: 100%;
  line-height: 1;
}

.field-row input[type=checkbox],
.field-row input[type=radio] {
  width: auto;
}

.field-row input[type=checkbox] + label,
.field-row input[type=radio] + label {
  margin-left: 12px;
  width: auto;
}

.field-row label {
  font-weight: 700;
  margin-bottom: 12px;
}

.field-row label .icon-question,
.field-row h2 .icon-question {
  color: var(--color-gray);
  margin-left: 20px;
  cursor: help;
}

.field-row label .max-count {
  float: right;
  color: var(--color-gray-dark);
}

.field-row .instruction {
  float: left;
  width: 100%;
  line-height: 1.1;
  margin-bottom: 12px;
}

.field-row .information {
  color: #c2c2c2;
  font-size: 0.9rem;
  float: left;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  line-height: 1.1;
}

.field-row .information.open {
  max-height: 1000px;
  margin-bottom: 12px;
}

.field-row.wbutton .with-button-row {
  position: relative;
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.field-row.wbutton .with-button-row input, .field-row.wbutton .with-button-row .search-bar {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.field-row.wbutton .with-button-row .button {
  width: auto;
  cursor: pointer;
  height: 37px;
}

.field-row.save-bar {
  background-color: var(--color-white);
}

.field-row.save-bar.sticky {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: 3;
}

.field-row.save-bar .form-notice {
  float: left;
  position: relative;
  color: var(--color-green);
}

.field-row.save-bar .button.floatright {
  width: auto;
  margin-left: 12px;
}

.field-row.save-bar.saving .button:not(.saving-div) {
  display: none;
}

.field-row.save-bar .saving-div {
  background-color: var(--color-green);
  border-color: var(--color-green);
  display: none;
}

.field-row.save-bar.saving .saving-div {
  display: inline-block;
}

.field-row.save-bar .success {
  display: none;
  font-size: 2rem;
  float: left;
}

.field-row.save-bar .success .icon {
  display: none;
}

.field-row.save-bar .success .icon-tick {
  color: var(--color-green);
}

.field-row.save-bar .success .icon-saving {
  color: var(--color-gray);
}

.field-row.save-bar.saved .success,
.field-row.save-bar.auto-saved .success,
.field-row.save-bar.saved .success .icon-tick,
.field-row.save-bar.auto-saved .success .icon-saving {
  display: inline-block;
}

.field-row.error .error-text {
  color: var(--color-red);
}

.field-row.error > input, .field-row.error select, .field-row.error textarea, .field-row.error .wp-editor-container, .field-row.error .g-recaptcha {
  margin-bottom: 12px;
  border-color: var(--color-red);
}

.field-row.error .radiocheck label {
  border-color: var(--color-red);
}

.ed_button {
  min-width: auto !important;
}

/*********************
LINK STYLES
*********************/
a, a:visited {
  color: var(--color-theme);
  text-decoration: none;
}

a:link, a:visited:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

.no-link-blue a, .no-link-blue a:visited {
  color: black !important;
}

.no-link-blue a:hover {
  color: black !important;
}

input {
  border-radius: 0;
}

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  text-rendering: optimizelegibility;
  font-weight: 500;
  margin: 0;
}

h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
  text-decoration: none;
}

h1, .h1 {
  font-size: 1.7rem;
}

h2, .h2 {
  font-size: 1.5rem;
}

h3, .h3 {
  font-size: 1.2rem;
}

h4, .h4 {
  font-size: 1.2rem;
}

h5, .h5 {
  font-size: 1.2rem;
}

h6, .h6 {
  font-size: 1.2rem;
}

.title-style {
  width: 100%;
  float: left;
  border-top: 3px solid var(--color-theme);
  text-align: center;
  margin-bottom: -24px;
  z-index: 10;
  position: relative;
}

.title-style h1, .title-style .h1,
.title-style h2, .title-style .h2,
.title-style h3, .title-style .h3,
.title-style h4, .title-style .h4,
.title-style h5, .title-style .h5,
.title-style h6, .title-style .h6 {
  border: 4px solid var(--color-theme);
  margin-top: -3px;
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
  background-color: var(--color-white);
  -ms-transform: skewX(-10deg);
  -webkit-transform: skewX(-10deg);
  transform: skewX(-10deg);
  font-weight: 700;
  border-top: 0px !important;
}

/*********************
GENERAL STYLES
*********************/
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Helvetica", Arial, Sans-Serif;
  font-size: 14px;
  line-height: 1;
  color: black;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  background-color: var(--color-white);
}

.small {
  font-size: 85%;
}

.font-s {
  font-size: 0.8rem;
}

.font-m {
  font-size: 1.1rem;
}

.font-l {
  font-size: 1.4rem;
}

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

.clearer {
  clear: both;
  line-height: 0px !important;
  font-size: 0px !important;
  height: 0px !important;
}

.clearfix, .cf {
  zoom: 1;
}

.clearfix:before, .clearfix:after, .cf:before, .cf:after {
  content: "";
  display: table;
}

.clearfix:after, .cf:after {
  clear: both;
}

.screen-reader-text {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
}

.bold {
  font-weight: 600;
}

.xbold {
  font-weight: 700;
}

.italic {
  font-style: italic;
}

.uppercase {
  text-transform: uppercase;
}

.block {
  display: block;
}

.inlineb {
  display: inline-block;
}

.theme {
  color: var(--color-theme);
}

.blue,
.brand {
  color: var(--color-brand);
}

.green {
  color: var(--color-green);
}

.red {
  color: var(--color-red);
}

.textblock {
  line-height: 1.4;
  color: var(--color-black);
}
.textblock p {
  margin-bottom: 20px;
}
.textblock p:last-child {
  margin-bottom: 0;
}
.textblock p ul li,
.textblock p ol li {
  list-style-image: none !important;
  padding: 3px 0px;
}
.textblock p > .alignleft {
  float: left;
  max-width: 50% !important;
  padding-right: 20px;
  width: auto;
}
.textblock p > .alignright {
  float: right;
  max-width: 50% !important;
  padding-left: 20px;
  width: auto;
}
.textblock p > .aligncenter {
  width: 100%;
}
.textblock a {
  border-bottom: 1px solid var(--color-theme);
}
.textblock a:hover {
  color: var(--color-theme-dark);
}
.textblock img,
.textblock figure {
  max-width: 100%;
}
.textblock h2, .textblock .h2,
.textblock h3, .textblock .h3,
.textblock h4, .textblock .h4,
.textblock h5, .textblock .h5,
.textblock h6, .textblock .h6 {
  margin-top: 12px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 20px;
}
.textblock h2:last-child, .textblock .h2:last-child,
.textblock h3:last-child, .textblock .h3:last-child,
.textblock h4:last-child, .textblock .h4:last-child,
.textblock h5:last-child, .textblock .h5:last-child,
.textblock h6:last-child, .textblock .h6:last-child {
  margin-bottom: 0;
}
.textblock h2, .textblock .h2 h3,
.textblock .h3,
.textblock .styled-htag {
  font-size: 1.5rem;
  font-weight: 700;
  border-left: 3px solid var(--color-theme);
  padding: 12px;
}
.textblock h2 + h2, .textblock h2 + .h2,
.textblock h2 + h3, .textblock h2 + .h3,
.textblock h2 .styled-htag, .textblock .h2 h3 + h2, .textblock .h2 h3 + .h2,
.textblock .h2 h3 + h3, .textblock .h2 h3 + .h3,
.textblock .h2 h3 .styled-htag,
.textblock .h3 + h2,
.textblock .h3 + .h2,
.textblock .h3 + h3,
.textblock .h3 + .h3,
.textblock .h3 .styled-htag,
.textblock .styled-htag + h2,
.textblock .styled-htag + .h2,
.textblock .styled-htag + h3,
.textblock .styled-htag + .h3,
.textblock .styled-htag .styled-htag {
  margin-top: 0;
  padding: 0;
  padding-top: 6px;
  background: transparent;
  font-size: 1.2rem;
}
.textblock ul:not(.styless-list) {
  list-style-type: disc;
  margin: 0;
  padding: 0;
  margin: 12px 0;
  padding-left: 20px;
}
.textblock ul li {
  margin: 0;
  padding: 0;
  padding: 3px 0px;
}
.textblock ul li ul {
  list-style-position: inside;
  list-style-type: square;
  text-indent: 4%;
}
.textblock ol:not(.styless-list) {
  list-style-position: inside;
  list-style-type: numbered;
  margin-bottom: 20px;
}
.textblock ol:not(.styless-list) li {
  padding: 3px 0px;
  text-indent: 1%;
}
.textblock table {
  margin-bottom: 20px;
  border-collapse: collapse;
}
.textblock table th,
.textblock table td {
  padding: 6px;
  border: 1px solid var(--color-gray);
}
.textblock iframe {
  width: 100%;
  vertical-align: bottom;
}

.styless-list {
  list-style: none;
}
.styless-list li {
  text-indent: 0;
}

.show {
  display: block;
}

.hide {
  display: none;
}

.bkg-gray {
  background-color: var(--color-gray);
}

.bkg-gray-dark {
  background-color: var(--color-gray-dark);
}

.bkg-gray-light {
  background-color: var(--color-gray-light);
}

.bkg-highlight-light {
  background-color: var(--color-gray-light);
}

.bkg-highlight-xslight {
  background-color: var(--color-gray-xlight);
}

.wborder {
  border: 1px solid var(--color-gray);
}

.border-sides {
  border-left: 1px solid var(--color-gray);
  border-right: 1px solid var(--color-gray);
}

.border-ends {
  border-top: 1px solid var(--color-gray);
  border-bottom: 1px solid var(--color-gray);
}

.border-left {
  border-left: 1px solid var(--color-gray);
}

.border-right {
  border-right: 1px solid var(--color-gray);
}

.border-bottom {
  border-bottom: 1px solid var(--color-gray);
}

.border-top {
  border-top: 1px solid var(--color-gray);
}

.padded-xs {
  padding: 7px;
}

.padded-s {
  padding: 12px;
}

.padded-m {
  padding: 20px;
}

.padded-l {
  padding: 50px;
}

.padded-sides-xs {
  padding-left: 6px;
  padding-right: 6px;
}

.padded-sides-s {
  padding-left: 12px;
  padding-right: 12px;
}

.padded-sides-m {
  padding-left: 20px;
  padding-right: 20px;
}

.padded-sides-l {
  padding-left: 40px;
  padding-right: 40px;
}

.padded-ends-xs {
  padding-top: 6px;
  padding-bottom: 6px;
}

.padded-ends-s {
  padding-top: 12px;
  padding-bottom: 12px;
}

.padded-ends-m {
  padding-top: 20px;
  padding-bottom: 20px;
}

.padded-ends-l {
  padding-top: 40px;
  padding-bottom: 40px;
}

.padded-top-s {
  padding-top: 12px;
}

.padded-top-m {
  padding-top: 20px;
}

.padded-top-l {
  padding-top: 40px;
}

.padded-bottom-s {
  padding-bottom: 12px;
}

.padded-bottom-m {
  padding-bottom: 20px;
}

.padded-bottom-l {
  padding-bottom: 40px;
}

.padded-left-s {
  padding-left: 12px;
}

.padded-left-m {
  padding-left: 20px;
}

.padded-left-l {
  padding-left: 40px;
}

.padded-right-s {
  padding-right: 12px;
}

.padded-right-m {
  padding-right: 20px;
}

.padded-right-l {
  padding-right: 40px;
}

.wmargin-left-xs {
  margin-left: 6px;
}

.wmargin-left-s {
  margin-bottom: 12px;
}

.wmargin-left-m {
  margin-bottom: 20px;
}

.wmargin-bottom-l {
  margin-bottom: 50px;
}

.wmargin-bottom-xs {
  margin-bottom: 6px;
}

.wmargin-bottom-s {
  margin-bottom: 12px;
}

.wmargin-bottom-m {
  margin-bottom: 20px;
}

.wmargin-bottom-l {
  margin-bottom: 50px;
}

.wmargin-top-s {
  margin-top: 12px;
}

.wmargin-top-m {
  margin-top: 20px;
}

.wmargin-top-l {
  margin-top: 50px;
}

.wrap {
  width: 100%;
  max-width: 1030px;
  margin: 0 auto;
}

.row {
  float: left;
  width: 100%;
}

.half {
  width: 50%;
}

.half.wspace:nth-of-type(odd) {
  padding-right: 10px;
}

.half.wspace:nth-of-type(even) {
  padding-left: 10px;
}

.third {
  width: 33.33333333%;
}

.third.wspace:nth-of-type(1) {
  padding-right: 13.333px;
}

.third.wspace:nth-of-type(2) {
  padding-left: 6.665px;
  padding-right: 6.665px;
}

.third.wspace:nth-of-type(3) {
  padding-left: 13.333px;
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.alignleft {
  text-align: left;
}

.alignright {
  text-align: right;
}

.aligncenter {
  text-align: center;
}

.title {
  font-family: "Montserrat", Arial, Sans-Serif;
  font-weight: 600;
}

.heading {
  font-family: "Helvetica", Arial, Sans-Serif;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--color-white);
  margin-bottom: 15px;
  text-align: left;
  padding: 15px;
  font-size: 1.6rem;
  position: relative;
  background-color: var(--color-theme);
  background: -webkit-gradient(linear, left top, right top, from(var(--color-theme)), to(var(--color-theme-light)));
  background: -o-linear-gradient(left, var(--color-theme), var(--color-theme-light));
  background: linear-gradient(to right, var(--color-theme), var(--color-theme-light));
  text-align: center;
}

.heading a {
  display: block;
  color: var(--color-white) !important;
}

.heading a:hover {
  text-decoration: underline;
}

.heading h3, .heading .h3 {
  font-weight: 700;
}

.trans-back {
  background-color: var(--color-theme);
  opacity: 0.9;
}

.trans-back a {
  color: var(--color-white) !important;
  display: block;
}

.borrowed-space {
  background-color: var(--color-white);
}

/*************************************************
Animation
*************************************************/
.animated {
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-animation-duration: 1000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-duration: 1000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.animated.icon {
  display: inline-block;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.pulseh:hover {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.spin, .spinh:hover {
  -webkit-animation-name: spin;
  animation-name: spin;
}

@-webkit-keyframes shadow {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
@keyframes shadow {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
.shadowing {
  -webkit-animation-name: shadow;
  animation-name: shadow;
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
  10% {
    -webkit-transform: scale(1.1, 0.9) translateY(0);
            transform: scale(1.1, 0.9) translateY(0);
  }
  30% {
    -webkit-transform: scale(0.9, 1.1) translateY(-10px);
            transform: scale(0.9, 1.1) translateY(-10px);
  }
  50% {
    -webkit-transform: scale(1.05, 0.95) translateY(0);
            transform: scale(1.05, 0.95) translateY(0);
  }
  57% {
    -webkit-transform: scale(1, 1) translateY(-3px);
            transform: scale(1, 1) translateY(-3px);
  }
  64% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
  100% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
}

@keyframes bounce {
  0% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
  10% {
    -webkit-transform: scale(1.1, 0.9) translateY(0);
            transform: scale(1.1, 0.9) translateY(0);
  }
  30% {
    -webkit-transform: scale(0.9, 1.1) translateY(-10px);
            transform: scale(0.9, 1.1) translateY(-10px);
  }
  50% {
    -webkit-transform: scale(1.05, 0.95) translateY(0);
            transform: scale(1.05, 0.95) translateY(0);
  }
  57% {
    -webkit-transform: scale(1, 1) translateY(-3px);
            transform: scale(1, 1) translateY(-3px);
  }
  64% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
  100% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
}
.bounce:hover {
  -webkit-animation-name: bounce;
  -webkit-animation-iteration-count: 1;
  animation-name: bounce;
  animation-iteration-count: 1;
}
@-webkit-keyframes bouncing {
  0%, 100% {
    -webkit-transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
  }
}
@keyframes bouncing {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
.bouncing {
  -webkit-animation-name: bouncing;
  animation-name: bouncing;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

/*********************
Item layouts
*********************/
.pop-display {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -4;
}

.pop-display .overall {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  background-color: rgba(211, 211, 211, 0.5);
}

.pop-display > .boxlox {
  max-width: 100%;
  width: 400px;
  min-height: 100px;
  background-color: var(--color-white);
  color: var(--color-black);
  top: -800px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
}

.pop-display .boxlox .icon-loading {
  font-size: 3rem;
  display: none;
}

.pop-display.loading .boxlox .icon-loading {
  display: block;
}

.pop-display.show {
  z-index: 6;
}

.pop-display.show .overall {
  opacity: 1;
}

.pop-display.show > .boxlox {
  top: 50%;
}

.list-back {
  position: relative;
  margin-bottom: 50px;
}

.list-back:before {
  background-color: var(--color-theme-light);
  bottom: -12px;
  left: 0;
  right: 0;
  top: 0px;
  -webkit-transform: skew(0deg, -5deg);
      -ms-transform: skew(0deg, -5deg);
          transform: skew(0deg, -5deg);
  content: "";
  position: absolute;
  z-index: 1;
}

.list-back > * {
  position: relative;
  z-index: 2;
}

.list-back .more {
  text-align: right;
  float: left;
  width: 100%;
  position: absolute;
  bottom: -30px;
  right: 10px;
  text-transform: uppercase;
  font-weight: 700;
}

.category {
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color-theme);
  padding: 6px;
  padding-left: 12px;
  padding-right: 12px;
  color: white;
  font-size: 0.7em;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
}

.category i {
  padding-left: 3px;
}

.category a {
  color: white;
}

.category a:hover {
  color: white;
}

.site-notice {
  background-color: var(--color-gray-light);
  position: relative;
}

.site-notice.alert {
  background-color: var(--color-alert);
}

.site-notice.error {
  background-color: var(--color-error);
}

.site-notice i.icon-close {
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  cursor: pointer;
  padding: 20px;
}

.site-notice i.icon-close:hover {
  color: var(--color-error);
  background-color: var(--color-gray-dark);
}

.site-notice .notice-inner {
  font-size: 1.8rem;
  padding: 30px 20px;
}

.user-box {
  position: relative;
}

.user-box .user-banner {
  background-color: var(--color-brand);
  text-align: center;
}

.user-box .user-banner .avatar {
  max-width: 100px;
  float: none;
  top: 20px;
  position: relative;
}

.user-box .author-name {
  margin-bottom: 6px;
}

.user-box .author-name strong {
  font-size: 1.5rem;
}

.user-box .author-display-username h3 {
  color: var(--color-gray-dark);
}

.user-box .item-options {
  position: absolute;
  top: 20px;
  right: 20px;
}

.user-box .item-options .toggle .icon:hover, .user-box .item-options.open .toggle .icon {
  color: var(--color-gray-light);
}

.user-box .link-list h3 {
  font-size: 0.8rem;
  white-space: pre-line;
}

.sidebar-display {
  position: fixed;
  border: 1px solid var(--color-dark);
  bottom: 60px;
  right: 20px;
  z-index: 3;
  background-color: rgba(211, 211, 211, 0.5);
  text-align: center;
}

.item-options {
  position: relative;
}

.item-options .toggle .icon, .sidebar-display .icon {
  padding: 12px;
  font-size: 0.8rem;
  color: var(--color-gray);
  display: block;
  cursor: pointer;
}

.sidebar-display .icon {
  color: var(--color-dark);
  width: 36px;
}

.sidebar-display .icon-close {
  display: none;
}

body.sidebar-open .sidebar-display {
  right: 320px;
  background-color: var(--color-white);
}

body.sidebar-open .sidebar-display .icon-close {
  display: block;
}

body.sidebar-open .sidebar-display .icon-sidebar-right {
  display: none;
}

.item-options .toggle .icon:hover, .item-options.open .toggle .icon,
.sidebar-display .icon:hover, body.sidebar-open .sidebar-display .icon {
  color: var(--color-theme);
}

.item-options ul, .item-options .borrowed-space {
  display: none;
  position: absolute;
  top: 100%;
  right: 12px;
  z-index: 2;
  background-color: var(--color-white);
}

.item-options.open ul {
  display: block;
}

.item-options.borrowed ul {
  display: none;
}

.item-options.borrowed .borrowed-space {
  display: block;
  width: 300px;
}

.user-avatar img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a.member-link {
  color: var(--color-dark);
}

.member-link img.avatar {
  max-width: 42px;
  height: auto;
  background-color: var(--color-gray);
  vertical-align: bottom;
  float: left;
  padding: 2px;
  margin-right: 12px;
}

a.member-link:hover img.avatar {
  background: #4376bb;
  background: -webkit-gradient(linear, left top, right top, from(#4376bb), color-stop(35%, #38629b), to(#80bce5));
  background: -o-linear-gradient(left, #4376bb 0%, #38629b 35%, #80bce5 100%);
  background: linear-gradient(90deg, #4376bb 0%, #38629b 35%, #80bce5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="var(--color-theme)",endColorstr="var(--color-theme-light)",GradientType=1);
}

.member-link .author-name .rooblan {
  position: relative;
  margin-left: 6px;
  font-size: 0.8rem;
  top: -12px;
}

.member-link img + .author-name {
  top: 12px;
  position: relative;
  float: left;
}

a.member-link:hover .author-name {
  color: var(--color-theme-dark);
}

.content-nav a, .content-nav [data-tab] span {
  color: var(--color-dark);
  cursor: pointer;
}
.content-nav a:hover, .content-nav [data-tab] span:hover {
  background-color: var(--color-gray-light);
}
.content-nav .current a, .content-nav .current span {
  background-color: var(--color-gray);
}
.content-nav .current a:hover, .content-nav .current [data-tab] span:hover {
  background-color: var(--color-gray-dark);
}

.content-filter {
  margin-top: -25px;
}

.content-filter .filter-button {
  float: right;
  color: var(--color-gray);
  font-size: 0.9rem;
  cursor: pointer;
}

.content-filter .filter-button:hover, .content-filter.active .filter-button {
  color: var(--color-gray);
}

.content-filter .filter-options {
  display: none;
}

.content-filter.active {
  margin-bottom: 20px;
}

.content-filter.active .filter-options {
  display: block;
}

.content-filter.active .filter-button {
  margin-bottom: 12px;
}

.boxlox {
  position: relative;
}

.boxlox.info-box {
  font-weight: 700;
}

.boxlox .box-title {
  position: relative;
  font-weight: 700;
}

.boxlox.wshut > .box-title::before {
  position: absolute;
  top: 50%;
  left: 12px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  content: "";
  cursor: pointer;
  font-family: rooblacons;
  font-size: 1rem;
}

.boxlox.wshut.closed > .box-title::before {
  content: "";
}

.boxlox.wshut > .box-title:hover {
  background-color: #dddddd;
}

.boxlox .box-content {
  float: left;
  width: 100%;
}

.boxlox .box-content .box-content-pad {
  padding: 20px;
  float: left;
  width: 100%;
}

.boxlox .box-content .box-content-spad {
  padding: 12px;
  float: left;
  width: 100%;
}

.boxlox .box-content .box-content-sdpad {
  padding: 12px 20px;
  float: left;
  width: 100%;
}

.boxlox.wshut.closed > .box-title {
  border: 0;
}

.boxlox.wshut.closed > .box-content {
  max-height: 0;
  overflow: hidden;
}

.boxlox .close-button {
  height: 30px;
  width: 30px;
  text-align: center;
  font-size: 1rem;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 27px;
  cursor: pointer;
  opacity: 1;
  color: var(--color-dark);
}

.boxlox .close-button:active {
  top: 1px;
}

.boxlox .close-button:hover {
  color: var(--color-red);
}

.boxlox.small .box-title {
  padding: 12px 20px;
}

.boxlox.wshut > .box-title {
  cursor: pointer;
  padding-left: 40px;
}

.boxlox.highlight {
  border: 2px solid var(--color-theme-dark);
}

.boxlox.deleted {
  border-color: var(--color-red);
  opacity: 0;
}

.internal-notification {
  line-height: 1.3;
  font-size: 0.9rem;
  background-color: #edf2fa;
}

.internal-notification a {
  color: var(--color-black);
}

.internal-notification .notification-avatar {
  max-width: 30px;
  margin-right: 12px;
}

.internal-notification .notification-avatar img {
  width: 100%;
  height: auto;
}

.internal-notification .notification-avatar .icon {
  border: 1px solid var(--color-gray);
  width: 30px;
  height: 30px;
  font-size: 1.4rem;
  display: block;
  text-align: center;
  padding-top: 4px;
  background-color: var(--color-white);
  margin-bottom: 3px;
  color: var(--color-brand);
}

.internal-notification .when {
  color: var(--color-gray-dark);
  font-size: 0.7rem;
}

.internal-notification.displayed {
  background-color: transparent;
}

.internal-notification:hover {
  background-color: var(--color-gray);
}

.quick-notification {
  position: fixed;
  bottom: -300px;
  left: 50px;
  width: 200px;
  -webkit-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.25), 0 -2px 0 0 rgba(5, 45, 73, 0.07);
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.25), 0 -2px 0 0 rgba(5, 45, 73, 0.07);
  -webkit-transition: bottom 0.5s ease-in-out;
  -o-transition: bottom 0.5s ease-in-out;
  transition: bottom 0.5s ease-in-out;
  z-index: 1001;
  background-color: var(--color-white);
  border-left: 3px solid var(--color-theme);
  min-height: 100px;
  color: var(--color-black);
}

.quick-notification .title {
  color: var(--color-black);
  padding: 6px 12px;
  border-bottom: 1px solid var(--color-gray);
  font-size: 1.4rem;
  font-weight: 700;
}

.quick-notification .title i {
  margin-right: 12px;
}

.quick-notification .inner {
  padding: 12px;
}

.quick-notification.active {
  bottom: 50px;
}

.quick-notification .footer {
  padding: 6px 12px;
}

.quick-notification .footer .tab-button {
  float: right;
}

.quick-notification.error {
  border-left: 3px solid var(--color-error);
}
.quick-notification.error .button {
  background-color: var(--color-error);
  border-color: var(--color-error);
}

.show-on-action {
  display: none;
}

.show-on-action.showb {
  display: block;
}

.action-list li {
  font-size: 1.3rem;
  position: relative;
  color: var(--color-gray-dark);
}
.action-list li:not(.action-count) {
  cursor: pointer;
}
.action-list li:hover {
  color: var(--color-theme-dark);
}
.action-list li:active i {
  top: 2px;
}
.action-list li.action-count {
  color: var(--color-gray-dark);
  font-size: 1.1rem;
  margin-top: 3px;
}
.action-list li.action-count.plus {
  color: var(--color-brand);
}
.action-list li.action-count.minus {
  color: var(--color-red);
}
.action-list .marked {
  color: var(--color-theme);
}
.action-list .textbutton {
  font-size: 0.8rem;
  line-height: 1.5;
}

.loading-item {
  display: none;
}

.loading-item .splodge {
  height: 20px;
  background-color: var(--color-gray);
}

.loading-item .l-avatar {
  width: 40px;
  height: 40px;
}

.loading-item .l-username {
  width: 30%;
}

.loading-item .l-thumb {
  height: 200px;
}

.loading-item .l-title-bottom {
  width: 50%;
}

.loading-item .l-excerpt {
  width: 80%;
}

.article-item {
  position: relative;
}

.article-item .post-author {
  float: left;
}

.article-item .item-options {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.article-item a.article-bulk {
  color: var(--color-black);
}

.article-item .creation-image {
  position: relative;
  overflow: hidden;
  max-height: 320px;
}

.article-item .creation-image figure img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-transition: all 3s ease-in-out;
  -o-transition: all 3s ease-in-out;
  transition: all 3s ease-in-out;
}

.article-item .creation-image .icon-video {
  position: absolute;
  bottom: 12px;
  right: 12px;
  color: var(--color-red);
  top: auto;
}

.article-item a.article-bulk .creation-image .featured-title {
  background-color: var(--color-brand);
  color: var(--color-white);
  position: relative;
  text-align: center;
}

.article-item a.article-bulk:hover .creation-image .featured-title {
  background-color: var(--color-brand-dark);
}

.wuaction.article-item .article-inner {
  padding-bottom: 0;
}

.article-item .icon-link {
  float: left;
  top: 4px;
  margin-right: 12px;
  position: relative;
}

.article-item h2 {
  font-weight: 700;
  font-size: 4.4vw;
  line-height: 1.2;
}

.article-item .excerpt {
  font-size: 4.4vw;
}

.article-item h2 + .excerpt {
  font-size: 4.2vw;
}

.article-item .creation-image .featured-title h2 {
  font-size: 6vw;
  padding: 13.4% 20px;
  margin-bottom: 0;
}

.article-item .pinned-creation {
  font-size: 0.6rem;
}

.article-item .pinned-creation i {
  margin-right: 6px;
}

.article-item a.article-bulk:hover .article-inner h2 {
  color: var(--color-theme);
}

.article-item a.article-bulk:hover .creation-image figure img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
      transform: scale(1.05);
}

.article-item.new {
  background-color: var(--color-gray-xlight);
}

.external-item .article-inner .website {
  color: var(--color-gray-dark);
}

.external-item .creation-image .website {
  position: absolute;
  bottom: 0;
  left: 0;
}

.external-item .creation-image .website span {
  background-color: var(--color-gray-light);
  opacity: 0.7;
  color: var(--color-black);
  font-size: 0.6rem;
}

.external-item .creation-image .preview-notice {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-color: var(--color-gray-light);
  opacity: 0.7;
  color: var(--color-black);
}

.share-url .box-content {
  position: relative;
}

.share-url .share-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.share-url .share-input .share-url-input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
      flex: 1;
}

.share-url .share-input .share-url-input.error {
  padding-bottom: 12px;
}

.share-url .share-input .user-avatar {
  float: left;
  width: 37.2px;
}

.share-url .share-binder-groups-button {
  cursor: pointer;
  position: relative;
}

.share-url .share-binder-groups-button:hover {
  color: var(--color-brand);
}

.share-url .share-binder-groups-button:focus {
  top: 1px;
}

.share-url .share-creation-submit-bar, .share-url .collection-group-selection {
  display: none;
}

.share-url .collection-group-selection {
  background-color: var(--color-gray-light);
}

.share-url.wurl .share-creation-submit-bar, .share-url.wgroups .collection-group-selection {
  display: block;
}

.collection-box .box-content {
  position: relative;
  overflow: hidden;
}

.collection-box .collection-title {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-box-shadow: inset 0px -27px 45px 0px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px -27px 45px 0px rgba(0, 0, 0, 0.75);
}

.collection-box .count {
  position: absolute;
  bottom: 12px;
  right: 12px;
  color: var(--color-white);
  width: 30px;
  height: 30px;
  text-align: center;
  padding-top: 6px;
}

.collection-box .collection-title h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  color: var(--color-white);
  width: 100%;
  padding-right: 30px;
}

.collection-box img {
  vertical-align: bottom;
}

.collection-box:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
      transform: scale(1.1);
}

.latest-posts {
  position: relative;
}

.subscribe-link {
  background-color: var(--color-red);
  padding: 6px 12px;
  float: right;
  color: var(--color-white) !important;
  text-transform: uppercase;
  border-radius: 2px;
  font-size: 0.8rem;
  margin-top: 2px;
}

.subscribe-link:hover {
  background-color: #B30000;
}

.subscribe-link i {
  margin-right: 6px;
}

#original-videos {
  background-image: url(images/roobla-originals.png);
  background-color: var(--color-black);
  background-repeat: no-repeat;
  float: left;
  width: 100%;
}

#original-videos .area-heading {
  color: var(--color-white);
  padding: 12px 20px;
  float: left;
  width: 100%;
  line-height: 1;
  margin-bottom: 0;
}

#original-videos .area-heading h3 {
  float: left;
  font-size: 1.75rem;
}

#original-videos .subscribe-link.mob {
  float: left;
  margin: 12px;
}

#original-videos .subscribe-link.desk {
  display: none;
}

#original-videos .original-video {
  float: left;
  width: 33.3333%;
  padding: 12px;
  color: white;
  position: relative;
}

#original-videos .original-video img {
  width: 100%;
  height: auto;
  margin-bottom: 12px;
}

#original-videos .original-video a {
  color: var(--color-white);
  display: block;
}

#original-videos .original-video a:hover {
  color: var(--color-theme);
}

#original-videos .original-video h2 {
  line-height: 1.2;
  font-size: 1.1rem;
  font-weight: 700;
}

.opportunity-items ul {
  list-style: none;
}

.opportunity-items ul li .title-bar {
  margin-bottom: 12px;
  padding-right: 20px;
}

.opportunity-items ul li .title-bar h3 {
  display: inline;
  line-height: 1.4;
}

.opportunity-items ul li .title-bar .item-options {
  position: absolute;
  top: 0;
  right: 0;
}

.opportunity-items .claimed {
  color: var(--color-gray);
  font-size: 0.9rem;
  float: right;
  position: relative;
  top: 4px;
}

.opportunity-items ul li .title-bar span {
  top: -2px;
  position: relative;
}

.opportunity-items ul li .status {
  position: relative;
  float: left;
  margin-right: 12px;
  background-color: var(--color-black);
  color: var(--color-white);
  padding: 6px 12px;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
}

.opportunity-items ul li .category {
  position: relative;
  float: left;
  margin-right: 12px;
}

.opportunity-items ul li .byline + form {
  margin-top: 12px;
}

.totalpoll-poll-container {
  float: left;
  width: 100%;
  margin-bottom: 15px !important;
}

.totalpoll-poll-container .h4 {
  background-color: var(--color-gray) !important;
  color: #686868;
  overflow: hidden;
  padding: 15px !important;
  position: relative;
  font-size: 1.2rem !important;
}

.totalpoll-poll-container .h4 i {
  color: #f7f1ee;
  font-size: 4em !important;
  left: -15px;
  position: absolute;
  top: -10px;
  z-index: 5;
  font-family: FontAwesome !important;
  line-height: 1 !important;
}

.totalpoll-poll-container .h4 span {
  z-index: 6;
  position: relative;
}

.totalpoll-poll-container .totalpoll-choices {
  margin: 0 !important;
}

.pagination-wrapper {
  float: left;
  width: 100%;
}

.pagination-wrapper a, .pagination-wrapper span {
  float: left;
  text-align: center;
  color: var(--color-white);
  background-color: var(--color-theme);
  display: block;
  margin-right: 1%;
  width: 8%;
  padding: 5px 0 5px 0;
}

.pagination-wrapper span {
  background-color: transparent;
  color: var(--color-gray);
}

.pagination-wrapper a:hover {
  background-color: var(--color-theme-dark);
}

.pagination-wrapper a.next {
  float: right;
  margin-right: 0;
}

.pagination-wrapper .current {
  background-color: var(--color-gray-dark);
}

.pagination-wrapper span {
  float: left;
  margin-right: 5px;
}

.link-list > li {
  overflow: hidden;
}

.link-list > li a, .link-list > li .href-mimic {
  color: var(--color-black);
  font-weight: 700;
  display: block;
  min-width: 200px;
  cursor: pointer;
  white-space: nowrap;
}

.link-list > li a > i, .link-list > li .href-mimic > i {
  margin-right: 12px;
}

.link-list > li:hover a, .link-list > li:hover .href-mimic {
  background-color: var(--color-theme);
  color: var(--color-white);
}

.link-list > li.current a, .link-list > li.current .href-mimic {
  background-color: var(--color-gray-light);
  color: var(--color-black);
  cursor: context-menu;
}

.link-list.small > li a, .link-list.small > li .href-mimic {
  padding: 12px;
}

.item-list > li .title-bar a:hover {
  color: var(--color-brand-light);
}

.item-list > li .byline {
  font-size: 0.9rem;
}

.item-list > li .byline ul {
  float: left;
}

.item-list > li .byline ul li {
  margin-bottom: 6px;
}

.item-list > li:nth-of-type(2n) {
  background-color: var(--color-gray-light);
}

.link-list > li.child {
  background-color: var(--color-gray-light);
}

.link-list > li.child a {
  padding: 12px 20px;
  padding-left: 40px;
  position: relative;
}

.link-list > li.child a::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  cursor: pointer;
  font-family: rooblacons;
}

.short-item {
  cursor: pointer;
  position: relative;
}

.short-item .item-thumb {
  width: 56px;
  min-height: 56px;
  background-color: var(--color-gray-xlight);
  overflow: hidden;
}

.short-item .item-thumb img {
  vertical-align: bottom;
}

.short-item .item-text {
  position: absolute;
  left: 56px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

#post-tabs {
  width: 100%;
  float: left;
  margin-bottom: 40px;
}

#post-tabs input {
  visibility: hidden;
}

#post-tabs label {
  cursor: pointer;
  display: block;
  float: left;
  margin-right: 0.5rem;
  padding: 1.5em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  text-align: center;
  font-weight: 600;
  font-family: "Montserrat", Arial, Sans-Serif;
}

#post-tabs input:hover + label {
  background-color: var(--color-gray);
}

#post-tabs input:checked + label {
  background-color: var(--color-theme);
  color: var(--color-white);
  position: relative;
  z-index: 2;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  -ms-transition: 0.1s;
}

#post-tabs .content {
  position: relative;
  width: 100%;
  float: left;
  z-index: 2;
  border-top: 3px solid var(--color-theme);
  padding-top: 12px;
}

#post-tabs .content .tab {
  display: none;
  z-index: -100;
  -webkit-transition: all linear 0.1s;
  -o-transition: all linear 0.1s;
  transition: all linear 0.1s;
}

#post-tabs .content .tab .tab-item {
  float: left;
  width: 100%;
  list-style: none;
  margin-bottom: 40px;
  line-height: 1;
}

#post-tabs .content .tab .tab-item:last-of-type {
  margin-bottom: 0px;
}

#post-tabs .content .tab .tab-item a {
  color: var(--color-black);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
}

#post-tabs .content .tab .tab-item a:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
      transform: scale(1.1);
}

#post-tabs .content .tab .tab-item .creation-image {
  position: relative;
  width: 100%;
  float: left;
}

#post-tabs .content .tab .tab-item .creation-image figure {
  width: 100%;
  height: auto;
  float: left;
  padding-bottom: 3px;
  background-color: var(--color-theme);
}

#post-tabs .content .tab .tab-item .creation-image figure img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

#post-tabs .content .tab .tab-item .article-container {
  width: 100%;
  float: left;
  padding: 12px;
}

#post-tabs .content .tab .tab-item .article-container h3 {
  font-size: 1.1rem;
}

#post-tabs input#tab-1:checked ~ .content #content-1,
#post-tabs input#tab-2:checked ~ .content #content-2,
#post-tabs input#tab-3:checked ~ .content #content-3 {
  z-index: 100;
  display: block;
}

.post-list {
  float: left;
  width: 100%;
}

.post-list .articles {
  padding-left: 15px;
  padding-right: 15px;
}

.post-list .articles .article {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
  width: 100%;
  float: left;
  line-height: 1;
  color: var(--color-black);
}

.post-list .articles .article:hover {
  opacity: 0.7;
}

.post-list .articles .article img {
  height: auto;
  vertical-align: bottom;
  width: 100%;
  margin-bottom: 12px;
}

.post-list .articles .article .title {
  font-size: 1rem;
}

.search-bar {
  position: relative;
}
.search-bar .search-holder {
  position: relative;
}
.search-bar .search-holder .search-results-drop {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: var(--color-gray-xlight);
  z-index: 3;
  display: none;
}
.search-bar.active .search-results-drop {
  display: block;
}

/*********************
HEADER STYLES
*********************/
header#header {
  background-color: var(--color-white);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
}

.offtop header#header {
  top: -70px;
}

.offtopgo header#header {
  top: 0;
  position: fixed;
}

header#header .logo,
.offtop header#header .logo {
  float: left;
  padding: 0 20px;
  padding-top: 17px;
  z-index: 2;
}

.offtop #header #top-header {
  margin-bottom: 0;
}

header#header .logo a {
  display: block;
  width: 100%;
}

header#header .logo a svg {
  display: none;
  fill: #000;
  height: 100%;
  max-height: 28px;
  max-width: 150px;
  width: 100%;
}

header#header .logo a .icon-roobla-r {
  font-size: 1.8rem;
}

header#header .logo a {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

header#header .logo a:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
      transform: scale(1.1);
}

header#header #user-toolbar,
.offtop header#header #user-toolbar {
  float: right;
  z-index: 2;
  padding: 0;
}

header#header #user-toolbar ul li,
.offtop header#header #user-toolbar ul li {
  float: left;
  height: 62px;
  cursor: pointer;
  padding: 20px 15px;
  padding-top: 23px;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  font-size: 1.2rem;
}

header#header #user-toolbar ul li a {
  color: var(--color-black);
}

header#header #user-toolbar ul li#user-toolbar-profile-button,
.offtop header#header #user-toolbar ul li#user-toolbar-profile-button {
  padding: 0;
}

header#header #user-toolbar ul li#user-toolbar-profile-button img,
.offtop header#header #user-toolbar ul li#user-toolbar-profile-button img {
  height: 100%;
  width: auto;
}

header#header #user-toolbar ul li:hover,
header#header #user-toolbar ul li:hover a {
  color: var(--color-theme-dark);
}

header#header #main-site-navigation,
.offtop header#header #main-site-navigation {
  display: none;
}

header#header #main-site-navigation ul li {
  float: left;
}

header#header #main-site-navigation ul li a {
  padding: 12px 20px;
  position: relative;
  display: block;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--color-black);
}

header#header #main-site-navigation ul li:hover a,
header#header #main-site-navigation ul li.current a {
  color: var(--color-theme);
}

header#header #main-site-navigation ul li a i {
  margin-right: 6px;
  top: 2px;
}

#header-search-area,
.offtop #header-search-area {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  width: 100%;
  max-width: none;
  padding: 0;
}

#header-search-area form,
.offtop #header-search-area form {
  padding: 12px;
  background-color: var(--color-white);
  border: 1px solid var(--color-gray);
}

.offtop #header-search-area form input {
  width: 100%;
}

#header-search-area.active {
  display: block;
}

.offtop header#header #user-toolbar ul li#user-toolbar-navigation,
.offtop header#header #user-toolbar ul li#user-toolbar-search {
  display: block;
}

/*************************************************
Slide In Display
*************************************************/
#main-body, #slide-in-display {
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  -o-transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  margin-top: var(--nav-height);
}

#slide-in-display {
  max-width: 100%;
  right: -20rem;
  width: 20rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: var(--color-gray-xlight);
  position: fixed;
  overflow-y: auto;
  overflow-x: hidden;
  top: 0;
  bottom: 0;
}

#slide-in-display > * {
  display: none;
}

#slide-in-display > .active {
  display: block;
}

.close-slide-display {
  display: none;
}

body.slide-in-active #main-body,
body.slide-in-active #slide-in-display {
  -webkit-transform: translateX(-20rem);
  -ms-transform: translateX(-20rem);
      transform: translateX(-20rem);
}

body.slide-in-active #user-toolbar li {
  display: none !important;
}

body.slide-in-active #user-toolbar li.close-slide-display {
  display: block !important;
}

/******************************************************************
COMMENT STYLES
******************************************************************/
.commentlist .comment-author .rooblan, .commentlist .comment-author .creator {
  margin-left: 12px;
  float: left;
  position: relative;
  top: 12px;
}

.commentlist .comment-author .creator {
  font-size: 0.8rem;
}

.commentlist .item-options {
  position: absolute;
  right: 0;
  top: 0;
}

.commentlist .comment-meta {
  font-size: 0.8rem;
  float: left;
  width: 50%;
  color: var(--color-gray);
}

.commentlist .comment-meta .icon {
  font-size: 1rem;
  margin-right: 12px;
  cursor: pointer;
}

.commentlist .comment-text {
  font-size: 0.9rem;
}

.commentlist .comment-text div {
  display: inline;
}

.commentlist .comment-text time {
  color: var(--color-gray);
  margin-right: 12px;
  float: left;
}

.commentlist .reply {
  font-size: 0.8em;
  text-align: right;
  padding: 12px 20px;
}

.commentlist li {
  background-color: var(--color-white);
}

.commentlist ul.children {
  list-style-type: none;
  background-color: var(--color-gray-light);
  padding-left: 12px;
  float: left;
  width: 100%;
}

.commentlist .action-list li.action-count {
  font-size: 0.9rem;
}

.commentlist .action-list li:not(.action-count) {
  font-size: 1rem;
}

.comment-fields {
  float: left;
}

.comment-fields .new-comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.comment-fields .comment-input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
      flex: 1;
}

.comment-fields .user-avatar {
  float: left;
}

.comment-fields .cancel-reply-link {
  float: right;
  font-size: 0.8em;
  padding: 6px 12px;
  border: 1px solid var(--color-black);
  cursor: pointer;
}

.comment-fields .cancel-reply-link:hover {
  color: var(--color-white);
  background-color: var(--color-black);
}

.commentlist .comment-fields {
  padding: 20px;
  padding-top: 0px;
}

/*************************************************
CONTENT
*************************************************/
.left-panel {
  max-width: 600px;
}

.right-panel {
  max-width: 340px;
  display: none;
}

.right-panel > * {
  min-width: 300px;
}

body.fullscreen .left-panel {
  max-width: 90%;
}

body.fullscreen .right-panel {
  width: 10%;
  overflow: hidden;
}

/*************************************************
SIDEBAR
*************************************************/
.fullscreen-view {
  margin-top: -32px;
  color: var(--color-gray);
  text-align: right;
  margin-bottom: 12px;
}

.fullscreen-view i {
  cursor: pointer;
}

.fullscreen-view i.icon-fullscreen-exit {
  display: none;
}

body.fullscreen .fullscreen-view i.icon-fullscreen-exit {
  display: block;
  color: var(--color-gray-dark);
}

body.fullscreen .fullscreen-view i.icon-fullscreen {
  display: none;
}

.fullscreen-view i:hover {
  color: var(--color-gray-dark);
}

/*************************************************
FOOTER
*************************************************/
.footer-wrap {
  width: 80%;
  max-width: 350px;
  margin: 0 auto;
}

footer#footer {
  position: relative;
  padding-top: 40px;
  overflow: hidden;
  color: var(--color-black);
}

footer#footer .inner {
  z-index: 2;
  position: relative;
}

footer#footer .logo {
  text-align: center;
  margin-bottom: 35px;
}

footer#footer .logo img {
  width: 100%;
  height: auto;
}

footer#footer .create-content {
  text-align: center;
}

footer#footer .create-content a {
  padding: 15px 20px;
  background-color: var(--color-brand-light);
  text-transform: uppercase;
  font-weight: 700;
  color: var(--color-white);
  display: inline-block;
  border: 2px solid var(--color-brand-light);
}

footer#footer .create-content a:hover {
  background-color: var(--color-white);
  border: 2px solid var(--color-brand-light);
  color: var(--color-brand-light);
}

footer#footer #nav-foot li {
  float: left;
  width: 50%;
  text-transform: uppercase;
  padding: 15px 20px;
  text-align: center;
}

footer#footer #nav-foot li a {
  color: var(--color-black);
}

footer#footer #nav-foot li a:hover {
  text-decoration: underline;
}

footer#footer .social-profiles {
  margin-bottom: 50px;
}

footer#footer .social-profiles li {
  float: left;
  text-align: center;
  width: 33.333%;
  padding: 0 12px;
}

footer#footer .social-profiles li:last-child {
  margin: 0;
}

footer#footer .social-profiles li a {
  font-size: 2rem;
  color: var(--color-brand);
}

footer#footer .social-profiles li a img {
  max-width: 100%;
}

footer#footer .social-profiles li a:hover {
  color: var(--color-brand-light);
}

footer#footer .copyright a, footer#footer .terms a {
  color: var(--color-black);
}

/*************************************************
Attachment Page
*************************************************/
#attachment-page {
  padding: 15px;
}

#attachment-page img {
  max-width: 100%;
}

/*************************************************
Responsive featured videos
*************************************************/
.external-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.external-container iframe, .external-container object, .external-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.field-row .external-container {
  padding-bottom: 20%;
}

.field-row .external-container:hover {
  padding-bottom: 56.25%;
}

/*************************************************
Review Ratings and Stars Styles
*************************************************/
.icon-star-full.empty {
  opacity: 0.6;
  color: var(--color-white);
}

.review-rating {
  color: var(--color-white);
  background-color: var(--color-theme);
  display: inline;
}

#review-box {
  color: var(--color-white);
}

#review-box .review-item {
  margin-bottom: 2px;
  background-color: var(--color-dark);
}

#review-box .review-item .title {
  float: left;
}

#review-box .review-item .item-rating {
  position: relative;
  float: right;
}

#review-box .review-summary {
  background-color: var(--color-theme);
  overflow: hidden;
  position: relative;
  font-size: 2.4rem;
  text-align: center;
  padding: 20px;
}

/*************************************************
Theme color changes
*************************************************/
body.film a.member-link:hover img.avatar {
  background: #a58500;
  background: -webkit-gradient(linear, left top, right top, from(#a58500), color-stop(35%, #826900), to(#f4f49f));
  background: -o-linear-gradient(left, #a58500 0%, #826900 35%, #f4f49f 100%);
  background: linear-gradient(90deg, #a58500 0%, #826900 35%, #f4f49f 100%);
}

body.gaming a.member-link:hover img.avatar {
  background: #bf1313;
  background: -webkit-gradient(linear, left top, right top, from(#bf1313), color-stop(35%, #920f0f), to(#f0bdbd));
  background: -o-linear-gradient(left, #bf1313 0%, #920f0f 35%, #f0bdbd 100%);
  background: linear-gradient(90deg, #bf1313 0%, #920f0f 35%, #f0bdbd 100%);
}

body.music a.member-link:hover img.avatar {
  background: #6d3bd1;
  background: -webkit-gradient(linear, left top, right top, from(#6d3bd1), color-stop(35%, #4d2995), to(#976fe6));
  background: -o-linear-gradient(left, #6d3bd1 0%, #4d2995 35%, #976fe6 100%);
  background: linear-gradient(90deg, #6d3bd1 0%, #4d2995 35%, #976fe6 100%);
}

body.tv a.member-link:hover img.avatar {
  background: #3a9425;
  background: -webkit-gradient(linear, left top, right top, from(#3a9425), color-stop(35%, #266317), to(#b8eca1));
  background: -o-linear-gradient(left, #3a9425 0%, #266317 35%, #b8eca1 100%);
  background: linear-gradient(90deg, #3a9425 0%, #266317 35%, #b8eca1 100%);
}

/*
body.dark-theme input[type="text"],
body.dark-theme input[type="password"],
body.dark-theme input[type="datetime"],
body.dark-theme input[type="datetime-local"],
body.dark-theme input[type="date"],
body.dark-theme input[type="month"],
body.dark-theme input[type="time"],
body.dark-theme input[type="week"],
body.dark-theme input[type="number"],
body.dark-theme input[type="email"],
body.dark-theme input[type="url"],
body.dark-theme input[type="search"],
body.dark-theme input[type="tel"],
body.dark-theme input[type="color"],
body.dark-theme select,
body.dark-theme textarea {	
	background-color: var(--color-gray-dark);
	border-color: var(--color-gray-dark);
}
body.dark-theme input[type="text"]:active, body.dark-theme input[type="text"]:focus,
body.dark-theme input[type="password"]:active, body.dark-theme input[type="password"]:focus,
body.dark-theme input[type="datetime"]:active, body.dark-theme input[type="datetime"]:focus,
body.dark-theme input[type="datetime-local"]:active, body.dark-theme input[type="datetime-local"]:focus,
body.dark-theme input[type="date"]:active, body.dark-theme input[type="date"]:focus,
body.dark-theme input[type="month"]:active, body.dark-theme input[type="month"]:focus,
body.dark-theme input[type="time"]:active, body.dark-theme input[type="time"]:focus,
body.dark-theme input[type="week"]:active, body.dark-theme input[type="week"]:focus,
body.dark-theme input[type="number"]:active, body.dark-theme input[type="number"]:focus,
body.dark-theme input[type="email"]:active, body.dark-theme input[type="email"]:focus,
body.dark-theme input[type="url"]:active, body.dark-theme input[type="url"]:focus,
body.dark-theme input[type="search"]:active, body.dark-theme input[type="search"]:focus,
body.dark-theme input[type="tel"]:active, body.dark-theme input[type="tel"]:focus,
body.dark-theme input[type="color"]:active, body.dark-theme input[type="color"]:focus,
body.dark-theme select:active, body.dark-theme select:focus
body.dark-theme textarea:active, body.dark-theme textarea:focus {
	border-color: var(--color-theme-light);
}*/
body.dark-theme,
body.dark-theme header#header,
body.dark-theme .right-panel,
body.dark-theme ul.commentlist li,
body.dark-theme .item-options ul,
body.dark-theme .borrowed-space,
body.dark-theme .field-row.save-bar,
body.dark-theme #header-search-area form {
  color: var(--color-white);
  background-color: var(--color-black);
}

body.dark-theme header#header #main-site-navigation ul li a,
body.dark-theme .link-list li a,
body.dark-theme .link-list li .href-mimic,
body.dark-theme footer#footer,
body.dark-theme footer#footer a,
body.dark-theme a.member-link,
body.dark-theme .article-item a.article-bulk,
body.dark-theme #post-tabs .content .tab .tab-item a,
body.dark-theme .section-options li a,
body.dark-theme #slide-in-display .user-info a.user-profile,
body.dark-theme .button-floater .floater-inner button,
body.dark-theme .content-nav a,
body.dark-theme .content-nav [data-tab] span,
body.dark-theme .content-nav a:hover,
body.dark-theme .internal-notification a,
body.dark-theme .boxlox .close-button,
body.dark-theme .textblock {
  color: var(--color-white);
}

body.dark-theme .action-list i,
body.dark-theme .commentlist .comment-text time {
  color: var(--color-gray-dark);
}

body.dark-theme .action-list li.marked i,
body.dark-theme header#header #main-site-navigation ul li:hover a {
  color: var(--color-brand);
}

body.dark-theme .action-list i:hover {
  color: var(--color-brand-light);
}

body.dark-theme .commentlist .comment-author .creator span {
  color: var(--color-dark);
}

body.dark-theme #slide-in-display,
body.dark-theme .site-notice,
body.dark-theme .link-list li.current a,
body.dark-theme .content-nav a:hover,
body.dark-theme .content-nav [data-tab] span:hover,
body.dark-theme .boxlox.wshut > .box-title:hover,
body.dark-theme .item-list > li:nth-of-type(2n),
body.dark-theme .field-row fieldset .radiocheck label,
body.dark-theme .commentlist ul.children,
body.dark-theme .button-floater .floater-inner button,
body.dark-theme .content-nav .current a,
body.dark-theme .content-nav .current span,
body.dark-theme .share-url .collection-group-selection,
body.dark-theme .bkg-highlight-light,
body.dark-theme #post-tabs input:hover + label {
  background-color: var(--color-dark);
}

body.dark-theme .content-nav .current a:hover,
body.dark-theme .loading-item .splodge,
body.dark-theme .article-item.new,
body.dark-theme .opportunity-items ul li .status,
body.dark-theme .internal-notification:hover body.dark-theme .opportunity-items ul li .status,
body.dark-theme .bkg-highlight-xslight {
  background-color: var(--color-gray-xdark);
}

body.dark-theme .link-list > li.child {
  background-color: #3d3d3d;
}

body.dark-theme .internal-notification {
  background-color: #444;
}

body.dark-theme .internal-notification.displayed {
  background-color: transparent;
}

body.dark-theme .button-floater .floater-inner button:hover,
body.dark-theme .content-nav li:not(.current) a:hover,
body.dark-theme .content-nav li:not(.current) [data-tab] span:hover,
body.dark-theme .field-row fieldset .radiocheck.checked label {
  background-color: var(--color-brand-light);
}

body.dark-theme .wborder,
body.dark-theme .border-bottom,
body.dark-theme .border-top,
body.dark-theme .border-right,
body.dark-theme .border-left,
body.dark-theme .border-sides,
body.dark-theme .mo-wborder,
body.dark-theme .mo-border-bottom,
body.dark-theme .mo-border-top,
body.dark-theme .mo-border-ends,
body.dark-theme .mo-border-sides,
body.dark-theme .button-floater .floater-inner::before {
  border-color: var(--color-border-dark);
}

body.dark-theme .link-list > li.child a {
  border-color: var(--color-gray-dark);
}

@media only screen and (min-width: 400px) {
  header#header .logo a svg {
    display: block;
  }

  header#header .logo a .icon-roobla-r {
    display: none;
  }
}
@media only screen and (min-width: 481px) {
  header#header #user-toolbar ul li,
.offtop header#header #user-toolbar ul li {
    padding: 20px;
    font-size: 1.5rem;
  }

  .article-item .creation-image .featured-title h2 {
    font-size: 6vw;
  }
}
@media only screen and (min-width: 600px) {
  :root {
    --nav-height: 140px;
  }

  body {
    font-size: 16px;
  }
  body.offtop #slide-in-display {
    margin-top: 62px;
  }

  .left-panel {
    margin: 0 auto;
    float: none;
  }

  .trans-back {
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-duration: 300ms;
         -o-transition-duration: 300ms;
            transition-duration: 300ms;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: linear;
         -o-transition-timing-function: linear;
            transition-timing-function: linear;
  }

  .trans-back:hover {
    opacity: 0.9;
  }

  .field-row.wbutton .with-button-row .button {
    height: 39px;
  }

  .article-item h2, .article-item .excerpt {
    font-size: 1.29rem;
  }

  .article-item h2 + .excerpt {
    font-size: 1.2rem;
  }

  .article-item .creation-image .featured-title h2 {
    font-size: 1.68rem;
  }

  .article-item .pinned-creation {
    margin-top: -6px;
  }

  header#header #top-header {
    margin-bottom: 12px;
  }

  header#header .logo {
    padding-top: 47px;
  }

  header#header #user-toolbar {
    padding-right: 20px;
    padding-top: 40px;
  }

  header#header #user-toolbar ul li {
    padding: 10px 20px;
    height: 42px;
  }

  header#header #user-toolbar ul li#user-toolbar-navigation,
header#header #user-toolbar ul li#user-toolbar-search {
    display: none;
  }

  header#header #main-site-navigation {
    display: block;
  }

  #header-search-area {
    padding-top: 40px;
    display: block;
    position: relative;
    top: auto;
    left: auto;
    float: left;
    width: auto;
  }

  #header-search-area form {
    padding: 0;
    border: 0;
  }

  #header-search-area form input {
    width: 285px;
    max-width: 100%;
  }

  .share-url .share-input .user-avatar {
    width: 39.2px;
  }

  #original-videos .subscribe-link.desk {
    display: block;
  }

  #original-videos .subscribe-link.mob {
    display: none;
  }

  #review-box .review-summary .title {
    text-align: left;
  }

  #review-box .review-summary .review-final-score {
    position: absolute;
    right: 0;
    top: 0;
    border-width: 0 0 0 2px;
    width: 170px;
    float: none;
  }

  body.dark-theme .ta-border-top,
body.dark-theme .ta-border-bottom,
body.dark-theme .ta-wborder {
    border-color: var(--color-dark);
  }
}
@media only screen and (min-width: 1070px) {
  .left-panel {
    float: left;
  }

  .right-panel {
    padding-left: 40px;
    border-left: 0;
    display: block;
    float: right;
  }

  .de-flx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .de-hide {
    display: none;
  }

  .de-font-s {
    font-size: 0.8rem;
  }

  .de-font-m {
    font-size: 1.1rem;
  }

  .de-font-l {
    font-size: 1.4rem;
  }

  .de-wmargin-top-s {
    margin-top: 12px;
  }

  .de-wmargin-top-m {
    margin-top: 20px;
  }

  .de-wmargin-top-l {
    margin-top: 50px;
  }

  .de-padded-s {
    padding: 12px;
  }

  .de-padded-m {
    padding: 20px;
  }

  .de-padded-l {
    padding: 50px;
  }

  .de-padded-sides-s {
    padding: 0 12px;
  }

  .de-padded-sides-m {
    padding: 0 20px;
  }

  .de-padded-ends-s {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .de-padded-ends-m {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .de-padded-ends-l {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .de-padded-right-l {
    padding-right: 40px;
  }

  .de-padded-left-l {
    padding-left: 40px;
  }

  .de-wborder {
    border: 1px solid var(--color-gray);
  }

  .de-border-top {
    border-top: 1px solid var(--color-gray);
  }

  .de-border-bottom {
    border-bottom: 1px solid var(--color-gray);
  }

  .de-border-sides {
    border-left: 1px solid var(--color-gray);
    border-right: 1px solid var(--color-gray);
  }

  .third.da-wspace-s:nth-of-type(1) {
    padding-right: 8px;
  }

  .third.da-wspace-s:nth-of-type(2) {
    padding-left: 4px;
    padding-right: 4px;
  }

  .third.da-wspace-s:nth-of-type(3) {
    padding-left: 8px;
  }

  .third.da-wspace-m:nth-of-type(1) {
    padding-right: 13.333px;
  }

  .third.da-wspace-m:nth-of-type(2) {
    padding-left: 6.665px;
    padding-right: 6.665px;
  }

  .third.da-wspace-m:nth-of-type(3) {
    padding-left: 13.333px;
  }

  header#header .logo {
    padding-left: 50px;
    padding-right: 50px;
  }

  header#header #main-site-navigation {
    margin-left: -20px;
  }

  .site-notice .notice-inner {
    padding: 30px 0;
  }

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

  #sidebar #video-articles {
    max-height: 345px;
    overflow: auto;
    margin-bottom: 10px;
  }

  #sidebar #video-articles img {
    max-width: 100%;
    height: auto;
  }

  #sidebar #video-articles h4 {
    font-size: 1.4em;
    padding-bottom: 5px;
  }

  #sidebar #video-articles .title {
    padding-left: 10px;
  }

  #sidebar #video-articles .byline {
    padding-left: 0px;
  }

  #review-box {
    padding: 0;
  }

  #feedback-box a {
    letter-spacing: 0.8rem;
  }

  #post-tabs .content .tab .tab-item .article-container {
    padding: 0;
    padding-top: 12px;
  }

  body.dark-theme .de-border-top,
body.dark-theme .de-border-bottom,
body.dark-theme .de-wborder {
    border-color: var(--color-dark);
  }
}
@media only screen and (min-width: 1519px) {
  #top-header .logo {
    position: absolute;
    top: 0;
    left: 0;
  }

  header#header #user-toolbar {
    padding-top: 0;
  }

  #header-search-area {
    margin: 0 auto;
    max-width: 1030px;
    float: none;
  }

  #header-search-area form input {
    width: 400px;
  }
}
@media only screen and (max-width: 599px) {
  .mo-flx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .mo-hide {
    display: none;
  }

  .mo-font-s {
    font-size: 0.8rem;
  }

  .mo-font-m {
    font-size: 1.1rem;
  }

  .mo-font-l {
    font-size: 1.4rem;
  }

  .mo-half {
    width: 50%;
  }

  .mo-half.wspace:nth-of-type(odd) {
    padding-right: 10px;
  }

  .mo-half.wspace:nth-of-type(even) {
    padding-left: 10px;
  }

  .third.mo-wspace-s:nth-of-type(1) {
    padding-right: 8px;
  }

  .third.mo-wspace-s:nth-of-type(2) {
    padding-left: 4px;
    padding-right: 4px;
  }

  .third.mo-wspace-s:nth-of-type(3) {
    padding-left: 8px;
  }

  .third.mo-wspace-m:nth-of-type(1) {
    padding-right: 13.333px;
  }

  .third.mo-wspace-m:nth-of-type(2) {
    padding-left: 6.665px;
    padding-right: 6.665px;
  }

  .third.mo-wspace-m:nth-of-type(3) {
    padding-left: 13.333px;
  }

  .mo-padded-xs {
    padding: 7px;
  }

  .mo-padded-s {
    padding: 12px;
  }

  .mo-padded-m {
    padding: 20px;
  }

  .mo-padded-l {
    padding: 50px;
  }

  .mo-padded-sides-s {
    padding-left: 12px;
    padding-right: 12px;
  }

  .mo-padded-sides-m {
    padding-left: 20px;
    padding-right: 20px;
  }

  .mo-padded-sides-l {
    padding-left: 40px;
    padding-right: 40px;
  }

  .mo-padded-ends-s {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .mo-padded-ends-m {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .mo-padded-ends-l {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .mo-padded-top-s {
    padding-top: 12px;
  }

  .mo-padded-top-m {
    padding-top: 20px;
  }

  .mo-padded-top-l {
    padding-top: 40px;
  }

  .mo-padded-bottom-s {
    padding-bottom: 12px;
  }

  .mo-padded-bottom-m {
    padding-bottom: 20px;
  }

  .mo-padded-bottom-l {
    padding-bottom: 40px;
  }

  .mo-wmargin-top-s {
    margin-top: 12px;
  }

  .mo-wmargin-top-m {
    margin-top: 20px;
  }

  .mo-wmargin-top-l {
    margin-top: 50px;
  }

  .mo-wmargin-bottom-s {
    margin-bottom: 12px;
  }

  .mo-wmargin-bottom-m {
    margin-bottom: 20px;
  }

  .mo-wmargin-bottom-l {
    margin-bottom: 50px;
  }

  .mo-wborder {
    border: 1px solid var(--color-gray);
  }

  .mo-border-bottom {
    border-bottom: 1px solid var(--color-gray);
  }

  .mo-border-top {
    border-top: 1px solid var(--color-gray);
  }

  .mo-border-ends {
    border-top: 1px solid var(--color-gray);
    border-bottom: 1px solid var(--color-gray);
  }

  .mo-border-sides {
    border-right: 1px solid var(--color-gray);
    border-left: 1px solid var(--color-gray);
  }
}
@media only screen and (max-width: 1069px) and (min-width: 599px) {
  .ta-flx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .ta-hide {
    display: none;
  }

  .ta-font-s {
    font-size: 0.8rem;
  }

  .ta-font-m {
    font-size: 1.1rem;
  }

  .ta-font-l {
    font-size: 1.4rem;
  }

  .third.ta-wspace-s:nth-of-type(1) {
    padding-right: 8px;
  }

  .third.ta-wspace-s:nth-of-type(2) {
    padding-left: 4px;
    padding-right: 4px;
  }

  .third.ta-wspace-s:nth-of-type(3) {
    padding-left: 8px;
  }

  .third.ta-wspace-m:nth-of-type(1) {
    padding-right: 13.333px;
  }

  .third.ta-wspace-m:nth-of-type(2) {
    padding-left: 6.665px;
    padding-right: 6.665px;
  }

  .third.ta-wspace-m:nth-of-type(3) {
    padding-left: 13.333px;
  }

  .ta-wmargin-top-s {
    margin-top: 12px;
  }

  .ta-wmargin-top-m {
    margin-top: 20px;
  }

  .ta-wmargin-top-l {
    margin-top: 50px;
  }

  .ta-padded-s {
    padding: 12px;
  }

  .ta-padded-m {
    padding: 20px;
  }

  .ta-padded-l {
    padding: 50px;
  }

  .ta-padded-sides-s {
    padding-left: 12px;
    padding-right: 12px;
  }

  .ta-padded-sides-m {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ta-padded-sides-l {
    padding-left: 50px;
    padding-right: 50px;
  }

  .ta-padded-ends-s {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .ta-padded-ends-m {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .ta-padded-ends-l {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .ta-padded-top-s {
    padding-top: 12px;
  }

  .ta-padded-top-m {
    padding-top: 20px;
  }

  .ta-padded-top-l {
    padding-top: 50px;
  }

  .ta-padded-right-l {
    padding-right: 50px;
  }

  .ta-padded-left-l {
    padding-left: 50px;
  }

  .ta-wborder {
    border: 1px solid var(--color-gray);
  }

  .ta-border-top {
    border-top: 1px solid var(--color-gray);
  }

  .ta-border-bottom {
    border-bottom: 1px solid var(--color-gray);
  }

  .ta-border-sides {
    border-left: 1px solid var(--color-gray);
    border-right: 1px solid var(--color-gray);
  }
}