body {
  color: #003c73;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.42857143;
}
a {
  color: #5e686f;
  text-decoration: none;
}
#resoBox {
  width: 100%;
  text-align: left;
  margin: 40px auto 0 auto;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle !important;
  margin-bottom: 3px !important;
}

#resoBoxMainText h1 {
  font-size: 1.7em;
  margin: 0em 0 0.7em;
  color: var(--blue);
}
#resoBoxMainText h2 {
  font-size: 1.6em;
  margin: 1.5em 0 0.7em;
}
#resoBoxMainText h3 {
  font-size: 1.5em;
  margin: 1.5em 0 0.7em;
}
#resoBox #resoBoxHead #resoBoxHeadText {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  font-weight: bold;
  color: #ffffff;
  line-height: 45px;
  height: 45px;
  padding-left: 20px;
  background: #0A285F;
}
#resoBox #resoBoxHead {
  height: 45px;
  background-color: #306ac1;
}
#resoBox #resoBoxLine {
  background-color: #fff;
  height: 15px;
}
#resoBox #resoBoxMain {
  border: 1px solid #ebebeb;
  border-top: 0px;
  padding-bottom: 20px;
  background-color: #ffffff;
}
#resoBox #resoBoxMain .resoIconHead {
  float: left;
  margin-top: 20px;
  margin-left: 40px;
  background-repeat: no-repeat;
  background-position: left top;
  width: 280px;
}

.hmrcL {
  float: left;
}

#resoBox #resoBoxMain .resoIconHead a {
  font-family: "Lato", sans-serif;
  font-size: 1.2em;
  color: #c9c9c9;
  text-decoration: none;
  font-weight: bold;
}
#resoBox #resoBoxMain .resoIconHead a:hover {
  font-family: "Lato", sans-serif;
  font-size: 1.2em;
  color: #5e686f;
  text-decoration: underline;
  font-weight: bold;
}
#resoBox #resoBoxMain .resoIcon {
  float: left;
  margin-top: 20px;
  background-repeat: no-repeat;
  background-position: 50% 0px;
  text-align: center;
  width: 20%;
  padding: 0 15px;
}
#resoBox #resoBoxMain .resoIcon a {
  font-family: "Lato", sans-serif;
  font-size: 1.1em;
  color: #000000;
  text-decoration: none;
}
#resoBox #resoBoxMain .resoIcon a:hover {
  font-family: "Lato", sans-serif;
  font-size: 1.1em;
  color: #000000;
  text-decoration: underline;
}
#resoBox #resoBoxMain #resoBoxMainHead {
  height: 0px;
  border-bottom: solid 1px #ebebeb;
  background-image: unset !important;
}
#resoBox #resoBoxMain #resoBoxMainText {
  padding: 10px;
}
#awards-logos {
  display: none !important;
}
.disclaimer {
  font-size: 12px;
  color: #999999;
}
.table_header {
  font-weight: bold;
  background-color: #0A285F;
}
.table_header td {
  color: #fff;
}
.table_header p strong,
.table_sub_header p strong,
.table_header p b,
.table_sub_header p b,
.table_header p,
.table_sub_header p,
.table_header p,
.table_sub_header p {
  color: #ffffff !important;
}
.table_sub_header {
  background-color: #003c73;
}
.sub_header_bg2 {
  background-color: #248cc7;
}
.sub_header_bg3 {
  background-color: #185e83;
}
.table_highlight_row {
  background-color: #dddddd;
}

#resoBoxMainText p {
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  color: #000000;
}

#resoBoxMainText .copyright p {
  font-family: "Lato", sans-serif;
  font-size: 12px;
}

.breadcrumbs {
  display: none;
}
#secondary {
  margin-top: 55px !important;
}

#secondary ul li {
  margin-left: 0;
  margin-bottom: 0;
}

#resoBoxMainText ul {
  list-style-type: square;
  margin: 1em 0 1.1em;
  font-size: 1em;
}

#resoBoxMainText ul li {
  margin-left: 3em;
  margin-bottom: 0.5em;
}

#resoBoxMainText strong {
  color: #000000;
  font-size: 1em;
}

.table_header strong {
  font-size: 1em;
  color: #333;
}

#resoBoxMainText iframe {
  width: 100% !important;
  min-height: 1300px;
}

@media (max-width: 932px) {
  #resoBox #resoBoxMain .resoIcon {
    width: 100%;
  }
}
/*-------------------------------*/
/*Custom styles website*/
/*-------------------------------*/

/*
.inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0px 20px 0px;
}
*/

div {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/*
.cf:before,
.cf:after {
  content: " ";
  display: table; }
*/

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

.grid-block {
  position: relative;
  margin-right: 15px;
  margin-bottom: 15px;
  float: left;
  overflow: hidden;
}
.grid-block:nth-child(4n) {
  margin-right: 0;
}
@media all and (max-width: 1100px) {
  .grid-block {
    width: calc((100% - 30px) / 3);
  }
  .grid-block:nth-child(4n) {
    margin-right: 15px;
  }
  .grid-block:nth-child(3n) {
    margin-right: 0;
  }
}
@media all and (max-width: 850px) {
  .grid-block {
    width: calc((100% - 15px) / 2);
  }
  .grid-block:nth-child(3n) {
    margin-right: 15px;
  }
  .grid-block:nth-child(2n) {
    margin-right: 0;
  }
}
@media all and (max-width: 650px) {
  .grid-block {
    width: 100%;
    margin-right: 0;
  }
}
.grid-block .grid-block-overlay {
  position: absolute;
  overflow: hidden;
  display: block;
  color: white;
  bottom: 0;
  right: 0;
  min-height: 24px;
  text-align: right;
  width: 100%;
  z-index: 10;
  padding: 14px 13px 11px 65px;
  font-family: "Open Sans";
  font-size: 14px;
  transition: all 200ms ease;
}
.grid-block .grid-block-overlay > * {
  position: relative;
  z-index: 5;
}
.grid-block .grid-block-overlay:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 60px;
  background: #003c73;
  z-index: 1;
}

.grid-block:hover .grid-block-overlay:after {
  background: #5e686f;
}

.contact-grid-container {
  margin: 30px 0 150px 0;
}

.contact-block {
  width: calc((100% - 15px) / 2);
  overflow: visible;
}
.contact-block:nth-child(2n) {
  margin-right: 0;
}
.contact-block .grid-block-overlay {
  font-size: 1em;
  font-weight: bold;
  min-height: 60px;
  padding: 19px 0 19px 65px;
}
.contact-block .grid-block-overlay-extra {
  padding-left: 60px;
  font-size: 18px;
  font-weight: 300;
}
@media all and (max-width: 650px) {
  .contact-block {
    width: 100%;
  }
}

.grid-block-bg {
  height: 0;
  padding-bottom: 100%;
  position: relative;
  z-index: 2;
  background-size: cover !important;
}

.switchWrapper {
  display: none;
}
.slick-slide {
  height: auto;
}


.entry-title {
  color: var(--blue);
  font-size: 70px;
}

#main {
  padding: 81.5px 0;
}

.grid-container.cf {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}

.grid-container.cf a {
  background-color: var(--blue);
  color: var(--white);
  padding: 22px 10px;
}

.grid-container.cf a:nth-child(2n) {
  background-color: var(--orange);
}

.grid-container.cf a:hover {
  text-decoration: underline;
}

hr {
  margin: 0;
  border: 1px solid white;
}