@charset "UTF-8";

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/subset-SourceSansPro-Regular.eot');
    src: url('../fonts/subset-SourceSansPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-SourceSansPro-Regular.woff2') format('woff2'),
        url('../fonts/subset-SourceSansPro-Regular.woff') format('woff'),
        url('../fonts/subset-SourceSansPro-Regular.ttf') format('truetype'),
        url('../fonts/subset-SourceSansPro-Regular.svg#SourceSansPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/subset-SourceSansPro-Light.eot');
    src: url('../fonts/subset-SourceSansPro-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-SourceSansPro-Light.woff2') format('woff2'),
        url('../fonts/subset-SourceSansPro-Light.woff') format('woff'),
        url('../fonts/subset-SourceSansPro-Light.ttf') format('truetype'),
        url('../fonts/subset-SourceSansPro-Light.svg#SourceSansPro-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/subset-SourceSansPro-Bold.eot');
    src: url('../fonts/subset-SourceSansPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-SourceSansPro-Bold.woff2') format('woff2'),
        url('../fonts/subset-SourceSansPro-Bold.woff') format('woff'),
        url('../fonts/subset-SourceSansPro-Bold.ttf') format('truetype'),
        url('../fonts/subset-SourceSansPro-Bold.svg#SourceSansPro-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/subset-SourceSansPro-Semibold.eot');
    src: url('../fonts/subset-SourceSansPro-Semibold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-SourceSansPro-Semibold.woff2') format('woff2'),
        url('../fonts/subset-SourceSansPro-Semibold.woff') format('woff'),
        url('../fonts/subset-SourceSansPro-Semibold.ttf') format('truetype'),
        url('../fonts/subset-SourceSansPro-Semibold.svg#SourceSansPro-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('../fonts/subset-CenturyGothic.eot');
    src: url('../fonts/subset-CenturyGothic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-CenturyGothic.woff2') format('woff2'),
        url('../fonts/subset-CenturyGothic.woff') format('woff'),
        url('../fonts/subset-CenturyGothic.ttf') format('truetype'),
        url('../fonts/subset-CenturyGothic.svg#CenturyGothic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('../fonts/subset-CenturyGothic-Bold.eot');
    src: url('../fonts/subset-CenturyGothic-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-CenturyGothic-Bold.woff2') format('woff2'),
        url('../fonts/subset-CenturyGothic-Bold.woff') format('woff'),
        url('../fonts/subset-CenturyGothic-Bold.ttf') format('truetype'),
        url('../fonts/subset-CenturyGothic-Bold.svg#CenturyGothic-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Rudiment';
    src: url('../fonts/subset-Rudiment.eot');
    src: url('../fonts/subset-Rudiment.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-Rudiment.woff2') format('woff2'),
        url('../fonts/subset-Rudiment.woff') format('woff'),
        url('../fonts/subset-Rudiment.ttf') format('truetype'),
        url('../fonts/subset-Rudiment.svg#Rudiment') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    -webkit-text-size-adjust: none;
}

body, div {
  margin: 0;
  padding: 0;
}

body {
	font-family: 'Source Sans Pro', Arial, sans-serif;
	font-size: 16px;
	font-weight: 300;
	text-align: center;
	color: #32434b;
	line-height: 1.471;
}

/* Section */

.section {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}


/* Intro */

#intro {
	text-align: center;
}

#intro .section {
	padding-top: 40px;
	padding-bottom: 40px;
}

#intro .options {
	margin: 0;
	padding: 10px 40px 0;
	text-align: center;
}

#intro .options li {
	margin: 0 -4px 0 0;
	padding: 0;
	list-style: none;
	display: inline-block;
	width: 25%;
	vertical-align: top;
	font-size: 16px;
}

#intro .options li a {
	display: inline-block;
}

#intro .options li .ico {
	display: inline-block;
	width: 10.5625em;
	height: 10.5625em;
	margin-bottom: 1.25em;
	background: #36284d no-repeat center;
	-webkit-background-size: 4.6875em;
	-moz-background-size: 4.6875em;
	background-size: 4.6875em;
	-webkit-border-radius: 100%;	
	-moz-border-radius: 100%;	
	border-radius: 100%;	
	-ms-behavior: url(/backgroundsize.min.htc);
	-webkit-transition: background-color 0.3s, transform 0.3s;
	-moz-transition: background-color 0.3s, transform 0.3s;
	transition: background-color 0.3s, transform 0.3s;
}

#intro .options li .name {
	display: block;
	font-size: 1.4375em; /* 23px */
	font-weight: normal;
	color: #b67a3f;
}

#intro .options li a:hover .ico {
	background-color: #46375e;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

/* Info */

#info {
	background: #def4ff;
	color: #36284d;
}

#info .section {
	padding: 55px 33px 55px;
}

#info .text {
	position: relative;
	max-width: 640px;
	z-index: 1;
}

#info .image {
	position: absolute;
	left: 720px;
	top: 0;
	height: 100%;
	pointer-events: none;
	max-width: 9999em;
}

/* Benefits */

#benefits .image {
	position: absolute;
	right: 597px;
	top: 0;
	height: 100%;
	max-width: 9999em;
}

#benefits .text {
	position: relative;
	float: right;
	width: 567px;
	padding-right: 34px;
	padding-top: 70px;
	padding-bottom: 70px;
}


/* Miscelleneous */

p {
	margin: 0 0 25px;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0 0 25px;
	padding: 0;
	font-weight: 600;
	line-height: 1.2;
	color: #36284d;
}

a,
a:hover,
a:active,
a:focus {
	text-decoration: none;
	outline: none;
	color: inherit;
}

img {
	border: 0;
	max-width: 100%;
	height: auto;
}

.clear {
	clear: both;
}

.clearfix:after { 
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden; 
}

.clearfix { 
  display: inline-block;  
}

* html .clearfix{  
  height: 1%;  
}

.clearfix {  
  display: block;  
}

.heading {
	margin: 0 0 25px;
	padding: 0;
	font-size: 40px;
	font-weight: 600;
	line-height: 1.2;
	color: #36284d;
}

.heading span {
	display: block;
	font-size: 20px;
	font-weight: 300;
	color: #2f2f2f;
	margin-top: 8px;
}

.linkBtn {
	display: inline-block;
	background: #c82d31;
	font-size: 19px;
	font-weight: 600;
	padding: 11px 20px;
	min-width: 193px;
	text-align: center;
	cursor: pointer;
	border: 0;
	color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.linkBtn:hover {
	background-color: #df4642;
}

.bulletList {
	margin: 0;
	padding: 0;
}

.bulletList li {
	position: relative;
	margin: 0 0 3px;
	padding: 0 0 0 28px;
	list-style: none;
}

.bulletList li:before {
	position: absolute;
	left: 0;
	top: 9px;
	content: "";
	width: 12px;
	height: 12px;
	border: 2px solid #965f29;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

::-webkit-input-placeholder {
	opacity: 1;
	color: inherit;
}

:-moz-placeholder {
	opacity: 1;
	color: inherit;
}

::-moz-placeholder {
	opacity: 1;
	color: inherit;
}

:-ms-input-placeholder {  
	opacity: 1;
	color: inherit;
}

input::-moz-focus-inner { 
    border: 0;
    padding: 0;
}

form {
	margin: 0;
	padding: 0;
}

input, select, textarea {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
