@charset "UTF-8";
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
 
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }
  
input, textarea, keygen, select, button, isindex{
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
	font-style: normal;
	font-weight: 400;
	font-size: 11px;
	font-family: -apple-system;
	font-variant-caps: normal;
	color: initial;
	letter-spacing: normal;
	word-spacing: normal;
	line-height: normal;
	text-transform: none;
	text-indent: 0px;
	text-shadow: none;
	display: inline-block;
	text-align: start;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  
html, body {
  height: 100%;
  background-color:white;
 }
 
body {
  font-size: 100%;
}

body, caption, th, td, input, textarea, select, option, legend, fieldset, h1, h2, h3, h4, h5, h6 {
  font-size-adjust: 0.5;
}

#page {
  font-size: 1em;
  /* equivalent to 16px */
  line-height: 1.25;
  /* equivalent to 20px */
}

@media (min-width : 43.750em ){
  #page {
    font-size: 1em;
    /* equivalent to 16px */
    line-height: 1.375;
    /* equivalent to 22px */
  }
}

h1 {
  font-size: 2em;
  /* 2x body copy size = 32px */
  line-height: 1.25;
  /* 45px / 36px */
}

@media (min-width : 43.750em ){
  h1 {
    font-size: 2.5em;
    /* 2.5x body copy size = 40px */
    line-height: 1.125;
  }
}

@media (min-width: 56.25em) {
  h1 {
    font-size: 3em;
    /* 3x body copy size = 48px */
    line-height: 1.05;
    /* keep to a multiple of the 20px line height and something more appropriate for display headings */
  }
}

h2 {
  font-size: 1.625em;
  /* 1.625x body copy size = 26px */
  line-height: 1.15384615;
  /* 30px / 26px */
}

@media (min-width : 43.750em ){
  h2 {
    font-size: 2em;
    /* 2x body copy size = 32px */
    line-height: 1.25;
  }
}

@media (min-width: 56.25em) {
  h2 {
    font-size: 2.25em;
    /* 2.25x body copy size = 36px */
    line-height: 1.25;
  }
}

h3 {
  font-size: 1.375em;
  /* 1.375x body copy size = 22px */
  line-height: 1.13636364;
  /* 25px / 22px */
}

@media (min-width : 43.750em ){
  h3 {
    font-size: 1.5em;
    /* 1.5x body copy size = 24px */
    line-height: 1.25;
  }
}

@media (min-width: 56.25em) {
  h3 {
    font-size: 1.75em;
    /* 1.75x body copy size = 28px */
    line-height: 1.25;
  }
}

h4 {
  font-size: 1.125em;
  /* 1.125x body copy size = 18px */
  line-height: 1.11111111;
}

@media (min-width : 43.750em ){
  h4 {
    line-height: 1.22222222;
    /* (22px / 18px */
  }
}

ul{
	margin:0;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color:white; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

* {
  box-sizing: border-box; }
  
@font-face {
	font-family: 'Bell Gothic Light';
	src: url('fonts/BellGothicStd-Light.eot');
	src: url('fonts/BellGothicStd-Light.eot?#iefix') format('embedded-opentype'),
		url('fonts/BellGothicStd-Light.woff2') format('woff2'),
		url('fonts/BellGothicStd-Light.woff') format('woff'),
		url('fonts/BellGothicStd-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Bell Gothic Black';
	src: url('fonts/BellGothicStd-Black.eot');
	src: url('fonts/BellGothicStd-Black.eot?#iefix') format('embedded-opentype'),
		url('fonts/BellGothicStd-Black.woff2') format('woff2'),
		url('fonts/BellGothicStd-Black.woff') format('woff'),
		url('fonts/BellGothicStd-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'Londrina Solid';
	src: url('fonts/LondrinaSolid-Regular.eot');
	src: url('fonts/LondrinaSolid-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/LondrinaSolid-Regular.woff2') format('woff2'),
		url('fonts/LondrinaSolid-Regular.woff') format('woff'),
		url('fonts/LondrinaSolid-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
a:hover{
	text-decoration:underline;
}

#tempimage{
	position:absolute;
	top:0;
}

#tempimage > img{
	width:100%;
	max-width:calc(100% - 583px);
}

body{
	font-family:'Bell Gothic Light', Helvetica, sans-serif;
	font-size:13pt;
	line-height:1.3;
}

@media screen and (max-width: 860px) {
	body{
		font-size:12pt;
	}
}

.fostercolor{
	color:#634595;
}

.fosterbgcolor{
	background-color:#634595;
}

.adoptioncolor{
	color:#CCDD91;
}

.adoptionbgcolor{
	background-color:#CCDD91;
}

.transfertouscolor{
	color:#991636;
}

.transfertousbgcolor{
	background-color: #991636;
}

.aboutuscolor{
	color:#016734;
}

.aboutusbgcolor{
	background-color: #016734;
}

a{
	color:#95BD2C;
	text-decoration:none;
}

#homebody{
	max-width:922px;
	margin:auto;
	padding:18px 18px 0px 18px;
	color:#4C4E63;
}

/* homepage styles */

.tel{
	color:#000 !important;
	text-decoration:none !important;
	cursor:default;
}

.tel:hover{
	color:#000 !important;
	text-decoration:none !important;
}

@media only screen and (max-width: 768px) {	
	.tel{
		color:#95BD2C !important;
		text-decoration:none !important;
	}
	.tel:hover{
		text-decoration:underline !important;
	}
}

#hometitle{
	font-size: 60pt;
	text-align:right;
	float:right;
	width:100%;
	font-family:'Londrina Solid';
}

#homeinfo{
	float:right;
	margin-top:-240px;
	margin-bottom:30px;
}

#homebigimg{
	float:left;
	margin-bottom:15px;
	width:100%;
}

.tablethome{
	display:none;
}

#homebigimg img{
	width:auto;
	max-width:100%;
}

#homebody #nav{
	float:left;
	width:100%;	
	font-family:'Bell Gothic Black';
}

#homecontactinfo{
	float:right;
	text-align:right;
}

#homecontactinfo a, visited{
	color:#4C4E63;
	text-decoration:none;
}

#homecontactinfo a:hover{
	text-decoration:underline;
}

#homefosterphone{
	font-size:37pt;
	padding:10px 0px;
}

@media screen and (max-width: 900px) {
	#homebody{
		padding:0 10px;
	}
	
	#homebigimg{
		display:none;
	}
	
	.tablethome{
		display:block;
		text-align:center;
	}
	
	.tablethome img, #tempimage > img{
		width:auto;
		max-width:100%;
	}
	
	#tempimage{
		position:relative;
		top:auto;
	}
	
	#homecontactinfo{
		float:none;
		text-align:center;
	}
	
	#homeinfo{
		float:none;
		margin-top:0;
		margin-bottom:30px;
	}
	
	#fosteringpack a > img, #adoptionpack a > img{
		display:none;
	}
}

#logos{
	display:table;
	height:104px;
	width:100%;
	padding-top:15px;
}

#logos span{
	display:table-cell;
	vertical-align:middle;
}

#homebody #logos span{
	float:right;
}

#familieslogo{
	width: 193px;
	vertical-align: top;
	margin-top: 23px;
}

#legacylogo{
	width:80px;
	margin:0px 27px;
}

#gcclogo{
	width:51px;
}

#downloadcontainer>div{
	height: 48px;
	font-size: 1.3em;
	text-align: center;
	margin-top: 15px;
	line-height: 32px;
	vertical-align: top;
	padding: 3px;
}

/* 3 navigation buttons styles */
#nav_wrapper {
    text-align: left;
}

#nav_wrapper {
    list-style-type: none;
    padding: 0;
    position: relative;
    min-width: 200px;
	overflow:hidden;
}

#nav_wrapper li {
    float:left;
	width:25%;
	text-align:center;
	height: 44px;
}

#fostering, #adoption, #transfertous, #aboutus{
	background-color: #C67F07;
}

#fostering a, visited{
	color: #634595;
}

#adoption a, visited{
	color: #ccdd91;
}

#transfertous a, visited{
	color:#991636;
}

#aboutus a, visited{
	color:#016734;
}

#transfertousactive a, visited{
	color: #4C4E63;
}

#fosteringactive a, visited, #adoptionactive a, visited, #transfertousactive a, visited, #aboutusactive a, visited{
	color:#FFF;
}

#transfertousactive{
	background-color:#991636;
	color: #525465;
}

#fostering:hover{
	background-color:#634595;
}

#adoption:hover{
	background-color:#CCDD91;
}

#transfertous:hover{
	background-color: #991636;
}

#aboutus:hover{
	background-color: #016734;
}

#fostering:hover > a, #adoption:hover > a, #transfertous:hover > a, #aboutus:hover > a{
	color:#FFF;
	text-decoration:underline;
}

#fosteringpack{
	background-color:#634595;
}

#fosteringpack a, #adoptionpack a{
	font-family:'Bell Gothic Black';
	color:#FFF;
	text-decoration:none;
}

#fosteringpack a>img, #adoptionpack a>img{
	vertical-align: middle;
	margin-right: 10px;
}

#adoptionpack{
	background-color:#CCDD91;
	margin-top: 15px !important;
}

#fosteringpack:hover > a{
	text-decoration:underline;
}

#adoptionpack:hover > a{
	text-decoration:underline;
}

#nav ul li a, visited {
    display: block;
    text-decoration: none;
}

/* Child pages styles */

#fixednav{
	top:0%;
	width:100%;
	font-family:'Bell Gothic Black';
	z-index:10;
	float:left;
	position:fixed;
}

#fixednav ul>li div, #nav_wrapper li div{
	display:table;
	height:44px;
	text-align:center;
	width:100%;
}

#fixednav ul>li div>span, #nav_wrapper li div>span{
	display:table-cell;
	vertical-align:middle;
	padding:0 10px;
}

#navcontainer{
	max-width:1036px;
	width:100%;
	margin:auto;
}

#header{
	background-color:#95BD2C;	
	border-bottom:10px solid #FFF;
	display:table;
	width:100%;
	font-size:1.8em;
	padding:10px 0;
}

@media screen and (max-width: 860px) {
	#header{
		font-size:1.6em;
	}
}

@media screen and (max-width: 500px) {
	#header{
		font-size:15pt;
	}
}

#header div{
	display:table-cell;
	vertical-align:middle;
	padding:0 10px;
}

#header img{
	vertical-align:bottom;
}

.header-ffclogo{
	width:33%;
}

.header-ffclogo img{
	width:auto;
	max-width:100%;
}

@media screen and (max-width: 860px) {
	.header-ffclogo{
		display:none !important;
	}
}

#header a span{
	font-family:'Bell Gothic Black';
	font-size: 0.9em
}

#header a, visited{
	color:#FFF;
	text-decoration:none;
	font-family:'Bell Gothic Light';
	font-size:0.9em;
	padding:0px 10px;
	display:block;
}

#fosteringnav, #adoptionnav, #transfertousnav, #aboutusnav {
	opacity:0.95;
}

@media screen and (max-width: 860px) {
	#fosteringnav, #adoptionnav, #transfertousnav, #aboutusnav {
		display:none;
	}
}

#fosteringnav_wrapper, #adoptionnav_wrapper, #transfertousnav_wrapper, #aboutusnav_wrapper{
    text-align: left;
	padding:10px;
	overflow:hidden;
}

#fosteringnav ul, #adoptionnav ul, #aboutusnav ul {
    list-style-type: none;
    padding: 0;
    position: relative;
}

#fosteringnav_wrapper li, #adoptionnav_wrapper li, #aboutusnav_wrapper li {
	text-align:center;
	float:left;
}

#fosteringnav_wrapper li{
	width:20%;
}

#adoptionnav_wrapper li {
	width:25%;
}

#aboutusnav_wrapper li {
	width:33%;
}

#fosteringnav_wrapper>ul div, #adoptionnav_wrapper>ul div, #aboutusnav_wrapper>ul div {
	width:100%;
}

#fosteringnav_wrapper>ul div>span, #adoptionnav_wrapper>ul div>span , #aboutusnav_wrapper>ul div>span {
	background-color: #C67F07;
}

#fosteringnav_wrapper>ul div>span:hover, #adoptionnav_wrapper>ul div>span:hover , #aboutusnav_wrapper>ul div>span:hover {
	background-color: #FFF;
}

#fosteringnav_wrapper>ul li:hover a, #adoptionnav_wrapper>ul li:hover a, #aboutusnav_wrapper>ul li:hover a {
	color:#C67F07;
	text-decoration:underline;
}

#fosteringnav ul li a, visited, #adoptionnav ul li a, visited, #transfertousnav ul li a , visited, #aboutusnav ul li a , visited {
    display: block;
    text-decoration: none;
	color: #FFF;
	font-size:1em;
	margin:0 5px;
}

#main{
	padding:10px 0px;
}

#maincontent{
	line-height:1.3;
}

#maincontent a, visited{
	color:#95BD2C;
	text-decoration:none;
}

#maincontent a:hover{
	text-decoration:underline;
}

#maincontent ul>li{
	list-style:none;
}

section:nth-child(2){
	background-size:cover;
	background-repeat:no-repeat;
	overflow:hidden;
	height:248px;
	padding-bottom:5px;
	background-position:center center;
}

#sectioncontainer{
	max-width: 1036px;
	width: 100%;
	margin:auto;
	padding:0px 20px 20px 20px;
}

#title>h2:before { 
  display: block; 
  content: " "; 
  margin-top: -223px; 
  height: 223px; 
  visibility: hidden; 
}

section:nth-child(odd){
	background-color:#FFF;
}

section:nth-child(even){
	background-color:#EFF0F0;
}

#title{
	padding:20px 0px;
	font-family:'Bell Gothic Black';
}

#title>img{
	vertical-align:middle;
}

#title span{
	display:inline-block;
}

.leafnumber{
	width: 105px;
	font-size: 55pt;
	margin-left: -98px;
	height: 97px;
	vertical-align: bottom;
	font-family: 'Londrina Solid';
}

#infomationevening{
	padding: 20px;
	margin:40px auto 20px auto;
	width:100%;
	text-align:center;
	border:solid 1px #000;
	font-size:1.2em;
	max-width:886px;
}

@media screen and (max-width: 860px) {
	#infomationevening{
		padding: 10px;
	}
}

#downloadtitle{
	display:inline-block;
	padding: 20px 0px;
	color:#4C4E63;
	font-family:'Bell Gothic Black';
	width:100%;
}

#downloadtitle>#fosteringpack, #downloadtitle>#adoptionpack{
	max-width:465px;
}

#downloadtitle>div{
	height: 48px;
	font-size: 1.3em;
	padding: 3px 10px;
	text-align: center;
	line-height: 32px;
	margin-top: 0px !important;
}

#title>button{
	float:left;
}

#video{
	padding:20px 0px;
	width:100%;
	height:322px;
}

#videodiv{
	float:left;
}

.click-to-play-video{
		cursor:pointer;
        width:500px;
        height:281px;
        position:relative;
		float:left;
		background-repeat: no-repeat;
        background-size: 100%;
	}

#videoquote{
	height:calc(100% - 2px);
	font-family:'Bell Gothic Black';
	float:left;
	width:calc(100% - 503px);
}

@media screen and (max-width: 860px) {
	#video{
		height:auto;	
	}
	
	.click-to-play-video{
		float:none;	
		margin:auto;
		max-width:500px;
		width:100%;
		height:280px;
	}
		
	#videoquote{
		height:auto;
		float:none;
		max-width:500px;
		width:100%;
		margin:auto;
	}
	
}

#videoquotecontainer{
	padding:20px;
	font-size:1.5em;
	color:#FFF;
	line-height:1.5;
}

#videoquotecontainer>div img{
	height:51px;
}

#quote{
	padding:20px 0;
}

.leafquote{
	max-width:976px;
	text-align:center;
	width:100%;
	margin:auto;
}

#simplesteps{
	padding: 20px 0px;
	max-width: 100%;
	width: auto;
}

#quotecontainer{
	max-width:646px;
	width:100%;
	margin:auto;
	background-color:#95BD2C;
	color:black;
}

#quotecontainer img{
	height:51px;
}

#maincontent p{
	font-weight:lighter;
	line-height:1.3;
}

#maincontent p b{
	font-weight:bold;
}

/* footer styles */
#footer{
	font-family:'Bell Gothic Black';
	width:100%;
	background-color:#95BD2C;
	color:#FFF;
}

#footercontainer{
	max-width:1036px;
	margin:auto;
	overflow:hidden;
	padding:20px 20px 10px 20px;
}

#ffclogo{
	text-align:center;
	margin-bottom: 10px;
}

#ffclogo>img{
	width:308px;
}

@media screen and (min-width: 860px) {
	#ffclogo{
		display:none;
	}
}

#footerinfo{
	float:left;
	width:33%;
}

#footerinfo a{
	color:#FFF;
	text-decoration:none;
	display:block;
	margin-bottom:10px;
}

#footerinfo a:hover{
	text-decoration:underline;
}

#privatepolicy{
	margin-bottom:10px;
}

/* Social Media Logos */
#smlogos{
	float:left;
	width:33%;
	text-align:center;
}

#smlogos > div{
	padding:0 7.5px;
}

#smlogos img{
	height:30px;
	padding:0 7.5px;
	margin:33px 0;
}

#lrglogos{
	float:left;
	width:33%;
	text-align:center;
}

#lrglogos img{
	max-height:94px;
	padding:0 15px;
	margin:3px 0;
}

@media screen and (max-width: 860px) {
	#footer{
		text-align:center;
	}
	#footerinfo, #smlogos, #lrglogos{
		width:auto;
		float:none;
	}
	
	#smlogos img, #lrglogos img{
		margin:10px 0;
	}
}

/* Video style */

#fostervideocontainer1 {
        background-image: url('images/wendyvideo1.png');
    }
    #fostervideocontainer1:hover {
        background-image: url('images/wendyvideo2.png');
    }
#fostervideocontainer2 {
        background-image: url('images/alisonstevevideo1.png');
    }
    #fostervideocontainer2:hover {
        background-image: url('images/alisonstevevideo2.png');
    }
#fostervideocontainer3 {
        background-image: url('images/elainevideo1.png');
    }
    #fostervideocontainer3:hover {
        background-image: url('images/elainevideo2.png');
    }
	
	.greycolor{
		color:#FFF;
	}
	
#adoptionvideocontainer {
        background-image: url('images/adoptionvideo.jpg');
    }
    #adoptionvideocontainer:hover {
        background-image: url('images/adoptionhovervideo.jpg');
    }
	
	.adoptionvideo{
		background-color:#FEF22F;
		position:relative;
	}
	
	#adoptionvideotext{
		color:#4C4E63;
	}
	
	#fosteringbanner{
		background-image:url(images/100288484.jpg)	
	}
	
	#aboutusbanner{
		background-image:url(images/147089684.jpg);	
	}
	
	#adoptionbanner{
		background-image:url(images/100288879.jpg);
	}
	
	#transfertousbanner{
		background-image:url(images/185947169.jpg);
	}
	
	.banner{
		background-size: cover;
		background-position: center center;
		height: 328px;
	}
	
	/* page content modal form */
	
	#simplemodal-overlay 
	{
		background-color:#000;
	}
	
	#simplemodal-container 
	{
		height:500px;
		width:750px;
		background-color:#fff;
		border:3px solid #ccc;
	}
	
	#simplemodal-container a.modalCloseImg 
	{
		background:url(Images/ModalClose.png) no-repeat;
		width:25px;
		height:29px;
		display:inline;
		z-index:3200;
		position:absolute;
		top:-15px;
		right:-18px;
		cursor:pointer;
	}
	
	#simplemodal-container #simplemodalcontent 
	{
		padding:5px 8px 8px 8px;
		text-align:left;
		color:#000000;
	}
	
	#simplemodal-container #simplemodalcontent .formholder
	{
		background-color:#ffffff;
	}
	
	#simplemodal-container #simplemodalcontent #pageform input.submitbutton
	{
		width:175px;
		height:36px;
		border:solid 1px #000000;
		text-align:center;
		padding-top:1px;
	}
	
	
	.section>#sectioncontainer{
		padding:20px;
	}
	
	/*#sectioncontainer{
		max-width: 1112px;
		width: calc(100% - 40px);
		margin: auto;
		padding: 0px 20px;
		overflow: hidden;
	}*/
	
	#sectioncontainer a:hover{
		text-decoration:underline;
	}
	
	.section:nth-child(odd){
		background-color:#FFF;
	}
	
	#downloadstext{
		padding-bottom:40px;
		width:100%;
	}
	
	.downloads{
		overflow:hidden;
	}
	
	.downloads .column1{
		margin-right:1%;
		margin-bottom:1%;
		width:32%;
		background:#95bd2c;
	}
	
	.downloads .column1>a{
		color:#FFF !important;
		display:block;
	}
	
	.downloads .column1>a>div{
		display:table;
		text-align:center;
		width:calc(100% - 10px);
		margin:5px;
		height:52px;
	}
	
	.downloads .column1>a>div>span{
		display:table-cell;
		vertical-align:middle;
		width:100%;
	}
	
	
	
	
	
	/* Download Resources */
	
	
	#contentBox {
	    margin: 0px auto;
	    width: 100%;
	    padding: 20px 0px;
	}
	
	#contentBox > div {
	    float: left;
	    line-height: 1.6;
}