/*
Theme Name: United Way
Version: 1.0
Template: hello-elementor
*/

.interior-page-style h2 {
    color: #21296B;
    font-weight: 600; 
    font-size: 2em;
    font-family: "Antonio", Sans-serif;
    line-height: 1.125;
    margin: 32px 0 6px 0;
}

.interior-page-style h3 {
    color: #21296B;
    font-weight: 500; 
    font-size: 1.5em;
    font-family: "Antonio", Sans-serif;
    line-height: 1.125; 
    margin: 24px 0 5px 0;
}

.interior-page-style h4 {
    color: #21296B;
    font-weight: 500; 
    font-size: 1.5em;
    font-family: "Antonio", Sans-serif;
    line-height: 1.125;
    margin: 24px 0 16px 0;
}

.interior-page-style ul li,
.interior-page-style ol li {
    color: #000;
    font-weight: 500; 
    font-size: 18px; 
    font-family: "Palanquin", Sans-serif;
}

.interior-page-style p {
    color: #000;
  	font-weight: 500; 
    font-size: 18px; 
    font-family: "Palanquin", Sans-serif;
    margin-bottom: 1.17em;
}

.interior-page-style p + ul, 
.interior-page-style p + ol {
	margin-top: -20px;
    margin-bottom: 20px;
} 

.interior-page-style img{
    display: block;
    margin: 48px 0px auto;
    height: 350px;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
}

.interior-page-style em{
    font-style: italic;
}

.interior-page-style strong {
    font-weight: bold;
}

.interior-page-style a:-webkit-any-link {
    cursor: pointer;
    color: #21296B;
}

.interior-page-style a:hover {
    transition: all .2s ease;
    text-decoration: none;
}

.interior-page-style a.btn.button {
    color: #fff !important;
    background: #000 !important;
}

/* adjusting hero bg interior page */
.constraint-1600{
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.interior-page-style .wrapper-buttons {
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em;
}

@media(max-width:767px){
  .interior-page-style h1 {
      font-size: 29px !important;
      line-height: 1.3;
	}
  
  .interior-page-style h2 {
      font-size: 26px !important;
      line-height: 1.3;
	}
  
  .interior-page-style h3 {
      font-size: 22px !important;
      line-height: 1.3;
	}
  
  .interior-page-style h4 {
      font-size: 20px !important;
      line-height: 1.3;
	}

  .interior-page-style h5 {
      font-size: 18px !important;
      line-height: 1.3;
	}

  .interior-page-style h5 {
      font-size: 17px !important;
      line-height: 1.3;
	}
}

/* Gravity Form Style*/
div.gform_heading {
	display: none;
}

form div.gform_fields {
    row-gap: 16px !important;
}
 
form input[type="submit"] {
    background-color: #0044B5 !important;
    border-radius: 48px !important;
}
 
form input[type="submit"]:hover {
    background-color: #0044B5CC !important;
}
 
/* Financial Reports Box*/

body.page-id-127 .interior-page-style a,
body.page-id-127 .interior-page-style a:visited {
  color: #fff;
  cursor: pointer;
}

body.page-id-127 .interior-page-style ul li {
  color: #fff;
}

