/* UTILITIES AND COMPONENTS */ p:last-of-type { margin-bottom: 0; } .search-input { background-repeat: no-repeat; background-position-y: center; background-position-x: calc(100% - 15px); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='18px' viewBox='0 0 24 24' width='18px' fill='%23000000'%3E%3Cpath d='M0 0h24v24H0V0z' fill='none' /%3E%3Cpath d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z' stroke='%239C9C9C' stroke-width='1'/%3E%3C/svg%3E"); } .square { position: relative; } .square:after { padding-top: 100%; content: ""; display: block; } .square .square-content { position: absolute; height: 100%; width: 100%; top: 0; left: 0; } #header .menu-item-wrapper .menu-item { letter-spacing: 0 !important; } @media(min-width: 992px) { .square-lg { position: relative; } .square-lg:after { padding-top: 100%; content: ""; display: block; } .square-lg .square-content { position: absolute; height: 100%; width: 100%; top: 0; left: 0; } } /* links */ .post-edit-link { font-size: 12px; } .pagination-link[href=""] { color: grey; pointer-events: none; } .back-btn { padding-left: 22px; text-decoration: none; position: relative; } .back-btn::before { content: "\e90a"; font-size: 12px; font-family: "icons"; display: block; position: absolute; top: 50%; left: 0; transform: translateY(-50%); } /* PARTS */ /* header - desktop */ .submenu-toggle::after { position: absolute; right: 0; top: 50%; transform: translateY(-50%); display: block; content: "\e903"; font-family: "icons" !important; } .submenu-toggle.open::after { content: "\e904"; } #header { top: 0; position: fixed; width: 100%; background-color: white; z-index: 1000; letter-spacing: 0 !important; } #header .logo img { height: 100px; } #header.transparent { background: transparent; } #header:hover, #header.shadow { box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.1); background-color: white !important;} #header .menu-item-wrapper { height: 100px; display: flex; align-items:center; } #header .menu-item-wrapper .menu-item { font-size: 13px; line-height: 24px; color: #333333; text-transform: uppercase; text-decoration: none; } #header .menu-item-wrapper .menu-item.active, #header .menu-item-wrapper .menu-item:hover { color: #F15A71 !important; border-bottom: 1px solid #F15A71; } #header .menu-item-wrapper .menu-item [class*="icon-"] { font-size: 20px } #header .menu-item-wrapper .submenu-toggle { position: relative; } #header #submenu-container .submenu { display: none; padding: 20px 0; } #header #submenu-container .submenu a { color: #333; text-decoration: none; } #header #submenu-container .submenu a:hover { color: #F15A71; text-decoration: underline; } #header #submenu-container.open { display: flex; justify-content: center; max-height: 100vh; border-top: 1px solid #C7C7C7; } #header{ letter-spacing: 0 !important; } #header .menu-item-wrapper .menu-item .search-text { display: none; } #header .menu-item-wrapper .submenu-toggle { padding-right: 0; } #header .menu-item-wrapper .submenu-toggle::after { content: ""; } @media (min-width: 1200px) { #header .menu-item-wrapper .menu-item .search-text { display: inline-block; } #header .menu-item-wrapper .submenu-toggle { padding-right: 26px; } #header .menu-item-wrapper .submenu-toggle::after { content: "\e903"; } } /* header - mobile */ .hamburger { position: relative; width: 40px; height: 24px; } .hamburger .hamburger-inner { transition-timing-function: cubic-bezier(.55,.055,.675,.19); transition-duration: 75ms; top: 50%; display: block; margin-top: -2px; } .hamburger .hamburger-inner, .hamburger .hamburger-inner:after, .hamburger .hamburger-inner:before { position: absolute; width: 30px; height: 4px; background-color: #333333; } .hamburger .hamburger-inner:after { display: block; content: ""; transition: bottom 75ms ease .12s,transform 75ms cubic-bezier(.55,.055,.675,.19); bottom: -10px; } .hamburger .hamburger-inner:before { display: block; content: ""; transition: top 75ms ease .12s,opacity 75ms ease; top: -10px; } .hamburger.is-active .hamburger-inner { transition-delay: .12s; transition-timing-function: cubic-bezier(.215,.61,.355,1); transform: rotate(45deg); } .hamburger.is-active .hamburger-inner:before { top: 0; transition: top 75ms ease,opacity 75ms ease .12s; opacity: 0; } .hamburger.is-active .hamburger-inner:after { bottom: 0; transition: bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s; transform: rotate(-90deg); } #header-mobile { height: 70px; position: fixed; width: 100%; background-color: white; z-index: 1000; overflow: hidden; flex-direction: column; font-size: 18px; top: 0; width: 100%; } #header-mobile #mobile-logo { height: 30px; } #header-mobile #header-mobile-menu { display: none; transition: opacity 0.5s; padding-top: 20px; } #header-mobile #header-mobile-menu .mobile-menu-item-wrapper:not(:last-child) { border-bottom: 1px solid #C7C7C7; } #header-mobile #header-mobile-menu .mobile-menu-item { position: relative; font-size: 16px; display: block; color: #333333; text-transform: uppercase; text-decoration: none; } #header-mobile #header-mobile-menu .mobile-menu-item.active { color: #F15A71; } #header-mobile #header-mobile-menu .mobile-submenu { font-size: 15px; display: none; padding-top: 10px; } #header-mobile #header-mobile-menu .mobile-submenu .sub-link { display: none; color: #333333; text-decoration: none; } #header-mobile #header-mobile-menu .mobile-submenu .sub-link:not(:last-child){ margin-bottom: 30px; } #header-mobile #header-mobile-menu .mobile-submenu.slide-up { transition: opacity 1s, max-height 2s cubic-bezier(0, 1, 0, 1); } #header-mobile #header-mobile-menu .mobile-submenu.slide-down { max-height: 500px; display: block; } #header-mobile #header-mobile-menu .mobile-submenu.slide-down .sub-link { display: block; } body.mobile-menu-open, html.mobile-menu-open { overflow: hidden; position: relative; } body.mobile-menu-open #header-mobile { display: flex; height: 100vh; top: 0; left: 0; width: 100vw; overflow-y: scroll;} body.mobile-menu-open #header-mobile #header-mobile-container { padding-bottom: 60px; } body.mobile-menu-open #header-mobile #header-mobile-menu { display: block; } body.mobile-menu-open #wpadminbar { display: none; } /* hero */ .hero { position: relative; } .hero .desktop-image { height: 500px; } .hero .mobile-image { height: 500px; } .hero .hero-copy-container { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 10; } /* highlight */ .highlight { padding: 20px 20px 36px 20px; position: relative; border-bottom: 1px solid #C7C7C7; } .highlight-overlay { padding: 20px 20px 36px 20px; visibility: hidden; color: white; border-radius: 5px; width: 100%; position: absolute; left: 0; right: 0; } .highlight-overlay.height-matched { top: 0; bottom: 0; } .highlight::after { content: "\e901"; font-family: "icons" !important; font-size: 16px; line-height: 16px; background-color: #5D57F7; color: #fff; padding: 10px; border-radius: 50%; position: absolute; bottom: 15px; right: 15px; } @media (hover: hover) { .highlight:hover { border-bottom: none; } .highlight:hover .highlight-overlay { display: block; visibility: visible; } .highlight:hover::after { color: #5D57F7; background-color: #fff; } .highlights-rp .highlight:hover::after { content: "\e900"; } } @media (hover: none) { .highlight.active { border-bottom: none; } .highlight.active .highlight-overlay { display: block; visibility: visible; } .highlight.active::after { color: #5D57F7; background-color: #fff; } .highlight.active::after { content: "\e900"; } } /* team section */ .team-section .horizontal-bar { height: 2px; background-color: #f15a71; position: absolute; top: calc(210px/2); width: 100%; } .team-section .member-col { position: relative; } .team-section .member-col:first-child::before, .team-section .member-col:last-child::before { content: ""; display: block; background: #fafafa; height: 210px; width: 50%; position: absolute; top: 0; } .team-section .member-col:first-child::before { left: 0; } .team-section .member-col:last-child::before { right: 0; } /* testimonial */ .testimonial-section { background-size: contain; background-position: bottom 30px center; } .testimonial-section.mini { background-position: bottom center; padding-bottom: 75px !important; } /* @media (max-width: 992px) { .testimonial-section { background: none !important; padding-bottom: 70px !important; } } */ /* forms */ div.wpcf7 .ajax-loader { display: none; } /* ministats */ .ministats { height: 180px; background-size: contain; background-repeat: no-repeat; background-position: bottom -2px center; } @media (min-width: 992px) { .ministats { height: 210px; } } @media (min-width: 1200px) { .ministats { height: 180px; } } .ministats .carousel-inner { padding-right: 80px; } .ministats .carousel-indicators { margin-bottom: 20px; } /* contact section */ @media (min-width: 1200px) { .contact-section { height: 700px; } .contact-section .square, .contact-section .square-lg { height: 700px; } } /* circle profile*/ .circle-profile-pic { height: 210px; width: 210px; border-radius: 50%; position: relative; border: 10px solid #fff; box-shadow: 0 0 0 2px #F15A71; } /* .circle-profile-pic::after { content: ""; display: block; height: 230px; width: 230px; border: 2px solid #F15A71; position: absolute; top: 50%; left: 50%; border-radius: 50%; transform: translate(-50%, -50%); } */ /* footer */ footer .legal { text-decoration: none; font-size: 12px; display: inline-block; margin-right: 20px; } /* wp */ #wpadminbar { position: fixed !important; } .admin-bar #header-mobile { top: 46px; } .admin-bar #header { top: 32px; } @media(min-width: 768px) { .admin-bar #header-mobile { top: 46px; } } /* horz cards */ .card-section { background-image: url('../img/background.jpg'); background-repeat: no-repeat; background-size: cover; } /* carousel */ /* .carousel { height: 160px; } */ .carousel-indicators { margin-left: 0; margin-right: 0; justify-content: start; margin-bottom: 10px; } .carousel-indicators [data-bs-target] { width: 8px; height: 8px; border-radius: 50%; border: 1px solid #f15a71; } .carousel-indicators [data-bs-target].active { background-color: #f15a71; } /* press release card */ .press-release-card { text-decoration: none; display: block; } .press-release-card .press-date { display: block; color: #666; } .press-release-card .logo-wrapper { display: block; height: 95px } .press-release-card .logo-wrapper .logo { display: inline-block; margin-top: 30px; height: 35px } .press-release-card .press-title { height: 125px; text-decoration: none; } .press-release-card .press-title:after { content: ""; position: absolute; bottom: 35px; right: 0; width: 40%; height: 28px; background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 75%); } .press-release-card:hover .press-title {text-decoration: underline; } /* resource archive */ .resource-item { text-decoration: none; display: block; } .resource-item img { margin-bottom: 20px; } .resource-item .resource-type { color: #666; display: block; margin-bottom: 15px; } .resource-item h4 { color: #F15A71; } /* editor */ .wp-block-image img { max-width: 100%; height: auto; } .has-red-color { color: #F15A71; } .has-red-background-color { background-color: #F15A71; } .has-blue-color { color: #5D57F7; } .has-blue-background-color { background-color: #5D57F7; } .has-orange-color { color: #FF9941; } .has-orange-background-color { background-color: #FF9941; } .has-green-color { color: #3FC990; } .has-green-background-color { background-color: #3FC990; } /********************** florida section ***********/ .florida-header .navbar-header, .florida-header__logo{ display: flex; align-items: center; } .florida-header__logo{ min-width: 300px; max-width: 500px; height: 130px; padding: 10px 15px; justify-content: center; } .florida-header .navbar-header{ justify-content: space-between; background:#ffffff; } .florida-header__logo img{ max-width:100%; height: 100%; object-fit: contain; } .florida-header__strip{ background: #5d57f7; } .florida-header__strip-text{ padding: 8px; display: block; color: #ffffff; font-size: 20px; } .florida-module__title{ font-size: 2rem; margin-top: 20px; margin-bottom: 2.5rem; border-bottom: 1px solid rgba(0,0,0,.1); padding-bottom: 1rem; font-weight: 500; color: #f15a71; } .community-module__title{ font-size: 2rem; margin-top: 20px; margin-bottom: 2.5rem; border-bottom: 1px solid rgba(0,0,0,.1); padding-bottom: 1rem; font-weight: 500; color: #036936; } .florida-module__section--even{ background-color: #f6f6f6; } .community-module__section--even{ background-color: #ffffff; }.community-module__section--odd{ background-color: #f2d283; } .florida-module__img{ max-width:100%; width:100%; object-fit:cover; height:100%; } .florida-module__action{ text-align:center; } .florida-module__video{ text-align: center; margin-top: 32px; } .florida-module__action .btn{ margin-top:2.5rem; line-height: 1.5; } .florida-header__hamburger{ width: auto; height: auto; align-items: center; background: #ffffff; border: none; padding-right: 15px; padding-left: 0; } .florida-header__hamburger .hamburger-inner:after,.florida-header__hamburger .hamburger-inner:before,.florida-header__hamburger .hamburger-inner{ height:2px; width:20px; } .florida-header__hamburger .hamburger-inner:before{ top: -6px; } .florida-header__hamburger .hamburger-inner:after{ bottom: -6px; } .florida-header__hamburger .hamburger-box{ width: 20px; display: inline-block; } .florida-header__menu{ max-width: 336px; position: fixed; right: 0; background: #ffffff; padding: 0 16px; width: 336px; color:#333333; } .florida-header__menu-nav{ margin: 1rem 0 } .florida-header__menu-nav .nav-link{ width:100%; color: #333333; } #florida-overlay{ background-color: #000; opacity: .7; width: 100vw; height: 100vh; z-index: 1; position: fixed; top: 0; left: 0; display:none; } #florida-overlay.active{ display:block; } .florida-module__section--even .florida-module__row{ flex-flow: row-reverse wrap; } .florida-header__hamburger-active .hamburger-inner{ transform: rotate(225deg); transition-delay: .12s; transition-timing-function: cubic-bezier(.215,.61,.355,1); } .florida-header__hamburger-active .hamburger-inner:before{ top: 0; opacity: 0; transition: top .1s ease-out,opacity .1s .12s ease-out; } .florida-header__hamburger-active .hamburger-inner:after{ bottom: 0; transform: rotate(-90deg); transition: bottom .1s ease-out,transform .22s .12s cubic-bezier(0.18, 0.76, 0.36, 1); } .florida-module__section--disclamer{ text-align:center; } @media (max-width: 991.98px){ .florida-module__img{ margin-bottom: 1rem; height:auto; } } @media(max-width:575.98px){ .florida-header__logo{ min-width: 102px; height: 54px; max-width: 244px; } .hamburger-label{ display: none; } .florida-header__strip-text{ font-size: 16px; } .florida-module__title{ margin-top: 10px; } } @media(max-width:767.98){ .florida-header__logo{ max-width: 486px; } } .media-mention-content{ word-break:break-word; } /********* white paper**********/ .whitepaper-section__desc{ font-size:18px; line-height:28px; font-weight:100; } .whitepaper-section__form .form-control{ padding:12px; border-radius:8px; background : #f2f1fe; } .whitepaper-section__form .form-control::placeholder, .whitepaper-section__form .form-control{ color: #646464; } .whitepaper-section__right-img{ margin-bottom:1.5rem; } .whitepaper-section__form .form-group{ margin-bottom:1.5rem; } .whitepaper-section__submit{ text-align: center; display: flex; align-items: flex-end; justify-content: center; flex-flow: column; } .whitepaper-section__contact{ background-image: linear-gradient(to right, #5d57f7 , #5d57f7); color: #ffffff; font-size: 22px; } .row--contact{ align-items:center; } .btn--block{ width:100%; } /********* communityconnect**********/ .page-template-page-communityconnect-php .florida-header__strip{ background: #009fdc; } .page-template-page-communityconnect-php.page-id-989 .florida-header__strip { background: #003764; } .page-template-page-communityconnect-php .florida-module__title{ color: #036936; } .page-template-page-communityconnect-php.page-id-989 .florida-module__title { color: #00A0DD; } .page-template-page-communityconnect-php .florida-module__desc-button{ background: #009fdc; } .page-template-page-communityconnect-php.page-id-989 .florida-module__desc-button { background: #003764; } .page-template-page-communityconnect-php .florida-module__desc-button:hover{ border-color: #009fdc; } .page-template-page-communityconnect-php .florida-module__section--odd{ background: #f2d283; } .page-template-page-communityconnect-php.page-id-989 .florida-module__section--odd { background: #fff; } .disclaimer__logo{ margin-top: 1rem; } .disclaimer__logo img{ width: 300px; height: auto; } #your-communityconnect-care-team ul{ column-count: 2; } .page-template-page-communityconnect-php ul li::before{ color: #00a0dd; } .page-id-989 footer { display: none !important; } #header .menu-item-wrapper .menu-item { letter-spacing: 0 !important; } .post-type-archive-press_releases form#filter-form { display: none !important; } /* Venture7 Start: For setting width of text under video on team page */ .page-id-2094 .row.mt-7 div.col-md-8 { width:100% !important; } .page-id-2090 .row.about__page-pd { margin-left: -10%; } /* Venture7 End: For setting width of text under video on team page */