@charset "UTF-8";
/* CSS Document */

*:focus {outline: 0;}


@import url('https://fonts.googleapis.com/css?family=Open+Sans');

/* ----------------------- Global Acorn Styles ---------------------- */ 
h1, h2, h3, h4, h5,h6 {
    font-weight: 200;
    font-family: "Raleway";
	margin: 5px 0 !important;
}
h3 {
	font-size: 1.6rem;	
}
h4 {
	font-weight: 400;
	color: #000;	
}
p {
    font-size: 18px;
    font-weight: 300;
    font-family: "Roboto";
    line-height: 1.3;
}
ol, ul {
    font-size: 18px;
    font-weight: 300;
    font-family: "Roboto";
    line-height: 1.7;
	color: #666;
	list-style-type: circle;
}
.site-footer ol, .site-footer ul {
    line-height: 1.3;
    list-style-type: none;
    padding: 0;
	margin: 0px;
}
.site-footer li {
    font-size: 12px;
    font-family: "Roboto";
    color: #f7f7f7;
    line-height: 1.4em;
}
a {
	text-decoration: none;	
}
a:hover {
	text-decoration:none;	
}

.full.width {
    width: 115%;
    margin-left: -10% !important; 
}

.centered {
	width: 98%;
	margin: 0 25%;
}
.clearfix {
	clear: both;
}
.row {
    width: 95% !important;
	display: inline-flex;
    margin: 20px auto;
}
.column.full {
    width: 100%;
    display: block;
    margin-left: 0 !important;
}
.column.xlarge {
	width: 98%;
}
.column.large {
	width: 80%;
	display: block;
}
.column.half {
	width: 48%;
	/*margin: 0 1.5%;*/
}
.column.third {
	width: 32%;
	margin: 0 1.5%;	
}
.column.small {
	width: 15%;
}
.centered {
	margin: 0px auto !important; 
	text-align: center;
}
.round {
	border-radius: 10px; 
	-webkit-border-radius: 10px;
}
.circle {
    border: 1px solid #fff;
    border-radius: 50% !important;
    width: 50px;
    height: 50px;
    margin: 0px auto;
    color: #fff;
    text-align: center;
    vertical-align: middle !important;
    padding-top: 6px;
}
.circle.blue {
    color: #2d82bd !important;
    border: 1px solid;
}
.circle.blue a{
	color: #2d82bd;
}
.left {
	float: left;
}
.pull-left {
	text-align: center;
	margin: 0px auto;
}
.no-pad {
	padding: 0px !important;
}
.pad-small {
	padding: 20px;
}
.border a{
	border: 1px solid !important ;		
}
.gray {
	color: #777;	
}
.bg-grey {
	background: #f7f7f7;	
}

.white, h1 .white, h2 .white, h3 .white, h4 .white {
	color: #f7f7f7;	
	background: #fff !important;
}
.white p, .white h1, .white h2, .white h3, .white h4 {
	color: #f7f7f7 !important;	
}
.white p a, .white a, .white ol, .white ul  {
    color: #f7f7f7;
}
.white a:hover {
	color:#f7f7f7;
	border: 0px;	
}
.white.trans h1, .white.trans h2, .white.trans h3, .white.trans h4 {
	color: inherit !important;	
}
.white.bg, .white.bg p, .white.big a {
	color: #666 !important;	
}
.baby-b p, .baby-b h1, .baby-b h2, .baby-b h3, .baby-b h4 {
    color: #e2f4fd;
}

.baby-b p, .baby-b h1, .baby-b h2, .baby-b h3, .baby-b h4 {
	color: #e2f4fd;
}
.black {
	color: #434343;	
}
.grey {
	color: #666;	
	border-color: grey;
}
.red {
	color: #660000;	
}
.orange {
	color: #C60;	
}

.navbar .orange {
	background-color: transparent !important;
	background: none !important;
	border: none !important;	
}
.navbar .orange a{
	color: #6ac7bb!important;
	font-weight: 600 !important;
	
}
.teal {
	color: #6ac7bb!important
}
.navbar .teal {
	background-color: transparent !important;
	background: none !important;
	border: none !important;	
}
.navbar .teal a{
	color: #6ac7bb!important;
	font-weight: 600 !important;
	
}

.slate, .slate h1, .slate h2, .slate h3 {
	color: slategray !important;	
}
.chocolate {
	color: #000;	
}
.black a{
	color: #ff0000;
}
.black a:hover {
	color: #990000;	
}
.hidden {
	display: none !important;	
}
.hidetitle h2.widgettitle {
    display: none;
}

.trans, .trans p { 
	color: inherit !important;
	opacity: .85 !important;
}
.text {
	background: transparent !important;	
}
.under {
	z-index: -100;	
}
.over {
	z-index: 100;	
}
.pad  {
 	padding: 0 5%;
}
.neg-margin50 {
	margin-top: -100px;	
}
.neg-margin {
	margin-top: -80px;	
}
.neg-margin100 {
	margin-top: -100px;	
}
.neg-margin150 {
	margin-top: -150px;	
}
.neg-margin200 {
	margin-top: -200px;	
}
.column2 {
	-webkit-column-count: 2;
	-moz-column-count: 2;
         column-count: 2;	
}
.column3 {
	-webkit-column-count: 3;
	-moz-column-count: 3;
         column-count: 3;	
}
.column4 {
	-webkit-column-count: 4;
	-moz-column-count: 4;
         column-count: 4;	
}
.rounded {
    border-radius: 10px;
}
.site-logo a:hover {
    border-bottom: 0px dotted #434343 !important;
}	
.overlay {
    background-color: SlateGray;
    position:relative;
    width: 100%;
    height: 100%;
    opacity: 0.20;
    -moz-opacity: 20%;
    -webkit-opacity: 20%;
    
}
.fixed {
	position: fixed;
	z-index: 300;
}
.blur {
	 -webkit-filter: blur(4px);	
}
a.btn {
	padding: 10px 20px; 
	font-size: 18px;
	font-weight: 300;
	border: 1px solid; 
}
a.btn:hover {
	border: 1px solid !important;
	background: #434343;
	color: #fff;	
}
.border {
	border-color: #ccc;
	border-width: 1px;
	padding: 10px 20px;	
}
.dotted {
	border-style: dotted;
}
.no-label label {
	display: none !important;	
}

/* Table Color List */ 

table.aco-colors {
	width: 80%;
	margin: 0px auto;
}
td.color {
    width: 30%;
}

/* Boxes and Special Elements */ 

.call{
    width: 225px;
    border-radius: 0px 0px 9px 9px;
    right: 70px;
    position: fixed;
    padding: 0px 10px;
    
}
.call p {
    font-size: 15px !important;
    font-family: "Quicksand";
    font-weight: 500 !important;
    text-transform: uppercase;
    text-align: center;
}
.box.light {
	background: #f7f7f7;
    color: #999 !important;
}

.margin80 {
   
    margin-top: 80px;
}
.margin20 {
   
    margin-top: 20px;
}
/* Vector Clipping */ 
.clip-bottom .ts-background{
	-webkit-clip-path: polygon(100% 86%, 100% 100%, 0% 100%);
	-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 87%, 0% 100%);
}
.clip-top .ts-background{
	-webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 18%);
    clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 18%);
}
.clip-top.inverted .ts-background {
	-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 27%);
	clip-path: polygon(0% 0%, 100% 0%, 100% 27%);
}
.clip-polygon .ts-background {
	-webkit-clip-path: polygon(0% 0%, 100% 14%, 100% 100%, 0% 86%);
	clip-path: polygon(0% 0%, 100% 14%, 100% 100%, 0% 86%);
}
.clip-polygon-alt .ts-background {
    -webkit-clip-path: polygon(0 14%, 100% 0, 100% 86%, 0 100%);
    clip-path: polygon(0 14%, 100% 0, 100% 86%, 0 100%);
}
.clip-uparrow .ts-background{
	-webkit-clip-path: polygon(50% 0%, 100% 20%, 100% 100%, 0 100%, 0 20%);
	clip-path: polygon(50% 0%, 100% 20%, 100% 100%, 0 100%, 0 20%);
}
.clip-downarrow .ts-background{
	-webkit-clip-path: polygon(0% 89%, 50% 100%, 100% 89%, 100% 0%, 0% 0%);
	clip-path: polygon(0% 89%, 50% 100%, 100% 89%, 100% 0%, 0% 0%);
}
.clip-downarrow.vc_row-has-fill {
	-webkit-clip-path: polygon(0% 79%, 50% 100%, 100% 79%, 100% 0%, 0% 0%);
	clip-path: polygon(0% 79%, 50% 100%, 100% 79%, 100% 0%, 0% 0%);
}
.clip-fullarrow .ts-background {
    -webkit-clip-path: polygon(50% 0%, 0% 11%, 0% 89%, 50% 100%, 100% 89%, 100% 11%);
    clip-path: polygon(50% 0%, 0% 11%, 0% 89%, 50% 100%, 100% 89%, 100% 11%);
}
.clip-arrow-top-btm {}

.clip-arrow-top-btm {}

.clip-fullarrowup .ts-background, .clip-fullarrowup.vc_row-has-fill {
	-webkit-clip-path: polygon(50% 11%, 100% 23%, 100% 100%, 50% 88%, 0 100%, 0 24%);
	clip-path: polygon(50% 11%, 100% 23%, 100% 100%, 50% 88%, 0 100%, 0 24%);
}
