18a0c238 by Jeff Balicki

stuff

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent f5320908
......@@ -17675,6 +17675,7 @@ a.skip-link:focus {
p {
font-size: 1rem;
line-height: 1.25rem;
color: #4D4D4D;
}
.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 {
.entry-content h1, .entry-content .h1 {
font-size: 35px;
line-height: 40px;
color: #000;
}
}
.entry-content h2, .entry-content .h2 {
font-size: 28px;
line-height: 35px;
color: #000;
}
@media only screen and (max-width: 48.875rem) {
.entry-content h2, .entry-content .h2 {
......@@ -17708,19 +17711,23 @@ p {
font-size: 22px;
line-height: 28px;
text-transform: uppercase;
color: #000;
}
.entry-content h4, .entry-content .h4 {
font-size: 18px;
line-height: 23px;
color: #000;
}
.entry-content h5, .entry-content .h5 {
font-size: 16px;
line-height: 22px;
color: #000;
}
.entry-content h1 + p, .entry-content .h1 + p {
font-size: 16px;
line-height: 21px;
font-weight: bold;
color: #000;
}
.entry-content p + ul {
margin-top: 0.938rem !important;
......@@ -19335,7 +19342,7 @@ ul.sf_date_field .sf-datepicker {
width: fit-content;
display: block;
position: relative;
padding: 0px 5px;
padding: 0px 10px;
margin-bottom: 15px;
}
.header.page .breadcrumb a {
......@@ -19548,7 +19555,7 @@ ul.sf_date_field .sf-datepicker {
.search-box {
opacity: 0;
background-color: #fff;
border-radius: 1.25rem;
border-radius: 10px;
max-width: 1067px;
margin: auto;
position: absolute;
......@@ -19585,10 +19592,10 @@ ul.sf_date_field .sf-datepicker {
left: 0rem;
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");
background-size: contain;
width: 26px;
height: 26px;
top: 16px;
left: 0px;
width: 28px;
height: 28px;
top: 15px;
left: -2px;
}
.search-box #search-box-content {
opacity: 0;
......@@ -19721,8 +19728,9 @@ ul.sf_date_field .sf-datepicker {
line-height: 40px;
font-weight: bold;
}
#full-width-page-wrapper .entry-content p:first-of-type {
#full-width-page-wrapper .entry-content p:first-child {
font-weight: bold;
color: #000;
}
.top_parent {
......@@ -19891,6 +19899,7 @@ ul.sf_date_field .sf-datepicker {
.header_text.mobile p {
font-size: 18px;
line-height: 24px;
color: #000;
}
@media only screen and (max-width: 48.875rem) {
.header_text.mobile {
......@@ -20084,6 +20093,10 @@ ul.sf_date_field .sf-datepicker {
padding-left: 2.5rem;
padding-top: 1.156rem;
}
.c-accordion__content p:first-child {
font-weight: normal !important;
color: #4D4D4D !important;
}
.c-accordion__content #dd-container {
margin-top: 1.156rem;
}
......@@ -20116,6 +20129,7 @@ ul.sf_date_field .sf-datepicker {
}
.call-out-block h2, .call-out-block .h2 {
padding-top: 32px;
color: #fff;
}
@media screen and (max-width: 48rem) {
.call-out-block h2, .call-out-block .h2 {
......@@ -20219,6 +20233,9 @@ ul.sf_date_field .sf-datepicker {
text-decoration: none;
text-transform: uppercase;
}
.promo-area h3, .promo-area .h3 {
color: #fff;
}
.promo-area a:hover {
text-decoration: underline;
}
......@@ -20238,6 +20255,7 @@ ul.sf_date_field .sf-datepicker {
font-weight: normal !important;
font-size: 16px;
line-height: 20px;
color: #fff !important;
}
.promo-area .image {
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 @@
.c-accordion__content {
padding-left: 2.5rem;
padding-top:1.156rem;
p:first-child {
font-weight: normal !important;
color: #4D4D4D !important;
}
//This was set because this was the default space found on page #49 in the accordion section
& > *:first-child {
//margin-top:1.156rem;
......
......@@ -19,6 +19,7 @@
}
h2{
padding-top: 32px;
color: #fff;
@media screen and (max-width: 48rem) {
font-size: 22px;
line-height: 25px;
......
......@@ -2,6 +2,7 @@
body {
font-family: "PT Sans",sans-serif;
}
* {
......@@ -21,6 +22,7 @@ a.skip-link {
p{
font-size: 1rem;
line-height: 1.25rem;
color: #4D4D4D;
}
.entry-content{
......@@ -38,11 +40,13 @@ h1 {
@media only screen and (max-width: 48.875rem) {
font-size: 35px;
line-height: 40px;
color: #000;
}
}
h2{
font-size: 28px;
line-height: 35px;
color:#000;
@media only screen and (max-width: 48.875rem) {
font-size: 29px;
line-height: 36px;
......@@ -52,24 +56,29 @@ h3 {
font-size: 22px;
line-height: 28px;
text-transform: uppercase;
color:#000;
}
h4 {
font-size: 18px;
line-height: 23px;
color:#000;
}
h5 {
font-size: 16px;
line-height: 22px;
color:#000;
}
h1+p{
font-size: 16px;
line-height: 21px;
font-weight: bold;
color:#000;
}
p + ul{
margin-top:.938rem !important;
}
p{
a{
font-weight: bold;
text-decoration: none;
......
......@@ -90,7 +90,7 @@
width: fit-content;
display: block;
position: relative;
padding: 0px 5px;
padding: 0px 10px;
margin-bottom: 15px;
a{
text-decoration: none;
......
......@@ -94,7 +94,7 @@
.search-box{
opacity: 0;
background-color: #fff;
border-radius: 1.25rem ;
border-radius:10px;
max-width:1067px;
margin: auto;
position: absolute;
......@@ -128,10 +128,10 @@
left: 0rem;
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");
background-size: contain;
width: 26px;
height: 26px;
top: 16px;
left: 0px;
width: 28px;
height: 28px;
top: 15px;
left: -2px;
}
}
......@@ -271,8 +271,10 @@ h1{
line-height: 40px;
font-weight: bold;
}
.entry-content p:first-of-type {
.entry-content p:first-child {
font-weight: bold;
color: #000;
}
}
.top_parent{
......@@ -476,6 +478,7 @@ h1{
p{
font-size: 18px;
line-height: 24px;
color: #000;
}
@media only screen and (max-width: 48.875rem) {
display: block;
......
......@@ -20,6 +20,9 @@
text-decoration: none;
text-transform: uppercase;
}
h3{
color: #fff;
}
a:hover{
text-decoration: underline;
}
......@@ -37,6 +40,7 @@
font-weight: normal !important;
font-size: 16px;
line-height: 20px;
color: #fff !important;
}
}
.image{
......
......@@ -2,6 +2,6 @@
Theme Name: MSF CA Child
Author: Tenzing Communications
Template: msf-ca
Version: 1.0.513
Version: 1.0.514
*/
......