@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-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: '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-LightIt.eot');
    src: url('../fonts/subset-SourceSansPro-LightIt.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-SourceSansPro-LightIt.woff2') format('woff2'),
        url('../fonts/subset-SourceSansPro-LightIt.woff') format('woff'),
        url('../fonts/subset-SourceSansPro-LightIt.ttf') format('truetype'),
        url('../fonts/subset-SourceSansPro-LightIt.svg#SourceSansPro-LightIt') format('svg');
    font-weight: 300;
    font-style: italic;
}

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


/* Section */

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

/* Intro */

#intro {
	margin-bottom: 15px;
}

#intro .heading {
	text-align: center;
	margin-bottom: 42px;
}

#intro .image {
	float: left;
	width: 543px;
}

#intro .text {
	margin-left: 591px;
}

#intro .text .linkBtn {
	margin-top: 16px;
}


/* 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: #2e2d36;
}

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;  
}

a.linkBtn {
	display: inline-block;
	min-width: 182px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	padding: 9.5px 15px;
	text-align: center;
	letter-spacing: 0.0833333333333333em;
	pointer-events: auto;
	line-height: 1.353;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #a4b731;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	transition: background-color 0.3s;	
}

a.linkBtn:hover {
	background: #b8ca45;	
}


a.linkBtn.blueColor {
	background: #5fa6db;
}

a.linkBtn.blueColor:hover {
	background: #78bbf1;
}

.heading {
	font-size: 30px;
	font-weight: 600;
	color: #2e2d36;
	margin: 0 0 25px;
}

::-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;
}
