body{
	font:300 18px/1.2 'Clear Sans';
	color:#5b5a5d;
}
main{

}
.h1,.h2,.h3,.h4,.h5,.h6,
h1,h2,h3,h4,h5,h6 {
	padding:1em 0;
	line-height:1;
	font-weight:600;
}
h1{
	font-family:'inglobal';
	font-size:60px;
	font-weight:400;
	padding:48px 0 10px;
}
.subheading{
	position:relative;
	padding-top:10px;
	padding-bottom:42px;
	font-style:italic;
	font-size:15px;	
	color:#a09ca7;
}
h2{
	font-family:'inglobal';
	font-size:48px;
	font-weight:400;
	padding:1em 0 10px 0;
}
.h2-subheading{
	position:relative;
	padding-top:10px;
	padding-bottom:0px;
	font-family:'inglobal';
	font-size:24px;	
	color:#a09ca7;
}
h3{
	font-size:24px;
	letter-spacing:-0.025em;
	font-weight:bold;
}
a {
	text-decoration:none;
	color:#1384b3;
}
figure{

}
figure img{
	max-width:100%;
}
p{
	padding-bottom:1.5em;
}
em{
	font-style:italic;
	font-weight:400;
	letter-spacing:-0.025em;
}
hr{
	border:0;
	box-shadow:none;
	background:none;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1384b3+0,1384b3+50,1384b3+100&0+0,1+50,0+100 */
	background: -moz-linear-gradient(left,  rgba(19,132,179,0) 0%, rgba(19,132,179,1) 50%, rgba(19,132,179,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(19,132,179,0) 0%,rgba(19,132,179,1) 50%,rgba(19,132,179,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(19,132,179,0) 0%,rgba(19,132,179,1) 50%,rgba(19,132,179,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001384b3', endColorstr='#001384b3',GradientType=1 ); /* IE6-9 */
	display:block;
	height:1px;
	width:80%;
	margin:1rem auto;
}
hr.hr-grey{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+50,000000+100&0+0,0.35+50,0+100 */
	background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.35) 50%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.35) 50%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.35) 50%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}
.button {
	height:52px;
	line-height:48px;
	padding:0 1.5em;
	border-radius:5px;
	border: 2px solid rgba(255,255,255,0.25);
	background:url('../img/bg/stripes-grey.png'), #e18c13;
	background:url('../img/bg/stripes-grey.png'),  rgb(225,140,19); /* Old browsers */
	background:url('../img/bg/stripes-grey.png'),  -moz-linear-gradient(top,  rgba(225,140,19,1) 0%, rgba(225,140,19,1) 50%, rgba(228,150,39,1) 100%); /* FF3.6-15 */
	background:url('../img/bg/stripes-grey.png'),  -webkit-linear-gradient(top,  rgba(225,140,19,1) 0%,rgba(225,140,19,1) 50%,rgba(228,150,39,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background:url('../img/bg/stripes-grey.png'),  linear-gradient(to bottom,  rgba(225,140,19,1) 0%,rgba(225,140,19,1) 50%,rgba(228,150,39,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e18c13', endColorstr='#e49627',GradientType=0 ); /* IE6-9 */
	font-family:'inglobal';
	font-weight:600;
	font-size:15px;
	letter-spacing:0.075em;
	text-transform:uppercase;
	text-shadow:1px 1px 0 rgba(174,111,21,0.5);
	box-shadow:0 4px 0 0 #ae6f15;
	transform:translateY(0);
	transition:none;
}
.button:hover{
	background:url('../img/bg/stripes-grey.png'), #986cc7;
	border: 2px solid rgba(255,255,255,0.25);
	box-shadow:0 3px 0 0 #7449a1;
	text-shadow:1px 1px 0 rgba(117,73,161,0.5);
	transform:translateY(1px);
	transition:none;
}
.button:active,
.button:focus{
	background:url('../img/bg/stripes-grey.png'), #986cc7;
	border: 2px solid rgba(255,255,255,0.25);
	box-shadow:0 2px 0 0 #7449a1;
	text-shadow:1px 1px 0 rgba(117,73,161,0.5);
	transform:translateY(2px);
	transition:none;
}
.lines{
	position:relative;
	height:2px;
	margin-bottom:8px;
	width:380px;
	max-width:90%;
	background:rgb(152,108,199);
	background: -moz-linear-gradient(left,  rgba(152,108,199,1) 0%, rgba(152,108,199,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(152,108,199,1) 0%,rgba(152,108,199,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(152,108,199,1) 0%,rgba(152,108,199,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#986cc7', endColorstr='#00986cc7',GradientType=1 ); /* IE6-9 */
}
.lines:before{
	content:'';
	display:block;
	position:absolute;
	width:80%;
	height:2px;
	bottom:-4px;
	background:rgb(100,188,243);
	background: -moz-linear-gradient(left,  rgba(100,188,243,1) 0%, rgba(100,188,243,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(100,188,243,1) 0%,rgba(100,188,243,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(100,188,243,1) 0%,rgba(100,188,243,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64bcf3', endColorstr='#0064bcf3',GradientType=1 ); /* IE6-9 */
}
.lines:after{
	content:'';
	display:block;
	position:absolute;
	width:60%;
	height:2px;
	bottom:-8px;
	background:rgb(238,177,91);
	background: -moz-linear-gradient(left,  rgba(238,177,91,1) 0%, rgba(238,177,91,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(238,177,91,1) 0%,rgba(238,177,91,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(238,177,91,1) 0%,rgba(238,177,91,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeb15b', endColorstr='#00eeb15b',GradientType=1 ); /* IE6-9 */
}
.lines__reverse{
	float:right;
	clear:both;
	background: -moz-linear-gradient(left,  rgba(152,108,199,0) 0%, rgba(152,108,199,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(152,108,199,0) 0%,rgba(152,108,199,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(152,108,199,0) 0%,rgba(152,108,199,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00986cc7', endColorstr='#986cc7',GradientType=1 ); /* IE6-9 */
}
.lines__reverse:before{
	right:0;
	clear:both;
	background: -moz-linear-gradient(left,  rgba(100,188,243,0) 0%, rgba(100,188,243,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(100,188,243,0) 0%,rgba(100,188,243,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(100,188,243,0) 0%,rgba(100,188,243,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0064bcf3', endColorstr='#64bcf3',GradientType=1 ); /* IE6-9 */
}
.lines__reverse:after{
	right:0;
	clear:both;
	background: -moz-linear-gradient(left,  rgba(238,177,91,0) 0%, rgba(238,177,91,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(238,177,91,0) 0%,rgba(238,177,91,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(238,177,91,0) 0%,rgba(238,177,91,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00eeb15b', endColorstr='#eeb15b',GradientType=1 ); /* IE6-9 */
}
.lines__white{
	width:280px;
	margin:0 auto;
	background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 1%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 1%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 1%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}
.lines__white:before{
	background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 1%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 1%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 1%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}
.lines__white:after{
	background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 1%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 1%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 1%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}
.site-content ul{
	padding-bottom:1rem;
	padding-left:2rem;
}
.site-content ul li{
	position:relative;
	padding-left:1em;
}
.site-content ul li:before{
	content:'';
	position:absolute;
	left:0;
	top:50%;
	margin-top:-0.25em;
	width:0.5em;
	height:0.5em;
	border-radius:50%;
	background:#fff;
	border:2px solid #1384b3;
}
.site-content ul li a{
	color:#1384b3;
	text-decoration:none;
}
.site-content ul li a:hover{
	text-decoration:underline;
}
.site-content p em{
	color:#484848;
	padding:1em 0;
}
.site-content p a{
	color:#986cc7;
	text-decoration:underline;
}
.site-content p a:hover{
	text-decoration:none;
}
dl{}
dt{margin:.5em 0;}
dd{margin-bottom:0;}
dd:before{
	content:'- ';
}
.bg-1{background:#fcffec;}
.bg-1{background:rgba(152,108,199,0.85);}
.bg-2{background:#ebf3f8;}
.bg-2{background:#929ed5;}
.site-preloader{}
.site-preloader:before,
.loading:before{
	content:'';
	width:240px;
	height:240px;
	background:url('../img/preloader.png') no-repeat center center;
	background-size:50%;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-120px;
	margin-left:-120px;
	animation: rotateClockwise 2s infinite linear;
}
@keyframes rotateClockwise {
  0% {
   transform:rotate(0deg);
  }
  100% {
    transform:rotate(360deg);
  }
}

.scroll-to-top{
	position:fixed;
	z-index:12;
	bottom:2pc;
	right:2pc;
	width:66px;
	height:66px;
	display:block;
	border:1px solid #fff;
	background:#9d70c5;
	border-radius:50%;
	transition:all ease 250ms;
}
.scroll-to-top:before{
	content:'';
	width:16px;
	height:16px;
	display:block;
	margin:28px 24px 0;
	border-left:1px solid #fff;
	border-top:1px solid #fff;
	border-radius:0 0 2px;
	transform:rotate(45deg);
	transition:all ease 250ms;
}
.scroll-to-top:hover{
	border:1px solid #9d70c5;
	background:#fff;
	transition:all ease 250ms;
}
.scroll-to-top:hover:before{
	border-left:1px solid #9d70c5;
	border-top:1px solid #9d70c5;
	transition:all ease 250ms;
}