@font-face{
	font-family: 'ProximaNova-Thin';
	src: url('../fonts/ProximaNova-Thin-webfont.eot');
	src: url('../fonts/ProximaNova-Thin-webfont.eot?iefix') format('eot'),
	     url('../fonts/ProximaNova-Thin-webfont.woff') format('woff'),
	     url('../fonts/ProximaNova-Thin-webfont.ttf') format('truetype'),
	     url('../fonts/ProximaNova-Thin-webfont.svg#webfont') format('svg');
}

@font-face{
	font-family: 'ProximaNova-Light';
	src: url('../fonts/ProximaNova-Light-webfont.eot');
	src: url('../fonts/ProximaNova-Light-webfont.eot?iefix') format('eot'),
	     url('../fonts/ProximaNova-Light-webfont.woff') format('woff'),
	     url('../fonts/ProximaNova-Light-webfont.ttf') format('truetype'),
	     url('../fonts/ProximaNova-Light-webfont.svg#webfont') format('svg');
}

@font-face{
	font-family: 'ProximaNova-Reg';
	src: url('../fonts/ProximaNova-Reg-webfont.eot');
	src: url('../fonts/ProximaNova-Reg-webfont.eot?iefix') format('eot'),
	     url('../fonts/ProximaNova-Reg-webfont.woff') format('woff'),
	     url('../fonts/ProximaNova-Reg-webfont.ttf') format('truetype'),
	     url('../fonts/ProximaNova-Reg-webfont.svg#webfont') format('svg');
}

@font-face{
	font-family: 'ProximaNova-Bold';
	src: url('../fonts/ProximaNova-Bold-webfont.eot');
	src: url('../fonts/ProximaNova-Bold-webfont.eot?iefix') format('eot'),
	     url('../fonts/ProximaNova-Bold-webfont.woff') format('woff'),
	     url('../fonts/ProximaNova-Bold-webfont.ttf') format('truetype'),
	     url('../fonts/ProximaNova-Bold-webfont.svg#webfont') format('svg');
}



/* ==========================================================================
   Resets
   ========================================================================== */
html {
    color: #FFF;
    font-size: 1em;
    line-height: 1.4;
}

body {
	margin: 0;
	padding: 0;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}


/* ==========================================================================
   Custom styles
   ========================================================================== */

img {
	max-width: 100%;
}

section {
}

.container {
	margin: 0px auto;
}

/* ==========================================================================
   Mobile
   ========================================================================== */
h1 {
	font-family: 'ProximaNova-Bold', sans-serif;
	font-size: 36px;
	letter-spacing: .85px;
	text-transform: uppercase;
	margin: 0;
}

h2 {
	font-family: 'ProximaNova-Bold', sans-serif;
	font-size: 24px;
	letter-spacing: .85px;
	text-transform: uppercase;
	margin: 0 0 25px;
	line-height: 22px;
}

h3 {
	font-family: 'ProximaNova-Reg', sans-serif;
	font-size: 16px;
	letter-spacing: .85px;
	text-transform: uppercase;
	margin: 0 0 25px;
	line-height: 20px;
}

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

p {
	margin: 0;
	font-family: 'ProximaNova-Reg', sans-serif;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: .35px;
	font-weight: 400;
	font-style: normal;
	text-align: center;
	vertical-align: baseline;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Buttons */
.btn {
	width: 200px;
	margin: 0 auto;
	padding: 20px;
	display: block;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-family: 'ProximaNova-Reg';
	color: #F6F6F6;
	letter-spacing: 1.2px;
	overflow: hidden;
	font-size: 14px;
	border-radius: 4px;
}

.btn__outline {
	border: 1px solid #F6F6F6;
	color: #F6F6F6;
}

.btn__outline:hover {
	color: #606A6E;
	background-color: #F6F6F6;
}

/* End Buttons */




section {
	padding: 100px 15px;
}

.container {
	margin: 0 auto;
}

.column-container {
	-webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
	-webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.column-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
	padding-bottom: 50px;
}

.column-item:last-child {
	padding-bottom: 0px;
}

.column-item h2 {
	text-align: center;
}

.column-item-text {

}

.column-item-text p:nth-of-type(2) {
	padding-top: 50px;
}

.column-item-text:nth-of-type(3) {
	padding-top: 50px;
	padding-bottom: 50px;
}

.column-item-image {

}

.split-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.split-container:nth-of-type(n+1) {
	padding-bottom: 75px;
}

.split-container:last-child {
	padding-bottom: 0;
}

.split {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.split:first-of-type {
	padding-bottom: 75px;
}

.split:nth-child(2) {
}

.split h2 {
	text-align: center;
}

.split-text p:first-of-type{
	padding-bottom: 25px;
}

.split-text-content {
	/*margin-bottom: 50px;*/
	text-align: center;
}

.split-image {
	display: flex;
	align-items: center;
	justify-content: center;
}

.layout-pad {
	padding-bottom: 50px;
}



.section-callout {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 90vh;
}

.callout-content {
	width: 100vw;
	-webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
	-webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
	text-align: center;
}

.callout-image {
		margin-bottom: 15px;
}

.hgroup-main {
	font-size: 24px;
	padding-bottom: 3px;
	margin: 0;
}

.hgroup-sub{
	font-size: 16px;
	padding-bottom: 5px;
	margin: 0;
}

.callout-content p {
	margin-bottom: 45px;
}



/* Experience Area */
.exp-container {
	padding: 50px 0px;
}
.exp {
	width: 100%;
}
.container-exp {
	padding: 100px 0;
}

.exp-logo {

}

.sps-logo {
	width: 100px;
	margin: 0 auto 15px;
}

.nerdery-logo {
	margin: 0 auto 25px;
	width: 75px;
}

.exp-details {
	display: block;
	margin-bottom: 50px;
}

.exp-heading {
	font-size: 20px;
	font-family: 'ProximaNova-Bold';
	letter-spacing: 1px;
	margin: 0px 0px 5px;
	text-align: center;
}

.exp-sub-heading {
	font-size: 16px;
	font-family: 'ProximaNova-Thin';
	letter-spacing: 1px;
	margin: 0px 0px 15px;
	text-align: center;
}

.exp-summary {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 75px;
	letter-spacing: 1px;
	text-align: center;
}

.exp-button {
	margin-bottom: 0px;
}


/* Footer Designs */
.footer-back {
	padding: 125px 0px;
	background-color: #1F94E1;
}



.mast {
	display: flex;
	width: 100vw;
	height: 700px;
	margin: 0;
	padding: 0;
}
.mast-container {
	margin-top: 100px;
	margin-left: 25px;
	width: 90%;
}

.mast-container h1 {
	font-family: 'ProximaNova-Bold';
	font-size: 42px;
	color: #1F282C;
	letter-spacing: 0.73px;
}

.mast-container h2 {
	font-family: 'ProximaNova-Reg';
	font-size: 16px;
	color: #A5A9AB;
	letter-spacing: 0.22px;
}

.mast-barkpark {
  background-image: url('/assets/images/barkpark/bg-mast-barkpark-mobile2.png');
  background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
  background-color: #F6F9FE;
	padding: 0px;
}

.mast-supply-chain-app {
  background-image: url('/assets/images/supply-chain-apps/bg-mast-spa-mobile.png');
  background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
  background-color: #F6F9FE;
	padding: 0px;
}





/* ==========================================================================
  Tablet
  ========================================================================== */
@media only screen and (min-width: 401px) and (max-width: 960px) {

	h1 {
		font-size: 36px;
		letter-spacing: .85px;
		margin: 0;
	}

	h2 {
		font-size: 28px;
		letter-spacing: .35px;
		margin: 0 0 25px;
		line-height: 28px;
	}

	.mast {
		width: 100vw;
		height: 100vh;
	}

	p {
		margin: 0;
		font-size: 14px;
		line-height: 24px;
		letter-spacing: .45px;
	}

	.container {
		/*width: 480px;*/
		padding: 50px;
	}

	.column-container {
		-webkit-box-orient: vertical;
	  -webkit-flex-direction: column;
	  -ms-flex-direction: column;
	  flex-direction: column;
		-webkit-box-align: center;
	  -webkit-align-items: center;
	  -ms-flex-align: center;
	  align-items: center;
	  display: -webkit-box;
	  display: -webkit-flex;
	  display: -ms-flexbox;
	  display: flex;
		padding: 60px 50px;
	}

	.column-item {
	  display: -webkit-box;
	  display: -webkit-flex;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
	  -webkit-flex-direction: column;
	  -ms-flex-direction: column;
	  flex-direction: column;
		width: 100%;
	}


	.split-container {
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
	  -webkit-flex-direction: column;
	  -ms-flex-direction: column;
	  flex-direction: column;
	  display: -webkit-box;
	  display: -webkit-flex;
	  display: -ms-flexbox;
	  display: flex;
	}

	.split-item {
	  -webkit-box-pack: center;
	  -webkit-justify-content: center;
	  -ms-flex-pack: center;
	  justify-content: center;

	  display: -webkit-box;
	  display: -webkit-flex;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
	  -webkit-flex-direction: column;
	  -ms-flex-direction: column;
	  flex-direction: column;
	  -webkit-box-align: center;
	  -webkit-align-items: center;
	  -ms-flex-align: center;
	  align-items: center;
	  padding: 60px 75px;
	}

	.split-item:first-child {
			margin-bottom: 50px;
	}

	.split-right {
	  -webkit-box-ordinal-group: 0;
	  -webkit-order: -1;
	  -ms-flex-order: -1;
	  order: 2;
	}

	.split-left {
	}

	.side-figure {
		flex: 1;
		margin-right: 50px;
	}

	.side-content {
		flex: 1;
		width: 40vw;
	}



	.section-callout {
		height: 50vh;
	}

	.callout-content {
	}

	.callout-image {
			margin-bottom: 25px;
	}

	.hgroup-main {
		font-size: 44px;
		padding-bottom: 6px;
		margin: 0;
	}

	.hgroup-sub{
		font-size: 22px;
		margin: 0;
	}


	/* Experience Area */
	.exp-container {
		padding: 75px 0px;
	}

	.exp {
		width: 100%;
	}

	.exp-logo {

	}

	.sps-logo {
		width: 125px;
		margin: 0 auto 15px;
	}

	.nerdery-logo {
		margin: 0 auto 25px;
		width: 100px;
	}

	.exp-details {
		display: block;
		margin: 0 auto 50px;
		width: 480px;
	}

	.exp-heading {
		font-size: 20px;
		font-family: 'ProximaNova-Bold';
		letter-spacing: 1px;
		margin: 0px 0px 5px;
		text-align: center;
	}

	.exp-sub-heading {
		font-size: 16px;
		font-family: 'ProximaNova-Thin';
		letter-spacing: 1px;
		margin: 0px 0px 15px;
		text-align: center;
	}

	.exp-summary {
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 75px;
		letter-spacing: 1px;
		text-align: center;
	}

	.exp-button {
		margin-bottom: 0px;
	}

	.mast-container {
		margin-top: 175px;
		margin-left: 50px;
		width: 85%;
	}

	.mast-container h1 {
		font-family: 'ProximaNova-Bold';
		font-size: 64px;
		color: #1F282C;
		letter-spacing: 1.11px;
	}

	.mast-container h2 {
		font-family: 'ProximaNova-Reg';
		font-size: 24px;
		color: #A5A9AB;
		letter-spacing: 0.33px;
	}
	.mast-barkpark {
		background-image: url('/assets/images/barkpark/bg-mast-barkpark-desktop.png');
		background-size: cover;
		background-repeat: no-repeat;
		background-position: unset;
		background-color: #F6F9FE;
		padding: 0px;
	}
	
	.mast-supply-chain-app {
		background-image: url('/assets/images/supply-chain-apps/bg-mast-spa-desktop.png');
		background-size: contain;
		background-repeat: no-repeat;
		background-position: left top;
		background-color: #F6F9FE;
		padding: 0px;
	}


}
/* ==========================================================================
  Desktop
  ========================================================================== */
@media only screen and (min-width: 961px) {

	h1 {
		font-size: 48px;
		letter-spacing: .85px;
		margin: 0;
	}

	h2 {
		font-size: 32px;
		letter-spacing: .55px;
		line-height: 28px;
		margin: 0 0 25px;
	}

	p {
		margin: 0;
		font-size: 18px;
		line-height: 24px;
		letter-spacing: .35px;
		text-align: left;
	}

	.mast {
		width: 100vw;
		height: 100vh;
	}

	section {
		padding: 125px 0px 125px 0px;
	}

	.container {
		margin: 0 auto;
		padding: 0;
	}

	.container:nth-child(2) {
		padding-top: 100px;
	}




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

	.column-item {
		padding: 0px 0px 100px 0px;

	}

	.column-item:last-of-type {
		padding-bottom: 0px;
	}


	.column-item-text {
		width: 800px;
		margin: 0 auto;
		text-align: center;
	}

	.column-item-image {

	}

	.layout-pad {
		padding-bottom: 75px;
	}



	.split-container {
	  -webkit-box-orient: horizontal;
	  -webkit-box-direction: normal;
	  -webkit-flex-direction: row;
	  -ms-flex-direction: row;
	  flex-direction: row;
		width: 960px;
		margin: 0px auto;
		padding-bottom: 75px
	}

	.split-container:last-child {
		padding-bottom: 0;
	}

	.split:first-of-type {
			margin-right: 50px;
			padding-bottom: 0px;
	}

	.split h2 {
			text-align: left;
		}

	.split-bg-full {
		background-size: cover;
		background-repeat: no-repeat;
	}

	.split-text {
		flex: 0 0 50%;
		display: flex;
  	align-items: center;
  	justify-content: center;
	}

	.split-image {
		flex: 0 0 40%;
	}

	.split-text-content {
		text-align: left;
		margin-bottom: 0px;
	}



/* Breakout Section Area */
	.section-callout {
		height: 80vh;
	}

	.callout-content {
	}

	.callout-image {
			margin-bottom: 35px;
	}

	.callout-image-end {
		padding-top: 125px;
	}

	.callout-content p {
		margin-top: 20px;
	}

	.hgroup-main {
		font-size: 54px;
		padding-bottom: 12px;
		letter-spacing: 2px;
		margin: 0;
		line-height: 48px;
	}

	.hgroup-sub{
		font-size: 26px;
		margin: 0;
		font-family: 'ProximaNova-Light', sans-serif;
	}



	/* Experience Area */
	.exp-container {
		padding: 100px 0px;
	}
	.exp {
		width: 420px;
		overflow: hidden;
		float: left;
	}

	.exp:first-of-type {
		margin-right: 100px;
	}

	.exp-logo {
		display: block;
		width: 150px;
		margin: 0 auto;
	}

	.sps-logo {
		width: 150px;
		margin: 0 auto 15px;
	}

	.nerdery-logo {
		margin: 0 auto 42px;
		width: 100px;
	}

	.exp-details {
		display: block;
		margin: 0 auto 50px;
		width: 420px;
		float: left;
	}

	.exp-heading {
		font-size: 20px;
		font-family: 'ProximaNova-Bold';
		letter-spacing: 1px;
		margin: 0px 0px 5px;
	}

	.exp-sub-heading {
		font-size: 16px;
		font-family: 'ProximaNova-Thin';
		letter-spacing: 1px;
		margin: 0px 0px 15px;
	}

	.exp-summary {
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 75px;
		letter-spacing: 1px;
	}

	.exp-button {
		margin-bottom: 0px;
		clear: both;
	}

	.go:hover {
		background-color: #FFFFFF;
		color: #3D3D3D;
	}



	.mast-container {
		margin-top: 200px;
		margin-left: 150px;
		width: 500px;
	}

	.mast-container h1 {
		font-family: 'ProximaNova-Bold';
		font-size: 64px;
		color: #1F282C;
		letter-spacing: 1.11px;
	}

	.mast-container h2 {
		font-family: 'ProximaNova-Reg';
		font-size: 24px;
		color: #A5A9AB;
		letter-spacing: 0.33px;
	}
	.mast-barkpark {
	  background-image: url('/assets/images/barkpark/bg-mast-barkpark-desktop.png');
	  background-size: cover;
		background-repeat: no-repeat;
		background-position: unset;
	  background-color: #F6F9FE;
		padding: 0px;
	}
	
	.mast-supply-chain-app {
		background-image: url('/assets/images/supply-chain-apps/bg-mast-spa-desktop.png');
		background-size: cover;
		background-repeat: no-repeat;
		background-position: unset;
		background-color: #F6F9FE;
		padding: 0px;
	}

}


/* ==========================================================================
   Background Resources
   ========================================================================== */
.light {
	background-color: #F6F6F6;
	color: #606A6E;
}

.grey {
	background-color: #F2F2F2;
	color:#606A6E;
}

.dark {
	background: #1F282C;
	color: #F6F6F6;
}

.bg-purple {
	background: #7b5a9e;
  color: #fff;
}

.mast-home {
  background-image: url('/assets/images/frameoflime/mast_large.jpg');
  background-size: cover;
  background-color: #2C2D31;
}


.bg-soldering {
	background-image: url('/assets/images/bathroom/bg-soldering-blue.png');
	background-size: cover;
}

.bg-dog-sunset {
	background-image: url('/assets/images/barkpark/bg-dog-sunset.png');
	background-size: cover;
}

.bg-parks-forest {
	background-image: url('/assets/images/barkpark/bg-parks-forest.png');
	background-size: cover;
}


.bg-supply-chain-analytics {
	background-image: url('/assets/images/supply-chain-apps/bg-analytics.png');
	background-size: cover;
}

.bg-supply-chain-library {
	background-image: url('/assets/images/supply-chain-apps/bg-pl.png');
	background-size: cover;
}

.bg-parallel {
	background-image: url('/assets/images/parallel/parallel-logo-repeater.png');
	background-repeat: repeat;
}


.bg-sleeptracker {
	background-image: url('/assets/images/sleeptracker/sleep-icon-repeated.png');
	background-repeat: repeat;
}