/*
+-+-+-+ +-+-+-+-+-+-+ +-+-+-+-+-+-+-+-+-+
PLAN DESIGN FRAMEWORK
+-+-+-+ +-+-+-+-+-+-+ +-+-+-+-+-+-+-+-+-+                                   

CORE CSS
Table of Contents
-----------------------------------------------------
:: 1. Reset & Standards
:: 2. Typography
:: 3. Print Stylese
:: 4. Links
:: 5. Lists
:: 6. Alignment
:: 7. Tables
:: 7. Tabledf
:: 8. Alerts
:: 9. Labels
:: 10. Buttons
:: 11. Drop Downs
:: 12. Shapes
:: 13. Tabs
:: 14. Accordians
:: 15. Forms.wp-caption-text
:: 16. Misc
:: 17. The Grid
:: 18. Site Styles
:: 19. MediaQueriesen
*/
/*------------------------------------------------------------------------------
   :: 1. Resets & Standards
-------------------------------------------------------------------------------*/
html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -webkit-overflow-scrolling: touch; -webkit-tap-highlight-color:rgba(0,0,0,0.2);min-height:101%;}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden],template { display: none;}
figure { margin: 0; } 
video{display:block;}
html, button, input, select, textarea { font-family: arial, sans-serif; color:#4a4a4a;}

::-moz-selection { background: #0C7EBF; color: #fff; text-shadow: none; }
::selection { background: #0C7EBF; color: #fff; text-shadow: none; }

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, ul, li,fieldset, form, label, legend,table, caption,tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary,time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
img {
  /* Responsive images (ensure images don't scale beyond their parents) */
	max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */
 	width: auto\9;
  /* IE7-8 need help adjusting responsive images */
	height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */
	vertical-align: middle;
  border: 0;
 -ms-interpolation-mode: bicubic;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;

}

img.responsiveImg{width:100%; visibility:hidden;min-height:300px;}
svg:not(:root) { overflow: hidden; }

/* BOX SIZING###################################
apply a natural box layout model to all elements - THIS is fab.. If I say the width is 200px, gosh darn it, it's gonna be a 200px wide box even if I have 20px of padding.*/
*, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after, .clear {
  clear: both;
  line-height:0.1em;
}

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 20px; }
dfn { font-style: italic;}
em{font-style:italic;}
i{font-style:inherit;}
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; overflow: auto;}
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
.small { font-size: 80%; }
/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
a:hover, a:active, :focus { outline: 0; }
a {background-color: transparent;}

html { font-size: 62.5%;/*set base font to 10*/ } 

body { 
background: #e9e9e9; 
font-family: arial, sans-serif;
font-weight:normal;
font-size: 16px; font-size: 1.6rem; /*relative ems */
line-height: 1.5;  
color: #000; 
height:100%;
margin:0;
padding:0;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility; 
}

/*------------------------------------------------------------------------------
	:: 2. TYPOGRAPHY
-------------------------------------------------------------------------------- */
/*heading font*/
/*heading font venneer*/
/*heading font*/
@font-face {
  font-family: 'Veneer';
  src: url('https://stories.plancanada.ca/wp-content/themes/planTheme/fonts/veneer-webfont.eot?#iefix') format('embedded-opentype'),  url('https://stories.plancanada.ca/wp-content/themes/planTheme/fonts/veneer-webfont.woff') format('woff'), url('https://stories.plancanada.ca/wp-content/themes/planTheme/fonts/veneer-webfont.ttf')  format('truetype'), url('https://stories.plancanada.ca/wp-content/themes/planTheme/fonts/veneer-webfont.svg#Veneer') format('svg');
  font-weight: normal;
  font-style: normal;
}

	h1, h2, h3, h4, h5, h6 { font-family: 'Veneer',arial, sans-serif; font-weight: 400; line-height: 1.1 ;text-rendering: optimizeLegibility;margin:0;padding:12px 0 18px;text-transform:uppercase;color:#0072CE; letter-spacing:1px}
	h1 small, h2 small, h3 small, h4 small, h5 small, h6 small { font-size: 50%; line-height: 0; font-weight:normal;}
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; color:inherit;}
	h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { font-weight: inherit; color:inherit;}
	h1 { font-size: 60px; font-size: 6.0rem;}
	h2 { font-size: 60px; font-size: 6.0rem;}
	h3 { font-size: 40px; font-size: 4.0rem;}
	h4 { font-size: 28px; font-size: 2.8rem;}
	h5 { font-size: 18px; font-size: 1.8rem;font-family:arial,sans-serif;font-weight:bold;margin:12px 0; text-transform:none;letter-spacing:0;}
	h6 { font-size: 16px; font-size: 1.6rem;font-family:arial,sans-serif;font-weight:bold;margin:12px 0 6px; text-transform:none;letter-spacing:0;}
	
	h1 b, h2 b, h3 b, h4 b, h5 b, h6 b, h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong{  font-weight:normal;}
	
    ul +h3, p+h3{margin-top:30px;}
h1.big{font-size:60px;}
.subheader { color: #777; font-weight:400;line-height: 1.385; }

	p {margin: 0 0 18px;font-size:16px;font-size:1.6rem;}
	p.lead, .lead p { font-size: 20px; font-size: 2.0rem; letter-spacing:0.25px}
	.lead p.small{font-size:16px;}
    p.small{font-size:85%;}
   .lead ul{font-size:20px; margin-bottom:36px;}
	
	/*	Blockquotes  */
	blockquote, blockquote p {color: #fff; font-size:20px; font-size:2.0rem; line-height:1.5}
	blockquote p{display:inline;}
	blockquote p.quote{display:inline;}
	blockquote { margin: 0 15px; padding: 9px 20px 0 19px;  quotes: "\201C""\201D""\2018""\2019";}
	
	blockquote p.quote:before {
 	 color: #58CAE7;
  	font-family:veneer;
  	font-weight:normal;
  	content: open-quote;
  	font-size: 40px;
  	line-height: 0.1em;
  	margin-right: 0.25em;
 	 vertical-align: -12px;
	}
	blockquote p.quote:after {
 	 color: #58CAE7;
  	font-family:veneer;
  	font-weight:normal;
  	content: close-quote;
  	font-size: 40px;
  	line-height: 0.1em;
  	margin-right: 0.25em;
 	 vertical-align: -12px;
	}
.quoteStart{
	font-family: veneer;
    font-size: 54px;
    color: #ef008c;
    position: relative;
    line-height: 1;
    vertical-align: -20px;
    display: inline-block;
    padding: 0 6px 0 0;
    height: 30px;
	
}
.quoteEnd{
	font-family: veneer;
    font-size: 54px;
    color: #ef008c;
    position: relative;
    line-height: 1;
    vertical-align: -20px;
    display: inline-block;
    padding: 0 0px 0 6px;
    height: 30px;
	
}

	blockquote cite , cite{ display: inline-block; font-size: 16px; font-size: 1.6rem; color: #ccc; }
	blockquote cite:before,cite:before { content: "\2014 \0020"; }/*see ascii codes for more symbols*/
	blockquote cite a, blockquote cite a:visited { color: #ccc; }

cite.citation{color:#333!important;font-size:14px; }
	
	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 6px 0; height: 0; 
     -moz-box-sizing: content-box;box-sizing: content-box;}
	
	abbr, acroym { text-transform: uppercase; font-size: 90%; color: #222; border-bottom: 1px solid #ddd; cursor: help; }
	abbr { text-transform: none; }

.pullquote{
    font-family:'Veneer', arial, sans-serif;
    font-size:26px;
    letter-spacing:0.7px;
    color:#fff;
    line-height:1.2;
    padding: 12px 20px 18px 20px;
    background: url(/wp-content/themes/planTheme2018/img/template/textured-block-blue.png);
    background-size: 100% 100%;
    quotes: "\201C""\201D""\2018""\2019";
}



.pullquote.pullLeft{float:left;width:320px;padding:12px 20px; margin:0 20px 12px 0;}
.pullquote.pullRight{float:right;width:320px;padding:12px 20px; margin:0 0 12px 20px;}
.pullquote:before {
    color: #fff;
    content: open-quote;
    font-family: 'Veneer',arial;
    font-weight: normal;
    line-height: 1px;
    margin-right: 6px;
    vertical-align: -12px;
    font-size:48px;
}
.pullquote:after {
 	 color: #fff;
  	font-family:'Veneer', arial;
  	font-weight:normal;
  	content: close-quote;
  line-height: 1px;
  	margin-left: 6px;
 	 vertical-align: -12px;
    font-size:48px;
	}

.pullquote.noquotes:before,.pullquote.noquotes:after{
	display:none;
}
.texturedBlock.tb-biaag{
    background: url('/wp-content/themes/planTheme/img/template/textured-block-biaag.png');
    color:#fff;
	padding:15px 30px;
	background-size:100% 100%;
	margin-bottom:18px;
	
}

#mainContent .texturedBlock.tb-biaag ul >li {
    background: url(/wp-content/themes/planTheme2018/img/template/bullet3.png) 4px 4px no-repeat;
    padding: 0 0 0 30px;
}
.texturedBlock.alignRight{float:right!important; margin:9px 0 0 15px!important;}
.texturedBlock.tb-plan{
    background: url('/wp-content/themes/planTheme2018/img/template/textured-block-blue.png');
    color:#fff;
	padding:15px 30px;
	background-size:100% 100%;
	margin-bottom:18px;
}
.texturedBlock.tb-plan2{
    background: url('/wp-content/themes/planTheme2018/img/template/textured-block-blue2.png');
  
	padding:15px 30px;
	background-size:100% 100%;
	margin-bottom:18px;
	color:#000;
}
.texturedBlock.tb-green{
    background: url('/wp-content/themes/planTheme2018/img/template/textured-block-green.png');
	padding:15px 30px;
	background-size:100% 100%;
	margin-bottom:18px;
	color:#fff;
}
.texturedBlock.tb-grey{
    background: url('/wp-content/themes/planTheme2018/img/template/textured-block-grey.png');
	padding:15px 30px;
	background-size:100% 100%;
	margin-bottom:18px;
	color:#000;
}
.texturedBlock.tb-plan2 p{color:#000;margin:0;}
/*---------------------------------------------------------------------------------------------------
	:: 3. Print Styles
-------------------------------------------------------------------------------------------------*/
@media print {
	* { background: transparent !important;  box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; ;} /* Black prints faster: h5bp.com/s */
  body{font-family:arial,sans-serif!important; font-size:14px!important;color:#000!important;}
  a, a:visited { text-decoration: underline; display:none;}
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  table th{color:black;}
  tr, img { page-break-inside: avoid; }
  body td.highlight2{background:#000!important;color:#fff!important;}
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
  #mainContent{width:100%!important}
  header,footer,aside.mainNav,a.toTop,a.printButton{display:none;}
}		
/*	------------------------------------------------------------------------------
	:: 4. Links
-------------------------------------------------------------------------------- */
	a { color:#0072CE; text-decoration: none; line-height: inherit; cursor:pointer;}
	a:hover {color: #243C4B; }
	a:focus {outline: none; }
	a.active{color:#0072CE; }
	p a, p a:visited { line-height: inherit; }	

/*	------------------------------------------------------------------------------
	:: 5. Lists
	------------------------------------------------------------------------------ */
	ul { list-style: circle outside; }
	ol { list-style: decimal; }
	ol,ul, ul.square, ul.circle, ul.disc { margin: 12px 0 18px 18px; }
	ul.square { list-style: square outside; }
	ul.disc { list-style: disc outside; }
	.no_list, ul.accordion{list-style:none;margin: 0 0 18px 0;}


#mainContent ul.no_list li{list-style:none; background:none; margin:0 0 9px 0;padding:0}

	ul.fancy{list-style:square; margin:0 0 18px 0; }/*list-style-image sucks so use background image instead*/
		ul.fancy >li{
			/*background:url(list.png) 4px 4px no-repeat;*/
			padding: 0 0 0 24px;
			
			}
	ul li ul {
  	  list-style: inherit;
	}
	ul li ul, ul li ol, ol li ol {
   		margin:6px 0 0 20px;
    	}
	ol li ol{
		list-style:lower-roman;
		}
    
   #mainContent ul.numbers{
    
    }
#mainContent ul{list-style:none; margin:0 0 24px 0; }/*list-style-image sucks so use background image instead*/
		#mainContent ul >li{
			background:url(/wp-content/themes/planTheme2018/img/template/bullet.png) 4px 4px no-repeat;
			padding: 0 0 0 30px;
        }
		#mainContent ul.bloomUl >li{
			background:url(/wp-content/themes/planTheme2018/img/template/bullet4.png) 4px 4px no-repeat;
			padding: 0 0 0 30px;
        }


    

	li { margin-bottom: 6px; }
	dl dt {font-weight: bold;font-size:14px; font-size:1.4rem;margin:0 0 1px 0;}
    dl dd { margin: 0 0 18px 0px; }
	nav > ul, nav > ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
    nav.navRow{margin:0;}
	nav.navRow ul li{display:block; float:left; padding:0px;}
	nav.navRow ul li:first-child{padding:0;}
	nav.navRow ul li:last-child{padding:0}
	nav li a{display:block;}
	
	nav.navList ul{
		}
	nav.navList li{
		padding:0px;
		font-size:14px;
		font-size:1.4rem;
		margin:0 0 0 0;
	}
	nav.navList li a{
		display:block;
		padding:0 4px;
		}

	
/*----------------------------------------------------------
	:: 6. alignment 
-----------------------------------------------------------*/
.left{float: left; }
.right{ float: right; }
.text-left{ text-align: left; }
.text-right{ text-align: right; }
.text-center { text-align: center; }


.alignRight {float:right; display:block; margin-left:15px!important;}
.alignLeft{float:left; display:block; margin-right:15px!important;}

img.alignRight, img.alignright {float:right; display:block; margin:9px 0px 9px 15px;}
img.alignLeft, img.alignleft{float:left; display:block; margin:9px 15px 9px 0px;}

.wp-block-image{margin-bottom:18px}

.wp-block-image .alignleft,.wp-block-image .alignright, .wp-block-image .aligncenter{margin-bottom:12px;}

img.alignCenter,img.aligncenter{float:none; display:block; margin:9px auto 18px;}
img.fullWidth{float:none;display:block; margin:30px auto;}
img.bordered{border:1px solid #ddd;}
img.block{margin:0 0 18px; display:block;}

.wp-caption img.aligncenter{margin:0px auto 0;}
/*.wp-caption{width:100%!important;}*/
.wp-caption{width:auto; max-width:100%;}
.wp-caption.alignright,.wp-caption.alignleft, .wp-caption.aligncenter{/*width:auto!important;*/}
.wp-caption.aligncenter{display:block;}
/*-------------------------------------------------------------
	:: 7.table styles
-----------------------------------------------------------------*/
	table{
        border-collapse: collapse; 
        border-spacing: 0;
		width:100%;
		margin-bottom:18px;
		
		}
	table td,table th{

    	line-height:1.5em;
    	padding: 10px;
    }
    table td table td{padding:0}
	table th{
		background:#0072c3;
		color:#fff;
		text-align:left;
		}
 	.table-bordered td,.table-bordered th{
		border: 0;
    	line-height:1.5em;
    	padding: 8px;
    	}


.table-striped{
    border:1px solid #ddd;
    border-collapse: separate;
    border-spacing: 2px;
}
.table-striped tbody > tr{
     background-color: #f2f8fc;
}
.table-striped tbody > tr:nth-child(2n+1) > td {
   		 background-color: #e5f1f9;
	}	
	td { vertical-align: top; }
table.countryInfo {
    border:1px solid #ddd;
    border-collapse: separate;
    border-spacing: 2px;
}
    table.countryInfo td{}


/*------------------------------------------------------------
	:: 8.alerts
-------------------------------------------------------------*/
.alert {
   background-color:#F2F8FC;
   border: 1px solid #D9EDF7;
   border-radius: 0;
   margin-bottom: 18px;
   padding: 8px 35px 8px 14px;
   text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
   color: #0072CE;
   font-size:107%;
}
.alert-warning{
	background-color: #F2DEDE;
    border-color: #EED3D7;
    color: #B94A48;
	}
.alert-success{
	background-color: #DFF0D8;
    border-color: #D6E9C6;
    color: #468847;
	}
/*-----------------------------------------------------------------
	:: 9.labels
-----------------------------------------------------------------*/
.label{
	display:inline-block;
	font-weight:bold;
	padding:3px 8px 2px;
	margin:0 3px 0 0px;
	color:#fff;
	background:#666;
	line-height:1.4;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	}
.label-important{
	background:#B94A48;          
	}
/*--------------------------------------------------------------------
	:: 10.BUTTONS
---------------------------------------------------------------------*/
.button, .submitButton input[type="submit"], .DonationButtonCell input, .sponsorForms .BBFormButtonCell input[type="button"],.BBFormButtonCell input[type="submit"], .storyBlockCont h5.morelink a, button.search-submit,#emailSub-widget input.submit{
	background-color: #0072c3;
    color: #FFFFFF;   
	cursor: pointer;
    display: inline-block;
    font-size: 16px; font-size: 1.6rem;
    letter-spacing:1px;
    font-weight:bold;
    text-transform:uppercase;
    margin-bottom: 0;
    padding: 8px 24px;
    text-align: center;
    vertical-align: middle;
	-webkit-border-radius: 0px;
	border-radius: 0px; 
	-webkit-transition: background-color 0.15s ease-in-out; 
	-moz-transition: background-color 0.15s ease-in-out; 
	-o-transition: background-color 0.15s ease-in-out; 
	transition: background-color 0.15s ease-in-out;
    border:2px solid #0072c3;
	}
	input.button[type="submit"]{
		line-height:1;
		padding:8px 18px 9px 18px;
		display:block;
		/*input buttons don't accept line height in ff.. pretty odd. */
		}
	.button:hover, .button.open, .button.active,.submitButton input[type="submit"]:hover, .sponsorForms.storyBlockCont h5.morelink a:hover, .onState,button.search-submit:hover,#emailSub-widget input.submit:hover{
		background:#fff;
        border:2px solid #0072c3;
		color:#0072c3;
		}

.button-donate, .button-donate.active{
	background: #F1C400;
    color:#000000;
    border:2px solid #F1C400;
	
 }	
.button-donate:hover{
    background:#fff;
    color:#000000;
    border:2px solid #F1C400;
    text-shadow:none;
}
.button-white{
	background: #fff;
    color:#0072CE;
    border:2px solid #fff;
 }	
.button-white:hover{
	background: #0072CE;
   border:2px solid #fff;
    color:#fff;
 }	
.button-white-biaag,.button-white-biaag.active{
	background: #fff;
    color:#EF008C;
    border:2px solid #fff!important;
 }	
.button-white-biaag:hover{
	background: #EF008C;
    color:#fff;
    border:2px solid #fff;
 }	
.button-biaag{
    background:#EF008C;
    color:#fff;
    border:2px solid #EF008C;
}
.blue_bkg .button-biaag{
    background:#EF008C;
    color:#fff;
    border:2px solid #fff;
}
.blue_bkg .button-biaag{
    background:#EF008C;
    color:#fff;
    border:2px solid #fff;
}
.button-biaag:hover{
    background:#fff;
    color:#EF008C;
    border:2px solid #EF008C;
}
.blue_bkg .button-biaag:hover{
    background:#fff;
    color:#EF008C;
    border:2px solid #fff;
}
.button-green{
	background: #00843d;
    color:#fff;
    border:2px solid #00843d;
 }	
 .button-green:hover{
	background: #fff;
    color:#00843d;
     border:2px solid #00843d;
 }
.on-green{color:#00843d}
.on-green:hover{background:#00843d}

/*==button sizes==================================================*/
.button-large, input.button-large[type="submit"]{
	 font-size: 20px; font-size: 2rem;
	 padding:8px 27px;
	}
.button-small,input.button-small[type="submit"] {
    font-size: 12px;font-size:1.2rem;
    padding: 3px 14px 4px;
	line-height:18px;
}	

.full-width,.button-long{width:100%; display:block;}

.button-group1 a.button{margin-left:8px!important;margin-right:8px!important;}
.button-group a.button{margin-left:8px!important;margin-right:8px!important;}
/*----------------------------------------------------
	:: 11. button drop down
-------------------------------------------------------*/
.dropdown{position:relative; display:block;margin:0 0 12px 0;}

.dropdown > a{
	border:1px solid #ddd;
	display:inline-block;
	padding:7px 8px;
	width:100%;
	font-weight:bold;
	background: url(/wp-content/themes/planTheme2018/img/template/selectArrow.gif) top right no-repeat #fff;
	}

/*.dropdown > a:after{
    font-family: FontAwesome;
    font-weight: normal;
 	font-style: normal;
    display: inline-block;
    font-size:16px;font-size:1.6rem;
    vertical-align: middle;
    text-decoration: inherit;
    width: 1em;
    text-align:right;
    content: "\f0d7";
	line-height:0.9em;
	}*/
/*.dropdown > a.open:after{
	content: "\f0d8";
	}*/
.dropdown  ul {
    -moz-box-sizing: content-box;/*cos otherwise is like a pixel to small*/
	background:#fff;
    background:rgba(255, 255, 255, 0.95);
    border-color: #CCCCCC #CCCCCC;
    border-image: none;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    display: none;
    list-style: none outside none;
    padding: 0;
	margin:0;
    z-index: 40;
}
    .dropdown  ul li{border-bottom:1px solid #ddd;display:block;margin:0!important;padding:0!important;background:none!important}
	.dropdown  ul li:last-child{border:none;}
	.dropdown  ul li a{display:block;padding:6px 10px;text-align:left;}
	.dropdown  ul li a:hover{background:#e3f4f9;}

/* -----------------------------------------------------------------
	:: 12. shapes
-------------------------------------------------------------------- */
.radius{
		-webkit-border-radius:4px;
		border-radius: 4px; 
		}
.round{
	webkit-border-radius:1000px;
	border-radius: 1000px; 
	}
.square{
	-webkit-border-radius: 0px;
	border-radius: 0px; 
	}
.pill{
	-webkit-border-radius: 100px;
	border-radius: 100px; 
	}				
/*---------------------------------------------------------------
	:: 13. tabs 
----------------------------------------------------------------*/
ul.tabs{
	list-style:none;
	margin:0;
	padding:0;
	background:#efefef;
	}
	ul.tabs:after {
    	clear: both;
	}
	ul.tabs:before, ul.tabs:after {
    	content: " ";
    	display: table;
	}
ul.tabs li{
	display:block;
	float:left;
	margin:0;
	text-align:center;
	}	
ul.tabs li a{
		display:block;
		color:#fff;
		font-weight:normal;
		padding:9px 30px;
		cursor:pointer;
		background-color: #4d4d4d;
		text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
		border-image: none;
		border-color: rgba(0, 0, 0, 0.33); 
		border-style: none solid none none;
   		border-width: 1px;
		-webkit-transition: background-color 0.15s ease-in-out; 
		-moz-transition: background-color 0.15s ease-in-out; 
		-o-transition: background-color 0.15s ease-in-out; 
		transition: background-color 0.15s ease-in-out;
		}
ul.tabs li:last-child a{border:none;}
ul.tabs li a.active, ul.tabs li a:hover{
		background-color: #49AFCD;
		}	
.tabs-content{margin-bottom:18px;}
.tabs-content>div{
	display:none;
	padding:10px;
	border-style:none solid solid solid;
	border-width:1px;
	border-color:#ddd;
	}
.tabs-content>div.active{display:block;}

/*--------------------------------------------------------
	:: 14.accordion
---------------------------------------------------------*/
#mainContent ul.accordion{border-top:1px solid #d9d9d6; margin:30px auto 18px auto; padding:0; width:960px;text-align:left}
#mainContent .accordion > li{border-bottom:1px solid #d9d9d6;margin:0;padding:0;background:#fff;}

#mainContent .accordion > li:nth-child(odd){
   		 background-color: #f9f9f9;
	}	


.accordion  li  a.open-accordion{
	display:block;
	color:#666666;
	padding:12px 20px
	}
.accordion  li > a span{display:inline-block;  width:90%;}
.accordion > li > div{padding:20px 20px 0 20px;display:none;}
.accordion > li > a.open-accordion:after{
	font-family: FontAwesome;
 	font-weight: normal;
 	font-style: normal;
    display: inline-block;
    font-size:16px;font-size:1.6rem;
    vertical-align: middle;
    text-decoration: inherit;
    width: 1em;
    text-align:right;
	color:#0072CE;
    content: "\f067 ";
	float:right;
	}
	
	.accordion  li a.active{
		background:#0072CE;
		color:#fff!important;
		}
	
	.accordion > li > a.open-accordion.active:after{
		content: "\f068 ";
		color:#fff;
	}
td ul.accordion{margin:0;}
td ul.accordion li{margin:0;}

/*------------------------------------------------------------------------------
  :: 15. Forms
-------------------------------------------------------------------------------- */
/*forms reset================*/
fieldset { border: 0;}
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input,optgroup,select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; color:inherit;}
button, input { line-height: normal; }
button,select {text-transform: none;}
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }


/*Consistent box sizing and appearance */
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
input {line-height: normal;}
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
label{
	display:inline-block;
	font-size: 14px;font-size:1.4rem;
	margin:4px 12px 4px 0;
	}
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea, select {
  display:inline-block;
  font-size: 14px;font-size:1.4rem;
  padding: 8px 6px;
  width:220px;
  height:auto;
  margin:0 6px 0 0;
  vertical-align: middle;
  background: #ffffff;
  border: 1px solid #ddd;
  border-radius:0;
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
  box-sizing:content-box;
  
}

input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, select:focus,textarea:focus {
	outline: none !important;
	border-color: rgba(82, 168, 236, 0.8);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 2px rgba(82,168,236,.6);
 	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 2px rgba(82,168,236,.6);
 	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 2px rgba(82,168,236,.6);
}
input[type="text"][disabled], input[type="password"][disabled], input[type="date"][disabled], input[type="datetime"][disabled], input[type="email"][disabled], input[type="number"][disabled], input[type="search"][disabled], input[type="tel"][disabled], input[type="time"][disabled], input[type="url"][disabled], textarea[disabled] {
	background-color: #ddd;
}
input[type="checkbox"],input[type="radio"] {
	width:auto;
	margin:0 3px 0 0px;
	display:inline-block;
    position:relative;
    top:2px;
}
 input[type="checkbox"] + label,input[type="radio"] + label{
	width:auto;
	display:inline-block;
	margin-left:9px;
	}
textarea,  textarea.BBFormTextArea {
	overflow: auto; 
	vertical-align: top; 
	resize: vertical;
	height:auto;
	width:97%;
 }
/*background arrows for select */


select {
  border: 1px solid #ddd;
  padding: 8px 35px 8px 5px;
  font-size: 14px;
  font-size:1.4rem;
  height: auto;
  width:220px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
   border-radius:0;
    
  background: url(/wp-content/themes/planTheme2018/img/template/selectArrow.gif) top right no-repeat #eee;
    /* IE8, IE9 
    background:none\0; 
   padding:10px\0;*/
}



/*target Internet Explorer 9 and Internet Explorer 10:*/

@media screen and (min-width: 0\0) {
  select {
    background: none;
    padding: 5px;
  }
}


/*text in input before entering */
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}
/*general form fixes================================================*/
.checkbox label{margin:0}
.checkbox{margin:0 0 18px 0;}

.inputsHolder{float:left;}
/*fieldset ===============================================*/
 fieldset{	
	border: 1px solid #ddd;
    border-radius: 3px 3px 3px 3px;
    margin: 18px 0;
    padding: 12px;
 }
 fieldset legend {
    background: none;
	font-size: 14px;font-size:1.4rem;
    font-weight: bold;
    margin: 0 0 0 -3px;
    padding: 0 3px;
}

/*donation form fixes ===========================================================*/

.author-box{padding:20px; background:#f2f2f2; margin-bottom:18px; display:none;}
.author-box img{float:left; margin:0 2% 0 0px; width:20%; border-radius:100px;}
.author-box .profile-desc{float:right;width:75%;}
/* -------------------------------------------------- 
	:: 16. Misc
---------------------------------------------------*/
	.hide        { display: none;}
	.highlight   { background: #ff3;}
	.highlight2   { background: #D9EDF7;color:#111;}
	.block{display:block;}
	.absolute{position:absolute;}
    .relative{position:relative;}
	.static{position:static!important;}
	.inline{display:inline;}	
	.inline-block{display:inline-block;}
	.uppercase{text-transform:uppercase;}
	.ie9 .show-on-ie, .ie8 .show-on-ie, .ie7 .show-on-ie{display:block;}
	.show-on-ie, .ie9 .hide-on-ie, .ie8 .hide-on-ie, .ie7 .hide-on-ie{display:none;}
	.symbols{ font-family: 'Veneer',arial, sans-serif; font-weight: 400;color:#58CAE7;font-size:30px;padding:0 9px;display:inline-block; position:absolute;}
	.visuallyhidden { 
                 position: absolute; 
                 overflow: hidden; 
                 clip: rect(0 0 0 0); 
                 height: 1px; width: 1px; 
                margin: -1px; padding: 0; border: 0; 
}


/*  ======================================================
 :: 17. The Grid 
================================================================ */
.row { width: 1340px; max-width: 100%;  margin: 0 auto;}
.row.full-width { width: 1440px; max-width: 100%;  margin: 0 auto;}
.row.full-width .row{margin:0;}
.row.full-width .rowFix{margin:0 -30px;}
.row.collapse{width:100%;}
.row .row, .row.collapse .row.rowFix { width: auto; max-width: none; min-width: 0; margin: 0 -30px;}/*rows inside rows have a negative margin that is equal 

to the padding of the columns*/
.row.collapse .row{width: 1340px; max-width: 100%;  margin: 0 auto;}
.columns {float: left; min-height: 1px;  position: relative; padding:0 30px; margin:0;}
.columns.centered {float: none; margin-left:auto; margin-right:auto; }

[class*="columns"] + [class*="columns"]:last-child { float: right; }/*this is saying find all last columns in a row that are directly adjacent to another column - therefore a row with at least 2 columns*/

[class*="columns"] + [class*="columns"].end { float: left; }/*the end class is to overwrite the float right for last columns.. sometimes you may not want to float the last one right*/

.row.flex-loop{
	display: flex;
    flex-wrap: wrap;
	
}
.columns.thumb-view{margin-bottom:15px;}
.inner-grid .columns{padding:0 20px 20px 20px; min-height:560px}
.inner-grid .columns:last-child{float:left;}
.inner-grid img{width:100%;}

/*grid column options*/
.one,.large-1 { width: 8.333%; }
.two,.large-2{ width: 16.666%; }
.three,.large-3{ width: 25%; }
.four,.large-4{ width: 33.333%; }
.five,.large-5{ width: 41.6666%; }
.six,.large-6{ width: 50%;}
.seven,.large-7 { width: 58.333%; }
.eight,.large-8 { width: 66.666%; }
.nine,.large-9{ width: 75%; }
.ten,.large-10{ width: 83.3333%; }
.eleven,.large-11{ width: 91.66666%; }
.twelve,.large-12 { width: 100%; }



.seven-half{width:62.5%}
.six-half{width:54.15%}
.four-half{width:37.5%}
.two-half{ width: 20%; }
/*centering columns*/
.centered { float: none; margin-left:auto; margin-right:auto; }


/*use to offset rows by various factors*/
.offset-by-one { margin-left: 8.333%; }
.offset-by-two { margin-left: 16.666%; }
.offset-by-three { margin-left: 25%; }
.offset-by-four { margin-left: 33.3333%; }
.offset-by-five { margin-left: 41.6666%; }
.offset-by-six { margin-left: 50%; }
.offset-by-seven { margin-left: 58.3333%; }
.offset-by-eight { margin-left: 66.66666%; }
.offset-by-nine { margin-left: 75%; }
.offset-by-ten { margin-left: 83.33333%; }

/* Source Ordering */
.push-one { left: 8.333%; }
.pull-one { right: 8.333%; }

.push-two { left: 16.666%; }
.pull-two { right: 16.666%; }

.push-three { left: 25%; }
.pull-three { right: 25%; }

.push-four { left: 33.3333%; }
.pull-four { right: 33.3333%; }

.push-five { left: 41.666%; }
.pull-five { right: 41.666%; }

.push-six { left: 50%; }
.pull-six { right: 50%; }

.push-seven { left: 58.33333%; }
.pull-seven { right: 58.3333%; }

.push-eight { left: 66.6666%; }
.pull-eight { right: 66.6666%; }

.push-nine { left: 75%; }
.pull-nine { right: 75%; }

.push-ten { left: 83.333%; }
.pull-ten { right: 83.333%; }


/*using in base to show all the grid blocks*/
.showGrid{background:#E7E7E7;border:1px solid #ddd;}
.row.display{background:#f4f4f4;margin:0 0 6px 0;}

/*blockgrids*/
ul.blockgrid { display: block; overflow: hidden; padding: 0; margin:0 !important;list-style:none;}
.blockgrid > li { display: block; height: auto; float: left;padding:0 20px!important;margin:0;list-style:none;background:none!important;}





/*clearing rows*/

.row { *zoom: 1; }
.row:before, .row:after { content: " "; display: table; }
.row:after { clear: both; }


.panel{background:#f2f2f2;padding:9px 20px 9px; margin:0 0 12px 0;}	


/*==FONT AWESOME=========================================================================*/



@font-face{font-family:'FontAwesome';src:url('https://stories.plancanada.ca/wp-content/themes/planTheme/fonts/fontawesome-webfont.eot?v=4.4.0');src:url('https://stories.plancanada.ca/wp-content/themes/planTheme/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'),url('https://stories.plancanada.ca/wp-content/themes/planTheme/fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'),url('https://stories.plancanada.ca/wp-content/themes/planTheme/fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'),url('https://stories.plancanada.ca/wp-content/themes/planTheme/fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'),url('https://stories.plancanada.ca/wp-content/themes/planTheme/fonts/fontawesome-webfont?v=4.4.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}


/*== END FONT AWESOME======================================================================*/



/*== MAIN STYLE=============================================================================*/
.read-t{display:none; margin:-6px 0 12px;}
.rt-reading-time{
	margin-bottom:18px;
	font-size:14px;
	font-style:italic;
	color:#58cae7;	
	font-weight:bold;
}



.blue{color:#0072ce;}
    .blue_bkg{background:#0072ce;}
	 .blue_bkg h3,.blue_bkg h4, .blue_bkg p, .blue_bkg ul,
	.bloom_bkg h3,.bloom_bkg h4, .bloom_bkg p, .bloom_bkg ul {color:#fff;}

#mainContent .blue_bkg ul li {
    background: url(/wp-content/themes/planTheme2018/img/template/bullet3.png) 4px 4px no-repeat;
    padding: 0 0 0 30px;
}
#mainContent .bloom_bkg ul li,#mainContent .biaagBanner ul li {
    background: url(/wp-content/themes/planTheme2018/img/template/bullet3.png) 4px 4px no-repeat;
    padding: 0 0 0 30px;
}

.blue2{color:#58cae7;}
    .blue2_bkg{background:#58cae7;}
.bloom{color:#EF008C;}
    .bloom_bkg{background:#EF008C;}
.yellow{color:#f1c400;}
    .yellow_bkg{background:#f1c400;}
.green{color:#00843D;}
.grey_bkg{background:#f2f2f2;}
.grey_bkg2{background:#f9f9f9;}
.whiteBkg{background:#fff;}
.orange_bkg{background:#E17800}
.green_bkg{background:#00843D}
.lilac_bkg{background:#9595D2}
.lilac_bkg{background:#9595D2}




#container{max-width:1440px;margin:0 auto;background:#fff;min-height:400px;
    border:1px solid rgba(221,221,221,0.85); border-top:0;}
header{position:fixed;height:90px;top:0; width:100%;max-width:1440px;z-index:30;}
#toolBar{height:30px; line-height:30px; background:#232323;color:#ccc;font-size:1.0rem;}
#navBar{background:#0072CE;height:60px;line-height:60px;
-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.3);
box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.3);

}
#toolsH{padding-left:240px;}
#breadcrumbs{float:left;font-style:italic;}
#breadcrumbs ul{margin:0;}
#breadcrumbs li{margin:0; display:inline-block;}
#breadcrumbs a{color:#ccc;}

.tools{float:right;padding-right:0px;}

@media only screen and /*!YUI Compressor*/ (max-width:1480px) {
	.tools{float:right;padding-right:0px;}
}
@media only screen and /*!YUI Compressor*/ (max-width:1420px) {
	.tools{float:right;padding-right:0px;}
}
@media only screen and /*!YUI Compressor*/ (max-width:1380px) {
	.tools{float:right;padding-right:0px;}
}
@media only screen and /*!YUI Compressor*/ (max-width:1120px) {
	.tools{float:right;padding-right:0px;}   
}
@media only screen and /*!YUI Compressor*/ (max-width:1024px) {
	.tools{float:right;padding-right:0px;}
    
}

	.tools a{color:#ccc;display:inline-block;padding:0 10px;}
	.tools a .fa{font-size:14px;padding:0 4px;position:relative;top:2px;}
	.tools a:hover{color:#fff;}
.tools .toolsOpt img{display:none!important}

header table{margin:0;}
header table td,header table th{padding:0;}
header > table{
    position:absolute;
    width:auto; 
    right:20px; 
    z-index:10;
    line-height: 26px;
    background: #232323;
    color: #ccc;
    font-size: 10px;
    font-family:arial!important;
}
header table tr{height:auto!important;}
header table a{color:#ccc; line-height:26px; display:inline-block;padding:0px;font-family:arial!important;}
header table a:hover{color:#fff; }
header a img{display:none;}

header table a:before {
   font-family: FontAwesome;
   content: "\f007 ";
   font-size:14px;
    display:inline-block;
    padding:0 8px;
    position:relative;
    top:2px;
}


/*header table{display:none;}
header a img{display:none;}
.tools table{display:block;margin:0;visibility:visible;height:auto;}
.tools td{padding:0;line-height:0;}
.tools tbody{display:inline;float:right;height:26px;}
.tools tbody td a{
    line-height:26px;
}*/


#logo a{
	display:block;
	width:201px;
	position:absolute;
	top:0;
	z-index:1000;
	height:105px;
}
#biaagLogo{
	display:block;
	width:199px;
	position:absolute;
	top:0;
	z-index:1000;
	height:105px;
	}

/*NAV STYLES=======================================*/
nav.navRow ul{margin:0;padding:0;float:right; margin-top:-1px;}
nav.navRow li{
		padding:0px;
		font-size:16px;
		font-size:1.6rem;
		margin:0;
		letter-spacing:1px;
		font-family: Arial, sans-serif;
		text-transform:uppercase;
	}
	 a.topNav{
		display:block;
		padding:0 27px;
		color:#fff;
		font-weight:bold;
		background:#0072CE;
		transition: all 0.5s ease;
		}
	 li#biaagNav > a, li#biaagNav{background:#EF008C}
     li#biaagNav section{background:#fff}
     
	 li#biaagNav > a:hover,li#biaagNav > a.active{color:#fff;background:#c5016a;}
     li#biaagNav a.topNav br{display:none;}
	 li#donateNav > a{background:#F1C400;color:#013d6d;}
     li#donateNav{background:#F1C400;}
    
	 li#donateNav > a:hover, li#donateNav > a.active{background:#dda300;color:#fff;text-shadow:0 0 3px rgba(0, 0, 0, 0.3);}
	 
	  #donateTemp li#donateNav a.topNav{background:#dda300;color:#fff;text-shadow:0 0 3px rgba(0, 0, 0, 0.3);}
	 
	 
	 a.topNav:hover,a.topNav.active{background:#005ba2;color:#fff;}
	
    #aboutUsTemp li#about a.topNav,
    #ourImpactTemp li#impact a.topNav,
    #getInvolvedTemp li#involved a.topNav,
    #forSponsorsTemp li#sponsors a.topNav{background:#fff;color:#0072CE;}
    #biaagTemp li#biaagNav a.topNav{background:#fff; color:#EF008C;}

	nav.navRow li section{
		position:absolute; 
		visibility: hidden;
  		opacity: 0;
		width:100%;
		left:0;
		color:#232323;
		-webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.5);
		-moz-box-shadow: 0 5px 5px rgba(0,0,0,0.5);
		-o-box-shadow: 0 5px 5px rgba(0,0,0,0.5);
		box-shadow: 0 5px 5px rgba(0,0,0,0.5);
		}
	nav.navRow li:hover section{
		background:#fff;
		transition: visibility 0s, opacity 0.5s ease;
		visibility: visible;
  		opacity: 1;
		z-index:999;
		}
	.subNav .columns{padding:18px 15px 24px;}

	nav.navRow li .subNav ul{float:none;}
	nav.navRow li .subNav li{display:block;float:none;text-align:left;line-height:1.385; padding:0 0 12px;clear: both;}
	
	.subNav h4 a, .subNav h4 a:hover{
		font-size:28px; font-size:2.8rem;
		font-weight:normal!important;
		}
	.subNav li:after{
		clear: both;
		display: table;
  		content: "";
  		line-height: 0;
  		}
	.subNav li a{
		font-size:13px; 
		font-size:1.3rem; 
		text-transform:none; 
		display:block;
		float:left;
		line-height:21px;
		color:#232323;
		font-weight:normal;
		padding:0;
		width:80%;
		}
	.subNav li a:hover{color:#0072ce;}	


	.subNav ul{padding:0;margin: 0 0 12px;}
	.subNav ul ul{padding:9px 0 0 0;margin:0;clear:both;}
	
	#donateTemp section.show{visibility: visible;opacity:1; background:#fff;}
	
.subNav li.navTitle	{margin:0;padding:0;}
.subNav li.navTitle	> a{
	color: #0072ce;
	display:block;
    font-family: "Veneer",arial,sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.1;
    margin: 12px 0 0;
    text-rendering: optimizelegibility;
    text-transform: uppercase;
    font-size:28px;
    font-size:2.8rem;
	width:100%;
	}

li#biaagNav .subNav li.navTitle	> a, li#biaagNav span.arrow {color:#0072ce;}
		
	span.arrow{ font-family: 'Veneer',arial, sans-serif; 
		line-height: 0.5 ;
		color:#0072CE;
		font-size:21px;
		position:relative;
		top:6px;
		display:block;
		float:left;


		width:20px;
	}	
	

/*section nav=========================*/
 .subNavItems{display:block}
.jumpTo{
    display:none;
    margin:0px 30px;
    border: 1px solid #ddd;
    padding: 8px 5px;
    font-size: 14px;
    font-size: 1.4rem;
    height: auto;
    background: url(/wp-content/themes/planTheme2018/img/template/selectArrow.gif) top right no-repeat #eee;
}

/*==new drop down nav===================*/
ul.drop-down{padding-bottom:9px;}
nav.navRow ul.drop-down li{position:relative;}
nav.navRow ul.drop-down li section{left:0; padding:15px 9px 0;width:260px}

nav.navRow ul.drop-down li#donateNav section{right:0;left:auto}

nav.navRow ul.drop-down li#gifts section{}
nav.navRow ul.drop-down li.navTitle{padding-right:0px;position:relative;font-size:23px;border-top:1px solid #d4e7f7;}
nav.navRow ul.drop-down li.navTitle:first-child{border:none;}

nav.navRow ul.drop-down li.navTitle > a{font-size:20px; color:#0072ce; margin:0;max-width:calc(100% - 30px);}
nav.navRow ul.drop-down li.navTitle > a:hover{color:#000}
nav.navRow ul.drop-down .subNav li{padding:9px 6px;}
nav.navRow ul.drop-down a.exand-nav{display:block;width: calc(100% - 30px);}
nav.navRow ul.drop-down a.navExpand{width:24px; display:inline-block;top:14px; font-size:14px!important;position:absolute; right:4px;text-align:right;
	/*border-left:1px dotted;*/}

nav.navRow ul.drop-down li.navTitle.donate-em{background:#c9f4ff; margin-bottom:6px; border:none; text-align:center}
nav.navRow ul.drop-down li.navTitle.donate-em:nth-child(2){margin-bottom:15px;}

nav.navRow ul.drop-down li section section{
	display:none;
	padding:4px 0;
	border:0;
	visibility: visible;
  	opacity: 1;
	color:#232323;
	box-shadow:none;
	clear:both;	
	position:relative;
	top:6px;
	width:calc(100% + 30px);
	margin-left:-15px;
	margin-bottom:12px;
	background:#f2f2f2!important;
}

nav.navRow ul.drop-down li section section li{padding:6px 15px!important;}
nav.navRow ul.drop-down li section section a{display:block;padding:0;}

/*==french navigation==*/
.frenchNav{height:60px;overflow:hidden;}
.frenchNav a.topNav{
	line-height:1.33;
	padding:9px 27px;}

.frenchNav li#biaagNav a.topNav br{display:block}

/*end french nav*/


.featuredNav h3,.featuredNav p{color:#fff;}
    .featuredNav p{font-size:14px;line-height:1.8}
    .featuredNavPic{overflow:hidden;}
    .featuredNavPic img{max-width:100%;max-height:100%;}
    .featuredNavCont{padding:18px 40px;}
     .featuredNavCont .button{line-height:44px;}

#breadcrumbs a{display:inline-block; margin:0; padding:0;color:#ccc;}
#breadcrumbs a:hover{color:#fff;}
#breadcrumbs a.thisCrumb{color:#fff;cursor:default}
#breadcrumbs .crumbs a{display:inline-block; padding:0 3px;}


#breadcrumbs.crumbs a:nth-child(1){color:#c00}

/*#breadcrumbs > a:nth-child(1){display:none;}*/
/*#sponsors section{visibility:visible;opacity:1}*/

	nav.navRow li p{text-transform:none;font-size:14px;font-size:1.4rem;font-weight:normal;line-height:1.385}

.subNavList{background:#f2f2f2; padding:24px 20px; text-align:center;}
/*FOOTER STYLES============================================*/

footer{border-top:1px solid #fff;}
.contactBar{background:url(/wp-content/themes/planTheme2018/img/template/contactBar_bkg.gif);color:#fff; line-height:108px;font-size:20px;background-size:100%;}
.contactBar-v5{background:#0072ce;}

.contactBar a{color:#fff; transition: all 0.3s ease;}

.contactBar em.fa{padding:0 4px;}
.socialsBar{color:#ddd;padding:0 40px 0 0px;text-align:right}
.socialsBar a{display:inline-block;padding:0 5px;position:relative;top:-5px;transition: all 0.3s ease;}

.contactBar-v5 .socialsBar{background:#0d5b9d}

.socialsBar a{display:inline-block;padding:0 5px;position:relative;top:-5px;transition: all 0.3s ease;}

.contactBar-v5 .socialsBar a{top:0}

.contactBar a:hover{color:rgba(255,255,255,0.8)}
.socialsBar > a:hover{opacity:0.8}
.siteMap{padding-top:40px; background:url(/wp-content/themes/planTheme2018/img/template/sitemapBar_bkg.gif);background-size:100%;}
.siteMap .columns{}
.siteMap h6 a:hover{color:#343434;}
 .siteMap h6{padding: 0;}  
.siteMap ul{margin:15px 0 0 0;padding:0 0 30px}
.siteMap li{font-size:12px;margin-bottom:4px;}
.siteMap ul a{color:#707070;}
.siteMap ul a:hover{color:#0072C3;}
.aboutPlan{padding:0px 30px 0 60px;}
.aboutPlan p{color:#707070;line-height:2;font-size:12px;font-size:1.2rem;}

.columns.contactTypes{padding:0;}
.contactTypes div{padding:0; text-align:center;}
.contactTypes a{ display:block;}
.contactTypes a:hover{background:#005ba2;}
.contactTypes a br{display:none;}

/*==footer updates v5======*/
.chart-info1, .chart-info2{float:left;}
.chart-info1{width:120px;}
.chart-info2{width:calc(100% - 120px);}
.columns.aboutPlan-v5{margin-bottom:18px;}
.moneyStats{vertical-align:top; margin:18px 0 0 ; display:inline-block; font-size:13px;padding:0 8px;color:#707070;}
.moneyStats h6{ font-size:18px;}
.moneyStats.admin h6{color:#5bcdea;}
.sitemap-v5 {background:none;}
.sitemap-v5 .columns{width:20%;}
.sitemap-v5 a{display:block; color:#707070;}
.sitemap-v5 ul{margin:12px 0 0;padding:0 0 18px}
.sitemap-v5 ul li{margin-bottom:5px;}


.aboutPlan-v5{}
.aboutPlan-v5 p{color:#707070;line-height:1.4;font-size:13px;font-size:1.3rem;}
/*== end footer styles============================*/

.copyright{padding:40px 0 12px;text-align:center;font-size:12px;font-size:1.2rem; color:#656565;position:relative;}

.copyright .eight{width:60%;}

.copy-v5{text-align:left;    padding:18px 0 0px;}
#norton{position:absolute; top:20px; right:20px;}


.copy-v5 #footerIcons{margin-top:0px;}
#footerIcons{margin-top:18px;}
#footerIcons img{display:inline-block;margin:0 4px;}
#footerIcons img.hclogo{display:block;margin:18px auto 9px;width:auto!important}
.copy-v5 #footerIcons img.hclogo {
    display: block;
    margin-top: 12px;
    float: right;
}

img.social-link{position:relative;top:-5px;}
span.social-hover{display:inline-block; position:relative; cursor:pointer; height:60px;}
span.social-hover > span{
	visibility:hidden;
	width: 140px;
	background: #fff;
	border-radius: 6px;
	height: 50px;
	
	position: absolute;
	top: -21px;
	left: -50px;
	text-align:center;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-o-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	z-index:1;
	opacity:0;
	 -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

span.social-hover span.arrow-down{
	width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #fff;
    position: absolute;
    left: 58px;
	top:50px;
    display: block;

}
span.social-hover:hover > span, span.social-hover:active > span {
	visibility:visible;
	z-index:3;
	opacity:1;
	width: 140px;
}
span.social-hover > span a{height:31px;padding:0; top:-20px;}
span.social-hover > span img{display:block;}
span.social-hover:hover span img{opacity:1!important;}












/*== end footer styles============================*/
#mainContent{padding-top:88px;min-height:400px;background:#fff;}

/*Hero images ===============================================================================*/
.heroflex, .galleryflex{position:relative;}
.heroMsg{
    position:absolute;
    top:auto;
    bottom:40px;
    padding:0 60px;
    z-index:1;
}
.heroMsgRight{right:10px;}
.heroCaption{position:absolute;bottom:0;left:0; background:rgba(0,0,0,0.65); color:#fff; padding:10px 40px; width:100%; }


#heroBanner .heroMsg{ top:auto;bottom:40px;}
/*update for promo banner*/
#heroBanner .heroMsg{ top:auto;bottom:120px;}

#heroBanner .mapMsg{
    top:auto;
    bottom:30px;
}

.heroMsg h1{
    font-size:100px;
    color:#fff!important;
    width:auto;
    display:block;
    margin:0; 
    line-height:1;
}
.heroMsg h1.longTitle{
    font-size:84px;
    color:#fff!important;
    width:auto;
    display:block;
    margin:0; 
    line-height:1;
}

#heroBanner .heroMsg.errorMsg{
    position:absolute;
    bottom:auto;
    top:60px;
    padding:0 60px;
    z-index:1;
}
#heroBanner .heroMsg.errorMsg h1{
  font-size:140px; line-height:1; padding:0;
}
#heroBanner .heroMsg.errorMsg h2{
  font-size:84px; line-height:1; 
	color:#fff;
	text-shadow: 1px 0 3px rgba(0, 0, 0, 1)
}

.heroMsg span.heading1{display:block;color:#fff;font-size:160px;margin:0;line-height:0.8;}

.heroMsg  span.heading2{display:block;color:#fff;font-size:110px;margin:0;line-height:1;}
.heroMsg  span.heading3{display:block;color:#fff;font-size:90px;margin:0;line-height:1;font-family: 'Veneer',arial, sans-serif;font-weight:normal;}

.heroMsg  span.heading6{display:block;color:#fff;font-size:72px;margin:6px 0 0 0;line-height:1;font-family: 'Veneer',arial, sans-serif;font-weight:normal;}


.mapMsg span.heading1{font-size:140px;}
.mapMsg span.heading2{font-size:90px;}

.heroMsg span.smaller{font-size:80%;}
.smaller{font-size:80%;}
.heroMsg h4 {
    color: #fff;
    font-size: 60px;
    line-height: 1;
    margin: 0;
  
}
.heroMsg h5 {
    color: #fff;
    font-family: "Veneer",arial,sans-serif;
    font-size: 90px;
    font-weight: normal;
    line-height: 1;
    margin: 0;
 
}

#promoBar{
	position: absolute;
    bottom: 0;
    background: rgba(0,0,0,0.7);
    width: 100%;
    padding: 0 40px;
    margin: 0 auto;
    width: 100%;
    border: #fff;
    display: flex;
    align-items: flex-start;
    justify-content: center;	
}
.promoImg{
	 vertical-align: top;
    padding: 12px 10px 0 0;
	
}

.promoCopy{}
.promoCopy h3{color: #fff;
    font-size: 34px;
    margin: 0;
    padding: 18px 0 6px;
}
.promoCopy p{color: #fff;}
.promoCopy p a{color:#fff; text-decoration:underline;}
.promoCopy p a:hover{color:#ddd;}

.promoL{display:none;}


#promoInsert{
	 margin: 0 0 18px;
    padding: 0 15px;
   background:#f2f2f2;	
}
#promoInsert .promoImg{
	 vertical-align: top;
    padding: 12px 10px 12px 0;	
	width:90px;
	display:inline-block;
}
.promoImg img{width:80px;border-radius:500px;}

#promoInsert .promoImg img{width:80px;border-radius:500px;}
#promoInsert .promoCopy{display:inline-block; width:calc(100% - 100px);}
#promoInsert .promoCopy h3{color: #000;
    font-size: 22px;
    margin: 0;
    padding: 18px 0 6px;
}
#promoInsert .promoCopy p{color:#000}
#promoInsert .promoCopy p a{color:#0072ce}
#promoInsert .promoCopy p a:hover{}


span.highlight{
    line-height:1;
    background:url(/wp-content/themes/planTheme2018/img/template/highlight_lg.png) no-repeat 0 0;
    background-size:100% 100%;/*set height to be same as font size*/
    margin:0 -5px;
    padding:2px 8px 0;
    display:inline-block;
    color:#fff;
}
span.highlight.hi_yellow{background:url(/wp-content/themes/planTheme2018/img/template/highlight_yellow.png) no-repeat 0 0;text-shadow: 0 0 2px rgba(0, 0, 0, 0.2); background-size:100% 100%;}
span.highlight.hi_blue2{background:url(/wp-content/themes/planTheme2018/img/template/highlight_blue2.png) no-repeat 0 0;text-shadow: 0 0 2px rgba(0, 0, 0, 0.2); background-size:100% 100%;}
span.highlight.biaag{background:url(/wp-content/themes/planTheme2018/img/template/highlight_biaag.png) no-repeat 0 0;text-shadow: 0 0 2px rgba(0, 0, 0, 0.2); background-size:100% 100%;}

span.highlightMid{
    line-height:1;
    background:url(/wp-content/themes/planTheme2018/img/template/highlight_m.png) no-repeat 0 0;
    background-size:100% 100%;
    margin:0 -5px;
    padding:2px 15px;
    display:inline-block;
    color:#fff;
}
span.highlightLarge{
    line-height:1;
    background:url(/wp-content/themes/planTheme2018/img/template/highlight_lg.png) no-repeat 0 0;
    background-size:100% 100%;
    margin:0 -5px;
    padding:2px 15px;
    display:inline-block;
    color:#fff;
}



span.highlightMid.hi_yellow{background:url(/wp-content/themes/planTheme2018/img/template/highlight_m_yellow.png) no-repeat 0 0;text-shadow: 0 0 2px rgba(0, 0, 0, 0.2); background-size:100% 100%;}


span.highlightMid.hi_blue2{background:url(/wp-content/themes/planTheme2018/img/template/highlight_m_blue2.png) no-repeat 0 0;text-shadow: 0 0 2px rgba(0, 0, 0, 0.2); background-size:100% 100%;}

span.highlightMid.biaag{background:url(/wp-content/themes/planTheme2018/img/template/highlight_m_biaag.png) no-repeat 0 0;text-shadow: 0 0 2px rgba(0, 0, 0, 0.2); background-size:100% 100%;}




.heroMsg p{width:450px; color:#fff; font-size:24px; letter-spacing:0.5px;line-height:1.5;padding:18px 0 18px; text-shadow: 1px 0 3px rgba(0, 0, 0, 1);}
.heroMsg p a:hover{text-shadow: none;}
.heroMsg p.buttonH{width:auto;padding:24px 0 0; margin:0;}

.communityFlex .heroMsg p{font-size:30px;}


a.scrollDown{position:absolute;bottom:12px; right:47%;color:#fff;font-size:11px; text-transform:uppercase;font-weight:bold;letter-spacing:0.5px;display:block;text-align:center;z-index:1;text-shadow: 0 0 2px rgba(0, 0, 0, 0.4)}

#heroBanner{position:relative;max-height:550px;overflow:hidden;background:#000;}
#heroBanner img{opacity:1}
#heroBanner img.fullOpacity{opacity:1}
#myPlanBar{
	position:static; 
	width:100%;
	line-height:58px;
	background:#000;
	color:#ccc;
	margin-top:0;
    border-top:1px solid #fff;
    border-bottom:1px solid #fff;
}

#videoBanner #myPlanBar{
	position:absolute; 
	bottom:0;
	margin-top:0px;
	background:rgba(0,0,0,0.6);
}

#myPlanBar a{display:inline-block; text-transform:uppercase; color:#fff;padding:0 15px;font-weight:bold}
#myPlanBar a:hover{color:#999;}
/*Video Banners ============================================================================*/
video::-webkit-media-controls {
  /*  display:none !important;*/
}

#videoBanner{
    max-height:635px;
    overflow:hidden;
    position:relative;
}
#videoBanner button{position:absolute;top:20px; right:20px;}


#videoBanner a.playVideo{
    font-size:24px; 
    font-family:arial,sans-serif;
    font-weight:bold;
    color:#fff;
    display:inline-block;
    padding:0 0 0 3px; 
}
#videoBanner a.pauseVideo{
    font-size:21px; 
    font-family:arial,sans-serif;
    font-weight:normal;
    color:#fff;
    display:inline-block;
    padding:0 3px 0 10px; 

}


#videoBanner a.playVideo em {
    font-size: 180%;
    position: relative;
    top: 5px;
}
#videoBanner a.playVideo:hover em.fa-play-circle-o{display:none;}
#videoBanner a.playVideo em.fa-play-circle{display:none;}
#videoBanner a.playVideo:hover em.fa-play-circle{display:inline-block;}

video.journey-letter {
    width: 120%;
    position: relative;
    left: -10%;
}


.fullVideoCont{
    background:#000;
    position:fixed;
    top:0;
    left:0;
	margin:0 auto;
	text-align:center;
    width:100%;
    height:100%;
    z-index:1000;
    display:none;
}
.fullVideo {
    height: 98%;
    margin: 0 auto 24px;
    width:98%;
    padding-bottom: 56.25%; /* 16:9 */
	height: 0;
    position: relative;
}
.fullVideo iframe, .fullVideo object, .fullVideo embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}





.fullVideoCont .closeVideo{
    color:#fff; 
    font-size:24px;
    position:absolute;
    top:20px; 
    right:30px;
    z-index:5;
    padding:15px 22px;
    border:2px solid #fff;
     vertical-align: middle;
    transition: all 0.5s ease;
}
.videoMsg{top:auto;bottom:40px}


.closeVideo:hover, .closeVide:focus, .closeVideo:active {
    color: #111;
    background:#fff;
}

.wp-video, .wp-video video{width:100%!important; height:auto; margin:12px 0 18px;}

video::-webkit-media-controls-panel {
    display: flex !important;
    opacity: 1 !important;
}

/*content boxes ============================*/
.content{background:inherit; margin:0 auto; padding-bottom:40px;padding-top:44px}
.content-top{background:inherit; margin:0 auto; padding-top:44px}
.content-sm{background:inherit; margin:0 auto; padding-bottom:24px;padding-top:28px}
#takemehere{font-size:0px;}
/*short banners*/

.bannerShort{
	position:relative;
	}
.bannerShort .heroMsg{
    position:absolute;
    bottom:30px;
	top:auto;
    padding:0 80px;
    z-index:1;
}
/*banner boxes =============================*/
.bannerBox{padding:50px 0 60px;}
.bannerBox .columns{padding:0 60px;}
.bannerBox.bednets .columns{padding:0 10px;}
.bannerBox h2{font-size:48px;font-size:4.8rem;line-height:1;margin:0 0 12px;}
.bannerBox a.button{margin:24px 0 0 0;}
.biaagBanner h2,.communityBanner h2{font-size:60px; font-size:6rem;}
.bannerBox h3{font-size:136px;font-size:13.6rem;line-height:1;margin:0;}
.bannerBox h4{font-size:60px;font-size:6rem;line-height:1;margin:0;}
.bannerBox p{line-height:1.5;letter-spacing:0.35px; margin:0;padding:0 0 0px;}
.bannerBox p + p{padding:24px 0 0;}
    .bannerBox p{color:#fff;text-shadow: 0 0 2px rgba(0, 0, 0, 0.25)}
     .bannerBox h2{color:#fff;}
.bannerBox .alertText p{font-size:21px;}
.bannerBox .alertText p a{color:#D9EDF7;}
.bannerBox .alertText p a:hover{color:#fff;}
/*touts ===================================================================*/
.two-touts .toutHolder{position:relative;display:block;overflow:hidden;}
.two-touts a div{
    position:absolute;
    bottom:-174px;
    display:block;
    width:100%;
    text-align:center;
    background:rgba(0,114,206,0.8);
    color:#fff;
    padding:0 40px 40px;
    transition: all 0.5s ease;
}
.two-touts a div.blue{background:rgba(0,114,206,0.85);}
.two-touts a div.alt{background:rgba(0,132,61,0.85);}
.two-touts a div.bloom{background:rgba(239,0,140,0.85);}
.two-touts a div.green{background:rgba(0,132,61,0.85);}

.two-touts a:hover div{bottom:0;}
.two-touts a div h3{color:#fff;padding:36px;margin:0; }
.two-touts p{font-size:20px;line-height:1.5;}

.three-touts-content{padding:30px 80px;}
.three-touts-content.alt{background:#f2f2f2}
.three-touts-content h5{margin-bottom:18px;}
.three-touts-content p{font-size:16px; font-size:1.6rem;}
.two-touts .toutHolder{position:relative;display:block;overflow:hidden;}

.two-touts a div{
    position:absolute;
    display:block;
    width:100%;
    text-align:center;
    background:rgba(0,114,206,0.8);
    color:#fff;
    padding:0 40px 40px;
    transition: all 0.5s ease;
	
}

.tableLayout{display:table;}
.tableLayout .three-touts-contentFull{display:table-cell}

.blockgrid .icon{display:block; margin:0 auto;padding:60px 0}

.blockgrid.icons .icon{display:block; margin:0 auto;padding:15px 30px}

.blockgrid.icons  a{display:block;}
.blockgrid.icons  a:hover .grey_bkg,.blockgrid.icons  a:hover .grey_bkg2{background:rgba(88,202,231,0.4);}
a.showIconText.active .grey_bkg, a.showIconText.active .grey_bkg2{background:rgba(88,202,231,0.6);}

.blockgrid.icons .bloom_bkg{background:#f2f2f2;}
.blockgrid.icons .bloom_bkg2{background:#f9f9f9;}

.blockgrid.icons  a:hover .bloom_bkg,.blockgrid.icons  a:hover .bloom_bkg2{background:rgba(239, 0, 140,0.1);}
a.showIconText.active .bloom_bkg, a.showIconText.active .bloom_bkg2{background:rgba(239, 0, 140,0.2);}


.blockgrid.icons h5{margin:0; padding:0px 15px; text-align:center;height:54px;}
.iconTextHolder{line-height:0;margin-top:-1px!important;}
.iconTextHolder h5{padding-top:0px;margin-top:0; color:#fff;line-height:1.4;}
.iconTextHolder p{padding-bottom:24px;line-height:1.4}
a.closeIconText{color:#fff; display:none;text-align:right; padding:12px 40px 0;}
a.closeIconText:hover{color:#cccc;}

.three-touts-contentFull h5{color:#fff;}
.three-touts-contentFull{
	padding:40px; 
	color:#fff;
	min-height:290px;
}

a.readMore{font-size:12px;font-weight:bold;color:#333;}
a.readMore span.arrow {
    top: 7px;
    width: 12px;
}
a.readMore:hover{color:#0072CE;}
a.readMore.bloom:hover{color:#EF008C;}


a.readMore span.arrow{ 
		color:#0072CE;
	}	

/*.whiteTitleBar===============================*/

.whiteTitleBar{padding-top:44px;padding-bottom:44px}
.whiteTitleBar a.button{margin-top:20px;}

.border-top{border-top:1px solid #ddd;}
.border-bottom{border-bottom:1px solid #ddd;}

/*full width tout - .tout-full*/
.tout_full{position:relative;}
.tout_full .toutMsg{
    position:absolute;
    bottom:68px;
    left:80px;
}
.tout_full h3{font-size:60px; font-size:6rem;line-height:1; margin:0; color:#fff; text-shadow:0 0 2px rgba(0, 0, 0, 0.4);}
.tout_full h4{font-size:90px; font-size:9rem;line-height:1; margin:0; color:#fff; text-shadow:0 0 2px rgba(0, 0, 0, 0.4);}
.tout_full_content{color:#fff;padding-top:50px;padding-bottom:50px;}
.tout_full_content p{line-height:2;}

/*==sub touts=======================================*/
 .two-sub-touts .row{padding:64px 40px;}
 .two-sub-touts .columns{padding:0 20px;}
 .two-sub-touts h4{margin-top:0;}
 .two-sub-touts p{font-size:16px; font-size:1.6rem;}
 
 /*== split_content for z-patterns content blocks====*/
 .split_content{background:#f2f2f2;}
 .split_content.altBkg{background:#fff;}
 
  .split_content h6{text-transform:uppercase;font-size:14px;margin:9px 0}
 .split_content .imageHolder{display:block; max-height:548px;overflow:hidden;}
 .split_content .imageHolderTall{display:block; max-height:650px;overflow:hidden;}
 .split_content .imageHolder.icons{padding:30px 0;text-align:center;}
 .split_content  .contentBlock{padding:60px 80px;}
.split_content  .contentBlockTall{padding:40px 80px;}
 
 /*for padded images in split content blocks */
 .split_content .imageHolder2{display:block; max-height:500px;overflow:hidden; padding:80px 0px 0px 80px;margin-bottom:80px}

 
 select.full{
	 width:100%;
	 padding:8px;
	 height:auto;
 }
 .orBar{position:relative;margin:21px 0;}
.orBar span {
    background: #f2f2f2 none repeat scroll 0 0;
    display: inline-block;
    padding: 0 6px;
    position: absolute;
    right: 50%;
    top: -9px;
}
/* selectBannerBox*/

.selectBannerBox{background:#f6f6f6; padding:36px;}

.sponsorDetails {border-top:1px solid #ddd;border-bottom:1px solid #ddd;  padding:9px 0;margin-top:-1px;}
.sponsorDetails span{padding:0 6px 0 0;display:inline-block; text-align:left;}

a.button.childSponsor{margin:24px 0 0 0;}
a.button.refresh{background:#f1c400; padding:8px 14px;margin:0 0px 0 12px;border:0;}
a.button.refreshem.fa{font-size:120%;}
.selectBannerBox .columns{padding:0 40px 0 0;}
.selectBannerBox .buttonsHolder{margin-top:30px}
.selectBannerBox a.button{vertical-align:top;}

.hide-cat{display:none;}
/* picBlocks - like publications */
.row.picBlock{padding-top:24px;padding-bottom:24px;border-top:1px solid #ddd;}
.row.picBlock:first-child{border:none;}

/*fancy number list*/
.numbersList{
    counter-reset: my-list-counter;
    margin:20px 0 40px ;
}
.numbersList dt, h3.numberslist  {
			position: relative;
			font-size:16px;
			padding: 0px 0 10px 0;
            margin:0 0 12px;
            font-weight:normal;
		}
		.numbersList dt:before {
			content: counter(my-list-counter);
			counter-increment: my-list-counter;
			position: absolute;
			left: 0;
			top: 0;
            color:#fff;
            text-align:center;
            width:38px;
            height:38px;
            line-height:38px;
            display:block;
            background:url(/wp-content/themes/planTheme2018/img/template/numbers.png) 0 0 no-repeat;
			font-family: 'Veneer',arial, sans-serif; font-weight: 400;
            font-size:24px;
          
		}
		.numbersList dd {

			margin: 0 0 30px 0;
		}	
		.numbersList dt, .numbersList dd {
			padding-left: 48px;
		}
		h3.numbersList{margin:12px 0 18px;position:relative;padding-left:48px;}
		h3.numbersList span{
			position: absolute;
			left: 0;
			top: 3px;
            color:#fff;
            text-align:center;
            width:38px;
            height:38px;
            line-height:38px;
            display:block;
            background:url(/wp-content/themes/planTheme2018/img/template/numbers.png) 0 0 no-repeat;
			font-family: 'Veneer',arial, sans-serif; font-weight: 400;
            font-size:24px;
			}
		
/* STORY BLOCKS====================================*/

#mainContent ul.slides li{background:none;padding:0;}
.flex-control-nav { bottom: -20px;    margin: 0 auto;
    text-align: center;}
.flex-control-paging li a.flex-active, .flex-control-paging li a:hover{background:rgba(239, 0, 140, 1);}
.flex-control-paging li a {
   background: #666;
    background: rgba(239, 0, 140, 0.5);
}



.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #fff;
  background: rgba(255, 255, 255, 1);
  cursor: pointer;
  text-indent: 9999px;
    overflow:hidden;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
position:relative;
z-index:10;
}
.flex-control-paging li a:hover {
  background:#ef008c;
}


ul.flex-direction-nav {
  margin: 0;
margin-bottom:0!important;
  padding: 0;
  list-style: none;
    max-height:635px;
    overflow:hidden; 
}

.flex-direction-nav a, .flex-direction-nav a:hover {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 50px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 1;
    cursor: pointer;
    color: rgba(239, 0, 140, 0.5);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.flex-direction-nav a.flex-prev:before {
    font-family: "FontAwesome";
    font-size: 40px;
    display: inline-block;
    content: '\f053';
    color: rgba(239, 0, 140, 1);
    text-shadow:none;
}
.flex-direction-nav a.flex-next:before {
    font-family: "FontAwesome";
    font-size: 40px;
    display: inline-block;
    content: '\f054';
    color: rgba(239, 0, 140, 1);
    text-shadow:none;
}
 .flex-direction-nav .flex-prev {
  opacity: 1;
  left: 10px;
}
 .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flex-direction-nav .flex-next {
  opacity: 1;
  right: 10px;
}
 .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
/*emergency appeals*/

.emergencyAppeal{padding:24px 0 12px;}
.emergencyAppeal a{letter-spacing:0.5px;}
.bannerBox .emergencyAppeal .columns {padding:0 30px;}

p.matchedP{padding:10px 0;}
p.matchedP span{display:block; padding:10px;float:left;width:65%}
p.matchedP img{margin:0px; padding:0 8px;display:block;float:left;}


.emergencyHolder {
    position: relative;
    width: 100%;
    background: #232323;
    padding-top: 15px;
    z-index: 10;
}
.emergencyBanner {
    padding-top: 0;
    padding-bottom: 0;
    background: #fff;
}
#paperStripTop {
    height: 15px;
    width: 100%;
    background: url(/wp-content/themes/planTheme2018/img/template/emergencyStripTop2.png) 0 0 repeat-x;
}
#paperStrip {
    height: 16px;
    position: absolute;
    width: 100%;
    z-index: 1;
    background: url(/wp-content/themes/planTheme2018/img/template/emergencyStrip2.png) 0 0 repeat-x;
}
/*==our impact stories===================================================================*/
.columns.storyBlockCont{padding-top:60px; padding-bottom:60px; margin-left:auto; margin-right:auto;float:none}


.captioncentre img,.captioncenter img{width:auto; display:block; margin:0 auto;}

 .captioncentre p,
 .captioncenter p,
.captionrightwide p,
.captionrightwide p,.captionright p,
 .captionleftwide p{width:100%; padding:10px; font-size:80%;margin:0;}

.storyBlockCont h2{font-size:40px;}

.press h2{font-size:44px;}

.captionright, .captionleft, .captioncentre,.captioncenter, .captionrightwide {
    background: #f2f2f2;
    line-height: 1.2;
    margin:0 0 18px;
	text-align:center;
}

.captionrightwide,.captionright {
    clear: both;
    float: right;
    margin: 0 0px 18px 18px;
    width: 300px;
	text-align:center;
}
.captionleftwide,.captionleft {
    clear: both;
    float: left;
     margin: 0 18px 18px 0px;
    width: 300px;
}
p.inner-grid-subTitle{height:40px;}


/*community sponsors===========*/

.communityCont{}

.thankyouMsg h2{font-size:72px; font-size:8rem;}

.excerpt-book{background:#f2f2f2; padding:30px 30px 12px; margin-bottom:15px;}

/*BIAAG SECTION ======================================*/

.text-banner-overlay.right{position:absolute;top:40px; right:40px;}

.text-banner-overlay.left{position:absolute;top:40px; left:40px;}

 
 .girlFacts{
	 background:rgba(239,0,140,0.07);
	 padding:10px 30px;
	 margin:0 0 18px;
	 }
	 
.imagecaption {width:300px; background:#f2f2f2;}
.imagecaption.full{width:100%;margin:0 0 18px;}
.imagecaption.full img{width:100%;}

.imagecaption p{padding:10px; margin:0;font-size:80%;}
.imagecaption.right{margin:0 0 18px 18px;}
.imagecaption.left{margin:0 18px 18px 0px;}


.lemonsteps{margin:12px 0;}
span.lemon{display:inline-block; float:left; width:80px; text-align:center;}
div.lemon-note{display:inline-block;float:left; width:70%}


/* mailing list ==================================*/

.iframeH{}
.iframeH iframe{background:#fff;}


/*get involved - top 20*/
.top20{margin:0 0 18px;}
.top20 h5{height:42px;}
.social-icons{display:inline-block;padding:12px;font-size:11px;margin-bottom:9px}
.social-icons img{display:block; margin:0 auto;}


iframe#IncomeTaxReceiptIFrame{
width:100%!important;
    height:700px!important;
}

/*==blog section============================================*/
.rowH{margin-top:40px;margin-bottom:40px;}
.rowH-top{margin-top:40px;}
.rowH-sm{padding-top:20px;padding-bottom:24px}
.row.loop{width:1320px;}
.row.loop .columns{padding:0 20px;}
.row .row.loop, .row.loop .row{margin:0 -20px;}



aside.sidebar{margin-top:0px}

aside.sidebar h3, aside.sidebar h4{font-size:30px;}
.widget_text,form.search,.EmailSubscriptionWidget{
	padding:0 0 9px; margin:0 0 9px; border-bottom:1px solid #ddd;
	}
#emailSub-form br{display:none;}
aside.sidebar input[type=text],aside.sidebar input[type=search]{width:200px!important; margin:0 0 9px;-webkit-appearance: none; }
aside.sidebar input[type=submit]{width:auto!important;margin:0 0 9px}

aside.sidebar button{margin:0 0 9px;}



article.post, article.page{margin:0 0 6px; padding:12px 0px 6px; border-top:1px solid #ddd;}
article.post:first-child{border:0; padding-top:0;}
article.post .four a.newsThumb{display:block;margin:12px 0 0 0;}

span.newsDate{display:inline-block;font-size:90%;margin:0 0 12px;color:#999}
a.view-article{display:block; margin:12px 0;font-size:90%}
a.newsThumb img{display:block; margin:0 0 12px; max-width:100%;border:5px solid #f2f2f2}
a.newsThumb{display:block}

.pagination{margin:0 0 30px;border-top:1px solid #ddd;padding:15px 0 0 0;}
.pagination a, .pagination.page-numbers{display:inline-block;padding:0 4px; font-size:13px;}

.page-numbers.current{background:#0072ce; color:#fff; width:24px; height:24px; line-height:24px;border-radius:30px; display:inline-block;font-size:13px;}


h1.NewsPostTitle, h1{font-size:36px}
article.post h2{font-size:33px; color:#ef008c;}
article.post h3{font-size:30px;}
article.post h4{color:#ef008c; font-size:24px;}

.author-share-bar{ margin:6px 0 12px; }
.author-share-bar span.newsDate{margin:0;}
.author-share-bar > div{
    padding: 5px 10px;
    line-height: 36px;
    border-top: 1px dotted rgb(0, 114, 206);
    border-bottom: 1px dotted rgb(0, 114, 206);
	}
.addthis_sharing_toolbox{display:inline-block;float:right;}

.at-svc-pinterest_share, .at-svc-google_plusone_share{display:none!important;}

.addthis-bottom{
	float:none; display:block; 
	margin:6px 0 12px; 
	padding:6px 0 0;
 	border-top: 1px dotted rgb(0, 114, 206);
    border-bottom: 1px dotted rgb(0, 114, 206);
}

 div.alignright {float:right; display:block; margin:0px 0px 9px 15px;}
 div.alignright img, div.alignleft img{width:100%;}
div.alignleft{float:left; display:block; margin:0px 15px 9px 0px;}
div.aligncenter{float:none; display:block; margin:9px auto;}

.wp-caption-text{
	margin:0;
	background:#0072ce;
	padding:9px 12px;
	color:#fff;
}
.bigCaption .wp-caption-text{font-size:16px;}

#biaagLogo{display:none;}

.plan #biaagLogo, .home #biaagLogo{display:none;}
.plan #logo, .home #logo, .search #logo, .archive #logo, .error404 #logo{display:block;}


 
.changethebirthstory #mainContent h1,
.changethebirthstory #mainContent h2,
.changethebirthstory #mainContent h3,
.changethebirthstory #mainContent h4,
.changethebirthstory #mainContent h5,
.changethebirthstory #mainContent h6,
.changethebirthstory #mainContent a,
.show #mainContent h1,
.show #mainContent h2,
.show #mainContent h3,
.show #mainContent h4,
.show #mainContent h5,
.show #mainContent h5,
.show #mainContent a{color:#EF008C}

 


	 
	

.gac {
    background: #e9e9e9;
    text-align: center;
    padding: 18px 0 0;
}
.gac img {
    display: block;
    margin: 6px auto 0;
    text-align: center;
}




.comments{margin-top:18px;padding:12px 0;}



.fullVideo {
    height: 98%;
    margin: 0 auto 24px;
    width:98%;
    padding-bottom: 56.25%; /* 16:9 */
	height: 0;
    position: relative;
}
.fullVideo iframe, .fullVideo object, .fullVideo embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.panel.radius.text-center h4{font-family:arial,sans-serif;font-weight:normal; font-size:18px;text-transform:none;margin:0 15px;line-height:1.5;padding:9px}

.panel[style*="width: 600px"],.panel[style*="width: 560px"]{display:block!important; width:100%!important;}


.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
  min-width: 100% !important;
  width: 100% !important;
}

.Ctbs-panels{
	background:#e5f1f9;
	font-size:14px;
	padding:15px;
	margin:0 0 18px;
}
.Ctbs-panels h4{margin:0;padding:0;}
.Ctbs-panels h4 a,.Ctbs-panels a{color:#ef008c;}
.Ctbs-panels p{font-size:14px; margin-bottom:12px;}

.heroMsg.showMsg h1{margin:0;padding:0}
 .showMsg h2 {
    font-size: 48px;
    margin: 0;
	 padding:0;
}

.heroMsg.end-cm-Msg{width:600px;}
.heroMsg.end-cm-Msg h1{
	color:#fff;
	 font-size: 72px;
	line-height: 1;
    margin: 0 0 12px;
	padding:0;
}
.heroMsg.end-cm-Msg p {
    color: #fff;
    font-size: 24px;
	width:100%;
	padding:0!important;
}

img.ctbs-badge {
    width: 44px;
    height: 44px;
    position: static;
    line-height: 64px;
    display: inline-block;
    margin: 4px 0 0 0;
	opacity:1!important;
}


.row.flexrow{display:flex; margin:0 -20px;}
.relatedposts{padding-bottom:40px;}
.relatedposts img{display:block; margin:0 0 9px;}
.columns.relatedthumb{padding:0 20px;}
.relatedthumb{margin-bottom:30px!important;}
/*.relatedthumb:nth-child(4){display:none;}*/

/*endorsement statement================================*/



.endorseStatement{padding:24px 0;border-top:10px solid #e9e9e9; border-bottom:10px solid #e9e9e9;}
.endorseStatement h3{color:#fff!important; margin:0; line-height:1.1; font-size:36px;padding:0;}
.endorseStatement p{font-size:24px; margin:0; color:#fff;letter-spacing:0.25px;  padding:10px 0 15px 0}
.endorseStatement .columns {}
.endorseStatement .button-large{padding:9px 48px;margin:0;color:#000!important;}


.endorseStatement img#endorse-arrow{
	position:absolute; top:0px;width:80px;
	left:-50px
}
.endorseStatement.endorseMini img#endorse-arrow{
	position:absolute; top:0px;width:80px;
	-ms-transform: rotate(7deg); /* IE 9 */
    -webkit-transform: rotate(7deg); /* Chrome, Safari, Opera */
    transform: rotate(37deg);
	left:25%;
}

.endorseStatement.endorseMini{padding:15px 30px;border:none;}
.endorseStatement.endorseMini p{font-size:21px;}

.endorseStatement.endorseMini .button{color:#000!important;margin-top:12px;}




@media only screen and  (max-width:1160px) {
		img#endorse-arrow{left:-60px;}
}

@media only screen and  (max-width:1100px) {
		.endorseStatement.endorseMini img#endorse-arrow{left:20%;}
}
@media only screen and  (max-width:960px) {
	     img#endorse-arrow{left:-40px;}
		.endorseStatement.endorseMini img#endorse-arrow{width:60px;}
	
	.endorseStatement p{font-size:21px; width:95%;}
	
}
@media only screen and  (max-width:830px) {
		.endorseStatement.endorseMini img#endorse-arrow{width:70px;left:25%; display:block;}
	img#endorse-arrow{display:none;}
	
	
	.endorseStatement .three{
		width: 100%;
    text-align: center;
    margin-top: 12px;}
	
	.endorseStatement p{font-size:18px; width:100%;}
	.endorseStatement h3{font-size:30px;}
	
}
@media only screen and  (max-width:700px) {
		.endorseStatement.endorseMini img#endorse-arrow{display:none;}
	.endorseStatement.endorseMini .endorseStatement.endorseMini p{font-size:18px;}
}
/*SEARCH RESULTS==================================*/

  .gsc-control-cse {
    font-family: Arial, sans-serif;
    border-color: #FFFFFF;
    background-color: #FFFFFF;
  }
  .gsc-control-cse .gsc-table-result {
    font-family: Arial, sans-serif;
  }
  input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus {
    border-color: #ddd;


  }
  input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
    border-color: #7AB800;
    background-color: #7AB800;
    background-image: none;
    filter: none;
  }
  .gsc-tabHeader.gsc-tabhInactive {
    border-color: #ddd;
    background-color: #FFFFFF;
  }
  .gsc-tabHeader.gsc-tabhActive {
    border-color: #CCCCCC;
    border-bottom-color: #FFFFFF;
    background-color: #FFFFFF;
  }
  .gsc-tabsArea {
    border-color: #CCCCCC;
  }
  .gsc-webResult.gsc-result,
  .gsc-results .gsc-imageResult {
    border-color: #ddd;
    background-color: #FFFFFF;
 border-bottom: dotted 2px #E5EEF3;
padding: 8px 0 8px 0;
  }
  .gsc-webResult.gsc-result:hover,
  .gsc-imageResult:hover {
    border-color: #FFFFFF;
    background-color: #FFFFFF;
 border-bottom: dotted 2px #E5EEF3;
padding: 8px 0 8px 0;
  }
  .gs-webResult.gs-result a.gs-title:link,
  .gs-webResult.gs-result a.gs-title:link b,
  .gs-imageResult a.gs-title:link,
  .gs-imageResult a.gs-title:link b {
    color: #0073cf;

  }
  .gs-webResult.gs-result a.gs-title:visited,
  .gs-webResult.gs-result a.gs-title:visited b,
  .gs-imageResult a.gs-title:visited,
  .gs-imageResult a.gs-title:visited b {
     color: #0072ce;

  }
  .gs-webResult.gs-result a.gs-title:hover,
  .gs-webResult.gs-result a.gs-title:hover b,
  .gs-imageResult a.gs-title:hover,
  .gs-imageResult a.gs-title:hover b {
    color: #0073cf;

  }
  .gs-webResult.gs-result a.gs-title:active,
  .gs-webResult.gs-result a.gs-title:active b,
  .gs-imageResult a.gs-title:active,
  .gs-imageResult a.gs-title:active b {
    color: #0073cf;
text-decoration:none;
  }
  .gsc-cursor-page {
    color: #0073cf;
  }
  a.gsc-trailing-more-results:link {
    color: #0072ce;
  }
  .gs-webResult .gs-snippet,
  .gs-imageResult .gs-snippet,
  .gs-fileFormatType {
    color: #675c53;
  }
  .gs-webResult div.gs-visibleUrl,
  .gs-imageResult div.gs-visibleUrl {
    color: #0073cf;
  }
  .gs-webResult div.gs-visibleUrl-short {
    color: #0073cf;
  }
  .gs-webResult div.gs-visibleUrl-short {
    display: none;
  }
  .gs-webResult div.gs-visibleUrl-long {
    display: block;
  }
  .gs-promotion div.gs-visibleUrl-short {
    display: none;
  }
  .gs-promotion div.gs-visibleUrl-long {
    display: block;
  }
  .gsc-cursor-box {
    border-color: #FFFFFF;
  }
  .gsc-results .gsc-cursor-box .gsc-cursor-page {
    border-color: #CCCCCC;
    background-color: #FFFFFF;
    color: #0072ce;
  }
  .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
    border-color: #CCCCCC;
    background-color: #FFFFFF;
    color: #0072ce;
  }
  .gsc-webResult.gsc-result.gsc-promotion {
    border-color: #F6F6F6;
    background-color: #F6F6F6;
  }
  .gsc-completion-title {
    color: #0072ce;
  }
 
  .gsc-input input.gsc-input {
    background: none repeat scroll 0% 0% white !important;
  }


.gsc-input-box{height:auto!important;}

table.gstl_50,table.gsc-table-result,.gsc-above-wrapper-area-container,table.gsc-resultsHeader{margin:0;}
input.gsc-input {
    border: none!important;
    font-size: 16px;
    margin: 0 !important;
    padding: 8px !important;
    width: 99%;
}
input.gsc-input:focus{box-shadow:none;}

.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
width: auto !important;
height: auto !important;
border-color:#0072ce!important;
background-color: #0072ce!important;
background-image: none!important;
filter: none;
     height: 13px;
    margin-top: 2px;
    min-width: 13px;
    padding: 11px 27px!important;
    width: 13px;
}
.cse .gsc-control-cse, .gsc-control-cse{padding:0!important;}

.gs-result .gs-title, .gs-result .gs-title {color:#0072ce!important;}
.gs-webResult.gs-result a.gs-title:link, .gs-webResult.gs-result a.gs-title:link b, .gs-imageResult a.gs-title:link, .gs-imageResult a.gs-title:link b {
    color: #0072ce!important;
}
.gsc-preview-reviews, .gsc-control-cse .gs-snippet, .gsc-control-cse .gs-promotion em, .gsc-control-cse .gs-snippet, .gsc-control-cse .gs-promotion em{color:#292929;}
.gsc-table-result, .gsc-thumbnail-inside, .gsc-url-top{padding:0;}
.gsc-webResult .gsc-result {
    border-bottom: 1px solid #ddd!important;
    padding: 10px 0;
}
.gsc-results .gsc-cursor-box .gsc-cursor-current-page, .gsc-results .gsc-cursor-box .gsc-cursor-page{color:#0072ce!important;}
.gsc-results .gsc-cursor-box .gsc-cursor-page:hover{text-decoration:none!important; color:#243C4B!important;}

.gsc-results{padding-bottom:40px!important;}


/*==fancybox==================================*/

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none;
}

.fancybox-opened .fancybox-outer{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}


.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/wp-content/themes/planTheme2018/img/template/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/wp-content/themes/planTheme2018/img/template/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/wp-content/themes/planTheme2018/img/template/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: visible!important;
}
.fancybox-prev span, .fancybox-next span{ }

.fancybox-prev span,.fancybox-next span{left:auto!important;}

.fancybox-prev span{left:20px!important;}
.fancybox-next span,.fancybox-next span{right:20px!important;}

.fancybox-prev span {
	/*left: 10px;*/
	background-position: 0 -36px;
}

.fancybox-next span {
	/*right: 10px;*/
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 991;
	background: url('/wp-content/themes/planTheme2018/img/template/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}


.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

.africaMap{
		width:100%;
		max-width:850px;
		padding-top:94%; /*800/850 *100*/
		background: url('/wp-content/uploads/2017/06/africa-hotspots-sprite.gif');
		background-position: 0 /*14.29%*/ top;
		background-repeat:no-repeat;
		background-size:800%;
	}	

.africaMap .modal{
	position: absolute;
    background: rgba(255,255,255,1);
    width: 94%;
    height:auto;
	top:0;
    padding: 20px;
    margin: 3%;	
	z-index:1;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.62);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.62);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.62);
}
.africaMap .modal img{display:block; margin:0 auto;}
.africaMap .modal p.mapClose{
	position: absolute;
    right: 20px;
    width:auto;
	top:15px;
	
	
}
.africaMap .modal p.mapClose a{
	font-weight: bold;
    font-size: 18px;
	position:static;
	border:none;
	text-indent:0;
	color:#0072ce!important;
	background:none!important;
}
.africaMap a,.centralAMap a {
	position:absolute;
	display:inline-block;
	text-indent:-10000px;

}

.africaMap a.southSudanOpen{
	width:110px;
	height:100px;
	top:32%;
	left:53%;
}

.africaMap a.kenyaOpen{
	width: 110px;
    height: 74px;
    top: 47%;
    left: 67%;
}
.africaMap a.ethiopiaOpen{
	width: 110px;
    height: 74px;
    top: 35%;
    left: 67%;
}
.africaMap a.ugandaOpen{
	width: 110px;
    height: 74px;
    top: 45%;
    left:53%;
}
.africaMap a.nigeriaOpen{
	 width: 110px;
    height: 70px;
    top: 36%;
    left: 31%;
}
.africaMap a.nigerOpen{
	 width: 110px;
    height: 75px;
    top: 24%;
    left: 33%;
}
.africaMap a.cameroonOpen{
	width: 180px;
    height: 75px;
    top: 45%;
    left: 23%;
}

.africaMap .modal.south-sudan, 
.africaMap .modal.kenya, 
.africaMap .modal.ethiopia, 
.africaMap .modal.uganda, 
.africaMap .modal.nigeria, 
.africaMap .modal.niger, 
.africaMap .modal.cameroon{display:none;}

/*==central america map===========*/

.centralAMap{
		width:100%;
		max-width:850px;
		padding-top:44%; /*800/850 *100*/
		background:#c6ecff url('/wp-content/uploads/2017/12/central-america-map-sprite-flat.gif');
		background-position: 0 /*14.29%*/ top;
		background-repeat:no-repeat;
		background-size:500%;
	}	

.centralAMap a.guatemalaOpen{
	width: 20%;
    height: 100px;
    top: 47%;
    left: 8%;
}
.centralAMap a.ElsalvadorOpen{
	width: 12%;
    height: 90px;
    top: 70%;
    left: 22%;
}
.centralAMap a.hondurasOpen{
	width: 16%;
    height: 110px;
    top: 45%;
    left: 33%;
}
.centralAMap a.DROpen{
	width: 16%;
    height: 120px;
    top: 33%;
    left: 76%;
}

 .centralA-modal{
    background: #c6ecff;
    height:auto;
	overflow:auto;
}
 .centralA-modal .row{
    background: rgba(255,255,255,1);
    width: 94%;
    height:auto;
	top:0;
    padding: 20px 10px;
    margin: 3px 3% 20px 3%!important;	
	z-index:1;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.62);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.62);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.62);
}
.centralA-modal h4{padding-top:0; }

p.mapClose-ca{padding:0 10px;}
@media only screen and /*!YUI Compressor*/ (max-width:1024px) {
	.africaMap a.southSudanOpen {
   	 	width: 70px;height: 80px;
    	top: 28%;
    	left: 55%;
		}
.africaMap a.ugandaOpen {
    width: 90px;
    height: 54px;
    top: 44%;
    left: 53%;
}
	.africaMap a.ethiopiaOpen {
      width: 110px;
      height: 64px;
      top: 33%;
      left: 67%;
   }
	.africaMap a.kenyaOpen {
    width: 110px;
    height: 60px;
    top: 45%;
    left: 68%;
}
	.africaMap a.nigerOpen {
    width: 110px;
    height: 65px;
    top: 22%;
    left: 33%;
	}

.africaMap a.nigeriaOpen {
    width: 110px;
    height: 60px;
    top: 34%;
    left: 31%;
    left: 31%;
}
.africaMap a.cameroonOpen {
    width: 140px;
    height: 55px;
    top: 45%;
    left: 23%;
}
}


@media only screen and /*!YUI Compressor*/ (max-width:830px) {
	
    .africaMap a.nigerOpen {top: 24%;}
	.africaMap a.nigeriaOpen { top: 35%;}
	.africaMap a.cameroonOpen { height: 60px;top: 45%;}
.africaMap a.southSudanOpen {
    width: 100px;
    height: 90px;
    top: 31%;
    left: 52%;
}
	.africaMap a.ugandaOpen {
    width: 100px;
    height: 54px;
    top: 45%;
    left: 53%;
}
	.africaMap a.kenyaOpen {top: 46%;}
	.africaMap a.ethiopiaOpen {height: 74px;}
}

@media only screen and /*!YUI Compressor*/ (max-width:600px) {
	.africaMap{margin-top:40px;}
	.mapLocations{position:absolute; top:-20px; background:#0072ce; width:100%; text-align:center;}
	.africaMap a, .centralAMap a{
	position:static;
	display:inline-block;
	background:#0072ce;
	text-indent:0;
		color:#fff;
	width:auto!important;
	height:auto!important;
	padding:6px 9px;
	font-size:14px;
	text-transform:capitalize;
	}
	.africaMap a:hover, .centralAMap a:hover{background:rgba(0,0,0,0.3)}
}
/* modal over rides==================================================*/
	.endorseModal .fancybox-skin{padding:0!important;}
    .endorseModal .fancybox-skin body{background:#fff;}
	.endorseModal .fancybox-inner{min-height:700px!important;}


@media only screen and /*!YUI Compressor*/ (max-width:830px) {
	
	.endorseModal,.endorseModal .fancybox-inner{width:700px!important}
	
}

	@media only screen and /*!YUI Compressor*/ (max-width:700px) {
		.endorseModal,.endorseModal .fancybox-inner{width:600px!important}
		#endorseH div.inputs.two-fields{float:none; width:100%; display:block;margin-top:15px;}
		#endorseH div.inputs.two-fields:nth-child(1){padding-right:0;float:none;}
		#endorseH div.inputs.two-fields:nth-child(2){padding-left:0;float:none;}
		.arrow-down {left:180px}
		div.inputs.tooltip span.tooltipLink span.ageTip{font-size:12px;top:-78px;}
		#endorseShare-full a{padding:8px}
	}
	
@media only screen and /*!YUI Compressor*/ (max-width:600px) {
	.endorseModal,.endorseModal .fancybox-inner{width:500px!important}

}
	@media only screen and /*!YUI Compressor*/ (max-width:520px) {
		.endorseModal,.endorseModal .fancybox-inner{width:400px!important}
		.arrow-down {left:180px}
		div.inputs.tooltip span.tooltipLink span.ageTip{font-size:12px;top:-108px;}
		.radio-selectors{display:block;margin-top:12px;}
		.celeb-pic{display:block!important; text-align:center;float:none; padding:0}
		.celeb-endorse div.celebH{width:100%;display:block;float:none;padding:12px 0 0 0 }
		#endorseShare a,#endorseShare-full a{display:block; width:100%; margin:0 0 12px;}
		
		#cbs-info {
    		width: 90%;
    		margin: 0 5%;
    		top: 5%;
   			 padding: 20px;
		}
		
		#cbs-info img{display:none;}
		#cbs-info h3{font-size:30px;}
		
		
		.showBanner .heroMsg a.button{width:100%;}
		
		
	}
	@media only screen and /*!YUI Compressor*/ (max-width:420px) {
		.tooltipLink{display:none;}	
		.endorseModal,.endorseModal .fancybox-inner{width:340px!important}
		.endorseModal{left:10px!important;}
		#endorseCont{border:10px solid #fff;}
	}
	@media only screen and /*!YUI Compressor*/ (max-width:375px) {
		#endorseH p{font-size:14px;}
		#endorseH p.endorse-accept{font-size:12px;}
	}
	@media only screen and /*!YUI Compressor*/ (max-width:320px) {
	
		#endorseCont { border: 10px solid #fff;}
		.endorseModal,.endorseModal .fancybox-inner{width:270px!important}
		.endorseModal{left:10px!important;}
		#endorseCont{width:270px!important;}	
		#endorseCont { border: 7px solid #fff;}
		
  }
.lhnInviteContainer{display:none!important;}

/*dotg17 - girls dreams*/
.girl-dreams-cont.row {margin:0 -4px!important; position:relative;}
.girl-dreams-cont .columns{padding:4px!important;}



.girl-dreams-msg{
	color:#fff; 
	font-size:18px; 
	padding:10px; 
	text-align:center;
    position: absolute;
    top: 20px;
    width: 95%;
}
.girl-dreams-msg img{visibility:hidden;}

.dreams-cover{
	display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
}
#dream-bios{
	display: none;
    position: absolute;
    top: 30px;
	padding:30px;
    right: 5%;
    width: 90%;
    z-index: 2;
    background: #fff;
    box-shadow: 0 0 1px 1px rgba(0,0,0,0.1);
}
.dotg-bio-close{position:absolute;top:20px; right:20px;}
.girl-dreams-pic em{
    position: absolute;
    bottom: 10px;
	display:block;
    background: rgba(255,255,255,0.9);
	font-weight:bold;
	font-style:normal;
	letter-spacing:0.5px;
    margin: 0 4%;
    width: 88%;
    padding: 8px;
	text-align:center;
    text-transform:uppercase;
}
.veneer{font-family: 'Veneer',arial, sans-serif; font-weight: 400;}
/* cow */
.cow-container{position:relative;padding-bottom:0px; padding-top:0;}
.cow-nums{ text-align:left;padding-top:40px;}
.columns.cowpic{padding:0 30px 0 0px;}
.cow-num{
	font-family: 'Veneer',arial, sans-serif; font-weight: 400;
	font-size:30px;
	text-align:center;
	line-height:80px;
	border-radius:80px;
	width:80px;
	height:80px;
	color:#fff;
	display:inline-block;
	margin:0 5px 18px;
	text-shadow: 0px 0px 2px rgba(150, 150, 150, 1);
}
.solar-num{
	font-family: 'Veneer',arial, sans-serif; font-weight: 400;
	font-size:30px;
	text-align:center;
	line-height:60px;
	border-radius:60px;
	width:60px;
	height:60px;
	color:#fff;
	display:inline-block;
	margin:12px 5px;
	text-shadow: 0px 0px 2px rgba(150, 150, 150, 1);		
}
.row.loop .columns.solar-nums div.solarH {padding-top:6px; padding-bottom:6px;text-align:center;border-top:1px solid #ddd; border-bottom:1px solid #ddd; margin-bottom:12px;}
.solar-nums span{
	font-family: 'Veneer',arial, sans-serif; font-weight: 400;
	font-size:30px;
	text-align:center;
	line-height:70px;
	color:#000;
	display:inline-block;
	padding:0 10px;
}
.cow1, .sol1{background:#0072ce; }
.cow2,.sol2{background:#58cae7;}
.cow3,.sol3{background:#ef008c; }
.cow4,.sol4{background:#f5821e;}
.cow5,.sol5{background:#00964b;}
.cow6,.sol6{background:#e1e621;}
.cow7{background:#f563b9;position:absolute;z-index:10;}


.cow-data, .solar-data{display:none;background:#e6e6e6; padding:10px 10px 30px;margin:0px 0 12px; position:relative;top:0px;}
a.cow-data-close, a.solar-data-close{
	display: block;
    left: 0;
    padding: 4px 10px 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;	color:#fff
}
.cow-data-num, .solar-data-num{
	font-family: 'Veneer',arial, sans-serif; font-weight: 400;
	font-size:36px;
	color:#000;
	display:inline-block;
	width:20%;
	padding:0 2%;
	 text-align:right;
}
.cow-info, .solar-info{color: #000;
          display: inline-block;
          font-size: 16px;
         padding: 8px 2% 0;
         vertical-align: top;
         width: 80%;
}

@media only screen and /*!YUI Compressor*/ (max-width:1300px) {
	
}

@media only screen and /*!YUI Compressor*/ (max-width:1200px) {
	.cow-num {
    border-radius: 65px;
    font-size: 26px;
    height: 65px;
    line-height: 65px;
    width: 65px;
	 	}
	.heroMsg.end-cm-Msg h1{font-size:64px;}
    .heroMsg.end-cm-Msg p{font-size:21px;}
}
@media only screen and /*!YUI Compressor*/ (max-width:1000px) {
	.cow-nums.columns.four.pull-eight,.columns.eight.cowpic.push-four{
		float:none; width:100%;left:0;right:0;
	}
	.cow-nums{padding:0;text-align:center;}
	.cow7{position:static;}
	.cow-data{top:0;}
	.heroMsg.end-cm-Msg h1{font-size:56px;}
}

@media only screen and /*!YUI Compressor*/ (max-width:830px) {
	.cow-num {
    border-radius: 90px;
    font-size: 30px;
    height: 90px;
    line-height: 90px;
    margin: 0 15px 15px;
    width: 90px;
  }	
	.columns.cowpic{padding:0 30px;}
}

@media only screen and /*!YUI Compressor*/ (max-width:600px) {
	.cow-num {
    border-radius: 80px;
    font-size: 28px;
    height: 80px;
    line-height: 80px;
    margin: 0 15 15px;
    width: 80px;
  }	
		
}
@media only screen and /*!YUI Compressor*/ (max-width:505px) {
	.cow-num {
    border-radius: 80px;
    font-size: 26px;
    height: 80px;
    line-height: 80px;
    margin: 0 8px 8px;
    width: 80px;
	 }	
	
	.cow-data-num{
	font-size:30px;
	width:30%;
}
.cow-info{color: #000;
          display: inline-block;
          font-size: 16px;
         padding: 8px 2% 0;
         vertical-align: top;
         width: 56%;
  }
		
}
@media only screen and /*!YUI Compressor*/ (max-width:400px) {
	.cow-container {
    	padding-bottom: 20px;
    	padding-top: 0;
    	position: relative;
	}
	
	.cow-num {
    border-radius: 60px;
    font-size: 24px;
    height: 60px;
    line-height: 60px;
    margin: 0 8px 8px;
    width: 60px;
	 }		
}

/*flip cards=============================================*/
    /* entire container, keeps perspective */
    /* simple */

.flippies-fix{width:70%;margin:0 auto;}

    .flip-container {
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -ms-transform: perspective(1000px);
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    height:310px;
    }
    .flip-container.columns{padding:0; margin:0 2% 0px;}
    .flip-container.columns.six{width:46%}
    .flip-container, .front, .back {
    width: 100%;
    }
    .flipper {
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
    position: relative;
    transform-style: preserve-3d;
    }
    .flipper .back a.button{
    position:absolute;
    left:20px;
    right:20px;
    bottom:0;
    display:inline-block;
    margin:15px auto;
    align:center;
    width:auto;
    padding:8px 14px;
    font-size:13px;
    }
    .flipper .back a.button.impact{
    position:absolute;
    left:0px;
    right:0px;
    bottom:0;
    top:0;
    background:transparent!important;
    display:block;
    margin:0 auto;
    align:center;
    width:100%;
    padding:0;
    font-size:13px;
    border:none;
    }
    .flipper .back a.button.impact:hover{
    background:transparent;
    }
    .front, .back {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -webkit-transform: rotateY(0deg);
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    -moz-transform: rotateY(0deg);
    -o-transition: 1s;
    -o-transform-style: preserve-3d;
    -o-transform: rotateY(0deg);
    -ms-transition: 1s;
    -ms-transform-style: preserve-3d;
    -ms-transform: rotateY(0deg);
    transition: 1s;
    transform-style: preserve-3d;
    transform: rotateY(0deg);
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
    }
    .flip-container .front {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    z-index: 2;
    }
    .flip-container .back {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    }
    /* START: Accommodating for IE */
    .flip-container:hover .back, .flip-container:focus .back,.flip-container.hover .back {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    }
    .flip-container:hover .front,.flip-container:focus .front, .flip-container.hover .front {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    }
    /* END: Accommodating for IE */

@media only screen and /*!YUI Compressor*/ (max-width:1200px) {
	.flip-container { height:280px;}	
}
@media only screen and /*!YUI Compressor*/ (max-width:1024px) {
	.flip-container { height:250px;}	
}
 @media only screen and /*!YUI Compressor*/ (max-width:900px) {
	.flip-container { height:220px;}	
}
 @media only screen and /*!YUI Compressor*/ (max-width:830px) {
	.flip-container { height:280px;}	
}
 @media only screen and /*!YUI Compressor*/ (max-width:700px) {
	.flip-container { height:250px;}	
}
 @media only screen and /*!YUI Compressor*/ (max-width:600px) {
	.flip-container { height:200px;}	
}

 @media only screen and /*!YUI Compressor*/ (max-width:505px) {
	.flip-container { height:280px;}
	 .flip-container.columns.six{width:80%; margin:0 10% 30px;}
}
 @media only screen and /*!YUI Compressor*/ (max-width:400px) {
	.flip-container { height:210px;}
}
 @media only screen and /*!YUI Compressor*/ (max-width:320px) {
	.flip-container { height:180px;}
}


.tooltipLink {
    position: relative;
    top: 0px;
}


.tooltipText{display:none;}

span.genderTrans{display:inline-block; color:#000; cursor:default;border-bottom:1px dotted;}

   .tooltipLink .genderTransTip{
    display: none;
    position: absolute;
    background: #000;
    color: #fff;
    font-size: 13px;
    left: 0;
    right: 0;
    bottom: 28px;
    padding: 8px;
    z-index: 2;
    width: 380px;
    border-radius: 4px;	
}
	.tooltipLink:hover span.genderTransTip, .tooltipLink:active span.genderTransTip{
		display:block;
		width: 380px;		
	}
	
.tooltipLink span.bloom{font-size:21px;}



.fadein-real-men {
  	  position: relative;
   		height:150px;
	top:0;
}
	.fadein-real-men img {
    position: absolute;
		top:0;
}

/*new blog styles=========================================*/
/*
animated header
*/
#heroBanner .heroMsg {
    width: 700px;
}

h1.ani-h1{
position:absolute;
bottom:0;
  -webkit-animation-name: h-reveal;
    -moz-animation-name: h-reveal;
    -o-animation-name: h-reveal;
    -ms-animation-name: h-reveal;
    animation-name: h-reveal;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration:2.5s;
    -moz-animation-duration: 2.5s;
    -o-animation-duration: 2.5s;
    -ms-animation-duration:2.5s;
    animation-duration: 2.5s;
}
h1.ani-h2{
 position:absolute;
bottom:0;
  -webkit-animation-name: h-reveal;
    -moz-animation-name: h-reveal;
    -o-animation-name: h-reveal;
    -ms-animation-name: h-reveal;
    animation-name: h-reveal;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 2.5s;
    -moz-animation-duration:2.5s;
    -o-animation-duration:2.5s;
    -ms-animation-duration:2.5s;
    animation-duration: 2.5s;
-webkit-animation-delay: 2.6s; /* Chrome, Safari, Opera */
    animation-delay: 2.6s;
}
h1.ani-h3{
       position:absolute;
bottom:0;
  -webkit-animation-name: h-reveal2;
    -moz-animation-name: h-reveal2;
    -o-animation-name: h-reveal2;
    -ms-animation-name: h-reveal2;
    animation-name: h-reveal2;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 2.5s;
    -moz-animation-duration: 2.5s;
    -o-animation-duration: 2.5s;
    -ms-animation-duration:2.5s;
    animation-duration: 2.5s;
-webkit-animation-delay: 5.1s; /* Chrome, Safari, Opera */
    animation-delay:5.1s;
}

@keyframes h-reveal {
    0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  
   30% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  80% {
    opacity: 1;
     -ms-filter: none;
    filter: none;
    }
 90% {
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.4)";
    filter: alpha(opacity=0.4);
    }
100% {
      opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@keyframes h-reveal2 {
    0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  
   30% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  80% {
    opacity: 1;
     -ms-filter: none;
    filter: none;
    }

100% {
      opacity: 1;
      -ms-filter: none;
    filter: none;
  }
}


.blog-fade-in{
  -webkit-animation: blog-fade-in 2s ease;
  -moz-animation: blog-fade-in ease-in-out 2s both;
  -ms-animation: blog-fade-in ease-in-out 2s both;
  -o-animation: blog-fade-in ease-in-out 2s both;
  animation: blog-fade-in ease;
  visibility: visible;
  -webkit-backface-visibility: hidden;
}

@-webkit-keyframes blog-fade-in{0%{opacity:0;} 100%{opacity:1;}}
@-moz-keyframes blog-fade-in{0%{opacity:0} 100%{opacity:1}}
@-o-keyframes blog-fade-in{0%{opacity:0} 100%{opacity:1}}
@keyframes blog-fade-in{0%{opacity:0} 100%{opacity:1}}


p.cat-list{font-size:12px;}
p.cat-list img{display:inline-block; padding:0 5px 0 0;}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid #000;
    position: absolute;
    left: 5%;
    display: block;
}
.blogTop{
	width: 40px;
    height: 40px;
    background: #ef008c;
	border:2px solid #ef008c;
    display: block;
    text-align: center;
    color: #fff;
    border-radius: 30px;
    font-size: 24px;
	margin:40px auto 0;
	-webkit-transition: background-color 0.15s ease-in-out; 
	-moz-transition: background-color 0.15s ease-in-out; 
	-o-transition: background-color 0.15s ease-in-out; 
	transition: background-color 0.15s ease-in-out;
}
.blogTop:hover{
	color:#ef008c;
	background:#fff
}

.flex-touts{display:flex;}
.flex-touts div.four.left{display:flex;}
.flex-touts .flex-touts-content{display:block;width:100%;}
.flex-touts .flex-touts-content.alt{background:#f2f2f2;}

.flex-touts a.newsThumb img{border:none; margin:0;}

.flex-touts > div:nth-child(2){background:#f2f2f2;}
.flex-touts h4, .row.planv5 h4{margin-bottom:0px;padding-bottom:12px;}
.flex-touts span.newsDate, .row.planv5 span.newsDate{margin-bottom:6px;}


.row.loop.planv5{	
	display: flex;
    flex-wrap: wrap;
}

.row.featured-title{padding:40px 0 0 }
.row.featured-title h3{margin:12px 0;padding:0; }
.featuredNews{padding-bottom:4px;}


.featured-story{padding:0px }
.featured-story hr{margin-bottom:12px;}
.featured-story img{border:none;margin:0;}
.searchPart{text-align:right; margin-top:12px;}
.searchPart h4{display:none;}
.searchPart form.search{border:none;}
.searchPart input.search-input{width: calc(100% - 31%)!important; margin:0 3px 0 0;}
.searchPart button.search-submit{padding:8px; width:20%;}

.errorpg.searchPart{text-align:left;}
.errorpg.searchPart input.search-input{width: calc(100% - 21%)!important; margin:0 3px 0 0;}
.errorpg.searchPart button.search-submit{padding:8px; width:10%;}


.cat-grid{margin-bottom: 40px;}
.cat-grid h6{padding:0; margin:12px 0 18px; height:40px;}
.cat-grid span.cat-cover{display:block;background:#000;}
.cat-grid a img{
	display:block; margin:0 0 9px; 
	background:#000;
	opacity:0.8;
	-webkit-transition: opacity 0.15s ease-in-out; 
	-moz-transition: opacity 0.15s ease-in-out; 
	-o-transition: opacity 0.15s ease-in-out; 
	transition: opacity 0.15s ease-in-out;
}
.cat-grid a:hover img{opacity:1;}

.homePg-pag .pagination {
	margin: 0 0 24px;
	border:0;
    border-bottom: 1px solid #ddd;
    padding: 0 0px 15px;
}

/* rickshaw blog=======================*/


#rickshaw-hotspots{
	position:relative;
	overflow:hidden;
}
#rickshaw-hotspots a.scrollTo {
    display:none;
	color:#0072ce!important;
	position: absolute;
    color: #000;
    letter-spacing: 0.5px;
    font-family: 'veneer';
    font-size: 26px;
    padding: 15px 24px;
    line-height:1.1;
    background: rgba(255,255,255,0.9);
     -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    text-align:center;
     -webkit-animation-name: rickshaw-box;
  -moz-animation-name: rickshaw-box;
  -o-animation-name: rickshaw-box;
  -ms-animation-name: rickshaw-box;
  animation-name: rickshaw-box;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  animation-duration: 0.5s;  
  -webkit-animation-delay:0.5s; /* Chrome, Safari, Opera */
  animation-delay: 0.5s;  
}
#rickshaw-hotspots a.in-view{display:block;}
h4#rickshaw-hidden{position:absolute; visibility:hidden;}
#rickshaw-hotspots a span{
	width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid rgba(255,255,255,0.9);
    display: block;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
     transition: all 400ms ease;
    margin: auto;
}

#rickshaw-hotspots a:hover,#rickshaw-hotspots a.cbs-on {color:#fff!important; background:#0072ce;}

#rickshaw-hotspots a#rick-purp{top: 80px;left: 50px;  animation-delay: 0.5s;}
#rickshaw-hotspots a#rick-drivers{top: 300px;left: 50px; animation-delay: 0.8s;}
#rickshaw-hotspots a#rick-dist{top: 80px;right: 50px;  animation-delay: 1.1s;}
#rickshaw-hotspots a#rick-cost{top: 300px;right: 50px;  animation-delay: 1.4s;}

 a#rickshaw-hotspots.scrollTo{color:#0072ce;} 
#rickshaw-hotspots a:hover span, #rickshaw-hotspots a.cbs-on span{border-top: 20px solid #0072ce}

#rickshaw-hotspots a#cbs-close {
    padding: 0;
    background: none;
    font-family: arial,sans-serif;
    color: #000!important;
    display: block;
    width: 100%;
    text-transform: none;
    font-size: 18px;
    border: none;
    position: relative;
    right: -40px;
    text-align: right;
    top: 0;
    max-width: 100%;
    height: 40px;
}
#cbs-info{
	display:none;
	position: absolute;
    width: 80%;
    margin: 0 10%;
    z-index: 11;
    color:#000;
    background: #fff;
     padding: 20px 60px 40px 60px;
    top: 28%;
    min-height: 50px;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.75);
}
#cbs-info p{margin:0;}
#cbs-info img{width:60px; display:inline-block; margin:0 10px 0; float:left;}
 .show-on-tablet{display: none !important;}  
	
	#cbs-cover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background: rgba(0,0,0,.5);
    width: 100%;
    height: 100%;
    display: none;
}

@keyframes rickshaw-box {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -o-transform: translateY(-40px);

    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  40% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@media only screen and /*!YUI Compressor*/ (max-width:1200px) {
		#rickshaw-hotspots a#rick-purp{top: 180px;left: 20px;  animation-delay: 0.5s;}
#rickshaw-hotspots a#rick-drivers{top: 340px;left: 50px; animation-delay: 0.8s;}
#rickshaw-hotspots a#rick-dist{top: 80px;right: 50px;  animation-delay: 1.1s;}
#rickshaw-hotspots a#rick-cost{top: 300px;right: 50px;  animation-delay: 1.4s;}
}
@media only screen and /*!YUI Compressor*/ (max-width:1024px) {
		#rickshaw-hotspots a#rick-purp{top: 150px;left: 20px;  animation-delay: 0.5s;}
#rickshaw-hotspots a#rick-drivers{top: 300px;left: 30px; animation-delay: 0.8s;}
#rickshaw-hotspots a#rick-dist{top: 80px;right: 30px;  animation-delay: 1.1s;}
#rickshaw-hotspots a#rick-cost{top: 250px;right: 30px;  animation-delay: 1.4s;}
	
	#rickshaw-hotspots a.scrollTo{padding:20px;}	
	
	#cbs-info {
   		width: 70%;
    	margin: 0 15%;
   		top: 22%;  
	}
	#cbs-info h3{font-size:36px;}	
}

@media only screen and /*!YUI Compressor*/ (max-width:830px) {
	#rickshaw-hotspots a.scrollTo {
		 position: static;
   	 	width: 50%;
   	 	display: block;
   	 	height: 86px;
    	font-size: 26px;
    	float: left;
    	border: 1px solid #0072ce;
    	border-collapse: separate;
		animation-delay: 0.5s!important;
	}
	
	#rickshaw-hotspots a span{display:none;}
	
	#rickshaw-hotspots a{padding:15px 0; line-height:1;}	
	
	#cbs-info{
   		width: 80%;
    	margin: 0 10%;
    	top: 25%;
    	}
	
	
}
@media only screen and /*!YUI Compressor*/ (max-width:600px) {
	#rickshaw-hotspots a.scrollTo{font-size:18px; padding:14px 10px; height:70px;}
	.biaagSection #mainContent #rickshaw-hotspots a#cbs-close{height:20px;right:0; font-size:15px;}
	
	
	#cbs-info {
    		width: 90%;
    		margin: 0 5%;
    		top: 20%;
   			 padding: 20px;
		}
		#cbs-info img{display:none;}
		#cbs-info h3{font-size:30px;}
	#rickshaw-hotspots a#cbs-close{right:0;}
}	
@media only screen and /*!YUI Compressor*/ (max-width:400px) {	
	#cbs-info {
		width: 100%;
		margin: 0;
		top: 0;
		padding: 20px;
		height: 100%;
	}
	#rickshaw-hotspots a#cbs-close {
   		font-size: 16px;height: 30px;
	}
	#cbs-info h3{font-size:24px; margin:0; padding:0;}
}

/* disappearing vietnam=====*/
.dv-container {position: relative;  top:0px;height:480px; width:100%;margin:0 0 20px;}

@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.fade-in {
  opacity:0;  /* make things invisible upon start */
  -webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  -moz-animation:fadeIn ease-in 1;
  animation:fadeIn ease-in 1;
  -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;
  -webkit-animation-duration:1s;
  -moz-animation-duration:1s;
  animation-duration:1s;
}

.fade-in.two {
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay:1.2s;
  animation-delay: 5s;
}

/*---make a basic box ---*/
.box-v{
    width: 100%;
   position:absolute;
   margin: 0px;
	left:0;
	top:0;
	bottom:0;
	right:0;
}
	.box-v img{width:100%; display:block}	
	
.dv-container {position: relative;  top:0px;height:480px; width:100%;margin:0 0 20px;}	
.vietMsg {
    position: absolute;
    top: 0;
    bottom: 5%;
    padding: 0 30px;
    z-index: 10;
	display:block;
	width:100%;
}		
.vietMsg h2{font-family:'Veneer'; color:#fff; font-size:40px;font-weight:normal;text-shadow: 1px 1px 5px rgba(150, 150, 150, 1);}
	
	
h2.viet-ani-h1{
position:absolute;
bottom:0;
  -webkit-animation-name: disappear-v-reveal;
    -moz-animation-name: disappear-v-reveal;
    -o-animation-name: disappear-v-reveal;
    -ms-animation-name: disappear-v-reveal;
    animation-name: disappear-v-reveal;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration:2.5s;
    -moz-animation-duration: 2.5s;
    -o-animation-duration: 2.5s;
    -ms-animation-duration:2.5s;
    animation-duration: 2.5s;
}
h2.viet-ani-h2{
 position:absolute;
bottom:0;
  -webkit-animation-name: disappear-v-reveal;
    -moz-animation-name: disappear-v-reveal;
    -o-animation-name: disappear-v-reveal;
    -ms-animation-name: disappear-v-reveal;
    animation-name: disappear-v-reveal;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 2.5s;
    -moz-animation-duration:2.5s;
    -o-animation-duration:2.5s;
    -ms-animation-duration:2.5s;
    animation-duration: 2.5s;
-webkit-animation-delay: 2.6s; /* Chrome, Safari, Opera */
    animation-delay: 2.6s;
}
h2.viet-ani-h3{
       position:absolute;
bottom:0;
  -webkit-animation-name: disappear-v-reveal2;
    -moz-animation-name: disappear-v-reveal2;
    -o-animation-name: disappear-v-reveal2;
    -ms-animation-name: disappear-v-reveal2;
    animation-name: disappear-v-reveal2;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 2.5s;
    -moz-animation-duration: 2.5s;
    -o-animation-duration: 2.5s;
    -ms-animation-duration:2.5s;
    animation-duration: 2.5s;
-webkit-animation-delay: 5.1s; /* Chrome, Safari, Opera */
    animation-delay:5.1s;
}

@keyframes disappear-v-reveal {
    0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  
   30% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  80% {
    opacity: 1;
     -ms-filter: none;
    filter: none;
    }
 90% {
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.4)";
    filter: alpha(opacity=0.4);
    }
100% {
      opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@keyframes disappear-v-reveal2 {
    0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  
   30% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  80% {
    opacity: 1;
     -ms-filter: none;
    filter: none;
    }

100% {
      opacity: 1;
      -ms-filter: none;
    filter: none;
  }
}

@media only screen and  (max-width:1300px) {
.dv-container {height:420px;}
.vietMsg {
    position: absolute;
    top: 0;
  
}		
.vietMsg h2{font-size:32px;}
		
}
@media only screen and  (max-width:1180px) {
	.dv-container {height:400px;}
	.vietMsg {
  	  position: absolute;
   	 top: 0;
   	 
		}		
	.vietMsg h2{font-size:32px!important;}		
}

@media only screen and  (max-width:1080px) {
	.dv-container {height:380px;}		
}
@media only screen and  (max-width:1040px) {
	.dv-container {height:340px;}		
}
@media only screen and  (max-width:880px) {
	.dv-container {height:300px;}		
}
@media only screen and  (max-width:830px) {
	.dv-container {height:500px;}		
}
@media only screen and  (max-width:720px) {
	.dv-container {height:460px;}		
}
@media only screen and  (max-width:650px) {
	.dv-container {height:410px;}		
}
@media only screen and  (max-width:600px) {
	.dv-container {height:380px;}	
	.vietMsg {
    padding: 0 20px;
		}		
	.vietMsg h2{font-size:28px!important;}	
}
@media only screen and  (max-width:540px) {
	.dv-container {height:340px;}	
}
@media only screen and  (max-width:500px) {
	.dv-container {height:310px;}	
}
@media only screen and  (max-width:450px) {
	.dv-container {height:280px;}	
}
@media only screen and  (max-width:400px) {
	.dv-container {height:250px;}	
}
@media only screen and  (max-width:375px) {
	.dv-container {height:230px;}	
}
@media only screen and  (max-width:320px) {
	.dv-container {height:200px;}	
}
/* end disapperatin==================*/

@supports (position: sticky)  {
	.post-notes{
		position: sticky;
    	top: 140px;		
	}
}


/*.planv5 .latestPosts:nth-child(4){display:none;}*/
.post-notes .addthis_sharing_toolbox{float:none;margin:12px 0 6px;}
.post-notes .at-share-tbx-element .at-icon-wrapper{border-radius:30px!important;}
.post-notes .author-nolink, .post-notes .newsDate a{display:block; }
.post-notes .author-share-bar > div{line-height:1.5; border:none;}
.post-back{display:block; font-size:14px;padding:0 12px;}
.searchPg .post-back{padding:12px 0;}

.post-notes .at-icon-wrapper{width:28px!important;height:28px!important; line-height:28px!important;}
.post-notes .at-icon-wrapper svg{
	width: 22px!important;
    height: 22px!important;
    line-height: 28px!important;
    display: block;
    margin: 2px auto 0;	
}
.post-notes .post-list-cats{border-bottom:1px solid #ddd!important}
.post-notes section{padding:0 10px;}
.post-list-cats img.alignLeft{margin: 10px 9px 9px 0px;}
.cat-list-single-page{float:left;width:85%; line-height:21px;padding-top:5px; margin:0 0 12px;}
.cat-list-single-page a {
	display:inline-block; font-size:12px; 	
}
.cat-list-single-page span{display:inline-block; margin:0 6px 0 0;}
.post-callout{margin:9px 0!important; padding:0!important;}
.post-callout a.button{padding:8px 12px; width:100%}
.related-posts h4{padding-bottom:12px;}
.related-posts .relatedthumb{
    padding: 0 0 9px;
    margin-bottom: 12px!important;
}
.related-posts .relatedthumb a{display:block; font-size:14px; font-weight:bold;border-bottom: 1px solid #ddd; padding: 0 0 9px; color:#ef008c;}




.related-posts .relatedthumb span{display:block;background:#000;}
.related-posts .relatedthumb img{
	display:block; margin:0 0 9px; 
	background:#000;
	opacity:0.8;
	-webkit-transition: opacity 0.15s ease-in-out; 
	-moz-transition: opacity 0.15s ease-in-out; 
	-o-transition: opacity 0.15s ease-in-out; 
	transition: opacity 0.15s ease-in-out;
}
.related-posts .relatedthumb a:hover img{opacity:1;}
.dropdown.drop-cat-list > a{
	border: none;
    display:block;
    padding: 5px 0px;
    width: 100%;
    font-weight: normal;
    background:none;
	font-family:'Veneer';
	font-size:24px;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
}
.dropdown.drop-cat-list ul {
    -moz-box-sizing: content-box;
    background: rgba(0, 114, 206,0.1);
    display: none;
	border:none;
    list-style: none outside none;
    padding: 0px;
    margin: 0;
    z-index: 40;
}
.dropdown.drop-cat-list ul li {
    border-bottom: 1px solid #fff;
}.dropdown.drop-cat-list ul li a{
	-webkit-transition: background 0.15s ease-in-out; 
	-moz-transition: background 0.15s ease-in-out; 
	-o-transition: background 0.15s ease-in-out; 
	transition: background 0.15s ease-in-out;

}
.dropdown.drop-cat-list ul li a:hover{background:#0072ce; color:#fff}

@media only screen and /*!YUI Compressor*/ (max-width:1024px) {
	.cat-list-single-page{float:left;width:80%; line-height:21px;padding-top:5px; margin:0 0 12px;}
	.post-notes .cat-list-single-page a {display:block; }
	.cat-list-single-page span {display:none;}
	aside .searchPart input.search-input{width: calc(100% - 11%)!important; margin:0 3px 0 0;}
	aside .searchPart button.search-submit{width:100%; margin-top:12px;}
	
}
@media only screen and /*!YUI Compressor*/ (max-width:830px) {
	.post-notes{
   		 position:static;
   		 top: auto;	
	}
	.post-notes .author-share-bar{margin:0;}
	.mobile-author{
		border-top: 1px solid #ddd;
    	border-bottom: 1px solid #ddd;
    	padding: 5px 0 0 0;
    	margin: 0 0 18px;	
	}
	.cat-list-single-page a ,.cat-list-single-page span {display:inline;}
	.cat-list-single-page{width:90%; margin: 0 0 6px;line-height: 16px;padding:0;}
	.post-notes .post-back{display:inline-block; float:left; margin:12px 0 0 0;padding:0}
	.post-notes .addthis_sharing_toolbox{float:right;text-align:right;clear:none!important; margin:0 0 12px;}
	.author-share-bar span.newsDate{clear:both; display:block}
	.mobile-author .author-nolink, .mobile-author .newsDate a{
		display: inline-block;
    	margin: 0 6px 0 0;
    	border-right: 1px solid #ddd;
    	padding: 0 8px 0 0;
	}
	h1.NewsPostTitle, h1 {font-size: 30px;}
	article.post h2{font-size:26px;}
	.post-list-cats img.alignLeft{margin: 3px 9px 9px 0px;}
	.author-share-bar > div{padding:5px 0;}
	.related-posts .relatedthumb a{border:none;}
	.searchPart{text-align:left; margin-top:12px; border-top:1px solid #0072ce; padding-top:24px;}
	.searchPg .searchPart{border:0;}
	.searchPg .post-back{padding:12px 0 0 0;}
	aside .searchPart input.search-input{width: calc(100% - 31%)!important; margin:0 3px 0 0;}
	aside .searchPart button.search-submit{width:20%; margin-top:0px;}
	.featured-title .searchPart{border:none;}
	.row.featured-title{padding-top:18px;}

	.row.flexrow{display:block;}
	.planv5 .latestPosts:nth-child(4){display:block;}
.relatedthumb:nth-child(5){display:none;}
	.thumb-view .six-on-medium:nth-child(1){padding:0 30px 18px 0;}
	
	
	#promoInsert .promoImg{
    padding: 12px 10px 12px 0;	
	width:70px;

}
.promoImg img{width:70px;}
#promoInsert .promoCopy {width: calc(100% - 80px);}	
	#promoInsert .promoCopy h3 {
    font-size: 19px;
    padding: 12px 0 12px;
}
}
@media only screen and /*!YUI Compressor*/ (max-width:505px) {
	.related-posts .relatedthumb a{border-bottom:1px solid #ddd;}
	.thumb-view .six-on-medium:nth-child(1){padding:0;}
	.row.loop.planv5{display: block;}
	
}
/* end new blog styles========================*/

/*=====================================================================================================================================
:: 19. media queries
====================================================c==================================================================================*/
/*small screens hidden in regular stylesheet and turned on when appropriate*/

.hide-on-desktop {
  display: none !important;
}
.show-on-desktop {
  display: inherit !important;
}
.show-on-medium {
        display: none !important;
 		 }
.show-on-small{
	 display: none !important;
	}
.show-on-tablet{
	 display: none !important;
	}	
.show-on-desktop.show-on-tablet {
  display: inherit !important;
}
/*main nav options*/
.show-on-mobile{display:none;}

body.mobileHideNav nav.mainNav{display:block!important}

button#mobileNav {
    background: #0072ce;
    border: medium none;
    width:90px;
    display: inline-block;
    margin: 0 0;
    position: absolute;
    right: 0;
    top: 0px;
    height:90px;
    border-radius:0;
    padding-top:12px;
}

.lines-button {
  padding: 10px;
  transition: .3s;
  cursor: pointer;
  user-select: none;
  border-radius: 2px;
  /* */
}
.lines-button:hover {
  opacity: 1;
}
.lines-button:active {
  transition: 0;
}

.lines {
  display: inline-block;
  width: 28px;
  height: 4px;
  background: #ecf0f1;
  border-radius:2px;
  transition: 0.3s;
  position: relative;
}
.lines:before, .lines:after {
  display: inline-block;
  width: 28px;
  height: 4px;
  background: #ecf0f1;
  border-radius: 2px;
  transition: 0.3s;
  position: absolute;
  left: 0;
  content: '';
  -webkit-transform-origin: 4px center;
  transform-origin: 4px center;
}
.lines:before {
  top: 9px;
}
.lines:after {
  top: -9px;
}


.lines-button.x.close .lines {
  background: transparent;
}
.lines-button.x.close .lines:before, .lines-button.x.close .lines:after {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  top: 0;
  width: 28px;
}
.lines-button.x.close .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
.lines-button.x.close .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}


/*goat story====*/

.goatStory-endMsg{margin:0 auto; padding:24px 0;}

.row.full-width .goatStory-endMsg .rowFix{margin:0 -20px;}

.goat-share{border-left:1px solid #ddd;}

.goatStory-endMsg .columns{padding:0 20px;}

.hsContent h2 {margin-top: 0;}
.loading {
	background: url( 'https://plancanada.ca/image/planv4/stories/goat-w/ico_loading.gif ') no-repeat center 200px;
}
#skrollr-body{
float: left;
    width: 100%;
    height: 100%;
}

#goat-story section, #parallax-story section {
	min-width: 320px;
	opacity: 0;
	height:100vh;
	position:relative;
}


.loaded #goat-story section, .loaded #parallax-story section {
	opacity: 1;
	-webkit-transition: opacity 300ms ease-out;
	-moz-transition: opacity 300ms ease-out;
	transition: opacity 300ms ease-out;
}
main {
	overflow-x: hidden;
}
#preload {
	width: 1px;
	height: 1px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index:10;
	border:0!important;
	
}
.bcg1 {
	background-position: center 90px;
	position:absolute;
	height: 100%;
	width: 100%;
	z-index: auto;
    clip: rect(0,auto,auto,0);
	text-align:center;
}
.bcg1 img, .bcg1 picture {
	position:fixed;
	display:block;
	 top: 44px;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
	max-width:1440px;
    height: 100vh;
	-moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}
#parallax-story .bcg1 img, #parallax-story .bcg1 picture {
	position:fixed;
	display:block;
	 top: 44px;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
	max-width:1440px;
    height: 100vh;
	-moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
	z-index:-1;
	object-fit:cover
}

#parallax-story #slide-8 .bcg1 img, #parallax-story #slide-8 .bcg1 picture,#parallax-story #slide-7 .bcg1 img, #parallax-story #slide-7 .bcg1 picture,#parallax-story #slide-9 .bcg1 img, #parallax-story #slide-9 .bcg1 picture{object-fit:fill;}

#parallax-story span.quote{display:block; font-size:120%;}


#slide-1 .bcg1{z-index:111}
#slide-2 .bcg1{z-index:112}
#slide-3 .bcg1{z-index:113}
#slide-4 .bcg1{z-index:114}
#slide-5 .bcg1{z-index:115}
#slide-6 .bcg1{z-index:116}
#slide-7 .bcg1{z-index:117}
#slide-8 .bcg1{z-index:118}
#slide-9 .bcg1{z-index:119}
#slide-10 .bcg1{z-index:120}
#slide-11 .bcg1{z-index:121}
#slide-12 .bcg1{z-index:122}
.hsContainer {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	
}

.hsContent {
	max-width: 90%;
    position: absolute;
    left: 0;
    bottom: 50%;
    top: 50%;
    right: 0;
    width: auto;
    margin: 0 auto;
    z-index: 20;
	opacity:1!important;
}
#slide-1 h1{
	font-family:veneer;
	font-weight:normal;
     font-size:84px;
	letter-spacing:0.5px;
	color:#000;
	position:absolute;
	top:20%;
	bottom:auto;
	left:80px;
	z-index:2;
}
#parallax-story #slide-1 h1 {
    font-size: 44px;
    width: 560px;
    background: rgba(255,255,255,0.8);
    padding: 10px 15px;
    top: auto;
    bottom: 120px;
}
	.hsContent h2  {
		color: #fff;
		background-color: rgba(0,114,206,0.8);
		padding: 15px 60px;
		font-size: 30px;
		line-height: 34px;
		margin-bottom: 0px;
		font-family:veneer;
		font-weight:normal;
		text-align:center;
		letter-spacing:0.5px;
		display:inline-block;
	}

.monicas-goat-story .hsContent h2 {background-color:rgba(0,0,0,0.8); padding:15px 30px;}
.monicas-goat-story #slide-1 h1{
	bottom: 30%;
    top: auto;
    color: #fff;
    padding: 20px;
    font-size: 60px;
    background: rgba(0,114,206,0.5);
}

.monicas-goat-story .bcg1 img, .monicas-goat-story .bcg1 picture {
    position: fixed;
    display: block;
    top: 44px;
    left: auto;
    right: auto;
    z-index: -1;
    bottom: auto;
    object-fit:cover;
	margin:0 auto;
	text-align:center;
    max-width: 1440px;
    height: 100vh;
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}

.hsContent h2 span{color:yellow; font-size:120%; display:inline-block;}
	.hsContent p {
		width: 400px;
		color: #b2b2b2;
	}
	.hsContent a {
		color: #b2b2b2;
		text-decoration: underline;
	}

/* Slide 1 */
#slide-1 .hsContent {
	
}
/* Slide 2 */
#slide-2 .hsContent {

}

.girl-box{
	width:120px; 
	height:120px; 
	padding:5px;  
	background:#fff;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}
#parallax-story #slide-7 .bcg1 img, #parallax-story #slide-7 .bcg1 picture,#parallax-story #slide-8 .bcg1 img, #parallax-story #slide-8 .bcg1 picture,#parallax-story #slide-9 .bcg1 img, #parallax-story #slide-9 .bcg1 picture{
	object-fit: contain!important;background:#d2f1fa;}

#parallax-story #slide-9 .bcg1 .girl-box img{
	width:100%;
	height:100%;
	background:none!important; 
	position:relative; 
	top:0px;left:0px;
	z-index:11; 
}
.hsContent.parallax-fix-title{top:70%; bottom:0;}
.button-fb-cirle{
	background:#3E5A94; 
	border-color:#3E5A94;
	margin:6px 6px; 
	padding:0!important;
	height:48px;
	line-height:48px; 
	width:100%; 
	vertical-align:top;
	text-align:center
	
}
.button-twitter-cirle{
	background:#279FED; 
	border-color:#279FED;
	margin: 6px; 
	padding:0!important;
	height:48px;
	line-height:48px; 
	width:100%!important; 
	vertical-align:top;
	text-align:center
}

.button-fb-cirle.round,.button-twitter-cirle.round{
	width:48px!important;
	border-radius:200px;
	
}


.button-stretch {
    padding: 8px 60px;
}
.button-twitter-cirle em, .button-fb-cirle em{font-size:20px;}
.button-fb-cirle:hover{
	background:#fff; 
	border-color:#3E5A94;
	color:#3E5A94;
}
.button-twitter-cirle:hover{
	background:#fff; 
	border-color:#279FED;
	color:#279FED;
}
.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}
.marriage-num{
	padding:20px 10px;
background:#f9f9f9;
	text-align:center;
}

#cm-countup.textured-block {
    line-height: 1;
    background: url(/wp-content/themes/planTheme2018/img/template/highlight_biaag.png) no-repeat 0 -2px;
    background-size: 100% 100%;
    margin: 0;
    padding: 2px 11px 2px;
    display: inline-block;
    color: #fff;
    position: relative;
    left: 0px;
    font-size: 84px;
    font-family: "Veneer";
}
.marriage-num-text {
    font-family: 'Veneer';
    display: inline-block;
    font-size: 30px;
    vertical-align: top;
    margin: 12px 0;
    color: #0072ce;
    line-height: 1;
    text-align: center;
}

.cm-quiz-box{
	padding:0 10px;
}
.cm-quiz-box h4{font-size:24px;padding:12px 0; margin:0}
.cm-quiz-box a.button{font-size:15px; padding:6px 24px;}
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}



@supports (-ms-ime-align:auto) {
	
    .bcg1 img, .bcg1 picture {
	position:absolute;
	display:block;
	 top: 0;
  }
	.hsContent{opacity:1!important;}
}

@media only screen and /*!YUI Compressor*/ (max-width:1200px) {
	.girl-box{width:100px; height:100px;}
	
}
@media only screen and /*!YUI Compressor*/ (max-width:1050px) {
	.girl-box{width:95px; height:95px;}
	
}



@media only screen and /*!YUI Compressor*/ (max-width:800px) {
	.bcg1 img, .bcg1 picture{position:static}
	
	.monicas-goat-story .bcg1 img, .monicas-goat-story .bcg1 picture {
    position: static;
    display: block;
    top: 24px;

}

	
.hsContent h2 {
     padding: 12px 30px;
    font-size: 28px;
    line-height: 32px;
}
	.hsContent{opacity:1!important;}
	.hsContent {bottom: 40px;left:15px; right:15px;max-width:100%; width:calc(100% - 30px);}
	
	#slide-1 h1 {
    font-family: veneer;
    font-weight: normal;
    font-size: 48px;
    letter-spacing: 0.5px;
    color: #000;
    position: absolute;
    bottom: 80px;
	top:auto;
    left: 10%;
    z-index: 2;
    background: rgba(255,255,255,0.6);
    margin: 0;
    padding: 15px 15px;
    width: 80%;
		
    text-align: center;
	}
	#parallax-story #slide-1 h1 {
   	 font-size: 36px;
   	 width: 80%;
	}
	.goat-share{border-left:none;}
	#gb1,#gb2,#gb3,#gb4,#gb5,#gb6,#gb7,#gb8,#gb9,#gb10,#gb11,#gb12,#gb13,#gb14,#gb15,#gb16,#gb17,#gb18,#gb19,#gb20,#gb21,#gb22,#gb23,#gb24{position:static!important; display:inline-block;width:auto;}
	.girl-box{width:101px;height:101px;margin:4px;}
	.parallax-fix-title{position:static;margin-top:30px;}
}


@media only screen and /*!YUI Compressor*/ (max-width:600px) {
.girl-box {
    width: 80px;
    height: 80px;
    margin: 4px;
}
.monicas-goat-story #slide-1 h1 {
    top: auto;
    color: #000;
    font-size: 30px;
}
	
	
}
@media only screen and /*!YUI Compressor*/ (max-width:505px) {
	.show-on-desktop.show-on-tablet { display: none !important;}
	.bcg1 img, .bcg1 picture{top:24px;}	
	.hsContent{opacity:1!important;}
	.hsContent {bottom: 40px;left:15px; right:15px;max-width:100%; width:calc(100% - 30px);}
	.hsContent h2 {
    	padding: 8px 15px;
    	font-size: 16px;
    	line-height: 20px;
		font-family:arial, sans-serif;
	}
	#slide-1 h1 {
    font-family: veneer;
    font-weight: normal;
    font-size: 36px;
    letter-spacing: 0.5px;
    color: #000;
    position: absolute;
    bottom: 60px;
	top:auto;
    left: 0;
    z-index: 2;
    background: rgba(255,255,255,0.6);
    margin: 0;
    padding: 8px 15px;
    width: 100%;
    text-align: center;
	}
	#parallax-story .bcg1 img, #parallax-story .bcg1 picture{top:14px;}
	#parallax-story #slide-1 h1 {font-size: 24px; width:100%; bottom:60px;}
	

	.girl-box {
   		 width: 70px;
   	 	height: 70px;
   	 	margin: 4px;
   	 	padding: 3px;
		}
}
@media only screen and /*!YUI Compressor*/ (max-width:360px) {
	.girl-box {
   		 width: 60px;
   	 	height: 60px;
   	 	margin: 4px;
   	 	padding: 3px;
		}
}

.popular-posts{
background:rgba(88,202,231,0.2);
margin-bottom:12px;
padding:18px 0
}
.popular-posts p{display:none;}
.popular-posts article.post h4{margin-top:0!important; padding:0; text-transform:none; font-size:18px; color:#0072ce;font-family:arial;font-weight:bold}
/*=======================================================================
Big screen fixes
========================================================================*/
@media only screen and /*!YUI Compressor*/ (min-width:1440px) {
	 nav.navRow {
    	margin: 0 50px 0 0;
	}
    
}
@media only screen and /*!YUI Compressor*/ (max-width:1439px) {/*=======================================================================
Big screen fixes
========================================================================*/
}
@media only screen and /*!YUI Compressor*/ (min-width:1440px) {
	 nav.navRow {
    	margin: 0 50px 0 0;
	}
    
}
@media only screen and /*!YUI Compressor*/ (max-width:1439px) {
	nav.navRow {
    	margin: 0 1.5% 0 0;
	}
     a.topNav { padding: 0 24px; }
}
/*==1340====================================================================*/
@media only screen and /*!YUI Compressor*/ (max-width:1340px) {
	.socialsBar a{display:inline-block;padding:0 3px;position:relative;top:-5px;}
	 a.topNav { padding: 0 25px; }
     a.topNav { padding: 0 22px; }
	nav.navRow { margin: 0;}
    .heroMsg{top:auto;padding:0 60px;bottom:40px}
    .videoMsg{top:auto;bottom:130px}
    .heroMsg h1,.heroMsg h1.longTitle{font-size:84px;}
    .heroMsg span.heading1{font-size:140px;}
    .heroMsg p{width:450px; color:#fff; font-size:20px; padding:30px 0 18px; }
  
    .bannerBox h3{font-size:110px;font-size:11rem;}
    
    .tout_full .toutMsg{ left:40px}
    .two-sub-touts .row{padding:60px 0px;}
    
    
    .frenchNav a.topNav{padding:9px 20px;}


	}
/*==1300====================================================================*/
@media only screen and /*!YUI Compressor*/ (max-width:1300px) {
	 a.topNav{ padding: 0 21px; }
	.contactBar{font-size:18px;}
	.contactBar-v5{font-size:20px;}
    .featuredNav p{font-size:14px;line-height:1.5}
    .featuredNavCont{padding:0 40px 12px 40px;}
    .split_content  .contentBlock{padding:50px;}
    .split_content  .contentBlockTall{padding:40px 50px;}
	.split_content .imageHolder2{padding:50px 0px 0px 50px;margin-bottom:50px}
	
	.selectBannerBox .columns{padding:0 40px;}
	.selectBannerBox .three{width:33%;}
	.selectBannerBox .buttonsHolder{margin:40px auto 0; width:100%; text-align:center;}
    
    .ChildInfo>div.imgContainer {height: 280px;}
    div#navNext{right:10px!important;}
    div#navPrev{left:10px!important;}
    
    .button-group a.button{margin-left:2px!important;margin-right:2px!important;}
	.button-group1 a.button{margin-left:5px!important;margin-right:5px!important;}
    .frenchNavList .subNavItems a.button{padding:8px 20px;}
    .tools a.hide-on-break, .hide-on-break{display:none;}
	}
/*==1260====================================================================*/
@media only screen and /*!YUI Compressor*/ (max-width:1260px) {
	 a.topNav { padding: 0 20px;font-size:15px; }
    a.topNav { padding: 0 18px;font-size:15px; }/*chrome and ie to big*/
	.socialsBar > a{padding:0 2px;width:42px}
	
    .featuredNav h3{font-size:30px;}
    .featuredNav p{font-size:14px;line-height:1.385; margin:0 0 12px;}
    .featuredNavCont{padding:0 20px 12px 20px;}
    
    .frenchNav a.topNav{padding:12px 17px;}
	.contactBar-v5{font-size:20px;}

	.contactBar-v5 .socialsBar > a{padding:0 5px;width:54px}
	 
	}
/*==1200====================================================================*/
@media only screen and /*!YUI Compressor*/ (max-width:1200px) {
	 a.topNav { padding: 0 20px;font-size:14px; }
     a.topNav { padding: 0 17px;font-size:14px; }/*chrome and ie to big*/
	.contactBar{font-size:16px;line-height:98px}
	.contactBarem.fa {font-size:18px;}
	
	.contactBar-v5{font-size:18px;}
	
	.aboutPlan { padding: 0 20px 0 40px;}
      #toolsH {padding-left: 220px;}
    .featuredNav h3{font-size:30px;}
    .featuredNav p{font-size:14px;line-height:1.385; margin:0 0 12px;}
    .featuredNavCont{padding:0 20px 12px 20px;}
    .featuredNavPic img{max-width:120%;max-height:120%;}
    .heroMsg { bottom: 40px;padding: 0 60px;top: auto;}
    .videoMsg{top:auto;bottom:40px}
    .heroMsg h1,.heroMsg h1.longTitle{font-size:74px;}
    .heroMsg h1.span.heading1{font-size:130px;}
    .heroMsg span.heading6{font-size:60px;}
    .heroMsg p{width:400px; color:#fff; font-size:20px; padding:18px 0 0px; }
    .bannerBox .columns{padding:0 40px}
    .bannerBox.bednets .columns{padding:0 10px;}
    .whiteTitleBar{padding-top:30px;padding-bottom:30px;}
    .two-touts a div h3{padding:21px 0 24px;}
	
    .button-group a.button{margin-left:1px!important;margin-right:1px!important;}
    .subNavList a.button{padding:8px 15px; letter-spacing:0.5px;}
	
	
	.biaagBanner blockquote{color:#f2f2f2;font-size:30px;font-weight:bold;  margin: 30px 30px;}
	#breadcrumbs{max-width:360px;overflow:hidden;	white-space: nowrap;}
    
    .tools a {padding: 0 6px;}
	   span.social-hover > span{top: -26px;}
span.social-hover > span a{top:-15px;}
	}


/*==1130====================================================================*/
@media only screen and /*!YUI Compressor*/ (max-width:1130px) {
	 a.topNav { padding: 0 14px;font-size:13px; }
	/*#breadcrumbs{display:none;}*//*BREADCRUMBS - disappear at this point.. i am not sure about this as a solution*/
	.contactBar{font-size:14px;}
	.contactBar em.fa {font-size:18px;}
	
	.contactBar-v5{font-size:18px;}
	.contactBar-v5 .socialsBar > a{padding:0 5px;width:46px}
	
	.subNav h4{font-size:28px;}
    .tools a {padding: 0 6px;}
   .bannerBox .columns{padding:0 40px}
    .bannerBox.bednets .columns{padding:0 10px;}
    .bannerBox h2{font-size:40px;}
    
    .thankyouMsg h2{font-size:60px; font-size:6rem;}
    
	.biaagBanner h2,.communityBanner h2{font-size:50px; font-size:5rem;}
    .bannerBox h3{font-size:100px;font-size:10rem;}
     .bannerBox {padding: 60px 0;}
   .whiteTitleBar{padding-top:20px;padding-bottom:20px}
      .three-touts-content {padding: 20px 40px;}
 .two-touts a div{bottom:-200px;}

   .split_content  .contentBlock,.split_content  .contentBlockTall{padding:30px;}
   .split_content .imageHolder2{padding:30px 0px 0px 30px;margin-bottom:30px}
   .split_content .imageHolder.icons{padding:20px 0;text-align:center;}
   .selectBannerBox .columns{padding:0 20px;}
	
	
	.tools em.fa{display:none}
	.tools em.fa.fa-search{display:inline-block;position:relative;top:0; font-size:11px;}
    
	.tools a{border-right:1px solid #999;line-height:1.2}
	.tools a:last-child{/*border:none;*/}
	.two-touts a div h3{padding:12px 0 40px;}
    
    
    .ChildInfo>div.imgContainer {height: 240px;}
    .imgContainer img{max-width:87%;}
    div#navNext{right:10px; top:100px!important;}
    div#navPrev{left:10px;top:100px!important;}
   
	
	}
/*==1090====================================================================*/
@media only screen and /*!YUI Compressor*/ (max-width:1090px) {
	 a.topNav { padding: 0 15px;font-size:12px; }
	.socialsBar > a{;padding:0 2px;width:38px}
	.aboutPlan { padding: 0 20px;}
    
     .heroMsg{bottom:30px;padding:0 60px;}
    .videoMsg{top:auto;bottom:40px}
    .heroMsg h1, .heroMsg h1.longTitle{font-size:70px;}
    .heroMsg h1 span.heading1{font-size:120px;}
    .two-touts a div{padding:0 20px 20px;}
    .whiteTitleBar{padding-top:20px;padding-bottom:20px}
    .three-touts-content {padding: 30px 40px;}
     .bannerBox {padding: 60px 0;}
     .two-touts a div h3 {padding: 20px 0px 40px;}
    .two-touts a div{bottom:-180px;}
    
    .frenchNav a.topNav{padding:15px 16px;}
     .frenchNavList .subNavItems a.button{padding:8px 16px; font-size:15px;letter-spacing:0;}
  .frenchNavList .subNavItems a.button.msgText{line-height:44px}
  
 
  
  .text-banner-overlay.right,.text-banner-overlay.left,.text-banner-overlay {
    position: absolute;
    top: 20px;
    right: 20px;
}

   .biaagBanner ul.lead{font-size:18px; margin-bottom:0px; line-height:1.4; font-weight:normal;}
	}
/*==1024====================================================================*/
@media only screen and /*!YUI Compressor*/ (max-width:1024px) {
	header .columns{padding:0;}
	header .subNav .columns{padding:6px 20px 0;}
	.subNav h4{font-size:24px;}
	nav.navRow li section{padding:0 15px;box-shadow:none;}
	 a.topNav { padding: 0 16px;font-size:12px; }
	.contactBar{line-height:84px;}
	.contactTypes a {
   		display: block;
    	line-height: 84px;
    	text-align: center;
	}
	.contactTypesem.fa {
   		 display: block;
   		 font-size: 21px;
	}
    
	.socialsBar > a{;padding:0 2px;width:36px}
	 
	#heroBanner .heroMsg {bottom: 20px;}
	#promoBar{
		position:static;
		background:#dedede;
		padding:9px 15px;
		align-items:center;
	
	}
	.promoImg {
   	 	vertical-align: middle;
    	padding: 0px 10px 0 0;
		width:60px;
		display:inline-block;
	}
	.promoImg img {width: 56px;}
	.promoCopy{display:inline-block; width:calc(100% - 65px);}
	.promoCopy h3 {
    	color: #161616;
    	font-size: 21px;
    	margin: 0;
    	padding: 6px 0;
	}
	.promoCopy p{display:none;}
	.promoCopy h3 a{display:block;}
	.promoT{
		       display: inline-block;
				vertical-align: middle;
				width:calc(100% - 50px);
				margin: 0 12px 0 0;
		}
	
	.promoL{
		    display: inline-block;
			vertical-align: middle;
			width: 32px;
			height: 32px;
			line-height: 32px;
			border-radius: 100px;
			background: #0072ce;
			color: #fff;
			padding: 0;
			text-align: center;
	}
	
	
	.siteMap{padding-top:30px;}
	.siteMap ul{padding-bottom:20px;}
    .featuredNav {margin:0 -15px;}
   
    .bannerBox {padding: 50px 0;}
    .bannerBox h4{font-size:48px;font-size:4.8rem;line-height:1;margin:0;}
    .whiteTitleBar{padding-top:20px;padding-bottom:20px}
    .three-touts-content {padding: 20px 40px;}
     .heroMsg h2{margin-bottom:6px;}
    
    .lead p, .lead ul{font-size:18px;}
    p{font-size:16px;font-size:1.6rem;}
    
    
    h2 { font-size: 52px; font-size: 5.2rem;}
    h3 { font-size: 46px; font-size: 4.6rem;}
    
    .two-sub-touts .row{padding:40px 0px;}
	  .split_content  .contentBlock,.split_content  .contentBlockTall{padding:20px 30px;}
	  .split_content .imageHolder2{padding:20px 0px 0px 30px;margin-bottom:20px}
	  .split_content .imageHolder.icons{padding:10px 0;text-align:center;}
	 .radioCont{display:inline-block; margin:0 40px 0 0;}
	 
	 .heroMsg h4{font-size:44px;}
    .heroMsg h5{font-size:72px;}
	.three-touts-contentFull {
  		min-height: 280px;
    	padding: 20px 40px;
		}
	#mainContent ul.accordion{width:800px}
    
    h1.flag span{display:block;float:left;font-size:48px;width:70%}
    
    
    table.BBFormTable.DonationFormTable{ width:90%;}
    .DonationButtonCell input { margin-left: 220px;}

    .ChildInfo>div.imgContainer {height: 226px;}
    .imgContainer img{max-width:87%;}
    div#navNext{right:10px; top:90px!important;}
    div#navPrev{left:10px;top:90px!important;}
    .searchAgain br{display:none;}
    .sponsorForms table.taCenter{ margin:0}
    
    .fullwidth-story{width:80%}
    .inner-grid .columns{padding:0 20px 20px 20px; min-height:480px}
	
	.biaagBanner blockquote{color:#f2f2f2;font-size:30px;font-weight:bold;  margin: 30px 0px;}
	.bannerBox .alertText p{font-size:18px;}
	
	div[id^=attachment]{width:auto!important}
	
	.show-highlight{font-size:24px;}
	span.social-hover > span{top: -36px;}
    span.social-hover > span a{top:-8px;}
	
	
	#heroBanner .heroMsg.errorMsg{
  	 bottom:auto;
    top:30px;
    padding:0 40px;
    z-index:1;
}
#heroBanner .heroMsg.errorMsg h1{font-size:96px; line-height:1; padding:0;}
#heroBanner .heroMsg.errorMsg h2{font-size:72px; line-height:1; }
	
	.featured-story .twelve-on-medium{float:none; width:100%;}
	
}


/*==980====================================================================*/

@media only screen and /*!YUI Compressor*/ (max-width:980px) {
	a.topNav{ padding: 0 14px;}
	.aboutPlan { padding: 0 20px}
    .featuredNav {display:none;}
     .bannerBox h2{font-size:36px;}
	 .biaagBanner h2,.communityBanner h2{font-size:44px; font-size:4.4rem;}
    .bannerBox h3{font-size:90px;font-size:9rem;}
    .heroMsg { bottom: 30px;}
    .videoMsg{top:auto;bottom:40px}
    .heroMsg h1, .heroMsg h1.longTitle{font-size:64px;}
    .heroMsg h1 span.heading1{font-size:110px;}
    .heroMsg p{color:#fff; font-size:16px; padding:9px 0 0px; }
   
   .split_content .imageHolder,.split_content .imageHolderTall{padding:40px;}
    .radioCont{display:inline-block; margin:0 20px 0 0;}
	#breadcrumbs > a:nth-child(1){display:none;}
	#breadcrumbs > a:nth-child(2){display:none;}
	.DonationButtonCell input { margin-left: 25%;}
    
    /*ambassadors======================*/
    .ambassadors h5{height:34px; font-size:16px;}

    .communityCont{min-height:360px;}
    .communityCont .three-touts-content.alt{background:#fff;}
    .thankyouMsg h2{font-size:72px; font-size:7.2rem;}
    
    .SponsorshipSearchCriteriaContainer{width:100%;}
    .SponsorshipSearchActionsContainerSearch { position: static;margin: 24px auto 0;}
    
     .SponsorshipSponsorOpportunityNotAvailableContainer {
        width: 90%!important;
         margin: 40px 5%!important;
        }
    .subNavList a.button{padding:8px 9px; letter-spacing:0px;}
     .frenchNav a.topNav{padding:15px 12px;}
    .frenchNavList .subNavItems a.button{padding:8px 12px; font-size:14px;letter-spacing:0;}
    
    .frenchNavList .subNavItems a.button.msgText{line-height:42px}
	 .text-banner-overlay{position:absolute;top:10px; right:20px;}
	 
	 .biaagBanner blockquote{color:#f2f2f2;font-size:30px;font-weight:bold;  margin: 15px 0px;}
.show-highlight{font-size:21px;}
	   .contactBar-v5{font-size:16px;}
	.contactBar-v5 .socialsBar > a{padding:0 5px;width:42px}
   }
/*==950====================================================================*/
@media only screen and /*!YUI Compressor*/ (max-width:950px) {
	a.topNav{ padding: 0 14px;}
	li#biaagNav a.topNav br{display:block;}
    li#biaagNav a.topNav{line-height:18px; text-align:center; height:60px;padding-top:12px}
    .socialsBar > a{;padding:0px;width:32px}
     .bannerBox {padding: 40px 0;}
    .bannerBox .columns{padding:0 30px}
    .bannerBox.bednets .columns{padding:0 10px;}
   .two-touts a div,.two-touts a:hover div{bottom:0px;}/*turning off hover slide up effect*/
   .two-touts a div h3{padding:18px 0 0px; font-size:28px}
   .two-touts p,.two-touts span.button{display:none;}
  .frenchNav a.topNav{padding:15px 12px;}
  .biaagBanner ul.lead{font-size:16px; margin-bottom:0px; line-height:1.4; font-weight:normal;}
   }
/*==880====================================================================*/
@media only screen and /*!YUI Compressor*/ (max-width:880px) {
	a.topNav{ padding: 0 10px;}
	.columns { padding: 0 30px;}
    .socialsBar > a{;padding:0px;width:27px}
    .bannerBox h2{font-size:30px;}
	.biaagBanner h2,.communityBanner h2{font-size:44px; font-size:4.4rem;}
    .thankyouMsg h2{font-size:60px; font-size:6rem;}
    .bannerBox h3{font-size:80px;font-size:8rem;}
	.sponsorDetails span.six{display:block; width:100%;}
	.three-touts-contentFull {
  		min-height: 280px;
    	padding: 20px;
		}
    .ambassadors h5{height:34px; font-size:14px;}
    .content{margin:0px;padding-top:24px;padding-bottom:30px}  
	.content-sm{margin:0px;padding-top:20px;padding-bottom:24px}  
    .contactBar-v5 .socialsBar > a{padding:0 2px;width:40px}	
    
    .ChildInfo>div.imgContainer {height: 200px;}
    .resultsChildInfo {padding: 0 20px 6px;}
    .imgContainer img{max-width:100%;}
    div#navNext{right:10px; top:90px!important;}
    div#navPrev{left:10px;top:90px!important;}
    .childSponsorButton a { margin: 12px 20px 30px;}
    
    .subNavList{padding:20px 0;}
    .splitNav{display:block;height:9px;}
    .subNavList a.button{padding:8px 5px; letter-spacing:0px;}
  
     .frenchNav a.topNav{padding:15px 6px;}
     .frenchNavList .subNavItems a.button{padding:8px 8px; font-size:14px;letter-spacing:0;}
	 
	  .biaagBanner blockquote{color:#f2f2f2;font-size:24px;font-weight:bold;  margin: 10px 0px;}
	  
	  blockquote:before,blockquote:after{font-size: 72px;}
 .biaagBanner blockquote{color:#f2f2f2;font-size:30px;font-weight:bold;  margin: 30px 0px 12px;}
 .text-banner-overlay,.text-banner-overlay.right,.text-banner-overlay.left{top:0px;}

   }



/*===========================================================================================*/
@media only screen and /*!YUI Compressor*/ (min-width:831px) {
/*nav.navRow li:hover section{
		display:block!important;
		}
 .subNavItems{display:block!important}
    
   */  
}

/* ==================================================================================
::breakpoint: 830 Small Device Styles  - MY MAIN BREAKING POINT - MEDIUM
====================================================================================*/
@media only screen and /*!YUI Compressor*/ (max-width:830px) {

	.show-on-desktop {
        display: none !important;
 		 }
	.hide-on-desktop{
	    display: inherit !important; 
		}
    .show-on-medium {
        display: inherit !important;
 		 }
	.hide-on-medium{
	    display: none !important; 
		}
	.show-on-small {
      	display: none !important;
  		 }
	.hide-on-small {
      	
  		 }
	
	.show-on-mobile{display:block!important;}
	.hide-on-mobile{display:none!important;}
	
	.show-on-tablet{
		 display: inherit !important;
	}
 /* .left, .right { float: none; }*/
	.clear-on-medium{clear:both;}
  #container{width:100%;}
   body { -webkit-text-size-adjust: none;-ms-text-size-adjust: none; 
		 width: 100%; 
		 min-width: 0; 
		 margin-left: 0; 
		 margin-right: 0; 
		 padding-left: 0; 
		 padding-right: 0; 
		 }
         
.text-center-mob{text-align:center;}  
	.popular-posts article.post h4 {font-size:16px}
  /* Collapse The Grid =================================================================================*/
  .row,.row.collapse { width: auto; min-width: 0; margin-left: 0; margin-right: 0; }
	
	.row.flex-loop{display:block;}
	
  .columns, .blockgrid { width: auto; float: none;margin:0; }
  .columns:last-child { float: none; }
  [class*="columns"] + [class*="columns"]:last-child { float: none; }
  .columns:before, .columns:after { content: ""; display: table; }
  .columns:after { clear: both; }
  .row .row, .row.collapse .row.rowFix{margin:0 -30px;}
  
  .columns{padding:0 30px;}
  
  .offset-by-one, .offset-by-two, .offset-by-three, .offset-by-four, .offset-by-five, .offset-by-six, .offset-by-seven, 	.offset-by-eight, .offset-by-nine, .offset-by-ten { margin-left: 0 !important; }
  .push-two, .push-three, .push-four, .push-five, .push-six, .push-seven, .push-eight, .push-nine, .push-ten, .push-one { left:auto;}
  .pull-two, .pull-three, .pull-four, .pull-five, .pull-six, .pull-seven, .pull-eight, .pull-nine, .pull-ten { right: auto; }

.two-on-medium,.medium-2  {width:16.666%;float:left!important;}  
.three-on-medium,.medium-3  {width:25%;float:left!important;}  
.four-on-medium,.medium-4 {width:33.3%;float:left!important;}  
.five-on-medium,.medium-5 {width:41.666%;float:left!important;}  
 .six-on-medium,.medium-6 {width:50%;float:left!important;}  
.seven-on-medium,.medium-7 {width:58.333%;float:left!important;} 
 .eight-on-medium,.medium-8 {width:66.6%;float:left!important;}  
.nine-on-medium,.medium-9 {width:75%;float:left!important;} 
.ten-on-medium,.medium-10 {width:83.33%;float:left!important;} 
   .twelve-on-medium,.medium-12 {width:100%;float:none!important;}  
	
	.copyright .eight{width:100%;}
	
img.img-full{width:100%;}
.lead p, .lead ul{font-size:16px;}


 
/*OFFCANVAS NAVIGATION=========================================================================*/
  
body.mobileHideNav nav.mainNav{
     display:none!important
} 
#navBar .columns{padding:0;}
nav.navRow{
	background: #f2f2f2;
    display: none;
    left: 0;
    margin: 0;
    padding: 0;
    width: 101%;
    float:none;
    bottom: 0;
    height: auto;
    overflow-y: scroll!important;
    padding: 0px 0 30px;
    position: fixed;
    top: 90px;
    z-index: 10;   
    bottom:0;
}
nav.navRow ul{float:none;}
nav.navRow ul li{position:relative;}
nav.navRow ul li {
    display:block;
    margin:0 auto; 
    padding:0!important; 
    float:none;
    width:100%;
    text-align:left;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
nav.navRow ul li li{border:none;}

nav.navRow ul li  a.topNav{
padding:6px 25px; 
display:block; 
width:80%;
margin:0; 
float:left;
 font-family: 'Veneer',arial, sans-serif; font-weight: 400;
 font-size:21px;
 font-size:2.1rem;
 background:#f2f2f2;
 color:#0072CE;
}

#biaagTemp li#biaagNav a.topNav{background:#f2f2f2}
     li#biaagNav > a, li#biaagNav, li#donateNav > a,li#donateNav{background:#f2f2f2}
     
	 li#biaagNavem.fa{color:#EF008C;}
	 li#biaagNav > a:hover,li#biaagNav > a.active{color:#0072CE;background:#f2f2f2;}
    
	 li#donateNav > a{ text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);background:#f2f2f2;color:#0072CE}
	 li#donateNav > a:hover, li#donateNav > a.active{color:#0072CE;background:#f2f2f2;}
	 
	  #donateTemp li#donateNav a.topNav{background:#f2f2f2;color:#0072CE;text-shadow:0 0 0px rgba(0, 0, 0, 0.0);}
	 
.read-t{display:block; margin:-6px 0 12px;}	
.rt-reading-time{display:none!important;}
	.read-t .rt-reading-time{display:block!important;} 
	 
	 
	 
nav.navRow ul li a.navExpand {
    padding:0;
    float:right;
    width:60px;
	text-align:center;
    display:block;
    line-height:44px;
    color:#0072CE;
    font-size:110%;
    }   
    
nav.navRow li section{
    display:none;
    visibility:visible;
    opacity:1;
    clear:both;
    position:static;
  -webkit-box-shadow: none;
	-moz-box-shadow:none;
	-o-box-shadow: none;
	box-shadow: none;
	background:#fff;
    padding:3px 25px 12px 45px;
    border-top: 1px solid rgba(0, 0,0, 0.1);
    
}
.subNav li.navTitle	> a{text-transform:none;}em.fa-chevron-up{display:none;}em.fa-chevron-down{position:relative;top:5px}
    
.subNav li.navTitle > a,.subNav li.navTitle > a:hover{color:#0072CE!important; font-family:arial,sans-serif;font-size:14px;display:block;}
 .subNav h4{margin:0;padding:6px 0;}
 
 
 
  nav.navRow li:hover section{
		transition: none;
		visibility: visible;
  		opacity: 1;
		z-index:999;
        background:#fff;
		}
    nav.navRow li section > ul{
        display:block;
    }
     nav.navRow li section ul ul{
        display:none;
    }
    nav.navRow li section a{padding:0}

    nav.navRow li:after{
		clear: both;
		display: table;
  		content: "";
  		line-height: 0;
	}

a.topNav{font-size:14px; font-size:1.4rem;line-height:32px;}
 #aboutUsTemp li#about a.topNav, #ourImpactTemp li#impact a.topNav, #getInvolvedTemp li#involved a.topNav, #forSponsorsTemp li#sponsors a.topNav   {background:#f2f2f2;}
li#biaagNav a.topNav br{display:none;}
li#biaagNav a.topNav{line-height:32px; text-align:left; height:auto; padding:6px 25px; color:#0072ce} 
	.fa.fa-chevron-up.bloom,.fa.fa-chevron-down.bloom{color:#0072ce;}
    
a.topNav:hover,a.topNav.active{background:inherit;color:#fff;}  
.tools{float:none;padding:12px 0 30px;}
.tools a{display:block; color:#0072CE; text-align:left;padding:6px 20px 6px 25px; line-height:28px;font-family: 'Veneer',arial, sans-serif; font-weight: 400; font-size:21px; font-size:2.1rem;border:0;}
.tools a:hover{color:#0072CE}
.tools em.fa{float:right; font-size:18px!important; top:-1px}  
.tools .toolsSearch{border-top:1px solid #ccc!important; margin:9px 0 0 0;}  
.tools .toolsSearch em.fa{float:none;}
.siteMap{background:none}  
.donateBut {
    font-size:16px; 
    font-weight:bold; 
    line-height:90px;
    padding:0 40px;
    display:block;
    background:#F1C400;
    width:auto; 
    color:#fff; 
    float:right;
    margin:0 90px 0 0 ;
    text-transform:uppercase;
    text-shadow: 1px 0px 4px rgba(0, 0, 0, 0.2);
    letter-spacing:1px;
}   
.donateBut:hover{color:#fff;}    
   /*==new nav updates ===================*/
nav.navRow ul.drop-down li section { width: 100%;}	
nav.navRow ul.drop-down li.navTitle > a {
    font-size: 16px;
    margin: 0;
    padding: 8px;
}	
	nav.navRow ul.drop-down li.navTitle a.navExpand{    
		line-height: 30px;
    	right: 0px;
   		 top: 0;
	}
	nav.navRow ul.drop-down a.navExpand{font-size:20px!important;top:0; right:14px;}
	section svg.fa-plus{color:#ef008c;display:inline-block;font-size:15px; position:relative; top:3px;}
	nav.navRow ul.drop-down li section section {width: 100%;margin-left: 0;}
	nav.navRow ul.drop-down .fa-chevron-up{display:none;}
	
nav.navRow .fa-chevron-up{display:none;}

section .fa-plus {
    color: #ef008c;
    display: inline-block;
    font-size: 15px;
    position: relative;
    top: 3px;
}	
	
/*==end new nave styesl========================*/	    
    
header{
   height:90px;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.15);
   }
#toolBar{height:89px;background:#fff;} 
#navBar{height:1px;background:#fff;}
#logo{width:184px; float:left;}
#logo a{
	display:block;
	width:184px;
	position:static;
	height:90px;
    padding:15px 0;
}   


#biaagLogo{width:228px; float:left; margin-left:20px;}
#biaagLogo a{
	display:block;
	width:228px;
	position:static;
	height:90px;
    padding: 0;
	}
 
.content{margin:0px 0 12px;padding-top:24px;padding-bottom:30px}    
.contactBar{line-height:76px;}
.contactTypes{background:#0072ce;font-size:16px;}

.socialsBar{background:#125787;text-align:center;}
.socialsBar > a {width:48px;padding:0 5px;margin:0;}
.siteMap{padding:20px 0;width:98%!important;}
.siteMap h5{font-size:14px;font-size:1.4rem;}
	
		.contactBar-v5 .socialsBar > a{padding:0 5px;width:48px}	
	
.siteMap ul{display:none;}
#norton{position:static;padding:20px 0;}
.copyright{padding:20px 0;}   
	
	 .copy-v5{text-align:center;}
 .copy-v5 #footerIcons {
    margin-top: 15px;
    text-align: center;
}
 .copy-v5 #footerIcons img.hclogo{ float: none;}
	
 .siteMap h6, h6{padding: 0;}    
 .slides, .slides > li, .flex-control-nav, .flex-direction-nav { max-height: 650px;}   
 #heroBanner { max-height: 650px;}
    
#heroBanner .heroMsg{ top:auto;bottom:30px;padding:0 40px;}
  #heroBanner .heroMsg h1{color:#fff;} 
#heroBanner .mapMsg{bottom:10px;}    
.videoMsg{top:auto;bottom:40px}
.heroMsg h1, .heroMsg h1.longTitle{font-size:64px; font-size:6.4rem;}
.heroMsg h1 .heading1{font-size:110px; font-size:11.0rem;}   
    .heroMsg span.heading6{font-size:48px;}
.heroMsg p {}
    
 .heroMsg h4 {
  font-size: 36px;  
}
.heroMsg h5 {
   font-size: 60px; 
}   
   .heroMsgRight{right:auto;}
    .hero-v5.heroMsgRight{right:0;}  
.flex-control-nav{bottom:20px!important; right:20px!important;}

/*.communityFlex .flex-control-nav{bottom:60px!important;}*/
.heroCaption{position:absolute;bottom:0; background:rgba(0,0,0,0.5); color:#fff; padding:10px 20px; width:100%; }


a.scrollDown{right:45%;display:none;}
.bannerBox h3 {font-size:88px;font-size: 8.8rem;}

.bannerBox p{margin:12px 0 12px;} 
  .bannerBox p + p{padding:0;}
.bannerBox h4{font-size:40px;font-size:4.0rem;}
.two-touts a div h3{padding:18px 0 3px; font-size:28px}
    
.two-sub-touts .row{padding:20px 0px;}    

.selectBannerBox .three{width:100%;}
.selectBannerBox .buttonsHolder{margin:40px 0 0; width:100%; text-align:left;}

.three-touts img.icon{padding:20px 0}
.three-touts-contentFull{padding:20px;}

.heroMsg h4{font-size:36px;} 
.heroMsg h5{font-size:60px;}
.bannerShort .heroMsg{bottom:10px;padding:0 30px;}

.blockgrid .icon{padding:20px;}
.three-touts-contentFull {
  		min-height: 220px;
    	padding: 20px;
		}
.blockgrid .icon {
     height:60%;
    width: 60%;
	padding:30px 0;
	}
#mainContent ul.accordion{width:100%}
.fullVideoCont .closeVideo {
    padding: 8px 11px 8px 15px;   
    }
.split_content{border-bottom:1px solid #ddd;}
    
.iconRow img.icon{padding:20px 90px;}  
      .ambassadors h5{font-size:18px;} 
    
 h1.flag span{display:block;float:left;font-size:36px;width:75%}    
.mapMsg span.heading1{font-size:90px;}
.mapMsg span.heading2{font-size:60px;}  
.heroMsg  span.heading2{font-size:90px;}
    
    
    .ChildInfo>div.imgContainer {height: 290px;}
     div#navNext{; top:130px!important;}
    div#navPrev{;top:130px!important;}
    .sponsorDetails span.six{display:block; width:50%;}
     a.childCountryLink{display:none;}
    
    .SponsorshipSearchResultsLayoutContainer{width:450%!important}
    .SponsorshipSearchGroupContainer{width:50%;}
    #MeetChildInfo {
        float: none!important;
        width:100%;
        border-bottom: 1px solid #ddd;
    }
   .sponsorForms table.taCenter {
        float: none;
        width: 100%;
        margin: 0;
   }
   .sponsorForms td.BBFieldControlCell{margin:0!important;}
   .sponsorForms .BBFormTable td:nth-of-type(2){width:88%!important;}
   
   
   
   #MeetChildInfo { width: 100%!important; padding:12px 0px!important;}    
   .PaymentPart_FormContainer h3{padding:15px 0;}
    .PaymentPart_FormContainer p{padding:0;}
    .PaymentPart_NoItems h1.SponsorshipSponsorSectionHeading{padding:6px 0;}
    h1.SponsorshipSponsorSectionHeading{margin-top:0!important;}
    .sponsorForms table td{}
    
    .sponsorForms .content{ width:100%; margin:0;float:none;padding:0;}
    .sponsorForms .content h2{font-size:48px;}
    
    .columns.storyBlockCont{padding-top:40px;}

.jumpTo{display:block;text-transform:uppercase;font-weight:bold;}

.subNavList .subNavItems{display:none;background:#f2f2f2; border:1px solid #ddd;border-bottom:0;margin:-1px 30px}
.subNavItems a{display:block; padding: 6px 12px; background:#fff; color:#0072CE;border:none;border-bottom:1px solid #ddd; text-align:left}
.subNavItems a:hover,.subNavItems a:active{border:none;border-bottom:1px solid #ddd;background:#f2f2f2;}
.subNavItems a.onState{color:#fff;background:#0072CE;border-radius:0}
.subNavItems a br{display:none;}
 .frenchNav a.topNav br,.frenchNav li#biaagNav a.topNav br{display:none;}
  .frenchNavList .subNavItems a.button.msgText{line-height:1.4}   
  .Box5yr{text-align:center;}  
.Box5yr p{margin:30px;padding:0; width:250px;display:inline-block; text-align:right;}
.Box5yr{margin-top:30px;}
.Box5yr h3{font-size:84px; display:inline-block}    
    
    .whiteTitleBar{padding-top:18px;padding-bottom:18px;}
    .whiteTitleBar h2{float:none;text-align:center;}
.whiteTitleBar a.button {float: none;margin:0 0 6px;}
.whiteTitleBar h1{margin-top:0;float:none;text-align:center;padding:12px 0;margin:0}   
    
.whiteTitleBar .columns.twelve{text-align:center;}
.whiteTitleBar .columns.twelve p{text-align:left;}
.whiteTitleBar .columns.twelve p.text-center{text-align:center;}
.storySlider,.storySlider2{margin:0 auto;width:90%;}


 .text-banner-overlay,.text-banner-overlay.right,.text-banner-overlay.left{position:static; background:#EF008C}
 .text-banner-overlay{position:static; background:#EF008C}
.biaagBanner blockquote{font-size:24px;margin:12px 0;color:#fff;}
.biaagBanner blockquote:before,.biaagBanner blockquote:after{color:#fff;}
blockquote:before,blockquote:after {color:#fff;}
cite {
    display: block;
    font-size: 14px;
    color: #fff;
    margin: 0 0 12px;
}
  .six-on-medium.aboutPlan-v5,.money-goes.six-on-medium{float:none!important; width:100%;}
    .money-goes.six-on-medium{margin-top:15px;}
    
/*myplan*/
#mainContent.myplan-section{
	width:96%;
	margin:0 auto 30px;
	}
.loginBoxes .six{width:100%;margin:0 0 18px;}

/*==donation form fixes=================*/
    textarea.BBFormTextArea{width:97%!important;margin:0 0 0 6px}
    .BBFormTable td{display:inline-block;width:100%;height:auto;padding:3px;}
    .BBFieldCaption{text-align:left;}
    .DonationCaptureFieldCaption{
       text-align:left;
        padding:0;
    }
    .DonationListingHeading span, .DonationCaptureListingHeading span{display:block;padding:0 8px}
    td.BBListingHeading.DonationListingHeading,
    td.BBListingHeading.DonationCaptureListingHeading,
    td.BBListingHeading.DonationCaptureListingHeading{width:100%!important;}
	
	.BBFormTable.SurveyFormTable{margin:0 30px; width:90%;text-align:left;}
	
	
	textarea.BBFormTextArea.SurveyOpenEndedEssayTextArea{width:280px!important;}
	
	.BBFormTable.SurveyAnswerTable, .BBFormTable.SurveyQuestionTable{width:600px!important;}
	
	
	
	
	
	 .BBFormTable.SurveyQuestionTable td,.BBFormTable.SurveyQuestionTable td:nth-of-type(2),.BBFormTable.SurveyQuestionTable td:nth-of-type(3){
		 width:auto!important;
		 padding:0 10px!important;
		 text-align:left;
		 }
	.BBFormTable.SurveyAnswerTable td{width:25%!important;}
	
	
	.BBFormTable.SurveyAnswerTable td, .BBFormTable.SurveyAnswerTable td:nth-of-type(2), .BBFormTable.SurveyAnswerTable td:nth-of-type(3){width:25%!important;}
	
	#trECardsHeading{display:none;}
	

    
    input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea, select {
 width: 100%!important;
    }
    
    .BBFormTable > td:nth-of-type(1){width:150px;}
    .BBFormTable td:nth-of-type(2){display:inline-block;width:88%;padding-bottom:9px;}
    .BBFormTable td:nth-of-type(3){display:inline-block;width:8%; text-align:right;}
    td#td_ExpiryLbl + td table td{display:inline;}
    td#td_ExpiryLbl + td table td select{width:100px!important;}
     td#td_ExpiryLbl + td table td label{margin:0} 
    label{margin-bottom:0;}
    input.DonationCaptureTextboxNarrow{width:60px!important;}
    span.BBFieldCheckboxCaption input[type="checkbox"] + label {width:60%;vertical-align: top;margin-top:3px;}
    .DonationButtonCell input { margin-left: auto;}
    td.DonationButtonCell {text-align:center;}

    td.BBFieldCaption.DonationFieldCaption{display:block;}
    
table.taLeft td{display:table-cell;width:50%;}
 table.taLeft td table td{width:auto;}   
 
    .DonationButtonCell input{width:100%;}
        
    .ChildInfo>div.imgContainer {height: 260px;}
     div#navNext{; top:130px!important;}
    div#navPrev{;top:130px!important;}
   
   .PaymentPart_FormContainer h3{padding:15px 0;}
    
   .LoginFieldCaption label{text-align:right!important;display:block;}
    
    header table{display:none;}
    .BBFieldCaption.LoginFieldMessage {padding-left: 230px!important;}
    
    #childDetails .large-6 .large-2.columns, #childDetails .medium-6 .medium-2.columns {
    padding: 0 5px 0 20px!important;
    }
    .author-share-bar{margin:0 0 12px;}
	
	.show-highlight{font-size:30px;}
	
	
	
	.full-width article.post, .full-width article.page{padding:0!important;}
	
	.tooltipLink{display:none;}	
	.tooltipText{display:inline;}
	span.social-hover > span{top: -40px;}
    span.social-hover > span a{top:-5px;}

	.texturedBlock.alignRight{float:none!important; margin:9px auto 15px !important;}
	.sitemap-v5 .columns {
   		 width: 20%!important;
   		 float: left!important;
   		
   		 }
   	.sitemap-v5  ul{display:block;}
   	.sitemap-v5 {padding: 6px 0 0; width: 100%!important;}
	
	.post-callout {
    	position: fixed;
    	bottom: 0;
		left:0;
    	z-index: 5;
    	width: 100%;
    	background: #fff;
    	padding: 10px!important;
		margin:0!important;
	}
	
	
}



/*====================================================================
::break point 700px==================================================
====================================================================*/
@media only screen and /*!YUI Compressor*/ (max-width:700px) {
 h1, h1.big{font-size:54px;font-size:5.4rem;}  
 h2 { font-size: 44px; font-size: 4.4rem;}
 h3 { font-size: 36px; font-size: 3.6rem;}

.three-touts-content{padding:20px;}
.slides, .slides > li, .flex-control-nav, .flex-direction-nav { max-height: 540px; padding: 0;}
 #heroBanner { max-height: 540px;}
 a.scrollDown{right:42%;}   
.heroMsg { bottom: 30px;padding: 0 30px; top: auto;}
.two-touts a div h3 {font-size: 28px; padding-bottom:0;}
.two-touts p,.two-touts span.button{display:none;}    
.two-touts a div, .two-touts a:hover div{bottom:0;}
 

    
.tout_full .toutMsg {left: 30px; bottom:20px}  
.tout_full h3{font-size:42px; font-size:4.2rem;} 
.tout_full h4{font-size:72px; font-size:7.1rem;}     


.split_content .imageHolder,.split_content .imageHolderTall{padding:20px 40px 0px;}  
 .split_content .imageHolder2{padding:40px 40px 0px;margin-bottom:0px}


.split_content .contentBlock,.split_content .contentBlockTall,.split_content .imageHolder, .split_content .imageHolderTall, .split_content .imageHolder2{float:none;width:100%;}

.split_content .contentBlock.text-right{text-align:left;}

#myPlanBar{
	position:static; 
	line-height:58px;
	background:#000;
	color:#ccc;
	margin-top:0px;
    border-top:1px solid #fff;
    border-bottom:1px solid #fff;
}
.three-touts-contentFull {
  		min-height: 250px;
		padding:10px 15px 0;
		}

.blockgrid .icon {
	padding:20px 0;
	}
blockquote{margin:0; padding:0;}
    
table.collapse-on-medium{}
table.collapse-on-medium th{display:none;}    
table.collapse-on-medium td{width:100%;display:block;padding:0px 8px 4px 8px}     
table.collapse-on-medium td:first-child{font-weight:bold;padding-top:8px}   
    
  h1.flag span{font-size:30px;text-align:left; width:60%;}  
    h1.flag img{width:80px;}
   
 textarea,  textarea.BBFormTextArea {width:97%; }
 .bannerBox .emergencyAppeal .columns {padding: 0 10px;}  
    
    
    
    

    
    
.jumpTo{margin:0 20px;}

.subNavList  .subNavItems{margin:-1px 20px}

   

/*.communityFlex .flex-control-nav{bottom:20px!important;}*/
.heroCaption{display:none;}




/*myplan stuff*/
.bbformbuilder-float-lalign {
    	float: none;
   		text-align: left;
   	 	display: block;
		width: 100%;
		 }
	.bbformbuilder-section-column1, .bbformbuilder-section-column1{width:100%!important;}
	#mainContent.myplan-section{width:90%;overflow:hidden;}
	.bbformbuilder-section label{display:block;}
	.bbformbuilder-input-container.bbformbuilder-float-none, .bbformbuilder-input-container.bbformbuilder-float-none select{
		display:block;float:none;width:100%!important;
	}
	.bbformbuilder-float-lalign{float:none;}
	
	.bbformbuilder-float-lalign {
    	float: none!important;
    	text-align: left;
    	padding: 3px 5px 3px 5px;
	}
	
	.BBFormAddressManagementNewAddressLabel,
	.BBFormAddressManagementNewAddressLabel, 
	.BBFormLabel.BBFormPhoneManagementNewPhoneLabel, 
	.BBFormLabel.BBFormEmailManagementNewEmailLabel{float:none;width:auto;text-align:left;}
	.BBFormAddressManagementNewAddressContainer, 
	.BBFormPhoneManagementNewPhoneContainer,
	 .BBFormEmailManagementNewEmailContainer{width:440px;padding:8px 15px;}

#mainContent.myplan-section table{width:550px;}

.medium-6{width:100%;float:none;}
#profileInfo .medium-2{width:33.33%;}

.BBFormTable.SurveyAnswerTable, .BBFormTable.SurveyQuestionTable{width:420px!important;}

	
	.errorpg.searchPart input.search-input{width: calc(100% - 25%)!important; margin:0 3px 0 0;}
.errorpg.searchPart button.search-submit{padding:8px; width:15%;}
	
}






/*==================================================================
:: breakpoint 600px ===================================================
==============================================================*/
@media only screen and /*!YUI Compressor*/ (max-width:600px) {

#logo{width:184px;}    
#logo a{
	width:184px;
	height:60px;
    padding:0;
}
#biaagLogo{width:160px; float:left; margin-left:15px;}
#biaagLogo a{
	display:block;
	width:160px;
	position:static;
	height:60px;
    padding: 0;
	overflow:hidden
	}

header,#toolBar{height:60px;}
#navBar{height:0;}
nav.navRow{top:60px;}
#mainContent{padding-top:58px;}
button#mobileNav{width:60px; height:60px;}
.donateBut{line-height:60px; margin:0 60px 0 0;padding:0 30px;}

.contactTypes a{font-size:14px;}    
.two-touts a div h3 {font-size: 24px;} 
    
    
#heroBanner .heroMsg {
    top: auto;
    bottom: 0px;
    padding: 0 20px;
}    
    
.heroMsg{bottom:20px;width:100%;padding:0 20px;}
.heroMsg p{display:none;}
.heroMsg.mapMsg p{display:block;}    
    
    
.heroMsg h1, .heroMsg h1.longTitle{font-size:48px; font-size:4.8rem;}
    .heroMsg h2  span.highlight { background-size:100% 50px;}
.heroMsg h1 span.heading1{font-size:84px; font-size:8.4rem;}
.heroMsg  span.heading2{font-size:72px;}
.heroMsg a.button{margin:18px 0 12px;}
    
.heroMsg h4 {
  font-size: 30px;  
}
.heroMsg h5 {
   font-size: 40px; 
}  
	.heroMsg.end-cm-Msg h1{font-size:48px;}
h2.flag{line-height:60px;}
h2.flag img{ width:90px;}
h2.flag span{display:block;float:left;font-size:40px;width:70%}   
    
.videoMsg{top:auto;bottom:40px}
.videoMsg p{display:block;}
 a.scrollDown{display:none;} 
  #myPlanBar{line-height:2;padding: 0;}
  #myPlanBar .columns{padding:0;}
  #myPlanBar a{background:rgba(0,114,195,1);line-height:40px;padding:0 30px;display:block; float:left;width:auto;}
  #myPlanBar a:hover{background:rgba(0,114,195,0.8);line-height:40px;padding:0 30px;}
  .myPlanMsg, .separator{display:none;}
  #myPlanBar .right{float:none;}
  #myPlan_login{}

 #myPlanBar a#myPlan_register{background:rgba(34,34,34,1);}
    #myPlanBar a#myPlan_register:hover{background:rgba(34,34,34,0.5);}
	.bannerShort .heroMsg{bottom:10px;padding:0 20px;}
	.heroMsg h4{font-size:30px;} 
.heroMsg h5{font-size:40px;}
 .columns.text-center, .whiteTitleBar .columns.twelve{text-align:center;}

  .promoCopy h3 {font-size: 18px;}
    
.iconRow img.icon{padding:20px;width:200px;}   
 .wsNowrap.BBFieldControlCell.DonationFieldControlCell table{left:0;} 
    
    
 .ChildInfo>div.imgContainer {height: 220px;}
     div#navNext{; top:100px!important;}
    div#navPrev{;top:100px!important;}
    .sponsorDetails span.six { width: 100%;}
    
    .columns.storyBlockCont{padding-top:20px;}
    
    .Box5yr p{margin:20px;padding:0; width:180px;}

.Box5yr{margin-top:20px;}
.Box5yr h3{font-size:72px;} 

#mainContent.myplan-section table{width:500px;}  
table.BBFormTable.LoginFormTable td{display:block;}  
    td.BBFormRequiredFieldMarker{display:none!important;}
    
    .LoginFieldCaption label{text-align:left!important;}
	
	.blockgrid.icons  a:hover .grey_bkg{background:#f2f2f2}
	.blockgrid.icons  a:hover .grey_bkg2{background:#f9f9f9}
	 a.showIconText.active .grey_bkg{background:#f2f2f2}
	 a.showIconText.active .grey_bkg2{background:#f9f9f9;cursor:default;}
.iconTextHolder,a.closeIconText{display:none!important;}
    
    .addthis_sharing_toolbox{float:none;display:block;}
.heroMsg h2{font-size:36px;}
	
	.press h2{font-size:32px;}
	
	#heroBanner .heroMsg.errorMsg{
  	 bottom:40px;
     top:auto;
     padding:0 30px;
     z-index:1;
 }
#heroBanner .heroMsg.errorMsg h1{font-size:72px; line-height:1; padding:0;}
#heroBanner .heroMsg.errorMsg h2{font-size:44px; line-height:1; padding:12px 0; margin:0; }
	
	.sitemap-v5 .columns {width: 50%!important;}
	.sitemap-v5  ul{display:block;}
	.sitemap-v5 ul {margin: 0px 0 0;padding: 0 0 12px;}
	
	
	.monicas-goat-story #slide-1 h1{
 color: #fff;
    background: rgba(0,114,206,0.5);
		}		
	
}




/* Smartphones (portrait and landscape) CATCH ALL STYLES===============================
::breakpoint - 505px=============================================
=============================================================================*/
@media only screen and /*!YUI Compressor*/ (max-width:505px) {
     
.show-on-small {
      	display: inherit !important;
  		 }
.hide-on-small {
      display: none !important;
  }  
.show-on-desktop {
        display: none !important;
 		 }
.hide-on-desktop{
	    display: inherit !important; 
		}
.show-on-medium {
        display: none !important;
 		 }
.hide-on-medium{
	    display: none !important; 
		}
    
#logo{width:140px;}    
#logo a{
	width:140px;
	height:60px;
    padding:0;
}
#biaagLogo{width:160px; float:left; margin-left:0px;}
#biaagLogo a{
	display:block;
	width:160px;
	position:static;
	height:60px;
    padding: 0;
	overflow:hidden
	} 
.six-on-medium,.five-on-medium,.seven-on-medium,.four-on-medium,.eight-on-medium {width:100%; float:none!important;}    
    
.two-on-small,.small-2{width:16.6666%; float:left!important;}
.three-on-small,.small-3{width:25%; float:left!important;}
.four-on-small,.small-4 {width:33.3%; float:left!important;}
.five-on-small,.small-5 {width:41.66%; float:left!important;}
.six-on-small,.six-on-tablet,.small-6 {width:50%; float:left!important;}
 .seven-on-small,.small-7 {width:58.33%; float:left!important;} 
.eight-on-small,.small-8 {width:66.66%; float:left!important;}
 .nine-on-small,.small-9{width:75%; float:left!important;}     
 .ten-on-small,.small-10{width:83.33%; float:left!important;}   
 .eleven-on-small,.small-11{width:91.66%; float:left!important;} 
 .twelve-on-small,.small-12{width:100%; float:none!important;}  
    
#childDetails .large-10.medium-10{width:100%;}
        
#childDetails .row{margin-bottom:18px;}
  
    

.columns { padding: 0 20px;}
	.row.loop .columns{padding:0 15px;}  
h6{font-size:14px; font-size:1.4rem;}   

.heroMsg h1, .heroMsg h1.longTitle{font-size:36px; font-size:3.6rem;}
 .heroMsg h1  span.highlight {
    background-size:100% 100%;
}
.heroMsg h1 span.heading1{font-size:60px; font-size:6.0rem;}
       .heroMsg span.heading6{font-size:36px;}
.heroMsg  span.heading2{font-size:54px;}
	
	.heroMsg h2{font-size:30px;}
	.heroMsg.end-cm-Msg h1{font-size:36px;}
.two-touts .six{width:100%;float:none;}
.two-touts a div h3 {font-size: 36px;} 
.three-touts{margin-bottom:18px;}
.three-touts .four,.three-touts .six{width:100%;float:none;padding:0 20px;}
.three-touts img{width:100%;}   
.three-touts-content {padding: 0;}
.three-touts-content.alt {background:#fff;}
.whiteTitleBar h1{margin:0;}    
.contactTypes a{font-size:12px; line-height:1.4; padding:12px 0 18px;}  
.contactBar .columns{padding:0 0px;}  
.contactBar em.fa{display:block; padding:8px;font-size:180%;}
.contactTypes a br{display:block;}
    
 .content {margin:0px 0;padding-top:21px; padding-bottom:30px}
	
 .content, .content-sm {margin:0px 0;padding-top:18px; padding-bottom:24px}
	
.bannerBox h2 {font-size: 21px;}    
.biaagBanner h2,.communityBanner h2{font-size:36px; font-size:3.6rem;}
.bannerBox h3{font-size:84px; font-size:8.4rem;}
.bannerBox h4{font-size:32px; font-size:3.2rem;}
.bannerBox .alertText p{font-size:16px;}
 .thankyouMsg h2{font-size:36px; font-size:3.6rem;}  
    
    
    
        
    

h2.flag{line-height:40px;}
h2.flag img{ width:70px;}
h2.flag span{display:block;float:left;font-size:32px;width:75%}  
 h2.flag img{margin:0 15px 0 0;}   
.countryDetails{}  

.countryOffices img {width: 130px;}
.iconRow h5{font-size:14px;font-size:1.4rem;}
.iconRow img.icon {
    padding: 10px;
    width: 140px;
}


.heroMsg .countryFacts p{font-size:14px;}    
.bannerBox p{font-size:16px;}
    
    
.button, .submitButton input[type="submit"], .DonationButtonCell input {
    font-size:14px;
    font-size: 1.4rem;
    padding: 8px 20px;
}
    
.heroMsg a.button{width:auto;}
    
.row.picBlock img{display:block;margin:0 auto 12px;}    
    
a.button{width:100%;}    

.contactBar .row.rowFix{margin:0 -10px!important;}

span.highlight {margin: 0 0 0 -4px;}
#videoBanner a.playVideo{background-size:36px 36px;}  
    
#videoBanner a.playVideo {
   font-size: 21px;
   line-height: 36px;
}        
.planChart{margin:0 auto 40px auto; display:inline-block;} 
    
.tout_full .toutMsg {left: 20px; bottom:20px}  
.tout_full h3{font-size:36px; font-size:3.6rem;} 
.tout_full h4{font-size:54px; font-size:5.4rem;}         
    
.two-sub-touts img{display:inline-block;margin:0 0 18px;} 
.sponsorDetails span.six{display:inline-block; width:50%;}    

.selectBannerBox{padding:36px 20px;}
a.button.refresh{padding:0; margin:18px 0 0}
a.button.childSponsor{margin-bottom:18px;}

.three-touts-contentFull {
  		min-height: auto;
		padding:10px 20px;
		}
.blockgrid .icon {
     height:40%;
    width: 40%;
	padding:20px 0;
	}
    
    
.fullVideoCont .closeVideo {
    padding: 3px 6px 3px 9px;
    right: 10px;
    top: 10px;   
    }
    
.ambassadors img{margin-bottom:12px;} 
    
    
 .ChildInfo>div.imgContainer {height: 290px;}
     div#navNext{; top:130px!important;}
    div#navPrev{;top:130px!important;}
    .sponsorDetails span.six{display:block; width:50%;}
     a.childCountryLink{display:none;}
    
    .SponsorshipSearchResultsLayoutContainer{width:900%!important}
    .SponsorshipSearchGroupContainer{width:50%;}    
    
    .searchAgain p {font-size: 24px!important;}
    .SponsorshipSearchGroupContainer {width: 100%;}
    
    span.select2.select2-container.select2-container--default{min-width:100%;}
    .SponsorshipSearchContainer{padding:10px 20px;}
    
    .sponsorForms .BBFieldCaption.LoginFieldCaption{
    display:block;
        width:100%!important;
    }
    .PaymentPart_NoItems h1.SponsorshipSponsorSectionHeading,   .PaymentPart_FormContainer p {padding:0;}
    .sponsorForms .content h2{font-size:36px;}
    
.LoginFieldCaption label{text-align:left!important;}  
    
    .captionrightwide,.captionright,.captionleftwide,.captionleft { float: none;margin:0 auto 18px auto;}

  h1, h1.big{font-size:36px;font-size:3.6rem;}  
h2 { font-size: 32px; font-size: 3.2rem;}
h3 { font-size: 28px; font-size: 2.8rem;}
h5{font-size:21px; font-size:2.1rem; letter-spacing:0;}

.jumpTo, .subNavList .subNavItems{margin:0 15px;}
   
 .Box5yr p{margin:0px;padding:0; width:100%;display:block;text-align:center;}
.Box5yr{margin-top:20px;}
.Box5yr h3{font-size:72px;display:block;margin-top:12px!important;}  

.storySlider,.storySlider2{margin:0 auto;width:100%;}
.storySlider .flex-direction-nav a.flex-next, .storySlider:hover .flex-direction-nav a.flex-next,
.storySlider2 .flex-direction-nav a.flex-next, .storySlider2:hover .flex-direction-nav a.flex-next{right:0!important;}
.storySlider:hover .flex-direction-nav a.flex-prev, .storySlider .flex-direction-nav a.flex-prev,
.storySlider2:hover .flex-direction-nav a.flex-prev, .storySlider2 .flex-direction-nav a.flex-prev{left:0!important}





/*myplan*/

.columns.six.panel td.BBFormButtonCell input{width:100%;}
.sub-nav dt, .sub-nav dd, .sub-nav li{float:none; display:block;}
.sub-nav dt.active a, .sub-nav dd.active a, .sub-nav li.active a, .sub-nav dt a:hover, .sub-nav dd a:hover, .sub-nav li a:hover,.sub-nav dt a, .sub-nav dd a, .sub-nav li a{display:block;margin:0 0 6px; text-align:center;}
.BBFormAddressManagementNewAddressContainer, 
	.BBFormPhoneManagementNewPhoneContainer,
	 .BBFormEmailManagementNewEmailContainer{width:360px;padding:8px 15px;}
	 .BBFormPhoneManagementExsistingPhone span,
	 .BBFormAddressManagementExsistingUserAddress span,
	 .BBFormEmailManagementExsistingEmail span,
	 .BBFormAddressManagementExsistingUserAddress span{display:block;margin:6px 0;}
	 
	 .BBFormPhoneManagementExsistingPhone a,
	 .BBFormAddressManagementExsistingUserAddress a,
	 .BBFormEmailManagementExsistingEmail a,
	 .BBFormAddressManagementExsistingUserAddress a{display:block;margin:6px 0}
	 
	 #mainContent.myplan-section table{width:400px;}  
    .LoginFieldCaption label {
        text-align: left!important;
        display: block;
    }
    .BBFormTable.LoginFormTable input[type="text"], 
    .BBFormTable.LoginFormTable input[type="password"],
    .BBFormTable.LoginFormTable input[type="date"], input[type="datetime"], .BBFormTable.LoginFormTable input[type="email"],
    .BBFormTable.LoginFormTable input[type="number"],
    .BBFormTable.LoginFormTable input[type="search"],
    .BBFormTable.LoginFormTable input[type="tel"], 
    .BBFormTable.LoginFormTable input[type="time"], 
    .BBFormTable.LoginFormTable input[type="url"], textarea, select,
    textarea, textarea.BBFormTextArea{width: 80%!important;}   
    
	textarea.BBFormTextArea.SurveyOpenEndedEssayTextArea{width:280px!important;}
    .BBFormTable.SurveyFormTable {margin: 0 20px;}
    .BBFormTable.SurveyQuestionTable td, .BBFormTable.SurveyQuestionTable td:nth-of-type(2), .BBFormTable.SurveyQuestionTable td:nth-of-type(3){padding:2px 4px!important;}
	.BBFormTable.SurveyAnswerTable, .BBFormTable.SurveyQuestionTable{width:360px!important;}
	
	
	div.alignright {float:none; display:block; margin:0px 0px 9px 0px;}
 
div.alignleft{float:none; display:block; margin:0px 0px 9px 0px;}
div.aligncenter{float:none; display:block; margin:9px auto;}
	
	
	.pullquote.pullLeft, .pullquote.pullRight{float:none;width:100%;padding:12px 20px 18px 20px; margin:0 0 18px;} 
	
	
	
	
	
	

	footer, aside.side-bar,.copyright{position:relative;background:#fff; z-index:7;}
	.copyright{background:#e9e9e9;}
	.rowH{margin-bottom:0;}
	.blogTop{margin:20px auto 0;}
	article.post:first-child{padding-bottom:30px;}
	.row.loop.planv5.popular-posts{display:flex;}
	
}

/* ============================== 
::breakpoint 400px======================================================
===================================================================*/

@media only screen and /*!YUI Compressor*/ (max-width:400px) {
.content { margin: 0px 0;padding-top:21px; padding-bottom:30px;}
.bannerBox h3{font-size:62px; font-size:6.2rem;}
    
    #footerIcons img{margin:0; width:92px;}
    
.videoMsg{top:auto;bottom:0px}
.heroMsg h1 span.heading1 { font-size:54px;font-size: 5.4rem;}
.heroMsg a.button  {margin: 18px 0 0;}
.heroMsg h2{font-size:21px;}
	
	img.ctbs-badge {
    height: 34px;
    line-height: 34px;
    width: 34px;
}
	.endorseStatement p{font-size:18px; width:100%;}
	
h1, h1.big{font-size:36px;font-size:3.6rem;}  
h2 { font-size: 32px; font-size: 3.2rem;}
h3 { font-size: 28px; font-size: 2.8rem;}
h5{font-size:21px; font-size:2.1rem; letter-spacing:0;}
.two-touts a div h3{font-size:24px;font-size:2.4rem;}
.socialsBar > a{width:44px;}    
 .columns.four-on-medium.last-contact{float:right;}
 
.donateBut { padding: 0 15px;}
.whiteTitleBar h1 {
    font-size: 3rem;
    margin: 0;
    padding: 9px 0;
    }

#videoBanner a.playVideo {

   font-size: 18px;
   line-height: 30px;
}      
.tout_full .toutMsg {left: 20px; bottom:10px}  
.tout_full h3{font-size:28px; font-size:2.8rem;} 
.tout_full h4{font-size:40px; font-size:4.0rem;}  

.contactTypes a {
    line-height: 18px;
     font-size:13px;
   }
 .contactTypes em.fa {margin: 0 0 9px;}  
.socialsBar > a{width:38px;padding:0 1px;}
.split_content .imageHolder, .split_content .imageHolderTall{padding:0px;}

  .endorseStatement p{font-size:18px; width:100%;}
    
.sponsorForms td.BBFormButtonCell input{width:100%!important;}
.SponsorshipSponsorLinkButton{width:100%}
    .sponsorForms table td{padding:6px 12px;}
    
    
    h2.flag{line-height:30px;}
h2.flag img{ width:50px;}
h2.flag span{display:block;float:left;font-size:28px;width:auto}  
 h2.flag img{margin:0 12px 0 0;}
 
 
 .BBFormAddressManagementNewAddressContainer, 
	.BBFormPhoneManagementNewPhoneContainer,
	 .BBFormEmailManagementNewEmailContainer{width:280px;padding:8px 10px;} 
	  #mainContent.myplan-section table{width:280px;}   
    
    
    .BBFormTable.LoginFormTable input[type="text"], 
    .BBFormTable.LoginFormTable input[type="password"],
    .BBFormTable.LoginFormTable input[type="date"], 
    input[type="datetime"], 
    .BBFormTable.LoginFormTable input[type="email"],
    .BBFormTable.LoginFormTable input[type="number"],
    .BBFormTable.LoginFormTable input[type="search"],
    .BBFormTable.LoginFormTable input[type="tel"], 
    .BBFormTable.LoginFormTable input[type="time"], 
    .BBFormTable.LoginFormTable input[type="url"], 
     textarea, select,
     textarea, textarea.BBFormTextArea{
        width: 60%!important;
    }  
	textarea.BBFormTextArea.SurveyOpenEndedEssayTextArea{width:220px!important;}
   .BBFormTable.SurveyAnswerTable, .BBFormTable.SurveyQuestionTable{width:280px!important;}
   
   
    #footerIcons img.hclogo{width:85%!important;}
	.show-highlight{font-size:24px;}
	.Ctbs-panels iframe{display:none;}
}
    

 /* Smartphones (portrait) SPECIFIC----------- */
@media only screen 
and (max-width : 320px) {
	
 .donateBut{ padding: 0 8px; font-size:15px;}
}

  
/* iPhone 4 and retina displays----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
/* Styles */
} 

.home li#impact a, .category li#impact a, .search li#impact a{background:#fff; color:#0072ce;}
.single-post li#impact a, .single-post  li#impact a{background:#fff; color:#0072ce;}
/* fixes to overwrite home page during outtage*/

/*.page-template h1{font-size:60px;}
.tools a{font-size:12px;}

.plan-archives{display:none;}

.hero-v5 h2{color:#fff;}
ul.lead{font-size:21px;}
h1.homeF{font-size:60px;}
h3.homeF{font-size:40px;}

#full-width-banner, #myplan-banner {
    position: relative;
    border-top: 1px solid #fff;
}
#full-width-banner .heroMsg {
    text-align: center;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    bottom: auto;
    padding: 0 90px;
    width: 60%;
}
#full-width-banner .heroMsg h3 {
    font-size: 40px;
    color: #fff;
}

#full-width-banner .heroMsg p {
    color: #fff;
    font-size: 18px;
    padding: 0;
    margin-bottom: 18px;
    width: auto;
	display:block;
	letter-spacing:0;
}
#full-width-banner .sponsor-hero-v5 {
    right: 0;
}
#full-width-banner .sponsor-hero-v5 h3 {
    color: #0072ce;
    font-size: 48px;
}
#full-width-banner .sponsor-hero-v5 p {
    color: #000;
    text-shadow: none;
}
.row.content{margin:0 auto;}

.home li#home a{background:#fff; color:#0072ce;}
.our-stories li#impact a, .single-post  li#impact a{background:#fff; color:#0072ce;}

.videoImgCover {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
}
.videoImgCover a {
    display: block;
}
.videoImgCover span {
    position: absolute;
    top: calc(50% - 40px);
    left: calc(50% - 66px);
}

button.btnDonate.btnSendDonation{background:#0072ce; font-size:18px;}


@media only screen and (max-width: 1024px){
#full-width-banner .heroMsg {
    padding: 0 60px;
    width: 60%;
	}
	#full-width-banner .heroMsg h3 {
    font-size: 32px;
    color: #fff;
}

#full-width-banner .heroMsg p {
    color: #fff;
    font-size: 16px;
    padding: 0;
    margin-bottom: 12px;
    width: auto;
}
	
	#full-width-banner .sponsor-hero-v5 h3 {
    color: #0072ce;
}
	#full-width-banner .sponsor-hero-v5 p {
    color: #000;
}
	
	
}
@media only screen and (max-width: 800px){
#full-width-banner .heroMsg {
    padding: 0 20px;
    width: 60%;
}
	#heroBanner video{display:none;}
	nav.navRow ul li a.topNav{width:100%;}
	}
@media only screen and  (max-width:700px) {
	#heroBanner .heroMsg{width:100%;}
	.flex-touts{display:block!important;}
	.flex-touts div.four.left{width:100%; display:block;}
	.flex-touts .flex-touts-content {
   	 display: block;
    	width: 100%;
	}
	.flex-touts-content img{display:block!important; margin:0 auto}
	.hide-on-700{display:none;}
}
@media only screen and (max-width:600px) {	
.hero-v5 h2{margin:0; padding:0;}	

#full-width-banner .heroMsg {
    padding: 9px 30px 21px;
    width: 100%;
    position: static;
    transform: translateY(0%);
    background: #ef008c;
    margin: 0;
}
#full-width-banner .heroMsg.hero-v5.sponsor-hero-v5 {
    background: #0072ce;
}
	#full-width-banner .heroMsg.sponsor-hero-v5 h3, #full-width-banner .heroMsg.sponsor-hero-v5 p {
    color: #fff;
}
		#full-width-banner .heroMsg.sponsor-hero-v5 a {
    color: #fff;
}
}
*/
