/*
Theme Name: Gaithersburg HELP Custom Theme
Author: Web Mobile Image
Author URI: http://www.webmobileimage.com
Developer: Sherri Ferritto Williams
*/


/* Custom CSS
 * --------------------------------------- */
body, html {
	margin: 0px;
	padding: 0px;
	font-family: 'Open Sans', sans-serif;
	color: #004058;
	background-color: #ddd9d8;
	font-size: 16px;
	font-size: 100%;
	-webkit-text-size-adjust: none;
	position: relative;
	height: 100%;
	width: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: none;
}
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0
}
hr {
	display: block;
	width: 35%;
	height: 8px;
	border: 0;
	border-top: 8px solid #e0ae25;
	margin: .25em 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	padding-top: 20px;
	padding-bottom: 15px;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sup {
	top: -.5em
}
sub {
	bottom: -.25em
}
img {
	border: 0
}
figure {
	margin: 0
}
button, input {
	line-height: normal
}
input {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
button, select {
	text-transform: none
}
button, html input[type=button], input[type=reset], input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}
button[disabled], html input[disabled] {
	cursor: default
}
input[type=checkbox], input[type=radio] {
	box-sizing: border-box;
	padding: 0;
 margin-right: .5rem;
}
input[type=search] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
-webkit-appearance:none
}
button::-moz-focus-inner, input::-moz-focus-inner {
border:0;
padding:0
}
textarea {
	overflow: auto;
	vertical-align: top
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
*, :after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	line-height: 125%;
}
h1, .h1 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	margin-top: 0px;
	text-align: center;
}
h2 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	text-align: center;
	font-size: 30px;
	line-height: 130%;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
	padding-top: 20px;
	position: relative;
}
 @media only screen and (min-width: 576px) {
h2 {
 font-size: 36px;
}
}
 @media only screen and (min-width: 992px) {
h2 {
 font-size: 3.2vw;
}
}
 @media only screen and (min-width: 1600px) {
h2 {
 font-size: 60px;
 padding-top: 40px;
 padding-bottom: 20px;
}
}
h2:first-of-type {
	margin-top: 0;
	padding-top: 0;
}
h3 {
	font-size: 19px;
	font-weight: 600;
	color: #779a34;
}
h4 {
	font-size: 17px;
	font-weight: 600;
}
p {
	font-size: 16px;
	line-height: 142%;
	margin: 0px;
	padding-bottom: 9px;
}
p.ital {
	margin: 0px;
	padding: 0px;
	font-style: italic;
}
p.lead {
	font-size: 1rem;
	margin-bottom: 10px;
}
ul {
	font-size: 16px;
	line-height: 142%;
	margin: 0px;
	padding-bottom: 9px;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
ul, menu, dir {
	display: block;
	list-style-type: disc;
	padding: 0px;
}
ul.twocol {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}
.display-1 {
	font-size: 2.5rem;
}
.display-2 {
	font-size: 2rem;
}
.display-3 {
	font-size: 1.5rem;
}
.display-4, .display-4 p {
	font-size: 1.25rem;
}
 @media (min-width: 992px) {
h3 {
 font-size: 1.75rem;
}
h4 {
 font-size: 1.5rem;
}
p {
 font-size: 1.29rem;
 padding-bottom: 15px;
}
p.ital {
 font-size: 1.125rem
}
ul {
 font-size: 1.29rem;
 padding-bottom: 15px;
}
}
 @media (min-width: 1200px) {
h3 {
 font-size: 2rem;
}
h4 {
 font-size: 1.7rem;
}
p {
 font-size: 1.5rem;
 padding-bottom: 18px;
}
p.ital {
 font-size: 1.3rem
}
ul {
 font-size: 1.5rem;
 padding-bottom: 18px;
}
.display-1 {
 font-size: 3.5rem;
}
.display-2 {
 font-size: 3rem;
}
.display-3 {
 font-size: 2.25rem;
}
.display-4, .display-4 p {
 font-size: 1.5rem;
}
}
 @media (min-width: 1600px) {
p {
 font-size: 1.5rem;
}
p.ital {
 font-size: 1.5rem;
}
}
/* Bootstrap overrides*/
a {
	color: #779a34;
	text-decoration: none;
	transition: all 0.12s ease-in-out 0s;
}
a:visited {
	color: #779a34;
	text-decoration: none;
}
a:hover, a:focus {
	color: #e0ae25;
	text-decoration: none;
	outline: none;
}
img {
	max-width: 100%;
	height: auto;
}
img.fullwidth-photo {
	width: 100%;
	height: auto;
}
figure {
	padding: 0px;
	margin: 0px;
}
.row {
/*overflow:hidden;*/
}
/* no-gutters Class Rules */
.row.no-gutters {
	margin-right: 0;
	margin-left: 0;
}
.row.no-gutters > [class^="col-"], .row.no-gutters > [class*=" col-"] {
 padding-right: 0;
 padding-left: 0;
}
.spaceabove {
	padding-top: 20px;
}
.spacebelow {
	padding-bottom: 20px;
}
.hide {
	display: none;
}
.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e2ab21;
	background-color:#e2ab21;
}
.modal-title {
	color:#FFF;
}
 @media (max-width: 767px) {
.mobile-headertools {
 clear: both;
 margin-top: 30px;
}
}
 @media (min-width: 768px) {
.pull-right-sm {
 float: right;
}
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
p.aligncenter {
	text-align: center;
}
.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	background-color: none;
	max-width: 96%;
	padding: 10px 0px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
 font-size: .9rem;
	line-height: 142%;
	margin: 0;
	padding: 0;
	padding-top: 10px;
	padding-bottom: 10px
}
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
#skiptocontent a {
	padding: 6px;
	position: absolute;
	top: -40px;
	left: 0px;
	color: white;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	border-bottom-right-radius: 8px;
	background: transparent;
	-webkit-transition: top 1s ease-out, background 1s linear;
	transition: top 1s ease-out, background 1s linear;
	z-index: 100;
}
#skiptocontent a:focus {
	position: absolute;
	left: 0px;
	top: 0px;
	background: #036BA8;
	outline: 0;
 -webkit-transition: top .1s ease-in, background .5s linear;
 transition: top .1s ease-in, background .5s linear;
}
.video-responsive {
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	height: 0;
}
.video-responsive iframe {
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
}
.video-border, .photo-border {
	border: 3px solid #FFF;
	margin-bottom: 30px;
}
 @media only screen and (min-width: 768px) {
.video-wrapper {
 margin-bottom: 0px;
}
}
.google-maps {
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
/* form styles */

form {
	padding: 0px;
	margin: 0px;
}
form label span {
	display: block;
	width:100%;
	color:#3a3a3a;
	font-weight:300;
	font-size:16px;
	display:none;
}
.content .wpcf7 p {
	text-align:left;
}
form.wpcf7-form label span {
	display: block;
	width:100%;
	color:#3a3a3a;
	font-weight:300;
	font-size:16px;
}
form.wpcf7-form label {
	display: block;
	width:100%;
	font-size:1.25rem;
	text-transform:uppercase;
}
form.wpcf7-form .wpcf7-form-control.g-recaptcha.wpcf7-recaptcha {
	width:90%;
	margin-left:auto;
	margin-right:auto;
}
 @media only screen and (min-width: 768px) {
form.wpcf7-form .wpcf7-form-control.g-recaptcha.wpcf7-recaptcha {
 width:75%;
}
}
form input[type=text], form input[type=email], form input[type=tel], form textarea, form select {
	width:100%;
	padding:12px;
	-webkit-appearance:none;
	margin-top:6px;
	margin-bottom:6px;
	font-size:16px;
	font-weight:700;
	color:#3a3a3a;
	border-radius: 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #c4c4c4;
	border-right-color: #e1e1e1;
	border-bottom-color: #e1e1e1;
	border-left-color: #e1e1e1;
}
 form ::-webkit-input-placeholder {
font-size:14px;
font-weight:400;
 padding-left:4px;
 color:#3a3a3a;
 opacity:.85;
}
form :-moz-placeholder {
font-size:14px;
font-weight:400;
 padding-left:4px;
 color:#3a3a3a;
 opacity:.85;
}
form ::-moz-placeholder {
font-size:14px;
font-weight:400;
 padding-left:4px;
 color:#3a3a3a;
 opacity:.85;
}
form :-ms-input-placeholder {
font-size:14px;
font-weight:400;
 padding-left:4px;
 color:#3a3a3a;
 opacity:.85;
}
.content span.wpcf7-list-item {
	display: block;
	margin: 0 0 0 1em;
}
form input[type=submit] {
	display: inline-block;
	margin-top: -1px;
	font-weight: 700;
	line-height: 1;
	text-transform:uppercase;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	background-color:#779a34;
	color:#FFF;
	letter-spacing:.015em;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: none;
	border-radius: 0px;
	padding-top: 12px;
	padding-right: 2rem;
	padding-bottom: 12px;
	padding-left: 2rem;
}
form input input[type=submit]:hover {
	background-color:#e0ae25;
}
/* ============================= */

.page-wrapper {
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
}
.container-fluid {
	padding-right: 0px;
	padding-left: 0px;
	display: block;
	clear: both;/*position: relative;*/
}
.container-fluid.padding {
	padding-top: 30px;
	padding-bottom: 30px;
}
.content-wrapper {
	width: 90%;
	max-width: 1780px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 0px;
	padding-left: 0px;
	display: block;
	clear: both;
}
.container-fluid > .content-wrapper {
	padding-top: 30px;
	padding-bottom: 30px;
}
 @media only screen and (max-width: 767px) {
.container {
/*padding-right: 0px;
 padding-left: 0px;*/
}
}
.container {
	width: 90%;
	max-width: 1780px;
}
 @media (min-width:1600px) {
.container {
 width: 90%;
 max-width: 1780px;
}
}
.row {
	margin-left: 0;
	margin-right: 0;
}
.relative {
	position: relative;
}
.padding-right {
	padding-right: 20px;
}
.col.nonrelative {
	position: static !important;
}
img.top {
	vertical-align: text-top;
}
img.bottom {
	vertical-align: text-bottom;
}
img.middle {
	vertical-align: middle;
}
/* CFR custom styles */
.transp-bkgrnd {
	opacity: .77;
	width: 100%;
	height: 100%;
}
.transp-bkgrnd > .content-wrapper {
	opacity: 1;
}
.bg-white {
	background-color: #FFF;
}
.bg-gold {
	background-color: #e0ae25;
}
.bg-green {
	background-color: #779a34;
}
.bg-blue {
	background-color: #004058;
}
.bg-linen {
	background-image: url(images/linen-bkgrnd.jpg);
	background-repeat: repeat;
}
.bg-pink {
	background-color: #FCF;
}
.btn {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1rem;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	display: inline-block;
	text-decoration: none;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 0;
	margin-bottom: 0;
	padding-top: 4px;
 padding-right: .75rem;
	padding-bottom: 4px;
 padding-left: .75rem;
}
 @media only screen and (min-width: 992px) {
.btn {
 font-size: 1.2rem;
 border-radius: 0;
 margin-bottom: 0;
 padding-top: 6px;
 padding-right: 1rem;
 padding-bottom: 6px;
 padding-left: 1rem;
}
}
a.btn {
	text-decoration: none;
	color: #FFF;
}
a.btn:visited {
	color: #FFF;
	text-decoration: none;
}
a.btn:hover {
	color: #FFF;
	text-decoration: none;
}
.content a.btn {
	text-decoration: none;
	color: #FFF;
}
.content a.btn:visited {
	color: #FFF;
	text-decoration: none;
}
.content a.btn:hover {
	color: #FFF;
	text-decoration: none;
}
.btn.bg-green {
	color: #FFF;
}
a.btn.bg-green:visited {
	color: #FFF;
}
a.btn.bg-green:hover {
	color: #FFF;
	background-color: #e0ae25;
}
.btn.space {
	margin-right: 10px;
}
.button-default {
	color: white;
	text-transform: uppercase;
	padding: 10px 40px;
	display: inline-block;
	text-align: center;
}
.button-rounded {
	border-radius: 0 30px 30px 0;
}
/* gold button */
.btn.gold {
	color: #FFF;
	background-image: url(images/button-round-gold.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: cover;
 margin-right: .5rem;
}
.btn-xlg.gold {
	font-size: 2rem;
	padding-top: 10px;
	padding-right: 1rem;
	padding-bottom: 10px;
	padding-left: 1rem;
}
/* green button */
.btn.green {
	color: #FFF;
	background-image: url(images/button-round-green.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: cover;
 margin-right: .5rem;
}
/* borders */

.border-top-green {
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #779a34;
}
.border-btm-green {
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #779a34;
}
/* header */

header {
	z-index: 9999;
	background-color: #e2ab21;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding: 0;
}
 @media (min-width: 1600px) {
.container {
 width: 90%;
 margin-left: auto;
 margin-right: auto;
}
}
header .row {
}
header p {
	margin: 0px;
	padding: 0px;
}
.logo {
	margin-bottom: 20px;
}
 @media only screen and (min-width: 768px) {
.logo {
 position: absolute;
 z-index: 9999;
 left: 0;
 top: 0;
 width: 98%;
 margin-bottom: -15px;
 -webkit-box-shadow: 0px 2px 9px 3px rgba(0, 0, 0, 0.25);
 -moz-box-shadow: 0px 2px 9px 3px rgba(0, 0, 0, 0.25);
 box-shadow: 0px 2px 9px 3px rgba(0, 0, 0, 0.25);
}
}
 @media only screen and (min-width: 992px) {
.logo {
 margin-bottom: -20px;
}
}
/* ========== header tools ======== */

.header-tools {
	margin-bottom: 15px;
	position: relative;
}
 @media only screen and (min-width: 768px) {
header .header-tools {
 margin-bottom: 40px;
}
}
header p.phone {
	width: 100%;
	display: block;
	float: none;
}
header p.phone {
	font-family: 'Raleway', sans-serif;
	font-weight: 900;
	color: #FFF;
	background-color: #58595b;
	text-align: center;
	padding: 10px;
	padding-left: 1.5rem;
	margin: 0;
	width: 100%;
	display: inline-block;
	float: none;
}
 @media only screen and (min-width: 600px) {
header p.phone {
 padding-right: 200px;
 display: block;
 text-align: left;
}
header p.phone span {
 margin-right: 1.5rem;
}
}
 @media only screen and (min-width: 768px) {
header p.phone {
 width: auto;
 margin-right: 60px;
 display: inline-block;
 float: right;
}
}
 @media only screen and (min-width: 992px) {
header p.phone {
 margin-right: 0;
}
}


/* ========== navigation ======== */


@media only screen and (min-width: 992px) {
#mobile_menu {
 display: none;
}
}
header .navigation {
	clear: both;
	margin-top: 10px;
}
header nav.main-nav {
	font-family: 'Raleway', sans-serif;
	font-weight: 900;
	float: right;
	margin-right: 16%;
	padding-right: 15px;
	padding-bottom: 20px;
}
header nav.main-nav ul.menu {
	margin: 0px;
	padding: 0px;
	padding-top:1px;
	padding-bottom:6px;
	list-style: none;
	line-height: 1;
	vertical-align: middle;
	letter-spacing: normal;
	/*text-align:right;*/
	float: right;
	background-color: #FFF;
}
 @media only screen and (min-width: 1600px) {
header nav.main-nav ul.menu {
 padding: 6px;
}
}
header nav.main-nav ul.menu li {
	display: inline;
	text-align: left;
	color: #004058;
	vertical-align: middle;
}
header nav.main-nav ul.menu li a {
	font-size: 12px;
	text-transform: uppercase;
	color: #004058;
 padding-left: .5rem;
 padding-right: .5rem;
}
 @media only screen and (min-width: 1200px) {
header nav.main-nav ul.menu {
 padding: 4px;
}
header nav.main-nav ul.menu li a {
 font-size: 1.1vw;
}
}
 @media only screen and (min-width: 1400px) {
 header nav.main-nav ul.menu {
 padding:4px;
}
header nav.main-nav ul.menu li a {
 font-size: 1vw;
}
}
 @media only screen and (min-width: 1600px) {
 header nav.main-nav ul.menu {
 padding:6px;
}
 header nav.main-nav ul.menu li a {
 font-size: 18px;
 padding-left: .7rem;
 padding-right: .7rem;
}
}
.nav>li>a:focus, .nav>li>a:hover {
	background-color: #FFF;
}
header nav.main-nav ul.menu li a:hover, header nav.main-nav ul.menu li.active a {
	color: #779a34;
	text-decoration: underline;
}
header nav.main-nav ul.menu .current_page_parent a {
	color: #779a34;
}
/* drop down menu */

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
	color: #779a34;
	text-decoration: underline;
	background-color: transparent;
}
header nav.main-nav ul.menu .current_page_parent .dropdown-menu a {
	color: #004058;
	background-color: transparent;
}
header nav.main-nav ul.menu .current_page_parent .dropdown-menu a:visited {
	color: #004058;
	background-color: transparent;
}
header nav.main-nav ul.menu .current_page_parent .dropdown-menu a:hover {
	color: #779a34;
	background-color: transparent;
}
header nav.main-nav ul.menu .current_page_parent .dropdown-menu .active a {
	color: #779a34;
	background-color: transparent;
}

/* drop downs - mobile */

@media only screen and (max-width: 992px) {
.dropdown-menu {
 font-family: 'Raleway', sans-serif;
 position: relative !important;
 width: 100%;
 margin: 0;
 padding-top: 10px;
 padding-right: 0;
 padding-bottom: 10px;
 padding-left: 0;
 border-radius: 0px;
 -webkit-box-shadow: none;
 box-shadow: none;
 background-color:rgba(255, 255, 255, .85);
}
 .caret {
 display: none;
}
.dropdown-menu li {
 text-align: center;
 font-family: 'Raleway', sans-serif;
 text-transform: uppercase;
 display: block;
 font-size: 1rem;
 font-weight: 400;
 border:none;
}
.dropdown-menu>li>a {
 color: #004058;
}
.dropdown-menu>li>a:visited {
 color: #004058;
}
.dropdown-menu>li>a:hover {
 color: #779a34;
}
}
/* header Just Give button */
header .justgive-btn {
	vertical-align: middle;
	width: 100px;
	position: absolute;
	right: 0;
	margin-right:15px;
	bottom: 110px;
}
 @media only screen and (min-width: 375px) {
header .justgive-btn {
 width: 120px;
}
}
 @media only screen and (min-width: 600px) {
header .justgive-btn {
 bottom: 78px;
}
}
 @media only screen and (min-width: 768px) {
header .justgive-btn {
 bottom: 15px;
 margin-right:75px;
}
}
 @media only screen and (min-width: 992px) {
 header .justgive-btn {
 vertical-align: middle;
 width: 16%;
 position: absolute;
 right: 0;
 top: 0;
 margin: 0px
}
header .justgive-btn {
 padding-top: 4px
}
}
 @media only screen and (min-width: 1100px) {
header .justgive-btn {
 padding-top: 0px
}
}
/* ========== HOMEPAGE SLIDER ======== */

.slider {
	margin: 0px;
	padding: 0px;
	clear: both;
	display: block;
}
.slider figure {
	margin: 0px;
	padding: 0px;
	position: relative;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #779a34;
}
.slider figcaption {
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
}
.slider figcaption h2 {
	font-size: 8vw;
	line-height: 115%;
	font-weight: 700;
	color: #FFF;
	text-transform: uppercase;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.3);
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}
 @media only screen and (min-width: 567px) {
 .slider figcaption h2 {
font-size: 6.95vw;
 margin-bottom: .75rem;
}
}
 @media only screen and (min-width: 768px) {
 .slider figcaption h2 {
 font-size: 5.95vw;
}
}
 @media only screen and (min-width: 1600px) {
.slider figcaption h2 {
 font-size: 90px;
}
}
.slider figcaption .text-box {
	background-color: #FFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
	text-align: center;
}
 @media only screen and (min-width: 768px) {
.slider figcaption .text-box {
 -webkit-border-radius: 15px;
 -moz-border-radius: 15px;
 border-radius: 15px;
 padding: 30px;
 padding-bottom: 15px;
}
}
 @media only screen and (max-width: 768px) {
.slider figcaption .text-box p {
 font-size: 13px;
}
}
 @media only screen and (max-width: 320px) {
.slider figcaption .text-box {
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
 padding: 5px;
}
.slider figcaption .text-box p {
 font-size: 12px;
}
}
.owl-theme .owl-nav [class*=owl-] {
 color: #FFF;
 font-size: 34px;
 margin: 5px;
 padding: 4px 7px;
 margin:0;
 padding:0;
 background: none;
 display: block;
 cursor: pointer;
 border-radius: 0px;
 opacity: .8;
}
.owl-theme .owl-nav [class*=owl-]:hover {
 background: none;
 opacity: 1;
}
.owl-prev {
	width: 32px;
	height: 32px;
	position: absolute;
	left: 0;
	display: block !important;
	border: none;
}
.owl-next {
	width: 32px;
	height: 32px;
	position: absolute;
	right: 0;
	display: block !important;
	border: none;
}
.owl-theme .owl-nav {
	margin: 0;
}
.owl-slider .owl-prev {
	top: 0;
	left: 5px;
}
.owl-slider .owl-next {
	top: 0;
	right: 5px;
}
 @media only screen and (min-width: 768px) {
.owl-slider .owl-prev {
 top: 40%;
 left: 30px;
}
.owl-slider .owl-next {
 top: 40%;
 right: 30px;
}
}
/* ========== HOMEPAGE Neighbor Helping Neighbor links ======== */


.nhn-links {
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: left;
	background-image: url(images/linen-bkgrnd.jpg);
	text-align: center;
}
.nhn-links figure img {
	padding-left: 20px;
	padding-right: 20px;
	margin: 0px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}
 @media only screen and (min-width: 1600px) {
.nhn-links figure img {
 max-width: 240px;
}
}
.nhn-links h2 {
	color: #004058;
}
.nhn-links h2 {
	text-align: center;
}
.nhn-links h3 {
	font-size: 1.5rem;
	line-height: 115%;
	text-transform: uppercase;
	letter-spacing: -.015em;
	margin: 0px;
	margin-bottom: 20px;
}
 @media only screen and (min-width: 768px) {
.nhn-links h3 {
 font-size: 1.8vw;
}
}
 @media only screen and (min-width: 1600px) {
.nhn-links h3 {
 font-size: 33px;
}
}
.nhn-links a h3 {
	color: #004058;
}
.nhn-links a:hover h3 {
	color: #779a34;
}
/* ========== HOMEPAGE News Events links ======== */

.home-news {
	position: relative;
	min-height: 450px;
	z-index:9000;
}
 @media only screen and (min-width: 768px) {
 .home-news {
 min-height: 570px;
}
 .home-news .panel-position {
 position: absolute;
 top: 0px;
 width: 100%;
}
}

 @media only screen and (min-width: 1200px) {
 .home-news {
 min-height: 595px;
}

}
.home-news .panel {
	padding: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top-width: 9px;
	border-top-style: solid;
	border-top-color: #e0ae25;
	border-radius: 10px;
	box-shadow: 0;
}
 @media only screen and (min-width: 768px) {
.home-news .panel {
 height: 630px;
}
}
 @media only screen and (min-width: 1200px) {
.home-news .panel {
 padding: 30px;
 padding-top: 15px;
 padding-bottom: 15px;
  height: 650px;
}
}
.home-news h2 {
	font-size: 36px;
	text-align: left;
	color: #779a34;
	margin: 0;
	padding: 0;
 margin-bottom: .5rem;
}
 @media only screen and (min-width: 768px) {
.home-news h2 {
 font-size: 3.5vw;
}
}
 @media only screen and (min-width: 1600px) {
.home-news h2 {
 font-size: 68px;
}
}
.home-news .entry-summary {
	margin-bottom: 15px;
}
.home-news .entry-summary h4 {
	font-size: 1rem;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	color: #004058;
}
 @media only screen and (min-width: 992px) {
 .home-news .entry-summary h4 {
 font-size: 1.2rem;
}
}
.home-news .entry-summary h4.eventdate {
	font-weight: 400;
}
.home-news .entry-summary h4 a, .home-news .entry-summary h4 a:visited {
	color: #004058;
}
.home-news .entry-summary h4 a:hover {
	color: #779a34;
}
.home-news .news-icon {
	padding-right: 5px;
}
 @media only screen and (min-width: 1200px) {
.home-news .news-icon {
 padding-right: 10px;
}
}
.home-news .postdate {
	font-size: 10px;
	font-weight: 700;
	color: #1981aa;
	text-transform: uppercase;
	line-height: normal;
}
.postdate span {
	display: block;
	line-height: 100%;
	text-align:center;
}
.postdate .postmonth {
 font-size: .75rem;
	text-align:center;
	margin-top:3px;
}
.postdate .postday {
	font-size: 1.2rem;
}
 @media only screen and (min-width: 768px) {
 .postdate .postmonth {
 font-size: 1rem;
}
.postdate .postday {
 font-size: 1.25rem;
}
}
 @media only screen and (min-width: 992px) {
 .postdate .postmonth {
 font-size: 1rem;
}
.postdate .postday {
 font-size: 1.5rem;
}
}
.home-news .entry-summary p {
 font-size: .9rem;
	margin: 0;
	padding: 0;
}
.home-news .entry-summary p.events {
	padding-bottom:3px;
}
 @media only screen and (max-width: 576px) {
 .home-news .entry-summary.events h4, .home-news .entry-summary.events p, .home-news .entry-summary.events a.read-more {
 padding-left:15px;
}
}
 @media only screen and (min-width: 992px) {
 .home-news .entry-summary.events h4, .home-news .entry-summary.events p, .home-news .entry-summary.events a.read-more {
 padding-left:10px;
}
}
 @media only screen and (min-width: 1200px) {
.home-news .entry-summary p {
 font-size: 1rem;
}
}
a.read-more:link, a.read-more:visited {
	color: #004058;
	font-weight: 700;
}
a.read-more:hover {
	color: #779a34;
}
 @media only screen and (min-width: 768px) {
.readmore-btn {
 position: absolute;
 bottom: 0;
 margin-left: 8.33333333%;
}
}
/* ========== Testimonials ======== */

.testimonials {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #055774;
	color: #FFF;
}
.testimonials h2 {
	color: #FFF;
}
.testimonials .item {
	position: relative;
	/*display: table;*/
	vertical-align: middle;
}
.testimonials .container {
	padding:0 !important;
	height: 100%;
	position: relative;
	vertical-align: middle;
	
	
}
.testimonials p {
 font-size:.85rem;
	line-height:150%;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	padding-left:50px;
	padding-right:50px;
	
}
 @media only screen and (min-width: 576px) {
.testimonials p {
 font-size:1rem;
}
}
.owl-testimonials .owl-prev {
	top: 25%;
}
.owl-testimonials .owl-next {
	top: 25%;
}
/* ========== Help Grid ======== */

.help-grid {
	padding-top: 20px;
	padding-bottom: 80px;
	min-height: 400px;
	background-color: #779a34;
	color: #FFF;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #e0ae25;
	background-image: url(images/row-of-houses.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	text-align: center;
}
.testimonials h2 {
	color: #FFF;
}
.testimonials p {
	color: #FFF;
	text-align: center;
}
.help-grid .grid-boxes {
	margin-top: 20px;
	margin-bottom: 20px;
}
.help-grid .grid-box {
	position: relative;
	margin-bottom: 30px;
}
.help-grid .grid-box img {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: 1px 2px 5px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 1px 2px 5px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 2px 5px 1px rgba(0, 0, 0, 0.2);
}
.help-grid .grid-box .grid-box-title {
	position: absolute;
	bottom: 30px;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	font-family: 'Raleway', sans-serif;
	color: #FFF;
	font-size: 24px;
	font-weight: 400;
	line-height: 110%;
	text-transform: uppercase;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.3);
	padding-top: 5px;
	padding-bottom: 10px;
}
.help-grid .grid-box .grid-box-title span {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.3);
	font-size: 70%;
	color: #e2ab21;
	display: block;
}
 @media only screen and (min-width: 1200px) {
.help-grid .grid-box .grid-box-title span {
 font-size: 58%;
}
}
.help-grid .grid-box a .grid-box-title {
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: transparent;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: transparent;
}
.help-grid .grid-box a:hover .grid-box-title {
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #e2ab21;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #e2ab21;
}
 @media only screen and (min-width: 1200px) {
.help-grid .grid-box .grid-box-title {
 font-size: 2.4vw;
}
}
/* =========================================== */
/* ================== INTERIOR ================ */

.page-header {
	background-image: url(images/linen-bkgrnd.jpg);
	background-repeat: repeat;
	padding: 0;
	margin: 0;
	border: none;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #779a34;
}
 @media only screen and (min-width: 1200px) {
.page-header {
 padding-top: 40px;
 padding-bottom: 40px;
 margin-bottom: 25px;
}
}
 @media only screen and (min-width: 1600px) {
.page-header {
 padding-top: 70px;
 padding-bottom: 70px;
}
}
.page-header h1 {
	text-align: center;
	font-size: 33px;
	line-height: 120%;
	letter-spacing: -.01em;
	width: 100%;
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
	padding-left:10px;
	padding-right:10px;
}
 @media only screen and (min-width: 768px) {
.page-header h1 {
 font-size: 5.95vw;
}
}
 @media only screen and (min-width: 1600px) {
.page-header h1 {
 font-size: 90px;
}
}
.page-header p {
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
}
.content {
	padding-top: 20px;
	padding-bottom: 60px;
}
 @media only screen and (min-width: 768px) {
.content {
 padding-top: 50px;
 padding-bottom: 50px;
}
}
 @media only screen and (min-width: 992px) {
.inner-narrow {
 width: 80%;
 margin-left: auto;
 margin-right: auto;
}
}
.content h3 {
	line-height: 130%;
	text-align: center;
	margin: 0px;
	padding: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.content p {
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
}
.content ul {
	margin: 0;
	list-style: none;
}
.content ul, .content ol {
	padding-bottom: 15px;
}
.content ul ul, .content ol ol {
 margin-top: .5rem;
	margin-left: 30px;
}
.content ul li, .content ol li {
	margin-left: 20px;
 margin-bottom: .5rem;
}
.content ul li:before {
	content: '\f111';
	font-family: 'FontAwesome';
 font-size: .65rem;
	float: left;
	margin-left: -20px;
	color: #e0ae25;
}
.content ul li ul li:before {
	content: '\f10c';
	font-family: 'FontAwesome';
 font-size: .75rem;
	float: left;
	margin-left: -20px;
	color: #e0ae25;
}
}
 @media (min-width: 992px) {
.content ul, .content ol {
 font-size: 1.29rem;
}
}
 @media (min-width: 1200px) {
.content ul, .content ol {
 font-size: 1.5rem;
}
}
 @media (min-width: 1600px) {
.content ul, .content ol {
 font-size: 1.6rem;
}
}
.content .introsmall p {
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	text-align: center;
	font-size: .8;
}
/* two col blocks */

.content .two-col {
	margin-top: 30px;
	margin-bottom: 30px;
	padding-top: 50px;
	padding-bottom: 30px;
	position: relative;
}
.content .two-col:before {
	content: "";
	position: absolute;
	width: 35%;
	height: 1px;
	top: 0px;
	left: 32.5%;
	border-top: 8px solid #e0ae25;
}
.content .two-col:after {
	content: "";
	position: absolute;
	width: 35%;
	height: 1px;
	bottom: 0px;
	left: 32.5%;
	border-bottom: 8px solid #e0ae25;
}
 @media (min-width: 1600px) {
.content .two-col {
 margin-top: 60px;
 margin-bottom: 60px;
 padding-top: 60px;
 padding-bottom: 60px;
}
}
.content .two-col h2 {
	line-height: 115%;
	margin-bottom: 30px;
}
.content .two-col h2 span {
	font-family: 'Open Sans', sans-serif;
	text-transform: none;
	font-weight: 300;
	font-size: 78%;
	letter-spacing: -.02em;
}
.content .two-col .row {
	margin-top: 20px;
	margin-bottom: 20px;
}
.content .two-col p {
	text-align: left;
}
.content .two-col ul {
	width: 100%;
}
.content .two-col ul li strong {
	font-weight: 800;
	color: #779a34;
	text-transform: uppercase;
}
/* ====== Blog =========== */
/* blog section */


.blog {
	padding-top: 30px;
	padding-bottom: 20px
}
 @media (min-width: 992px) {
.blog {
 padding-top: 60px;
 padding-bottom: 30px
}
.blog main {
 padding-right: 30px
}
}
.blog article {
	margin-bottom: 30px
}
.content.blog, .content.blog h1, .content.blog h2, .content.blog h3, .content.blog p, .content.blog ul li {
	text-align: left;
	width: 100%
}
.content.blog h1 {
	font-size: 30px;
	line-height: 125%;
	text-transform: none;
	color: #004058;
	margin: 0px;
	padding: 0px;
	padding-bottom: 15px
}
.content.blog h1 a, .content.blog h1 a:visited {
	text-decoration: none;
	color: #004058;
}
.content.blog h1:hover {
	text-decoration: none;
	color: #779a34;
}
 @media (min-width: 992px) {
.content.blog h1 {
 font-size: 36px
}
}
.content.blog h2.entry-title {
	text-transform: none;
	font-size: 24px;
	line-height: 125%;
	margin: 0;
	padding: 0;
 margin-bottom: .75rem;
	border: none
}
 @media (min-width: 992px) {
.content.blog h2.entry-title {
 font-size: 36px
}
}
.content.blog h2 a {
	text-decoration: none;
	color: #004058;
}
.content.blog h2 a:visited {
	text-decoration: none;
	color: #004058;
}
.content.blog h2 a:hover {
	text-decoration: none;
	color: #779a34;
}
.content.blog .entry-meta {
	font-size: 12px;
	text-transform: uppercase;
	padding-bottom: 15px
}
.content.blog .entry-meta span {
	padding-right: 1.5rem
}
.content.blog .entry-meta span.glyphicon {
	padding-right: 4px
}
.content.blog .entry-meta a {
	text-decoration: none
}
.content.blog .featured-image {
	margin-bottom: 20px
}
.content.blog h4 {
	color: #779a34;
	text-transform:uppercase;
}
.content.blog .events p a:link {
	/* These are technically the same, but use both */
  overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	/* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
	/* Instead use this non-standard one: */
  word-break: break-word;
	/* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}
.pagination {
	clear: both;
	display: block;
	padding: 0;
	margin: 0;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 25px;
	text-align: center
}
.pagination ul {
	display: inline-block;
	padding: 0;
	margin: 0;
	list-style: none
}
.content .pagination ul {
	width: 100%
}
.pagination ul li {
	display: inline;
}
.content .pagination ul li:before {
	display: none
}
.pagination ul li a {
	font-size: 14px;
	float: left;
	padding: 8px 16px;
	text-decoration: none;
	border: none;
 -webkit-transition: border .2s ease-in-out;
 -moz-transition: border .2s ease-in-out;
 -ms-transition: border .2s ease-in-out;
 -o-transition: border .2s ease-in-out;
 transition: border .2s ease-in-out
}
.ellipse {
	font-size: 14px;
	color: #779a34;
	float: left;
	padding: 8px 16px;
	text-decoration: none;
	border: none;
 -webkit-transition: border .2s ease-in-out;
 -moz-transition: border .2s ease-in-out;
 -ms-transition: border .2s ease-in-out;
 -o-transition: border .2s ease-in-out;
 transition: border .2s ease-in-out
}
.pagination ul li.active a {
	background-color: #779a34;
	color: #FFF;
}
.pagination ul li.active a:visited {
	color: #FFF;
}
.pagination ul li a:hover:not(.active) {
 background-color: #779a34;
 color: #FFF;
 text-decoration: none
}
.pagination ul li a:hover {
	background-color: #e0ae25;
	color: #FFF;
	text-decoration: none
}
.pagination ul li.active a:hover {
	background-color: #e0ae25;
	color: #FFF;
	text-decoration: none
}
.content.blog .sidebar {
	padding-top: 20px
}
.content.blog .sidebar h3 {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: .025em;
	color: #2d2f33;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	margin-top: 30px;
	border: none
}
.content.blog .sidebar h3:first-child {
	margin-top: 0px
}
.content.blog .sidebar ul {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	margin: 0;
	padding: 0;
	margin-bottom: 30px;
	list-style: none;
	width: 100%
}
.content.blog .sidebar ul li {
	margin-left: 0;
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #CCC;
	list-style: none
}
.content.blog .sidebar ul li:before {
	content: ""
}
.content.blog .sidebar ul li a, .content.blog .sidebar ul li a:visited {
	text-decoration: none;
}
.content.blog .sidebar ul li a:hover {
	color: #779a34;
	text-decoration: underline;
}
/* ------------ SEARCH - ON PAGE AND IN HEADER -------- */
#searchform {
	margin-bottom: 30px;
	background-color: #ebebeb;
	overflow: hidden
}
.content-search #searchform {
	max-width: 300px;
}
 @media only screen and (max-width: 767px) {
.content-search #searchform {
 display: none;
}
}
input#s {
	-webkit-appearance: textfield;
	background-color: #ebebeb;
	-webkit-rtl-ordering: logical;
	-webkit-user-select: text;
	cursor: auto;
	padding: 7px 10px;
	padding:0;
	border: none;
	margin-left: 2px;
	float: left;
	width:80%;
}
.searchbutton {
	background-color: #779a34;
	color: #fff;
	border: 0;
	color: #fff;
	float: right;
	width: 32px;
	height: 32px
}
/* HEADER SEARCH */

header .search {
	width: 100%;
	display: block;
}
header #Search {
	position: relative;
}
 @media only screen and (min-width: 600px) {
header .search {
 position: absolute;
 width: 190px;
 right: 1.5rem;
 top: 6px;
}
header #Search {
display: inline-block;
}
}
 @media only screen and (min-width: 768px) {
header .search {
 margin-right: 40px;
}
}
 @media only screen and (min-width: 992px) {
header .search {
 margin-right: 0;
 top: 8px;
}
}
header form input[type=text] {
	margin-top:0;
	margin-bottom:0;
}
header input#s {
	background-color: #FFF;
	padding-top:4px;
	padding-bottom:4px;
}
header #searchform {
	margin-bottom: 0px;
	background-color: #FFF;
}





/* SIDEBAR */

@media only screen and (min-width: 768px) {
.sidebar {
 padding-left: 30px;
}
}
/* Volunteer Application Form Modal */




.volunteer-descriptions {
	padding:10px;
}
.volunteer-descriptions h4 {
	font-size:1.3rem;
	color: #004058;
	text-transform:uppercase;
	margin:0;
	padding:0;
	margin-top:6px;
}
.volunteer-descriptions p {
	text-align:left;
	font-size:1.2rem;
}
button.va-modal-btn {
	display:inline;
	white-space:normal;
}
/* ====== FOOTER =========== */
footer {
	position: relative;
	padding: 0;
	padding-top: 40px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #e0ae25;
}
body .footer-wrapper {
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #779a34;
	background-image: url(images/linen-bkgrnd.jpg);
	background-repeat: repeat;
}
body.home .footer-wrapper {
	border: none;
}
footer .logo {
	text-align:center;
}
footer p.address {
	font-family: 'Raleway', sans-serif;
	color: #FFF;
	line-height: 120%;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	text-align:center;
}
footer p.phone {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	color: #FFF;
	margin: 0;
	padding: 0;
	text-align:center;
}
footer p.wmi {
 font-size:.75rem;
	text-align:center;
}
footer p.wmi a:link {
	color: #81a1ad;
}
footer p.wmi a:visited {
	color: #81a1ad;
}
footer p.wmi a:hover {
	color: #e0ae25;
	color:#84a448;
}
 @media only screen and (min-width: 768px) {
 footer p.address {
 text-align: left;
}
footer p.phone {
 text-align:left;
}
footer p.wmi {
 text-align:left;
}
}
footer .bg-blue {
	color: #FFF;
	padding-top: 20px;
	padding-bottom: 20px;
}
footer .buttons {
	text-align:center;
}
footer .buttons img {
	max-height:32px;
	width:auto;
	margin-right:6px;
}
footer p.footer-logos {
	margin-top:15px;
	margin-bottom:15px;
}
 @media only screen and (min-width: 768px) {
 footer .buttons {
 text-align:left;
}
 footer p.footer-logos {
 margin-top:0;
}
}
 @media only screen and (min-width: 992px) {
 footer .buttons img {
 max-height:41px;
 width:auto;
}
}
footer p.footer-logos {
	text-align:center;
}
footer p.footer-logos img {
	display: inline-block;
	width: 31%;
	max-width:100px;
	height: auto;
	padding-left: 5px;
	padding-right: 5px;
}
 @media only screen and (min-width: 768px) {
 footer p.footer-logos {
 text-align:left;
}
 footer p.footer-logos img {
 width: 31%;
 padding-left: 1%;
 padding-right: 1%;
}
}
footer .social {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	vertical-align: middle;
	text-align:center;
}
 @media only screen and (min-width: 768px) {
footer .social {
 text-align:left;
}
}
.social a {
	color: #004058;
}
.social a:visited {
	color: #004058;
}
.social a:hover, .social a:focus {
	color: #FFF;
	opacity: .8;
	outline: none;
}
.icon-background1 {
	color: #1981aa;
}
.fa-lg {
	font-size: 1em;
}
 @media only screen and (min-width: 992px) {
.fa-lg {
 font-size: 1.33333333em;
}
}
.circle-icon2 {
	background: #ffc0c0;
	padding: 30px;
	border-radius: 50%;
}
.circle-icon {
	background: #004058;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	text-align: center;
	line-height: 100px;
	vertical-align: middle;
	padding: 30px;
}
