@import"https://fonts.googleapis.com/css?family=Open+Sans:300, 400, 600, 700";
    @import"https: //fonts.googleapis.com/css?family=Pathway+Gothic+One&text=1234567890";
    .avatar {
    background-position: center;
    background-size: cover;
    border-radius: 50%;
    line-height: 1;
    position: relative;
}
.avatar[data-letter]:before {
    color: #fff;
    content: attr(data-letter);
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.colorPicker {
    position: absolute;
    z-index: 3003;
    width: 214px;
    height: 241px;
    border-radius: 8px;
    background-color: rgba(63, 70, 82, .93);
    color: #fff;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, .333);
    -webkit-animation: appearingElement .3s;
    animation: appearingElement .3s;
    transition: height .3s ease-out;
    overflow: hidden;
}
.colorPicker.showColorCode {
    height: 291px;
}
.colorPickerSpectrum {
    position: absolute;
    left: 7px;
    top: 7px;
    width: 200px;
    height: 200px;
    border-radius: 100px;
    background-size: cover;
    cursor: crosshair;
    border-radius: 200px;
    z-index: 3001;
    transition: left .3s ease-out, top .3s ease-out, width .3s ease-out, height .3s ease-out, -webkit-transform .3s ease-out;
    transition: left .3s ease-out, top .3s ease-out, width .3s ease-out, height .3s ease-out, transform .3s ease-out;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
.colorPicker .colorPickerColorCode {
    position: absolute;
    z-index: 3000;
    bottom: 14px;
    left: 26px;
    height: 0;
    font-size: 12px;
    transition: all .3s ease-out;
    opacity: 0;
    font-weight: 300;
}
.colorPicker.showColorCode .colorPickerColorCode {
    opacity: 1;
    height: 30px;
}
.colorPicker .colorPickerColorCodeHex {
    width: 75px;
    height: 30px;
    border-radius: 4px;
    border: none;
    margin: 0 0 0 10px;
    font-weight: 300;
    box-shadow: inset 10px 10px 20px rgba(0, 0, 0, .15);
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    text-indent: 8px;
}
.colorPicker .colorPickerColorCodeHex:focus {
    border: 2px solid #00c4cc;
    outline: none;
    margin: -2px 0 0 8px;
}
.colorPicker .enterColorCode {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3002;
    width: 10px;
    height: 10px;
    padding: 8px;
    color: #fff;
    font-size: 11px;
    font-family: icomoon;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
}
.colorPicker.showColorCode .enterColorCode {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.colorPickerSpectrum.mousedown {
    cursor: none;
}
.colorPicker .marker {
    position: absolute;
    width: 16px;
    height: 16px;
    left: 100px;
    top: 100px;
    margin: -10px 0 0 -10px;
    border: 2px solid #fff;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, .333);
    cursor: move;
}
.colorPickerSpectrum.mousedown .marker {
    cursor: none;
}
.colorPickerLightness {
    position: absolute;
    top: 214px;
    left: 7px;
    width: 200px;
    height: 20px;
    z-index: 3001;
    border-radius: 3px;
    background-color: #fff;
    background-image: linear-gradient(to right, transparent, #000);
    cursor: crosshair;
}
.colorPickerLightness.mousedown {
    cursor: none;
}
.colorPickerLightness .marker {
    left: 10px;
    top: 0;
    margin-top: 0;
    cursor: ew-resize;
}
.colorPickerLightness.mousedown .marker {
    cursor: none;
}
.colorPickerLightness {
    position: absolute;
    top: 214px;
    left: 7px;
    width: 200px;
    height: 20px;
    border-radius: 3px;
    background-color: #fff;
    background-image: linear-gradient(to right, transparent, #000);
    cursor: crosshair;
}
.colorPickerLightness.mousedown {
    cursor: none;
}
.colorPickerLightness .marker {
    left: 10px;
    top: 0;
    margin-top: 0;
    cursor: ew-resize;
}
.colorPickerLightness.mousedown .marker {
    cursor: none;
}
.dynamicListHeading {
    margin: 0;
}
.dynamicListItems {
    margin: .6em 0 1.2em;
}
.dynamicListItem {
    display: block;
    margin: 0 0 1em;
    position: relative;
}
.dynamicList .dynamicListItem input, .dynamicList .dynamicListItemAdder button {
    margin: 8px 0 0;
    width: 100%}
.dynamicList .dynamicListItem select:disabled {
    opacity: .5;
}
.dynamicListItem input::-webkit-input-placeholder {
    opacity: 1;
    text-indent: 0;
    transition: opacity .3s ease, text-indent .3s ease;
}
.dynamicListItem input::-moz-placeholder {
    opacity: 1;
    text-indent: 0;
    transition: opacity .3s ease, text-indent .3s ease;
}
.dynamicListItem input:-ms-input-placeholder {
    opacity: 1;
    text-indent: 0;
    transition: opacity .3s ease, text-indent .3s ease;
}
.dynamicListItem input::placeholder {
    opacity: 1;
    text-indent: 0;
    transition: opacity .3s ease, text-indent .3s ease;
}
.dynamicListItemAdder button {
    background: #fff;
    color: #aaa;
    cursor: pointer;
    text-align: left;
    transition: all .3s ease;
}
.dynamicListItemAdder button:hover {
    background: #00c4cc;
    border: 2px solid #00c4cc;
    color: #fff;
}
.dynamicListItem input:focus::-webkit-input-placeholder {
    opacity: 0;
    text-indent: -200px;
}
.dynamicListItem input:focus::-moz-placeholder {
    opacity: 0;
    text-indent: -200px;
}
.dynamicListItem input:focus:-ms-input-placeholder {
    opacity: 0;
    text-indent: -200px;
}
.dynamicListItem input:focus::placeholder {
    opacity: 0;
    text-indent: -200px;
}
.dynamicListItemAdded {
    -webkit-animation: dynamicListItemAdded .3s ease forwards;
    animation: dynamicListItemAdded .3s ease forwards;
}
.dynamicListItemRemoved {
    -webkit-animation: dynamicListItemRemoved .3s ease forwards;
    animation: dynamicListItemRemoved .3s ease forwards;
}
.dynamicListItemAccepted:after, .dynamicListItemRejected:after, .dynamicListItemSubmitted:after {
    -webkit-animation: none;
    animation: none;
    opacity: 1;
    position: absolute;
    top: 0;
    right: 12px;
    line-height: 60px;
    font-size: 24px;
}
.dynamicListItemMarked:after {
    -webkit-animation: dynamicListItemMarked .3s ease forwards;
    animation: dynamicListItemMarked .3s ease forwards;
}
.dynamicListItemSubmitted:after {
    content: ''}
.dynamicListItemAccepted:after {
    content: '\e006';
    color: #99c432;
    font-family: icomoon;
    font-size: 12px;
}
.dynamicListItemRejected:after {
    content: '\e004';
    color: #cb343f;
    font-family: icomoon;
    font-size: 12px;
}
@-webkit-keyframes dynamicListItemMarked {
    0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}@keyframes dynamicListItemMarked {
    0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}@-webkit-keyframes dynamicListItemAdded {
    0% {
    opacity: 0;
}
50% {
    opacity: .7;
}
100% {
    opacity: 1;
}
}@keyframes dynamicListItemAdded {
    0% {
    opacity: 0;
}
50% {
    opacity: .7;
}
100% {
    opacity: 1;
}
}@-webkit-keyframes dynamicListItemRemoved {
    0% {
    opacity: 1;
    height: 43px;
}
50% {
    opacity: .2;
}
100% {
    opacity: 0;
    height: 0;
    margin: 0;
}
}@keyframes dynamicListItemRemoved {
    0% {
    opacity: 1;
    height: 43px;
}
50% {
    opacity: .2;
}
100% {
    opacity: 0;
    height: 0;
    margin: 0;
}
}.button {
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: #99c432;
    border: 2px solid transparent;
    border-radius: 5px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    min-width: 2.78572em;
    line-height: 2.78572;
    outline-width: 0;
    padding: 0 1em;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: background-color .15s, border-color .15s, color .15s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.button.disabled, .button.disabled:active, .button.disabled:focus, .button.disabled:hover, .button:disabled, .button:disabled:hover {
    background-color: #ccc;
    border-color: #ccc;
    color: #999;
    cursor: default;
    pointer-events: none;
}
.button:active, .button:focus {
    border-color: #83a82b;
}
.button:hover {
    background-color: #a5d92b;
}
.button::-moz-focus-inner {
    border: 0;
    padding: 0;
}
.button:visited {
    color: #fff;
}
.buttonSubmittable:before {
    background: url(../images/loading_spinner.png) no-repeat center;
    content: '';
    width: 0;
    height: 0;
    opacity: 0;
    display: inline-block;
    vertical-align: middle;
}
.buttonSubmittable.submitting:before {
    -webkit-animation: button-spinner-animation .8s linear infinite;
    animation: button-spinner-animation .8s linear infinite;
    width: 16px;
    height: 16px;
    opacity: 1;
    margin-right: 8px;
    vertical-align: middle;
    transition: all .5s ease;
}
.buttonActive, .buttonActive:hover {
    background-color: #00c4cc;
    border-color: transparent;
    color: white;
}
.buttonActive:active, .buttonActive:focus {
    border-color: #009499;
}
.buttonBlock {
    display: block;
    width: 100%}
.buttonIcon, .buttonIcon:hover {
    background-color: transparent;
    font-size: 0!important;
}
.buttonIcon {
    opacity: .33;
    transition: opacity .15s;
}
.buttonIcon:hover {
    opacity: 1;
}
.buttonIcon:active, .buttonIcon:focus {
    border-color: transparent;
}
.buttonDelete:before, .buttonDelete:active:before {
    content: '';
    background: url(../images/mini-trash.png) no-repeat center / contain;
    display: inline-block;
    height: 16px;
    width: 16px;
}
.buttonDelete:active:before {
    background-image: url(../images/mini-trash-on.png);
}
.buttonEdit:before, .buttonEdit:active:before {
    content: '';
    background: url(../images/icon_pencil.png) no-repeat center / contain;
    display: inline-block;
    height: 16px;
    width: 16px;
}
.buttonEdit:active:before {
    background-image: url(../images/icon_pencil_on.png);
}
.buttonFacebook {
    background: #3b5998 no-repeat 50%;
    background-position: 18px, left;
    padding-left: 40px;
}
.buttonFacebook:active, .buttonFacebook:focus {
    border-color: #1c2b4c;
}
.buttonFacebook:hover {
    background-color: #4562a1;
}
.buttonGoogle {
    background: #04adce url(../images/google_button.svg) no-repeat 50%;
    background-position: 15px, left;
    padding-left: 40px;
}
.buttonGoogle:active, .buttonGoogle:focus {
    border-color: #077a90;
}
.buttonGoogle:hover {
    background-color: #077a90;
}
.buttonGoogleDrive {
    background: #dd4b39 url(../images/google_drive_button.svg) no-repeat 50%;
    background-position: 11px, left;
    padding-left: 40px;
}
.buttonFollow {
    min-width: 6.15em;
}
.buttonFollow:before {
    content: '+\a0'}
.buttonFollow.buttonActive:before {
    content: '\e006\a0';
    font-family: icomoon;
    font-size: 90%}
.buttonFollow.buttonActive:not(.buttonFollowJustClicked):hover:before {
    visibility: hidden;
}
.buttonFollow.buttonActive {
    padding: 0 .8em 0 .5em;
}
.buttonFollowOff, .buttonFollowOn, .buttonFollowOnHover {
    display: none;
}
.buttonFollow:not(.buttonActive) .buttonFollowOff, .buttonFollow.buttonActive .buttonFollowOn, .buttonFollow.buttonActive:not(.buttonFollowJustClicked):hover .buttonFollowOnHover, .buttonFollow.buttonActive.buttonFollowJustClicked:hover .buttonFollowOn {
    display: inline;
}
.buttonFollowOnHover {
    left: 0;
    position: absolute;
    right: 0;
}
.buttonFollow.buttonActive:hover:not(.buttonFollowJustClicked) .buttonFollowOn {
    visibility: hidden;
}
.buttonGmail {
    text-indent: 32px;
}
.buttonGmail:before {
    content: url(../images/googlemail-32.png);
    position: absolute;
    left: -18px;
    margin-top: -16px;
    top: 50%}
.buttonLinkedIn {
    background-color: #007bb6;
}
.buttonLinkedIn:active, .buttonLinkedIn:focus {
    border-color: #005f8c;
}
.buttonLinkedIn:hover {
    background-color: #1f96cf;
}
.buttonLink, .buttonLink:hover, .buttonPlain, .buttonPlain:hover {
    background: none;
    border: none;
    color: inherit;
    min-width: 0;
    padding: 0;
}
.buttonLink:hover {
    color: #3f4652;
    text-decoration: underline;
}
.buttonLink:focus {
    outline-width: 5px;
}
.buttonSecondary {
    background-color: rgba(255, 255, 255, 0);
    color: #3f4652;
}
.buttonSecondary:active, .buttonSecondary:focus {
    border-color: #ccc;
}
.buttonSecondary:hover {
    background-color: rgba(255, 255, 255, .5);
}
.buttonSmall {
    line-height: 1.86;
}
.buttonTiny, .buttonTiny.buttonIcon:before {
    font-size: 10px;
    line-height: 1;
}
.buttonTwitter {
    background-color: #00abf0;
}
.buttonTwitter:active, .buttonTwitter:focus {
    border-color: #0088c0;
}
.buttonTwitter:hover {
    background-color: #2bbbf8;
}
.buttonSpinner {
    background-image: none;
}
.buttonSpinner .spinner {
    -webkit-animation: button-spinner-animation 1.4s infinite linear;
    animation: button-spinner-animation 1.4s infinite linear;
    background: url(../images/lightbox_spinner.png) no-repeat 100%;
    background-size: 22px;
    display: inline-block;
    height: 22px;
    left: 13px;
    margin-top: -11px;
    position: absolute;
    top: 50%;
    width: 22px;
}
.buttonSmall.buttonSpinner {
    padding-left: 2rem;
}
.buttonSmall.buttonSpinner .spinner {
    background-size: 14px;
    height: 14px;
    width: 14px;
    margin-top: -7px;
}
@-webkit-keyframes button-spinner-animation {
    0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}@keyframes button-spinner-animation {
    0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}.buttonProgress, .buttonProgress:active, .buttonProgress:hover, .buttonProgress:focus {
    border: 2px solid transparent;
    background-color: #99c432;
}
.buttonProgressIndicator {
    background-color: #a5d92b;
    border-radius: 5px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 3%;
    transition: width 1s cubic-bezier(.785, .135, .15, .86);
}
.buttonProgressText {
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    z-index: 1;
}
.select {
    background-color: white;
    border-radius: 5px;
    display: inline-block;
    line-height: 1;
    position: relative;
    z-index: 0;
}
.select select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: transparent;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, .2);
    color: #3f4652;
    font-size: 14px;
    height: 43px;
    line-height: 2.78572;
    outline: 0;
    padding: 0 1.75em 0 .5em;
    transition: background .4s ease;
    width: 100%}
.select select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}
.select select::-ms-expand {
    display: none;
}
.select select:focus {
    border: 2px solid #00c4cc;
    padding: 0 calc(1.75em - 1px) 0 calc(.5em - 1px);
}
.select:before, .select:after, .selectArrows:before, .selectArrows:after {
    color: rgba(0, 0, 0, .3);
    content: '\e002';
    font-family: icomoon;
    font-size: .71em;
    line-height: 1em;
    pointer-events: none;
    position: absolute;
    right: .71em;
    top: 50%;
    transition: color .2s ease;
    z-index: -1;
    margin-top: -1em;
}
.selectArrows:before, .selectArrows:after {
    z-index: 0;
    color: #ccc;
}
.select:after, .selectArrows:after {
    content: '\e003';
    margin-top: 0;
}
.select:hover:before, .select:hover:after {
    color: #000;
}
.select select[disabled] {
    background: #fff;
    color: #ccc;
    z-index: 2;
}
.select select:not([disabled])+.selectArrows, .select select[disabled]:before, .select select[disabled]:after {
    display: none;
}
.textInput {
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 5px;
    box-sizing: border-box;
    font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    min-height: 3.07143em;
    outline: none;
    padding: .71429em;
}
.textInput::-ms-clear, .textInput::-ms-reveal {
    display: none;
}
.textInput:focus {
    border: 2px solid #00c4cc;
    padding: calc(.71429em - 1px);
}
.textInput:disabled, .textInput[readonly] {
    opacity: .5;
}
.textInputSmall, .textInputSmall:focus {
    border-width: 1px;
    min-height: 2.14286em;
    padding: .35714em .71429em;
}
.systemAlert {
    background-color: #fb0;
    box-sizing: border-box;
    color: #fff;
    font-weight: 700;
    height: 70px;
    left: 0;
    line-height: 30px;
    opacity: .9;
    padding-top: 20px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    white-space: nowrap;
    z-index: 9999;
}
.compactHeader .systemAlert {
    height: 54px;
    padding-top: 12px;
}
.systemAlertMessage {
    display: inline-block;
    max-width: calc(100% - 130px);
    overflow: hidden;
    text-overflow: ellipsis;
}
.systemAlertHide {
    background-color: #fff;
    border-radius: 3px;
    color: #e5b912;
    display: inline-block;
    margin-left: 20px;
    overflow: hidden;
    text-decoration: none;
    width: 70px;
}
#logo {
    transition: -webkit-transform .2s;
    transition: transform .2s;
}
.compactHeader.systemAlertVisible #logo {
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: none;
}
.compactHeader.systemAlertVisible #wholePage>header .tabPointer {
    border-top: 0;
}
article, blockquote, body, dd, dl, dt, fieldset, figure, form, h1, h2, h3, h4, h5, h6, header, li, menu, nav, ol, p, section, ul {
    margin: 0;
    border: 0 none #fff;
    padding: 0;
    text-align: center;
}
body {
    background-color: #ebeced;
    color: #3f4652;
    line-height: 1.4;
    font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 90%;
    text-align: center;
}
body.dark {
    background-color: #3f4652;
    background-image: url(../images/bg_dark.jpg);
    background-size: cover;
    background-position: 0 0;
}
a {
    color: #00c4cc;
    cursor: pointer;
    text-decoration: underline;
}
a:visited {
    color: #96c;
}
a:hover {
    text-decoration: none;
}
img {
    border: 0 none transparent;
}
select, table {
    font-size: 100%;
    font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
}
.error {
    color: #c00;
}
.doNotTransition {
    transition: none!important;
}
.doNotAnimate {
    -webkit-animation: none!important;
    animation: none!important;
}
header li.new a, footer li.new a {
    position: relative;
}
header li.new a:after, footer li.new a:after {
    content: 'New';
    position: absolute;
    right: -3.3em;
    bottom: 3em;
    width: 3.5em;
    height: 2em;
    border-radius: 1em;
    background-color: rgba(0, 0, 0, .2);
    color: #fff;
    font-size: 65%;
    font-weight: 400!important;
    text-align: center;
    text-transform: uppercase;
    line-height: 2.1em;
}
footer li.new a:after {
    bottom: 2em;
    right: -1.8em;
}
header {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 50px;
    transition: background-color .3s linear;
}
header.content {
    background-color: rgba(255, 255, 255, .85);
}
header>div {
    position: relative;
    box-sizing: border-box;
    margin: 0 auto;
    height: 50px;
}
#logo {
    float: left;
    top: 0;
    margin-left: 40px;
}
#logo a {
    display: block;
    position: relative;
    top: -4px;
    width: 100px;
    height: 79px;
    border-top: 4px solid #00c4cc;
    background-repeat: no-repeat;
    text-indent: -9999px;
    text-decoration: none;
    transition: top .2s ease-out, background-image .3s linear, box-shadow .2s ease-out;
}
#logo a:hover {
    top: 0;
}
#logo a:after {
    content: '\003B2';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 28px;
    height: 28px;
    border-radius: 100%;
    background-color: #a06fda;
    color: #fff;
    font-size: 20px;
    font-family: Times, serif;
    text-indent: 0;
    font-style: normal;
    text-align: center;
    line-height: 28px;
}
header>.inner>menu:only-of-type, header menu.loggedIn {
    float: right;
    margin-right: 40px;
    list-style: none;
}
header menu.loggedIn {
    font-size: 85%}
header>.inner>menu>li {
    display: inline-block;
}
header>.inner>menu a, header>.inner>menu a:visited {
    color: inherit;
    text-decoration: none;
    transition: all .15s linear;
}
header>.inner>menu>li>a {
    display: block;
    margin: 0 0 0 2em;
    line-height: 50px;
}
header>.inner>menu>li:first-child>a {
    margin-left: 0;
}
header.lightBG>.inner>menu a, header.lightBG>.inner>menu a:visited {
    color: #3f4652;
}
header>.inner>menu a:hover, header.lightBG>.inner>menu a:hover {
    color: #00c4cc;
}
#currentUser {
    float: left;
    line-height: 50px;
}
#currentUser a {
    margin-top: 0;
    border-left: 0 none transparent;
    line-height: 50px;
}
#currentUser .avatar {
    float: left;
    overflow: hidden;
    height: 28px;
    margin: 11px .6em 0 0;
}
#currentUser .avatar img {
    display: block;
}
#showBrandMenu {
    text-align: center;
}
#showUserMenu {
    position: relative;
    width: 32px;
    height: 28px;
    padding-left: 0;
    text-indent: -9999px;
}
#showUserMenu .arrow {
    position: absolute;
    left: -.6em;
    top: 0;
    width: 100%;
    height: 100%;
    margin-left: .5em;
    font-size: 80%;
    text-indent: 0;
    line-height: 30px;
    font-family: icomoon;
    text-align: center;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
}
header menu menu {
    position: absolute;
    overflow: hidden;
    right: 0;
    top: 50px;
    z-index: 10;
    height: 0;
    box-sizing: border-box;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    list-style: none;
    background-color: rgba(49, 54, 64, .95);
    text-align: right;
    transition: height .3s ease-out;
}
header.lightBG menu menu {
    background-color: rgba(206, 201, 191, .95);
}
header menu menu.on {
    height: auto;
}
header menu menu li:first-child {
    margin-top: 10px;
}
header menu menu li:last-child {
    margin-bottom: 10px;
}
header menu menu a {
    display: block;
    padding: .8em 2em;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
}
#miniGetStarted a, #miniGetStarted a:visited {
    display: block;
    float: none!important;
    width: 8.5em;
    margin-top: 10px;
    border-radius: 3px;
    line-height: 30px;
    background-color: #00c4cc;
    color: #fff;
    text-align: center;
}
#miniGetStarted a:hover {
    background-color: #17dfe5;
    color: #fff;
}
#headerBG {
    left: 0;
    top: 0;
    width: 100%;
    height: 225px;
    z-index: -1;
    background-color: #3f4652;
    background-image: url(../images/section_primary_bg.png);
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
}
#sidebar {
    display: block;
    margin-top: 90px;
    width: 230px;
    float: right;
    font-size: 1em;
}
#sidebar h1, #sidebar h2, #sidebar h3 {
    font-weight: 200;
}
#sidebar h2 {
    font-size: 1em;
    font-weight: 700;
    margin: 1.1em 0 .1em;
}
#sidebar .avatar {
    float: left;
    overflow: hidden;
    height: 28px;
    margin: 6px .6em 0 0;
}
#sidebar .brand, #sidebar .date {
    font-size: .92em;
    line-height: 1.5;
}
#sidebar .date {
    color: #999;
}
#sidebar ul li {
    list-style-type: none;
}
#sidebar ul li {
    display: inline;
}
#sidebar ul li:after {
    content: ',  '}
#sidebar ul li:last-child:after {
    content: ''}
svg {
    overflow: hidden;
}
