/*
Theme Name: Astra Child Theme
Description: Astra Child Theme
Template: astra
Version: 1.0.0
*/
h1, h2, h3, h4, small {
    font-family: "proxima-nova";
    color: #063649;
}


b, strong {
    color: #063649;
    font-weight: 700;
}
ul, li {
    color: #000;
}
small {
    font-size: 80%;
    font-weight: 700;
}

.show-moblie {
    display: none;
}
.cust-story {
    padding-top: 0px !important;
}
.resource-inner-container h2 {
    font-size: 33px;
    line-height: 40px;
    font-weight: 700;
}
#primary-inner {
    width: 100%;
    padding-top: 0px;
}
.resource-categories {
    margin: 27px 0 0 0;
    padding-bottom: 75px;
    display: flex;
    width: 100%;
    align-items: center;
}
.resource-categories > div {
    display: flex;
    width: 100%;
}
.resource-categories button {
    display: none;
}
.resource-categories-list {
    width: 100%;
}
.resource-categories-list-items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 0 20px;
    width: 100%;
}
.resource-categories > span, .resource-categories-list span {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    flex: none;
}
.resource-categories-list a {
    color: #000;
    display: inline-block;
}
.resource-categories-list a.active {
    border-radius: 20px;
    background: #209DB2;
    color: #fff;
    padding: 5px 15px;
}
.resource-categories-list button {
    display: none;
}
.resource-container {
    width: 77%;
    max-width: 1140px;
    margin: 0 auto;
    padding-top: 20px;
}
/*@media (min-width: 576px) {
    .resource-container {
        width:59%;
    }
}*/
.resource-inner-container {
    width: 66%;
    max-width: 1140px;
    margin: 0 auto;
    padding-top: 104px;
}
@media (min-width: 768px) {
    .resource-inner-container {
        width: 66%;
    }
}
@media (min-width: 576px) {
    .resource-inner-container {
        width: 66%;
    }
}
.resource-search {
    margin-bottom: 20px;
}
.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group > input {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border: 1px solid #ced4da;
}
.resource-block {
    margin-top: 10px;
    margin-bottom: 40px;
}
.resource-block-heading {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    padding: 15px 0;
    margin-bottom: 18px;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    color: #063649;
    position: relative;
    cursor: pointer;
    font-family: "proxima-nova";
}
.resource-block-heading:after {
    content: '\e877';
    font-family: elementskit !important;
    font-weight: 400;
    position: absolute;
    right: 0;
}
.resource-block.open .resource-block-heading:after {
    content: '\e878 ';
}
.page-heading {
    border-bottom: 1px solid #aaaaaa;
    padding-bottom: 27px;
}
.page-heading h1 {
    margin-bottom: 0px;
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: 56px;

}
.resource-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -0.75rem;
    margin-left: -0.75rem;
}
.resource-row > * {
    max-width: 100%;
    padding-right: .75rem;
    padding-left: .75rem;
}
.resource-col-left {
    flex: 0 0 auto;
    width: 20%;
}
.resource-col-right {
    flex: 0 0 auto;
    width: 80%;
}
.resource-category-block-header a {
    color: #209DB2;
    font-size: 16px;
    font-weight: 700;
}
.resource-category-posts {
    padding-bottom: 88px;
}
.resource-category-block-header {
    display: flex;
    justify-content: space-between;
}
.resource-post-grid {
    width: 100%;
    height: 100%;
    display: flex;
    gap: 32px;
}
.resource-post-grid .grid-left {
    width: 66.66%;
}
.resource-post-grid .grid-right {
    width: 33.33%;
}
.resource-post-grid .grid-left a {
    display: flex;
    flex-direction: column;

    border-radius: 3px;
}

.resource-post-grid .grid-left .abs_image {
    margin-bottom: 21px;
    height: 232px;
    border-radius: 3px;
}
.resource-post-grid .grid-left .abs_image img {
    object-fit: cover;
    object-position: center;
    border-radius: 3px;
}
.resource-post-grid .grid-right .item-2 {
    margin: 20px 0 0;
}
.resource-post-grid .grid-right .abs_image {
    height: 112px;
    overflow: hidden;
    border-radius: 3px;
}
.resource-post-grid .grid-right .abs_image img {
    object-fit: cover;
    object-position: center;
    border-radius: 3px;
}
.resource-post-grid .abs_image {
    background-size: cover;
}
.resource-post-grid img {
    display: block;
    width: 100%;
    margin-bottom: 21px;
}
.resource-category-block-header h3 {

    color: #063649;
    font-weight: 700;
    font-family: "proxima-nova";
}
.resource-category-posts h4 {
    color: #063649;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
}
.resource-category-posts a {
    color: #063649;
}
.resource-block-body {
    display: none;
}
.resource-block.open .resource-block-body {
    display: block
}
.resource-block-body label {
    display: block;
    font-size: 14px;
    font-weight: 400;
}
.resource-row {
    margin-bottom: 50px;
}
input[type="search"] {
    height: 35px;
    border: 0.5px solid #979191;
}
.input-group-text {
    font-size: 12px;
    border: 0.5px solid #979191;
}
.resource-filters span {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.column-grid {
    display: flex;
    flex-wrap: wrap;
    margin-right: calc(-.5 * 1.5rem);
    margin-left: calc(-.5 * 1.5rem);
}
.column-grid-post {
    width: 33.33%;
    padding-bottom: 40px;
    padding-top: 40px;
    padding-right: calc(1.5rem * .5);
    padding-left: calc(1.5rem * .5);
}
.column-grid-post h4 {
    color: #063649;
    font-size: 20px;
    line-height: 26px
}
.column-grid-post a {
    color: #063649;
}
.column-grid-post img {
    display: block;
    width: 100%;
    border-radius: 3px;
    height: 112px
}
.video-image img {
    height: 180px
}
.customer-story-image {
    border-radius: 3px;
    background: var(--primary-white, #FFF);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 24px;
    height: 112px;
    padding: 0 20px;
    display: flex;
    align-items: center;
}
.customer-story-image img {
    height: auto;
    max-width: 100%;
}
.pagination {
    margin: 20px 0 0;
    display: flex;
    justify-content: center;
}
.pagination .navigation ul {
    display: flex;
    list-style: none;
    margin: 0px;
}
.pagination .navigation ul li a {
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    padding: 8px 15px;
    margin: 0 5px;
    font-size: 14px;
}
#video_modal {
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 99999;
}
#video_modal_close {
    position: absolute;
    right: 20px;
    top: 20px;
    background: black;
    color: #ffffff;
    padding: 10px;
    border-radius: 10px;
    cursor: pointer;
}
#video_modal_inner {
    width: 75%;
    height: 75%;
}
.m-expander-text__title-container {
    border-bottom: 1px solid #979797;
    padding-top: 50px;
    margin-bottom: 50px;
}
.m-video__video-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.m-video__video-container:after {
    content: '';
    background-image: url(images/play.svg);
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    transition: all .3s ease-in;
    background-repeat: no-repeat;
    background-position: center center;
}
.key_outcomes {
    background-image: url(https://tacklenew.wpenginepowered.com/wp-content/uploads/2024/01/Mask-group-3.png);
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 470px;
    background-position: center;
	margin-top:88px;

}
.key_outcomes-body {
    display: flex;
    flex-wrap: wrap;
    margin: 50px 0;
    padding: 0 0 30px;
    color: #ffffff;
}
.key_outcomes-body-inner {
    width: 50%;
    margin: 0 0 30px;
}
.key_quotes {
    background-image: url(https://tacklenew.wpenginepowered.com/wp-content/uploads/2024/01/Mask-group-3.png);
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 470px;
    background-position: center;
	margin-top:88px;
}
.key_quotes_title {
   color: #23A4B9;
   
    font-weight: 800;
    text-transform: uppercase;
    
}
.resource-single .site-content .ast-container {
    display: block;
}
.resource-single .ast-container {
    padding: 0;
    max-width: none;
}
.bg-single {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 400px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
}
.bg-single p {
    color: #ffffff;
    margin: 0 0 10px;
}
.bg-single h1 {
    color: #ffffff;
    font-size: 48px;
    font-weight: 800;
    line-height: 56px;
}
.bg-single.bg-1 {
    background-image: url("https://tacklenew.wpenginepowered.com/wp-content/uploads/2024/03/post_header_images.jpg");
    height: 725px;
}
.resource-link {
    position: relative;
    transition: all .3s ease-in;
    display: flex;
    align-items: flex-start;
    margin: 0 0 30px;
    padding-left: 44px;
}
.resource-link::before {
    content: '';
    background-image: url("images/arrow.svg");
    background-repeat: no-repeat;
    transition: left .3s ease-in-out;
    transform: translateY(-50%) rotate(180deg);
    position: absolute;
    left: 0px;
    top: 50%;
    width: 42px;
    height: 11px;
}
.report__navigation {
    list-style: none;
    margin: 0;
}
.report__navigation li {
    padding: 0 0 0.9375rem;
    margin: 0 0 0.9375rem;
    border-bottom: 1px solid #D8D8D8;
}
.report__navigation a {
    font-family: "Open Sans";
    font-size: 13px;
    line-height: 1.375rem;
    color: #063649;
}
.report-col-left {
    float: left;
    width: 20%;
}
.report-col-right {
    float: right;
    width: 80%;
    padding-left: 32px;
}
img.shadow {
    box-shadow: 0 3px 19px 0 rgba(0, 0, 0, 0.20);
    border-radius: 3px;
}
.block_story {
    display: flex;
    gap: 32px;
    padding: 104px 0 104px 0;
    background: #F1F1F1;
}
.block_story .block_story_container {
    display: flex;
    gap: 32px;
    width: 90%;
    max-width: 1320px;
    margin: 0 auto;
}
.latest_video_block h3 {
    color: #063649;
    line-height: 28px;
}
.block_story_content {
    width: 50%;
}
.block_story_content h3 {
    color: #063649;
    line-height: 28px;
}
.block_story_content p {
    font-style: normal;
    font-weight: 400;
    margin-bottom: 10px;
}
.block_story:nth-child(even) {
    background: #fff;
    padding: 104px 0 104px 0;
}
.block_story:nth-child(even) .block_story_container {
    flex-direction: row-reverse;
}
p.outcome {
    /* font-family: "Proxima Nova"; */
    color: var(--soft-purple, #7B00A8);
}
a.secd-btn {
    background: #ffb300;
    border-radius: 3px;
    padding: 13px 16px;
    color: var(--primary-Dark-teal, #063649);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
a.secd-btn:hover {
    background: #fff;
    color: var(--primary-Dark-teal, #063649);
    border: 1px solid #063649;
}
.block-node {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: #063649;
    padding-top: 24px;
}
#section_latest_videos {
    width: 90%;
    margin: auto;
    display: grid;
    grid-gap: 32px;
    padding-top: 104px;
}
#latest_video_header {
    display: flex;
    justify-content: space-between;
}
#latest_videos {
    display: flex;
    gap: 32px;
    padding: 0 0 104px 0;
}
.latest_video_block {
    padding: 0;
}
.latest_video_block img {
    border-radius: 3px;
    box-shadow: 0 3px 19px 0 rgba(0, 0, 0, 0.20);
}
div#latest_video_header h3 {
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 32px;
}
#latest_video_header a {
    color: #209DB2;
    font-size: 16px;
    font-weight: 700;
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    margin-right: 10px;
    height: 16px;
    width: 16px;
    vertical-align: middle;
}
.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
}
.form-check-input:checked[type=checkbox] {
    background-image: url(data:image/svg+xml,%3csvg xmlns= 'http://www.w3.org/2000/svg' viewBox= '0 0 20 20' %3e%3cpath fill= 'none' stroke= '%23fff' stroke-linecap= 'round' stroke-linejoin= 'round' stroke-width= '3' d= 'M6 10l3 3l6-6' /%3e%3c/svg%3e);
}
.form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
}
.form-check-input[type=checkbox] {
    border-radius: 0.25em;
}
.form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
}
.filter-check-box {
    padding-top: 10px;
    padding-bottom: 10px
}
small {
    color: #5C5C5C;
    font-weight: 700;
}
.post-tags {
   
}
.post-tags a {
    display: inline-block;
    margin: 0 10px 0 0;
    font-family: "Open Sans";
    font-size: 12px;
    line-height: 17px;
    color: #063649;
    margin-right: 15px;
}
.post-author {
    font-family: "Open Sans";
    font-size: 12px;
	  margin-bottom:15px;
}
.post-share {
    clear: both;
    border-top: 1px solid #cccccc;
    padding: 10px 0 0;
	    margin-top: 30px;

}
.post-share a {
    margin: 0 10px 0 0;
    display: inline-block;
}
.post-share svg {
    width: 32px;
    height: 32px;
}
.related-posts {
    clear: both;
    margin: 0px 0 0;
    padding-top: 104px;
}
.related-posts-top {
    display: flex;
    justify-content: space-between;
    margin: 0 0 30px;
}
.related-posts-top p {
    font-size: 32px;
    font-weight: 700;
    color: #063649;
    margin: 0;
}
.related-posts-top a {
    color: #209DB2;
    font-weight: 700;
}

.resource-post-columns .column-item {
    width: 100%;
}
.resource-post-columns .column-item .abs_image {
    background-size: cover;
    background-repeat: no-repeat;
    height: 112px;
    overflow: hidden;
    border-radius: 3px;
}
.resource-post-columns .column-item .abs_image.customer-stories {
    background-size: contain;
    background-position: center;
}
.abs_image.customer-story {
    background-size: contain !important;
    background-position: center;
    background-repeat: no-repeat;
}
.column-grid-post .abs_image {
    height: 112px;
    overflow: hidden;
    border-radius: 3px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.resource-inner-container p {
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    color: #000;
    margin-bottom: 10px;
}

.page-heading p {
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    color: #000;
}
.resource-category-block h3 {
    margin-bottom: 29px;
    font-weight: 700;
}
.resource-category-posts p {
    color: #000;
}
.related-posts-top h2 {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
}
.story-bnt {
    margin-top: 20px;
    margin-bottom: 20px;
}
.story-heading{font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 20px}

.key_outcomes-body-inner h3 {
    color: #ffb300;
    border-left: 2px solid;
    text-align: left;
    padding-left: 10px
}
.key_outcomes-body-inner p{
	 color: #fff;
    text-align: left;
	
}
.key_quotes p {
    color: #fff;
}
.storty-high-key{text-align: center;
    font-size: 64px !important;
    color: #23A4B9;
    text-transform: uppercase;
font-weight: 800 !important;}

.report__sticky__title {
    
    font-size: .75rem !important;
    color: #A1A09A !important;
    font-weight: 700 !important;
    
}

.resource-inner-container h3 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 20px;
}

.report-col-right .post-tags {
    margin-bottom: 20px;
}
.customer-stories {
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 24px;
}
.video-tag .post-tags {
    margin-bottom: 1.5em;
}

@media only screen and (max-width: 991px) {
    .resource-categories, .resource-categories-list {
        display: block;
    }
    .resource-categories-list {
        margin: 20px 0 0;
        position: relative;
        padding: 0 20px;
        overflow: hidden;
        height: 40px;
    }
    .resource-categories-list-items {
        overflow: hidden;
        white-space: nowrap;
        display: flex;
        gap: 20px;
        align-items: center;
        width: auto;
        margin: 0;
        left: 0;
        right: 0;
        position: absolute;
    }
    .resource-categories button {
        display: block;
        position: absolute;
        background: none;
        padding: 0;
        top: 30px;
    }
    .resource-categories button.move-left {
        left: -15px;
    }
    .resource-categories button.move-right {
        right: -15px;
    }
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
 .resource-post-columns{
		flex-wrap: wrap;
	}
.video-image img {
    height: auto;
}	
	
	.resource-inner-container {
	  width: 90%;}
	.bg-single.bg-1 {
  
    height: 0;
}
	
	.resource-col-left {

        width: 100%;
    }
    .resource-post-grid {
        display: block;
    }
    .resource-post-grid .grid-left {
        width: 100%;
        padding-bottom: 20px;
    }
    .resource-container {
        width: 90%;
    }
    .resource-col-right {

        width: 100%;
    }
    .resource-post-grid .grid-left .abs_image {

        height: ;

    }
    .resource-post-grid .grid-right {
        width: 100%;
    }
    .resource-post-grid .grid-right .abs_image {
        height: ;

    }
    .hide-moblie {
        display: none;
    }
    a.show-moblie {
        display: flex;
        height: 48px;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        border-radius: 3px;
        border: 1px solid #209DB2;
        background: #FFF;
        margin-top: 24px;
        color: #209DB2;
        font-weight: 700;
    }

    .column-grid-post {
        width: 100%;
    }
.bg-single h1 {
    font-size: 30px;
    line-height: 30px;
}
	
	.resource-category-posts h4 {
		font-size:24px;
	}	
	
	.resource-category-posts p{
		font-size: 16px;
		line-height:28px;
	}
	
.resource-inner-container p {
   
	font-size: 16px;
	line-height:28px;}
	
	
	.storty-high-key{
		font-size: 30px !important;
	}
	
	
}
/* Small devices (portrait tablets and large phones, 600px and up) */
/* @media only screen and (min-width: 600px) {
    
} */
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 768px) {
    .resource-col-left {
        width: 100%;
    }
.video-image img {
    height: auto;
}	
.resource-inner-container {
    width: 92%;
}	
    .resource-post-grid {
        display: block;
    }
    .resource-post-grid .grid-left {
        width: 100%;
        padding-bottom: 20px;
    }
    .resource-container {
        width: 90%;
    }
    .resource-col-right {

        width: 100%;
    }
    .resource-post-grid .grid-left .abs_image {

        height: ;

    }
    .resource-post-grid .grid-right {
        width: 100%;
    }
    .resource-post-grid .grid-right .abs_image {
        height: ;

    }


}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  
	
	.resource-container {
        width: 79%;
    }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .resource-container {
        width: 74%;
    }
}
