@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,300,600,700);
html { height: 100%; }
body {
	margin: 0;
	padding-top: 0;
	background-color: rgb(232,231,229);
	font-family: 'Open Sans', sans-serif;
	color: #111111;
	font-size: 14px;
	height: 100%;
}
form {
	padding: 0;
	margin: 0;
}
hr {
	color: #fafafa;
	background: none;
	border: none;
	border-bottom: solid 1px #efe5ce;
	height: 1px;
	width: 100%;
	margin: 30px 0!important;
}
address, blockquote, body, dd, del, dl, dt, div, fieldset, form, h1, h2, h3, h4, h5, h6, hr, html, iframe, input, ins, legend, li, map, object, ol, p, pre, table, td, textarea, th, ul {
	padding: 0;
	margin: 0;
}
input::-webkit-input-placeholder { color: #fff; }
input:-ms-input-placeholder { color: #fff; }
input::-moz-placeholder {
	/* Firefox 19+ */
	color: #fff;
}
input:-moz-placeholder {
	/* Firefox 18- */
	color: #fff;
}
ul, ol {
	margin-left: 24px;
	margin-top: 12px;
	margin: 12px 24px;
}
ul { list-style-image: url(../images/bullet.png); }
ul.tags.inline{margin: 0;}
li { margin-bottom: 8px; }
fieldset, img { border: 0; }
strong { color: #1C1E4F; }
blockquote {
	display: block;
	background-color: #F0F0F0;
	width: auto;
	margin: 0 0 10px;
	padding: 45px 30px 25px 30px;
	text-align: center;
	background-image: url(../images/photo-frame.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D1D1D1;
}
blockquote.fvif,blockquote.a2j {
	font-weight: 600;
	color: #000;
	font-size: 18px;
	text-align: left;
	padding: 15px 15px 15px 170px;
	border: 2px solid #bdb1ca;
	min-height: 90px;
	background-color: rgb(233, 225, 241);
	background-image: url(../images/fvif-icon-bg.svg), url(../images/fvif-bg.png);
	background-repeat: no-repeat, repeat-y;
	background-size: 110px, 150px;
	background-position: top 15px left 20px, left;
}
blockquote.fvif p,blockquote.a2j p{
	margin: 0;
}
blockquote.a2j{
	background-image: url(../images/a2j-icon-bg.svg), url(../images/fvif-bg.png);
}
audio{
	max-width: 100%;
}
/**********************************/
/* headers						*/
/**********************************/
h1, h2, h3, h4, h5 {
	margin-bottom: 12px;
	color: #000000;
	font-weight: 400;
}
h1 {
	font-size: 30px;
	font-weight: 700;
	padding-left: 10px;
	/*border-bottom: 1px solid #BFDEF2;*/
	background: url(../images/hr.png) bottom left no-repeat;
	color: #613395;
}
h1 a, 
h1 a:link, 
h1 a:visited {
	text-decoration: none;
	color: #613395;
}
h2 {
	font-size: 28px;
	margin-top: 20px;
	margin-bottom: 16px;
}
h2 a:link,
h2 a:visited{
	text-decoration: none;
}
h3 {
	font-size: 24px;
	font-weight: 700;
	margin-top: 16px;
	margin-bottom: 10px;
	color: #526AA8;
}
.category li h3 {
	font-size: 16px;
	font-weight: normal;
}
h4 {
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 6px;
}
h5 {
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 6px;
	line-height: 24px;
	color: #4B4B4B;
}
h6 {
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 6px;
}
p {
	line-height: 22px;
	margin-bottom: 28px;
	/*overflow: auto;*/
}
.label { margin-right: 5px; }
img {
	max-width: 100%!important;
	height: auto!important;
}
/* Links ----------------------------------------------- */
a, 
a:link, 
a:visited {
	color: #6a3dac;
	text-decoration: underline;
}
a:hover, 
a:focus, 
a:active {
	color: #1c1d4d;
	text-decoration: underline;
}
#main_content a, 
#main_content a:link, 
#main_content a:visited {
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
}
#main_content a:hover, 
#main_content a:focus, 
#main_content a:active {
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
}
/**********************************/
/* Layout ID's					*/
/**********************************/
#mobile_banner { display: none; }
#banner_left {
	float: left;
	width: 410px;
	height: 253px;
	padding: 0 0 0 0;
}
#banner_right {
	float: right;
	padding-right: 0;
	width: 640px;
	padding-bottom: 0;
	text-align: right;
}
#content { padding: 0 40px 40px 40px; }
#feature_container {
	width: 100%;
	background: url(../images/slider-bg.png) center center no-repeat;
}
#feature { margin-top: 31px; }
#feature h1 { font-size: 44px; }
#navigation100 {
	top: 275px;
	left: 200px;
	width: 70px;
}
#footer {
	/*color: #6b3cac;*/
	font-size: 13px;
	padding: 30px 0;
}
/*#footer a:hover { color: #fff; }*/
/*#footer a:link, 
#footer a:visited { color: #ccc; }*/
#footer_left {
	float: left;
	/*width: 200px;*/
	width: 20%;
}
#footer_middle {
	/*width: 383px;*/
	/*margin: auto;*/
	float: right;
	width: 60%;
	width: 100%;
}
#feedback {
	margin: 0 auto;
	padding: 13px 5%;
	width: 90%;
	max-width: 340px;
	background: url(../images/feedback.png) left center no-repeat;
	background-size: 50% 50px;
	border: 1px solid #E35539;
}
#feedback span {
	color: #fff;
	font-size: 18px;
}
#feedback a {
	float: right;
	padding-top: 3px;
}
#feedback a:link, 
#feedback a:visited { color: #E35539; }
#footer_right {
	float: right;
	width: 20%;
}
#full_wrapper {
	width: auto;
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
	background-position: top center;
}
#large_column {
	background: #fff;
	width: 790px;
	float: left;
	padding: 0;
}
#main_content { padding: 45px 0 65px 0; }
#mobile_menu {
	display: none;
	/*top: 61px;*/
	left: 0;
	width: 90%;
	float: right;
	position: absolute;
	z-index: 99999;
	background-color: #7243A6;
	padding: 5%;
	/*-webkit-border-bottom-right-radius: 7px;*/
	/*-webkit-border-bottom-left-radius: 7px;*/
	/*border-bottom-left-radius: 7px;*/
	/*border-bottom-right-radius: 7px;*/
}
#mobile_menu_button {
	display: none;
	width: 45px;
	height: 38px;
	margin: 0 auto;
	padding: 11px;
	background-image: url(../images/mobile-menu-button.png);
	background-repeat: no-repeat;
	background-position: 11px;
}
#mobile_menu_button:hover {
	/*	filter: hue-rotate(-100deg);;
	-webkit-filter: hue-rotate(-100deg);
	-moz-filter: hue-rotate(-100deg);
	-o-filter: hue-rotate(-100deg);
	-ms-filter: hue-rotate(-100deg);*/
}
#mobile_menu_button:active { padding-top: 12px; }
a#mobile_menu_close_button:link, 
a#mobile_menu_close_button:visited, 
a#mobile_secondary_menu_close_button:link, 
a#mobile_secondary_menu_close_button:visited {
	display: block;
	font-size: 14px;
	color: #fff;
	line-height: 14px;
	background-image: url(../images/icon-close.gif);
	background-repeat: no-repeat;
	background-position: 8px 7px;
	padding: 8px 16px 8px 30px;
	-webkit-transition: all .1s ease-in;
	-moz-transition: all .1s ease-in;
	-o-transition: all .1s ease-in;
	-ms-transition: all .1s ease-in;
	float: right;
	margin-bottom: 15px;
}
#mobile_secondary_menu {
	display: none;
	top: 55px;
	left: 0;
	width: 90%;
	float: right;
	position: absolute;
	z-index: 99999;
	background-color: #F36848;
	padding: 5%;
	/*-webkit-border-bottom-right-radius: 7px;*/
	/*-webkit-border-bottom-left-radius: 7px;*/
	/*border-bottom-left-radius: 7px;*/
	/*border-bottom-right-radius: 7px;*/
}
#mobile_secondary_menu a:link, 
#mobile_secondary_menu a:visited { color: #fff; }
#mobile_secondary_menu_button {
	display: none;
	width: 25%;
	height: 54px;
	margin: 0 auto;
	background-color: #f5f5f5;
	background-image: url(../images/secondary-menu-button.png);
	background-repeat: no-repeat;
	background-position: center center;
	float: right;
}
#mobile_secondary_menu_button:hover {
	filter: hue-rotate(-100deg);
	-webkit-filter: hue-rotate(-100deg);
	-moz-filter: hue-rotate(-100deg);
	-o-filter: hue-rotate(-100deg);
	-ms-filter: hue-rotate(-100deg);
}
#small_column {
	width: 295px;
	float: right;
}
#small_column .moduletable.coming-events h3 { background: url(../images/events-icon.png) left center no-repeat; }
#small_column .moduletable.member-signup h3, 
#small_column .moduletable.news-signup h3, 
#small_column .moduletable.coming-events h3 { padding-left: 36px; }
#small_column .moduletable.member-signup h3 { background: url(../images/membership-icon.png) left center no-repeat; }
#small_column .moduletable.news-signup h3 { background: url(../images/newsletter-icon.png) left center no-repeat; }
#small_column .moduletable {
	background: url(../images/module-top.png) top center repeat-x #fff;
	margin-bottom: 20px;
	padding: 20px;
}
#small_column .moduletable h3, 
#small_column .moduletablehomenews h3 {
	color: #613395;
	padding: 20px;
	line-height: 22px;
	margin: 0;
	font-size: 18px;
}
/*
#small_column .moduletablehomenews{

	

	height:438px;
	overflow:hidden;

}
#small_column .moduletable, 
#small_column .moduletablehomenews{

	

}
*/
#table_bottom { background-color: #fff; }
#table_middle { width: auto; }
#table_middle #row_one .half_block { background: url(../images/half-block-bg.png) left top no-repeat #f9f9f9; }
#table_middle .third_block { 
	background: url(../images/half-block-bg.png) left top no-repeat #f9f9f9;
	min-height: 315px;
}
#table_top p {margin-bottom: 14px;}
#top_nav {
	height: 61px;
	background-color: #fff;
	background-image: url(../images/menu-left.png), 
	url(../images/menu-right.png);
	background-repeat: no-repeat;
	background-position: left center, 
	right top;
	clear: both;
	position: relative;
	z-index: 999;
	padding-left: 18px;
}
#top_wrapper {
	width: auto;
	padding: 0;
	margin: 0;
	height: 282px;
}
/*floater*/
#floater{
	position: absolute;
	top: 40%;
	left: 0;
}
#floater p{
	margin: 0;
}
#floater a {
	text-indent: -1006em;
	display: block;
	width: 50px;
	height: 192px;
	z-index: 99999999;
	position: fixed;
}
#floater .custom_desktop_floater a {
	background: url(../images/feedback-floater-en.gif);
}
#floater .custom_desktop_floater_fr a {
	background: url(../images/feedback-floater-fr.gif);
}
/**********************************/
/*		 Classes				*/
/**********************************/
.article-icons {
	float: right;
	margin: -50px -30px 0 0;
	padding: 0;
}
.article-icons ul { margin: 0; }
.article-icons li {
	display: inline-block;
	list-style: none;
	padding: 0 0 0 0;
}
.article-icons li a {
	display: block;
	background: #f8fbfe;
	border: 1px solid #c0def2;
	text-decoration: none;
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 5px 10px;
}
.article-icons li a span{
	margin: 0 5px 0 0;
}
.print-icon a { /*background-image: url(../images/icon-print.png);_NO__DOTCOMMA__AFTER__*/ ; }
.edit-icon a { background: none; }
.bq-left,.bq-right{
	background-color: #F1F0F0;
	width: 40%;
	padding:5px;
}
.bq-left {
	float: left;
	margin: 0 3% 0 0;
}
.bq-right {
	float: right;
	margin: 0 0 0 3%;
}
.btn-group a:link { text-decoration: none; }
.dropdown-toggle{
	display: none;
}
.button {
	padding: 10px 14px;
	background: #3DB4E5 url(../images/button.png) right center no-repeat;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	border: none;
	height: 19px;
	margin: 20px 0;
}
a.btn {
	padding: 10px 14px;
	background: #3DB4E5 url(../images/button.png) right center no-repeat;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	border: none;
	/*height: 19px;*/
	margin: 20px 0;
	border-radius: 0;
	text-decoration: none;
	text-shadow: 0 1px 2px #075677;
	color: #fff;
}
button.btn, input[type="submit"].btn{
	background: #3DB4E5 url(../images/button.png) right center no-repeat;
	border-radius: 0;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	border: none;
	height: 38px;
	/*margin: 20px 0;*/
	border-radius: 0;
	text-decoration: none;
	text-shadow: 0 1px 2px #075677;
	color: #fff;
}
.calendar .button {
	padding: inherit;
	background: none;
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	border: none;
	max-width: none;
	height: inherit;
	margin: inherit;
	display: inherit;
}
a.button{
	text-decoration: none;
	text-shadow: 0 1px 2px #075677;
	color: #fff;
	display: inline-block;
	margin: 0;
}
input.button {
	text-decoration: none;
	text-shadow: 0 1px 2px #075677;
	color: #fff;
}
input.button { height: 39px; }
.clearboth {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
}
.columns_wrapper { padding: 31px 0 0 0; }
.feature_row { padding: 40px 0 !important; }
.eighteen_points { font-size: 18px; }
.fourteen_points { font-size: 14px; }
.half_block {
	width: 43%;
	margin-right: 3%;
	float: left;
	padding: 2.75%;
}
#row_two {
	background: url(../images/box-two-bg.png) fixed center repeat;
	margin-bottom: 65px;
}
#row_two .half_block {
	background-position: 40px 30px;
	background-repeat: no-repeat;
}
#row_two .half_block:first-child { background-image: url(../images/row-two-heads.png); }
#row_two .half_block:last-child { background-image: url(../images/row-two-calendar.png); }
#row_two .half_block .moduletable { margin-left: 150px; }
#footer h3, 
.half_block h3,
.third_block h3 {
	color: #6b3cac;
	background: url(../images/hr.png) bottom left no-repeat;
	padding: 0 0 9px 3px;
	margin: 0;
	font-size: 16px;
	font-weight: bold;
}
#row_two .half_block h3{
	font-size: 30px;
	background: none;
	padding: 0;
}
.image_right {
	float: right;
	margin: 0  0 30px 50px;
}
.image_left {
	float: left;
	margin: 0  50px 30px 0;
}
.last_block {
	float: right!important;
	margin-right: 0 !important;
}
.readmore a:link, 
.readmore a:visited {
	font-size: 14px;
	text-decoration: none;
}
.primary_color { color: #009999; }
.quarter_block {
	width: 18%;
	padding: 2%;
	float: left;
	margin-right: 3.5%;
}
.secondary_color { color: #F06000; }
.sixteen_points { font-size: 16px; }
.third_block {
	width: 24.5%;
	margin-right: 5%;
	float: left;
	padding: 2.75%;
}
.two_third_block {
	width: 64%;
	float: left;
}
.twelve_points { font-size: 12px; }
.wrapper_frame {
	width: 1120px;
	margin: 0 auto;
}
.breadcrumb {
	padding: 10px 0 0 0;
	margin: 0 0 20px 0;
	background: none;
	font-size: 14px;
}
.breadcrumb li {
	max-width: 25%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.breadcrumb .icon-location {
	background: url(../images/breadcrumb-arrow.png) no-repeat;
	width: 12px;
	height: 24px;
	padding: 0;
	margin: 0  10px 0  0;
}
.breadcrumb a {
	text-decoration: none;
	color: #CD8B7B;
}
.moduletable_welcome{
	padding: 0 40px 40px 40px;
}
.news-signup input[type="text"], 
.news-signup  input[type="email"] {
	font-weight: 700;
	color: #fff;
	background: #9f9f9f;
	box-shadow: inset 5px 5px 10px 0 #999;
	border-radius: 0;
}
.mod-languages {
	width: 150px;
	text-align: center;
	float: right;
	padding-top: 1px;
}
.mod-languages li { margin: 0 !important; }
.mod-languages a:link, 
.mod-languages a:visited {
	text-decoration: underline;
	padding: 0 5px;
	line-height: 38px;
}
.mod-languages .lang-inline li { border-right: 1px solid #ccc; }
.mod-languages .lang-inline li:last-child { border: none; }
/* tags */
.taglink{
	width: 150px;
	float: right;
}
.tag-category .thumbnails {
	margin: 0;
}
.tag-category .thumbnails>li {
	margin: 0;
}
input.search-query {
	width: 400px;
	height: 47px;
	background-color: rgba(0,0,0,.1) !important;
	border-radius: 0;
	border: none;
	padding: 0 10px;
	font-size: 16px;
	/* margin-bottom: 27px; */
	box-shadow: none;
}
.finder::-webkit-input-placeholder { color: #9900ff; }
.finder:-moz-placeholder {
	/* Firefox 18- */
	color: #9900ff;
}
.finder::-moz-placeholder {
	/* Firefox 19+ */
	color: #9900ff;
}
.finder:-ms-input-placeholder { color: #9900ff; }
#banner_right .finder button {
	background-image: url(../images/search-button.png);
	width: 59px;
	height: 47px;
	border-radius: 0;
	border: none;
	/* margin-top: -27px; */
}
.finder button i { display: none !important; }
#donate_button {
	float: right;
	background: url(../images/donate-button.png);
	color: #fff;
	font-weight: 600;
	text-decoration: none;
	font-size: 16px;
	text-shadow: 1px 2px 0  #571A99;
	display: block;
	padding: 7px 15px 9px 44px;
}
#donate_button a:hover { color: #BF5ADF; }
.donate_fr{
	background: url(../images/donate-button-fr.png) !important;	
}
.main_donate_fr{
	background: url(../images/main-donate-fr.png) !important;	

}
.donate input[type="button"]{
	display: inline-block;
	background: #7243a6 url(../images/donate.gif) right center no-repeat;
	font-size: 16px;
	font-weight: bold;
	color: #fff !important;
	text-decoration: none !important;
	padding: 14px 27px;
	background-size: 79px;
	border: 0;
}
.tags:after{
  content: "";
  display: table;
  clear: both;
}
.tags li{
	list-style: none;
	float: left;
}
/**********************************/
/* Vertical Navigation		  */
/**********************************/
a.social_button:link, 
a.social_button:visited {
	display: inline-block;
	width: 40px;
	height: 39px;
	background-position: center bottom;
	background-repeat: no-repeat;
	text-indent: -999em;
	text-align: left;
	background-size: contain;
}
.facebook { background-image: url(../images/btn-facebook.png); }
.twitter { background-image: url(../images/btn-twitter.png); }
.youtube { background-image: url(../images/btn-youtube.png); }
.pinterest { background-image: url(../images/btn-pinterest.png); }
.instagram { background-image: url(../images/btn-instagram.png); }
.linkedin { background-image: url(../images/btn-linkedin.png); }
/**********************************/
/* Vertical   Navigation		  */
/**********************************/
#vnav {
	margin: 0;
	list-style-type: none;
	padding: 0;
	margin-top: 10px;
}
#vnav a:hover { color: #1b180c; }
#vnav a:link, 
#vnav a:visited {
	display: block;
	padding-left: 8px 15px;
	text-decoration: none;
	border-bottom: solid 1px #eaeaea;
}
#vnav li {
	margin: 0;
	padding: 0;
	margin-bottom: 1px;
}
/* events */
.nav { width: inherit; }
.eb-taskbar li { list-style: none; }
h1.eb-page-heading { background: none; }
#eb-event-page h1.eb-page-heading { width: 100% !important; }
.extcal_minical table.extcal_minical { background-color: inherit; }
td.mod_eb_mincalendar_not_today, 
td.mod_eb_mincalendar_no_event a { color: #bbb; }
.extcal_minical .extcal_month_label a { color: #000; }
td.mod_eb_mincalendar_event { background-color: #7243A6; }
#eb-categories .eb-box-heading, 
#eb-events .eb-box-heading, 
#eb-event-page .eb-box-heading {line-height: normal;}
#eb-categories .eb-box-heading, #eb-events .eb-box-heading, #eb-event-page .eb-box-heading{
	background: none;
	border: none;
	padding: 0;
}
#eb-categories .eb-description, #eb-events .eb-description, #eb-event-page .eb-description{
	border:none;
	padding: 0;
}



body div#fd.es .btn-es-primary, 
body div#fd.es .btn-es-primary:focus,
body div#fd.es .btn-es-success, 
body div#fd.es .btn-es-success:focus{
	background-color: #8951B6 !important;
	border-color: #593491 !important;
}

.discuss-mod{
	font-family: inherit;
}
.discuss-mod .small{
	font-size: inherit; 
	line-height: inherit; 
	padding: inherit; 
	margin: inherit; 
	color: inherit; 
}
div.discuss-mod.recent-discussions .item-user{
	padding: 0;
}
.discuss-searchbar--ask a{
	margin-top: 0;
}
/* Slideshow CK */

/* temp */
#feature{
	/* display: none; */
	background: url('/images/slides/slide1.jpg') center/cover;
}
.camera_caption{
	position: relative;
	bottom: initial;
	width: 50%;
	margin: 5%;
} 
.camera_caption > div{
	background: none;
	font-family: inherit !important;
} 
.camera_caption_title{
	font-size: 30px !important;
	line-height: 34px;
	color: #6b3cac;
}
.camera_caption_desc{
	margin: 15px 0 0 0;
	font-size: 18px !important;
	line-height: 26px;
	color: #000;
} 
.camera_target_content .camera_link{
	position: absolute;
	width: 100%;
	z-index: 1001;
}
	 
.camera_prev > span {
	background-position: 0 -80px !important;
}
.camera_next > span {
	background-position: -40px -80px !important;
}
.camera_commands > .camera_stop {
    background-position: -120px -80px !important;
}
.camera_commands > .camera_play {
    background-position: -80px -80px !important;
}

.css_buttons1{
	font-size: 16px;
}
.css_buttons1 > div{
	height: 32px;
	margin: 0 5px;
}
.css_buttons1 img{
	width: 32px;
	height: 32px;
	vertical-align: middle;
}
.css_buttons1:before{
	content: "Share this: "
}
/*****************Media Queries****************/
/*@media screen and (min-width: 1131px) { 
	#mobile_menu_button { display: none; }
	#mobile_menu { display: none; }
}*/
@media screen and (max-width: 1136px) { 
	.wrapper_frame {width: auto;}
	#footer, 
	#table_middle .wrapper_frame, #table_copyright {
		/*padding-right: 18px;*/
		/*padding-left: 18px;*/
		width: auto; }
	#large_column { width: 70%; }
	#small_column { width: 25%; }

  #banner_right{
	position: absolute;
	right: 0;
	}
	.camera_caption{
		/* width: 45%; */
   ; }
	blockquote.fvif{
		/* padding: 15px 15px 15px 180px; */
		/* min-height: 90px; */
	}
}
@media screen and (max-width:1000px){
	#mobile_menu_button { display: block!important; }
}
@media screen and (max-width: 940px) { 
	#banner_left, #banner_right { display: none; }
	#mobile_banner {
		display: block;
		height: 221px; }
	#mobile_banner_buttons {
		margin: 0 auto;
		height: 39px;
		width: 315px;
		max-width: 100%; }
	#mobile_banner .mod-languages { float: right; }
	#mobile_banner #search_button {
		float: right;
		background-image: url(../images/search-button-small.png);
		text-indent: -9999em;
		height: 38px;
		width: 43px;
		margin-right: 5px; }
	#mobile_banner #donate_button { float: right; }
}
@media screen and (max-width: 915px) { 
	.third_block {
		width: auto;
		margin-right: 0;
		float: none;
		text-align: center;
		margin-bottom: 30px; }
	.third_block.last_block {
		width: auto;
		float: none!important;
		text-align: center;
		margin-bottom: 30px; }
	.camera_caption{
		margin: 2.5%;
		width: 55%; }
   blockquote.fvif{
   	/* padding: 15px 15px 15px 240px; */
   	/* min-height: 130px; */
   }
}
@media screen and (max-width: 825px) { 
	#banner_left { width: 360px; }
	.cameraContent{
		background-color: rgba(249, 249, 249, 0.65); }
	.camera_caption{
		width: 90%;
		margin: 5%; }
}
@media screen and (max-width: 770px) { 
	#small_column {
		float: none;
		width: auto;
		padding: 16px 0; }
	#large_column {
		width: auto;
		float: none;
		padding: 2% 0 8% 0; }
	#row_two .half_block .moduletable { margin-left: 25%; }
	#row_two .half_block {
		background-size: 25%;
		background-position: 0 10%; }
	.bq-right, .bq-left {
		float: none;
		margin: 0;
		width: auto; }
	#feedback span { font-size: 14px; }
	blockquote.fvif, blockquote.a2j {
		/* padding: 5px 5px 5px 270px; */
		font-size: 16px;
		/* min-height: 170px; */
	}
}
@media screen and (max-width: 650px) { 
	/* 630px */
	#floater{display: none;}
	#banner_left {
		float: none;
		width: auto;
		height: 110px!important;
		padding-top: 10px!important; }
	#banner_right {
		float: none;
		padding: 0 25px!important;
		height: 56px;
		text-align: left; }
	.half_block {
		width: auto;
		margin-right: 0;
		float: none;
		/*padding: 0;*/
		margin-bottom: 30px; }
	.last_block { float: none!important; }
	#footer {
		padding-left: 5%;
		padding-right: 5%; }
	#footer_right {
		float: none;
		width: 100%; }
	#footer_middle {
		float: none;
		width: 100%;
		padding-bottom: 40px; }
	#feedback { background-size: 45% 50px; }
	#feedback span { font-size: 13px; }
	#feedback a { padding-top: 0 ; }
	#footer_left {
		float: none;
		width: 100%; }
	.image_right {
		float: none;
		margin-left: 0;
		margin-bottom: 20px;
		display: block; }
	.image_left {
		float: none;
		margin-right: 0;
		margin-bottom: 20px;
		display: block; }
	.no_mobile { display: none; }
	blockquote.fvif,blockquote.a2j {
		padding: 59px 9px 9px 9px;
		background-image: none;
		font-size: 14px;
		font-weight: 500;
		min-height: auto;
		background: #e9e1f1 url(../images/fvif-icon.svg) top 9px center no-repeat;
		background-size: 50px;
	}
	blockquote.a2j{
		background: #e9e1f1 url(../images/a2j-icon.svg) top 9px center no-repeat;
		padding: 89px 9px 9px 9px;
	}
}
@media screen and (max-width: 500px) { 
	.two_third_block {
		width: auto;
		float: none; }
	#footer_left, #footer_right {
		float: none;
		width: auto; }
	.camera_caption_title{
		font-size: 20px;
		line-height: 24px; }
	.camera_caption_desc{
		font-size: 16px; }
   #secondary_nav #gethelp.gethelp-fr {
	   width: 109px !important;
	   padding: 9px 64px 25px 67px !important;
	   font-size: 13px;
   }
}
@media screen and (max-width: 380px) { 
	#banner_left { padding-left: 0 ; }
}
@media screen and (max-width: 315px) { 
	.camera_caption_desc{
		line-height: 22px; }
}