/***************************************************
* * ORGANIZED STYLESHEET
*
* 1.  METADATA & ROOT VARIABLES
* 2.  GLOBAL & RESET STYLES
* 3.  TYPOGRAPHY (HEADINGS, PARAGRAPHS, LINKS)
* 4.  LAYOUT (HEADER, FOOTER, MAIN, WRAPPERS)
* 5.  COMPONENTS
* - Buttons
* - Cards & Boxes
* - Forms & Inputs
* - Navigation & Menus
* - Hero & Banners
* - Modals
* - Sliders & Carousels
* - Social Icons
* - Misc. Components (Circles, CTAs, etc.)
* 6.  PAGE-SPECIFIC STYLES
* 7.  UTILITY & HELPER CLASSES
* 8.  ANIMATIONS & VIDEO BACKGROUND
* 9.  MEDIA QUERIES (RESPONSIVE STYLES)
*
***************************************************/


/* ===============================================
   1. METADATA & ROOT VARIABLES
   =============================================== */

/****
* Google Font Package
* * font-family: 'Poppins', sans-serif; - Primary 
* font-family: "Hepta Slab", serif; -- Headers
*	
*	OO-Blue: #1a667a
*	OO-Orange: #ce7046
*	OO-LtBlue: #49d1f5
*	OO-LtOrg: #e26725
*****/

:root {
	--title_font: "Hepta Slab", serif;
	--copy_font: 'Poppins', sans-serif;
	--text_color: #364153;
	--color-gray-50: #fbf9fa;
	--color-gray-500: #6a7282;
	--color-gray-600: #4a5565;
	--color-gray-700: #364153;
	--color-black: #000000;
	--color-white: #ffffff;
	--color-white-alt: #eeeeee;
	--color-oo-orange: #ce7046;
	--color-oo-blue: #1a667a;
	--color-oo-ltOrange: #e26725;
	--color-oo-ltBlue: #49d1f5;
}


/* ===============================================
   2. GLOBAL & RESET STYLES
   =============================================== */

html, body, .pageWrapper { height: 100%; }

body {
	font-family: var(--copy_font);
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	color: var(--text_color);
	margin: 0;
	position: relative;
	background-color: var(--color-gray-50);
}

img {max-width: 100%;}
img.noresize, form img { width: auto !important; }
img.noresize { margin: 0 5px; }
img.size-full, img.size-large {
	max-width: 97.5%;
	height: initial;
}
img.round, .team-headshot img {
	-moz-box-shadow: 6px 6px 25px 0px var(--color-oo-blue);
	-webkit-box-shadow: 6px 6px 25px 0px var(--color-oo-blue);
	box-shadow: 6px 6px 25px 0px var(--color-oo-blue);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.sub-content img {
	-moz-box-shadow: 6px 6px 25px 0px var(--color-oo-blue);
	-webkit-box-shadow: 6px 6px 25px 0px var(--color-oo-blue);
	box-shadow: 6px 6px 25px 0px var(--color-oo-blue);
}
img.shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
img.rounded-lg {border-radius: .625rem;}
.comment-meta img {width: auto !important;}
img.client-logo {width: 200px !important;}
img.full-width {width: 100% !important;}
.feedflare img { width: auto; max-width: initial;}
.image-tag {
	position: absolute;
	top: .25rem;
	right: -.25rem;
	background-color: var(--color-white-alt);
	color: var(--color-oo-blue);
	border-radius: .25rem;
	padding: .25rem;
	font-size: .725em;
	line-height: 1.5em;
	font-weight: 600;
}
.image-tag.bg-orange {
	background-color: var(--color-oo-orange);
	color: var(--color-white);
}
.image-tag.top-left {
	right: initial;
	left: 1em;
	top: 1em;
}

hr { clear: both; }
hr.light {
	border-top: 1px solid #DDD;
	border-bottom: none;
}

blockquote {
    position: relative;
    margin-bottom: 2em;
	padding: 20px;
	background-color: var(--color-white);
	border: none;
	border-radius: 3px;
	box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.02),0px 2px 4px rgba(0,0,0,0.08);
	border-color: #e3e6e8;
}
blockquote p {font-style: italic;}
blockquote:after {
	margin-left: 1.5em;
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 32px 32px 0 0;
	border-color: var(--color-white) transparent transparent;
	-webkit-transform:rotate(360deg);
	transform:rotate(360deg);
}
blockquote .quote-section { 
	color: var(--color-oo-blue); 
	font-size: 1.5em; 
	font-weight: 100;
	line-height: 1.1em;
	letter-spacing: 2px;
	padding: 20px 40px;
}
blockquote .quote-section:first-letter { font-size: 3em; font-weight: 400; float: left;}
blockquote .quote-section:first-line {line-height: 100%;}


/* ===============================================
   3. TYPOGRAPHY (HEADINGS, PARAGRAPHS, LINKS)
   =============================================== */

h1 {
	font-family: var(--title_font);
	font-size: 20px;
	line-height: 1.2em;
	font-weight: 700;
	letter-spacing: 0px;
	text-transform: none;
}
h2 {
	font-family: var(--copy_font);
	font-size: 18px;
	line-height: 1.2em;
	font-weight: 700;
	letter-spacing: 0px;
	text-transform: none;
}
h3 {
	font-family: var(--title_font);
	font-size: 1.25em;
	line-height: 1.2em;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: none;
}
h4, span.h4 {
	font-family: var(--title_font);
	font-size: 16px;
	font-weight: 500;
}
h5 {
	font-family: var(--copy_font);
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0px;
}
h6 {
	font-family: var(--copy_font);
	font-size: 14px;
	font-weight: 300;
}

h1 { font-size: calc(228.5%);}
h5 { font-size: 1.5em; margin-bottom: 20px; }
h3.menu-tag {font-size: 1.2em; text-align: center;}
h1.inpage {
    text-align: center;
    text-transform: uppercase;
    font-size: 3em;
}
h1.tagline {
	width: 60%;
	margin: 0px auto;
	text-transform: uppercase;
	color: rgb(62, 61, 64);
	letter-spacing: 1px;
	line-height: 1.2em;
	font-weight: 300;
}
.tagline {
    margin: 30px 0 60px;
    font-weight: 500;
    font-size: 65px;
    font-weight: 700;
    line-height: 77px;
    max-width: 710px;
    color: var(--color-oo-blue);
}
.tagline.mt-hero {margin-top: -275px;}
h3.section-title {font-size: 20px; text-transform: uppercase; color: #333; font-weight: 700;}

p {
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
}
p.focus {
	font-size: 28px;
	letter-spacing: 2px;
	word-spacing: 2px;
	line-height: 1.2em;
}
.fineprint {
	font-size: 11px;
	color: #999;
	text-transform: lowercase;
}

a {
	color: var(--color-oo-blue);
	text-decoration: none;
	outline: none !important;
}
a:hover,
a:focus,
a:active {
	color: var(--color-oo-blue);
	text-decoration: none;
	outline: none !important;
}

.entry-title, .entry-title a {
	color: var(--color-oo-blue);
	text-decoration: none;
}
.entry-title a:hover, .entry-title a:focus, .entry-title a:active {
	text-decoration: none;
	color: var(--color-oo-blue);
}
.singular .page-header .entry-title, .page-header .entry-title, .inner-page .page-header-image .entry-title { padding: 0; margin: 20px auto; }
.sub-content h1 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-align: center;
}
.entry-content h1 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-align: left;
	color: var(--color-oo-blue);
	line-height: 100%;
	font-weight: 200;
	font-size: 1.75em;
}


/* ===============================================
   4. LAYOUT (HEADER, FOOTER, MAIN, WRAPPERS)
   =============================================== */

/* --- Main Layout Wrappers --- */
#page {  height: 100%; position: relative; }
#main { padding-bottom: 365px; padding-top: 60px; min-height: 100%;}
.content-wrapper .inner-page-content img {width: initial; max-width: 100%;}
.content-wrapper .inner-page-content .featured-img img {width: 100%; max-width: 100%;}
.inner-content {
	clear: both;
	width: 100%;
	margin: 10px auto;
}
.entry-content {
	position: relative;
	padding-bottom: 20px;
}
.page-heading {
	padding: 20px 0 45px 0;
	clear: both;
	background: #f4f5f7;
}

/* --- Header --- */
header.primary-header .standard .navbar {
	background: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
header .navbar .navbar-brand img {max-width: 125px; width: 125px; height: auto;}
header .navbar {
	background-color: var(--color-gray-50);
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 3px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 3px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 3px;
}
.sticky-header {
	position: fixed;
	left: 0;
	right: 0;
	width: 100%;
	top: 0;
	z-index: 1030;
	height: auto;
}
.sticky-header.shrink {
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 3px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 3px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 3px;
}

/* --- Footer --- */
#SiteFooter {
	clear: both;
	width: 100%;
	position: relative;
	height: 365px;
	margin-top: -365px;
	color: var(--color-white-alt);
	background-color: var(--color-oo-blue);
}
.footer ul, .footer li {
	list-style: none;
	margin-left: 0;
}
.footer a { color: #f1f1f1; }
.footer li.title { 	font-weight: 700; }
.footer .sub-menu { margin-top: 10px; }
.footer .sub-menu a {
	font-size: .9em;
	font-weight: 300;
	color: var(--color-white-alt);
	text-transform: none;
	padding: 2.5px 0px;
}
.footer li a {
	color: var(--color-white-alt);
	font-weight: 700;
	text-transform: uppercase;
	padding: 10px 0px;
}
.footer-wrap { padding: 75px 0 20px 0 !important; font-size: .9em;}
.footer-wrap img.logo-footer {max-width: 207px; max-height: 48px;}
.align-text-right {text-align: right;}
.mr-10 {margin-right: 10px;}

.footer-wrap .text-left { text-align: left; }
.footer-wrap .text-right { text-align: right; }
.footer-wrap p {font-size: .875em; line-height: 1.3em; margin: 10px auto 0;}
.footer-wrap a { color: var(--color-white-alt); }
.footer-wrap a:hover { text-decoration: none; color: var(--color-oo-orange); }
.footer-wrap h3 {font-size: 1em;}
.footer-wrap .footer-menus, .footer-wrap .footer-connect {text-align: left;}
.footer-wrap .footer-connect {padding: 10px 0;}
.footer-wrap .footer-connect .rm-table {border-top: 1px solid var(--color-white-alt); border-bottom: 1px solid var(--color-white-alt); padding: 10px 0;}
.footer-wrap .footer-connect .social-assets {text-align: right; margin: 6px auto -6px auto;}
.footer-wrap .border-left {border-left: 1px solid var(--color-white-alt);}
.footer-wrap .gform_wrapper .gform_body input {width: 100% !important;}
.footer-wrap .circle {
	font-size: 15px;
	line-height: 33px;
	width: 30px;
	height: 30px;
	background: #ed2836;
	margin-right: 5px;
	margin-top: 5px;
	float: left;
	left: 0;
}
.footer-wrap h4 {
	padding-top: 10px;
	text-align: center;
}
.copyright {
	padding-top: 7.5px;
	text-align: left;
	font-size: .9em;
	font-weight: 200;
	line-height: 1.1em;
}
.copyright p {line-height: 1.2em; font-size: 1em;}

/* --- Grid / Table Helpers --- */
.rm-table { display: table; width: 100%;}
.rm-table .rm-table-row { display: table-row; }
.rm-table .rm-table-row [class*="col-md-"] { float: none; display: table-cell; vertical-align: middle; }
.footer-wrap .rm-table .rm-table-row [class*="col-md-"] { vertical-align: top; }


/* ===============================================
   5. COMPONENTS
   =============================================== */

/* --- Buttons --- */
.btn-oo {background-color: var(--color-oo-orange); color: var(--color-white); }
.btn-oo:hover { background-color: var(--color-oo-blue); color: var(--color-white);}
.btn-oo-alt {background-color: var(--color-oo-blue); color: var(--color-white) !important;}
.btn-oo-alt:hover { background-color: var(--color-oo-orange); color: var(--color-white) !important;}
.btn-custom {
	background-color: var(--color-oo-blue);
	background-image: none;
	filter: none;
	border-color: var(--color-oo-blue) !important;
	filter: none;
	color: var(--color-white);
	text-shadow: none;
	text-transform: uppercase;
}
.btn-custom:hover,
.btn-custom:active,
.btn-custom.active,
.btn-custom.disabled,
.btn-custom[disabled] {
	background-image: none;
	color: var(--color-oo-blue) !important;
	background-color: #f1f1f1;
	filter: alpha(opacity=70);
	filter: progid: DXImageTransform.Microsoft.Alpha(opacity=70);
	-moz-opacity: .7;
	opacity: .7;
	-webkit-transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-o-transition: opacity .25s ease-in-out;
	-ms-transition: opacity .25s ease-in-out;
	transition: opacity .25s ease-in-out;
	
}
.btn-custom.alt {
	background-color: var(--color-oo-orange);
	border-color: var(--color-oo-orange) !important;
}
.btn-custom.alt:hover {
	color: var(--color-oo-orange) !important;
	background-color: var(--color-white) !important;
}
.clear-btn, .btn-clear {
	color: #2a2e30;
	border: 1px solid #373737;
	text-transform: uppercase;
}
.clear-btn:hover, .btn-clear:hover {
	background-color: var(--color-oo-blue);
	color: var(--color-white);
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.btn-white {
	background-color: var(--color-white) !important;
	border: 1px solid var(--color-white) !important;
	color: var(--color-oo-blue) !important;
}
.btn-white:hover {
	background-color: var(--color-oo-blue) !important;
	color: var(--color-white) !important;
}
.btn-cta {
	padding: 15px 45px !important;
	color: var(--color-white);
	margin: 10px auto;
	font-size: 22px !important;
	margin-top: 25px;
    background-color: var(--color-oo-blue);
}
.btn-cta:hover {
	background-color: #f4f5f7;
	color: var(--color-oo-blue);
	-webkit-transition: all 275ms;
	-moz-transition: all 275ms;
	-o-transition: all 275ms;
	transition: all 275ms;
}
.btn-cta.light {background-color: #f4f5f7; color: var(--color-oo-blue);}
.btn-cta.light:hover {
	background-color: var(--color-oo-blue);
	color: #f4f5f7;
	-webkit-transition: all 275ms;
	-moz-transition: all 275ms;
	-o-transition: all 275ms;
	transition: all 275ms;
	border: 1px solid #f4f5f7;
}
.btn-clear.white {color: var(--color-white); border-color: var(--color-white);}

/* --- Cards & Boxes --- */
.card {
    background-color: var(--color-white);
    border: 1px solid var(--color-white-alt);
    padding: 20px;
}
.card.no-pad {padding: 0;}
.giving-handles .card.no-pad {padding-top: 10px;}
.card.dark {background-color: var(--color-oo-blue); color: var(--color-white);}
.card.dark.orange {background-color: var(--color-oo-orange); }
.card.dark h1, .card.dark h3 {color: var(--color-white); margin-bottom: 10px;}
.card.dark .btn-cta {background-color: var(--color-white); color: var(--color-oo-blue);}
.card.dark .btn-cta:hover {background-color: var(--color-oo-blue); color: var(--color-white);}
.card.hero {
    padding: 30px 60px;
    font-size: 2em;
    line-height: 1.1em;
}
.card.dark label, .card.dark .frm_primary_label {color: var(--color-white) !important;}
.card.hero p { line-height: 1.5em; font-size: 1.2rem;}
.card.hero ul li {font-size: 1.2rem; line-height: 1.2em;}
.card.collapse .close-icon {position: absolute; top: 30px; right: 30px;}
.card.border {
    -moz-box-shadow: 3px 3px 9px 0px var(--color-oo-blue);
    -webkit-box-shadow: 3px 3px 9px 0px var(--color-oo-blue);
    box-shadow: 3px 3px 9px 0px var(--color-oo-blue);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.card.page-submenu {padding: 10px;}
.card.page-submenu h3 {font-size: 1.25em; margin: 0 auto; color: var(--color-oo-blue);}
.card.page-submenu ul li {margin: 0 auto;}
.card.focus {
	background-color: #24282a;
	color: var(--color-white);
}
.card.focus h4 {
	color: var(--color-white);
	font-size: 1.25em;
	text-transform: capitalize;
	line-height: 1.2em;
	font-weight: 200;
	letter-spacing: 2px;
	height: 2.5em;
	margin-top: 10px;
}
.card.bg-img {
	background: url(../../assets/images/oo-card_bg.png) no-repeat;
	background-size: cover;
}
.card .card-tag {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-color: var(--color-oo-orange);
	color: #fff;
	width: 40%;
	font-size: .75em;
	margin: -1em auto;
	border-radius: .5rem;
}
.box {
	background-color: rgba(0, 63, 41, 0.05);
	-moz-box-shadow: 6px 6px 25px 0px var(--color-oo-blue);
	-webkit-box-shadow: 6px 6px 25px 0px var(--color-oo-blue);
	box-shadow: 6px 6px 25px 0px var(--color-oo-blue);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: var(--color-oo-blue);
	position: relative;
	padding: 20px;
}
.box h3 {
	text-align: center;
	color: #003f29;
	padding-top: 10px;
}
.box.next { background-color: rgba(122, 183, 109, .5); }
.box.support { background-color: rgba(6, 154, 190, .5); }
.box.recap { background-color: rgba(187, 207, 94, .5); }
.box .copy {
	clear: both;
	width: 100%;
	margin: 10px auto;
}
.box img.box-image, .box .box-image img {
	-moz-box-shadow: 3px 3px 12px 0px #ddd;
	-webkit-box-shadow: 3px 3px 12px 0px #ddd;
	box-shadow: 3px 3px 12px 0px #ddd;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.image-boxes .image-box {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	overflow: hidden;
	background: #000;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	box-shadow: 0px 5px 14px 0px rgba(0,0,0,0.1);
}
.image-box h3{
	color: var(--color-white);
	bottom: 25px;
	left: 25px;
	position: absolute;
	font-weight: 900;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	transition-delay: 0.05s;
	transition-duration: 0.35s;
	-webkit-transition: all 0.4s cubic-bezier(.45, .02, .34, 1);
	-moz-transition: all 0.4s cubic-bezier(.45, .02, .34, 1);
	-ms-transition: all 0.4s cubic-bezier(.45, .02, .34, 1);
	-o-transition: all 0.4s cubic-bezier(.45, .02, .34, 1);
	transition: all 0.4s cubic-bezier(.45, .02, .34, 1);
}
.image-boxes .image-box:hover h3{
	transform: translate3d(0px, -40px, 0px);
	transition-delay: 0.05s;
	transition-duration: 0.35s;
	-webkit-transition: all 0.4s cubic-bezier(.45, .02, .34, 1);
	-moz-transition: all 0.4s cubic-bezier(.45, .02, .34, 1);
	-ms-transition: all 0.4s cubic-bezier(.45, .02, .34, 1);
	-o-transition: all 0.4s cubic-bezier(.45, .02, .34, 1);
	transition: all 0.4s cubic-bezier(.45, .02, .34, 1);
}
.featured-box {
    position: relative;
    border: 2px solid #0c2340;
    padding: 1rem 2.5rem;
	text-align: center;
}
.featured-box .featured-title {
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    font-size: 1.5rem;
    text-transform: initial;
    color: #0c2340;
    background-color: var(--color-white);
    width: 66%;
    margin: 0 auto;
    font-weight: 900;
    text-transform: uppercase;
    padding: 0;
}
.featured-box p {font-size: 1.3em; line-height: 1.2em;}	
.featured-box h3 {font-size: 1.2em;}

.card.border-orange {border-color: var(--color-oo-orange) !important; }

/* --- Forms & Inputs --- */
input, button, select, textarea { font-family: var(--copy_font); }
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
select {
	width: 100%;
	padding: 4px;
	font-family: var(--copy_font);
}
input:-moz-placeholder, textarea:-moz-placeholder {
	color: var(--color-oo-blue);
	font-family: var(--copy_font);
	font-size: .9em;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: var(--color-oo-blue);
	font-family: var(--copy_font);
	font-size: .9em;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: var(--color-oo-blue);
	font-family: var(--copy_font);
	font-size: .9em;
}

/* --- Navigation & Menus --- */
.navbar {
	background: none;
	border: none;
	min-height: initial;
	margin-bottom: 0;
	padding: 0;
}
.navbar .nav {
	text-transform: capitalize;
	letter-spacing: 1px;
	z-index: 99;
	margin: 0;
}
.in .navbar .nav > li > a { border: none; }
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus,
.navbar .nav > .current-category-ancestor > a,
.navbar .nav > .current-post-parent > a {
	text-decoration: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	filter: alpha(opacity=100);
	filter: progid: DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.navbar .nav > li {vertical-align: middle;}
.navbar .nav > li > a {
	font-family: var(--copy_font);
    display: flex;
    align-items: center;
    justify-content: center;
	color: #2a2e30;
	text-shadow: none;
	font-size: 14px;
	margin: 5px 15px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1.2em;
	border-bottom: 3px solid transparent;
}
.navbar .nav > li:first-child > a {margin-left: 0;}
.navbar .nav > li:last-child > a {margin-right: 0;}
.navbar .nav > li.home-logo > a { border: none; }
.navbar .nav > li > a:hover,
.navbar .nav > li.active > a:hover,
.blog-nav .nav li a:hover {
	border-bottom: 3px solid var(--color-oo-blue);
	background: none;
}
.nav > li.boxed > a {border: 1px solid var(--color-white-alt);}
.navbar .dropdown-menu {background-color: var(--color-white); width: 170%; padding: 10px;}
.navbar .dropdown-menu > li {margin: 10px auto; font-size: .9em; line-height: 1.1em; text-align: left;}
.navbar .dropdown-menu > li > a {color: #555;}
.navbar .dropdown-menu > .active > a, .navbar .dropdown-menu > .active > a:hover, .navbar .dropdown-menu > .active > a:focus { background-color: transparent;}
.navbar .dropdown-menu > li > a:hover { color: var(--color-oo-blue);}
.nav .open > a {background-color: transparent;}
.nav-menu { clear: both;}
.nav-menu .navbar-collapse {
	padding: 0;
    width: 100%;
}
.top-menu { clear: both; padding: 10px; height: 170px !important; background-color: var(--color-white);}
.top-menu {
	height: initial;
	-webkit-transition: all ease-in-out;
	-moz-transition: all ease-in-out;
	-o-transition: all ease-in-out;
	-ms-transition: all ease-in-out;
	transition: all ease-in-out;
}
.sitelogo .home-shrink, .shrink .sitelogo .home {display: none;}
.top-menu .sitelogo img {
	background-color: var(--color-white);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.top-menu a.sitelogo:hover img { 
	background-color: rgba(255,255,255,.65);
	-webkit-transition: all .85s ease-in-out;
	-moz-transition: all .85s ease-in-out;
	-o-transition: all .85s ease-in-out;
	-ms-transition: all .85s ease-in-out;
	transition: all .85s ease-in-out;
}

.menu-item .sub-menu { display: none; }
.menu-item.open .sub-menu { display: block; }
.footer-menu, .footer-menu ul { list-style: none; padding: 0; font-size: .875em; line-height: 1.5em;}
.footer-menu .social-link {float: left; margin-right: 5px;}
.footer-menu .sub-menu {
	list-style: none;
	padding-left: 10px;
	text-transform: lowercase;
}
.footer-menus h3 {
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: 500;
	color: var(--color-white);
}
.footer-menus #menu-footer-nav {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	font-size: .9em;
}
.footer-menus #menu-footer-nav li, .inner-page .footer-menus ul li {margin-bottom: 0;}
.menu_donate-btn a {
	background-color: var(--color-oo-orange);
	color: var(--color-white) !important;
	display: inline-block !important;
	padding: 10px 20px !important;
	margin-top: -5px !important;
}
.menu_donate-btn a:hover {
	text-decoration: none !important;
	border-color: transparent !important;
	background-color: #49d1f5 !important;
}
.navigation.pagination .nav-links .page-numbers {
    width: 30px;
    height: 30px;
    display: inline-block;
    background-color: #328cc1;
    color: var(--color-white);
    text-align: center;
    border-radius: 50%;
    padding-top: 3px;
    margin-right: 5px;
}
.navigation.pagination .nav-links .page-numbers a {color: var(--color-white);}
.navigation.pagination .nav-links .page-numbers.next, .navigation.pagination .nav-links .page-numbers.prev {display: none;}
.navigation.pagination {justify-content: center;}

/* --- Hero & Banners --- */
.hero {
	position: relative;
	padding: 20px 40px;
	text-align: center;
}
.hero .caption-wrapper {
	top: 2.5%;
	bottom: initial;
	right: 10%;
	left: initial;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 300px;
	height: 300px;
	padding: 35px;
}
.hero .caption-wrapper h1 {
	margin: 5px auto;
	padding: 10px;
	text-align: center;
	color: #003f29;
	font-weight: 400;
	font-size: 1.75em;
	text-shadow: 2px 3px 3px rgba(128, 128, 128, .5);
}
.hero .caption-wrapper h1:first-child { margin-top: 35px; }
.hero .caption-wrapper h1:first-child:before {
	font-size: 75px;
	color: #757575;
	content: '\201C';
	font-family: serif;
	font-weight: bolder;
	position: absolute;
	padding: 15px 10px 10px 0;
	margin-left: -40px;
	top: 48px;
}
.hero .cta {
	width: 100%;
	text-align: center;
}
.hero .cta .btn { text-transform: capitalize; }
.hero-wrapper {
	overflow: hidden;
	display: flex;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	padding: 0;
}
.hero-copy {
	display: flex;
	flex-direction: column;
	flex-grow: 1;/*
	position: absolute;
	bottom: 25px;
	left: 50px;
	right: 0;
	margin: 0 auto;*/
}
.hero-inner {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	justify-content: end;
	padding: 50px 100px;
}
.hero-copy .hero-cta h3 {
	color:var(--color-white);
	font-weight: 600;
	font-size: 2em;
	text-transform:capitalize;
	font-family: var(--copy_font);
}/*
.hero-copy h1 {
	color: #2a2e30;
	font-size: 2.5em;
	letter-spacing: 2.5px;
	text-transform: uppercase;
	font-weight: 200;
	text-shadow: 2px 3px 3px rgba(128, 128, 128, .5);
	line-height: 1.2em;
}
.hero-copy h1 span {font-weight: 200; letter-spacing: 10px;}*/
.hero-inner .hero-cta, .hero-inner .opening {display: none;}
.hero-inner .hero-cta {  padding: 10px;}
.hero-cta p {
    font-size: 1.25em;
    color: var(--color-white-alt);
    line-height: 1.1em;
}
.hero-copy .hero-inner img {max-width: 600px; width: 45%;}
/*
.hero-inner {padding: 2rem;  font-size: 1.25em; width: 60%; margin-left: 40%;}
.hero-inner p {color: var(--color-white); font-size: 20px;}
*/
.featured-img {
	position: relative;
	width: 100%;
    max-width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 25%;
}
.featured-img img {width: 100% !important;}
.featured-img .page-header-image {
	background: none;
	top: initial;
	bottom: 20px !important;
}
.featured-img .article-source {text-align: center; color: rgb(238, 238, 238); font-weight: 200; }
.featured-img .page-header-image h1 { font-size: 2.5em; color: var(--color-white); text-align: left; margin: 0 auto; padding: 0;}
.featured-img .page-header-image h4 { text-transform: uppercase; color: #f4f5f7;}
.featured-img .image-heading {
	position: absolute;
	bottom: 20%;
	left: 5%;
}
.featured-img .image-heading h1 {
	color: var(--color-white);
	font-weight: 700;
	margin: 0 auto;
	padding: 0;
	letter-spacing: 2.5px;
}
.featured-img .image-heading p {color: var(--color-white-alt); font-weight: 900;}

/* --- Modals --- */
.modal-header h3 {
	margin: 0 auto;
	font-size: 1.5em;
	color: var(--color-oo-blue);
	text-transform: capitalize;
}
.modal-dialog button.close {background: none; border: none; padding :0; color: var(--color-oo-orange);}
.modal-footer { text-align: center; }
#QuoteModal .modal-footer span {
	color: #003f29;
	font-weight: 600;
	font-size: 30px;
}
#ProjectModal .modal-content { text-align: center; }

/* --- Sliders & Carousels --- */
.home-page section.home-page-slider {padding-top: 0;}
.carousel-inner {padding: 0;}
.slide.item .mask {background-color: transparent;}
.item .slide-caption {
	opacity: 0;
    position: absolute;
	margin: 0 auto;
    -webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	-ms-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
	background: RGBA(255,255,255,0.8);
	padding: 10px 15px;
	width: 30%;
	border: 0px solid RGBA(0,0,0,1);
	border-radius: 0px;
}
.slide-caption h1 {font-size: 20px; color: #333; line-height: 1.2em;}
.item.active .slide-caption { opacity: 1 }
.slide-caption.wrap-local-0 { left: 0; right: 0; top: 45%; text-align: center;}
.slide-caption.wrap-local-1 { left: 5%; top: 15%; text-align: left;}
.slide-caption.wrap-local-2 { right: 15%; top: 15%; text-align: right;}
.slide-caption.wrap-local-3 { left: 5%; bottom: 15%; text-align: left;}
.slide-caption.wrap-local-4 { right: 15%; bottom: 15%; text-align: right;}
.slide-caption.wrap-local-5 { left: 0; right: 0; top: 45%; text-align: center;}
.slide-caption.wrap-local-0 h1 { text-align: center;}
.slide-caption.wrap-local-1 h1 { text-align: left;}
.slide-caption.wrap-local-2 h1 { text-align: right;}
.slide-caption.wrap-local-3 h1 { text-align: left;}
.slide-caption.wrap-local-4 h1 { text-align: right;}
.slide-caption.wrap-local-5 h1 { text-align: center;}
.carousel-indicators {bottom: 40px;}

/* --- Social Icons --- */
.social {
	float: right;
	margin: 0;
}
.social-item {
	position: relative;
	display: inline-block;
	text-align: center;
	font-size: 1.4em;
	margin-right: 5px;
}
.social-item a { color: var(--color-white); }
.social-item .proj-plan span {
	background-color: #d5d5d5;
	color: #191919;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
}
.social-item .proj-plan span:before {
	font-size: 70%;
	padding: 5px;
}
.social-item a:hover {
	filter: alpha(opacity=100);
	filter: progid: DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	text-decoration: none;
}
.social-item a.proj-plan:hover span { background-color: var(--color-oo-blue); }
.social-item a.facebook:hover { color: #3b5998; }
.social-item a.twitter:hover { color: #00acee; }
.social-item a.instagram:hover { color: #517fa4; }
.social-item a.pinterest:hover { color: #ca1f27; }
.social-item a.myspace:hover { color: #030303; }
.social-item a.youtube:hover, .social-item a.google:hover { color: #dd4b39; }
.social-item a.tumblr:hover { color: #2c4762; }
.social-item a.linkedin:hover { color: #0e76a8; }
.footer-wrap .social {float: none; display: inline-block;}
.social-share div.sharedaddy h3.sd-title {float: left; border: medium none; margin: 10px 20px 0 0;}
.social-share div.sharedaddy h3.sd-title::before, .social-share div.sharedaddy::before, .social-share div.sharedaddy::after {border: none; content: none;}
.social-share {border-top: 1px solid rgb(238, 238, 238); border-bottom: 1px solid rgb(238, 238, 238); }

/* --- Misc. Components (Circles, CTAs, etc.) --- */
.circle {
	font-size: 50px;
	word-spacing: 1px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 105px;
	width: 100px;
	height: 100px;
	max-width: 100%;
	text-align: center;
	color: white;
	background-color: var(--color-oo-blue);
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
	position: relative;
}
i.circle {
	position: relative;
	display: block;
	float: left;
}
.circle .circ {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: none;
	border: 1px solid var(--color-oo-blue);
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 275ms;
	-moz-transition-duration: 275ms;
	-o-transition-duration: 275ms;
	transition-duration: 275ms;
	-webkit-transition-timing-function: cubic-bezier(0.53, -0.67, 0.73, 0.74);
	-moz-transition-timing-function: cubic-bezier(0.53, -0.67, 0.73, 0.74);
	-o-transition-timing-function: cubic-bezier(0.53, -0.67, 0.73, 0.74);
	transition-timing-function: cubic-bezier(0.53, -0.67, 0.73, 0.74);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.circle.white {
	background-color: #f4f5f7;
	color: #003f29;
}
.action-caption {
	float: left;
	clear: both;
	width: 100%;
	text-align: center;
}
.action-caption h3 {
	font-weight: 200;
	text-transform: uppercase;
	font-size: 20px;
	word-spacing: 1px;
	line-height: 22px;
}
.action-caption p {
	font-weight: 200;
	font-size: .9em;
	line-height: 100%;
}
.action a:hover .circ, .action a:focus .circ, .actions a:active .circ {
	opacity: 1;
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
	-webkit-transition-timing-function: cubic-bezier(0.37, 0.74, 0.15, 1.65);
	-moz-transition-timing-function: cubic-bezier(0.37, 0.74, 0.15, 1.65);
	-o-transition-timing-function: cubic-bezier(0.37, 0.74, 0.15, 1.65);
	transition-timing-function: cubic-bezier(0.37, 0.74, 0.15, 1.65);
}
.action a:hover h3, .action a:hover img {
	background-image: none;
	filter: alpha(opacity=60);
	filter: progid: DXImageTransform.Microsoft.Alpha(opacity=60);
	-moz-opacity: 0.60;
	opacity: 0.6;
	-webkit-transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out;
	-ms-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;
}
.call-out .circle {
	color: #003f29;
	border: 6px solid;
	background: none;
	padding: 0 5px;
	left: initial;
	margin-right: 10px;
	font-size: initial;
}
.call-out .circle img { margin-top: -20px; }
.caption-wrapper {
	position: absolute;
	left: 10%;
	bottom: 10%;
	background-color: rgba(244, 245, 247, 0.75);
	padding: 20px;
	width: 40%;
	-moz-box-shadow: 6px 6px 25px 0px var(--color-oo-blue);
	-webkit-box-shadow: 6px 6px 25px 0px var(--color-oo-blue);
	box-shadow: 6px 6px 25px 0px var(--color-oo-blue);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}
.video-wrapper iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}
.faq-items a i {
	color: rgb(51, 130, 221);
	border: 1px solid rgb(51, 130, 221);
	border-radius: 50%;
	width: 38px;
	height: 38px;
	padding: 10px 12.5px;
	margin: 0 10px 0 -48px;
	font-size: 1em;
	-webkit-transition: all 275ms;
	-moz-transition: all 275ms;
	-o-transition: all 275ms;
	transition: all 275ms;
}
.faq-items a i.opened {
	background: var(--color-oo-blue); 
	color: var(--color-white);
	-webkit-transition: all 275ms;
	-moz-transition: all 275ms;
	-o-transition: all 275ms;
	transition: all 275ms;
}
.faq-items .faq-item {padding: 10px 0 10px 48px;}
.faq-items .faq-item .faq-heading {font-weight: 400; font-size: 18px;}
.faq-items .faq-item .faq-answer {padding-top: 10px;}
.faq-items .faq-item .faq-answer-wrap {
	border-left: 1px solid rgb(187, 187, 187);
	margin-left: -29px;
	padding: 0 0 10px 29px;
	background-color: #d7d7d7;
}
.bizplan-well {
	padding: 20px;
	background-color: #f6f8f9;
	float: left;
	width: 100%;
	border-radius: 3px;
	box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.02),0px 2px 4px rgba(0,0,0,0.08);
	border-color: #e3e6e8;
	-webkit-transition: all 275ms;
	-moz-transition: all 275ms;
	-o-transition: all 275ms;
	transition: all 275ms;
}
.collapse, .collpase.in {
	-webkit-transition: all 275ms;
	-moz-transition: all 275ms;
	-o-transition: all 275ms;
	transition: all 275ms;
}
.section-waved {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}
.section-waved svg {
    position: relative;
    display: block;
    width: calc(125% + 1.3px);
    height: 126px;
    transform: rotateY(180deg);
}
.section-waved .shape-fill { fill: var(--color-white); }
.mask{
	background-color: RGBA(26, 102, 122, .5);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.mask.blue {background-color: rgba(1, 0, 102, 0.5);}
.overlay {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
}
.overlay.grey { background: rgba(0, 0, 0, 0.6); }
.overlay.blue { background: rgba(31, 72, 160, 0.75); }
.jumbotron { background: var(--color-white); font-size: 1.75em; line-height: 1.1em;}


/* ===============================================
   6. PAGE-SPECIFIC STYLES
   =============================================== */

/* --- Home Page --- */
.home #content { padding-bottom: 0; }
body.home header.primary-header .standard .navbar .nav > li > a {color: var(--color-white); }
body.home header.primary-header .standard .navbar .nav > li > a:hover {border-color: var(--color-white); }
body.home header.primary-header .standard .navbar .nav > li.menu_donate-btn > a {background-color: var(--color-white) !important; color: var(--color-oo-orange) !important;}
body.home header.primary-header .standard .navbar .nav > li.menu_donate-btn > a:hover {background-color: var(--color-oo-orange) !important; color: var(--color-white) !important;}
body.home header.primary-header .standard .navbar .navbar-brand img.home-standard {display: none;}
body.home header.primary-header .standard .navbar .navbar-brand img.home-alt {display: flex;}
body.home header.primary-header .shrink .navbar .navbar-brand img.home-standard {display: flex;}
body.home header.primary-header .shrink .navbar .navbar-brand img.home-alt {display: none;}
.home-page .sticky-header.shrink {
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 3px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 3px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 3px;
}
.home-page section {
	position: relative;
	padding: 50px 0;
}
/* --- More Hope Cards --- */
.hope-in-action .card-body h3 {height: 2.5em;}
.hope-in-action .card img.card-img-top {
	object-fit: cover;
	object-position: top;
	height: 40%;
}

/* --- Landing Page --- */
.landing-page #main {padding-top: 0;}
.landing-page section {text-align: center;}
.landing-page .hero-block {
	background-attachment: fixed !important;
	background-size: contain !important;
	width: 100%;
	height: 0;
	overflow: hidden;
	padding: 0 0 30% 0;
	margin-top: 0px; 
}
.landing-page .hero-block .hero-bg {
	position: relative;
	margin-top: -200px;
	width: 100%;
	height: 0;
	padding-bottom: 40%;
	overflow: hidden;
}
.landing-page .hero-block .mask.blue {display: none;}
.landing-page .block .container {position: relative;}
.landing-page .block h1.heading-alt, h1.heading-alt {
	color: var(--color-oo-orange);
	text-transform: capitalize;
	text-shadow: 2px 3px 3px rgba(128, 128, 128, .5);
	font-size: 3em;
	letter-spacing: 5px;
	font-family: var(--copy_font);
}
.landing-page .more-indicator {display: none;}

/* --- Inner Pages --- */
.inner-page .sticky-header, .home-page .sticky-header.shrink {background-color: var(--color-white);}
.inner-page .inner-page-content .btn-custom {color: var(--color-white);}
.inner-page-content img { width: 100%; }
.inner-page-content .box { 	min-height: 375px; }
.inner-page-content.videos .box { min-height: 100%; }
.inner-page-content .box.upgrade { min-height: initial; }
.inner-page-content .box.upgrade .btn { padding: 4px 10px 4px; }
.page .inner-page-content .entry-meta { display: none; }
.inner-page-content .inner { margin: 10px auto; }
.inner-page .page-header { 
	background-color: #b85233;
	color: var(--color-white);
	margin: 0 auto; 
	padding: 20px 0;
}
.inner-page .page-header h1.entry-title {margin: 0 auto; padding: 0; text-align: left;}
.inner-page .featured-img .hero-content {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 90px;
}
.inner-page .featured-img .hero-content .jumbotron {background-color: rgba(129, 126, 127, 0.3); color: var(--color-white); line-height: 1.25em;}
.inner-page .entry-content h1 {color: var(--color-oo-blue); text-transform: uppercase; letter-spacing: 2px; margin-bottom: 10px; padding-bottom: 10px; border: none;}
.inner-page ul li {margin-bottom: 10px;}
.inner-page .navbar ul li {margin-bottom: 0;}
.inner-page-content section, .inner-page-content .main-content, .inner-page-content .lower-content, .sidebar-main .block {padding: 50px 0; position: relative;}
.inner-page-content .more-indicator {display: none;}
.inner-page .innerpage-heading {
	text-align: center;
	background: var(--color-white);
	color: #222;
	padding: 5px;
	margin: -1.85em auto 0 auto;
	width: 40%;
	z-index: 99999;
	position: absolute;
	left: 0;
	right: 0;
}
.inner-page .innerpage-heading h1 {margin: 0; padding: 0; color: var(--color-oo-blue);}
.inner-page-content section.inner-pg-hero { padding: 0; }
.inner-page-content.hero-image .featured-img h1, .inner-page-content.hero-image .featured-img h3, .inner-page-content.hero-image .featured-img p {color: var(--color-white);}
.inner-page-content.hero-image .featured-img p {font-size: 1.2em; font-weight: 500;}
.inner-page header.primary-header .navbar {background-color: var(--color-white);}
.inner-pg-hero .container-fluid {padding :0;}
.inner-pg-hero .ip-copy {
	border-bottom: 25px solid #dce5eb;
	padding: 50px; 
	background: var(--color-oo-blue); 
	color: var(--color-white);
}
.inner-pg-hero .ip-copy .hero-content { padding: 60px 30px;}
.inner-pg-hero .ip-bgimg { 
	background-size: cover; 
	background-position: left top;
	background-repeat: no-repeat;
}
.page-child .inner-pg-hero .ip-copy {border-color: var(--color-white);}
.inner-pg-nav {background: var(--color-white); padding: 10px !important;}
.inner-pg-nav .nav {margin-top: 20px;}
.inner-pg-nav .nav li {margin: 0 5px;}
.inner-pg-nav .nav li a {background-color: var(--color-oo-blue); color: var(--color-white); }
.inner-pg-nav .nav li a:hover {background-color: #f4f4f4; color: var(--color-oo-blue); }
.inner-pg-nav .nav li.active a {background: #dce5eb; color: var(--color-oo-blue); }
.inner-pg-nav .nav .nav-item a {padding: 5px 0; margin: 0 auto; font-size: .9em; font-weight: 400;}

/* --- Blog & Archive Pages --- */
.blog-content {padding: 50px 0 50px;}
.blog header.page-header-image h1.entry-title { text-align: center; }
.blog-articles .card {margin: 20px auto;}
.blog-articles .card:first-of-type {margin-top: 0;}
.landing-page .blog-articles .card { border: none; }
.blog-articles article .rm-table-row > div:first-child { background-color: var(--color-oo-blue); }
.blog-articles article .article-icon {text-align: center;}
.article-icon i { font-size: 3em; color: var(--color-white);}
.blog .entry-title, .blog .entry-title a { color: var(--color-oo-blue); }
.blog-content article h1.entry-title {
    margin: 0 auto 20px;
    padding: 0;
    font-size: 1.5em; 
    line-height: 1.2em;
    letter-spacing: 1px;
    border: none;
}
.blog-content article {text-align: center; color: var(--color-oo-blue); margin: 0 auto; padding: 0;}
.blog-content article .post-image {margin-bottom: 20px;}
.blog-content article .entry-content {margin: 0 auto; padding: 0;}
.blog-content article .entry-content h3 {
    color: var(--color-oo-blue);
    font-size: .8em;
    line-height: 1.2em;
    margin: 0 auto 10px;
}
.blog-content article .article-footer {margin-bottom: 20px;}
.blog-content .primary-sidebar .widget ul {padding-left: 15px;}
.blog-content .primary-sidebar .widget ul li {line-height: 1em; margin-bottom: 5px;}
.blog-content .primary-sidebar .widget ul li a {font-size: 12px !important; color: var(--color-oo-blue);}
.blog-content .primary-sidebar .widget .widget-title {text-align: left;}
.archive.inner-page .page-header, .blog.inner-page .page-header {background-color: var(--color-white); padding: 0; width: 100%; margin-top: 25px;}
.archive.inner-page .page-header h1.entry-title, .blog.inner-page .page-header h1.entry-title {background: var(--color-oo-blue); width: 40%; padding: 10px 0; text-transform: uppercase; text-align: center;}
.archive.inner-page .inner-pg-nav .nav, .blog.inner-page .inner-pg-nav .nav {margin-top: 0;}
.page-header h1.entry-title .smallcaps {letter-spacing: 1px; text-transform: initial; }
.articles-wrap article .entry-footer {
	padding: 0;
	color: #e5e5e5;
	background: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
}
.articles-wrap .hentry {border-bottom: 1px solid #4e4c54;}
.articles-wrap .hentry:last-child {border: none; }
.articles-wrap article .entry-footer .entry-meta #author-link {display: none;}
.articles-wrap article .entry-title {border: none; margin: 0 auto; padding: 0 0 20px 0; line-height: 1.1em}
.articles-wrap article .entry-title a {padding: 0;}
.articles-wrap article .entry-content {padding: 0;}

.proof-points .impact-number {font-size: 2em !important;}
.proof-points .card {padding: 15px;}

/* --- Single Post/Story/Team Pages --- */
body.single-team {background-color: #e2f2fa;}
.single-post .featured-img, .single-press .featured-img {
    overflow: hidden; 
    max-height: 540px;
    width: 100%;
    padding-bottom: 35%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.single-story {padding: 25px 0;}
.more-stories {clear: both; padding: 20px 0;}
.more-stories .more-heading {
	padding-bottom: 20px;
	display: flex;
	align-items: center;
}
.more-stories .single-recent-story .story-featured-image, .blog-content article .post-image {
	width: 100%;
	height: 0px;
	overflow: hidden;
	padding-bottom: 56%;
    background-position: center;
    background-size: cover;
}
.more-stories .single-recent-story h1 {
	font-size: 1.0em;
	margin-top: 20px;
	font-weight: 400;
    letter-spacing: .5px;
}
.more-stories .single-recent-story .entry-content {padding: 10px 0;}
.staff-page .featured-img {text-align: center;}
.team-page .inner-page-content section {padding: 25px 0; }
.team-members h1.heading-alt {border-bottom: 1px solid rgb(187, 187, 187); padding-bottom: 10px; margin-bottom: 20px; }
.team-members .row {margin: 10px auto;}
.single-deal {border: 1px solid var(--color-oo-blue);}
.single-deal .details {padding: 10px;}
.single-deal .deal-logo, .single-opportunity .deal-logo {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 45%;
    background: var(--color-oo-blue);
	line-height: 9em;
	text-align: center;
	position: relative;
}
.single-opportunity .deal-logo {
	padding: 0% 0 100% 0;
	-moz-box-shadow: 6px 6px 25px 0px var(--color-oo-blue);
	-webkit-box-shadow: 6px 6px 25px 0px var(--color-oo-blue);
	box-shadow: 6px 6px 25px 0px var(--color-oo-blue);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin: -200px auto 30px auto;
	position: relative;
}
.single-deal .deal-logo img {
	width: 70%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0px;
	right: 0px;
	margin: 0px auto;
}
.single-opportunity .inner-page-content .intro-content {padding-top: 0;}
.single-opportunity .inner-page-content h1 {text-transform: uppercase;}
.single-opportunity .deal-logo img { 
	width: 80%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0px;
	right: 0px;
	margin: 0px auto;
}
.single-deal .details h3 {
	color: rgb(54, 54, 54);
	text-transform: capitalize;
	text-shadow: 2px 3px 3px rgba(128, 128, 128, .5);
	font-size: 1.75em;
	letter-spacing: 1px;
	font-family: var(--copy_font);
	margin: 0 auto;
	padding: 10px 0;
}
.single-deal .details h4 {
	text-transform: uppercase;
	font-size: 0.9em;
	margin: 0 auto;
	padding: 10px 0;
	color: #898989;
}
.single-deal .details h5 { color: rgb(222, 142, 51); font-size: 1em; }
.single-deal .details .deal-link {color: var(--color-oo-blue);}

/* --- Form Page --- */
.form-page .inner-page-content { padding-top: 0; }
.form-page .entry-content h3 {
	text-align: center;
	font-size: 16px;
}

.card-hero-image {
	position: relative;
	overflow: hidden;
	height: 0;
	padding-bottom: 80%;
}


/* ===============================================
   7. UTILITY & HELPER CLASSES
   =============================================== */

/* --- Alignment & Float --- */
.center { text-align: center; }
.left { float: left; }
.right { float: right; }
.centered {
	float: right;
	position: relative;
	left: -50%;
	clear: both;
}
.text.left, .text-left {text-align: left !important;}
.text.right, .text-right {text-align: right !important;}
.text.center, .text-center {text-align: center !important; }

/* --- Clearfixes --- */
.clearfix, .clear-form {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.newline { clear: both; }
.relative {position: relative;}

/* --- Spacing --- */
.padtop20 {padding-top: 20px;}
.padtop50 {padding-top: 50px;}
.mt-5 {margin-top: 5px !important;}
.mt-10 {margin-top: 10px !important;}
.mt-25 {margin-top: 25px !important;}
.mt-50 {margin-top: 50px !important;}
.pt-5 {padding-top: 5px !important;}
.pt-10 {padding-top: 10px !important;}
.pt-25 {padding-top: 25px !important;}
.pt-50 {padding-top: 50px !important;}
.pad-100 {padding: 100px 0;}
.mr-5 {margin-right: 5px !important;}
.mr-10 {margin-right: 10px !important;}
.mr-20 {margin-right: 20px !important;}
.ml-5 {margin-left: 5px !important;}
.ml-10 {margin-left: 10px !important;}
.ml-20 {margin-left: 20px !important;}

/* --- Color & Background --- */
.text.white, .text-white { color: var(--color-white) !important;}
.text.dark {color: #333333 !important;}
h1.color-white, h3.color-white, p.color-white { color: var(--color-white) !important; }
h1.color-blue, h3.color-blue, p.color-blue, .color-blue { color: var(--color-oo-blue) !important; }
h1.color-orange, h3.color-orange, p.color-orange, .color-orange { color: var(--color-oo-orange) !important; }
h1.color-ltblue, h3.color-ltblue, p.color-ltblue, .color-ltblue { color: #49d1f5 !important; }
h1.color-ltorange, h3.color-ltorange, p.color-ltorange, .color-ltorange { color: #e26725 !important; }
.bg-tangerine {background-color: var(--color-oo-orange); color: var(--color-white); }
.bg-skyblue {background-color: #e2f2fa; color: #333; }
.bg-believerblue {background-color: #abc2ca; color: var(--color-white); }
.bg-ooblue {background-color: var(--color-oo-blue); color: var(--color-white); }
.font-stnd {font-style: normal !important;}
span.focus { font-weight: 600; border-bottom: 2px solid; }

/* --- Lists --- */
ul.bullets-orange li::marker { color: var(--color-oo-orange); }
ul.bullets-orange {padding-left: 15px;}
ul.nobullets, ul.nobullets li { list-style: none; padding-left: 0;}
ul.nobullets.text-xs li {margin-bottom: 5px;}
ul.focused {padding: 10px 0px; list-style: none;}
ul.focused li:nth-child(odd) {background: var(--color-white); padding: 10px; color: var(--color-oo-blue);}
ul.focused li:nth-child(even){background: #666; padding: 10px; color: var(--color-white);}
ol.fancy { list-style: none; counter-reset: li; padding: 0;}
.fancy li {line-height: 1.25em; margin-bottom: 10px;}
ol.fancy li:before {
	counter-increment: li;
  	content: counter(li);
	color: var(--color-white);
	background-color: var(--color-oo-blue);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	line-height: 1.2em;
	font-size: .8em;
	margin-right: 10px;
	padding: 5px 10px;
}
ol.fancy.orange li:before {background-color: var(--color-oo-orange);}
ul.fancy {
    text-align: left;
    list-style: none;      
    margin-left: 3%;       
    padding-left: 1.2em;   
    text-indent: -1.2em;   
}
ul.fancy li:before {
    content: "\2714";      
    color: var(--color-oo-blue);         
    margin-right: .5em;     
}
ul.fancy li { padding: .2em; }
ul.fancy-list {
	text-align: left;
	list-style: none;
	padding: 0;
	font-size: .9em;
	line-height: 1.2em;
}
ul.fancy-list li {padding-left: 20px;}
ul.fancy-list li i {margin-left: -20px; margin-right: 7.5px;}
ul li p, ol li p {margin-left: 35px; margin-bottom: 0;}
.card ul li {margin-bottom: 5px;}
/* --- Misc Helpers --- */
.smallcaps {font-size: 14px; line-height: 1em; text-transform: full-width; }
.bottom-border {border-bottom: 2px solid; padding-bottom: 10px; margin-bottom: 10px; }
.rule {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: transparent;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgb(227, 230, 232);
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 0px;
}
.more-indicator {
	position: absolute;
	bottom: 10px;
	left: 0;
	right:0;
	text-align: center;
	font-size: 2em;
	color: var(--color-white);
	cursor: pointer;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
}
.more-indicator.dark, .landing-page .block2 .more-indicator, .inner-page-content .more-indicator { color: #0b4d61; }
.inner-page-content .featured-img .more-indicator {color: var(--color-white);}
.more-indicator:hover { cursor: pointer; }
.site-scroll-top { 
	background-color: #0b4d61;; 
	color: var(--color-white); 
	-webkit-transition: all 275ms;
	-moz-transition: all 275ms;
	-o-transition: all 275ms;
	transition: all 275ms;
}
.site-scroll-top:hover { 
	background-color: #373737; 
	color: var(--color-white); 
	-webkit-transition: all 275ms;
	-moz-transition: all 275ms;
	-o-transition: all 275ms;
	transition: all 275ms;
}

.text-lg {font-size: 1.125rem; line-height: 1.625em}
.text-sm {font-size: .875rem; line-height: 1.3em;}
.text-xs {font-size: .75rem; line-height: 1.2em;}
.text-xl {font-size: 1.25em; line-height: 1.4em;}
.max-w-4xl { max-width: 80%; margin: 10px auto; }

.text-xs .fa-stack {
	height: 1.5em;
	line-height: 1.5em;
	width: 1.5em;
	margin-right: 5px;
}
.text-xs .fa-stack .fa-stack-2x {font-size: 1.5em;}
.text-xs .fa-stack .fa-stack-1x {font-size: .75em;}

.fa-stack.bg-orange {
	background-color: var(--color-oo-orange);
	border-radius: 50%;
}
.hero-bg-image {height: 100%; border-radius: 1rem; position: relative;}
.hero-bg-image .bg-title {
	position: absolute;
	bottom: .5rem;
	left: .5rem;
	font-weight: 700;
}
.border-rounded {border-radius: .875rem;}
.oo-progress-bar { background-color: color-mix(in oklab, var(--color-white) 20%, transparent); }
.bg-oo-transparent { background-color: color-mix(in oklab, var(--color-white) 10%, transparent); border-color: rgba(255,255,255, 0.3);}
.oo-progress-bar .progress-bar {background-color: #030213;}
.text-3xl {font-size: 2em; line-height: 1.2em;}
.fire-action {animation: flicker 1s infinite alternate;}
.left-text {float: left;}
.right-text {float:right;}

/* ===============================================
   8. ANIMATIONS & VIDEO BACKGROUND
   =============================================== */

/* --- HTML5 Video Background --- */
.video-hero {
	position: relative;
	overflow: hidden;
}
.video-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}
.video-bg video {
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.video-bg--fullscreen { position: fixed; }
.video-overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	pointer-events: none; 
	background: rgba(0,0,0,0.5); 
}
.video-bg.demo-video { background-image: url(files/busy-new-york-intersection.jpg); }
.js .video-bg video {
	opacity: 0;
	-webkit-transition: opacity .8s linear;
	-moz-transition: opacity .8s linear;
	transition: opacity .8s linear;
}
.js .video-bg video.is-playing { opacity: 1; }

/* --- Keyframe Animations --- */
@keyframes flicker {
    0% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.1); opacity: 0.8; }
    100% { transform: scale(1); opacity: 1;  }
}

.animated {
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
} 
@-webkit-keyframes bounce {
  0%, 20%, 40%, 60%, 80%, 100% {-webkit-transform: translateY(0);}
  50% {-webkit-transform: translateY(-5px);}
} 
@keyframes bounce { 
  0%, 20%, 40%, 60%, 80%, 100% {transform: translateY(0);}
  50% {transform: translateY(-5px);}
} 
.bounce { 
  -webkit-animation-name: bounce;
  animation-name: bounce;
}


/* ===============================================
   9. MEDIA QUERIES (RESPONSIVE STYLES)
   =============================================== */

.sitelogo img.home-mobile {
	display: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
.mobile-cta {
    display: none;
    background: var(--color-oo-blue);
    color: var(--color-white);
}
.mobile-cta p {color: var(--color-white); font-size: .9em;}
.mobile-cta h1.opening {display: none;}
button.navbar-toggler {background-color: var(--color-white);}
.top-menu .navbar-header {display: flex; margin-left: auto; justify-content: space-between;}
body.mobile .top-menu .nav {display: inline-block;}
.navbar-toggler > i {
    -webkit-transition: all ease-in-out;
	-moz-transition: all ease-in-out;
	-o-transition: all ease-in-out;
	-ms-transition: all ease-in-out;
	transition: all ease-in-out;
}
.navbar-toggler.collapsed i.menu-close {display: none;}
.navbar-toggler.collapsed i.menu-open {display: block;}
.navbar-toggler i.menu-open {display: none;}
.navbar-toggler i.menu-close {display: block;}
.top-menu .navbar-header {margin-top: -55px;}
.mobile, .tablet {display: none !important;}

body.desktop .giving-handles .card-body h3, body.tablet .giving-handles .card-body h3 {font-size: 1.75em;}

@media (max-width:481px) {
	.navbar .donate-link {display:none;}
	.hero-bg-image {padding-bottom: 100%;}
	.mobile {display: block !important;}
	.blog-content {margin-top: 25px;}
	.blog-articles .row > div {margin: 10px auto;}
	.blog .featured-img img {margin-top: 0 !important;}
	.inner-page .featured-img {padding-bottom: 45%;}
	.contact-items {margin-top: 20px;}
	.home .landing-page .hero-block { background-position-y: 50px !important; padding-bottom: 18vh !important;}
	.hero-inner {padding: 10px !important; margin: 0 auto;}
	header .navbar .navbar-brand img {max-width: 150px; width: 150px;}
	#main {padding: 0px 0 25px;}
	.inner-page .navbar .nav > li > a {color: var(--color-white);}
	.inner-page .navbar .nav > li > a {color: #ccc;}
	#topMenu {background-color: #e4e5e7 !important;}
	header.primary-header .navbar .nav {background-color: var(--color-gray-50);}
	.hero-inner p {font-size: 16px; line-height: 1.2em; text-align: center;}
	.sitelogo img.home-mobile {display: table-cell;}
	.sitelogo img.home, .site-logo img.home-shrink {display: none;}
	.mt_m-25 {margin-top: 25px;}
	.item .slide-caption {width: 75%;}
	.item .slide-caption h1 {font-size: 1em !important;}
	.carousel-indicators { bottom: -15px; }
	.inner-page-content .featured-img {padding-bottom: 30%;}
	.inner-page-content.hero-image .featured-img h1 {font-size: 25px;}
	.inner-page-content.hero-image .featured-img p {font-size: 1em; line-height: 1.1em;}
	.block.block-cta {background-attachment: initial;}
	.home-page #s-3 {background-attachment: initial;}
    .blog-content {padding-top: 0;}
    .featured-box .featured-title { top: -43px;}
    .inner-pg-hero .ip-copy {padding: 20px;}
    .blog-articles article .rm-table-row > div:first-child {padding: 20px 0; margin: 10px auto;}
    .landing-page .block3 h1 {margin-top: 0 !important;}
    .landing-page .hero-block {margin-top: 0;  background-size: contain !important;}
	.landing-page .hero-block h1 {letter-spacing: 1px;}
    .landing-page .hero-block .video-bg {display: none;}
	.page-data article .image {
		background-size: cover !important;
		background-position: center top !important;
	}
    .mobile-cta {display: block;}
    /*.landing-page .hero-block .hero-copy {margin: 155px 0; padding: 20px 10px; background-color: var(--color-oo-blue); position: relative; left: 0;}
    .landing-page .hero-block .hero-copy, .featured-img .page-header-image {top: 10%;}*/
    .landing-page .block2 .feature-boxes {margin-top: 0 !important;}
    .featured-img .page-header-image h1, h1 {font-size: 1.5em;}
    .hero-inner h1 {font-size: 2em !important;}
    .footer-wrap .border-left {border: none;}
    .card {margin: 10px auto;}
	#SiteFooter { overflow: auto; height: auto;  margin-top: 0px; }
	footer { margin-top: 0; }
	header { padding: 0; }
	#page { height: auto; }
	.copyright { padding: 5px; }
	#nav { bottom: initial; top: 20px; }
	.navbar .nav > li {margin: 10px auto;}
	.navbar .nav > li > a { margin: 5px auto; }
	.inner-page .innerpage-heading, .archive.inner-page .page-header h1.entry-title, .blog.inner-page .page-header h1.entry-title, .inner-page .page-header {width: 90%;}
	.site-name h1 { display: none; }
	.footer-wrap .right, .footer-wrap .left { 	text-align: center;  float: none; }
	.social {  float: none;  display: inline-block; }
	.footer-wrap .social { margin: 10px auto; }
	#gform_wrapper_3 {  float: none; }
	.sticky-header .social-assets {display: none; }
	.rm-table, .rm-table .rm-table-row {display: block;}
    .rm-table .rm-table-row [class*="col-md-"] {display: block ;}
    .footer-menus .row [class*="col-md-"] { margin: 5px auto; }
	.sticky-header {background-color: var(--color-white); position: relative;}
	.navbar-default .navbar-collapse {border: none;}
	.landing-page .hero-block .hero-bg {margin-top: 0;}
	.hero-copy {font-size: .5em;}
	#hero-sub-nav .btn-cta { padding: 5px 10px; font-size: 10px; }
	#hero-sub-nav h2 {font-size: 12px; letter-spacing: 0px;}
	.home-page section {padding: 25px 0; }
	.landing-page h1.tagline {width: 100%; font-size: 1.25em;}
	.page-bottom .col-md-4:last-child,.page-bottom .col-md-4:last-child h3, .page-bottom .col-md-4:last-child h1 {text-align: center;}
	.nobullets {padding: 0;}
    #secondary {padding-top: 25px;}
	.inner-page .entry-content {padding-top: 0;}
	.inner-page .entry-content h1 {font-weight: 400; font-size: 1.25em;}
	section article.hentry {padding-bottom: 0; margin-bottom: 0;}
	section .entry-content {padding-bottom: 0;}
	.product-screenshot .feature-highlights li {width: 25px; padding: 0; font-size: .7em;}
	.product-screenshot.service .feature-highlights .fh-two { bottom: 38%; left: 10%; }
	.inner-page .featured-img .hero-content {position: initial;}
	.inner-page .featured-img .hero-content .jumbotron {font-size: 1em; position: relative;}
	.sticky-header .nav-menu .mobile {display: table-cell;}
	.single-opportunity .deal-logo {float: right; width: 150px; height: 150px; padding: 0; margin-top: -300px;}
    .page-data article .image {
        width: 100%;
        height: 0;
        overflow: hidden;
        padding-bottom: 50%;
    }
    .page-data article .page-summary {padding: 10px;}
    .page-data article {margin: 10px auto;}
    .footer-wrap [class*="col-md-"] {text-align: center;}
    .footer-logo img {max-width: 75px;}
	.hero-copy .hero-inner img {width: 70%; margin-top: -20px;}
	.navbar.fixed-top {padding: 10px;  position: relative;}
	.navbar.fixed-top .col-2 {width: 33.3333% !important;}
	.navbar.fixed-top .btn-custom {padding: 5px 10px; font-size: .875em;}
	.text-3xl { font-size: 1.3em; }
	.text-xs, .text-sm {font-size: 1rem;}
}

@media (min-width:482px) and (max-width:768px) {
	.hero-bg-image {padding-bottom: 100%;}
	#SiteFooter { overflow: auto; height: auto;  margin-top: 0px; }
	footer { margin-top: 0; }
	header { padding: 0; }
	#main { padding-bottom: 0; 	padding-top: 0px; }
	#page { height: auto; }
	.copyright { padding: 5px; }
	#nav { bottom: initial; top: 20px; }
	.navbar .nav > li > a { margin: 5px auto; }
	.sitelogo { float: left; width: 150px; margin-right: 10px; }
	.site-name h1 { display: none; }
	.footer-wrap .right, .footer-wrap .left { 	text-align: center;  float: none; }
	.social {  float: none;  display: inline-block; }
	.footer-wrap .social { margin: 10px auto; }
	#gform_wrapper_3 {  float: none; }
	.sticky-header .social-assets {display: none; }
	.rm-table, .rm-table .rm-table-row {display: block;}
	.rm-table .rm-table-row [class*="col-md-"] {display: block;}
	.sticky-header {background-color: var(--color-oo-blue); position: relative;}
	.sticky-header .nav-menu {display: inline-block; width: 100%; margin-top: -75px;}
	.navbar-default .navbar-collapse {border: none;}
	.landing-page .hero-block .hero-bg {margin-top: 0;}
	.hero-copy {font-size: .5em;}
	#hero-sub-nav .btn-cta { padding: 5px 10px; font-size: 10px; }
	#hero-sub-nav h2 {font-size: 12px; letter-spacing: 0px;}
	.home-page section {padding: 25px 0; }
	.landing-page h1.tagline {width: 100%; font-size: 1.25em;}
	.page-bottom .col-md-4:last-child,.page-bottom .col-md-4:last-child h3, .page-bottom .col-md-4:last-child h1 {text-align: center;}
	.nobullets {padding: 0;}
	.inner-page .page-header {padding-bottom: 0;}
	.inner-page .entry-content {padding-top: 0;}
	.inner-page .entry-content h1 {font-weight: 400; font-size: 1.25em;}
	section article.hentry {padding-bottom: 0; margin-bottom: 0;}
	section .entry-content {padding-bottom: 0;}
	.product-screenshot .feature-highlights li {width: 25px; padding: 0; font-size: .7em;}
	.product-screenshot.service .feature-highlights .fh-two { bottom: 38%; left: 10%; }
	.landing-page .hero-block .hero-bg {padding-bottom: 28%;}
	.hero-copy {bottom: 20%;}
	.hero-block .hero-bg img {margin-top: -130px;}
	.inner-page .featured-img .hero-content .jumbotron {font-size: 1em;}
	.sticky-header .nav-menu .mobile {display: table-cell;}
	.single-opportunity .deal-logo {float: right; width: 150px; height: 150px; padding: 0; margin-top: -275px;}
}

@media (min-width:769px) and (max-width:980px) {
	.navbar .nav > li > a { margin: 2.5px; padding: 0px; font-size: 10px; }
	.landing-page .hero-block .hero-bg {padding-bottom: 75%; }
	.sitelogo img {width: 45%;}
	.top-menu .rm-table .rm-table-row .col-md-2 {width: 40%;}
	.hero-copy {font-size: .9em;}
	h1.tagline {width: 100%;}
	#main {padding-top: 40px;}
	.hero-inner {padding: 10px;}
	.card .card-tag {width: 60%;}
	.jumbotron {padding: 20px; font-size: 1.25em;}
	.post-date {position: initial;}
	#SiteFooter { overflow: auto; height: auto;  margin-top: 0px; }
	footer { margin-top: 0; }
	.footer-wrap .right, .footer-wrap .left { 	text-align: center;  float: none; }
	.social {  float: none;  display: inline-block; }
	.footer-wrap .social { margin: 10px auto; }
	#main {padding-bottom: 0;}
	.page-bottom .col-md-4:last-child,.page-bottom .col-md-4:last-child h3, .page-bottom .col-md-4:last-child h1 {text-align: center;}
	.nobullets {padding: 0;}
}

@media (min-width:1200px) {
	.hero-bubble h1 { font-size: 3em; }
}