/*
Theme Name: nyulangone-fluida-child
Theme URI: https://nyulangone.org
Description: sub theme of fluida based on fluida
Author: Huming Tang
Author URI: https://med.nyu.edu
Version: 1.0.1.2
License: GNU General Public License v3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: one-column, two-columns, three-columns, right-sidebar, left-sidebar, grid-layout, custom-background, custom-colors, custom-header, flexible-header, custom-menu, featured-image-header, featured-images, front-page-post-form, full-width-template, footer-widgets, microformats, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, e-commerce, entertainment, news
Template: fluida
Text Domain: nyulangone_fluida_child
*/

/* HEADER */
.fluida-menu-animation #site-header-main.header-fixed,
.fluida-menu-animation #site-header-main.header-fixed .menu-search-animated,
.fluida-menu-animation .header-fixed #sheader,
.fluida-menu-animation .header-fixed .identity,
.fluida-menu-animation .header-fixed #access div > ul > li > a {
    height: 60px;
    line-height: 60px;
}

a {
    font-family: 'Libre Franklin', sans-serif;
}

#access div > ul > li > a {
    font-family: 'Libre Franklin', sans-serif;
    font-size: 18px;
    font-weight: 500;
    padding: 0 22px;
}

#access div > ul > li > a span {
    text-transform: none;
    letter-spacing: -0.36px;
}

.fluida-menu-animation .header-fixed #branding {
    height: 60px;
}

#sheader a::before {
    font-size: 0.9em;
}


/* ARTICLE */
.post-continue-container {
    margin-top: 1.5em;
}

a.continue-reading-link {
    padding: 0 1.6em;
}

a.continue-reading-link i.icon-angle-right,
.continue-reading-link span::after {
    display: none;
}

a.continue-reading-link:before {
    opacity: 1;
}

a.continue-reading-link:hover:before {
    opacity: 0;
}

a.continue-reading-link:before {
    top: 0;
    left: 0;
}

a.continue-reading-link:hover:before {
    top: 100%;
    left: 0;
}

.continue-reading-link span {
    text-transform: uppercase;
}

.fluida-elementradius article,
.fluida-elementradius .sidey,
.fluida-elementradius .page-number,
.fluida-elementradius #cryout_ajax_more_trigger,
.fluida-elementradius #content .searchform,
.fluida-elementradius.fluida-normalizedtags #content .tagcloud a,
.fluida-elementradius button,
.fluida-elementradius input[type],
.fluida-elementradius textarea,
.fluida-elementradius a[class^="staticslider-button"],
.fluida-elementradius .seriousslider.seriousslider-theme .seriousslider-caption-buttons a {
    border-radius: 5px;
}

.fluida-elementradius #access .searchform {
    border-radius: 0 0 5px 5px;
}

.entry-meta .icon-metas::before {
    opacity: 0.25;
}

.entry-meta span:hover i::before {
    -webkit-transform: rotateY(0);
    -ms-transform: rotateY(0);
    transform: rotateY(0);
    opacity: 1;
}

.entry-title a,
.entry-title a:hover {
    border: none;
}

.entry-title a {
    -webkit-transition: .4s background-color ease-out;
    transition: .4s background-color ease-out;
}

textarea,
select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="number"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="week"] {
    padding: 1em;
}

button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
    /* padding: 1em 2em;
    font-size: 1em; */
    text-transform: uppercase;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.lp-text-content h1,
.lp-text-content h2,
.lp-text-content h3,
.lp-text-content h4 {
    text-transform: uppercase;
}

.entry-content h5,
.entry-content h6,
.lp-text-content h5,
.lp-text-content h6 {
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 5px;
    font-family: 'Libre Franklin', sans-serif;
}

.lp-text {
    padding-top: 64px;
}

.fluida-comment-placeholder #commentform > p {
    font-size: 1em;
}

article.hentry .post-thumbnail-container > a.responsive-featured-image img {
    -webkit-transition: .3s opacity ease-out, .3s transform ease-out;
    transition: .3s opacity ease-out, .3s transform ease-out;
}

article.hentry .post-thumbnail-container > a.responsive-featured-image:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.entry-title,
#reply-title,
.woocommerce .main .page-title,
.woocommerce .main .entry-title {
    text-transform: uppercase;
    letter-spacing: 2px;
}

.main .page-title,
.page-title strong {
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    font-family: 'Libre Franklin', sans-serif;
}

#comments-title span {
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Libre Franklin', sans-serif;
}

.commentlist .author-name,
.commentlist .author-name a {
    text-transform: uppercase;
    text-decoration: none;
}

.comment-author {
    line-height: 60px;
}

#nav-below .nav-previous a::before,
#nav-below .nav-next a::before {
    height: 2px;
}

.comment .reply a {
    font-weight: bold;
    letter-spacing: 0;
    font-family: 'Libre Franklin', sans-serif;
}


/* WIDGETS */
.widget-area a:link,
#nav-below a,
#author-info #author-link a,
#commentform a {
    -webkit-transition: .2s color ease-out;
    transition: .2s color ease-out;
}


/* FOOTER */
.footermenu ul li a {
    font-size: 0.9em;
}

#footer #footer-inside #site-copyright {
    line-height: 1.5;
    font-style: normal;
    font-family: 'Libre Franklin', sans-serif;
    text-align: left !important;
}


/* LANDING PAGE */
.lp-staticslider .staticslider-caption,
.seriousslider.seriousslider-theme .seriousslider-caption {
    max-width: none;
}

.lp-staticslider .staticslider-caption-title,
.seriousslider.seriousslider-theme .seriousslider-caption-title {
    font-size: 7em;
    line-height: 1.3;
    letter-spacing: 0;
}

@media (max-width: 1200px) {
    .lp-staticslider .staticslider-caption-title,
    .seriousslider.seriousslider-theme .seriousslider-caption-title {
        font-size: 6em;
    }
}

@media (max-width: 800px) {
    .lp-staticslider .staticslider-caption-title,
    .seriousslider.seriousslider-theme .seriousslider-caption-title {
        font-size: 5em;
    }
}

.lp-staticslider .staticslider-caption-text,
.seriousslider.seriousslider-theme .seriousslider-caption-text {
    font-style: italic;
}

.main .lp-text-title,
.main .lp-section-header {
    opacity: 0.5;
}

.main .lp-block-title,
.main .lp-box-title,
.main .lp-text-title,
.lp-section-header .lp-section-title {
    letter-spacing: 0;
    text-transform: uppercase;
}

.lp-section-header .lp-section-desc {
    font-style: italic;
}

.lp-block i::after {
    height: 2px;
}

.lp-boxes-animated .lp-box-title {
    font-size: 3.2em;
    opacity: 0.5;
    -webkit-transition: opacity .5s ease-out;
    transition: opacity .5s ease-out;
}

.lp-boxes-animated .lp-box:hover .lp-box-title {
    opacity: 1;
}

@media (max-width: 1200px) {

    .lp-boxes-animated .lp-box-title {
        font-size: 2.5em;
    }

    .lp-boxes-animated .lp-box-text-inside {
        display: none;
    }

}

.lp-text-content {
    max-width: 75%;
    margin: 0 auto;
    font-size: 1.1em;
}

@media(max-width: 800px) {
    .lp-text-content {
        max-width: 90%;
    }

    .cryout #nav-toggle {
        position: relative;
        padding: 0;
    }
    .cryout #branding {
        margin-right: 10px;
    }

    .cryout #site-header-main-inside {
        max-width: 90%;
        margin: 0 auto;
        padding: 0 1rem;
    }
}

.lp-box-readmore {
    text-transform: uppercase;
}

.lp-boxes-animated .lp-box .lp-box-readmore > i::before {
    vertical-align: text-bottom;
}

#cryout_ajax_more_trigger > span::before {
    font-size: 1em;
}

.staticslider-caption-buttons {
    margin-top: 3em;
}

a[class^="staticslider-button"],
.seriousslider.seriousslider-theme .seriousslider-caption-buttons a {
    font-size: 1em;
}

#branding #site-text,
#site-title span a,
#site-title span a span:nth-child(1),
#site-title span a:hover,
#footer a:hover, #site-title a:hover span
{
    color:white;
}

#site-title span a span:nth-child(1),
#site-title span a:hover span:nth-child(1)
{
    background-color:white;
    color:#580f8b;
}

#breadcrumbs-container
{
    background-color:white;
}

header.pad-container
{
    border-top:none;
    padding-top:0px;
    padding-bottom:0px;
}

article.hentry .article-inner
{
    padding-top:0px;
}

#footer a
{
    color:white;
}

#swpm-login-form {
    display: block;
    border-radius: 4px;
    text-align: left;
    width: 100%;
    max-width: 634px;
}

#swpm-login-form input[type="text"] {
    height: 50px;
}

#swpm-login-form .swpm-text-field {
    width: 100%;
}

#swpm-login-form .swpm-login-form-submit {
    font-weight: bold;
    margin: 14px 0px 0px;
    font-size: 14px;
    padding: 11px 20px;
    cursor: pointer;
    border-radius: 3px;
    -webkit-appearance: none;
    background: #580f8b;
    width: 190px;
    height: 48px;
    font-size: 16px;
    text-transform: none;
    font-family: 'Libre Franklin', sans-serif;
 }

 #swpm-login-form .swpm-login-form-submit:hover {
    background: #460b6f;
    text-decoration: underline;
 }

 .swpm-login-form-pw-reset-link:hover, .swpm-login-form-register-link:hover {
    text-decoration: underline;
 }

 #swpm-login-form .swpm-label,  #swpm-login-form .swpm-rember-label {
    color: #333333;
 }

 #content {
    /* min-height: calc( 100vh - 498px); */
 }

 .main table {
     margin-bottom: 30px;
 }

 .fluida-landing-page .description p {
     margin-bottom: 24px;
 }

 .fluida-landing-page .description p:last-child {
    margin-bottom: 0px;
}

 .swpm-registration-widget-form {
    display: inline-block;
    border-radius: 4px;
    text-align: left;
    width: 100%;
    max-width: 634px;
 }

 .fluida-stripped-table .main td {
     border: none;
 }

 .fluida-stripped-table .main .swpm-registration-widget-form tr:nth-child(even) td {
     background-color: white;
 }

 .swpm-registration-submit-section {
     text-align: left;
 }

 #swpm-registration-form .swpm-registration-submit {
    outline: none;
    font-weight: 500;
    font-size: 16px;
    padding: 11px 20px;
    cursor: pointer;
    border-radius: 3px;
    -webkit-appearance: none;
    background: #580f8b;
    min-width: 190px;
    height: 48px;
    font-family: 'Libre Franklin', sans-serif;
    text-transform: none;
 }

 #swpm-registration-form .swpm-registration-submit:hover {
      background: #460b6f;
     text-decoration: underline;
 }

 .swpm-registration-widget-form label {
    color: #333333;
    font-weight: 500;
    font-size: 17px;
    margin-bottom: 8px;
    display: inline-block;
    font-family: 'Libre Franklin', sans-serif;
 }

 @media(max-width: 767px) {
    .swpm-registration-widget-form label {
        font-size: 14px;
    }
 }

 #swpm-registration-form tr {
    vertical-align: top;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 16px;
 }

 #swpm-registration-form table {
     width: 100%;
     margin-right: 0;
 }

 #swpm-registration-form table .formError + input {
    border:2px solid #D50B22;
 }

 #swpm-registration-form table input {
     width: 100%;
     font-size: 16px;
     height: 50px;
 }

 #swpm-registration-form tr td {
     width: 100%;
     padding: 0;
     display: block;
 }

 article.hentry .entry-title {
    color: #303030;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0;
    font-size: 30px;
 }

 .main .entry-content {
     padding-top: 20px;
 }

 .swpm-forgot-pass-link {
     float: left;
 }

 .swpm-join-us-link {
     float: right;
 }

 .smp-main .hentry {
     text-align: center;
 }

 .swpm-login-action-msg {
     width: 100%;
     overflow: auto;
 }

 .swpm-login-widget-logged {
     position: relative;
     padding-top: 50px;
 }

 .swpm-logged-username, .swpm-logged-status, .swpm-logged-membership, .swpm-logged-expiry {
    display: inline-block;
    border: 1px solid #e6e5e5;
    border-radius: 3px;
    padding: 10px;
    margin: 5px;
    box-shadow: 1px 1px 5px #e4e4e4;
 }

 .swpm-login-widget-logged .swpm-edit-profile-link {
    position: absolute;
    top: 0;
    /* text-decoration: underline; */
 }

 .swpm-login-widget-logged .swpm-edit-profile-link a:hover {
     text-decoration: underline;
 }

 .swpm-login-widget-logged .swpm-logged-logout-link {
    margin-top: 20px;
 }

 .swpm-login-widget-logged .swpm-logged-logout-link a:hover {
     text-decoration: underline;
 }

 .swpm-username-input, .swpm-password-input {
     margin-bottom: 16px;
 }

 .swpm-edit-profile-form {
    display: inline-block;
    border: 1px solid #cac5c5;
    padding: 30px;
    border-radius: 4px;
    text-align: left;
    width: 90%;
    max-width: 700px;
 }

 .fluida-stripped-table .main .swpm-edit-profile-form tr:nth-child(even) td {
     background: white;
 }
 .fluida-stripped-table .main .swpm-edit-profile-form tr{
    display: flex;
    flex-wrap: wrap;
     margin-bottom: 15px;
 }

 .fluida-stripped-table .main .swpm-edit-profile-form td {
     width: 100%;
    padding: 3px 0;
    display: block;
 }

 .fluida-stripped-table .main .swpm-edit-profile-form table {
     width: 100%;
     margin-right: 0;
 }

 .fluida-stripped-table .main .swpm-edit-profile-form table input {
     width: 100%;
 }

 .swpm-edit-profile-form .swpm-edit-profile-submit-section {
     text-align: left;
 }

 .swpm-edit-profile-form .swpm-edit-profile-submit {
    outline: none;
    width: auto;
    font-weight: bold;
    font-size: 14px;
    padding: 11px 20px;
    cursor: pointer;
    border-radius: 3px;
    -webkit-appearance: none;
    background: #580f8b;
 }

 .swpm-edit-profile-form .swpm-edit-profile-submit:hover {
     text-decoration: underline;
     background: #460b6f;
 }

 .swpm-edit-profile-form .swpm-profile-country-row select {
    width: 100%;
    height: 50px;
 }

 .swpm-edit-profile-form label {
    color: #808080;
 }

 .fluida-stripped-table .main .swpm-edit-profile-form .swpm-profile-username-row td {
    display: inline-block;
    margin-right: 20px;
    width: auto;
 }

 #footer {
    background-color: #1d1d1d;
    border-top-color: #1d1d1d;
 }

 #swpm-registration-form .swpm-registration-membership-level-row {
     display: none;
 }

 #site-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
 }

 .main .formError .formErrorContent {
     font-size: 12px;
     background-color: #580f8b;
     font-weight: 500;
 }

 .main .formError .formErrorArrow div {
    background: #580f8b;
 }

 .main .greenPopup.formError .formErrorContent {
    background-color: #1d1d1d;
    font-weight: 500;
}

.main .greenPopup.formError .formErrorArrow div {
    background:  #1d1d1d;
 }

 #content {
    flex: 1 0 auto;
 }

 #site-title a {
     text-transform: none;
 }
 #footer {
     flex-shrink: 0;
 }

 .nyulangone-fluida-child-theme #nav-toggle {
     color: white;
 }

 .nyulangone-fluida-child-theme #mobile-nav a {
     color: white;
     text-transform: uppercase;
 }

 @media(max-width: 767px) {
    .nyulangone-fluida-child-theme .grecaptcha-badge {
        bottom: 80px !important;
    }
 }
/*
 .smp-main.nyulangone-fluida-child-theme #nav-toggle {
    display: none !important;
 }*/

 @media all and (-ms-high-contrast:none)
     {
        .nyulangone-fluida-child-theme {display: flex;flex-wrap: wrap;} /* IE10 */
        *::-ms-backdrop, .nyulangone-fluida-child-theme {display: flex;flex-wrap: wrap;} /* IE11 */
     }

.nyulangone-fluida-child-theme #site-title span a span:nth-child(1) {
    background-color: transparent;
    color: white;
    width: auto;
    font-weight: 600;
    margin-right: 0;
    font-family: 'Arial', sans-serif;
    font-size: 25px;
    line-height: 90px;
}

.nyulangone-fluida-child-theme #site-title {
    font-weight: 600;
}

.nyulangone-fluida-child-theme #site-title a{
    font-size: 25px;
    line-height: 90px;
    font-weight: 600;
    font-family: 'Arial', sans-serif;
}

@media(max-width: 1280px) {
    .nyulangone-fluida-child-theme #site-title span a{
        font-size: 16px;
        line-height: 25px;
    }
}

@media(max-width: 767px) {
    .nyulangone-fluida-child-theme #site-title span a {
        font-size: 16px;
        line-height: 30px;
    }
}

.nyulangone-fluida-child-theme #site-header-main-inside {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nyulangone-fluida-child-theme #site-header-main-inside .custom-menu a {
    color: white;
    font-weight: 300;
    text-transform: uppercase;
}


.nyulangone-fluida-child-theme nav#mobile-menu .custom-menu {
    max-width: 400px;
    margin: 0em auto 0;
    width: 80%;
    padding-bottom: 3em;
    text-align: left;
}

.nyulangone-fluida-child-theme nav.custom-menu.desktop a {
    height: 78px;
    display: inline-flex;
    align-items: center;
    border-top: 2px solid transparent;
    padding: 0 1.6em;
    text-transform: uppercase;
    font-family:"Oswald";
    transition: all ease-in-out 0.3s;
}

.nyulangone-fluida-child-theme nav.custom-menu.desktop a.active {
    border-top-color: #ffffff;
}

.nyulangone-fluida-child-theme nav#mobile-menu .custom-menu a {
    line-height: 3;
}

.nyulangone-fluida-child-theme #site-header-main-inside .custom-menu.desktop a:hover {
    background-color: white;
    color: #580f8b;
}

@media(max-width: 800px) {
    .nyulangone-fluida-child-theme #site-header-main-inside .custom-menu {
        display: none;
    }

    .nyulangone-fluida-child-theme.logged-in #site-header-main-inside .custom-menu {
        display: block;
    }

}

.nyulangone-fluida-child-theme #site-title a .site-title-split {
    text-transform: uppercase;
}


.nyulangone-fluida-child-theme .swpm-pw-reset-submit {
    cursor: pointer;
}

.nyulangone-fluida-child-theme .swpm-pw-reset-submit:hover {
        background: #460b6f;
        text-decoration: underline;
}

.nyulangone-fluida-child-theme nav#mobile-menu > div {
    padding-bottom: 0;
}

.nyulangone-fluida-child-theme #mobile-menu #nav-cancel .blicon-cross3 {
    color: white;
}
/* FIN */

.sdm_download_link .sdm_download {
    border-radius: 4px;
    background: #580f8b;
    color: white !important;
    text-shadow: none;
    border: none;
    box-shadow: none;
    height: 40px;
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    font-size: 13px;
    font-family: 'Libre Franklin', sans-serif;
}

.sdm_download_link {
    text-align: left;
}

.fluida-menu-center #access {
    margin: 0;
}

.sdm_download_link .sdm_download:hover {
        background: #460b6f !important;
        text-decoration: underline;
        text-shadow: none;
        border: none;
        box-shadow: none;
}


.sdm_post_item {
    border: 1px solid #E7E9EB;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05);
    padding: 15px;
}

.sdm_post_title {
    text-align: left;
}

.sdm_post_item_top_right {
    width: 100%;
}

.sdm_post_description {
    margin: 15px 0 15px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #EEEEEE;
}

#content-masonry article.hentry .article-inner {
    padding-bottom: 0;
}

article.hentry .entry-title {
    text-align: left;
}

#content-masonry article.hentry {
    margin-bottom: 0;
}

#content-masonry {
    padding-bottom: 50px;
}

.sdm-download-categories ul li a.active {
    font-weight: bold;
    text-decoration: underline;
}

.sdm_download_title {
  line-height: 33px;
}

#masthead.cryout #site-header-main {
    position: fixed;
    width: 100%;
}

#content {
    padding-top: 100px;
}

.fluida-menu-center #access {
    display: block;
    float: right;
}

#access > div > ul > li:hover > a {
    background-color: #580f8b;
    color: white;
    text-decoration: underline;
}

.main .lp-text-title {
    max-width: 75%;
    margin: 0 auto;
    text-align: left;
    color: #333;
    opacity: 1;
    font-family: 'Libre Franklin', sans-serif;
    font-size: 42px;
    font-weight: 900;
    line-height: 51px;
    text-transform: none;
}

@media(max-width: 800px) {
    .main .lp-text-title {
        max-width: 90%;
    }
}

.lp-text-title + .lp-text-content {
    margin-top: 24px;
}

#main .lp-sub-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #333333;
     font-family: 'Libre Franklin', sans-serif;
     font-size: 32px;
     margin-top: 0;
     margin-bottom: 24px;
     line-height: 32px;
     text-transform: none;
}

main p {
    font-size: 16px;
     color: #333333;
     font-family: 'Libre Franklin', sans-serif;
     margin-bottom: 0;
}

@media(max-width: 767px) {
    main p {
        font-size: 14px;
    }
}


#register-section .entry-content {
    padding-top: 0;
}

#prime_nav li a.active{
    color: white;
    text-decoration: underline;
}

#access li.menu-main-search {
    display: none !important;
}

#mobile-menu .menu-main-search {
    display: none !important;
}

.nyulangone-fluida-child-theme #mobile-nav a.active {
    border-bottom: 1px solid white;
}

@media(max-width: 1200px) {
    #access div > ul > li > a {
        padding:  0 9px;
        font-size: 13px;
    }
}

.content-section, #publications-section, #opportunities-section {
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 64px;
    margin-bottom: 64px;
}

@media(max-width: 1024px) {
    .main .lp-text-title {
        font-size: 22px;
        line-height: 32px;
    }

    #main .lp-sub-title {
        font-size: 22px;
        line-height: 32px;
    }
}

@media(max-width: 768px) {
    .main .lp-text-title {
        max-width: 90%;
    }

    .lp-text-content {
        max-width: 90%;
    }

    .content-section, #publications-section, #opportunities-section {
        padding-bottom: 40px;
        margin-bottom: 40px;
    }
}

@media(max-width: 767px) {
    .main .lp-text-title {
        font-size: 20px;
        line-height: 32px;
    }

    #main .lp-sub-title {
        font-size: 20px;
        line-height: 32px;
    }
}


select, input[type], textarea {
    border-color: #c7c7c7;
    border-radius: 6px;
}

#contact-section .swpm-label {
    display: inline-block;
    padding: 0 0 5px 0;
    font-weight: 400;
    font-family: 'Libre Franklin', sans-serif;
    font-size: 17px;
    letter-spacing: -0.34px;
}

#contact-section {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 10px;
}

#colophon-inside {
    display: none;
}

#colophon {
    display: none;
}


main#main .mb-20 {
    margin-bottom: 20px;
}

main#main .mb-32 {
    margin-bottom: 32px;
}

main#main .mt-20 {
    margin-top: 20px;
}

main#main .mt-32 {
    margin-top: 32px;
}

/* Contact form styles */

#contact-section .wpcf7-not-valid-tip {
    position: absolute;
    bottom: calc(100% + 8px);
    right: 0;
    font-size: 12px;
    background-color: #580f8b;
    color: white;
    font-weight: normal;
    display: block;
    min-width: 120px;
    font-weight: 500;
    border: 2px solid #ddd;
    box-shadow: 0 0 6px #000;
    -moz-box-shadow: 0 0 6px #000;
    -webkit-box-shadow: 0 0 6px #000;
    -o-box-shadow: 0 0 6px #000;
    padding: 4px 10px 4px 10px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

#contact-section .wpcf7-not-valid-tip:after {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    position: absolute;
    background: #580f8b;
    transform: rotate(45deg);
    border: 2px solid #ddd;
    border-left: none;
    border-top: none;
    box-shadow: none;
    bottom: -6px;
}

#contact-section .wpcf7-form-control-wrap {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 634px;
}

#contact-section .wpcf7-submit {
    outline: none;
    font-weight: 500;
    font-size: 16px;
    padding: 11px 20px;
    cursor: pointer;
    border-radius: 3px;
    -webkit-appearance: none;
    background: #580f8b;
    min-width: 190px;
    height: 48px;
    font-family: 'Libre Franklin', sans-serif;
    text-transform: none;
    margin-top: 7px;
}

#contact-section .wpcf7-submit:hover{
    background: #460b6f;
    text-decoration: underline;
}

#contact-section .wpcf7-form p {
    margin-bottom: 16px;
}

#contact-section .wpcf7-form input[type="text"], #contact-section .wpcf7-form textarea {
    width: 100%;
    max-width: 634px;
    font-size: 16px;
    color: #333333;
}
#contact-section .wpcf7-form input[type="text"] {
    height: 50px;
}

#contact-section .wpcf7-form textarea {
    height: 150px;
}

#contact-section .wpcf7-form label {
    font-size: 17px;
    color: #333333;
    font-weight: 500;
    font-family: 'Libre Franklin', sans-serif;
}

@media(max-width: 767px) {
    #contact-section .wpcf7-form label {
        font-size: 14px;
    }
}

#contact-section .wpcf7 form.invalid .wpcf7-response-output, #contact-section .wpcf7 form.unaccepted .wpcf7-response-output {
    border: none;
    padding: 0;
    margin-left: 0;
    font-family: 'Libre Franklin', sans-serif;
    font-size: 16px;
    line-height: 24px;
}

#swpm_message {
    display: none;
}

#contact-section .wpcf7-form-control.wpcf7-not-valid {
    border:2px solid #D50B22;
}

.btn-link {
    font-weight: 500;
    font-size: 16px;
    padding: 11px 20px;
    cursor: pointer;
    border-radius: 3px;
    -webkit-appearance: none;
    background: #580f8b;
    min-width: 190px;
    height: 48px;
    font-family: 'Libre Franklin', sans-serif;
    text-transform: none;
    color: white;
    display: inline-flex;
    justify-content: center;
    align-items: center;

}

.btn-link:hover {
    background: #460b6f;
    text-decoration: underline;
    color: white;
}

.btn-link.ext-link:after {
    content: "";
    width: 15px;
    height: 17px;
    background: url("./resources/images/external-link-symbol.svg") no-repeat;
    display: inline-block;
    margin-left: 10px;
    background-size: contain;
    background-position: center top;
}

#participants-section .oppurtunites-logo {
  display: flex;
  margin: 20px 0px 0px;
  flex-wrap: wrap;
}

#participants-section .oppurtunites-logo .logo-col {
  /* flex: 1; */
  padding: 15px;
  display: flex;
  align-items: center;
}

.image-caption {
    text-align: center;
    font-weight: 500;
    color: #333333;
    font-family: 'Libre Franklin', sans-serif;
    font-size: 18px;
    text-transform: capitalize;
    line-height: 28px;
}

.title-exp {
    display: block;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
}

.title-exp b {
    font-weight: bold;
}

@media(min-width: 1023px) {
    #mission-section {
        margin-top: 60px;
    }

    .image-caption {
        font-size: 21px;
        text-transform: capitalize;
        line-height: 30px;
    }

    .title-exp {
        font-size: 25px;
        line-height: 34px;
    }
}

@media(max-width: 640px) {
    #participants-section .oppurtunites-logo .logo-col {
        flex: 50%;
    }
}
