/* Import Fonts: @import url(http://fonts.googleapis.com/css?family=Oswald);
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url('/resources/fonts/Oswald-Regular.ttf') format('truetype');
}
------------------------------------------------------------ */

.ui-effects-transfer { border: 3px dotted #dff; }
	
/* Based on HTML5 Boilerplate CSS Starter: h5bp.com/css */
/* HTML5 display definitions */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
/* Base */
body {
  margin: 0;
}
body,
button,
input,
select,
textarea {
  /* font-family: sans-serif; */
  font-family: 'Helvetica', arial, sans-serif;
  color: #222;
}
/* Links */
a {
  color: #0085BD;
  text-decoration: none;
}
a:hover {
  color: #60A5DD;
  text-decoration: none;
}
a:focus {
  /* outline: thin dotted; */
}
a:hover,
a:active {
  outline: 0;
}
/* Typography */
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Lists */
ul,
ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}
dd {
  margin: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
/* Embedded content */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
/* Figures */
figure {
  margin: 0;
}
/* Forms */
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
label {
  cursor: pointer;
}
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
  *overflow: visible;
}
table button,
table input {
  *overflow: auto;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}
/* Tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
td {
  vertical-align: top;
}


/* FONTS & VERTICAL GRID
***********************************************/
body {
  font-size: 12px;
  -webkit-font-smoothing: subpixel antialiasing !important;
  -webkit-text-size-adjust: 100%;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: 'Helvetica', arial, sans-serif;
  line-height: 1.4em;
  font-weight: bold;
  font-style: normal;
  text-transform: normal;
  margin: 1em 0 0.5em;
}
body h1 {
  font-size: 22px;
}
body h2 {
  font-size: 17.6px;
}
body h3  {
  font-size: 12px;
}
body pre,
body ul,
body ol,
body dl {
  font-family: 'Helvetica', arial, sans-serif;
}

#topNav nav li a {
  /* padding: 13.599999999999998px 0; */
  padding: 6px 0;
}
.main-nav li.active-link a:after {
  /* bottom: 13.599999999999998px; */
  bottom: 6px;
}
.logo-image .logo {
  line-height: 0;
  margin: 0;
  display: inline-block;
  height: 80px;
}
.logo-image .logo img {
  max-height: 100%;
}
.logo-image #topNav nav li a {
  padding: 26px 0;
}
.logo-image .main-nav li.active-link a:after {
  bottom: 26px;
}
#header nav,
#header nav a {
  font-family: 'Helvetica', arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  /* text-transform: uppercase; */
  /* font-family: Varela Round; */
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  /* font-size: 14px; */
  font-size: 18px;
}
nav ul,
nav ol {
  margin: 0;
}
.header-alignment-right.header-navigation-stacked .main-nav li {
  margin-right: 0;
  margin-left: 30px;
}
#topNav {
  position: relative;
}
#topNav {
  position: relative;
  bottom: -3px;
  margin-top: 0;
  float: left;
}
#topNav li {
  float: left;
  margin-right: 30px;
  position: relative;
}
#topNav li a {
  line-height: 28px;
  display: inline-block;
}
#topNav .folder ul a {
  padding: 0;
}
#topNav .subnav {
  position: absolute;
  top: 85.19999999999999px;
  left: -30px;
}
#topNav li.folder ul {
  overflow: hidden;
  background: #ffffff;
  padding: 30px;
}
#topNav li.folder .subnav {
  height: 0;
  overflow: hidden;
  opacity: 1;
}
#topNav nav li.folder > a {
  cursor: pointer;
}
#topNav nav .subnav a {
  font-weight: normal;
  white-space: nowrap;
}
li.active-link a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 13.599999999999998px;
  height: 1px;
  background-color: #aaaaaa;
  width: 50%;
  margin-left: -25%;
  left: 50%;
}
.li.active-link a:after {
  background-color: #666666;
}
/* LAYOUT (WIDTHS & PADDING)
************************************************/
#headerWrapper {
  background-color: #ffffff;
  -webkit-text-size-adjust: 80%;
}
#header {
  /* padding: 30px 35px; */
  padding: 23px 35px 15px 35px; 
}
#page {
  max-width: 930px;
  padding: 30px 35px;
  position: relative;
}
.constrain-header-width #header {
  max-width: 930px;
  margin: 0 auto;
  position: relative;
}
#headerWrapper {
  position: relative;
  z-index: 999;
}
#logo,
#topNav {
  float: left;
}

/* COLLECTIONS / PAGES
***********************************************/
.#page,
.#mainContent {
  position: absolute;
  width: 100%;
  height: 100%;
}
.#page {
  max-width: none;
  padding: 0;
}
.#headerWrapper {
  position: absolute;
  width: 100%;
  z-index: 999;
  background-color: rgba(48, 39, 58, 0.9); /* rgba(17, 17, 17, 0.7); */
}
.main-nav a {
  color: #A8A8A8;  /* #858585 */
}
.main-nav .active-link > a {
  color: #ffffff;
}
.main-nav a:hover {
  color: #ffffff;
}

.theme-text-color {
  color:#ddd;
}
.theme-strong-text-color {
  color:white;
}