/*
==============================================================    

    manifest.less

    Less Template: Listing of component LESS files to be compiled to app.css

	This file should contain only import statements
	
============================================================== 
*/
/* FOUNDATIONAL RULES AND DEFINITIONS
===================================================== */
/*
==============================================================    

	reset.less

============================================================== 
*/
* {
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
}
html {
  color: #000;
  background: #FFF;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}
em {
  font-style: italic;
  font-weight: normal;
}
strong {
  font-style: normal;
  font-weight: bold;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
input,
textarea,
select {
  *font-size: 100%;
}
legend {
  color: #000;
}
section,
header,
footer {
  display: block;
}
button {
  font-size: inherit;
  font-family: inherit;
}
/*
==============================================================    

	media.less

	Definitions for different screen sizes

============================================================== 
*/
/*
==============================================================    

	element-tags.less

	Less Template: HTML Element level rules

============================================================== 
*/
html {
  height: 100%;
  min-height: 100%;
  font-family: Lato, Helvetica, Arial, Sans-serif;
  font-size: 16px;
  background-color: #FFFFFF;
}
body {
  height: 100%;
  min-height: 100%;
  -webkit-transition: background-color 1s ease-in-out;
  -moz-transition: background-color 1s ease-in-out;
  -o-transition: background-color 1s ease-in-out;
  -ms-transition: background-color 1s ease-in-out;
  transition: background-color 1s ease-in-out;
  line-height: 1.3;
}
a {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}
a:link,
a:visited {
  color: inherit;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  color: #FF3242;
  text-decoration: none;
}
a img {
  border: 0;
}
textarea {
  overflow: auto;
}
button {
  padding: 5px 10px;
  border-radius: 19px;
  border: 0px solid transparent;
  background-color: #FFFFFF;
  cursor: pointer;
}
button:hover {
  background-color: #ffffff;
}
sup {
  top: -1em;
  font-size: 0.45em;
  vertical-align: baseline;
}
/*
==============================================================    

	utilities.less

	Contains useful global definitions and utilities

============================================================== 
*/
.hide {
  display: none;
}
/* THEMATIC RULES SHARED BY BLOCKS AND PAGES
===================================================== */
/*
==============================================================    

    colors.less
	
============================================================== 
*/
/* BACKGROUND COLORS
===================================================== */
/* TEXT COLORS
===================================================== */
/*
==============================================================    

    gradients.less

	Definitions for gradient backgrounds
	
============================================================== 
*/
._gradient-light-olive-vertical {
  /* Permalink - use to edit this gradient: http://colorzilla.com/gradient-editor/#4b5f68+0,bfced1+65,bfced1+100 */
  background: #4b5f68;
  /* Old browsers */
  background: -moz-linear-gradient(top, #4b5f68 0%, #B0BFC1 75%, #B0BFC1 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4b5f68), color-stop(75%, #B0BFC1), color-stop(100%, #bfced1));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #4b5f68 0%, #B0BFC1 75%, #B0BFC1 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #4b5f68 0%, #B0BFC1 75%, #B0BFC1 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #4b5f68 0%, #B0BFC1 75%, #B0BFC1 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #4b5f68 0%, #B0BFC1 75%, #B0BFC1 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b5f68', endColorstr='#B0BFC1', GradientType=0);
  /* IE6-9 */
}
/* UI COMPONENT RULES
===================================================== */
/*
==============================================================    

	buttons.less

============================================================== 
*/
/* BLOCK LEVEL RULES
===================================================== */
/*
==============================================================    

	page.less

============================================================== 
*/
.page {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 1200px;
  margin: 0 auto;
  font-size: 1rem;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (device-aspect-ratio: 2/3) {
  .page {
    width: 320px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (device-aspect-ratio: 40/71) {
  .page {
    width: 320px;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
  .page {
    width: 375px;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) {
  .page {
    width: 414px;
  }
}
@media screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  .page {
    width: 768px;
  }
}
/*
==============================================================    

	page.less

============================================================== 
*/
.header {
  padding: 36px 40px;
}
.header .branding {
  float: left;
  font-family: 'Garamond', 'Adobe Garamond', 'Georgia', 'Times', 'Serif';
  font-size: 34px;
  text-transform: uppercase;
}
.header .services {
  float: right;
  padding-top: 9px;
}
.header .services .service {
  display: inline-block;
  margin: 0 8px;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -10000px;
}
.header .services .service.linked-in {
  width: 24px;
  height: 27px;
  background-image: url('../img/linked-in.png');
}
.header .services .service.twitter {
  width: 26px;
  height: 27px;
  background-image: url('../img/twitter.png');
}
.header .services .service.spotify {
  width: 25px;
  height: 27px;
  background-image: url('../img/spotify.png');
}
.header .services .service .service-link {
  display: block;
  width: 100%;
  height: 100%;
}
/*
==============================================================    

	main.less

============================================================== 
*/
.main {
  clear: both;
}
/* PAGE LEVEL RULES
===================================================== */
/*
==============================================================    

	home.less

============================================================== 
*/
.main.content.home {
  width: 80%;
  margin: 0 auto;
}
.main.content.home .enterprises {
  position: relative;
  margin-top: 90px;
}
.main.content.home .enterprises .enterprise {
  position: absolute;
  width: 615px;
  height: 106px;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -10000px;
}
.main.content.home .enterprises .enterprise.obsidian {
  right: 0;
  width: 520px;
  height: 250px;
  background-image: url('../img/obsidian-networks.png');
  background-size: contain;
  background-position: right center;
}
.main.content.home .enterprises .enterprise.nexus {
  top: 136px;
  left: 0;
  background-image: url('../img/nexus.png');
  background-position: left center;
}
.main.content.home .enterprises .enterprise.td {
  top: 324px;
  left: 50%;
  margin-left: -307px;
  background-image: url('../img/td.png');
}
.main.content.home .enterprises .enterprise .enterprise-link {
  display: block;
  width: 100%;
  height: 100%;
}
