@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: 'Comic Sans MS';
    src: url('../fonts/subset-ComicSansMS-Bold.eot');
    src: url('../fonts/subset-ComicSansMS-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-ComicSansMS-Bold.woff2') format('woff2'),
        url('../fonts/subset-ComicSansMS-Bold.woff') format('woff'),
        url('../fonts/subset-ComicSansMS-Bold.ttf') format('truetype'),
        url('../fonts/subset-ComicSansMS-Bold.svg#ComicSansMS-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}


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

/* Section */

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

#content a {
	color: #8DC540;
	font-weight: bold;
}
#content a:hover {
	color: #DA1E5D;
}
/* Intro */

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

#intro .image {
	float: left;
	width: 35.5%; /* 426px */
	border: 5px solid #ffc20e;
	margin-right: 4.166666666666667%;
	margin-bottom: 25px;
}

#intro .text {
	margin-bottom: -19px;
}

#intro .text h2 {
	font-size: 35px;
}

#intro .text h2 span {
	display: inline-block;
	color: #fff;
	min-width: 203px;
	line-height: 63px;
	margin-left: -7px;
	margin-bottom: -30px;
	padding: 0 10px 0 20px;
	text-align: center;
	background: url(../images/brush-color.png) no-repeat;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
	-ms-behavior: url(/backgroundsize.min.htc);
}

/* Links */

#links {
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

#links a {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 16px;
	color: #fff;
	line-height: 1.25;
	padding: 60px 5%;
	width: 25%;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

#links a span {
	display: block;
}

#links a .title {
	font-family: 'Myriad Pro', Arial, sans-serif;
	font-size: 25px;
	margin-bottom: 3px;
}

#links a img {
	display: block;
	margin: 0 auto 25px;
	height: 86px;
}

#links a.redColor {
	background-color: #da1e5d;
}

#links a.redColor:hover {
	background-color: #f13d6f;
}

#links a.orangeColor {
	background-color: #f58220;
}

#links a.orangeColor:hover {
	background-color: #ff9535;
}

#links a.greenColor {
	background-color: #8dc540;
}

#links a.greenColor:hover {
	background-color: #9cd44e;
}

#links a.blueColor {
	background-color: #263c90;
}

#links a.blueColor:hover {
	background-color: #3d4ca3;
}

/* Learning */

#learning .section {
	padding-top: 100px;
	padding-bottom: 100px;
}

#learning .image {
	float: right;
	width: 35.5%; /* 426px */
	margin-left: 4.166666666666667%;
	margin-bottom: 5px;
	border: 5px solid #ffc20e;
}

#learning .text {
	margin-bottom: -19px;
}

#learning .text h2 {
	font-size: 35px;
}

.YellowBorder {

}
.YellowBorder img{
	border: 5px solid #ffc20e;
}


/* rightAnimate */

#rightAnimate .image {
	float: right;
	width: 35.5%; /* 426px */
	margin-left: 4.166666666666667%;
	margin-bottom: 5px;
	border: 5px solid #ffc20e;
}

#rightAnimate .text {
	margin-bottom: -19px;
}

#rightAnimate .text h2 {
	font-size: 35px;
}
#rightAnimate .section {
	padding-top: 0;
	padding-bottom: 0;
}

/* leftAnimate */

#leftAnimate .image {
	float: left;
	width: 35.5%; /* 426px */
	border: 5px solid #ffc20e;
	margin-right: 4.166666666666667%;
	margin-bottom: 5px;
}

#leftAnimate .text {
	margin-bottom: -19px;
}

#leftAnimate .text h2 {
	font-size: 35px;
}

#leftAnimate .text h2 span {
	display: inline-block;
	color: #fff;
	min-width: 203px;
	line-height: 63px;
	margin-left: -7px;
	margin-bottom: -30px;
	padding: 0 10px 0 20px;
	text-align: center;
	background: url(../images/brush-color.png) no-repeat;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
	-ms-behavior: url(/backgroundsize.min.htc);
}
/* Miscelleneous */

p {
	margin: 0 0 25px;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Myriad Pro', Arial, sans-serif;
	margin: 0 0 25px;
	padding: 0;
	font-weight: regular;
	line-height: 1.2;
}

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

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