﻿/* RESPONSIVE GRID SYSTEM =============================================================================  */

/* BASIC PAGE SETUP ============================================================================= */

body { 
margin : 0 auto;
padding : 0;
font : 100%/1.6 'Raleway', 'Arial','Helvetica','Sans-serif';
color : #666; 
text-align: center;
background: #36A9E1;
}

button, 
input, 
select, 
textarea { 
font-family: 'Raleway', 'Arial','Helvetica','Sans-serif';
color : #000; }

.pad { padding:1em; }

/*  HEADINGS  ============================================================================= */

h1, h2, h3, h4, h5, h6 {
font-family: 'Fredoka One', 'Arial','Helvetica','Sans-serif';
font-weight : normal;
margin-top: 0px;
letter-spacing: 0px;
}

h1 { 
color: #fff;
margin-top : 0.25em;
margin-bottom : 0.2em;
font-size : 3em; /* 40 / 16 */
line-height : 1.4;
font-weight:400;
}

h1.blog{ 
color: #EE79AD;
margin-top : 0.25em;
margin-bottom : 0.2em;
font-size : 3em; /* 40 / 16 */
line-height : 1.4;
font-weight:400;
}

h2 { 
color: #fff;
margin-bottom : 0.5em;
font-size : 1.75em; /* 26 / 16 */
line-height : 1.2;
}

h2.home { 
color: #032854;
margin-bottom : 0.5em;
font-size : 2.4em; /* 26 / 16 */
line-height : 1.2;
}

h3 { 
color: #EE79AD;
margin-bottom : 0.3em;
font-size : 1.6em; /* 24 / 16 */
line-height : 1.3; }



h4 { 
color: #EE79AD;
margin-bottom : 0.5em;
font-size : 1.25em; /* 20 / 16  */
line-height : 1.25;
font-weight:400;
 }

h4.news { 
color: #fff;
margin-bottom : 0.5em;
font-size : 1.6em; /* 20 / 16  */
line-height : 1.25;
font-weight:400;
 }

	footer h4 {
	color: #EE79AD; 
	margin-bottom : 0.7em;
font-size : 1.4em; /* 20 / 16  */
	}

h5 { 
color:#fff; 
letter-spacing:0px; 
margin-bottom : 1.0em;
font-size : 1.1em; /* 16 / 16 */
font-weight:400;
}

h6 { 
color:#EE79AD; 
letter-spacing:0px; 
margin-bottom : 1.0em;
font-size : 1.1em; /* 16 / 16 */
font-weight:400;
text-transform: uppercase;
}

h6.contact { 
color:#EE79AD; 
letter-spacing:0px; 
margin-bottom : 0.2em;
font-size : 1.1em; /* 16 / 16 */
font-weight:700;
text-transform: none;
}



/*  TYPOGRAPHY  ============================================================================= */

p, ol, ul, dl, address { 
margin-bottom : 1em; 
font-size : 0.96em; /* 16 / 16 = 1 */ 
line-height: 1.5em;
color: #fff;
}

p {
hyphens : auto;  }


p.introtext {
font-size: 1em; /* 22 / 16 */
line-height: 1.5em;
color: #000;

}

p.introtext2 {
font-size: 1.3em; /* 22 / 16 */
line-height: 1.6em;
color: #fff;
text-align:center;
font-family:  'Raleway', 'Arial','Helvetica','Sans-serif';
}

p.center {
text-align: center;
}

p.address { 
color:#fff; 
letter-spacing:0px; 
margin-bottom : 0.5em;
font-size : 1.3em; /* 16 / 16 */
font-family: 'Fredoka One', 'Arial','Helvetica','Sans-serif';
}

ul, 
ol { 
margin : 0 0 1.5em 0; 
padding : 0 0 0 24px; }

li ul, 
li ol { 
margin : 0;
font-size : 1em; /* 16 / 16 = 1 */ }

dl, 
dd { 
margin-bottom : 1.5em; }

dt { 
font-weight : normal; }

b, strong { 
font-weight : bold; }

hr { 
display : block; 
margin : 1.5em 0; 
padding : 0;
height : 1px; 
border : 0; 
border-top : 1px dotted #999;
}

small { 
font-size : 1em; /* 16 / 16 = 1 */ }

sub, sup { 
font-size : 75%; 
line-height : 0; 
position : relative; 
vertical-align : baseline; }

sup { 
top : -.5em; }

sub { 
bottom : -.25em; }

/* LINKS =============================================================================  */

a { 
color : #FFF;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
text-decoration: none;
}

a:visited { 
color : #FFF; }

a:focus { 
outline : thin dotted; 
color : rgb(0,0,0); }

a:hover, 
a:active { 
outline : 0;
color : #EE79AD;
}
	
footer a { 
color : #ffffff;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}

footer a:visited { 
color : #ffffff; }

footer a:focus { 
outline : thin dotted; 
color : rgb(0,0,0); }

footer a:hover, 
footer a:active { 
outline : 0;
color : #EE79AD;
}


/* IMAGES ============================================================================= */

img{
	max-width:100%;
	width:auto\9;
	height:auto;
	vertical-align:middle;
	border:0;
	-ms-interpolation-mode:bicubic;
}

img.floatleft { float: left; margin: 0 1.25em 1em 0; }
img.floatright { float: right; margin: 0 0 1em 1.25em; }


/* TABLES ============================================================================= */

table { 
border-collapse : collapse;
border-spacing : 0;
margin-bottom : 1em; 
width : 100%;
font-size : 0.96em;
}

th, td, caption { 
padding : .25em 10px .25em 5px; }


tfoot { 
font-style : italic; }

caption { 
background-color : transparent; }


table.sample {border-width: 1px; border-spacing: 2px; border-style: outset; border-color: #C0C0C0; border-collapse: collapse; background-color: white;}
table.sample th {border-width: 1px; padding: 6px; border-style: inset; border-color: #C0C0C0; background-color: #F9DFBA; -moz-border-radius: ;}
table.sample td {border-width: 1px; padding: 6px; border-style: inset; border-color: #C0C0C0; background-color: #fff; -moz-border-radius: ;}

table.noborder {border-width: 0px; border-spacing: 2px; border-style: outset; border-color: #C0C0C0; border-collapse: collapse; background-color: white;}
table.noborder th {border-width: 0px; padding: 1px; border-style: inset; border-color: #C0C0C0; background-color: #F9DFBA; -moz-border-radius: ;}
table.noborder td {border-width: 0px; padding: 1px; border-style: inset; border-color: #C0C0C0; background-color: #fff; -moz-border-radius: ;}



/* FORMS ============================================================================= */

form { 
margin : 0; }

fieldset { 
margin-bottom : 1.5em; 
padding : 0; 
border-width : 0; }

legend { 
*margin-left : -7px; 
padding : 0; 
border-width : 0; }

label{
font-weight : normal;
font-size: 16px;
cursor : pointer;
display:block;
margin:10px 0 0 0;
position:relative;
top:0;
left:0;
color:#fff;
}

	label.inline{
	display:inline;
	margin:0;
	}
	
	label span{
	color:#666;
	font-size:0.9em;
	}
	
	label span.right{
	position:absolute;
	bottom:0;
	right:1em;
	text-align:right;
	}
	
	label.disabled{
	color:#ccc;
	}


button, 
search,
input, 
select, 
textarea { 
font-size : 100%; 
margin : 0; 
vertical-align : baseline; 
*vertical-align : middle; }

button, input { 
line-height : normal; 
*overflow : visible; }

button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"] { 
padding: 6px;
margin: 0 0 0; 0;
cursor : pointer; 
text-shadow:0 0px 0 #fff;
font-weight : 700;
font-size: 18px;
font-family: 'Raleway', 'Arial','Helvetica','Sans-serif';
color: #fff;
background-color: #032854;
    -webkit-box-shadow: 0px 0px 0px 0px #d4d4d4;
    -moz-box-shadow:0px 0px 0px 0px #d4d4d4;
    box-shadow: 0px 0px 0px 0px #d4d4d4;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 25px;
    padding: 0.5em 1em;
    display: block;
    border: #fff 2px  solid;
}


input[type="checkbox"], 
input[type="radio"] { 
box-sizing : border-box; }

input[type="search"] { 
	box-sizing : content-box;
}

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

input[type="email"], input[type="tel"], input[type="text"]{
display:block;
width:97%;
margin:0px 0 0px 0;
border:0px solid #ccc;
font-size:1em;
padding:5px;
-moz-border-radius:0px;
-webkit-border-radius:0px;
border-radius:0px;
background:#fff;
-moz-box-shadow:inset 0px 0px 0px #666;
-webkit-box-shadow:inset 0px 0px 0px #666;
box-shadow:inset 0px 0px 0px #666;
}

	input::-webkit-input-placeholder,
	input:-moz-placeholder,
	.placeholder{
	color:#bbb;
	}
	
	input::-moz-focus-inner {border:0;}

	input[disabled="disabled"], input.disabled{
	color:#999;
	background:#f5f5f5;
	-moz-box-shadow:inset 0px 0px 0px #ddd;
	-webkit-box-shadow:inset 0px 0px 0px #ddd;
	box-shadow:inset 0px 0px 0px #ddd;
	}
	
textarea{
width:97%;
height:200px;
margin:0 0 20px 0;
border:1px solid #ccc;
padding:5px;
font-family:inherit;
font-size:1.2em;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
-moz-box-shadow:inset 0px 0px 6px #ccc;
-webkit-box-shadow:inset 0px 1px 6px #ccc;
box-shadow:inset 0px 1px 6px #ccc;
overflow : auto; 
vertical-align : top;
}

/* Required Star */
form i { color:#f00; }



/*  MAIN LAYOUT	============================================================================= */

#skiptomain { display: none; }

#wrapper {
	width: 100%;
	position: relative;
	text-align: left;
}

	#headcontainer {
		width: 100%;
		background-image: url("../img/index-cover.jpg");
		background-size: 100% 250px;
		background-repeat: no-repeat;
	}

		header {
			clear: both;
			width: 100%; /* 1000px / 1250px */
			font-size: 0.8125em; /* 13 / 16 */
			max-width: 92.3em; /* 1200px / 13 */
			margin: 0 auto;

			position: relative;
			color: #000;
			text-align: center;
		}

	#navcontainer {
		width: 100%;  
		background: #EE79AD;
	}

nav{display:block; margin: 0 auto;}

.menu{display:block; margin: 0 auto;}
 
.menu li{display: inline-block;
position: relative;
z-index:100;}
 
.menu li a {font-weight:400; font-size: 1em; font-family: 'Fredoka One';
text-decoration:none;
padding:12px;
display:block;
color:#ffffff; 
-webkit-transition: all 0.2s ease-in-out 0s;
   -moz-transition: all 0.2s ease-in-out 0s;
   -o-transition: all 0.2s ease-in-out 0s;
   -ms-transition: all 0.2s ease-in-out 0s;
   transition: all 0.2s ease-in-out 0s;
}
 
.menu li a:hover, .menu li:hover > a{color:#ffffff;
background:#36A9E1;}

/* hide the second level menu */
.menu ul {display: none;
margin: 0;
padding: 0;
width:220px;
position: absolute;
top: 45px;
left: 0px;
background: #725ca4;
}
 
/* display second level menu on hover */
.menu li:hover > ul{ display: block;}
 
.menu ul li {display:block;
float: none;
background:none;
margin:0;
padding:0;
}
 
.menu ul li a {font-size:12px;
font-weight:normal;
padding:8px;
display:block;
color:#ffffff;
border-left:3px solid #ffffff;
background:#725ca4;}
 
.menu ul li a:hover, .menu ul li:hover > a{
background:#f0f0f0;
border-left:3px solid #032854;
color:#797979;
}

/* change level 3 menu positions */
.menu ul ul {left: 149px;
	top: 0px;
}

.mobile-menu{display:none;
width:100%;
padding:12px;
background:#EE79AD;
color:#ffffff;
text-transform:uppercase;
font-weight:400;
font-family: 'Fredoka One';
}
.mobile-menu:hover{background:#36A9E1;
color:#ffffff;
text-decoration:none;

}

@media (max-width: 767px) {
 
.menu{display:none;}
 
.mobile-menu{display:block;
margin-top:0px; width:90%;}
 
nav{margin:0;
background:none;}
 
.menu li{display:block;
margin:0;}
 
.menu li a {background:#ffffff;
color:#36A9E1;
border-top:1px solid #e0e0e0;
border-left:3px solid #ffffff;}
 
.menu li a:hover, .menu li:hover > a{
background:#36A9E1;
color:#fff;
border-left:3px solid #fff;}
 
/*level 2 and 3 - make same width as all items*/
.menu ul {display:none;
position:relative;
top:0;
left:0;
width:100%;}
 
.menu ul ul {left:0;}
 
}/*end media queries*/
	

	#maincontentcontainer {
		width: 100%;


	}

		.standardcontainer {

		}



	#breadcrumbcontainer {
		width: 100%;  
		margin:0 0 0em 0;
		background: #FCAF17;
	}

		#breadcrumb {
			clear: both;
			width: 80%; /* 1000px / 1250px */
			max-width: 85.71em; /* 1200px / 14 */
			font-size: 0.75em; /* 14 / 16 */
			margin: 0 auto;
			color: #FFF;
			line-height: 1.5em;
			
		}
		
			#breadcrumb a:link, #breadcrumb a:visited { font-weight:400; color: #000; text-decoration: none; }
			#breadcrumb a:hover { color: #FFF; text-decoration: none; }
			
			#breadcrumb ol { 
				list-style-type:none; 
				margin:0; 
				padding:0;
			}
			
			#breadcrumb li {
				float:left; 
				padding:0.8em 0.6em 0.8em 1em; 
				margin:0; 
				background:url(../images/breadcrumb-arrow.png) no-repeat left center; 
			}
			
			#breadcrumb li:first-child { padding-left:0; background:none; }
		
		
			.maincontent{
				clear: both;
				width: 80%; /* 1000px / 1250px */
				font-size: 0.8125em; /* 13 / 16 */
				max-width: 92.3em; /* 1200px / 13 */
				margin: 0 auto;
				padding: 1em 18px;
				color: #333;
				line-height: 1.5em;
				position: relative;

			}

			@media (max-width: 480px) {
  
  				.maincontent {
   				 padding: 1em 18px;
				width: 90%;
 					 }
			}

			@media (max-width: 768px) {
  
  				.maincontent {
   				 padding: 1em 18px;
				width: 90%;
 					 }
			}

	#pinkbg {
		width: 100%;
		background:#EE79AD;
	}


	#footercontainer {
		width: 100%;	
		border-top: 6px solid #EE79AD;
		background: #032854;
	}
	
		footer {
			clear: both;
			width: 80%; /* 1000px / 1250px */
			font-size: 0.8125em; /* 13 / 16 */
			max-width: 92.3em; /* 1200px / 13 */
			margin: 0 auto;
			padding: 0px 0px 20px 0px;
			color: #fff;
		}

		footer strong {
			font-size: 1.077em; /* 14 / 13 */
			color: #aaa;
		}


		footer a:link, footer a:visited { color: #fff;}
		footer a:hover { color: #EE79AD; }

		ul.pagefooterlist, ul.pagefooterlistimages {
			display: block;
			float: left;
			margin: 0px;
			padding: 0px;
			list-style: none;
		}

		ul.pagefooterlist li, ul.pagefooterlistimages li {
			clear: left;
			margin: 0px;
			padding: 0px 0px 3px 0px;
			display: block;
			line-height: 1.5em;
			font-weight: normal;
			background: none;

		}

		ul.pagefooterlistimages li {
			height: 34px;
		}


		ul.pagefooterlistimages li img {
			padding: 5px 5px 5px 0px;
			vertical-align: middle;
			opacity: 0.75;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
			filter: alpha( opacity  = 75);
			-webkit-transition: all 0.3s ease;
			-moz-transition: all 0.3s ease;
			-o-transition: all 0.3s ease;
			transition: all 0.3s ease;
		}

		ul.pagefooterlistimages li a
		{
			text-decoration: none;
		}

		ul.pagefooterlistimages li a:hover img {
			opacity: 1.0;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
			filter: alpha( opacity  = 100);
		}

			#smallprint {
				margin-top: 20px;
				line-height: 1.4em;
				text-align: center;
				color: #fff;
				font-size: 0.923em; /* 12 / 13 */
			}

			#smallprint p{
				vertical-align: middle;
			}

			#smallprint .twitter-follow-button{
				margin-left: 1em;
				vertical-align: middle;
			}

			#smallprint img {
				margin: 0px 10px 15px 0px;
				vertical-align: middle;
				opacity: 0.5;
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
				filter: alpha( opacity  = 50);
				-webkit-transition: all 0.3s ease;
				-moz-transition: all 0.3s ease;
				-o-transition: all 0.3s ease;
				transition: all 0.3s ease;
			}


			#smallprint a:hover img {
				opacity: 1.0;
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
				filter: alpha( opacity  = 100);
			}

			#smallprint a:link, #smallprint a:visited { color: #999; text-decoration: none; }
			#smallprint a:hover { color: #999; text-decoration: underline; }


/*  SECTIONS  ============================================================================= */

.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

	



/*  COLUMNS  ============================================================================= */

.twocolumns{
	-moz-column-count: 2;
	-moz-column-gap: 2em;
	-webkit-column-count: 2;
	-webkit-column-gap: 2em;
	column-count: 2;
	column-gap: 2em;
  }


/*  GLOBAL OBJECTS ============================================================================= */

.breaker { clear: both; }

.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}


.floatleft {
    float: left;
}

.floatright {
    float: right;
}


