/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/

/* Inputs */

.fruity .btn-check:active+.btn-primary, .fruity .btn-check:checked+.btn-primary, .fruity .btn-check:focus+.btn-primary, .fruity .btn-primary.active, .fruity .btn-primary.active.active, .fruity .btn-primary.active:focus, .fruity .btn-primary:active, .fruity .btn-primary:focus, .fruity .btn-primary:hover, .fruity .open .dropdown-toggle.btn-primary {
    background-color: #3a5cb7;
    border: 1px solid #3a5cb7;
    color: #fff;
}

.checkbox-item input[type=checkbox]:checked+label:after, .checkbox-item input[type=radio]:checked+label:after {
    background-color: #3a5cb7!important;
    color: #fff;
}

body .answer-item label:after {
    background-color: #3a5cb7!important;
}

.fruity .form-control:focus {
    border: 1px solid #3a5cb7;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(58 92 183 / 60%);
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');

body {
font-family: 'Poppins', 'Helvetica Neue', Arial, sans-serif !important;
font-weight: 400;
line-height: 1.56;
}

/* Very important to hide questions from surveys and force an exit loop for users who do not consent*/
.privacy.row {
    display:none;
}

.fruity .btn-primary.active {
    background-color: #e56b59 !important;
}

.fruity .text-info, .fruity .text-primary, .fruity .text-success {
    color: #3a5cb7!important;
}
.fruity .btn-check:active+.btn-outline-secondary, .fruity .btn-check:checked+.btn-outline-secondary, .fruity .btn-check:focus+.btn-outline-secondary, .fruity .btn-outline-secondary.active, .fruity .btn-outline-secondary:active, .fruity .btn-outline-secondary:focus, .fruity .btn-outline-secondary:hover, .fruity .open .dropdown-toggle.btn-outline-secondary, .fruity .show>.btn-outline-secondary.dropdown-toggle {
    background-color: rgba(15,62,18,.1);
    border: 1px solid #3a5cb7;
    color: #3a5cb7;
}

.fruity .btn-outline-secondary {
    background-color: hsla(0,0%,100%,.2);
    border: 1px solid #3a5cb7;
    color: #3a5cb7;
}

.display-desktop-head {
    display: none !important;
}
    
.display-mobile-head {
    display: block !important;
}

#outerframeContainer {
    min-height: 50vh
}

.ncrm_surveys_head{
    color: white;
    margin: auto;
    font-size: 2rem;
}

.fruity .btn-primary {
    margin: 0 1rem;
}

.fruity .progress-bar {
    background-color: #3a5cb7 !important;
}

.fruity .navbar-toggle {
    border: solid 2px #e56b59 !important;
    border-radius: 0px !important;
}

.show > :first-child, .collapsing > :first-child {
    display: inline;
}

.navbar-fixed-top .navbar-collapse {
    max-height: none;
}

.navbar-collapse.in {
    overflow-y: visible;
}

.navbar-default .navbar-nav>li>a {
    color: #3a5cb7;
}

.navbar-default .navbar-nav > li > #list__link:hover {
    color: #e56b59;
}

/*.navbar-default .navbar-nav > li > #list__link:last-of-type:hover {
    border-color: #e56b59;
    background: #e56b59;
    color: #3a5cb7;
}*/

.search-block .inner-wrapper {
    max-width: 588px;
    margin: 0 auto;
}
.search-block .inner-wrapper > .button {
    width: 100%;
}
.search-block .input-wrapper {
    display: flex;
    align-items: center;
    padding: 5px 0 10px;
    /* EDITED OUT margin: 0 0 31px; */
}
.search-block input[type="text"] {
    border-width: 0 0 2px;
    font-size: 18px;
    height: 36px;
    padding: 5px 10px;
    color: #3a5cb7;
    background: transparent;
}
.search-block input[type="text"]::-moz-placeholder {
    color: rgba(58, 92, 183, 0.7);
}
.search-block input[type="text"]:-ms-input-placeholder {
    color: rgba(58, 92, 183, 0.7);
}
.search-block input[type="text"]::-ms-input-placeholder {
    color: rgba(58, 92, 183, 0.7);
}
.search-block input[type="text"]::placeholder {
    color: rgba(58, 92, 183, 0.7);
}
.search-block.bg-gradient input[type="text"],
[class*="bg-"] .search-block input[type="text"] {
    border-color: #fff;
    color: #fff;
}
.search-block.bg-gradient input[type="text"]::-moz-placeholder,
[class*="bg-"] .search-block input[type="text"]::-moz-placeholder {
    color: hsla(0, 0%, 100%, 0.7);
}
.search-block.bg-gradient input[type="text"]:-ms-input-placeholder,
[class*="bg-"] .search-block input[type="text"]:-ms-input-placeholder {
    color: hsla(0, 0%, 100%, 0.7);
}
.search-block.bg-gradient input[type="text"]::-ms-input-placeholder,
[class*="bg-"] .search-block input[type="text"]::-ms-input-placeholder {
    color: hsla(0, 0%, 100%, 0.7);
}
.search-block.bg-gradient input[type="text"]::placeholder,
[class*="bg-"] .search-block input[type="text"]::placeholder {
    color: hsla(0, 0%, 100%, 0.7);
}
.search-block.bg-gradient .button:hover,
[class*="bg-"] .search-block .button:hover {
    color: hsla(0, 0%, 100%, 0.5);
}
.search-block button[type="submit"] {
    border: 0;
    color: inherit;
    width: 34px;
    flex: 0 0 auto;
    font-size: 25px;
    padding: 0;
    outline: none;
    background: transparent !important;
}
.search-block button[type="submit"]:hover {
    color: rgba(58, 92, 183, 0.7);
}
.resize-active *,
.resize-active :after,
.resize-active :before {
    transition: none !important;
}
.nav-active {
    overflow: hidden !important;
}

.navbar-light .navbar-toggler {
    background: white;
}

.menu-drop .search-block {
    transition: opacity 0.3s cubic-bezier(0.3, 0.86, 0.36, 0.95), visibility 0.3s cubic-bezier(0.3, 0.86, 0.36, 0.95);
    padding: 19px 0 25px;
    flex: 0 0 auto;
}
.menu-drop .search-block .inner-wrapper {
    padding: 0 15px;
    max-width: 622px;
}

.intro-section.lg .search-block:last-child {
    margin: 48px 0 0;
}

.heading-bottom .search-block {
    width: 100%;
    margin: 0 0 20px;
}

.bg-gradient {
    background: linear-gradient(90deg, #5bc3f5 0, #3a5cb7 31%, #936dc1 50%, #ffb653 68%, #e56b59);
}

.fruity .navbar a.animate:after {
    background-color: initial;
}

/* J EDIT ICONS */

html {
    height: 100vh;
}

body {
    margin-bottom: 0px;
    height: 100vh;
}

i { 
    font-family: 'FontAwesome', sans-serif; 
    font-style: normal;
}

.fa-search:before {
    color: #fff;
}

.fa-search:hover {
    opacity: 0.6;
}


.fa-facebook-square:before {
    color: #3b5998;
}

.fa-square-x-twitter:before {
    color: #000;
}

.fa-linkedin:before {
    color: #0072b1;
}

.fa-youtube-square:before {
    color: #c4302b;
}

.icon-youtube .path1:before {
    content: "";
    color: #c4302b;
}
.icon-youtube .path2:before {
    content: "";
    margin-left: -1em;
    color: #fff;
}
.icon-linkedin .path1:before {
    content: "";
    color: #0072b1;
}
.icon-linkedin .path2:before {
    content: "";
    margin-left: -1em;
    color: #fff;
}
.icon-twitter .path1:before {
    content: "";
    color: #00acee;
}
.icon-twitter .path2:before {
    content: "";
    margin-left: -1em;
    color: #fff;
}
.icon-facebook .path1:before {
    content: "";
    color: #3b5998;
}
.icon-facebook .path2:before {
    content: "";
    margin-left: -1em;
    color: #fff;
}

/* J EDIT NAVIGATION BAR */

.main-nav {
    padding: 40px 15px 15px;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    flex: 1 auto;
    overflow-x: hidden;
    overflow-y: auto;
}
.main-nav .list__item.active a {
    color: #e56b59;
}
.list__item {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
}

/*.main-nav li {
    margin: 0 0 33px;
} EDIT  */
.main-nav a {
    color: #3a5cb7;
    text-decoration: none;
}
.main-nav a:hover {
    color: #e56b59;
}


/* J EDIT BUTTON */


button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}

.btn, .resetButton, [type="button"]:not(.btn-close), [type="reset"], [type="submit"]:not(.btn-close), button:not(.btn-close) {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
/*    border: 0;
    padding: 0;
    background: none;
    */
    border: 2px solid #000;
    padding: 5px;
    background: #3a5cb7;
    color: white;
    cursor: pointer;
}

.search-block .inner-wrapper > .button {
    width: 100%;
}

.search-block.bg-gradient .button:hover,
[class*="bg-"] .search-block .button:hover {
    color: hsla(0, 0%, 100%, 0.5);
}
.search-block button[type="submit"] {
    border: 0;
    color: inherit;
    width: 34px;
    flex: 0 0 auto;
    font-size: 25px;
    padding: 0;
    outline: none;
    background: transparent !important;
}
.search-block button[type="submit"]:hover {
    color: rgba(58, 92, 183, 0.7);
}

.button {
    color: #545860;
    background-color: transparent;
    padding: 5px 14px;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.button,
.button:hover {
    text-decoration: none;
}
.button:focus {
    outline: none;
}
.button {
    transition: color 0.3s cubic-bezier(0.3, 0.86, 0.36, 0.95), background 0.3s cubic-bezier(0.3, 0.86, 0.36, 0.95), border-color 0.3s cubic-bezier(0.3, 0.86, 0.36, 0.95);
    border: 2px solid;
}
.button:hover {
    background: #545860;
    color: #fff;
    border-color: #545860;
}
.button.btn-block {
    width: 100%;
}
.button.btn-sm {
    font-size: 12px;
    padding: 9px 8px;
    line-height: 1.1;
}
.button.btn-lg {
    padding: 10px 14px;
}
.button.btn-xl {
    padding: 14px;
    font-size: 18px;
}
.button.with-icon {
    padding: 11px 14px;
}
.button.with-icon [class*="icon-"] {
    font-size: 24px;
    margin-right: 10px;
}
.button.btn-red {
    border-color: #e56b59;
    /*color: #e56b59; REMOVED FOR ACCESIBILITY */
}
.button.btn-red:hover {
    border-color: #e56b59;
    background: #e56b59;
    color: #3a5cb7
}
.button.btn-white {
    border-color: #fff;
    color: #fff;
}
.button.btn-white:hover {
    border-color: #545860;
    background: #545860;
    color: #fff;
}
.button.btn-blue {
    border-color: #3a5cb7;
    color: #3a5cb7;
}
.button.btn-blue:hover {
    border-color: #3a5cb7;
    background: #3a5cb7;
    color: #fff;
}
.button.btn-blue-light {
    border-color: #5bc3f5;
    color: #5bc3f5;
}
.button.btn-blue-light:hover {
    border-color: #5bc3f5;
    background: #5bc3f5;
    color: #fff;
}
.button.btn-yellow {
    border-color: #ffb653;
    color: #ffb653;
}
.button.btn-yellow:hover {
    border-color: #ffb653;
    background: #ffb653;
    color: #545860;
}

.heading-bottom .btn-row .button {
    margin: 0 0 20px;
}
.heading-bottom .btn-row .button:last-child {
    margin: 0;
}

.link-block .button {
    min-width: 247px;
}

.filter-stripe .button {
    width: 100%;
    margin: 0 0 10px;
}
.filter-stripe .button.btn-xl {
    padding: 14px 8px;
}
.filter-holder .btn-row {
    display: flex;
    flex-direction: column;
}
.filter-holder .btn-row .button {
    min-width: 128px;
    margin: 0 0 20px;
}

.fruity .navbar-toggle {
    border: solid 1px #3a5cb7;
}

.fruity .navbar-toggle .icon-bar {
    background-color: #3a5cb7;
}

/* J EDIT */

.footer .container {
    background-color: #f8f8f8;
}

.fruity a {
    color: #3a5cb7;
}

.fruity a:focus, .fruity a:hover {
    color: #3a5cb7;
}

.fruity .text-primary, .fruity .text-info{
    color: #545860;
}

.fruity .btn-info, .fruity .btn-default, .fruity .btn-primary{
    color: white;
    background-color: #3a5cb7;
    border: #3a5cb7;
    border-radius: 0px;
}

.fruity .btn-info:hover, .fruity .btn-default:hover, .fruity .btn-primary:hover{
    color: white;
    background-color: #e56b59;
    border: #e56b59;
}

.button {
    border-radius: 0px;
}

.text-red {
    color: #e56b59;
}

.text-blue {
    color: #3a5cb7;
}

.fruity .nav>li>a:hover {
    text-decoration: none;
}

.nav>li>a:hover {
    text-decoration: none;
    background-color: initial;
}

/* J EDIT INSIDE FOOTER ELEMENTS*/

.container {
    max-width: 1171px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}
.container--fluid {
    max-width: 100%;
}

.display-desktop {
    display: none !important;
}

.copyright {
    display: block;
    color: #545860;
    font-size: 13px;
}
.copyright a {
    color: inherit;
    text-decoration: none;
}
.copyright a:hover {
    color: #e56b59;
}

/* J EDIT FOOTER */

.breadcrumbs-list,
.event-block .option-list,
.footer-list,
.legend-list,
.main-nav,
.privacy-list,
.social-list,
ul:not([class]) {
    margin: 0;
    padding: 0;
    list-style: none;
}

.section-footer {
    padding: 15px 0;
}
.section-footer .tags-holder {
    margin: 0 0 18px;
}


.footer {
    overflow: auto;
}
.footer .logo-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px -20px;
}
.footer .logo-col {
    width: 50%;
    padding: 0 12px;
    margin: 0 0 20px;
}
.footer .logo-col a {
    transition: opacity 0.3s cubic-bezier(0.3, 0.86, 0.36, 0.95);
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer .logo-col a:hover {
    opacity: 0.6;
}
.footer .logo-col img {
    max-width: 100%;
    flex: 0 0 auto;
}
.footer .social-title {
    text-align: center;
}
.footer address {
    font-size: 14px;
    line-height: 1.5;
    font-style: normal;
}
.footer address a {
    font-weight: 700;
    display: inline-block;
    padding: 6px 0 0;
    text-decoration: none;
}
.footer-top {
    padding: 11px 0 30px;
    border-top: 2px solid #ffb653;
}
.footer-main {
    padding: 31px 0 6px;
    background: #f8f8f8;
    position: relative;
    z-index: 2;
}
/*.footer-main:after {
    content: "";
    position: absolute;
    top: 0;
    left: -9999px;
    right: -9999px;
    bottom: -9999px;
    background: #f8f8f8;
    z-index: -1;
}*/
.footer-bottom {
    position: relative;
    padding: 9px 0 22px;
    text-align: center;
    z-index: 2;
}
.footer-block {
    max-width: 480px;
    margin: 0 auto;
}
.footer-block > .button {
    margin: 16px 0;
    min-width: 116px;
}
.footer-title {
    font-size: 20px;
    line-height: 1.6;
}
.footer-logo,
.footer-title {
    display: block;
    margin: 0 0 25px;
}
.footer-logo {
    flex: 0 0 auto;
}
.footer-logo img {
    width: 100%;
    max-width: 100%;
}
.footer-list {
    text-align: center;
    color: #3a5cb7;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.1;
    margin: 0 0 34px;
}
.footer-list li {
    margin: 0 0 36px;
}
.footer-list li:last-child {
    margin-bottom: 0;
}
.footer-list a {
    color: inherit;
    text-decoration: none;
}
.footer-list a:hover {
    color: #e56b59;
}

.privacy-list {
    color: #545860;
    font-size: 18px;
    text-align: center;
    margin: 0 0 28px;
}
.privacy-list li {
    margin: 0 0 26px;
}
.privacy-list li:last-child {
    margin: 0;
}
.privacy-list a {
    text-decoration: none;
    color: inherit;
}
.privacy-list a:hover {
    color: #e56b59;
}

/* J EDIT SOCIAL CONTENT */

.social-list {
    font-size: 55px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: -5px -10px 10px;
}
.social-list li {
    padding: 5px 10px;
}
.social-list a {
    transition: opacity 0.3s cubic-bezier(0.3, 0.86, 0.36, 0.95);
    display: flex;
    text-decoration: none;
}
.social-list a:hover {
    opacity: 0.6;
}

.social-title {
    display: block;
    color: #3a5cb7;
    font-weight: 700;
    font-size: 18px;
    margin: 0 0 10px;
}

/* J EDIT MEDIA QUERIES */

@media (min-width: 768px) {
    .footer .logo-row {
        justify-content: space-between;
        align-items: center;
    }
    .footer .logo-col {
        width: auto;
        max-width: 25%;
    }
}

@media (min-width: 1024px) {
    
    .margin-header {
        margin-left: 100px;
    }
    
    .nav>li>a {
        position: relative;
        display: block;
        padding: 20px 15px;
    }
    
    .fruity .footer {
        background-color: #f8f8f8;
        border-top: solid 1px #dadada;
        /*position: fixed;*/
        left: 0;
        bottom: 0;
        width: 100%;
    }
    
    .copyright {
        font-size: 12px;
    }
    
    .search-block .inner-wrapper {
        display: flex;
        align-items: center;
    }
    .lg .search-block .inner-wrapper {
        max-width: 907px;
    }
    .search-block .inner-wrapper > .button {
        width: auto;
    }
    .search-block .input-wrapper {
        flex: 1 auto;
        margin: 0;
    }
    .lg .search-block .input-wrapper {
        margin: 0 30px 0 0;
    }
    .search-block input[type="text"] {
        font-size: 20px;
    }
    .lg .search-block input[type="text"] {
        font-size: 28px;
        height: 42px;
    }
    .search-block button[type="submit"] {
        font-size: 29px;
    }
    .lg .search-block button[type="submit"] {
        font-size: 35px;
    }
    .header.search-show {
        padding: 0 0 51px;
    }
    .header-wrapper {
        padding: 26px 0;
    }
    .logo {
        width: 350px;
    }
    .nav-opener {
        display: none !important;
        padding: 7px 18px;
    }
    .menu-drop {
        display: flex;
        align-items: center;
    }
    
    .menu-drop .search-block { 
        padding: 5px 0 10px;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        opacity: 0;
        visibility: hidden;
    }
    .search-show .menu-drop .search-block {
        opacity: 1;
        visibility: visible;
    }
    .menu-drop .search-block .inner-wrapper {
        margin: 0 auto;
    }
    .menu-drop .search-block .input-wrapper {
        margin: 0 22px 0 0;
    }
    .menu-drop > .button {
        margin-left: 37px;
        min-width: 116px;
    }
    .main-nav {
        display: flex;
        align-items: center;
        float: right; /* AQUI */
        flex-wrap: wrap;
        font-size: 16px;
        margin: 0 -8px;
        padding: 0;
    }
    .main-nav li {
        margin: 0;
        padding: 0 8px;
    }
    .display-3 {
        font-size: 26px;
    }
    
    .display-desktop {
        display: block !important;
    }
    
    .display-mobile {
        display: none !important;
    }
    
    .section-footer {
        padding: 24px 0 26px;
    }
    ul:not([class]) li {
        padding: 0 0 0 40px;
        margin: 0 0 10px;
    }
    ul:not([class]) li:before {
        left: 16px;
    }
    .footer .social-title {
        text-align: left;
    }
    .footer-top {
        padding: 30px 0 56px;
    }
    .footer-main {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 35px 0 30px;
    }
    .footer-bottom {
        text-align: left;
    }
    .footer-block {
        margin: 0;
    }
    .footer-block > .button {
        margin: 19px 0 0;
    }
    .footer-title {
        font-size: 26px;
        margin: 0 0 30px;
    }
    .footer-logo {
        width: 166px;
        margin: 0 0 20px;
    }
    .footer-list {
        font-size: 16px;
        text-align: left;
    }
    .footer-list li {
        margin: 0 0 26px;
    }
    
    .privacy-list {
        font-size: 14px;
        text-align: left;
    }
    .privacy-list li {
        margin: 0 0 19px;
    }
    
    .social-list {
        font-size: 30px;
        justify-content: flex-start;
    }
    
    .social-title {
        font-size: 16px;
    }
    
    .text-right-desktop {
        text-align: right;
    }
    
    .button.btn-sm {
        padding: 6px 10px;
        line-height: 1;
    }
}

@media (min-width: 1024px) and (min-width: 1400px) {
    .main-nav {
        margin: 0 -17px;
    }
}

@media (min-width: 1400px) {
    .main-nav li {
        margin: 0;
        padding: 0 17px;
    }
    .nav-links .next.page-numbers,
    .nav-links .prev.page-numbers {
        min-width: 233px;
    }
    .event-block .option-list li {
        padding: 0 9px;
        margin: 0 0 4px;
    }
    .post-block.lg {
        width: 75%;
    }
    .post-block.md {
        width: 50%;
    }
    .post-block.md .img-holder {
        width: 53%;
    }
    .post-block.sm {
        width: 25%;
    }
    
    .display-desktop-head {
        display: block !important;
    }
    
    .display-mobile-head {
        display: none !important;
    }
}

@media (max-width: 1023px) {
    .footer-block > .button {
        padding: 16px 14px;
        width: 100%;
        font-size: 18px;
    }
    
    .intro-section.lg .search-block .input-wrapper {
        margin: 0 0 20px;
    }
}