.content-wrap {
	width: 96%;
	max-width: 1280px;
	margin: 0px auto;
	position: relative;
}
a.link {
	color: #5995f7;
	margin: 6px 0;
}
a.link::after {
	background: #5995f7;
}
.local-header.sticky .local-nav li:hover,
.local-header.sticky .local-nav li.active {
	color: #5995f7;
}
h4 i {
    margin-right: 12px;
    color: #5995f7;
    font-size: 1.5rem !important;
    vertical-align: middle;
    line-height: inherit !important;
}


/*********  TEMP DEV STYLEs  **********/
section:not(.hero)	{
	padding: 100px 0;
}
/*section.archive {
	padding: 150px 0 30px;
}*/
#particles {
	overflow: hidden;
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
/*section.archive{
	padding: 150px 0;
}*/
/*********  TEMP DEV STYLEs  **********/
.section-title {
	margin-bottom: 0px;
}

.archive-local-nav li:hover,
.archive-local-nav li.active {
	color: #5995f7;
}



/*
======================================================= 
Home Hero
======================================================= 
*/
.hero {
	height: 670px;
	margin-top: -70px;
	position: relative;
}
.hero.home {
    height: 550px;
 
    background: #5995f7;
    background: -moz-linear-gradient(45deg, #5995f7 0%, #5AC3F4 100%);
    background: -webkit-linear-gradient(45deg, #5995f7 0%,#5AC3F4 100%);
    background: linear-gradient(45deg, #5995f7 0%,#5AC3F4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5995f7', endColorstr='#5AC3F4',GradientType=1 );


}
.home.hero h1 {
	text-align: center;
	color: #ffffff;
}
/*
======================================================= 
Home News Feed
======================================================= 
*/
.news {
	background: #303039;
	padding: 25px 0;
}
.news p {
	color: #c0c0c9;
	/*text-align: center;*/
	/*display: none;*/
}
.news p i {
	margin-right: 14px;
}
.news p a {
	margin-left: 10px;
}
.news-text {
	font-size: 1.4rem;
	margin-top: 17px;
}

/*
=======================================================
News Widget
=======================================================
*/
/*Delete After Sept 28th Channel Partners*/
.newswidget-img {
	vertical-align:middle;
	width: 40px;
	height: auto;
	margin-right: 10px;
	margin-bottom: 8px;
}
.newswidget-img .beta {
	margin-bottom: 0px;
}
/*Delete After Sept 28th Channel Partners*/
.news-feed__wrap {
	position: fixed;
	z-index: 12;
	right: 2rem;
	bottom: 2rem; 
}
.news-feed__container {
	display: inline-block;
	/*display: none;*/

	position: relative;
	background: #ffffff;
	padding: 1.5rem 1.5rem 1rem 1.2rem;
	box-shadow: 0px 0px 30px 0px rgba(32, 32, 40, 0.3);
	vertical-align: bottom;
	border-radius: 2px;
	margin-right: 1.5rem;
	transition: all .4s ease-in;
}
.news-feed__container::after {
	content: '';
	position: absolute;
	width: 0; 
	height: 0; 
	bottom: 20px;
	right: -9px;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #ffffff;
}
.news-feed__container-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 2rem;
    height: 2rem;
    color: #c0c0c9;
    cursor: pointer;
    text-align: center;
}
.news-feed__column {
	display: inline-block;
	vertical-align: top;
	width: 17rem;
}
.news-feed_line {
	border-bottom: 1px solid #e0e0e9;
    padding: 5px 0;
    margin-bottom: 7px;
}
.news-feed__excerpt {
    font-size: 14px;
}
.news-feed__subscribe-toggle {
	display: inline-block;
	vertical-align: bottom;
	position: relative;
	cursor: pointer;
	background: #ffffff;
	box-shadow: 0px 0px 30px 0px rgba(32, 32, 40, 0.3);
	width: 3.5rem;
	height: 3.5rem;
	border-radius: 50%;
	color: #5995f7;
	font-size: 2rem;
}
.news-feed__subscribe-toggle * {
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(-1, 1);
}
.subscribe-toggle__icon--close {
	display: none;
}
.news-feed__overlay {
    background: rgba(32,32,41,.5);
    display: none;
    position: fixed;
    z-index: 11;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
/*********** news-feed__container expanded **********/
.news-feed__container.is-expanded .news-feed__container-toggle {
	display: none;
}
/*********** news-feed__container hidden but still expandable **********/
.news-feed__container.is-hidden {
	display: none;
}
/*********** news-feed__subscribe-toggle icon toggling when clicked **********/
.news-feed__subscribe-toggle.is-expanded .subscribe-toggle__icon--news  {
	display: none;
}
.news-feed__subscribe-toggle.is-expanded .subscribe-toggle__icon--close  {
	display: block;
}
/*********** news-feed__subscribe-toggle pulsing when news-feed__excerpt is closed **********/
@-webkit-keyframes attention-pulse {
	20%, 100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	10% {
		-webkit-transform: scale3d(1.15, 1.15, 1.15);
		transform: scale3d(1.15, 1.15, 1.15);
	}
}
@keyframes attention-pulse {
	20%, 100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	10% {
		-webkit-transform: scale3d(1.15, 1.15, 1.15);
		transform: scale3d(1.15, 1.15, 1.15);
	}
}
.news-feed__subscribe-toggle.attention-pulse {
	-webkit-animation: attention-pulse 5s infinite ease-in-out;
	animation: attention-pulse 5s infinite ease-in-out;
}

/*DELETE*/

.gradient-link {
	/*color: #CC2504;*/
	background: linear-gradient(to right, #ff512f , #dd2476);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
	display: inline-block;
	position: relative;
	margin: 0px 0;
}
.gradient-link::after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 0%;
	height: 1px;
	background: linear-gradient(to right, #ff512f , #dd2476);

	-moz-transition: 	all .25s ease-out;
	-o-transition: 		all .25s ease-out;
	-ms-transition: 	all .25s ease-out;
	-webkit-transition: all .25s ease-out;
	transition: 		all .25s ease-out;
}
.gradient-link:hover::after {
	width: 100%;
}

.white-link {
	color: #ffffff;
 /* 	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;*/
	display: inline-block;
	position: relative;
	margin: 0px 0;
}
.white-link::after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 0%;
	height: 1px;
	background: #ffffff

	-moz-transition: 	all .25s ease-out;
	-o-transition: 		all .25s ease-out;
	-ms-transition: 	all .25s ease-out;
	-webkit-transition: all .25s ease-out;
	transition: 		all .25s ease-out;
}
.white-link:hover::after {
	width: 100%;
}

.kazoocon-news-widget-text {
	text-align: center;
	/*position: block;
	margin: 0px auto;*/
}
/*
======================================================= 
About Intro
======================================================= 
*/
.box {
    padding: 25px;
    border: 1px solid #c0c0c9;
    border-radius: 3px;
}
.box h3 {
	margin-bottom: 12px;
}
.box .btn {
	margin: 10px auto;
	width: 100%;
}
/*.btn-blue {
    width: 100%;
   	margin: 10px auto;
}*/
.about img {
	margin-bottom: 20px;
}


/*
======================================================= 
Projects
======================================================= 
*/

.title--line {
	width: 35px;
    height: 2px;
    background: #22a5ff;
    margin-top: 12px;
    margin-bottom: 30px;
}
.split--line {
    height: 1px;
    background: #e0e0e9;
    margin-top: 80px;
    margin-bottom: 80px;
}
/*.split--line.omega{
	margin-bottom: 60px;
}*/
.projects h3 {
	margin-top: 0;
}
.projects h3.invis-pusher {
	visibility: hidden;
	color: transparent;
}
.projects h5{
	color: #606069;
}
.projects h5 + a.link {
	margin: 0;
}
/*
======================================================= 
More Info 
======================================================= 
*/
.form-btn {
    width: 100%;
    min-width: 8.75rem;
    padding: .5em 1.5625rem;
    display: inline-block;
    border: none;
    font-family: 'Lato', sans-serif;
    line-height: 1.625rem;
    font-size: 1rem;
    cursor: pointer;
    background: #5995f7;
    color: #ffffff;
    text-align: center;
    border-radius: 2px;
    transition: background .2s ease-in;
    -webkit-transition: background .2s ease-in;
}
.form-btn:hover {
	background: #8AB5F9;
}
section.connect{
	padding-top: 0px;
}

.bg-left {
	height: 400px;
	background-color: #202029;
	padding: 25px;
	float: left;
	display: inline;
}
.bg-right {
	height: 400px;
	background-color: #303039;
	float: right;
	display: inline;
}
/*.footer--line {
	width: 35px;
	height: 1px;
	background: #e0e0e9;
    margin: 20px; 
}*/
/*
======================================================= 
Archives
======================================================= 
*/
.archive a {
	margin: 25px;
}
/*
======================================================= 
Footer
======================================================= 
*/
/*footer {
	background: #202029;
	position: relative;
	overflow: hidden;
}
footer .left {
	background: #202029;
	padding: 40px 0;
}
footer .right {
	background: #303039;
	position: relative;
	padding: 40px 0;
}
footer .right::after {
	position: absolute;
	content: "";
	width: 1000%;
	height: 100%;
	top: 0;
	right: -1000%;
	bottom: 0;
	background: #303039;
}*/
footer .address .email-blue {
	color: #5995f7;
}
/*
--------------------------
MAILCHIMP OVERRIDES
--------------------------
*/
#mce-responses {
	width: 137%;
	font-size: 14px;
	line-height: 18px;
}
#mce-responses #mce-error-response {
	color: red;
}
#mce-responses #mce-success-response {
	color: #19d374;
}

/*footer p {
	font-size: .8125rem
}
footer .tagline {
    color: #e0e0e9;
    width: 275px;
    margin-top: 12px;
    line-height: 1.25rem;
}

footer .address {
	margin-top: 58px;
    color: #909099;
}
footer .address .email {
	color: #5995f7;
}
footer h5 {
	color: #c0c0c9;
	margin-bottom: .5rem !important;
}
footer li a {
	color: #909099;
	font-size: .8125rem;
	transition: color .2s ease-in;
    -webkit-transition: color .2s ease-in;
}
footer li a:hover {
	color: #c0c0c9;
	font-size: .8125rem
}
footer .input-wrap {
	width: 95%;
}
footer .input-wrap input {
	color: #fff;
    border-bottom-color: #909099;
}
footer .input-wrap input:-webkit-autofill {
	-webkit-box-shadow:	0 0 0px 1000px #303039 inset;
	-webkit-text-fill-color: #ffffff;
}
footer input.btn {
    border: none;
    margin: 0 !important;
    margin-top: 41px !important;
    cursor: pointer;
    font-size: 1rem;
    padding: .75em 1.5625em;
}
footer .legal {
	position: absolute;
    bottom: 8px;
}
footer .legal p {
	color: #606069;
	font-size: .8125rem;
}
footer .legal p a {
	color: inherit;
	transition: color .2s ease-in;
    -webkit-transition: color .2s ease-in;
}
footer .legal p a:hover {
	color: #909099;
}
footer .social-media {
    position: absolute;
    bottom: 12px;
    line-height: 18px;
}
footer .social-media li {
	margin-right: 12px;
	position: relative;
	width: 18px;
    height: 18px;
}
footer .social-media li a {
	position: absolute;
	display: block;
	height: 100%;
	width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
footer .social-media .facebook {
	background: url(../img/sm-facebook-opt.svg);
	background-repeat: no-repeat;
	background-position: center center;
}
footer .social-media .twitter {
	background: url(../img/sm-twitter-opt.svg);
	background-repeat: no-repeat;
	background-position: center center;
}
footer .social-media .youtube {
	background: url(../img/sm-youtube-opt.svg);
	background-repeat: no-repeat;
	background-position: center center;
}
footer .social-media .linkedin {
	background: url(../img/sm-linkedin-opt.svg);
	background-repeat: no-repeat;
	background-position: center center;
}
footer .social-media .alpha {
	margin-left: -4px;
}
*/

/*
--------------------------------------
sm-col breakpoint
4 Column Grid
--------------------------------------
*/

@media screen and (max-width: 48rem) {
/*@media screen and (max-width: 768px) {*/
.global-header {
	display: none;
}
.open-source {
	width: 75%;
	height: 75%;
}
.local-nav {
	float: right;
}
/*.local-nav {
	display: block;
	text-align: center;
	float: none;
}*/
.home h1 {
	font-size: 40px;
}
.section-title {
	text-align: center;
	font-size: 40px;
}
p {
	text-align: center;
}
h2 {
	text-align: center;
}
h3 {
	text-align: center;
}
/*h4 {
	text-align: center;
}*/
h5 {
	text-align: center;
}
.title--line {
	width: 35px;
    height: 2px;
    background: #22a5ff;
    margin: 12px auto 30px;  
}
.link-cen {
	text-align: center;
	display: block;
}
.projects h3.invis-pusher {
	display: none;
}
.projects img {
	display: block;
    margin: 0 auto 50px;
}
.about img {
	margin: 0 auto 50px;
    display: block;
}
.box {
	margin-top: 75px;
}
.archive-links {
	margin-top: 30px; 
}
.archive a {
	margin: 25px;
}
footer .right::before {
	position: absolute;
	content: "";
	width: 1000%;
	height: 100%;
	top: 0;
	left: -1000%;
	bottom: 0;
	background: #303039;
	/*z-index: -1;*/
}

/*.archive-links {
	margin-top: 
}*/
/*.archive-links a {
	text-align: center;
	display: block;
}*/
/*.archive-links img {
	display: block;
	margin: 0 auto 30px;
}*/
/*.split--line {
    height: 1px;
    background: #e0e0e9;
    margin: 60px 1em;
}*/
/* end sm-col breakpoint */
}

/*--------------------------------------
md-col breakpoint
8 Column Grid
--------------------------------------*/

@media screen and (min-width: 48.0625rem) and (max-width: 68.6875rem) {
/*@media screen and (min-width: 769px) and (max-width: 1100px) {*/
p {
	text-align: center;
	margin: 
}
footer p {
	text-align: left;
}
.section-title h1 {
	text-align: center;
}
h2 {
	text-align: center;
}
h3 {
	text-align: center;
}
/*h4 {
	text-align: center;
}*/
h5 {
	text-align: center;
}
footer h5 {
	text-align: left;
}
.title--line {
	width: 35px;
    height: 2px;
    background: #22a5ff;
    margin: 12px auto 50px;  
}
.link-cen {
	text-align: center;
	display: block;
}
.box {
	margin-top: 75px;
}
.botton-center {
	margin: 0px auto;
}
.projects h3.invis-pusher {
	display: none;
}
.projects img {
	display: block;
    margin: 0 auto 30px;
}
.about img {
	display: block;
	margin: 0 auto;
	margin-bottom: 50px;
}
.archive-links {
	margin-top: 30px; 
}
.archive a {
	margin: 25px;
}
footer .right::before {
	position: absolute;
	content: "";
	width: 1000%;
	height: 100%;
	top: 0;
	left: -1000%;
	bottom: 0;
	background: #303039;
	/*z-index: -1;*/
}

/*.archive-links img {
	margin: 0 auto 30px;
	display: block;
}*/
/*.machine {
	/*width: 700px;*/
/*	margin: 0 auto 30px;
	display: block;

}*/




/* end md-col breakpoint */
}

/*
--------------------------------------
lg-col breakpoint
12 Column Grid
--------------------------------------
*/

@media screen and (min-width: 68.75rem) {
/*@media screen and (min-width: 1101px) {*/
.projects img {
	margin-top: 8px;
}
footer .left {
	height: 400px;
}
footer .right {
	height: 400px;
	position: relative;
}

/* end lg-col breakpoint */
}


