.header__menu-link, .header__user-col a .header__user-label,
.inner__menu ul li a {
    text-transform: none;
}
.blog-listing__post:hover {
    transform: scale(1);
}
.blog__post_cr{
  grid-template-columns: auto;
  max-width: 780px;
}
.blog-listing__date_author{
  display:none!important;
}
.blog-listing__heading{
  color:#006298!important;
}
article.blog-listing__post{
  text-align: center;
}

.contact-form-box {
  margin-top:-70px;
}
@media (max-width: 850px) {
     .contact-form-box {
      margin-top:-25px;
    }
}


.dnd-section {
    padding: 0px 20px; 
 }

.sro-main-body-div {
    padding-bottom: 60px; 
 }

blockquote {
    border-left: none;
    margin: 0 0 1.4rem;
    padding-left: 1rem;
}

blockquote,blockquote p {
    border-left-color: #006298;
    color: #505a64;
    font-family: Guardian Sans;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.5;
}

blockquote p {
    margin: 0
}

.sro-login-block {
  text-align: center;
  color: #006298;
  font-family: 'Guardian Sans Bold';
  font-weight: 400;
  margin-top:10px;
}

.sro-main-body-div h1,
.sro-main-body-div h2,
.sro-main-body-div h4,
.sro-main-body-div h5,
.sro-main-body-div h6 {
  margin-top:15px;
}


.sro-main-body-div h3 {
  margin-top:30px;
  margin-bottom:10px;
}

.sro-main-body-div h1 a,
.sro-main-body-div h2 a,
.sro-main-body-div h3 a,
.sro-main-body-div h4 a,
.sro-main-body-div h5 a,
.sro-main-body-div h6 a {
    font-weight: 400;
    text-decoration: underline;
    font-family: 'Guardian Sans';
}

.sro-main-body-div img {
    display: block;
    height: auto;
    width: auto;
    max-height: 600px;
    max-width: 600px;
    max-width: 100%;  
    padding-top: 5px;
    padding-bottom: 5px;
}

.sro-main-body-div table,
.sro-main-body-div td,
.sro-main-body-div th {
    border: 0px solid #006298;
    background-color: white;
    box-shadow: none;
}

.tutorial-video-thumb {
    max-width: 300px !important;
    margin-left: auto;
    margin-right: auto;"
    margin-bottom: 20px;
}


 /* Floats online promo images to the right for selected pages */
.sro-promo-image-float-right {
  float: right; 
  padding: 5px 10px 10px !important;
}


 /* Next 2 add borders to SRO Body Tables that need it */
.sro-bordered-table {
  border-collapse: collapse; /* Ensures borders don’t double up */
}

.sro-bordered-table tr,
.sro-bordered-table td,
.sro-bordered-table th {
  border: 1px solid #006298;
} 

.sro-bordered-table thead td {
  background-color: rgba(65,182,230,1.0);
} 

form .hs-richtext h1,form .hs-richtext h2,form .hs-richtext h3,form .hs-richtext h4,form .hs-richtext h5,form .hs-richtext h6,form .hs-richtext p {
    color: #006298;
    font-family: var(--primaryFont);
    font-weight: 400
}


/* Makes search popover close-button more visible*/
.header__search-icon--close {
  background-color:#006298;
}


/* Nav fixes for long + deep menus */

.header__menu-item,
.header__menu-submenu,
.header__menu-item--depth-2, 
.header__menu-item--depth-3 {
}

.header__menu-submenu {
    max-width: 380px;
}

.header__menu-submenu .header__menu-link  {
    line-height: 1.0 !important;
}


/* TEMP
.header__bottom {
  background-color:pink;
}
*/



/* Remove comments to set page max-width to 1000px
.row-fluid {
    max-width: 1000px;
}

.hader__top-el {
    max-width: 1000px;
}
*/



/* Updates to search and search results */

#hs_cos_wrapper_search_input .hs-search-field__bar>form>.hs-search-field__input {
    border-radius: 0px;
    padding: 10px;
    margin: 0;
    display: flex;
    border: 1px solid #ccc;
}
#hs_cos_wrapper_search_input .hs-search-field__button {
    background-color: rgba(65, 182, 230, 1.0);
    border: 0;
    display: flex;
    align-items: center;
    color: #fff;
    fill: #fff;
    border-radius: 0;
  right: 2px;
}
.header__search .hs-search-field__bar form {
    grid-gap: 0;
}
.note__search,
.hs-search-results{
  max-width: 740px;
  margin:auto;
  padding: 0 20px;
}
.note__search{
  padding:20px;
}
.hs-search-results .hs-search-results__listing {
  padding: 0;
}
.hs-search-results__pagination {
    grid-gap: 5px;
}
.hs-search-results__title,
.hs-search-results__link{
    color: var(--secondaryColor);
    font-family: var(--h2font);
    text-decoration: none;
    font-weight: 400;
    line-height: 1.2;
    font-size: 39px;
  text-transform:uppercase;
}
.hs-search-results__message{
  font-weight: bold;
    margin: 0;
    padding: 15px 0 0;
}

/* Updates to menu responsiveness */

@media (max-width: 1800px) {
  .root_mega_sub_4.header__menu-item--depth-1 .header__menu-submenu--level-3,
  .root_mega_sub_5.header__menu-item--depth-1 .header__menu-submenu--level-3,
  .root_mega_sub_6.header__menu-item--depth-1 .header__menu-submenu--level-3,
  .root_mega_sub_7.header__menu-item--depth-1 .header__menu-submenu--level-3 {
    right: 100%!important;
    top: 0;
    width: max-content;
    left: auto!important;
  }
}

@media (max-width: 1130px) {
  .header__menu-link {
      font-size: 18px!important;
  }
  .header__logo img {
    max-width: 160px!important;
  }
}
@media (max-width: 1060px) {
  .header__menu-link {
      font-size: 16px!important;
  }
  .header__logo img {
    max-width: 150px!important;
  }
}