/* Change link color | 33649970-HC  NJ */
#content a:not(.wp-block-button__link):not(.wp-block-social-link-anchor), #content a:not(.wp-block-button__link):not(.wp-block-social-link-anchor):visited{
  color:#2986cc;
}



/* Add spacing between simple icons / 33474636-HC (JJ) */
span[class*="simple-icon-"] + span[class*="simple-icon-"] {
	margin-left: 20px;
}

/* Reduce the figure capion text size - 33474636-HC (NS) */
figure, figcaption {
    text-align: center;
    font-size: 15px;
}

/* Hide About Aishwarya page title |  33474636-HC* | 2022-01-06 | KS */
.page-id-593 .entry-title {display: none;}

/* Add space between list items on Conference Presentations Page | | 2022-01-08 | 33548300-HC | (KS) */ 
.post-2248 li{margin-bottom:20px;}

/* widen timeline block | 4684656-zen (LL) */
.wp-block-jetpack-timeline {
    margin-left: calc(50% - 45vw);
    margin-right: calc(50% - 45vw);
    width: 90vw;
}

/* reduce vertical spacing below sharing buttons - nrmn 33667019hc */

.sd-sharing {
    margin-bottom: 2px;
}
/*--- hides cart icon in header / #33668335-HC-PK ---*/
ul#site-header-cart {
    display: none;
}

/*--- hides page title / #33668335-HC-PK ---*/
.home header.entry-header {
    display: none;
}

/* Remove the space after the likes and shares | 33668335-hc rg */
@media (min-width: 600px){
 .hentry {
    margin-bottom: 0;
 }
}

/* Change the current header layout | 33668335-hc rg */
@media (min-width: 768px){
.site-branding, .menu-wrapper {
    justify-content: center;
    }


.site-description {
    text-align: center;
 }
}

@media (max-width: 767px) {
 p.site-description, .site-header .jetpack-social-navigation ul, .wf-active .site-title  {
    text-align: center;
 }
}

/* Center align the page titles | 4686067-zen rg */
.entry-title {
    text-align: center;
}

/* center menu on larger screens | 33724998-hc eD */
@media screen and (min-width: 560px) {
    .main-navigation .menu-primary-menu-2-container {
        margin-left: auto;
        margin-right: auto;
    }

    .main-navigation ul li:hover > ul, 
    .main-navigation ul li.focus > ul {
        left: calc(-50% - 6px);
    }
}

/* Remove Space Block Resources page - Mobile / 33777970-hc rw */
@media only screen and (max-width: 600px) {
  .page-id-3168 .wp-block-spacer {
	display: none;
}
}

/* page 3068 - adjust images sizes to match text block width | 4710493-ZD GH */
@media screen and (max-width: 600px) {
.page-id-3068 .wp-block-media-text img {
width: 50%;
margin-left: auto;
margin-right: auto;
}
}

@media screen and (max-width: 600px) {
.page-id-3068 .timeline-item .wp-block-media-text img {
width: 100%;
margin-left: auto;
margin-right: auto;
}
}

/* Reduce margins under paragraph block -33826901-hc - TM*/
p.margin-under-block {
    margin: 0;
}


/* Reduce block margins HC-33884494 AB */
 .wp-block-columns {
    margin-bottom: 0px !important;
}

/* Adjust Title Padding on Volunteer Experiences | 33972919-hc CH */
.page-id-2469 header.entry-header {
    padding-bottom: 20px;
}

/* Put flag icons on same line / 33976149-hc (BM) */

.page-id-2077 li > img {
    display: inline !important;
    margin-left: 5px; 
}

/* End Put flag icons on same line / 33976149-hc (BM) */


/* Remove bottom margin from block / #35757590-HC JB */

.aj-no-bottom-margin {
margin-bottom: 0px;
}

/* Slim down the Contact Form / #35757590-HC JB */

/* Remove Bottom Margin */
.site-content .contact-form > div {
    margin-bottom: 0px;
}

.contact-form label {
    margin-bottom: 0px;
}

/* Remove Input Padding */

.contact-form div.grunion-field-wrap input[type='text'], .contact-form div.grunion-field-wrap input[type='email'], .contact-form 
div.grunion-field-wrap input[type='tel'], .contact-form div.grunion-field-wrap input[type='url'], .contact-form div.grunion-field-wrap select {
    padding: 0px!important;
}

/* End Contact form styling */


/* reduce the height of the textarea box on the home page contact form | XXXXXX-hc/zen GH */

.home .wp-block-jetpack-contact-form textarea{
  height: 100px;
}

/* End  | 5284826-hc/zen */

/* removes space margin in between separator | 35766162-hc (AB) */
.wp-block-separator {
 margin-top:0;
}


p.hanging-indent {
	margin-left:.5in; text-indent:-.5in;
}

p.hanging-indent {
	margin-left:.5in; text-indent:-.5in;
}

/* prevent long urls from overflowing containers | 35775594-hc tcrv */
#content a:not(.wp-block-button__link):not(.wp-block-social-link-anchor), #content a:not(.wp-block-button__link):not(.wp-block-social-link-anchor):visited {
    overflow-wrap: break-word;
}
/* End | 35775594-hc tcrv */

/* reduce the height of the textarea box on the home page contact form | XXXXXX-hc/zen GH */

.home .wp-block-jetpack-contact-form textarea{
  height: 100px;
}

/* End  | 5284826-hc/zen */

#content .wp-block-file a.wp-block-file__button.wp-element-button{
  background: white;
  color:#d62020;
  border:2px solid;
  border-radius: 100px;
  border-color: #d62020;
  font-size:20px;
}

/* Adjust alignment of File block button | 36239502-HC NJ */

.wp-block-file .wp-block-file__button{
  line-height:2.4;
}
