@charset 'UTF-8';
@import url("font-awesome.min.css");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,900,300italic");
body {
	background-image: url(images/bg02.png);
	background-color: #E53F96;
}
body.is-loading * {
	-moz-transition: none !important;
	-webkit-transition: none !important;
	-o-transition: none !important;
	-ms-transition: none !important;
	transition: none !important;
	-moz-animation: none !important;
	-webkit-animation: none !important;
	-o-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
}
body, input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 300;
	color: #000;
}
strong, b {
	color: #002953;
	font-weight: 400;
}
i, em {
	font-style: italic;
}
sub {
	position: relative;
	top: 0.5em;
	font-size: 0.8em;
}
sup {
	position: relative;
	top: -0.5em;
	font-size: 0.8em;
}
blockquote {
	border-left: solid 0.75em #dddddd;
	padding: 1em 0 1em 1.5em;
	font-style: italic;
}
h1, h2, h3, h4, h5, h6 {
	color: #002953;
	font-weight: 700;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
	text-decoration: none;
}
a {
	color: #E53F96;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
br.clear {
	clear: both;
}
hr {
	border: 0;
	border-top: solid 1px #dddddd;
	height: 1px;
	margin: 2em 0 2em 0;
}
p, ul, ol, dl, table {
	margin-bottom: 2em;
}
/* Form */
	
		form {
}
form label {
	display: block;
	color: #002953;
	font-weight: 400;
	margin: 0 0 0.5em 0;
}
form input[type=text],  form input[type=email],  form input[type=password],  form select,  form textarea {
	-webkit-appearance: none;
	display: block;
	border: 0;
	padding: 0.75em 1em;
	font-size: 1em;
	border-radius: 5px;
	border: solid 1px #dddddd;
	background: #fff;
	width: 100%;
}
form input[type=text]:focus,  form input[type=email]:focus,  form input[type=password]:focus,  form select:focus,  form textarea:focus {
	box-shadow: inset 0px 0px 1px 1px #43bff0;
}
form textarea {
	height: 15em;
}
form .formerize-placeholder {
	color: #555 !important;
}
 form ::-webkit-input-placeholder {
 color: #555 !important;
}
 form :-moz-placeholder {
 color: #555 !important;
}
 form ::-moz-placeholder {
 color: #555 !important;
}
 form :-ms-input-placeholder {
 color: #555 !important;
}
 form ::-moz-focus-inner {
 border: 0;
}
/* Tables */
	
		table {
	width: 100%;
}
table.default {
	width: 100%;
}
table.default tr {
	border-top: solid 1px #dddddd;
}
table.default tr:first-child {
	border-top: 0;
}
table.default td {
	padding: 0.5em 1em 0.5em 1em;
}
table.default th {
	text-align: left;
	padding: 0.5em 1em 0.5em 1em;
	font-weight: 700;
	margin: 0 0 1em 0;
}
table.default thead {
	border-bottom: solid 2px #dddddd;
}
table.default tfoot {
}
table.default tbody {
}
/* Section/Article */
	
		section,  article {
	margin-bottom: 2.5em;
}
section > :last-child,  article > :last-child {
	margin-bottom: 0;
}
section:last-child,  article:last-child {
	margin-bottom: 0;
}
header {
}
header > p {
	display: block;
}
header.major {
	position: relative;
	text-align: center;
	border-top: solid 1px #ccc;
	top: 1em;
}
header.major h2 {
	background: #fff;
	position: relative;
	top: -0.65em;
	display: inline;
	margin: 0;
	padding: 0 1em 0 1em;
}
/* Box */

		.box {
	background: #ffffff;
	border-bottom: solid 1px #ccc;
}
.box .image.featured {
	position: relative;
	width: auto;
}
/* Button */
		
		input[type="button"],  input[type="submit"],  input[type="reset"],  .button {
	-webkit-appearance: none;
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	border: 0;
	border-radius: 5px;
	background: #E53F96;
	color: #fff !important;
	font-weight: 700;
	outline: 0;
	-moz-transition: background-color .25s ease-in-out;
	-webkit-transition: background-color .25s ease-in-out;
	-o-transition: background-color .25s ease-in-out;
	-ms-transition: background-color .25s ease-in-out;
	transition: background-color .25s ease-in-out;
}
input[type="button"]:hover,  input[type="submit"]:hover,  input[type="reset"]:hover,  .button:hover {
	background: #e53359;
}
input[type="button"]:active,  input[type="submit"]:active,  input[type="reset"]:active,  .button:active {
	background: #c51349;
}
input[type="button"].alt,  input[type="submit"].alt,  input[type="reset"].alt,  .button.alt {
	background: #002953;
}
input[type="button"].alt:hover,  input[type="submit"].alt:hover,  input[type="reset"].alt:hover,  .button.alt:hover {
	background: #353132;
}
input[type="button"].alt:active,  input[type="submit"].alt:active,  input[type="reset"].alt:active,  .button.alt:active {
	background: #151112;
}
.button.icon {
}
.button.icon:before {
	opacity: 0.35;
	position: relative;
	top: 0.05em;
	margin-right: 0.75em;
}
/* Image */

		.image {
	display: inline-block;
	outline: 0;
}
.image img {
	display: block;
	width: 100%;
}
.image.centered {
	display: block;
	margin: 0 0 2em 0;
}
.image.centered img {
	margin: 0 auto;
	width: auto;
}
.image.featured {
	display: block;
	width: 100%;
	margin: 0 0 2em 0;
}
.image.left {
	float: left;
	margin: 0 2em 2em 0;
}
/* List */

		ul {
}
ul.default {
	list-style: disc;
	padding-left: 1em;
}
ul.default li {
	padding-left: 0.5em;
}
ul.contact {
}
ul.contact li {
	position: relative;
	border-top: solid 1px #ddd;
	padding: 1.3em 0 1.3em 7em;
}
ul.contact li h3 {
	position: absolute;
	left: 0;
	top: 1.3em;
	font-size: 1.1em;
}
ul.contact li p {
	margin: 0;
}
ul.contact li:first-child {
	padding-top: 0;
	border-top: 0;
}
ul.contact li:first-child h3 {
	top: 0;
}
ul.dates {
}
ul.dates li {
	position: relative;
	border-top: solid 1px #ddd;
	padding: 1.3em 0 1.3em 6.75em;
}
ul.dates .date {
	display: block;
	position: absolute;
	left: 0;
	top: 1.3em;
	background-color: #E53F96;
	height: 3.5em;
	text-align: center;
	color: #fff;
	line-height: 1em;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	padding: 0.5em 0.75em 0 1em;
}
ul.dates .date:after {
	content: '';
	position: absolute;
	bottom: 0;
	right: -1.2em;
	border-left: solid 1.25em #E53F96;
	border-top: solid 1.8em transparent;
	border-bottom: solid 1.8em transparent;
}
ul.dates .date strong {
	display: block;
	font-size: 1.75em;
	padding-top: 0.15em;
}
ul.dates h3 {
	font-size: 1.1em;
}
ul.dates p {
	margin: 0;
}
ul.dates li:first-child {
	border-top: 0;
	padding-top: 0;
}
ul.dates li:first-child .date {
	top: 0;
}
ul.divided {
}
ul.divided li {
	border-top: solid 1px #ddd;
	padding: 1em 0 1em 0;
}
ul.divided li:first-child {
	border-top: 0;
	padding-top: 0;
}
ul.social {
	overflow: hidden;
	cursor: default;
}
ul.social li {
	display: inline-block;
}
ul.social li:first-child {
	margin-left: 0;
}
ul.social li a {
	display: inline-block;
	width: 3em;
	height: 3em;
	text-align: center;
	border-radius: 5px;
	background: #888;
	-moz-transition: background-color .25s ease-in-out;
	-webkit-transition: background-color .25s ease-in-out;
	-o-transition: background-color .25s ease-in-out;
	-ms-transition: background-color .25s ease-in-out;
	transition: background-color .25s ease-in-out;
}
ul.social li a:before {
	color: #fff;
	font-size: 2em;
	line-height: 1.5em;
}
ul.social li a.fa-facebook {
	background: #3c5a98;
}
ul.social li a.fa-facebook:hover {
	background: #4c6aa8;
}
ul.social li a.fa-twitter {
	background: #2daae4;
}
ul.social li a.fa-twitter:hover {
	background: #3dbaf4;
}
ul.social li a.fa-dribbble {
	background: #c4376b;
}
ul.social li a.fa-dribbble:hover {
	background: #d4477b;
}
ul.social li a.fa-linkedin {
	background: #006599;
}
ul.social li a.fa-linkedin:hover {
	background: #1075a9;
}
ul.social li a.fa-tumblr {
	background: #2b4661;
}
ul.social li a.fa-tumblr:hover {
	background: #3b5671;
}
ul.social li a.fa-google-plus {
	background: #da2713;
}
ul.social li a.fa-google-plus:hover {
	background: #ea3723;
}
ol {
}
ol.default {
	list-style: decimal;
	padding-left: 1.25em;
}
ol.default li {
	padding-left: 0.25em;
}
/*********************************************************************************/
/* Icons                                                                         */
/*********************************************************************************/

	.icon {
	position: relative;
	text-decoration: none;
}
.icon:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-transform: none !important;
}
.icon > .label {
	display: none;
}
.icon.featured {
	position: relative;
	display: inline-block;
	background-color: #E53F96;
	width: 9em;
	padding: 1.75em 0 0.75em 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin: 0 0 4.5em 0;
	cursor: default;
}
.icon.featured:before {
	font-size: 4.5em;
	line-height: 1em;
	color: #fff;
}
.icon.featured:after {
	content: '';
	position: absolute;
	bottom: -1.95em;
	left: 0;
	border-top: solid 2em #E53F96;
	border-left: solid 4.5em transparent;
	border-right: solid 4.5em transparent;
}
.icon.featured.alt {
	background-color: #002953;
}
.icon.featured.alt:after {
	border-top-color: #002953;
}
.icon.featured.alt2 {
	background-color: #8094A9;
}
.icon.featured.alt2:after {
	border-top-color: #8094A9;
}
/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

	#banner {
	background-position: center center;
	background-size: auto 100%;
	background-repeat: no-repeat;
	text-align: center;
	background-color: #4DBDE9;
	background-image: url(../images/pic01.jpg);
}
#banner header {
	background-color: #002953;
	background-color: rgba(229,63,150,1.0);
}
#banner header h2 {
	color: #fff;
	font-weight: 700;
}
#banner header p {
	color: #002953;
	padding: 0;
	font-style: normal;
	margin: 0;
}
/*********************************************************************************/
/* Wrappers                                                                      */
/*********************************************************************************/

	#header-wrapper {
	position: relative;
	background: #ffffff;
	border-bottom: solid 1px #ccc;
}
#main-wrapper {
	position: relative;
	background: #f7f7f7 url('images/bg02.png');
}
#main-wrapper:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: url('images/bg01.png');
	background-size: 100% 100%;
	z-index: 0;
	opacity: 0.1;
}
#main-wrapper .major {
}
#main-wrapper .major h2 {
	background: #f7f7f7 url('images/bg02.png');
}
#footer-wrapper {
	position: relative;
	color: #fff;
}
#footer-wrapper:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: url('images/bg01.png');
	background-size: 100% 100%;
	z-index: 0;
	opacity: 0.5;
}
#footer-wrapper a {
	color: #fff;
}
#footer-wrapper h2,  #footer-wrapper h3,  #footer-wrapper h4,  #footer-wrapper h5,  #footer-wrapper h6,  #footer-wrapper strong,  #footer-wrapper b {
	color: #fff;
}
#footer-wrapper h1 a,  #footer-wrapper h2 a,  #footer-wrapper h3 a,  #footer-wrapper h4 a,  #footer-wrapper h5 a,  #footer-wrapper h6 a {
	color: inherit;
}
#footer-wrapper ul.contact li {
	border-top-color: #353434;
	border-top-color: rgba(255,255,255,0.05);
}
#footer-wrapper ul.dates li {
	border-top-color: #353434;
	border-top-color: rgba(255,255,255,0.05);
}
#footer-wrapper ul.divided li {
	border-top-color: #353434;
	border-top-color: rgba(255,255,255,0.05);
}
/*********************************************************************************/
/* Intro                                                                         */
/*********************************************************************************/

	#intro {
	text-align: center;
}
/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

	#copyright {
	text-align: center;
}
#copyright .links {
	display: inline-block;
	background: #2C2929;
	background: rgba(255,255,255,0.05);
	border-radius: 5px;
	margin: 0;
}
#header #logo {
	background-color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0em;
	margin-left: 0px;
	color: #FFF;
	padding-top: 0.3em;
	padding-right: 0px;
	padding-bottom: 0.3em;
	padding-left: 0px;
}
.aanuit {
}

/*** central column on page ***/
table.formatHTML5 {
	width: 100%;
	border-collapse:collapse;
	color: #000;
	margin-top: 10px;
	vertical-align: top;
}

/*** table's thead section, head row style ***/
table.formatHTML5 thead tr td {
background-color: White;
vertical-align:middle;
padding: 0.6em;
font-size:0.8em;
	text-align:left;
}

/*** table's thead section, coulmns header style ***/
table.formatHTML5 thead tr th
{
	padding: 0.2em;
	/* add gradient */
background-color: #CDD2D6;
	background: -webkit-gradient(linear, left top, left bottom, from(#CDD2D6), to(#CDD2D6));
	background: -moz-linear-gradient(top, #CDD2D6, #CDD2D6);
	color: #000;
	vertical-align: top;
	text-align:left;
}

/*** table's tbody section, odd rows style ***/
table.formatHTML5 tbody tr:nth-child(odd) {
background-color: #FAFAFA;
border-bottom: solid 1px #C0C0C0;
}

/*** hover effect to table's tbody odd rows ***/
table.formatHTML5 tbody tr:nth-child(odd):hover
{
	/* cursor:pointer; */
	/* add gradient */
background-color: #E3E4E7;
	background: -webkit-gradient(linear, left top, left bottom, from(#E3E4E7), to(#E3E4E7));
	background: -moz-linear-gradient(top, #E3E4E7, #E3E4E7);
	color: #000;
}

/*** table's tbody section, even rows style ***/
table.formatHTML5 tbody tr:nth-child(even) {
background-color: #fff;
border-bottom: solid 1px #C0C0C0;
}

/*** hover effect to apply to table's tbody section, even rows ***/
table.formatHTML5 tbody tr:nth-child(even):hover
{
	cursor:pointer;
	/* add gradient */
background-color: #E3E4E7;
	background: -webkit-gradient(linear, left top, left bottom, from(#E3E4E7), to(#E3E4E7));
	background: -moz-linear-gradient(top, #E3E4E7, #E3E4E7);
	color: #000;
}

/*** table's tbody section, last row style 
table.formatHTML5 tbody tr:last-child {
}***/

/*** table's td element, all section ***/
table.formatHTML5 td {
	vertical-align:top;
	padding: 0.2em;
	text-align:left;
}

/*** table's tfoot section ***/
table.formatHTML5 tfoot{
	text-align:center;
	color:#000000;
}
