/* --------------------------------------------------------------
	$Base
-------------------------------------------------------------- */

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

/* Define your base font-size here; most elements will inherit this. _NO__DOTCOMMA__AFTER__*/
html {
	font-size: 1em; /* Assuming 16px... */
	line-height: 1.5; /* 24px (This is now our magic number; all subsequent margin-bottoms and line-heights want to be a multiple of this number in order to maintain vertical rhythm.) _NO__DOTCOMMA__AFTER__*/
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333333;
	background-color: #ffffff;
	padding-top: 0 !important;
}

input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

figure { margin: 0 }
img { vertical-align: middle }

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #e5e5e5;
}

a {
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	text-decoration: underline;
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
p,
pre { margin: 0 }
button {
	background: transparent;
	border: 0;
	padding: 0;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */
button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

iframe { border: 0 }
ol,
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/**
 * Suppress the focus outline on links that cannot be accessed via keyboard.
 * This prevents an unwanted focus outline from appearing around elements that
 * might still respond to pointer events.
 */
[tabindex="-1"]:focus { outline: none !important }

/**
 * Remove double underline from recent version of firefox
 */
abbr[title] {
	text-decoration: none;
}

/* top bar */

.top-bar {
    background-color: rgba(0,0,0,.5);
    width: 100%;
    padding: 16px 0 16px 0;
    flex-wrap: wrap;
	overflow-x: auto;
}

.top-bar-inner {
    max-width: 1352px;
    padding-left: 16px;
    padding-right: 16px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}

.flex-items-baseline {
    align-items: baseline;
}

.flex {
    display: flex;
}

.top-bar .sites {
    width: 65%;
    font-size: 150%;
}

.top-bar .links a {
    white-space: nowrap;
}

.top-bar a, .top-bar a:visited {
    color: #7dcaed;
    text-decoration: none;
    cursor: pointer;
}

.top-bar a:hover {
    color: #7dcaed;
}

.top-bar .sites-current, .top-bar .sites-current:hover {
    color: #ffe6c0 !important;
    font-size: larger;
    font-weight: 700;
    text-decoration: none;
}

.top-bar links li, .top-bar .links .separator {
    display: inline-block;
}

.top-bar .separator-blue {
    color: #7dcaed;
}

.top-bar .separator {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: default;
    margin-left: 8px;
    margin-right: 8px;
    color: #ccc;
}
