/*
	Theme Name: WorkForce
	Theme URI: http://WorkforceCA.com
	Description: Custom theme for helping to rebuild America.
	Version: 1.0.0
	Author: Shift3 Technologies
	Author URI: http://shift3tech.com
	Tags: Custom, HTML5, CSS3
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,300;0,400;0,800;1,700&display=swap');

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
	width: 100%;
	position: relative;
	min-height: 100%;
	overflow-x: hidden;
}

body {
	font: 300 14px/1.4 'Avenir', 'Nunito', sans-serif;
	color:#444;
	background: #fff;
	width: 100%;
	min-height: 100vh;
	position: relative;
	overflow: hidden;
	font-weight: 400;
}

/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}

.clear {
    *zoom:1;
}

img {
	max-width:100%;
	vertical-align:bottom;
}

a {
	color:#444;
	text-decoration:none;
}

a:hover {
	color:#444;
}

a:focus {
	outline:0;
}

a:hover,
a:active {
	outline:0;
}

a.disabled-link {
	pointer-events: none;
  	cursor: default;
}

input:focus {
	outline:0;
	border:1px solid #04A4CC;
}


/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	/* height: 65px; */
    line-height: 60px;
	/* border-bottom: 1px solid #fff; */
	z-index: 100;
}

.partner .header {
	z-index: 1000;
}

.header.transparent {
	background-color: transparent;
}

header.active {
	z-index: 1000;
	border-bottom: 1px solid rgba(255,255,255,.5);
}

.header .header-inside {
	/* padding: 0 10px 0 30px; */
	position: relative;
	width: 100%;
}

.header ul {
	margin: 0;
}

.header-banner {
	background-color:white; 
	padding: 5px;
	width:100%; 
	font-size: 1.3em;
	margin-bottom: 20px;
	z-index: 9;
	position: relative;
}
.header-banner p{
	padding-bottom: 0px;
	margin: 0px;
}

/* logo */
.logo {
	width: 100%;
	max-width: 200px;
	display: flex;
	margin-left: 30px;
}
.logo-img {
	width: 100%;
	vertical-align: middle;
	height: 100%;
}
.footer .logo {
	margin-left: 0px
}
/* nav */
.navbar {
	padding: 0px;
	font-family: 'Avenir Black', 'Nunito', sans-serif;
	font-weight: 800;
}
.navbar .navbar-brand.logo {
	/* SVG Hack for Safari */
	min-height: 35px;
}
.navbar .navbar-nav {
	margin: 17px 30px;
}
.navbar-dark .navbar-toggler {
	padding: 10px;
	margin: 10px 10px;
	border-color: transparent;
}
.navbar-toggler-icon {
	width: 1.65em;
}
.navbar .navbar-nav .nav-item {
	position: relative;
	margin-left: 0.5vw;
	margin-right: 0.5vw;
	min-width: 65px;
}
.navbar .navbar-nav .nav-item:last-of-type {
	margin-right: 0vw;
}
.navbar .navbar-nav .nav-item .under-link {
	font-family: 'Avenir', 'Nunito', sans-serif;
	font-size: 10px;
	color: #A3A7BA;
	font-style: italic;
	position: absolute;
	bottom: -10px;
	width: 100%;
	text-align: center;
	z-index: -1;
}
.navbar .navbar-nav .nav-link  {
	padding-left: 0vw;
	padding-right: 0vw;
	font-size: 1.3rem;
	text-transform: uppercase;
	text-align: center;
	line-height: 1.5rem;
	padding: 20px 28px;
}
.navbar .nav-item.active a.nav-link {
	font-weight: 500;
}
.navbar-collapse.collapse.show, .navbar-collapse.collapsing {
	background: none;
}
.navbar-dark .navbar-nav .nav-link {
	color: rgba(255,255,255, 1);
}
.navbar-dark .navbar-nav .nav-link {
    border: 1px solid  transparent;
}
.navbar-dark .navbar-nav .nav-link:hover {
	cursor: pointer;
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
	border: 1px solid #fff;
	outline-color: transparent;
  	outline-style: none;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
	color: rgba(255,255,255, 1) !important;
}
.navbar-toggler-icon {
	background-size: unset;
}

/* footer */
.footer {
	background-color: #001940;
	color: white;
	padding: 40px 20px 60px;
	margin-bottom: -20px /* IE Hack */
}

.footer .footer-callsign {
	font-size: 1.5rem;
	font-weight: bold;
	margin-top: 10px;
	width: 100%;
	max-width: 400px;
}

.footer .footer-inside {
	width: 90%;
	margin: 50px auto 20px;
}

.footer .footer-contact,
.footer .footer-contact a {
	color: white;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	line-height: 36px;
}

.footer .footer-contact a:hover,
.footer .footer-contact a:focus,
.footer .footer-contact a:active {
	text-decoration: underline;
}
.footer-social {
	margin: 15px 0px 20px;
}
.footer .domain-action-image {
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: flex-end;
}

.footer .domain-action-image img {
	max-height: 95px;
	max-width: 150px;
}

.footer-link-object {
    font-size: 1.75rem;
    height: 100%;
}
.footer-link-box {
	color: white;
	border: 1px solid #fff;
	line-height: 48px;
	text-align: center;
	display: inline-block;
	padding-left: 50px;
	padding-right: 50px;
	max-width: 207px;
	font-size: 12px;
}
.footer-secondary.footer-link-object { 
	background-color: none;
	border: none
}
.footer-small-text {
	font-size: 14px;
	font-weight: bold
}
.footer-secondary.footer-link-object a {
	display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    margin: 5px 5px;
}
.footer-link-object.post-job, .footer-link-object.essential-resource {
	align-items: center;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

.footer-right-content {
    max-width: 545px;
}

.footer-right-content .footer-usa-logo {
    max-width: 200px;
    display: inline-block;
    vertical-align: bottom;
	margin-left: 10px;
	margin-bottom: 10px;
}

.footer-right-content a.join-initiative-link {
	text-transform: uppercase;
	color: white;
}

.footer-right-content a.join-initiative-link:hover {
    text-decoration: none;
}

.footer-secondary {
    color: #a2a7bc;
}
a:hover .footer-firstary {
	text-decoration: underline
}
.footer-link-object p.mb-0 {
	margin-top: 5px;
    font-size: 12px;
}

.footer-secondary a {
    display: block;
    padding: 10px 32px 10px 15px;
    background: url('./img/arrow-right.svg') no-repeat right 15px center;
    -webkit-transition: background-color .5s ease;
    -moz-transition: background-color .5s ease;
    -o-transition: background-color .5s ease;
    transition: background-color .5s ease;
    font-weight: bold;
    font-size: 10px;
    text-transform: uppercase;
}

.footer-secondary a:hover,
.footer-secondary a:focus {
    border: 1px solid #ccc;
}

.footer-secondary a:hover {
    text-decoration: none;
}

.footer-secondary div.text-larger {
    font-size: 1.5rem;
}

.footer-secondary div.text-smaller {
    font-size: 1.2rem;
}
.footer-privacy {
	padding-top: 15px;
}
.footer .footer-contact .footer-privacy a {
	font-weight: 500;
	padding-right: 25px;
}

.text-uppercase {
    text-transform: uppercase;
}

.footer-link-text {
    color: #a2a7bc;
    font-size: 1rem;
}
.footer-right-content .onward-text {
    max-width: 90px;
    display: inline-block;
    vertical-align: baseline;
    height: 100%;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

.footer-disclaimer-section {
	/* padding-top:30px; */
}
.footer-disclaimer{
	padding: 70px 20px 10px 20px;
	max-width: 75%;
	margin-left: auto;
	margin-right: auto;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

.vertical {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
	width: 100%;
}

.bg-blue {
	background-color: #001940;
	color: white;
}

.fullpage {
	width: 100vw;
	height: 100vh;
	min-height: 650px;
}

.homepage .fullpage, .homepage .fullpage, #us-landing .bg-blue.primary-cta.fullpage {
	height: unset;
	min-height: unset;
}

.section-bg {
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1;
}

.primary-cta .section-bg {
	padding-top: 60px;
	justify-content: center;
	align-items: center;
}

.primary-cta article {
	height: 100%;
	display: flex;
	align-items: center;
}

.primary-cta article h3 {
	font-size: 32px;
	margin-left: auto;
	margin-right: auto;
	max-width: 70%;
}

.primary-cta .wrapper {
	position: unset;
}

.primary-cta article h2.super-large {
	font-size: 55px;
}

.primary-cta a.onward-button.small-button {
	margin-top: 50px;
	max-width: 355px;
	line-height: 22px;
}

.primary-cta .wp-block-columns {
	margin-top: 40px;
	flex-wrap: wrap;
}

.primary-cta .wp-block-column {
	flex-basis: 100%!important;
}

.mt-50 {
	margin-top: 5rem !important;
}

.mb-20 {
	margin-bottom: 20px;
}

.learn-more-bar {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	position: relative;
}

.learn-more-bar a.learn-more-link {
	color: white;
}

.learn-more-arrow {
	float: right;
	display: inline-block;
	width: 50px;
	height: 50px;
}

.learn-more-arrow a {
	display: block;
}

.learn-more-arrow img {
	width: 100%;
}

.stay-connected-initial-outer {
	position: absolute;
	z-index: 11;
	margin: -30px auto 0 auto;
	left: 0;
	width: 100%;
}

.stay-connected-initial-outer .stay-connected-bar {
	box-shadow: 0 0 15px rgba(0,0,0,.2);
}

.stay-connected-bar {
	width: 90%;
	font-size: 1.5rem;
	max-width: 1000px;
	margin: 0 auto;
}

.stay-connected-bar > .row {
}

.stay-connected-bar .stay-connected-text {
	font-size: 2.5rem;
	font-weight: bold;
	text-align: center;
}

.stay-connected-bar .stay-connected-input-text {
	border: 0;
	width: 100%;
    height: 100%;
}


.stay-connected-input-text::-webkit-input-placeholder {
  color: #C7C8CA;
  font-weight: bold;
  opacity: 1;
}

.stay-connected-input-text:-ms-input-placeholder {
  color: #C7C8CA;
  font-weight: bold;
  opacity: 1;
}

.stay-connected-input-text:-moz-placeholder {
  color: #C7C8CA;
  font-weight: bold;
  opacity: 1;
}

.stay-connected-bar .stay-connected-submit-button {
	width: 100%;
	height: 100%;
	background-color: #EF4237;
	color: white;
	font-size: 2rem;
	text-align: center;
	display: block;
	text-decoration: none !important;
	border: 0;
	margin: 0;
	padding: 0;
	line-height: 6.5rem;
	font-weight: 800;
}

h2.page-title {
	color: #001A40;
	font-weight: bold;
	margin: 0;
	padding: 0;
	font-size: 3rem;
}

.logo-shortcode.text-center .logo {
	margin: 0 auto;
}

.linespacer {
	height: 1px;
	margin: 50px auto 25px;
	background-color: #001940
}

.linespacer.top {
	margin-top: 20px;
}

.clear-square {
	width: 100%;
}

.rss-bg-item,
.split-bg-image {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.split-bg-image,
#post-landing-works .split-bg-image {
	min-height: 650px;
}

.stay-connected-bar-outer.shadowed .stay-connected-bar > .row {
	box-shadow: 0 0 15px rgba(0,0,0,.2);
}

.image-on-left-section {
	border-bottom: 1px solid #000;
	position: relative;
}

.image-on-left-content {
	position: relative;
	height: 100%;
	width: 100%;
	padding: 0 0 0 10%;
	text-align: left;
}

.image-on-right-section {
	position: relative;
}

.volunteer-section {
	font-size: 2rem;
}

.image-on-right-content {
	position: relative;
	height: 100%;
	width: 100%;
	padding: 0;
	text-align: left;
}

.image-on-right-content .vertical {
	padding: 0 10%;
}

.volunteer-section h2.page-title {
	margin-bottom: 30px;
	font-size: 4rem;
}

.volunteer-section .stay-connected-bar {
	max-width: 400px;
	margin-top: 40px;
}

.step-item {
	background-color: #EDEDED;
	color: #001940;
	margin: 3rem 0;
	font-size: 2rem;
	
	-webkit-transition: background-color 1s ease;
	-moz-transition: background-color 1s ease;
	-o-transition: background-color 1s ease;
	transition: background-color 1s ease;
}
.step-object-inner {
	display: flex;
	align-items: center;
	padding: 10px 17px;
}

.step-item span {
	display: inline-block;
	vertical-align: top;
}

.step-icon {
	margin: 0 30px;
}

.step-icon > img {
	width: 1.75rem;
	vertical-align: middle;
}

.step-item > div.step-object {
	padding: 10px 10px
}

.step-text {
	display: inline-block;
	vertical-align: top;
}

.step-number {
	padding-top: 2px;
	text-transform: uppercase;
	font-weight: bold;
}

a.step-link {
	text-decoration: none !important;
}

a.step-link:hover,
a.step-link:focus {
	text-decoration: none !important;
}

a.step-link:hover .step-item,
a.step-link:focus .step-item {
	background-color: #C2C3CE;
}

h2.page-title.how-it-works {
	margin-bottom: 10px;
}

.soft-blue-background {
	background:#F0F0F0;
	color: #808285;
	padding: 50px 0;
}

.soft-blue-background .soft-blue-bg-content {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	font-size: 2rem;
	text-align: center;
}

.soft-blue-background .soft-blue-bg-content h2 {
	margin-bottom: 30px;
	font-size: 28px;
	line-height: 36px;
	font-weight: 500;
}
.soft-blue-background .soft-blue-bg-content p {
	margin-bottom: 45px;
}


/*------------------------------------*\
    GENERIC CONTENT
\*------------------------------------*/

.generic {
    padding-top: 150px;
}
.generic-title {
    text-align: center;
    margin-bottom: 50px;
}
.generic-title h1 {
    font-family: 'Avenir Black', 'Nunito', sans-serif;
    color: white;
    font-size: 35px;
}
.generic-article {
    background: #d4d5df;
    padding: 75px 0px;
    min-height: 50vh;
}
.generic-content {
    background: #ffffff;
    padding: 25px;
    font-size: 16px;
    margin: 0px 10px;
    -webkit-box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.10); 
    box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.10);
}
.generic-content h1,
.generic-content h2,
.generic-content h3,
.generic-content h4,
.generic-content h5,
.generic-content h6 {
	color: #001A40;
    font-weight: bold;
}
.generic-content h1 {
	font-size: 30px;
}
.generic-content h2 {
	font-size: 25px;
}
.generic-content h3 {
	font-size: 20px;
}
.generic-content h4 {
	font-size: 18px;
}
.generic-content h5 {
	font-size: 16px;
}
.generic-content h6 {
	font-size: 16px;
	color: black;
}
.generic-content ul, .generic-content ol {
	margin-left: 30px;
	margin-bottom: 20px
}
.generic-content ul li {
	list-style: circle;
}
.generic-content ol {
	list-style-type: decimal;
}

/*------------------------------------*\
    Ultimate Member
\*------------------------------------*/
.um-page-register .generic-article .wrapper, 
.um-page-login .generic-article .wrapper,
.um-page-password-reset .generic-article .wrapper {
	max-width: 600px;
}
.um-page-login .um, 
.um-page-register .um,
.um-page-password-reset .um,
.um-page-account .um {
	margin-bottom: 0px !important;
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/

.social-icons {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.social-icons li {
	list-style-type: none;
	display: inline-block;
	vertical-align: baseline;
	margin: 0px 7px;
}

.social-icons li a {
	padding-top: 2rem;
	display: inline-block;
}

.social-icons li .social-network-icon {
	width: 40px;
	vertical-align: baseline;
}

.how-it-works-link {
	margin-top: 30px;
}

.wp-block-columns.seal-columns {
	max-width: 500px;
	margin-top: 6rem;
}

/* -------------------------------- *\
	HOME PAGE
\* --------------------------------- */

.homepage .primary-cta {
	text-align: center;
}

a.onward-button.small-button {
	font-size: 16px;
	letter-spacing: 0.03em;
	font-weight: 600;
	line-height: 40px;
	text-transform: uppercase;
	box-shadow: none;
	min-width: 268px;
}

/*------------------------------------*\
    HOME PAGE PARTNERS
\*------------------------------------*/

.partner-page-inner h2 {
	font-weight: 500;
}

#partner-page-outer {
	padding: 50px 0 50px;
	background: white;
}

#partner-page-outer .partner-text {
	width: 90%;
	max-width: 800px;
	font-size: 1.85rem;
	margin: 0 auto 15px;
	color: #808285;
}

.partner-list-outer-wrapper {
	max-width: 1280px;
	margin: 0px auto;
	padding: 20px 20px 10px;
}

.partner-items  {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.partner-items .partner-item {
	display: inline-block;
	margin: 0 12px 0px 12px;
	/*width: 100%;
	max-width: 175px;*/
}

.partner-list-outer-wrapper.group-state-partner {
	max-width: 1180px;
}

.state-coalition-partners .partner-items .partner-item {
	margin: 0 15px 30px 15px;
}

.partner-items .partner-item-prefix {
	display: inline-block;
    vertical-align: top;
	font-size: 22px;
	line-height: 24px;
	color: #808285;
	width: 100%;
	margin-bottom: 30px;
}

.partner-items .partner-item a {
	display: block;
}

.partner-items .partner-item img {
	/*width: 100%;*/
	max-height: 70px;
	max-width: 200px;
}

.group-poweredby-line2 .partner-items .partner-item img {
	max-height: 52px;
	max-width: 120px;
}

/*------------------------------------*\
    HOME PAGE RSS FEED
\*------------------------------------*/

#post-rss-feeds {
	background-color: white;
	padding: 30px 15px;
}

#post-rss-feeds .feed-items .rss-feed-item {
	margin-bottom: 40px;
}

#post-rss-feeds .feed-items .rss-feed-item img {
	width: 100%;
	cursor: pointer;
	filter: grayscale(100%);
	opacity: .25;
}

#post-rss-feeds .feed-items .rss-feed-item.active img,
#post-rss-feeds .feed-items .rss-feed-item img:hover {
	filter: none;
	opacity: 1;
}

#rss-display {
	margin-bottom: 28px;
}
.rss-inner {
	position: relative;
	width: 100%;
	height: 100%;
	max-width: 856px;
	margin: 0 auto;
}

.rss-feed-section {
	padding-top: 40px;
}

.feed-item-intro h2 {
	font-weight: bold;
	font-size: 28px;
	margin-bottom: 15px;
}

.feed-item-intro p {
	margin-bottom: 20px;
	font-size: 22px;
	line-height: 24px;
	color: #8A8A8A;
}

.article-title {
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 25px;
	color: #001A40
}

.feed-items {
	margin-top: 40px;
}

.article-short-description {
	font-size: 22px;
	line-height: 28px;
	color: #808285;
	margin-bottom: 40px;
}

.article-pub-date {
	color: #808285;
	font-size: 18px;
	line-height: 14px;
	margin-bottom: 15px;
	font-style: italic;
}
.carousel-indicators {
	top: 100%;
	bottom: auto;
}

.carousel-indicators li {
	background-color: #999;
}

.carousel-indicators .active {
	background-color: #333;
}

/*------------------------------------*\
    SHORTCODE ICON CALLOUT
\*------------------------------------*/

.icon-callout {
	margin-top: 5px;
}

img.icon-callout-image {
	max-width: 150px;
	max-height: 175px;
}

img.icon-callout-image.circle {
	border-radius: 50%;
	background: white;
	margin-bottom: 10px;
}

.icon-callout.circle-wrapper  {
	text-align: center;
}

.icon-callout.circle-wrapper .icon-callout-inner {
	display: unset;
	text-align: center;
}

a.icon-callout-link {
	color: white;
	text-decoration: none;
}

h3.icon-callout-title {
	font-size: 28px;
	color: white;
	font-family: 'Avenir', 'Nunito', sans-serif;
	font-weight: 500;
	margin-bottom: 0px;
	margin-bottom: 10px;
}

.icon-callout-inner {
	margin-top: 0px;
	display: flex;
	justify-content: center;
}

p.icon-callout-paragraph {
	font-size: 22px;
	line-height: 30px;
}

/*------------------------------------*\
    DARK BLUE BACKGROUND SECTION
\*------------------------------------*/

.dark-blue-background .dark-blue-bg-inner .dark-blue-bg-content p {
	margin-bottom: 20px;
}

.dark-blue-background .title {
	font-size: 22px;
	font-family: 'Avenir', 'Nunito', sans-serif;
	font-weight: 500;
	margin-bottom: 40px;
}

.dark-blue-background .wp-block-column {
	margin-top: 20px;
}

.dark-blue-background .col-md-12 {
	margin-left: 0px;
	margin-right: 0px;
}

.dark-blue-background .wp-block-column:not(:first-child) {
	margin-left: 0px !important;
}

.dark-blue-background {
	background-color: #001940;
	color: white;
	font-size: 2rem;
	border-top: 1px solid white;
}

.has-bg,
.dark-blue-background.has-bg {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.dark-blue-background h2.page-title {
	margin-bottom: 18px;
	color: #EF4237;
}

.dark-blue-background .dark-blue-bg-inner {
	padding: 50px 0;
}

.dark-blue-background .dark-blue-bg-inner .dark-blue-bg-content {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

.dark-blue-background .dark-blue-bg-inner .dark-blue-bg-content p:last-child {
	margin-bottom: 0;
}

/*------------------------------------*\
    CURRENT PARTNERS
\*------------------------------------*/

.current_partners_wrapper {
	margin: 0 auto 0 auto;
}

.current_partners_wrapper > div.linespacer {
	margin: 10px auto 40px auto;
}

.current_partners_wrapper .current_partners_text {
	font-weight: bold;
}

.current-partners {
	text-align: center;
	padding: 0 20px 20px 20px;
	font-size: 2rem;
	background: #DADBE3;
    color: #7A819B;
}

.current-partners .current_partners_text {
	font-weight: bold;
	margin-bottom: 20px;
}

/*------------------------------------*\
    SUPPORT SECTION
\*------------------------------------*/

.support-section {
	padding: 75px 0;
	color: white;
	font-size: 2rem;
	font-weight: bold;
	background-color: #001940;
}

.support-section h2.page-title {
	color: white;
	margin-bottom: 30px;
	font-size: 4rem;
	font-style: italic;
}

.support-section.has-bg {
	background-position: center top;
}

.support-section a {
	color: white;
	font-size: 3rem;
	margin-top: 30px;
	display: inline-block;
	text-decoration: none;
}

.support-section a:focus,
.support-section a:active,
.support-section a:hover {
	text-decoration: underline;
}
.wrapper.max-width {
	max-width: 100%
}
.action-image-wrapper {
	position: absolute;
	top: 120px;
	left: 30px;
}
.action-image-wrapper .action-image {
	max-height: 220px;
	max-width: 270px;
}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

a.onward-button {
	font-weight: bold;
	text-decoration: none;
	font-size: 3rem;
	padding: 1rem 2rem;
	display: inline-block;
}

.form-wrapper.shadowed,
a.onward-button.shadowed {
	box-shadow: 0 0 15px rgba(0,0,0,.2);
}

a.onward-button-sm {
	font-size: 1.5rem;
	padding: .5rem 1rem;
}

.text-white { color: white; }
.text-orange { color: #EF4237; }
.text-primary { color: #E5505E; }
.soft-blue { color: #626B88; }

.bg-white { background-color: #ffffff; }
.bg-orange { background-color: #EF4237; }

/*------------------------------------*\
    Forms
\*------------------------------------*/
.form-wrapper label {
	position: relative;
	width: 100%;
}
.astrick {
    color: #A3A3A3;
    font-size: 10px;
    position: absolute;
    right: 0;
    bottom: 3px;
}
.form-control {
	border: none;
	border-bottom: 0.5px solid #000000;
	border-radius: 0px;
	background: #EDEDED;
}
#form_lostjob,
#form_lostjob form .form-control,
#form_lostjob .btn {
	font-size: 2rem;	
}

.form-page #form_lostjob#form_lostjob {
	z-index: 99;
	position: relative;
    padding-top: 170px;
    margin-top: 0;
}

#form_lostjob .instructions {
	font-size: 1.5rem;
	color: #333;
	font-style: italic;
}

.btn-primary {
    color: #fff;
    background-color: #EF4237;
    border-color: #EF4237;
}

.btn-primary:focus,
.btn-primary:active,
.btn-primary:hover {
    color: #fff;
    background-color: #C12521;
    border-color: #C12521;
}

.required {
	color: #EF4237;
}

.form-wrapper {
	width: 100%;
	max-width: 500px;
	padding: 20px;
	background: rgba(255,255,255,1);
	margin: 0 auto;
	color: #333;
}

.form-scroll {
	margin-top: -20px;
}
.form-scroll h2.page-title {
	margin-bottom: 20px;
}
.form-scroll-bg {
	 background-attachment: fixed; 
	 background-repeat: no-repeat; 
	 background-size: cover;
}
.form-scroll #form_lostjob {
	padding: 150px 0px;
}
.form-wrapper.long-form {
	height: 80vh;
	overflow-y: scroll;
}
.form-wrapper.long-form::-webkit-scrollbar {
    -webkit-appearance: none;
}

.form-wrapper.long-form::-webkit-scrollbar:vertical {
    width: 11px;
}

.form-wrapper.long-form::-webkit-scrollbar:horizontal {
    height: 11px;
}

.form-wrapper.long-form::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid white; /* should match background, can't be transparent */
    background-color: rgba(0, 0, 0, .5);
}


.form-disclaimer {
	margin-top: 20px;
}

#thankyou_page {
	font-size: 2rem;
}

#thankyou_page h2 {
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 4rem;
}

#thankyou_page a {
	color: #EF4237;
}

.form-page #form_partner,
.form-page #form_volunteer,
.form-page #form_lostjob {
	margin-top: 0px;
}

.opt-in-option {
	font-size: 2rem;
}

/*------------------------------------*\
    GENERIC PAGE
\*------------------------------------*/

.generic-content p, 
.generic-content h2,
.generic-content h3,
.generic-content h4,
.generic-content h5,
.generic-content ul {
	margin-bottom: 25px;
}

/*------------------------------------*\
    SIDEBAR
\*------------------------------------*/

.sidebar {
    height: 100%;
    max-width: 450px;
    padding: 25px;
    position: fixed;
    top: 0;
    z-index: 999;
    right: -600px;
    background-color: white;
    font-size: 15px;
    -webkit-transition: right .7s ease-in-out;
    -moz-transition: right .7s ease-in-out;
    -ms-transition: right .7s ease-in-out;
    -o-transition: right .7s ease-in-out;
    transition: right .7s ease-in-out;
    -webkit-box-shadow: 0px 10px 28px rgba(0,0,0,0.36);
    -moz-box-shadow: 0px 10px 28px rgba(0,0,0,0.36);
    box-shadow: 0px 10px 28px rgba(0,0,0,0.36);
}
.sidebar--wrapper {
    height: 85%;
    -ms-overflow-style: none;
    overflow: auto;
    overflow-x: hidden;
}
.sidebar--heading {
    font-size: 23px;
    line-height: 28px;
    color: #001940;
    margin-bottom: 27px;
}
.sidebar.active {
    right: 0;
}
.sidebar--content p {
    margin-bottom: 26px;
}
.sidebar--button {
    font-size: 18px;
    width: 100%;
    display: block;
    text-align: center;
    font-weight: bold;
	padding: 15px 0px;
	border: none;
}

/* MAKE HIDDEN FOR ADA OFFSCREEN */
.sidebar--button, .sidebarTrigger {
	visibility: hidden;
}
.sidebar.active .sidebar--button, .sidebar.active .sidebarTrigger {
	visibility: visible;
}

.sidebar--button:focus {
	text-decoration: underline;
}
.sidebarTrigger {
	background: none;
	border: none;
}
.sidebar--spacer {
    margin: 50px 0px;
    overflow: hidden;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
.sidebar--spacer:before,
.sidebar--spacer:after {
    background-color: #000;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
     width: 35%;
}
.sidebar--spacer:before {
  right: 0.5em;
  margin-left: -50%;
}
.sidebar--spacer:after {
  left: 0.5em;
  margin-right: -50%;
}

.sidebar--item {
  opacity: 0;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
}

.sidebar--item:first-child {
  -webkit-transition: all .7s .2s ease-in-out;
  -moz-transition: all .7s .2s ease-in-out;
  -ms-transition: all .7s .2s ease-in-out;
  -o-transition: all .7s .2s ease-in-out;
  transition: all .7s .2s ease-in-out;
}

.sidebar--item:nth-child(2) {
  -webkit-transition: all .7s .4s ease-in-out;
  -moz-transition: all .7s .4s ease-in-out;
  -ms-transition: all .7s .4s ease-in-out;
  -o-transition: all .7s .4s ease-in-out;
  transition: all .7s .4s ease-in-out;
}

.sidebar--item:nth-child(3) {
  -webkit-transition: all .7s .6s ease-in-out;
  -moz-transition: all .7s .6s ease-in-out;
  -ms-transition: all .7s .6s ease-in-out;
  -o-transition: all .7s .6s ease-in-out;
  transition: all .7s .6s ease-in-out;
}

.sidebar--item:nth-child(4) {
  -webkit-transition: all .7s .8s ease-in-out;
  -moz-transition: all .7s .8s ease-in-out;
  -ms-transition: all .7s .8s ease-in-out;
  -o-transition: all .7s .8s ease-in-out;
  transition: all .7s .8s ease-in-out;
}

.sidebar--item:nth-child(5) {
  -webkit-transition: all .7s 1s ease-in-out;
  -moz-transition: all .7s 1s ease-in-out;
  -ms-transition: all .7s 1s ease-in-out;
  -o-transition: all .7s 1s ease-in-out;
  transition: all .7s 1s ease-in-out;
}

.sidebar--item:nth-child(6) {
  -webkit-transition: all .7s 1.2s ease-in-out;
  -moz-transition: all .7s 1.2s ease-in-out;
  -ms-transition: all .7s 1.2s ease-in-out;
  -o-transition: all .7s 1.2s ease-in-out;
  transition: all .7s 1.2s ease-in-out;
}

.sidebar.active .sidebar--item {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}

/** Cookie Notices */
#cookie-notice {
	display: none;
}
#cookie-notice .cn-button {
	background: #001940;
	border-radius: 0px;
}
.onwardca #cookie-notice {
	display: initial;
}

 /*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (max-width:320px) {
	.primary-cta h2.super-large {
		font-size: 10vw !important;
		line-height: 10vw !important;
	}
}

@media only screen and (max-width:480px) {
	h2.page-title.how-it-works {
		font-size: 6.5vw;
	}
	.wp-block-columns.seal-columns {
		max-width: 100%;
		margin-top: 2rem;
	}
	.footer br {
		content: ' ';	
		display: inline-block;
		width: 0.5rem;
	}
	.footer .contact-email br {
		content: initial;
	}
	.stay-connected-bar .stay-connected-submit-button {
		font-size: 3.7vw;
	}
	.footer-link-object {
		font-size: 3.85vw;
	}
	.footer-small-text {
		font-size: 12px;
	}
	.header-banner {
		font-size: .8em;
	}
	.primary-cta a.onward-button.small-button {
		margin-top: 3vh;
	}
	.homepage .primary-cta a.onward-button.small-button {
		font-size: 12px;
	}
}

@media only screen and (max-width: 575px) {
	.primary-cta article h3 {
		font-size: 6.5vw !important;
	}
	.primary-cta article h3.mobile-small {
		font-size: 4.75vw !important;
	}
	.partner-page-inner p, #partner-page-outer .partner-text, .soft-blue-bg-inner p, .image-on-left-content p, .soft-blue-background .soft-blue-bg-content p {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 25px;
	}
	.partner-page-inner h2, .soft-blue-bg-inner h2, .onward-ca-partners h2.page-title, .image-on-left-content h2 {
		font-size: 24px;
		line-height: 28px;
		margin-bottom: 10px;
	}
	.linespacer {
		margin: 20px auto;
		width: 51vw !important;
	}
	.soft-blue-background {
		padding: 25px 0px 35px;
	}
	.rss-feed-section {
		padding-top: inherit;
	}
	.partner-list-outer-wrapper {
		margin: 10px 0px;
		padding: 0px;
	}
	#rss-display {
		padding-top: 5px;
	}
	ul.feed-items, .partner-items {
		display: flex !important;
		flex-wrap: wrap;
		margin-top: 0px;
	}
	ul.feed-items li.rss-feed-item, .partner-item {
		width: 50%;
		padding: 0px 5%;
	}
	#post-rss-feeds .feed-items .rss-feed-item {
		margin-bottom: 13px;
	}
	ul.feed-items li:nth-child(odd) {
		padding-left: 0;
	}
	ul.feed-items li:nth-child(even) {
		padding-right: 0;
	}
	.feed-item-intro h2 {
		margin-bottom: 5px;
	}
	.feed-item-intro p {
		margin-bottom: 12px;
		font-size: 12px;
		line-height: 16px;
	}
	.article-title {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 7px;
	}
	.article-pub-date, .article-short-description {
		font-size: 10px;
		line-height: 14px;
	}
}
@media only screen and (max-width: 600px) {

	.partner-items {
		display: block;
	}

	.sidebar {
		max-width: 100%;
	}
	.sidebar--heading {
		font-size: 22px;
	}
	.sidebar--button {
		font-size: 15px;
	}
	h3 strong br {
		display: none;
	}
	.footer-disclaimer p br {
		display: none;
	}
}

@media (max-width: 599px) {
	.dark-blue-bg-inner .wp-block-column {
		flex-basis: initial!important;
	}
	.wp-block-columns.seal-columns .wp-block-column {
		flex-basis: 25%!important;
	}
	.dark-blue-background .wp-block-column {
		width: 29%;
		padding: 0px 3%;
	}
	/** HOMEPAGE **/
	.primary-cta article {
		padding-top: 30px !important;
		padding-bottom: 30px;
	}
	a.onward-button.small-button {
		min-width: 50vw;
	}
	.partner-items .partner-item {
		display: block;
		margin: 5px auto 0px auto !important;
		max-width: 100% !important;
	}
	.partner-items .partner-item:last-child {
		margin-bottom: 0;
	}
	.partner-items .partner-item-prefix {
		margin-bottom: 20px;
		font-size: 16px;
	}
	.group-poweredby-line2 .partner-items .partner-item img {
		margin-bottom: 30px;
	}
	.dark-blue-background .dark-blue-bg-inner {
		padding: 10px 0px;
	}
	.dark-blue-background .title {
		font-size: 16px;
	}
	img.icon-callout-image {
		max-width: 100%;
	}
	img.icon-callout-image.circle {
		max-width: 80%;
	}
	h3.icon-callout-title {
		font-size: 4vw !important;
	}
	.dark-blue-background h2.page-title.small-title {
		font-size: 24px !important;
		margin-top: 25px !important;
		margin-bottom: 10px !important;
	}
	.circle-wrapper h3.icon-callout-title {
		font-size: 12px !important;
	}
	.dark-blue-background .dark-blue-bg-inner .dark-blue-bg-content p {
		font-size: 3vw;
		line-height: 14px;
	}
	.support-section h2.page-title {
		font-size: 2.3rem;
	}
	.support-section h2.page-title br {
		display: none;
	}
	.support-section a {
		margin-top: 25px;
		font-size: 2.3rem;
	}
	.step-number {
		font-size: 12px;
	}
	.step-icon {
		margin: 0 10px;
	}
	.step-text, .step-subtext {
		font-size: 3.5vw;
		text-align: left;
	}
	/** END HOMEPAGE **/
	.header-banner {
		font-size: 11px;
		padding: 10px;
	}
	h2.super-large {
		font-size: 15vw !important;
		line-height: 15vw !important;
		margin-top:1rem !important;
		max-width: 75% !important;
	}

}

@media (max-width: 781px) and (min-width: 600px) {
	.dark-blue-background .wp-block-column {
		flex-basis: 33.33%!important;
		flex-grow: 0;
	}
	p.icon-callout-paragraph {
		font-size: 1.5vw;
		padding-right: 10px;
	}
	h3 strong br {
		display: none;
	}
	.header-banner {
		font-size: 1.3em;
	}
}

@media (min-width: 600px) {
	.wp-block-columns.seal-columns .wp-block-column {
		flex-basis: 25%;
		flex-grow: 1;
		margin-left: 10px;
	}
	.header-banner {
		font-size: 1.3em;
	}
}

@media only screen and (max-width:767px) {
	.primary-cta article {
		padding-top: 0px;
	}
	.primary-cta .wp-block-columns {
		margin-top: 10px;
		flex-wrap: nowrap;
	}
	.primary-cta .wp-block-column.two-thirds {
		flex-basis: 66.66%!important;
	}
	.primary-cta .wp-block-column.one-third {
		flex-basis: 33.33%!important;
	}
	.primary-cta .wp-block-column, .primary-cta article h2, .primary-cta article h3 {
		text-align: left;
	}
	.primary-cta .wp-block-column {
		display: flex;
		align-items: center;
	}
	.primary-cta a.onward-button.small-button {
		font-size: 14px;
		line-height: 17px;
		padding: 15px;
	}
	.primary-cta article h2.super-large{
		line-height: 60px;
		max-width: 60%;
		margin-bottom: 35px;
	}
	.primary-cta article h3 {
		max-width: unset;
		font-size: 22px;
		line-height: 28px;
		padding-right: 10px;
	}
	/** HOMEPAGE **/
	.dark-blue-background .title {
		margin-bottom: 0px;
	}
	#partner-page-outer {
		padding: 35px 0 15px;
	}
	a.onward-button.small-button {
		font-size: 12px;
		line-height: inherit;
	}
	.split-bg-image,
	#post-landing-works .split-bg-image {
		min-height: 100%;
	}
	.wp-block-columns.seal-columns {
		max-width: 300px;
		margin-top: 3rem;
	}
	.image-on-left-content .vertical {
		position: relative;
		top: auto;
		-webkit-transform: none;;
		-ms-transform: none;
		transform: none;
	}
	.image-on-left-content {
		text-align: center;
	}
	.image-on-left-content{
		padding: 45px 0px 55px;
	}
	.image-on-left-content h2, .image-on-left-content p{
		text-align: center;
	}
	.image-on-left-content h2 {
		font-size: 22px;
	}
	.image-on-left-content p {
		max-width: 60vw;
		margin: 5px auto 30px;
	}
	.has-medium-font-size {
		font-size: 18px;
	}
	.primary-partners {
		margin-top: 20px;
	}
	.partner-items .partner-item-prefix{
		width: 100%;
	}
	.partner-items .partner-item {
		margin-bottom: 20px;
		margin: 0 1% 0px 1%;
		max-width: 18%;
	}
	.partner-items .partner-item img, .group-poweredby-line2 .partner-items .partner-item img {
		max-height: 100%;
   	 	max-width: 80%;
	}

	.domain-action-image {
		margin-top: 20px;
		text-align: center !important;
	}

	.action-image-wrapper {
		position: unset;
		margin-left: unset;
		max-width: 100%;
		width: 100%;
		text-align: center;
	}

	/** END HOMEPAGE **/
	.footer-links.text-right {
		text-align: center !important;
	}
	.footer-link-box {
		max-width: 100%;
		padding-left: 70px;
		padding-right: 70px;
		border-width: 1.5px;
	}
	.footer-disclaimer-section {
		margin-top: 90px;
	}
	.footer .footer-contact .footer-privacy a {
		padding-right: unset;
		padding: 0px 6px;
	}
	.footer-privacy {
		padding-bottom: 50px;
		border-bottom: 1px solid #fff;
		margin-bottom: 40px
	}
	.footer .domain-action-image {
		align-items: center;
		justify-content: center;
	}
	
	.footer .footer-inside {
		text-align: center !important;
		margin: 0px auto 20px;
	}
	
	.footer .logo {
		max-width: 100%;
		margin-bottom: 20px;
		margin-left: 0px
	}

	.footer-right-content .footer-usa-logo {
		margin-left: unset;
		max-width: 300px;
		width: 100%;
	}
	
	.form-page .vertical {
		position: relative;
		top: auto;
		-webkit-transform: none;;
		-ms-transform: none;
		transform: none;
		padding: 70px 0;
		padding-top: 150px !important;
	}
	
	.form-page .fullpage {
		height: auto;
	}
	
	.form-page .wrapper {
		width: 100%;
	}
	
	.form-page #form_partner,
	.form-page #form_volunteer,
	.form-page #form_lostjob {
		margin-top: 0;
	}
	
	.form-page #form_partner,
	.form-page #form_partner form .form-control,
	.form-page #form_partner .btn,
	.form-page #form_volunteer,
	.form-page #form_volunteer form .form-control,
	.form-page #form_volunteer .btn,
	.form-page #form_lostjob,
	.form-page #form_lostjob form .form-control,
	.form-page #form_lostjob .btn {
		font-size: 1.5rem;
	}

	.navbar-dark .navbar-brand {
		max-width: 160px
	}

	.footer .logo, .footer .footer-callsign {
		margin-top: 20px;
		margin-bottom: 20px;
		margin-right: 0px;
		margin-left: 0px;
		justify-content: center;
		max-width: 100%;
		display: flex;
	}
	.footer-right-content {
		margin-top: 30px;
		max-width: 100%;
	}
	.navbar-brand.logo, main section .wrapper.max-width, main section .col-md-12, .navbar-toggler {
		margin-left: 20px;
		margin-right: 20px;
	}
	
	.action-image-wrapper .action-image {
		max-height: 170px;
		max-width: 100%;
	}
	
	.home main .wrapper.max-width {
		width: auto;
	}

	h3 strong br {
		display: none;
	}
	#cookie-notice .cookie-notice-container {
		padding-bottom: 40px;
	}
}

@media only screen and (max-width:991px) {
	.navbar {
		height: 60px;
	}
	.navbar .navbar-nav {
		padding: 10px 30px;
		margin: 10px 30px;
		width: 100%;
	}
	.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
		color: rgba(0,0,0, 0.7) !important;
		border: 1px solid #000;
	}
	.navbar .nav-item .nav-link {
		color: black;
	}
	.navbar-collapse.collapse.show, .navbar-collapse.collapsing {
		background: rgba(255,255,255,0.97)
	}
	.navbar .navbar-nav .nav-item .under-link  {
		z-index: 0;
	}
	.navbar .navbar-nav .nav-item {
		margin-left: 2vw;
		margin-right: 2vw;
	}
	.navbar .navbar-nav .nav-item:last-of-type {
		margin-right: 2vw;
	}
	.action-image-wrapper {
		top: 85px;
	}
	.footer-disclaimer{ 
		max-width: 100%;
		padding: unset
	}
}

@media only screen and (max-width:1024px) {
	.wp-block-columns.seal-columns {
		max-width: 400px;
		margin-top: 4rem;
	}
	
	.social-icons li .social-network-icon {
		vertical-align: baseline;
	}
	
	.social-icons li a {
		padding-top: .5rem;
	}

	.dark-blue-background .wp-block-column {
		margin-top: 0px;
		padding: 0px 1%;
	}
	.icon-callout-inner {
		flex-wrap: wrap;
		text-align: center;
	}
	h3.icon-callout-title {
		font-size: 22px;
		margin-bottom: 6px;
	}
	p.icon-callout-paragraph {
		font-size: 16px;
	}
	
	.section-bg {
		width: 100%;
		background-position: top left;
	}
	
	.mt-50 {
		margin-top: 5rem !important;
	}
	
	.stay-connected-initial-outer {
		position: relative;
		margin: 0 auto;
		width: 100%;
	}
	
	.stay-connected-initial-outer .stay-connected-bar {
		width: 100%;
	}
	
	.stay-connected-bar .stay-connected-submit-button {
		line-height: 3rem;
		padding: 20px 0;
	}
	.image-on-left-content h2 {
		font-size: 2.5rem;
	}
	.image-on-left-content p {
		font-size: 16px;
	}
	.image-on-left-content {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.step-item {
		margin: 1rem 0;
		font-size: 1.15rem;
	}
	.step-object-inner {
		padding: 0px;
	}
	.volunteer-section .vertical {
		position: relative;
		top: inherit;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
	.volunteer-section .image-on-right-content {
		padding: 30px 0;
	}
}
@media only screen and (max-width: 1024px) {
	.action-image-wrapper {
		display: block;
		text-align: center;
	}
}
@media only screen and (max-width:1140px) {
	
}
@media only screen and (max-width:1280px) {
	
}

@media only screen and (max-width: 1500px) {
	
	.volunteer-section {
		font-size: 1.5rem;
	}
	
	.volunteer-section h2.page-title {
		font-size: 2rem;
	}
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}
@media only screen and (max-height: 654px) {
	.sidebar--wrapper {
		height: 67vh;
	}
	.sidebar--content p {
		margin-bottom: 16px
	}
	.sidebar--heading {
		margin-bottom: 16px
	}
	.sidebar--spacer {
		margin: 16px 0px;
	}	
}

@media only screen and (max-height: 812px) {
	@media only screen and (max-width: 387px) {
		.sidebar--content p {
			margin-bottom: 16px
		}
		.sidebar--heading {
			margin-bottom: 16px
		}
		.sidebar--spacer {
			margin: 16px 0px;
		}
	}
}

/* IPhone 5 Fixes */
@media only screen and (max-height: 820px) {
	@media only screen and (max-width: 320px) {
		.sidebar--content p {
			font-size: 12px !important;
		}
		.sidebar--heading {
			font-size: 19px;
		}
	}
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.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:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 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;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}


/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}