.sync {
    display: none;
}

.moreResourcesMainContainer {
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
}

.moreResourcesImageContainer {
    margin: 2% auto;
    padding: 0;
    width: 1920px;
    display: flex;
    flex-wrap: nowrap;
    align-content: space-evenly;
    justify-content: center;
}

.moreResourcesText {
    font-size: 1.2em;
    font-weight: 400;
    text-align: center;
    color: #007C9D;
}

.moreResourcesImageSize {
    width: 12%;
    margin: 0;
    cursor: pointer;
}

/* .moreResourcesImageSize>img {
    width: 55%;
} */

.more_resources_box {
    background-color: #f4f4f4;
    color: #000;
    font-size: 1em;
    padding: 1% 8%;
    position: relative;
    margin-top: 1%;
    z-index: 100;
    float: left;
    border: solid #f4f4f4 1px;
    border-radius: 4px;
    white-space: nowrap;
    -webkit-box-shadow: 5px 3px 3px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 5px 3px 3px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 5px 3px 3px 0px rgba(0, 0, 0, 0.25);
}

.more_resources_box.arrow-top {
    margin-top: 12%;
}

.more_resources_box.arrow-top:after {
    content: " ";
    position: absolute;
    left: 60px;
    top: -15px;
    border-top: none;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: 15px solid #f4f4f4;
}

/******* MORE RESOURCES *******/
#dashboardMoreResources {
    height: 400px;
    border-top: solid 1px #007C9D;
    background-color: #f7fbf7;
}

.moreResourcesSectionHeader {
    width: 100%;
}

.moreResourcesSectionHeaderContent {
    width: 100%;
    margin-top: 2%;
    display: flex;
    justify-content: center;
}

.moreResourcesSectionHeaderContent p {
    margin: 0 1%;
    font-family: myriad-pro-semi-condensed, sans-serif;
    font-weight: 700;
    font-size: 2.5em;
    color: #007C9D;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.2;
}

.dashboardMoreResourcesContainer {
    width: 80%;
    margin: 0 auto 2%;
}

.dashboardMoreResourcesContent {
    width: 100%;
    overflow: hidden;
    margin: 3% auto 0;
    display: flex;
    justify-content: space-evenly;
}

.dashboardMoreResourcesTextContainer {
    width: 100%;
    overflow: hidden;
    display: flex;
}

.dashboardMoreResourcesIcon {
    width: 117px;
    cursor: pointer;
}

.dashboardMoreResourcesIcon p {
    font-family: myriad-pro-semi-condensed, sans-serif;
    font-weight: 700;
    font-size: 120%;
    color: #007C9D;
    text-align: center;
    line-height: 1.2;
}

.medwellMoreResourcesContainer {
    width: 70%;
    margin: 2% auto 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.communityBox {
    width: 270px !important;
    height: 105px !important;
    margin: 0 3% 0 0;
}

.journal {
    width: 200px !important;
    height: 105px !important;
    margin: 0 3% 0 0;
}

.recipeBook {
    width: 200px !important;
    height: 105px !important;
    margin: 0 3% 0 0;
}

.customContent {
    width: 275px !important;
    height: 105px !important;
    margin: 0 3% 0 0;
}

@media only screen and (min-width : 320px) and (max-width : 736px) and (orientation: portrait) {
    #dashboardMoreResources {
        height: auto;
        padding: 5% 0 0 0;
        border-top: solid 1px #007C9D;
        background-color: #f7fbf7;
    }

    .moreResourcesMainContainer {
        margin: 0 auto;
        overflow: hidden;
        width: 100%;
    }

    .moreResourcesImageContainer {
        margin: 0 auto;
        padding: 0;
        width: 95%;
        display: flex;
        flex-wrap: wrap;
        align-content: space-around;
    }

    .moreResourcesText {
        overflow: hidden;
        width: 100%;
        font-size: .9em;
        font-weight: 400;
        text-align: center;
        color: #007C9D;
    }

    .moreResourcesImageSize {
        width: 34%;
        float: left;
        margin: 5% 0 2% 0;
    }

    .moreResourcesImageSize>img {
        width: 50%;
    }

    .more_resources_box {
        background-color: #f4f4f4;
        color: #000;
        font-size: .9em;
        margin-left: -20%;
        padding: 1% 8%;
        position: relative;
        z-index: 100;
        width: 150%;
        border-radius: 4px;
        white-space: normal;
        border: solid #f4f4f4 1px;
        -webkit-box-shadow: 5px 3px 3px 0px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 5px 3px 3px 0px rgba(0, 0, 0, 0.25);
        box-shadow: 5px 3px 3px 0px rgba(0, 0, 0, 0.25);
    }

    .more_resources_box.arrow-top {
        margin-top: 12%;
    }

    .more_resources_box.arrow-top:after {
        content: " ";
        position: absolute;
        left: 45%;
        top: -15px;
        border-top: none;
        border-right: 15px solid transparent;
        border-left: 15px solid transparent;
        border-bottom: 15px solid #f4f4f4;
    }

    .moreResourcesSectionHeader {
        width: 96%;
        margin: 2% auto;
        display: flex;
        justify-content: center;
    }

    .moreResourcesSectionHeader p {
        margin: 0 1%;
        font-family: myriad-pro-semi-condensed, sans-serif;
        font-weight: 700;
        font-size: 1.5em;
        color: #007C9D;
        text-align: center;
        text-transform: uppercase;
        line-height: 1;
    }

    .medwellMoreResourcesContainer {
        width: 50%;
        margin: 3% auto 0;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .communityBox {
        width: 80% !important;
        margin: 0 3% 0 0;
    }

    .journal {
        width: 80% !important;
        margin: 0 3% 0 0;
    }

    .recipeBook {
        width: 80% !important;
        margin: 0 3% 0 0;
    }

    .customContent {
        width: 80% !important;
        margin: 0 3% 0 0;
    }
}

/** Phone Landscape **/
@media only screen and (min-width : 735px) and (max-width : 897px) and (orientation: landscape) {
    #dashboardMoreResources {
        height: auto;
        padding: 0 0 5% 0;
        border-top: solid 1px #007C9D;
        background-color: #f7fbf7;
    }

    .moreResourcesMainContainer {
        margin: 0 auto;
        overflow: hidden;
        width: 100%;
    }

    .moreResourcesImageContainer {
        margin: 4% auto;
        padding: 0;
        width: 90%;
        display: flex;
        flex-wrap: wrap;
        align-content: space-around;
    }

    .moreResourcesText {
        overflow: hidden;
        width: 100%;
    }

    .moreResourcesImageSize {
        width: 15%;
        float: left;
        margin-right: 8%;
    }

    .moreResourcesImageSize>img {
        width: 75%;
    }

    .more_resources_box {
        background-color: #f4f4f4;
        color: #000;
        font-size: .95em;
        margin-left: 0;
        padding: 1% 8%;
        position: relative;
        z-index: 100;
        width: 200%;
        border-radius: 4px;
        white-space: normal;
        border: solid #f4f4f4 1px;
        -webkit-box-shadow: 5px 3px 3px 0px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 5px 3px 3px 0px rgba(0, 0, 0, 0.25);
        box-shadow: 5px 3px 3px 0px rgba(0, 0, 0, 0.25);
    }

    .more_resources_box.arrow-top {
        margin-top: 12%;
    }

    .more_resources_box.arrow-top:after {
        content: " ";
        position: absolute;
        left: 45%;
        top: -15px;
        border-top: none;
        border-right: 15px solid transparent;
        border-left: 15px solid transparent;
        border-bottom: 15px solid #f4f4f4;
    }

    .moreResourcesSectionHeader {
        width: 100%;
        margin-top: 3%;
        display: flex;
        justify-content: center;
    }

    .moreResourcesSectionHeader p {
        margin: 0 1%;
        font-family: myriad-pro-semi-condensed, sans-serif;
        font-weight: 700;
        font-size: 2em;
        color: #007C9D;
        text-align: center;
        text-transform: uppercase;
        line-height: 1.4;
    }

    .medwellMoreResourcesContainer {
        width: 90%;
        margin: 3% auto 0;
        overflow: hidden;
        display: flex;
        justify-content: center;
    }

    .communityBox {
        width: 50% !important;
        margin: 0 3% 0 0;
    }

    .journal {
        width: 50% !important;
        margin: 0 3% 0 0;
    }

    .recipeBook {
        width: 50% !important;
        margin: 0 3% 0 0;
    }

    .customContent {
        width: 50% !important;
        margin: 0 3% 0 0;
    }
}

/** Small Phone Landscape **/
@media only screen and (max-width : 735px) and (orientation: landscape) {
    #dashboardMoreResources {
        height: auto;
        padding: 0 0 5% 0;
        border-top: solid 1px #007C9D;
        background-color: #f7fbf7;
    }

    .moreResourcesMainContainer {
        margin: 0 auto;
        overflow: hidden;
        width: 100%;
    }

    .moreResourcesImageContainer {
        margin: 4% auto;
        padding: 0;
        width: 90%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }

    .moreResourcesText {
        overflow: hidden;
        width: 100%;
        font-size: 1em;
        font-weight: 400;
        text-align: center;
        color: #007C9D;
    }

    .moreResourcesImageSize {
        width: 20%;
        float: left;
        margin: 0 0 5% 0;
    }

    .moreResourcesImageSize>img {
        width: 75%;
    }

    .more_resources_box {
        background-color: #f4f4f4;
        color: #000;
        font-size: .95em;
        margin-left: 0;
        padding: 1% 8%;
        position: relative;
        z-index: 100;
        width: 200%;
        border-radius: 4px;
        white-space: normal;
        border: solid #f4f4f4 1px;
        -webkit-box-shadow: 5px 3px 3px 0px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 5px 3px 3px 0px rgba(0, 0, 0, 0.25);
        box-shadow: 5px 3px 3px 0px rgba(0, 0, 0, 0.25);
    }

    .more_resources_box.arrow-top {
        margin-top: 12%;
    }

    .more_resources_box.arrow-top:after {
        content: " ";
        position: absolute;
        left: 45%;
        top: -15px;
        border-top: none;
        border-right: 15px solid transparent;
        border-left: 15px solid transparent;
        border-bottom: 15px solid #f4f4f4;
    }

    .moreResourcesSectionHeader {
        width: 100%;
        margin-top: 5%;
        display: flex;
        justify-content: center;
    }

    .moreResourcesSectionHeader p {
        margin: 0 1%;
        font-family: myriad-pro-semi-condensed, sans-serif;
        font-weight: 700;
        font-size: 1.8em;
        color: #007C9D;
        text-align: center;
        text-transform: uppercase;
        line-height: 1;
    }

    .medwellMoreResourcesContainer {
        width: 90%;
        margin: 3% auto 0;
        overflow: hidden;
        display: flex;
        justify-content: center;
    }

    .communityBox {
        width: 50% !important;
        margin: 0 3% 0 0;
    }

    .journal {
        width: 50% !important;
        margin: 0 3% 0 0;
    }

    .recipeBook {
        width: 50% !important;
        margin: 0 3% 0 0;
    }

    .customContent {
        width: 50% !important;
        margin: 0 3% 0 0;
    }
}

/** Tablet Portrait **/
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation : portrait) {
    #dashboardMoreResources {
        height: auto;
        padding: 0 0 5% 0;
        border-top: solid 1px #007C9D;
        background-color: #f7fbf7;
    }

    .moreResourcesMainContainer {
        margin: 0 auto;
        overflow: hidden;
        width: 100%;
    }

    .moreResourcesImageContainer {
        margin: 4% auto;
        width: 88%;
        display: flex;
        flex-wrap: wrap;
        align-content: space-around;
        justify-content: center;
    }

    .moreResourcesText {
        overflow: hidden;
        width: 100%;
    }

    .moreResourcesImageSize {
        width: 15%;
        float: left;
        margin-right: 7%;
    }

    .moreResourcesImageSize>img {
        width: 75%;
    }

    .more_resources_box {
        background-color: #f4f4f4;
        color: #000;
        font-size: .95em;
        margin-left: 0;
        padding: 1% 8%;
        position: relative;
        z-index: 100;
        width: auto;
        border-radius: 4px;
        white-space: nowrap;
        border: solid #f4f4f4 1px;
        -webkit-box-shadow: 5px 3px 3px 0px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 5px 3px 3px 0px rgba(0, 0, 0, 0.25);
        box-shadow: 5px 3px 3px 0px rgba(0, 0, 0, 0.25);
    }

    .more_resources_box.arrow-top {
        margin-top: 12%;
    }

    .more_resources_box.arrow-top:after {
        content: " ";
        position: absolute;
        left: 45%;
        top: -15px;
        border-top: none;
        border-right: 15px solid transparent;
        border-left: 15px solid transparent;
        border-bottom: 15px solid #f4f4f4;
    }

    .moreResourcesSectionHeader {
        width: 100%;
        margin-top: 5%;
        display: flex;
        justify-content: center;
    }

    .moreResourcesSectionHeader p {
        margin: 0 1%;
        font-family: myriad-pro-semi-condensed, sans-serif;
        font-weight: 700;
        font-size: 2em;
        color: #007C9D;
        text-align: center;
        text-transform: uppercase;
        line-height: 1.4;
    }

    .medwellMoreResourcesContainer {
        width: 90%;
        margin: 3% auto 0;
        overflow: hidden;
        display: flex;
        justify-content: center;
    }

    .communityBox {
        width: 20% !important;
        margin: 0 5% 0 0;
    }

    .journal {
        width: 20% !important;
        margin: 0 5% 0 0;
    }

    .recipeBook {
        width: 20% !important;
        margin: 0 5% 0 0;
    }

    .customContent {
        width: 20% !important;
        margin: 0 5% 0 0;
    }
}

/** Tablet Landscape **/
@media only screen and (min-width : 1024px) and (max-width : 1280px) and (orientation : landscape) {
    #dashboardMoreResources {
        height: auto;
        padding: 0 0 5% 0;
        border-top: solid 1px #007C9D;
        background-color: #f7fbf7;
    }

    .moreResourcesMainContainer {
        margin: 0 auto;
        overflow: hidden;
        width: 100%;
    }

    .moreResourcesImageContainer {
        margin: 3% auto 0;
        padding-left: 0;
        width: 88%;
        display: flex;
        justify-content: center;
        flex-wrap: nowrap;
        align-content: space-around;
    }

    .moreResourcesText {
        overflow: hidden;
        width: 100%;
    }

    .moreResourcesImageSize {
        width: 12%;
        margin: 0 3% 0 0;
    }

    .moreResourcesImageSize>img {
        width: 75%;
    }

    .more_resources_box {
        background-color: #f4f4f4;
        color: #000;
        font-size: .95em;
        margin-left: 0;
        padding: 1% 8%;
        position: relative;
        z-index: 100;
        width: auto;
        border-radius: 4px;
        white-space: nowrap;
        border: solid #f4f4f4 1px;
        -webkit-box-shadow: 5px 3px 3px 0px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 5px 3px 3px 0px rgba(0, 0, 0, 0.25);
        box-shadow: 5px 3px 3px 0px rgba(0, 0, 0, 0.25);
    }

    .more_resources_box.arrow-top {
        margin-top: 12%;
    }

    .more_resources_box.arrow-top:after {
        content: " ";
        position: absolute;
        left: 45%;
        top: -15px;
        border-top: none;
        border-right: 15px solid transparent;
        border-left: 15px solid transparent;
        border-bottom: 15px solid #f4f4f4;
    }

    .moreResourcesSectionHeader {
        width: 100%;
        margin-top: 3%;
        display: flex;
        justify-content: center;
    }

    .moreResourcesSectionHeader p {
        margin: 0 1%;
        font-family: myriad-pro-semi-condensed, sans-serif;
        font-weight: 700;
        font-size: 2.5em;
        color: #007C9D;
        text-align: center;
        text-transform: uppercase;
        line-height: 1.4;
    }

    .medwellMoreResourcesContainer {
        width: 90%;
        margin: 3% auto 0;
        overflow: hidden;
        display: flex;
        justify-content: center;
    }

    .communityBox {
        width: 20% !important;
        margin: 0 3% 0 0;
    }

    .journal {
        width: 20% !important;
        margin: 0 3% 0 0;
    }

    .recipeBook {
        width: 20% !important;
        margin: 0 3% 0 0;
    }

    .customContent {
        width: 20% !important;
        margin: 0 3% 0 0;
    }
}

/***** Laptop *****/
@media (min-width: 1281px) and (max-width: 1599px) {
    .moreResourcesImageContainer {
        margin: 2% auto;
        padding: 0;
        width: 88%;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-around;
        align-items: center;
    }
}