body {
	font-family: "Century Gothic", "Century Gothic Regular", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 21px;
	color: #9e9e9e; /* OLD COLOR #afafaf */
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #f2f2f2;
}

/* RESOLVES GAP BETWEEN ANIMATION AND TITLE */
	/* WORKS WITH SUB/DROP DOWN MENU */
html, body {
	height: 100%;
	
}

/* ENDS - GAP RESOLVE */

a {
	font-family: "Century Gothic", "Century Gothic Regular", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #0072b4;
}
a:hover {
	color: #0099ff;
}
a:active {
	color: #0099ff;
}

ul.indent {
    margin-left: 25px;
    margin-right: 25px;
    padding-left: 15px;
    padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.seamlessColumns {
	 padding: 0px 0px 15px 0px;
	 
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
	
	-webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px;
	
	-webkit-column-width: 400px;
    -moz-column-width: 400px;
    -column-width: 400px;
		  
}
.footerNouveau {
	 padding: 35px 0px 35px 0px;
		  
}

.SubMenuContent {
	font-size: 12px;
	letter-spacing: 1.5px;
}
p {
	padding: 10px 0px 10px 0px;
	
}

.PageTitle {
	font-family: 'Comfortaa', cursive;
	font-size: 32px;
	line-height: 30px;
	letter-spacing: 4px;
	text-transform: uppercase;
	padding: 20px 0px 20px 0px;
}

H1 {
	font-family: 'Comfortaa', cursive;
	font-size: 22px;
	color: #444444;
	letter-spacing: 4px;
	line-height: 30px;
	/* text-transform: uppercase; */
	padding: 35px 0px 10px 0px;
	text-align: center;
}

H2 {
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	color: #0d64b6;
	letter-spacing: 2px;
	/* text-transform: uppercase;*/
	text-align: center;
}
H3 {
	font-family: 'Comfortaa', cursive;
	font-size: 18px;
	color: #444444;
	line-height: 50px;
	text-transform: uppercase;
	text-align: center;
}

.H4 {
	font-family: "Lucida Grande", "Lucida Sans", "Trebuchet MS", verdana, sans-serif;
	font-size: 16px;
	color: #444444;
	text-transform: uppercase;
	text-align: center;
}

H5 {
	font-family: "Century Gothic", "Century Gothic Regular", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
}

.BoldBlue {
	
	color: #0d64b6;
	font-weight: bold;
}

.BoldWhite {
	
	color: #ffffff;
	font-weight: bold;
}

.HighlightRed {
	
	color: #ff0000;
}

.BodyContent {
	font-family: "Lucida Grande", "Lucida Sans", "Trebuchet MS", verdana, sans-serif;
	font-size: 12px;
	color: #808080;
	line-height: 25px;
}

.BoldBlack {
	color: #000000;
	font-weight: bold;
}


.FooterKeywords {
	font-size: 9px;
}

.PrimaryVerbiage {
	font-size: 11px;
}

.BoldWhite {
	color: #ffffff;
	font-weight: bold;
}


/*HOVER POPUP LINKS*/

/*hoverpopups type 1*/

#popup { color: #f1f1f1; }

#popup a, #popup a:visited {
	position: relative;
	display: block;
	margin: 0;
	text-decoration: none;
	font-size: 1em;
}

#popup a span {
	display: none;
}

/*PROPERTIES FOR THE ACTUAL POP-UP WINDOW*/
#popup a:hover { 
	background-color: #000000;
	position: relative;
	z-index: 1; 
}

/* the IE correction rule */
#popup a:hover	{
	background-color: #f1f1f1;
	text-indent: 0; /* added the default value */
}

#popup a:hover span {
	display: block;
	position: absolute;
	top: 0px;
	
	width: 290px;
	margin: 0px;
	padding: 10px;
	color: #808080;
	font-weight: normal;
	background: #ffffff;
	text-align: left;
	border: 1px solid #666;
	line-height: 18px;
}

/* ----------------- Forms ------------------- */
input[type=text], select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

input[type=submit] {
    width: 150px;
	font-size: 14px;
    background-color: #0072b4;
    color: white;
    padding: 15px 32px;
    margin: 8px 0;
    border: none;
    border-radius: 12px;
    cursor: pointer;
	text-transform: uppercase;
}

input[type=submit]:hover {
    background-color: #0099ff;
}
textarea {
    width: 100%;
    height: 150px;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #f8f8f8;
    font-size: 16px;
    resize: none;
}

	
#sectionContent {
	width: auto;
	padding: 0px 50px 50px 50px;
	font-size: 15px;
	line-height: 30px;
}

/* for 700px or less */
@media screen and (max-width: 1000px) {
	#sectionContent {
	width: auto;
	padding: 0px 50px 50px 50px;
	font-size: 15px;
	line-height: 30px;
	}
	

@media screen and (max-width: 400px) {
	#sectionContent {
	width: auto;
	padding: 0px 20px 50px 20px;
	font-size: 15px;
	line-height: 30px;
	}
	
#mediaContent {
	width: auto;
	padding: 0px 100px 20px 100px;
	font-size: 15px;
	line-height: 30px;
}
/*
#rounded-table {
    border-radius: 25px;
	background: #ffffff;
	border: 3px #999;

	width: auto;
	padding: 50px 50px 50px 50px;
	font-size: 15px;
	line-height: 30px;
} */