/***
    ------------------------------------------------------------------------------------
    Date        Vers.   Author                      Details
    ----        -----   ------                      -------
    28/01/2013  1.00    MK                          restyled throughout. This is the master that calls in the following:

*/
@import url("jquery.cookiebar.css");
@import url("messages.css");
@import url("tabs.css");
@import url("forms.css");
@import url("portal.css");
@import url("tables.css");
@import url("icon.css");
@import url("testimonials.css");

@import url("applications.css");
@import url("tables.css");

@import url("component.css");
@import url("mainsheet.css");
@import url("mainMenu.css");
@import url("rwdmenu.css");
@import url("images.css");
@import url("sitemap.css");
@import url("datalist.css");
@import url("animations.css");
@import url("animations-ie-fix.css");
@import url("flex-container.css");


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
	blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn,
	em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
	b, u, i, center, dl, dt, dd, ol, li, fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas,
	details, embed, figure, figcaption, footer, header, hgroup, menu, nav,
	output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup,
	menu, nav, section, main {
	display: block;
}

ol, ul {
	list-style: none;
	padding:0;
	margin: 0;
}

ol {
	padding: 0;
	margin: 0;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

@font-face {
	font-family: 'bpicons';
	font-weight: normal;
	font-style: normal;
	src: url('../fonts/bpicons/bpicons.eot');
	src: url('../fonts/bpicons/bpicons.eot?#iefix')
		format('embedded-opentype'), url('../fonts/bpicons/bpicons.woff')
		format('woff'), url('../fonts/bpicons/bpicons.ttf') format('truetype'),
		url('../fonts/bpicons/bpicons.svg#bpicons') format('svg');
} /* Made with http://icomoon.io/ */

/*rugular version*/
@font-face {
	font-family: 'OpenSans';
	src: url('/fonts/OpenSans-Regular.ttf');
	src: local('OpenSans-Regular.ttf'), url('/fonts/OpenSans-Regular.ttf')
		format('truetype');
}
/*bold version*/
@font-face {
	font-family: 'OpenSans';
	src: url('/fonts/OpenSans-Bold.ttf');
	src: local('OpenSans-Bold.ttf'), url('/fonts/OpenSans-Bold.ttf')
		format('truetype');
}
/*light version*/
@font-face {
	font-family: 'OpenSans';
	src: url('/fonts/OpenSans-Light.ttf');
	src: local('OpenSans-Light.ttf'), url('/fonts/OpenSans-Light.ttf')
		format('truetype');
}

html {
	padding: 0;
	margin: 0;
	font: 1em/1.6em Arial, sans-serif;
	font-size: 76%;
	font-weight: normal;
	color: #111;
}

*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	padding: 0;
	margin: 0;
	border: 0;
}

#wrapper {
	margin: 0 auto;
	margin-bottom: 200px;
	margin-top: 6em; /*position of main content from menu was 5--- must match mainMenu.ccc  .menu height*/
	width: 100%;
	min-height: 100%;
	height: auto !important;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html .clearfix {
	zoom: 1;
} /* IE6 */
*:first-child+html .clearfix {
	zoom: 1;
} /* IE7 */

/* Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearer {
	float: left;
	clear: right;
	height: 0px;
	width: 100%;
	overflow: hidden;
}

.clearfix:before, .clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}

.clearfix:after {
	clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
	*zoom: 1;
}

/*******************************************************
Reserved adjustments:
*******************************************************/
:focus {
	outline: 0;
}

a {
	color: #36c;
	border-bottom:1px dotted #36c; 
	text-decoration: none;
	-webkit-transition: color .3s;
	-moz-transition: color .3s;
	-ms-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s;
	text-shadow: none;
}

a:hover {
	color: #F91C1C;
}

.leadStory h1 a{
	border-bottom:0px;
	font-weight:bold;
}

sub{
	line-height:1em;
}
/*******************************************************
scroller:
*******************************************************/
.scroll-top-wrapper {
	z-index:9999999999999999999999;
	position: fixed;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	text-align: center;
	background: #777;
	width: 40px;
	height: 40px;
	right: 5px;
	bottom: 190px;
	padding: 0px;
	border: 2px solid #eee;
	border-radius: 25%;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.scroll-top-wrapper:hover {
	background-color: #333;
}

.scroll-top-wrapper.show {
	visibility: visible;
	cursor: pointer;
	opacity: .9;
}

.scroll-top-wrapper i {
	font-size: 2.8em;
	font-style: normal;
	font-weight: 900;
	line-height: 1.1em;
	text-align: center;
	color: #fc0;
}

/*******************************************************
support pop up:
*******************************************************/
.support-pop-up {
	z-index:9999999999999999999999999999999;
	position: fixed;
	opacity: 1;
	visibility: visible;
	overflow: hidden;
	text-align: center;
	background: #666;
	width: 100px;
	height: 200px;
	right: 0px;
	bottom: 0px;
	padding: 18px 9px 9px;
	border: 2px 2px 0 2px solid #eee;
	border-radius: 5px 5px 0 0;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
.support-pop-up .support h6{
	padding:0;
	color: #fff;
}

#support{
	position: fixed;
	opacity: 1;
	visibility: visible;
	overflow: hidden;
	text-align: center;
	background: #666;
	width: 100px;
	height: auto;
	right: 0px;
	bottom: -0;
	padding: 2px;
	border: 2px 2px 0 2px solid #eee;
	border-radius: 7px 7px 0 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#support button{
 padding:2px;
 width:95px;
 height:30px;
 border-radius: 10px;
 border: 0;
 background-color: #color: #fff;
}

#support a {
color: #fff;
}

/*******************************************************
All Headers....
*******************************************************/
h1, h2, h3, h4, h5, h6 {
	line-height: 1em;
	margin: 0;
	font-family: OpenSans, Arial, Helvetica, sans-serif;
	font-weight: normal;
	width: 100%;
	padding: .4em 0 .3em;
	color: #111;
}

h1 {
	font-size: 450%;
	font-weight: bold;
	padding: .6em 0 .2em 0;
	color: #000;
}

h1 span {
	font-size: 50%;
	font-weight: normal;
	line-height: 1em;
}

h2 {
	font-size: 250%;
	padding: 0 0 .3em 0;
	text-align:center;
}

h3 {
	font-size: 200%;
}

h4 {
	font-size: 170%;
	font-weight: 100;
}

h5 {
	font-size: 120%;
}

h6 {
	font-size: 120%;
}


hr {
	max-height: 2px;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #fff;
	border-right: none;
	border-left: none;
	width: auto;
	margin: 1em auto;
	clear: both;
}

hr.short {
	max-height: 2px;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #fff;
	border-right: none;
	border-left: none;
	width: 70%;
	margin: 2em auto;
	clear: both;
}

hr.dotted {
	max-height: 2px;
	border-top: 1px dotted #444;
	border-right: none;
	border-left: none;
	border-bottom: none;
	width: 100%;
	clear: both;
	margin:0;
}

li {
	padding: 0 0 6px 0;
}

p {
	margin: 0px;
	padding: 0 0 1em 0;
	font-size: 120%
}


.txtCenter {
	text-align: center;
}

.txtLeft {
	text-align: left;
}

.txtRight {
	text-align: right;
}
p.searchReturn a{
	width:auto;
	font-size:1.1em;
	border:0;
	padding:.25em .6em;
	margin:0 .5em 0 0;
	background:#fc0;
	color: #000;
	background: rgba(255,204,0,.6) url(none);
}
p.searchReturn{
	width:auto;
	margin-top:1em;
	color:#666;
	line-height:1.7em;
}

/*******************************************************
Floats
*****************************************************/
.right {
	float: right;
	position: relative;
	right:0;
}

.left {
	float: left;
	position: relative;
	left:0;
}


.middle {
	text-align: center;
	display: block;
	margin: 0;
}

.bottom {
	position: absolute;
	top:0;
	bottom:0;
	overflow:hidden;
	max-height:100%;
	max-width:100%;
	margin: 0;
}


.behind {
	position: absolute;
	left: 0px;
	bottom: 0px;
	overflow: hidden;
	z-index: -1;
}

/****************************************************
IFrame
*****************************************************/
iframe {
	border: 0;
	color: #999;
	min-height: 400px;
	max-height: 600px;
	max-width: 100%;
}

/****************************************************
video
*****************************************************/
video {
	width: 100%;
}

.vids video {
	width: 100%;
	height:100%;
	margin:0;
	padding:0;
}



.vids p{
	margin:-.4em 0 0;
	padding:.2em;
	background: #000;
	color:#fff;
}

@media only screen and (max-width: 780px) {
.vidMulticolumn {
   -webkit-column-count: 2;	/* Chrome, Safari, Opera */
    -moz-column-count: 2;	/* Firefox */
    column-count: 2;
}
}
@media only screen and (max-width: 480px) {
.vidMulticolumn {
   -webkit-column-count: 1;	/* Chrome, Safari, Opera */
    -moz-column-count: 1;	/* Firefox */
    column-count: 1;
}
	
}

/*******************************************************
General:
*******************************************************/
.strong {
	font-weight: bold;
}

.third {
	width: 33%;
	margin: 6px 0 8px 0;
}

.full {
	clear: both;
}

.pointer {
	cursor: pointer;
}

.red {
	color: red;
}

.zoom_element_content {
	font-size: 60px;
	color: #000;
	font-weight: bold;
	background-color: #FDFFC4;
	border: 3px solid #545454;
	text-align: center;
	clear: both;
}

.required {
	color: #ff0000;
}

.nounderline {
	text-decoration: none;
}

.hideMe a, .hideMe {
	display: none;
}

/* ======================== SECTIONS ============================ */
.section {
	clear: both;
	padding: 0 80px; /*original =200px --- then 160px*/
	margin: 0 auto;
}

.sectionwide {
	clear: both;
	padding: 1em ;
	margin: 0 auto;
}

.sectionwide:last-of-type {
	padding-bottom: 2em;
	padding-top: 0;
}

.sectionfull {
	width: 100%;
	position: relative;
	clear: both;
}

/* ================== COLUMN SETUP ================== */
.col {
	display: block;
	float: left;
	margin: 40px 0 40px 2%;
}

.col:first-child {
	margin-left: 0;
}

.colfull {
	display: block;
	float: left;
	margin: 0 0 0 2%;
}
/* ================== GROUPING ================== */
.group:before, .group:after {
	content: "";
	display: table;
}

.group:after {
	clear: both;
}

.group {
	position: relative;
	overflow: hidden;
	zoom: 1; /* For IE 6/7 */
}

.push {
	visibility: hidden;
}

/* ================== GRID OF SIX ================== */
.span_6_of_6 {
	width: 100%;
}

.span_5_of_6 {
	width: 83.06%;
}

.span_4_of_6 {
	width: 66.13%;
}

.span_3_of_6 {
	width: 48.2%;
}

.span_2_of_6 {
	width: 32.0%;
}

.span_1_of_6 {
	width: 15.33%;
}

/* ================== GRID OF EIGHT ================== */
.span_8_of_8 {
	width: 100%;
}

.span_7_of_8 {
	width: 87.25%;
}

.span_6_of_8 {
	width: 74.5%;
}

.span_5_of_8 {
	width: 61.75%;
}

.span_4_of_8 {
	width: 49%;
}

.span_3_of_8 {
	width: 36.25%;
}

.span_2_of_8 {
	width: 23.5%;
}

.span_1_of_8 {
	width: 10.75%;
}

/* ================== GRID OF TWELVE ================== */
.span_12_of_12 {
	width: 100%;
}

.span_11_of_12 {
	width: 91.66%;
}

.span_10_of_12 {
	width: 83.33%;
}

.span_9_of_12 {
	width: 75%;
}

.span_8_of_12 {
	width: 66.66%;
}

.span_7_of_12 {
	width: 58.33%;
}

.span_6_of_12 {
	width: 50%;
}

.span_5_of_12 {
	width: 41.66%;
}

.span_4_of_12 {
	width: 33.33%;
}

.span_3_of_12 {
	width: 25%;
}

.span_2_of_12 {
	width: 16.66%;
}

.span_1_of_12 {
	width: 8.33%;
}

/* ================== GO FULL WIDTH ABOVE 1900 PIXELS ==================*/
@media only screen and (min-width: 1601px) {
	.section {
		padding: 0px 10%;
	}
}


/* ================== GO FULL WIDTH ABOVE 1020 PIXELS ==================*/
@media only screen and (max-width: 1020px) {
    .section {padding: 0px 8%;}
    .ff-container input.ff-selector-type-all:checked ~ .ff-items li {width: 25%; margin: 0;}
@-webkit-keyframes scaleUp {
	50% { width: 30%; -webkit-transform: scale(0,0); }
    100% { width: 30%; -webkit-transform: scale(1,1); }
}
@-webkit-keyframes scaleDown {
	0% { width: 30%;-webkit-transform: scale(1,1);}
	99% { width: 30%; -webkit-transform: scale(0,0);}
    100% { width: 0px; -webkit-transform: scale(0,0); }
}
@-moz-keyframes scaleUp {
	50% { width: 30%; -moz-transform: scale(0,0); }
    100% { width: 30%; -moz-transform: scale(1,1); }
}
@-moz-keyframes scaleDown {
	0% { width: 30%;-moz-transform: scale(1,1);}
	99% { width: 30%; -moz-transform: scale(0,0);}
    100% { width: 0px; -moz-transform: scale(0,0); }
}

@-ms-keyframes scaleUp {
	50% { width: 30%; -ms-transform: scale(0,0); }
    100% { width: 30%; -ms-transform: scale(1,1); }
}
@-ms-keyframes scaleDown {
	0% { width: 30%;-ms-transform: scale(1,1);}
	99% { width: 30%; -ms-transform: scale(0,0);}
    100% { width: 0px; -ms-transform: scale(0,0); }
}
@keyframes scaleUp {
	50% { width: 30%; transform: scale(0,0); }
    100% { width: 30%; transform: scale(1,1); }
}
@keyframes scaleDown {
	0% { width: 30%; transform: scale(1,1);}
	99% { width: 30%; transform: scale(0,0);}
    100% { width: 0px; transform: scale(0,0); }
}
}

/* ================== GO FULL WIDTH ABOVE 800 PIXELS ==================*/
@media only screen and (max-width: 1279px) {
	.scroll-top-wrapper {
		right: 2px;
		bottom: 70px;
	}
    h1 {margin: 0 auto; display: block; text-align: center;font-size: 2.6em}
	h2 {margin: 0 auto; display: block; text-align: center;font-size: 2em}

}

/* ================== GO FULL WIDTH BELOW 768 PIXELS ==================*/
@media only screen and (max-width: 1279px) {

 #wrapper{margin-bottom:232px;}
.bottom {position: relative;}

.scroll-top-wrapper.show {
	visibility:hidden;
	cursor:pointer;
	opacity: 0;
	display: none;
}

.iframeholder {
	max-width: 100%;
    padding: 0;
    text-align: center;
}
.iframeholder p, .iframeholder a {
    text-align: center;

}
iframe{
	border: 0;
    max-width: 100%;
}

    a.gotoTop{display: none;}

    h1 {margin: 0 auto; display: block; text-align: center;font-size: 2.6em}
	h2, h4 {margin: 0 auto; display: block; text-align: center;font-size: 2em}
    .section {padding: 0px 40px;}

    .section .leadStory{ margin: 0;}

    .push {display: none;}

    .span_1_of_8, .span_2_of_8, .span_3_of_8, .span_4_of_8, .span_5_of_8, .span_6_of_8, .span_7_of_8, .span_8_of_8 { width: 100%; }

    .span_1_of_6, .span_2_of_6, .span_3_of_6, .span_4_of_6, .span_5_of_6, .span_6_of_6 { width: 100%; }

    .reduce50, .reduce75{max-width: 100%;}

    .col, #footer .col {  margin: 3% 0;}

    #footer .span_1_of_8, #footer .span_2_of_8, #footer.span_3_of_8, #footer .span_4_of_8, #footer .span_5_of_8, #footer .span_6_of_8, #footer .span_7_of_8, #footer .span_8_of_8 { width: 20%;text-align: left; }

    #footer .span_1_of_6, #footer .span_2_of_6, #footer.span_3_of_6, #footer .span_4_of_6, #footer .span_5_of_6, #footer .span_6_of_6 { width: 30%;text-align: left; }

    img{margin: 0 auto; display:  block;}

.ff-container input.ff-selector-type-all:checked ~ .ff-items li {width: 50%; margin: 0;}
.ff-container label{
    display: inline-block;
    margin: -.5px -2px;
    padding: 0;
    color: #ccc;
    width: 33.666%;
    border: 1px solid #888;

}
@-webkit-keyframes scaleUp {
	50% { width: 50%; -webkit-transform: scale(0,0); }
    100% { width: 50%; -webkit-transform: scale(1,1); }
}
@-webkit-keyframes scaleDown {
	0% { width: 50%;-webkit-transform: scale(1,1);}
	99% { width: 50%; -webkit-transform: scale(0,0);}
    100% { width: 0px; -webkit-transform: scale(0,0); }
}
@-moz-keyframes scaleUp {
	50% { width: 50%; -moz-transform: scale(0,0); }
    100% { width: 50%; -moz-transform: scale(1,1); }
}
@-moz-keyframes scaleDown {
	0% { width: 50%;-moz-transform: scale(1,1);}
	99% { width: 50%; -moz-transform: scale(0,0);}
    100% { width: 0px; -moz-transform: scale(0,0); }
}

@-ms-keyframes scaleUp {
	50% { width: 50%; -ms-transform: scale(0,0); }
    100% { width: 50%; -ms-transform: scale(1,1); }
}
@-ms-keyframes scaleDown {
	0% { width: 50%;-ms-transform: scale(1,1);}
	99% { width: 50%; -ms-transform: scale(0,0);}
    100% { width: 0px; -ms-transform: scale(0,0); }
}
@keyframes scaleUp {
	50% { width: 50%; transform: scale(0,0); }
    100% { width: 50%; transform: scale(1,1); }
}
@keyframes scaleDown {
	0% { width: 50%; transform: scale(1,1);}
	99% { width: 50%; transform: scale(0,0);}
    100% { width: 0px; transform: scale(0,0); }
}

}

/* ================== GO FULL WIDTH BELOW 480 PIXELS ==================*/
@media only screen and (max-width: 480px) {

    #wrapper{margin-bottom:332px;}

    .scroll{display: none;}
	

    h1 {margin: 0 auto; display: block; text-align: center;font-size: 2.6em}
	h2 {margin: 0 auto; display: block; text-align: center; font-size: 2em}

    .leadStory .intro{font-size: 1.3em; line-height: 1.4em; padding: 1em 0 2em 0;}

    .section {padding: 0px 18px}

    .section .leadStory{ margin: 0;}

	.span_1_of_8, .span_2_of_8, .span_3_of_8, .span_4_of_8, .span_5_of_8, .span_6_of_8, .span_7_of_8, .span_8_of_8 { width: 100%; }

    .span_1_of_6, .span_2_of_6, .span_3_of_6, .span_4_of_6, .span_5_of_6, .span_6_of_6 { width: 100%; }

	.col, #footer .col {  margin: 3% 0; }

    #footer .span_1_of_8, #footer .span_2_of_8, #footer.span_3_of_8, #footer .span_4_of_8, #footer .span_5_of_8, #footer .span_6_of_8, #footer .span_7_of_8, #footer .span_8_of_8 { width: 100%;text-align: center; }

	#footer .span_1_of_6, #footer .span_2_of_6, #footer.span_3_of_6, #footer .span_4_of_6, #footer .span_5_of_6, #footer .span_6_of_6 { width: 50%;text-align: center; padding: 0;}
	
	
#footer .social img{
	text-align:left;
	float:left;
	
}

#footer ul li {
	text-align:left;
	padding: 0;
}

	.push {display: none;}

    img{margin: 0 auto; display:  block;}

.ff-container input.ff-selector-type-all:checked ~ .ff-items li {width: 100%; margin: 0;}
.ff-container label{
    display: inline-block;
    margin: -.5px -2px;
    padding: 0;
    color: #ccc;
    width: 50.5%;
    border: 1px solid #888;

}
.ff-container input.ff-selector-type-all:checked ~ label.ff-label-type-all,
.ff-container input.ff-selector-type-1:checked ~ label.ff-label-type-1,
.ff-container input.ff-selector-type-2:checked ~ label.ff-label-type-2,
.ff-container input.ff-selector-type-3:checked ~ label.ff-label-type-3,
.ff-container input.ff-selector-type-4:checked ~ label.ff-label-type-4,
.ff-container input.ff-selector-type-5:checked ~ label.ff-label-type-5,
.ff-container input.ff-selector-type-6:checked ~ label.ff-label-type-6,
.ff-container input.ff-selector-type-7:checked ~ label.ff-label-type-7,
.ff-container input.ff-selector-type-8:checked ~ label.ff-label-type-8,
.ff-container input.ff-selector-type-9:checked ~ label.ff-label-type-9,
.ff-container input.ff-selector-type-10:checked ~ label.ff-label-type-10

{
	border-bottom: 0;
    background: #fc0;
    color: #111;
}
@-webkit-keyframes scaleUp {
	50% { width: 100%; -webkit-transform: scale(0,0); }
    100% { width: 100%; -webkit-transform: scale(1,1); }
}
@-webkit-keyframes scaleDown {
	0% { width: 100%;-webkit-transform: scale(1,1);}
	99% { width: 100%; -webkit-transform: scale(0,0);}
    100% { width: 0px; -webkit-transform: scale(0,0); }
}
@-moz-keyframes scaleUp {
	50% { width: 100%; -moz-transform: scale(0,0); }
    100% { width: 100%; -moz-transform: scale(1,1); }
}
@-moz-keyframes scaleDown {
	0% { width: 100%;-moz-transform: scale(1,1);}
	99% { width: 100%; -moz-transform: scale(0,0);}
    100% { width: 0px; -moz-transform: scale(0,0); }
}

@-ms-keyframes scaleUp {
	50% { width: 100%; -ms-transform: scale(0,0); }
    100% { width: 100%; -ms-transform: scale(1,1); }
}
@-ms-keyframes scaleDown {
	0% { width: 100%;-ms-transform: scale(1,1);}
	99% { width: 100%; -ms-transform: scale(0,0);}
    100% { width: 0px; -ms-transform: scale(0,0); }
}
@keyframes scaleUp {
	50% { width: 100%; transform: scale(0,0); }
    100% { width: 100%; transform: scale(1,1); }
}
@keyframes scaleDown {
	0% { width: 100%; transform: scale(1,1);}
	99% { width: 100%; transform: scale(0,0);}
    100% { width: 0px; transform: scale(0,0); }
}


}


/*******************************************************
******* Footer *******
********************************************************/
#footer {
	font-size: 1em;
	padding-top: 28px;/*was 18*/
	padding-bottom: 8px;
	min-height: 200px;
	width: 100%;
	position: fixed;
	bottom: 0;
	z-index: -100;
	margin: 0 auto;
}

#footer.simple-footer
{
	padding-top: 5px;
	padding-bottom: 3px;
	min-height: 20px;
}

#footer p.single-line-centre
{
	text-align: center;
	margin: 2px auto;
}

#footer .col {
	margin: 0;
}

#footer .leadStory {
	padding: 18px 0 12px;
}

#footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#footer ul li {
	list-style: none;
	width: auto;
	padding: 0 0 6px 0;
	margin: 0;
}

#footer  h3 {
	text-transform: uppercase;
	letter-spacing: 4px;
	font-size: 1.4em;
	padding: 0 0 1em;
}

#footer  a:hover {
	text-decoration: underline;
	text-shadow: none;
}

#footer .social img{
	text-align:left;
	float:left;
	padding:0 4px 0 0;
	width:20px;
	height:auto;

}


/*******************************************************/
/*
.flex-container {
  display: flex;
  height: auto;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: left;
  align-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}
.tint{
	background-color:#eee;
}

.flex-container video{
	width:100%;
	height: auto;
}
.flex-container > div {
 background:#ddd;
  width: 25%;
  height:auto;
  border:7px solid #fff;
  text-align: center;
  position:relative;
  flex-grow:1;
  padding:0px;
}

.flex-container > div.press {
  min-width: 33.333%;
  border:0;
  border-left:1px solid #999;
  border-right:1px solid #999;
  padding:0 1em 0;
  margin: 2em -1px 4em 0;
  font-size: 1em;
  flex-grow:1;
}

.flex-container > div.press a{
  text-align:center;
  font-weight:100;
}

.flex-container p{
  padding:.4em;
}

.flex-container h4{
	font-size: 1.5em;
	font-weight: bold;
	padding:.4em;
	text-align: center;
}

.flex-container .generalButton a{
	width:70%;
	Margin:1em 0;
	position:relative;
	bottom:1em;

}
.flex-container .products {
	background-color: #cdd7e6;
	color: #111;
	padding-top:1.6em;
}
.flex-container .products .mcat {
	background-color: #ddd;
	color: #111;
	padding-top:1.6em;
}
.flex-container .products .MC {
	background-color: #cdd7e6;
	color: #111;
	padding-top:1.6em;
}
.flex-container .products .flex {
	background-color: #cdd7e6;
	color: #111;
	padding-top:1.6em;
}

.flex-container .people {
	background-color: #ddd7d0;
	color: #111;
}
.flex-container .general {
	background-color: #eee;
	color: #111;
	padding:12px;
}
.flex-container .homeNews {
	background-color: #000;
	color: #fff;
}
.flex-container .homeNews h4 {
	font-size: 1.6em;
	font-weight: bold;
	padding:.4em;
	color: #F93;
}

.flex-container .trans {
	background-color: transparent;
	color: #fff;
	text-align:left;
}


@media only screen and (max-width: 1280px) {
	.flex-container > div {
  		width: 100%;
}

.flex-container > div.press {
  		width: 100%;
		margin: 0 0-1px 0;
		padding: 1em 0;
}

.flex-container .generalButton a{
	width:50%;
}
	
}

@media only screen and (max-width: 970px) {
	.flex-container > div {
  	width:100%;	
}

.flex-container > div.press {
  		width: 100%;
		margin: 0 0-1px 0;
		padding: 1em 0;
}

.flex-container .generalButton a{
	width:70%;
}
	
}

*/