@charset "utf-8";
/* CSS Document */

html {
	font-family:sans-serif;
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
body {
	font-family: 'fagonoregular', Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #333;
}
p {
	font-size: 15px;
	line-height: 24px;
	margin-bottom: 15px;
}
a {
	color: #f15d22;
	text-decoration:none;
}
a:hover {
	color: #00457c;
	text-decoration:none;
}
ul, ol {
	margin-bottom: 20px;
}
@font-face {
    font-family: 'BLOKKNeue-Regular';
    src: url('/assets/wrapper/fonts/BLOKKNeue-Regular.eot');
    src: url('/assets/wrapper/fonts/BLOKKNeue-Regular.eot?#iefix') format('embedded-opentype'),
         url('/assets/wrapper/fonts/BLOKKNeue-Regular.woff') format('woff'),
         url('/assets/wrapper/fonts/BLOKKNeue-Regular.svg#BLOKKNeue-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'fagonoregular';
    src: url('/assets/wrapper/fonts/fagono-webfont.eot');
    src: url('/assets/wrapper/fonts/fagono-webfont.eot?#iefix') format('embedded-opentype'),
         url('/assets/wrapper/fonts/fagono-webfont.woff2') format('woff2'),
         url('/assets/wrapper/fonts/fagono-webfont.woff') format('woff'),
         url('/assets/wrapper/fonts/fagono-webfont.ttf') format('truetype'),
         url('/assets/wrapper/fonts/fagono-webfont.svg#fagonoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
button {
	background:none;
	border:none;
}
h1, h2, h3 {
	font-family: 'fagonoregular';
	font-weight: normal;
}
h1 {
	font-size: 48px;
	margin: 0 0 15px 0;
	color: #00457c;
}
h2 {
	font-size: 30px;
	margin-bottom: 20px;
	color: #00457c;
}
h3 {
	color: #00457c;
	font-size: 24px;
	text-align: left;
	margin-bottom: 15px;
	font-family: "Noto Serif", serif;
}
h4 {
	font-size: 18px;
	text-transform: uppercase;
	color: #00457c;
	margin-bottom: 10px;
}
h5 {
	font-size: 16px;
}
#wrapHeader {
	position: relative;
	width: 100%;
	min-height: 693px;
	z-index: 0;
	height: 100%;
	background: #00457C;
}
.fixedHeader {
	position: fixed;
	width: 100%;
}
#newsletter {
	width: 100%;
	background-color: #fff;
	color: #000;
	padding: 5px 0;
	font-size: 18px;
	position: relative;
	display:none;
	text-align: center;
	cursor: pointer;
	border-bottom:1px solid #333;
}
#search {
	position: absolute;
	right: 30px;
	color: #fff;
	display:inline-block;
	padding: 6px 0 0;
	float: right;
}
#search .btn-primary {
	border-radius: 0;
	background-color: #00457C;
	border-color: transparent;
}
#search .well {
	background: #00457C;
	border-radius: 0;
	padding: 8px 10px 11px 10px;
	border:none;
}
#search .collapse.in, #search .collapsing {
	float:left;
}
#search .btn-primary:hover {
	background-color: #4E8ABE;
}
#home #search input {
	border:none;
	color: #666;
	font-size: 13px;
	padding: 1px 5px;
	width: 170px;
}
#wrapMedia {
	width: 100%;
	background-color: #fff;
	border-top: 7px solid #00457c;
}
#wrapMedia img {
	width: 100%;
}
#wrapMedia h1 {
	color: #fff;
	padding-top: 250px;
	padding-bottom: 250px;
	margin: 0;
	font-size: 75px;
	font-weight: bold;
	text-align: left;
}
#wrapMedia h2 {
	color: #fff;
	margin: 0;
	line-height: 30px;
	font-size: 60px;
	text-transform: uppercase;
}
#wrapMedia p {
	font-size: 18px;
	color: #fff;
	margin-bottom: 20px;
}
#wrapMedia .caption {
	position: absolute;
/*	right: 15%;*/
	top: 40%;
}
#wrapMedia .caption h1 {
	padding: 0;
	letter-spacing: -0.5px;
	margin-bottom: 6px;
	text-transform: uppercase;
}
.greenButton {
	color: #fff;
	background: #6db33f;
	border-top: 1px solid #519722;
	border-right: 1px solid #519722;
	border-left: 1px solid #519722;
	border-bottom: 3px solid #519722;
	text-transform:uppercase;
	padding: 8px 14px;
	display:inline-block;
}
.greenButton a {
	color: #fff;
	text-transform:uppercase;
}
.greenButton a:hover {
	text-decoration:none;
	
}
#contentPrimary .greenButton {
	font-size: 18px;
}
#wrapNav {
	background-color: rgba(0,69,124,.9);
	width: 100%;
	display:inline-block;
	position: relative;
	top: -100px;
	z-index: 1000;
}
#wrapNav .col-md-10 {
	padding-right: 0;
}
#wrapNav.affix {
	position: fixed;
	top:0;
	z-index: 1000;
	height: 80px;
	box-shadow: 0 1px 7px rgba(0,0,0,0.3);
}
#wrapNav.affix ul.menu li a {
	padding:30px 19px;
}
#wrapNav.affix #name {
	padding-top: 5px;
}
#wrapNav.affix #name img {
	height: 70px;
	width: auto;
}
#logo {
	position: absolute;
	padding: 40px 0 0 40px;
	background: url(http://support.caninehealthfoundation.org/wrapperHomepage/images/logo_bg.png) no-repeat top left;
	height: 363px;
	width: 370px;
}
#name {
	padding-top: 10px;
}
#internal #name, #landing #name {
	padding: 10px 15px 7px 15px;
}
#wrapNav ul.menu li {
	float:left;
	position: relative;
}
.navbar-default {
	background-color: transparent;
}
#wrapNav ul.menu {
	float:right;
	list-style:none;
	margin: 0;
	padding: 0;
}
#wrapNav ul.menu li a {
	text-decoration:none;
	color: #fff !important;
	padding: 40px 19px;
	background-color: transparent;
	font-size: 21px;
}
#wrapNav ul.menu li.last a {
	background-color: #4e8abe;
	color: #fff !important;
	text-transform: uppercase;
}
#wrapNav ul.menu li:hover, #wrapNav ul.menu li a:hover {
	background-color: #4e8abe !important;
}
#wrapNav ul.menu li.selected {
	background-color: #6DB33F !important;
}
#wrapNav ul.menu li.last:hover, #wrapNav ul.menu li.last a:hover {
	background: #6db33f;
}
#wrapNav ul.menu li ul {
	display:none;
}
#wrapNav ul.menu li:hover ul {
	display:block;
	position: absolute;
	background-color: rgba(255,255,255,.95);
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	list-style:none;
	margin: 0;
	padding: 0;
	z-index: 10000;
	width: 248px;
	box-shadow: 0 2px 1px rgba(0,0,0,.2);
}
#wrapNav ul.menu li ul li {
	float:none;
}
#wrapNav ul.menu li ul li a {
	font-size: 16px;
	padding: 8px 15px !important;
	display:block;
	line-height: 18px;
	color: #00457c !important;
}
#wrapNav ul.menu li ul li a:hover {
	color: #fff !important;
}
#wrapNav ul.menu li ul li.last a {
	background: transparent;
	text-transform: none;
	color: #00457c !important;
}
#wrapNav ul.menu li ul li.first a {
	padding-top: 15px;
}
#wrapNav ul.menu li ul li.last a {
	padding-bottom: 15px;
}
#home #wrapContent {
	position: relative;
	top: -107px;
	background: url(http://support.caninehealthfoundation.org/wrapperHomepage/images/gray_bg.gif) repeat;
	padding-top: 40px;
	padding-bottom: 0;
}
#wrapContent {
	background: #fff;
	padding: 50px 0;
}
#tagLine h1 {
	color: #00457c;
	font-size: 24px;
	text-align: center;
	font-family: 'Noto Serif', serif;
	text-transform: none;
}
.nav-tabs > li {
	width: 376px;
	margin-right: 20px;
}
.nav-tabs li.last {
	margin-right: 0;
}
.nav-tabs > li > a:hover {
	background: #fff;
	color: #6DB33F;
}
.tab-content {
	width: 100%;
	background-color: #fff;
	padding: 50px 0 70px;
	text-align: left;
	border-top: 1px solid #6DB33F;
}
.tab-content img {
	padding-bottom: 10px;
}
#audienceTabs {
	text-align: center;
}
#audienceTabs ul {
	margin: 0 auto;
	display:inline-block;
}
.tab-content .tab-pane {
    display: none;
}
.tab-content .active {
    display: block;
}
.nav-tabs {
	border-bottom: 0;
}
.nav-tabs > li {
	margin-bottom: -8px;
}
.nav-tabs > li > a {
	border-radius: 0;
	padding: 3px 0 28px;
	border:none;
	font-size: 23px;
	font-family: 'Noto Serif', serif;
	color: #fff;
	background-color: #6db33f;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	border:none;
	color: #6db33f;
	background-color: #fff;
	border-top: 1px solid #6db33f;
	border-right: 1px solid #6db33f;
	border-left: 1px solid #6db33f;
}
.tab-content .gutter {
	padding: 0;
	font-size: 18px;
}
.quicklinks a {
	color: #f15d22;
	font-size: 18px;
}
.tab-content .col-sm-4 {
	border-right: 1px solid #e4e3e2;
	padding: 0 25px;
}
.tab-content .col-sm-4 img {
	max-width: 100%;
}
.tab-content .col-sm-4.quicklinks {
	border-right: none;
}
#dogicon {
	background: url(http://support.caninehealthfoundation.org/wrapperHomepage/images/dogowner.gif) no-repeat;
	height: 50px;
	width: 52px;
	display:inline-block;
	position: relative;
	top: 14px;
}
a:hover #dogicon, li.active #dogicon {
	background: url(http://support.caninehealthfoundation.org/wrapperHomepage/images/dogowner_hover.gif) no-repeat;
}
#breedicon {
	background: url(http://support.caninehealthfoundation.org/wrapperHomepage/images/breeder_icon.gif) no-repeat;
	height: 50px;
	width: 61px;
	display:inline-block;
	position: relative;
	top: 14px;
	background-size: auto 100%;
}
a:hover #breedicon, li.active #breedicon {
	background: url(http://support.caninehealthfoundation.org/wrapperHomepage/images/breeder_icon_hover.gif) no-repeat;
	background-size: auto 100%;
}
#researchicon {
	background: url(http://support.caninehealthfoundation.org/wrapperHomepage/images/research_icon.gif) no-repeat;
	height: 50px;
	width: 57px;
	display:inline-block;
	position: relative;
	top: 14px;
	background-size: auto 100%;
}
a:hover #researchicon, li.active #researchicon {
	background: url(http://support.caninehealthfoundation.org/wrapperHomepage/images/research_icon_hover.gif) no-repeat;
	background-size: auto 100%;
}
p.button {
	border: 3px solid #f15d22;
	color: #f15d22;
	font-size: 18px;
	text-transform: uppercase;
	
	display:inline-block;
	font-weight: bold;
}
p.button a {
	color: #f15d22;
	text-decoration:none;
	font-weight: bold;
	padding: 5px 10px;
	display:block;
}
p.button a:hover {
	color: #fff;
}
#contentPrimary p.button {
	border-width: 2px;
	font-weight: normal;
	font-size: 16px;
	text-transform: none;
}
#contentPrimary p.button a {
	font-weight: normal;
}
.imageCaption {
	position: relative;
}
.imageCaption .caption {
	position: absolute;
	bottom: 0;
	background-color: rgba(0,0,0,.7);
	color: #fff;
	padding: 20px 25px;
	left: 0;
	width: 100%;
	font-size: 18px;
}
#stories {
	padding: 55px 0 70px;
	border-top: 1px solid #ccc;
}

#stories .gutter {
	background-color: #fff;
	height: 355px;
	text-align: center;
	text-transform: uppercase;
	font-size: 22px;
	box-shadow: 0 3px 1px rgba(0,0,0,0.15);
}
#stories h2 {
	text-align: center;
	font-family: 'Noto Serif', serif;
	font-size: 36px;
	margin-bottom: 30px;
}
#stories a {
	color: #00457c;
	text-transform: none;
	font-size: 16px;
	display:block;
}
#stories a:hover {
	text-decoration:none;
	color: #4E8ABE;
}
#stories p {
	padding: 15px 15px 0;
	text-align: left;
	font-size: 16px;
}
#stories .carousel-control {
	opacity: 1;
}
#stories .gutter img {
	width: 100%;
}
#stories .carousel-control .icon-next, #stories .carousel-control .glyphicon-chevron-right {
	right: -20%;
}
#stories .carousel-control .icon-prev, #stories .carousel-control .glyphicon-chevron-left {
	left: -11%;
}
#stories .carousel-control .icon-prev, #stories .carousel-control .icon-next, #stories .carousel-control .glyphicon-chevron-left, #stories .carousel-control .glyphicon-chevron-right {
	top: 35%;
}
#stories .carousel-inner {
	height: 360px;
}
#infographics {
	width: 100%;
	display:inline-block;
	background-color: #fff;
	padding: 0 0 30px 0;
	text-align: center;
	text-transform: uppercase;
	color: #000;
	border-top: 14px solid #6db33f;
}
#infographics h2 {
	color: #fff;
	font-family: 'Noto Serif', serif;
	background: #6db33f;
	padding: 10px 40px 25px 40px;
	font-size: 36px;
	text-transform: none;
	display:inline-block;
	position: relative;
	z-index: 100;
	margin-bottom: 25px;
}
#infographics p {
	font-size: 20px;
}
#infographics img {
	position: relative;
	top: -50px;
}
#giving {
	width: 100%;
	display:inline-block;
	background-color: #00457c;
	color: #fff;
	text-align: center;
	padding: 50px 0 70px 0;
}
#giving p {
	margin-top: 10px;
}
#giving h1 {
	margin-bottom: 20px;
	font-size: 45px;
	text-align: center;
	color: #fff;
}
#giving h4 {
	font-size: 20px;
	margin-top: 17px;
}
#giving-carousel .carousel-inner {
	width:100%;
	margin: 0 auto;
}
#giving .carousel-control .icon-prev, #giving .carousel-control .icon-next, #giving .carousel-control .glyphicon-chevron-left, #giving .carousel-control .glyphicon-chevron-right {
	top: 44%;
}
#giving-carousel img {
	float:left;
	margin-right: 50px;
}
#giving-carousel img.last {
	margin-right: 0;
}
#giving .carousel-control {
	width: 5%;
}
.carousel-control.left, .carousel-control.right {
	background: none transparent;
}
.carousel-control .glyphicon-chevron-left {
	font-size: 0;
	background: url(http://support.caninehealthfoundation.org/wrapperHomepage/images/arrow_prev.png) no-repeat;
	height: 85px;
	width: 27px;
}
.carousel-control .glyphicon-chevron-right {
	font-size: 0;
	background: url(http://support.caninehealthfoundation.org/wrapperHomepage/images/arrow_next.png) no-repeat;
	height: 85px;
	width: 27px;
}

#connectBar {
	background: #6db33f;
	color: #fff;
}
#connectBar .fa {
	margin-right: 5px;
}
#connectBar h5 {
	color: #fff;
	font-size: 30px;
	text-transform: uppercase;
	float: left;
	margin-right: 20px;
	font-weight: normal;
}
#connectBar img {
	vertical-align:top;
}
#connectBar button {
	border:none;
	border-radius: 0;
	background: #00457C;
	color: #fff;
	font-size: 14px;
	text-transform:uppercase;
	padding: 6px 10px 7px 10px;
	float:left;
	
}
#connectBar input {
	border:none;
	box-shadow: none;
	height: 35px;
	float:left;
	width: 198px;
	padding: 5px;
	font-size: 14px;
	color: #666;
}

#wrapFooter {
	font-size: 20px;
	background: #fff;
	position: relative;
	margin-top: -107px;
}
#internal #wrapFooter, #landing #wrapFooter {
	margin-top: 0;
}

#wrapFooter .container {
	padding: 50px 0;
}
#wrapFooter .gutter {
	background-color: #ccc;
	display:inline-block;
	width: 100%;
	padding: 30px;
	margin-bottom: 20px;
}
#connectBar .container {
	padding: 25px 0;
}
#wrapFooter h6 {
	color: #f15d22;
	font-size: 18px;
	text-transform: uppercase;
}
#wrapFooter ul {
	margin: 0;
	padding: 0;
	list-style:none;
}
#wrapFooter ul li a, #wrapFooter p {
	color: #00457c;
	font-size: 14px;
}
#wrapFooter .col-md-4 .gutter {
	text-align: center;
}
#contact {
	width: 100%;
	display: inline-block;
	padding: 30px 0;
	background-color: #ebebeb;
	color: #666;
}
#contact .container {
	padding: 0;
}
#contact p {
	font-size: 14px;
	color: #666;
	margin: 0;
}
.container-fluid {
	padding: 0;
}
/* Landing page specific styles */

#landing #wrapNav, #internal #wrapNav {
	position: fixed;
	z-index: 10000;
	box-shadow: 0 1px 7px rgba(0, 0, 0, 0.3);
	background: rgba(0, 69, 124, 1);
	top: 0;
}
#landing #wrapMedia {
	text-align: center;
	color: #666;
	margin-top: 0;
	padding: 92px 0 0;
	position: relative;
}
#landing #wrapMedia p, #internal #wrapMedia p {
	font-size: 18px;
	line-height: 28px;
}
#landing #wrapMedia h1, #internal #wrapMedia h1 {
	text-align: left;
	padding: 0;
	font-size: 60px;
}
#landing #wrapMedia .caption {
	background-color: rgba(0,0,0,.4);
	padding: 30px;
	top: auto;
	bottom: 90px;
	right: 0;
	left: 10%;
	width: 60%;
	text-align: left;
	height: auto;
}
#landing h3 {
	text-align: center;
	font-family: "Noto Serif",serif;
	font-size: 28px;
}

#landing #wrapContent {
	padding: 0;
}
#internal #wrapContent {
	margin-top: 100px;
	padding-bottom: 0;
	padding-top: 0;
}
#landing #search, #internal #search {
	right: 10px;
	top: 110px;
}
#landing #wrapContent .col-md-12 p {
	margin-bottom: 30px;
	text-align: center;
	font-size: 20px;
	margin-bottom: 40px;


}
.centerContent {
	text-align: center;
}
#wrapNav .container {
	padding: 0;
}
#internal #wrapMedia h1 {
	font-size: 47px;
}
#internal #wrapMedia {
	padding: 20px 0 160px;
}
#internal #content .container {
	background: url(http://support.caninehealthfoundation.org/wrapperHomepage/images/leftcol_divider.gif) repeat-y 14px center;
}
#internalHead {
	border-bottom: 2px solid #6db33f;
	display:inline-block;
	width: 100%;
	margin-bottom: 28px;
	font-size: 18px;
}
#landing #internalHead, #internal #internalHead {
	padding: 15px 0;
	background: url("http://support.caninehealthfoundation.org/wrapperHomepage/images/gray_bg.gif") repeat scroll 0 0 rgba(0, 0, 0, 0);
	width: 100%;
	display:block;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 40px;
}
#internalHead p {
	font-size: 18px;
	margin: 0;
	line-height: 30px;
}
#internalHead h5 {
	color: #00457C;
	font-size: 18px;
	display:inline;
	float:left;
}
#internalHead h2 {
	font-family: "Noto Serif",serif;
	color: #00447b;
	letter-spacing: 3px;
	font-size: 24px;
	text-transform: uppercase;
}
#internalHead .col-sm-9 {
	
}
#internalHead .col-sm-3 {
	
	text-align: right;
}
#internal #search, #landing #search {
	text-align: right;
	float:right;
	position: static;
	padding: 0;
}
input.search {
	width: 200px;
}
#internalHead button {
	background: #00457C;
	color: #fff;
	padding: 4px 7px;
}
#contentPrimary {
	padding-left: 25px;
}
#contentPrimary p {
	margin-bottom: 20px;
}
#contentPrimary img {
	max-width: 100%;
}
#contentPrimary .col-sm-4 {
	padding-right: 0;
}
#share {
	padding: 20px 0;
	display:inline-block;
}
.addthis_sharing_toolbox {
	float:left;
}
#share h5 {
	color: #00457c;
    float: left;
    font-size: 24px;
    font-weight: normal;
    margin-right: 7px;
    padding-top: 3px;
    text-transform: uppercase;
}
#relatedContent {
	border-top: 5px solid #6db33f;
	margin-top: 15px;
	padding-top: 40px;
	
}
.callout {
	background: #e6f0f8;
	border: 1px solid #c9dbeb;
	padding: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.callout a {
	color: #00457c;
}
.callout ul {
	padding-left: 20px;
}
.callout p.button {
	background: #fff;
}
#contentSecondary .callout p {
	font-size: 14px;
	line-height: 20px;
}
#contentSecondary .gutter {
	padding-right: 25px;
}
#contentSecondary ul.menu {
	list-style:none;
	margin: 0;
	padding: 0;
}
#contentSecondary ul.menu li a {
	color: #00457C;
	font-size: 18px;
	padding: 10px 20px;
	display:block;
	width: 100%;
	border-right: 4px solid #6DB33F;
}
#contentSecondary ul.menu li a:hover {
	border-right: 4px solid #00457C;
}
#contentSecondary ul.menu li.selected a {
	background: #eee;
	border-right: 5px solid #00457C;
}
#contentSecondary ul.menu ul {
	display:none;
	list-style:none;
	margin: 0;
	padding: 0;
}
#contentSecondary ul.menu li.selected ul {
	display:block;
	background: #fff;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
#contentSecondary ul.menu li.selected ul li a {
	font-size: 15px;
	color: #333;
	padding: 5px 20px 5px 30px;
	background: transparent;
}
#contentPrimary .imageLeft {
	float:left;
	margin: 0 25px 20px 0;
}
#contentPrimary .imageRight {
	float:right;
	margin: 0 0 20px 25px;
}

#related {
	background: #999;
	color: #fff;
	padding: 50px 20px;
	font-size: 18px;
	
}
#internal #giving ul.give, #landing #giving ul.give {
	margin: 0;
	padding: 0;
	list-style:none;
	float:left;
}
#internal #giving p, #landing #giving p {
	float: left;
	font-size: 28px;
	text-transform: uppercase;
	margin: 0 20px 0 0;
}
#internal #giving ul.give li, #landing #giving ul.give li {
	float:left;
	margin-right:10px;
}
#internal #giving ul.give li a, #landing #giving ul.give li a {
	background: #fff;
	color: #000;
	font-size: 26px;
	padding: 10px;
	width: 100px;
	display:block;
}
#internal #giving ul.give li a:hover, #landing #giving ul.give li a:hover {
	color: #fff;
	background: #f15d22;
}
#internal #giving ul.give li.last a, #landing #giving ul.give li.last a {
	background: #6DB33F;
	color: #fff;
	text-transform:uppercase;
	width: auto;
}
#internal #giving ul.give li.last a:hover, #landing #giving ul.give li.last a:hover {
	background: #F15D22;
}
#internal #giving, #landing #giving {
	margin-top: 50px;
	padding: 50px 0;
	display:block;
}
#wrapFooter.clear {
	clear:both;
	dipslay:inline-block;
}
/* Hover Effects */
/* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f15d22;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: white;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.ch-grid {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
}

.ch-grid:after,
.ch-item:before {
	content: '';
    display: table;
}

.ch-grid:after {
	clear: both;
}

.ch-grid li {
	width: 215px;
	height: 215px;
	display: inline-block;
	margin: 20px;
}
.ch-item {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: relative;
	cursor: default;
	box-shadow: 
		inset 0 0 0 0 rgba(0,69,124, 0.4),
		inset 0 0 0 10px rgba(255,255,255,0.6),
		0 1px 2px rgba(0,0,0,0.1);
		
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.ch-img-1 { 
	background-image: url(http://support.caninehealthfoundation.org/wrapperHomepage/images/giving_donate.jpg);
}

.ch-img-2 { 
	background-image: url(http://support.caninehealthfoundation.org/wrapperHomepage/images/giving_researcher.jpg);
}

.ch-img-3 { 
	background-image: url(http://support.caninehealthfoundation.org/wrapperHomepage/images/giving_honor.jpg);
}
.ch-img-4 { 
	background-image: url(http://support.caninehealthfoundation.org/wrapperHomepage/images/giving_hero.jpg);
}

.ch-info {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	opacity: 0;
	
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	
	-webkit-backface-visibility: hidden; /*for a smooth font */

}

.ch-info h3 {
	color: #fff;
	text-transform: uppercase;
	position: relative;
	letter-spacing: 2px;
	font-size: 22px;
	margin: 0 30px 10px;
	padding: 45px 0 0 0;
	text-align: center;
	text-shadow: 
		0 0 1px #fff, 
		0 1px 2px rgba(0,0,0,0.3);
}

.ch-info p {
	color: #fff;
	padding: 10px 5px;
	font-style: normal;
	margin: 0 30px;
	font-size: 14px;
	line-height: 20px;
	border-top: 1px solid rgba(255,255,255,0.5);
	margin-top: 0 !important;
}

.ch-info p a, .ch-info h3 a {
	color: #fff;
}

.ch-info p a:hover {
	color: #fff;
}

.ch-item:hover {
	box-shadow: 
		inset 0 0 0 110px rgba(0, 69, 124, 0.6),
		inset 0 0 0 16px rgba(255,255,255,0.8),
		0 1px 2px rgba(0,0,0,0.1);
}

.ch-item:hover .ch-info {
	opacity: 1;
	
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);	
}
.right {
	text-align: right;
}

.grid {
	position: relative;
	margin: 0 auto;
	padding: 1em 0 30px;
	max-width: 100%;
	list-style: none;
	text-align: center;
	display:inline-block;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	max-width: 480px;
	max-height: 360px;
	width: 31%;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.9;
}

.grid figure figcaption {
	padding: 1em 2em;
	color: #fff;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	font-size: 14px;
}
/*---------------*/
/***** Sarah *****/
/*---------------*/

figure.effect-sarah {
	background: #00457C;
}

figure.effect-sarah img {
	max-width: none;
	width: -webkit-calc(100% + 20px);
	width: calc(100% + 20px);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-10px,0,0);
	transform: translate3d(-10px,0,0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-sarah:hover img {
	opacity: 0.4;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-sarah figcaption {
	text-align: left;
}

figure.effect-sarah h2 {
	position: relative;
	overflow: hidden;
	padding: 0.5em 0;
	color: #fff;
	text-shadow: 0px 1px 5px rgba(0,0,0,.4);
}

figure.effect-sarah h2::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #fff;
	content: '';
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
}

figure.effect-sarah:hover h2::after {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-sarah p {
	padding: 1em 0;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
}

figure.effect-sarah:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.alert {
	margin-bottom: 0;
	border-radius: 0;
	padding: 10px 30px;
}
.alert-info {
    background-color: #4e8abe;
    border-color: transparent;
    color: #fff;
    font-size: 15px;
}
.close {
	border: 1px solid #fff;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 27px;
	font-weight: 500;
	line-height: 20px;
	margin-top: -3px;
	opacity: 1;
	padding: 3px 5px;
}
.alert input {
	height: 25px;
	border:none;
	margin-left: 5px;
	color: #333;
	padding: 0 4px;
}
.alert button {
	background: #00457C;
	color: #fff;
	text-transform: uppercase;
	padding: 2px 10px;
}


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	#wrapNav .col-sm-10 {
		padding-right: 0;
	}
	#name img {
		width:auto;
		height: 70px;
	}
	#wrapNav ul.menu li a {
		font-size: 18px;
		padding:37px 15px;
	}
	#wrapNav.affix ul.menu li a {
		padding: 30px 15px;
	}
	#giving-carousel img {
		margin-right: 26px;
		width: 22%;
	}
	#wrapNav .gutter {
		width: 100%;
	}
	.nav-tabs li {
		width: 310px;
	}
	#stories .gutter {
		height: 320px;
	}
	.tab-content {
		padding: 45px 0 60px;
	}
	#stories .carousel-inner {
		height: 324px;
	}
	#stories {
		padding: 50px 0 60px;
	}
	#infographics img {
		width: 100%;
	}
	.ch-grid li {
	width: 190px;
	height: 190px;
	margin: 10px;
	}
	.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
		right: 20%;
	}
	#giving .carousel-control .icon-prev, #giving .carousel-control .icon-next, #giving .carousel-control .glyphicon-chevron-left, #giving .carousel-control .glyphicon-chevron-right {
		top: 40%;
	}
	#connectBar h5 {
		font-size: 24px;
		margin-right: 15px;
	}
	#connectBar .fa {
		margin-right: 5px;
		font-size: 30px;
	}
	#connectBar img {
		width: 27px;
		height: auto;
	}
	#connectBar input {
		width: 135px;
	}
	#connectBar button {
		font-size: 13px;
		padding: 6px 6px 7px;
	}
	#wrapFooter .col-md-3 img {
		width: 45%;
	}
	#wrapHeader {
		min-height: 594px;
	}
	#internal #name, #landing #name {
		padding: 10px 0 7px;
	}
	#internal #wrapNav ul.menu li a, #landing #wrapNav ul.menu li a {
		padding: 34px 15px;
	}
	#internal #wrapNav.affix ul.menu li a, #landing #wrapNav.affix ul.menu li a {
		padding: 30px 15px !important;
	}
	#internal #wrapNav.affix ul.menu li li a, #landing #wrapNav.affix ul.menu li li a {
		padding: 8px 15px !important;
	}
	#internal #wrapContent {
		margin-top: 88px;
	}
	#internalHead input.search {
		width: 175px;
	}
	#internal #content .container {
		background-position: -36px center;
	}
	#landing #wrapMedia .caption {
		width: 65%;
		left: 5%;
		bottom: 40px;
	}
	.grid h2 {
		font-size: 25px;
	}
	.grid figure p {
    font-size: 13px;
    line-height: 18px;
}
#landing #wrapMedia {
	padding-top: 80px;
}
#home #name {
	padding-left: 0;
}
#home #name img {
	width: 200px;
}
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	#search {
		right: 0;
	}
	#logo {
		background-size: 65%;
	}
	#logo img {
		width: 125px;
		height: auto;
	}
	#internal #name, #landing #name {
		text-align: center;
	}
	#internal #name img, #landing #name img {
		width: auto;
	}
	#internal #wrapNav.affix ul.menu li a, #landing #wrapNav.affix ul.menu li a {
		padding: 15px;
	}
	
	#wrapMedia h1 {
		padding-bottom: 200px;
		padding-top: 200px;
	}
	#wrapMedia h2 {
		font-size: 50px;
	}
	#wrapMedia .caption {
		height: 35%;
	}
	#wrapMedia .caption h1 {
		font-size: 62px;
	}
	#wrapMedia p {
		font-size: 16px;
	}
	#wrapMedia .caption {
		right: 5%;
	}
	.nav-tabs li {
		width: 236px;
	}
	.nav-tabs > li > a {
		font-size: 20px;
	}
	#dogicon {
		width: 35px;
	}
	#breedicon {
		width: 48px;
	}
	#researchicon {
		width: 38px;
	}
	a:hover #dogicon, li.active #dogicon, #dogicon {
		background-size: 100%;
	}
	h3 {
		font-size: 20px;
	}
	.quicklinks a {
		font-size: 16px;
	}
	.quicklinks p {
		margin-bottom: 8px;
	}
	#stories {
		padding:
	}
	#stories .gutter {
		margin-bottom: 25px;
	}
	#wrapNav ul.menu li a {
		font-size: 15px;
		padding: 30px 12px;
	}
	#wrapNav.affix ul.menu li a {
		font-size: 15px;
		padding: 30px 12px;
	}
	
	#wrapNav .col-sm-1 {
		padding:0;
		width: 12%;
	}
	#wrapNav .col-sm-11 {
		width: 87%;
	}
	#wrapNav.affix {
		height: 70px;
	}
	#logo h1 {
		font-size: 30px;
		padding-top: 23px;
		margin-left: 10px;
	}
	
	
	#giving-carousel img {
		margin-right: 25px;
	}
	
	#giving-carousel .carousel-inner {
		width: 94%;
	}
	#giving .carousel-control {
		width: auto;
	}
	#giving-carousel img {
		width: 21%;
		
	}
	#wrapFooter .container {
		padding: 30px 0 15px 0;
	}
	#connectBar h5 {
		clear:both;
		margin-bottom: 25px;
	}
	#connectBar input {
		width: 200px;
	}
	#connectBar button {
		font-size: 14px;
		padding: 6px 10px 7px;
		
	}
	#connectBar .container {
		padding:30px 0 10px !important;
	}
	.navbar-collapse {
		padding-left: 0;
		padding-right: 0;
	}
	#wrapFooter .container {
		padding: 50px 0 30px;
	}
	#landing #wrapMedia {
		padding: 129px 0 0;
	}
	#wrapNav.affix {
    height: auto;
}
	#landing #wrapMedia h1 {
		font-size: 54px;
	}
	#related {
		margin-bottom: 30px;
	}
	#landing #search, #internal #search {
		top: 90px;
	}
	#internal #giving ul.give, #landing #giving ul.give {
		float:none;
	}
	#internal #giving p, #landing #giving p {
		float:none;
		text-align: left;
		margin-bottom: 25px;
	}
	#wrapFooter .col-md-3 img {
		width: auto;
	}
	#wrapFooter .col-sm-12 {
		margin-top: 20px;
		text-align: center;
	}
	#wrapFooter #contact .container {
		padding: 0;
	}
	#wrapHeader {
    min-height: 500px;
}
	
#logo {
	padding: 30px 0 0 30px;
}
#content .container {
	background:none;
}
#internal #wrapContent {
	margin-top: 137px;
}
#internal #content .container {
	background: none;
}
#contentSecondary ul.menu {
	margin-top :50px;
	border: 1px solid #ccc;
}
#contentSecondary ul.menu li a {
	border-right: none;
	border-top: 1px solid #ccc;
	background: rgb(255,255,255); /* Old browsers */

/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWVlZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);

background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(238,238,238,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%); /* IE10+ */

background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-8 */


}
#internal #wrapNav.affix ul.menu li a, #landing #wrapNav.affix ul.menu li a {
	padding: 15px !important;
}
#contentSecondary ul.menu li.selected a {
	background: #00457c;
	color: #fff;
	border-right:none;
}
#internal #wrapNav ul.menu li a, #landing #wrapNav ul.menu li a {
	padding: 15px;
}
#landing #wrapMedia p, #internal #wrapMedia p {
	font-size: 15px;
	line-height: 24px;
}
#landing #wrapMedia h1 {
	font-size: 50px;
}
#landing #wrapMedia .caption {
	left: 0;
	bottom: 0;
}
.grid figure {
	width: 48%;
}

#home #name img {
	width: 85px;
	height: auto;
}
#home #wrapNav .col-sm-1 {
	padding: 5px 0;
}
#wrapNav ul.menu li a {
    font-size: 15px;
    padding: 36px 12px;
}
#home #wrapNav.affix {
    height: 80px;
}
	
}
@media only screen and (max-width : 800px) {
	#wrapHeader {
    min-height: 484px;
}
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	#mobile-menu-background {
		background-color: #00457C;
	}
	.tab-content .gutter {
		margin-bottom: 25px;
	}
	#home #name img {
		height: 65px;
		width: auto;
	}
	#home #wrapNav #name {
		padding-left: 15px;
	}
	#logo {
		background-size: 68%;
	}
	#name {
		padding-bottom: 12px;
	}
	#wrapNav ul.menu li:hover ul {
		display:none;
	}
	#wrapNav.affix {
    height: 72px;
	}
	#nav-toggle span, #nav-toggle span::before, #nav-toggle span::after {
		color: #fff;
	}
	#nav-toggle {
		top: 34px;
	}
	#name {
		padding-bottom: 7px;
		padding-top: 7px;
	}
	#name img {
		width: auto;
		height: 60px;
	}
	#wrapNav .col-sm-1 {
		width: 50%;
	}
	#logo h1 {
		text-align: left;
	}
	#wrapNav .col-sm-11 {
		width: 50%;
	}
	#wrapMedia .caption {
		top: 30%;
	}
	#wrapMedia h2 {
		font-size: 45px;
	}
	#wrapMedia .caption h1 {
		margin-bottom: 0;
		font-size: 55px;
	}
	#wrapMedia p {
		margin-bottom: 13px;
		font-size: 14px;
	}
	#wrapNav {
		position: relative;
	}
	#wrapNav ul.menu {
		float:none;
	}
	#wrapNav ul.menu li {
		float:none;
	}
	#wrapNav ul.menu li a {
		padding: 12px 23px;
	}
	#wrapNav ul ul {
		display:none;
	}
	#tagLine {
		padding: 0 20px;
	}
	#dogicon, #breedicon, #researchicon {
		background-position: center !important;
		background-size: auto !important;
		clear:both;
		margin-bottom: 10px;
		width: 100%;
	}
	#stories .carousel-inner {
		height: 415px;
		width: 90%;
		margin: 0 auto;
	}
	#stories .carousel-control .icon-prev, #stories .carousel-control .glyphicon-chevron-left {
		left: 10%;
	}
	#stories .carousel-control .icon-next, #stories .carousel-control .glyphicon-chevron-right {
		right: 10%;
	}
	#stories .gutter {
		height: 410px;
	}
	.nav-tabs li {
		width: 185px;
	}
	.nav-tabs > li > a {
		padding: 0 10px 10px;
	}
	
	#giving-carousel .carousel-inner {
		width: 78%;
	}
	#giving-carousel img {
		margin-right: 23px;
	}
	#internal #wrapMedia {
		padding-top: 0;
	}
	#wrapNav.affix #name img {
		height: 60px;
	}
	#infographics {
		padding-bottom: 10px;
	}
	#giving h1 {
		margin-bottom: 10px;
		font-size: 35px;
	}
	#wrapFooter .container {
		padding: 50px 20px 30px;
	}
	#connectBar .container {
		padding: 30px 20px 10px !important;
	}
	#wrapFooter .col-sm-12 {
		text-align: left;
	}
	.tab-content {
		padding-bottom: 45px;
	}
	#wrapHeader {
    min-height: 426px;
}
#tagLine h1 {
	line-height: 30px;
}
#name .visible-xs {
	display:none !important;
}
#contact {
	text-align: center;
	padding: 20px;
}
#contact .right {
	text-align: center;
}
#internal #wrapContent {
    margin-top: 76px;
}
#internal #name, #landing #name {
	text-align: left;
	padding: 10px 15px;
}
#landing #wrapMedia {
    padding: 72px 0 0;
}
#landing #wrapMedia h1 {
    font-size: 45px;
}
#landing #wrapMedia p, #internal #wrapMedia p {
    font-size: 14px;
    line-height: 21px;
}
#landing #wrapMedia .caption {
	top: 65px;
}
.grid figure figcaption {
	padding: 1em;
}
#wrapNav.affix #name {
	display:block;
}
}
@media only screen and (max-width : 650px) {
	#wrapHeader {
    min-height: 402px;
}
	
}
/* Small Tablets */
@media only screen and (max-width : 600px) {
	.nav-tabs > li > a {
		font-size: 18px;
		padding: 15px;
	}
	#wrapMedia h1 {
		font-size: 35px;
		padding-bottom: 145px;
		padding-top: 145px;
	}
	#giving-carousel .carousel-inner {
		width: 88%;
	}
	#giving-carousel img {
		margin-right: 21px;
	}
	#logo img {
		width: 100px;
	}
	#logo {
		background-size: 40%;
		padding: 15px 0 0 10px;
	}
	#wrapMedia h2 {
		font-size: 30px;
	}
	#wrapMedia .caption h1 {
    font-size: 37px;
    line-height: 30px;
}
#wrapMedia .caption {
	width: 30%;
}
.greenButton {
	padding: 2px 9px;
}

#wrapMedia p {
    line-height: 18px;
    margin-bottom: 3px;
    margin-top: 8px;
}
#wrapHeader {
 /*   min-height: 343px;*/
   min-height: 400px;
}
#wrapContent {
	padding-top: 35px;
}
.nav-tabs li {
    margin-right: 5px;
    width: 145px;
}
.nav-tabs > li > a {
	height: 148px;
}
#stories .gutter {
	height: 325px;
}
#stories .carousel-inner {
	height: 330px;
}
#stories {
	padding-bottom: 50px;
}
#infographics h2 {
	font-size: 24px;
	padding: 5px 25px 15px;
}
#infographics {
	padding-bottom: 0;
}
#infographics img {
    position: relative;
    top: -35px;
}
#giving-carousel .carousel-inner {
    height: 270px;
}
#giving {
	padding-bottom: 50px;
}
#connectBar .fa {
	margin-right: 3px;
}
#landing #wrapMedia .caption {
	width: 100%;
}
#internalHead p {
	font-size: 14px;
}
#internalHead input.search {
    width: 134px;
}
#internal #giving ul.give li a, #landing #giving ul.give li a {
	font-size: 25px;
}


}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	#wrapMedia h1 {
		font-size: 35px;
		padding-bottom: 120px;
		padding-top: 120px;
	}
	#giving h1 {
		font-size: 36px;
	}
	#giving-carousel .carousel-inner {
		width: 83%;
	}
	#giving-carousel img.two {
		margin-right: 0;
	}
	#giving-carousel img {
		width: 46%;
	}
	#giving-carousel img.three, #giving-carousel img.last {
		display:none;
	}
	#wrapContent .col-xs-6 {
		width: 100%;
	}
	.nav-tabs > li > a {
		max-width: 115px;
		padding: 15px 10px;
	}
	#internal #giving p, #landin #giving p {
		font-size: 25px;
	}
	#internal #giving ul.give li.last, #landing #giving ul.give li.last {
		margin-top: 20px;
	}

	#logo {
		display:none;
	}
	.fixedHeader {
		/*width: 65%;*/
		width: 100%;
	}
	#wrapNav {
		
		background-color: rgba(0, 69, 124, 1)
	}
	#name {
		padding-top: 7px;
		padding-bottom: 7px;
	}
	#name img {
		height: 50px;
	}
	#wrapMedia .caption {
		display:none;
	}
	#tagLine h1 {
		font-size: 18px;
	}
	#wrapContent {
    padding-top: 25px;
}
.nav-tabs li {
	width: 115px;
}
.nav-tabs > li > a {
	font-size: 17px;
}
#stories .gutter {
    height: 365px;
}
#stories .carousel-inner {
    height: 370px;
	width: 82%;
	
}
#giving h1 {
    font-size: 27px;
}
#connectBar h5 {
    clear: both;
    margin-bottom: 5px;
    width: 100%;
}
#connectBar i {
	margin-bottom: 20px;
}
#connectBar .container {
	padding-top: 25px !important;
	padding-bottom: 25px !important;
}
#wrapFooter .col-xs-6 {
	width: 100%;
	clear:both;
}
#name .visible-xs {
	display:block;
}
#name img {
	float:left;
	margin-right: 15px;
}
#wrapHeader {
   /* min-height: 284px;*/
     min-height: 400px;
}

.nav-tabs > li > a {
	padding: 0 10px;
	height: 125px;
}
#wrapFooter ul {
	margin: 0 0 20px;
}
#landing #wrapMedia {
    padding: 62px 0 0;
}
#landing #wrapMedia h1 {
	line-height: 40px;
}
input.search {
	display:none;
}
.grid figure {
	width: 98%;
}
#landing #wrapMedia .caption {
	position: static;
	background: #00457C;
	display:block;
}
#internal #giving ul.give li a, #landing #giving ul.give li a {
	width: 60px;
	font-size :22px;
}
	
	
}
/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 360px) {
	#stories .col-xs-6 {
		width: 100%;
	}
	#wrapHeader {
   /* min-height: 264px;*/
   min-height: 400px;
}
#nav-toggle {
	top: 29px;
}
.nav-tabs li {
	margin-right: 1px;
	width: 105px;
}
.nav-tabs > li > a {
	font-size: 15px;
}
	
}

	/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
	
}
/*
 * Off Canvas
 * --------------------------------------------------
 */
@media screen and /*!*/ (max-width: 768px) {
 .row-offcanvas {
 position: relative;
 -webkit-transition: all .25s ease-out;
 -moz-transition: all .25s ease-out;
 transition: all .25s ease-out;
}
 .row-offcanvas-right {
 right: 0;
}
 .row-offcanvas-left {
 left: 0;
}
 .row-offcanvas-right  .sidebar-offcanvas {
 right: -50%; /* 6 columns */
}
 .row-offcanvas-left  .sidebar-offcanvas {
 left: -50%; /* 6 columns */
}
 .row-offcanvas-right.active {
 right: 50%; /* 6 columns */
}
 .row-offcanvas-left.active {
 left: 50%; /* 6 columns */
}
 .sidebar-offcanvas {
 position: absolute;
 top: 0;
 width: 50%; /* 6 columns */
}

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
	cursor: pointer;
	border-radius: 1px;
	height: 5px;
	width: 35px;
	background: #fff;
	position: absolute;
	display: block;
	content: '';
	color: transparent;
}
#nav-toggle span:before {
	top: -10px;
}
#nav-toggle span:after {
	bottom: -10px;
}
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
	transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
}
#nav-toggle.active span {
	background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
	top: 0;
}
#nav-toggle.active span:before {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}
#nav-toggle.active span:after {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
}
#nav-toggle {
	position: absolute;
	right: 45px;
	top: 35px;
}
}
