@charset "UTF-8";
html {
  font-family: AvenirLTStd-Book;
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }

form, input {
  font-family: AvenirLTStd-Book;
  font-weight: normal;
  font-style: normal; }

.AvenirLTStd-Medium {
  font-family: AvenirLTStd-Medium;
  font-weight: normal;
  font-style: normal; }

.AvenirLTStd-Heavy {
  font-family: AvenirLTStd-Heavy;
  font-weight: normal;
  font-style: normal; }

.AvenirLTStd-Book {
  font-family: AvenirLTStd-Book;
  font-weight: normal;
  font-style: normal; }

.AvenirLTStd-Black {
  font-family: AvenirLTStd-Black;
  font-weight: normal;
  font-style: normal; }

section.header {
  font-size: 14px; }
  section.header div.sub-header {
    background: #26273A;
    overflow: hidden; }
    section.header div.sub-header ul.sub-links {
      padding: 11px 0;
      margin: 0;
      list-style-type: none;
      float: left; }
      section.header div.sub-header ul.sub-links li {
        display: inline;
        margin-right: 32px; }
        section.header div.sub-header ul.sub-links li:last-child {
          margin-right: 0; }
        section.header div.sub-header ul.sub-links li a {
          color: #fff;
          text-decoration: none; }
    section.header div.sub-header div.accessibility {
      float: right;
      background: #B0163B; }
      section.header div.sub-header div.accessibility a.skip-to-content {
        display: inline-block;
        text-decoration: none;
        color: #fff; }
      section.header div.sub-header div.accessibility div.font-size-adjustment {
        display: inline-block; }
        section.header div.sub-header div.accessibility div.font-size-adjustment a.adjust {
          color: #fff;
          text-decoration: none; }
        section.header div.sub-header div.accessibility div.font-size-adjustment a.font-smaller {
          font-size: 11px; }
        section.header div.sub-header div.accessibility div.font-size-adjustment a.font-larger {
          font-size: 14px; }
      section.header div.sub-header div.accessibility div.translation {
        display: inline-block; }
  section.header div.main-header {
    padding: 16px 0; }
    section.header div.main-header div.branding {
      float: left; }
      section.header div.main-header div.branding a {
        text-decoration: none;
        color: #26273A;
        font-family: AvenirLTStd-Medium;
        display: inline-block; }
      section.header div.main-header div.branding p.statement {
        margin: 4px 0 0 0;
        font-size: 13px; }
    section.header div.main-header div.mobile-menu-toggle {
      float: right;
      font-size: 18px;
      font-family: AvenirLTStd-Heavy;
      margin-top: 7px;
      background: #25538c;
      color: #fff;
      padding: 8px 8px 6px 8px;
      border-radius: 3px; }
      @media (min-width: 676px) {
        section.header div.main-header div.mobile-menu-toggle {
          display: none; } }
    section.header div.main-header div.mobile-menu {
      background: #1F2945;
      margin-top: 15px; }
      section.header div.main-header div.mobile-menu ul {
        list-style-type: none;
        padding: 0;
        margin: 0; }
        section.header div.main-header div.mobile-menu ul li {
          border-bottom: solid 1px #F5F5F5;
          padding: 20px; }
          section.header div.main-header div.mobile-menu ul li:last-child {
            margin: 0; }
          section.header div.main-header div.mobile-menu ul li a {
            color: #fff;
            padding: 20px;
            text-decoration: none;
            font-size: 24px;
            font-family: AvenirLTStd-Heavy;
            display: inline-block; }
          section.header div.main-header div.mobile-menu ul li:hover {
            background: #25538c; }
            section.header div.main-header div.mobile-menu ul li:hover ul {
              display: block; }
          section.header div.main-header div.mobile-menu ul li ul {
            display: none; }
            section.header div.main-header div.mobile-menu ul li ul li {
              border-bottom: none;
              padding: 10px 30px;
              position: relative; }
              section.header div.main-header div.mobile-menu ul li ul li:before {
                content: "•";
                position: absolute;
                top: 25px;
                left: 20px;
                color: #fff; }
              section.header div.main-header div.mobile-menu ul li ul li a {
                font-size: 22px;
                padding: 10px; }
    section.header div.main-header nav.main-navigation {
      float: right;
      margin-top: 6px; }
      @media (max-width: 675px) {
        section.header div.main-header nav.main-navigation {
          display: none; } }
      section.header div.main-header nav.main-navigation ul {
        margin: 0;
        padding: 0;
        list-style-type: none; }
        section.header div.main-header nav.main-navigation ul li {
          display: inline-block;
          margin-right: 80px;
          position: relative;
          padding: 12px 10px 10px 10px; }
          section.header div.main-header nav.main-navigation ul li:hover {
            background: #25538c; }
            section.header div.main-header nav.main-navigation ul li:hover a {
              color: #fff;
              cursor: default; }
            section.header div.main-header nav.main-navigation ul li:hover ul {
              display: block; }
              section.header div.main-header nav.main-navigation ul li:hover ul li a {
                color: #25538c;
                cursor: pointer; }
          section.header div.main-header nav.main-navigation ul li a {
            text-decoration: none;
            color: #25538c;
            font-family: AvenirLTStd-Heavy;
            font-weight: normal;
            font-size: 16px; }
            section.header div.main-header nav.main-navigation ul li a:after {
              content: "\f0d7";
              font-family: "FontAwesome";
              font-size: 14px;
              position: relative;
              bottom: -1px;
              margin-left: 8px; }
          section.header div.main-header nav.main-navigation ul li ul {
            display: none;
            position: absolute;
            background: #F5F5F5;
            box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
            left: 0;
            top: 38px;
            z-index: 99; }
            section.header div.main-header nav.main-navigation ul li ul li {
              display: block;
              margin: 0;
              padding: 0;
              border-bottom: solid 1px #F5F5F5; }
              section.header div.main-header nav.main-navigation ul li ul li a {
                background: #fff;
                display: block;
                width: 200px;
                padding: 12px;
                line-height: 22px; }
                section.header div.main-header nav.main-navigation ul li ul li a:hover {
                  background: #B0163B;
                  color: #fff; }
                section.header div.main-header nav.main-navigation ul li ul li a:after {
                  content: ""; }
          section.header div.main-header nav.main-navigation ul li:last-child {
            margin: 0; }
            section.header div.main-header nav.main-navigation ul li:last-child ul {
              right: 0;
              left: auto; }
              section.header div.main-header nav.main-navigation ul li:last-child ul li a {
                text-align: right; }
      @media (max-width: 1035px) {
        section.header div.main-header nav.main-navigation {
          width: 100%; }
          section.header div.main-header nav.main-navigation ul {
            display: flex; }
            section.header div.main-header nav.main-navigation ul li {
              margin-right: 0;
              flex: 1; }
              section.header div.main-header nav.main-navigation ul li ul {
                width: 100%;
                top: 40px; }
                section.header div.main-header nav.main-navigation ul li ul li {
                  width: 100%; }
                  section.header div.main-header nav.main-navigation ul li ul li a {
                    width: 100%;
                    text-align: left !important; } }

section.search {
  background: url("../images/search-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  padding: 90px 0 170px 0; }
  @media (max-width: 814px) {
    section.search {
      padding: 60px 0 90px 0; } }
  section.search div.search-container {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
    position: relative;
    z-index: 1; }
    section.search div.search-container:after {
      content: " ";
      display: block;
      clear: both; }
    section.search div.search-container h2 {
      text-shadow: 0 2px 3px rgba(0, 0, 0, 0.7);
      font-size: 44px;
      line-height: 57px;
      font-family: AvenirLTStd-Medium;
      color: #fff;
      margin: 0 0 2px 0; }
    section.search div.search-container .close-search {
      color: #fff;
      background: #B0163B;
      width: 653px;
      margin-top: 10px;
      padding: 12px 0;
      text-align: center;
      border-radius: 3px;
      cursor: pointer; }
      @media (max-width: 653px) {
        section.search div.search-container .close-search {
          width: 100%; } }
    section.search div.search-container input {
      height: 72px;
      color: #26273A;
      font-size: 30px;
      font-family: AvenirLTStd-Heavy;
      padding-left: 24px;
      padding-right: 110px;
      border: none;
      width: 653px;
      max-width: 100%;
      border-radius: 2px 2px 0 0; }
      @media (max-width: 653px) {
        section.search div.search-container input {
          width: 100%; } }
    section.search div.search-container input::placeholder {
      color: #c3c3c3;
      font-size: 30px;
      font-family: AvenirLTStd-Heavy; }
    section.search div.search-container a.search-submit {
      position: absolute;
      height: 57px;
      background: #B0163B;
      padding: 21px 20px 0 20px;
      text-decoration: none;
      font-family: AvenirLTStd-Heavy;
      color: #fff;
      margin-left: -103px;
      margin-top: 8px; }
      @media (max-width: 697px) {
        section.search div.search-container a.search-submit {
          right: 32px;
          top: 66px;
          margin: 0; } }
      @media (max-width: 447px) {
        section.search div.search-container a.search-submit {
          right: 28px;
          top: 124px; } }
    section.search div.search-container div.popular-search {
      width: 653px;
      max-width: 100%;
      display: inline-block;
      background: #fff;
      border-top: solid 1.5px #E8E8E8;
      border-radius: 0 0 2px 2px;
      padding: 14px 0 14px 21px; }
      @media (max-width: 653px) {
        section.search div.search-container div.popular-search {
          width: 100%; } }
      section.search div.search-container div.popular-search p {
        margin: 0 10px 0 0;
        display: inline;
        font-size: 14px;
        font-family: AvenirLTStd-Heavy;
        color: #25538c; }
        @media (max-width: 675px) {
          section.search div.search-container div.popular-search p {
            font-size: 20px; } }
      section.search div.search-container div.popular-search ul {
        display: inline-block;
        list-style-type: none;
        margin: 0;
        padding: 0; }
        @media (max-width: 675px) {
          section.search div.search-container div.popular-search ul {
            display: block;
            margin-top: 10px;
            list-style-type: disc; } }
        section.search div.search-container div.popular-search ul li {
          display: inline;
          margin-right: 10px; }
          section.search div.search-container div.popular-search ul li:after {
            content: ",";
            position: absolute;
            margin-left: -3px; }
          section.search div.search-container div.popular-search ul li:last-child {
            margin-right: 0; }
            section.search div.search-container div.popular-search ul li:last-child:after {
              content: ""; }
          @media (max-width: 675px) {
            section.search div.search-container div.popular-search ul li {
              display: block;
              margin-bottom: 10px; }
              section.search div.search-container div.popular-search ul li:last-child {
                margin-bottom: 0; }
              section.search div.search-container div.popular-search ul li:after {
                content: "";
                margin: 0; } }
          section.search div.search-container div.popular-search ul li a {
            color: #25538c;
            font-size: 14px; }
            @media (max-width: 675px) {
              section.search div.search-container div.popular-search ul li a {
                font-size: 20px;
                font-family: AvenirLTStd-Medium; } }
    section.search div.search-container div.search-results {
      width: 653px;
      overflow:  hidden;
      background-color: #25538c !important;
      padding: 24px;
      max-width: 100%;
      display: inline-block;
      background: #fff;
      margin-top: 10px; }
      @media (max-width: 653px) {
        section.search div.search-container div.search-results {
          width: 100%; } }
      section.search div.search-container div.search-results h3 {
        color: #fff !important;
        font-size: 28px;
        font-family: AvenirLTStd-Medium;
        margin: 0; }
      section.search div.search-container div.search-results ul {
        padding: 0 0 0 20px; }
        section.search div.search-container div.search-results ul li {
          color: #fff;
          margin-bottom: 10px; }
          section.search div.search-container div.search-results ul li a {
            color: #fff;
            text-decoration: none;
            font-size: 22px;
            font-family: AvenirLTStd-Heavy; }
          section.search div.search-container div.search-results ul li p {
            line-height: 21px;
            margin: 5px 0 10px 0; }

div.blur {
  position: absolute;
  background: RGBA(0, 0, 0, 0.9);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0; }

section.featured-cards {
  padding-bottom: 45px; }
  section.featured-cards div.small-cards {
    width: 31.5180722892%;
    float: left;
    margin-right: 1.2048192771%;
    margin-top: 14px; }
    @media (max-width: 1106px) {
      section.featured-cards div.small-cards {
        width: 24.0963855422%;
        float: left;
        margin-right: 1.2048192771%; } }
    @media (max-width: 814px) {
      section.featured-cards div.small-cards {
        width: 49.3975903614%;
        float: left;
        margin-right: 1.2048192771%; } }
    @media (max-width: 425px) {
      section.featured-cards div.small-cards {
        width: 100%;
        float: right;
        margin-right: 0; } }
    section.featured-cards div.small-cards div.governor {
      height: 169px;
      background: #25314D;
      overflow: hidden;
      background: url("../images/governor.jpg");
      background-repeat: no-repeat;
      background-size: cover;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 12px; }
      section.featured-cards div.small-cards div.governor a {
        display: inline-block;
        width: 100%;
        text-decoration: none; }
      section.featured-cards div.small-cards div.governor h2 {
        text-align: center;
        margin: 0;
        color: #fff;
        font-size: 30px;
        font-family: AvenirLTStd-Medium;
        line-height: 41px; }
        @media (max-width: 1040px) {
          section.featured-cards div.small-cards div.governor h2 {
            font-size: 26px; } }
        section.featured-cards div.small-cards div.governor h2 span.smaller {
          font-size: 24px;
          display: block; }
    section.featured-cards div.small-cards div.starting-a-business {
      height: 169px;
      background: #25314D;
      overflow: hidden;
      background: url("../images/starting-business.jpg");
      background-repeat: no-repeat;
      background-size: cover;
      display: flex;
      align-items: center;
      justify-content: center; }
      section.featured-cards div.small-cards div.starting-a-business a {
        display: inline-block;
        width: 100%;
        text-decoration: none; }
      section.featured-cards div.small-cards div.starting-a-business h2 {
        text-align: center;
        margin: 0;
        font-size: 30px;
        line-height: 41px;
        font-family: AvenirLTStd-Medium; }
        @media (max-width: 1040px) {
          section.featured-cards div.small-cards div.starting-a-business h2 {
            font-size: 26px; } }
        section.featured-cards div.small-cards div.starting-a-business h2 a {
          color: #fff;
          text-decoration: none; }
  section.featured-cards div.large-card {
    width: 31.5180722892%;
    float: left;
    margin-right: 1.2048192771%;
    background: #1F2945;
    margin-top: 14px;
    height: 350px;
    position: relative;
    padding: 27px 21px 0 21px;
    text-align: center; }
    @media (max-width: 814px) {
      section.featured-cards div.large-card {
        width: 49.3975903614%;
        float: right;
        margin-right: 0; } }
    @media (max-width: 425px) {
      section.featured-cards div.large-card {
        width: 100%;
        float: right;
        margin-right: 0; } }
    section.featured-cards div.large-card p {
      margin: 0;
      color: #fff;
      line-height: 22px;
      margin-bottom: 28px; }
      @media (max-width: 1086px) {
        section.featured-cards div.large-card p {
          margin-bottom: 15px; } }
      section.featured-cards div.large-card p strong {
        font-family: AvenirLTStd-Heavy; }
    section.featured-cards div.large-card a {
      color: #fff;
      font-family: AvenirLTStd-Heavy; }
    section.featured-cards div.large-card img {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      margin: 0 auto; }
      @media (max-width: 940px) {
        section.featured-cards div.large-card img {
          width: 80%; } }
      @media (max-width: 919px) {
        section.featured-cards div.large-card img {
          width: 75%; } }
      @media (max-width: 516px) {
        section.featured-cards div.large-card img {
          width: 70%; } }
      @media (max-width: 470px) {
        section.featured-cards div.large-card img {
          width: 65%; } }
      @media (max-width: 425px) {
        section.featured-cards div.large-card img {
          width: 70%; } }
  section.featured-cards div.popular-services {
    width: 30.5903614458%;
    float: right;
    margin-right: 0;
    margin-right: 20px;
    position: relative;
    margin-top: -75px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.4); }
    @media (max-width: 1106px) {
      section.featured-cards div.popular-services {
        width: 41.9759036145%;
        float: right;
        margin-right: 0;
        margin-right: 0; } }
    @media (max-width: 814px) {
      section.featured-cards div.popular-services {
        width: 100%;
        float: right;
        margin-right: 0;
        margin-right: 0;
        margin-top: 20px; } }
    section.featured-cards div.popular-services h2 {
      font-size: 24px;
      font-family: AvenirLTStd-Medium;
      color: #292929;
      margin: 0;
      background: #fff;
      padding: 20px 25px 16px 25px;
      border-top: solid 4px #b0163b;
      border-bottom: solid 1px #dfdfdf;
      line-height: 31px; }
    section.featured-cards div.popular-services ul {
      list-style-type: none;
      margin: 0;
      padding: 0; }
      section.featured-cards div.popular-services ul li {
        border-bottom: solid 1px #dfdfdf;
        position: relative;
        display: flex;
        align-items: center; }
        section.featured-cards div.popular-services ul li:before {
          content: "•";
          position: absolute;
          top: 20px;
          left: 35px;
          color: #2a4383; }
        section.featured-cards div.popular-services ul li a {
          text-decoration: none;
          font-size: 19px;
          font-family: AvenirLTStd-Heavy;
          color: #2a4383;
          display: block;
          padding: 15.3px 15px 11.3px 54px;
          width: 100%;
          line-height: 26px; }

section.helpful-links {
  background: #F5F5F5;
  padding-bottom: 46px; }
  section.helpful-links h2 {
    line-height: 57px;
    font-size: 44px;
    color: #292929;
    position: relative;
    display: inline-block;
    font-family: AvenirLTStd-Medium; }
    section.helpful-links h2:after {
      content: "";
      border-bottom: solid 6px #b0163b;
      position: absolute;
      width: 85%;
      bottom: -10px;
      left: 0; }
  section.helpful-links .services-one {
    width: 24.0963855422%;
    float: left;
    margin-right: 1.2048192771%; }
    @media (max-width: 890px) {
      section.helpful-links .services-one {
        width: 49.3975903614%;
        float: left;
        margin-right: 1.2048192771%; } }
    @media (max-width: 450px) {
      section.helpful-links .services-one {
        width: 100%;
        float: right;
        margin-right: 0; } }
  section.helpful-links .services-two {
    width: 24.0963855422%;
    float: left;
    margin-right: 1.2048192771%; }
    @media (max-width: 890px) {
      section.helpful-links .services-two {
        width: 49.3975903614%;
        float: right;
        margin-right: 0; } }
    @media (max-width: 450px) {
      section.helpful-links .services-two {
        width: 100%;
        float: right;
        margin-right: 0; } }
  section.helpful-links .services-three {
    width: 24.0963855422%;
    float: left;
    margin-right: 1.2048192771%; }
    @media (max-width: 890px) {
      section.helpful-links .services-three {
        width: 49.3975903614%;
        float: left;
        margin-right: 1.2048192771%; } }
    @media (max-width: 450px) {
      section.helpful-links .services-three {
        width: 100%;
        float: right;
        margin-right: 0; } }
  section.helpful-links .services-four {
    width: 24.0963855422%;
    float: right;
    margin-right: 0; }
    @media (max-width: 890px) {
      section.helpful-links .services-four {
        width: 49.3975903614%;
        float: right;
        margin-right: 0; } }
    @media (max-width: 450px) {
      section.helpful-links .services-four {
        width: 100%;
        float: right;
        margin-right: 0; } }
  section.helpful-links .services-links {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.4); }
    section.helpful-links .services-links h3 {
      background-color: #26273a;
      font-size: 24px;
      color: #fff;
      font-family: AvenirLTStd-Medium;
      margin: 0;
      padding: 16px 20px; }
    section.helpful-links .services-links ul {
      list-style-type: none;
      margin: 0;
      padding: 0;
      background: #fff;
      margin-bottom: 14px; }
      section.helpful-links .services-links ul li {
        border: 1px solid #f0f0f0;
        height: 73px;
        display: flex;
        align-items: center; }
        section.helpful-links .services-links ul li:last-child {
          border: none; }
        section.helpful-links .services-links ul li a {
          color: #25538c;
          text-decoration: none;
          display: block;
          padding: 0 21px 0 21px; }

section.news {
  padding-bottom: 60px; }
  section.news h2 {
    line-height: 57px;
    font-size: 44px;
    color: #292929;
    position: relative;
    display: inline-block;
    font-family: AvenirLTStd-Medium; }
    section.news h2:after {
      content: "";
      border-bottom: solid 6px #b0163b;
      position: absolute;
      width: 85%;
      bottom: -10px;
      left: 0; }
  section.news div.articles article.news-entry {
    width: 31.7073170732%;
    float: left; }
    section.news div.articles article.news-entry:nth-child(3n + 1) {
      margin-left: 0;
      margin-right: -100%;
      clear: both;
      margin-left: 0; }
    section.news div.articles article.news-entry:nth-child(3n + 2) {
      margin-left: 34.1463414634%;
      margin-right: -100%;
      clear: none; }
    section.news div.articles article.news-entry:nth-child(3n + 3) {
      margin-left: 68.2926829268%;
      margin-right: -100%;
      clear: none; }
    @media (max-width: 1010px) {
      section.news div.articles article.news-entry {
        width: 47.8260869565%;
        float: left; }
        section.news div.articles article.news-entry:nth-child(2n + 1) {
          margin-left: 0;
          margin-right: -100%;
          clear: both;
          margin-left: 0; }
        section.news div.articles article.news-entry:nth-child(2n + 2) {
          margin-left: 52.1739130435%;
          margin-right: -100%;
          clear: none; }
        section.news div.articles article.news-entry:nth-child(3) {
          display: none; } }
    @media (max-width: 760px) {
      section.news div.articles article.news-entry {
        display: block;
        float: none;
        width: 100%;
        margin: 0 0 20px 0 !important;
        clear: both; } }
    section.news div.articles article.news-entry h3.news-heading {
      font-size: 26px;
      line-height: 32px;
      font-family: AvenirLTStd-Heavy;
      margin: 15px 0 0 0; }
      section.news div.articles article.news-entry h3.news-heading a {
        color: #25538c;
        text-decoration: none; }
    section.news div.articles article.news-entry p.summary {
      margin: 0;
      line-height: 26px;
      margin: 12px 0 12px 0; }
    section.news div.articles article.news-entry p.authored-on {
      margin: 0;
      font-family: AvenirLTStd-Heavy; }

section.footer {
  background: #26273A;
  overflow: hidden;
  padding-top: 40px; }
  section.footer a {
    color: #fff;
    text-decoration: none;
    font-family: AvenirLTStd-Medium; }
  section.footer div.links {
    overflow: hidden; }
    section.footer div.links ul {
      width: 24.0963855422%;
      float: left;
      margin-right: 1.2048192771%;
      padding: 0;
      margin: 0;
      list-style-type: none; }
      section.footer div.links ul li {
        margin-bottom: 10px; }
      @media (max-width: 760px) {
        section.footer div.links ul.col-one {
          width: 49.3975903614%;
          float: left;
          margin-right: 1.2048192771%;
          margin-bottom: 20px; }
        section.footer div.links ul.col-two {
          width: 49.3975903614%;
          float: right;
          margin-right: 0;
          margin-bottom: 20px; }
        section.footer div.links ul.col-three {
          width: 49.3975903614%;
          float: left;
          margin-right: 1.2048192771%; } }
      @media (max-width: 450px) {
        section.footer div.links ul.col-one {
          width: 100%;
          float: right;
          margin-right: 0;
          margin-bottom: 20px; }
        section.footer div.links ul.col-two {
          width: 100%;
          float: right;
          margin-right: 0;
          margin-bottom: 20px; }
        section.footer div.links ul.col-three {
          width: 100%;
          float: right;
          margin-right: 0; }
        section.footer div.links ul li a {
          text-align: center;
          display: block; } }
    section.footer div.links div.awards {
      width: 24.0963855422%;
      float: right;
      margin-right: 0; }
      @media (max-width: 760px) {
        section.footer div.links div.awards {
          width: 49.3975903614%;
          float: right;
          margin-right: 0; } }
      @media (max-width: 450px) {
        section.footer div.links div.awards {
          display: none; } }
      section.footer div.links div.awards h3 {
        margin: 0 0 8px 0;
        color: #fff; }
      section.footer div.links div.awards p {
        margin: 0 0 10px 0;
        color: #fff; }
  section.footer div.copyright {
    margin-top: 40px;
    padding-top: 20px;
    margin-bottom: 20px;
    border-top: solid 1px #fff; }
    section.footer div.copyright ul {
      padding: 0;
      margin: 0;
      text-align: center; }
      section.footer div.copyright ul li {
        display: inline;
        margin-right: 30px; }
        section.footer div.copyright ul li:last-child {
          margin-right: 0; }
        section.footer div.copyright ul li p {
          display: inline;
          color: #fff;
          font-family: AvenirLTStd-Medium; }
        @media (max-width: 518px) {
          section.footer div.copyright ul li {
            display: block;
            margin-right: 0;
            margin-bottom: 10px; } }

section.sub-page-body {
  padding-bottom: 50px; }
  section.sub-page-body header.sub-page-header {
    padding: 60px 0;
    background: url("../images/search-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat; }
    section.sub-page-body header.sub-page-header h1 {
      text-shadow: 0 2px 3px rgba(0, 0, 0, 0.7);
      color: #ffffff;
      font-family: AvenirLTStd-Medium;
      font-size: 42px;
      line-height: 57px; }
  section.sub-page-body div.main-content {
    width: 66.265060241%;
    float: left;
    margin-right: 1.2048192771%;
    margin-top: 20px;
    overflow: hidden; }
    @media (max-width: 1035px) {
      section.sub-page-body div.main-content {
        width: 58%;
        float: left;
        margin-right: 1.2048192771%; } }
    @media (max-width: 866px) {
      section.sub-page-body div.main-content {
        width: 100%;
        float: right;
        margin-right: 0;
        float: none;
        display: block; } }
    section.sub-page-body div.main-content strong {
      font-weight: normal;
      font-family: AvenirLTStd-Medium; }
    section.sub-page-body div.main-content h2 {
      font-size: 30px;
      line-height: 24px;
      color: #292929;
      position: relative;
      display: inline-block;
      font-family: AvenirLTStd-Medium; }
      section.sub-page-body div.main-content h2:after {
        content: "";
        border-bottom: solid 4px #b0163b;
        position: absolute;
        width: 80%;
        bottom: -10px;
        left: 0; }
    section.sub-page-body div.main-content img {
      display: block; }
    section.sub-page-body div.main-content p {
      font-size: 18px;
      line-height: 26px;
      font-family: AvenirLTStd-Book; }
    section.sub-page-body div.main-content a {
      color: #25538c;
      font-family: AvenirLTStd-Medium; }
    section.sub-page-body div.main-content ul li {
      line-height: 26px; }
    section.sub-page-body div.main-content div.not-found p {
      font-size: 21px;
      line-height: 30px; }
  section.sub-page-body div.sidebar {
    width: 30.5903614458%;
    float: right;
    margin-right: 0; }
    @media (max-width: 1035px) {
      section.sub-page-body div.sidebar {
        width: 38%;
        float: right;
        margin-right: 0; } }
    @media (max-width: 866px) {
      section.sub-page-body div.sidebar {
        width: 100%;
        float: right;
        margin-right: 0;
        float: none;
        display: block;
        margin-top: 20px; }
        section.sub-page-body div.sidebar .popular-services {
          margin-top: 0 !important; } }
    section.sub-page-body div.sidebar .popular-services {
      box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
      border-radius: 1px;
      background-color: #ffffff;
      position: relative;
      margin-top: -75px; }
      section.sub-page-body div.sidebar .popular-services h2 {
        font-size: 24px;
        font-family: AvenirLTStd-Medium;
        color: #292929;
        margin: 0;
        background: #fff;
        padding: 20px 25px 16px 25px;
        border-top: solid 4px #b0163b;
        border-bottom: solid 1px #dfdfdf;
        line-height: 31px; }
      section.sub-page-body div.sidebar .popular-services ul {
        list-style-type: none;
        margin: 0;
        padding: 0; }
        section.sub-page-body div.sidebar .popular-services ul li {
          border-bottom: solid 1px #dfdfdf;
          position: relative;
          display: flex;
          align-items: center; }
          section.sub-page-body div.sidebar .popular-services ul li:before {
            content: "•";
            position: absolute;
            top: 20px;
            left: 35px;
            color: #2a4383; }
          section.sub-page-body div.sidebar .popular-services ul li a {
            text-decoration: none;
            font-size: 19px;
            font-family: AvenirLTStd-Heavy;
            color: #2a4383;
            display: block;
            padding: 15.3px 15px 11.3px 54px;
            width: 100%;
            line-height: 26px; }

html {
  box-sizing: border-box; }

body {
  position: relative; }

*, *:before, *:after {
  box-sizing: inherit; }

.hidden {
  display: none !important; }

[v-cloak] {
  display: none; }

.container {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px; }
  .container:after {
    content: " ";
    display: block;
    clear: both; }

.card-container {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto; }
  .card-container:after {
    content: " ";
    display: block;
    clear: both; }

*:focus {
  box-shadow: 0px 0px 0px 3px #E0A312 !important;
  outline: none; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

img {
  max-width: 100%; }
