style.css 20 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132
  1. html {
  2. scroll-behavior: smooth;
  3. }
  4. @font-face {
  5. font-family: 'Dash';
  6. src: url('dash/DashiellText-Medium.ttf') format('truetype');
  7. }
  8. @font-face {
  9. font-family: 'Euclid';
  10. src: url('euclid/EuclidCircularA-Regular.woff');
  11. }
  12. @font-face {
  13. font-family: 'Euclid-bold';
  14. src: url('euclid/EuclidCircularA-Medium.woff');
  15. }
  16. * {
  17. margin: 0;
  18. padding: 0;
  19. font-family: 'Euclid';
  20. }
  21. b, strong, .font-bold, .bolder, .font-bolder, .font-weight-bold {
  22. font-family: 'Euclid-bold';
  23. }
  24. .dash {
  25. font-family: 'Dash' !important;
  26. }
  27. .konnect {
  28. font-family: 'Euclid';
  29. }
  30. body {
  31. display: flex;
  32. flex-direction: column;
  33. min-height: 100vh;
  34. width: 100%;
  35. font-family: 'Euclid';
  36. }
  37. footer {
  38. margin-top: auto;
  39. }
  40. textarea {
  41. resize: none;
  42. }
  43. a:hover {
  44. text-decoration: none;
  45. }
  46. :root {
  47. --pry-color: #2AB7CA;
  48. --pry-dark-color: #08415C;
  49. --sec-color: #FDE1AF;
  50. }
  51. ::-moz-selection { background: var(--pry-color); color: #fff; }
  52. ::selection { background: var(--pry-color); color: #fff; }
  53. nav.navbar {
  54. width: 100%;
  55. border-bottom: 1px solid #eee;
  56. background-color: #fff;
  57. z-index: 100;
  58. padding: 0;
  59. height: 70px;
  60. }
  61. nav .container {
  62. height: 60px;
  63. }
  64. .navbar-nav {
  65. margin-left: 240px;
  66. margin-bottom: 0;
  67. }
  68. .navbar-nav li{
  69. display: inline;
  70. padding-left: 10px;
  71. font-size: 15px;
  72. }
  73. #navBarWeb li {
  74. padding-right: 20px;
  75. padding-left: 0;
  76. font-size: 17px;
  77. font-weight: 400;
  78. }
  79. .navbar-nav li a {
  80. color: #000000;
  81. font-weight: 500;
  82. border-bottom:1px solid rgba(0,0,0,0);
  83. transition: 0.5s;
  84. }
  85. .navbar-nav li a:hover {
  86. color: var(--pry-color);
  87. border-bottom:1px solid var(--pry-color);
  88. transition: 0.5s;
  89. }
  90. .nav-item a {
  91. color: var(--pry-dark-color);
  92. }
  93. .nav-item a:hover {
  94. color: var(--pry-color);
  95. }
  96. .font-bold {
  97. font-weight: 500;
  98. }
  99. .font-bolder {
  100. font-weight: 600;
  101. }
  102. .dropdown-menu {
  103. margin-top: 15px;
  104. border-radius: 0;
  105. padding: 0;
  106. }
  107. .dropdown-item {
  108. padding: 14px;
  109. padding-right: 32px;
  110. font-size: 14px;
  111. }
  112. .dropdown-item:not(:last-child) {
  113. border-bottom:1px solid #eee;
  114. }
  115. .btn-orange, .btn-orange-outline {
  116. font-weight: bold;
  117. background-color: #FB6107;
  118. color: #fff !important;
  119. padding: 6px 20px;
  120. border-radius: 4px !important;
  121. border: 1px solid #FB6107;
  122. text-transform: uppercase;
  123. }
  124. .top {
  125. background-image: url('../img/top.jpg');
  126. background-position: center top;
  127. background-size: cover;
  128. background-repeat: no-repeat;
  129. }
  130. .programs {
  131. background-image: url('../img/programs.jpg');
  132. background-position: center;
  133. }
  134. .about {
  135. background-image: url('../img/about.png');
  136. background-position: center;
  137. }
  138. .health-plans {
  139. background-image: url('../img/health-plans.jpg');
  140. background-position: center;
  141. }
  142. .providers {
  143. background-image: url('../img/providers.jpg');
  144. background-position: center;
  145. }
  146. .employers {
  147. background-image: url('../img/employers.jpg');
  148. background-position: center;
  149. }
  150. .hiring {
  151. background-image: url('../img/hiring.jpg');
  152. background-position: center;
  153. }
  154. .family {
  155. background-image: url('../img/family-bg.jpg');
  156. background-repeat: no-repeat;
  157. background-size: cover;
  158. background-position: center;
  159. }
  160. .family {
  161. display: flex;
  162. padding: 80px;
  163. position: relative;
  164. align-items: flex-start;
  165. justify-content: space-between;
  166. }
  167. .plq {
  168. flex-basis: 20%;
  169. margin-right: 10px;
  170. background-color: #D0C78E;
  171. padding: 10px;
  172. text-align: center;
  173. margin-top: 60px;
  174. }
  175. .plq img {
  176. width: 100%;
  177. }
  178. .plq p {
  179. font-size: 14px !important;
  180. font-weight: bold;
  181. margin-bottom: 2px !important;
  182. }
  183. .initiative {
  184. flex-basis: 75%;
  185. }
  186. .initiative p {
  187. font-size: 17px !important;
  188. font-weight: lighter;
  189. }
  190. .bolder {
  191. font-weight: 600;
  192. }
  193. .flower1 {
  194. position: absolute;
  195. top:0;
  196. left:0;
  197. }
  198. .flower2 {
  199. position: absolute;
  200. top:0;
  201. right: 0;
  202. }
  203. .flower3 {
  204. position: absolute;
  205. bottom:0;
  206. right: 10%;
  207. }
  208. .overlay {
  209. background:rgba(21, 65, 89, 0.7);
  210. width: 100%;
  211. }
  212. .top h4 {
  213. font-size: 46px;
  214. font-weight: 500;
  215. }
  216. .top h5 {
  217. font-size: 34px;
  218. font-weight: 600;
  219. }
  220. .top p {
  221. font-size: 20px;
  222. margin-top: 20px;
  223. }
  224. .bg-light-white {
  225. background-color: rgba(255,255,255,0.9);
  226. }
  227. .call, .call-light {
  228. padding: 10px 20px;
  229. border: 1px solid var(--pry-color);
  230. width: fit-content;
  231. }
  232. .call-light {
  233. border-color:#fff;
  234. }
  235. .call a, .call-light a{
  236. font-size: 30px;
  237. color: var(--pry-color);
  238. font-weight: 700;
  239. }
  240. .call-light a {
  241. color: #fff;
  242. }
  243. .call:hover {
  244. border-color: var(--pry-color);
  245. }
  246. .announcement {
  247. display: flex;
  248. margin-top: 50px;
  249. }
  250. .special {
  251. text-transform: uppercase;
  252. background-color: #154159;
  253. flex-basis: 40%;
  254. }
  255. .special img {
  256. width: 100%;
  257. height: 220px;
  258. }
  259. .special h4{
  260. font-size: 18px;
  261. color: #fff;
  262. font-weight: 400;
  263. text-align: center;
  264. margin: 20px 0;
  265. }
  266. .special-content {
  267. flex-basis: 60%;
  268. padding: 0 10px;
  269. background-color:var(--sec-color);
  270. }
  271. .about-home {
  272. padding: 80px 0;
  273. }
  274. .about-home img, .hope img {
  275. width: 100%;
  276. }
  277. p {
  278. font-size: 18px;
  279. }
  280. .content p {
  281. font-size: 16px;
  282. margin-bottom: 12px;
  283. }
  284. .med-container {
  285. text-align: center;
  286. }
  287. .med-container span {
  288. font-size: 20px;
  289. margin:10px;
  290. }
  291. .header-divider, .pry-header {
  292. border:2px solid var(--sec-color);
  293. background: var(--sec-color);
  294. width: 50px;
  295. margin: 10px 0;
  296. }
  297. .flex-center {
  298. display: flex;
  299. align-items: center;
  300. justify-content: space-between;
  301. }
  302. .flex-center >div {
  303. width: 50%;
  304. padding: 0 10px;
  305. }
  306. .flex-center img {
  307. width: 100%;
  308. }
  309. .flex-card {
  310. display: flex;
  311. }
  312. .flex-card > div{
  313. width: 45%;
  314. margin: 0 14px;
  315. }
  316. .img-card {
  317. box-shadow: 0px 9px 34px rgba(140, 140, 140, 0.05), 0px 3.75998px 14.2044px rgba(140, 140, 140, 0.0462623), 0px 2.01027px 7.59435px rgba(140, 140, 140, 0.0410492), 0px 1.12694px 4.25733px rgba(140, 140, 140, 0.0347863), 0px 0.598509px 2.26103px rgba(140, 140, 140, 0.0272543), 0px 0.249053px 0.940867px rgba(140, 140, 140, 0.0176014);
  318. }
  319. .img-card p{
  320. font-size: 16px;
  321. }
  322. .pry-header {
  323. border-color: var(--pry-dark-color);
  324. background: var(--pry-dark-color);
  325. }
  326. .btn-pry, .blue-card, .btn-pry-light {
  327. background-color: var(--pry-color);
  328. color: #fff;
  329. border-radius: 0;
  330. font-size: 18px;
  331. font-weight: 500;
  332. }
  333. .btn-pry-light, .btn-pry:hover {
  334. background-color: var(--pry-dark-color);
  335. border: 1px solid var(--pry-dark-color);
  336. color: #fff;
  337. }
  338. .blue-card:hover {
  339. background-color: var(--pry-dark-color);
  340. color: #fff;
  341. }
  342. .btn-pry-light {
  343. border: 1px solid #fff;
  344. }
  345. .nav-item > .btn-pry {
  346. font-size: 15px;
  347. padding: 12px 24px;
  348. color: #fff;
  349. }
  350. .flex-row {
  351. display: flex;
  352. flex-wrap: wrap;
  353. justify-content: space-between;
  354. }
  355. .flex-row > div {
  356. width: 32%;
  357. }
  358. .white-card {
  359. padding: 30px;
  360. background-color: #ffffff;
  361. box-shadow: 0px 100px 80px rgba(140, 140, 140, 0.07), 0px 22.9642px 35.891px rgba(140, 140, 140, 0.0285813), 0px 6.94824px 20.3502px rgba(140, 140, 140, 0.0210064), 0px 0.681338px 12.0279px rgba(140, 140, 140, 0.0187784), 0px -1.38408px 6.74154px rgba(140, 140, 140, 0.0179796), 0px -1.28279px 2.96746px rgba(140, 140, 140, 0.0155585);
  362. }
  363. .white-card-link {
  364. padding: 0;
  365. margin-top: 15px;
  366. background-color: #ffffff;
  367. position: relative;
  368. font-size: 12px;
  369. }
  370. .white-card-link img {
  371. width: 100%;
  372. opacity: 0.9;
  373. }
  374. .white-card-link a{
  375. display: block;
  376. transition: 0.4s;
  377. color: var(--pry-color);
  378. }
  379. .white-card-link a:hover {
  380. color: var(--pry-dark-color);
  381. }
  382. .white-card-link:hover {
  383. transition: 0.4;
  384. box-shadow: 0px 100px 80px rgba(140, 140, 140, 0.07), 0px 22.9642px 35.891px rgba(140, 140, 140, 0.0285813), 0px 6.94824px 20.3502px rgba(140, 140, 140, 0.0210064), 0px 0.681338px 12.0279px rgba(140, 140, 140, 0.0187784), 0px -1.38408px 6.74154px rgba(140, 140, 140, 0.0179796), 0px -1.28279px 2.96746px rgba(140, 140, 140, 0.0155585);
  385. }
  386. .white-card p {
  387. margin-bottom: 13px;
  388. }
  389. .green-card {
  390. border-left:6px solid var(--sec-color);
  391. border-right:3px solid var(--pry-color);
  392. display: flex;
  393. align-items: center;
  394. flex-wrap: wrap;
  395. width: 100%;
  396. background-color: #F1F2F2;
  397. transition: 0.3s;
  398. color: var(--pry-color);
  399. }
  400. .program {
  401. background-color: #CCF0F5;
  402. box-shadow: 0px 100px 80px rgba(140, 140, 140, 0.07), 0px 22.9642px 35.891px rgba(140, 140, 140, 0.0285813), 0px 6.94824px 20.3502px rgba(140, 140, 140, 0.0210064), 0px 0.681338px 12.0279px rgba(140, 140, 140, 0.0187784), 0px -1.38408px 6.74154px rgba(140, 140, 140, 0.0179796), 0px -1.28279px 2.96746px rgba(140, 140, 140, 0.0155585);
  403. }
  404. .pry-card {
  405. background-color: var(--pry-color);
  406. color: #fff;
  407. }
  408. .green-card:hover, .sec-card {
  409. background-color: var(--sec-color);
  410. transition: 0.3s;
  411. }
  412. .outreach-container {
  413. display: flex;
  414. flex-wrap: wrap;
  415. margin-top: 20px;
  416. }
  417. .outreach-container div {
  418. margin-right: 20px;
  419. margin-bottom: 20px;
  420. width: 250px;
  421. padding: 10px;
  422. cursor: pointer;
  423. }
  424. .outreach-container p {
  425. font-size: 17px;
  426. font-weight: 700;
  427. letter-spacing: 1.1px;
  428. }
  429. .outreach-container img {
  430. width: 50px;
  431. margin-right: 10px;
  432. }
  433. .flex-container {
  434. display: flex;
  435. align-items: center;
  436. }
  437. .flex-container div {
  438. flex-basis: 60%;
  439. }
  440. .flex-container .size-4 {
  441. flex-basis: 35%;
  442. margin-right: 12px;
  443. }
  444. .text-pry {
  445. color: var(--pry-color);
  446. }
  447. .text-dark-pry {
  448. color: var(--pry-dark-color);
  449. }
  450. .bg-green {
  451. background-color: #FEF0D7;
  452. }
  453. .history div:first-child {
  454. width: 40%;
  455. }
  456. .history div:last-child {
  457. width: 60%;
  458. }
  459. .topography {
  460. position: absolute;
  461. top:0;
  462. width: 15%;
  463. }
  464. .btn-dark-pry {
  465. color: var(--pry-dark-color);
  466. background:none;
  467. border-color: var(--pry-dark-color);
  468. }
  469. .btn-dark-pry:hover {
  470. background-color: var(--pry-dark-color);
  471. color: #fff;
  472. }
  473. .bg-grey{
  474. background-color: #F1F2F2;
  475. }
  476. .bg-light-blue{
  477. background-color: #CCF0F5;
  478. }
  479. .bg-light-grey{
  480. background-color: #F1F4F4;
  481. }
  482. .bg-sec{
  483. background-color: var(--sec-color);
  484. }
  485. .steps {
  486. background-color: var(--sec-color);
  487. border-bottom: 2px solid var(--pry-color);
  488. position: relative;
  489. }
  490. .title {
  491. font-weight: 500;
  492. font-size: 30px;
  493. }
  494. .popper {
  495. cursor: pointer;
  496. }
  497. .popover {
  498. padding: 12px;
  499. }
  500. .popover h6 {
  501. font-size: 18px;
  502. }
  503. /* .steps-container {
  504. display: none;
  505. } */
  506. .steps-content {
  507. display: flex;
  508. flex-wrap: wrap;
  509. justify-content: center;
  510. }
  511. .steps-content .content {
  512. flex-basis: 45%;
  513. background-color: #ffffff;
  514. border-left:2px solid var(--pry-color);
  515. padding: 20px;
  516. margin-right: 20px;
  517. margin-bottom: 20px;
  518. font-size: 18px;
  519. }
  520. .plus {
  521. width: 100%;
  522. text-align: center;
  523. position: absolute;
  524. bottom:-20px;
  525. left:0;
  526. }
  527. .list {
  528. list-style:none;
  529. padding: 0;
  530. margin-left: 0 !important;
  531. }
  532. .list li, ol li {
  533. font-size: 17px;
  534. }
  535. .list li {
  536. display: flex;
  537. }
  538. .list li::before{
  539. font-family: "Font Awesome 5 Free";
  540. font-weight: 900;
  541. content: "\f105";
  542. font-size: 18px;
  543. margin-left: 10px;
  544. padding-right: 10px !important;
  545. color:var(--pry-color);
  546. border-radius: 100%;
  547. }
  548. .plus a::before{
  549. font-family: "Font Awesome 5 Free";
  550. font-weight: 900;
  551. content: "\f055";
  552. font-size: 25px;
  553. color:var(--pry-dark-color);
  554. background-color: #ffffff;
  555. border-radius: 100%;
  556. }
  557. .minus a::before{
  558. font-family: "Font Awesome 5 Free";
  559. font-weight: 900;
  560. content: "\f056";
  561. font-size: 25px;
  562. color:var(--pry-dark-color);
  563. background-color: #ffffff;
  564. border-radius: 100%;
  565. }
  566. .lifeline {
  567. margin-top: 10px;
  568. display: flex;
  569. align-items: center;
  570. justify-content: center;
  571. }
  572. .lifeline p{
  573. width: 50%;
  574. margin-bottom: 10px;
  575. font-weight: 700;
  576. }
  577. .lifeline img{
  578. width: 25%;
  579. }
  580. .role-container {
  581. display: flex;
  582. }
  583. .role-container .content {
  584. width: 50%;
  585. background-color: #ffffff;
  586. padding: 15px;
  587. border: 2px solid #fff;
  588. margin-right: 10px;
  589. }
  590. .role-container .content p {
  591. margin-bottom: 12px;
  592. font-size: 18px;
  593. }
  594. .role-container .content h5 {
  595. letter-spacing: 1.1px;
  596. font-size: 17px;
  597. font-weight: bold;
  598. color: var(--pry-color);
  599. }
  600. .role-container .content:hover {
  601. border: 2px solid var(--pry-color);
  602. cursor: pointer;
  603. }
  604. .family-fund img {
  605. width: 100%;
  606. }
  607. .affiliates {
  608. text-align: center;
  609. }
  610. .affiliates img {
  611. max-height: 40px;
  612. filter: grayscale(1);
  613. margin: 0 10px;
  614. }
  615. .contact {
  616. display: flex;
  617. justify-content: space-between;
  618. }
  619. .contact > div {
  620. width: 48%;
  621. padding: 20px;
  622. }
  623. .contact .phone {
  624. background-color: var(--pry-dark-color);
  625. display: flex;
  626. flex-direction: column;
  627. align-items: center;
  628. color: #fff;
  629. position: relative;
  630. }
  631. .phone img {
  632. position: absolute;
  633. left:0;
  634. bottom:0;
  635. width: 40px;
  636. }
  637. .links ul li{
  638. display: inline;
  639. margin-right: 20px;
  640. font-size: 20px;
  641. text-transform: uppercase;
  642. font-weight: 500;
  643. }
  644. .social {
  645. display: flex;
  646. margin-top: 30px;
  647. }
  648. .social a {
  649. height: 40px;
  650. display: flex;
  651. align-items: center;
  652. justify-content: center;
  653. width: 40px;
  654. font-size: 25px;
  655. border: 1.5px solid var(--pry-color);
  656. color: var(--pry-color);
  657. margin-right: 10px;
  658. }
  659. .social a:hover {
  660. background-color: var(--pry-color);
  661. color: #fff;
  662. }
  663. .partners {
  664. text-align: right;
  665. }
  666. .partners p, .partners p a{
  667. font-size: 15px;
  668. font-weight: 500;
  669. margin-bottom: 12px;
  670. color: var(--pry-color);
  671. }
  672. .partners p a:hover {
  673. color: var(--pry-dark-color);
  674. }
  675. footer {
  676. background-color: #163043;
  677. }
  678. .flex-footer {
  679. display: flex;
  680. }
  681. @media all and (min-width: 768px) {
  682. .flex-footer > div {
  683. margin-right: 100px;
  684. }
  685. }
  686. footer ul {
  687. list-style: none;
  688. }
  689. footer a {
  690. color: #fff;
  691. font-weight: 300;
  692. }
  693. footer a:hover {
  694. color: #fff;
  695. text-decoration: underline;
  696. }
  697. .content-flex {
  698. display: flex;
  699. }
  700. .content-flex .sidebar {
  701. flex-basis: 25%;
  702. border-right: 1px solid #ddd;
  703. }
  704. .content-flex .content {
  705. flex-basis: 75%;
  706. }
  707. .img-overlay {
  708. background:rgb(21, 65, 89);
  709. }
  710. .img-overlay img{
  711. width: 100%;
  712. opacity: 0.6;
  713. }
  714. .search-image {
  715. position: relative;
  716. max-width: 100px;
  717. }
  718. .search-image i {
  719. position: absolute;
  720. bottom:0;
  721. left:65%;
  722. }
  723. .grey-pill {
  724. background-color: #EDEEF2;
  725. color: var(--pry-color);
  726. border-radius: 100px;
  727. padding: 1px;
  728. width: 31%;
  729. padding: 6px 20px;
  730. font-size: 16px;
  731. margin-right:10px;
  732. margin-bottom:10px;
  733. }
  734. .mobile {
  735. display: none;
  736. }
  737. @media screen and (max-width:991px) {
  738. .announcement {
  739. display: block;
  740. }
  741. .special h4 {
  742. padding: 10px 0;
  743. margin-bottom: 0;
  744. }
  745. .special img {
  746. display: none;
  747. }
  748. .special-content {
  749. padding: 10px;
  750. }
  751. .special-content p {
  752. margin: 0;
  753. }
  754. .title {
  755. font-size: 25px;
  756. }
  757. .outreach-container div, .blue-card {
  758. max-width: 100%;
  759. width:100%;
  760. margin-right: 0;
  761. }
  762. .flex-container .size-4 {
  763. flex-basis: 40%;
  764. }
  765. .contact {
  766. display: block;
  767. }
  768. .contact > div {
  769. width: 100%;
  770. margin-bottom: 20px;
  771. }
  772. .footer, .social{
  773. justify-content: center;
  774. text-align: center;
  775. }
  776. .partners {
  777. margin-top: 20px;
  778. text-align: center;
  779. }
  780. .role-container {
  781. flex-wrap: wrap;
  782. }
  783. .role-container .content {
  784. width: 100%;
  785. margin-bottom: 20px;
  786. }
  787. .lifeline p {
  788. width: 40%;
  789. }
  790. .btn-pry, .blue-card, .btn-pry-light {
  791. font-size: 16px;
  792. }
  793. #navBar {
  794. position: absolute;
  795. width: 100%;
  796. background-color: #ffffff;
  797. top: 64px;
  798. right: 0;
  799. padding: 0;
  800. border-top: 1px solid #eee;
  801. box-shadow: 0 10px 10px #ccc;
  802. }
  803. #navBar.dashboard-nav {
  804. top:64px;
  805. }
  806. .navbar-nav {
  807. margin-left: 0;
  808. }
  809. .navbar-nav li{
  810. display: block;
  811. }
  812. .nav-item {
  813. border-bottom: 1px solid #eee;
  814. }
  815. .nav-links {
  816. position: absolute;
  817. right: 60px;
  818. top:18px;
  819. }
  820. .nav-links ul{
  821. list-style: none;
  822. }
  823. .nav-links ul li{
  824. display: inline-block;
  825. margin-right: 10px;
  826. }
  827. .logo {
  828. width: 100%;
  829. }
  830. .navbar-toggler {
  831. color: var(--pry-dark-color);
  832. border:1px solid var(--pry-dark-color);
  833. background-color: #fff;
  834. padding: 12px;
  835. margin-bottom: 0;
  836. margin-right: 12px;
  837. }
  838. .navbar-toggler:hover {
  839. background-color: var(--pry-color);
  840. color: #fff;
  841. }
  842. nav {
  843. padding: 0 10px;
  844. }
  845. .flex-row > div {
  846. width: 48.5%;
  847. }
  848. .web, .navBarWeb{
  849. display: none !important;
  850. }
  851. .mobile, .family{
  852. display: block;
  853. }
  854. .plq {
  855. width: 50%;
  856. margin: 20px 0;
  857. }
  858. .plq p {
  859. font-size: 16px !important;
  860. }
  861. .flex-footer, .flex-card{
  862. flex-wrap: wrap;
  863. justify-content: center;
  864. }
  865. .flex-card > div:not(:last-child){
  866. margin-bottom: 30px;
  867. }
  868. .flex-footer > div{
  869. width: 35%;
  870. margin-bottom: 20px;
  871. }
  872. .flex-footer .text-center{
  873. text-align: left !important;
  874. }
  875. }
  876. @media screen and (max-width:767px) {
  877. .flex-container, .content-flex {
  878. display: block;
  879. }
  880. .img-overlay, .sidebar h4 {
  881. display: none;
  882. }
  883. .content-flex .sidebar {
  884. padding-top: 20px;
  885. border:none;
  886. }
  887. .content-flex .content {
  888. padding-left: 0 !important;
  889. padding-right: 0 !important;
  890. }
  891. .flex-container .size-4 {
  892. margin-bottom: 20px;
  893. }
  894. .steps-container .content {
  895. flex-basis: 100%;
  896. margin-right: 0;
  897. }
  898. .lifeline {
  899. display: block;
  900. text-align: center;
  901. }
  902. .lifeline p {
  903. width: 100%;
  904. }
  905. .content .pl-4 {
  906. padding-left: 0 !important;
  907. }
  908. .grey-pill {
  909. width: 100%;
  910. }
  911. .family {
  912. padding: 100px 40px;
  913. }
  914. }
  915. @media screen and (max-width:525px) {
  916. .logo {
  917. margin-left: 10px;
  918. }
  919. .flex-row > div {
  920. width: 100%;
  921. }
  922. .flower2 {
  923. width: 25%;
  924. }
  925. .plq {
  926. width: 100%;
  927. }
  928. .nav-links {
  929. display: none;
  930. }
  931. .top .p-5 {
  932. padding: 20px !important;
  933. }
  934. .flex-center {
  935. flex-wrap: wrap;
  936. }
  937. .flex-center > .ml-5{
  938. margin-left: 0 !important;
  939. }
  940. .ord-1 {
  941. order: 1;
  942. }
  943. .ord-2 {
  944. order: 2;
  945. }
  946. .img-card > .d-flex img {
  947. display: none;
  948. }
  949. .flex-footer > div, .flex-card > div, .flex-center > div{
  950. width: 100%;
  951. margin-bottom: 20px;
  952. }
  953. }
  954. @media (min-width: 1300px) {
  955. .wide-container {
  956. max-width: 1300px;
  957. }
  958. }
  959. .sticky-header {
  960. position: sticky;
  961. top: 0;
  962. margin-top: -1px;
  963. border-top: 0 !important;;
  964. }
  965. .calendar {
  966. width: 380px;
  967. }
  968. .calendar .bg-aqua {
  969. color: #fff;
  970. padding: 29px;
  971. }
  972. .calendar .bg-aqua h4 {
  973. font-family: 'Euclid';
  974. font-weight: 600;
  975. font-size: 22px;
  976. line-height: 26px;
  977. }
  978. .calendar .bg-aqua p {
  979. margin-top: 15px;
  980. font-weight: 600;
  981. font-size: 17px;
  982. margin-bottom: 0;
  983. }
  984. .calendar .doc {
  985. border-bottom: 2px solid #fff;
  986. padding-bottom: 3px;
  987. }
  988. .table-container {
  989. overflow-y: scroll;
  990. overflow-x: hidden;
  991. max-height: 320px;
  992. }
  993. .calendar table {
  994. /*table-layout: fixed;*/
  995. }
  996. .calendar table th, .calendar table td{
  997. border-color: #C1D5E5 !important;
  998. white-space: nowrap;
  999. text-align: center;
  1000. padding: 0 !important;
  1001. }
  1002. .calendar table tr:last-child td {
  1003. padding-bottom: 8px !important;
  1004. }
  1005. .calendar table td .slot {
  1006. display: inline-block;
  1007. margin-top: 8px;
  1008. border: 1px solid #2ab7ca;
  1009. height: 24px;
  1010. line-height: 24px;
  1011. padding: 0 4px;
  1012. border-radius: 3px;
  1013. }
  1014. .calendar table th {
  1015. font-family: 'Graphik';
  1016. font-weight: bolder;
  1017. font-size: 12px;
  1018. padding: 6px 0;
  1019. color: #08415C;
  1020. border-left: 0 !important;
  1021. border-right: 0 !important;
  1022. }
  1023. .calendar table td {
  1024. padding: 5px 0;
  1025. text-align: center;
  1026. border-left: 0 !important;
  1027. border-top: 0 !important;
  1028. border-bottom: 0 !important;
  1029. border-right: 0 !important;
  1030. }
  1031. .calendar .book {
  1032. text-align: center;
  1033. border: 1px solid #C1D5E5;
  1034. padding: 25px;
  1035. }
  1036. .calendar-nav {
  1037. top: 0;
  1038. left: 0;
  1039. width: 100%;
  1040. padding: 0.5rem;
  1041. background-color: #2AB7CA !important;
  1042. }
  1043. .calendar-nav a {
  1044. display: inline-flex;
  1045. align-items: center;
  1046. justify-content: center;
  1047. height: 30px;
  1048. width: 30px;
  1049. }
  1050. @media screen and (max-width:991px) {
  1051. .calendar {
  1052. width: 100%;
  1053. }
  1054. }
  1055. @media screen and (max-width:500px) {
  1056. .calendar {
  1057. max-width: calc(100vw - 30px);
  1058. }
  1059. .calendar .book {
  1060. padding: 20px;
  1061. }
  1062. }
  1063. .slot-td {
  1064. cursor: pointer;
  1065. font-size: 13px;
  1066. padding: 0 !important;
  1067. vertical-align: bottom !important;
  1068. padding-bottom: 4px !important;
  1069. }
  1070. .slot-td .slot:hover {
  1071. background: aliceblue;
  1072. }
  1073. .slot-td.selected .slot {
  1074. background: #2ab7ca;
  1075. color: #fff;
  1076. }
  1077. .devices-list {
  1078. list-style-position: inside;
  1079. }
  1080. .devices-list img {
  1081. max-width: 90px;
  1082. margin-right: 0.75rem;
  1083. border-radius: 4px;
  1084. }
  1085. ul.dashboard-list {
  1086. /*list-style-position: inside;*/
  1087. }
  1088. ul.dashboard-list>li {
  1089. margin-bottom: 0.75rem;
  1090. font-size: 110%;
  1091. }
  1092. .assistant-section {
  1093. background: #D7F7FC;
  1094. border: 1px solid rgba(42, 183, 202, 0.3);
  1095. }
  1096. .assistant-section h2 {
  1097. letter-spacing: 0.75px;
  1098. font-size: 25px !important;
  1099. }
  1100. .assistant-section .flex_name .info {
  1101. margin-left: 17px;
  1102. }
  1103. .assistant-section .flex_name .info h4 {
  1104. font-size: 25px;
  1105. font-weight: 500;
  1106. }
  1107. .assistant-section .flex_name .info p {
  1108. font-size: 16px;
  1109. font-weight: bolder;
  1110. }
  1111. .assistant-section .btn {
  1112. height: 45px !important;
  1113. line-height: 45px !important;
  1114. }
  1115. .assistant-section .element-underline {
  1116. border-bottom: 1px solid #FB6107;
  1117. }