/*/css/LayoutHomepageNew.css2*/
body,
html {
  height: 100%;
  margin: 0;
}


#page {
  min-height: unset !important;
  padding-top: 132px !important;
  overflow-x: hidden;

}

@media (min-width: 1200px) {
  #page {
    padding-top: 136px !important; 
  }
}

@media (min-width: 1536px) {
  #page {
    padding-top: 142px !important;
  }
}

@media (min-width: 1920px) {
  #page {
 
  }
}

@media (min-width: 2000px) {
  #page {
    padding-top: 144px !important;
  }
}

#footerStrip {
  height: auto;
  background: #002c77;
}

#headerStrip {
  background-color: #002c77;
  position: relative;
}

#headerStrip table,
#footerStrip table {
  width: 100%;
}

#footerStrip table {
  padding: 30px 0px;
}

.visuallyHidden {
  display: none !important;
}

.logoStrip .td2,
#footerStrip .td2 {
  text-align: right;
}

#footerStrip td,
td.tdSidebar,
td.tdMain {
  vertical-align: top;
}

.gutter {
  margin-left:unset!important;
  margin-right:unset!important;
}

table,
table td {
  padding: 0px;
  margin: 0px;
}

.logo {
  height: 42px;
  width: auto;
}

/*TYPOGRAPHY*/
#footerStrip p {
  color: #fff;
  font-size: 0.75em;
  /*0.75em = 12px*/
  line-height: 1.5em;
  /*1.125em = 18px*/
}

#footerStrip {
  background: #002c77;
}

.CTA {
  background: #007DB8;
  /*0083be doesnt have enough contrast*/
  text-align: center;
  padding-top: 24px;
  padding-bottom: 24px;
}



#socialtd {
  vertical-align: middle !important
}

#footerStrip .footerLinks p {
  color: #BFBFBF;
  background-color: transparent;
  line-height: 2;
}

#footerStrip .footerLinks a {
  color: #fff;
  background-color: transparent;
  text-decoration: underline;
}
#footerStrip .footerLinks a:hover {
  color: #007DB8!important;
  background-color: transparent;
}

#footerStrip .td0 {
  width: 100px;
}

#footerStrip .td0 img {
  padding-top: 5px;
  width: 130px;
  height: auto;
  padding-right: 40px;
  vertical-align: middle !important;
}

.FooterSocial {
  display: grid;
  grid-auto-flow: column;
  justify-content: center;
}

.FooterSocialIcon {
  padding: 1vw;
  display: grid;
  place-content: center;
}

/** Accessibility Styles **/
a {
  text-decoration: none;
  color: #06c;/*Carreid over from refresh.css*/
}

a:hover>*,
a:hover {
  color: #06C !important;
  text-decoration: none !important;
}

#footerStrip a {
  text-decoration: none;
}

#footerStrip a:hover {

}

a:focus>*,
a:focus {
  color: #06C !important;
  text-decoration: none !important;
}

#footerStrip a {
  text-decoration: none;
}

#footerStrip a:focus {
  color: #06C;

}
.footerCTA {
  font-size: 1.375em;
  /*1.250em = 20px */
}

.footerCTA a {
  color: #fff;
  background-color: transparent;
  text-decoration: underline!important;
}

.footerCTA a:focus, .footerCTA a:hover  {
  color: #fff!important;
}


/** End Accessibility Styles **/

/** Browser Default Resets September 24 **/

p,
h1,
h2,
h3,
h4,
h5,
h5 {
  margin: unset;
  margin-block-start: unset;
  margin-block-end: unset;
}

/** End Browser Default Resets September 24 **/

#heroImage.hasImage .smTboxTxt, #heroImage.hasImage h4{
    margin-bottom: 10px!important;
}