@charset "utf-8";
/* CSS Document */

/*General flex styles**/
.margin-top {
	margin-top: 1em;
}
.flex-container {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex!important;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap!important;
	margin-left: -24px;
}
.box-one {
	flex: 1 240px;
	-moz-box-flex: 0;
	-webkit-flex: 1 240px;
	-ms-flex: 0 1 240px;
	margin: 0 0 24px 24px;
}
.box-two {
	flex: 2 240px;
	-moz-box-flex: 0;
	-webkit-flex: 2 240px;
	-ms-flex: 0 2 240px;
	margin: 0 0 24px 24px;
}
.box-three {
	flex: 3 240px;
	-moz-box-flex: 0;
	-webkit-flex: 3 240px;
	-ms-flex: 0 3 240px;
	margin: 0 0 24px 24px;
}
.box-four {
	flex: 4 240px;
	-moz-box-flex: 0;
	-webkit-flex: 4 240px;
	-ms-flex: 0 4 240px;
	margin: 0 0 24px 24px;
}
.box-one-190 {
	flex: 1 190px;
	-moz-box-flex: 0;
	-webkit-flex: 1 190px;
	-ms-flex: 0 1 190px;
	margin: 0 0 24px 24px;
}
.box-one-100 {
	flex: 1 100px;
}
.responsive-layout-normal .box-one {
	-moz-box-flex: 0;
	-webkit-flex: 1 200px;
	-ms-flex: 0 1 200px;
}
.responsive-layout-mobile .box-one, .responsive-layout-mobile .box-two, .responsive-layout-mobile .box-three {
	-webkit-box-flex: 1;
	-ms-flex: 1 100%;
	flex: 1 100%;
}
.responsive-layout-mobile #section-footer .box-one {
	margin-bottom: 0;
}
.order1 {
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1
}
.order2 {
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2
}
.order3 {
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3
}
.order4 {
	-webkit-order: 4;
	-ms-flex-order: 4;
	order: 4
}
.order5 {
	-webkit-order: 5;
	-ms-flex-order: 5;
	order: 5
}
/*Layouts---------------------------------------------------*/
.flex-media {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-bottom: 1.5em;
}
.flex-media-figure {
	margin: 0 1em 0 0;
}
.flex-media-figure .width-200 {
	margin: 0;
}
h2.flex-media-content a, h3.flex-media-content a, h4.flex-media-content a {
	text-decoration: none;
}
h2.flex-media-content a:hover, h3.flex-media-content a:hover, h4.flex-media-content a:hover {
	text-decoration: underline;
}
.flex-media-content {
	-ms-flex: 1;
	flex: 1;
	-webkit-box-flex: 1!important;
}
.responsive-layout-narrow .flex-media, .responsive-layout-mobile .flex-media {
	display: inline;
	margin-top: 1em;
}
div.boxonecol, div.boxonecol-150 {
	clear: both;
	margin: 0 1em 0.5em 0;
}
div.boxonecol h2, div.boxonecol-150 h2, div.boxonecol h3, div.boxonecol-150 h3, div.boxonecol p, div.boxonecol-150 p {
	overflow: hidden;
}
div.boxonecol ul, div.boxonecol-150 ul {
	overflow: hidden;
	margin: 0!important;
}
div.boxonecol img {
	float: left;
	margin: 0 1.5em 1.5em 0;
}
div.boxonecol-150 img {
	float: left;
	margin: 0 1.5em 1.5em 0;
	width: 150px;
}
ul.col-3 {
	list-style-position: inside;
	-webkit-column-count: 3!important; /* Chrome, Safari, Opera */
	-moz-column-count: 3; /* Firefox */
	column-count: 3;
}
ul.col-3 li:before {
	margin-left: -1.35em;
}
/*Image map************************/
.map-container {
	display: table!important;
	width: 100%;
	height: 100%;
}
.map-one, .map-two, .map-three {
	display: table-cell!important;
	text-align: left;
	padding: 1em;
	vertical-align: top;
	line-height: 1.5em;
}
.responsive-layout-normal .map-one, .responsive-layout-normal .map-two, .responsive-layout-normal .map-three, .responsive-layout-narrow .map-one, .responsive-layout-narrow .map-two, .responsive-layout-narrow .map-three, .responsive-layout-mobile .map-one, .responsive-layout-mobile .map-two, .responsive-layout-mobile .map-three {
	display: block!important;
	width: 100%;
}
.responsive-layout-mobile .map-hidden-mobile {
	display: none!important;
}
.map-hidden-mobile img {
	max-width: none!important;
}
.infographics {
	border-top: 4px solid #004E92;
	border-bottom: 4px solid #004E92;
	padding-top: 0;
	margin-bottom: 2em;
}
.infographics-text {
	font-style: italic;
	font-size: 0.95em;
}
/*Social sharing***********/
.view-blogs .field.field-name-field-summary.field-type-computed.field-label-hidden {
	margin-bottom: 1em;
}
.animate-icons {
	font-family: fontawesome-webfont;
}
.youtube-style .box-one {
	margin: 0 0 0 24px;
}
/*Youtube**********/
.youtube-style, div.youtube-style {
	margin-bottom: 1em;
	padding: 1em 1em 0.1em 1em;
	background: #e8e8e8;
	border: 1px solid #ccc;
}
.fluid-youtube {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
}
.fluid-youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*Button like layouts with slider************/
.promo-box h2, .promo-box h3, .promo-box h4 {
	padding: 0.25em 0.5em 0 0.5em;
}
.promo-box a:hover {
	color: white;
}
.promo-feature {
	background: white;
	padding: 1.5em 1.5em 1em 1.5em;
}
.promo-feature a {
	text-decoration: underline!important;
	color: #005595!important;
}
/*Stats******************/
.counter-animate, .counter {
	font-size: 3.5em;
	line-height: 1.5em;
	margin-bottom: 0;
}
.statistics.hero {
	padding: 0;
	background: none;
	border: none;
}
.box-one.stats1, .box-one.stats2 {
	border: 1px solid white;
}
.stats1, .stats2 {
	color: white;
	background: #005595!important;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.15em;
	padding: 0 1em 0 1em;
}
.stats2 {
	background-color: #ccc!important;
	color: black;
}
.stats1 img, .stats2 img {
	display: block;
	margin: 0 auto;
}
.stats1 p, .stats2 p {
	padding: 0!important;
}
/*Firefox fixes***************/
@-moz-document url-prefix() {
.static-popular .flex-container, .hp-hero .flex-container, #topic-page .flex-container {
 display:block!important;
-moz-column-count:4;
 -moz-column-width: 200px;
}
@-moz-document url-prefix() {
#topic-page .flex-container .box-one {
height:400px;
}
@-moz-document url-prefix() {
.green-army .box-one {
height:160px;
-ms-flex-flow:row;
flex-flow:row;
}
@-moz-document url-prefix() {
.hero .flex-container {
 display:block!important;
-moz-column-count:3!important;
 -moz-column-width: 260px;
}
@-moz-document url-prefix() {
.box-one.homepage-feature {
 margin: -1.5em 0.1em 0px 0.9em!important;
}
 @-moz-document url-prefix() {
.hero h3 {
 font-size: 1.15em;
}
 @-moz-document url-prefix() {
.responsive-layout-narrow .hp-hero .flex-container, .responsive-layout-mobile .hp-hero .flex-container {
 display:block!important;
-moz-column-count:2;
 -moz-column-width: 300px;
}
@-moz-document url-prefix() {
.responsive-layout-narrow .static-popular .flex-container, .responsive-layout-mobile .static-popular .flex-container {
 display:block!important;
-moz-column-count:3;
 -moz-column-width: 300px;
}
@-moz-document url-prefix() {
.responsive-layout-narrow .box-one.homepage-feature {
margin: 0 1em 1em 2.8em!important;
}
@-moz-document url-prefix() {
.responsive-layout-mobile .box-one.homepage-feature {
margin: 1em 1em 1em 2.8em!important;
}

