@font-face {
	font-family: 'libre_baskervillebold';
	src: url('../fonts/librebaskerville-bold-webfont.html') format('woff2'), url('../fonts/librebaskerville-bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'libre_baskervilleitalic';
	src: url('../fonts/librebaskerville-italic-webfont.html') format('woff2'), url('../fonts/librebaskerville-italic-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'libre_baskervilleregular';
	src: url('../fonts/librebaskerville-regular-webfont.html') format('woff2'), url('../fonts/librebaskerville-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'robotobold';
	src: url('../fonts/roboto-bold-webfont.html') format('woff2'), url('../fonts/roboto-bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

/*@font-face {
    font-family: 'robotobold_italic';
    src: url('../fonts/roboto-bolditalic-webfont.woff2') format('woff2'), url('../fonts/roboto-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}*/

@font-face {
	font-family: 'robotoitalic';
	src: url('../fonts/roboto-italic-webfont.html') format('woff2'), url('../fonts/roboto-italic-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'robotoregular';
	src: url('../fonts/roboto-regular-webfont.html') format('woff2'), url('../fonts/roboto-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

body {
	font-family: Roboto, Helvetica, "Helvetica Neue", Arial, sans-serif;
	scroll-behavior: smooth;
	background: #FFFFFF;
	/*line-height: 0;*/
}

.off-canvas-wrapper {
	background: white;
	z-index: 99;
}

.off-canvas-trigger {
	content: "";
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: auto;
	z-index: 9999;
	background: rgba(0, 0, 0, 0.5) !important;
}

.off-canvas.position-right.is-transition-push.is-open {
	width: 100%!important;
} 

.off-canvas.position-right.is-transition-push.is-open li {
    padding-left: 1rem;
}

.column:last-child:not(:first-child),
.columns:last-child:not(:first-child) {
	float: left;
}

.header {
	position: relative;
	z-index: 89;
	-webkit-box-shadow: 10px 10px 75px -26px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 10px 10px 75px -26px rgba(0, 0, 0, 0.75);
	box-shadow: 10px 10px 75px -26px rgba(0, 0, 0, 0.75);
}

h1,
h2,
h3,
h4,
h5,
header {
	font-family: 'libre_baskervilleregular';
}

.gray {
	color: #3C3C3B;
}

h2 a {
	font-family: 'libre_baskervillebold';
	font-size: 1.5rem;
	line-height: 2rem;
}

h1 {
	line-height: 2rem;
	font-size: 1.8rem;
	margin-bottom: 1rem;
}

h2 {
	font-size: 1.5rem;
	line-height: 2rem;
	margin-bottom: 1.5rem;
}

h3 {
	font-size: 1.25rem;
	line-height: 1.25rem;
	color: #29235C;
	margin-bottom: 1rem;
}

a,
p,
span,
th,
li,
label,
input {
	font-family: 'robotoregular';
	text-align: justify;
}

.copyright {
	font-family: 'robotoregular';
}

.clip-circle {
	clip-path: circle(60px at center);
}

.centerright .rss-banner-caption {
	top: 45%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	right: calc(6rem + 0.2vw);
	text-align: left;
}

blockquote {
	min-height: 16rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	padding: 1rem 3.5rem 1rem 3.5rem;
	margin: 0 0 20px;
	position: relative;
	text-align: justify;
	border-left: 7px solid #8a8a8a;
	border-right: 1px solid #e0e0e0;
	-webkit-box-shadow: 10px 10px 75px -26px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 10px 10px 75px -26px rgba(0, 0, 0, 0.4);
	box-shadow: 10px 10px 75px -26px rgba(0, 0, 0, 0.4);
}

blockquote::before {
	content: "\201C";
	/*Unicode for Left Double Quote*/
	/*Font*/
	font-size: 60px;
	font-weight: bold;
	color: #29235C;
	/*Positioning*/
	position: absolute;
	left: 10px;
	top: 5px;
}

blockquote::after {
	content: "\201D";
	/*Unicode for Left Double Quote*/
	/*Font*/
	font-size: 60px;
	font-weight: bold;
	color: #29235C;
	/*Positioning*/
	position: absolute;
	right: 10px;
	bottom: 5px;
}

blockquote a {
	text-decoration: none;
	background: #413894;
	cursor: pointer;
	padding: 0 3px;
	color: #8a8a8a;
}

blockquote a:hover {
	color: #5246b9;
}

blockquote em {
	font-style: italic;
}

li,
article li {
	list-style-position: outside;
}

/************************************************

Stylesheet: Main Stylesheet

*************************************************/

/*********************
GENERAL STYLES
*********************/

/*********************
LINK STYLES
*********************/

a:link,
a:visited:link {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

/*********************
H1, H2, H3, H4, H5 P STYLES
*********************/

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a {
	text-decoration: none;
}

h1,
h2 {
	color: #29235C;
}

a {
	color: #413894;
}

a:visited {
	color: #3C3C3B;
}

button.tiny,
a:hover,
a:focus,
a:active {
	color: #5246b9;
}

/*********************
HEADER STYLES
*********************/

.header ul.off-canvas-list li {
	list-style: none;
}

/*********************
NAVIGATION STYLES
*********************/

.top-bar .title-area {
	z-index: 1;
}

.off-canvas-list ul {
	margin-left: 0;
}

.off-canvas-list ul li a {
	border-bottom: 0px;
}

.off-canvas-list ul .dropdown {
	margin-left: 20px;
}

/*********************
POSTS & CONTENT STYLES
*********************/

.page-title .vcard {
	border: 0px;
	padding: 0px;
}

.byline {
	color: #999;
}

.entry-content img {
	max-width: 100%;
	height: auto;
	max-height: 100%;
	width: auto;
	margin: 0 auto;
	display: block;
}

.entry-content .alignleft,
.entry-content img.alignleft {
	margin-right: 3rem;
	display: inline;
	float: left;
}

.entry-content .alignright,
.entry-content img.alignright {
	margin-left: 1.5rem;
	display: inline;
	float: right;
}

.entry-content .aligncenter,
.entry-content img.aligncenter {
	margin: 1rem auto;
	display: block;
	clear: both;
}

.entry-content video,
.entry-content object {
	width: 100%;
	margin-bottom: 2rem;
}

.entry-content pre {
	background: #eee;
	border: 1px solid #cecece;
	padding: 10px;
}

.wp-caption {
	max-width: 100%;
	background: #eee;
	padding: 5px;
}

.wp-caption img {
	max-width: 100%;
	margin-bottom: 0;
	width: 100%;
}

.wp-caption p.wp-caption-text {
	font-size: 0.85rem;
	margin: 4px 0 7px;
	text-align: center;
}

.post-password-form input[type="submit"] {
	display: inline-block;
	text-align: center;
	line-height: 1;
	cursor: pointer;
	-webkit-appearance: none;
	transition: all 0.25s ease-out;
	vertical-align: middle;
	border: 1px solid transparent;
	border-radius: 0px;
	padding: 0.85rem 1rem;
	margin: 0 1rem 1rem 0;
	font-size: 0.9rem;
	background: #2199e8;
	color: #fff;
}

[data-whatinput='mouse'] .post-password-form input[type="submit"] {
	outline: 0;
}

.post-password-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:focus {
	background: #1583cc;
	color: #fff;
}

/*********************
IMAGE GALLERY STYLES
*********************/

/*********************
PAGE NAVI STYLES
*********************/

.page-navigation {
	margin-top: 1rem;
}

/*********************
COMMENT STYLES
*********************/

#comments .commentlist {
	margin-left: 0px;
}

#respond ul {
	margin-left: 0px;
}

.commentlist li {
	position: relative;
	clear: both;
	overflow: hidden;
	list-style-type: none;
	margin-bottom: 1.5em;
	padding: 0.7335em 10px;
}

.commentlist li:last-child {
	margin-bottom: 0;
}

.commentlist li ul.children {
	margin: 0;
}

.commentlist li[class*=depth-] {
	margin-top: 1.1em;
}

.commentlist li.depth-1 {
	margin-left: 0;
	margin-top: 0;
}

.commentlist li:not(.depth-1) {
	margin-left: 10px;
	margin-top: 0;
	padding-bottom: 0;
}

.commentlist .vcard {
	margin-left: 50px;
}

.commentlist .vcard cite.fn {
	font-weight: 700;
	font-style: normal;
}

.commentlist .vcard time {
	float: right;
}

.commentlist .vcard time a {
	color: #999;
	text-decoration: none;
}

.commentlist .vcard time a:hover {
	text-decoration: underline;
}

.commentlist .vcard img.avatar {
	position: absolute;
	left: 10px;
	padding: 2px;
	border: 1px solid #cecece;
	background: #fff;
}

.commentlist .comment_content p {
	margin: 0.7335em 0 1.5em;
	font-size: 1em;
	line-height: 1.5em;
}

.commentlist .comment-reply-link {
	float: right;
}

/*********************
COMMENT FORM STYLES
*********************/

.respond-form {
	margin: 1.5em 10px;
	padding-bottom: 2.2em;
}

.respond-form form {
	margin: 0.75em 0;
}

.respond-form form li {
	list-style-type: none;
	clear: both;
	margin-bottom: 0.7335em;
}

.respond-form form li label,
.respond-form form li small {
	display: none;
}

.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url],
.respond-form form textarea {
	padding: 3px 6px;
	background: #efefef;
	border: 2px solid #cecece;
	line-height: 1.5em;
}

.respond-form form input[type=text]:focus,
.respond-form form input[type=email]:focus,
.respond-form form input[type=url]:focus,
.respond-form form textarea:focus {
	background: #fff;
}

.respond-form form input[type=text]:invalid,
.respond-form form input[type=email]:invalid,
.respond-form form input[type=url]:invalid,
.respond-form form textarea:invalid {
	outline: none;
	border-color: #fbc2c4;
	background-color: #f6e7eb;
	-ms-box-shadow: none;
	box-shadow: none;
}

.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url] {
	max-width: 400px;
	min-width: 250px;
}

.respond-form form textarea {
	resize: none;
	width: 97.3%;
	height: 150px;
}

#comment-form-title {
	margin: 0 0 1.1em;
}

#allowed_tags {
	margin: 1.5em 10px 0.7335em 0;
}

.nocomments {
	margin: 0 20px 1.1em;
}

/*********************
SIDEBARS & ASIDES
*********************/

.widget ul {
	margin: 0;
}

.widget ul li {
	list-style: none;
	text-align: left;
}

.rss-inner-page-slider-1 {
	margin-top: 0rem;
	z-index: 86;
	position: relative;
}

#content-slider {
	background-color: #FFFFFF;
	padding-top: 0rem;
}

.orbit {
	height: max-content;
	height: moz-max-content;
	display: flex;
}

.chars .orbit-caption {
	display: block;
	background-color: #FFFFFF;
	color: #777777;
	font-size: calc(0.6rem + 0.05vw);
	float: right;
	max-width: 30vw;
	margin-left: 14vw;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	height: max-content;
}

.orbit-container {
	height: max-content!important;
	height: moz-max-content!important;
	min-height: 40rem;
}

h4.chars .orbit-caption {
	color: #29235c;
	float: right;
	}

.chars .orbit-image {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
} 
  
.orbit-next,
.orbit-previous {
	background: #29235c;
	color: #FFFFFF;
}

.orbit-figure {
	height: max-content;
	height: moz-max-content;
	vertical-align: middle;
}

.orbit-next:focus,
.orbit-previous:focus,
.orbit-next:active,
.orbit-previous:active,
.orbit-next:hover,
.orbit-previous:hover {
	background-color: #1c163e;
}
.sunset-bg {
	background-image: url("../../../../uploads/sunset.jpg");
	background-position: bottom;
	background-size: cover;
	background-repeat: no-repeat;
}
.library2-bg {
	background-image: url("../../../../uploads/library2.jpg");
	background-position: bottom;
	background-size: cover;
	background-repeat: no-repeat;
}
.library-bg {
	background-image: url("../../../../uploads/library.jpg");
	background-position: bottom;
	background-size: cover;
	background-repeat: no-repeat;
}
.dorm-bg {
	background-image: url("../../../../uploads/dorm.jpg");
	background-position: bottom;
	background-size: cover;
	background-repeat: no-repeat;
}
.underwater-bg {
	background-image: url("../../../../uploads/underwater.jpg");
	background-position: bottom;
	background-size: cover;
	background-repeat: no-repeat;
}
.night-bg {
	background-image: url("../../../../uploads/night.jpg");
	background-position: bottom;
	background-size: cover;
	background-repeat: no-repeat;
}

.vista-bg {
	background-image: url("../../../../uploads/vista.jpg");
	background-position: bottom;
	background-size: cover;
	background-repeat: no-repeat;
}

.forest-bg {
	background-image: url("../../../../uploads/forest.jpg");
	background-position: bottom;
	background-size: cover;
	background-repeat: no-repeat;
}
.kitchen-bg {
	background-image: url("../../../../uploads/kitchen.jpg");
	background-position: bottom;
	background-size: cover;
	background-repeat: no-repeat;
}
/*********************
FOUNDATION STYLES
*********************/

/*********************
PLUGIN STYLES
*********************/

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

/******************************************************************

Stylesheet: Retina Screens & Devices Stylesheet

When handling retina screens you need to make adjustments, especially
if you're not using font icons. Here you can add them in one neat
place.

******************************************************************/

/******************************************************************

Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet. 

Remember to add things that won't make sense to print at 
the bottom. Things like nav, ads, and forms shouldbe set 
to display none.
******************************************************************/

@media print {
	* {
		background: transparent !important;
		color: black !important;
		text-shadow: none !important;
		-webkit-filter: none !important;
		filter: none !important;
		-ms-filter: none !important;
	}
	a,
	a:visited {
		color: #444 !important;
		text-decoration: underline;
	}
	a:after,
	a:visited:after {
		content: " (" attr(href) ")";
	}
	a abbr[title]:after,
	a:visited abbr[title]:after {
		content: " (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: 0.5cm;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
	.sidebar,
	.page-navigation,
	.wp-prev-next,
	.respond-form,
	nav {
		display: none;
	}
}

/******************************************************************

Stylesheet: Custom stuff

******************************************************************/

th {
	background-color: #29235C;
	color: #FFFFFF;
	font-size: 1rem;
	letter-spacing: 1.5px;
}

table tbody td {
	display: table-cell;
    padding: 1rem;
	min-width: 9rem;
}

td {
	padding: 1rem;
}

td>ul {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	vertical-align: middle;
	font-size: 0.9em;
}

article li {
	color: #000000;
	margin-left: 1rem;
}

#sidebar1 li {
	font-size: 0.9rem;
	line-height: 1.25em;
	margin: 0 0 1rem 0;
	display: block;
}

#sidebar1 h4 {
	font-size: 1.2rem;
	margin-top: 20px;
}

#easy-newsletter-form,
#search-2 label,
.search-form span {
	font-size: 0.8rem;
	color: #3C3C3B;
}

.input-field>label {
	display: none;
}

.search-field::placeholder,
.wpens_email::placeholder {
	font-size: 0.8rem;
}

#sidebar1 a {
	font-family: 'robotoregular';
	font-size: 0.8rem;
}

.search-form .button {
	background-color: #29235C;
	height: 2.45rem;
	color: transparent;
	background-image: url(../images/search-transparent.png);
	background-repeat: no-repeat;
	width: 2.5rem;
	border: 0;
	border-radius: 0px;
	background-position: center;
	padding: 5px!important;
}

.search-form label {
	display: inline;
}

.easy-newsletter .input-field,
.search-field {
	display: inline-block;
}

#easy-newsletter-submit,
#download,
#zrf_submit,
.wpProQuiz_button,
.button {
	background-color: #29235C;
	color: #FFFFFF;
	padding: 0.5rem 1rem;
	margin: 0px 0px 3px 0px;
	position: relative;
	border: 0;
}


#download.button {
	padding: 10px 15px;
}

#easy-newsletter-submit {
	height: 2.4375rem;
}

#easy-newsletter-submit {
	margin: -2px 0px 3px -4px;
}

.wpens_ajax_loader>img {
	display: none!important;
}

.search-field {
	width: 80%;
	display: inline;
	clear: left;
	padding: 0.5rem;
}

.search-form span {
	display: none;
}

.search-form .button {
	margin: -3px 0px 2px -4px;
}

.button {
	top: 0px;
}

div.rss-banner-title {
	z-index: 40;
	color: #FFFFFF;.rss-b
}

div.rss-banner-description {
	max-width: 30vw;
	color: #FFFFFF;
}

.rss-banner-title {
	font-size: calc(1rem + 1.2vw);
	margin-bottom: -0.6rem;
	font-family: 'libre_baskervillebold';
	background-color: #29235c;
	padding: 1rem 3rem;
	-webkit-transform: rotate(2deg);
	-moz-transform: rotate(2deg);
	-ms-transform: rotate(2deg);
	-o-transform: rotate(2deg);
	outline: 1px solid transparent;
}

.rss-banner-description {
	font-size: calc(0.5rem + 0.8vw);
	margin-bottom: 20px;
	margin-left: 1.5rem;
	font-family: 'robotoregular';
	background-color: #000000;
	padding: 0.5rem 1.5rem;
	-webkit-transform: rotate(2deg);
	-moz-transform: rotate(2deg);
	-ms-transform: rotate(2deg);
	-o-transform: rotate(2deg);
	outline: 1px solid transparent;
}

.menu.vertical>li, .first-sub {
	min-width: max-content;
	min-width: -moz-max-content;
}

.first-sub {
	
}

.is-accordion-submenu-parent>a::after {
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: '';
	border-bottom-width: 0;
	border-top-style: solid;
	border-color: white transparent transparent;
	position: relative;
	float: right;
	top: 0;
	margin-top: 30px;
	margin-right: 0rem;
	margin-left: 1.25rem;
}

.submenu a {
	font-size: 0.7rem;
	line-height: 1rem!important;
	padding: 1.5rem!important;
	margin: 0px;
}

.submenu:last-child {
	border: 0px;
}

.foundation-mq {
	font-family: "small=58.4375rem&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

@media screen and (max-width: 63.9375em) {
.rss-inner-slider-sec .rss-banner-caption {
		width: calc(5rem + 5vw);
	}
.top-bar .top-bar-left {
	width: 30%!important;
	}
}

@media screen and (min-width: 639px) and (max-width: 1053px) {
	.wpml-ls-display,
	.wpml-ls-native {
		display: none;
	}
}

@media screen (max-width: 800px) {
	.column.column-block.stack {
		width: 100%;
	}
}

@media (max-width: 638px) {
	.swiper-container {
		background-color: transparent;
		max-height: 640px;
		top: -90px;
	}
	.chars.orbit-caption {
		top: 50%!important;
		margin-left: 0vw!important;
		min-width: 40vw;
	}
	.orbit-previous, .orbit-next {
		display: none!important;
	}
	figure.chars.orbit-figure { 
		margin-right: -12rem;
	}
	.sidebar {
		padding-left: 0rem;
		margin-top: 0px!important;
	}
	#post-417 > header, #post-351 > header, #post-2879 > header, #post-2881 > header {
		padding: 0rem 1rem;
	}	
	.callout {
		padding: 0rem!important;
	}
	.stack svg {
		max-height: 8rem!important;
	}
	.triangle-border {
		font-size: 0.8rem;
	}
}

@media (max-width: 1022px) {
	.top-bar .top-bar-right {
		width: 10%!important;
		margin-top: 2rem;
		}
	.swiper-wrapper {
		max-height: 25rem;
	}
}

@media screen and (max-width: 888px), screen and (min-width: 0px) {
.show-for-medium-only {
    display: block!important;
	}
}

@media screen and (min-width: 1020px) {
.show-for-medium-only {
    display: none!important;
	}
}

@media (max-width: 639px) {
	#inner-content {
    padding: 0vw 0vw 0vw 0vw!important;
	}
		
	#menu-item-43 {
		padding-top: 1rem;
	}
	.is-accordion-submenu-parent>a::after {
	margin-top: 8px!important;
	margin-left: 1.5rem;
	}
	.menu > li > a {
	line-height: 2em!important;
	}
	.article-header {
	}
	div.rss-banner-description {
		max-width: 90vw;
	}
	.rss-banner-url a {
		left: 26vw;
	}
	.swiper.middle {
		bottom: 1rem!important;
		top: auto!important;
	}
	figcaption p {
		font-size: 0.7rem;
		line-height: 0.9rem;
	}
	table li {
		font-size: 0.7rem;
	}
	table th {
		font-size: 0.8rem;
	}
	table ul {
		margin-left: 0.5rem;
	}
	a.rss-banner-url {
		font-size: 0.8rem;
		padding: 10px 30px;
	}
	img.slick {
		max-width: 168%!important;
	}
	.swiper-wrapper {
		max-height: 80%;
	}
	#breadcrumbs {
		display: none;
	}
	.centerright .rss-banner-caption {
		top: 50%;
		right: 0rem;
	}
	.rss-banner-caption {
		top: 10%!important;
		padding: 1rem;
		right: 0rem;
	}
	.chars .orbit-image {
		max-height: 25rem!important;
	}
	.chars .orbit-caption {
		text-align: left!important;
		height: max-content;
	}
	div.rss-banner-title {
		max-width: 90rem;
	}
	.top-bar .top-bar-left {
		width: 80%!important;
	}
	img.attachment-full.size-full.wp-post-image {
		padding: 2rem!important;
		max-width: 100%!important;
	}
	hr {
		margin: 3rem 1rem;
	}
	.columns.cards {
		margin-top: 0px;
	}
	.callout {
		margin-top: 0px;
		padding: 0px!important;
	}
	
	header.article-header {
		margin: 2rem auto!important;
	}
	h2 > a {
		font-size: 1rem;
		line-height: 1.5rem;
	}
	h3,
	h4,
	h5 {
		font-size: 4vw;
		line-height: 5vw;
	}

	.menu>li>a {
		line-height: 3em;
	}
	.wp-image-252 {
		max-width: 40%;
	}
}

@media print, screen and (min-width: 40em) {
	.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a::after {
		border-color: #FFFFFF transparent transparent;
		margin-top: 0px;
	}
	.menu .submenu .is-dropdown-submenu .first-sub .vertical {
		font-size: 1em;
		font-variant-caps: normal;
		border: 0;
	}
}

li.current-menu-item a {
	border: 0;
}

li.current-menu-item {
	background: #413894;
}

.menu {
	background-color: #29235c;
}

.menu>li>a {
	color: #FFFFFF;
}

.dropdown.menu.vertical>li.opens-left>.is-dropdown-submenu {
	left: auto;
	z-index: 85;
	min-width: max-content;
}

.dropdown.menu.vertical>li .is-dropdown-submenu {
	min-width: max-content;
}

@media print,
screen and (min-width: 40em) {
	.dropdown.menu.medium-horizontal>li.opens-left>.is-dropdown-submenu,
	.dropdown.menu.medium-horizontal>li.opens-right>.is-dropdown-submenu {
		padding: 0rem!important;
		padding-top: 0rem!important;
		margin-right: 0px!important;
	}
}

.rss-inner-slider-sec .rss-banner-caption {
	max-width: 78%;
	text-align: right;
}

.rss-banner-url div,
#download button,
.search-submit .button {
	background-color: transparent;
}

.rss-banner-url a:hover,
.rss-banner-url a:focus,
.rss-banner-url a:active {
	color: #FFFFFF;
	/*-webkit-animation: pulse 1s;
    animation: pulse 1s;*/
}

.button,
.wpProQuiz_button a,
.search-submit .button {
	display: inline-block;
	font-family: 'robotobold';
	font-size: 1.2em;
	background-color: #1fc045;
	border-radius: 1px;
	color: #FFFFFF;
	margin-left: 1rem;
	z-index: 0;
}

.search-submit {
	padding: 20px 40px;
}

.rss-banner-url.transparent {
	background-color: transparent;
	display: inline-flex;
}

.rss-banner-url img {

}

#easy-newsletter-submit button:before,
.search-submit .button:before {
	background-color: rgba(81, 60, 186, 0.4);
}

.button:before {
	background-color: rgba(81, 60, 186, 0.4);
}

.button:before,
.rss-banner-url a:before,
.search-submit .button:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	color: #FFFFFF;
	transform: scaleX(0);
	transform-origin: 0 50%;
	transition: transform .3s ease-out;
}

.rss-banner-url.transparent a, .rss-banner-url.transparent a:hover:before , .rss-banner-url.transparent a > .button:hover:before {
	background-color: transparent;
	width: 100%;
}

.button:hover:before,
.rss-banner-url a:hover:before,
.search-submit .button:hover:before {
	transform: scaleX(1);
}

.footer {
	background-color: #1E1E1E;
	font-size: 0.8rem;
}

.footer a,
li {
	color: #777777;
	list-style-position: inside;
}

.footer .menu {
	margin-top: 8px;
	float: right;
	background-color: transparent;
}

.footer li>a {
	line-height: 1.5;
	margin: auto 2px;
}

.footer .menu .active a,
.footer .menu li>a {
	line-height: 1em;
	color: #777777;
}

.footer li.current-menu-item {
	background: transparent;
	vertical-align: bottom;
}

.menu>li>a {
	padding: 1rem;
	padding-top: 1rem;
	text-transform: uppercase;
	line-height: 5em;
}

.menu>li {
	display: inline-block;
}

.menu>li>a {
	display: inline-block;
	font-size: 0.8rem;
}

a.logo {
    padding-left: 0rem!important;
}

.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a {
	margin-left: 20px;
	margin-right: 20px;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left>a {
	margin-right: 10px;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left>a::after {
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: '';
	border-left-width: 0;
	border-right-style: solid;
	border-color: transparent #FFFFFF transparent transparent;
}

.menu.vertical li:focus,
.menu.vertical li:active,
.menu.vertical li:hover {
	min-width: max-content;
	background-color: #1c163e;
}

.menu .active a {
	background: none;
	color: #FFFFFF;
	line-height: 4em;
}

#top-bar-menu {
	padding-top: 0px;
}

.copyright-bottom {
    color: #3c3c3c;
    background-color: #1a1a1a;
	padding-top: 0.5rem;
}
.copyright-bottom p {
	margin-bottom: 0.5rem;
	font-size: 0.7rem;
	line-height: 0.8rem;
}

.copyright {
	color: #4C4C4C;
	font-family: libre_baskervillebold;
	font-size: 1rem;
	top: 0px;
}

.copyright svg {
	max-width: 80px;
	vertical-align: middle;
	margin-top: -4px;
}

.footer .copyright {
	vertical-align: middle;
	margin: 20px 0px 15px 0px;
	display: block;
}

.menu-footer>li>a {
	padding-top: 0.6rem;
}

#menu-item-140:after {
	margin: auto 20px;
	content: "   |   ";
}

.top-bar ul,
.top-bar {
	background-color: #29225c;
	color: #FFFFFF;
}

.top-bar {
	padding: 0rem;
}

.separator {
	color: #3C3C3B;
}

.breadcrumbs li:not(:last-child)::after {
	margin: 0 0.1rem;
}

hr {
	background: url("../../../../uploads/linebreak.svg") center no-repeat;
	height: 35px;
	border: 0;
	margin: 4rem;
	display: block;
	max-width: 100%;
}

section {
	margin: 2rem auto;
}

section::after {
	margin: 0 0.1rem;
}

.top-logo {
	height: calc(2vw + 2.5rem);
	max-height: 4rem;
}

.breadcrumbs {
	padding-top: 4px;
	list-style: none;
	margin: 20px 0px;
	overflow: hidden;
	background-color: #1E1E1E;
	height: 2em;
	width: 100%;
}

.breadcrumbs a,
.breadcrumbs li strong {
	margin: auto 0.2rem;
}

.breadcrumbs a,
.breadcrumbs li {
	color: #686868;
	font-size: 0.6875rem;
}

.breadcrumbs li strong {
	color: #FFFFFF;
}

.bread-link bread-home {
	margin-right: 0.5em;
}

.breadcrumbs a:hover,
a:active {
	color: #999999;
	text-decoration: none;
}

.bread-current {
	color: #FFFFFF;
	letter-spacing: 0.05em;
}

li.item-cat::after {
	margin: 0 0rem;
}

#breadcrumbs {
	color: #FFFFFF;
	font-weight: normal;
	font-family: 'robotoregular';
	font-size: 0.8em;
	margin: auto;
}

#addresses {
	max-width: 75rem;
}

#addresses.row-content {
	margin: 0 auto!important;
}

.item-cat .separator {
	display: none;
}

#inner-content {
	padding: 4vw 8vw 0vw 8vw;
	margin-bottom: 30rem;
}

.row:not(.expanded) .row {
	display: inline;
}

@media (min-width: 516px) and (max-width: 930px) {
	div.gm,
	img.gm {
		min-width: min-content;
	}
}

@media (max-width: 1000px) {
	display-posts-listing > .listing-item {
	width: 90%!important;
	}
}

@media (max-width: 515px) {
	div.gm,
	img.gm {
		min-width: min-content;
		display: inline!important;
	}
	a, p, blockquote, span, .overlay, .listing-item {
			text-align: unset;
	}
}

@media (max-width: 1000px) {
	.testimonials img {
		height: auto!important;
		min-width: 100%!important;
	}
}

@media (max-width: 1200px) {
	.row-full {
		background-image: url(../../../../uploads/sally-1.png)!important;
		background-size: 26%;
		background-repeat: no-repeat;
		background-position: 0% 140%;
	}
	
	p,
	a,
	span,
	li,
	ul,
	ol {
		font-size: 0.9rem;
	}
	.dom {
		font-size: 0.6rem!important;
	}
	.display-posts-listing > .listing-item, ul.display-posts-listing {
		width: 100%!important;
		min-height: max-content!important;
		margin-left: 0px!important;
		margin-right: 0px!important;
	}
	section#royalabc-advantage {
		margin-bottom: -2rem!important;
		padding-bottom: 0rem!important;
	}
	#news h2 {
		margin-top: 3rem;
	}
	
	.row-content {
		margin-left: 1rem!important;
		margin-right: 1rem!important;
	}
	.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a {
		margin-left: 0px;
		margin-right: 0px;
	}
	div#zrf-form {
		padding-left: 0rem!important;
	}
	div.gm,
	img.gm {
		min-width: min-content;
		display: inline!important;
	}

	.footer .menu {
		display: none;
	}
	a.title {
		text-align: left;
	}
	.rss-inner-slider-item {
		background-size: 216%!important;
	}
	.centerright .rss-banner-caption {
		right: 4%;
		top: 60%;
	}
	.wp-image-437 {
		clear: both;
		float: none!important;
		width: 100%!important;
	}
	figcaption.orbit-caption.triangle-border.right p {
		font-size: 0.8rem;
	}
}

body {
	line-height: 0;
}

div.rss-banner-description, div.rss-banner-title {
	line-height: 1.5;
}

.swiper-container.padded {
	    top: 1rem;
		margin-bottom: 4rem;
}

@media (max-width: 767px) {
	#inner-content {
		padding: 0vw 8vw 0vw 8vw!important;
	}
	#overlay p {
		padding-left: 0.5rem!important;
		padding-right: 0.5rem!important;
	}
	.display-posts-listing > .listing-item { 
		width: 45%;
		text-align: left;
	}
	.orbit-controls {
		display: none;
	}
	#team, #overlay p {
		width: 80%!important;
		margin: 0 auto;
		text-align: initial!important;
		height: max-content;
		max-height: max-content;
	}
	.chars .orbit-image {
		margin: 0 40%;
	}
	.rss-banner-title {
		font-size: inherit;
		margin-bottom: inherit;
	}
	
	ul.display-posts-listing {
		margin-left: 0px;
	}
	hr {
		margin: 1rem;
	}
	img.orbit-image {
		margin-left: 16vw;
	}
	#incredible-beginnings,	.entry-content {
		margin-top: 0px;
		padding-top: 0px;
	}
	#inner-content {
		padding: 4vw 6vw;
		margin-bottom: 20rem;
	}
	.entry-content .alignleft, .entry-content img.alignleft {
		margin-right: 1.5rem;
		float: none;
	}
	.wp-image-247, .wp-image-249 {
		width: 80%!important;
	}
	.triangle-border {
		font-size: 0.7rem;
		min-height: 55px;
		max-width: 40vw;
		left: 1.5vw;
		padding-bottom: 10px;
		vertical-align: top; 
	}
	.gm {
		padding-left: 0px!important;
	}

	.figcaption.orbit-caption.triangle-border.right {
		width: 40%!important;
		bottom: 0%!important;
	}
	.figcaption.orbit-caption.triangle-border.right p {
		font-size: 0.8rem;
	}
}

.row {
	max-width: 100%;
}

.row-content {
	min-width: 65vw;
	max-width: 75rem;
	margin-left: auto;
	margin-right: auto;
	display: block;
	position: relative;
}

.row-full {
	background-image: none;
	background-color: #302F72!important;
	margin-right: auto;
	margin-left: auto;
	line-height: 0;
}

#sidebar1 {
	float: right;
	padding-left: 2rem;
}

table,
.kgvid_wrapper {
	margin-bottom: 2.5rem;
}

table thead,
table tbody,
table tfoot {
	border: 1px solid transparent;
	background-color: #f7f7f7;
}

.inline-characters {
	display: inline-block;
}

img.testimonials {
	height: 16rem;
	min-width: 25rem;
}

.large-3.columns.testimonials {
	background: #8a8a8a;
}

.bottom-right {
	vertical-align: bottom;
	float: right;
	display: inline!important;
	max-height: 30vw!important;
}

.menu-icon-top {
	margin: 10vh;
}

.off-canvas button.menu-icon {
	margin: 2.2rem;
}
section#incredible-beginnings {
	margin-top: 3rem!important;
}

/********************************

#give-children-the-world {
	background-color: #f9f9f9;
}

#royalabc-animal-guides {
	background-color: #FFFFFFF;
}

#royalabc-advantage {
	background-color: #f9f9f9;
}

#partner-learning-centres {
	background-color: #FFFFFF;
}

#royalabc-curriculum {
	background-color: #f9f9f9;
}

#learning-outcomes {
	background-color: #FFFFFF;
}

#royalabc-teacher-training {
	background-color: #FFFFFF;
}

#growth-mindset {
	background-color: #f9f9f9;
}

#blended-learning-and-21st-century-skills {
	background-color: #FFFFFF;
}
 
#community {
	background-color: #FFFFFF;
}

#faq {
	background-color: #f9f9f9;
} 

#powered-by-prosper {
	background-color: #FFFFFF;
}

*****************************************************/

#news,
#royalabc-advantage,
#royalabc-units {
    padding: 3em 0;
    display: table;
	width: 100%;
}

section:not:first-child {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

section:first-child {
	padding-top: 0rem!important;
	margin-top: 0rem!important;
}

section > :first-child {
	padding-top: 0rem;
	margin-top: 0rem;
}

section {
	display: block;
	clear: both;
}

img.attachment-full.size-full.wp-post-image {
    max-width: 80%;
    padding: 3rem;
} 

#post-28 header.article-header, #post-871 header.article-header, #post-869 header.article-header, #post-2918 header.article-header, #post-2904 header.article-header {
	display: none;
}

#royalabc-curriculum table tbody {
	background-color: #f1f1f1;
}

.column,
.columns {
	padding-left: 0rem;
	padding-right: 0rem;
}

.swiper-container {
	background-color: transparent;
	max-height: 640px;
	top: -44px;
    min-height: max-content;
}

.swiper-wrapper {
	max-height: 35rem;
}

.swiper-slide {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

#teaching-team {
	width: 20rem;
    height: 20rem;
    border: 0px;
    margin: 5% auto 0 auto;
    overflow: hidden;
    background-repeat: no-repeat;
    border-radius: 50%;
    background-position: center!important;
	max-width: 100%;
}

#team {
	width: 100%;
	height: 100%;
	border: none!important;
	overflow: hidden;
	background-repeat: no-repeat!important;
	background-position: center!important;
	height: 31rem;
}
#royalabc-units {
	display: table;
}
#overlay {
	background: rgba(25, 17, 88, .75);
	text-align: center;
	padding: 45px 0 66px 0;
	opacity: 0;
	-webkit-transition: opacity .6s ease;
	height: 100%;
}

#overlay p {
    color: #FFFFFF;
    font-size: 0.75rem;
    padding-top: 0rem;
    padding-right: 1rem;
    padding-left: 1rem;
    line-height: 0.85rem;
    text-align: justify;
}

#overlay b {
	color: #FFFFFF;
	font-size: 0.8rem;
	padding: 0.5rem;
	line-height: 1;
}

#overlay a,
#overlay a:hover,
#overlay a:active,
#overlay a:visited {
	color: #f1f1f1;
}

#team:hover #overlay,
#team:focus #overlay,
#team:active #overlay {
	opacity: 1;
} 

#bio-small p, #bio-small h3 {
    text-align: center;
}

#bio-small h3 {
    margin-bottom: 0.25rem;
}
	
#bio-small p {
    margin-bottom: 1.25rem;
}
	
#teaching-team {
	margin: 5% auto 1.5rem auto;
}

#bio-small {
    padding: 0 1.5rem;
}


.callout {
	border: 0;
	padding: 0px;
	margin: 0rem 0.5rem 0rem 0.5rem;
	background: transparent;
}

.wpml-ls-menu-item {
	font-size: 0.8em;
}

#inner-content {
	position: relative;
	z-index: 50;
	background-color: #FFFFFF;
}

.footer-wrapper {
	position: fixed;
	display: block;
	bottom: 0px;
	z-index: -1;
	height: inherit;
	width: 100%;
	background-color: #1E1E1E;
}

#menu-item-43 li {
	padding-top: 1.6rem;
}

body {
	background-color: #29225c;
}

#top {
	display: none;
	position: fixed;
	bottom: 2vh;
	right: 2vw;
	z-index: 99;
	border: none;
	outline: none;
	background-color: transparent;
	color: #CCCCCC;
	font-weight: bold;
	font-size: 3rem;
	cursor: pointer;
}

#top a:hover, #top a:focus {
	color: #555;
}

.rss-banner-caption {
	right: 1rem;
	position: absolute;
	top: 40%;
	min-width: 30vw;
}

screen (min-width: 1500px) {
.rss-banner-caption {
		min-width: 38rem;
	}
}

.slider {
	height: 100%;
}

.swiper-slide img {
	width: auto;
	display: block;
	position: absolute;
}
.rss-banner-url.transparent.wow.bounceIn {
    min-width: 8rem;
}

div.swiper-slide {
	margin-top: 0px!important;
	margin-bottom: 0px!important;
	max-height: 40rem;
}

#content-not-found {
	text-align: center;
	vertical-align: middle;
	position: relative;
}

.off-canvas {
	background-color: #29225c;
	z-index: 2;
}

.purple-bg {
	background-color: #28245c;
}

.light-gray-gradient-rad {
	background: #ffffff; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, #ffffff 1%, #c8c8c8 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover, #ffffff 1%,#c8c8c8 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center, #ffffff 1%,#c8c8c8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c8c8c8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.dark-gray-gradient-rad {
	background: #8c8c8c; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, #8c8c8c 0%, #515151 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover, #8c8c8c 0%,#515151 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center, #8c8c8c 0%,#515151 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c8c8c', endColorstr='#515151',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.blue-gradient-rad {
	background: rgb(199, 222, 237);
	/* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, rgba(199, 222, 237, 1) 0%, rgba(79, 134, 172, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover, rgba(199, 222, 237, 1) 0%, rgba(79, 134, 172, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center, rgba(199, 222, 237, 1) 0%, rgba(79, 134, 172, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7deed', endColorstr='#4f86ac', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
}

.purple-gradient-rad {
	background: #999999; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, rgba(161, 162, 183, 1) 0%, rgba(45, 45, 109, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover, rgba(161, 162, 183, 1) 0%, rgba(45, 45, 109, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center, rgba(161, 162, 183, 1) 0%, rgba(45, 45, 109, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1a2b7', endColorstr='#2d2d6d', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
}

.light-blue-gradient-rad {
	background: #999999; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, #ffffff 1%, #9addff 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover, #ffffff 1%,#9addff 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center, #ffffff 1%,#9addff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#9addff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}


.light-purple-gradient-rad {
	background: #999999; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, #ffffff 1%, #a9a6c8 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover, #ffffff 1%,#a9a6c8 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center, #ffffff 1%,#a9a6c8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#a9a6c8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.green-gradient-rad {
	background: #83ba7c; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, #83ba7c 0%, #456b24 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover, #83ba7c 0%,#456b24 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center, #83ba7c 0%,#456b24 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#83ba7c', endColorstr='#456b24',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.box-rounded {
	background-color: white;
    padding: 3rem;
    border-radius: 4px;
}

.slick.bottom {
	bottom: 0%;
}

.slick.middle {
	top: 7vh;
}

.aligncenter {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.position-right {
	min-width: max-content;
	min-width: -moz-max-content;
	padding-top: 0rem;
}

#wp-image-252 {
	max-width: 10rem;
}

.entry-content embed {
    min-width: 100%;
    min-height: 140vh;
    display: inline;
    position: relative;
}

.display-posts-listing {
    display: block;
    clear: both;
}

.display-posts-listing > .listing-item {
	font-size: 0.8rem;
	min-height: 25rem;
	list-style: none;
	width: 30%;
	float: left;
	padding: 2rem;
	border: solid 1px #e0e0e0;
	display: block;
	margin: 0.5rem;
	background-color: #FFFFFF;
}

.listing-item > .title {
    margin-top: 2.5rem;
    position: relative;
    display: block;
}

div#zrf-form {
    padding-left: 2rem;
}


.thumbnail {
	-webkit-box-shadow: 0 0 0 0px rgba(10, 10, 10, 0.0);
	box-shadow: 0 0 0 0px rgba(10, 10, 10, 0.0);
	border: 0px;
    max-height: 12rem!important;
}

.subtitle {
	font-size: 0.8rem;	 
	text-align: center;
	font-family: 'libre_baskervillebold';
	color: #444;
	margin: 1rem auto;
}

.listing-item:first-child {
	margin-left: 0px;
}
.listing-item:last-child {
	margin-right: 0px;
}
.listing-item {
	padding-top: 2rem;
}

section#royalabc-advantage {
    padding-bottom: 0px!important;
}

section#download {
    padding-top: 4rem;
}

.display-posts-listing, .display-posts-listing ul {
	margin: 0px!important;
}

header.article-header {
    max-width: 80rem;
    /*margin: 4rem auto;*/
}	

#post-417 > header, #post-351 > header, #post-2879 > header, #post-2881 > header {
    padding: 2rem 0rem;
    max-width: 76rem;
    margin: auto;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
  /* High-res styles go here */
}

#nav_menu-2 a, #nav_menu-3 a, #nav_menu-4 a, #nav_menu-5 a, #nav_menu-6 a, #nav_menu-7 a, #nav_menu-8 a, #nav_menu-9 a, #nav_menu-10 a, #nav_menu-11 a, #nav_menu-12 a, #nav_menu-13 a, #nav_menu-14 a, #search-2 a, #recent-posts-2 a #archives-2 a, #categories-2 a, #custom_html-1 a, #custom_html-2 a, #ldcourseprogress-2 a, #widget_ldcoursenavigation-2 a, #ldcourseinfo-2 a  {
	background-color: transparent;
	text-transform: initial;
	line-height: 1rem;
	color: #000000;
	margin: 0 0 0 0;
	width: 100%;
}
 
#nav_menu-2 a:hover, #nav_menu-3 a:hover, #nav_menu-4 a:hover, #nav_menu-5 a:hover, #nav_menu-6 a:hover, #nav_menu-7 a:hover, #nav_menu-8 a:hover, #nav_menu-9 a:hover, #nav_menu-10 a:hover, #nav_menu-11 a:hover, #nav_menu-12 a:hover, #nav_menu-13 a:hover, #nav_menu-14 a:hover, #search-2 a:hover, #recent-posts-2 a:hover #archives-2 a:hover, #categories-2 a:hover, #custom_html-1 a, #custom_html-2 a:hover, #ldcourseprogress-2 a:hover, #widget_ldcoursenavigation-2 a:hover, #ldcourseinfo-2 a:hover {
	margin-bottom: -2px;
	border-bottom: solid 2px #413894;
}

.widget ul.menu {
	background-color: transparent;
}

.widget ul.menu>li.current-menu-item a {
	color: #ffffff!important;
	width: 100%;
}

#addresses .stack:last-child {
	float: right;
}

.type-post li {
    padding-left: 1rem;
    list-style: inside;
}

.thumb {
	min-height: 41rem!important;
	max-height: 41rem!important;
	max-width: 13rem;
    min-width: 13rem;
}

p.description {
    font-size: 0.8rem;
}

.learndash_content li {
	margin-left: 1rem;
}

.learndash_content h4 {
	font-size: 1rem;
	margin-bottom: 1rem;
}

.menu>li>a> img.top-logo {
	padding-left: 0px!important;
	
}

.pad1 {
	padding: 0.25rem 1rem;
}

.pad1 p {
	margin-bottom: 2rem;
}

.topbar-wrapper {
	background-color: #1E1E1E;
	display: block;
    width: 100%;
	top:0px;
}

@media screen and (min-width: 877px) and (max-width: 1019px) {
	/*.topbar-wrapper {
	top: -126px;
	}*/
	.swiper-wrapper {
    max-height: 21rem;
	}
}
/*
 .menu>li>a.shrink:first-child {
	padding: 0px 1.5rem!important;
}

.menu>li>a.is-submenu-item.shrink {
	padding: 1.5rem!important;
}


a.logo.shrink img {
	padding:0.5rem!important;
}
*/

.byline {
	display: none;
}

.leardash-course-status .leardash-course-status-not-started {
	color: #8a8a8a;
}

.leardash-course-status .leardash-course-status-not-started {
	color: #8a8a8a;
}

#learndash_lessons #lesson_heading, #learndash_profile .learndash_profile_heading, #learndash_quizzes #quiz_heading, #learndash_lesson_topics_list div > strong {
	box-shadow: 0px;
	border-radius: 0px;
	color: #FFFFFF;
	background-color: #1E1E1E;
}

#learndash_course_content_title {
	margin-bottom: 3rem;
}
.swiper-pagination-bullet {
	height: 0.75rem;
	width: 0.75rem;
}

.swiper-pagination-bullet-active {
	-webkit-animation: pulse 1s;
    animation: pulse 1s;
	-moz-box-shadow: 0px 0px 0px 4px #fff;
	-webkit-box-shadow: 0px 0px 0px 4px #fff;
	box-shadow: 0px 0px 0px 4px #fff;
	background-color: #61c94a!important;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0.5rem 0.25rem;
}
.swiper-pagination-bullet {
	background: #fff
}

.media-kit {
	border: 1px solid #c8c8c8;
	margin: -0.5px;
}

.media-kit p, .media-kit a {
	margin: 0 auto;
	padding: 0.5rem;
}

.media-kit div img {
	padding: 2rem;
}
.media-kit > .thumbnail {
	padding: 2rem;
}

.purple-bg {
	background-color: #28245c;
}

.lightgray-bg {
	background-color: #efefef;
}

.callout {
	padding: 2rem;
    border-radius: 0.5rem;
	margin: 1rem auto;
}
.rss-banner-url > a > img {
	position: relative;
	max-width: 10.5rem;
    margin-top: 0.5rem;
}
.entry-content video, .entry-content object {
	margin: 1rem auto;
}

.callout.primary {
	background-color: aliceblue;
}

.learndash_navigation_lesson_topics_list .list_arrow.collapse {
	background-position: 50% 10px;
}

.wpProQuiz_quiz {
    padding-left: 2rem;
}

.quiz_continue_link {
	border-radius: 0px;
}

.sidebar1 span, .ld-course-info-my-courses h2, span.learndash-profile-course-title, .sidebar1 p, .sidebar1 a {
	font-size: 1rem;
	text-align: left;
}

dd.course_progress div.course_progress_blue {
	border-radius: 0px;
	background: #bfd255; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #bfd255 0%, #8eb92a 50%, #72aa00 50%, #9ecb2d 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #bfd255 0%,#8eb92a 50%,#72aa00 50%,#9ecb2d 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #bfd255 0%,#8eb92a 50%,#72aa00 50%,#9ecb2d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.particle {
  position: absolute;
  border-radius: 50%;
}

@-webkit-keyframes particle-animation-1 {
  100% {
    -webkit-transform: translate3d(60vw, 31vh, 96px);
            transform: translate3d(60vw, 31vh, 96px);
  }
}

@keyframes particle-animation-1 {
  100% {
    -webkit-transform: translate3d(60vw, 31vh, 96px);
            transform: translate3d(60vw, 31vh, 96px);
  }
}
.particle:nth-child(1) {
  -webkit-animation: particle-animation-1 10s infinite;
          animation: particle-animation-1 10s infinite;
  opacity: 0.02;
  height: 7px;
  width: 7px;
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
  -webkit-transform: translate3d(89vw, 44vh, 50px);
          transform: translate3d(89vw, 44vh, 50px);
  background: #fff;
}

@-webkit-keyframes particle-animation-2 {
  100% {
    -webkit-transform: translate3d(68vw, 88vh, 2px);
            transform: translate3d(68vw, 88vh, 2px);
  }
}

@keyframes particle-animation-2 {
  100% {
    -webkit-transform: translate3d(68vw, 88vh, 2px);
            transform: translate3d(68vw, 88vh, 2px);
  }
}
.particle:nth-child(2) {
  -webkit-animation: particle-animation-2 10s infinite;
          animation: particle-animation-2 10s infinite;
  opacity: 0.11;
  height: 10px;
  width: 10px;
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
  -webkit-transform: translate3d(68vw, 86vh, 60px);
          transform: translate3d(68vw, 86vh, 60px);
  background: #fff;
}

@-webkit-keyframes particle-animation-3 {
  100% {
    -webkit-transform: translate3d(75vw, 89vh, 81px);
            transform: translate3d(75vw, 89vh, 81px);
  }
}

@keyframes particle-animation-3 {
  100% {
    -webkit-transform: translate3d(75vw, 89vh, 81px);
            transform: translate3d(75vw, 89vh, 81px);
  }
}
.particle:nth-child(3) {
  -webkit-animation: particle-animation-3 10s infinite;
          animation: particle-animation-3 10s infinite;
  opacity: 0.62;
  height: 8px;
  width: 8px;
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
  -webkit-transform: translate3d(56vw, 70vh, 96px);
          transform: translate3d(56vw, 70vh, 96px);
  background: #fff;
}

@-webkit-keyframes particle-animation-4 {
  100% {
    -webkit-transform: translate3d(50vw, 81vh, 64px);
            transform: translate3d(50vw, 81vh, 64px);
  }
}

@keyframes particle-animation-4 {
  100% {
    -webkit-transform: translate3d(50vw, 81vh, 64px);
            transform: translate3d(50vw, 81vh, 64px);
  }
}
.particle:nth-child(4) {
  -webkit-animation: particle-animation-4 10s infinite;
          animation: particle-animation-4 10s infinite;
  opacity: 0.03;
  height: 8px;
  width: 8px;
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
  -webkit-transform: translate3d(25vw, 85vh, 8px);
          transform: translate3d(25vw, 85vh, 8px);
  background: #fff;
}

@-webkit-keyframes particle-animation-5 {
  100% {
    -webkit-transform: translate3d(30vw, 77vh, 34px);
            transform: translate3d(30vw, 77vh, 34px);
  }
}

@keyframes particle-animation-5 {
  100% {
    -webkit-transform: translate3d(30vw, 77vh, 34px);
            transform: translate3d(30vw, 77vh, 34px);
  }
}
.particle:nth-child(5) {
  -webkit-animation: particle-animation-5 10s infinite;
          animation: particle-animation-5 10s infinite;
  opacity: 0.42;
  height: 8px;
  width: 8px;
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
  -webkit-transform: translate3d(34vw, 68vh, 3px);
          transform: translate3d(34vw, 68vh, 3px);
  background: #4426d9;
}

@-webkit-keyframes particle-animation-6 {
  100% {
    -webkit-transform: translate3d(22vw, 41vh, 92px);
            transform: translate3d(22vw, 41vh, 92px);
  }
}

@keyframes particle-animation-6 {
  100% {
    -webkit-transform: translate3d(22vw, 41vh, 92px);
            transform: translate3d(22vw, 41vh, 92px);
  }
}
.particle:nth-child(6) {
  -webkit-animation: particle-animation-6 10s infinite;
          animation: particle-animation-6 10s infinite;
  opacity: 0.65;
  height: 6px;
  width: 6px;
  -webkit-animation-delay: -1.2s;
          animation-delay: -1.2s;
  -webkit-transform: translate3d(22vw, 61vh, 8px);
          transform: translate3d(22vw, 61vh, 8px);
  background: #fff;
}

@-webkit-keyframes particle-animation-7 {
  100% {
    -webkit-transform: translate3d(21vw, 3vh, 1px);
            transform: translate3d(21vw, 3vh, 1px);
  }
}

@keyframes particle-animation-7 {
  100% {
    -webkit-transform: translate3d(21vw, 3vh, 1px);
            transform: translate3d(21vw, 3vh, 1px);
  }
}
.particle:nth-child(7) {
  -webkit-animation: particle-animation-7 10s infinite;
          animation: particle-animation-7 10s infinite;
  opacity: 0.59;
  height: 10px;
  width: 10px;
  -webkit-animation-delay: -1.4s;
          animation-delay: -1.4s;
  -webkit-transform: translate3d(53vw, 79vh, 82px);
          transform: translate3d(53vw, 79vh, 82px);
  background: #fff;
}

@-webkit-keyframes particle-animation-8 {
  100% {
    -webkit-transform: translate3d(81vw, 61vh, 7px);
            transform: translate3d(81vw, 61vh, 7px);
  }
}

@keyframes particle-animation-8 {
  100% {
    -webkit-transform: translate3d(81vw, 61vh, 7px);
            transform: translate3d(81vw, 61vh, 7px);
  }
}
.particle:nth-child(8) {
  -webkit-animation: particle-animation-8 10s infinite;
          animation: particle-animation-8 10s infinite;
  opacity: 0.78;
  height: 10px;
  width: 10px;
  -webkit-animation-delay: -1.6s;
          animation-delay: -1.6s;
  -webkit-transform: translate3d(6vw, 85vh, 5px);
          transform: translate3d(6vw, 85vh, 5px);
  background: #fff;
}

@-webkit-keyframes particle-animation-9 {
  100% {
    -webkit-transform: translate3d(6vw, 51vh, 78px);
            transform: translate3d(6vw, 51vh, 78px);
  }
}

@keyframes particle-animation-9 {
  100% {
    -webkit-transform: translate3d(6vw, 51vh, 78px);
            transform: translate3d(6vw, 51vh, 78px);
  }
}
.particle:nth-child(9) {
  -webkit-animation: particle-animation-9 10s infinite;
          animation: particle-animation-9 10s infinite;
  opacity: 0.01;
  height: 7px;
  width: 7px;
  -webkit-animation-delay: -1.8s;
          animation-delay: -1.8s;
  -webkit-transform: translate3d(90vw, 56vh, 25px);
          transform: translate3d(90vw, 56vh, 25px);
  background: #fff;
}

@-webkit-keyframes particle-animation-10 {
  100% {
    -webkit-transform: translate3d(8vw, 83vh, 15px);
            transform: translate3d(8vw, 83vh, 15px);
  }
}

@keyframes particle-animation-10 {
  100% {
    -webkit-transform: translate3d(8vw, 83vh, 15px);
            transform: translate3d(8vw, 83vh, 15px);
  }
}
.particle:nth-child(10) {
  -webkit-animation: particle-animation-10 10s infinite;
          animation: particle-animation-10 10s infinite;
  opacity: 0.68;
  height: 10px;
  width: 10px;
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
  -webkit-transform: translate3d(8vw, 84vh, 71px);
          transform: translate3d(8vw, 84vh, 71px);
  background: #fff;
}

@-webkit-keyframes particle-animation-11 {
  100% {
    -webkit-transform: translate3d(27vw, 42vh, 2px);
            transform: translate3d(27vw, 42vh, 2px);
  }
}

@keyframes particle-animation-11 {
  100% {
    -webkit-transform: translate3d(27vw, 42vh, 2px);
            transform: translate3d(27vw, 42vh, 2px);
  }
}
.particle:nth-child(11) {
  -webkit-animation: particle-animation-11 10s infinite;
          animation: particle-animation-11 10s infinite;
  opacity: 0.31;
  height: 8px;
  width: 8px;
  -webkit-animation-delay: -2.2s;
          animation-delay: -2.2s;
  -webkit-transform: translate3d(56vw, 29vh, 71px);
          transform: translate3d(56vw, 29vh, 71px);
  background: #fff;
}

@-webkit-keyframes particle-animation-12 {
  100% {
    -webkit-transform: translate3d(50vw, 69vh, 48px);
            transform: translate3d(50vw, 69vh, 48px);
  }
}

@keyframes particle-animation-12 {
  100% {
    -webkit-transform: translate3d(50vw, 69vh, 48px);
            transform: translate3d(50vw, 69vh, 48px);
  }
}
.particle:nth-child(12) {
  -webkit-animation: particle-animation-12 10s infinite;
          animation: particle-animation-12 10s infinite;
  opacity: 0.95;
  height: 6px;
  width: 6px;
  -webkit-animation-delay: -2.4s;
          animation-delay: -2.4s;
  -webkit-transform: translate3d(42vw, 38vh, 16px);
          transform: translate3d(42vw, 38vh, 16px);
  background: #fff;
}

@-webkit-keyframes particle-animation-13 {
  100% {
    -webkit-transform: translate3d(7vw, 11vh, 95px);
            transform: translate3d(7vw, 11vh, 95px);
  }
}

@keyframes particle-animation-13 {
  100% {
    -webkit-transform: translate3d(7vw, 11vh, 95px);
            transform: translate3d(7vw, 11vh, 95px);
  }
}
.particle:nth-child(13) {
  -webkit-animation: particle-animation-13 10s infinite;
          animation: particle-animation-13 10s infinite;
  opacity: 0.1;
  height: 6px;
  width: 6px;
  -webkit-animation-delay: -2.6s;
          animation-delay: -2.6s;
  -webkit-transform: translate3d(28vw, 51vh, 3px);
          transform: translate3d(28vw, 51vh, 3px);
  background: #fff;
}

@-webkit-keyframes particle-animation-14 {
  100% {
    -webkit-transform: translate3d(2vw, 80vh, 76px);
            transform: translate3d(2vw, 80vh, 76px);
  }
}

@keyframes particle-animation-14 {
  100% {
    -webkit-transform: translate3d(2vw, 80vh, 76px);
            transform: translate3d(2vw, 80vh, 76px);
  }
}
.particle:nth-child(14) {
  -webkit-animation: particle-animation-14 10s infinite;
          animation: particle-animation-14 10s infinite;
  opacity: 0.03;
  height: 8px;
  width: 8px;
  -webkit-animation-delay: -2.8s;
          animation-delay: -2.8s;
  -webkit-transform: translate3d(39vw, 49vh, 96px);
          transform: translate3d(39vw, 49vh, 96px);
  background: #fff;
}

@-webkit-keyframes particle-animation-15 {
  100% {
    -webkit-transform: translate3d(70vw, 35vh, 29px);
            transform: translate3d(70vw, 35vh, 29px);
  }
}

@keyframes particle-animation-15 {
  100% {
    -webkit-transform: translate3d(70vw, 35vh, 29px);
            transform: translate3d(70vw, 35vh, 29px);
  }
}
.particle:nth-child(15) {
  -webkit-animation: particle-animation-15 10s infinite;
          animation: particle-animation-15 10s infinite;
  opacity: 0.51;
  height: 6px;
  width: 6px;
  -webkit-animation-delay: -3s;
          animation-delay: -3s;
  -webkit-transform: translate3d(58vw, 7vh, 97px);
          transform: translate3d(58vw, 7vh, 97px);
  background: #fff;
}

@-webkit-keyframes particle-animation-16 {
  100% {
    -webkit-transform: translate3d(45vw, 14vh, 48px);
            transform: translate3d(45vw, 14vh, 48px);
  }
}

@keyframes particle-animation-16 {
  100% {
    -webkit-transform: translate3d(45vw, 14vh, 48px);
            transform: translate3d(45vw, 14vh, 48px);
  }
}
.particle:nth-child(16) {
  -webkit-animation: particle-animation-16 10s infinite;
          animation: particle-animation-16 10s infinite;
  opacity: 0.04;
  height: 10px;
  width: 10px;
  -webkit-animation-delay: -3.2s;
          animation-delay: -3.2s;
  -webkit-transform: translate3d(15vw, 66vh, 15px);
          transform: translate3d(15vw, 66vh, 15px);
  background: #fff;
}

@-webkit-keyframes particle-animation-17 {
  100% {
    -webkit-transform: translate3d(85vw, 51vh, 15px);
            transform: translate3d(85vw, 51vh, 15px);
  }
}

@keyframes particle-animation-17 {
  100% {
    -webkit-transform: translate3d(85vw, 51vh, 15px);
            transform: translate3d(85vw, 51vh, 15px);
  }
}
.particle:nth-child(17) {
  -webkit-animation: particle-animation-17 10s infinite;
          animation: particle-animation-17 10s infinite;
  opacity: 0.89;
  height: 7px;
  width: 7px;
  -webkit-animation-delay: -3.4s;
          animation-delay: -3.4s;
  -webkit-transform: translate3d(12vw, 50vh, 11px);
          transform: translate3d(12vw, 50vh, 11px);
  background: #fff;
}

@-webkit-keyframes particle-animation-18 {
  100% {
    -webkit-transform: translate3d(83vw, 15vh, 76px);
            transform: translate3d(83vw, 15vh, 76px);
  }
}

@keyframes particle-animation-18 {
  100% {
    -webkit-transform: translate3d(83vw, 15vh, 76px);
            transform: translate3d(83vw, 15vh, 76px);
  }
}
.particle:nth-child(18) {
  -webkit-animation: particle-animation-18 10s infinite;
          animation: particle-animation-18 10s infinite;
  opacity: 0.95;
  height: 8px;
  width: 8px;
  -webkit-animation-delay: -3.6s;
          animation-delay: -3.6s;
  -webkit-transform: translate3d(15vw, 45vh, 77px);
          transform: translate3d(15vw, 45vh, 77px);
  background: #fff;
}

@-webkit-keyframes particle-animation-19 {
  100% {
    -webkit-transform: translate3d(15vw, 32vh, 22px);
            transform: translate3d(15vw, 32vh, 22px);
  }
}

@keyframes particle-animation-19 {
  100% {
    -webkit-transform: translate3d(15vw, 32vh, 22px);
            transform: translate3d(15vw, 32vh, 22px);
  }
}
.particle:nth-child(19) {
  -webkit-animation: particle-animation-19 10s infinite;
          animation: particle-animation-19 10s infinite;
  opacity: 0.03;
  height: 10px;
  width: 10px;
  -webkit-animation-delay: -3.8s;
          animation-delay: -3.8s;
  -webkit-transform: translate3d(56vw, 47vh, 11px);
          transform: translate3d(56vw, 47vh, 11px);
  background: #fff;
}

@-webkit-keyframes particle-animation-20 {
  100% {
    -webkit-transform: translate3d(86vw, 67vh, 66px);
            transform: translate3d(86vw, 67vh, 66px);
  }
}

@keyframes particle-animation-20 {
  100% {
    -webkit-transform: translate3d(86vw, 67vh, 66px);
            transform: translate3d(86vw, 67vh, 66px);
  }
}
.particle:nth-child(20) {
  -webkit-animation: particle-animation-20 10s infinite;
          animation: particle-animation-20 10s infinite;
  opacity: 0.82;
  height: 7px;
  width: 7px;
  -webkit-animation-delay: -4s;
          animation-delay: -4s;
  -webkit-transform: translate3d(11vw, 26vh, 88px);
          transform: translate3d(11vw, 26vh, 88px);
  background: #fff;
}

@-webkit-keyframes particle-animation-21 {
  100% {
    -webkit-transform: translate3d(53vw, 67vh, 93px);
            transform: translate3d(53vw, 67vh, 93px);
  }
}

@keyframes particle-animation-21 {
  100% {
    -webkit-transform: translate3d(53vw, 67vh, 93px);
            transform: translate3d(53vw, 67vh, 93px);
  }
}
.particle:nth-child(21) {
  -webkit-animation: particle-animation-21 10s infinite;
          animation: particle-animation-21 10s infinite;
  opacity: 0.58;
  height: 10px;
  width: 10px;
  -webkit-animation-delay: -4.2s;
          animation-delay: -4.2s;
  -webkit-transform: translate3d(55vw, 73vh, 64px);
          transform: translate3d(55vw, 73vh, 64px);
  background: #fff;
}

@-webkit-keyframes particle-animation-22 {
  100% {
    -webkit-transform: translate3d(65vw, 16vh, 96px);
            transform: translate3d(65vw, 16vh, 96px);
  }
}

@keyframes particle-animation-22 {
  100% {
    -webkit-transform: translate3d(65vw, 16vh, 96px);
            transform: translate3d(65vw, 16vh, 96px);
  }
}
.particle:nth-child(22) {
  -webkit-animation: particle-animation-22 40s infinite;
          animation: particle-animation-22 40s infinite;
  opacity: 0.62;
  height: 7px;
  width: 7px;
  -webkit-animation-delay: -4.4s;
          animation-delay: -4.4s;
  -webkit-transform: translate3d(55vw, 110vh, 64px);
          transform: translate3d(55vw, 110vh, 64px);
  background: #fff;
}

@-webkit-keyframes particle-animation-23 {
  100% {
    -webkit-transform: translate3d(4vw, 3vh, 73px);
            transform: translate3d(4vw, 3vh, 73px);
  }
}

@keyframes particle-animation-23 {
  100% {
    -webkit-transform: translate3d(4vw, 3vh, 73px);
            transform: translate3d(4vw, 3vh, 73px);
  }
}
.particle:nth-child(23) {
  -webkit-animation: particle-animation-23 10s infinite;
          animation: particle-animation-23 10s infinite;
  opacity: 0.16;
  height: 9px;
  width: 9px;
  -webkit-animation-delay: -4.6s;
          animation-delay: -4.6s;
  -webkit-transform: translate3d(72vw, 72vh, 66px);
          transform: translate3d(72vw, 72vh, 66px);
  background: #fff;
}

@-webkit-keyframes particle-animation-24 {
  100% {
    -webkit-transform: translate3d(54vw, 1vh, 85px);
            transform: translate3d(54vw, 1vh, 85px);
  }
}

@keyframes particle-animation-24 {
  100% {
    -webkit-transform: translate3d(54vw, 1vh, 85px);
            transform: translate3d(54vw, 1vh, 85px);
  }
}
.particle:nth-child(24) {
  -webkit-animation: particle-animation-24 10s infinite;
          animation: particle-animation-24 10s infinite;
  opacity: 0.21;
  height: 10px;
  width: 10px;
  -webkit-animation-delay: -4.8s;
          animation-delay: -4.8s;
  -webkit-transform: translate3d(21vw, 79vh, 27px);
          transform: translate3d(21vw, 79vh, 27px);
  background: #fff;
}

@-webkit-keyframes particle-animation-25 {
  100% {
    -webkit-transform: translate3d(70vw, 65vh, 2px);
            transform: translate3d(70vw, 65vh, 2px);
  }
}

@keyframes particle-animation-25 {
  100% {
    -webkit-transform: translate3d(70vw, 65vh, 2px);
            transform: translate3d(70vw, 65vh, 2px);
  }
}
.particle:nth-child(25) {
  -webkit-animation: particle-animation-25 10s infinite;
          animation: particle-animation-25 10s infinite;
  opacity: 0.49;
  height: 9px;
  width: 9px;
  -webkit-animation-delay: -5s;
          animation-delay: -5s;
  -webkit-transform: translate3d(70vw, 84vh, 22px);
          transform: translate3d(70vw, 84vh, 22px);
  background: #fff;
}

@-webkit-keyframes particle-animation-26 {
  100% {
    -webkit-transform: translate3d(16vw, 1vh, 30px);
            transform: translate3d(16vw, 1vh, 30px);
  }
}

@keyframes particle-animation-26 {
  100% {
    -webkit-transform: translate3d(16vw, 1vh, 30px);
            transform: translate3d(16vw, 1vh, 30px);
  }
}
.particle:nth-child(26) {
  -webkit-animation: particle-animation-26 10s infinite;
          animation: particle-animation-26 10s infinite;
  opacity: 0.15;
  height: 8px;
  width: 8px;
  -webkit-animation-delay: -5.2s;
          animation-delay: -5.2s;
  -webkit-transform: translate3d(24vw, 44vh, 71px);
          transform: translate3d(24vw, 44vh, 71px);
  background: #fff;
}

@-webkit-keyframes particle-animation-27 {
  100% {
    -webkit-transform: translate3d(35vw, 30vh, 54px);
            transform: translate3d(35vw, 30vh, 54px);
  }
}

@keyframes particle-animation-27 {
  100% {
    -webkit-transform: translate3d(35vw, 30vh, 54px);
            transform: translate3d(35vw, 30vh, 54px);
  }
}
.particle:nth-child(27) {
  -webkit-animation: particle-animation-27 10s infinite;
          animation: particle-animation-27 10s infinite;
  opacity: 0.97;
  height: 6px;
  width: 6px;
  -webkit-animation-delay: -5.4s;
          animation-delay: -5.4s;
  -webkit-transform: translate3d(54vw, 12vh, 14px);
          transform: translate3d(54vw, 12vh, 14px);
  background: #fff;
}

@-webkit-keyframes particle-animation-28 {
  100% {
    -webkit-transform: translate3d(75vw, 72vh, 59px);
            transform: translate3d(75vw, 72vh, 59px);
  }
}

@keyframes particle-animation-28 {
  100% {
    -webkit-transform: translate3d(75vw, 72vh, 59px);
            transform: translate3d(75vw, 72vh, 59px);
  }
}
.particle:nth-child(28) {
  -webkit-animation: particle-animation-28 10s infinite;
          animation: particle-animation-28 10s infinite;
  opacity: 0.85;
  height: 7px;
  width: 7px;
  -webkit-animation-delay: -5.6s;
          animation-delay: -5.6s;
  -webkit-transform: translate3d(35vw, 57vh, 13px);
          transform: translate3d(35vw, 57vh, 13px);
  background: #fff;
}

@-webkit-keyframes particle-animation-29 {
  100% {
    -webkit-transform: translate3d(83vw, 72vh, 99px);
            transform: translate3d(83vw, 72vh, 99px);
  }
}

@keyframes particle-animation-29 {
  100% {
    -webkit-transform: translate3d(83vw, 72vh, 99px);
            transform: translate3d(83vw, 72vh, 99px);
  }
}
.particle:nth-child(29) {
  -webkit-animation: particle-animation-29 20s infinite;
          animation: particle-animation-29 20s infinite;
  opacity: 0.43;
  height: 8px;
  width: 8px;
  -webkit-animation-delay: -5.8s;
          animation-delay: -5.8s;
  -webkit-transform: translate3d(74vw, 33vh, 15px);
          transform: translate3d(74vw, 33vh, 15px);
  background: #fff;
}

@-webkit-keyframes particle-animation-30 {
  100% {
    -webkit-transform: translate3d(41vw, 37vh, 85px);
            transform: translate3d(41vw, 37vh, 85px);
  }
}

@keyframes particle-animation-30 {
  100% {
    -webkit-transform: translate3d(41vw, 37vh, 85px);
            transform: translate3d(41vw, 37vh, 85px);
  }
}