body {
  height: 100%;
}

blockquote cite {
  font-style: normal;
}

#content {
  min-height: calc(100vh - 324px);
}

.burger-menu {
  position: absolute;
  top: 85px;
  background: #005eb8;
  width: 100%;
  height: 60px;
}
.burger-menu .burger-home {
  position: relative;
  float: left;
  display: block;
  cursor: pointer;
  color: #ffffff;
  z-index: 9999999;
  margin: 0.6em 0 0 0.55em;
  display: none;
}
.burger-menu .burger-home.show {
  display: inherit;
}
.burger-menu .burger-home img {
  max-height: 35px;
  max-width: 35px;
  width: 35px;
}

#logout {
  display: none;
}

header #sm-login-btns {
  position: relative;
  z-index: 300;
  height: 60px;
  margin-right: 15px;
  display: block;
  text-decoration: none;
  cursor: pointer;
  color: #ffffff;
  text-align: center;
  font-size: 20px;
}
header #sm-login-btns > .nav-flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header #sm-login-btns > .nav-flexbox :last-child {
  margin-left: 5px;
}
header #sm-login-btns #login .fa-user {
  vertical-align: middle;
}

.login-button {
  position: relative;
  z-index: 301;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  padding: 0.5rem 1.25rem;
  border-radius: 2.5rem;
  background-color: #330072;
  margin-right: 5px;
  margin-left: 5px;
}

header a.mobile-nav-button {
  z-index: 300;
  text-decoration: none;
  cursor: pointer;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  padding: 1rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 2.5rem;
  background-color: #330072;
  margin-top: 5px;
}

.burger-menu {
  display: none;
}

@media (max-width: 992px) {
  header {
    height: auto;
    min-height: auto;
    border-bottom: 2px solid #005EB8;
  }
}
@media (max-width: 767px) {
  .brand-collapse {
    top: 0;
  }
  .brand-image-collapse {
    display: none;
  }
  .header-collapse {
    min-height: 45px;
    padding-top: 0px;
  }
  .header-show {
    display: none;
  }
  .professionals-collapse {
    display: none;
  }
  header {
    min-height: auto;
  }
}
@media (min-width: 768px) {
  .quicklinks-innerdiv ul li {
    display: inline;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .header-mobile {
    display: block;
  }
  .burger-menu {
    margin: 5px;
    background: #ffffff;
    width: 100%;
    height: auto;
  }
  .burger-menu .burger-home {
    position: relative;
    float: left;
    display: block;
    cursor: pointer;
    color: #ffffff;
    z-index: 9999999;
    margin: 0.6em 0 0 0.55em;
    display: none;
  }
  .burger-menu .burger-home.show {
    display: inherit;
  }
  .burger-menu .burger-home img {
    max-height: 35px;
    max-width: 35px;
    width: 35px;
  }
  .burger-menu .span-text {
    height: 16px;
    width: 120px;
    top: 51px;
    color: #005EB8;
  }
  .burger-menu .search-button {
    border: none;
    background: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .burger-menu .search-image {
    height: 28px;
    width: 27px;
  }
  .burger-menu .search-image-txt {
    height: 10px;
    width: 40px;
    margin-top: 5px;
    border-radius: 0;
  }
  .burger-menu .navbar-li {
    display: inline-block;
  }
  .burger-menu .navbar-li a {
    display: block;
    color: #ffffff;
    text-align: center;
    padding: 5px 10px;
    text-decoration: none;
  }
  .burger-menu #navbar ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .burger-menu .navbar-li {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: center;
    float: left;
  }
}
/* For desktop devices */
@media only screen and (min-width: 768px) {
  .mobile-only {
    display: none;
  }
  .desktop-only {
    display: block;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait), (min-width: 1024px) {
  /* CSS styles here */
  .half {
    width: 50%;
    padding: 10px;
    color: #005EB8;
  }
  .logo-padding {
    padding-top: 50px;
    padding-left: 30%;
  }
  .footer-padding {
    padding-top: 50px;
  }
  .container1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  /* CSS styles for smaller screens */
  .half {
    width: 100%;
    padding: 2%;
    color: #005EB8;
  }
  .footer-padding {
    display: block;
    padding-top: 30px;
    text-align: center;
  }
  .logos {
    display: block;
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .logos img {
    display: inline-block;
    margin: 0 10px;
  }
  .container1 {
    max-width: 1200px;
    margin: 0 auto;
  }
}
.typography {
  color: #005EB8;
  font-family: Arial;
  font-size: 14px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
}

footer img {
  height: auto;
}
footer .copyright {
  color: #999999;
  font-size: 0.9em;
  font-weight: 600;
  letter-spacing: 0.02em;
}

html.no-touch footer a:hover {
  color: #41b6e6;
}

@media (max-width: 767px) {
  .quicklinks-innerdiv {
    width: 60%;
    margin-left: auto;
  }
  .quicklinks-innerdiv ul {
    list-style: none;
  }
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #005eb8;
  border-color: #005eb8;
}

.results {
  background-color: #ffffff;
  padding: 15px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgb(221, 221, 221);
}
.results p {
  font: normal 14px Arial, Helvetica, sans-serif;
  color: #000000;
}
.results a {
  font: normal 14px Arial, Helvetica, sans-serif;
  color: #000000;
}
.results:hover {
  background-color: #f6f8fa;
  border-bottom: 1px solid #008375;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgb(0, 0, 62);
}
.results h4 {
  text-transform: none;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  margin: 0 0 10px 0;
}
.results a:hover {
  color: #005eb8;
}
.results ul {
  padding-left: 20px;
  list-style-type: square;
}
.results img {
  width: 90%;
}
.results i {
  font-size: 1.4em;
  color: #5a87d9;
  font-weight: 400;
}
.results .fa-file-pdf-o {
  color: #fd1c36;
}
.results .fa-file-word-o {
  color: #2B5797;
}

.result p {
  color: #555;
}

#resultsFilters {
  margin: 1em auto;
}

.result-landing {
  -webkit-box-flex: 1;
      -ms-flex: 1 18%;
          flex: 1 18%;
  background-color: #f2f2f2;
  border-radius: 3px;
  text-align: center;
  color: #111;
  max-width: 100%;
  font-size: 11px;
  text-decoration: none;
  padding-top: 10px;
}
.result-landing:hover {
  -webkit-transition: background-color 0.9s;
  transition: background-color 0.9s;
  background-color: #e6e6e6;
  color: #000000;
}

.result-landing-title {
  font-size: 1.2em;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
  line-height: 1.1em;
}

.result-landing-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}

.result-landing-item a img {
  width: 200px;
}

.result-landing-item:hover > .result-landing-description a, .result-landing-item:hover > .result-landing-description h2 {
  text-decoration: underline;
  color: #330072;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.result-landing-description {
  background-color: #f6f8fa;
  padding: 10px;
  text-align: center;
  min-height: 150px;
  width: 100%;
}

.result-landing-description h2, .result-landing-description h3 {
  color: #005eb8;
}

.grecaptcha-badge {
  visibility: hidden;
}

.recaptcha.recaptchainvisible > label {
  display: none;
}

.star-rating .fa-star {
  color: #005eb8;
}

.star-rating .fa-star-o {
  color: #005eb8;
}

.comment {
  display: none;
}

.searchResult-searchFrom .btn {
  height: 55px !important;
  width: 55px !important;
  top: 14px;
  border-radius: 0 !important;
}

.search-field-body {
  border: 2px solid #41b6e6;
  height: 55px !important;
  -webkit-transition: 0.2s all ease-in;
  transition: 0.2s all ease-in;
  font-size: larger;
}

.search-field-body:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.rating-form .comment {
  display: none;
}

.rating-form .umbraco-forms-fieldset, .rating-form .umbraco-forms-navigation {
  display: inline-block;
  vertical-align: middle;
}

.rating-form .btn {
  color: #005eb8;
  border: 3px solid #005eb8;
  background: transparent;
  display: inline-block;
  font-size: 1.1em;
  text-transform: none;
}

.rating-form .btn:hover {
  -webkit-transition: background 0.9s;
  transition: background 0.9s;
  background: #fff !important;
  border: 3px solid #330072;
  color: #330072;
}

.feedback-brokenLink a:hover {
  color: inherit;
}
.feedback-brokenLink .btn {
  border: 2px solid #ffffff;
}
.feedback-brokenLink .feedback {
  border-right: 2px solid #ffffff;
}

.d-block {
  display: block;
}

.umbraco-forms-form input.text, .umbraco-forms-form input.title, .umbraco-forms-form textarea,
.umbraco-forms-form select {
  padding: 0.75rem 1rem !important;
  -webkit-transition: all ease-in 0.09s;
  transition: all ease-in 0.09s;
  background: transparent;
  color: #005eb8;
  min-width: 100% !important;
}

.umbraco-forms-two-column-forms .checkboxlist input[type=checkbox] {
  width: auto;
  min-height: 20px;
  height: auto;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}
.umbraco-forms-two-column-forms .checkboxlist label {
  min-height: 20px;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}

.form-group.umbraco-forms-field.recaptcha.recaptchainvisible > label {
  display: none;
}

.two-column-form-padding {
  padding: 0 20px 0 0 !important;
}

@media (min-width: 992px) {
  .form-group.dropdown.two-column-form-padding::after {
    padding: 15px 45px 0 0;
  }
}
.registration .checkboxlist input[type=checkbox] {
  display: inline;
  min-width: 15px;
  max-width: 15px;
  max-height: 15px;
  min-height: 15px;
  height: 15px;
  -webkit-box-shadow: none;
  padding: 0;
  margin: 0;
  vertical-align: text-top;
}

.registration .checkboxlist label {
  display: inline;
  max-width: 20px;
  border: 0;
  padding: 0 5px;
  margin: 0;
}

.form-side .registration .checkboxlist label {
  display: block;
  max-width: 90%;
  border: 0;
  padding: 0 20px;
  margin: 0;
}

html.no-touch a:hover .overlayicon {
  background-color: initial;
}

.ion-link:before {
  content: "";
}

.c1-text .heading,
.c1-text h1,
.c1-text h2,
.c1-text h3,
.c1-text h4,
.c1-text h5,
.c1-text h6,
.c1-text blockquote,
.c1-text blockquote::before {
  color: #005eb8 !important;
}

.c2-text .heading,
.c2-text h1,
.c2-text h2,
.c2-text h3,
.c2-text h4,
.c2-text h5,
.c2-text h6,
.c2-text blockquote,
.c2-text blockquote::before {
  color: #00a9ce !important;
}

.c3-text .heading,
.c3-text h1,
.c3-text h2,
.c3-text h3,
.c3-text h4,
.c3-text h5,
.c3-text h6,
.c3-text blockquote,
.c3-text blockquote::before {
  color: #41b6e6 !important;
}

.c4-text .heading,
.c4-text h1,
.c4-text h2,
.c4-text h3,
.c4-text h4,
.c4-text h5,
.c4-text h6,
.c4-text blockquote,
.c4-text blockquote::before {
  color: #330072 !important;
}

.c5-text .heading,
.c5-text h1,
.c5-text h2,
.c5-text h3,
.c5-text h4,
.c5-text h5,
.c5-text h6,
.c5-text blockquote,
.c5-text blockquote::before {
  color: #ffffff !important;
}

.c6-text .heading,
.c6-text h1,
.c6-text h2,
.c6-text h3,
.c6-text h4,
.c6-text h5,
.c6-text h6,
.c6-text blockquote,
.c6-text blockquote::before {
  color: #F4F4F4 !important;
}

.c7-text .heading,
.c7-text h1,
.c7-text h2,
.c7-text h3,
.c7-text h4,
.c7-text h5,
.c7-text h6,
.c7-text blockquote,
.c7-text blockquote::before {
  color: #2c3840 !important;
}

.true-black .heading,
.true-black h1,
.true-black h2,
.true-black h3,
.true-black h4,
.true-black h5,
.true-black h6,
.true-black blockquote,
.true-black blockquote::before {
  color: #000000 !important;
}

.image-table {
  width: 100% !important;
}
.image-table td {
  vertical-align: top;
}

@font-face {
  font-family: "Century Gothic";
  font-style: normal;
  font-weight: 400;
  src: local("Century Gothic"), url("/fonts/century-gothic/century-gothic.woff") format("woff");
}
.block-row-with-rating {
  font-family: "Century Gothic", sans-serif;
  padding: 10px;
  border: 3px solid #005eb8;
  /* For equal height cols */
  /* Equal heigh cols end*/
}
.block-row-with-rating:not(:first-of-type) {
  margin-top: 25px;
}
.block-row-with-rating .row.display-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.block-row-with-rating .row.display-flex > [class*=col-] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.block-row-with-rating .title {
  color: #005eb8;
  font-size: 24px;
  margin: 0 0 10px 0;
}
.block-row-with-rating .title span {
  font-weight: 400;
  padding-bottom: 2px;
  border-bottom: 2px solid #005eb8;
  line-height: 35px;
}
.block-row-with-rating .small-icon {
  height: 40px;
  width: 40px;
}
.block-row-with-rating .small-icon-rect {
  height: 35px;
  width: 40px;
}
.block-row-with-rating .hero-image {
  padding: 5px;
  border: 2px solid #E5E5E5;
  max-height: 340px;
}
.block-row-with-rating .hero-overlay {
  position: absolute;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.block-row-with-rating .rating-download-component {
  font-size: 20px;
}
.block-row-with-rating .rating-download-component .rating-component {
  margin-top: 50px;
}
.block-row-with-rating .rating-download-component .titleanddescription {
  text-decoration: none;
  color: #000000;
  font-weight: normal;
  font-size: 20px;
}
.block-row-with-rating .rating-download-component label {
  display: block;
  padding: 10px;
  border: none;
  width: 70px;
  margin: 0 auto;
}
.block-row-with-rating .rating-download-component .umbraco-forms-label, .block-row-with-rating .rating-download-component input[type=submit] {
  display: none !important; /* Hiding all labels and submit button */
}
.block-row-with-rating .rating-download-component .thumbs-up-btn {
  background-color: #409C3E;
}
.block-row-with-rating .rating-download-component .thumbs-up-btn:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), #409C3E;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #409C3E;
}
.block-row-with-rating .rating-download-component .thumbs-down-btn {
  background-color: #C84C35;
}
.block-row-with-rating .rating-download-component .thumbs-down-btn:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), #C84C35;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #C84C35;
}
.block-row-with-rating .rating-download-component .download-link {
  position: absolute;
  bottom: 3px;
}
.block-row-with-rating .rating-download-component .download-link a {
  color: #000000;
}
.block-row-with-rating .rating-download-component .download-link a span {
  padding-bottom: 2px;
  border-bottom: 2px solid #000000;
  -webkit-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
}
.block-row-with-rating .rating-download-component .download-link a:hover {
  text-decoration: none;
}
.block-row-with-rating .rating-download-component .download-link a:hover span {
  border-color: #005eb8;
  color: #005eb8;
}

@media (orientation: portrait) {
  .rotate-screen-overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    font-weight: bold;
    color: #ffffff;
  }
  .rotate-screen-overlay div {
    font-family: "Century Gothic", sans-serif;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  .rotate-screen-overlay div img {
    height: 50px;
    width: 50px;
  }
  .rotate-screen-overlay div span {
    padding-top: 1rem;
    display: block;
  }
  .ekko-lightbox-nav-overlay a {
    opacity: 0.5;
  }
}
.block-row-banner {
  font-family: "Century Gothic", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem 0;
}
.block-row-banner img {
  margin-right: 4rem;
  width: auto;
  height: auto;
}
@media (max-width: 767px) {
  .block-row-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .block-row-banner img {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .breadcrumb-trail.sm-expanded {
    height: 100px !important;
  }
  .breadcrumb-trail.sm-expanded .row nav ol li:last-child span {
    padding-top: 15px;
    padding-left: 0;
    height: 35px;
  }
  .rating-download-component .rating-component {
    margin-top: 10px !important;
  }
  .rating-download-component .download-link {
    position: relative !important;
    padding-top: 10px;
  }
}
@media (max-width: 600px) {
  .image-table tr td {
    width: 100% !important;
    height: auto !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .image-table tr td:nth-child(even) {
    background-color: #f4f4f4;
  }
  .image-table tr td:nth-child(odd) {
    background-color: #ffffff;
  }
  .image-table tr td p:first-child {
    -ms-flex-preferred-size: 33.3333%;
        flex-basis: 33.3333%;
  }
  .image-table tr td p:first-child img {
    width: auto;
    height: auto;
  }
  .image-table tr td p:last-child {
    -ms-flex-preferred-size: 66.6666%;
        flex-basis: 66.6666%;
  }
}
.nav-cta {
  position: absolute;
  top: 5px;
  right: 35%;
}
.nav-cta button, .nav-cta a {
  border-radius: 30px;
}