@import url('https://fonts.googleapis.com/css?family=Josefin+Sans');
@import url("https://use.typekit.net/afr7vsv.css");

/*
	Theme Name: EITS - Ed-pro - Twice
	Theme URI: http://my.studiopress.com/themes/genesis/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/

	Version: 3.0.0

	Tags: black, blue, gold, green, orange, purple, red, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page

	Template: genesis
	Template Version: 2.0.0

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php

/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- Titles
		- WordPress
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
		- Responsive Menu
	- Content Area
		- Home
		- Entries
		- Entry Meta
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Theme Colors
		- Education Pro Blue
		- Education Pro Green
		- Education Pro Purple
		- Education Pro Red
	- Media Queries
		- Max-width: 1139px
		- Max-width: 1023px
		- Max-width: 768px
		- Max-width: 480px

*/


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

/* Baseline Normalize
	normalize.css v2.1.3 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:transparent}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}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}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.title-area:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.title-area:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


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

/* Typographical Elements
--------------------------------------------- */

body {
	background-color: #f5f5f5;
	color: #000;
	font-family: turnip, serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.625;
}

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

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

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

a {
	color: #168ad8;
	text-decoration: none;
    font-weight: 700;
}

a:hover {
	color: #f4bf19;
}

p {
	margin: 0 0 28px;
	padding: 0;
    font-family: turnip, serif;
}

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

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

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

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}


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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #0067ba;
	line-height: 1.2em;
	margin: 0 0 20px;
  font-weight: 700;
}

h1 {
	font-size: 45px;
}

h2 {
	font-size: 35px;
    line-height: 1em;
}

h3 {
	font-size: 30px;
    font-weight: 500;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 16px;
}

/* Objects
--------------------------------------------- */
/*Mike Changed this for CSS conflict reasons*/
embed,
iframe,
/*img,*/
object,
video,
.wp-caption {
	max-width: 100%;
}



/*Mike - you changed this for the new hover image effect. Remove it is effecting other things*/
img {
	height: auto;

}

.featured-content img {
	width: auto;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
	margin-bottom: 28px;
}

.gallery-item {
	float: left;
	margin: 0;
	padding: 0 4px;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery .gallery-item img {
	border: none;
	height: auto;
	padding: 0 4px;
	width: auto;
}

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

input, select, textarea {
  background-color: #fcfcfc;
  border: 2px solid #ddd;
  border-radius: 0;
  box-shadow: none;
  font-size: 18px;
  font-weight: 300;
  padding: 14px;
  width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

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

::-moz-placeholder {
	color: #444;
	opacity: 1;
	font-weight: 300;
}

::-webkit-input-placeholder {
	color: #444;
	font-weight: 300;
}


button, input[type="button"], input[type="reset"], input[type="submit"], .button {
    background-color: #0067ba;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 300;
    margin-top: 15px;
    padding: 10px 20px;
    text-transform: uppercase;
    width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	background-color: #f4bf19;
	color: #fff;
}

.entry-content .button,
.entry-content .button:hover,
.widget .button,
.widget .button:hover {
	color: #fff;
}

.footer-widgets .wrap .widget .button,
.footer-widgets .wrap button,
.footer-widgets .wrap input[type="button"],
.footer-widgets .wrap input[type="reset"],
.footer-widgets .wrap input[type="submit"],
.home-bottom .widget .button,
.home-bottom .widget button,
.home-bottom .widget input[type="button"],
.home-bottom .widget input[type="reset"],
.home-bottom .widget input[type="submit"] {
	background-color: #fff;
	color: #444;
}

.footer-widgets .wrap .widget .button:hover,
.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.home-bottom .widget .button:hover,
.home-bottom button:hover,
.home-bottom input:hover[type="button"],
.home-bottom input:hover[type="reset"],
.home-bottom input:hover[type="submit"] {
	background-color: #e44a3c;
	color: #fff;
}

.button {
	display: inline-block;
}

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

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 400;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1240px;
}

.site-inner {
	clear: both;
    padding: 95px 15px 5px;
}

.education-pro-landing .site-inner {
	max-width: 900px;
	padding-top: 10px;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 960px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Content */

.content {
	float: right;
	width: 900px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 520px;
}

.full-width-content .content {
	width: 100%;
    margin-bottom: 50px;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 250px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	background: rgba(249,249,249,1);
    background: -moz-linear-gradient(left, rgba(249,249,249,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(249,249,249,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(left, rgba(249,249,249,1) 0%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(left, rgba(249,249,249,1) 0%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(left, rgba(249,249,249,1) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to right, rgba(249,249,249,1) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#ffffff', GradientType=1 );
/*	box-shadow: 3px 3px rgba(70, 70, 70, 0.05);*/
	font-size: 14px;
    margin-bottom: 35px;
    margin-left: 40px;
    margin-top: -28px;
    padding: 15px 40px;
}

.archive-description, .author-box {
    background-color: #f4bf19;
    color: #000;
    font-size: 16px;
    margin-bottom: 40px;
    padding: 25px 20px 2px;
}

.author-box-title {
	color: #fff;
	font-size: 24px;
	margin-bottom: 10px;
}

.archive-description p a,
.author-box .author-box-content a {
	color: #fff;
}

.archive-description p a:hover,
.author-box .author-box-content a:hover {
	color: #444;
}

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

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

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin-top: 12px;
}

.entry-content .search-form,
.site-header .search-form {
	width: 100%;
}

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

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

.archive-title {
	font-size: 20px;
}

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

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

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

.widget-title {
	font-size: 18px;
	margin-bottom: 20px;
}

.after-entry .widget-title,
.sidebar .widget-title a,
.sidebar .widget-title {
	border-bottom: 1px dotted #ddd;
	color: #e44a3c;
	letter-spacing: 2px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-transform: uppercase;
}

.footer-widgets .widget-title {
	color: #f4bf19;
	font-weight: 700;
	text-transform: uppercase;
    font-family: turnip, serif;
    font-size: 22px;
}

/* WordPress
--------------------------------------------- */

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

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

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

a.alignnone {
	display: inline-block;
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

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

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 12px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 12px 24px;
}

.wp-caption-text {
    background: #f8f8f8 none repeat scroll 0 0;
    font-weight: 700;
    font-size: 15px;
    margin: 0;
    padding: 20px;
    text-align: center;

}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.gallery-caption {
	margin: 0 0 10px;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	margin-bottom: 40px;
	overflow: hidden;
	word-wrap: break-word;
}

.widget p:last-child,
.widget ul > li:last-child,
.widget-area .widget:last-of-type {
	margin-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	margin-bottom: 0;
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry,
.widget .entry {
	background: none;
	border: none;
	box-shadow: none;
	margin-bottom: 10px;
	padding: 0 0 10px;
}

.featured-content .entry-title {
	font-size: 24px;
	margin-bottom: 0;
}

.content .featured-content .entry-header .entry-meta {
	text-align: left;
	margin: 0 0 10px;
}

.content .featured-content .entry-header .entry-meta .entry-time {
	background: none;
	color: #444;
	margin: 0;
	padding: 0;
}

.after-entry .featured-content .entry,
.sidebar .featured-content .entry {
	border-bottom: 1px dotted #ddd;
}

.after-entry .featuredpage .entry,
.sidebar .featuredpage .entry {
	border: none;
	padding: 0;
	margin: 0;
}

.featured-content ul + .more-from-category {
	margin-top: 10px;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget,
.widget-area .widget.enews-widget .widget-title {
	color: #fff;
}

.widget-area .widget.enews-widget {
	background-color: #78a7c8;
	border: none;
	padding: 40px;
}

.enews-widget input {
	font-size: 16px;
	margin-bottom: 16px;
}

.enews-widget .enews input[type="submit"] {
	background-color: #fff;
	color: #444;
	margin: 0;
	width: 100%;
}

.enews-widget .enews input:hover[type="submit"] {
	background-color: #34678a;
	color: #fff;
}

.enews form + p {
	margin-top: 24px;
}

.home-bottom .widget.enews-widget {
	clear: both;
	overflow: hidden;
	padding: 0;
}

.home-bottom .enews p {
	float: left;
	margin-bottom: 0;
	width: 31.623931623931625%;
}

.home-bottom .enews p + form {
	float: right;
	width: 65.81196581196582%;
}

.home-bottom .enews-widget input[type="email"] {
	float: left;
	margin-bottom: 0;
	width: 65.81196581196582%;
}

.home-bottom .enews-widget input[type="submit"] {
	float: right;
	width: 31.623931623931625%;
}

.home-bottom .enews input {
	border: none;
}

/* Genesis Responsive Slider
--------------------------------------------- */

.education-pro-home #genesis-responsive-slider {
	border: none;
	margin: 0 auto;
	max-width: 1600px;
	padding: 0;
}

.education-pro-home .slide-excerpt {
	background-color: #fff;
	box-shadow: 3px 3px rgba(70, 70, 70, 0.2);
	filter: alpha(opacity=100);
	opacity: 1;
}

html > body.education-pro-home .slide-excerpt-border {
	border: none;
	margin: 0;
	padding: 40px 40px 12px;
	width: 100%;
}

.education-pro-home .slide-excerpt h2 a {
	color: #78a7c8;
}

.education-pro-home #genesis-responsive-slider .slide-excerpt h2 a:hover {
	color: #444;
}

.education-pro-home #genesis-responsive-slider .flex-control-nav {
	margin-top: -40px;
	text-align: left;
}

.education-pro-home #genesis-responsive-slider .flex-control-nav li {
	padding-left: 5px;
	text-indent: 0;
}

/* Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


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

.site-header {
	background: rgba(4,74,124,1);
background: -moz-linear-gradient(left, rgba(4,74,124,1) 0%, rgba(0,102,186,1) 47%, rgba(0,102,186,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(4,74,124,1)), color-stop(47%, rgba(0,102,186,1)), color-stop(100%, rgba(0,102,186,1)));
background: -webkit-linear-gradient(left, rgba(4,74,124,1) 0%, rgba(0,102,186,1) 47%, rgba(0,102,186,1) 100%);
background: -o-linear-gradient(left, rgba(4,74,124,1) 0%, rgba(0,102,186,1) 47%, rgba(0,102,186,1) 100%);
background: -ms-linear-gradient(left, rgba(4,74,124,1) 0%, rgba(0,102,186,1) 47%, rgba(0,102,186,1) 100%);
background: linear-gradient(to right, rgba(4,74,124,1) 0%, rgba(0,102,186,1) 47%, rgba(0,102,186,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#044a7c', endColorstr='#0066ba', GradientType=1 );
    box-shadow: 0 3px rgba(70, 70, 70, 0.05);
	min-height: 96px;
}

.education-pro-home .site-header {
	position: relative;
	top: auto !important;
	width: 100%;
	z-index: 499;
}

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

.title-area {
	background-color: #d3d3d3;
	color: #fff;
	padding: 20px;
	position: absolute;
	text-align: center;
	width: 415px;
	margin-top: -15px;
	/* filter: drop-shadow( 2px 2px 3px rgba(0, 0, 0, .2)); */
}

.header-image .title-area {
	background-color: transparent!important;
	padding: 0;
}

.site-title {
	font-size: 34px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
    margin-top: 16px;
}

.site-header .site-title a,
.site-header .site-title a:hover {
	color: #fff;
}

.header-image .site-title > a {
    float: left;
    margin-top: 10px;
    min-height: 80px;
    width: 89%;
}
.site-description {
	backface-visibility: hidden;
	font-size: 16px;
	line-height: 1.3;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 865px;
}


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

.genesis-nav-menu {
	clear: both;
	font-size: 15px;
	line-height: 1;
	width: 100%;;
    font-family: turnip, serif;
    margin-top: 35px;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;

}

.genesis-nav-menu li a {
	color: #fff;
	display: block;
	padding: 16px;
	-webkit-backface-visibility: hidden;

}

.genesis-nav-menu .sub-menu, .genesis-nav-menu li a:hover {
	background: #c4c4c4;
	color: #000;
}

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

.genesis-nav-menu .sub-menu a {
	background-color: #d3d3d3;
	border: 1px solid rgba(0, 0, 0, 0.05);
	border-top: none;
/*	box-shadow: 3px 3px rgba(70, 70, 70, 0.2);*/
    color: #fff;
	font-size: 14px;
	padding: 14px 16px;
	position: relative;
	width: 200px;
}

.genesis-nav-menu li .sub-menu li a:hover {
/*	background-color: #fff;*/
	color: #000;
}

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

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

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

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	float: right;
	list-style-type: none;
	padding: 0;
}

.genesis-nav-menu > .date,
.genesis-nav-menu > .right > a {
	display: inline-block;
	padding: 16px;
}

.genesis-nav-menu > .rss > a:before,
.genesis-nav-menu > .twitter > a:before {
	-webkit-font-smoothing: antialiased;
	content: "\f303";
	display: inline-block;
	font: normal 14px/1 'dashicons';
	margin-right: 4px;
	vertical-align: top;
}

.genesis-nav-menu > .twitter > a:before {
	content: "\f301";
}

.genesis-nav-menu > .search {
	padding: 5px 0 0;
}

.genesis-nav-menu > .search input {
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 30px;
	border: none;
	color: #fff;
	font-size: 14px;
	padding: 8px 30px;
}

.genesis-nav-menu > .search input:-ms-input-placeholder {
	color: #fff;
}

.genesis-nav-menu > .search input::-moz-placeholder {
	color: #fff;
}

.genesis-nav-menu > .search input::-webkit-input-placeholder {
	color: #fff;
}

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

.site-header .genesis-nav-menu a {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    padding: 32px 12px;
/*    border-right: solid #dedddd 2px;*/
    text-transform: uppercase;

}

.site-header .genesis-nav-menu .sub-menu a {
	color: #000;
	padding: 14px 16px;
}

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

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background: #003e68;
	color: #fff;
	height: 34px;
}

.nav-primary .genesis-nav-menu {
	font-size: 14px;
}

.education-pro-home .nav-primary .genesis-nav-menu {
	position: relative;
	z-index: 1000;

}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary .genesis-nav-menu {
	padding-bottom: 10px;

}

.nav-secondary .genesis-nav-menu li a {
	padding: 0 16px 10px;

}

.nav-secondary .genesis-nav-menu li.current-menu-item > a,
.nav-secondary .genesis-nav-menu li.menu-item a:hover {
	background: none;

}

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

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

.responsive-menu-icon::before {
	content: "\f333";
	display: block;
	font: normal 20px/1 'dashicons';
	margin: 0 auto;
	padding: 10px;
	text-align: center;
}


.featured{
    margin-top: 60px;
    margin-bottom: 0px;
    background: #f2f2f2;
    padding: 35px 0 0px;
}

.featured-bottom{
    background: #3e4351;
    margin-top: 0px;
    padding: 10px 0px;
}

.featured-bottom p{
    font-size: 16px;
    color: #fff;
    padding: 0 35px;
}

.featured-bottom h2{
    font-size: 25px;
    color: #fff;
    margin-bottom: 10px;
}

.featured-bottom2{
    background: #353945;
    margin-top: -35px;
    padding: 25px 20px;
}

.featured-bottom2 p{
    font-size: 16px;
    color: #fff;
}

.featured-bottom2 h2{
    font-size: 30px;
    color: #fff;
}

.featured-bottom .vc_btn3.vc_btn3-size-lg {
    font-size: 18px;
    padding: 10px 25px;
    margin-top: -30px;
}

.featured-bottom2 .vc_column_container {
    padding-left: 25px;
    padding-right: 25px;
}

.featured-bottom2 .vc_btn3.vc_btn3-size-lg {
    font-size: 18px;
    padding: 10px 25px;
    margin-top: -30px;
}

.featured-bottom .vc_column_container {
    padding-left: 25px;
    padding-right: 25px;
}

.featured-bottom-bottom{
    padding: 5px 10px;
}


.latest-news {
    margin-top: 0px;
    padding: 80px 0 10px;
}


.newsroom-bottom{
    background: #3e4351;
    margin-top: -35px;
    padding: 30px 20px 0px 0;
}

.newsroom-bottom p{
    font-size: 16px;
    color: #fff;
}

.newsroom-bottom h2{
    font-size: 24px;
    color: #fff;
    margin-bottom: 0px;
}

.newsroom-bottom2{
    background: #353945;
    margin-top: -35px;
    padding: 30px 20px 0px 0;;
}

.newsroom-bottom2 p{
    font-size: 16px;
    color: #fff;
}

.newsroom-bottom2 h2{
    font-size: 24px;
    color: #fff;
    margin-bottom: 0px;
}


.latest-news h2{
    font-size: 35px;
    font-weight: 300;
}

.home-post p{
    font-size: 16px;
}

.home-post h3 {
    color: #29a8e0;
    font-size: 23px;
    line-height: 1.2em;
}


.fade-home{
    opacity:1;
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
}


.fade-home:hover{
    opacity:0.8;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
}


.fade-home h2{
    color: #fff;
    font-size: 23px;
    text-shadow: 3px 3px 3px #000;
    margin-bottom: 15px;
}

.fade-home p{
    color: #fff;
    margin-bottom: 15px;
    background: rgba(0,0,0,0.2);
    padding: 15px;
}

.fade-home a{
    color: #fff;
}

.fade-home a:hover{
    color: #f4bf19;
}

.fade-home h4{
    color: #fff;
    font-size: 18px;
}

.social-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}






.top-footer {
    margin-bottom: -65px;
    padding: 70px 0 40px;
    margin-top: 85px;
}

.home .top-footer {
    margin-bottom: -65px;
    padding: 70px 0 40px;
    margin-top: 0px;
}

.top-footer h2{
    color: #fff;
    font-size: 28px;
}

.top-footer a{
    color: #fff;
}

.top-footer a:hover{
    color: #f4bf19;
}


.top-footer p{
    color: #fff;
    font-size: 16px;
}

.top-footer img{
    margin-bottom: -15px;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Home
--------------------------------------------- */

.home-featured {
	background-color: #f5f5f5;
	position: relative;
	text-align: center;
	z-index: 9;
}

.home-featured .widget {
	padding: 40px 40px 0;
	margin: 0 auto;
	max-width: 1600px;
}

.home-featured .widget:last-of-type {
	padding-bottom: 80px;
}

.education-pro-home .home-featured .widget.genesis_responsive_slider {
	background-color: #fff;
	max-width: 100%;
	padding: 0;
}

.home-featured .slide-excerpt {
	margin: 80px 80px 120px;
	text-align: left;
}

.home-featured .slide-excerpt .more-link {
	background-color: #f5f5f5;
	color: #e44a3c;
	display: block;
	padding: 20px 40px;
	margin: 40px -40px -12px;
	text-align: right;
}

.home-featured .slide-excerpt .more-link::after {
	-webkit-font-smoothing: antialiased;
	content: "\f344";
	display: inline-block;
	font: normal 20px/1 'dashicons';
	margin-left: 20px;
	vertical-align: middle;
}

.home-featured #genesis-responsive-slider .more-link:hover {
	background-color: #e44a3c;
	color: #fff;
}

.home-top {
	background-color: #fff;
	text-align: center;
}

.home-top .wrap {
	padding: 80px;
	position: relative;
	z-index: 99;
}

.home-featured + .home-top .wrap {
	background-color: #fff;
	border-radius: 3px;
	border-top: 3px solid #e44a3c;
	margin-top: -40px;
}

.home-top .widget_text {
	color: #78a7c8;
	font-size: 48px;
	line-height: 1.1;
	text-align: center;
}

.home-top .widget_text .widget-title {
	color: #e44a3c;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.home-middle {
	background-color: #34678a;
	box-shadow: inset 0 5px rgba(0, 0, 0, 0.1);
	color: #fff;
	padding: 60px 10px 20px;
}

.home-middle .entry-title a {
	color: #78a7c8;
}

.home-middle .widget {
	float: left;
	padding: 0 20px;
	text-align: center;
	width: 25%;
}

.home-middle .widget:nth-of-type(4n+1) {
	clear: both;
}

.home-middle .dashicons {
	font-size: 60px;
	height: 60px;
	width: 60px;
}

.home-bottom {
	background-color: #78a7c8;
	box-shadow: inset 0 5px rgba(0, 0, 0, 0.05);
	color: #fff;
	padding: 60px 0;
}

.home-bottom .featured-content .entry-title a,
.home-bottom .widget a,
.home-middle .widget .entry-title a:hover,
.home-middle .widget a:hover {
	color: #fff;
}

.home-bottom a:hover {
	color: #34678a;
}

/* Entries
--------------------------------------------- */

.home .entry {
	background-color: transparent;
/*	box-shadow: 3px 3px rgba(70, 70, 70, 0.05);*/
	margin-bottom: 0px;
	padding: 10px 40px 15px;
}


.entry {
	background-color: rgba(255,255,255,0.6);
/*	box-shadow: 3px 3px rgba(70, 70, 70, 0.05);*/
	margin-bottom: 0px;
	padding: 10px 40px 15px;
}

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

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

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: square;
}

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

.entry-content code {
	background-color: #f5f5f5;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 14px;
}

.content p.entry-meta {
	margin-bottom: 0;
	text-align: right;
}

.content .entry-header .entry-meta {
	margin: -10px 0 10px;
}

.content .entry-header .entry-meta .entry-time {
    background-color: transparent;
    color: #cc2027;
    display: inline-block;
    margin: 0 20px 0 -13px;
    padding: 5px 15px;
}

.entry-footer {
	background: #fafafa;
	padding: 20px 40px;
    margin-top: 40px;
/*	margin: 12px -40px -40px;*/
}

.entry-footer .entry-meta {
	font-size: 12px;
}

.entry-footer .entry-meta a {
	color: #444;
}

.entry-footer .entry-meta a:hover {
	color: #e44a3c;
}

.entry-comments-link::before {
	content: "\2F";
	margin: 0 4px 0 0;
}

/* After Entry
--------------------------------------------- */

.after-entry {
	margin-bottom: 40px;
}

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

.pagination {
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #fff;
	box-shadow: 3px 3px rgba(70, 70, 70, 0.05);
	color: #444;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	padding: 6px 12px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	color: #e44a3c;
}

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

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	box-shadow: 3px 3px rgba(70, 70, 70, 0.05);
	font-size: 16px;
	margin-bottom: 40px;
}

.comment-respond {
	padding: 40px 40px 16px;
}

.entry-comments,
.entry-pings {
	padding: 40px;
}

.comment-respond h3,
.entry-comments h3,
.entry-pings h3 {
	color: #e44a3c;
	font-size: 18px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.comment-meta {
	margin-bottom: 28px;
}

li.comment,
li.pingback {
	background-color: #f5f5f5;
}

.comment-content {
	clear: both;
}

.comment-list li {
	padding: 32px 32px 0;
}

.comment-list li.depth-1,
.ping-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

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

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-reply-link {
	color: #e44a3c;
}

.entry-pings .reply {
	display: none;
}

.fn {
	font-weight: 300;
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	padding: 24px;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
}

.after-entry li,
.sidebar li {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
}


.after-entry .widget, .sidebar .widget {
    background-color: #fff;
    border-left: 0 solid #e44a3c;
    margin-top: 55px;
    padding: 40px;
}

.sidebar .widget:last-of-type {
  margin-bottom: 60px;
  margin-top: 90px;
  padding-left: 0px;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #3e4351;
	box-shadow: inset 0 5px rgba(0, 0, 0, 0.1);
	clear: both;
	padding-top: 80px;
    padding-bottom: 25px;
}

.footer-widgets .wrap .entry-title a,
.footer-widgets .wrap a,
.footer-widgets {
	color: #fff;
    font-size: 15px;
    font-weight: 300;
}

.footer-widgets a.button,
.footer-widgets .wrap a:hover {
	color: #ffde17;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widgets-1 {
	width: 300px;
}

.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4,
.footer-widgets-5 {
	width: 195px;
}



.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	margin-right: 52px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 {
	float: left;
}

.footer-widgets-5 {
	float: right;
}

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

.site-footer {
	background-color: #0e2a47;
	font-size: 16px;
	padding: 60px 0;
	text-align: center;
    font-weight: 700;
}



.site-footer,
.site-footer .wrap a {
	color: #fff;
	font-weight: 300;
}

.site-footer a.button,
.site-footer .wrap a:hover {
	color: #fad246;
}

.site-footer p {
	margin-bottom: 10px;
}

/*
Theme Colors
---------------------------------------------------------------------------------------------------- */

.education-pro-blue .nav-secondary .genesis-nav-menu li.current-menu-item > a,
.education-pro-green .nav-secondary .genesis-nav-menu li.current-menu-item > a,
.education-pro-purple .nav-secondary .genesis-nav-menu li.current-menu-item > a,
.education-pro-red .nav-secondary .genesis-nav-menu li.current-menu-item > a {
	background: none;
}

/* Education Pro Blue
--------------------------------------------- */

.education-pro-blue .after-entry .widget-title,
.education-pro-blue .archive-pagination .active a,
.education-pro-blue .archive-pagination li a:hover,
.education-pro-blue .comment-reply-link,
.education-pro-blue .comment-respond h3,
.education-pro-blue .entry-comments h3,
.education-pro-blue .entry-footer .entry-meta a:hover,
.education-pro-blue .entry-pings h3,
.education-pro-blue .entry-title a:hover,
.education-pro-blue .home-featured .more-link,
.education-pro-blue .home-top .widget_text .widget-title,
.education-pro-blue .sidebar .widget-title a,
.education-pro-blue .sidebar .widget-title {
	color: #3d78c1;
}

.education-pro-blue .archive-description,
.education-pro-blue .author-box,
.education-pro-blue .button:hover,
.education-pro-blue .content .entry-header .entry-meta .entry-time,
.education-pro-blue .footer-widgets .wrap .button:hover,
.education-pro-blue .footer-widgets button:hover,
.education-pro-blue .footer-widgets input:hover[type="button"],
.education-pro-blue .footer-widgets input:hover[type="reset"],
.education-pro-blue .footer-widgets input:hover[type="submit"],
.education-pro-blue .home-bottom .widget .button:hover,
.education-pro-blue .home-bottom button:hover,
.education-pro-blue .home-bottom input:hover[type="button"],
.education-pro-blue .home-bottom input:hover[type="reset"],
.education-pro-blue .home-bottom input:hover[type="submit"],
.education-pro-blue .home-featured #genesis-responsive-slider .more-link:hover,
.education-pro-blue .title-area,
.education-pro-blue button:hover,
.education-pro-blue input:hover[type="button"],
.education-pro-blue input:hover[type="reset"],
.education-pro-blue input:hover[type="submit"] {
	background-color: #3d78c1;
}

.education-pro-blue .after-entry .widget,
.education-pro-blue .home-top .wrap,
.education-pro-blue .sidebar .widget,
.education-pro-blue .site-header {
	border-color: #3f71c3;
}

.education-pro-blue .footer-widgets .wrap a:hover,
.education-pro-blue .footer-widgets a.button,
.education-pro-blue .slide-excerpt h2 a,
.education-pro-blue .home-middle .entry-title a,
.education-pro-blue .home-top .widget_text,
.education-pro-blue .site-footer .wrap a:hover,
.education-pro-blue .site-footer a.button,
.education-pro-blue a {
	color: #a8b2b9;
}

.education-pro-blue .button,
.education-pro-blue .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.education-pro-blue .genesis-nav-menu .sub-menu a,
.education-pro-blue .genesis-nav-menu li a:hover,
.education-pro-blue .genesis-nav-menu li.current-menu-item > a,
.education-pro-blue .home-bottom,
.education-pro-blue .widget-area .widget.enews-widget,
.education-pro-blue button,
.education-pro-blue input[type="button"],
.education-pro-blue input[type="reset"],
.education-pro-blue input[type="submit"] {
	background-color: #a8b2b9;
}

.education-pro-blue .entry-title a,
.education-pro-blue .home-bottom a:hover,
.education-pro-blue a:hover {
	color: #344a66;
}

.education-pro-blue .enews-widget .enews input:hover[type="submit"],
.education-pro-blue .footer-widgets,
.education-pro-blue .home-middle,
.education-pro-blue .nav-primary,
.education-pro-blue .site-footer {
	background-color: #344a66;
}

/* Education Pro Green
--------------------------------------------- */

.education-pro-green .after-entry .widget-title,
.education-pro-green .archive-pagination .active a,
.education-pro-green .archive-pagination li a:hover,
.education-pro-green .comment-reply-link,
.education-pro-green .comment-respond h3,
.education-pro-green .entry-comments h3,
.education-pro-green .entry-footer .entry-meta a:hover,
.education-pro-green .entry-pings h3,
.education-pro-green .entry-title a:hover,
.education-pro-green .home-featured .more-link,
.education-pro-green .home-top .widget_text .widget-title,
.education-pro-green .sidebar .widget-title a,
.education-pro-green .sidebar .widget-title {
	color: #d7c573;
}

.education-pro-green .archive-description,
.education-pro-green .author-box,
.education-pro-green .button:hover,
.education-pro-green .content .entry-header .entry-meta .entry-time,
.education-pro-green .footer-widgets .wrap .button:hover,
.education-pro-green .footer-widgets button:hover,
.education-pro-green .footer-widgets input:hover[type="button"],
.education-pro-green .footer-widgets input:hover[type="reset"],
.education-pro-green .footer-widgets input:hover[type="submit"],
.education-pro-green .home-bottom .widget .button:hover,
.education-pro-green .home-bottom button:hover,
.education-pro-green .home-bottom input:hover[type="button"],
.education-pro-green .home-bottom input:hover[type="reset"],
.education-pro-green .home-bottom input:hover[type="submit"],
.education-pro-green .home-featured #genesis-responsive-slider .more-link:hover,
.education-pro-green .title-area,
.education-pro-green button:hover,
.education-pro-green input:hover[type="button"],
.education-pro-green input:hover[type="reset"],
.education-pro-green input:hover[type="submit"] {
	background-color: #d7c573;
}

.education-pro-green .after-entry .widget,
.education-pro-green .home-top .wrap,
.education-pro-green .sidebar .widget,
.education-pro-green .site-header {
	border-color: #d7c573;
}

.education-pro-green .footer-widgets .wrap a:hover,
.education-pro-green .footer-widgets a.button,
.education-pro-green .slide-excerpt h2 a,
.education-pro-green .home-middle .entry-title a,
.education-pro-green .home-top .widget_text,
.education-pro-green .site-footer .wrap a:hover,
.education-pro-green .site-footer a.button,
.education-pro-green a {
	color: #46a47b;
}

.education-pro-green .button,
.education-pro-green .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.education-pro-green .genesis-nav-menu .sub-menu a,
.education-pro-green .genesis-nav-menu li a:hover,
.education-pro-green .genesis-nav-menu li.current-menu-item > a,
.education-pro-green .home-bottom,
.education-pro-green .widget-area .widget.enews-widget,
.education-pro-green button,
.education-pro-green input[type="button"],
.education-pro-green input[type="reset"],
.education-pro-green input[type="submit"] {
	background-color: #46a47b;
}

.education-pro-green .entry-title a,
.education-pro-green .home-bottom a:hover,
.education-pro-green a:hover {
	color: #2f614b;
}

.education-pro-green .enews-widget .enews input:hover[type="submit"],
.education-pro-green .footer-widgets,
.education-pro-green .home-middle,
.education-pro-green .nav-primary,
.education-pro-green .site-footer {
	background-color: #2f614b;
}

/* Education Pro Purple
--------------------------------------------- */

.education-pro-purple .after-entry .widget-title,
.education-pro-purple .archive-pagination .active a,
.education-pro-purple .archive-pagination li a:hover,
.education-pro-purple .comment-reply-link,
.education-pro-purple .comment-respond h3,
.education-pro-purple .entry-comments h3,
.education-pro-purple .entry-footer .entry-meta a:hover,
.education-pro-purple .entry-pings h3,
.education-pro-purple .entry-title a:hover,
.education-pro-purple .home-featured .more-link,
.education-pro-purple .home-top .widget_text .widget-title,
.education-pro-purple .sidebar .widget-title a,
.education-pro-purple .sidebar .widget-title {
	color: #706182;
}

.education-pro-purple .archive-description,
.education-pro-purple .author-box,
.education-pro-purple .button:hover,
.education-pro-purple .content .entry-header .entry-meta .entry-time,
.education-pro-purple .footer-widgets .wrap .button:hover,
.education-pro-purple .footer-widgets button:hover,
.education-pro-purple .footer-widgets input:hover[type="button"],
.education-pro-purple .footer-widgets input:hover[type="reset"],
.education-pro-purple .footer-widgets input:hover[type="submit"],
.education-pro-purple .home-bottom .widget .button:hover,
.education-pro-purple .home-bottom button:hover,
.education-pro-purple .home-bottom input:hover[type="button"],
.education-pro-purple .home-bottom input:hover[type="reset"],
.education-pro-purple .home-bottom input:hover[type="submit"],
.education-pro-purple .home-featured #genesis-responsive-slider .more-link:hover,
.education-pro-purple .title-area,
.education-pro-purple button:hover,
.education-pro-purple input:hover[type="button"],
.education-pro-purple input:hover[type="reset"],
.education-pro-purple input:hover[type="submit"] {
	background-color: #706182;
}

.education-pro-purple .after-entry .widget,
.education-pro-purple .home-top .wrap,
.education-pro-purple .sidebar .widget,
.education-pro-purple .site-header {
	border-color: #706182;
}

.education-pro-purple .footer-widgets .wrap a:hover,
.education-pro-purple .footer-widgets a.button,
.education-pro-purple .slide-excerpt h2 a,
.education-pro-purple .home-middle .entry-title a,
.education-pro-purple .home-top .widget_text,
.education-pro-purple .site-footer .wrap a:hover,
.education-pro-purple .site-footer a.button,
.education-pro-purple a {
	color: #7a787e;
}

.education-pro-purple .button,
.education-pro-purple .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.education-pro-purple .genesis-nav-menu .sub-menu a,
.education-pro-purple .genesis-nav-menu li a:hover,
.education-pro-purple .genesis-nav-menu li.current-menu-item > a,
.education-pro-purple .home-bottom,
.education-pro-purple .widget-area .widget.enews-widget,
.education-pro-purple button,
.education-pro-purple input[type="button"],
.education-pro-purple input[type="reset"],
.education-pro-purple input[type="submit"] {
	background-color: #7a787e;
}

.education-pro-purple .entry-title a,
.education-pro-purple .home-bottom a:hover,
.education-pro-purple a:hover {
	color: #444246;
}

.education-pro-purple .enews-widget .enews input:hover[type="submit"],
.education-pro-purple .footer-widgets,
.education-pro-purple .home-middle,
.education-pro-purple .nav-primary,
.education-pro-purple .site-footer {
	background-color: #444246;
}

/* Education Pro Red
--------------------------------------------- */

.education-pro-red .after-entry .widget-title,
.education-pro-red .archive-pagination .active a,
.education-pro-red .archive-pagination li a:hover,
.education-pro-red .comment-reply-link,
.education-pro-red .comment-respond h3,
.education-pro-red .entry-comments h3,
.education-pro-red .entry-footer .entry-meta a:hover,
.education-pro-red .entry-pings h3,
.education-pro-red .entry-title a:hover,
.education-pro-red .home-featured .more-link,
.education-pro-red .home-top .widget_text .widget-title,
.education-pro-red .sidebar .widget-title a,
.education-pro-red .sidebar .widget-title {
	color: #9d2235;
}

.education-pro-red .archive-description,
.education-pro-red .author-box,
.education-pro-red .button:hover,
.education-pro-red .content .entry-header .entry-meta .entry-time,
.education-pro-red .footer-widgets .wrap .button:hover,
.education-pro-red .footer-widgets button:hover,
.education-pro-red .footer-widgets input:hover[type="button"],
.education-pro-red .footer-widgets input:hover[type="reset"],
.education-pro-red .footer-widgets input:hover[type="submit"],
.education-pro-red .home-bottom .widget .button:hover,
.education-pro-red .home-bottom button:hover,
.education-pro-red .home-bottom input:hover[type="button"],
.education-pro-red .home-bottom input:hover[type="reset"],
.education-pro-red .home-bottom input:hover[type="submit"],
.education-pro-red .home-featured #genesis-responsive-slider .more-link:hover,
.education-pro-red .title-area,
.education-pro-red button:hover,
.education-pro-red input:hover[type="button"],
.education-pro-red input:hover[type="reset"],
.education-pro-red input:hover[type="submit"] {
	background-color: #9d2235;
}

.education-pro-red .after-entry .widget,
.education-pro-red .home-top .wrap,
.education-pro-red .sidebar .widget,
.education-pro-red .site-header {
	border-color: #9d2235;
}

.education-pro-red .footer-widgets .wrap a:hover,
.education-pro-red .footer-widgets a.button,
.education-pro-red .slide-excerpt h2 a,
.education-pro-red .home-middle .entry-title a,
.education-pro-red .home-top .widget_text,
.education-pro-red .site-footer .wrap a:hover,
.education-pro-red .site-footer a.button,
.education-pro-red a {
	color: #9a9a9a;
}

.education-pro-red .button,
.education-pro-red .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.education-pro-red .genesis-nav-menu .sub-menu a,
.education-pro-red .genesis-nav-menu li a:hover,
.education-pro-red .genesis-nav-menu li.current-menu-item > a,
.education-pro-red .home-bottom,
.education-pro-red .widget-area .widget.enews-widget,
.education-pro-red button,
.education-pro-red input[type="button"],
.education-pro-red input[type="reset"],
.education-pro-red input[type="submit"] {
	background-color: #9a9a9a;
}

.education-pro-red .entry-title a,
.education-pro-red .home-bottom a:hover,
.education-pro-red a:hover {
	color: #333;
}

.education-pro-red .enews-widget .enews input:hover[type="submit"],
.education-pro-red .footer-widgets,
.education-pro-red .home-middle,
.education-pro-red .nav-primary,
.education-pro-red .site-footer {
	background-color: #333;
}


.top-banner{
    margin-top: -153px;
}

.search-banner{
    margin-top: -100px;
    margin-bottom: -50px;
    padding: 80px;
}

.search-banner h1{
    color: #fff;
    text-shadow: 3px 3px 3px rgba(0,0,0,0.6);
}

.hero-left{
    margin-top: 85px;
}

.hero-new{
    margin-top: -105px;
    height: 475px;
		/* padding: 125px 0; */
		border-bottom: 18px solid #003e68;
}

.hero-new h2 {
  color: #fff;
  font-size: 45px;
  text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
  line-height: 1em;
  text-align: right;
}

.hero-new p{
    color: #fff;
    font-size: 26px;
    line-height: 1.4em;
    font-weight: 600;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.8);
}



.hero-pages {
    margin-top: -105px;
    height: 288px;
    background-size: cover;
}

.hero-pages .vc_col-has-fill > .vc_column-inner, .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_column_container > .vc_column-inner {
    padding-top: 0px;
}

.page-id-19062 .hero-pages h1 {
    color: #fff;
    font-size: 44px;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    line-height: 1.2em;
    font-family: 'Josefin Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: 15px;
    margin-top: 45px;
}

.hero-pages h1 {
    color: #fff;
    font-size: 38px;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    line-height: 1.2em;
    font-family: 'Josefin Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: 10px;
    margin-top: -15px;
}

.hero-pages p{
    color: #fff;
    font-size: 26px;
    line-height: 1.3em;
    font-weight: 600;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.8);
}

.hero-pages-contain{
    margin-top: -85px;
}

.hero{
    margin-top: -70px;
}

.hero h1{
    color: #fff;
    font-size: 55px;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    line-height: 1.2em;
}

.hero p{
    color: #fff;
    font-size: 26px;
    line-height: 1.3em;
    font-weight: 600;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.8);
}
.hero-2{
    margin-top: -100px;
    padding-bottom: 75px;
    z-index: -1;
}

.hero2{
    margin-top: -235px;
    padding: 80px;
}

.panels{
    padding: 30px 0 30px;
}

.panels .vc_column-inner h1{
    margin-bottom: -40px;
    padding: 0px;
}

.services{
/*    border: solid 3px #f2f2f2;*/
    padding: 15px;
}

.services h3{
    margin-top: -10px;

}

.services p{
    margin-top: -20px;
}

.city{
    padding: 45px;
}

.city h3{
    color: #ffde17;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.city h2{
    color: #ffde17;
    text-transform: uppercase;
    margin-bottom: -2px;
}

.city p{
    color: #fff;
    margin-bottom: -10px;
    line-height: 1.55em;
}

.city-right h2{
    color: #ffde17;
    font-size: 25px;
    text-transform: uppercase;
    margin-top: -3px;

}

.city-right p{
    color: #fff;
    font-size: 14px;
    margin-bottom: -10px;
    line-height: 1.35em;
    margin-top: 5px;
}

.city-right img{
    padding: 10px 0px;
}

.city-right a {
    color: #ffde17;
}

.city-right a:hover{
    color: #fff4b1;
}


.panel-green p{
    font-size: 20px;
    color: #fff;
}

.panel-green h1{
    color: #fff;
}

.panel-green{
    padding: 40px;
    margin-bottom: -40px;
}

.panel-green .vc_btn3.vc_btn3-size-lg{
    margin-top: -15px;
}

.home-top h1 {
    font-size: 45px;
    line-height: 1.2em;
}


/*Mobile Logo*/

.mobile-logo{
    margin-left: 16px;
		width: 300px;

}


.mobile-logo img {
    margin-top: -7px;
    margin-left: -17px;
    text-align: left;
    width: 70%;
    margin-bottom: -9px;
}



/*Boxes*/

/* .box img{
    margin-top: -35px;
    margin-right: -25px;
}*/

.box-right{
    background: #f2f2f2;
    border: 0px solid #f2f2f2;
    padding: 35px 10px 25px;
    border-right: 15px solid #f4bf19;

}

.box-right .vc_column_container{
    padding-left: 5px;
    padding-right: 5px;
}

.box-right h2{
    color: #29a8e0;
    margin-bottom: 5px;
    margin-top: 10px;
    font-size: 19px;
    line-height: 1.3em;
}

.box-right p{
    font-size: 15px;
    line-height: 1.3em;
}

.box-right a{
    color: #29a8e0;
}

.box-right a:hover{
    color: #f4bf19;
}

.related{
    background: #f2f2f2;
    padding: 20px 10px 0px;
    margin-bottom: 25px;
    z-index: 0;
}

.related h4{
    margin-top: 15px;
}

a:active, a:focus {
    outline: none;
}

.side-menu{
    z-index: 0;
    padding: 20px 0px 0px 0px;
    border: 4px solid #f2f2f2;
    margin-bottom: 35px;
    margin-top: 50px;
}

.side-menu p {
    margin-top: 10px;
    padding-left: 18px;
}

.side-menu-manual .vc_btn3.vc_btn3-color-white, .vc_btn3.vc_btn3-color-white.vc_btn3-style-fla {
    font-size: 13px;
    font-weight: 300;
    padding: 0;
    color: #29a8e0;
}


.ubermenu-skin-trans-black.ubermenu-responsive-toggle {
    background: transparent none repeat scroll 0 0;
    color: #444444;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-transform: none;
}

.ubermenu-main-menu .ubermenu-item-level-0 > .ubermenu-target {
    color: #0a0a0a;
    font-size: 14px;
    margin-top: 15px;
    padding-bottom: 15px;
    padding-top: 15px;
    text-transform: uppercase;
}

.ubermenu-nojs.ubermenu-transition-shift .ubermenu-item:hover > .ubermenu-submenu-drop, .ubermenu-transition-shift .ubermenu-item.ubermenu-active > .ubermenu-submenu-drop{
    margin-top:16px;
    opacity: 1;

}

.ubermenu-main-menu .ubermenu-item-level-0 > .ubermenu-target {
    box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0) inset;
    color: #0a0a0a;
    font-size: 14px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-bottom: 15px;
    padding-top: 15px;
    text-transform: uppercase;
}

.right-toggle{
    margin-top: 14px;
    text-align: center;
}

#shiftnav-toggle-main:before,
.shiftnav-toggle-main-block {
  padding-top:10px;
  padding-bottom:10px;
}

#shiftnav-toggle-main {
    background: rgba(5,128,60,1);
background: -moz-linear-gradient(left, rgba(5,128,60,1) 0%, rgba(40,103,90,1) 39%, rgba(40,103,90,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(5,128,60,1)), color-stop(39%, rgba(40,103,90,1)), color-stop(100%, rgba(40,103,90,1)));
background: -webkit-linear-gradient(left, rgba(5,128,60,1) 0%, rgba(40,103,90,1) 39%, rgba(40,103,90,1) 100%);
background: -o-linear-gradient(left, rgba(5,128,60,1) 0%, rgba(40,103,90,1) 39%, rgba(40,103,90,1) 100%);
background: -ms-linear-gradient(left, rgba(5,128,60,1) 0%, rgba(40,103,90,1) 39%, rgba(40,103,90,1) 100%);
background: linear-gradient(to right, rgba(5,128,60,1) 0%, rgba(40,103,90,1) 39%, rgba(40,103,90,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05803c', endColorstr='#28675a', GradientType=1 );
    font-size: 12px !important;
}

.what-we-do{
    background: #bcbec0;
    padding: 20px;
    border: 8px solid #fff;
/*    margin-right: 5px;*/
}

.what-we-do h3{
    text-transform: uppercase;
    font-size: 19px;
}

.what-we-do p{
    font-size: 13px;
}

.what-we-do img{
    margin-bottom: -12px;
    margin-top: 14px;
}
/* Project Panel Pages*/
.project-panel{
    padding: 80px;

}

.project-panel h1{
    text-transform: uppercase;
    text-align: center;

}

.project-panel h3{

}

.project-panel h5{
    margin-top: -15px;

}

.project-panel .vc_btn3.vc_btn3-size-md {
    font-size: 14px;
    margin-top: -15px;
    padding: 14px 20px;
}

/*Project Panel Page*/

.project-panel2{
    padding: 0px;

}

.project-panel2 h1{
    text-transform: uppercase;
    text-align: center;

}

.project-panel2 h3{

}

.project-panel2 h5{
    margin-top: -15px;

}

.project-panel2 .vc_btn3.vc_btn3-size-md {
    font-size: 14px;
    margin-top: -15px;
    padding: 14px 20px;
}

/**/

.home-top-panel{
    background: rgba(249,249,249,1);
background: -moz-linear-gradient(left, rgba(249,249,249,1) 0%, rgba(249,249,249,1) 8%, rgba(245,245,245,1) 22%, rgba(242,242,242,1) 45%, rgba(205,224,219,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(249,249,249,1)), color-stop(8%, rgba(249,249,249,1)), color-stop(22%, rgba(245,245,245,1)), color-stop(45%, rgba(242,242,242,1)), color-stop(100%, rgba(205,224,219,1)));
background: -webkit-linear-gradient(left, rgba(249,249,249,1) 0%, rgba(249,249,249,1) 8%, rgba(245,245,245,1) 22%, rgba(242,242,242,1) 45%, rgba(205,224,219,1) 100%);
background: -o-linear-gradient(left, rgba(249,249,249,1) 0%, rgba(249,249,249,1) 8%, rgba(245,245,245,1) 22%, rgba(242,242,242,1) 45%, rgba(205,224,219,1) 100%);
background: -ms-linear-gradient(left, rgba(249,249,249,1) 0%, rgba(249,249,249,1) 8%, rgba(245,245,245,1) 22%, rgba(242,242,242,1) 45%, rgba(205,224,219,1) 100%);
background: linear-gradient(to right, rgba(249,249,249,1) 0%, rgba(249,249,249,1) 8%, rgba(245,245,245,1) 22%, rgba(242,242,242,1) 45%, rgba(205,224,219,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#cde0db', GradientType=1 );
    padding: 30px 0 30px;
}


.home-top-panel .vc_column-inner h1{
    margin-bottom: -40px;
    padding: 0px;
}

.home-top-panel h1{
    color: #fff;
}

.home-top-panel p{
    color: #fff;
}

/*Breadcrumbs CSS*/



.uploads{
    background: #f2f2f2;
    padding: 8px;
    padding-left: 45px;
    padding-right: 45px;
}



.contact-right{
    padding: 40px 20px 0px 20px;
    background: #f2f2f2;
}

.contact-right h3{
    color: #28675a;
    margin-bottom: 5px;
}

.contact-page h2{
    margin-bottom: 5px;
    font-size: 23px;
}

.contact-page p{
    font-size: 14px;
    font-style: italic;
}

.headings{
    background: #28675a;
    padding: 15px;
    color: #fff;
}

.bios h2{
    font-size: 40px;
}

.bios p{
    font-size: 18px;
    font-weight: 400;
}

.team-headings{
    background: rgba(182,206,200,1);
    background: -moz-linear-gradient(left, rgba(182,206,200,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(182,206,200,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(left, rgba(182,206,200,1) 0%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(left, rgba(182,206,200,1) 0%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(left, rgba(182,206,200,1) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to right, rgba(182,206,200,1) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6cec8', endColorstr='#ffffff', GradientType=1 );
    padding: 35px 0 0 15px;
    margin-bottom: 25px;
}

.team-headings h2{
    font-size: 30px;
}

.team-drop h4{
    font-size: 22px;
}

.team-drop1 .vc_tta-panel-title > a {
    background: rgba(182,206,200,1);
    background: -moz-linear-gradient(left, rgba(182,206,200,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(182,206,200,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(left, rgba(182,206,200,1) 0%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(left, rgba(182,206,200,1) 0%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(left, rgba(182,206,200,1) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to right, rgba(182,206,200,1) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6cec8', endColorstr='#ffffff', GradientType=1 );
}

.ubermenu-responsive-default.ubermenu {
    display: block !important;
    width: 800px;
}

.none{
    display: none;
}

.vc_btn3.vc_btn3-size-lg {
    font-size: 16px;
    padding: 18px 25px;
    color: #29a8e0;
}

.yellow-cta{
    background: #f4bf19;
    margin-bottom: 80px;
    border-top: 3px solid rgba(0,0,0,0.2);
    padding-top: 35px;
}

.yellow-cta h2{
    font-size: 26px;
}

.vc_btn3{
    font-weight: 700;
    margin-top: -3px;
}

.social-styling{

    color: #f4bf19;
    font-family: turnip, serif;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 15px;
    margin-top: -4px;
}


/*.hotline{
    background: #f6eac1;
    padding: 30px 15px 5px;
    margin-bottom: 25px;
}

.hotline p,li{
    margin-bottom: 10px;
}

.hotline h3{
    font-size: 30px;
    line-height: .8em;
}

.hotline a{
    color: #dc2e2e;
}

.hotline a:hover{
    color: #b48b34;
}

*/

.ordinances .vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-sm {
    font-size: 12px;
    font-weight: 300;
    padding: 3px 5px;
}

.ordinances h3 {
    color: #fff;
}


.animals-killed {
    font-size: 14px;
    line-height: 1.2em;
}

.injured-tables {
    font-size: 16px;
    line-height: 1.2em;
}


/* .site-title a {
    background: rgba(0, 0, 0, 0) no-repeat scroll 0 0 !important;
} */

.site-title a {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  /* box-shadow: 0 0 1px transparent; */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
/* .site-title a:hover, .site-title a:focus, .site-title a:active {
	-webkit-transform: translateX(18px);
  transform: translateX(18px);
}*/

.tab-content{
    border-right: 1px solid #ddd;
    min-height: 200px;
    padding-right: 20px;
}

.tab-content p{
    color: #545454;
    font-size: 14.5px;
    font-weight: 700;
    line-height: 24px;
    margin-top: -12px;
}

.vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
    background-color: #cc2027;
    color: #fff;
    border: 2px solid #fff;
    padding: 13px 30px;
}


.under-banner{
    height: 115px;
}


.under-banner .vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
	color: #fff;
	background-color: #545454;
 	font-weight: 700;
	margin-top: 8px;
}

.under-banner h2 {
	font-size: 28px;
	margin-bottom: 4px;
	margin-top: -8px;
}

.under-banner p {
	font-size: 20px;
}

.under-banner a{
    color: #cc2027;
}

.under-banner a:hover{
     color: #fff;
}

.under-banner-mobile h2{
    font-size: 24px;
}

.under-banner-mobile a{
    color: #cc2027;
}

.under-banner-mobile a:hover{
     text-shadow: 2px 2px 3px rgba(255,255,255,0.8);
}

.home-top-text{
    margin: 100px 0 100px;
}


.home-top-text h1{
    color: #cc2027;
    font-size: 40px;
    line-height: 1.2em;
}

.home-top-text p{
    font-size: 26px;
    font-weight: 500;
    line-height: 1.4em;
}

.home-trans{
    margin-top: 0px;
}

.home-trans h2{
    color: #fff;
    font-size: 38px;
    line-height: 1.2em;
    padding: 0 80px;
    margin-bottom: 10px;
    margin-top: 30px;
}

.home-trans p{
    color: #fff;
    font-size: 20px;
    line-height: 1.2em;
    padding: 0 80px;
    margin-bottom: -5px;
}

.home-trans-3-panel{
    margin-top: 0px;
}

.home-trans-3-panel h2{
    color: #fff;
    font-size: 26px;
    line-height: 1.2em;
    padding: 0 80px;
    margin-bottom: 10px;
    margin-top: 30px;
}

.home-trans-3-panel p{
    color: #fff;
    font-size: 18px;
    line-height: 1.2em;
    padding: 0 80px;
    margin-bottom: -5px;
}



.home-trans-middle {
    padding: 0 20px;
    height: 330px;
}

.home-trans-bottom{
    padding: 35px 120px;
}

.home-trans-bottom h2{
    color: #fff;
    font-size: 38px;
    line-height: 1.2em;
    padding: 0 140px;
    margin-bottom: 10px;
}

.home-trans-bottom p{
    color: #fff;
    font-size: 20px;
    line-height: 1.2em;
    padding: 0 140px;
    margin-bottom: -5px;
}

.home-trans-bottom .vc_btn3.vc_btn3-color-grey, .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat {
    background-color: #ebebeb;
    color: #545454;
    margin: -10px 0px 20px 80px;
}


.prepares {
    margin: 60px 0 50px;
}

.prepares h2{
    color: #cc2027;
    font-size: 45px;
    margin-bottom: -5px;
}

.prepares h3{
    color: #808184;
    font-size: 25px;
    font-weight: 300;
}

.prepares h4{
    color: #cc2027;
    font-size: 22px;
    font-weight: 900;
    margin-top: -35px;
    letter-spacing: -1px;
}

.prepares p{
    font-family: turnip, serif;
    font-size: 14px;
    line-height: 1.2em;
    margin-top: -28px;
}

.prepares h5{
    font-size: 20px;
    color: #808184;
}

.prepares .tp-revslider-mainul {
    border-top: 2px solid #f2f2f2;
    border-bottom: 2px solid #f2f2f2;
}


.prepares.rev_slider > ul, .rev_slider > ul > li, .rev_slider > ul > li::before, .rev_slider_wrapper > ul, .tp-revslider-mainul > li, .tp-revslider-mainul > li::before, .tp-simpleresponsive > ul, .tp-simpleresponsive > ul > li, .tp-simpleresponsive > ul > li::before {
    list-style: outside none none !important;
    text-indent: 0;
    border-right: 2px solid #f2f2f2;
    margin-bottom: 25px;
}

.community{
    background: #cc2027;
    padding: 100px 0 50px;
    margin-top: -45px;

}

.community h2{
    color: #fff;
    font-size: 45px;
    margin-bottom: -5px;
}

.community h3{
    color: #fff;
    font-size: 35px;
    font-weight: 300;
    line-height: 1.2em;
}

.community h4{
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.2em;
}


.footer-left{
    text-align: right;
    color: #fff;
    margin-top: 25px;
}

.footer-left p{
    font-size: 15px;
    margin: 2px 2px 0px;
    text-transform: none;
    line-height: 1.2em;
}

.footer-nav {
    border-left: 2px solid #b21f24;
    float: right;
    height: 200px;
    text-align: left;
    width: 100%;
    vertical-align: center;
    padding-left: 65px;
    margin-top: 10px;
}


.footer-nav img{
	width: 185px;
}

.footer-nav p{
    font-size: 15px;
    color: #fff;
    text-transform: none;
    line-height: 1.2em;
}

.footer-nav img{
    margin-top: 10px;
    margin-bottom: 15px;
}

.footer-nav a{
    color: #808083;
}

.nav-items{
    margin-top: 15px;
}

.footer-container{
    width: 960px;
    margin: 0 auto;
}

.events{
    padding: 80px 0;
    margin-top: -35px;
}

.blog-listings h4{
    color: #cc2027;
}

.blog-listings p{
    font-size: 14px;
}




/*Fade Boxes*/

/*Animation*/

@-webkit-keyframes fade-boxes {
  50% {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }
}
@keyframes fade-boxes {
  50% {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }
}

.fade-boxes {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  padding: 0px 0px;
  height: 400px;
}
.fade-boxes:hover, .fade-boxes:focus, .fade-boxes:active {
  -webkit-animation-name: fade-boxes;
  animation-name: fade-boxes;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.fade-boxes2 .img{
    background-size: cover;
}


@-webkit-keyframes fade-boxes2 {
  50% {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }
}
@keyframes fade-boxes2 {
  50% {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }
}

.fade-boxes2 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  padding: 0px 0px;
  height: 250px;
}
.fade-boxes2:hover, .fade-boxes2:focus, .fade-boxes2:active {
  -webkit-animation-name: fade-boxes;
  animation-name: fade-boxes;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.fade-boxes .img{
    background-size: cover;
}




/* Pop */
@-webkit-keyframes wn-button {
  50% {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }
}
@keyframes wn-button {
  50% {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }
}
/*.wn-button {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.wn-button:hover, .wn-button:focus, .wn-button:active {
  -webkit-animation-name: wn-button;
  animation-name: wn-button;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}*/

.wn-button h3{
    color: #fff;
    font-weight: 600;
}

.wn-button a{
    color: #fff;
}

.wn-grid-heading-1 h2{
    margin-top: 18px;
    margin-bottom: -15x;
}

.wn-grid-heading-1{
    margin-top: -18px;
}

div.pp_default .pp_content_container .pp_details {
	margin-top: 15px;
	color: #fff;
}











/*End Animation*/

/*.boxes{
    background: transparent;
}*/


.boxes{
    padding: 0px;
    width: 100%;
}

.boxes h2{
    color: #fff;
    margin-top: 0px;
    font-size: 28px;
    line-height: 1.1em;
    text-align: center;
}

.boxes p{
    font-size: 20px;
    line-height: 1.3em;
    text-align: center;
    margin-top: -10px;
}

.boxes a{
    color: #29a8e0;
}

.boxes a:hover{
    color: #f4bf19;
}



/*Boxes 2*/
.boxes2{
    padding: 0px;
    width: 100%;
}

.boxes2 h2{
    color: red;
    margin-top: 0px;
    margin-bottom: -50px;
    font-size: 70px;
    line-height: 1.1em;
    text-align: center;
}

.boxes2 p{
    font-size: 20px;
    line-height: 1.3em;
    text-align: center;
    margin-top: -10px;
}

.boxes2 a{
    color: #29a8e0;
}

.boxes2 a:hover{
    color: #f4bf19;
}




.container{
    width:100%;
    height:100%;
    background: rgba(0,0,0,0);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 46%, rgba(0,0,0,0.85) 92%, rgba(19,19,19,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(46%, rgba(0,0,0,0)), color-stop(92%, rgba(0,0,0,0.85)), color-stop(100%, rgba(19,19,19,1)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 46%, rgba(0,0,0,0.85) 92%, rgba(19,19,19,1) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 46%, rgba(0,0,0,0.85) 92%, rgba(19,19,19,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 46%, rgba(0,0,0,0.85) 92%, rgba(19,19,19,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 46%, rgba(0,0,0,0.85) 92%, rgba(19,19,19,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#131313', GradientType=0 );
    /*Important:*/*/
    position:relative;
    padding-top: 185px;
    margin-bottom: -35px;
    padding-bottom: 50px;
}

.container:hover{
/*    background: rgba(0,0,0,0);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 46%, rgba(0,0,0,0.85) 92%, rgba(19,19,19,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(46%, rgba(0,0,0,0)), color-stop(92%, rgba(0,0,0,0.85)), color-stop(100%, rgba(19,19,19,1)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 46%, rgba(0,0,0,0.85) 92%, rgba(19,19,19,1) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 46%, rgba(0,0,0,0.85) 92%, rgba(19,19,19,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 46%, rgba(0,0,0,0.85) 92%, rgba(19,19,19,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 46%, rgba(0,0,0,0.85) 92%, rgba(19,19,19,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#131313', GradientType=0 );*/
}

/*Boxes Container 2*/

.container2{
    width:100%;
    height:100%;
    background: rgba(0,0,0,0);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 46%, rgba(0,0,0,0.85) 92%, rgba(19,19,19,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(46%, rgba(0,0,0,0)), color-stop(92%, rgba(0,0,0,0.85)), color-stop(100%, rgba(19,19,19,1)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 46%, rgba(0,0,0,0.85) 92%, rgba(19,19,19,1) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 46%, rgba(0,0,0,0.85) 92%, rgba(19,19,19,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 46%, rgba(0,0,0,0.85) 92%, rgba(19,19,19,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 46%, rgba(0,0,0,0.85) 92%, rgba(19,19,19,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#131313', GradientType=0 );
    /*Important:*/
    position:relative;
    padding-top: 120px;
    margin-bottom: -35px;
    padding-bottom: 50px;
}

.container2:hover{
/*    background: rgba(0,0,0,0);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 46%, rgba(0,0,0,0.85) 92%, rgba(19,19,19,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(46%, rgba(0,0,0,0)), color-stop(92%, rgba(0,0,0,0.85)), color-stop(100%, rgba(19,19,19,1)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 46%, rgba(0,0,0,0.85) 92%, rgba(19,19,19,1) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 46%, rgba(0,0,0,0.85) 92%, rgba(19,19,19,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 46%, rgba(0,0,0,0.85) 92%, rgba(19,19,19,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 46%, rgba(0,0,0,0.85) 92%, rgba(19,19,19,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#131313', GradientType=0 );*/
}


.container3 {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 46%, rgba(0,0,0,0.85) 92%, rgba(19,19,19,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(46%, rgba(0,0,0,0)), color-stop(92%, rgba(0,0,0,0.85)), color-stop(100%, rgba(19,19,19,1)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 46%, rgba(0,0,0,0.85) 92%, rgba(19,19,19,1) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 46%, rgba(0,0,0,0.85) 92%, rgba(19,19,19,1) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 46%, rgba(0,0,0,0.85) 92%, rgba(19,19,19,1) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 46%, rgba(0,0,0,0.85) 92%, rgba(19,19,19,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#131313', GradientType=0 );
	position: relative;
	padding-top: 120px;
	margin-bottom: -35px;
	padding-bottom: 34px;
}


.container4 {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 46%, rgba(0,0,0,0.85) 92%, rgba(19,19,19,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(46%, rgba(0,0,0,0)), color-stop(92%, rgba(0,0,0,0.85)), color-stop(100%, rgba(19,19,19,1)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 46%, rgba(0,0,0,0.85) 92%, rgba(19,19,19,1) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 46%, rgba(0,0,0,0.85) 92%, rgba(19,19,19,1) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 46%, rgba(0,0,0,0.85) 92%, rgba(19,19,19,1) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 46%, rgba(0,0,0,0.85) 92%, rgba(19,19,19,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#131313', GradientType=0 );
	position: relative;
	padding-top: 125px;
	margin-bottom: -35px;
	padding-bottom: 34px;
}


.pages-trans{
    height: 100%;
}

.pages-trans .vc_column_container > .vc_column-inner {
    padding-left: 0px;
    padding-right: 0px;
}

.pages-trans h2{
    color: #fff;
    font-size: 30px;
    line-height: 1.2em;
    padding: 0 40px;
    margin-bottom: 15px;
    text-align: center;
    text-shadow: 2px 2px 2px #000;
}

.pages-trans p{
    color: #fff;
    font-size: 18px;
    line-height: 1.2em;
    padding: 0 40px;
    margin-bottom: -20px;
    text-shadow: 2px 2px 2px #000;
}

/*Pages Trans 2*/

.pages-trans2{
    height: 100%;
}

.pages-trans2 .vc_column_container > .vc_column-inner {
    padding-left: 0px;
    padding-right: 0px;
}

.pages-trans2 h2{
    color: #fff;
    font-size: 30px;
    line-height: 1.2em;
    padding: 0 40px;
    margin-bottom: -25px;
    text-align: center;
    text-shadow: 2px 2px 2px #000;
}

.pages-trans2 p{
    color: #fff;
    font-size: 18px;
    line-height: 1.2em;
    padding: 0 40px;
    margin-bottom: -20px;
    text-shadow: 2px 2px 2px #000;
}

/*Pages Trans 3*/

.pages-trans3{
    height: 100%;
}

.pages-trans3 .vc_column_container > .vc_column-inner {
    padding-left: 0px;
    padding-right: 0px;
}

.pages-trans3 h2 {
	color: #fff;
	/* font-size: 30px; */
	line-height: 1.2em;
	/* padding: 0 -6px; */
	margin-bottom: 0px;
	text-align: center;
	text-shadow: 2px 2px 2px #000;
}

.pages-trans3 h3 {
	color: #fff;
	font-size: 16px;
	line-height: 1.4em;
	/* padding: 0 -6px; */
	margin-bottom: 12px;
	text-align: center;
	text-shadow: 2px 2px 2px #000;
}

.pages-trans3 p {
	color: #fff;
	font-size: 18px;
	line-height: 1.2em;
	padding: 0 40px;
	margin-bottom: -20px;
	margin-top: 12px;
	text-shadow: 2px 2px 2px #000;
	font-style: italic;
	font-weight: 700;
}



/*Box Links - Just gives functionality, doesn't effect width*/

.link-spanner {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 1;
}


.footer-container-mobile{
    font-size: 18px;
    padding: 10px 10px 10px;
    }

.sub-footer{
    margin-top: 55px;
}

.sub-footer p{
    text-align: center;
    color: #e5b8b8;
}

.sub-footer a{
    color: #e5b8b8;
}

.sub-footer a:hover{
    color: #fad246;
}

.sub-sub-footer{
    margin-top: 40px;
}

.sub-sub-footer p{
    text-align: center;
    color: #ec9195;
}

.sub-sub-footer a{
    color: #ec9195;
}

.sub-sub-footer a:hover{
    color: #fad246;
}








.ult-ib-effect-style2 .ult-new-ib-title {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transition: -webkit-transform .35s,color .35s;
	-webkit-transition: color .35s,-webkit-transform .35s;
	transition: color .35s,-webkit-transform .35s;
	transition: transform .35s,color .35s;
	transition: transform .35s,color .35s,-webkit-transform .35s;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
	line-height: 1.2em;
}


/*2019 Hover Boxes Snip*/
.geoboxes {
    background-color: #fff;
    color: #ffffff;
    max-width: 385px;
    min-width: 230px;
    overflow: hidden;
    position: relative;
    width: 100%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    margin: 0 auto;
}

.geoboxes *,
.geoboxes *:before,
.geoboxes *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

.geoboxes img {
  backface-visibility: hidden;
  max-width: 100%;
  vertical-align: top;
}

.geoboxes:before,
.geoboxes:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background-color: #b81212;
  opacity: 0.5;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

.geoboxes:before {
  -webkit-transform: skew(30deg) translateX(-80%);
  transform: skew(30deg) translateX(-80%);
}

.geoboxes:after {
  -webkit-transform: skew(-30deg) translateX(-70%);
  transform: skew(-30deg) translateX(-70%);
}

.geoboxes figcaption {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 1;
  bottom: 0;
  padding: 25px 40% 25px 20px;
}

.geoboxes figcaption:before,
.geoboxes figcaption:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #b81212;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
  content: '';
  opacity: 0.5;
  z-index: -1;
}

.geoboxes figcaption:before {
  -webkit-transform: skew(30deg) translateX(-100%);
  transform: skew(30deg) translateX(-100%);
}

.geoboxes figcaption:after {
  -webkit-transform: skew(-30deg) translateX(-90%);
  transform: skew(-30deg) translateX(-90%);
}

/*Text hover opacity*/
.geoboxes p {
    opacity: 0;
    letter-spacing: 1px;
    font-size: 18px;
    margin-top: -15px;
}

.geoboxes h3,{
    margin: 0;
    opacity: 1.0;
    letter-spacing: 1px;
    font-size: 40px;
    line-height: 1.2em;
    text-transform: uppercase;
}


.geoboxes a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.geoboxes:hover h3,
.geoboxes.hover h3,
.geoboxes:hover p,
.geoboxes.hover p {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 0.9;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.geoboxes:hover:before,
.geoboxes.hover:before {
  -webkit-transform: skew(30deg) translateX(-20%);
  transform: skew(30deg) translateX(-20%);
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.geoboxes:hover:after,
.geoboxes.hover:after {
  -webkit-transform: skew(-30deg) translateX(-10%);
  transform: skew(-30deg) translateX(-10%);
}

.geoboxes:hover figcaption:before,
.geoboxes.hover figcaption:before {
  -webkit-transform: skew(30deg) translateX(-40%);
  transform: skew(30deg) translateX(-40%);
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.geoboxes:hover figcaption:after,
.geoboxes.hover figcaption:after {
  -webkit-transform: skew(-30deg) translateX(-30%);
  transform: skew(-30deg) translateX(-30%);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}



/*Alt Version*/

/*Alt Version*/


.porthole {
    border: 10px solid #cc2027;
    border-radius: 200px;
    /* float: left; */
    height: 280px;
    margin-right: 20px;
    position: relative;
    overflow: hidden;
    width: 280px;
    margin: 0 auto;
}

.porthole a {
    color: #000;
	border-radius: 200px;
	box-shadow: inset 0 10px 10px rgba(0, 0, 0, 0.20);
	display: block;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	/* text-indent: -9999px; */
	width: 100%;
	z-index: 1;
}
.porthole a:hover {
	color: #000;
}

.porthole img {
	height: auto;
	position: absolute;
	top: -7%;
	left: -25%;
	right: -25%;
	bottom: -25%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 100%;
	margin: 0 auto;
    z-index: 0;
	/* margin-top: 7%; */
}

.porthole a:hover + img {
    top: -38%;
    left: -50%;
    right: -50%;
    bottom: -50%;
	width: 150%;
}

.porthole.alt:before {
	border-radius: 200px;
	box-shadow: inset 0 10px 10px rgba(0, 0, 0, 0.80);
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}
.porthole-text{
    z-index: 20;
}

.porthole-text p {
    color: #fff;
    text-align: center;
    margin-top: 105px;
    font-size: 22px;
    display: block;
    line-height: 1.2em;
    text-transform: uppercase;
    font-weight: 600;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.60);
    background: rgba(0,0,0,0.3);
    padding: 6px;
    letter-spacing: 1px;
    position: relative;
    z-index: 20;
}

.home-circles-panel{
    padding: 10px 0px 40px;
}

.home-circles-panel h4 {
	font-size: 30px;
	font-weight: 300;
	width: 75%;
	text-align: center;
	margin: 0 auto;
}



/*End 2019 Hover Boxes*/


.search-side{
    background: url('https://www.aa.edu/wp-content/uploads/2019/02/search-bg3.jpg') top left no-repeat;
    background-size: 850px;
}

.page-id-712 .entry {
	background-color: rgba(255, 255, 255, 0.7);
	margin-bottom: 0;
	padding: 24px 24px 75px;
}



.social-bar{
    background: #cc2027;
    padding: 20px 0 20px 10px;
    color: #fff;
}

.social-bar h3{
    margin-left: 15px;
}

.social-bar i{
    font-size: 45px;
}

.gray-box-outline {
    border: 4px solid #f2f2f2;
    padding: 32px 0px 0px;
    margin: -15px 0px 30px;
}


.vc_btn3.vc_btn3-color-white.vc_btn3-style-outline {
    color: #666;
    border-color: #fff;
    background-color: transparent;
    margin: -10px 0px 20px 80px;
}

.school-scroll img{
    padding: 0 10px;
}

/*Search Results Page Styling*/

.search-container {
    width: 100%;
    padding-left:100px;
    padding-right:100px;
    padding-bottom:200px;
    padding-top:0px;
    margin:auto;
}

#ss-search-page-form {
    text-align:center;
    margin: auto;
    padding-top:50px;
}
#ss-search-page-form .search-field {
    border: 2px solid #dddddd;
    border-radius: 4px;
    width:60%;
    margin-top:20px;
}
#ss-search-page-form .search-submit {
    padding: 10px 10px;
    margin-bottom:5px;
    text-transform: uppercase;
    text-align: left;
}

.search-page-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 34px;
    font-weight: 300 !important;
    letter-spacing: 2px;
    line-height: 50px;
    text-align:center;
    display:block;
    text-transform:uppercase;
    padding-top:50px;
    padding-bottom:25px;
}
.search-post-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 600 !important;
    letter-spacing: 2px;
    line-height: 50px;
    text-align:left;
    display:block;
}
.search-post-link {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 300 !important;
    letter-spacing: 2px;
    line-height: 20px;
    text-align:left;
    display:block;
}
.search-post-excerpt {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 400 !important;
    letter-spacing: 2px;
    line-height: 15px;
    text-align:left;
    display:block;
}

/*End Search Results Page*/



/*New Nav*/
.new-top-left-advocate{
    background-color: #cc2027;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='0' x2='0' y1='0' y2='100%25' gradientTransform='rotate(240)'%3E%3Cstop offset='0' stop-color='%23cc2027'/%3E%3Cstop offset='1' stop-color='%23cc2027'/%3E%3C/linearGradient%3E%3Cpattern patternUnits='userSpaceOnUse' id='b' width='589' height='490.8' x='0' y='0' viewBox='0 0 1080 900'%3E%3Cg fill-opacity='0.08'%3E%3Cpolygon fill='%23444' points='90 150 0 300 180 300'/%3E%3Cpolygon points='90 150 180 0 0 0'/%3E%3Cpolygon fill='%23AAA' points='270 150 360 0 180 0'/%3E%3Cpolygon fill='%23DDD' points='450 150 360 300 540 300'/%3E%3Cpolygon fill='%23999' points='450 150 540 0 360 0'/%3E%3Cpolygon points='630 150 540 300 720 300'/%3E%3Cpolygon fill='%23DDD' points='630 150 720 0 540 0'/%3E%3Cpolygon fill='%23444' points='810 150 720 300 900 300'/%3E%3Cpolygon fill='%23FFF' points='810 150 900 0 720 0'/%3E%3Cpolygon fill='%23DDD' points='990 150 900 300 1080 300'/%3E%3Cpolygon fill='%23444' points='990 150 1080 0 900 0'/%3E%3Cpolygon fill='%23DDD' points='90 450 0 600 180 600'/%3E%3Cpolygon points='90 450 180 300 0 300'/%3E%3Cpolygon fill='%23666' points='270 450 180 600 360 600'/%3E%3Cpolygon fill='%23AAA' points='270 450 360 300 180 300'/%3E%3Cpolygon fill='%23DDD' points='450 450 360 600 540 600'/%3E%3Cpolygon fill='%23999' points='450 450 540 300 360 300'/%3E%3Cpolygon fill='%23999' points='630 450 540 600 720 600'/%3E%3Cpolygon fill='%23FFF' points='630 450 720 300 540 300'/%3E%3Cpolygon points='810 450 720 600 900 600'/%3E%3Cpolygon fill='%23DDD' points='810 450 900 300 720 300'/%3E%3Cpolygon fill='%23AAA' points='990 450 900 600 1080 600'/%3E%3Cpolygon fill='%23444' points='990 450 1080 300 900 300'/%3E%3Cpolygon fill='%23222' points='90 750 0 900 180 900'/%3E%3Cpolygon points='270 750 180 900 360 900'/%3E%3Cpolygon fill='%23DDD' points='270 750 360 600 180 600'/%3E%3Cpolygon points='450 750 540 600 360 600'/%3E%3Cpolygon points='630 750 540 900 720 900'/%3E%3Cpolygon fill='%23444' points='630 750 720 600 540 600'/%3E%3Cpolygon fill='%23AAA' points='810 750 720 900 900 900'/%3E%3Cpolygon fill='%23666' points='810 750 900 600 720 600'/%3E%3Cpolygon fill='%23999' points='990 750 900 900 1080 900'/%3E%3Cpolygon fill='%23999' points='180 0 90 150 270 150'/%3E%3Cpolygon fill='%23444' points='360 0 270 150 450 150'/%3E%3Cpolygon fill='%23FFF' points='540 0 450 150 630 150'/%3E%3Cpolygon points='900 0 810 150 990 150'/%3E%3Cpolygon fill='%23222' points='0 300 -90 450 90 450'/%3E%3Cpolygon fill='%23FFF' points='0 300 90 150 -90 150'/%3E%3Cpolygon fill='%23FFF' points='180 300 90 450 270 450'/%3E%3Cpolygon fill='%23666' points='180 300 270 150 90 150'/%3E%3Cpolygon fill='%23222' points='360 300 270 450 450 450'/%3E%3Cpolygon fill='%23FFF' points='360 300 450 150 270 150'/%3E%3Cpolygon fill='%23444' points='540 300 450 450 630 450'/%3E%3Cpolygon fill='%23222' points='540 300 630 150 450 150'/%3E%3Cpolygon fill='%23AAA' points='720 300 630 450 810 450'/%3E%3Cpolygon fill='%23666' points='720 300 810 150 630 150'/%3E%3Cpolygon fill='%23FFF' points='900 300 810 450 990 450'/%3E%3Cpolygon fill='%23999' points='900 300 990 150 810 150'/%3E%3Cpolygon points='0 600 -90 750 90 750'/%3E%3Cpolygon fill='%23666' points='0 600 90 450 -90 450'/%3E%3Cpolygon fill='%23AAA' points='180 600 90 750 270 750'/%3E%3Cpolygon fill='%23444' points='180 600 270 450 90 450'/%3E%3Cpolygon fill='%23444' points='360 600 270 750 450 750'/%3E%3Cpolygon fill='%23999' points='360 600 450 450 270 450'/%3E%3Cpolygon fill='%23666' points='540 600 630 450 450 450'/%3E%3Cpolygon fill='%23222' points='720 600 630 750 810 750'/%3E%3Cpolygon fill='%23FFF' points='900 600 810 750 990 750'/%3E%3Cpolygon fill='%23222' points='900 600 990 450 810 450'/%3E%3Cpolygon fill='%23DDD' points='0 900 90 750 -90 750'/%3E%3Cpolygon fill='%23444' points='180 900 270 750 90 750'/%3E%3Cpolygon fill='%23FFF' points='360 900 450 750 270 750'/%3E%3Cpolygon fill='%23AAA' points='540 900 630 750 450 750'/%3E%3Cpolygon fill='%23FFF' points='720 900 810 750 630 750'/%3E%3Cpolygon fill='%23222' points='900 900 990 750 810 750'/%3E%3Cpolygon fill='%23222' points='1080 300 990 450 1170 450'/%3E%3Cpolygon fill='%23FFF' points='1080 300 1170 150 990 150'/%3E%3Cpolygon points='1080 600 990 750 1170 750'/%3E%3Cpolygon fill='%23666' points='1080 600 1170 450 990 450'/%3E%3Cpolygon fill='%23DDD' points='1080 900 1170 750 990 750'/%3E%3C/g%3E%3C/pattern%3E%3C/defs%3E%3Crect x='0' y='0' fill='url(%23a)' width='100%25' height='100%25'/%3E%3Crect x='0' y='0' fill='url(%23b)' width='100%25' height='100%25'/%3E%3C/svg%3E");
background-attachment: fixed;
background-size: cover;
    margin-top: -20px;
}

.new-top-left-advocate h1{
    color: #fff;
}

.new-top {
    margin-top: -105px;
    margin-bottom: 45px;
}

.new-top h1{
    font-size: 70px;
    text-align: center;
    margin-top: 50px;
}

.advocacy-menu-new{
    margin-top: -45px;
    height: 60px;
    text-align: center;
}

.advocacy-menu-new i{
    color: #fec440;
}

.advocacy-menu-new li {
    color: #fff;
    display: inline-block;
    margin-bottom: 15px;
    padding: 10px;
    margin: 0 auto;
    margin-top: -15px;
}

.advocacy-menu-new a{
    color: #fff;
    font-size: 20px;
    margin-top: -15px;
}

.advocacy-menu-new a:hover{
    color: #b8b8b8;
}

.ubermenu-page_nav .ubermenu-item-level-0 > .ubermenu-target {
    font-size: 20px;
    color: #ffffff;
    margin-top: -35px;
}




/*Hide or show on mobile*/
@media (max-width: 479px) {
  #show-on-desktop, #show-on-tablets, #hide-on-mobile { display: none; }
}
@media (min-width: 285px) and (max-width: 1022px) {
  #show-on-desktop, #hide-on-tablets, #hide-on-mobile { display: none; }
}
@media (min-width: 1022px) {
  #hide-on-desktop, #show-on-tablets, #show-on-mobile { display: none; }
}
/*End Hide or show on mobile*/


.callout-large-text{
    padding: 60px 0;
}

.callout-large-text h3{
    font-size: 30px;
}

.gray-box{
    padding: 20px 0px;
    background: #f2f2f2;
}

.gray-box h2{
    color: #cc2027;
    font-size: 30px;
    font-weight: 700;
}

.gray-box h3{
    color: #cc2027;
    font-size: 70px;
    margin-top: -35px;
    margin-bottom: 5px;
    font-weight: 300;
    line-height: .85em;
}

.gray-box h4{
    margin-bottom: -5px;
}

.gray-box p{
    margin-top: -5px;
}

.white-box{
    padding: 20px 0px;
}

.gray-box-tall{
    padding: 60px 0px;
    background: #f2f2f2;
}

.white-box h3{
    color: #cc2027;
    font-size: 70px;
    margin-top: -35px;
    margin-bottom: 5px;
    font-weight: 300;
    line-height: .85em;
}

.white-box h4{
    margin-bottom: -5px;
}

.white-box p{
    margin-top: -5px;
}

.white-box-tall{
    padding: 60px 0px;
}

.chronology{
    background: #c41e23;
    padding: 50px;
}

.chronology p{
    color: #fff;
}

.chronology p:strong{
    font-size: 20px;
}

.whats-new-posts p{
    font-size: 15px;
}

.whats-new-posts h4{
    color: #cc2027;
    font-size: 14px;
}

.new-cat{
    text-align: left;

}

.whats-new-posts-main {
    text-align: left;
}

.whats-new-posts-main p {
    font-size: 14px;
    color: #fff;
    margin-top: -25px;
}

.whats-new-posts-main h5 {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}


.whats-new-posts-sub1 p{
    font-size: 14px;
    color: #fff;
    margin-top: -25px;
}

.whats-new-posts-sub1 h5{
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}

@-webkit-keyframes whats-new-boxes {
  50% {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }
}
@keyframes whats-new-boxes {
  50% {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }
}

.whats-new-boxes {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  padding: 0px 0px;
    height: 400px;
}
.whats-new-boxes:hover, .whats-new-boxes:focus, .whats-new-boxes:active {
  -webkit-animation-name: whats-new-boxes;
  animation-name: whats-new-boxes;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}


.whats-new-posts-main h4{
    color: #fff;
    font-size: 14px;
}


.small-gray-box{
}

.small-gray-box h2{
    font-size: 28px;
    line-height: 1em;
    color: #cc2027;
}

.small-gray-box h3{
    font-size: 23px;
    line-height: 1em;
    font-weight: 700;
}

.small-gray-box p{
    font-size: 16px;
    line-height: 1.4em;
}

small-gray-box li{
    color: #000;
    font-weight: 300;
}

.contacts {
    padding: 8px;
}

.contacts img{
    margin-top: 10px;
}



.contacts h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: -3px;
    margin-top: -25px;
    line-height: 1.3em;
}

.contacts b, strong{
    font-weight: 700;
}

.contacts p{
    margin-bottom: -10px;
    line-height: 1.5em;
}

.contacts a{
    margin-top: -5px;
}

.contacts-box{

}

div.ppt { display: none !important; }

.home-services-boxes{
    background: #ba1414;
    padding: 20px;
    margin-top: -110px;
    padding-top: 100px;
    border-radius: 10px;
}

.home-services-boxes h1{
    color: #fff;
    text-transform: uppercase;
    font-size: 38px;
    margin-top: -10px;

}

.home-services-boxes p{
    color: #fff;
    font-weight: 500;
    line-height: 1.4em;
    font-size: 20px;
    margin-top: -20px;
}

.fade-news-icon{
    width: 157px;
    height: 157px;
    margin: 0 auto;
    text-align: center;
    opacity:1;
    filter: opacity(100%);
    -webkit-filter: opacity(100%);
    -o-filter: opacity(100%);
    -ms-filter: opacity(100%);
}


.fade-news-icon:hover{
    opacity:0.8;
    filter: opacity(90%);
    -webkit-filter: opacity(90%);
    -o-filter: opacity(90%);
    -ms-filter: opacity(90%);
}


.fade-news-posts{
    margin: 0 auto;
    text-align: center;
    opacity:1;
    filter: opacity(100%);
    -webkit-filter: opacity(100%);
    -o-filter: opacity(100%);
    -ms-filter: opacity(100%);
}


.fade-news-posts:hover{
    opacity:0.8;
    filter: opacity(90%);
    -webkit-filter: opacity(90%);
    -o-filter: opacity(90%);
    -ms-filter: opacity(90%);
}

.news-post-categories {
    color: #888888;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
}

.news-posts h4{
    color: #fff;
    font-size: 22px;
    line-height: 1.2em;
    margin-top: -8px;
}

.news-posts h4:hover{
    color: #acb2b8;
}

.news-posts h5{
    color: #fff;
}

.news-posts p{
    color: #fff;
    font-size: 15px;
    line-height: 1.3em;
    margin-top: -8px;
}

.news-posts {
    background: #fff;
    padding: 20px;
}

.news-posts-image{
    padding: 35px;
}

.news-archive-breadcrumb {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, rgb(249, 249, 249) 0%, rgb(255, 255, 255) 100%) repeat scroll 0 0;
    font-size: 14px;
    margin-bottom: 35px;
    margin-left: 0px;
    margin-top: -5px;
    padding: 15px 40px;
}

/* Pop Staff */
@-webkit-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.hvr-pop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;

}
.hvr-pop:hover, .hvr-pop:focus, .hvr-pop:active {
  -webkit-animation-name: hvr-pop;
  animation-name: hvr-pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Pop Social */
@-webkit-keyframes social-pop {
  50% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
}
@keyframes social-pop {
  50% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
}
.social-pop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;

}
.social-pop:hover, .social-pop:focus, .social-pop:active {
  -webkit-animation-name: social-pop;
  animation-name: social-pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.give-form .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    font-family: inherit;
    font-size: inherit;
    letter-spacing: normal;
    padding: 15px 4px;
}

.give-form ,input {
    background-color: #fcfcfc;
    border: 2px solid #ddd;
    border-radius: 5px;
    box-shadow: none;
    font-size: 18px;
    font-weight: 300;
    padding: 14px;
    width: 100%;
}

.give-form, textarea {
  background-color: #fcfcfc;
  border-radius: 0;
  box-shadow: none;
  font-size: 18px;
  font-weight: 300;
  padding: 14px;
  width: 100%;
}


.donation-info h2{
    color: #cc2027;
    margin-top: 25px;
}

.wpb-js-composer .vc_tta-color-sky.vc_tta-style-outline .vc_tta-tab > a {
  background-color: transparent;
  border-color: #cc2027;
  color: #cc2027;
}

.new-services .vc_tta-tab.vc_active > a {
   background: rgba(230,230,230,1);
background: -moz-linear-gradient(top, rgba(230,230,230,1) 0%, rgba(230,230,230,1) 0%, rgba(230,230,230,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(230,230,230,1)), color-stop(0%, rgba(230,230,230,1)), color-stop(100%, rgba(230,230,230,1)));
background: -webkit-linear-gradient(top, rgba(230,230,230,1) 0%, rgba(230,230,230,1) 0%, rgba(230,230,230,1) 100%);
background: -o-linear-gradient(top, rgba(230,230,230,1) 0%, rgba(230,230,230,1) 0%, rgba(230,230,230,1) 100%);
background: -ms-linear-gradient(top, rgba(230,230,230,1) 0%, rgba(230,230,230,1) 0%, rgba(230,230,230,1) 100%);
background: linear-gradient(to bottom, rgba(230,230,230,1) 0%, rgba(230,230,230,1) 0%, rgba(230,230,230,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#e6e6e6', GradientType=0 );
    border-color: #cc2027;
    color: #fff;
}


.faq h4{
    font-size: 22px;
}

/*Form Styling*/


.give-form, input {
	background-color: #fff;
	border: 2px solid #ddd;
	border-radius: 0px;
	box-shadow: none;
	font-size: 18px;
	font-weight: 300;
	padding: 24px;
	width: 100%;
}


.redbox{
    color: #fff;
    background: #cc2027;
}

.redbox a{
    color: #000;
}

.form-section{
    color: #cc2027;
}

.page-social{
    width: 65%;
    text-align: center;
    margin: 0 auto;
    height: 40px;
}

.page-social img{
    padding: 0px;
    margin-top: 0px;
    text-align: center;
}

.event-home h3{
    font-size: 21px;
    font-weight: 700;
    color: #cc2027;
    margin-bottom: 2px;
}

.event-home h4{
    font-size: 16px;
    font-weight: 300;
    color: #000;
}

.event-home p {
  background: #000 none repeat scroll 0 0;
  color: #fff;
  font-size: 13px;
  margin-bottom: 10px;
  padding: 5px 10px;
  width: 55%;
  font-weight: 400;
}

.search .cse input.gsc-input, input.gsc-input {
  border: 1px solid #d3bca1;
  font-family: inherit;
  font-size: 20px;
  padding: 15px 6px;
  width: 99%;
}



.vision-display{
    background: #000;
}

.venue-news h2 {
  color: #cc2027;
  font-size: 24px;
  line-height: 1.2em;
}

.venue-news p {
  color: #000;
  font-size: 18px;
  margin-top: -15px;
}

.venue-header {
  color: #fff;
  height: 145px;
  margin-top: -23px;
  padding-top: 26px;
}

.venue-header img{
    margin-top: -5px;
    margin-left: 10px;
}

.venue-footer {
  color: #fff;
  margin-top: 70px;
  padding: 4px 0;
}

/*Weather*/

.weather-widget{
    margin: 0 auto;
    text-align: center;
    margin-top: -20px;
}



.social-board .ff-stream-wrapper {
  box-sizing: border-box;
  margin: -14px 0 0;
  padding: 0;
  position: relative;
  z-index: 10;
}

.gift-area{
    color: #cc2027;
    font-size: 24px;
}

.give-total{
    font-size: 30px;
}
.staff-modal h3 {
	font-size: 32px;
    font-weight: 600;
}
.academy-staff h4 {
	font-size: 24px;
	margin-top: -22px;
	margin-bottom: 0px;
}

.academy-staff h5 {
	font-size: 18px;
	margin-top: 4px;
	margin-bottom: 0px;
}

.academy-staff img.ult-modal-img {
	-webkit-box-shadow: none;
	/* box-shadow: 0px 0px 8px #d3d3d3; */
	border: 0;
	max-width: 100%;
	display: block;
	border: 6px solid #f2f2f2;
}

.academy-staff img {
	height: auto;
	padding: 0 0;
}

.department-heading h3{
    font-size: 40px;
}


.faculty-new h4{
    color: #54bceb;
    margin-top: 8px;
}

.faculty-new{
    border: 2px solid #cdcdcd;
    text-align: left;
}

.fac-field1 {
  text-align: center;
  margin-top: -1 5px;
  color: #0067ba;
  margin: 0 auto;
  font-weight: 700;
  font-size: 22px;
}

.fac-field2 {
  text-align: center;
  margin-top: 0px;
  color: #000;
  font-weight: 300;
  font-size: 14px;
}


.coach-sport a {
    font-size: 18px;
}

.coach-name {
    font-size: 12px;
    font-weight: 700;
}

.coach-description {
    font-size: 15px;
}

/*.coach-name a {
    font-size: 22px;
}

.coach-sport {
    font-size: 12px;
    font-weight: 700;
}

.coach-description {
    font-size: 15px;
}*/


.modal-wrapper.styled .modal h2 {
	font-size: 2.0em;
	margin: 0.3em 0;
	margin-bottom: -25px;
}

.faculty-post h2{
    padding-bottom: 12px;
}

.faculty-post h4 {
	font-size: 18px;
	margin-top: 15px;
}


.summer-icon {
	color: #fff;
	font-weight: 600;
	font-size: 15px;
	margin-top: 6px;
	margin-bottom: -19px;
	margin-right: 15px;
}

.summer-icon i{
	color: #f9c718;
	margin-right: 5px;
}

.summer-icon a{
	color: #fff;
}

.summer-icon a:hover{
	color: #000;
}



.page-id-20724 .site-header {
    background: #cc2027;
    box-shadow: 0 3px rgba(70, 70, 70, 0.05);
    min-height: 80px;
    display: none;
}

.page-id-20724 .ubermenu {
    display: none;
}

.page-id-20724 .nav-primary{
    display: none;
}

.page-id-20724 .ubermenu-third-menu .ubermenu-nav {
    max-width: 1100px;
    display: none;
}

.page-id-20724 .breadcrumb {
    display: none;
}

.page-id-20724 .site-footer {
    background-color:
    #cc2027;
    font-size: 16px;
    padding: 60px 0;
    text-align: center;
    font-weight: 700;
    display: none;
}

.page-id-20724 #shiftnav-toggle-main.shiftnav-toggle-edge-right {
    left: auto;
    right: 0;
    display: none;
}

.page-id-20724 .vc_grid-filter.vc_grid-filter-center {
    text-align: center;
    display: none;
}


.directorist-content-active a, .directorist-content-active button {
    color: #cc2027;
}


.social-icons{
	font-size: 130px;
	color: #fff;
}

.social-icons a{
	color: #fff;
}

.social-icons a:hover{
	color: #efb22b;
}

.gform_legacy_markup_wrapper {
  font-size: inherit;
  font-family: inherit;
  padding: 18px 8px;
  letter-spacing: normal;
}
.srch{
    margin: 0 auto;
		text-align: center;
		margin-bottom: 60px;
}

.home-c {
  width: 211px;
  float: left;
  /* margin-top: 0px; */
  margin-right: 50px;
}

.panel-1{
	padding: 85px 0;
/* background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' width='1920' height='850' preserveAspectRatio='none' viewBox='0 0 1920 850'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1090%26quot%3b)' fill='none'%3e%3cpath d='M-55.5 643.5L-55.5 643.5' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-55.5 643.5L-83.9 792.4' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-55.5 643.5L98.38 651.33' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-83.9 792.4L-83.9 792.4' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-83.9 792.4L-95.02 957.88' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-83.9 792.4L96.36 835.68' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-95.02 957.88L-95.02 957.88' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-95.02 957.88L83.78 989.21' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-95.02 957.88L96.36 835.68' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-95.02 957.88L194.39 940.69' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M98.38 651.33L98.38 651.33' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M98.38 651.33L228.57 644.55' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M98.38 651.33L96.36 835.68' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M98.38 651.33L239.48 501.87' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M96.36 835.68L96.36 835.68' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M96.36 835.68L194.39 940.69' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M96.36 835.68L242.34 812.75' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M96.36 835.68L83.78 989.21' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M83.78 989.21L83.78 989.21' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M83.78 989.21L194.39 940.69' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M83.78 989.21L242.34 812.75' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M83.78 989.21L-83.9 792.4' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M83.78 989.21L410.78 1002.2' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M239.48 501.87L239.48 501.87' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M239.48 501.87L360.17 520.6' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M239.48 501.87L228.57 644.55' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M228.57 644.55L228.57 644.55' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M228.57 644.55L360.25 651.27' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M242.34 812.75L242.34 812.75' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M242.34 812.75L194.39 940.69' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M242.34 812.75L228.57 644.55' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M194.39 940.69L194.39 940.69' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M194.39 940.69L410.78 1002.2' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M360.17 520.6L360.17 520.6' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M360.17 520.6L360.25 651.27' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M360.17 520.6L507.37 511.3' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M360.17 520.6L228.57 644.55' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M360.25 651.27L360.25 651.27' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M360.25 651.27L549.94 668.58' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M410.78 1002.2L410.78 1002.2' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M410.78 1002.2L549.16 953.17' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M410.78 1002.2L507.54 860.5' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M507.37 511.3L507.37 511.3' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M507.37 511.3L549.94 668.58' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M507.37 511.3L671.89 532.22' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M507.37 511.3L360.25 651.27' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M507.37 511.3L674.45 691.09' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M507.37 511.3L239.48 501.87' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M549.94 668.58L549.94 668.58' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M549.94 668.58L674.45 691.09' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M549.94 668.58L671.89 532.22' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M549.94 668.58L688.3 793.51' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M549.94 668.58L507.54 860.5' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M507.54 860.5L507.54 860.5' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M507.54 860.5L549.16 953.17' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M507.54 860.5L688.3 793.51' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M549.16 953.17L549.16 953.17' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M549.16 953.17L688.3 793.51' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M671.89 532.22L671.89 532.22' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M671.89 532.22L674.45 691.09' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M671.89 532.22L845.82 371' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M671.89 532.22L688.3 793.51' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M671.89 532.22L819.09 799.88' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M674.45 691.09L674.45 691.09' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M674.45 691.09L688.3 793.51' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M674.45 691.09L819.09 799.88' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M688.3 793.51L688.3 793.51' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M688.3 793.51L819.09 799.88' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M688.3 793.51L861.27 941.61' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M845.82 371L845.82 371' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M845.82 371L1010.73 408.3' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M845.82 371L1122.99 383.95' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M845.82 371L1140.6 503.51' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M845.82 371L1144.84 219.08' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M845.82 371L982.01 683.32' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M819.09 799.88L819.09 799.88' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M819.09 799.88L861.27 941.61' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M861.27 941.61L861.27 941.61' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1010.73 408.3L1010.73 408.3' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1010.73 408.3L1122.99 383.95' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1010.73 408.3L1140.6 503.51' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M982.01 683.32L982.01 683.32' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M982.01 683.32L1095.72 669.6' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M982.01 683.32L819.09 799.88' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M982.01 683.32L1132.18 823.89' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1153.2 -52.39L1153.2 -52.39' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1153.2 -52.39L1269.36 -52.4' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1153.2 -52.39L1266.45 90.12' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1153.2 -52.39L1415.2 -61.04' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1144.84 219.08L1144.84 219.08' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1144.84 219.08L1285.16 188.26' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1144.84 219.08L1122.99 383.95' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1144.84 219.08L1266.45 90.12' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1144.84 219.08L1010.73 408.3' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1144.84 219.08L1403.31 252.21' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1144.84 219.08L1153.2 -52.39' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1122.99 383.95L1122.99 383.95' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1122.99 383.95L1140.6 503.51' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1122.99 383.95L1269.74 527.89' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1122.99 383.95L1285.16 188.26' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1140.6 503.51L1140.6 503.51' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1140.6 503.51L1269.74 527.89' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1140.6 503.51L1095.72 669.6' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1140.6 503.51L982.01 683.32' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1140.6 503.51L1144.84 219.08' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1095.72 669.6L1095.72 669.6' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1095.72 669.6L1132.18 823.89' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1132.18 823.89L1132.18 823.89' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1132.18 823.89L1151.23 953.49' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1132.18 823.89L1294.81 792.15' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1132.18 823.89L1255.75 959.55' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1151.23 953.49L1151.23 953.49' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1151.23 953.49L1255.75 959.55' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1151.23 953.49L1294.81 792.15' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1151.23 953.49L1095.72 669.6' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1151.23 953.49L861.27 941.61' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1151.23 953.49L1449.7 940.01' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1269.36 -52.4L1269.36 -52.4' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1269.36 -52.4L1266.45 90.12' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1269.36 -52.4L1415.2 -61.04' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1269.36 -52.4L1442.45 67.23' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1269.36 -52.4L1285.16 188.26' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1269.36 -52.4L1144.84 219.08' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1266.45 90.12L1266.45 90.12' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1266.45 90.12L1285.16 188.26' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1266.45 90.12L1442.45 67.23' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1266.45 90.12L1415.2 -61.04' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1285.16 188.26L1285.16 188.26' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1285.16 188.26L1403.31 252.21' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1285.16 188.26L1442.45 67.23' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1269.74 527.89L1269.74 527.89' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1269.74 527.89L1427.98 498.27' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1294.81 792.15L1294.81 792.15' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1294.81 792.15L1391.23 696.4' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1294.81 792.15L1441 816.98' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1294.81 792.15L1255.75 959.55' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1294.81 792.15L1449.7 940.01' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1255.75 959.55L1255.75 959.55' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1255.75 959.55L1449.7 940.01' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1415.2 -61.04L1415.2 -61.04' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1415.2 -61.04L1442.45 67.23' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1415.2 -61.04L1572.15 -92.59' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1415.2 -61.04L1594.71 93.07' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1442.45 67.23L1442.45 67.23' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1442.45 67.23L1594.71 93.07' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1442.45 67.23L1559.5 206.22' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1442.45 67.23L1403.31 252.21' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1403.31 252.21L1403.31 252.21' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1403.31 252.21L1457.8 384.78' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1403.31 252.21L1559.5 206.22' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1403.31 252.21L1266.45 90.12' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1403.31 252.21L1596.37 345.63' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1457.8 384.78L1457.8 384.78' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1457.8 384.78L1427.98 498.27' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1457.8 384.78L1596.37 345.63' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1457.8 384.78L1599.46 495.6' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1427.98 498.27L1427.98 498.27' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1427.98 498.27L1599.46 495.6' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1427.98 498.27L1391.23 696.4' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1427.98 498.27L1565.4 651.72' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1427.98 498.27L1596.37 345.63' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1391.23 696.4L1391.23 696.4' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1391.23 696.4L1441 816.98' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1391.23 696.4L1565.4 651.72' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1441 816.98L1441 816.98' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1441 816.98L1449.7 940.01' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1449.7 940.01L1449.7 940.01' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1449.7 940.01L1560.5 994.89' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1449.7 940.01L1586.28 848.08' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1572.15 -92.59L1572.15 -92.59' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1572.15 -92.59L1712.43 -43.66' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1572.15 -92.59L1698.72 44.77' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1572.15 -92.59L1594.71 93.07' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1572.15 -92.59L1442.45 67.23' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1572.15 -92.59L1863.35 -89.01' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1594.71 93.07L1594.71 93.07' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1594.71 93.07L1698.72 44.77' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1594.71 93.07L1559.5 206.22' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1559.5 206.22L1559.5 206.22' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1559.5 206.22L1693.53 236.11' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1559.5 206.22L1596.37 345.63' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1596.37 345.63L1596.37 345.63' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1596.37 345.63L1733.7 363.51' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1596.37 345.63L1693.53 236.11' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1596.37 345.63L1599.46 495.6' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1599.46 495.6L1599.46 495.6' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1599.46 495.6L1741.5 548.69' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1599.46 495.6L1565.4 651.72' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1565.4 651.72L1565.4 651.72' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1565.4 651.72L1702.73 705.97' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1565.4 651.72L1586.28 848.08' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1586.28 848.08L1586.28 848.08' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1586.28 848.08L1441 816.98' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1560.5 994.89L1560.5 994.89' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1560.5 994.89L1586.28 848.08' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1560.5 994.89L1717.96 988.87' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1560.5 994.89L1441 816.98' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1560.5 994.89L1735.09 810.42' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1560.5 994.89L1255.75 959.55' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1712.43 -43.66L1712.43 -43.66' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1712.43 -43.66L1698.72 44.77' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1698.72 44.77L1698.72 44.77' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1698.72 44.77L1693.53 236.11' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1693.53 236.11L1693.53 236.11' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1693.53 236.11L1733.7 363.51' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1733.7 363.51L1733.7 363.51' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1733.7 363.51L1843.79 395.98' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1733.7 363.51L1838.33 210.78' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1741.5 548.69L1741.5 548.69' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1741.5 548.69L1863.98 558.86' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1741.5 548.69L1702.73 705.97' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1741.5 548.69L1843.79 395.98' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1741.5 548.69L1733.7 363.51' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1702.73 705.97L1702.73 705.97' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1702.73 705.97L1735.09 810.42' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1702.73 705.97L1586.28 848.08' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1702.73 705.97L1882.55 826.24' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1702.73 705.97L1863.98 558.86' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1735.09 810.42L1735.09 810.42' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1735.09 810.42L1882.55 826.24' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1735.09 810.42L1586.28 848.08' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1735.09 810.42L1717.96 988.87' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1735.09 810.42L1886.12 942.13' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1717.96 988.87L1717.96 988.87' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1717.96 988.87L1886.12 942.13' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1863.35 -89.01L1863.35 -89.01' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1863.35 -89.01L1712.43 -43.66' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1863.35 -89.01L1910.81 65.12' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1863.35 -89.01L1698.72 44.77' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1863.35 -89.01L2008.3 70.91' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1910.81 65.12L1910.81 65.12' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1910.81 65.12L2008.3 70.91' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1910.81 65.12L1838.33 210.78' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1910.81 65.12L1698.72 44.77' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1910.81 65.12L2047.03 229.55' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1910.81 65.12L1712.43 -43.66' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1838.33 210.78L1838.33 210.78' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1838.33 210.78L1693.53 236.11' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1838.33 210.78L1843.79 395.98' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1843.79 395.98L1843.79 395.98' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1843.79 395.98L1994.39 355.39' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1843.79 395.98L1863.98 558.86' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1863.98 558.86L1863.98 558.86' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1882.55 826.24L1882.55 826.24' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1882.55 826.24L1886.12 942.13' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1882.55 826.24L2029.96 852.2' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1882.55 826.24L2025.45 683.75' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1882.55 826.24L2050 966.84' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1886.12 942.13L1886.12 942.13' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1886.12 942.13L2050 966.84' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1886.12 942.13L2029.96 852.2' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2008.3 70.91L2008.3 70.91' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2008.3 70.91L2047.03 229.55' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2008.3 70.91L1838.33 210.78' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2008.3 70.91L1994.39 355.39' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2047.03 229.55L2047.03 229.55' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2047.03 229.55L1994.39 355.39' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1994.39 355.39L1994.39 355.39' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1994.39 355.39L2035.2 556.59' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1994.39 355.39L1838.33 210.78' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1994.39 355.39L1863.98 558.86' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2035.2 556.59L2035.2 556.59' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2035.2 556.59L2025.45 683.75' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2035.2 556.59L1863.98 558.86' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2035.2 556.59L1843.79 395.98' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2035.2 556.59L1741.5 548.69' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2035.2 556.59L2029.96 852.2' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2025.45 683.75L2025.45 683.75' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2025.45 683.75L2029.96 852.2' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2029.96 852.2L2029.96 852.2' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2029.96 852.2L2050 966.84' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2050 966.84L2050 966.84' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2050 966.84L2025.45 683.75' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2050 966.84L1717.96 988.87' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2050 966.84L1735.09 810.42' stroke='rgba(172%2c 172%2c 172%2c 0.26)' stroke-width='1.5'%3e%3c/path%3e%3ccircle r='5' cx='-55.5' cy='643.5' fill='rgba(172%2c 172%2c 172%2c 0.26)'%3e%3c/circle%3e%3ccircle r='5' cx='-83.9' cy='792.4' fill='rgba(172%2c 172%2c 172%2c 0.26)'%3e%3c/circle%3e%3ccircle r='5' cx='-95.02' cy='957.88' fill='rgba(172%2c 172%2c 172%2c 0.26)'%3e%3c/circle%3e%3ccircle r='5' cx='98.38' cy='651.33' fill='rgba(172%2c 172%2c 172%2c 0.26)'%3e%3c/circle%3e%3ccircle r='5' cx='96.36' cy='835.68' fill='rgba(172%2c 172%2c 172%2c 0.26)'%3e%3c/circle%3e%3ccircle r='5' cx='83.78' cy='989.21' fill='rgba(172%2c 172%2c 172%2c 0.26)'%3e%3c/circle%3e%3ccircle r='5' cx='239.48' cy='501.87' fill='rgba(172%2c 172%2c 172%2c 0.26)'%3e%3c/circle%3e%3ccircle r='5' cx='228.57' cy='644.55' fill='rgba(172%2c 172%2c 172%2c 0.26)'%3e%3c/circle%3e%3ccircle r='5' cx='242.34' cy='812.75' fill='rgba(172%2c 172%2c 172%2c 0.26)'%3e%3c/circle%3e%3ccircle r='5' cx='194.39' cy='940.69' fill='rgba(172%2c 172%2c 172%2c 0.26)'%3e%3c/circle%3e%3ccircle r='5' cx='360.17' cy='520.6' fill='rgba(172%2c 172%2c 172%2c 0.26)'%3e%3c/circle%3e%3ccircle r='5' cx='360.25' cy='651.27' fill='rgba(172%2c 172%2c 172%2c 0.26)'%3e%3c/circle%3e%3ccircle r='5' cx='410.78' cy='1002.2' fill='rgba(172%2c 172%2c 172%2c 0.26)'%3e%3c/circle%3e%3ccircle r='5' cx='507.37' cy='511.3' fill='rgba(172%2c 172%2c 172%2c 0.26)'%3e%3c/circle%3e%3ccircle r='5' cx='549.94' cy='668.58' fill='rgba(172%2c 172%2c 172%2c 0.26)'%3e%3c/circle%3e%3ccircle r='5' cx='507.54' cy='860.5' fill='rgba(172%2c 172%2c 172%2c 0.26)'%3e%3c/circle%3e%3ccircle r='5' cx='549.16' cy='953.17' fill='rgba(172%2c 172%2c 172%2c 0.26)'%3e%3c/circle%3e%3ccircle r='5' cx='671.89' cy='532.22' fill='rgba(172%2c 172%2c 172%2c 0.26)'%3e%3c/circle%3e%3ccircle r='5' cx='674.45' cy='691.09' fill='rgba(172%2c 172%2c 172%2c 0.26)'%3e%3c/circle%3e%3ccircle r='5' cx='688.3' cy='793.51' fill='rgba(172%2c 172%2c 172%2c 0.26)'%3e%3c/circle%3e%3ccircle r='5' cx='845.82' cy='371' fill='rgba(172%2c 172%2c 172%2c 0.26)'%3e%3c/circle%3e%3ccircle r='5' cx='819.09' cy='799.88' fill='rgba(172%2c 172%2c 172%2c 0.26)'%3e%3c/circle%3e%3ccircle r='5' cx='861.27' cy='941.61' fill='rgba(172%2c 172%2c 172%2c 0.26)'%3e%3c/circle%3e%3ccircle r='5' cx='1010.73' cy='408.3' fill='rgba(172%2c 172%2c 172%2c 0.26)'%3e%3c/circle%3e%3ccircle r='5' cx='982.01' cy='683.32' fill='rgba(172%2c 172%2c 172%2c 0.26)'%3e%3c/circle%3e%3ccircle r='5' cx='1153.2' cy='-52.39' fill='rgba(172%2c 172%2c 172%2c 0.26)'%3e%3c/circle%3e%3ccircle r='5' cx='1144.84' cy='219.08' fill='rgba(172%2c 172%2c 172%2c 0.26)'%3e%3c/circle%3e%3ccircle r='5' cx='1122.99' cy='383.95' fill='rgba(172%2c 172%2c 172%2c 0.26)'%3e%3c/circle%3e%3ccircle r='5' cx='1140.6' cy='503.51' fill='rgba(172%2c 172%2c 172%2c 0.26)'%3e%3c/circle%3e%3ccircle r='5' cx='1095.72' cy='669.6' fill='rgba(172%2c 172%2c 172%2c 0.26)'%3e%3c/circle%3e%3ccircle r='5' cx='1132.18' cy='823.89' fill='rgba(172%2c 172%2c 172%2c 0.26)'%3e%3c/circle%3e%3ccircle r='5' cx='1151.23' cy='953.49' fill='rgba(172%2c 172%2c 172%2c 0.26)'%3e%3c/circle%3e%3ccircle r='5' cx='1269.36' cy='-52.4' fill='rgba(172%2c 172%2c 172%2c 0.26)'%3e%3c/circle%3e%3ccircle r='5' cx='1266.45' cy='90.12' fill='rgba(172%2c 172%2c 172%2c 0.26)'%3e%3c/circle%3e%3ccircle r='5' cx='1285.16' cy='188.26' fill='rgba(172%2c 172%2c 172%2c 0.26)'%3e%3c/circle%3e%3ccircle r='5' cx='1269.74' cy='527.89' fill='rgba(172%2c 172%2c 172%2c 0.26)'%3e%3c/circle%3e%3ccircle r='5' cx='1294.81' cy='792.15' fill='rgba(172%2c 172%2c 172%2c 0.26)'%3e%3c/circle%3e%3ccircle r='5' cx='1255.75' cy='959.55' fill='rgba(172%2c 172%2c 172%2c 0.26)'%3e%3c/circle%3e%3ccircle r='5' cx='1415.2' cy='-61.04' fill='rgba(172%2c 172%2c 172%2c 0.26)'%3e%3c/circle%3e%3ccircle r='5' cx='1442.45' cy='67.23' fill='rgba(172%2c 172%2c 172%2c 0.26)'%3e%3c/circle%3e%3ccircle r='5' cx='1403.31' cy='252.21' fill='rgba(172%2c 172%2c 172%2c 0.26)'%3e%3c/circle%3e%3ccircle r='5' cx='1457.8' cy='384.78' fill='rgba(172%2c 172%2c 172%2c 0.26)'%3e%3c/circle%3e%3ccircle r='5' cx='1427.98' cy='498.27' fill='rgba(172%2c 172%2c 172%2c 0.26)'%3e%3c/circle%3e%3ccircle r='5' cx='1391.23' cy='696.4' fill='rgba(172%2c 172%2c 172%2c 0.26)'%3e%3c/circle%3e%3ccircle r='5' cx='1441' cy='816.98' fill='rgba(172%2c 172%2c 172%2c 0.26)'%3e%3c/circle%3e%3ccircle r='5' cx='1449.7' cy='940.01' fill='rgba(172%2c 172%2c 172%2c 0.26)'%3e%3c/circle%3e%3ccircle r='5' cx='1572.15' cy='-92.59' fill='rgba(172%2c 172%2c 172%2c 0.26)'%3e%3c/circle%3e%3ccircle r='5' cx='1594.71' cy='93.07' fill='rgba(172%2c 172%2c 172%2c 0.26)'%3e%3c/circle%3e%3ccircle r='5' cx='1559.5' cy='206.22' fill='rgba(172%2c 172%2c 172%2c 0.26)'%3e%3c/circle%3e%3ccircle r='5' cx='1596.37' cy='345.63' fill='rgba(172%2c 172%2c 172%2c 0.26)'%3e%3c/circle%3e%3ccircle r='5' cx='1599.46' cy='495.6' fill='rgba(172%2c 172%2c 172%2c 0.26)'%3e%3c/circle%3e%3ccircle r='5' cx='1565.4' cy='651.72' fill='rgba(172%2c 172%2c 172%2c 0.26)'%3e%3c/circle%3e%3ccircle r='5' cx='1586.28' cy='848.08' fill='rgba(172%2c 172%2c 172%2c 0.26)'%3e%3c/circle%3e%3ccircle r='5' cx='1560.5' cy='994.89' fill='rgba(172%2c 172%2c 172%2c 0.26)'%3e%3c/circle%3e%3ccircle r='5' cx='1712.43' cy='-43.66' fill='rgba(172%2c 172%2c 172%2c 0.26)'%3e%3c/circle%3e%3ccircle r='5' cx='1698.72' cy='44.77' fill='rgba(172%2c 172%2c 172%2c 0.26)'%3e%3c/circle%3e%3ccircle r='5' cx='1693.53' cy='236.11' fill='rgba(172%2c 172%2c 172%2c 0.26)'%3e%3c/circle%3e%3ccircle r='5' cx='1733.7' cy='363.51' fill='rgba(172%2c 172%2c 172%2c 0.26)'%3e%3c/circle%3e%3ccircle r='5' cx='1741.5' cy='548.69' fill='rgba(172%2c 172%2c 172%2c 0.26)'%3e%3c/circle%3e%3ccircle r='5' cx='1702.73' cy='705.97' fill='rgba(172%2c 172%2c 172%2c 0.26)'%3e%3c/circle%3e%3ccircle r='5' cx='1735.09' cy='810.42' fill='rgba(172%2c 172%2c 172%2c 0.26)'%3e%3c/circle%3e%3ccircle r='5' cx='1717.96' cy='988.87' fill='rgba(172%2c 172%2c 172%2c 0.26)'%3e%3c/circle%3e%3ccircle r='5' cx='1863.35' cy='-89.01' fill='rgba(172%2c 172%2c 172%2c 0.26)'%3e%3c/circle%3e%3ccircle r='5' cx='1910.81' cy='65.12' fill='rgba(172%2c 172%2c 172%2c 0.26)'%3e%3c/circle%3e%3ccircle r='5' cx='1838.33' cy='210.78' fill='rgba(172%2c 172%2c 172%2c 0.26)'%3e%3c/circle%3e%3ccircle r='5' cx='1843.79' cy='395.98' fill='rgba(172%2c 172%2c 172%2c 0.26)'%3e%3c/circle%3e%3ccircle r='5' cx='1863.98' cy='558.86' fill='rgba(172%2c 172%2c 172%2c 0.26)'%3e%3c/circle%3e%3ccircle r='5' cx='1882.55' cy='826.24' fill='rgba(172%2c 172%2c 172%2c 0.26)'%3e%3c/circle%3e%3ccircle r='5' cx='1886.12' cy='942.13' fill='rgba(172%2c 172%2c 172%2c 0.26)'%3e%3c/circle%3e%3ccircle r='5' cx='2008.3' cy='70.91' fill='rgba(172%2c 172%2c 172%2c 0.26)'%3e%3c/circle%3e%3ccircle r='5' cx='2047.03' cy='229.55' fill='rgba(172%2c 172%2c 172%2c 0.26)'%3e%3c/circle%3e%3ccircle r='5' cx='1994.39' cy='355.39' fill='rgba(172%2c 172%2c 172%2c 0.26)'%3e%3c/circle%3e%3ccircle r='5' cx='2035.2' cy='556.59' fill='rgba(172%2c 172%2c 172%2c 0.26)'%3e%3c/circle%3e%3ccircle r='5' cx='2025.45' cy='683.75' fill='rgba(172%2c 172%2c 172%2c 0.26)'%3e%3c/circle%3e%3ccircle r='5' cx='2029.96' cy='852.2' fill='rgba(172%2c 172%2c 172%2c 0.26)'%3e%3c/circle%3e%3ccircle r='5' cx='2050' cy='966.84' fill='rgba(172%2c 172%2c 172%2c 0.26)'%3e%3c/circle%3e%3cpath d='M239.26 706.41L239.26 706.41' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M239.26 706.41L249.17 787.72' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M239.26 706.41L60.59 707' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M239.26 706.41L369.73 836.1' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M530.56 685.67L530.56 685.67' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M530.56 685.67L645.81 699.47' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M530.56 685.67L644.05 811.48' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M530.56 685.67L369.73 836.1' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M530.56 685.67L811.16 685.7' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M530.56 685.67L239.26 706.41' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M530.56 685.67L249.17 787.72' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M644.05 811.48L644.05 811.48' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M644.05 811.48L645.81 699.47' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M644.05 811.48L710.36 939.83' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M811.16 685.7L811.16 685.7' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M811.16 685.7L826.23 792.24' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M811.16 685.7L960.24 674.4' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M811.16 685.7L645.81 699.47' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M960.24 674.4L960.24 674.4' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M960.24 674.4L996.31 556.3' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M960.24 674.4L1130.68 663.64' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M960.24 674.4L993.9 842.29' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M960.24 674.4L826.23 792.24' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M960.24 674.4L1141.87 798.69' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1130.68 663.64L1130.68 663.64' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1130.68 663.64L1131.48 532.54' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1130.68 663.64L1141.87 798.69' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1130.68 663.64L996.31 556.3' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1105.38 974.75L1105.38 974.75' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1105.38 974.75L999.17 979.64' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1105.38 974.75L993.9 842.29' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1105.38 974.75L1141.87 798.69' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1105.38 974.75L1295.4 1000.82' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1105.38 974.75L1408.19 997.42' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1105.38 974.75L1130.68 663.64' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1295.4 1000.82L1295.4 1000.82' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1295.4 1000.82L1408.19 997.42' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1422.2 520.3L1422.2 520.3' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1422.2 520.3L1307.52 538.02' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1422.2 520.3L1440.82 640.51' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1408.19 997.42L1408.19 997.42' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1408.19 997.42L1566.54 983.93' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1717.11 -94.38L1717.11 -94.38' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1717.11 -94.38L1550.78 -58.04' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1717.11 -94.38L1894.4 -68.14' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1717.11 -94.38L1553.49 41.26' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1717.11 -94.38L1889.99 49.38' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1717.11 -94.38L2022.05 -49.13' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1717.11 -94.38L1730.62 229.4' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1695.86 646.47L1695.86 646.47' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1695.86 646.47L1612.34 546.45' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1695.86 646.47L1553.29 671.39' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1695.86 646.47L1752.32 510.87' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1695.86 646.47L1881.17 655.57' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1695.86 646.47L1694.21 859.45' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1871.14 838.75L1871.14 838.75' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1871.14 838.75L1846.13 999.29' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1871.14 838.75L1751.45 950.25' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1871.14 838.75L1694.21 859.45' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1871.14 838.75L1881.17 655.57' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1846.13 999.29L1846.13 999.29' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1846.13 999.29L1751.45 950.25' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1846.13 999.29L2001.45 999.86' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1846.13 999.29L1694.21 859.45' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2022.05 -49.13L2022.05 -49.13' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2022.05 -49.13L1894.4 -68.14' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2022.05 -49.13L1889.99 49.38' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2022.05 -49.13L2038.41 193.19' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2033.05 537.29L2033.05 537.29' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2033.05 537.29L2059.19 377.74' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2033.05 537.29L1872.55 512.69' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-58.68 689.3L-58.68 689.3' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-58.68 689.3L60.59 707' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-58.68 689.3L-92.9 816.24' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-58.68 689.3L83.25 854.9' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-92.9 816.24L-92.9 816.24' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-92.9 816.24L83.25 854.9' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-92.9 816.24L60.59 707' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-39.07 1006.83L-39.07 1006.83' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-39.07 1006.83L41.61 957.32' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-39.07 1006.83L83.25 854.9' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-39.07 1006.83L-92.9 816.24' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-39.07 1006.83L238.5 990.65' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M60.59 707L60.59 707' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M60.59 707L83.25 854.9' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M60.59 707L249.17 787.72' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M83.25 854.9L83.25 854.9' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M83.25 854.9L41.61 957.32' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M83.25 854.9L249.17 787.72' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M41.61 957.32L41.61 957.32' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M41.61 957.32L-92.9 816.24' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M249.17 787.72L249.17 787.72' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M249.17 787.72L369.73 836.1' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M238.5 990.65L238.5 990.65' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M238.5 990.65L358.63 946.6' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M238.5 990.65L41.61 957.32' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M238.5 990.65L369.73 836.1' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M238.5 990.65L249.17 787.72' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M238.5 990.65L83.25 854.9' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M369.73 836.1L369.73 836.1' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M369.73 836.1L358.63 946.6' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M358.63 946.6L358.63 946.6' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M358.63 946.6L497.25 994.21' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M497.25 994.21L497.25 994.21' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M497.25 994.21L369.73 836.1' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M497.25 994.21L710.36 939.83' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M497.25 994.21L644.05 811.48' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M497.25 994.21L238.5 990.65' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M645.81 699.47L645.81 699.47' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M645.81 699.47L826.23 792.24' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M645.81 699.47L710.36 939.83' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M710.36 939.83L710.36 939.83' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M710.36 939.83L826.23 792.24' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M826.23 792.24L826.23 792.24' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M826.23 792.24L993.9 842.29' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M826.23 792.24L644.05 811.48' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M996.31 556.3L996.31 556.3' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M996.31 556.3L1131.48 532.54' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M993.9 842.29L993.9 842.29' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M993.9 842.29L999.17 979.64' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M993.9 842.29L1141.87 798.69' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M999.17 979.64L999.17 979.64' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1131.48 532.54L1131.48 532.54' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1131.48 532.54L1307.52 538.02' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1141.87 798.69L1141.87 798.69' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1141.87 798.69L1309.11 695.65' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1307.52 538.02L1307.52 538.02' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1307.52 538.02L1309.11 695.65' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1307.52 538.02L1440.82 640.51' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1307.52 538.02L1394.67 345.47' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1309.11 695.65L1309.11 695.65' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1309.11 695.65L1440.82 640.51' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1309.11 695.65L1437.46 795.77' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1394.67 345.47L1394.67 345.47' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1394.67 345.47L1549.17 383.43' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1394.67 345.47L1422.2 520.3' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1394.67 345.47L1582.72 251.33' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1440.82 640.51L1440.82 640.51' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1440.82 640.51L1553.29 671.39' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1437.46 795.77L1437.46 795.77' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1437.46 795.77L1570.8 826.14' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1437.46 795.77L1440.82 640.51' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1550.78 -58.04L1550.78 -58.04' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1550.78 -58.04L1553.49 41.26' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1550.78 -58.04L1582.72 251.33' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1553.49 41.26L1553.49 41.26' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1553.49 41.26L1582.72 251.33' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1582.72 251.33L1582.72 251.33' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1582.72 251.33L1549.17 383.43' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1582.72 251.33L1693.91 341.23' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1582.72 251.33L1730.62 229.4' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1549.17 383.43L1549.17 383.43' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1549.17 383.43L1693.91 341.23' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1549.17 383.43L1612.34 546.45' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1549.17 383.43L1422.2 520.3' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1549.17 383.43L1730.62 229.4' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1612.34 546.45L1612.34 546.45' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1553.29 671.39L1553.29 671.39' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1553.29 671.39L1612.34 546.45' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1570.8 826.14L1570.8 826.14' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1570.8 826.14L1694.21 859.45' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1570.8 826.14L1553.29 671.39' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1570.8 826.14L1566.54 983.93' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1570.8 826.14L1695.86 646.47' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1570.8 826.14L1751.45 950.25' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1566.54 983.93L1566.54 983.93' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1566.54 983.93L1694.21 859.45' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1566.54 983.93L1751.45 950.25' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1730.62 229.4L1730.62 229.4' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1730.62 229.4L1847.05 235.67' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1730.62 229.4L1693.91 341.23' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1730.62 229.4L1850.89 343.43' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1693.91 341.23L1693.91 341.23' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1752.32 510.87L1752.32 510.87' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1752.32 510.87L1872.55 512.69' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1752.32 510.87L1612.34 546.45' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1694.21 859.45L1694.21 859.45' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1694.21 859.45L1751.45 950.25' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1751.45 950.25L1751.45 950.25' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1894.4 -68.14L1894.4 -68.14' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1894.4 -68.14L1889.99 49.38' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1889.99 49.38L1889.99 49.38' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1889.99 49.38L1847.05 235.67' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1889.99 49.38L2038.41 193.19' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1847.05 235.67L1847.05 235.67' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1847.05 235.67L1850.89 343.43' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1850.89 343.43L1850.89 343.43' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1850.89 343.43L1693.91 341.23' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1872.55 512.69L1872.55 512.69' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1872.55 512.69L1881.17 655.57' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1881.17 655.57L1881.17 655.57' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1881.17 655.57L2007.07 700.84' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1881.17 655.57L2033.05 537.29' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1881.17 655.57L1752.32 510.87' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2038.41 193.19L2038.41 193.19' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2038.41 193.19L2059.19 377.74' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2038.41 193.19L1847.05 235.67' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2038.41 193.19L1850.89 343.43' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2038.41 193.19L1894.4 -68.14' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2059.19 377.74L2059.19 377.74' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2007.07 700.84L2007.07 700.84' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2059.62 856.07L2059.62 856.07' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2059.62 856.07L2001.45 999.86' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2059.62 856.07L2007.07 700.84' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2059.62 856.07L1871.14 838.75' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2059.62 856.07L1846.13 999.29' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2001.45 999.86L2001.45 999.86' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2001.45 999.86L1871.14 838.75' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3ccircle r='25' cx='239.26' cy='706.41' fill='url(%23SvgjsRadialGradient1091)'%3e%3c/circle%3e%3ccircle r='25' cx='530.56' cy='685.67' fill='url(%23SvgjsRadialGradient1091)'%3e%3c/circle%3e%3ccircle r='25' cx='644.05' cy='811.48' fill='url(%23SvgjsRadialGradient1091)'%3e%3c/circle%3e%3ccircle r='25' cx='811.16' cy='685.7' fill='url(%23SvgjsRadialGradient1091)'%3e%3c/circle%3e%3ccircle r='25' cx='960.24' cy='674.4' fill='url(%23SvgjsRadialGradient1091)'%3e%3c/circle%3e%3ccircle r='25' cx='1130.68' cy='663.64' fill='url(%23SvgjsRadialGradient1091)'%3e%3c/circle%3e%3ccircle r='25' cx='1105.38' cy='974.75' fill='url(%23SvgjsRadialGradient1091)'%3e%3c/circle%3e%3ccircle r='25' cx='1295.4' cy='1000.82' fill='url(%23SvgjsRadialGradient1091)'%3e%3c/circle%3e%3ccircle r='25' cx='1422.2' cy='520.3' fill='url(%23SvgjsRadialGradient1091)'%3e%3c/circle%3e%3ccircle r='25' cx='1408.19' cy='997.42' fill='url(%23SvgjsRadialGradient1091)'%3e%3c/circle%3e%3ccircle r='25' cx='1717.11' cy='-94.38' fill='url(%23SvgjsRadialGradient1091)'%3e%3c/circle%3e%3ccircle r='25' cx='1695.86' cy='646.47' fill='url(%23SvgjsRadialGradient1091)'%3e%3c/circle%3e%3ccircle r='25' cx='1871.14' cy='838.75' fill='url(%23SvgjsRadialGradient1091)'%3e%3c/circle%3e%3ccircle r='25' cx='1846.13' cy='999.29' fill='url(%23SvgjsRadialGradient1091)'%3e%3c/circle%3e%3ccircle r='25' cx='2022.05' cy='-49.13' fill='url(%23SvgjsRadialGradient1091)'%3e%3c/circle%3e%3ccircle r='25' cx='2033.05' cy='537.29' fill='url(%23SvgjsRadialGradient1091)'%3e%3c/circle%3e%3ccircle r='5' cx='-58.68' cy='689.3' fill='%23f9f9f9'%3e%3c/circle%3e%3ccircle r='5' cx='-92.9' cy='816.24' fill='%23f9f9f9'%3e%3c/circle%3e%3ccircle r='5' cx='-39.07' cy='1006.83' fill='%23f9f9f9'%3e%3c/circle%3e%3ccircle r='5' cx='60.59' cy='707' fill='%23f9f9f9'%3e%3c/circle%3e%3ccircle r='5' cx='83.25' cy='854.9' fill='%23f9f9f9'%3e%3c/circle%3e%3ccircle r='5' cx='41.61' cy='957.32' fill='%23f9f9f9'%3e%3c/circle%3e%3ccircle r='5' cx='249.17' cy='787.72' fill='%23f9f9f9'%3e%3c/circle%3e%3ccircle r='5' cx='238.5' cy='990.65' fill='%23f9f9f9'%3e%3c/circle%3e%3ccircle r='5' cx='369.73' cy='836.1' fill='%23f9f9f9'%3e%3c/circle%3e%3ccircle r='5' cx='358.63' cy='946.6' fill='%23f9f9f9'%3e%3c/circle%3e%3ccircle r='5' cx='497.25' cy='994.21' fill='%23f9f9f9'%3e%3c/circle%3e%3ccircle r='5' cx='645.81' cy='699.47' fill='%23f9f9f9'%3e%3c/circle%3e%3ccircle r='5' cx='710.36' cy='939.83' fill='%23f9f9f9'%3e%3c/circle%3e%3ccircle r='5' cx='826.23' cy='792.24' fill='%23f9f9f9'%3e%3c/circle%3e%3ccircle r='5' cx='996.31' cy='556.3' fill='%23f9f9f9'%3e%3c/circle%3e%3ccircle r='5' cx='993.9' cy='842.29' fill='%23f9f9f9'%3e%3c/circle%3e%3ccircle r='5' cx='999.17' cy='979.64' fill='%23f9f9f9'%3e%3c/circle%3e%3ccircle r='5' cx='1131.48' cy='532.54' fill='%23f9f9f9'%3e%3c/circle%3e%3ccircle r='5' cx='1141.87' cy='798.69' fill='%23f9f9f9'%3e%3c/circle%3e%3ccircle r='5' cx='1307.52' cy='538.02' fill='%23f9f9f9'%3e%3c/circle%3e%3ccircle r='5' cx='1309.11' cy='695.65' fill='%23f9f9f9'%3e%3c/circle%3e%3ccircle r='5' cx='1394.67' cy='345.47' fill='%23f9f9f9'%3e%3c/circle%3e%3ccircle r='5' cx='1440.82' cy='640.51' fill='%23f9f9f9'%3e%3c/circle%3e%3ccircle r='5' cx='1437.46' cy='795.77' fill='%23f9f9f9'%3e%3c/circle%3e%3ccircle r='5' cx='1550.78' cy='-58.04' fill='%23f9f9f9'%3e%3c/circle%3e%3ccircle r='5' cx='1553.49' cy='41.26' fill='%23f9f9f9'%3e%3c/circle%3e%3ccircle r='5' cx='1582.72' cy='251.33' fill='%23f9f9f9'%3e%3c/circle%3e%3ccircle r='5' cx='1549.17' cy='383.43' fill='%23f9f9f9'%3e%3c/circle%3e%3ccircle r='5' cx='1612.34' cy='546.45' fill='%23f9f9f9'%3e%3c/circle%3e%3ccircle r='5' cx='1553.29' cy='671.39' fill='%23f9f9f9'%3e%3c/circle%3e%3ccircle r='5' cx='1570.8' cy='826.14' fill='%23f9f9f9'%3e%3c/circle%3e%3ccircle r='5' cx='1566.54' cy='983.93' fill='%23f9f9f9'%3e%3c/circle%3e%3ccircle r='5' cx='1730.62' cy='229.4' fill='%23f9f9f9'%3e%3c/circle%3e%3ccircle r='5' cx='1693.91' cy='341.23' fill='%23f9f9f9'%3e%3c/circle%3e%3ccircle r='5' cx='1752.32' cy='510.87' fill='%23f9f9f9'%3e%3c/circle%3e%3ccircle r='5' cx='1694.21' cy='859.45' fill='%23f9f9f9'%3e%3c/circle%3e%3ccircle r='5' cx='1751.45' cy='950.25' fill='%23f9f9f9'%3e%3c/circle%3e%3ccircle r='5' cx='1894.4' cy='-68.14' fill='%23f9f9f9'%3e%3c/circle%3e%3ccircle r='5' cx='1889.99' cy='49.38' fill='%23f9f9f9'%3e%3c/circle%3e%3ccircle r='5' cx='1847.05' cy='235.67' fill='%23f9f9f9'%3e%3c/circle%3e%3ccircle r='5' cx='1850.89' cy='343.43' fill='%23f9f9f9'%3e%3c/circle%3e%3ccircle r='5' cx='1872.55' cy='512.69' fill='%23f9f9f9'%3e%3c/circle%3e%3ccircle r='5' cx='1881.17' cy='655.57' fill='%23f9f9f9'%3e%3c/circle%3e%3ccircle r='5' cx='2038.41' cy='193.19' fill='%23f9f9f9'%3e%3c/circle%3e%3ccircle r='5' cx='2059.19' cy='377.74' fill='%23f9f9f9'%3e%3c/circle%3e%3ccircle r='5' cx='2007.07' cy='700.84' fill='%23f9f9f9'%3e%3c/circle%3e%3ccircle r='5' cx='2059.62' cy='856.07' fill='%23f9f9f9'%3e%3c/circle%3e%3ccircle r='5' cx='2001.45' cy='999.86' fill='%23f9f9f9'%3e%3c/circle%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1090'%3e%3crect width='1920' height='850' fill='white'%3e%3c/rect%3e%3c/mask%3e%3cradialGradient id='SvgjsRadialGradient1091'%3e%3cstop stop-color='white' offset='0.1'%3e%3c/stop%3e%3cstop stop-color='rgba(243%2c 243%2c 243%2c 1)' offset='0.2'%3e%3c/stop%3e%3cstop stop-color='rgba(243%2c 243%2c 243%2c 0)' offset='1'%3e%3c/stop%3e%3c/radialGradient%3e%3c/defs%3e%3c/svg%3e"); */
}

.panel-1 p{
	font-size: 22px;
}

.group-dark-right{
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' width='1440' height='560' preserveAspectRatio='none' viewBox='0 0 1440 560'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1007%26quot%3b)' fill='none'%3e%3crect width='1440' height='560' x='0' y='0' fill='%230e2a47'%3e%3c/rect%3e%3cpath d='M-278.7 389.45C-97.77 388.17 68.02 215.11 423.92 215.85 779.81 216.59 924.71 603.37 1126.53 617.18' stroke='rgba(51%2c121%2c194%2c0.58)' stroke-width='2'%3e%3c/path%3e%3cpath d='M-123.29 397.5C46.68 393.22 263.77 148.61 510.6 151.1 757.44 153.59 694.06 593.81 827.55 663.67' stroke='rgba(51%2c121%2c194%2c0.58)' stroke-width='2'%3e%3c/path%3e%3cpath d='M-143.85 402.95C-29.74 403.16 81.67 472.95 307.2 472.95 532.72 472.95 531.22 402.78 758.24 402.95 985.27 403.12 1088.45 574.14 1209.29 577.13' stroke='rgba(51%2c121%2c194%2c0.58)' stroke-width='2'%3e%3c/path%3e%3cpath d='M-139.22 467.05C-4.62 463.91 108.3 275.84 364.55 276.65 620.8 277.46 712.07 635.1 868.32 655.43' stroke='rgba(51%2c121%2c194%2c0.58)' stroke-width='2'%3e%3c/path%3e%3cpath d='M-48.55 283.91C136 288.63 368.23 548.61 639.25 552.71 910.27 556.81 895.68 616.89 983.15 617.17' stroke='rgba(51%2c121%2c194%2c0.58)' stroke-width='2'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1007'%3e%3crect width='1440' height='560' fill='white'%3e%3c/rect%3e%3c/mask%3e%3c/defs%3e%3c/svg%3e");
 padding: 75px;
}

.group-dark-right p {
  color: #fff;
  padding: 0 22px;
}

.group-dark-right h2{
	color: #fff;
}

.group-dark-left{
	height: 450px;
}



.group-light-left{
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' width='1440' height='560' preserveAspectRatio='none' viewBox='0 0 1440 560'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1009%26quot%3b)' fill='none'%3e%3crect width='1440' height='560' x='0' y='0' fill='rgba(255%2c 202%2c 48%2c 1)'%3e%3c/rect%3e%3cpath d='M-278.7 389.45C-97.77 388.17 68.02 215.11 423.92 215.85 779.81 216.59 924.71 603.37 1126.53 617.18' stroke='rgba(249%2c 224%2c 151%2c 1)' stroke-width='2'%3e%3c/path%3e%3cpath d='M-123.29 397.5C46.68 393.22 263.77 148.61 510.6 151.1 757.44 153.59 694.06 593.81 827.55 663.67' stroke='rgba(249%2c 224%2c 151%2c 1)' stroke-width='2'%3e%3c/path%3e%3cpath d='M-143.85 402.95C-29.74 403.16 81.67 472.95 307.2 472.95 532.72 472.95 531.22 402.78 758.24 402.95 985.27 403.12 1088.45 574.14 1209.29 577.13' stroke='rgba(249%2c 224%2c 151%2c 1)' stroke-width='2'%3e%3c/path%3e%3cpath d='M-139.22 467.05C-4.62 463.91 108.3 275.84 364.55 276.65 620.8 277.46 712.07 635.1 868.32 655.43' stroke='rgba(249%2c 224%2c 151%2c 1)' stroke-width='2'%3e%3c/path%3e%3cpath d='M-48.55 283.91C136 288.63 368.23 548.61 639.25 552.71 910.27 556.81 895.68 616.89 983.15 617.17' stroke='rgba(249%2c 224%2c 151%2c 1)' stroke-width='2'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1009'%3e%3crect width='1440' height='560' fill='white'%3e%3c/rect%3e%3c/mask%3e%3c/defs%3e%3c/svg%3e");
padding: 75px;
}

.group-light-left p {
  color: #003e68;
  padding: 0 22px;
}

.group-light-left h2{
	color: #003e68;
}

.group-light-right{
	height: 450px;
}


/*Footer CSS*/

.footer-left{
/*    text-align: right;*/
    color: #fff;
    margin-top: 25px;
}

.footer-left p{
    font-size: 15px;
    margin: 2px 2px 0px;
    text-transform: none;
    line-height: 1.2em;
		font-weight: 300;
}

.footer-nav {
    border-left: 2px solid #fff;
    float: right;
    height: 200px;
    text-align: left;
    width: 100%;
    vertical-align: center;
    padding-left: 65px;
    margin-top: 10px;
    line-height: 1.7em;
    font-size: 21px;
}

.footer-nav p{
    font-size: 45px;
    color: #fff;
    text-transform: none;
    line-height: 1.2em;
}

.footer-nav img{
    margin-top: 10px;
    margin-bottom: 15px;
}

.footer-nav a{
    color: #808083;
}

.footer-nav h4{
    font-size: 24px;
    /* font-family: brandon-grotesque, sans-serif; */
    font-weight: 300;
		color: #fff;
}

.nav-items{
    margin-top: 15px;
}


.sub-footer{
    margin-top: 175px;
    text-align: center;
}

.sub-footer p{
    text-align: center;
    color: #fff;
		font-weight: 300;
}

.sub-footer a{
    color: #fff;
}

.sub-footer a:hover{
    color: #fad246;
}

.sub-sub-footer{
    margin-top: 40px;
}

.sub-sub-footer p{
    text-align: center;
    color: #fff;
}

.sub-sub-footer a{
    color: #fff;
}

.sub-sub-footer a:hover{
    color: #fad246;
}

.footer-container{
    width: 960px;
    margin: 0 auto;
    margin-bottom: 15px;
}

/* End Footer CSS */


/* Home Image Hover CSS */
.image-container {
  display: flex;
  width: 100%;
   /* padding: 4% 2%;  */
  box-sizing: border-box;
  height: 540px;
	background: #000;
	margin-bottom: -35px;
}

.box {
  flex: 1;
  overflow: hidden;
  transition: 1.1s;
  margin: 0px;
  /* box-shadow: 0 20px 30px rgba(0,0,0,.1); */
  line-height: 0;
}

.box > img {
  width: 200%;
  height: calc(100% - 10vh);
  object-fit: cover;
  transition: 1.1s;
}

.box > span {
  font-size: 3.8vh;
  display: block;
  text-align: center;
  height: 10vh;
  line-height: 2.6;
}

.box a{
	color: #fff;
}

.box a:hover {
	color: #fff;
}

.box:hover { flex: 1 1 30%; }
.box:hover > img {
  width: 100%;
  height: 90%;
}

.box-images {
   position: relative;
   width: 100%; /* for IE 6 */
}

.box-images h2 {
	 font-size: 30px;
	 color: #fff;
   position: absolute;
   top: 200px;
   left: 0;
   width: 100%;
	 text-align: center;
	 text-shadow: 3px 3px 4px rgba(0,0,0,0.6);
}



/* .box button {
  font-size: 14px;
  color: #fff;
  position: absolute;
  top: 328px;
  left: 54px;
  width: 57%;
  text-align: center;
}*/

.box-images h3 {
	 font-size: 22px;
	 color: #fff;
   position: absolute;
   top: 85px;
   left: 0;
   width: 100%;
	 text-align: center;
	 text-decoration: underline;
}


/* Image Hover CSS */
.box-images:hover {
	cursor: pointer;
	background: #000;
	/* background: rgba(0,102,186,1);
background: -moz-linear-gradient(top, rgba(0,102,186,1) 0%, rgba(0,102,186,1) 42%, rgba(4,74,124,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,102,186,1)), color-stop(42%, rgba(0,102,186,1)), color-stop(100%, rgba(4,74,124,1)));
background: -webkit-linear-gradient(top, rgba(0,102,186,1) 0%, rgba(0,102,186,1) 42%, rgba(4,74,124,1) 100%);
background: -o-linear-gradient(top, rgba(0,102,186,1) 0%, rgba(0,102,186,1) 42%, rgba(4,74,124,1) 100%);
background: -ms-linear-gradient(top, rgba(0,102,186,1) 0%, rgba(0,102,186,1) 42%, rgba(4,74,124,1) 100%);
background: linear-gradient(to bottom, rgba(0,102,186,1) 0%, rgba(0,102,186,1) 42%, rgba(4,74,124,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0066ba', endColorstr='#044a7c', GradientType=0 );*/
	 opacity: 1;
}

.box-images:hover img,
.box-images.hover img {
  opacity: 0.4;
	-webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

 .box-images * {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.box-images:hover .hovering{
 width: 100%;
 /* padding: 8px 15px; */
 visibility: visible;
}

/* This is p text */
.box-images .hovering{
	font-size: 20px;
	color: #fff;
	position: absolute;
	top: 240px;
	left: 0;
	width: 100%;
	text-align: center;
	line-height: 1.2em;
	visibility: hidden;
}

/* End Home Image Hover CSS */

.fade-in-text {
  display: inline-block;
  /* font-family: Arial, Helvetica, sans-serif; */
  /* font-size: 150px; */
  /* color: black; */
  animation: fadeIn linear 10s;
  -webkit-animation: fadeIn linear 10s;
  -moz-animation: fadeIn linear 10s;
  -o-animation: fadeIn linear 10s;
  -ms-animation: fadeIn linear 10s;
}

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

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

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

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

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









/* relevant styles */
.imgs__wrap {
  position: relative;
  height: 200px;
  width: 257px;
}

.imgs__description {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* background: rgba(29, 106, 154, 0.72); */
  color: #fff;
  visibility: hidden;
  opacity: 0;

  /* transition effect. not necessary */
  transition: opacity .2s, visibility .2s;
}

.imgs__wrap:hover .imgs__description {
  visibility: visible;
  opacity: 1;
}

.explore h3{
	font-size: 24px;
	text-transform: uppercase;
	padding-bottom: 60px;
}

.blue-line::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 10vh;
  width: 1px;
  background-color: #6268B5;
}


.explore-mobile{
	border: 2px solid #fff;
}

.explore-mobile h3{
	color: #fff;
}

.explore-mobile p{
	color: #fff;
}

.explore-mobile img{
	opacity: 0.8;

}

.explore-overlay {
 background: rgba(50, 70, 80, 0.7);
 overflow: hidden;
 height: 100%;
}

.apart{
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' width='1920' height='700' preserveAspectRatio='none' viewBox='0 0 1920 700'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1016%26quot%3b)' fill='none'%3e%3crect width='1920' height='700' x='0' y='0' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/rect%3e%3cpath d='M58.08 -60.22L123.03 -22.72L123.03 52.28L58.08 89.78L-6.87 52.28L-6.87 -22.72zM58.08 389.78L123.03 427.28L123.03 502.28L58.08 539.78L-6.87 502.28L-6.87 427.28zM187.99 -60.22L252.94 -22.72L252.94 52.28L187.99 89.78L123.03 52.28L123.03 -22.72zM187.99 164.78L252.94 202.28L252.94 277.28L187.99 314.78L123.03 277.28L123.03 202.28zM317.89 -60.22L382.85 -22.72L382.85 52.28L317.89 89.78L252.94 52.28L252.94 -22.72zM317.89 164.78L382.85 202.28L382.85 277.28L317.89 314.78L252.94 277.28L252.94 202.28zM317.89 614.78L382.85 652.28L382.85 727.28L317.89 764.78L252.94 727.28L252.94 652.28zM447.8 164.78L512.76 202.28L512.76 277.28L447.8 314.78L382.85 277.28L382.85 202.28zM512.76 277.28L577.71 314.78L577.71 389.78L512.76 427.28L447.8 389.78L447.8 314.78zM512.76 502.28L577.71 539.78L577.71 614.78L512.76 652.28L447.8 614.78L447.8 539.78zM577.71 164.78L642.66 202.28L642.66 277.28L577.71 314.78L512.76 277.28L512.76 202.28zM772.57 52.28L837.53 89.78L837.53 164.78L772.57 202.28L707.62 164.78L707.62 89.78zM707.62 164.78L772.57 202.28L772.57 277.28L707.62 314.78L642.66 277.28L642.66 202.28zM902.48 52.28L967.43 89.78L967.43 164.78L902.48 202.28L837.52 164.78L837.52 89.78zM837.52 389.78L902.48 427.28L902.48 502.28L837.52 539.78L772.57 502.28L772.57 427.28zM967.43 -60.22L1032.39 -22.72L1032.39 52.28L967.43 89.78L902.48 52.28L902.48 -22.72zM1032.39 502.28L1097.34 539.78L1097.34 614.78L1032.39 652.28L967.43 614.78L967.43 539.78zM1162.29 52.28L1227.25 89.78L1227.25 164.78L1162.29 202.28L1097.34 164.78L1097.34 89.78zM1097.34 389.78L1162.29 427.28L1162.29 502.28L1097.34 539.78L1032.39 502.28L1032.39 427.28zM1162.29 502.28L1227.25 539.78L1227.25 614.78L1162.29 652.28L1097.34 614.78L1097.34 539.78zM1097.34 614.78L1162.29 652.28L1162.29 727.28L1097.34 764.78L1032.39 727.28L1032.39 652.28zM1292.2 277.28L1357.15 314.78L1357.15 389.78L1292.2 427.28L1227.25 389.78L1227.25 314.78zM1227.25 614.78L1292.2 652.28L1292.2 727.28L1227.25 764.78L1162.29 727.28L1162.29 652.28zM1422.11 52.28L1487.06 89.78L1487.06 164.78L1422.11 202.28L1357.15 164.78L1357.15 89.78zM1357.15 389.78L1422.11 427.28L1422.11 502.28L1357.15 539.78L1292.2 502.28L1292.2 427.28zM1487.06 -60.22L1552.02 -22.72L1552.02 52.28L1487.06 89.78L1422.11 52.28L1422.11 -22.72zM1552.02 52.28L1616.97 89.78L1616.97 164.78L1552.02 202.28L1487.06 164.78L1487.06 89.78zM1487.06 389.78L1552.02 427.28L1552.02 502.28L1487.06 539.78L1422.11 502.28L1422.11 427.28zM1616.97 -60.22L1681.92 -22.72L1681.92 52.28L1616.97 89.78L1552.02 52.28L1552.02 -22.72zM1681.92 277.28L1746.88 314.78L1746.88 389.78L1681.92 427.28L1616.97 389.78L1616.97 314.78zM1941.74 502.28L2006.69 539.78L2006.69 614.78L1941.74 652.28L1876.78 614.78L1876.78 539.78zM1876.78 614.78L1941.74 652.28L1941.74 727.28L1876.78 764.78L1811.83 727.28L1811.83 652.28z' stroke='rgba(246%2c 246%2c 246%2c 1)' stroke-width='2'%3e%3c/path%3e%3cpath d='M50.58 -60.22 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM115.53 -22.72 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM115.53 52.28 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM50.58 89.78 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM-14.37 52.28 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM-14.37 -22.72 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM50.58 389.78 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM115.53 427.28 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM115.53 502.28 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM50.58 539.78 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM-14.37 502.28 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM-14.37 427.28 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM180.49 -60.22 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM245.44 -22.72 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM245.44 52.28 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM180.49 89.78 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM180.49 164.78 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM245.44 202.28 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM245.44 277.28 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM180.49 314.78 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM115.53 277.28 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM115.53 202.28 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM310.39 -60.22 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM375.35 -22.72 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM375.35 52.28 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM310.39 89.78 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM310.39 164.78 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM375.35 202.28 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM375.35 277.28 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM310.39 314.78 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM310.39 614.78 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM375.35 652.28 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM375.35 727.28 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM310.39 764.78 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM245.44 727.28 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM245.44 652.28 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM440.3 164.78 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM505.26 202.28 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM505.26 277.28 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM440.3 314.78 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM570.21 314.78 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM570.21 389.78 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM505.26 427.28 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM440.3 389.78 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM505.26 502.28 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM570.21 539.78 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM570.21 614.78 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM505.26 652.28 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM440.3 614.78 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM440.3 539.78 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM570.21 164.78 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM635.16 202.28 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM635.16 277.28 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM765.07 52.28 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM830.03 89.78 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM830.03 164.78 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM765.07 202.28 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM700.12 164.78 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM700.12 89.78 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM765.07 277.28 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM700.12 314.78 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM894.98 52.28 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM959.93 89.78 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM959.93 164.78 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM894.98 202.28 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM830.02 164.78 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM830.02 89.78 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM830.02 389.78 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM894.98 427.28 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM894.98 502.28 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM830.02 539.78 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM765.07 502.28 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM765.07 427.28 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM959.93 -60.22 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1024.89 -22.72 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1024.89 52.28 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM894.98 -22.72 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1024.89 502.28 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1089.84 539.78 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1089.84 614.78 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1024.89 652.28 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM959.93 614.78 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM959.93 539.78 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1154.79 52.28 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1219.75 89.78 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1219.75 164.78 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1154.79 202.28 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1089.84 164.78 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1089.84 89.78 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1089.84 389.78 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1154.79 427.28 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1154.79 502.28 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1024.89 427.28 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1219.75 539.78 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1219.75 614.78 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1154.79 652.28 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1154.79 727.28 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1089.84 764.78 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1024.89 727.28 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1284.7 277.28 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1349.65 314.78 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1349.65 389.78 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1284.7 427.28 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1219.75 389.78 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1219.75 314.78 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1284.7 652.28 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1284.7 727.28 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1219.75 764.78 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1414.61 52.28 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1479.56 89.78 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1479.56 164.78 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1414.61 202.28 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1349.65 164.78 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1349.65 89.78 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1414.61 427.28 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1414.61 502.28 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1349.65 539.78 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1284.7 502.28 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1479.56 -60.22 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1544.52 -22.72 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1544.52 52.28 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1414.61 -22.72 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1609.47 89.78 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1609.47 164.78 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1544.52 202.28 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1479.56 389.78 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1544.52 427.28 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1544.52 502.28 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1479.56 539.78 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1609.47 -60.22 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1674.42 -22.72 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1674.42 52.28 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1674.42 277.28 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1739.38 314.78 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1739.38 389.78 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1674.42 427.28 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1609.47 389.78 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1609.47 314.78 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1934.24 502.28 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1999.19 539.78 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1999.19 614.78 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1934.24 652.28 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1869.28 614.78 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1869.28 539.78 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1934.24 727.28 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1869.28 764.78 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1804.33 727.28 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1804.33 652.28 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0z' fill='rgba(246%2c 246%2c 246%2c 1)'%3e%3c/path%3e%3cpath d='M92.3 292.2L135.6 317.2L135.6 367.2L92.3 392.2L48.99 367.2L48.99 317.2zM92.3 442.2L135.6 467.2L135.6 517.2L92.3 542.2L48.99 517.2L48.99 467.2zM92.3 592.2L135.6 617.2L135.6 667.2L92.3 692.2L48.99 667.2L48.99 617.2zM178.9 -7.8L222.2 17.2L222.2 67.2L178.9 92.2L135.6 67.2L135.6 17.2zM222.2 217.2L265.5 242.2L265.5 292.2L222.2 317.2L178.9 292.2L178.9 242.2zM308.81 67.2L352.11 92.2L352.11 142.2L308.81 167.2L265.5 142.2L265.5 92.2zM308.81 667.2L352.11 692.2L352.11 742.2L308.81 767.2L265.5 742.2L265.5 692.2zM395.41 67.2L438.72 92.2L438.72 142.2L395.41 167.2L352.11 142.2L352.11 92.2zM438.72 142.2L482.02 167.2L482.02 217.2L438.72 242.2L395.41 217.2L395.41 167.2zM438.72 292.2L482.02 317.2L482.02 367.2L438.72 392.2L395.41 367.2L395.41 317.2zM482.02 367.2L525.32 392.2L525.32 442.2L482.02 467.2L438.72 442.2L438.72 392.2zM568.62 67.2L611.93 92.2L611.93 142.2L568.62 167.2L525.32 142.2L525.32 92.2zM525.32 142.2L568.62 167.2L568.62 217.2L525.32 242.2L482.02 217.2L482.02 167.2zM525.32 292.2L568.62 317.2L568.62 367.2L525.32 392.2L482.02 367.2L482.02 317.2zM568.62 367.2L611.93 392.2L611.93 442.2L568.62 467.2L525.32 442.2L525.32 392.2zM611.93 442.2L655.23 467.2L655.23 517.2L611.93 542.2L568.62 517.2L568.62 467.2zM698.53 292.2L741.83 317.2L741.83 367.2L698.53 392.2L655.23 367.2L655.23 317.2zM741.83 517.2L785.14 542.2L785.14 592.2L741.83 617.2L698.53 592.2L698.53 542.2zM828.44 367.2L871.74 392.2L871.74 442.2L828.44 467.2L785.14 442.2L785.14 392.2zM828.44 517.2L871.74 542.2L871.74 592.2L828.44 617.2L785.14 592.2L785.14 542.2zM828.44 667.2L871.74 692.2L871.74 742.2L828.44 767.2L785.14 742.2L785.14 692.2zM871.74 292.2L915.04 317.2L915.04 367.2L871.74 392.2L828.44 367.2L828.44 317.2zM915.04 367.2L958.35 392.2L958.35 442.2L915.04 467.2L871.74 442.2L871.74 392.2zM871.74 442.2L915.04 467.2L915.04 517.2L871.74 542.2L828.44 517.2L828.44 467.2zM915.04 517.2L958.35 542.2L958.35 592.2L915.04 617.2L871.74 592.2L871.74 542.2zM871.74 592.2L915.04 617.2L915.04 667.2L871.74 692.2L828.44 667.2L828.44 617.2zM958.35 142.2L1001.65 167.2L1001.65 217.2L958.35 242.2L915.04 217.2L915.04 167.2zM958.35 442.2L1001.65 467.2L1001.65 517.2L958.35 542.2L915.04 517.2L915.04 467.2zM1044.95 -7.8L1088.25 17.2L1088.25 67.2L1044.95 92.2L1001.65 67.2L1001.65 17.2zM1088.25 67.2L1131.56 92.2L1131.56 142.2L1088.25 167.2L1044.95 142.2L1044.95 92.2zM1044.95 142.2L1088.25 167.2L1088.25 217.2L1044.95 242.2L1001.65 217.2L1001.65 167.2zM1044.95 442.2L1088.25 467.2L1088.25 517.2L1044.95 542.2L1001.65 517.2L1001.65 467.2zM1174.86 367.2L1218.16 392.2L1218.16 442.2L1174.86 467.2L1131.56 442.2L1131.56 392.2zM1131.56 442.2L1174.86 467.2L1174.86 517.2L1131.56 542.2L1088.25 517.2L1088.25 467.2zM1261.46 67.2L1304.77 92.2L1304.77 142.2L1261.46 167.2L1218.16 142.2L1218.16 92.2zM1261.46 217.2L1304.77 242.2L1304.77 292.2L1261.46 317.2L1218.16 292.2L1218.16 242.2zM1218.16 592.2L1261.46 617.2L1261.46 667.2L1218.16 692.2L1174.86 667.2L1174.86 617.2zM1348.07 217.2L1391.37 242.2L1391.37 292.2L1348.07 317.2L1304.77 292.2L1304.77 242.2zM1304.77 292.2L1348.07 317.2L1348.07 367.2L1304.77 392.2L1261.46 367.2L1261.46 317.2zM1348.07 667.2L1391.37 692.2L1391.37 742.2L1348.07 767.2L1304.77 742.2L1304.77 692.2zM1391.37 -7.8L1434.67 17.2L1434.67 67.2L1391.37 92.2L1348.07 67.2L1348.07 17.2zM1434.67 67.2L1477.98 92.2L1477.98 142.2L1434.67 167.2L1391.37 142.2L1391.37 92.2zM1434.67 217.2L1477.98 242.2L1477.98 292.2L1434.67 317.2L1391.37 292.2L1391.37 242.2zM1391.37 292.2L1434.67 317.2L1434.67 367.2L1391.37 392.2L1348.07 367.2L1348.07 317.2zM1434.67 667.2L1477.98 692.2L1477.98 742.2L1434.67 767.2L1391.37 742.2L1391.37 692.2zM1477.98 -7.8L1521.28 17.2L1521.28 67.2L1477.98 92.2L1434.67 67.2L1434.67 17.2zM1477.98 142.2L1521.28 167.2L1521.28 217.2L1477.98 242.2L1434.67 217.2L1434.67 167.2zM1477.98 292.2L1521.28 317.2L1521.28 367.2L1477.98 392.2L1434.67 367.2L1434.67 317.2zM1521.28 367.2L1564.58 392.2L1564.58 442.2L1521.28 467.2L1477.98 442.2L1477.98 392.2zM1477.98 442.2L1521.28 467.2L1521.28 517.2L1477.98 542.2L1434.67 517.2L1434.67 467.2zM1477.98 592.2L1521.28 617.2L1521.28 667.2L1477.98 692.2L1434.67 667.2L1434.67 617.2zM1564.58 292.2L1607.88 317.2L1607.88 367.2L1564.58 392.2L1521.28 367.2L1521.28 317.2zM1607.88 517.2L1651.19 542.2L1651.19 592.2L1607.88 617.2L1564.58 592.2L1564.58 542.2zM1694.49 217.2L1737.79 242.2L1737.79 292.2L1694.49 317.2L1651.19 292.2L1651.19 242.2zM1651.19 592.2L1694.49 617.2L1694.49 667.2L1651.19 692.2L1607.88 667.2L1607.88 617.2zM1694.49 667.2L1737.79 692.2L1737.79 742.2L1694.49 767.2L1651.19 742.2L1651.19 692.2zM1781.09 67.2L1824.4 92.2L1824.4 142.2L1781.09 167.2L1737.79 142.2L1737.79 92.2zM1781.09 217.2L1824.4 242.2L1824.4 292.2L1781.09 317.2L1737.79 292.2L1737.79 242.2zM1781.09 367.2L1824.4 392.2L1824.4 442.2L1781.09 467.2L1737.79 442.2L1737.79 392.2zM1737.79 442.2L1781.09 467.2L1781.09 517.2L1737.79 542.2L1694.49 517.2L1694.49 467.2zM1781.09 517.2L1824.4 542.2L1824.4 592.2L1781.09 617.2L1737.79 592.2L1737.79 542.2zM1781.09 667.2L1824.4 692.2L1824.4 742.2L1781.09 767.2L1737.79 742.2L1737.79 692.2zM1824.4 -7.8L1867.7 17.2L1867.7 67.2L1824.4 92.2L1781.09 67.2L1781.09 17.2zM1867.7 217.2L1911 242.2L1911 292.2L1867.7 317.2L1824.4 292.2L1824.4 242.2zM1867.7 367.2L1911 392.2L1911 442.2L1867.7 467.2L1824.4 442.2L1824.4 392.2zM1824.4 592.2L1867.7 617.2L1867.7 667.2L1824.4 692.2L1781.09 667.2L1781.09 617.2zM1954.3 67.2L1997.61 92.2L1997.61 142.2L1954.3 167.2L1911 142.2L1911 92.2zM1954.3 367.2L1997.61 392.2L1997.61 442.2L1954.3 467.2L1911 442.2L1911 392.2z' stroke='rgba(240%2c 240%2c 240%2c 1)' stroke-width='2'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1016'%3e%3crect width='1920' height='700' fill='white'%3e%3c/rect%3e%3c/mask%3e%3c/defs%3e%3c/svg%3e");
}


.apart p {
  font-size: 24px;
  text-align: center;
  margin-top: -18px;
	line-height: 1.2em;
}
.apart h2{
	font-size: 45px;
	text-align: center;
	color: #000;
}

.apart h4 {
  font-size: 60px;
	color: #0067ba;
  text-align: center;
  margin-bottom: 5px;
}



.svg-inline--fa {
  display: var(--fa-display,inline-block);
  height: 1em;
  overflow: visible;
  vertical-align: -.125em;
  padding: 0 5px;
}


.blue-icon {
	color: #0067ba;
}

.white-icon {
	color: #fff;
}

.yellow-icon{
	color: #ffca30;
}

.staff-info{
	 border: 3px solid #ededed;
}


/*Search Results Page Styling*/

.search-container {
    width: 100%;
    padding-left:100px;
    padding-right:100px;
    padding-bottom:200px;
    padding-top:0px;
    margin:auto;
}

#ss-search-page-form {
    text-align:center;
    margin: auto;
    padding-top:50px;
}
#ss-search-page-form .search-field {
    border: 2px solid #dddddd;
    border-radius: 4px;
    width:60%;
    margin-top:20px;
}
#ss-search-page-form .search-submit {
    padding: 10px 10px;
    margin-bottom:5px;
    text-transform: uppercase;
    text-align: left;
}

.search-page-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 34px;
    font-weight: 300 !important;
    letter-spacing: 2px;
    line-height: 50px;
    text-align:center;
    display:block;
    text-transform:uppercase;
    padding-top:50px;
    padding-bottom:25px;
}
.search-post-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 600 !important;
    letter-spacing: 2px;
    line-height: 50px;
    text-align:left;
    display:block;
}
.search-post-link {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 300 !important;
    letter-spacing: 2px;
    line-height: 20px;
    text-align:left;
    display:block;
}
.search-post-excerpt {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 400 !important;
    letter-spacing: 2px;
    line-height: 15px;
    text-align:left;
    display:block;
}

/*End Search Results Page*/

.site-search {
	background: url(https://www.cottonwoodclassical.org/wp-content/uploads/2022/07/background-bg6.png);
	background-color: #000;
	background-position: left top 193px;
  background-repeat: no-repeat;
  /* background-size: contain; */
}

.site-search h2{
	color: #fff;
}

.site-search p{
	color: #fff;
}




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

/*Media -1*/
@media only screen and (max-width: 1400px) {

.page-id-19062 .hero-pages h1 {
    color: #fff;
    font-size: 36px;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    line-height: 1.2em;
    font-family: 'Josefin Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: 15px;
    margin-top: 25px;
}

.hero-pages {
    height: 212px;
    margin-bottom: 0px;

}


.hero-pages h1 {
    color: #fff;
    font-size: 41px;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    line-height: 1.2em;
    font-family: 'Josefin Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: 10px;
    margin-top: -50px;
}


.home-trans-3-panel h2 {
  color: #fff;
  font-size: 26px;
  line-height: 1.2em;
  margin-bottom: 10px;
  margin-top: 20px;
  padding: 0 10px;
}

.home-trans-3-panel p {
  color: #fff;
  font-size: 16px;
  line-height: 1.2em;
  margin-bottom: -5px;
  padding: 0 10px;
}

    .home-trans h2{
    color: #fff;
    font-size: 34px;
    line-height: 1.2em;
    padding: 0 30px;
    margin-bottom: 10px;
    }

    .home-trans p{
    color: #fff;
    font-size: 20px;
    line-height: 1.2em;
    padding: 0 30px;
    margin-bottom: -5px;
    }

    .home-trans-bottom .vc_btn3.vc_btn3-color-grey, .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat {
    background-color: #ebebeb;
    color: #666;
    margin: -10px 0px 20px 10px;
    }
}

/*Media 1*/
@media only screen and (max-width: 1185px) {

	.ubermenu-bottom-menu .ubermenu-nav {
	  max-width: 1100px;
	  display: none;
	}

.page-id-19062 .hero-pages h1 {
    color: #fff;
    font-size: 28px;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    line-height: 1.2em;
    font-family: 'Josefin Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 45px;
}


/*Porthole*/

.porthole {
	border: 10px solid #cc2027;
	border-radius: 200px;
	/* float: left; */
	height: 235px;
	margin-right: 20px;
	position: relative;
	overflow: hidden;
	width: 235px;
	margin: 0 auto;
}

.porthole a {
    color: #000;
	border-radius: 200px;
	box-shadow: inset 0 10px 10px rgba(0, 0, 0, 0.20);
	display: block;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	/* text-indent: -9999px; */
	width: 100%;
	z-index: 1;
}
.porthole a:hover {
	color: #000;
}

.porthole img {
	height: auto;
	position: absolute;
	top: -7%;
	left: -25%;
	right: -25%;
	bottom: -25%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 100%;
	margin: 0 auto;
    z-index: 0;
	/* margin-top: 7%; */
}

.porthole a:hover + img {
    top: -38%;
    left: -50%;
    right: -50%;
    bottom: -50%;
	width: 150%;
}

.porthole.alt:before {
	border-radius: 200px;
	box-shadow: inset 0 10px 10px rgba(0, 0, 0, 0.80);
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}
.porthole-text{
    z-index: 20;
}

.porthole-text p {
    color: #fff;
    text-align: center;
    margin-top: 85px;
    font-size: 18px;
    display: block;
    line-height: 1.2em;
    text-transform: uppercase;
    font-weight: 600;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.60);
    background: rgba(0,0,0,0.3);
    padding: 6px;
    letter-spacing: 1px;
    position: relative;
    z-index: 20;
}

/*End Porthole*/


.hero-pages-contain{
    margin-top: -82px;
}


/*Top Menus Removal on Mobile*/

.ubermenu-responsive-toggle {
    display: none;
}

.nav-primary {
    color: #fff;
    display: none;
}

.site-header{
    display: none;
}

.ubermenu-third-menu .ubermenu-nav {
    display: none;
    max-width: 1100px;
}


    .callout-large-text h3{
    font-size: 24px;
}


    .hero-new h1 {
    color: #fff;
    font-size: 45px;
    line-height: 1.2em;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    }

    .hero-new p {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3em;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
    }

    .home-trans h2 {
  color: #fff;
  font-size: 26px;
  line-height: 1.2em;
  margin-bottom: 10px;
  padding: 0 10px;
}

    .home-trans p{
    color: #fff;
    font-size: 16px;
    line-height: 1.2em;
    padding: 0 10px;
    margin-bottom: -5px;
}



    .nav-primary {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(73, 199, 245, 1) 0%, rgba(18, 96, 174, 1) 100%) repeat scroll 0 0;
    color: #fff;
    display: none;
    }

    .site-header {
    background: #3e4351 none repeat scroll 0 0;
    border-bottom: 4px solid #f4bf19;
    min-height: 80px;
        display: none;
    }

    .under-banner-mobile h2{
        font-size: 32px;
        margin-bottom: 4px;
    }

    .under-banner-mobile p{
        font-size: 18px;
    }

    .under-banner-mobile{
        height: auto;

    }

    .home-top h1 {
    font-size: 50px;
    line-height: 1.2em;
    }


    .ult-overlay {
    margin-top: 48px;
}

    .hero{
    margin-top: -70px;
        padding: 50px;
    }

    .site-title {
	font-size: 34px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
    margin-top: 15px;
}

    .ubermenu-responsive-default.ubermenu {
    display: none;
    }

    .ubermenu-main-menu{
    display: none;
    }


	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content,
	.site-header .widget-area {
		width: 620px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.sidebar-primary {
		width: 300px;
	}

	.home-top .widget_text {
		font-size: 40px;
	}

	.footer-widgets-1 {
		width: 240px;
	}

	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.footer-widgets-5 {
		width: 140px;
	}

}

/*Media 2*/
@media only screen and (max-width: 1023px) {






    .under-banner{
        display: none;
        margin-bottom: 60px;
    }

    .hero-pages-contain{
    margin-top: -75px;
}


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

    .hero-pages h1 {
    font-size: 32px;
    letter-spacing: 10px;
    margin-top: -45px;
}

    .footer-container{
    display: none;
    }

    .footer-container-mobile h4{
        font-size: 18px;
    }



    .home-trans-bottom{
     padding: 5px 20px;
    }

    .home-trans-bottom h2{
    color: #fff;
    font-size: 38px;
    line-height: 1.2em;
    padding: 0 75px 0 0;
    margin-bottom: 10px;
    margin-left: -10px;
    }

    .home-trans-bottom p{
    color: #fff;
    font-size: 18px;
    line-height: 1.2em;
    padding: 0 75px 0 0;
    margin-bottom: -5px;
    margin-left: -10px;
    }

    .home-trans-bottom .vc_btn3.vc_btn3-color-grey, .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat {
    background-color: #ebebeb;
    color: #545454;
/*    margin: -10px 0px 20px 0px;*/
    }

    .home-trans-bottom .vc_btn3.vc_btn3-color-default, .vc_btn3.vc_btn3-color-default.vc_btn3-style-flat {
    background-color: #ebebeb;
    color: #545454;
    margin: -10px 0px 20px -80px;
    }



    home-top-text{
    margin-top: 60px;
    }

     .hero{
    margin-top: -30px;
    }

    .hero h1 {
        color: #fff;
        font-size: 40px;
        line-height: 1.3em;
        text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    }

    .hero p {
        color: #fff;
        font-size: 22px;
        line-height: 1.3em;
        font-weight: 500;
        text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
    }

    .entry {
    background-color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0;
    padding: 10px 0px 15px;
    }


    .yellow-cta{
    background: #f4bf19;
    margin-bottom: 80px;
    border-top: 3px solid rgba(0,0,0,0.2);
    padding-top: 35px;
    }

    .home-top h1 {
    font-size: 38px;
    line-height: 1.2em;
    }


    .ult-overlay {
        margin-top: 48px;
    }

/*    Mike changed this for mobile page width issues*/
	.education-pro-landing .site-inner, .site-inner, .wrap {
/*    max-width: 740px;*/
    padding: 50px 6px 25px;
}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.content-sidebar-sidebar .content,
	.content,
	.footer-widgets-1,
	.home-bottom .enews p + form,
	.home-bottom .enews p,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.sidebar-sidebar-content .content,
	.site-header .widget-area {
		width: 100%;
	}

	.title-area {
		position: relative;
		margin-bottom: 6px;
	}

	.header-image .site-title a {
		background-position: center top !important;
        background-size: contain !important;
        margin-top: 15px;
        padding: 28px;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.footer-widgets,
	.genesis-nav-menu,
	.site-header .widget-area,
	.home-bottom,
	.site-description,
	.site-header .search-form,
	.site-header .title-area,
	.site-title {
		text-align: center;
	}

	.site-header .search-form {
		margin: 16px auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.site-header .genesis-nav-menu a {
		padding: 16px;
	}

	.education-pro-home .slide-excerpt {
		font-size: 16px;
		margin: 40px 40px 80px;
	}

	html > body.education-pro-home .slide-excerpt-border {
		padding: 20px 20px 0;
	}

	.home-featured .slide-excerpt h2 {
		font-size: 24px;
	}

	.home-featured .slide-excerpt .more-link {
		padding: 10px 20px;
		margin: 20px -20px 0;
	}

	.home-top .wrap {
		padding: 60px;
	}

	.home-top .widget_text {
		font-size: 30px;
	}

	.home-middle .widget {
		width: 50%;
	}

	.home-middle .widget:nth-of-type(2n+1) {
		clear: both;
	}

	.home-bottom .enews p {
		margin-bottom: 20px;
	}

	.footer-widgets-1 {
		margin: 0 0 20px;
	}

	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.footer-widgets-5 {
		width: 23.0769%;
		margin: 0 0 20px;
	}

	.footer-widgets-3,
	.footer-widgets-4,
	.footer-widgets-5 {
		margin-left: 2.5641%;
	}

}

/*Media 3*/
@media only screen and (max-width: 1010px) {


.hero-new {
    background: url("https://www.aa.edu/wp-content/uploads/2019/12/mobile1.jpg");
    background-size: contain;
    height: auto;
}

.event-home p {
  background: #000 none repeat scroll 0 0;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 10px;
  padding: 5px 10px;
  width: 100%;
}

.mobile-logo img {
    margin-top: -7px;
    margin-left: -17px;
    text-align: left;
    width: 175px;
    margin-bottom: -9px;
		filter: drop-shadow(1px 2px 2px #540c11);
}



/*    font-size: 50px;
    letter-spacing: 15px;
    margin-top: -25px;
    }*/

    .callout-large-text h3{
    font-size: 20px;
}


    home-top-text{
    margin-top: 60px;
}

    .entry {
    background-color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0;
    padding: 10px 0px 15px;
    }

/*    .entry-title {font-size: 33px;line-height: 1.3em;}*/

    h4 {
        font-size: 20px;
        font-family: turnip, serif;
    }

/*    .site-header {
        display: none;
    }*/

    .hero{
        margin-top: -70px;
         padding: 50px;
    }


    .hero h1 {
        color: #fff;
        font-size: 40px;
        line-height: 1.3em;
        text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    }

    .hero p {
        color: #fff;
        font-size: 22px;
        line-height: 1.3em;
        font-weight: 500;
        text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
    }



    }

/*Media 4*/
@media only screen and (max-width: 766px) {

	.social-icons{
		font-size: 70px;
		color: #fff;
		text-align: center;
	}

/*Porthole*/

.porthole .vc_col-has-fill>.vc_column-inner, .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_column_container>.vc_column-inner {
    padding-top: 0px;
}


.porthole {
    border: 10px solid #cc2027;
    border-radius: 200px;
    /* float: left; */
    height: 365px;
    margin-right: 20px;
    position: relative;
    overflow: hidden;
    width: 365px;
    margin: 0 auto;
}

.porthole a {
    color: #000;
	border-radius: 200px;
	box-shadow: inset 0 10px 10px rgba(0, 0, 0, 0.20);
	display: block;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	/* text-indent: -9999px; */
	width: 100%;
	z-index: 1;
}
.porthole a:hover {
	color: #000;
}

.porthole img {
	height: auto;
	position: absolute;
	top: -7%;
	left: -25%;
	right: -25%;
	bottom: -25%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 100%;
	margin: 0 auto;
    z-index: 0;
	/* margin-top: 7%; */
}

.porthole a:hover + img {
    top: -38%;
    left: -50%;
    right: -50%;
    bottom: -50%;
	width: 150%;
}

.porthole.alt:before {
	border-radius: 200px;
	box-shadow: inset 0 10px 10px rgba(0, 0, 0, 0.80);
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}
.porthole-text{
    z-index: 20;
}

.porthole-text p {
    color: #fff;
    text-align: center;
    margin-top: 126px;
    font-size: 32px;
    display: block;
    line-height: 1.2em;
    text-transform: uppercase;
    font-weight: 600;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.60);
    background: rgba(0,0,0,0.3);
    padding: 6px;
    letter-spacing: 1px;
    position: relative;
    z-index: 20;
}

/*End Porthole*/

.home-circles-panel h4 {
	font-size: 30px;
	font-weight: 300;
	width: 75%;
	text-align: center;
	margin: 0 auto;
}


.hero-new {
  height: 530px;
  margin-top: -65px;
  background: url("https://www.aa.edu/wp-content/uploads/2019/12/mobile1.jpg");
  background-size: contain;
  height: auto;
}

.event-home p {
  background: #000 none repeat scroll 0 0;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 10px;
  padding: 5px 10px;
  width: 100%;
}


.hero-pages h1 {
    font-size: 32px;
    letter-spacing: 3px;
    margin-top: -40px;
}


.home-top-text{
    margin-top: 60px;
    }

.under-banner-mobile{
    margin-bottom: -30px;
    }

.under-banner-mobile a{
    color: #cc2027;
    }

.under-banner-mobile a:hover{
     text-shadow: 2px 2px 3px rgba(255,255,255,0.8);
    }

.under-banner-mobile h2{
        font-size: 30px;
        line-height: 1.2em;
        margin-bottom: 0px;
}

.hotline{
    background: #f6eac1;
    padding: 30px 5px 5px;
    margin-bottom: 25px;
}

.hotline h3{
    font-size: 22px;
    line-height: .8em;
}


.home-top h1 {
    font-size: 28px;
    line-height: 1.2em;
    }

.home-top h4 {
    font-size: 18px;
    }

.ult-overlay {
    margin-top: 48px;
    }

.hero{
    margin-top: -30px;
    padding: 40px;
    }

.hero-2{
    margin-top: -40px;
    margin-bottom: 0px;
    }


.yellow-cta {
    background: #f4bf19 none repeat scroll 0 0;
    border-top: 3px solid rgba(0, 0, 0, 0.2);
    margin-bottom: 80px;
    padding-top: 35px;
    }

.yellow-cta h2 {
    font-size: 22px;
    }


body {
		font-size: 16px;
	}

.site-inner,
.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

.education-pro-landing .site-inner,
.site-inner {
		padding-top: 20px;
	}

.site-inner {
	clear: both;
    padding: 5px;
    }

	.after-entry .widget,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry-comments,
	.entry,
	.sidebar .widget,
	.widget-area .widget.enews-widget {
		padding: 10px;
		margin-bottom: 20px;
	}

	.after-entry,
	.sidebar .widget:last-of-type {
		margin-bottom: 20px;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu,
	.genesis-nav-menu.responsive-menu {
		display: none;
	}

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

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

	.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu li a,
	.genesis-nav-menu.responsive-menu li a:hover,
	.genesis-nav-menu.responsive-menu li.current-menu-item > a {
		background: none;
		color: #444;
		display: block;
		line-height: 1;
		padding: 12px 0;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}

	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f347";
		float: right;
		font: normal 16px/1 'dashicons';
		height: 16px;
		padding: 11px 0;
		right: 0;
		text-align: right;
		z-index: 9999;
	}

	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f343";
	}

	.genesis-nav-menu.responsive-menu .sub-menu {
		left: auto;
		opacity: 1;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
	}

	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		padding-left: 20px;
		margin: 0;
	}

	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		background: none;
		border: none;
		box-shadow: none;
		color: #444;
		padding: 12px 0;
		position: relative;
		width: 100%;
	}

	.genesis-nav-menu.responsive-menu {
		padding-bottom: 16px;
	}

	.nav-primary .genesis-nav-menu.responsive-menu li a {
		background: none;
		color: #fff;
	}

	.nav-primary .genesis-nav-menu.responsive-menu li a:hover {
		background: none;
		color: #e7e7e7;
	}

	.education-pro-home .slide-excerpt {
		display: none;
	}

	.home-top .wrap {
		margin-left: 5%;
		margin-right: 5%;
		padding: 40px;
	}

	.home-top .widget_text {
		font-size: 24px;
	}

	.home-middle .widget {
		width: 100%;
	}

	.home-bottom,
	.home-middle {
		padding: 40px 0;
	}

	.content .entry-header .entry-meta {
		margin-top: -20px;
	}

	.content .entry-header .entry-meta .entry-time {
		margin-right: -20px;
		padding-right: 20px;
	}

	.entry-footer {
		padding: 20px;
		margin: 0 -20px -20px;
	}

	.pagination {
		margin-top: 20px;
	}

	.footer-widgets {
		padding-top: 40px;
	}

	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.footer-widgets-5 {
		width: 48.7179%;
		margin: 0 0 20px;
	}

	.footer-widgets-2,
	.footer-widgets-4 {
		clear: both;
	}

	.footer-widgets-3,
	.footer-widgets-5 {
		margin-left: 2.5641%;
	}

	.site-footer {
		padding: 20px 20px 40px;
	}

}

/*Media 5*/
@media only screen and (max-width: 480px) {


.porthole {
	border: 10px solid #cc2027;
	border-radius: 200px;
	height: 280px;
	margin-right: 20px;
	position: relative;
	overflow: hidden;
	width: 280px;
	margin: 0 auto;
}


.porthole a {
    color: #000;
	border-radius: 200px;
	box-shadow: inset 0 10px 10px rgba(0, 0, 0, 0.20);
	display: block;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	/* text-indent: -9999px; */
	width: 100%;
	z-index: 1;
}
.porthole a:hover {
	color: #000;
}

.porthole img {
	height: auto;
	position: absolute;
	top: -7%;
	left: -25%;
	right: -25%;
	bottom: -25%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 100%;
	margin: 0 auto;
    z-index: 0;
	/* margin-top: 7%; */
}

.porthole a:hover + img {
    top: -38%;
    left: -50%;
    right: -50%;
    bottom: -50%;
	width: 150%;
}

.porthole.alt:before {
	border-radius: 200px;
	box-shadow: inset 0 10px 10px rgba(0, 0, 0, 0.80);
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}
.porthole-text{
    z-index: 20;
}

.porthole-text p {
    color: #fff;
    text-align: center;
    margin-top: 105px;
    font-size: 22px;
    display: block;
    line-height: 1.2em;
    text-transform: uppercase;
    font-weight: 600;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.60);
    background: rgba(0,0,0,0.3);
    padding: 6px;
    letter-spacing: 1px;
    position: relative;
    z-index: 20;
}



    .hero-pages-contain{
    margin-top: -134px;
    margin-bottom: -30px;
}


.home-trans-3-panel h2 {
  color: #fff;
  font-size: 24px;
  line-height: 1.2em;
  margin-bottom: 10px;
  margin-top: 20px;
  padding: 0 0px;
    }

.home-trans-3-panel p {
  color: #fff;
  font-size: 14px;
  line-height: 1.2em;
  margin-bottom: -5px;
  padding: 0 0px;
}

.mobile-logo img {
    margin-top: -7px;
    margin-left: -18px;
    text-align: left;
    width: 176px;
}



    .hero-pages {
    height: 195px;
    margin-bottom: 0px;
    margin-top: -130px;
    }

    .hero-pages h1 {
    font-size: 25px;
    letter-spacing: 3px;
    margin-top: -70px;
}

    .callout-large-text h3{
    font-size: 18px;
    }

    .hero-new h1 {
    color: #fff;
    font-size: 32px;
    line-height: 1.2em;
    margin-bottom: 15px;
    margin-top: -75px;
    padding: 0 0px 0 0;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    }

    .hero-new p {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3em;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
    }

    .hero-new {
    height: auto;
    margin-top: -45px;
    padding: 0 10px;
    }

    .home-top-text h1 {
    color: #cc2027;
    font-size: 32px;
    line-height: 1.2em;
    }

    .under-banner-mobile p {
    font-size: 18px;
    font-weight: 500;
    }


    .home-top-text p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4em;
/*    margin-top: -10px;*/
    }

    .home-trans h2{
    color: #fff;
    font-size: 26px;
    line-height: 1.2em;
    padding: 0 75px 0 0;
    margin-bottom: 10px;
    }

    .home-trans p {
  color: #fff;
  font-size: 16px;
  line-height: 1.2em;
  margin-bottom: -5px;
  padding: 0 25px 0 0;
}

    .home-trans-bottom .vc_btn3.vc_btn3-color-grey, .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat {
    background-color: #ebebeb;
    color: #666;
    margin: -10px 0 20px;
    }



    .under-banner-mobile{
    margin-bottom: 0px;
    }

    .under-banner-mobile h2{
        font-size: 30px;
        line-height: 1.2em;
        margin-bottom: 0px;
    }

    .featured h2{
        font-size: 25px;

    }

    .fade-home {
    padding: 20px 5px;
}


    .hero{
        margin-top: -90px;
         padding: 40px;
    }


    .hero h1 {
        color: #fff;
        font-size: 30px;
        line-height: 1.3em;
        text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    }

    .hero p {
        color: #fff;
        font-size: 18px;
        line-height: 1.3em;
        font-weight: 500;
        text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
    }

    .entry {
	background-color: #fff;
/*	box-shadow: 3px 3px rgba(70, 70, 70, 0.05);*/
	margin-bottom: 0px;
	padding: 40px 20px 15px;
    margin-top: 30px;
}


    .ult_modal-content{
        margin-top: 50px;
        margin-bottom: 60px;

    }

	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.footer-widgets-5,
	.home-bottom .enews-widget input[type="email"],
	.home-bottom .enews-widget input[type="submit"],
	.title-area {
		width: 100%;
	}

	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.footer-widgets-5 {
		margin: 0 0 20px;
	}

	.home-bottom .enews-widget input[type="email"] {
		margin-bottom: 16px;
		text-align: center;
	}

	.title-area {
		max-width: 300px;
	}

}








/*Modal CSS*/




#modal-container {
  position: fixed;
  display: table;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transform: scale(0);
  z-index: 1;
}
#modal-container.one {
  transform: scaleY(0.01) scaleX(0);
  animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.one .modal-background .modal {
  transform: scale(0);
  animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.one.out {
  transform: scale(1);
  animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.one.out .modal-background .modal {
  animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.two {
  transform: scale(1);
}
#modal-container.two .modal-background {
  background: transparent;
  animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.two .modal-background .modal {
  opacity: 0;
  animation: scaleUp 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.two + .content {
  animation: scaleBack 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.two.out {
  animation: quickScaleDown 0s .5s linear forwards;
}
#modal-container.two.out .modal-background {
  animation: fadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.two.out .modal-background .modal {
  animation: scaleDown 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.two.out + .content {
  animation: scaleForward 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.three {
  z-index: 0;
  transform: scale(1);
}
#modal-container.three .modal-background {
  background: rgba(0, 0, 0, 0.6);
}
#modal-container.three .modal-background .modal {
  animation: moveUp 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.three + .content {
  z-index: 1;
  animation: slideUpLarge 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.three.out .modal-background .modal {
  animation: moveDown 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.three.out + .content {
  animation: slideDownLarge 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.four {
  z-index: 0;
  transform: scale(1);
}
#modal-container.four .modal-background {
  background: rgba(0, 0, 0, 0.7);
}
#modal-container.four .modal-background .modal {
  animation: blowUpModal 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.four + .content {
  z-index: 1;
  animation: blowUpContent 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.four.out .modal-background .modal {
  animation: blowUpModalTwo 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.four.out + .content {
  animation: blowUpContentTwo 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.five {
  transform: scale(1);
}
#modal-container.five .modal-background {
  background: transparent;
  animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.five .modal-background .modal {
  transform: translateX(-1500px);
  animation: roadRunnerIn 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.five.out {
  animation: quickScaleDown 0s .5s linear forwards;
}
#modal-container.five.out .modal-background {
  animation: fadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.five.out .modal-background .modal {
  animation: roadRunnerOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.six {
  transform: scale(1);
}
#modal-container.six .modal-background {
  background: transparent;
  animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.six .modal-background .modal {
  background-color: transparent;
  animation: modalFadeIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.six .modal-background .modal h2, #modal-container.six .modal-background .modal p {
  opacity: 0;
  position: relative;
  animation: modalContentFadeIn 0.5s 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.six .modal-background .modal .modal-svg rect {
  animation: sketchIn 0.5s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.six.out {
  animation: quickScaleDown 0s .5s linear forwards;
}
#modal-container.six.out .modal-background {
  animation: fadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.six.out .modal-background .modal {
  animation: modalFadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.six.out .modal-background .modal h2, #modal-container.six.out .modal-background .modal p {
  animation: modalContentFadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.six.out .modal-background .modal .modal-svg rect {
  animation: sketchOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.seven {
  transform: scale(1);
}
#modal-container.seven .modal-background {
  background: transparent;
  animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.seven .modal-background .modal {
  height: 75px;
  width: 75px;
  border-radius: 75px;
  overflow: hidden;
  animation: bondJamesBond 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.seven .modal-background .modal h2, #modal-container.seven .modal-background .modal p {
  opacity: 0;
  position: relative;
  animation: modalContentFadeIn .5s 1.4s linear forwards;
}
#modal-container.seven.out {
  animation: slowFade .5s 1.5s linear forwards;
}
#modal-container.seven.out .modal-background {
  background-color: rgba(0, 0, 0, 0.7);
  animation: fadeToRed 2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.seven.out .modal-background .modal {
  border-radius: 3px;
  height: 162px;
  width: 227px;
  animation: killShot 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.seven.out .modal-background .modal h2, #modal-container.seven.out .modal-background .modal p {
  animation: modalContentFadeOut 0.5s 0.5 cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container .modal-background {
  display: table-cell;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  vertical-align: middle;
  z-index: 100;
}
#modal-container .modal-background .modal {
  background: white;
  padding: 50px;
  display: inline-block;
  border-radius: 3px;
  font-weight: 300;
  position: relative;
}
#modal-container .modal-background .modal h2 {
  font-size: 25px;
  line-height: 25px;
  margin-bottom: 15px;
}
#modal-container .modal-background .modal p {
  font-size: 18px;
  line-height: 22px;
}
#modal-container .modal-background .modal .modal-svg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 3px;
}
#modal-container .modal-background .modal .modal-svg rect {
  stroke: #fff;
  stroke-width: 2px;
  stroke-dasharray: 778;
  stroke-dashoffset: 778;
}

.content-modal {
  min-height: 100%;
  height: 100%;
  background: white;
  position: relative;
  z-index: 0;
}
.content-modal h1 {
  padding: 75px 0 30px 0;
  text-align: center;
  font-size: 30px;
  line-height: 30px;
}
.content-modal .buttons {
  max-width: 800px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.content-modal .buttons .button {
  display: inline-block;
  text-align: center;
  padding: 10px 15px;
  margin: 10px;
  background: red;
  font-size: 18px;
  background-color: #efefef;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.content-modal .buttons .button:hover {
  color: white;
  background: #009bd5;
}

@keyframes unfoldIn {
  0% {
    transform: scaleY(0.005) scaleX(0);
  }
  50% {
    transform: scaleY(0.005) scaleX(1);
  }
  100% {
    transform: scaleY(1) scaleX(1);
  }
}
@keyframes unfoldOut {
  0% {
    transform: scaleY(1) scaleX(1);
  }
  50% {
    transform: scaleY(0.005) scaleX(1);
  }
  100% {
    transform: scaleY(0.005) scaleX(0);
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoomOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes fadeIn {
  0% {
    background: transparent;
  }
  100% {
    background: rgba(0, 0, 0, 0.7);
  }
}
@keyframes fadeOut {
  0% {
    background: rgba(0, 0, 0, 0.7);
  }
  100% {
    background: transparent;
  }
}
@keyframes scaleUp {
  0% {
    transform: scale(0.8) translateY(1000px);
    opacity: 0;
  }
  100% {
    transform: scale(1) translateY(0px);
    opacity: 1;
  }
}
@keyframes scaleDown {
  0% {
    transform: scale(1) translateY(0px);
    opacity: 1;
  }
  100% {
    transform: scale(0.8) translateY(1000px);
    opacity: 0;
  }
}
@keyframes scaleBack {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.85);
  }
}
@keyframes scaleForward {
  0% {
    transform: scale(0.85);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes quickScaleDown {
  0% {
    transform: scale(1);
  }
  99.9% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes slideUpLarge {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-100%);
  }
}
@keyframes slideDownLarge {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes moveUp {
  0% {
    transform: translateY(150px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes moveDown {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(150px);
  }
}
@keyframes blowUpContent {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  99.9% {
    transform: scale(2);
    opacity: 0;
  }
  100% {
    transform: scale(0);
  }
}
@keyframes blowUpContentTwo {
  0% {
    transform: scale(2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes blowUpModal {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes blowUpModalTwo {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0);
    opacity: 0;
  }
}
@keyframes roadRunnerIn {
  0% {
    transform: translateX(-1500px) skewX(30deg) scaleX(1.3);
  }
  70% {
    transform: translateX(30px) skewX(0deg) scaleX(0.9);
  }
  100% {
    transform: translateX(0px) skewX(0deg) scaleX(1);
  }
}
@keyframes roadRunnerOut {
  0% {
    transform: translateX(0px) skewX(0deg) scaleX(1);
  }
  30% {
    transform: translateX(-30px) skewX(-5deg) scaleX(0.9);
  }
  100% {
    transform: translateX(1500px) skewX(30deg) scaleX(1.3);
  }
}
@keyframes sketchIn {
  0% {
    stroke-dashoffset: 778;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes sketchOut {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 778;
  }
}
@keyframes modalFadeIn {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: white;
  }
}
@keyframes modalFadeOut {
  0% {
    background-color: white;
  }
  100% {
    background-color: transparent;
  }
}
@keyframes modalContentFadeIn {
  0% {
    opacity: 0;
    top: -20px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes modalContentFadeOut {
  0% {
    opacity: 1;
    top: 0px;
  }
  100% {
    opacity: 0;
    top: -20px;
  }
}
@keyframes bondJamesBond {
  0% {
    transform: translateX(1000px);
  }
  80% {
    transform: translateX(0px);
    border-radius: 75px;
    height: 75px;
    width: 75px;
  }
  90% {
    border-radius: 3px;
    height: 182px;
    width: 247px;
  }
  100% {
    border-radius: 3px;
    height: 162px;
    width: 227px;
  }
}
@keyframes killShot {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
  }
  100% {
    transform: translateY(300px) rotate(45deg);
    opacity: 0;
  }
}
@keyframes fadeToRed {
  0% {
    box-shadow: inset 0 0 0 rgba(201, 24, 24, 0.8);
  }
  100% {
    box-shadow: inset 0 2000px 0 rgba(201, 24, 24, 0.8);
  }
}
@keyframes slowFade {
  0% {
    opacity: 1;
  }
  99.9% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}

.alum{
    margin-top: -70px;
}

.alum h1{
    color: #fff;
    font-size: 85px;
}

.alum p{
    color: #fff;
    font-size: 38px;
    margin-top: -35px;
}

.featured{
    margin-top: 60px;
    margin-bottom: 0px;
    background: #f2f2f2;
    padding: 35px 0 0px;
}

.featured-bottom{
    background: #3e4351;
    margin-top: 0px;
    padding: 60px 0px;
}

.featured-bottom p{
    font-size: 16px;
    color: #fff;
    padding: 0 35px;
}

.featured-bottom h2{
    font-size: 25px;
    color: #fff;
    margin-bottom: 10px;
}

.featured-bottom2{
    background: #353945;
    margin-top: -35px;
    padding: 25px 20px;
}

.featured-bottom2 p{
    font-size: 16px;
    color: #fff;
}

.featured-bottom2 h2{
    font-size: 30px;
    color: #fff;
}

.featured-bottom .vc_btn3.vc_btn3-size-lg {
    font-size: 18px;
    padding: 10px 25px;
    margin-top: -30px;
}

.featured-bottom2 .vc_column_container {
    padding-left: 25px;
    padding-right: 25px;
}

.featured-bottom2 .vc_btn3.vc_btn3-size-lg {
    font-size: 18px;
    padding: 10px 25px;
    margin-top: -30px;
}

.featured-bottom .vc_column_container {
    padding-left: 25px;
    padding-right: 25px;
}

.featured-bottom-bottom{
    padding: 5px 10px;
}
