/*change background color in header (30734548) (JM)*/
#masthead {
	background: #fff;
}

/*Change navigation link colors (30734548-hc) (JM)*/
.main-navigation a:link, .main-navigation a:visited {
	color: #333 !important;
}

.main-navigation .sub-menu a:link, .main-navigation .sub-menu a:visited {
	color: white !important;
}

/*Change navigation hover color (30734548-hc) (JM)*/
.main-navigation:hover {
	color: #1E74B0;
}

/*change mobile menu link color (0734548) (JM)*/
@media screen and (max-width: 768px) {
	.main-navigation a {
		color: #fff;
	}
}

/* ---Adjust footer bg color | 31360229-HC (JW) --- */
.site-footer {
	background-color: #0E4C92;
	max-width: 100%;
	padding-right: 40px !important;
	padding-left: 40px !important;
}

.site-main {
	padding-bottom: 0;
}

/*  Change the color of the footer text to white 31563198-hc (rf) */
footer *,
.site-info {
	color: #fff;
}

/* Add copyright footer | 31568564-hc EH */
.site-info {
  font-size: 0;
}
.site-info:after {
  content:  ". Copyright 2023 www.itosupport.net. All Rights Reserved.";
  font-size: 15px;
}

/* Adjust menu font size on larger screen | 31568564-hc EH */
@media only screen and (min-width: 560px) {
  body:not(.fse-enabled) .main-navigation a {
      font-size: 18px;
  }
}


@media only screen and (min-width: 560px){
.page-id-755 #main, .page-id-771 #main{
    padding-top : 0px;
}
}
/* Change font size on footer elements | #31570808HC CP */
.site-footer p, .site-footer a, .site-footer button {
	font-size: 15px;
}

/* Change font size on footer elements | #31570808HC CP */
.site-footer a {
	font-size: 15px;
}

/* Hide the page title on the "Irvine, CA" Page | 33858812-HC JH */
.page-id-1053 .entry-header {
display: none;
}
/* Hide site title on New York Page / 34073795-hc */

.page-id-1145 .entry-header {
  display: none;
}
/* change the width of the footer content to accommodate 4 columns   || HC-34075342 | MM */
@media only screen and (min-width: 767px) {
  .widget-area .widget {
      width: 24%
  }
  .widget-area #block-31 {
      margin-top: 0
  }
}
/* Change the color of links on the homepage cover block  || HC-34075342 | MM */
.home .wp-block-cover a {
  color: #fff;
}

/* Hide page title in 3 location pages SS-31570074-hc Modified by JH in 32309588-HC Modified by Rose P  34984683-HC */
.page-id-755 .entry-header,
.page-id-771 .entry-header,
.page-id-924 .entry-header, 
.page-id-1365 .entry-header, 
.page-id-1376 .entry-header, 
.page-id-1382 .entry-header {
  display: none;
}
/** REMOVE EXTRA PADDING UNDER HEADER ROSE P 34984683-HC**/
.site-header {
  padding-bottom: 1px;
}
/* Hide site title on Miami-FL Page / 36357290-hc */
.page-id-1958 .entry-header {
  display: none;
}
/* Add transparent color to .transparent-button | 37736468-hc 1dr0 */
.transparent-button {
	color: transparent !important;
}
/* Change background color of sub-menu items | 39495161-hc (MS) */
.sub-menu > li.menu-item.menu-item-type-post_type.menu-item-object-page > a {
	background-color: #0E4C92;
}