@keyframes animatedBackground {
    0% { background-position: 0 0; }
    100% { background-position: 300px 0; }
}
@-moz-keyframes animatedBackground {
    0% { background-position: 0 0; }
    100% { background-position: 300px 0; }
}
@-webkit-keyframes animatedBackground {
    0% { background-position: 0 0; }
    100% { background-position: 300px 0; }
}
@-ms-keyframes animatedBackground {
    0% { background-position: 0 0; }
    100% { background-position: 300px 0; }
}
@-o-keyframes animatedBackground {
    0% { background-position: 0 0; }
    100% { background-position: 300px 0; }
}
@keyframes animatedBackground2 {
    0% { background-position: 0 0; }
    100% { background-position: 300px 0; }
}
@-moz-keyframes animatedBackground2 {
    0% { background-position: 0 0; }
    100% { background-position: 300px 0; }
}
@-webkit-keyframes animatedBackground2 {
    0% { background-position: 0 0; }
    100% { background-position: 300px 0; }
}
@-ms-keyframes animatedBackground2 {
    0% { background-position: 0 0; }
    100% { background-position: 300px 0; }
}
@-o-keyframes animatedBackground2 {
    0% { background-position: 0 0; }
    100% { background-position: 300px 0; }
}
.home_portal_btn {
    display:flex;
    flex-flow:column;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    background-color:#ececec;
    padding:18px 50px 18px 18px;
    border-radius:14px;
    background-image: url(../svg/click_brand.svg);
    background-position: right center;
    background-repeat:no-repeat;
    background-size:auto 60%;
    transition: all 400ms ease-in-out;
}
.home_portal_btn p strong {
    font-size:1.4rem;
    color:#DA7E07;
}
.home_portal_btn:hover {
    background-color:#ffba5f;
    background-size:auto 66%;
    transition: all 400ms ease-in-out;
}
.pointer {
    cursor:pointer;
}
.contact_bg {
    background-image: url(../img/education/wcrp_module_scene_ideal_desktop.png), url(../svg/interactive/sustainable_community/bg_clouds.svg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    background-attachment: fixed;
    background-color: rgb(181, 221, 236);
    transition: all 600ms ease-in-out;
}
.w-94 {
    width:86%;
}
.wcrp_contact_form form div{
    width:100%;
}
.contactwindow {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
    min-height:75vh;
}
.contact_sign {
    display:block;
    width:80%;
    height:auto;
    padding:20px;
    background-color:white;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    border-radius:30px;
    border:4px solid #007daf;
    margin:0 auto;
}
.wcrp_contact_form {
    padding:20px;
    background-color:white;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    border-radius:30px;
    border:4px solid #007daf;
    margin:0 auto;
}
.calltoactionContainer {
    display:flex;
    position:fixed;
    width:550px;
    height:400px;
    bottom:0;
    right:0;
    z-index: 2147483647 !important;
}
.ghostbtn {
    display:flex;
    position:absolute;
    height:100px;
    width:80%;
    bottom:0;
    right:0;
    cursor:pointer;
}
.cta1-es {
    background-image: url(../img/education/Pop-up-registro-es-01.png);
    background-position: center center;
    background-repeat:no-repeat;
    background-size:contain;
}
.cta1-en {
    background-image: url(../img/education/Pop-up-registro-en-01.png);
    background-position: center center;
    background-repeat:no-repeat;
    background-size:contain;
}
.program_logos {
    width:100%;
    display:flex;
    flex-flow:row;
    justify-content:space-between;
    align-items:center;
    overflow-x:scroll;
    overflow-y:hidden;
    padding:0;
    margin:0;
    margin-bottom:-20px;
}
img.cdbg_link {
    width:100px;
    height:auto;
}
img.housing_link {
    width:200px;
    height:auto;
}
img.wcrp_link {
    width:120px;
    height:auto;
}
img.fpr_link {
    width:200px;
    height:auto;
}
.modal {
    z-index: 2147483647 !important;
}
.ideal_community {
    background-image: 
    url(../svg/interactive/sustainable_community/solar_homes_street_lights.svg),
    url(../svg/interactive/sustainable_community/sand_shore_palmtrees.svg),
    url(../svg/interactive/sustainable_community/community_bg.svg),
    url(../svg/interactive/sustainable_community/bg_whitewater.svg),
    url(../svg/interactive/sustainable_community/bg_waves.svg), 
    url(../svg/interactive/sustainable_community/bg_ocean.svg),
    url(../svg/interactive/sustainable_community/windmils.svg),
    url(../svg/interactive/sustainable_community/bg_mountains_grass.svg),
    url(../svg/interactive/sustainable_community/bg_clouds.svg),
    url(../svg/interactive/sustainable_community/bg_sky.svg);
    background-position:
    bottom center, /* light posts */
    bottom center, /* Street Shadows */
    bottom center, /* enter building */
    bottom center, /* buildings */
    bottom, center, /* sky */
    bottom center, /* light posts */
    bottom center, /* Street Shadows */
    bottom center, /* enter building */
    bottom center, /* buildings */
    top center; /* sky */
    background-repeat:
      no-repeat; /* Background repeat for all images */
    background-size: cover, cover, cover, cover, cover, cover, cover, cover, cover, cover;
    transition: background-size 600ms ease-in-out;
}
.edu_header {
    display:flex;
    flex-flow:row-reverse;
}
.edu-card-head {
    display:flex;
    width:100%;
    min-height:75px;
    border-radius:12px;
    background-color:grey;
    align-items:center;
    justify-content:center;
    z-index:999;
}
.edu-card-head span {
    font-size:1.2rem;
    font-weight: bold;
    color:white;
}
.edu-card-body {
    display:flex;
    justify-self:center;
    width:96%;
    height:auto;
    border-left:2px solid #DA7E07;
    border-bottom:2px solid #DA7E07;
    border-right:2px solid #DA7E07;
    background-color:#feb485;
    margin-top:-4px;
}
.edu-bg1b {
    background-color:#f4dfc8;
    border-left:2px solid #DA7E07;
    border-bottom:2px solid #DA7E07;
    border-right:2px solid #DA7E07;
}
.edu-bg2b {
    background-color:#e8f0d6;
    border-left:2px solid #9ac449;
    border-bottom:2px solid #9ac449;
    border-right:2px solid #9ac449;
}
.edu-bg3b {
    background-color:#d1dbee;
    border-left:2px solid #407bba;
    border-bottom:2px solid #407bba;
    border-right:2px solid #407bba;
}
.edu-bg4b {
    background-color:#c7cdd6;
    border-left:2px solid #2d576f;
    border-bottom:2px solid #2d576f;
    border-right:2px solid #2d576f;
}
.edu-bg1a {
    background-color:#f4dfc8;
}
.edu-bg2a {
    background-color:#e8f0d6;
}
.edu-bg3a {
    background-color:#d1dbee;
}
.edu-bg4a {
    background-color:#c7cdd6;
}
.snapReferences {
    cursor:pointer;
}
/* .modal-dialog {
    max-width:80%;
} */
.modal-content {
    transition: all 1.1s ease-in-out !important;
}
/* .carousel-item {
    min-height:200px;
} */
.carousel-control-prev, .carousel-control-next {
    max-height:60px;
    margin:auto 0px;
    width:14px;
    background-color:rgba(44, 44, 44, 0.342);
}
.carousel-control-prev {
    margin-left:-16px;
}
.carousel-control-next {
    margin-right:-16px;
}
.carousel-caption2 {
    display:block;
    position:relative;
    width:100%;
    height:auto;
    margin:30px auto 0 auto;
    color:#055897;
}
/* .carousel-indicators {
    position:relative !important;
  } */
  .carousel-indicators [data-bs-target] {
      background-color:grey;
  }
.carousel-indicators2 {
    display:flex;
    flex:1;
    width:60%;
    flex-flow:row;
    align-items:center;
    justify-content: space-around;
    margin:16px auto;
    background-color:transparent;
}
.carousel-indicators2 button {
    border:none;
    width:24px;
    height:5px;
    border-radius:3px;
    background-color:#DA7E07;
}
.carousel-item img {
    width:100%;
    height:auto;
}
.snapSlide {
    display:block;
    position:relative;
    height:100%;
    width:100%;
}
.salud1 {
    background-image: url(../img/education/salud/1.jpg);
    background-position: center center;
    background-repeat:no-repeat;
    background-size:cover;
}
.fontsize1 {
    font-size:1.4rem;
}
.green2 {
    color:#84a94c !important;
}
.green-text {
    color:#84a94c !important;
}
.blue-text {
    color:#007daf !important;
}
.purple-text {
    color:#92278f !important;
}
.red-text {
    color:#e14235 !important;
}
.grey-text {
    color:#505050 !important;
}
.spacer1 {
    display:flex;
    flex:1;
    width:100%;
    height:20px;
}
.spacer2 {
    display:block;
    position:relative;
    width:100%;
    height:20px;
}
.bordercontainer {
    border-radius:14px;
    border: 2px solid #84a94c;
    overflow:hidden;
    background-color:#f1f1f1;
}
.bordercontainer2 {
    border-radius:14px;
    border: 2px solid #007daf;
    overflow:hidden;
    background-color:#f1f1f1;
}
.bordercontainer3 {
    border-radius:14px;
    border: 2px solid #646464;
    overflow:hidden;
    background-color:#f1f1f1;
}
.bordercontainer4 {
    border-radius:14px !important;
    border: 2px solid #DA7E07;
    overflow:hidden;
    background-color:#ffffff;
}
.border-rad1 {
    border-radius:14px;
    overflow:hidden;
}
.scrollx {
    overflow-x: auto;
}
#loading {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
  }

  #calendar {
    max-width: 1100px;
    margin: 0 auto;
  }
/* body * {
    font-family: 'Montserrat', sans-serif;
} */
.card-style2 {
    margin-top:20px;
    display:flex;
    min-width:94%;
    max-width:95%;
    min-height:380px;
    background-color:rgb(223, 223, 223);
    border-radius:5px;
    flex-flow:column;
    align-items:flex-start;
}
.facebcontainer {
    display:flex;
    flex-flow:row;
    flex:1;
    justify-content:space-around;
    align-items:flex-start;
    min-height: 500px;
    margin-bottom:50px;
    width:100%;
    overflow-x:scroll;
}
.fb_iframe_widget_fluid {
    display:flex !important;
    flex:1 !important;
    min-height:440px !important;
    width:100%;
    height:100%;
}
.fb_iframe_widget_fluid span {
    display:flex !important;
    flex:1 !important;
    min-height:440px !important;
    width:100%;
    height:100%;
}
.orange-text {
   color:#DA7E07 !important; 
}
.orange-pass {
    background-color:#DA7E07;
}
.orange-btn {
    background-color:#DA7E07;
    border: 1px solid #e79325;
    color:white;
}
.outreach {
    display:flex;
    flex:1;
    width:96%;
    height:auto;
    min-height:240px;
    background-image: url(../img/outreach.jpg);
    background-position: center center;
    background-repeat:no-repeat;
    background-size:cover;
    border-radius:6px;
    overflow:hidden;
    align-self:center;
    justify-self:center;
    margin:auto;
    padding:0;
    cursor:pointer;
}
.arrowbg {
    background-image: url(../img/arrows.png);
    background-position: center center;
    background-repeat:repeat-x;
    background-size:contain;
    animation: animatedBackground 10s linear infinite;
    -moz-animation: animatedBackground 10s linear infinite;
    -webkit-animation: animatedBackground 10s linear infinite;
    -ms-animation: animatedBackground 10s linear infinite;
    -o-animation: animatedBackground 10s linear infinite;
    transform: rotate(0deg);
}
.arrowbg2 {
    background-image: url(../img/arrows.png);
    background-position: center center;
    background-repeat:repeat-x;
    background-size:contain;
    animation: animatedBackground2 10s linear infinite;
    -moz-animation: animatedBackground2 10s linear infinite;
    -webkit-animation: animatedBackground2 10s linear infinite;
    -ms-animation: animatedBackground2 10s linear infinite;
    -o-animation: animatedBackground2 10s linear infinite;
    transform: rotate(0deg);
}
div.list-group-item span {
    float:right;
    font-weight:500;
    color:black;
}
.list-group-item {
    font-weight:500;
    color:black;
}
.list-group-item.disabled, .list-group-item:disabled {
    color: rgb(0, 0, 0);
    pointer-events: none;
}
.list-group-item.live {
    z-index: 2;
    color: #fff;
    background-color: #7A4706;
    border-color: #7A4706;
    font-weight:700;
}
div.list-group-item.live span {
    float: right;
    font-weight: 500;
    color: rgb(255, 255, 255);
    font-weight:700;
}
.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #257bb9;
    border-color: #257bb9;
    font-weight:700;
}
div.list-group-item.active span {
    float: right;
    font-weight: 500;
    color: rgb(255, 255, 255);
    font-weight:700;
}
.btn-primary {
    color: #fff;
    background-color: #257bb9;
    border-color: #257bb9;
}
.accordion-button:not(.collapsed) {
    color:#195580;
    background-color: #f1f1f1;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}
.accordion-button {
    font-size:1.1rem;
    font-weight:700;
    color: #257bb9;
}
.accordion-body ul {
    list-style-type: disc !important;
    padding-left:1em !important;
    margin-left:1em;
}
.sublist {
    margin-left:14px;
}
.lt-grey {
    background-color:#d6d6d6;
}
.bubble_grey {
    background-color:#cecece;
}
.blue1 {
    background-color:#257bb9;
}
.blue2 {
    background-color:#37aefb;
}
.red {
    background-color:#e14235;
}
.orange {
    background-color:#DA7E07;
}
.green {
    background-color:#3f7a75;
}
.color4 {
    background-color:#30332f;
}
.color5 {
    background-color:#75642e;
}
.i4ewOd-pzNkMb-haAclf {
    background-color: #3f7a75;
}
.deep-brown {
    color:#743418;
}
.deep-red-brown {
    color:#973a00;
}
.deep-orange {
    color:#c84d00;
}
.deep-light-orange {
    color:#f57627;
}
.cream {
    color:#feb485;
}
.full-header-img {
    display:flex;
    flex:1;
    width:100%;
    height:auto;
    min-height:30%;
}
.contactframe {
    min-height:1050px !important;
}
.header-logo {
    display:flex;
    width:300px;
    height:300px;
    background-image: url(../img/wcrp-logo-shadow.png);
    background-position:center bottom;
    background-repeat:no-repeat;
    background-size:cover;
    cursor: pointer;
}
.header-logo-es {
    display:flex;
    width:350px;
    height:300px;
    background-image: url(../img/logos/wcrp-lgo-es-reverse.png);
    background-position:center center;
    background-repeat:no-repeat;
    background-size:contain;
    cursor: pointer;
}
.progress { 
    position: fixed; 
    top: 0; 
    left: 0; 
    height: 5px; 
    background-color:#DA7E07;
    transition: all linear 0.1s; 
    min-width: 1%; 
    z-index:2147483648;
    border-radius:0;
}

.maps-breadcrumbs {
    display:flex;
    flex-flow:column;
    align-items:center;
    justify-content: center;
    flex:1;
    height:60px;
}
.maps-breadcrumbs div{
    display:flex;
    width:100%;
    height:50px;
    background-color:rgb(237, 237, 237);
    flex-flow:row nowrap;
    align-items:center;
    justify-content:center;
    border-radius:3px;
    overflow:hidden;
}
.leftbread div {
    justify-content:flex-start;
}
.maps-breadcrumbs div div{
    display:flex;
    width:auto;
    height:86%;
    background-color:#DA7E07;
    color:white;
    flex-flow:column;
    align-items:center;
    justify-content:center;
    margin-right:4px;
    cursor:pointer;
    border-radius:3px;
}
.leftbread div div {
    margin-left:4px;
    margin-right:0px;
}
.maps-breadcrumbs div div p {
    font-size:.6rem;
    font-weight: 500;
    margin:0px 14px;
    color:rgb(255, 255, 255);
    font-weight:900;
}
.maps-breadcrumbs div div svg {
    margin-top:10px;
    color:rgb(255, 255, 255);
}
/* .maps-breadcrumbs div div:hover p {
    color:rgb(90, 90, 90);
}
.maps-breadcrumbs div div:hover svg {
    color:rgb(90, 90, 90);
} */
.maps-breadcrumbs div div:hover {
    background-color:#4d4d4d;
}
.activeMap {
    background-color:#3f7a75 !important;
    cursor:unset !important;
}
.activeMap p {
    color:white !important;
}
.activeMap svg {
    color:white !important;
}
iframe.fullframe {
    display:flex;
    flex:1;
    width:100%;
    height:100%;
    min-height:75vh;
    margin:0;
    padding:0;
}
.cta-description {
    width:auto;
    flex-flow:column;
    align-items:center;
    justify-content:center;
}
h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    /* font-size: calc(0.4rem + 6vmin); */
    color:#DA7E07;
    margin:0 0 20px;
    padding:0;
    margin:0;
}
.cta-description h1 {
    font-size:1.2rem;
    color:white;
}
.cta-4 {
    display:flex;
    flex:1;
    height:auto;
    width:100%;
    flex-flow:row wrap;
    align-items:flex-start;
    justify-content:space-around;
    max-width:1100px;
    margin-top:30px;
    margin-bottom:50px;
}
.cta-4 p {
    margin:14px 20px;
}
.btn-left {
    margin-right:auto;
}
.btn-bottom {
    margin-top:auto;
    margin:12px 0;
    align-self:center;
    justify-self:center;
}
.imgfull {
    display:flex;
    width:90%;
    height:auto;
    flex:1;
    align-self:center;
    justify-content:center;
}
.bg-faq {
    background-image: url(../img/resources/faq.jpg) ;
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
}
.bg-information {
    background-image: url(../img/resources/information.jpg) ;
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
}
.bg-media {
    background-image: url(../img/resources/media.jpg) ;
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
}
.bg-planning-photo {
    background-image: url(../img/resources/planning-documents.jpg) ;
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
}
.bg-handbook {
    background-image: url(../svg/icons/Web_icons-05.svg) ;
    background-repeat:no-repeat;
    background-position:center center;
    background-size:80% auto;
    transition: background 1.5s ease-out;
}
.bg-handbook-es {
    background-image: url(../svg/icons/Web_icons-02.svg) ;
    background-repeat:no-repeat;
    background-position:center center;
    background-size:80% auto;
    transition: background 1.5s ease-out;
}
.bg-planning {
    background-image: url(../svg/icons/Web_icons-06.svg) ;
    background-repeat:no-repeat;
    background-position:center center;
    background-size:80% auto;
    transition: background 1.5s ease-out;
}
.bg-planning-es {
    background-image: url(../svg/icons/Web_icons-03.svg) ;
    background-repeat:no-repeat;
    background-position:center center;
    background-size:80% auto;
    transition: background 1.5s ease-out;
}
.bg-guidelines {
    background-image: url(../svg/icons/Web_icons-04.svg) ;
    background-repeat:no-repeat;
    background-position:center center;
    background-size:80% auto;
    transition: background 1.5s ease-out;
}
.bg-templates {
    background-image: url(../svg/4-templates.jpg) ;
    background-repeat:no-repeat;
    background-position:center center;
    background-size:80% auto;
    transition: background 1.5s ease-out;
}
.map1 {
    background-image: url(../img/Risks_Vulnerabilities_Maps.png) ;
    background-repeat:no-repeat;
    background-position:center center;
    background-size:80% auto;
    transition: background 1.5s ease-out;
}
.map2 {
    background-image: url(../img/socialcapitalmap.png) ;
    background-repeat:no-repeat;
    background-position:center center;
    background-size:80% auto;
    transition: background 1.5s ease-out;
}
.v_portal {
    background-image: url(../img/portal.jpg) ;
    background-repeat:no-repeat;
    background-position:center center;
    background-size:84% auto;
    transition: background 1.5s ease-out;
}
.handbook {
    background-image: url(../img/resources/community-handbook.jpg) ;
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
    transition: background 1.5s ease-out;
}
.planning {
    background-image: url(../img/resources/planning1.jpg) ;
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
    transition: background 1.5s ease-out;
}
.implem {
    background-image: url(../img/resources/implementation.jpg) ;
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
    transition: background 1.5s ease-out;
}
.resil {
    background-image: url(../img/resources/planning2.jpg) ;
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
    transition: background 1.5s ease-out;
}
.section3-ind {
    background-image: url(https://firebasestorage.googleapis.com/v0/b/wcrp-july2021.appspot.com/o/wcrp%2Fweb-general%2Fbusiness-owner-behind-the-counter-at-a-sandwich-ba-PGT8S4E.jpg?alt=media&token=2d92b88b-2d71-45ec-be6c-4cada60e43c7) ;
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
    transition: background 1.5s ease-out;
}
.section3-bus {
    background-image: url(../img/business.jpg) ;
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
    transition: background 1.5s ease-out;
}
.section3-min {
    background-image: url(../img/minority.jpg) ;
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
    transition: background 1.5s ease-out;
}
.blog1 {
    background-image: url(../img/thumbs/blog1.jpg) ;
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
    transition: background 1.5s ease-out;
}
.blog2 {
    background-image: url(../img/thumbs/blog2.jpg) ;
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
    transition: background 1.5s ease-out;
}
.blog3 {
    background-image: url(../img/thumbs/blog3.jpg) ;
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
    transition: background 1.5s ease-out;
}
.button-bar {
    display:flex;
    flex-flow:row nowrap;
    align-items:flex-start;
    justify-content:center;
    margin-bottom:40px;
    width:94%;
    max-width:1100px;
}
.button-bar button {
    margin-left:20px;
}
.button-bar:first-child {
    margin-left:0px;
}
.recent-articles {
    display:flex;
    flex:1;
    flex-direction:row;
    align-items:flex-start;
    justify-content:space-between;
    width:96%;
    max-width:1100px;
    margin-bottom:30px;
    align-self:center;
    justify-self:center;
    margin:auto;
}
.ed-post {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    display:flex;
    flex: 1 1 0px;
    height:auto;
    flex-flow:column;
    margin:0 10px;
    overflow:hidden;
}
.ed-post-desc {
    display:flex;
    flex-grow:1;
    flex-flow:column;
    height:auto;
    align-items:center;
    justify-content:space-evenly;
    width:100%;
    background-color:#DA7E07;
}
.post {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    display:flex;
    flex: 1 1 0px;
    height:auto;
    flex-flow:column;
    margin:0 10px;
    overflow:hidden;
    -webkit-box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.125); 
    box-shadow: 0px 5px 20px 5px rgba(0,0,0,0.125);
}
.post-image {
    display:flex;
    flex-flow:column;
    align-items:center;
    justify-content: center;
    height:50%;
    min-height:180px;
    width:100%;
    cursor:pointer;
}
.post-image .steps {
    background-image:linear-gradient(to top,#46240ebe, #feb385b7), url(../img/wcrp-pano-home.jpg);
}
.post-image h2 {
    font-family: 'Rokkitt', serif;
    font-weight: 900;
    font-size:1.3rem;
    color:white;
}
.post-desc {
    display:flex;
    flex-grow:1;
    flex-flow:column;
    height:auto;
    align-items:center;
    justify-content:space-evenly;
    width:100%;
    background-color:rgb(255, 255, 255);
}
.post-desc2 {
    display:flex;
    flex-grow:1;
    flex-flow:column;
    height:auto;
    align-items:left;
    justify-content:space-evenly;
    width:100%;
    background-color:rgb(255, 255, 255);
}
.min200 {
    min-height:140px;
}
.post-desc ol {
    padding-top:14px;
}
.post-desc ol li {
    font-family: 'Montserrat', sans-serif;
    font-size:.9rem;
    margin-right:7px;
    font-weight:500;
}
.post-desc h4 {
    font-family: 'Rokkitt', serif;
    font-weight: 900;
    color:#7A4706;
    margin:20px 0 0 14px;
    font-size:1rem;
}
.post-desc span {
    font-family: 'Montserrat', sans-serif;
    font-size:1rem;
    margin:0;
    font-size:.8rem;
    width:90%;
}
.post-desc2 span {
    font-family: 'Montserrat', sans-serif;
    font-size:1rem;
    margin:0;
    font-size:.8rem;
    width:90%;
}
.ed-post-desc span {
    font-family: 'Montserrat', sans-serif;
    margin:0;
    font-size:1rem;
    width:90%;
    color:white;
}
.ed-post-desc button {
    color:#DA7E07;
}
.min-height-post-200 {
    min-height:200px;
}
.min-height-post-100 {
    min-height:100px;
}
.min-height-post-140 {
    min-height:140px;
}
.post-toolbar {
    display:flex;
    flex-flow:row nowrap;
    justify-content:flex-end;
    height:15%;
    width:100%;
    background-color:rgb(245, 245, 245);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    overflow:hidden;
    border-top: 1px solid rgb(224, 224, 224);
}
.post-toolbar * {
    color:rgb(139, 139, 139);
}
.post-toolbar button {
    margin: 6px 8px;
} 
.cta-item {
    display:flex;
    flex-flow:column;
    align-items:center;
    justify-content:center;
    width:96%;
    height:50px;
    background-color: #1b75bc;
    cursor:pointer;
    transition: all 1.1s ease-in-out;
}
.cta-base {
    height:25px;
    background-color: #1b75bc;
}
.cta-item:hover {
    background-color:#228fe2;
    transition: all .7s ease-in-out;
}
.cta-item:first-child {
    border-top-left-radius:5px;
    border-top-right-radius:5px;
}
.cta-head {
    display:flex;
    flex-flow:row;
    flex:1;
    width:94%;
    align-self:center;
    justify-content:center;
    align-items:center;
}
.cta-head span {
    font-family: 'Rokkitt', serif;
    font-weight: 900;
    font-size:1.6rem ;
    color:rgb(49, 49, 49);
    margin-bottom:12px;
}
.ss-header {
    display:flex;
    flex-direction:row;
    align-items:flex-start;
    justify-content:flex-start;
    overflow:hidden;
    z-index:2147483645;
    width:100%;
    height:100%;
}
.ss-header2 {
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:center;
    overflow:hidden;
    z-index:2147483645;
    width:100%;
    max-width:1100px;
    height:100%;
    min-height:50vh;
}
.ss-header .half {
    display:inline-flex;
    flex-direction:column;
    flex:1;
    height:100%;
    justify-self:center;
    align-items:center;
    justify-content: flex-end;
    /* background-color:rgb(31, 117, 216); */
}
.ss-header2 .half {
    display:inline-flex;
    flex-direction:column;
    flex:1;
    height:100%;
    justify-self:center;
    align-items:center;
    justify-content: flex-end;
    /* background-color:rgb(31, 117, 216); */
}

.ss-header2 .lgocont {
    display:inline-flex;
    flex-direction:column;
    width:350px;
    height:350px;
    justify-self:center;
    align-items:center;
    justify-content: flex-end;
    overflow:hidden;
    /* background-color:rgb(31, 117, 216); */
    transition: all 1.1s ease-in-out;
}

.wcrp-cta {
    display:flex;
    flex-direction:column;
    align-items:center;
    flex:1;
    height:200px;
    min-height:200px;
    width:100%;
}

.program-container {
    display:flex;
    height:100%;
    width:100%;
    flex-flow:column;
    align-items:center;
    justify-content: flex-end;
}

.program-info {
    display:flex;
    flex-flow:column;
    width:94%;
    height:50px;
    align-self:center;
    justify-self:flex-start !important;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    overflow:hidden;
    margin-top:4px;
}
.program-top {
    display:flex;
    height:40%;
    width:100%;
    background-color:#055897;
    flex-flow:row nowrap;
    align-items:flex-start;
    justify-content:center;
}
.program-top * {
    font-weight: 700;
    color:#ffffff;
}
.program-bottom {
    display:flex;
    height:60%;
    width:100%;
    background-color:#ffffff;
}
.p-left {
    display:flex;
    width:50%;
    height:100%;
    flex-flow:row nowrap;
    align-items:center;
    justify-content:flex-start;
    font-size:.8rem;
}
.p-left span {
    margin-left:7px;
}
.p-right {
    display:flex;
    width:50%;
    height:100%;
    flex-flow:row nowrap;
    align-items:center;
    justify-content:flex-start;
    font-size:.8rem;
    border-left: 2px solid #f5f5f542;
}
.p-right span {
    margin-left:7px;
}
.small {
    font-size:.7rem;
    line-height:.8rem;
    margin-right:7px;
}
.bold {
    font-weight:500;
}

.ss-header .half:first-child {
    display:inline-flex;
    /* background-color:rgb(209, 106, 106); */
    align-items:center;
    justify-content:center;
}
.ss-header2 .half:first-child {
    display:inline-flex;
    /* background-color:rgb(209, 106, 106); */
    align-items:center;
    justify-content:center;
}
.utilitybar {
    display:flex;
    flex-flow: row nowrap;
    align-items:center;
    justify-content:flex-end;
    width:100%;
    height:60px;
    background-color:#DA7E07;
    /* background-image: url(../img/program-bg.jpg) ;
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover; */
}
.access {
    display:flex;
    flex-flow:row;
    flex:1;
    align-items:center;
    justify-content:flex-end;
    height:96%;
}
.accessibility {
    display:flex;
    flex-flow:row nowrap;
    align-items:center;
    justify-content:flex-end;
    height:90%;
    width:auto;
    min-width:200px;
    background-color:#f1f1f1;
    margin-right:3px;
    border-radius:4px;
    overflow:hidden;
}
.accessibility p:first-child {
    margin-left:14px;
}
.accessibility p {
    color:rgb(110, 110, 110);
    margin-right:14px;
    margin-left:14px;
    font-size:.8rem;
}
.accessibility div {
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:space-around;
    background-color:rgb(255, 255, 255);
    overflow:hidden;
    margin-right:14px;
    cursor:pointer;
}
#default-toggle {
    background-color:#DA7E07;
}
#default-toggle svg {
    color: #ffffff;
}
#black-white-toggle {
    background-color: black;
}
#black-white-toggle svg {
    color: white;
}
#black-yellow-toggle {
    background-color:rgb(255, 255, 44)
}
#black-yellow-toggle svg {
    color: black;
}
.accessibility div svg {
    margin:4px;
    font-size:.8rem;
}
.accessibility div span {
    margin:2px 7px;
    font-size:.6rem;
}
.indicator {
    display:flex;
    flex-flow: column;
    align-items:center;
    justify-content: center;
    width:100%;
    height:7px;
    background-color:#efefef;
}
.indicator .i-cont {
    display:flex;
    width:100%;
    height:100%;
    max-width:1100px;
    flex-flow: row nowrap;
    align-items:flex-start;
    /* background-color:red; */
}
.indicator .i-cont .i-left {
    display:inline-flex;
    width:400px;
    height:100%;
    /* background-color:yellow; */
}
.indicator .i-cont .i-right {
    display:inline-flex;
    flex:1;
    height:100%;
    /* background-color:green; */
}
.subnav {
    display:flex;
    flex-flow: row nowrap;
    align-items:flex-end;
    justify-content: flex-end;
    width:100%;
    height:100%;
    max-width:1100px;
    background-color:#fafafa;
}
.maxwidthcontent {
    display:block;
    position:relative;
    width:100%;
    max-width:1100px;
    transition: all 1.1s ease-in-out;
    margin:0;
    padding:0;
}
.centerparent {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.maxwFlexCont {
    display:flex;
    flex:1;
    max-width:1100px;
    transition: all 1.1s ease-in-out;
}
.cdbg-logo {
    display:block;
    position:absolute;
    width:120px;
    height:168px;
    z-index: 2147483647;
    background-image: url(../img/logos/PRDOH_CDBG-DR_Logo_down_english.png);
    background-position:top center;
    background-repeat:no-repeat;
    background-size:contain;
    top:0;
    left:0;
    margin-left:20px !important;
    cursor:pointer;
}
.cdbg-logo-es {
    display:block;
    position:absolute;
    width:120px;
    height:168px;
    z-index: 2147483647;
    background-image: url(../img/logos/PRDOH_CDBG-DR_Logo_down_spanish.png);
    background-position:top center;
    background-repeat:no-repeat;
    background-size:contain;
    top:0;
    left:0;
    margin-left:20px !important;
    cursor:pointer;
}
.wcrp-intro {
    display:flex;
    flex-direction:column;
    align-items: center;
    justify-content: center;
}
.article-container {
    display:block;
    width:90%;
    max-width:1100px;
    margin:20px;
    transition: all linear .7s; 
}
.article-container h1, h2, h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    color:#DA7E07;
    font-size:2rem;
}

.home-readmore {
    display:none;
}
.readmore-btn {
    display:flex;
    width:auto;
    height:40px;
    flex-flow:column;
    align-items:center;
    justify-content:center;
    background-color:#743418;
    border-radius:5px;
    cursor:pointer;
    color:white;
    font-family: 'Rokkitt', serif;
    font-weight:800;
    font-size:.8rem;
    float:left;
}
.article-container p a {
    cursor:pointer;
    color:rgb(21, 111, 196) !important;
    text-decoration:none;
}
.readmoreBtn {
    font-family: 'Rokkitt', serif;
    font-weight:800;
    font-size:1.2rem;
    text-decoration:none;
    margin-bottom:8px;
    color:#DA7E07;
    cursor:pointer;
}
.readmoreBtnEs {
    font-family: 'Rokkitt', serif;
    font-weight:800;
    font-size:1.2rem;
    text-decoration:none;
    margin-bottom:8px;
    color:#DA7E07;
    cursor:pointer;
}
.readmoreNews {
    font-family: 'Rokkitt', serif;
    font-weight:800;
    font-size:1.2rem;
    text-decoration:none;
    margin-bottom:8px;
    color:#DA7E07;
    cursor:pointer;
}
.readmore-border {
    display:flex;
    width:100%;
    height:14px;
    background-color: rgb(224, 224, 224);
    border-top: 2px solid #feb485;
}
.readmore-btn span {
    margin:0 14px;
}
.article-container video {
    display:block;
    float:right;
    margin-left:20px;
    margin-bottom:20px;
    border-radius:5px;
}

.article-container iframe.article {
    display:block;
    float:right;
    margin-left:20px;
    margin-bottom:20px;
    border-radius:5px;
}
.videofull {
    display:block;
    float:none !important;
    width:90%;
    height:auto;
    min-height:500px;
    margin:0 auto !important;
}
.videohalf {
    display:block;
    float:none !important;
    width:67%;
    height:auto;
    min-height:360px;
    margin:0 auto !important;
}
.article-container img.right-img {
    display:block;
    float:right;
    margin-left:20px;
    margin-bottom:20px;
    margin-top:40px;
    border-radius:5px;
}
.article-container img.left-img {
    display:block;
    float:left;
    margin-right:20px;
    margin-bottom:20px;
    margin-top:40px;
    border-radius:5px;
}
.article-container p:first-of-type {
    margin-top:0px;
  }
/*
.article-container {
    display:flex;
    flex-direction:row;
    align-items: flex-start;
    justify-content: space-between;
    width:100%;
    max-width:1100px;
    margin-top:20px;
    margin-bottom:20px;
}
 .article-container p {
    display:flex;
    margin:0 20px;
    text-justify: newspaper;
} */
.wcrp-logo {
    display:flex;
    width:100%;
    height:100%;
    z-index: 2147483647;
    background-image: url(../img/logos/wcrp-lgo-en.png);
    background-position:center center;
    background-repeat:no-repeat;
    background-size:contain;
    cursor:pointer;
}
.wcrp-logo-es {
    display:flex;
    width:100%;
    height:100%;
    z-index: 2147483647;
    background-image: url(../img/logos/wcrp-lgo-es.png);
    background-position:center center;
    background-repeat:no-repeat;
    background-size:contain;
    cursor:pointer;
}
.seo1 {
    background: linear-gradient(to top,#ffffffbe, #000000a6), url(https://firebasestorage.googleapis.com/v0/b/wcrp-july2021.appspot.com/o/SEO%2Ftop-view-of-paper-with-concept-words-of-seo-digita-SVZJR2V.jpg?alt=media&token=510c10fc-e76c-4c65-adef-6ec5dd06384b);
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
}
.wcrp2 {
    height:100%;
    background: linear-gradient(to top,#0e264670, #85b9fe49), url(../img/wcrp-pano-home.jpg);
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
}
.wcrp-vector {
    background-color:rgb(181, 246, 255);
    height:100%;
    background-image: url(../svg-bg/city.svg);
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
}
   .wcrp-island {
    background-color:rgb(243, 243, 243);
    height:100%;
    background-image: url(../svg-bg/island.svg);
    background-position:center bottom;
    background-repeat:no-repeat;
    background-size:cover;
}
.subnav-left {
    display:inline-flex;
    width:320px;
    height:100%;
}
.subnav-right {
    display:inline-flex;
    align-self:flex-start;
    width:180px;
    height:100%;
}
.subnav-mid {
    display:inline-flex;
    align-items: flex-end;
    width:100%;
    height:100%;
    transition: all .7s ease-in-out;
}
.subnav-mid-mobile {
    display:none;
    transition: all .7s ease-in-out;
}
.subnav-mid-tablet {
    display:none;
    transition: all .7s ease-in-out;
}
.subnav-container {
    display:flex;
    width:100%;
    height:100%;
    flex-flow:row nowrap;
    align-items:flex-end;
    justify-content:flex-end;
    flex:1;
}
.subnav-container:first-child {
    /* border-left: 2px solid #f3f3f3; */
}
.subnav-container2 {
    display:flex;
    width:100%;
    height:100%;
    flex-flow:row nowrap;
    align-items:flex-end;
    justify-content:flex-end;
    flex:1;
}
.navbar-expand-sm .navbar-collapse {
    height:100%;
}
.navbar-nav {
    height:100%;
}
.navbar {
    padding-top: 0;
    padding-bottom: 0;
}
.nav-itemB {
    display:inline-flex;
    width:160px;
    min-height:100%;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    cursor:pointer;
}
.nav-itemB:hover {
    background-color:rgb(255, 255, 255);
    border-bottom: 4px #bebebe solid;
}
.nav-itemB h1 {
    font-family: 'Rokkitt', serif;
    font-size:1.4rem;
    font-weight: 900;
    margin:0;
    padding:0;
    color:#08314e;
}
a.nav-itemB {
    font-weight: 700;
    margin:0;
    font-size:.8rem;
    color:#08314e;

}
a.nav-linkB {
    font-weight: 700;
    margin:0;
    font-size:.8rem;
    color:#08314e;

}
.nav-item2B {
    font-family: 'Rokkitt', serif;
    font-size:2.4rem;
    font-weight: 900;
    display:inline-flex;
    width:160px;
    min-height:100%;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    cursor:pointer;
}
.nav-item2B h1 {
    font-family: 'Montserrat', sans-serif;
    font-size:1.2rem;
    font-weight: 800;
    margin:0;
    padding:0;
    color:#08314e;
}
.nav-item {
    display:inline-flex;
    width:100px;
    min-height:100%;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    cursor:pointer;
}
.nav-item2 {
    font-family: 'Rokkitt', serif;
    font-size:2.4rem;
    font-weight: 900;
    display:inline-flex;
    width:100px;
    min-height:100%;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    cursor:pointer;
}
.nav-item:hover {
    background-color:rgb(255, 255, 255);
    border-bottom: 4px #bebebe solid;
}
.nav-item h1 {
    font-family: 'Rokkitt', serif;
    font-size:1.4rem;
    font-weight: 900;
    margin:0;
    padding:0;
    color:#08314e;
}
a.nav-item {
    font-weight: 700;
    margin:0;
    font-size:.8rem;
    color:#08314e;

}
a.nav-link {
    font-weight: 700;
    margin:0;
    font-size:.8rem;
    color:#08314e;

}
.nav-item2 h1 {
    font-family: 'Montserrat', sans-serif;
    font-size:1.2rem;
    font-weight: 800;
    margin:0;
    padding:0;
    color:#08314e;
}
.nav-active {
    border-bottom: 4px #DA7E07 solid;
    background-color:rgb(255, 255, 255);
}
/* .nav-active h1 {
    color:white;
} */
.ghostnav {
    display:flex;
    width:100%;
    height:169px;
}
.ss-buttons {
    display:flex;
    width:100%;
    height:80px;
    flex-direction:column;
    align-items: center;
    justify-content: center;
}
.btn-group {
    margin:auto;
    align-self:center;
    justify-self:center;
}
#one {
    display:flex;
    flex-flow:column;
}
#p1 {
    margin-top:20px;
    display:flex;
    height:400px;
    width:100%;
    flex-flow:column;
    background-color:rgb(243, 243, 243);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
/* figcaption {
    display:flex;
    flex:0 100%;
    width:100%;
    height:50px;
    font-size:.9rem;
    background-color:#30332f9a;
    align-self:flex-end;
    justify-content: flex-end;
    align-items:center;
    color:white;
    font-weight:300;
    transition: all .7s ease-in-out;
}
figcaption:hover {
    background-color:#30332f;
    font-size:.91rem;
    transition: all .7s ease-in-out;
}
figcaption span {
    margin-right:20px;
    margin-top:3px;
}
figcaption svg {
    display:flex;
    align-self:center !important;
    margin-right:8px;
    font-size:1rem;
} */
.camuymap {
    display:flex;
    height:410px;
    width:100%;
    background-color:rgb(255, 255, 255);
    margin-top:40px;
    margin-bottom:40px;
}
figure.calltoaction {
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:space-around;
    height: 200px;
    width: 100%;
    background-color:rgb(255, 255, 255);
    margin-top:30px;
}
figure.calltoaction div {
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    width: 45%;
    height:100%;
    border-radius:5px;
    overflow:hidden;
    cursor:pointer;
}

figure.calltoaction div h2{
    color:rgb(255, 255, 255);
    font-family: 'Rokkitt', serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size:1.2rem;
    text-align:center;
}
figure.calltoaction div h2.contrast{
    color:rgb(34, 34, 34);
    font-family: 'Rokkitt', serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size:1.2rem;
    text-align:center;
}
figure.calltoaction div div {
    display:flex;
    position:absolute;
    width:200px;
    height:300px;
    background-color:rgba(255, 255, 255, 0.11);
    border-radius: 50%;
    align-self:flex-end;
    justify-content:flex-end;
    align-items: center;
    justify-content:center;
    margin-bottom:-60px;
    margin-right:-60px;
}
.blogHeader {
    display:flex;
    position:relative;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    width:100%;
    max-width:1100px;
    height:100%;
    min-height:100%;
}
.blogHeader h1 {
    font-size:3.8rem;
    color:white;
    font-weight:700;
}
.blogHeader h2 {
    font-size:2.5rem ;
    color:white;
    font-weight:300;
}
span.post-title {
    font-family: 'Rokkitt', serif;
    font-size:1.3rem ;
    line-height:1.3rem;
    font-weight:800;
    margin-bottom:-4px;
    color: #DA7E07;
    cursor:pointer;
    text-align:center;
}
span.post-title-left {
    font-family: 'Rokkitt', serif;
    font-size:1.3rem ;
    line-height:1.3rem;
    font-weight:800;
    margin-bottom:-4px;
    color: #DA7E07;
    cursor:pointer;
    text-align:left;
}
span.post-title2 {
    font-family: 'Rokkitt', serif;
    font-size:1.6rem ;
    color: #DA7E07;
    font-weight:800;
    margin-bottom:-4px;
    cursor:pointer;
    line-height:1.2;
    margin-bottom:7px;
}
span.ed-post-title {
    text-align:left;
    align-self:left;
    font-family: 'Rokkitt', serif;
    font-size:1.2rem ;
    color: #ffffff;
    font-weight:800;
    margin-bottom:-4px;
    margin-left:40px;
    cursor:pointer;
}
.headspc {
    margin:40px 0 !important;
}
.titlespc {
    margin:20px 0 !important;
}
.cta-item2 {
    margin-top:20px;
    display:flex;
    min-width:94%;
    max-width:95%;
    min-height:380px;
    background-color:rgb(223, 223, 223);
    border-radius:5px;
    flex-flow:column;
    align-items:flex-start;
}
/* .dropdown:hover .dropdown-menu{
    display: block;
} */
.dropdown-menu{
    margin-top: 0;
}
.navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
    top:117px;
}
a.dropdown-item {
    font-weight: 800;
    font-size:.8rem;
}
nav nav {
    height:100%;
}
.nav-link {
    color:rgb(17, 17, 17);
}
.maxwidthcontent button {
    font-weight:800;
    font-size:1rem;
}
.container button {
    font-weight:800;
    font-size:1rem;
}
.post-toolbar button {
    font-weight:800;
    font-size:.8rem;
}
.mobMenuTitle {
    font-family: 'Montserrat', sans-serif;
    font-size:1.4rem;
    font-weight: 800;
    margin: 0;
    color: #08314e;
}
.videoroll {
    display:flex;
    flex:1;
    flex-flow:row;
    align-items:center;
    justify-content:space-around;
    margin-top:40px;
}
.videoroll video {
    display:flex;
    flex:0 100%;
    height:300px;
    width:40%;
}
.videoroll div {
    display:flex;
    flex:0 100%;
    height:300px;
    width:40%;
}
.videoroll iframe {
    display:flex;
    flex:0 100%;
    height:300px;
    width:40%;
}
.space-around {
    flex-flow:row;
    justify-content:space-around !important;
    width:100%;
}
.post-top {
    background-image: url(../img/program-bg.jpg) ;
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
    display:flex;
    flex:1;
    width:100%;
    height:30px;
    min-height:30px;
}
.activecont {
    border: 2px solid #DA7E07;
}
.post-image svg {
    font-size:5rem;
    color:#DA7E07;
}
.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }
.iconry div i {
    font-size:3rem;
}
.iconry div svg {
    font-size:3rem;
}
.link {
    cursor:pointer;
}
.thanksmessage {
    display:flex;
    flex-flow:column;
    flex:1;
    min-height:500px;
    width:100%;
    align-items:center;
    justify-content: center;
}
.thanksmessage img {
    display:flex;
    width:180px;
    height:auto;

}
a {
    text-decoration: none;
}

.steps {
    list-style: none;
    display: flex;
    align-items:center;
    justify-content: center;
  }
  .steps .step {
    white-space: nowrap;
    transition: 0.3s ease-in-out;
    background: #ffd298;
    position: relative;
    height: 50px;
    line-height: 50px;
    margin-right: 30px;
    padding: 0 20px;
  }
  .steps .step > a {
    font-family: 'Montserrat', sans-serif;
    font-weight:800;
    text-decoration: none;
    color: white;
  }
  .steps .step:last-child {
    margin-right: 0;
  }
  .steps .step::before {
    transition: 0.3s ease-in-out;
    content: "";
    position: absolute;
    top: 0;
    left: -25px;
    border-left: 25px solid transparent;
    border-top: 25px solid #ffd298;
    border-bottom: 25px solid #ffd298;
  }
  .steps .step:first-child::before {
    display: none;
  }
  .steps .step::after {
    transition: 0.3s ease-in-out;
    position: absolute;
    top: 0;
    right: -25px;
    border-left: 25px solid #ffd298;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    content: "";
  }
  .steps .step:last-child::after {
    display: none;
  }
  .steps .step:hover {
    background: #DA7E07;
  }
  .steps .step.active {
    background: #DA7E07;
  }
  .steps .step.active::before {
    border-top-color: #DA7E07;
    border-bottom-color: #DA7E07;
  }
  .steps .step.active::after {
    border-left-color: #DA7E07;
  }
  .steps .step:hover::before {
    border-top-color: #DA7E07;
    border-bottom-color: #DA7E07;
  }
  .steps .step:hover::after {
    border-left-color: #DA7E07;
  }
  .steps .step:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .steps .step:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
/* Module 1 Breadcrumb Background  */
.mod1-bg {
    background-color:#a0a0a0 !important;
}
.mod1-bg::before {
    border-top: 25px solid #a0a0a0 !important;
    border-bottom: 25px solid #a0a0a0 !important;
}
.mod1-bg:hover {
    background-color: #8ec24d !important;
}
.mod1-bg::after {
    border-left: 25px solid #a0a0a0 !important;
  }
.mod1-bg:hover::before {
    border-top-color: #8ec24d !important;
    border-bottom-color: #8ec24d !important;
}
.mod1-bg:hover::after {
    border-left-color: #8ec24d !important;
}
.mod1-bg.active {
    background: #8ec24d !important;
}
.mod1-bg.active::before {
    border-top-color: #8ec24d !important;
    border-bottom-color: #8ec24d !important;
}
.mod1-bg.active::after {
    border-left-color: #8ec24d !important;
}
/* Module 2 Breadcrumb Background  */
.mod2-bg {
    background-color:#a0a0a0 !important;
}
.mod2-bg::before {
    border-top: 25px solid #a0a0a0 !important;
    border-bottom: 25px solid #a0a0a0 !important;
}
.mod2-bg:hover {
    background-color: #007daf !important;
}
.mod2-bg::after {
    border-left: 25px solid #a0a0a0 !important;
  }
.mod2-bg:hover::before {
    border-top-color: #007daf !important;
    border-bottom-color: #007daf !important;
}
.mod2-bg:hover::after {
    border-left-color: #007daf !important;
}
.mod2-bg.active {
    background: #007daf !important;
}
.mod2-bg.active::before {
    border-top-color: #007daf !important;
    border-bottom-color: #007daf !important;
}
.mod2-bg.active::after {
    border-left-color: #007daf !important;
}
/* Module 3 Breadcrumb Background  */
.mod3-bg {
    background-color:#a0a0a0 !important;
}
.mod3-bg::before {
    border-top: 25px solid #a0a0a0 !important;
    border-bottom: 25px solid #a0a0a0 !important;
}
.mod3-bg:hover {
    background-color: #0c5b70 !important;
}
.mod3-bg::after {
    border-left: 25px solid #a0a0a0 !important;
  }
.mod3-bg:hover::before {
    border-top-color: #0c5b70 !important;
    border-bottom-color: #0c5b70 !important;
}
.mod3-bg:hover::after {
    border-left-color: #0c5b70 !important;
}
.mod3-bg.active {
    background: #0c5b70 !important;
}
.mod3-bg.active::before {
    border-top-color: #0c5b70 !important;
    border-bottom-color: #0c5b70 !important;
}
.mod3-bg.active::after {
    border-left-color: #0c5b70 !important;
}
/* Module 4 Breadcrumb Background  */
.mod4-bg {
    background-color:#a0a0a0 !important;
}
.mod4-bg::before {
    border-top: 25px solid #a0a0a0 !important;
    border-bottom: 25px solid #a0a0a0 !important;
}
.mod4-bg:hover {
    background-color: #DA7E07 !important;
}
.mod4-bg::after {
    border-left: 25px solid #a0a0a0 !important;
  }
.mod4-bg:hover::before {
    border-top-color: #DA7E07 !important;
    border-bottom-color: #DA7E07 !important;
}
.mod4-bg:hover::after {
    border-left-color: #DA7E07 !important;
}
.mod4-bg.active {
    background: #DA7E07 !important;
}
.mod4-bg.active::before {
    border-top-color: #DA7E07 !important;
    border-bottom-color: #DA7E07 !important;
}
.mod4-bg.active::after {
    border-left-color: #DA7E07 !important;
}
/* QUIZ Breadcrumb Background  */
.quiz-bg {
    background-color:#a0a0a0 !important;
}
.quiz-bg::before {
    border-top: 25px solid #a0a0a0 !important;
    border-bottom: 25px solid #a0a0a0 !important;
}
.quiz-bg:hover {
    background-color: #e14235 !important;
}
.quiz-bg::after {
    border-left: 25px solid #a0a0a0 !important;
  }
.quiz-bg:hover::before {
    border-top-color: #e14235 !important;
    border-bottom-color: #e14235 !important;
}
.quiz-bg:hover::after {
    border-left-color: #e14235 !important;
}
.quiz-bg.active {
    background: #e14235 !important;
}
.quiz-bg.active::before {
    border-top-color: #e14235 !important;
    border-bottom-color: #e14235 !important;
}
.quiz-bg.active::after {
    border-left-color: #e14235 !important;
}
.full-bg1 {
    width:100%;
    margin:0;
    padding:0;
    background:transparent;
    /* background-color: #d5e3ec;
    background-image: linear-gradient(180deg, #ffffff 0%, #B5FFFC 100%); */
}

.ed-module1 {
    display:flex;
    flex-grow:1;
    flex-flow:column;
    height:auto;
    align-items:center;
    justify-content:space-evenly;
    width:100%;
    background-image:url(../svg/education/1.svg);
    background-color:#e7f1d6;
    background-repeat:no-repeat;
    background-position:left center;
    background-size:auto 120%;
    transition: background .8s ease-in-out;
}
.ed-module1 span {
    font-family: 'Montserrat', sans-serif;
    margin:0;
    margin-left:40px;
    margin-right:20px;
    font-size:1rem;
    width:90%;
    color: #363636;
}
.ed-module1 span:first-child {
    font-family: 'Montserrat', sans-serif;
    margin-left:40px;
    font-size:1rem;
    width:90%;
    color: #5a5a5a;
}
.ed-module1 button {
    background-color: #8ec24d;
    color:white;
}
.ed-module2 {
    display:flex;
    flex-grow:1;
    flex-flow:column;
    height:auto;
    align-items:center;
    justify-content:space-evenly;
    width:100%;
    background-image:url(../svg/education/2.svg);
    background-color:#cedbee;
    background-repeat:no-repeat;
    background-position:left center;
    background-size:auto 120%;
    transition: background .8s ease-in-out;
}
.ed-module2 span {
    font-family: 'Montserrat', sans-serif;
    margin:0;
    margin-left:40px;
    font-size:1rem;
    width:90%;
    color: #363636;
}
.ed-module2 span:first-child {
    font-family: 'Montserrat', sans-serif;
    margin-left:40px;
    font-size:1rem;
    width:90%;
    color: #5a5a5a;
}
.ed-module2 button {
    background-color: #007daf;
    color:white;
}
.ed-module3 {
    display:flex;
    flex-grow:1;
    flex-flow:column;
    height:auto;
    align-items:center;
    justify-content:space-evenly;
    width:100%;
    background-image:url(../svg/education/3.svg);
    background-color:#c6cdd7;
    background-repeat:no-repeat;
    background-position:left center;
    background-size:auto 120%;
    transition: background .8s ease-in-out;
}
.ed-module3 span {
    font-family: 'Montserrat', sans-serif;
    margin:0;
    margin-left:40px;
    font-size:1rem;
    width:90%;
    color: #363636;
}
.ed-module3 span:first-child {
    font-family: 'Montserrat', sans-serif;
    margin-left:40px;
    font-size:1rem;
    width:90%;
    color: #5a5a5a;
}
.ed-module3 button {
    background-color: #0c5b70;
    color:white;
}
.ed-module4 {
    display:flex;
    flex-grow:1;
    flex-flow:column;
    height:auto;
    align-items:center;
    justify-content:space-evenly;
    width:100%;
    background-image:url(../svg/education/4.svg);
    background-color:#fadec8;
    background-repeat:no-repeat;
    background-position:left center;
    background-size:auto 120%;
    transition: background .8s ease-in-out;
}
.ed-module4 span {
    font-family: 'Montserrat', sans-serif;
    margin:0;
    margin-left:40px;
    font-size:1rem;
    width:90%;
    color: #363636;
}
.ed-module4 span:first-child {
    font-family: 'Montserrat', sans-serif;
    margin-left:40px;
    font-size:1rem;
    width:90%;
    color: #5a5a5a;
}
.ed-module4 button {
    background-color: #DA7E07;
    color:white;
}
.ed-hov:hover {
    transition: background .8s ease-in-out;
    background-color:#ecececf1;
    background-size:auto 120%;
}
.mobile-only {
    display:none;
}
#workingGroup {
    margin-top:20px;
    margin-bottom:20px;
    width:100%;
    border-top: 1px rgb(231, 231, 231) solid;
}
.iconbody {
    position:relative;
    display:flex;
    flex-flow:row;
    background-color:#84a94c;
    cursor:pointer;
    overflow:hidden;
    border:0;
    transition: all 0.6s ease-in-out;
}
.iconbody:hover {
    /* border-left: 8px rgb(248, 128, 29) solid; */
    background-color:#9eca5b;
    cursor:pointer;
}
.iconbody svg {
    display:flex;
    align-self:center;
    justify-self:flex-start;
    margin-right:14px;
    font-size:1.4rem;
    color:white;
}
.iconbody span {
    margin:0;
    font-size:1.1rem;
    font-weight:600;
    color:white;
}

.iconbody2 {
    display:flex;
    flex-flow:column;
}
.iconbody2 svg {
    margin-top:20px;
    display:flex;
    align-self:center;
    justify-self:flex-start;
    font-size:2rem;
}
.iconbody2 span {
    align-self:center;
    justify-self:flex-start;
    margin-top:14px;
    font-size:1.2rem;
    font-weight:800;
    margin-bottom:20px;
}

iframe.wcrp-video {
    display:flex;flex:1;align-self:center;justify-self:center;margin-top:40px;margin-left:auto;margin-right:auto;width:70%;min-height:380px;
}
.maxwidth {
    width:100%;
    max-width:1100px;
    margin:auto;
    overflow:hidden;
}
.next-module {
    display:flex;
    flex-flow:column;
    background-color:#f1f1f1;
    min-height:280px;
}
.next-header {
    display:flex;
    flex:0 100%;
    height:70px;
    width:100%;
    background-color:#007daf;
}
.next-header h1 {
    color:white;
    margin:0;
    padding:0;
}
.next-desc {
    display:flex;
    flex:1;
    width:100%;
    flex-flow:column;
    align-items:flex-start;
    justify-content: flex-start;
}
.next-desc h2 {
    color:#007daf;
    margin:0;
    padding:0;
}
.next-desc button {
    color:white;
    background-color:#007daf;
}
.apply-download {
    display:flex;
    flex-flow:row;
    align-items:center;
    justify-content:flex-start;
    border-radius:20px;
    background-color:#fadec8;
}

.bg-mod1 {
    background-image: url(https://firebasestorage.googleapis.com/v0/b/wcrp-pr.appspot.com/o/images%2Fmod1.jpg?alt=media&token=2666b04e-3f09-4bef-8d32-8b1dbf6a40a0);
    background-position: center center;
    background-repeat:no-repeat;
    background-size:cover;
    filter: brightness(0.6) contrast(0.7) grayscale(0.23);
}
.bg-mod2 {
    background-image: url(https://firebasestorage.googleapis.com/v0/b/wcrp-pr.appspot.com/o/images%2Fmod2.jpg?alt=media&token=5f48d8b4-618e-4d65-a765-fbc74c4dfdd6);
    background-position: center center;
    background-repeat:no-repeat;
    background-size:cover;
    filter: brightness(0.6) contrast(0.7) grayscale(0.23);
}
.bg-mod3 {
    background-image: url(https://firebasestorage.googleapis.com/v0/b/wcrp-pr.appspot.com/o/images%2Fmod3.jpg?alt=media&token=d26b61e1-8cce-4f30-a5e1-c29b1ad26d50);
    background-position: center center;
    background-repeat:no-repeat;
    background-size:cover;
    filter: brightness(0.6) contrast(0.7) grayscale(0.23);
}
.bg-mod4 {
    background-image: url(https://firebasestorage.googleapis.com/v0/b/wcrp-pr.appspot.com/o/images%2Fmod4.jpg?alt=media&token=1bddd9b2-99ad-40d3-9321-ac275f8dcf16);
    background-position: center center;
    background-repeat:no-repeat;
    background-size:cover;
    filter: brightness(0.6) contrast(0.7) grayscale(0.23);
}

.edu-slide {
    min-height:400px;
}

.edu-bg1 {
    background-color:#d37a31 !important;
}
.edu-bg2 {
    background-color:#9ac449 !important;
}
.edu-bg3 {
    background-color:#407bba !important;
}
.edu-bg4 {
    background-color:#2d576f !important;
}
.edu-text1 {
    color:#d37a31 !important;
}
.edu-text2 {
    color:#9ac449 !important;
}
.edu-text3 {
    color:#407bba !important;
}
.edu-text4 {
    color:#2d576f !important;
}

div.read_indicator {
    display:inline-block;
    position:absolute;
    width:12px;
    height:12px;
    border-radius:50%;
    bottom:-15px;
    left:-26px;
    background-color:#e7e7e7;
}
a.dl svg {
    display:none;
    position:absolute;
    font-size:.9rem;
    bottom:-16px;
    left:-5px;
    color:#d37a31;
}
.display_inline {
    display:inline-block !important;
}



@media only screen and (max-width: 1100px)  {
    
    .subnav-mid {
        display:none;
    }
    .subnav-mid-tablet {
        display:inline-flex;
        width:100%;
        height:100%;
    }
    .subnav-mid-mobile {
        display:none;
    }
    .cdbg-logo {
        margin-left:20px !important;
    }
    .cdbg-logo-es {
        margin-left:20px !important;
    }
    .subnav-left {
        width:240px;
    }
}

@media only screen and (max-width: 767px)  {
    .cta-item3 {
        margin-top:20px;
        display:flex;
        min-width:94%;
        max-width:95%;
        min-height:380px;
        background-color:rgb(223, 223, 223);
        border-radius:5px;
        flex-flow:column;
        align-items:flex-start;
    }
    .cta-item2 {
        margin-top:20px;
        display:flex;
        min-width:94%;
        max-width:95%;
        min-height:380px;
        background-color:rgb(223, 223, 223);
        border-radius:5px;
        flex-flow:column;
        align-items:flex-start;
    }
    .subnav-container2 {
        display:flex;
        width:100%;
        height:100%;
        flex-flow:row nowrap;
        align-items:flex-end;
        justify-content:flex-end;
        flex:1;
    }
    .subnav-container2:first-child {
        border-left: none;
    }
    .subnav-mid {
        display:none;
    }
    .subnav-mid-tablet {
        display:none;
    }
    .subnav-mid-mobile {
        display:inline-flex;
        width:180px;
        height:100%;
    }
    .subnav-left {
        width:240px;
    }
    .wcrp-logo {
        background-position:right center;
    }
    .cdbg-logo {
        margin-left:20px;
        width:100px;
    }
    .cdbg-logo-es {
        margin-left:20px;
        width:100px;
    }
    .utilitybar {
        display:none;
    }
    .ss-toolbar {
        height:120px;
    }
    .ghostnav {
        height:124px;
    }
}

/* Generic styling */

  ul {
    list-style: none;
    padding-left: 0;
  }
  footer {
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content: center;
    background-color: #555;
    color: #bbb;
    line-height: 1.5;
    overflow:hidden;
  }
  footer section {
      width:100%;
      max-width:1100px;
  }
  footer a {
    text-decoration: none;
    color: #eee;
  }
  a:hover {
    text-decoration: none;
    color:#DA7E07;
  }
  .ft-title {
    font-family: 'Montserrat', sans-serif;
    font-weight:800;
    color: #fff;
    font-size: 1.4rem;
    padding-bottom: 0.625rem;
  }
  .container {
    flex: 1;
    max-width:100%;
  }
  
  /* Footer main */
  .ft-main {
    display: flex;
    flex-flow:row nowrap;
    padding: 1.25rem 1.875rem 0;
    justify-content:stretch;
  }
  .wht_space80 {
    display:block;
    width:100%;
    height:80px;
}
  .wht_space140 {
      display:block;
      width:100%;
      height:140px;
  }
  .wht_space300 {
    display:block;
    width:100%;
    height:300px;
}
  @media only screen and (min-width: 29.8125rem /* 477px */) {
    .cta-4 .post {
        display:flex;
        min-width:249px;
        max-width:250px;
      }
    .cta-item2 {
        margin-top:20px;
        display:flex;
        min-width:45%;
        max-width:46%;
        min-height:280px;
        background-color:rgb(223, 223, 223);
        border-radius:5px;
        flex-flow:column;
        align-items:flex-start;
    }
    .cta-head {
        display:flex;
        flex-flow:row;
        flex:1;
        width:94%;
        align-self:center;
        justify-content:center;
        align-items:center;
    }
    .cta-head span {
        font-family: 'Rokkitt', serif;
        font-weight: 800;
        font-size:2.0rem ;
        color:rgb(49, 49, 49);
        margin-bottom:12px;
    }
    .cta-item3 {
        margin-top:20px;
        display:flex;
        min-width:45%;
        max-width:46%;
        min-height:380px;
        background-color:rgb(223, 223, 223);
        border-radius:5px;
        flex-flow:column;
        align-items:flex-start;
    }
  }
  @media only screen and (min-width: 77.5rem /* 1240px */) {
      .cta-4 .post {
        display:flex;
        min-width:249px;
        max-width:250px;
      }
    .cta-item3 {
        margin-top:20px;
        display:flex;
        min-width:45%;
        max-width:46%;
        min-height:380px;
        background-color:rgb(223, 223, 223);
        border-radius:5px;
        flex-flow:column;
        align-items:flex-start;
    }
  }
  .ft-main-item {
    padding: .9rem;
    min-width: 12.5rem;
  }
  .ft-main-item p {
      color:white;
  }
  
  /* Footer main | Newsletter form */
  form {
    display: flex;
    width:100%;
    flex-wrap: nowrap;
  }
  input[type="email"] {
    border: 0;
    padding: 0.625rem;
    margin-top: 0.3125rem;
  }
  input[type="submit"] {
    background-color: #DA7E07;
    color: #fff;
    cursor: pointer;
    border: 0;
    padding: 0.625rem 0.9375rem;
    margin-top: 0.3125rem;
    font-weight:700;
  }
  /* Footer social */
  .ft-social {
    padding: 0 1.875rem 0;
  }
  .ft-social-list {
    display: flex;
    justify-content: center;
    border-top: 1px #777 solid;
    padding-top: 1.25rem;
  }
  .ft-social-list li {
    margin: 0.5rem;
    font-size: 1.25rem;
  }
  /* Footer legal */
  .ft-legal {
    padding: 0.9375rem 1.875rem;
    background-color: #333;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
  .ft-legal-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    font-size:.8rem;
  }
  .ft-legal-list li {
    margin: 0.125rem 0.625rem;
    white-space: wrap;
  }
  /* one before the last child */
  .ft-legal-list li:nth-last-child(2) {
      flex: 1;
  }

  .calendar {
    width:96%;
    margin: 1em auto;
    padding: 1em;
    background: rgb(255, 255, 255);
    box-shadow: 0 0 0.1em rgba(0, 0, 0, 0.5);
    border-radius: 0.2em;
  }
  .calendar:last-child {
    border-top: 6px solid #7A4706;
  }
  .calendar h1 {
    margin: 0 0 0.4em;
    font-weight: bold;
  }
  .calendar .event {
    color: #333;
    display: block;
    padding: 0.1em;
    transition: all 0.25s ease;
    margin-bottom: 0.5em;
    text-decoration: none;
  }
  .calendar .event:hover {
    background: #eed2ae;
    text-decoration: none;
    color: black;
  }
  .calendar .event_icon {
    width: 3em;
    float: left;
    margin-right: 0.75em;
  }
  .calendar .event_month, .calendar .event_day {
    text-align: center;
  }
  .calendar .event_month {
    padding: 0.1em;
    margin-bottom: 0.15em;
    background: #7A4706;
    font-size: 0.75em;
    color: white;
    border-top-left-radius: 0.3em;
    border-top-right-radius: 0.3em;
  }
  .calendar .event_day {
    border: 1px solid #999;
    background: white;
    color: black;
    font-size: 1.25em;
    font-weight: bold;
    border-bottom-left-radius: 0.1em;
    border-bottom-right-radius: 0.1em;
  }
  .calendar .event_title {
    font-weight:500;
    font-size: 1.1em;
    height: 3em;
    display: table-cell;
    vertical-align: middle;
  }
  .calendar .btn {
    margin-top: 14px;
    width: 100%;
    font-size: .9em;
  }
  .jumbotron h1 {
      font-size:1.6rem;
      font-weight:800;
      margin:30px auto 14px auto;
  }
  .jumbotron p {
    margin:14px auto 14px auto;
}


  

  @media (orientation: portrait) {
    .calltoactionContainer {
        display:flex;
        position:fixed;
        width:100%;
        height:320px;
        bottom:0;
        right:0;
        z-index: 2147483647 !important;
    }
    img.cdbg_link {
        width:50px;
        height:auto;
    }
    img.housing_link {
        width:80px;
        height:auto;
    }
    img.wcrp_link {
        width:60px;
        height:auto;
    }
    img.fpr_link {
        width:100px;
        height:auto;
    }
    .ed-post:first-child {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        display:flex;
        flex: 1 1 0px;
        height:auto;
        flex-flow:column;
        margin:0 10px 20px 10px;
        overflow:hidden;
    }
    .ed-post div span {
        font-size:.8rem ;
    }
    span.ed-post-title {
        text-align:left;
        align-self:left;
        font-family: 'Montserrat', sans-serif;
        font-size:.8rem ;
        color: #ffffff;
        font-weight:800;
        margin-top:14px;
        margin-bottom:-4px;
        margin-left:40px;
        cursor:pointer;
    }
    .edu_header {
        display:flex;
        flex-flow:column;
    }
    iframe.wcrp-video {
        display:flex;flex:1;align-self:center;justify-self:center;margin-top:40px;margin-left:auto;margin-right:auto;width:100%;min-height:230px;
    }
    .mobile-only {
        display:flex;
        flex:1;
        min-height:80px;
    }
    .mobile-only .accessibility {
        min-height:60px;
        background-color:#333;
    }
    .mobile-only .esButton {
        color:black;
    }
    .mobile-only .enButton {
        color:black;
    }
    .post-desc span {
        margin:10px 12px 12px 0;
        font-size:1.1rem;
        width:90%;
    }
    .min-height-post-200 {
        min-height:50px;
    }
    .min-height-post-100 {
        min-height:20px;
    }
    .min-height-post-140 {
        min-height:20px;
    }
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
      }
    .arrowbg {
        background:none;
    }
    .headspc {
        margin:12px 0 !important;
    }
    .fb_iframe_widget_fluid {
        display: flex !important;
        flex: 1 !important;
        min-height: 180px !important;
        margin-top:20px;
    }
    .fb_iframe_widget_fluid span {
        min-height: 180px !important;
    }
    .videoroll {
        display:flex;
        flex:1;
        flex-flow:column;
        align-items:center;
        justify-content:space-around;
        margin-top:40px;
    }
    .videoroll video {
        display:flex;
        flex:0 100%;
        height:300px;
        width:94%;
        margin:auto;
    }
    .videoroll div {
        display:flex;
        flex:0 100%;
        height:300px;
        width:94%;
        margin:auto;
    }
    .videoroll iframe {
        display:flex;
        flex:0 100%;
        height:300px;
        width:94%;
        margin:auto;
    }
    .fb_iframe_widget_fluid span {
        display:flex;
        flex:1;
        width: 96% !important;
        min-height:200px;
        align-self:center;
        justify-self:center;
    }
    .centerparent {
        display: flex;
        flex-flow:column;
        justify-content: space-around;
        align-items: center;
        min-height:200px;
    }

    .facebcontainer {
        display:none;
    }
    .facebcontainer iframe {
        display:flex;
        width:90%;
        flex:1;
        margin:auto;
    }
    .article-container iframe.article {
        display:flex;
        margin:0;
        flex:0 1 auto;
        min-height:180px;
        width:96%;
        border-radius:5px;
        float:none;
        align-self:center;
        justify-self:center;
        margin-bottom:30px;
    }
    .accordion-button {
        font-size:1rem;
        font-weight:800;
    }
    .article-container h1, h2, h3 {
        font-weight:900;
        font-size:1.4rem;
    }
    .calendar .event_title {
        font-size: .9em;
        height: 3em;
      }
    .list-group-item {
        font-size:.7rem;
        font-weight:500;
    }
    .min200 {
        min-height:50px;
    }
    .program-info {
        display:flex;
        flex-flow:column;
        width:94%;
        height:50px;
        align-self:center;
        justify-self:flex-start !important;
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
        overflow:hidden;
    }
    .cta-base {
        height:25px;
        background-color: #743418;
    }
    .ss-header .half:first-child {
        display:none;
    }
    .ss-header2 .half:first-child {
        display:none;
    }
    .program-container {
        display:flex;
        height:100%;
        flex-flow:column;
        align-items:center;
        justify-content: flex-end;
        align-self:center;
    }
    .cta-item:first-child {
        border-top-left-radius:5px;
        border-top-right-radius:5px;
    }
    .cdbg-logo {
        display:block;
        position:absolute;
        width:100px;
        height:auto;
        min-height:125px;
        z-index: 2147483647;
        background-image: url(../img/logos/PRDOH_CDBG-DR_Logo_down_english.png);
        background-position:top center;
        background-repeat:no-repeat;
        background-size:contain;
        top:0;
        left:0;
        margin-left:20px !important;
    }
    .cdbg-logo-es {
        display:block;
        position:absolute;
        width:100px;
        height:auto;
        min-height:125px;
        z-index: 2147483647;
        background-image: url(../img/logos/PRDOH_CDBG-DR_Logo_down_spanish.png);
        background-position:top center;
        background-repeat:no-repeat;
        background-size:contain;
        top:0;
        left:0;
        margin-left:20px !important;
    }
    .maps-breadcrumbs {
        display:flex;
        flex-flow:column;
        align-items:center;
        justify-content: center;
        flex:1;
        height:60px;
    }
    .maps-breadcrumbs div{
        display:flex;
        width:97%;
        height:50px;
        background-color:rgb(209, 209, 209);
        flex-flow:row nowrap;
        align-items:center;
        justify-content:center;
        border-radius:3px;
        overflow:hidden;
    }
    .maps-breadcrumbs div div{
        display:flex;
        flex:1;
        width:auto;
        height:89%;
        background-color:rgb(248, 248, 248);
        flex-flow:column;
        align-items:center;
        justify-content:center;
        margin-right:4px;
        cursor:pointer;
        border-radius:3px;
    }
    .maps-breadcrumbs div div:first-child {
        margin-left:4px;
    }
    .maps-breadcrumbs div div p {
        font-size:.37rem;
        font-weight: 500;
        margin:4px 14px 0 14px;
        color:rgb(196, 196, 196);
        white-space: nowrap;
    }
    .maps-breadcrumbs div div svg {
        margin-top:10px;
        color:rgb(196, 196, 196);
    }
    .cta-4 {
        width:94%;
        align-self:center;
        flex-flow:row wrap;
        align-items:flex-start;
        justify-content:space-around;
        margin-top:0;
        margin-bottom:0;
    }
    .cta-4 .post {
        max-width:96%;
    }
      
    .half .header-logo {
        display:none !important;
    }
    .half .header-logo-es {
        display:none !important;
    }
    .main-max {
        height:40vh;
    }
    .ft-main {
        flex-flow:column;
        align-items:flex-start;
        justify-content:stretch;
    }
    .button-bar {
        display:flex;
        flex-flow:column;
        align-items:flex-start;
        justify-content:center;
        margin-bottom:40px;
        width:84%;
        max-width:1100px;
    }
    .button-bar button {
        display:flex;
        flex-direction:column;
        flex:0 100%;
        width:100%;
        margin:0 0 20px 0;
        text-align:center !important;
        align-items:center;
        justify-content:center;
    }
    .recent-articles {
        display:flex;
        flex-direction:column;
        align-items:flex-start;
        width:90%;
        max-width:1100px;
        height:auto;
    }
    .post {
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        display:flex;
        flex:0 1 auto;
        width:100%;
        flex-flow:column;
        margin:0 0 20px 0;
        overflow:hidden;
        -webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.13); 
        box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.13);
    }
    .post-image {
        display:flex;
        height:200px;
        width:100%;
    }
    .article-container {
        display:flex;
        flex-direction:column;
        align-items: flex-start;
        align-self:center;
        justify-self:center;
        width:90%;
        max-width:1100px;
        margin:20px;
    }
    .article-container video {
        display:flex;
        width:100%;
        height:300px;
        flex:1;
        padding:0;
        margin:0 0 30px 0;
    }
    .article-container p {
        
    }
    figure.calltoaction {
        flex-direction:column;
        align-items:center;
        justify-content:space-around;
        height:400px;
        width:90%;
        align-self:center;
    }
    figure.calltoaction div {
        width: 100%;
        height:180px;
        margin-left:20px;
        margin-right:20px;
    }

}

.programsOrangeH {
    color: #f58c2c;
    font-size: 1.250em;
}

.hdw ul li{
    line-height: 1.7;
    font-size: 1rem;
}
.hdw ul li::marker{
    color:#f58c2c;
}