@keyframes whale {
	from {
		margin-left: 0;
		transform: rotate(0deg) translateX(20px) rotate(0deg);
	}
	
	to {
		margin-left: 20px;
		transform: rotate(360deg) translateX(-20px) rotate(-360deg);
	}
}

@keyframes boat {
	0% {
		margin-left: 0;
		transform: rotate(0deg);
	}
	
	20% {
		margin-left: 20px;
		transform: rotate(-8deg);
	}
	
	40% {
		margin-left: 40px;
		transform: rotate(4deg);
	}
	
	50% {
		transform: rotate(0deg);
	}
	
	60% {
		margin-left: 20px;
		transform: rotate(-4deg);
	}
	
	80% {
		margin-left: 0;
		transform: rotate(8deg);
	}
	
	100% {
		margin-left: -10px;
		transform: rotate(-4deg);
	}
}

@keyframes wave {
	0% {
		left: 0;
		right: 0;
	}
	
	20% {
		left: -12%;
		right: -6%;
	}
	
	50% {
		left: 0;
		right: 0;
	}
	
	70% {
		left: -4%;
		right: -15%;
	}
	
	100% {
		left: 0;
		right: 0;
	}
}

html {
	font-family: sans-serif;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary {
	display: block;
}

audio,canvas,progress,video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],template {
	display: none;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,strong {
	font-weight: 700;
}

small {
	font-size: 80%;
}

sub,sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

hr {
	box-sizing: content-box;
}

code,kbd,pre,samp {
	font-size: 1em;
}

button,input,optgroup,select,textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

select {
	text-transform: none;
}

button {
	overflow: visible;
}

button,input,select,textarea {
	max-width: 100%;
}

button,html input[type="button"],input[type="reset"],input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],html input[disabled] {
	cursor: default;
	opacity: .5;
}

button::-moz-focus-inner,input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="checkbox"],input[type="radio"] {
	box-sizing: border-box;
	margin-right: .4375em;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

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

fieldset {
	border: 1px solid #d1d1d1;
	margin: 0 0 1.75em;
	min-width: inherit;
	padding: .875em;
}

fieldset>:last-child {
	margin-bottom: 0;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

optgroup {
	font-weight: bold;
}

body,button,input,select,textarea {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

h1,h2,h3,h4,h5,h6 {
	clear: both;
	font-weight: 700;
	margin: 0;
	text-rendering: optimizeLegibility;
}

p {
	margin: 0 0 1.75em;
}

dfn,cite,em,i {
	font-style: italic;
}

blockquote,q {
	quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
	content: "";
}

blockquote {
	border: 0 solid #1a1a1a;
	border-left-width: 4px;
	color: #686868;
	font-size: 19px;
	font-size: 1.1875rem;
	font-style: italic;
	line-height: 1.4736842105;
	margin: 0 0 1.4736842105em;
	padding: 0 0 0 1.263157895em;
}

blockquote p {
	margin-bottom: 1.4736842105em;
}

blockquote cite,blockquote small {
	color: #1a1a1a;
	display: block;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

blockquote cite:before,blockquote cite:before,blockquote small:before,blockquote small:before {
	content: "\2014\\\00a0";
}

blockquote em,blockquote i,blockquote cite {
	font-style: normal;
}

blockquote strong,blockquote b {
	font-weight: 400;
}

blockquote>:last-child {
	margin-bottom: 0;
}

address {
	font-style: italic;
	margin: 0 0 1.75em;
}

code,kbd,tt,var,samp,pre {
	font-family: Inconsolata, monospace;
}

pre {
	border: 1px solid #d1d1d1;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.3125;
	margin: 0 0 1.75em;
	max-width: 100%;
	overflow: auto;
	padding: 1.75em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

code {
	background-color: #d1d1d1;
	padding: .125em .25em;
}

abbr,acronym {
	border-bottom: 1px dotted #d1d1d1;
	cursor: help;
}

mark,ins {
	background: #007acc;
	color: #fff;
	padding: .125em .25em;
	text-decoration: none;
}

big {
	font-size: 125%;
}

.site-main>article {
	margin-bottom: 3.5em;
	position: relative;
}

.entry-header,.entry-summary,.entry-content,.entry-footer,.page-content {
	margin-right: 7.6923%;
	margin-left: 7.6923%;
}

.entry-title {
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.25;
	margin-bottom: 1em;
}

.post-thumbnail {
	display: block;
	margin: 0 7.6923% 1.75em;
}

.post-thumbnail img {
	display: block;
}

.no-sidebar .post-thumbnail img {
	margin: 0 auto;
}

a.post-thumbnail:hover,a.post-thumbnail:focus {
	opacity: .85;
}

.entry-content,.entry-summary {
	border-color: #d1d1d1;
}

.entry-content h1,.entry-summary h1,.comment-content h1,.textwidget h1 {
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 1.25;
	margin-top: 2em;
	margin-bottom: 1em;
}

.entry-content h2,.entry-summary h2,.comment-content h2,.textwidget h2 {
	font-size: 23px;
	font-size: 1.4375rem;
	line-height: 1.2173913043;
	margin-top: 2.4347826087em;
	margin-bottom: 1.2173913043em;
}

.entry-content h3,.entry-summary h3,.comment-content h3,.textwidget h3 {
	font-size: 19px;
	font-size: 1.1875rem;
	line-height: 1.1052631579;
	margin-top: 2.9473684211em;
	margin-bottom: 1.4736842105em;
}

.entry-content h4,.entry-content h5,.entry-content h6,.entry-summary h4,.entry-summary h5,.entry-summary h6,.comment-content h4,.comment-content h5,.comment-content h6,.textwidget h4,.textwidget h5,.textwidget h6 {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.3125;
	margin-top: 3.5em;
	margin-bottom: 1.75em;
}

.entry-content h4,.entry-summary h4,.comment-content h4,.textwidget h4 {
	letter-spacing: .140625em;
	text-transform: uppercase;
}

.entry-content h6,.entry-summary h6,.comment-content h6,.textwidget h6 {
	font-style: italic;
}

.entry-content h1,.entry-content h2,.entry-content h3,.entry-content h4,.entry-content h5,.entry-content h6,.entry-summary h1,.entry-summary h2,.entry-summary h3,.entry-summary h4,.entry-summary h5,.entry-summary h6,.comment-content h1,.comment-content h2,.comment-content h3,.comment-content h4,.comment-content h5,.comment-content h6,.textwidget h1,.textwidget h2,.textwidget h3,.textwidget h4,.textwidget h5,.textwidget h6 {
	font-weight: 900;
}

.post-navigation .post-title,.entry-title,.comments-title {
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

body:not(.search-results) .entry-summary {
	color: #686868;
	font-size: 19px;
	font-size: 1.1875rem;
	line-height: 1.4736842105;
	margin-bottom: 1.4736842105em;
}

body:not(.search-results) .entry-header+.entry-summary {
	margin-top: -.736842105em;
}

body:not(.search-results) .entry-summary p,body:not(.search-results) .entry-summary address,body:not(.search-results) .entry-summary hr,body:not(.search-results) .entry-summary ul,body:not(.search-results) .entry-summary ol,body:not(.search-results) .entry-summary dl,body:not(.search-results) .entry-summary dd,body:not(.search-results) .entry-summary table {
	margin-bottom: 1.4736842105em;
}

body:not(.search-results) .entry-summary li>ul,body:not(.search-results) .entry-summary li>ol {
	margin-bottom: 0;
}

body:not(.search-results) .entry-summary th,body:not(.search-results) .entry-summary td {
	padding: .3684210526em;
}

body:not(.search-results) .entry-summary fieldset {
	margin-bottom: 1.4736842105em;
	padding: .3684210526em;
}

body:not(.search-results) .entry-summary blockquote {
	border-color: currentColor;
}

body:not(.search-results) .entry-summary blockquote>:last-child {
	margin-bottom: 0;
}

body:not(.search-results) .entry-summary .alignleft {
	margin: .2631578947em 1.4736842105em 1.4736842105em 0;
}

body:not(.search-results) .entry-summary .alignright {
	margin: .2631578947em 0 1.4736842105em 1.4736842105em;
}

body:not(.search-results) .entry-summary .aligncenter {
	margin-bottom: 1.4736842105em;
}

.entry-content>:last-child,.entry-summary>:last-child,body:not(.search-results) .entry-summary>:last-child,.page-content>:last-child,.comment-content>:last-child,.textwidget>:last-child {
	margin-bottom: 0;
}

.more-link {
	white-space: nowrap;
}

.author-info {
	border-color: inherit;
	border-style: solid;
	border-width: 1px 0;
	clear: both;
	padding-top: 1.75em;
	padding-bottom: 1.75em;
}

.author-avatar .avatar {
	float: left;
	height: 42px;
	margin: 0 1.75em 1.75em 0;
	width: 42px;
}

.author-description>:last-child {
	margin-bottom: 0;
}

.entry-content .author-title {
	clear: none;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 900;
	line-height: 1.75;
	margin: 0;
}

.author-bio {
	color: #686868;
	font-size: 13px;
	font-size: .8125rem;
	line-height: 1.6153846154;
	margin-bottom: 1.6153846154em;
	overflow: hidden;
}

.author-link {
	white-space: nowrap;
}

.entry-footer {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: .8125rem;
	line-height: 1.6153846154;
	margin-top: 2.1538461538em;
}

.entry-footer:empty {
	margin: 0;
}

.entry-footer>span:not(:last-child):after {
	content: "\002f";
	display: inline-block;
	opacity: .7;
	padding: 0 .538461538em;
}

.entry-footer .avatar {
	height: 21px;
	margin: -.1538461538em .5384615385em 0 0;
	width: 21px;
}

.sticky-post {
	color: #686868;
	display: block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: .8125rem;
	letter-spacing: .076923077em;
	line-height: 1.6153846154;
	margin-bottom: .5384615385em;
	text-transform: uppercase;
}

@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

@media screen and (min-width: 44.375em) {
	.site-main {
		margin-bottom: 5.25em;
	}
	
	.site-header {
		padding: 3.9375em 0;
	}
	
	.site-branding {
		margin-top: 1.3125em;
		margin-bottom: 1.3125em;
	}
	
	.custom-logo {
		max-width: 210px;
	}
	
	.site-title {
		font-size: 28px;
		font-size: 1.75rem;
		line-height: 1.25;
	}
	
	.wp-custom-logo .site-title {
		margin-top: .5em;
	}
	
	.site-description {
		display: block;
	}
	
	.menu-toggle {
		font-size: 16px;
		font-size: 1rem;
		margin: 1.3125em 0;
		padding: .8125em .875em .6875em;
	}
	
	.site-header-menu {
		margin: 1.3125em 0;
	}
	
	.site-header .main-navigation+.social-navigation {
		margin-top: 2.625em;
	}
	
	.header-image {
		margin: 1.3125em 0;
	}
	
	.pagination {
		margin: 0 23.0769% 4.421052632em 7.6923%;
	}
	
	.post-navigation {
		margin-bottom: 5.25em;
	}
	
	.post-navigation .post-title {
		font-size: 28px;
		font-size: 1.75rem;
		line-height: 1.25;
	}
	
	.pagination .current .screen-reader-text {
		position: absolute !important;
	}
	
	.pagination .page-numbers {
		display: inline-block;
	}
	
	.site-main>article {
		margin-bottom: 5.25em;
	}
	
	.entry-header,.post-thumbnail,.entry-content,.entry-summary,.entry-footer,.comments-area,.image-navigation,.post-navigation,.page-header,.page-content,.content-bottom-widgets {
		margin-right: 23.0769%;
	}
	
	.entry-title {
		font-size: 33px;
		font-size: 2.0625rem;
		line-height: 1.2727272727;
		margin-bottom: .8484848485em;
	}
	
	.entry-content blockquote.alignleft,.entry-content blockquote.alignright {
		border-width: 4px 0 0;
		padding: .9473684211em 0 0;
		width: calc(50% - 0.736842105em);
	}
	
	.entry-content blockquote:not(.alignleft):not(.alignright),.entry-summary blockquote,.comment-content blockquote {
		margin-left: -1.473684211em;
	}
	
	.entry-content blockquote blockquote:not(.alignleft):not(.alignright),.entry-summary blockquote blockquote,.comment-content blockquote blockquote {
		margin-left: 0;
	}
	
	.entry-content ul,.entry-summary ul,.comment-content ul,.entry-content ol,.entry-summary ol,.comment-content ol {
		margin-left: 0;
	}
	
	.entry-content li>ul,.entry-summary li>ul,.comment-content li>ul,.entry-content blockquote>ul,.entry-summary blockquote>ul,.comment-content blockquote>ul {
		margin-left: 1.25em;
	}
	
	.entry-content li>ol,.entry-summary li>ol,.comment-content li>ol,.entry-content blockquote>ol,.entry-summary blockquote>ol,.comment-content blockquote>ol {
		margin-left: 1.5em;
	}
	
	.comment-author {
		margin-bottom: 0;
	}
	
	.comment-author .avatar {
		height: 42px;
		position: relative;
		top: .25em;
		width: 42px;
	}
	
	.comment-list .children>li {
		padding-left: 1.75em;
	}
	
	.comment-list+.comment-respond,.comment-navigation+.comment-respond {
		padding-top: 3.5em;
	}
	
	.comments-area,.widget,.content-bottom-widgets .widget-area {
		margin-bottom: 5.25em;
	}
	
	.sidebar,.widecolumn {
		margin-bottom: 5.25em;
		padding-right: 23.0769%;
	}
	
	body:not(.search-results) .entry-summary li>ul,body:not(.search-results) .entry-summary blockquote>ul {
		margin-left: 1.157894737em;
	}
	
	body:not(.search-results) .entry-summary li>ol,body:not(.search-results) .entry-summary blockquote>ol {
		margin-left: 1.473684211em;
	}
}

@media screen and (min-width: 600px) {
	.site-header-main {
		-ms-flex-align: start;
		align-items: flex-start;
	}
	
	.wp-custom-logo .site-header-main {
		-ms-flex-align: center;
		align-items: center;
	}
	
	.site-header-menu {
		display: block;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}
	
	.main-navigation .primary-menu,.main-navigation .primary-menu>li {
		border: 0;
	}
	
	.main-navigation .primary-menu>li {
		float: left;
	}
	
	.main-navigation a {
		outline-offset: -8px;
		padding: .65625em .875em;
		white-space: nowrap;
	}
	
	.main-navigation li:hover>a,.main-navigation li.focus>a {
		color: #007acc;
	}
	
	.main-navigation ul ul {
		border-bottom: 1px solid #d1d1d1;
		display: block;
		left: -999em;
		margin: 0;
		position: absolute;
		z-index: 99999;
	}
	
	.main-navigation ul ul ul {
		top: -1px;
	}
	
	.main-navigation ul ul ul:before,.main-navigation ul ul ul:after {
		border: 0;
	}
	
	.main-navigation ul ul li {
		background-color: #fff;
		border: 1px solid #d1d1d1;
		border-bottom-width: 0;
	}
	
	.main-navigation ul ul a {
		white-space: normal;
		width: 12.6875em;
	}
	
	.main-navigation ul ul:before,.main-navigation ul ul:after {
		border-style: solid;
		content: "";
		position: absolute;
	}
	
	.main-navigation ul ul:before {
		border-color: #d1d1d1 transparent;
		border-width: 0 10px 10px;
		right: 9px;
		top: -9px;
	}
	
	.main-navigation ul ul:after {
		border-color: #fff transparent;
		border-width: 0 8px 8px;
		right: 11px;
		top: -7px;
	}
	
	.main-navigation li:hover>ul,.main-navigation li.focus>ul {
		left: auto;
		right: 0;
	}
	
	.main-navigation ul ul li:hover>ul,.main-navigation ul ul li.focus>ul {
		left: auto;
		right: 100%;
	}
	
	.main-navigation .menu-item-has-children>a {
		margin: 0;
		padding-right: 2.25em;
	}
	
	.main-navigation .menu-item-has-children>a:after {
		content: "\f431";
		position: absolute;
		right: .625em;
		top: .8125em;
	}
	
	.main-navigation ul ul .menu-item-has-children>a {
		padding-right: 2.0625em;
	}
	
	.main-navigation ul ul .menu-item-has-children>a:after {
		right: .5625em;
		top: .875em;
		transform: rotate(90deg);
	}
	
	.dropdown-toggle,.main-navigation ul .dropdown-toggle.toggled-on,.menu-toggle,.site-header .social-navigation,.site-footer .main-navigation {
		display: none;
	}
	
	.site-content {
		padding: 0 4.5455%;
	}
	
	.content-area {
		float: left;
		margin-right: -100%;
		width: 70%;
	}
	
	.entry-header,.post-thumbnail,.entry-content,.entry-summary,.entry-footer,.comments-area,.image-navigation,.post-navigation,.pagination,.page-header,.page-content,.content-bottom-widgets {
		margin-right: 0;
		margin-left: 0;
	}
	
	.sidebar {
		float: left;
		margin-left: 75%;
		padding: 0;
		width: 25%;
	}
	
	.widget {
		font-size: 13px;
		font-size: .8125rem;
		line-height: 1.6153846154;
		margin-bottom: 3.230769231em;
		padding-top: 1.615384615em;
	}
	
	.widget .widget-title {
		margin-bottom: 1.3125em;
	}
	
	.widget p,.widget address,.widget hr,.widget ul,.widget ol,.widget dl,.widget dd,.widget table {
		margin-bottom: 1.6153846154em;
	}
	
	.widget li>ul,.widget li>ol {
		margin-bottom: 0;
	}
	
	.widget blockquote {
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.3125;
		margin-bottom: 1.3125em;
		padding-left: 1.0625em;
	}
	
	.widget blockquote cite,.widget blockquote small {
		font-size: 13px;
		font-size: .8125rem;
		line-height: 1.6153846154;
	}
	
	.widget th,.widget td {
		padding: .5384615385em;
	}
	
	.widget pre {
		font-size: 13px;
		font-size: .8125rem;
		line-height: 1.6153846154;
		margin-bottom: 1.6153846154em;
		padding: .5384615385em;
	}
	
	.widget fieldset {
		margin-bottom: 1.6153846154em;
		padding: .5384615385em;
	}
	
	.widget button,.widget input,.widget select,.widget textarea {
		font-size: 13px;
		font-size: .8125rem;
		line-height: 1.6153846154;
	}
	
	.widget button,.widget input[type="button"],.widget input[type="reset"],.widget input[type="submit"] {
		line-height: 1;
		padding: .846153846em;
	}
	
	.widget input[type="text"],.widget input[type="email"],.widget input[type="url"],.widget input[type="password"],.widget input[type="search"],.widget input[type="tel"],.widget input[type="number"],.widget textarea {
		padding: .4615384615em .5384615385em;
	}
	
	.widget h1 {
		font-size: 23px;
		font-size: 1.4375rem;
		line-height: 1.2173913043;
		margin-bottom: .9130434783em;
	}
	
	.widget h2 {
		font-size: 19px;
		font-size: 1.1875rem;
		line-height: 1.1052631579;
		margin-bottom: 1.1052631579em;
	}
	
	.widget h3 {
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.3125;
		margin-bottom: 1.3125em;
	}
	
	.widget h4,.widget h5,.widget h6 {
		font-size: 13px;
		font-size: .8125rem;
		line-height: 1.6153846154;
		margin-bottom: .9130434783em;
	}
	
	.widget .alignleft {
		margin: .2307692308em 1.6153846154em 1.6153846154em 0;
	}
	
	.widget .alignright {
		margin: .2307692308em 0 1.6153846154em 1.6153846154em;
	}
	
	.widget .aligncenter {
		margin-bottom: 1.6153846154em;
	}
	
	.widget_calendar td,.widget_calendar th {
		line-height: 2.6923076923;
		padding: 0;
	}
	
	.widget_rss .rssSummary:last-child {
		margin-bottom: 1.615384615em;
	}
	
	.widget input[type="search"].search-field {
		width: calc(100% - 35px);
	}
	
	.widget .search-submit:before {
		font-size: 16px;
		left: 1px;
		line-height: 35px;
		width: 34px;
	}
	
	.widget button.search-submit {
		padding: 0;
		width: 35px;
	}
	
	.tagcloud a {
		margin: 0 .2307692308em .5384615385em 0;
		padding: .5384615385em .4615384615em .4615384615em;
	}
	
	.textwidget h1 {
		margin-top: 1.8260869565em;
	}
	
	.textwidget h2 {
		margin-top: 2.2105263158em;
	}
	
	.textwidget h3 {
		margin-top: 2.625em;
	}
	
	.textwidget h4 {
		letter-spacing: .153846154em;
	}
	
	.textwidget h4,.textwidget h5,.textwidget h6 {
		margin-top: 3.2307692308em;
	}
	
	.content-bottom-widgets .widget-area:nth-child(1):nth-last-child(2),.content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1) {
		float: left;
		margin-right: 7.1428571%;
		width: 46.42857145%;
	}
	
	.content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1):last-of-type {
		margin-right: 0;
	}
	
	.site-footer {
		-ms-flex-align: center;
		align-items: center;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 0 4.5455% 3.5em;
	}
	
	.site-footer .social-navigation {
		margin: 0;
		-ms-flex-order: 2;
		order: 2;
	}
	
	.site-info {
		margin: .538461538em auto .538461538em 0;
		-ms-flex-order: 1;
		order: 1;
	}
	
	.no-sidebar .content-area {
		float: none;
		margin: 0;
		width: 100%;
	}
	
	.no-sidebar .entry-header,.no-sidebar .entry-content,.no-sidebar .entry-summary,.no-sidebar .entry-footer,.no-sidebar .comments-area,.no-sidebar .image-navigation,.no-sidebar .post-navigation,.no-sidebar .pagination,.no-sidebar .page-header,.no-sidebar .page-content,.no-sidebar .content-bottom-widgets {
		margin-right: 15%;
		margin-left: 15%;
	}
	
	.widecolumn {
		padding-right: 15%;
		padding-left: 15%;
	}
}

@media screen and (min-width: 61.5625em) {
	.site-main {
		margin-bottom: 7em;
	}
	
	.site-header {
		padding: 5.25em 0;
	}
	
	.site-branding,.site-header-menu,.header-image {
		margin-top: 1.75em;
		margin-bottom: 1.75em;
	}
	
	.custom-logo {
		max-width: 240px;
	}
	
	.image-navigation {
		margin-bottom: 3.230769231em;
	}
	
	.post-navigation {
		margin-bottom: 7em;
	}
	
	.pagination {
		margin-bottom: 5.894736842em;
	}
	
	.widget {
		margin-bottom: 4.307692308em;
	}
	
	.site-main>article {
		margin-bottom: 7em;
	}
	
	.entry-title {
		font-size: 40px;
		font-size: 2.5rem;
		line-height: 1.225;
		margin-bottom: 1.05em;
	}
	
	.format-aside .entry-title,.format-image .entry-title,.format-video .entry-title,.format-quote .entry-title,.format-gallery .entry-title,.format-status .entry-title,.format-link .entry-title,.format-audio .entry-title,.format-chat .entry-title {
		font-size: 23px;
		font-size: 1.4375em;
		line-height: 1.304347826;
		margin-bottom: 1.826086957em;
	}
	
	.post-thumbnail {
		margin-bottom: 2.625em;
	}
	
	.entry-content h1,.entry-summary h1,.comment-content h1 {
		font-size: 33px;
		font-size: 2.0625rem;
		line-height: 1.2727272727;
		margin-top: 1.696969697em;
		margin-bottom: .8484848485em;
	}
	
	.entry-content h2,.entry-summary h2,.comment-content h2 {
		font-size: 28px;
		font-size: 1.75rem;
		line-height: 1.25;
		margin-top: 2em;
		margin-bottom: 1em;
	}
	
	.entry-content h3,.entry-summary h3,.comment-content h3 {
		font-size: 23px;
		font-size: 1.4375rem;
		line-height: 1.2173913043;
		margin-top: 2.4347826087em;
		margin-bottom: 1.2173913043em;
	}
	
	.entry-content h4,.entry-summary h4,.entry-intro h4,.comment-content h4 {
		letter-spacing: .131578947em;
	}
	
	.entry-content h4,.entry-content h5,.entry-content h6,.entry-summary h4,.entry-summary h5,.entry-summary h6,.comment-content h4,.comment-content h5,.comment-content h6 {
		font-size: 19px;
		font-size: 1.1875rem;
		line-height: 1.1052631579;
		margin-top: 2.9473684211em;
		margin-bottom: 1.473684211em;
	}
	
	.author-info {
		border-bottom-width: 0;
		padding-bottom: 0;
	}
	
	.comment-list+.comment-respond,.comment-navigation+.comment-respond {
		padding-top: 5.25em;
	}
	
	.comments-area,.sidebar,.content-bottom-widgets .widget-area,.widecolumn {
		margin-bottom: 7em;
	}
	
	body:not(.search-results) .entry-summary {
		margin-bottom: 2.210526316em;
	}
	
	body:not(.search-results) .entry-header+.entry-summary {
		margin-top: -1.105263158em;
	}
	
	body:not(.search-results) article:not(.type-page) .entry-content>blockquote.alignleft.below-entry-meta {
		margin-left: -40%;
		width: calc(60% - 1.4736842105em);
	}
	
	body:not(.search-results) article:not(.type-page) img.below-entry-meta,body:not(.search-results) article:not(.type-page) figure.below-entry-meta {
		clear: both;
		display: block;
		float: none;
		margin-right: 0;
		margin-left: -40%;
		max-width: 140%;
	}
	
	body:not(.search-results) article:not(.type-page) figure.below-entry-meta img.below-entry-meta,body:not(.search-results) article:not(.type-page) table figure.below-entry-meta,body:not(.search-results) article:not(.type-page) table img.below-entry-meta {
		margin: 0;
		max-width: 100%;
	}
	
	body:not(.search-results) article:not(.type-page) .entry-footer {
		float: left;
		margin-top: .1538461538em;
		width: 21.42857143%;
	}
	
	body:not(.search-results) article:not(.type-page) .entry-footer>span:not(:last-child):after {
		display: none;
	}
	
	body:not(.search-results) article:not(.type-page) .entry-footer>span:last-child {
		margin-bottom: 0;
	}
	
	body:not(.search-results) article:not(.type-page) .entry-footer .avatar {
		display: block;
		height: auto;
		margin: 0 0 .5384615385em;
		width: 49px;
	}
	
	body.no-sidebar:not(.search-results) article:not(.type-page) .entry-content {
		float: left;
		margin-right: -100%;
		margin-left: 34.99999999%;
		width: 50.00000001%;
	}
	
	body.no-sidebar:not(.search-results) article:not(.type-page) .entry-footer {
		margin-right: -100%;
		margin-left: 15%;
		width: 15%;
	}
}

@media screen and (min-width: 75em) {
	body:not(.search-results) .entry-summary {
		font-size: 23px;
		font-size: 1.4375rem;
		line-height: 1.5217391304;
		margin-bottom: 1.826086957em;
	}
	
	body:not(.search-results) .entry-header+.entry-summary {
		margin-top: -.913043478em;
	}
	
	body:not(.search-results) .entry-summary p,body:not(.search-results) .entry-summary address,body:not(.search-results) .entry-summary hr,body:not(.search-results) .entry-summary ul,body:not(.search-results) .entry-summary ol,body:not(.search-results) .entry-summary dl,body:not(.search-results) .entry-summary dd,body:not(.search-results) .entry-summary table {
		margin-bottom: 1.5217391304em;
	}
	
	body:not(.search-results) .entry-summary li>ul,body:not(.search-results) .entry-summary blockquote>ul {
		margin-left: .956521739em;
	}
	
	body:not(.search-results) .entry-summary li>ol,body:not(.search-results) .entry-summary blockquote>ol {
		margin-left: 1.52173913em;
	}
	
	body:not(.search-results) .entry-summary blockquote {
		font-size: 23px;
		font-size: 1.4375rem;
		line-height: 1.5217391304;
		margin: 0 0 1.5217391304em;
		padding-left: 1.347826087em;
	}
	
	body:not(.search-results) .entry-summary blockquote:not(.alignleft):not(.alignright) {
		margin-left: -1.52173913em;
	}
	
	body:not(.search-results) .entry-summary blockquote blockquote:not(.alignleft):not(.alignright) {
		margin-left: 0;
	}
	
	body:not(.search-results) .entry-summary blockquote cite,body:not(.search-results) .entry-summary blockquote small {
		font-size: 19px;
		font-size: 1.1875rem;
		line-height: 1.8421052632;
	}
	
	body:not(.search-results) .entry-summary th,body:not(.search-results) .entry-summary td {
		padding: .3043478261em;
	}
	
	body:not(.search-results) .entry-summary pre {
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.75;
		margin-bottom: 1.75em;
		padding: 1.75em;
	}
	
	body:not(.search-results) .entry-summary fieldset {
		margin-bottom: 1.5217391304em;
		padding: .3043478261em;
	}
	
	body:not(.search-results) .entry-summary h1 {
		margin-top: 2.121212121em;
		margin-bottom: 1.060606061em;
	}
	
	body:not(.search-results) .entry-summary h2 {
		margin-top: 2.5em;
		margin-bottom: 1.25em;
	}
	
	body:not(.search-results) .entry-summary h3 {
		margin-top: 3.043478261em;
		margin-bottom: 1.52173913em;
	}
	
	body:not(.search-results) .entry-summary h4,body:not(.search-results) .entry-summary h5,body:not(.search-results) .entry-summary h6 {
		margin-top: 3.684210526em;
		margin-bottom: 1.842105263em;
	}
	
	body:not(.search-results) .entry-summary .alignleft {
		margin: .2608695652em 1.5217391304em 1.5217391304em 0;
	}
	
	body:not(.search-results) .entry-summary .alignright {
		margin: .2608695652em 0 1.5217391304em 1.5217391304em;
	}
	
	body:not(.search-results) .entry-summary .aligncenter {
		margin-bottom: 1.5217391304em;
	}
}

html {
	font-family: sans-serif;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary {
	display: block;
}

audio,canvas,progress,video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],template {
	display: none;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,strong {
	font-weight: 700;
}

small {
	font-size: 80%;
}

sub,sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

hr {
	box-sizing: content-box;
}

code,kbd,pre,samp {
	font-size: 1em;
}

button,input,optgroup,select,textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

select {
	text-transform: none;
}

button {
	overflow: visible;
}

button,input,select,textarea {
	max-width: 100%;
}

button,html input[type="button"],input[type="reset"],input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],html input[disabled] {
	cursor: default;
	opacity: .5;
}

button::-moz-focus-inner,input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="checkbox"],input[type="radio"] {
	box-sizing: border-box;
	margin-right: .4375em;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

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

fieldset {
	border: 1px solid #d1d1d1;
	margin: 0 0 1.75em;
	min-width: inherit;
	padding: .875em;
}

fieldset>:last-child {
	margin-bottom: 0;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

optgroup {
	font-weight: bold;
}

body,button,input,select,textarea {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

h1,h2,h3,h4,h5,h6 {
	clear: both;
	font-weight: 700;
	margin: 0;
	text-rendering: optimizeLegibility;
}

p {
	margin: 0 0 1.75em;
}

dfn,cite,em,i {
	font-style: italic;
}

blockquote,q {
	quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
	content: "";
}

blockquote {
	border: 0 solid #1a1a1a;
	border-left-width: 4px;
	color: #686868;
	font-size: 19px;
	font-size: 1.1875rem;
	font-style: italic;
	line-height: 1.4736842105;
	margin: 0 0 1.4736842105em;
	padding: 0 0 0 1.263157895em;
}

blockquote p {
	margin-bottom: 1.4736842105em;
}

blockquote cite,blockquote small {
	color: #1a1a1a;
	display: block;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

blockquote cite:before,blockquote cite:before,blockquote small:before,blockquote small:before {
	content: "\2014\\00a0";
}

blockquote em,blockquote i,blockquote cite {
	font-style: normal;
}

blockquote strong,blockquote b {
	font-weight: 400;
}

blockquote>:last-child {
	margin-bottom: 0;
}

address {
	font-style: italic;
	margin: 0 0 1.75em;
}

code,kbd,tt,var,samp,pre {
	font-family: Inconsolata, monospace;
}

pre {
	border: 1px solid #d1d1d1;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.3125;
	margin: 0 0 1.75em;
	max-width: 100%;
	overflow: auto;
	padding: 1.75em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

code {
	background-color: #d1d1d1;
	padding: .125em .25em;
}

abbr,acronym {
	border-bottom: 1px dotted #d1d1d1;
	cursor: help;
}

mark,ins {
	background: #007acc;
	color: #fff;
	padding: .125em .25em;
	text-decoration: none;
}

big {
	font-size: 125%;
}

.site-main>article {
	margin-bottom: 3.5em;
	position: relative;
}

.entry-header,.entry-summary,.entry-content,.entry-footer,.page-content {
	margin-right: 7.6923%;
	margin-left: 7.6923%;
}

.entry-title {
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.25;
	margin-bottom: 1em;
}

.post-thumbnail {
	display: block;
	margin: 0 7.6923% 1.75em;
}

.post-thumbnail img {
	display: block;
}

.no-sidebar .post-thumbnail img {
	margin: 0 auto;
}

a.post-thumbnail:hover,a.post-thumbnail:focus {
	opacity: .85;
}

.entry-content,.entry-summary {
	border-color: #d1d1d1;
}

.entry-content h1,.entry-summary h1,.comment-content h1,.textwidget h1 {
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 1.25;
	margin-top: 2em;
	margin-bottom: 1em;
}

.entry-content h2,.entry-summary h2,.comment-content h2,.textwidget h2 {
	font-size: 23px;
	font-size: 1.4375rem;
	line-height: 1.2173913043;
	margin-top: 2.4347826087em;
	margin-bottom: 1.2173913043em;
}

.entry-content h3,.entry-summary h3,.comment-content h3,.textwidget h3 {
	font-size: 19px;
	font-size: 1.1875rem;
	line-height: 1.1052631579;
	margin-top: 2.9473684211em;
	margin-bottom: 1.4736842105em;
}

.entry-content h4,.entry-content h5,.entry-content h6,.entry-summary h4,.entry-summary h5,.entry-summary h6,.comment-content h4,.comment-content h5,.comment-content h6,.textwidget h4,.textwidget h5,.textwidget h6 {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.3125;
	margin-top: 3.5em;
	margin-bottom: 1.75em;
}

.entry-content h4,.entry-summary h4,.comment-content h4,.textwidget h4 {
	letter-spacing: .140625em;
	text-transform: uppercase;
}

.entry-content h6,.entry-summary h6,.comment-content h6,.textwidget h6 {
	font-style: italic;
}

.entry-content h1,.entry-content h2,.entry-content h3,.entry-content h4,.entry-content h5,.entry-content h6,.entry-summary h1,.entry-summary h2,.entry-summary h3,.entry-summary h4,.entry-summary h5,.entry-summary h6,.comment-content h1,.comment-content h2,.comment-content h3,.comment-content h4,.comment-content h5,.comment-content h6,.textwidget h1,.textwidget h2,.textwidget h3,.textwidget h4,.textwidget h5,.textwidget h6 {
	font-weight: 900;
}

.post-navigation .post-title,.entry-title,.comments-title {
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

body:not(.search-results) .entry-summary {
	color: #686868;
	font-size: 19px;
	font-size: 1.1875rem;
	line-height: 1.4736842105;
	margin-bottom: 1.4736842105em;
}

body:not(.search-results) .entry-header+.entry-summary {
	margin-top: -.736842105em;
}

body:not(.search-results) .entry-summary p,body:not(.search-results) .entry-summary address,body:not(.search-results) .entry-summary hr,body:not(.search-results) .entry-summary ul,body:not(.search-results) .entry-summary ol,body:not(.search-results) .entry-summary dl,body:not(.search-results) .entry-summary dd,body:not(.search-results) .entry-summary table {
	margin-bottom: 1.4736842105em;
}

body:not(.search-results) .entry-summary li>ul,body:not(.search-results) .entry-summary li>ol {
	margin-bottom: 0;
}

body:not(.search-results) .entry-summary th,body:not(.search-results) .entry-summary td {
	padding: .3684210526em;
}

body:not(.search-results) .entry-summary fieldset {
	margin-bottom: 1.4736842105em;
	padding: .3684210526em;
}

body:not(.search-results) .entry-summary blockquote {
	border-color: currentColor;
}

body:not(.search-results) .entry-summary blockquote>:last-child {
	margin-bottom: 0;
}

body:not(.search-results) .entry-summary .alignleft {
	margin: .2631578947em 1.4736842105em 1.4736842105em 0;
}

body:not(.search-results) .entry-summary .alignright {
	margin: .2631578947em 0 1.4736842105em 1.4736842105em;
}

body:not(.search-results) .entry-summary .aligncenter {
	margin-bottom: 1.4736842105em;
}

.entry-content>:last-child,.entry-summary>:last-child,body:not(.search-results) .entry-summary>:last-child,.page-content>:last-child,.comment-content>:last-child,.textwidget>:last-child {
	margin-bottom: 0;
}

.more-link {
	white-space: nowrap;
}

.author-info {
	border-color: inherit;
	border-style: solid;
	border-width: 1px 0;
	clear: both;
	padding-top: 1.75em;
	padding-bottom: 1.75em;
}

.author-avatar .avatar {
	float: left;
	height: 42px;
	margin: 0 1.75em 1.75em 0;
	width: 42px;
}

.author-description>:last-child {
	margin-bottom: 0;
}

.entry-content .author-title {
	clear: none;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 900;
	line-height: 1.75;
	margin: 0;
}

.author-bio {
	color: #686868;
	font-size: 13px;
	font-size: .8125rem;
	line-height: 1.6153846154;
	margin-bottom: 1.6153846154em;
	overflow: hidden;
}

.author-link {
	white-space: nowrap;
}

.entry-footer {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: .8125rem;
	line-height: 1.6153846154;
	margin-top: 2.1538461538em;
}

.entry-footer:empty {
	margin: 0;
}

.entry-footer>span:not(:last-child):after {
	content: "\002f";
	display: inline-block;
	opacity: .7;
	padding: 0 .538461538em;
}

.entry-footer .avatar {
	height: 21px;
	margin: -.1538461538em .5384615385em 0 0;
	width: 21px;
}

.sticky-post {
	color: #686868;
	display: block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: .8125rem;
	letter-spacing: .076923077em;
	line-height: 1.6153846154;
	margin-bottom: .5384615385em;
	text-transform: uppercase;
}

@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

@media screen and (min-width: 44.375em) {
	.site-main {
		margin-bottom: 5.25em;
	}
	
	.site-header {
		padding: 3.9375em 0;
	}
	
	.site-branding {
		margin-top: 1.3125em;
		margin-bottom: 1.3125em;
	}
	
	.custom-logo {
		max-width: 210px;
	}
	
	.site-title {
		font-size: 28px;
		font-size: 1.75rem;
		line-height: 1.25;
	}
	
	.wp-custom-logo .site-title {
		margin-top: .5em;
	}
	
	.site-description {
		display: block;
	}
	
	.menu-toggle {
		font-size: 16px;
		font-size: 1rem;
		margin: 1.3125em 0;
		padding: .8125em .875em .6875em;
	}
	
	.site-header-menu {
		margin: 1.3125em 0;
	}
	
	.site-header .main-navigation+.social-navigation {
		margin-top: 2.625em;
	}
	
	.header-image {
		margin: 1.3125em 0;
	}
	
	.pagination {
		margin: 0 23.0769% 4.421052632em 7.6923%;
	}
	
	.post-navigation {
		margin-bottom: 5.25em;
	}
	
	.post-navigation .post-title {
		font-size: 28px;
		font-size: 1.75rem;
		line-height: 1.25;
	}
	
	.pagination .current .screen-reader-text {
		position: absolute !important;
	}
	
	.pagination .page-numbers {
		display: inline-block;
	}
	
	.site-main>article {
		margin-bottom: 5.25em;
	}
	
	.entry-header,.post-thumbnail,.entry-content,.entry-summary,.entry-footer,.comments-area,.image-navigation,.post-navigation,.page-header,.page-content,.content-bottom-widgets {
		margin-right: 23.0769%;
	}
	
	.entry-title {
		font-size: 33px;
		font-size: 2.0625rem;
		line-height: 1.2727272727;
		margin-bottom: .8484848485em;
	}
	
	.entry-content blockquote.alignleft,.entry-content blockquote.alignright {
		border-width: 4px 0 0;
		padding: .9473684211em 0 0;
		width: calc(50% - 0.736842105em);
	}
	
	.entry-content blockquote:not(.alignleft):not(.alignright),.entry-summary blockquote,.comment-content blockquote {
		margin-left: -1.473684211em;
	}
	
	.entry-content blockquote blockquote:not(.alignleft):not(.alignright),.entry-summary blockquote blockquote,.comment-content blockquote blockquote {
		margin-left: 0;
	}
	
	.entry-content ul,.entry-summary ul,.comment-content ul,.entry-content ol,.entry-summary ol,.comment-content ol {
		margin-left: 0;
	}
	
	.entry-content li>ul,.entry-summary li>ul,.comment-content li>ul,.entry-content blockquote>ul,.entry-summary blockquote>ul,.comment-content blockquote>ul {
		margin-left: 1.25em;
	}
	
	.entry-content li>ol,.entry-summary li>ol,.comment-content li>ol,.entry-content blockquote>ol,.entry-summary blockquote>ol,.comment-content blockquote>ol {
		margin-left: 1.5em;
	}
	
	.comment-author {
		margin-bottom: 0;
	}
	
	.comment-author .avatar {
		height: 42px;
		position: relative;
		top: .25em;
		width: 42px;
	}
	
	.comment-list .children>li {
		padding-left: 1.75em;
	}
	
	.comment-list+.comment-respond,.comment-navigation+.comment-respond {
		padding-top: 3.5em;
	}
	
	.comments-area,.widget,.content-bottom-widgets .widget-area {
		margin-bottom: 5.25em;
	}
	
	.sidebar,.widecolumn {
		margin-bottom: 5.25em;
		padding-right: 23.0769%;
	}
	
	body:not(.search-results) .entry-summary li>ul,body:not(.search-results) .entry-summary blockquote>ul {
		margin-left: 1.157894737em;
	}
	
	body:not(.search-results) .entry-summary li>ol,body:not(.search-results) .entry-summary blockquote>ol {
		margin-left: 1.473684211em;
	}
}

@media screen and (min-width: 600px) {
	.site-header-main {
		-ms-flex-align: start;
		align-items: flex-start;
	}
	
	.wp-custom-logo .site-header-main {
		-ms-flex-align: center;
		align-items: center;
	}
	
	.site-header-menu {
		display: block;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}
	
	.main-navigation .primary-menu,.main-navigation .primary-menu>li {
		border: 0;
	}
	
	.main-navigation .primary-menu>li {
		float: left;
	}
	
	.main-navigation a {
		outline-offset: -8px;
		padding: .65625em .875em;
		white-space: nowrap;
	}
	
	.main-navigation li:hover>a,.main-navigation li.focus>a {
		color: #007acc;
	}
	
	.main-navigation ul ul {
		border-bottom: 1px solid #d1d1d1;
		display: block;
		left: -999em;
		margin: 0;
		position: absolute;
		z-index: 99999;
	}
	
	.main-navigation ul ul ul {
		top: -1px;
	}
	
	.main-navigation ul ul ul:before,.main-navigation ul ul ul:after {
		border: 0;
	}
	
	.main-navigation ul ul li {
		background-color: #fff;
		border: 1px solid #d1d1d1;
		border-bottom-width: 0;
	}
	
	.main-navigation ul ul a {
		white-space: normal;
		width: 12.6875em;
	}
	
	.main-navigation ul ul:before,.main-navigation ul ul:after {
		border-style: solid;
		content: "";
		position: absolute;
	}
	
	.main-navigation ul ul:before {
		border-color: #d1d1d1 transparent;
		border-width: 0 10px 10px;
		right: 9px;
		top: -9px;
	}
	
	.main-navigation ul ul:after {
		border-color: #fff transparent;
		border-width: 0 8px 8px;
		right: 11px;
		top: -7px;
	}
	
	.main-navigation li:hover>ul,.main-navigation li.focus>ul {
		left: auto;
		right: 0;
	}
	
	.main-navigation ul ul li:hover>ul,.main-navigation ul ul li.focus>ul {
		left: auto;
		right: 100%;
	}
	
	.main-navigation .menu-item-has-children>a {
		margin: 0;
		padding-right: 2.25em;
	}
	
	.main-navigation .menu-item-has-children>a:after {
		content: "\f431";
		position: absolute;
		right: .625em;
		top: .8125em;
	}
	
	.main-navigation ul ul .menu-item-has-children>a {
		padding-right: 2.0625em;
	}
	
	.main-navigation ul ul .menu-item-has-children>a:after {
		right: .5625em;
		top: .875em;
		transform: rotate(90deg);
	}
	
	.dropdown-toggle,.main-navigation ul .dropdown-toggle.toggled-on,.menu-toggle,.site-header .social-navigation,.site-footer .main-navigation {
		display: none;
	}
	
	.site-content {
		padding: 0 4.5455%;
	}
	
	.content-area {
		float: left;
		margin-right: -100%;
		width: 70%;
	}
	
	.entry-header,.post-thumbnail,.entry-content,.entry-summary,.entry-footer,.comments-area,.image-navigation,.post-navigation,.pagination,.page-header,.page-content,.content-bottom-widgets {
		margin-right: 0;
		margin-left: 0;
	}
	
	.sidebar {
		float: left;
		margin-left: 75%;
		padding: 0;
		width: 25%;
	}
	
	.widget {
		font-size: 13px;
		font-size: .8125rem;
		line-height: 1.6153846154;
		margin-bottom: 3.230769231em;
		padding-top: 1.615384615em;
	}
	
	.widget .widget-title {
		margin-bottom: 1.3125em;
	}
	
	.widget p,.widget address,.widget hr,.widget ul,.widget ol,.widget dl,.widget dd,.widget table {
		margin-bottom: 1.6153846154em;
	}
	
	.widget li>ul,.widget li>ol {
		margin-bottom: 0;
	}
	
	.widget blockquote {
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.3125;
		margin-bottom: 1.3125em;
		padding-left: 1.0625em;
	}
	
	.widget blockquote cite,.widget blockquote small {
		font-size: 13px;
		font-size: .8125rem;
		line-height: 1.6153846154;
	}
	
	.widget th,.widget td {
		padding: .5384615385em;
	}
	
	.widget pre {
		font-size: 13px;
		font-size: .8125rem;
		line-height: 1.6153846154;
		margin-bottom: 1.6153846154em;
		padding: .5384615385em;
	}
	
	.widget fieldset {
		margin-bottom: 1.6153846154em;
		padding: .5384615385em;
	}
	
	.widget button,.widget input,.widget select,.widget textarea {
		font-size: 13px;
		font-size: .8125rem;
		line-height: 1.6153846154;
	}
	
	.widget button,.widget input[type="button"],.widget input[type="reset"],.widget input[type="submit"] {
		line-height: 1;
		padding: .846153846em;
	}
	
	.widget input[type="text"],.widget input[type="email"],.widget input[type="url"],.widget input[type="password"],.widget input[type="search"],.widget input[type="tel"],.widget input[type="number"],.widget textarea {
		padding: .4615384615em .5384615385em;
	}
	
	.widget h1 {
		font-size: 23px;
		font-size: 1.4375rem;
		line-height: 1.2173913043;
		margin-bottom: .9130434783em;
	}
	
	.widget h2 {
		font-size: 19px;
		font-size: 1.1875rem;
		line-height: 1.1052631579;
		margin-bottom: 1.1052631579em;
	}
	
	.widget h3 {
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.3125;
		margin-bottom: 1.3125em;
	}
	
	.widget h4,.widget h5,.widget h6 {
		font-size: 13px;
		font-size: .8125rem;
		line-height: 1.6153846154;
		margin-bottom: .9130434783em;
	}
	
	.widget .alignleft {
		margin: .2307692308em 1.6153846154em 1.6153846154em 0;
	}
	
	.widget .alignright {
		margin: .2307692308em 0 1.6153846154em 1.6153846154em;
	}
	
	.widget .aligncenter {
		margin-bottom: 1.6153846154em;
	}
	
	.widget_calendar td,.widget_calendar th {
		line-height: 2.6923076923;
		padding: 0;
	}
	
	.widget_rss .rssSummary:last-child {
		margin-bottom: 1.615384615em;
	}
	
	.widget input[type="search"].search-field {
		width: calc(100% - 35px);
	}
	
	.widget .search-submit:before {
		font-size: 16px;
		left: 1px;
		line-height: 35px;
		width: 34px;
	}
	
	.widget button.search-submit {
		padding: 0;
		width: 35px;
	}
	
	.tagcloud a {
		margin: 0 .2307692308em .5384615385em 0;
		padding: .5384615385em .4615384615em .4615384615em;
	}
	
	.textwidget h1 {
		margin-top: 1.8260869565em;
	}
	
	.textwidget h2 {
		margin-top: 2.2105263158em;
	}
	
	.textwidget h3 {
		margin-top: 2.625em;
	}
	
	.textwidget h4 {
		letter-spacing: .153846154em;
	}
	
	.textwidget h4,.textwidget h5,.textwidget h6 {
		margin-top: 3.2307692308em;
	}
	
	.content-bottom-widgets .widget-area:nth-child(1):nth-last-child(2),.content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1) {
		float: left;
		margin-right: 7.1428571%;
		width: 46.42857145%;
	}
	
	.content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1):last-of-type {
		margin-right: 0;
	}
	
	.site-footer {
		-ms-flex-align: center;
		align-items: center;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 0 4.5455% 3.5em;
	}
	
	.site-footer .social-navigation {
		margin: 0;
		-ms-flex-order: 2;
		order: 2;
	}
	
	.site-info {
		margin: .538461538em auto .538461538em 0;
		-ms-flex-order: 1;
		order: 1;
	}
	
	.no-sidebar .content-area {
		float: none;
		margin: 0;
		width: 100%;
	}
	
	.no-sidebar .entry-header,.no-sidebar .entry-content,.no-sidebar .entry-summary,.no-sidebar .entry-footer,.no-sidebar .comments-area,.no-sidebar .image-navigation,.no-sidebar .post-navigation,.no-sidebar .pagination,.no-sidebar .page-header,.no-sidebar .page-content,.no-sidebar .content-bottom-widgets {
		margin-right: 15%;
		margin-left: 15%;
	}
	
	.widecolumn {
		padding-right: 15%;
		padding-left: 15%;
	}
}

@media screen and (min-width: 61.5625em) {
	.site-main {
		margin-bottom: 7em;
	}
	
	.site-header {
		padding: 5.25em 0;
	}
	
	.site-branding,.site-header-menu,.header-image {
		margin-top: 1.75em;
		margin-bottom: 1.75em;
	}
	
	.custom-logo {
		max-width: 240px;
	}
	
	.image-navigation {
		margin-bottom: 3.230769231em;
	}
	
	.post-navigation {
		margin-bottom: 7em;
	}
	
	.pagination {
		margin-bottom: 5.894736842em;
	}
	
	.widget {
		margin-bottom: 4.307692308em;
	}
	
	.site-main>article {
		margin-bottom: 7em;
	}
	
	.entry-title {
		font-size: 40px;
		font-size: 2.5rem;
		line-height: 1.225;
		margin-bottom: 1.05em;
	}
	
	.format-aside .entry-title,.format-image .entry-title,.format-video .entry-title,.format-quote .entry-title,.format-gallery .entry-title,.format-status .entry-title,.format-link .entry-title,.format-audio .entry-title,.format-chat .entry-title {
		font-size: 23px;
		font-size: 1.4375em;
		line-height: 1.304347826;
		margin-bottom: 1.826086957em;
	}
	
	.post-thumbnail {
		margin-bottom: 2.625em;
	}
	
	.entry-content h1,.entry-summary h1,.comment-content h1 {
		font-size: 33px;
		font-size: 2.0625rem;
		line-height: 1.2727272727;
		margin-top: 1.696969697em;
		margin-bottom: .8484848485em;
	}
	
	.entry-content h2,.entry-summary h2,.comment-content h2 {
		font-size: 28px;
		font-size: 1.75rem;
		line-height: 1.25;
		margin-top: 2em;
		margin-bottom: 1em;
	}
	
	.entry-content h3,.entry-summary h3,.comment-content h3 {
		font-size: 23px;
		font-size: 1.4375rem;
		line-height: 1.2173913043;
		margin-top: 2.4347826087em;
		margin-bottom: 1.2173913043em;
	}
	
	.entry-content h4,.entry-summary h4,.entry-intro h4,.comment-content h4 {
		letter-spacing: .131578947em;
	}
	
	.entry-content h4,.entry-content h5,.entry-content h6,.entry-summary h4,.entry-summary h5,.entry-summary h6,.comment-content h4,.comment-content h5,.comment-content h6 {
		font-size: 19px;
		font-size: 1.1875rem;
		line-height: 1.1052631579;
		margin-top: 2.9473684211em;
		margin-bottom: 1.473684211em;
	}
	
	.author-info {
		border-bottom-width: 0;
		padding-bottom: 0;
	}
	
	.comment-list+.comment-respond,.comment-navigation+.comment-respond {
		padding-top: 5.25em;
	}
	
	.comments-area,.sidebar,.content-bottom-widgets .widget-area,.widecolumn {
		margin-bottom: 7em;
	}
	
	body:not(.search-results) .entry-summary {
		margin-bottom: 2.210526316em;
	}
	
	body:not(.search-results) .entry-header+.entry-summary {
		margin-top: -1.105263158em;
	}
	
	body:not(.search-results) article:not(.type-page) .entry-content>blockquote.alignleft.below-entry-meta {
		margin-left: -40%;
		width: calc(60% - 1.4736842105em);
	}
	
	body:not(.search-results) article:not(.type-page) img.below-entry-meta,body:not(.search-results) article:not(.type-page) figure.below-entry-meta {
		clear: both;
		display: block;
		float: none;
		margin-right: 0;
		margin-left: -40%;
		max-width: 140%;
	}
	
	body:not(.search-results) article:not(.type-page) figure.below-entry-meta img.below-entry-meta,body:not(.search-results) article:not(.type-page) table figure.below-entry-meta,body:not(.search-results) article:not(.type-page) table img.below-entry-meta {
		margin: 0;
		max-width: 100%;
	}
	
	body:not(.search-results) article:not(.type-page) .entry-footer {
		float: left;
		margin-top: .1538461538em;
		width: 21.42857143%;
	}
	
	body:not(.search-results) article:not(.type-page) .entry-footer>span:not(:last-child):after {
		display: none;
	}
	
	body:not(.search-results) article:not(.type-page) .entry-footer>span:last-child {
		margin-bottom: 0;
	}
	
	body:not(.search-results) article:not(.type-page) .entry-footer .avatar {
		display: block;
		height: auto;
		margin: 0 0 .5384615385em;
		width: 49px;
	}
	
	body.no-sidebar:not(.search-results) article:not(.type-page) .entry-content {
		float: left;
		margin-right: -100%;
		margin-left: 34.99999999%;
		width: 50.00000001%;
	}
	
	body.no-sidebar:not(.search-results) article:not(.type-page) .entry-footer {
		margin-right: -100%;
		margin-left: 15%;
		width: 15%;
	}
}

@media screen and (min-width: 75em) {
	body:not(.search-results) .entry-summary {
		font-size: 23px;
		font-size: 1.4375rem;
		line-height: 1.5217391304;
		margin-bottom: 1.826086957em;
	}
	
	body:not(.search-results) .entry-header+.entry-summary {
		margin-top: -.913043478em;
	}
	
	body:not(.search-results) .entry-summary p,body:not(.search-results) .entry-summary address,body:not(.search-results) .entry-summary hr,body:not(.search-results) .entry-summary ul,body:not(.search-results) .entry-summary ol,body:not(.search-results) .entry-summary dl,body:not(.search-results) .entry-summary dd,body:not(.search-results) .entry-summary table {
		margin-bottom: 1.5217391304em;
	}
	
	body:not(.search-results) .entry-summary li>ul,body:not(.search-results) .entry-summary blockquote>ul {
		margin-left: .956521739em;
	}
	
	body:not(.search-results) .entry-summary li>ol,body:not(.search-results) .entry-summary blockquote>ol {
		margin-left: 1.52173913em;
	}
	
	body:not(.search-results) .entry-summary blockquote {
		font-size: 23px;
		font-size: 1.4375rem;
		line-height: 1.5217391304;
		margin: 0 0 1.5217391304em;
		padding-left: 1.347826087em;
	}
	
	body:not(.search-results) .entry-summary blockquote:not(.alignleft):not(.alignright) {
		margin-left: -1.52173913em;
	}
	
	body:not(.search-results) .entry-summary blockquote blockquote:not(.alignleft):not(.alignright) {
		margin-left: 0;
	}
	
	body:not(.search-results) .entry-summary blockquote cite,body:not(.search-results) .entry-summary blockquote small {
		font-size: 19px;
		font-size: 1.1875rem;
		line-height: 1.8421052632;
	}
	
	body:not(.search-results) .entry-summary th,body:not(.search-results) .entry-summary td {
		padding: .3043478261em;
	}
	
	body:not(.search-results) .entry-summary pre {
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.75;
		margin-bottom: 1.75em;
		padding: 1.75em;
	}
	
	body:not(.search-results) .entry-summary fieldset {
		margin-bottom: 1.5217391304em;
		padding: .3043478261em;
	}
	
	body:not(.search-results) .entry-summary h1 {
		margin-top: 2.121212121em;
		margin-bottom: 1.060606061em;
	}
	
	body:not(.search-results) .entry-summary h2 {
		margin-top: 2.5em;
		margin-bottom: 1.25em;
	}
	
	body:not(.search-results) .entry-summary h3 {
		margin-top: 3.043478261em;
		margin-bottom: 1.52173913em;
	}
	
	body:not(.search-results) .entry-summary h4,body:not(.search-results) .entry-summary h5,body:not(.search-results) .entry-summary h6 {
		margin-top: 3.684210526em;
		margin-bottom: 1.842105263em;
	}
	
	body:not(.search-results) .entry-summary .alignleft {
		margin: .2608695652em 1.5217391304em 1.5217391304em 0;
	}
	
	body:not(.search-results) .entry-summary .alignright {
		margin: .2608695652em 0 1.5217391304em 1.5217391304em;
	}
	
	body:not(.search-results) .entry-summary .aligncenter {
		margin-bottom: 1.5217391304em;
	}
}

h1,h2,h3,h4,h5,h6 {
	color: #fa9e3c;
	font-family: "abolition-soft", sans-serif !important;
	letter-spacing: 2px;
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
	font: inherit;
}

h2,h3,h4,h5,h6 {
	margin-top: 0;
}

a {
	color: #59b3b5;
	word-wrap: break-word;
}

a:visited {
	color: #59b3b5;
}

a:focus,a:active,a:hover {
	color: #3a8791;
}

.button {
	background-color: #59b3b5;
	border-radius: 2rem;
	color: white;
	display: inline-block;
	margin: .5rem 0 0;
	padding: 1rem 2.5rem;
	text-decoration: none;
}

.button.medium {
	padding: .5rem 1.25rem;
}

.button.small {
	padding: 0 1rem;
}

.button:visited {
	color: white;
}

.text-right {
	text-align: center;
}

.text-center {
	text-align: center;
}

.left {
	float: left !important;
}

.right {
	float: right !important;
}

p.lead {
	font-size: 1.125rem;
}

.color-accent {
	color: #fa9e3c;
}

.color-primary {
	color: #59b3b5;
}

.color-secondary {
	color: #3a8791;
}

@media screen {
	.small-1 {
		width: 8.33333%;
	}
	
	.small-2 {
		width: 16.66667%;
	}
	
	.small-3 {
		width: 25%;
	}
	
	.small-4 {
		width: 33.33333%;
	}
	
	.small-5 {
		width: 41.66667%;
	}
	
	.small-6 {
		width: 50%;
	}
	
	.small-7 {
		width: 58.33333%;
	}
	
	.small-8 {
		width: 66.66667%;
	}
	
	.small-9 {
		width: 75%;
	}
	
	.small-10 {
		width: 83.33333%;
	}
	
	.small-11 {
		width: 91.66667%;
	}
	
	.small-12 {
		width: 100%;
	}
	
	.columns.small-centered {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (min-width: 768px) {
	.medium-1 {
		width: 8.33333%;
	}
	
	.medium-2 {
		width: 16.66667%;
	}
	
	.medium-3 {
		width: 25%;
	}
	
	.medium-4 {
		width: 33.33333%;
	}
	
	.medium-5 {
		width: 41.66667%;
	}
	
	.medium-6 {
		width: 50%;
	}
	
	.medium-7 {
		width: 58.33333%;
	}
	
	.medium-8 {
		width: 66.66667%;
	}
	
	.medium-9 {
		width: 75%;
	}
	
	.medium-10 {
		width: 83.33333%;
	}
	
	.medium-11 {
		width: 91.66667%;
	}
	
	.medium-12 {
		width: 100%;
	}
	
	.columns.medium-centered {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (min-width: 1024px) {
	.large-1 {
		width: 8.33333%;
	}
	
	.large-2 {
		width: 16.66667%;
	}
	
	.large-3 {
		width: 25%;
	}
	
	.large-4 {
		width: 33.33333%;
	}
	
	.large-5 {
		width: 41.66667%;
	}
	
	.large-6 {
		width: 50%;
	}
	
	.large-7 {
		width: 58.33333%;
	}
	
	.large-8 {
		width: 66.66667%;
	}
	
	.large-9 {
		width: 75%;
	}
	
	.large-10 {
		width: 83.33333%;
	}
	
	.large-11 {
		width: 91.66667%;
	}
	
	.large-12 {
		width: 100%;
	}
	
	.columns.large-centered {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
}

.row {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

.row:before,.row:after {
	content: '';
	display: table;
}

.row:after {
	clear: both;
}

.row.extend {
	max-width: 100%;
}

.columns {
	float: left;
	padding: 0 1rem;
}

#masthead {
	background-color: #c1e4e5;
	padding: 0;
}

#masthead:before,#masthead:after {
	content: '';
	display: table;
}

#masthead:after {
	clear: both;
}

@media screen and (min-width: 768px) {
	#masthead {
		background-color: transparent;
		height: 88px;
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		z-index: 20;
	}
	
	#masthead hgroup {
		position: absolute;
		top: 0;
		left: .5rem;
	}
	
	#masthead hgroup .site-title {
		margin: 0 !important;
	}
	
	#masthead .main-navigation {
		padding-left: calc(80px + 1.5rem);
		padding-right: .5rem;
	}
}

@media screen and (min-width: 1024px) {
	#masthead hgroup {
		left: 80px;
	}
	
	#masthead .main-navigation {
		padding-left: 188px;
		padding-right: 80px;
	}
}

#masthead hgroup .site-title {
	background-color: white;
	border: 6px solid #c1e4e5;
	border-radius: 50%;
	display: block;
	height: 76px;
	margin: 1rem auto;
	padding: 4px;
	width: 76px;
	text-indent: -9999px;
}

#masthead hgroup .site-title a {
	background-image: url('https://2016.rhodeisland.wordcamp.org/files/2016/08/logo-simple@2x.png');
	background-size: cover;
	border-radius: 50%;
	display: block;
	height: 56px;
	width: 56px;
}

#masthead hgroup .site-description {
	display: none;
}

#masthead .main-navigation {
	background: #c1e4e5;
	border-bottom: 6px solid #59b3b5;
	height: 38px;
	line-height: 38px;
	width: 100%;
}

#masthead .main-navigation .menu-main-menu-container {
	height: 32px;
	line-height: 32px;
}

#masthead .main-navigation .menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

#masthead .main-navigation .menu>.menu-item {
	float: left;
}

#masthead .main-navigation .menu>.menu-item+.menu-item {
	margin-left: 1rem;
}

#masthead .main-navigation .menu-item-has-children>a {
	padding-right: 1rem;
}

#masthead .main-navigation .menu-item-has-children>a:after {
	content: '\f140';
	font-family: 'dashicons';
	right: 0;
	top: 50%;
	margin-top: -18px;
}

#masthead .main-navigation .menu-item-has-children:hover .sub-menu {
	top: 100%;
	right: -12px;
}

#masthead .main-navigation .sub-menu li {
	padding-left: .5rem;
	padding-right: .5rem;
}

#masthead .main-navigation a {
	color: #3a8791;
	font-size: .875rem;
	padding: 0;
}

#masthead .main-navigation a:hover {
	color: #274c4f;
}

#masthead .tickets-link {
	display: block;
	height: 2rem;
	padding: .25rem 0;
}

#masthead .tickets-link a {
	background: #59b3b5;
	color: white;
	padding: 1rem 2.5rem;
	border-radius: 2rem;
	display: inline-block;
	margin: .5rem 0 0;
	transition: 250ms background-color ease-in-out;
	background: #fa9e3c;
	border-radius: 60px;
	box-shadow: 0 0 0 4px #fff, 0 0 0 8px #c1e4e5;
	color: white;
	float: right;
	font-size: 18px;
	height: 66px;
	line-height: 66px;
	margin: 4px 0 0;
	padding: 0 2rem;
	text-align: center;
}

#masthead .tickets-link a:visited {
	color: white;
}

#masthead .tickets-link a:hover {
	background: #479d9f;
}

@media screen and (max-width: 767px) and (min-width: 600px) {
	#masthead hgroup .site-title {
		height: 116px;
		width: 116px;
	}
	
	#masthead hgroup .site-title a {
		height: 96px;
		width: 96px;
	}
	
	#masthead .main-navigation .menu {
		text-align: center;
	}
	
	#masthead .main-navigation .menu>.menu-item {
		display: inline-block;
		float: none;
	}
	
	#masthead .main-navigation .menu>.menu-item.tickets-link {
		position: absolute;
		right: 1rem;
		top: 1rem;
	}
}

@media screen and (max-width: 767px) {
	body.home #masthead {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		z-index: 999;
	}
}

@media screen and (max-width: 599px) {
	#masthead {
		position: relative;
	}
	
	#masthead hgroup .site-title {
		margin: 1rem;
	}
	
	#masthead .site-navigation {
		position: absolute;
		top: 0;
		right: 1rem;
		bottom: 0;
	}
	
	#masthead .site-navigation .menu-toggle {
		background: #c1e4e5;
		height: 3rem;
		line-height: 3rem;
		width: 3rem;
		text-align: center;
		position: absolute;
		top: 25px;
		right: 1rem;
		z-index: 10;
	}
	
	#masthead .site-navigation .menu-toggle.toggled-on {
		position: fixed;
		right: 0;
	}
	
	#masthead .site-navigation .menu-toggle.toggled-on ~ .menu-main-menu-container,#masthead .site-navigation .menu-toggle.toggled-on ~ .menu-primary-navigation-container {
		left: 0;
	}
	
	#masthead .site-navigation .menu-main-menu-container,#masthead .site-navigation .menu-primary-navigation-container {
		background: #c1e4e5;
		display: block !important;
		width: 100%;
		position: fixed;
		left: 100%;
		top: 0;
		bottom: 0;
		transition: 300ms left ease-in-out;
		z-index: 9;
	}
	
	#masthead .site-navigation .menu-main-menu-container .menu,#masthead .site-navigation .menu-primary-navigation-container .menu {
		display: block !important;
		list-style: none;
		margin: 0;
		padding-top: 3rem;
		text-align: center;
	}
	
	#masthead .site-navigation .menu-main-menu-container .menu>li+li,#masthead .site-navigation .menu-primary-navigation-container .menu>li+li {
		border-top: 1px solid #3a8791;
	}
	
	#masthead .site-navigation .menu-main-menu-container .menu li.current-menu-item>a:not(.tickets-link),#masthead .site-navigation .menu-primary-navigation-container .menu li.current-menu-item>a:not(.tickets-link) {
		border-left: 4px solid #3a8791;
		display: block;
	}
	
	#masthead .site-navigation .menu-main-menu-container .sub-menu,#masthead .site-navigation .menu-primary-navigation-container .sub-menu {
		background: rgba(255,255,255,0.5);
		list-style: none;
		margin: 0;
	}
	
	#masthead .site-navigation .menu-main-menu-container .sub-menu a,#masthead .site-navigation .menu-primary-navigation-container .sub-menu a {
		color: inherit;
	}
	
	#masthead .site-navigation .menu-main-menu-container .tickets-link,#masthead .site-navigation .menu-primary-navigation-container .tickets-link {
		float: none !important;
	}
	
	#masthead .site-navigation .menu-main-menu-container .tickets-link a,#masthead .site-navigation .menu-primary-navigation-container .tickets-link a {
		float: none;
	}
	
	#masthead .assistive-text {
		right: 0;
	}
}

#menu-footer-menu {
	margin-left: 0 !important;
}

#colophon {
	padding: 0;
}

#footer-widget-1,#footer-widget-2,#footer-widget-3,#footer-widget-4 {
	float: left;
	padding: 0 1rem;
}

#footer-widget-1 .widget h1,#footer-widget-1 .widget h2,#footer-widget-2 .widget h1,#footer-widget-2 .widget h2,#footer-widget-3 .widget h1,#footer-widget-3 .widget h2,#footer-widget-4 .widget h1,#footer-widget-4 .widget h2 {
	font-size: 1.75rem;
	margin-top: 0;
}

@media screen {
	#footer-widget-1,#footer-widget-2,#footer-widget-3 {
		width: 100%;
	}
}

@media screen and (min-width: 768px) {
	#footer-widget-1,#footer-widget-2,#footer-widget-3 {
		width: 33.333333%;
		width: calc(100%/3);
	}
}

#footer-widget-4 {
	width: 100%;
}

.site-footer {
	margin-bottom: 2rem;
}

body.home .site-footer {
	background: #f2f2f2;
	margin-bottom: 200px;
	position: relative;
}

body.home .site-footer:after {
	content: '';
	height: 200px;
	background-image: linear-gradient(to bottom,#f2f2f2,rgba(242,242,242,0));
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
}

.site-info {
	text-align: center;
	width: 100%;
}

.wcb_widget_sponsors .widget-title {
	text-align: center;
}

.sponsor-level {
	width: 100%;
}

h4.sponsor-level-title {
	text-align: center;
	color: #59b3b5;
	background-color: transparent;
	font-size: 15px;
}

.sponsor-level {
	text-align: center;
	padding-bottom: 30px;
}

.sponsor-level .sponsor-logo {
	display: inline-block !important;
	padding: 10px 20px;
	vertical-align: middle;
}

.gold .sponsor-logo {
	min-height: 70px;
	max-width: 350px;
}

.silver .sponsor-logo {
	min-height: 50px;
	max-width: 300px;
}

.bronze .sponsor-logo {
	min-height: 30px;
	max-width: 200px;
}

.small-business-sponsors .sponsor-logo {
	min-height: 20px;
	max-width: 150px;
}

#footer-widgets {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	padding: 100px 45px 0;
	margin: 0 auto;
}

#footer-widgets:before,#footer-widgets:after {
	content: '';
	display: table;
}

#footer-widgets:after {
	clear: both;
}

#footer-widgets.extend {
	max-width: 100%;
}

#footer-widget-1 {
	background: #c1e4e5;
	border-radius: 1.5rem 1.5rem 0 0;
	box-shadow: 0 0 0 8px #c1e4e5;
}

@media screen and (min-width: 768px) {
	#footer-widget-1 {
		border-radius: 1.5rem 0 0 1.5rem;
		width: 66.666666%;
		width: calc(100% * 8 / 12);
	}
}

#footer-widget-2 {
	background: #3a8791;
	border-radius: 0 0 1.5rem 1.5rem;
	box-shadow: 0 0 0 4px #f2f2f2, 0 0 0 8px #c1e4e5;
}

@media screen and (min-width: 768px) {
	#footer-widget-2 {
		border-radius: 0 1.5rem 1.5rem 0;
		width: 33.333333%;
		width: calc(100% * 4 / 12);
	}
}

@media screen and (min-width: 768px) {
	#footer-widget-1,#footer-widget-2 {
		display: table-cell;
		float: none !important;
	}
}

#footer-widget-1,#footer-widget-2,#footer-widget-3,#footer-widget-4 {
	float: left;
	padding: 0 1rem;
}

#footer-widget-4 {
	width: 100%;
	padding-top: 50px;
}

@media screen and (min-width: 768px) {
	#footer-widget-4 {
		padding-top: 100px;
	}
}

.site-footer {
	margin-bottom: 2rem;
}

.widget_recent_entries ul {
	list-style: none;
	margin: 0;
}

.widget_recent_entries li {
	margin-bottom: 1rem;
}

.widget_recent_entries a {
	font-size: 1.125rem;
}

body.home .site-footer {
	background: #f2f2f2;
	margin-bottom: 200px;
	position: relative;
}

body.home .site-footer:after {
	content: '';
	height: 200px;
	background-image: linear-gradient(to bottom,#f2f2f2,rgba(242,242,242,0));
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
}

.site-info {
	text-align: center;
	width: 100%;
}

.wcb_widget_sponsors .widget-title {
	text-align: center;
}

.sponsor-level {
	width: 100%;
}

h4.sponsor-level-title {
	text-align: center;
	color: #59b3b5;
	background-color: transparent;
	font-size: 20px;
	line-height: 20px;
}

.sponsor-level {
	text-align: center;
	padding-bottom: 30px;
}

.sponsor-level .sponsor-logo {
	display: inline-block !important;
	padding: 10px 20px;
	vertical-align: middle;
}

.gold .sponsor-logo {
	min-height: 70px;
	max-width: 350px;
}

.silver .sponsor-logo {
	min-height: 50px;
	max-width: 300px;
}

.bronze .sponsor-logo {
	min-height: 30px;
	max-width: 200px;
}

.small-business-sponsors .sponsor-logo {
	min-height: 20px;
	max-width: 150px;
}

.menu-footer-menu-container ul {
	list-style: none;
	text-align: center;
}

.menu-footer-menu-container ul li {
	display: inline;
	padding-right: 10px;
}

.menu-footer-menu-container ul li a {
	color: #fa9e3c;
	text-decoration: none;
}

.menu-footer-menu-container ul li a:hover {
	color: #59b3b5;
}

#wpcom_social_media_icons_widget-2 {
	text-align: center;
}

#wpcom_social_media_icons_widget-2 ul li {
	padding-right: 10px;
}

#wpcom_social_media_icons_widget-2 ul li a.genericon:before {
	font-size: 25px;
}

#secondary {
	display: none !important;
}

form.contact-form {
	background: #c1e4e5;
	border: 4px solid #f2f2f2;
	box-shadow: 0 0 0 4px #c1e4e5;
	padding: 1rem;
}

form.contact-form br:first-child {
	display: none;
}

form.contact-form label {
	color: #3a8791;
}

form.contact-form label span {
	color: #fa9e3c;
}

form.contact-form input:not([type="submit"]),form.contact-form textarea:not([type="submit"]) {
	background: white;
	border: 1px solid #c2c2c2;
	border-radius: 0;
	max-width: 100% !important;
	width: 100% !important;
}

form.contact-form .contact-submit {
	margin-bottom: 0;
}

.edit-link {
	display: block;
	clear: both;
}

* {
	font-family: "expo-serif-pro", sans-serif;
}

html {
	background-color: #f2f2f2;
	box-sizing: border-box;
}

html *,html :before,html :after {
	box-sizing: inherit;
}

body {
	background-color: #f2f2f2;
}

@media screen and (min-width: 768px) {
	body:not(.home) {
		padding-top: 88px;
	}
}

body:not(.single-post) #comments {
	display: none !important;
}

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	float: none;
	margin-left: auto;
	margin-right: auto;
}

#nav-bottom {
	margin-bottom: 0 !important;
	padding-bottom: 2rem;
}

input[type="submit"] {
	background: #59b3b5;
	color: white;
	padding: 0 1rem;
	border-radius: 2rem;
	display: inline-block;
	margin: .5rem 0 0;
	transition: 250ms background-color ease-in-out;
	border: 1px solid #3a8791;
	box-shadow: none;
}

input[type="submit"]:visited {
	color: white;
}

input[type="submit"]:hover {
	background: #479d9f;
}

#content>article>.entry-header {
	margin: 0 -4.5455%;
	background-image: url('https://2016.rhodeisland.wordcamp.org/files/2016/08/waves-full@2x.png');
	background-position: 0 100%;
	background-size: 1055px 89px;
	background-repeat: repeat-x;
}

#content>article>.entry-header:before,#content>article>.entry-header:after {
	content: '';
	display: table;
}

#content>article>.entry-header:after {
	clear: both;
}

#content>article>.entry-header>.entry-title {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	padding: 0 1rem;
	margin-bottom: 99px;
}

#content>article>.entry-header>.entry-title:before,#content>article>.entry-header>.entry-title:after {
	content: '';
	display: table;
}

#content>article>.entry-header>.entry-title:after {
	clear: both;
}

#content>article>.entry-header>.entry-title.extend {
	max-width: 100%;
}

@media screen {
	#content>article>.entry-header>.entry-title {
		padding: 5% 4.5455%;
	}
}

@media screen and (min-width: 1024px) {
	#content>article>.entry-header>.entry-title {
		padding: 0;
	}
}

body.home {
	padding-top: 800px;
	padding-top: 100vh;
}

body.home .site-content {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 2rem;
	width: 100%;
}

body.home .post {
	margin-bottom: 4rem;
}

body.home .post:before,body.home .post:after {
	content: '';
	display: table;
}

body.home .post:after {
	clear: both;
}

body.home .post .entry-content {
	margin-top: 0;
}

@media screen and (min-width: 900px) {
	body.home .post .entry-header {
		float: left;
		width: 25%;
	}
	
	body.home .post .entry-content {
		float: right;
		width: 75%;
	}
	
	body.home .post footer.entry-meta {
		text-align: right;
	}
}

body.home .hentry {
	margin-bottom: 0;
}

body.home #comments {
	display: none;
}

#wcri-hero {
	background-color: #f2f2f2;
	height: 800px;
	height: 100vh;
	overflow: hidden;
	padding-bottom: 100px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
}

#hero-content {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
}

#hero-content .hero-content-logo {
	background-color: #f2f2f2;
	border-radius: 50%;
	height: auto;
	max-width: 300px;
	width: 80%;
}

#hero-content .button {
	font-size: 18px;
	letter-spacing: 2px;
}

#hero-content .button:hover {
	background-color: #fa9e3c;
}

@media screen and (max-width: 767px) {
	#hero-content {
		top: 60%;
	}
	
	#hero-content .hero-content-logo {
		display: none;
	}
}

#clouds {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 50%;
}

#clouds .cloud {
	background-image: url('https://2016.rhodeisland.wordcamp.org/files/2016/08/white-fluff-thing@2x.png');
	background-size: cover;
	display: block;
	width: 59px;
	height: 42px;
	position: absolute;
}

#clouds .cloud-1 {
	left: 5%;
	top: 50%;
}

#clouds .cloud-2 {
	left: 20%;
	top: 25%;
}

#clouds .cloud-3 {
	left: 30%;
	top: 60%;
	z-index: 1;
}

#clouds .cloud-4 {
	left: 60%;
	top: 40%;
}

#clouds .cloud-5 {
	left: 80%;
	top: 55%;
}

#clouds .cloud-6 {
	left: 95%;
	top: 16%;
}

#making-waves {
	height: 99px;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
}

#making-waves .wave {
	background-position: right top;
	background-repeat: repeat-x;
	background-size: 1310px 99px;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
}

@media screen and (min-width: 768px) {
	#making-waves .wave {
		animation: 24s wave ease-in-out infinite alternate;
	}
}

#making-waves .wave-1 {
	background-image: url('https://2016.rhodeisland.wordcamp.org/files/2016/08/waves-full@2x.png');
}

#making-waves .wave-2 {
	background-image: url('https://2016.rhodeisland.wordcamp.org/files/2016/08/waves-full@2x.png');
	background-position: left top;
	margin-top: -16px;
	opacity: .5;
	z-index: 1;
}

@media screen and (min-width: 768px) {
	#making-waves .wave-2 {
		animation-duration: 20s;
	}
}

#making-waves .pellbridge {
	position: absolute;
	left: 0;
	bottom: 80px;
	width: 595px;
	height: 285px;
	z-index: 0;
}

#making-waves .das-boat {
	width: 90px;
	height: 100px;
	position: absolute;
	left: 10%;
	bottom: 100%;
	margin-bottom: -16px;
	margin-left: 0;
	z-index: 2;
}

@media screen and (min-width: 768px) {
	#making-waves .das-boat {
		animation: 16s boat ease-in-out infinite alternate;
	}
}

#making-waves .winston-the-whale {
	position: absolute;
	right: 10%;
	bottom: 100%;
	height: 144px;
	margin-bottom: -16px;
	margin-left: 0;
	z-index: 2;
}

#making-waves .winston-the-whale img {
	height: 144px;
	width: auto;
}

#making-waves .winston-the-whale .hashtag {
	color: #fa9e3c;
	font-family: "abolition-soft", sans-serif;
	font-size: 24px;
	height: 90px;
	letter-spacing: 2px;
	line-height: 90px;
	text-align: center;
	text-decoration: none;
	width: 90px;
	position: absolute;
	left: 0;
	top: 0;
}

@media screen and (min-width: 768px) {
	#making-waves .winston-the-whale {
		animation: 12s whale ease-in-out infinite alternate;
	}
}

#after-header-widgets.front-page+#main {
	background-color: #f2f2f2;
	margin-top: 80px;
	position: relative;
	z-index: 18;
}

#after-header-widgets.front-page+#main:before {
	content: '';
	background-image: linear-gradient(to bottom,rgba(242,242,242,0),#f2f2f2);
	height: 80px;
	position: absolute;
	left: 0;
	right: 0;
	top: -80px;
}

#homepage-buckets.day-of .bucket h3 {
	margin-bottom: 1rem;
	margin-top: 2rem;
}

#homepage-buckets:not(.day-of) .bucket {
	background: white;
	border: 10px solid #f2f2f2;
}

@media screen and (min-width: 1000px) {
	#homepage-buckets:not(.day-of) .bucket {
		display: table-cell;
		height: 100%;
		width: 33.333333%;
		width: calc(100%/3);
	}
}

#homepage-buckets:not(.day-of) .bucket p {
	margin: 0;
}

#homepage-buckets:not(.day-of) .bucket p+p {
	margin-top: 10px;
}

#homepage-buckets .bucket {
	background: white;
	border: 10px solid #f2f2f2;
}

#homepage-buckets .bucket p {
	margin: 0;
}

#homepage-buckets .bucket p+p {
	margin-top: 10px;
}

#homepage-buckets .bucket-content {
	background-color: white;
	padding: 1rem;
}

#homepage-buckets .bucket-content:before,#homepage-buckets .bucket-content:after {
	content: '';
	display: table;
}

#homepage-buckets .bucket-content:after {
	clear: both;
}

#homepage-buckets .bucket-content h2 {
	margin: 1rem 0;
}

#speakers-callout {
	background-color: white;
	border: 10px solid #f2f2f2;
	padding-top: 2rem;
	padding-bottom: 2rem;
}

#speakers-callout h2,#speakers-callout h3 {
	margin-top: 0;
}

#speakers-callout h3 {
	clear: none;
}

#day-of-highlights {
	background-color: white;
	border: 10px solid #f2f2f2;
	padding-top: 2rem;
	padding-bottom: 2rem;
}

#day-of-highlights h2,#day-of-highlights h3 {
	margin-top: 0;
}

#day-of-highlights .at-wordcamp-today ul {
	margin-left: 1.5rem;
}

#day-of-highlights .tggr-media-items {
	margin-top: 0 !important;
}

#venues-callout h2 {
	margin-top: 0;
}

@media screen and (min-width: 768px) {
	#venues-callout .venue {
		display: table-cell;
		float: none !important;
	}
}

#venues-callout .wcri-venue,#venues-callout .after-party-venue {
	background-position: 0 50%;
	background-size: cover;
	padding-top: 2rem;
	padding-bottom: 2rem;
	position: relative;
}

#venues-callout .wcri-venue .overlay,#venues-callout .after-party-venue .overlay {
	background-color: rgba(255,255,255,0.85);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	border: 10px solid #f2f2f2;
}

#venues-callout .wcri-venue :not(.overlay),#venues-callout .after-party-venue :not(.overlay) {
	position: relative;
	z-index: 2;
}

#venues-callout .wcri-venue {
	background-image: url('https://2016.rhodeisland.wordcamp.org/files/2016/09/newenglandtech3.jpg');
}

#venues-callout .after-party-venue {
	background-image: url('https://2016.rhodeisland.wordcamp.org/files/2016/08/IMG_9691.jpg');
}

@media screen and (min-width: 600px) {
	.sponsor-level-title {
		background-color: #59b3b5;
		letter-spacing: 2px;
		margin-left: -4.5455%;
		margin-right: -4.5455%;
		padding: 0 4.5455%;
	}
}

.wcb_sponsor {
}

.wcb_sponsor:before,.wcb_sponsor:after {
	content: '';
	display: table;
}

.wcb_sponsor:after {
	clear: both;
}

@media screen and (min-width: 768px) {
	.wcb_sponsor .sponsor-title {
		float: left;
		width: 250px;
	}
	
	.wcb_sponsor .sponsor-description {
		float: left;
		margin-left: 50px;
		width: calc(100% - 300px);
	}
}

.wcb_sponsor+.wcb_sponsor {
	border-top: 1px solid #f2f2f2;
	margin-top: 2rem;
}

.wcorg-sponsors .wcorg-sponsor-description {
	border-bottom: solid 1px #f2f2f2;
}

.wcorg-sponsors .wcorg-sponsor-description img {
	max-width: 100%;
	padding: 30px;
}

@media screen and (min-width: 64em) {
	.wcorg-sponsors .wcorg-sponsor-description img {
		max-width: 25%;
	}
	
	.wcorg-sponsors .wcorg-sponsor-description p {
		width: 75%;
		float: right;
	}
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	.wcorg-sponsors .wcorg-sponsor-description img {
		float: left;
		max-width: 50%;
	}
}

.wcorg-sponsors [class*="wcorg-sponsor-level"] {
	border: solid 2px #59b3b5;
	margin-bottom: 50px;
}

.wcorg-sponsors [class*="wcorg-sponsor-level"] h2 {
	background-color: #59b3b5;
	color: #f2f2f2;
	margin: 0;
	padding: 20px;
	text-align: center;
}

.wcorg-sponsors [class*="wcorg-sponsor-level"] .wcorg-sponsor {
	padding: 0 40px;
}

.wcorg-sponsors [class*="wcorg-sponsor-level"] .wcorg-sponsor:before,.wcorg-sponsors [class*="wcorg-sponsor-level"] .wcorg-sponsor:after {
	content: '';
	display: table;
}

.wcorg-sponsors [class*="wcorg-sponsor-level"] .wcorg-sponsor:after {
	clear: both;
}

.wcorg-sponsors [class*="wcorg-sponsor-level"] .wcorg-sponsor h3 {
	padding-left: 0;
	text-align: center;
}

@media screen and (min-width: 64em) {
	.wcorg-sponsors [class*="wcorg-sponsor-level"] .wcorg-sponsor h3 {
		padding-left: 25%;
		text-align: left;
	}
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	.wcorg-sponsors [class*="wcorg-sponsor-level"] .wcorg-sponsor h3 {
		padding-left: 50%;
		text-align: left;
	}
}

.wcorg-sponsor-description p {
	text-align: left;
}

body.single-wcb_sponsor #content {
	position: relative;
	padding-bottom: 240px;
}

body.single-wcb_sponsor #content .wp-post-image {
	height: 100%;
	max-height: 85px;
	width: auto;
	position: absolute;
	bottom: 80px;
	left: 50%;
	transform: translateX(-50%);
}

body.single-wcb_sponsor #content .entry-content {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	padding: 40px 1rem 0;
}

body.single-wcb_sponsor #content .entry-content:before,body.single-wcb_sponsor #content .entry-content:after {
	content: '';
	display: table;
}

body.single-wcb_sponsor #content .entry-content:after {
	clear: both;
}

body.single-wcb_sponsor #content .entry-content.extend {
	max-width: 100%;
}

.tix_tickets_table {
	background: #f9f9f9;
	border: 1px solid #3a8791;
	color: #3a8791;
}

.tix_tickets_table th,.tix_tickets_table td {
	padding: .5rem 1rem;
}

.tix_tickets_table td {
	border-top: 1px solid #3a8791;
}

.tix_tickets_table td+td {
	border-left: 1px solid #3a8791;
}

#tickets-on-sale {
	overflow: hidden;
	height: inherit;
	padding-top: 40px;
}

#tickets-on-sale .tickets-message {
	background-color: #59b3b5;
	height: inherit;
	color: #fff;
	position: relative;
	vertical-align: middle;
	margin-bottom: 40px;
	position: relative;
}

#tickets-on-sale .tickets-message:after {
	border-left: 350px solid transparent;
	border-right: 350px solid transparent;
	border-top: 40px solid #59b3b5;
	left: 50%;
	top: 100%;
	position: absolute;
	content: '';
	transform: translateX(-50%);
}

#tickets-on-sale .tickets-table {
	padding-top: 60px;
}

@media screen and (min-width: 768px) {
	#tickets-on-sale {
		height: 400px;
	}
	
	#tickets-on-sale .tickets-message:after {
		border-bottom: 200px solid transparent;
		border-top: 200px solid transparent;
		border-left: 40px solid #59b3b5;
		left: 100%;
		top: 0;
		transform: translateX(0);
	}
	
	#tickets-on-sale .tickets-table {
		padding-left: 70px;
		padding-top: 0;
	}
}

#tickets-on-sale .tickets-column {
	height: 400px;
}

.v-center {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.tickets-table #tix.tix-js {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	padding-top: 0 !important;
}

.tickets-table #tix.tix-js .tix_tickets_table tr {
	font-size: 13px;
}

.tickets-table #tix.tix-js a#tix-coupon-link {
	background-color: #fa9e3c;
	color: #f2f2f2;
	padding: 0 1rem;
	border-radius: 2rem;
	margin: .5rem 0 0;
	font-size: 13px;
	border: 1px solid #f2f2f2;
	box-shadow: none;
	padding: 8px !important;
	text-decoration: none;
}

.tickets-table #tix.tix-js a#tix-coupon-link:hover {
	transition: 250ms background-color ease-in-out;
}

.tix-has-dynamic-receipts {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

.tix-has-dynamic-receipts:before,.tix-has-dynamic-receipts:after {
	content: '';
	display: table;
}

.tix-has-dynamic-receipts:after {
	clear: both;
}

.tix-has-dynamic-receipts.extend {
	max-width: 100%;
}

.tix-ticket-excerpt {
	display: none;
}

table tr:nth-of-type(odd) td {
	background: #c1e4e5;
}

table tr:nth-of-type(odd) td:nth-of-type(3),table tr:nth-of-type(odd) td:nth-of-type(5) {
	background: #b2dedf;
}

table tr:nth-of-type(even) td:nth-of-type(3),table tr:nth-of-type(even) td:nth-of-type(5) {
	background: #f9f9f9;
}

.wcpt-schedule thead {
	background-color: #59b3b5;
}

.wcpt-schedule thead th {
	color: white;
}

.wcpt-schedule td,.wcpt-schedule th {
	padding: 10px 1rem;
	text-align: center;
	vertical-align: top;
}

.wcpt-schedule tr>td:first-of-type {
	width: 100px;
}

.wcpt-schedule:first-of-type tr>td:nth-of-type(n+2) {
	width: calc(100%/4);
}

.wcpt-schedule:first-of-type .global-session td[colspan="4"] {
	text-align: center;
}

.wcpt-schedule:last-of-type tr>td:nth-of-type(n+2) {
	width: calc(100%/3);
}

.wcpt-schedule:last-of-type .global-session td[colspan="3"] {
	text-align: center;
}

.wcpt-schedule .global-session[class*="keynote"] {
	background-color: #fa9e3c;
	color: white;
}

.wcpt-schedule .global-session[class*="keynote"] a {
	color: #59b3b5;
}

@media screen and (max-width: 700px) {
	.wcpt-schedule td {
		width: 100% !important;
	}
}

@media screen and (max-width: 700px) {
	span.wcpt-session-speakers:before {
		content: initial;
	}
}

.type-page {
	padding: 0 1rem;
}

@media screen and (min-width: 768px) {
	.type-page {
		padding: 0;
	}
}

.wcb_session .entry-header {
	padding: 0 1rem;
}

@media screen and (min-width: 768px) {
	.wcb_session .entry-header {
		padding: 0;
	}
}

.wcb_session .entry-content {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	padding: 0 1rem;
}

.wcb_session .entry-content:before,.wcb_session .entry-content:after {
	content: '';
	display: table;
}

.wcb_session .entry-content:after {
	clear: both;
}

.wcb_session .entry-content.extend {
	max-width: 100%;
}

@media screen and (min-width: 768px) {
	.wcb_session .entry-content {
		padding: 0;
	}
}

.wcorg-session-description .googlemaps iframe {
	width: 100%;
}

.locationQ {
	color: #3a8791;
	font-style: normal !important;
	margin-top: 0 !important;
	margin-bottom: 10px !important;
}

.googlemaps {
	border: 4px solid #c1e4e5;
	box-shadow: 0 0 0 4px #59b3b5;
}

@media screen {
	#tix-attendees .tix-columns-4 li {
		width: 100%;
	}
}

@media screen and (min-width: 440px) {
	#tix-attendees .tix-columns-4 li {
		width: 50%;
	}
}

@media screen and (min-width: 768px) {
	#tix-attendees .tix-columns-4 li {
		width: 25%;
		width: calc(100%/4);
	}
}

#tix-attendees li {
	height: 176px;
	margin-bottom: 60px;
	text-align: center;
	position: relative;
}

#tix-attendees li .avatar {
	border-radius: 50%;
	box-shadow: 0 0 0 4px #f2f2f2, 0 0 0 8px #59b3b5;
	float: none;
	display: block;
	margin: 48px auto 8px;
	height: 96px;
	width: 96px;
}

#tix-attendees li .tix-field {
	margin-left: 0;
}

#tix-attendees li .tix-attendee-name {
	font-family: "abolition-soft", sans-serif;
	font-size: 1.25rem;
	margin: 0;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 144px;
}

#tix-attendees li .tix-attendee-name:after {
	content: '';
	position: absolute;
	height: 96px;
	width: 96px;
	bottom: 0;
	left: 50%;
	margin-left: -48px;
	border-radius: 50%;
	background-image: url('https://2016.rhodeisland.wordcamp.org/files/2016/08/waves-full.png');
	background-position: -155px 65px;
	background-repeat: no-repeat;
	background-size: 528px 44px;
}

.speaker-gravatar-list {
	display: none;
}

@media screen and (min-width: 1024px) {
	.speakers .grid_6 {
		float: left;
		padding: 0 2rem;
		width: 50%;
	}
}

.wcorg-speaker-description {
	margin: 0;
	min-height: 214px;
	position: relative;
}

.wcorg-speaker-description:before {
	content: '';
	background-image: url('https://2016.rhodeisland.wordcamp.org/files/2016/08/waves-full@2x.png');
	background-position: -185px 151px;
	background-repeat: no-repeat;
	background-size: 792px 66px;
	border-radius: 50%;
	height: 200px;
	width: 200px;
	position: absolute;
	left: 8px;
	top: 8px;
	z-index: 1;
}

.wcorg-speaker-description .avatar {
	border-radius: 50%;
	box-shadow: 0 0 0 4px #f2f2f2, 0 0 0 8px #59b3b5;
	height: 200px;
	width: 200px;
	float: left;
	margin-left: 8px;
	margin-top: 8px;
	margin-right: 32px;
	margin-bottom: 24px;
}

@media screen and (max-width: 540px) {
	.wcorg-speaker-description {
		min-height: 126px;
	}
	
	.wcorg-speaker-description:before {
		background-position: -155px 90px;
		background-size: 528px 44px;
		height: 126px;
		width: 126px;
	}
	
	.wcorg-speaker-description .avatar {
		height: 126px;
		width: 126px;
	}
}

body.single-post #content>article>.entry-header>.entry-title {
	margin-bottom: 0;
}

body.single-post #content>article>.entry-header>.entry-meta {
	margin-bottom: 99px;
}

body.single-post .entry-content,body.single-post .entry-meta,body.single-post #nav-below,body.single-post #comments {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	padding-left: 1rem;
	padding-right: 1rem;
}

body.single-post .entry-content:before,body.single-post .entry-content:after,body.single-post .entry-meta:before,body.single-post .entry-meta:after,body.single-post #nav-below:before,body.single-post #nav-below:after,body.single-post #comments:before,body.single-post #comments:after {
	content: '';
	display: table;
}

body.single-post .entry-content:after,body.single-post .entry-meta:after,body.single-post #nav-below:after,body.single-post #comments:after {
	clear: both;
}

body.single-post .entry-content.extend,body.single-post .entry-meta.extend,body.single-post #nav-below.extend,body.single-post #comments.extend {
	max-width: 100%;
}

.type-post .entry-content {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	padding: 0 1rem;
}

.type-post .entry-content:before,.type-post .entry-content:after {
	content: '';
	display: table;
}

.type-post .entry-content:after {
	clear: both;
}

.type-post .entry-content.extend {
	max-width: 100%;
}

@media screen and (min-width: 768px) {
	.type-post .entry-content {
		padding: 0;
	}
}

.type-post .entry-header {
	padding: 0 1rem;
}

@media screen and (min-width: 768px) {
	.type-post .entry-header {
		padding: 0;
	}
}

.type-post .entry-header h1.entry-title {
	margin-bottom: 10px !important;
	padding: 0 1rem;
}

@media screen and (min-width: 768px) {
	.type-post .entry-header h1.entry-title {
		padding: 0;
	}
}

.type-post .entry-meta {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	margin-bottom: 99px;
}

.type-post .entry-meta:before,.type-post .entry-meta:after {
	content: '';
	display: table;
}

.type-post .entry-meta:after {
	clear: both;
}

.type-post .entry-meta.extend {
	max-width: 100%;
}

.type-post .entry-meta .cat-links,.type-post .entry-meta .sep,.type-post .entry-meta .comments-link {
	display: none;
}

.error404 .entry-content {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

.error404 .entry-content:before,.error404 .entry-content:after {
	content: '';
	display: table;
}

.error404 .entry-content:after {
	clear: both;
}

.error404 .entry-content.extend {
	max-width: 100%;
}

@media screen and (min-width: 1024px) {
	.organizers .grid_6 {
		float: left;
		padding: 0 2rem;
		width: 50%;
	}
}

.wcorg-organizer-description {
	margin: 0;
	min-height: 214px;
	position: relative;
}

.wcorg-organizer-description:before {
	content: '';
	background-image: url('https://2016.rhodeisland.wordcamp.org/files/2016/08/waves-full@2x.png');
	background-position: -185px 151px;
	background-repeat: no-repeat;
	background-size: 792px 66px;
	border-radius: 50%;
	height: 200px;
	width: 200px;
	position: absolute;
	left: 8px;
	top: 8px;
	z-index: 1;
}

.wcorg-organizer-description .avatar {
	border-radius: 50%;
	box-shadow: 0 0 0 4px #f2f2f2, 0 0 0 8px #59b3b5;
	height: 200px;
	width: 200px;
	float: left;
	margin-left: 8px;
	margin-top: 8px;
	margin-right: 32px;
	margin-bottom: 24px;
}

@media screen and (max-width: 540px) {
	.wcorg-organizer-description {
		min-height: 126px;
	}
	
	.wcorg-organizer-description:before {
		background-position: -155px 90px;
		background-size: 528px 44px;
		height: 126px;
		width: 126px;
	}
	
	.wcorg-organizer-description .avatar {
		height: 126px;
		width: 126px;
	}
}

.type-page .entry-content {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

.type-page .entry-content:before,.type-page .entry-content:after {
	content: '';
	display: table;
}

.type-page .entry-content:after {
	clear: both;
}

.type-page .entry-content.extend {
	max-width: 100%;
}