.clear:before, .container .row:before, .module ul li:before, .clear:after, .container .row:after, .module ul li:after {
  content: ' ';
  display: block;
  width: 100%;
  clear: both; }

.container {
  width: 100%;
  position: relative; }
  .container .row {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 1400px;
    padding: 0 2rem;
    margin: 0 auto; }
    @media (max-width: 667px) {
      .container .row {
        padding: 0 1rem; } }
    .container .row .push-1 {
      margin-left: 8.3333333333%; }
    .container .row .col, .container .row .col-1, .container .row .col-2, .container .row .col-3, .container .row .col-4, .container .row .col-5, .container .row .col-6, .container .row .col-7, .container .row .col-8, .container .row .col-9, .container .row .col-10, .container .row .col-11, .container .row .col-12 {
      display: block;
      float: left;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0 2rem;
      position: relative;
      width: 8.3333333333%; }
      .container .row .col-1 {
        width: 8.3333333333%; }
      .container .row .col-2 {
        width: 16.6666666667%; }
      .container .row .col-3 {
        width: 25%; }
      .container .row .col-4 {
        width: 33.3333333333%; }
      .container .row .col-5 {
        width: 41.6666666667%; }
      .container .row .col-6 {
        width: 50%; }
      .container .row .col-7 {
        width: 58.3333333333%; }
      .container .row .col-8 {
        width: 66.6666666667%; }
      .container .row .col-9 {
        width: 75%; }
      .container .row .col-10 {
        width: 83.3333333333%; }
      .container .row .col-11 {
        width: 91.6666666667%; }
      .container .row .col-12 {
        width: 100%; }

@media (max-width: 667px) {
  .container .row .col-1,
  .container .row .col-2,
  .container .row .col-3,
  .container .row .col-4,
  .container .row .col-5,
  .container .row .col-6,
  .container .row .col-7,
  .container .row .col-8,
  .container .row .col-9,
  .container .row .col-10,
  .container .row .col-11,
  .container .row .col-12 {
    width: 100%; } }
body .site-main {
  opacity: 1;
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0, 0.175, 1);
  -moz-transition: all 0.5s cubic-bezier(0.5, 0, 0.175, 1);
  -o-transition: all 0.5s cubic-bezier(0.5, 0, 0.175, 1);
  transition: all 0.5s cubic-bezier(0.5, 0, 0.175, 1); }
body.is-preload .site-main {
  opacity: 0; }

.skip-link {
  display: none; }

.site-header {
  position: relative;
  z-index: 2; }
  .site-header .block__brand {
    background-color: #001546;
    color: #FFFFFF;
    height: 120px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }

.logo .emblem {
  width: 120px;
  display: inline-block;
  position: absolute;
  top: 15px; }
  .logo .emblem img {
    width: 100%;
    height: auto; }
  @media (max-width: 1024px) {
    .logo .emblem {
      width: 80px; } }
  @media (max-width: 667px) {
    .logo .emblem {
      width: 40px !important;
      left: 15px !important; } }
.logo .wordmark {
  color: #FFFFFF;
  letter-spacing: 0.02em;
  font-size: 2rem;
  line-height: 1.28em;
  font-weight: 300;
  position: relative;
  left: 140px;
  top: 40px; }
  @media (max-width: 1024px) {
    .logo .wordmark {
      left: 100px;
      font-size: 1.8rem; } }
  @media (max-width: 667px) {
    .logo .wordmark {
      font-size: 1.2rem !important;
      left: 45px !important;
      top: 15px !important; } }
  .logo .wordmark span {
    font-weight: 700;
    display: block; }
    @media (max-width: 667px) {
      .logo .wordmark span {
        display: block; } }
    .logo .wordmark span.light {
      display: block;
      font-weight: 300; }
  .logo .wordmark:link, .logo .wordmark:visited, .logo .wordmark:active {
    text-decoration: none; }
  .logo .wordmark:hover {
    text-decoration: underline; }

.the-date {
  font-size: 1.4rem;
  padding: 1.3rem 0 0;
  text-align: right; }
  @media (max-width: 1024px) {
    .the-date {
      font-size: 1.2rem; } }

.site-footer {
  font-size: 1.4rem; }
  .site-footer a:link, .site-footer a:visited, .site-footer a:active {
    color: #FFFFFF;
    text-decoration: none; }
  .site-footer .block__sub-footer {
    background-color: #001546;
    color: #FFFFFF;
    min-height: 300px;
    padding: 4rem 0; }
    .site-footer .block__sub-footer .footer-menu {
      padding-top: 2rem; }
      .site-footer .block__sub-footer .footer-menu h3 {
        color: #FFFFFF;
        margin-bottom: 2rem; }
    .site-footer .block__sub-footer .logo .emblem {
      width: 80px;
      top: 0; }
    .site-footer .block__sub-footer .wordmark {
      font-size: 1.8rem;
      top: 20px;
      left: 100px; }
  .site-footer .block__legal {
    font-size: 1.2rem;
    color: rgba(34, 34, 34, 0.7);
    padding: 1.5rem 0; }
    .site-footer .block__legal .menu-legal-container {
      float: right; }
      .site-footer .block__legal .menu-legal-container .menu {
        list-style: none; }
        .site-footer .block__legal .menu-legal-container .menu li {
          display: inline-block; }
          .site-footer .block__legal .menu-legal-container .menu li a {
            padding: 1rem 0.5rem; }
            .site-footer .block__legal .menu-legal-container .menu li a:link, .site-footer .block__legal .menu-legal-container .menu li a:active, .site-footer .block__legal .menu-legal-container .menu li a:visited {
              color: rgba(34, 34, 34, 0.7);
              text-decoration: none; }
            .site-footer .block__legal .menu-legal-container .menu li a:hover {
              color: #333333;
              text-decoration: underline; }
  .site-footer .menu-services-container .menu,
  .site-footer .menu-userfull-links-container .menu {
    list-style: none; }
    .site-footer .menu-services-container .menu li a:link, .site-footer .menu-services-container .menu li a:visited, .site-footer .menu-services-container .menu li a:active,
    .site-footer .menu-userfull-links-container .menu li a:link,
    .site-footer .menu-userfull-links-container .menu li a:visited,
    .site-footer .menu-userfull-links-container .menu li a:active {
      font-size: 1.4rem;
      color: #FFFFFF;
      text-decoration: none; }

.page-header {
  background-color: #eee;
  line-height: 0; }

.site-content {
  position: relative;
  z-index: 0; }

.block__services {
  padding: 2rem 0; }
  .block__services .row article {
    display: block;
    width: 25%;
    float: left;
    min-height: 220px;
    padding: 1rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.4rem;
    line-height: 1.4em; }
    .block__services .row article h2 {
      font-size: 2.2rem;
      font-weight: 500;
      color: #001546; }
    .block__services .row article a:link, .block__services .row article a:visited {
      text-decoration: none; }
    .block__services .row article a:hover h2 {
      color: #0044dd; }

.container.the-latest {
  margin-top: 0rem;
  padding: 4rem;
  border-top: 1px solid #EEEEEE;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }
  .container.the-latest .module {
    margin-bottom: 0; }
  @media (max-width: 667px) {
    .container.the-latest {
      padding-left: 0;
      padding-right: 0; } }
  @media (max-width: 667px) {
    .container.the-latest .row .col-6:first-child {
      margin-bottom: 8rem; } }
.container.showcase {
  margin-top: 4rem; }
.container.search-page {
  margin-top: 4rem; }
  .container.search-page h1 {
    line-height: 1.5em;
    padding: 2rem 0; }
  .container.search-page article {
    padding: 0 !important;
    padding-top: 4rem !important; }
  .container.search-page h2 {
    font-size: 2rem;
    font-weight: bold; }
  .container.search-page .posts-navigation {
    padding: 4rem 0; }

.row.breadcrumb {
  max-width: 100%;
  border-bottom: 0px solid rgba(34, 34, 34, 0.07);
  padding-top: 0.9rem;
  height: 40px;
  font-size: 1.3rem;
  color: #666666; }
  .row.breadcrumb strong {
    color: #0044dd; }
  .row.breadcrumb a:link, .row.breadcrumb a:active, .row.breadcrumb a:visited {
    text-decoration: none;
    color: #666666; }
  .row.breadcrumb a:hover {
    color: #0044dd; }

.block__navigation {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #eee;
  height: 50px; }
  .block__navigation .row {
    padding: 0 2rem; }
    .block__navigation .row > div {
      width: auto !important; }
    .block__navigation .row .todays-date {
      float: right; }
  .block__navigation .main-navigation {
    margin-left: 140px; }
    @media (max-width: 1024px) {
      .block__navigation .main-navigation {
        margin-left: 0; } }
    .block__navigation .main-navigation .menu-toggle {
      display: none; }

.menu-main-container ul {
  list-style: none; }
  .menu-main-container ul li {
    display: inline-block; }
    .menu-main-container ul li a {
      display: block;
      height: 50px;
      padding: 1.4rem 1rem 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 1.4rem; }
      @media (max-width: 1024px) {
        .menu-main-container ul li a {
          font-size: 1.2rem;
          padding: 1.4rem 0.5rem 0; } }
      .menu-main-container ul li a:link, .menu-main-container ul li a:active, .menu-main-container ul li a:visited {
        text-decoration: none;
        font-weight: 500;
        letter-spacing: 0;
        color: #333333; }
      .menu-main-container ul li a:hover {
        border-bottom: 5px solid #001546; }
    .menu-main-container ul li.current-menu-item a {
      border-bottom: 5px solid #0044dd;
      color: #0044dd; }
    .menu-main-container ul li .sub-menu {
      display: none; }

.services {
  padding: 6rem 0 4rem; }
  .services article {
    margin-bottom: 3rem; }

.single-service {
  font-size: 1.8rem;
  line-height: 1.5em;
  padding: 6rem 0; }
  .single-service .row .col-3.thumb {
    float: right !important; }
    .single-service .row .col-3.thumb img {
      width: 100%;
      height: auto; }
      @media (max-width: 667px) {
        .single-service .row .col-3.thumb img {
          width: auto;
          margin: 0 auto 2rem; } }
  .single-service h1 {
    margin-bottom: 4rem;
    line-height: 1.2em; }
  .single-service h4 {
    margin-top: 0; }
  .single-service p {
    margin-bottom: 2rem; }
  .single-service ul,
  .single-service ol {
    padding: 0 0 4rem 6rem; }
  .single-service ol {
    list-style: initial; }
  .single-service .parent {
    font-size: 1.6rem;
    line-height: 1.4em; }
    .single-service .parent ol {
      padding: 0 0 0 2rem; }
      .single-service .parent ol li {
        margin-bottom: 1rem; }
        .single-service .parent ol li a {
          text-decoration: none; }
          .single-service .parent ol li a:link, .single-service .parent ol li a:active, .single-service .parent ol li a:visited {
            color: #001546; }
          .single-service .parent ol li a:hover {
            text-decoration: underline; }
  .single-service .summary {
    border-left: 1px solid #ccc;
    padding: 0 0 3rem 3rem;
    min-height: 100px;
    font-size: 1.6rem;
    line-height: 1.6em;
    font-weight: 500; }
    .single-service .summary h3 {
      margin-bottom: 1rem; }
    .single-service .summary ul, .single-service .summary ol {
      padding: 0;
      list-style-position: inside; }

.hero {
  padding: 4rem 0;
  background: rgba(34, 34, 34, 0.07); }
  .hero h2 {
    display: inline-block;
    margin-right: 4rem; }
  .hero form {
    display: inline-block; }

.block__brand .search-form {
  position: absolute;
  right: 0rem;
  top: 3rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 1.4rem 3rem 1rem 2rem; }
  .block__brand .search-form input {
    border-bottom: 0px solid rgba(255, 255, 255, 0.5);
    color: #FFFFFF;
    font-size: 1.6rem;
    padding: 0 0 0.4rem 0;
    width: 240px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -os-border-radius: 0;
    border-radius: 0; }
    .block__brand .search-form input::placeholder {
      color: rgba(255, 255, 255, 0.5); }
  .block__brand .search-form input[type="submit"] {
    background-image: url("img/icon-search-white.png");
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    /* IE 5-7 */
    filter: alpha(opacity=50);
    /* Netscape */
    -moz-opacity: 50;
    /* Safari 1.x */
    -khtml-opacity: 50;
    opacity: 0.5;
    width: 20px;
    height: 20px; }

.search-form input {
  background: none;
  border: 0;
  border-bottom: 2px solid rgba(34, 34, 34, 0.2);
  font-size: 4rem;
  font-weight: 300;
  color: #0044dd;
  position: relative;
  display: inline-block;
  margin-left: 0rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -os-border-radius: 0;
  border-radius: 0; }
  .search-form input:focus {
    outline: none; }
  .search-form input::placeholder {
    color: rgba(34, 34, 34, 0.2); }
.search-form input[type="submit"] {
  display: inline-block;
  border-bottom: 0;
  width: 30px;
  height: 30px;
  background-size: cover;
  font-size: 0;
  line-height: 0;
  position: relative;
  top: -6px;
  left: 8px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /* IE 5-7 */
  filter: alpha(opacity=20);
  /* Netscape */
  -moz-opacity: 20;
  /* Safari 1.x */
  -khtml-opacity: 20;
  opacity: 0.2; }

.news {
  margin: 4rem 0 0; }
  .news .article {
    margin-bottom: 4rem; }
    .news .article > div {
      float: left; }
    .news .article .thumb {
      width: 50%; }
      .news .article .thumb img {
        width: 100%;
        height: auto; }
    .news .article .text {
      width: 50%;
      padding-left: 2rem;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box; }
      .news .article .text h4 {
        margin-top: 1rem; }
        .news .article .text h4 a {
          text-decoration: none; }

.notice {
  background: #ffdd40;
  text-align: center;
  color: #000;
  font-size: 1.4rem; }
  @media (max-width: 768px) {
    .notice {
      font-size: 1.2rem;
      line-height: 1.5rem; } }
  .notice .bx-wrapper {
    margin: 0;
    background: none; }
    .notice .bx-wrapper article {
      padding: 1.4rem 2rem 1.5rem;
      height: 50px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box; }
  .notice a:link, .notice a:active, .notice a:visited {
    color: #333333;
    font-weight: 400;
    text-decoration: none;
    border-bottom: 1px solid #333333; }
  .notice a:hover {
    border-bottom: 3px solid #333333; }

@media (max-width: 768px) {
  .notice .bx-wrapper article {
    height: auto !important; } }
.vpcg-single,
.vpcg-single-page {
  font-size: 1.8rem;
  line-height: 1.5em;
  padding: 8rem 0 0;
  margin: 0 auto; }
  .vpcg-single article,
  .vpcg-single-page article {
    max-width: 860px;
    margin: 0 auto 6rem; }
    .vpcg-single article figure,
    .vpcg-single-page article figure {
      max-width: 100%; }
    .vpcg-single article img,
    .vpcg-single-page article img {
      width: 100%;
      height: auto; }
    .vpcg-single article .posted-date,
    .vpcg-single-page article .posted-date {
      text-align: center;
      margin-bottom: 1rem;
      font-size: 1.6rem; }
    .vpcg-single article h1,
    .vpcg-single-page article h1 {
      text-align: center;
      font-size: 3.4rem;
      line-height: 1.2em;
      margin-bottom: 3rem; }
    .vpcg-single article h2,
    .vpcg-single-page article h2 {
      line-height: 1.2em;
      font-size: 3.4rem;
      margin-bottom: 2rem; }
    .vpcg-single article p,
    .vpcg-single-page article p {
      margin-bottom: 2rem; }
    .vpcg-single article ul,
    .vpcg-single article ol,
    .vpcg-single-page article ul,
    .vpcg-single-page article ol {
      display: block;
      list-style-type: disc;
      margin-block-start: 1em;
      margin-block-end: 1em;
      margin-inline-start: 0px;
      margin-inline-end: 0px;
      padding-inline-start: 40px; }
  .vpcg-single .wp-caption,
  .vpcg-single-page .wp-caption {
    margin-bottom: 2rem; }
    .vpcg-single .wp-caption img,
    .vpcg-single-page .wp-caption img {
      margin-bottom: 0; }
    .vpcg-single .wp-caption .wp-caption-text,
    .vpcg-single-page .wp-caption .wp-caption-text {
      font-size: 1.2rem;
      line-height: 1.4em;
      color: #666666; }

.vpcg-single-page article {
  max-width: 100%; }
  .vpcg-single-page article h1 {
    text-align: left;
    font-size: 4.8rem;
    margin-bottom: 2rem; }

.footnote {
  margin-top: 4rem;
  font-size: 1.2rem;
  line-height: 1.48em; }

.post-navigation {
  padding: 12rem 0 4rem; }
  .post-navigation h2 {
    display: none; }
  .post-navigation .nav-links:before, .post-navigation .nav-links:after {
    content: ' ';
    display: block;
    clear: both; }
  .post-navigation .nav-links > div:before {
    letter-spacing: 0.02em;
    display: block;
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 600;
    color: rgba(34, 34, 34, 0.7); }
  .post-navigation .nav-links > div a {
    font-weight: 500;
    text-decoration: none; }
    .post-navigation .nav-links > div a:hover {
      color: #0044dd;
      text-decoration: underline; }
  .post-navigation .nav-links .nav-previous {
    width: 25%;
    float: left; }
    .post-navigation .nav-links .nav-previous:before {
      content: 'Previous Post'; }
  .post-navigation .nav-links .nav-next {
    width: 25%;
    float: right;
    text-align: right; }
    .post-navigation .nav-links .nav-next:before {
      content: 'Next Post'; }

@media (max-width: 667px) {
  .vpcg-single,
  .single-service {
    padding: 4rem 0 6rem;
    font-size: 1.4rem;
    line-height: 1.4em; }
    .vpcg-single article .posted-date,
    .single-service article .posted-date {
      font-size: 1.2rem; }
    .vpcg-single article h1,
    .single-service article h1 {
      font-size: 2.4rem;
      line-height: 1.4em;
      margin-bottom: 2rem; }
    .vpcg-single article h2,
    .single-service article h2 {
      font-size: 2.4rem; }
    .vpcg-single h4,
    .single-service h4 {
      margin-top: 2rem; }
    .vpcg-single ul, .vpcg-single ol,
    .single-service ul,
    .single-service ol {
      list-style-position: outside;
      padding: 0 0 0 2rem;
      margin: 0 0 2rem 0; }

  .post-navigation {
    padding-top: 2rem; }
    .post-navigation .nav-links .nav-next,
    .post-navigation .nav-links .nav-previous {
      width: 45%;
      line-height: 1.2em; }
      .post-navigation .nav-links .nav-next a,
      .post-navigation .nav-links .nav-previous a {
        font-size: 1.2rem; } }
.module {
  margin-bottom: 8rem;
  /* holiday chart */ }
  .module ul {
    list-style: none; }
    .module ul li {
      margin-bottom: 2rem; }
  .module h4 a {
    text-decoration: none;
    line-height: 1.3em; }
    .module h4 a:hover {
      text-decoration: underline; }
  .module .more {
    font-size: 1.4rem;
    margin-top: 2rem;
    display: inline-block;
    text-decoration: none;
    border-bottom: 0px solid rgba(34, 34, 34, 0.2);
    line-height: 1.2em;
    font-weight: 500; }
    .module .more:link, .module .more:visited {
      color: #001546; }
    .module .more:hover {
      color: #0044dd;
      border-color: #0044dd; }
    .module .more span {
      position: relative;
      font-size: 1rem;
      top: -1px;
      padding-right: 0.2rem; }
  .module .non-working-holidays {
    height: 320px;
    overflow-y: scroll;
    background: #EEEEEE; }
    .module .non-working-holidays ul li {
      padding: 2rem 2rem 1.4rem;
      border-bottom: 1px solid #dadada;
      margin-bottom: 0; }
  .module__media ul:before, .module__media ul:after {
    content: ' ';
    display: block;
    clear: both; }
  .module__media li {
    width: 50%;
    display: block;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
    .module__media li:nth-child(odd) {
      padding-right: 2rem; }
    .module__media li:nth-child(even) {
      padding-left: 2rem; }
    .module__media li > div {
      float: left;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box; }
    .module__media li .thumb {
      width: 50%;
      padding-right: 2rem; }
      .module__media li .thumb img {
        width: 100%;
        height: auto; }
    .module__media li .text {
      width: 50%;
      padding-left: 2rem; }

.bx-wrapper {
  -moz-box-shadow: 0 0 0px #ccc;
  -webkit-box-shadow: 0 0 0px #ccc;
  box-shadow: 0 0 0px #ccc;
  border: 0px solid #fff;
  background: #fff; }

.bx-wrapper .bx-pager {
  display: none; }

.slider article .article__copy {
  position: absolute;
  z-index: 1;
  left: 3rem;
  bottom: 3rem;
  background: #0b2e62;
  color: #FFFFFF;
  width: 360px;
  padding: 3rem; }
  .slider article .article__copy h2 {
    font-size: 2rem;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 1rem; }
    .slider article .article__copy h2 a:link, .slider article .article__copy h2 a:visited, .slider article .article__copy h2 a:active {
      color: #FFFFFF;
      text-decoration: none; }
    .slider article .article__copy h2 a:hover {
      border-bottom: 2px solid #fff; }
.slider article img {
  position: relative;
  z-index: 0;
  width: 100%;
  height: auto; }

@media (max-width: 667px) {
  .slider article {
    height: 320px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; }
    .slider article img {
      display: none; }
    .slider article .article__copy {
      display: block;
      position: absolute;
      left: 2rem;
      bottom: 2rem;
      width: 100%;
      padding: 0;
      padding: 1.5rem 2rem;
      width: 50%; }
      .slider article .article__copy h2 {
        font-size: 1.8rem;
        line-height: 1.2em;
        margin-bottom: 0rem; }
      .slider article .article__copy p {
        font-size: 1.1rem;
        line-height: 1.4em; } }
.consular-outreach li .date,
.consular-outreach li .event-info {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }
.consular-outreach li .date {
  font-size: 1.4rem;
  text-align: center;
  font-weight: 400;
  display: block;
  background-color: #333333;
  padding: 1.6rem 0;
  color: #FFFFFF;
  float: left;
  text-transform: uppercase;
  width: 15%; }
  .consular-outreach li .date .day {
    font-size: 2.4rem;
    font-weight: bold; }
.consular-outreach li .event-info {
  display: block;
  float: left;
  width: 85%;
  padding-left: 2rem; }
  .consular-outreach li .event-info h4 {
    margin-bottom: 0; }

.vpcg-archive h1 {
  line-height: 1em;
  margin: 4rem auto 6rem;
  font-size: 2.4rem;
  text-decoration: underline; }
.vpcg-archive .module {
  margin-bottom: 0; }
  .vpcg-archive .module ul li {
    margin-bottom: 6rem; }
    .vpcg-archive .module ul li h4 {
      font-size: 2.8rem;
      margin-top: 0.5rem;
      margin-bottom: 0.5rem; }
.vpcg-archive .pagenav ol li {
  margin-bottom: 0; }

.navigation.posts-navigation {
  display: none; }

.pagenav {
  margin: 8rem 0 6rem;
  display: block;
  font-size: 1.4rem; }
  .pagenav ol {
    list-style: none; }
    .pagenav ol li {
      display: inline-block;
      margin-bottom: 0; }
      .pagenav ol li:first-child span {
        padding-left: 0rem; }
      .pagenav ol li a,
      .pagenav ol li span {
        padding: 1rem;
        text-decoration: none; }
      .pagenav ol li span.current {
        color: #0044dd; }

.btn.book-now {
  background-color: red;
  display: block;
  padding: 1.2rem 1rem;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  color: white;
  border-radius: 4px; }
  .btn.book-now:hover {
    background-color: #df1807; }

.wp-video {
  margin: 0 auto; }

@media (max-width: 667px) {
  .module__media li {
    width: 100%;
    padding: 0 !important;
    margin-bottom: 40px; }
    .module__media li .thumb {
      padding-right: 10px; }
    .module__media li .text {
      padding-left: 10px;
      font-size: 1.1rem;
      line-height: 1em; }
    .module__media li h4 {
      font-size: 1.4rem;
      line-height: 1.1em;
      margin-top: 4px; } }
* {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html {
  font-size: 62.5%; }

body {
  font-family: "Roboto", sans-serif, arial;
  font-size: 1.6rem;
  line-height: 1.4em;
  font-weight: 400;
  color: #333333;
  overflow-y: scroll;
  background: #FFFFFF; }

h2 {
  font-size: 4rem;
  font-weight: 300;
  line-height: 1.4em;
  color: rgba(34, 34, 34, 0.7); }

h3 {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 1.4rem;
  color: rgba(34, 34, 34, 0.5);
  margin-bottom: 3rem; }

h4 {
  font-size: 2rem;
  margin-bottom: 1rem; }
  h4 a {
    text-decoration: underline; }
    h4 a:link, h4 a:visited {
      color: #001546; }
    h4 a:hover {
      color: #0044dd; }

table {
  margin: 4rem 0;
  font-size: 1.6rem;
  line-height: 1.4em; }
  table th {
    font-size: 1.4rem; }
  table th,
  table td {
    padding: 1rem 2rem;
    text-align: left;
    border-bottom: 1px solid rgba(34, 34, 34, 0.2); }
  table th {
    background-color: rgba(34, 34, 34, 0.2);
    color: #333333; }
  table tr:hover td {
    background: rgba(255, 221, 64, 0.2); }

.entry-content ul {
  padding: 0 0 0 4rem;
  margin-bottom: 1rem; }

a:link, a:active {
  color: #0044dd; }
a:visited {
  color: #001546; }

.page-info {
  padding: 3rem 0;
  color: rgba(34, 34, 34, 0.5);
  font-size: 1.4rem; }
  .page-info a {
    float: right; }

.fine-print {
  font-size: 1.1rem;
  line-height: 1.4em; }

.resources {
  padding: 4rem 0; }
  .resources h3 {
    color: rgba(34, 34, 34, 0.7);
    margin-bottom: 1rem; }
  .resources a {
    color: #001546; }
    .resources a:hover {
      color: #0044dd; }

.banner {
  height: 320px;
  overflow: hidden;
  background: #eee;
  background-position: center center; }

@media (max-width: 667px) {
  table {
    margin: 4rem 0;
    font-size: 1.2rem;
    line-height: 1.4em; }
    table th {
      font-size: 1.2rem; }
    table th,
    table td {
      padding: 1rem 0.2em;
      text-align: center;
      border-bottom: 1px solid rgba(34, 34, 34, 0.2); }
    table th {
      background-color: rgba(34, 34, 34, 0.2);
      color: #333333; }
    table tr:hover td {
      background: rgba(255, 221, 64, 0.2); }

  .showcase {
    margin-top: 0 !important; }
    .showcase .row {
      padding: 0; }
      .showcase .row .col-9 {
        padding: 0; }
      .showcase .row .col-3 {
        padding: 0 3rem; }

  .single-service {
    padding-top: 4rem; }

  .parent h1 {
    margin-bottom: 2rem; }
  .parent ol {
    list-style-position: inside;
    padding: 2rem 2rem 1rem !important;
    margin-bottom: 4rem;
    background: rgba(34, 34, 34, 0.07);
    font-size: 1.3rem;
    line-height: 1.4em; }
    .parent ol li a:link, .parent ol li a:active, .parent ol li a:visited {
      color: #001546; }

  .site-header {
    position: fixed;
    width: 100%; }
    .site-header .block__brand {
      height: auto; }
      .site-header .block__brand .the-logo {
        height: 60px;
        width: 260px; }
      .site-header .block__brand .the-search-block {
        display: none;
        padding: 0 0 1rem 0; }
        .site-header .block__brand .the-search-block form {
          position: relative;
          top: 0; }
          .site-header .block__brand .the-search-block form .search-field {
            width: 100%;
            padding-right: 25px; }
          .site-header .block__brand .the-search-block form #searchsubmit {
            position: absolute;
            top: 15px;
            right: 15px;
            left: auto; }

  .page-info {
    font-size: 1.1rem; }
    .page-info .scroll-up {
      display: none !important; }

  .btn-mobile {
    display: block;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: absolute;
    right: 20px;
    top: 10px;
    text-align: center;
    line-height: 0em;
    padding: 1.2rem 0 0;
    z-index: 1000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
    .btn-mobile span {
      display: inline-block;
      width: 20px;
      height: 1px;
      background-color: #FFFFFF; }
    .btn-mobile.close span {
      position: relative; }
      .btn-mobile.close span:first-child {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 4px; }
      .btn-mobile.close span:last-child {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: -2px; }

  .block__navigation {
    background: #001546;
    height: auto;
    border-bottom: 0;
    display: none; }
    .block__navigation.is-open {
      display: block;
      z-index: 1000; }
    .block__navigation .row {
      padding: 0; }
      .block__navigation .row .col-9 {
        padding: 0;
        width: 100%; }
      .block__navigation .row .todays-date {
        display: none; }
    .block__navigation .menu-main-container {
      border-top: 1px solid rgba(255, 255, 255, 0.1);
      position: relative;
      top: -1px; }
      .block__navigation .menu-main-container ul:before, .block__navigation .menu-main-container ul:after {
        content: ' ';
        display: block;
        clear: both; }
      .block__navigation .menu-main-container ul li {
        width: 50%;
        display: block;
        float: left;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box; }
        .block__navigation .menu-main-container ul li a:link, .block__navigation .menu-main-container ul li a:active, .block__navigation .menu-main-container ul li a:visited {
          color: #FFFFFF;
          font-size: 1.4rem;
          text-align: center; }
        .block__navigation .menu-main-container ul li:nth-child(odd) {
          border-right: 1px solid rgba(255, 255, 255, 0.1); }

  .site-content {
    padding-top: 134px; }
    .site-content .col-12 .container .row {
      padding: 0; }
      .site-content .col-12 .container .row > div {
        padding: 0; }

  .site-footer .block__legal {
    font-size: 1rem; }
  .site-footer .menu-legal-container {
    display: none; }

  .logo .emblem {
    width: 60px;
    top: 5px;
    left: 0px; }
  .logo .wordmark {
    font-size: 1.4rem;
    left: 60px; }

  .search-field {
    width: 100%; }

  .vpcg-contact {
    display: none !important; } }

/*# sourceMappingURL=main.css.map */
