stuff
Signed-off-by: Jeff <jeff@gotenzing.com>
Showing
11 changed files
with
54 additions
and
15 deletions
| ... | @@ -17675,6 +17675,7 @@ a.skip-link:focus { | ... | @@ -17675,6 +17675,7 @@ a.skip-link:focus { |
| 17675 | p { | 17675 | p { |
| 17676 | font-size: 1rem; | 17676 | font-size: 1rem; |
| 17677 | line-height: 1.25rem; | 17677 | line-height: 1.25rem; |
| 17678 | color: #4D4D4D; | ||
| 17678 | } | 17679 | } |
| 17679 | 17680 | ||
| 17680 | .entry-content h1, .entry-content .h1, .entry-content h2, .entry-content .h2, .entry-content h3, .entry-content .h3, .entry-content h4, .entry-content .h4, .entry-content h5, .entry-content .h5, .entry-content h6, .entry-content .h6 { | 17681 | .entry-content h1, .entry-content .h1, .entry-content h2, .entry-content .h2, .entry-content h3, .entry-content .h3, .entry-content h4, .entry-content .h4, .entry-content h5, .entry-content .h5, .entry-content h6, .entry-content .h6 { |
| ... | @@ -17692,11 +17693,13 @@ p { | ... | @@ -17692,11 +17693,13 @@ p { |
| 17692 | .entry-content h1, .entry-content .h1 { | 17693 | .entry-content h1, .entry-content .h1 { |
| 17693 | font-size: 35px; | 17694 | font-size: 35px; |
| 17694 | line-height: 40px; | 17695 | line-height: 40px; |
| 17696 | color: #000; | ||
| 17695 | } | 17697 | } |
| 17696 | } | 17698 | } |
| 17697 | .entry-content h2, .entry-content .h2 { | 17699 | .entry-content h2, .entry-content .h2 { |
| 17698 | font-size: 28px; | 17700 | font-size: 28px; |
| 17699 | line-height: 35px; | 17701 | line-height: 35px; |
| 17702 | color: #000; | ||
| 17700 | } | 17703 | } |
| 17701 | @media only screen and (max-width: 48.875rem) { | 17704 | @media only screen and (max-width: 48.875rem) { |
| 17702 | .entry-content h2, .entry-content .h2 { | 17705 | .entry-content h2, .entry-content .h2 { |
| ... | @@ -17708,19 +17711,23 @@ p { | ... | @@ -17708,19 +17711,23 @@ p { |
| 17708 | font-size: 22px; | 17711 | font-size: 22px; |
| 17709 | line-height: 28px; | 17712 | line-height: 28px; |
| 17710 | text-transform: uppercase; | 17713 | text-transform: uppercase; |
| 17714 | color: #000; | ||
| 17711 | } | 17715 | } |
| 17712 | .entry-content h4, .entry-content .h4 { | 17716 | .entry-content h4, .entry-content .h4 { |
| 17713 | font-size: 18px; | 17717 | font-size: 18px; |
| 17714 | line-height: 23px; | 17718 | line-height: 23px; |
| 17719 | color: #000; | ||
| 17715 | } | 17720 | } |
| 17716 | .entry-content h5, .entry-content .h5 { | 17721 | .entry-content h5, .entry-content .h5 { |
| 17717 | font-size: 16px; | 17722 | font-size: 16px; |
| 17718 | line-height: 22px; | 17723 | line-height: 22px; |
| 17724 | color: #000; | ||
| 17719 | } | 17725 | } |
| 17720 | .entry-content h1 + p, .entry-content .h1 + p { | 17726 | .entry-content h1 + p, .entry-content .h1 + p { |
| 17721 | font-size: 16px; | 17727 | font-size: 16px; |
| 17722 | line-height: 21px; | 17728 | line-height: 21px; |
| 17723 | font-weight: bold; | 17729 | font-weight: bold; |
| 17730 | color: #000; | ||
| 17724 | } | 17731 | } |
| 17725 | .entry-content p + ul { | 17732 | .entry-content p + ul { |
| 17726 | margin-top: 0.938rem !important; | 17733 | margin-top: 0.938rem !important; |
| ... | @@ -19335,7 +19342,7 @@ ul.sf_date_field .sf-datepicker { | ... | @@ -19335,7 +19342,7 @@ ul.sf_date_field .sf-datepicker { |
| 19335 | width: fit-content; | 19342 | width: fit-content; |
| 19336 | display: block; | 19343 | display: block; |
| 19337 | position: relative; | 19344 | position: relative; |
| 19338 | padding: 0px 5px; | 19345 | padding: 0px 10px; |
| 19339 | margin-bottom: 15px; | 19346 | margin-bottom: 15px; |
| 19340 | } | 19347 | } |
| 19341 | .header.page .breadcrumb a { | 19348 | .header.page .breadcrumb a { |
| ... | @@ -19548,7 +19555,7 @@ ul.sf_date_field .sf-datepicker { | ... | @@ -19548,7 +19555,7 @@ ul.sf_date_field .sf-datepicker { |
| 19548 | .search-box { | 19555 | .search-box { |
| 19549 | opacity: 0; | 19556 | opacity: 0; |
| 19550 | background-color: #fff; | 19557 | background-color: #fff; |
| 19551 | border-radius: 1.25rem; | 19558 | border-radius: 10px; |
| 19552 | max-width: 1067px; | 19559 | max-width: 1067px; |
| 19553 | margin: auto; | 19560 | margin: auto; |
| 19554 | position: absolute; | 19561 | position: absolute; |
| ... | @@ -19585,10 +19592,10 @@ ul.sf_date_field .sf-datepicker { | ... | @@ -19585,10 +19592,10 @@ ul.sf_date_field .sf-datepicker { |
| 19585 | left: 0rem; | 19592 | left: 0rem; |
| 19586 | background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34.157' height='34.157' viewBox='0 0 34.157 34.157'%3E%3Cg id='Group_1039' data-name='Group 1039' transform='translate(-919.807 -2612.691)'%3E%3Cline id='Line_1' data-name='Line 1' x2='14.277' y2='14.277' transform='translate(938.626 2631.511)' fill='none' stroke='%23000' stroke-width='3'/%3E%3Cg id='Ellipse_1' data-name='Ellipse 1' transform='translate(919.807 2612.691)' fill='%23fff' stroke='%23000' stroke-width='3'%3E%3Ccircle cx='13.235' cy='13.235' r='13.235' stroke='none'/%3E%3Ccircle cx='13.235' cy='13.235' r='11.735' fill='none'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); | 19593 | background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34.157' height='34.157' viewBox='0 0 34.157 34.157'%3E%3Cg id='Group_1039' data-name='Group 1039' transform='translate(-919.807 -2612.691)'%3E%3Cline id='Line_1' data-name='Line 1' x2='14.277' y2='14.277' transform='translate(938.626 2631.511)' fill='none' stroke='%23000' stroke-width='3'/%3E%3Cg id='Ellipse_1' data-name='Ellipse 1' transform='translate(919.807 2612.691)' fill='%23fff' stroke='%23000' stroke-width='3'%3E%3Ccircle cx='13.235' cy='13.235' r='13.235' stroke='none'/%3E%3Ccircle cx='13.235' cy='13.235' r='11.735' fill='none'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); |
| 19587 | background-size: contain; | 19594 | background-size: contain; |
| 19588 | width: 26px; | 19595 | width: 28px; |
| 19589 | height: 26px; | 19596 | height: 28px; |
| 19590 | top: 16px; | 19597 | top: 15px; |
| 19591 | left: 0px; | 19598 | left: -2px; |
| 19592 | } | 19599 | } |
| 19593 | .search-box #search-box-content { | 19600 | .search-box #search-box-content { |
| 19594 | opacity: 0; | 19601 | opacity: 0; |
| ... | @@ -19721,8 +19728,9 @@ ul.sf_date_field .sf-datepicker { | ... | @@ -19721,8 +19728,9 @@ ul.sf_date_field .sf-datepicker { |
| 19721 | line-height: 40px; | 19728 | line-height: 40px; |
| 19722 | font-weight: bold; | 19729 | font-weight: bold; |
| 19723 | } | 19730 | } |
| 19724 | #full-width-page-wrapper .entry-content p:first-of-type { | 19731 | #full-width-page-wrapper .entry-content p:first-child { |
| 19725 | font-weight: bold; | 19732 | font-weight: bold; |
| 19733 | color: #000; | ||
| 19726 | } | 19734 | } |
| 19727 | 19735 | ||
| 19728 | .top_parent { | 19736 | .top_parent { |
| ... | @@ -19891,6 +19899,7 @@ ul.sf_date_field .sf-datepicker { | ... | @@ -19891,6 +19899,7 @@ ul.sf_date_field .sf-datepicker { |
| 19891 | .header_text.mobile p { | 19899 | .header_text.mobile p { |
| 19892 | font-size: 18px; | 19900 | font-size: 18px; |
| 19893 | line-height: 24px; | 19901 | line-height: 24px; |
| 19902 | color: #000; | ||
| 19894 | } | 19903 | } |
| 19895 | @media only screen and (max-width: 48.875rem) { | 19904 | @media only screen and (max-width: 48.875rem) { |
| 19896 | .header_text.mobile { | 19905 | .header_text.mobile { |
| ... | @@ -20084,6 +20093,10 @@ ul.sf_date_field .sf-datepicker { | ... | @@ -20084,6 +20093,10 @@ ul.sf_date_field .sf-datepicker { |
| 20084 | padding-left: 2.5rem; | 20093 | padding-left: 2.5rem; |
| 20085 | padding-top: 1.156rem; | 20094 | padding-top: 1.156rem; |
| 20086 | } | 20095 | } |
| 20096 | .c-accordion__content p:first-child { | ||
| 20097 | font-weight: normal !important; | ||
| 20098 | color: #4D4D4D !important; | ||
| 20099 | } | ||
| 20087 | .c-accordion__content #dd-container { | 20100 | .c-accordion__content #dd-container { |
| 20088 | margin-top: 1.156rem; | 20101 | margin-top: 1.156rem; |
| 20089 | } | 20102 | } |
| ... | @@ -20116,6 +20129,7 @@ ul.sf_date_field .sf-datepicker { | ... | @@ -20116,6 +20129,7 @@ ul.sf_date_field .sf-datepicker { |
| 20116 | } | 20129 | } |
| 20117 | .call-out-block h2, .call-out-block .h2 { | 20130 | .call-out-block h2, .call-out-block .h2 { |
| 20118 | padding-top: 32px; | 20131 | padding-top: 32px; |
| 20132 | color: #fff; | ||
| 20119 | } | 20133 | } |
| 20120 | @media screen and (max-width: 48rem) { | 20134 | @media screen and (max-width: 48rem) { |
| 20121 | .call-out-block h2, .call-out-block .h2 { | 20135 | .call-out-block h2, .call-out-block .h2 { |
| ... | @@ -20219,6 +20233,9 @@ ul.sf_date_field .sf-datepicker { | ... | @@ -20219,6 +20233,9 @@ ul.sf_date_field .sf-datepicker { |
| 20219 | text-decoration: none; | 20233 | text-decoration: none; |
| 20220 | text-transform: uppercase; | 20234 | text-transform: uppercase; |
| 20221 | } | 20235 | } |
| 20236 | .promo-area h3, .promo-area .h3 { | ||
| 20237 | color: #fff; | ||
| 20238 | } | ||
| 20222 | .promo-area a:hover { | 20239 | .promo-area a:hover { |
| 20223 | text-decoration: underline; | 20240 | text-decoration: underline; |
| 20224 | } | 20241 | } |
| ... | @@ -20238,6 +20255,7 @@ ul.sf_date_field .sf-datepicker { | ... | @@ -20238,6 +20255,7 @@ ul.sf_date_field .sf-datepicker { |
| 20238 | font-weight: normal !important; | 20255 | font-weight: normal !important; |
| 20239 | font-size: 16px; | 20256 | font-size: 16px; |
| 20240 | line-height: 20px; | 20257 | line-height: 20px; |
| 20258 | color: #fff !important; | ||
| 20241 | } | 20259 | } |
| 20242 | .promo-area .image { | 20260 | .promo-area .image { |
| 20243 | background-size: cover; | 20261 | background-size: cover; | ... | ... |
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
| ... | @@ -112,6 +112,10 @@ | ... | @@ -112,6 +112,10 @@ |
| 112 | .c-accordion__content { | 112 | .c-accordion__content { |
| 113 | padding-left: 2.5rem; | 113 | padding-left: 2.5rem; |
| 114 | padding-top:1.156rem; | 114 | padding-top:1.156rem; |
| 115 | p:first-child { | ||
| 116 | font-weight: normal !important; | ||
| 117 | color: #4D4D4D !important; | ||
| 118 | } | ||
| 115 | //This was set because this was the default space found on page #49 in the accordion section | 119 | //This was set because this was the default space found on page #49 in the accordion section |
| 116 | & > *:first-child { | 120 | & > *:first-child { |
| 117 | //margin-top:1.156rem; | 121 | //margin-top:1.156rem; | ... | ... |
| ... | @@ -19,6 +19,7 @@ | ... | @@ -19,6 +19,7 @@ |
| 19 | } | 19 | } |
| 20 | h2{ | 20 | h2{ |
| 21 | padding-top: 32px; | 21 | padding-top: 32px; |
| 22 | color: #fff; | ||
| 22 | @media screen and (max-width: 48rem) { | 23 | @media screen and (max-width: 48rem) { |
| 23 | font-size: 22px; | 24 | font-size: 22px; |
| 24 | line-height: 25px; | 25 | line-height: 25px; | ... | ... |
| ... | @@ -2,6 +2,7 @@ | ... | @@ -2,6 +2,7 @@ |
| 2 | body { | 2 | body { |
| 3 | 3 | ||
| 4 | font-family: "PT Sans",sans-serif; | 4 | font-family: "PT Sans",sans-serif; |
| 5 | |||
| 5 | } | 6 | } |
| 6 | 7 | ||
| 7 | * { | 8 | * { |
| ... | @@ -21,6 +22,7 @@ a.skip-link { | ... | @@ -21,6 +22,7 @@ a.skip-link { |
| 21 | p{ | 22 | p{ |
| 22 | font-size: 1rem; | 23 | font-size: 1rem; |
| 23 | line-height: 1.25rem; | 24 | line-height: 1.25rem; |
| 25 | color: #4D4D4D; | ||
| 24 | } | 26 | } |
| 25 | 27 | ||
| 26 | .entry-content{ | 28 | .entry-content{ |
| ... | @@ -38,11 +40,13 @@ h1 { | ... | @@ -38,11 +40,13 @@ h1 { |
| 38 | @media only screen and (max-width: 48.875rem) { | 40 | @media only screen and (max-width: 48.875rem) { |
| 39 | font-size: 35px; | 41 | font-size: 35px; |
| 40 | line-height: 40px; | 42 | line-height: 40px; |
| 43 | color: #000; | ||
| 41 | } | 44 | } |
| 42 | } | 45 | } |
| 43 | h2{ | 46 | h2{ |
| 44 | font-size: 28px; | 47 | font-size: 28px; |
| 45 | line-height: 35px; | 48 | line-height: 35px; |
| 49 | color:#000; | ||
| 46 | @media only screen and (max-width: 48.875rem) { | 50 | @media only screen and (max-width: 48.875rem) { |
| 47 | font-size: 29px; | 51 | font-size: 29px; |
| 48 | line-height: 36px; | 52 | line-height: 36px; |
| ... | @@ -52,24 +56,29 @@ h3 { | ... | @@ -52,24 +56,29 @@ h3 { |
| 52 | font-size: 22px; | 56 | font-size: 22px; |
| 53 | line-height: 28px; | 57 | line-height: 28px; |
| 54 | text-transform: uppercase; | 58 | text-transform: uppercase; |
| 59 | color:#000; | ||
| 55 | } | 60 | } |
| 56 | h4 { | 61 | h4 { |
| 57 | font-size: 18px; | 62 | font-size: 18px; |
| 58 | line-height: 23px; | 63 | line-height: 23px; |
| 64 | color:#000; | ||
| 59 | } | 65 | } |
| 60 | h5 { | 66 | h5 { |
| 61 | font-size: 16px; | 67 | font-size: 16px; |
| 62 | line-height: 22px; | 68 | line-height: 22px; |
| 69 | color:#000; | ||
| 63 | } | 70 | } |
| 64 | h1+p{ | 71 | h1+p{ |
| 65 | font-size: 16px; | 72 | font-size: 16px; |
| 66 | line-height: 21px; | 73 | line-height: 21px; |
| 67 | font-weight: bold; | 74 | font-weight: bold; |
| 75 | color:#000; | ||
| 68 | } | 76 | } |
| 69 | p + ul{ | 77 | p + ul{ |
| 70 | margin-top:.938rem !important; | 78 | margin-top:.938rem !important; |
| 71 | } | 79 | } |
| 72 | p{ | 80 | p{ |
| 81 | |||
| 73 | a{ | 82 | a{ |
| 74 | font-weight: bold; | 83 | font-weight: bold; |
| 75 | text-decoration: none; | 84 | text-decoration: none; | ... | ... |
| ... | @@ -90,7 +90,7 @@ | ... | @@ -90,7 +90,7 @@ |
| 90 | width: fit-content; | 90 | width: fit-content; |
| 91 | display: block; | 91 | display: block; |
| 92 | position: relative; | 92 | position: relative; |
| 93 | padding: 0px 5px; | 93 | padding: 0px 10px; |
| 94 | margin-bottom: 15px; | 94 | margin-bottom: 15px; |
| 95 | a{ | 95 | a{ |
| 96 | text-decoration: none; | 96 | text-decoration: none; | ... | ... |
| ... | @@ -94,7 +94,7 @@ | ... | @@ -94,7 +94,7 @@ |
| 94 | .search-box{ | 94 | .search-box{ |
| 95 | opacity: 0; | 95 | opacity: 0; |
| 96 | background-color: #fff; | 96 | background-color: #fff; |
| 97 | border-radius: 1.25rem ; | 97 | border-radius:10px; |
| 98 | max-width:1067px; | 98 | max-width:1067px; |
| 99 | margin: auto; | 99 | margin: auto; |
| 100 | position: absolute; | 100 | position: absolute; |
| ... | @@ -128,10 +128,10 @@ | ... | @@ -128,10 +128,10 @@ |
| 128 | left: 0rem; | 128 | left: 0rem; |
| 129 | background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34.157' height='34.157' viewBox='0 0 34.157 34.157'%3E%3Cg id='Group_1039' data-name='Group 1039' transform='translate(-919.807 -2612.691)'%3E%3Cline id='Line_1' data-name='Line 1' x2='14.277' y2='14.277' transform='translate(938.626 2631.511)' fill='none' stroke='%23000' stroke-width='3'/%3E%3Cg id='Ellipse_1' data-name='Ellipse 1' transform='translate(919.807 2612.691)' fill='%23fff' stroke='%23000' stroke-width='3'%3E%3Ccircle cx='13.235' cy='13.235' r='13.235' stroke='none'/%3E%3Ccircle cx='13.235' cy='13.235' r='11.735' fill='none'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); | 129 | background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34.157' height='34.157' viewBox='0 0 34.157 34.157'%3E%3Cg id='Group_1039' data-name='Group 1039' transform='translate(-919.807 -2612.691)'%3E%3Cline id='Line_1' data-name='Line 1' x2='14.277' y2='14.277' transform='translate(938.626 2631.511)' fill='none' stroke='%23000' stroke-width='3'/%3E%3Cg id='Ellipse_1' data-name='Ellipse 1' transform='translate(919.807 2612.691)' fill='%23fff' stroke='%23000' stroke-width='3'%3E%3Ccircle cx='13.235' cy='13.235' r='13.235' stroke='none'/%3E%3Ccircle cx='13.235' cy='13.235' r='11.735' fill='none'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); |
| 130 | background-size: contain; | 130 | background-size: contain; |
| 131 | width: 26px; | 131 | width: 28px; |
| 132 | height: 26px; | 132 | height: 28px; |
| 133 | top: 16px; | 133 | top: 15px; |
| 134 | left: 0px; | 134 | left: -2px; |
| 135 | } | 135 | } |
| 136 | } | 136 | } |
| 137 | 137 | ||
| ... | @@ -271,8 +271,10 @@ h1{ | ... | @@ -271,8 +271,10 @@ h1{ |
| 271 | line-height: 40px; | 271 | line-height: 40px; |
| 272 | font-weight: bold; | 272 | font-weight: bold; |
| 273 | } | 273 | } |
| 274 | .entry-content p:first-of-type { | 274 | .entry-content p:first-child { |
| 275 | font-weight: bold; | 275 | font-weight: bold; |
| 276 | color: #000; | ||
| 277 | |||
| 276 | } | 278 | } |
| 277 | } | 279 | } |
| 278 | .top_parent{ | 280 | .top_parent{ |
| ... | @@ -476,6 +478,7 @@ h1{ | ... | @@ -476,6 +478,7 @@ h1{ |
| 476 | p{ | 478 | p{ |
| 477 | font-size: 18px; | 479 | font-size: 18px; |
| 478 | line-height: 24px; | 480 | line-height: 24px; |
| 481 | color: #000; | ||
| 479 | } | 482 | } |
| 480 | @media only screen and (max-width: 48.875rem) { | 483 | @media only screen and (max-width: 48.875rem) { |
| 481 | display: block; | 484 | display: block; | ... | ... |
| ... | @@ -20,6 +20,9 @@ | ... | @@ -20,6 +20,9 @@ |
| 20 | text-decoration: none; | 20 | text-decoration: none; |
| 21 | text-transform: uppercase; | 21 | text-transform: uppercase; |
| 22 | } | 22 | } |
| 23 | h3{ | ||
| 24 | color: #fff; | ||
| 25 | } | ||
| 23 | a:hover{ | 26 | a:hover{ |
| 24 | text-decoration: underline; | 27 | text-decoration: underline; |
| 25 | } | 28 | } |
| ... | @@ -37,6 +40,7 @@ | ... | @@ -37,6 +40,7 @@ |
| 37 | font-weight: normal !important; | 40 | font-weight: normal !important; |
| 38 | font-size: 16px; | 41 | font-size: 16px; |
| 39 | line-height: 20px; | 42 | line-height: 20px; |
| 43 | color: #fff !important; | ||
| 40 | } | 44 | } |
| 41 | } | 45 | } |
| 42 | .image{ | 46 | .image{ | ... | ... |
-
Please register or sign in to post a comment