/* global box-sizing */
*,
*:after,
*:before {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

html {
	font-size:62.5%;
}
body {
	background: #2B2B2B;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.4em;
	color:#fff;
    min-width: 768px;
}
p {
    margin: 0;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#FF0832;
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	/*border:1px solid #04A4CC;*/
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	width:100%;
	padding: 20px;
	position:relative;
    clear: both;
    max-width: 1600px;
}

/* single post */
.single-post {
	
}
.post {
    position: relative;
}

/* sidebar */
.sidebar {
	
}
/* footer */
.footer {
	clear: both;
	padding: 20px 0 0 0;
}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
h1 {
    font-size: 50px;
	font-weight: 400;
	line-height: 1em;
	color: #FF0832;
	padding: 0 0 20px 0;
	margin: 0;
}

h1.article-heading {
    text-align: center;
    padding: 20px 0 40px 0;
    font-weight: bold;
}

h2 {
	/* font-weight: normal; */
	font-size: 20px;
	color: #FF0832;
	margin: 0 0 20px 0;
}
h2.subhead{
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;	
}
h2.no-width-change {
	padding-right: 0 !important;	
}

h3 {
	font-size: 30px;
	color: #FF0832;
	margin: 0;
    padding: 0 0 40px 0;
    font-weight: normal;
    clear: both;
    text-align: center;
}
h4 {
    font-size: 20px;
	color: #FF0832;
	margin: 0;
}
h5 {
    font-size: 15px;
    color: #FF0832;
}
.small-text {
	font-size: 15px;
	line-height: 16px !important;
	display: inline-block;
}

.copyright {
    font-size: 15px;
}
.center-text {
    text-align: center !important;
}
.left-align-text {
    text-align: left;
}



/*------------------------------------*\
	COLOR PALETTE
\*------------------------------------*/
.red {
	color: #FF0832;
}
.white {
    color: #fff;
}


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:808px) {

    .wrapper {
	   width:100%;
	   padding: 40px;
	   position:relative;
        clear: both;
        max-width: 1600px;
    }
    
    .index-post {
	   float: left;
	   width: 50%;
	   padding: 40px 1.5% 40px 0;
    }
    
}

@media only screen and (min-width:1024px) {
}
    
    
@media only screen and (min-width:1140px) {
    
    .index-post {
	   float: left;
	   width: 33%;
    }
    .index-feature-text {
	   width: 50%;
    }
    
 }

@media only screen and (min-width:1280px) {
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

   
/* Page-specific styles */


/* Columns */

.ol-number {
    background: #FF0832;
    color: #fff;
    display: inline-block;
    padding: 0 8px;
}

.column-rule li {
    display: table-column;
    border: 1px solid #4d4d4d;
    border-top: none;
    border-bottom: none;
    border-collapse: collapse;
    margin: 0 0 0 -1px;
}
.column-rule li:first-child {
    border-left: none;
}
.column-rule li:last-child {
    border-right: none;
}


/* Separate columns */
.one-col-separate, .two-col-separate, .three-col-separate, .four-col-separate {
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
    padding: 0 0 40px 0;
}

.one-col-separate li, .two-col-separate li, .three-col-separate li, .four-col-separate li {
    float: left;
    padding: 0 10px;
}

.four-col-separate li {
    width: 25%;
}
.three-col-separate li {
    width: 33%;
}
.two-col-separate li {
    width: 50%;
}


/* Css columns with text flow */


.two-col-flow {
  -webkit-columns: 2 300px;
     -moz-columns: 2 300px;
          columns: 2 300px;
}

.three-col-flow {
  -webkit-columns: 3 200px;
     -moz-columns: 3 200px;
          columns: 3 200px;
}

.four-col-flow {
  -webkit-columns: 4 100px;
     -moz-columns: 4 100px;
          columns: 4 100px;
}

.one-col-flow, .one-col-flow li, .two-col-flow, .two-col-flow li, .three-col-flow, .three-col-flow li, .four-col-flow, .four-col-flow li {
    padding: 0 0 20px 0;
    margin: 0;
    list-style: none;
    
-webkit-column-break-inside: avoid;
          page-break-inside: avoid;
               break-inside: avoid;
    
    clear: both;
}

.one-col-flow, .two-col-flow, .three-col-flow, .four-col-flow { /* container element */
    padding: 0 0 40px 0;
    margin: 0;
    list-style: none;
    
-webkit-column-break-inside: avoid;
          page-break-inside: avoid;
               break-inside: avoid;
}

.one-col-flow li, .two-col-flow li, .three-col-flow li, .four-col-flow li { /* list item */
    padding: 0 0 20px 0;
    margin: 0;
    list-style: none;
    
-webkit-column-break-inside: avoid;
          page-break-inside: avoid;
               break-inside: avoid;
}

.one-col-flow li p, .two-col-flow li p, .three-col-flow li p, .four-col-flow li p { /* list item paragraph */

    margin: 0;
    
}

.fixed {
    position: fixed;
}

/* B4W */

.scene {
    background: url(assets/hex-logo.gif) 50% 50% no-repeat;
    height: 0;
    padding-bottom: 70%; /* 16:9 56.25% */
    position: relative;
    margin: 0 0 20px 0;    
}


#scene_1_container, #scene_2_container, #scene_3_container, #scene_4_container, #scene_5_container, #scene_6_container, #scene_7_container, #scene_8_container, #scene_9_container, #scene_10_container, #scene_11_container, #scene_12_container, #scene_13_container, #scene_14_container, #scene_15_container, #scene_16_container, #scene_17_container, #scene_18_container, #scene_19_container, #scene_20_container {
    position:absolute;
    left:0;
    right: 0;
    top: 0;
    bottom: 0;
}

.scnload {
    font-size: 50px;
    text-align:  center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.purchase-tag {
    font-size: 12px;
    position: absolute;
    top: 0;
    right: 0;
}
.purchase-tag a {
    text-decoration: underline;
   
}

.references {
    font-size: 12px;
    line-height: 15px;
    word-wrap: break-word;
} 

.references ul {
    
}