<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
	Theme Name: Tribe Writers
	Theme URI: http://tribewriters.com/
	Description: A Writing Course to Build Your Tribe
	Author: Brian Gardner
	Author URI: http://briangardner.com/
	Version: 1.0
	Template: genesis
*/


/* Reset
---------------------------------------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
input, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

.clearfix:before,
.entry:before,
.entry-content:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.clearfix:after,
.entry:after,
.entry-content:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}


/* Defaults
---------------------------------------------------------------------------------------------------- */

body {
	background-color: #fff;
	color: #000;
	font-family: 'freight-text-pro', sans-serif;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0.5px;
	line-height: 1.5;
	margin: 0;
	-webkit-font-smoothing: antialiased;
}

a,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition:    all 0.2s ease-in-out;
	-ms-transition:     all 0.2s ease-in-out;
	-o-transition:      all 0.2s ease-in-out;
	transition:         all 0.2s ease-in-out;
}

::-moz-selection {
	background-color: #000;
	color: #fff;
}

::selection {
	background-color: #000;
	color: #fff;
}

a {
	color: #dd3333;
	text-decoration: none;
}

a:hover {
	color: #000;
}

p {
	margin: 0 0 30px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

strong {
	font-weight: 700;
}

em {
	font-style: italic;
}

blockquote {
	margin: 40px;
}

.testimonials blockquote {
	margin-bottom: 80px;
	margin-left: 10%;
	margin-right: 10%;
}

.testimonials blockquote:last-child {
	margin-bottom: 0;
}


/* Site Container Fadein
---------------------------------------------------------------------------------------------------- */

.site-container {
	-webkit-animation: fadein 1s;
       -moz-animation: fadein 1s;
        -ms-animation: fadein 1s;
         -o-animation: fadein 1s;
            animation: fadein 1s;
}

@keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-moz-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-webkit-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-ms-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-o-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}


/* Site Structure
---------------------------------------------------------------------------------------------------- */

.site-container {
	margin: 0 auto;
	max-width: 1102px;
	overflow: hidden;
}

.site-inner {
	border: 1px solid #eee;
	clear: both;
}


/* Sticky Message
---------------------------------------------------------------------------------------------------- */

.sticky-message {
	background-color: #fff;
	border-bottom: 1px solid #eee;
	display: none;
	padding-bottom: 10px;
	padding-top: 10px;
	position: fixed;
	text-align: center;
	width: 100%;
	z-index: 999;
}

.sticky-message input {
	border-radius: 3px;
	font-size: 16px;
}

.sticky-message input[type="text"],
.sticky-message input[type="submit"] {
	padding: 10px 15px;
}

.sticky-message input[type="text"] {
	width: 280px;
}

.sticky-message input[type="submit"] {
	width: auto;
}


/* Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	overflow: hidden;
	padding-bottom: 40px;
	padding-top: 40px;
}


/* Title Area
---------------------------------------------------------------------------------------------------- */

.title-area {
	float: left;
	height: 41px;
	width: 228px;
}

.site-title &gt; a {
	background: url(images/logo.png);
	background-size: 228px 41px;
	display: block;
	height: 41px;
	width: 100%;
}

.site-description,
.site-title {
	display: block;
	margin-bottom: 0;
	text-indent: -9999px;
}


/* Site Navigation
---------------------------------------------------------------------------------------------------- */

.nav-primary {
	margin-top: 6px;
}

.genesis-nav-menu {
	float: right;
	line-height: 1;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
}

.genesis-nav-menu li li {
	margin-left: 0;
}

.genesis-nav-menu a {
	color: #000;
	display: block;
	font-family: 'raleway', sans-serif;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 2px;
	padding: 10px;
	text-transform: uppercase;
}

.genesis-nav-menu li.highlight a {
	background-color: #dd3333;
	border: 2px solid #dd3333;
	border-radius: 3px;
	color: #fff;
	margin-left: 10px;
}
 
.genesis-nav-menu li.highlight a:hover {
	background-color: #000;
	border: 2px solid #000;
	color: #fff;
}

.genesis-nav-menu a:hover {
	color: #dd3333;
}


/* Site Navigation Submenu
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: 0;
	padding: 20px;
	position: relative;
	width: 200px;
	word-wrap: break-word;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -55px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover &gt; .sub-menu {
	left: auto;
	opacity: 1;
}


/* Responsive Menu
---------------------------------------------------------------------------------------------------- */

.responsive-menu-icon {
	cursor: pointer;
	display: none;
	text-align: center;
}

.responsive-menu-icon::before {
	color: #000;
	content: "\f333";
	font: normal 24px/1 'dashicons';
	margin: 0 auto;
}


/* Entry Content
---------------------------------------------------------------------------------------------------- */

.entry {
	border-bottom: 1px solid #eee;
	padding-bottom: 7.5%;
	padding-top: 7.5%;
}

.page .entry,
.single-lms_courseware .entry {
	border-bottom: none;
}

.entry-content {
	padding-left: 20%;
	padding-right: 20%;
}

.entry-content p:last-child {
	margin-bottom: 0;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
	margin-left: 40px;
}

.entry-content ol &gt; li {
	list-style-type: decimal;
	margin-bottom: 20px;
}

.entry-content ul &gt; li {
	list-style-type: disc;
	margin-bottom: 20px;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

p.wp-caption-text {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 40px !important;
	text-align: center;
}


/* Entry Header
---------------------------------------------------------------------------------------------------- */

.entry-header {
	margin-bottom: 60px;
	padding-left: 10%;
	padding-right: 10%;
	text-align: center;
}

.entry-header::after {
	border-bottom: 1px solid #000;
	content: "";
	display: block;
	margin: 0 auto 40px;
	padding-bottom: 40px;
	width: 10%;
}

.entry-header p {
	font-family: 'raleway', sans-serif;
	font-weight: 500;
	font-size: 16px;
}

.entry-header a,
.entry-header p {
	color: #000;
}

.entry-header a:hover {
	color: #dd3333;
}

.entry-header p {
	margin-bottom: 10px;
}

.entry-header .by {
	font-family: 'freight-text-pro', sans-serif;
	font-style: italic;
	text-transform: lowercase;
}


/* Author Box
---------------------------------------------------------------------------------------------------- */

.author-box {
	border-bottom: 1px solid #eee;
	padding: 10% 20%;
}

.author-box p:last-child {
	margin-bottom: 0;
}


/* Archive Description
---------------------------------------------------------------------------------------------------- */

.archive-description {
	border-bottom: 1px solid #eee;
	padding: 100px 240px;
}

.archive-description p:last-child {
	margin-bottom: 0;
}


/* Breadcrumb
---------------------------------------------------------------------------------------------------- */

.breadcrumb {
	font-size: 16px;
	padding-top: 40px;
	text-align: center;
}


/* Pagination
---------------------------------------------------------------------------------------------------- */

.pagination {
	background-color: #fff;
	clear: both;
	line-height: 1;
	overflow: hidden;
	padding: 40px 60px;
}

.pagination a {
	border-bottom: 1px solid #ddd;
	color: #000;
}

.pagination a:hover {
	border-bottom: 1px solid #000;
}


/* Headings
---------------------------------------------------------------------------------------------------- */

h1,
h2,
h3,
h4 {
	color: #000;
	font-family: 'raleway', sans-serif;
	font-weight: 500;
	margin: 0 0 20px;
}

h1 {
	font-size: 36px;
}

.welcome-message h1 {
	font-weight: 600;
	line-height: 1.2;
}

h2 {
	font-size: 32px;
}

h3 {
	font-size: 30px;
}

.entry-content h3 {
	margin-bottom: 30px;
	margin-top: 40px;
	text-align: center;
}

h4 {
	font-size: 20px;
}

.entry-content h4 {
	margin-top: 40px;
}


/* Titles
---------------------------------------------------------------------------------------------------- */

.archive-title {
	margin-bottom: 20px;
}

.author-box-title {
	font-size: 20px;
	margin-bottom: 10px;
}

.entry-title {
	font-size: 48px;
	line-height: 1.2;
	margin-bottom: 10px;
	text-rendering: optimizeLegibility;
}

.entry-title a {
	color: #000;
}

.entry-title a:hover {
	color: #dd3333;
}

.widget-title {
	font-family: 'raleway', sans-serif;
	font-size: 36px;
	font-weight: 600;
}

.testimonials .widget-title {
	margin-bottom: 60px;
}


/* Images
---------------------------------------------------------------------------------------------------- */

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

.aligncenter,
img.aligncenter {
	display: block;
	margin: 0 auto 40px;
}

.avatar {
	border-radius: 50%;
	float: left;
	margin: 0 30px 20px 0;
}

.welcome-avatar {
	margin-right: 60px;
}

.welcome-avatar .avatar {
	max-height: 300px;
	max-width: 300px;
}

.testimonials img.avatar {
	border-radius: 50%;
	float: none;
	height: 60px;
	width: 60px;
}

.author-box .avatar {
	height: 100px;
	width: 100px;
}

.entry-comments .avatar {
	height: 60px;
	width: 60px;
}


/* Forms
---------------------------------------------------------------------------------------------------- */

input,
select,
textarea {
	background-color: #f5f5f5;
	border: none;
	border-radius: 0;
	color: #000;
	font-family: 'raleway', sans-serif;
	font-size: 20px;
	font-weight: 400;
	padding: 20px;
	width: 100%;
}

input[type="submit"],
input[type="text"],
.button {
	-webkit-appearance: none;
}

input:focus,
textarea:focus {
	background-color: #eee;
	outline: none;
}

input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #000;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #000;
}

button,
input[type="submit"],
.button {
	background-color: #dd3333;
	border: 2px solid #dd3333;
	color: #fff;
	cursor: pointer;
	font-family: 'raleway', sans-serif;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 2px;
	padding: 15px 30px;
	text-transform: uppercase;
}

.button.rainmaker-lms-complete,
.button.rainmaker-lms-favorite {
	width: 48%;
}

.button.rainmaker-lms-favorite {
	float: left;
}

.button.rainmaker-lms-complete {
	float: right;
}

input[type="submit"] {
	padding: 20px;
}

button:hover,
input:hover[type="submit"],
.button:hover {
	background-color: #ca2d2d;
	border: 2px solid #ca2d2d;
	color: #fff;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}


/* Misc
---------------------------------------------------------------------------------------------------- */

p.center {
	text-align: center;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}


/* Search Form
---------------------------------------------------------------------------------------------------- */

.search-form {
	overflow: hidden;
	width: 50%;
}

.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}


/* Entry Comments
---------------------------------------------------------------------------------------------------- */

p.comment-meta,
.comment-respond,
.entry-comments .comment,
.entry-comments .comment-reply {
	margin-bottom: 40px;
}

.comment-respond,
.entry-comments {
	padding: 7.5% 20%;
}

.comment-respond a,
.entry-comments a {
	border-bottom: 1px solid #ddd;
	color: #000;
}

.comment-respond a:hover,
.entry-comments a:hover {
	border-bottom: 1px solid #000;
}

.comment-header {
	font-size: 20px;
	font-weight: 400;
}

.entry-comments .comment {
	border-bottom: 1px solid #eee;
}

.comment-content,
.entry-comments .comment {
	clear: both;
}

p.form-submit,
.entry-comments .children .comment,
.entry-comments .comment-author {
	margin: 0;
}

.entry-comments .children .comment {
	border: none;
}

.comment-respond label {
	display: block;
	font-weight: 400;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 100%;
}

.comment-respond textarea {
	height: 300px;
}

.comment-list li {
	list-style-type: none;
}

.entry-comments ul.children {
	margin-left: 40px;
}


/* LMS
---------------------------------------------------------------------------------------------------- */

.site-container ul.lms-list-items {
	padding: 0 !important;
}

.site-container ul.lms-list-items ul.children:before {
	border: none !important;
}

.site-container ul.lms-list-items li a {
	background-color: #000 !important;
	color: #fff;
	padding: 15px 20px !important;
}

.site-container ul.lms-list-items li li a {
	background-color: #f5f5f5 !important;
	color: #000;
}

.site-container ul.lms-list-items li li a:hover {
	background-color: #000 !important;
	color: #fff;
}

.site-container ul.lms-list-items li li li a {
	background-color: #fff !important;
}

.site-container ul.lms-list-items ul.children {
	border: 1px solid #eee;
	margin: 0 !important;
}

.site-container ul.lms-list-items ul.children li li {
	border-bottom: 1px solid #eee;
}

.site-container ul.lms-list-items ul.children ul.children {
	border: none;
	margin-bottom: 30px;
}


/* Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #fff;
	line-height: 1;
	padding: 40px 20px;
	text-align: center;
}

.site-footer p {
	font-size: 18px;
	margin-bottom: 0;
}

.site-footer a,
.site-footer a:hover,
.site-footer p {
	color: #000;
}

.site-footer a,
.site-footer a:hover {
	border-bottom: none;
}


/* Animations
---------------------------------------------------------------------------------------------------- */

.fadein {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.hidden {
	visibility: hidden;
	-webkit-animation: none;
}

@-webkit-keyframes fadeIn {
	0% { opacity: 0; }
	100%{ opacity: 1; }
}

@keyframes fadeIn {
	0%{ opacity: 0; }
	100%{ opacity: 1; }
}


/* Media Queries
---------------------------------------------------------------------------------------------------- */

@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 

	.site-title &gt; a {
		background: url(images/logo-2x.jpg) no-repeat center;
		background-size: 228px 41px;
	}

}

@media only screen and (max-width: 1102px) {

	.site-container {
		max-width: 958px;
	}

}

@media only screen and (max-width: 960px) {

	.site-container {
		max-width: 100%;
	}

	.site-header {
		padding-bottom: 0;
	}

	.title-area {
		float: none;
		margin-bottom: 20px;
		width: 100%;
	}

	.genesis-nav-menu {
		float: none;
	}

	.genesis-nav-menu.responsive-menu {
		display: none;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}

	.genesis-nav-menu.responsive-menu .menu-item {
		text-align: center;
	}

	.genesis-nav-menu li.highlight a {
		margin-right: 10px;
	}

	.site-inner {
		border: none;
	}

	.entry-title {
		font-size: 36px;
	}

	.author-box,
	.comment-respond,
	.entry-comments,
	.entry-content {
		padding-left: 10%;
		padding-right: 10%;
	}

}

@media only screen and (max-width: 600px) {

	.sticky-message {
		display: none !important;
	}

	.entry-title {
		font-size: 30px;
	}

	.author-box,
	.comment-respond,
	.entry-comments,
	.entry-content {
		padding-left: 5%;
		padding-right: 5%;
	}

	.button.rainmaker-lms-complete,
	.button.rainmaker-lms-favorite {
		float: none;
		width: 100%;
	}

}</pre></body></html>