﻿/* @import url('../icons/css/fontello.css'); */

/**********************************
    Typography
***********************************/

        
/**********************************
    Grid
***********************************/
.container {
    margin: 0 auto;
    padding: 0 50px;
}
@media (min-width: 40rem) {
    .column {
        float: left;
        padding: 0 1.3rem;
        box-sizing: border-box;
    }
    .column.full { width: 100%; }
    .column.two-thirds { width: 66.7%; }
    .column.two-fourth { width: 50%; }
    .column.two-fifth { width: 40%; }
    .column.two-sixth { width: 83%; }
	.column.three-fourth { width: 75%; }
	.column.three-fifth { width: 60%; }
	.column.four-fifth { width: 80%; }
	.column.five-sixth { width: 83%; }
    .column.half { width: 50%; }
    .column.third { width: 33.3%; }
    .column.fourth { width: 25%; }
    .column.fifth { width: 20%; }
    .column.sixth { width: 16.6%; }
    .column.tenth { width: 10%; }
    .column.flow-opposite { float: right; } 
}
.clearfix:before, .clearfix:after {content: " ";display: table;}
.clearfix:after {clear: both;}
.clearfix { }


/**********************************
    Helpers
***********************************/

.center {text-align:center}
.right {text-align:right}
.left {text-align:left}
      
        
/**********************************
    Elements
***********************************/
hr {border:none;border-top: rgba(0, 0, 0, 0.18) 1px solid;margin-top: 2em;margin-bottom: 2em;}

img {max-width:100%;}
img.circle {border-radius:500px;margin-top:0;}
img.bordered {border: #ccc 1px solid;}
figure {margin:0}

.embed-responsive {position: relative;display:block;height:0;padding:0;overflow:hidden;} 
.embed-responsive.embed-responsive-16by9 {padding-bottom: 56.25%;}
.embed-responsive.embed-responsive-4by3 {padding-bottom: 75%;}
.embed-responsive iframe {position: absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0;}

.column img, 
.column figure, 
.column .embed-responsive {
    margin-top: 1em;margin-bottom: 1em;
}
.nivoSlider img { margin: 0 !important; }

.list {position:relative;margin:1.5em 0;}
.list > i {position:absolute;left:-3px;top:-3px;font-size:2em;}
.list > h2, .list > h3 {margin: 0 0 0 50px}
.list > p {margin: 0 0 0 50px}

.quote {position:relative;margin:1.5em 0;}
.quote > i { position: absolute; }
.quote > small {margin-left:50px;opacity: 0.7;font-size: 1em;}
.quote > p {margin-left:50px;font-size: 1.5em;}

.btn {
    padding: 10px 30px;
    font-size: 1.3em;
    line-height: 2em;
    border-radius: 6px;

    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;    
}

.btn.btn-primary {color: #ffffff;background-color: #08c9b9;}
.btn.btn-primary:hover {color: #ffffff;background-color: #07b0a2;border-color: #07b0a2;}
.btn.btn-default {color: #333333;background-color: #d3d3d3;}
.btn.btn-default:hover {color: #111;background-color: #ccc;border-color: #ccc;}

.blog-newer, .blog-older { line-height: 1; padding: 5px 15px; font-size: .8rem; }
.blog-older:before { content: "\00AB \00A0"; }
.blog-newer:after { content: "\00A0 \00BB"; }

.social a > i {text-decoration:none;color:#333;font-size:1.5em;margin:0 5px 0 0;-webkit-transition: all 0.1s ease-in-out;transition: all 0.1s ease-in-out;}
.social a:hover > i {color:#08c9b9;}


/**********************************
    Header Image with Caption
***********************************/
figure.hdr {
	position: relative;
	width: 100%;
	overflow:hidden;
    background-color: #000;   
}
figure.hdr img {
	position: relative;
	display: block;
	width: 100%;
	opacity: 0.8;
	transition: opacity 0.35s, transform 0.35s;	
	transform: scale(1.2);
}
figure.hdr:hover img {
	opacity: 0.5;
	transform: scale(1);
}
figure.hdr figcaption {
   	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60%; 
	padding: 0 2.5em;
	color: #fff;
	font-size: 1.55em;
	text-align: center;
	box-sizing: border-box;
	z-index:1;
}
/* Text */
figure.hdr h2 {
	font-weight: 300;
	text-transform: uppercase;
}
figure.hdr h2 span {
	font-weight: 800;
}
figure.hdr p {
	letter-spacing: 1px;
	font-size: 68.5%;
	text-transform: uppercase;
}
figure.hdr h2, figure.hdr p {
	margin: 0;
	z-index:10000;
}
/* Cosmetic */
figure.hdr div {
	height: 100%; 
	z-index:0;
}
figure.hdr div::before,
figure.hdr div::after {
	position: absolute;
	content: '';
}
/* One */
figure.one div::before {
	top: 50px;
	right: 30px;
	bottom: 50px;
	left: 30px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
figure.one div::after {
	top: 30px;
	right: 50px;
	bottom: 30px;
	left: 50px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}
/* Two */
figure.two div::before {
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
figure.two div::after {
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}
/* Three */
figure.three figcaption {
	height: 70%; 
}
figure.three p {
	margin: 1em 0 0;
	padding: 2em;
	border: 1px solid #fff;	
} 
/* Four */
figure.four figcaption {
	height: 60%; 
	text-align: left;
}
figure.four p {
	position: absolute;
	right: 50px;
	bottom: 50px;
	left: 50px;
	padding: 2em;
	border: 7px solid #fff;
}
/* Five */
figure.five figcaption {
	height: 100%; 
	text-align: right;
}
figure.five h2 {
    position: absolute;
    left: 50px;
	right: 50px;
	top: 10%;
	border-bottom: 5px solid #fff;
}
figure.five p {
	position: absolute;
	right: 50px;
	bottom: 10%;
}
/* Six */
figure.six figcaption {
	height: 70%;
}
figure.six h2 {
    padding-bottom: 3%;
	border-bottom: 1px solid #fff;
}
figure.six p {
	padding-top: 6%;
}
/* Seven */
figure.seven figcaption {
	height: 90%;
	text-align:left;
}
figure.seven h2 {
	border-bottom: 3px solid #fff;
}
figure.seven p {
    padding-top: 1em;
}
/* Eight */
figure.eight figcaption {
	height: 100%; 
	text-align: right;
}
figure.eight h2 {
	position: absolute;
	left: 50%;
	right: 50px;
	bottom: 10%;
}
figure.eight p {
    position: absolute;
    left: 50px;
	right: 50%;
	top: 10%;
	padding-right:0.5em;
	border-right: 1px solid #fff;
}

/*********************************
	Quote block / Check Mark Icon
**********************************/
.icon-quote:before { content: ' '; background: url(/common/images/bcgrd-icon-quote.png) no-repeat; width:  30px; height: 25px; display: inline-block; }
.icon-ok:before { content: ' '; background: url(/common/images/bcgrd-icon-ok.png) no-repeat; width:  30px; height: 25px; display: inline-block; }
.icon-down-open-big:before { content: '\e802'; }
.icon-down-open-2:before { content: '\e804'; }




/**********************************
    Blog Styles
***********************************/

.blogposts { padding: 0 !important; margin: 0 !important; min-width: 200px !important; }
.blogpost { margin-bottom: 50px; }
.title { }
.date { font-size: 11px; color: #666; font-weight: normal; }
.info { 
	font-size: 11px;
    margin: 10px 0px 20px 0px;
    padding: 6px 0px;
    border-top: 1px dotted #CCCCCC;
    border-bottom: 1px dotted #CCCCCC;
}

a.blog-newer, a.blog-older { line-height: 1; padding: 5px 15px; font-size: .8rem; color: #000 !important; }
a.blog-older:before { content: "\00AB \00A0"; color: #000; }
a.blog-newer:after { content: "\00A0 \00BB"; color: #000; }

.leavecomment { padding-top: 25px; font-size: 1.2em; font-weight: bold;  }
.blogCommentForm .row { margin-bottom: 10px; }
.blogCommentForm .column { padding-left: 0; }
.blogCommentForm textarea { width: 100%; height: 100px; max-width: 100% !important; }


/*********************************
   Styles for Accordion Snippet
*********************************/

.accordion-item { margin-bottom: 5px; padding: 0 1.3rem; }
aside .accordion-item { padding: 0; }
.accordion-heading { font-size: 1.25em; line-height: 45px; border: 1px solid #CCC; padding: 0 20px; }
.accordion-content { padding: 20px; } /* display: none; set in head extension */
.accordion-heading:before, .accordion-open:before { font-family: monospace; width: 1rem; margin-right: .3rem; }
.accordion-heading:before { content: "+"; }
.accordion-open:before { content: "-"; }

