* {
	 box-sizing: border-box;
}
.scroll-offset:before {
    content: '';
    display: block;
    height: 60px;
    margin-top: -60px;
    visibility: hidden;
    z-index: -1;
}
.default-content .content-wrap {
	 padding: 1rem 0;
	 padding-left: 0;
}
.hero-quote {
	 margin: 0 2rem;
	 color: #0a535c;
	 text-align: center;
}
.hero-quote .quote {
	 font-size: 2.5rem;
	 line-height: 1;
	 font-weight: bold;
	 margin-bottom: 1rem;
}
.hero-quote .quote.long-quote {
	 font-size: 1.25rem;
}
 .quote-author {
	 margin-top: 1rem !important;
    font-size: 15px  !important;
}
.opportunity-callout {
	 margin: 1rem 0;
	 background: black;
	 padding: .5rem 0;
	 text-align: center;
}
.opportunity-callout p {
	 color: white;
	 font-size: 1.25rem;
	 font-weight: bold;
	 margin-top: 2px;
	 margin-bottom: 7px;
}
.opportunity-callout p span {
	 border-bottom: 1px solid #fff;
}
.content-section-1 {
	 margin: 0 2rem;
	 font-size: 1rem;
}
.content-section-1 strong {
	 font-style: italic;
}
em {
	 font-style: italic;
}
.col-1 {
	 float: left;
	 padding: 1rem;
}
.col-2 {
	 float: left;
	 padding: 1rem;
}

.color-block-section:not(.faq) a {
    color: white;
}
.left-image {
	 display: flex;
	 align-items: stretch;
}
.left-image:after {
	 content: "";
	 clear: both;
	 display: table;
}
.left-image .col-1 {
	 width: 40%;
}
.left-image .col-2 {
	 width: 60%;
}
.right-image {
	 display: flex;
	 align-items: stretch;
}
.right-image:after {
	 content: "";
	 clear: both;
	 display: table;
}
.right-image .col-2 {
	 width: 40%;
}
.right-image .col-1 {
	 width: 60%;
}
img {
	 max-width: 100%;
}
.teal {
	 background: #0A525B;
	 color: white;
}
.orange {
	 background: #F39502;
	 color: white;
}
.blue {
	 background: #04BCCD;
	 color: white;
}
.purple {
	 background: #7B4584;
	 color: white;
}


.green {
	 background: #069468;
	 color: white;
}
.color-block-section h4 {
	 font-size: 2rem;
	 line-height: 1;
	 margin: 10px 0;
         text-decoration: none;
}
.color-block-section h4 a{
	text-decoration: none ;
}
.color-block-section h4 a:after {content: '\f138';padding-left: 5px;font-family: 'FontAwesome'; font-size: 1.5rem;}

.color-block-section ul {
	 font-size: 1rem;
	 list-style: disc;
	 line-height: 1.25;
	 margin: 10px 0;
}
.color-block-section img {
	 max-height: 300px;
	 width: auto;
	 margin: 0 auto;
    vertical-align: middle;
    display: inline;
}
.color-block-section li a {
    text-decoration: none;
}

.color-block-section > div > div:after {
	content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.columns-2 .col1 {
	 width: 50%;
	 float: left;
}
.columns-2 .col2 {
	 width: 50%;
	 float: left;
}
.columns-2:after {
	 content: "";
	 clear: both;
	 display: table;
}
.clearfix:after {
	 content: "";
	 clear: both;
	 display: table;
}
.main-wrap h3 {
	 color: #0a535c;
	 text-align: center;
	 font-size: 2.5rem;
	 line-height: 1;
}
h1 {
	 color: #0a535c;
	 text-align: center;
}
.typography h2 {
	 font-weight: lighter;
	 font-size: 2.5rem;
	 text-align: center;
	 color: #0a535c;
	 margin-bottom: 10px;
}
.typography p.h2-subheader {
	 margin-top: 10px;
	 font-size: 1.5rem;
	 line-height: 1;
	 text-align: center;
	 width: 65%;
	 margin: 0 auto;
}
.typography .section-4 ul {
	 color: #fda102;
	 text-align: center;
	 list-style-type: disc;
	 list-style-position: inside;
	 font-size: 1.1rem;
	 line-height: 1.2;
	 font-weight: bold;
}
.typography .section-4 ul li {
	 margin-bottom: 5px;
}
.video2 p {
	 font-size: 1.3rem;
	 line-height: 1.2;
}
.video1 p {
	 font-size: 1.3rem;
	 line-height: 1.2;
	 margin-top: 0;
}
.section-1 {
	 background-color: #EBEBEB;
	 padding: 1rem;
}
.section-1 p {
	 font-size: 1.3rem;
	 line-height: 1.2;
	 text-align: center;
}
.section-2 {
	 background-color: #EBEBEB;
	 padding: 1rem;
}
.section-2 p {
	 font-size: 1.3rem;
	 line-height: 1.2;
	 text-align: center;
}
.teal-callout {
	 background: #0A525B;
	 color: white;
	 text-align: center;
	 padding: 1px 0;
	 font-size: 2rem;
	 line-height: 1;
}
.teal-callout p  {
	 margin: 0;
	 font-size: 2rem !important;
}
.purple-callout {
	 background: #0A525B;
	 color: white;
	 text-align: center;
	 padding: 1px 0;
	 font-size: 2rem;
	 line-height: 1;
}
div.purple-callout h3 {
	 margin: 0;
	 font-size: 2rem;
	 color: white !important;
    padding: .5rem 0;

}

.section-3 {
	 padding: 1rem;
	 color: #0a535c;
}
.section-3 p {
	 font-size: 1.4rem;
	 line-height: 1.2;
	 text-align: center;
}
.section-4 {
	 background: #0A525B;
	 padding: 1rem;
	 color: white;
}
.section-4 h3 {
	 color: white;
	 font-weight: lighter;
}
.section-4 .callout {
	 text-align: center;
	 font-size: 1.2rem;
	 line-height: 1.2;
	 font-weight: bold;
	 width: 90%;
	 margin: 0 auto;
}
.section-4 p {
	 font-size: 1rem;
	 line-height: 1.3;
}
 .section-4 .source {
	 text-align: center;
}
div.more-resources h3 {
	 color: white !important;
	 background: #6d6b6c;
	 padding: 1rem 0;
	 padding-bottom: .5rem;
	 margin-top: 0;
}
.section-7 {
	 background: #EBEBEB;
	 padding: 1rem;
}
.section-7 .col1 {
	 width: 60%;
}
.section-7 .col2 {
	 width: 40%;
}
.section-7 h3 {
	 text-align: left;
}
.section-7 p {
	 font-size: 1.3rem;
	 line-height: 1.2;
}
.section-7 .callout {
	 color: #F39502;
	 font-weight: bold;
}
.section-7 ul {
	 font-size: 1.3rem;
	 line-height: 1.2;
}
h4 {
	 font-size: 1.3rem;
}
.section-6 {
	 padding: 1rem;
	 font-size: 1.3rem;
	 line-height: 1.2;
	 text-align: center;
	 color: #0A525B;
}

video {
    width: 100%;
}


.video-container span {
    position: absolute;
    bottom: 6rem;
    left: 0;
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 1.5rem;
}

.video-container {
    position: relative;
overflow: hidden;
}

.video-placeholder a {
    position: absolute;
    display: block;
    z-index: 1;
    height: 100%;
    width: auto;
}

.video-playing.video-placeholder {
    display: none;
}

.top-video video {
    max-width: 100%;
    height: auto;
}

.video {
    width: 100%;
}

.header-image-below {
    background: #ebebeb;
    padding-top: 6rem;
    padding-bottom: 2rem;
    margin-top: -5rem;
}

.video1,
.video2 {
    padding: 1rem;
    padding-top: 0;
}

.video1 .col2,
.video2 .col2 {
    padding-left: 1rem;
}

.section-7.columns-2 {
    background-image: url("../image/MovementDangersofSitting-2.png");
    background-size: cover;background-position: bottom right;
}

.typography div p,
.typography div ul,
.typography div strong {
    line-height: 1.2; 
    font-size: 1.3rem;
}


#engaging > div, #helping > div, .learning-experiences {
    padding-left: 1rem;
    padding-right: 1rem;
}


.future-proof .section-5.columns-2 {
    padding-right: 0;
    background: #D6C0DB;
}
 

.more-resources {
    padding: 0 !important;
}

.columns-2.sixty5-thirty5 .col1 {
    width: 65%;
}

.columns-2.sixty5-thirty5 .col2 {
    width: 35%;
}


.grey-background {
    padding: 1rem;
    background-color: #797979;
margin: 0;
}

.white-text {
    color: white !important;
}

.left-align {
    text-align: left !important;
}

.center-align {
    text-align: center;
}

.right-align {
    text-align: right !important;
}

.blue-container.columns-2 {
    display: flex;
    align-items: center;
}

.sixty-forty .col1 {
    width: 40%;
}

.sixty-forty .col2 {
    width: 60%;
}

.blue-container .col2 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.blue-container {
    background-color: #D5EBF6;
}

p.blue-text {
    color: #309ED5;
}


p.grey-text {
    color: #666;
}

p.subheading {
    font-size: 1.4rem !important;
}

.video1.columns-2 {
    display: flex;
    align-items: center;
}

.quote-callout-inverse-blue {
    background: #0A525B;
    padding: 1rem;
}

.quote-callout-inverse-blue p {
    color: white;
}

.quote-callout-inverse-blue .quote {
    font-size: 2rem;
    line-height: 1.2;
}

.button {
    background: white;
    display: inline-block;
    padding: 6px 10px 4px;
    font-size: 1.2rem;
}

.green .button a {
    color: #069468;
text-decoration: none;
}

.typography ul {
   list-style: disc;
}

.more-resources-row {
    display: flex;
    justify-content: space-evenly;
    padding-bottom: 3rem;
    text-align: center;
}
h4.resource-subheader {
    margin-bottom: 5px;
    color: #666 !important;
font-size: 14px;
}


h4.resource-subheader a,
.more-resources-row a {

    color: #666 !important;
}

p.resource-content {
    margin: 0;
    font-size: 14px !important;
    color: #666;
}
.col-2nd {
    width: 50%;
padding: 0 .5rem
}
.col-3rd {
    width: 30%;
padding: 0 .5rem
}
.col-4th {
    width: 25%;
padding: 0 .5rem
}

.resource-image {
display: block;height: 0;overflow: hidden;position: relative;z-index: 1;padding-bottom: 56.25%;}

.resource-image img {
    bottom: 0;
    display: block;
    height: auto;
    left: 0;
    margin: auto;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    max-width: 100%;
    height: auto;
    border: 0;
    max-height: 150px;
}

strong a {
    font-style: normal;
}

.faq li a,
.faq h4 a  {
    text-decoration: none;
}

.resource-subheader a, .resource-content a {
    text-decoration: none;
}

@media(max-width: 768px) {
	.left-image, .right-image {flex-direction: column;}

.right-image .col-1 {
    width: 100%;
}

.right-image .col-2 {
    width: 100%;
}
.left-image .col-1 {
    width: 100%;
    text-align: center;
}

.left-image .col-2 {
    width: 100%;
}

.right-image .col-2 {
    order: 0;
}
.right-image .col-1 {
    order: 1;
}

.color-block-section img {
    height: auto !important;
    max-width: 100% !important;
    margin: 0 auto;
}

.columns-2 .col1 {
    width: 100%;
    padding-bottom: 1rem;
}

.columns-2 .col2 {
    width: 100%;
}

.columns-2 {
    display: block !important;
}

.section-7.columns-2 {
    background-image: none;
}

.columns-2 .col1 {
    width: 100%;
    padding-bottom: 1rem;
}

.columns-2 .col2 {
    width: 100%;
}

.columns-2 {
    display: block !important;
}

.section-7.columns-2 {
    background-image: none;
}

.col-4th,
.col-3rd {
    flex-basis: auto;
    width: 100%;
}

.more-resources-row {
    flex-direction: column;
}

.empowering-hero-image .overlay-text {
    position: static !important;
    width: 100%;
    transform: none;
}

.empowering .empowering-hero-image h3.white-text {
    color: #FDA101!important;
    padding-top: 1rem;
}
.empowering-hero-image >div {
    position: relative;
}

.emotional-relief .blue-container .col1 {
    display: none;
}
}