@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Hind+Madurai:wght@300;400;500;600;700&display=swap");
body {
  font-family: "Open Sans", sans-serif;
  color: #1D1D1D;
  font-size: 1.125rem;
  background: #f7f8fd; }

h1,
h2,
h3,
h4,
h5 {
  font-family: "Hind Madurai", sans-serif;
  font-weight: 600; }

h2 {
  font-size: 2.25rem;
  line-height: 42px; }

h3 {
  font-size: 2rem;
  line-height: 40px; }

h4 {
  font-size: 1.75rem;
  line-height: 34px; }

h5 {
  font-size: 1.563rem;
  line-height: 34px; }

h6 {
  font-size: 1.25rem;
  line-height: 34px; }

section {
  padding: 30px 0; }

p {
  font-size: 1.063rem;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 20px; }
  p a {
    font-weight: 600;
    color: #0556AD; }
  p strong {
    font-weight: 600; }
  p.font-20 {
    font-size: 1.125rem; }

a {
  color: #0556AD;
  text-decoration: none; }
  a:hover {
    color: #0556AD;
    text-decoration: underline; }

h2.sectionHeader {
  font-size: 2.25rem;
  color: #404040;
  font-weight: 600;
  margin-bottom: 15px; }

.flex-fit {
  display: flex;
  flex-direction: column; }

.bg-blue {
  background: #E8EFFE; }

.wrapper {
  min-height: 100vh;
  margin-bottom: -329px;
  padding-bottom: 329px; }

.skip-to-content {
  position: absolute;
  background: #1D1655;
  color: #fff;
  padding: 10px 20px;
  border-radius: 0;
  left: 0;
  transform: translateY(-100%);
  transition: transform 0.3s; }
  .skip-to-content:focus {
    transform: translateY(0%); }
  .skip-to-content:hover {
    color: #fff; }

.scroll-to-top {
  display: none;
  cursor: pointer;
  background: #f7f8fd;
  color: #0556AD;
  padding: 5px 10px;
  position: fixed;
  bottom: 100px;
  right: 30px;
  line-height: 50px;
  text-align: center;
  z-index: 1000; }
  .scroll-to-top p {
    margin: 0; }
    .scroll-to-top p .fa-arrow-up {
      margin-right: 5px; }
  .scroll-to-top:hover {
    background: #e8effe; }

@media only screen and (max-width: 768px) {
  .scroll-to-top {
    display: none !important; } }
/* - - - - - - - - - - - - - - - - - - -
            Navigation
- - - - - - - - - - - - - - - - - - - */
.top-navbar {
  background: #FFFFFF;
  height: 60px; }
  .top-navbar .navbar-brand img {
    height: 45px;
    margin: 6px 0; }
  .top-navbar .nav-triggers {
    display: flex;
    float: right; }
    .top-navbar .nav-triggers #searchIcon {
      display: inline-flex;
      cursor: pointer;
      color: #1D1655;
      padding: 20px 0px 0 20px;
      height: 57px;
      width: 57px;
      font-size: 1.188rem;
      background: transparent;
      border: none;
      transition: 0.3s ease-out; }
      .top-navbar .nav-triggers #searchIcon:after {
        content: "\f002";
        font: var(--fa-font-regular);
        font-weight: 600; }
      .top-navbar .nav-triggers #searchIcon:hover {
        background: #E8EFFE; }
      .top-navbar .nav-triggers #searchIcon.selected {
        background: #E8EFFE; }
        .top-navbar .nav-triggers #searchIcon.selected:after {
          content: "\58";
          font: var(--fa-font-regular);
          font-weight: 600; }
      .top-navbar .nav-triggers #searchIcon p {
        display: none; }
    .top-navbar .nav-triggers .navbar-toggler {
      height: 60px;
      padding: 0 15px;
      border-radius: 0; }
      .top-navbar .nav-triggers .navbar-toggler:focus, .top-navbar .nav-triggers .navbar-toggler:hover {
        all: revert;
        height: 60px;
        padding: 0 15px;
        background: #fff; }
      .top-navbar .nav-triggers .navbar-toggler span {
        position: relative;
        display: block;
        background: #1D1655;
        border-radius: 50px;
        height: 2px;
        width: 20px;
        left: 0;
        opacity: 1;
        transition: all 0.35s ease-out;
        transform-origin: center left; }
        .top-navbar .nav-triggers .navbar-toggler span.middle-bar {
          margin: 5px 0; }
        .top-navbar .nav-triggers .navbar-toggler span:nth-child(1) {
          transform: translate(0%, 0%) rotate(0deg); }
        .top-navbar .nav-triggers .navbar-toggler span:nth-child(2) {
          opacity: 1; }
        .top-navbar .nav-triggers .navbar-toggler span:nth-child(3) {
          transform: translate(0%, 0%) rotate(0deg); }
      .top-navbar .nav-triggers .navbar-toggler:not(.collapsed) {
        background: #162970;
        padding: 15px;
        height: 60px;
        width: 52px; }
        .top-navbar .nav-triggers .navbar-toggler:not(.collapsed) span:nth-child(1) {
          background: #FFFFFF;
          transform: translate(18%, -30%) rotate(50deg); }
        .top-navbar .nav-triggers .navbar-toggler:not(.collapsed) span:nth-child(2) {
          opacity: 0; }
        .top-navbar .nav-triggers .navbar-toggler:not(.collapsed) span:nth-child(3) {
          background: #FFFFFF;
          transform: translate(18%, 30%) rotate(-50deg); }

#mySearchBox {
  background: #E8EFFE;
  padding: 15px 0;
  transition: 0.3s ease-out; }
  #mySearchBox label {
    font-size: 1.5rem;
    color: #404040;
    font-weight: 600;
    margin-bottom: 5px; }
  #mySearchBox input.form-control {
    font-size: 1.125rem;
    color: #1D1D1D;
    font-weight: 500;
    border-radius: 0;
    border-color: #a5a9b5;
    box-shadow: none;
    border-right: 0; }
  #mySearchBox input::placeholder {
    font-family: "Open Sans", sans-serif;
    font-size: 1.125rem;
    color: #4b4b4a;
    font-weight: 400; }
  #mySearchBox .btn-search {
    background: #CD038E;
    border-color: #CD038E;
    color: #FFFFFF; }
    #mySearchBox .btn-search:hover, #mySearchBox .btn-search:focus {
      background: #A40272;
      border-color: #A40272; }

.navbar {
  display: block;
  padding: 0;
  background: #162970; }
  .navbar .container {
    padding: 0; }
  .navbar .navbar-nav .nav-item {
    font-size: 1.063rem; }
    .navbar .navbar-nav .nav-item a.nav-link {
      color: #FFFFFF;
      padding: 15px 20px; }
      .navbar .navbar-nav .nav-item a.nav-link.library-search {
        background: #CD038E; }
        .navbar .navbar-nav .nav-item a.nav-link.library-search::after {
          content: "\f061";
          font: var(--fa-font-regular);
          font-size: 1.125rem;
          font-weight: 700;
          padding: 3px 0;
          float: right; }
    .navbar .navbar-nav .nav-item a.active {
      background: #1D1655; }
    .navbar .navbar-nav .nav-item a:hover {
      text-decoration: none; }

/* - - - - - - - - - - - - - - - - - - -
                Header
- - - - - - - - - - - - - - - - - - - */
header {
  padding: 50px 0;
  background-color: #1D1655;
  background-image: url(../img/background/header-image.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  header h1 {
    font-size: 2.5rem;
    color: #FFFFFF;
    font-weight: 700;
    margin-bottom: 20px; }
  header .search-area {
    background: #1D1655;
    color: #FFFFFF;
    padding: 25px; }
    header .search-area p {
      font-weight: 500;
      font-size: 1.25rem;
      margin-bottom: 20px; }
    header .search-area input.form-control {
      font-size: 1.125rem;
      color: #1D1D1D;
      font-weight: 500;
      border-radius: 0;
      box-shadow: none;
      border-right: 0; }
    header .search-area input::placeholder {
      font-family: "Open Sans", sans-serif;
      font-size: 1.125rem;
      color: #4b4b4a;
      font-weight: 400; }
    header .search-area button.btn-search {
      background: #CD038E;
      border-color: #CD038E;
      color: #FFFFFF; }
      header .search-area button.btn-search:hover, header .search-area button.btn-search:focus {
        background: #A40272;
        border-color: #A40272; }
  header.inner-header {
    background: #FFFFFF;
    border-top: 1px solid #d2d1e2;
    padding: 30px 0; }
    header.inner-header h1 {
      font-size: 2.7rem;
      color: #1D1D1D;
      margin: 0; }
    header.inner-header p {
      font-size: 1.25rem;
      line-height: 30px;
      margin: 10px 0 0 0; }
    header.inner-header .breadcrumb {
      display: block;
      overflow-x: auto;
      white-space: nowrap;
      margin-bottom: 10px; }
      header.inner-header .breadcrumb .breadcrumb-item {
        font-size: 1rem;
        display: inline-block;
        padding: 0; }
        header.inner-header .breadcrumb .breadcrumb-item:active {
          color: #73738c; }
        header.inner-header .breadcrumb .breadcrumb-item:before {
          padding: 0 7px 0 5px;
          color: #d2d1e2; }
        header.inner-header .breadcrumb .breadcrumb-item a {
          font-weight: 500; }
    header.inner-header input.form-control {
      font-size: 1.125rem;
      color: #1D1D1D;
      font-weight: 500;
      border-radius: 0;
      box-shadow: none;
      border-right: 0; }
      header.inner-header input.form-control:focus {
        border-color: #CD038E; }
    header.inner-header input::placeholder {
      font-family: "Open Sans", sans-serif;
      font-size: 1.125rem;
      color: #4b4b4a;
      font-weight: 400; }
    header.inner-header button.btn-search {
      background: #CD038E;
      border-color: #CD038E;
      color: #FFFFFF; }
      header.inner-header button.btn-search:hover, header.inner-header button.btn-search:focus {
        background: #A40272;
        border-color: #A40272; }

/* - - - - - - - - - - - - - - - - - - -
            Inner Content
- - - - - - - - - - - - - - - - - - - */
.inner-content .goToMobile {
  display: block;
  cursor: pointer;
  border: none;
  background: #162970;
  text-align: right;
  font-size: 1.125rem;
  color: #fff;
  text-decoration: none;
  width: 100%;
  padding: 12px 20px; }
.inner-content .content h2 {
  font-weight: 600;
  margin: 0 0 10px 0; }
.inner-content .content h3 {
  color: #404040;
  font-weight: 600;
  margin-bottom: 10px; }
.inner-content .content a h3 {
  color: #0556AD; }
.inner-content .content p {
  margin: 0 0 25px 0; }
  .inner-content .content p a {
    text-decoration: none !important;
    border-bottom: 1px solid #0556AD;
    background-size: 0%;
    background-repeat: no-repeat;
    transition: background-size 0.7s; }
    .inner-content .content p a:hover {
      text-decoration: none;
      border: none !important;
      background-image: linear-gradient(transparent calc(100% - 1px), #0556ad 1px);
      transition: background-size 0.8s;
      background-size: 100%;
      padding-bottom: 1px; }
  .inner-content .content p.f-heading {
    font-size: 1.5rem;
    line-height: 2rem;
    color: #404040;
    font-weight: 700;
    margin: 0 0 5px 0; }
    .inner-content .content p.f-heading a {
      font-weight: 700;
      text-decoration: none !important;
      border: none; }
      .inner-content .content p.f-heading a:hover {
        text-decoration: none;
        background-image: linear-gradient(transparent calc(100% - 2px), #0556ad 1px); }
  .inner-content .content p.contact-icons {
    font-size: 1.25rem; }
.inner-content .content hr {
  border-top: 1px solid #404040;
  margin: 50px 0; }
.inner-content .content ul,
.inner-content .content ol {
  margin-bottom: 30px; }
  .inner-content .content ul li,
  .inner-content .content ol li {
    font-size: 1.063rem;
    margin-bottom: 2px; }
    .inner-content .content ul li a,
    .inner-content .content ol li a {
      font-weight: 600;
      border-bottom: 1px solid #0556AD;
      text-decoration: none !important;
      width: calc(100%);
      background-repeat: no-repeat;
      background-size: 0%;
      transition: background-size 0.7s; }
      .inner-content .content ul li a:hover,
      .inner-content .content ol li a:hover {
        text-decoration: none;
        border: none !important;
        background-image: linear-gradient(transparent calc(100% - 1px), #0556ad 1px);
        transition: background-size 0.7s;
        background-size: 100%;
        padding-bottom: 1px; }
    .inner-content .content ul li:last-child,
    .inner-content .content ol li:last-child {
      margin-bottom: 0; }
.inner-content .content .video-blocks {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #D2D1E2; }
  .inner-content .content .video-blocks p {
    margin-bottom: 10px; }
  .inner-content .content .video-blocks iframe {
    height: auto;
    width: 100%;
    aspect-ratio: 16 / 9; }
  .inner-content .content .video-blocks .img-container {
    height: 250px;
    overflow: hidden; }
    .inner-content .content .video-blocks .img-container img {
      height: 250px;
      object-fit: cover;
      width: 100%; }
  .inner-content .content .video-blocks .app-store a:hover {
    opacity: 0.8; }
.inner-content .content .cta-block {
  background: #E8EFFE;
  padding: 30px 40px 30px 30px;
  margin-bottom: 30px; }
  .inner-content .content .cta-block h2 {
    color: #404040;
    margin-bottom: 10px; }
.inner-content .content .split-block {
  background: #1D1655;
  padding: 35px;
  color: #fff;
  margin-bottom: 30px; }
  .inner-content .content .split-block .block-start {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0 0 35px 0;
    margin: 0 0 35px 0; }
  .inner-content .content .split-block h3 {
    color: #fff;
    margin-bottom: 10px; }
  .inner-content .content .split-block a {
    text-decoration: none !important;
    border-bottom: 1px solid #fff;
    background-size: 0%;
    background-repeat: no-repeat;
    transition: background-size 0.7s; }
    .inner-content .content .split-block a:hover {
      text-decoration: none;
      border: none !important;
      background-image: linear-gradient(transparent calc(100% - 1px), #fff 1px);
      transition: background-size 0.8s;
      background-size: 100%;
      padding-bottom: 1px !important; }
.inner-content .content .offset-img-block {
  position: relative;
  background: #CD038E;
  color: #fff;
  margin: 0 0 50px 0;
  padding: 30px; }
  .inner-content .content .offset-img-block h3 {
    color: #fff; }
  .inner-content .content .offset-img-block p a {
    color: #fff;
    border-color: #fff; }
    .inner-content .content .offset-img-block p a:hover {
      background-image: linear-gradient(transparent calc(100% - 1px), #fff 1px);
      text-decoration: none; }
  .inner-content .content .offset-img-block .img-container {
    margin-bottom: 20px; }
    .inner-content .content .offset-img-block .img-container img {
      object-fit: cover;
      height: 200px;
      width: 100%; }
.inner-content .left-navigation {
  margin-bottom: 40px; }
  .inner-content .left-navigation p {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0 0 10px 15px; }
    .inner-content .left-navigation p a {
      color: #1D1D1D; }
  .inner-content .left-navigation ul li {
    border-bottom: 1px solid #D2D1E2; }
    .inner-content .left-navigation ul li a {
      position: relative;
      display: block;
      padding: 12px 30px 12px 15px;
      color: #1D1D1D;
      font-size: 1.063rem;
      font-weight: 500;
      line-height: initial;
      text-decoration: none;
      border-left: 3px solid transparent;
      transition: all 0.2s; }
      .inner-content .left-navigation ul li a.active {
        background: rgba(232, 239, 254, 0.65);
        border-color: #CD038E;
        color: #1D1D1D;
        font-weight: 600; }
        .inner-content .left-navigation ul li a.active:hover {
          background: rgba(232, 239, 254, 0.65);
          border-color: #CD038E; }
        .inner-content .left-navigation ul li a.active.open {
          background: rgba(232, 239, 254, 0.65);
          border-color: #CD038E !important; }
          .inner-content .left-navigation ul li a.active.open.has-children {
            background: rgba(232, 239, 254, 0.65); }
      .inner-content .left-navigation ul li a:hover {
        background: rgba(232, 239, 254, 0.65);
        border-left: 3px solid rgba(232, 239, 254, 0.65); }
      .inner-content .left-navigation ul li a.has-children:after {
        position: absolute;
        content: "\f078";
        font: var(--fa-font-regular);
        font-size: 0.938rem;
        font-weight: 600;
        right: 10px;
        top: 20px;
        float: right; }
      .inner-content .left-navigation ul li a.has-children.open {
        font-weight: 600;
        border-color: #FFFFFF;
        background: #FFFFFF; }
        .inner-content .left-navigation ul li a.has-children.open:after {
          position: absolute;
          content: "\f077";
          font: var(--fa-font-regular);
          font-size: 0.938rem;
          font-weight: 600;
          right: 10px;
          top: 20px;
          float: right; }
        .inner-content .left-navigation ul li a.has-children.open:hover {
          border-color: rgba(232, 239, 254, 0.65);
          background: rgba(232, 239, 254, 0.65); }
  .inner-content .left-navigation ul ul li a {
    color: #1D1D1D;
    background: #fff;
    padding: 12px 10px 12px 30px;
    font-size: 1.063rem;
    font-weight: 500;
    line-height: initial;
    text-decoration: none; }
    .inner-content .left-navigation ul ul li a:hover {
      background: rgba(232, 239, 254, 0.65);
      border-left: 3px solid transparent; }
    .inner-content .left-navigation ul ul li a.active {
      background: rgba(232, 239, 254, 0.65); }
      .inner-content .left-navigation ul ul li a.active:hover {
        border-color: #CD038E;
        background: rgba(232, 239, 254, 0.65); }
  .inner-content .left-navigation ul ul li ul li a {
    padding-left: 40px; }
.inner-content .recent-news {
  margin-top: 30px; }
  .inner-content .recent-news h2 {
    font-size: 2rem;
    line-height: 36px;
    padding-top: 20px;
    border-top: 1px solid #D2D1E2; }
  .inner-content .recent-news .news {
    padding: 15px 0;
    border-bottom: 1px solid #D2D1E2; }
    .inner-content .recent-news .news h3.news-title {
      font-size: 1.375rem;
      font-weight: 500;
      line-height: 30px;
      margin-bottom: 5px; }
    .inner-content .recent-news .news p.news-date {
      color: #84829a;
      margin: 0; }
.inner-content.error-page .image-card .card-content {
  padding: 30px 0; }
  .inner-content.error-page .image-card .card-content p {
    font-size: 1.25rem;
    font-weight: 500; }
  .inner-content.error-page .image-card .card-content .btn {
    width: 100%; }
    .inner-content.error-page .image-card .card-content .btn:first-child {
      margin-bottom: 10px; }

/* - - - - - - - - - - - - - - - - - - -
          Next Page Buttons
- - - - - - - - - - - - - - - - - - - */
.page-nav-buttons {
  margin-top: 50px; }
  .page-nav-buttons a.navi-btn {
    display: flex;
    width: 100%;
    flex-direction: row; }
    .page-nav-buttons a.navi-btn .arrow {
      display: flex;
      flex-direction: column;
      background: #0556AD;
      padding: 25px 12px; }
      .page-nav-buttons a.navi-btn .arrow span {
        color: #fff; }
    .page-nav-buttons a.navi-btn .content {
      display: flex;
      width: 100%;
      flex-direction: column;
      justify-content: center;
      margin-left: 15px; }
      .page-nav-buttons a.navi-btn .content p {
        color: #404040;
        margin: 0; }
        .page-nav-buttons a.navi-btn .content p:first-child {
          font-weight: 700; }
    .page-nav-buttons a.navi-btn.next {
      float: right; }
      .page-nav-buttons a.navi-btn.next .content {
        text-align: right;
        margin: 0 15px 0 0; }
  .page-nav-buttons a:hover {
    text-decoration: none;
    background: #e8effe; }

/* - - - - - - - - - - - - - - - - - - -
            Top Quick Links
- - - - - - - - - - - - - - - - - - - */
.topQuickLinks a {
  text-decoration: none;
  color: #0556AD; }
  .topQuickLinks a .card {
    margin: 0;
    border-radius: 0;
    border: 2px solid #1D1655; }
    .topQuickLinks a .card .card-body {
      display: flex; }
      .topQuickLinks a .card .card-body img {
        display: inline-flex;
        height: 50px;
        margin-right: 20px; }
      .topQuickLinks a .card .card-body h3 {
        display: inline-flex;
        font-size: 1.25rem;
        line-height: 24px;
        font-weight: 600;
        margin: 0;
        align-items: center; }
  .topQuickLinks a:hover {
    text-decoration: underline; }

/* - - - - - - - - - - - - - - - - - - -
        Using the Network
- - - - - - - - - - - - - - - - - - - */
.usingTheNetwork {
  background: #E8EFFE; }
  .usingTheNetwork .content {
    margin: auto; }
  .usingTheNetwork .introduction-video {
    margin-top: 30px; }
    .usingTheNetwork .introduction-video iframe {
      aspect-ratio: 16 / 9;
      width: 100%;
      height: auto; }

/* - - - - - - - - - - - - - - - - - - -
            Image Cards
- - - - - - - - - - - - - - - - - - - */
.image-card {
  background: #FFFFFF;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 4px 15px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 4px 15px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 15px 2px rgba(0, 0, 0, 0.05); }
  .image-card:last-child {
    margin-bottom: 0; }
  .image-card .flex-fit {
    display: flex;
    flex-direction: column; }
  .image-card .img-container {
    max-height: 250px;
    overflow: hidden; }
    .image-card .img-container img {
      height: 250px;
      object-fit: cover;
      width: 100%; }
  .image-card .card-content {
    padding: 30px;
    margin: auto 0; }
    .image-card .card-content h2 a {
      font-size: 2.25rem;
      font-weight: 600; }
    .image-card .card-content p {
      margin: 0; }

/* - - - - - - - - - - - - - - - - - - -
        Home News & Updates
- - - - - - - - - - - - - - - - - - - */
.home-updates {
  padding-top: 0; }
  .home-updates h2 {
    margin: 0 0 5px 0; }
  .home-updates p {
    color: #605f6f;
    margin-bottom: 25px; }
  .home-updates .h-articles {
    margin-bottom: 30px; }
    .home-updates .h-articles .content {
      margin: auto;
      padding: 0 0 0 20px; }
      .home-updates .h-articles .content h3 {
        font-size: 1.5rem;
        font-weight: 600;
        line-height: 28px; }
      .home-updates .h-articles .content p {
        line-height: 26px;
        margin: 0; }
      .home-updates .h-articles .content span {
        font-family: "Hind Madurai", sans-serif;
        font-size: 1.625rem;
        color: #404040;
        font-weight: 600; }
    .home-updates .h-articles.news-small {
      margin-bottom: 30px; }
      .home-updates .h-articles.news-small .img-container {
        max-height: 110px;
        overflow: hidden; }
        .home-updates .h-articles.news-small .img-container img {
          height: 110px;
          object-fit: cover;
          width: 100%; }
    .home-updates .h-articles.news-featured {
      margin-bottom: 30px; }
      .home-updates .h-articles.news-featured .img-container {
        max-height: 250px;
        overflow: hidden; }
        .home-updates .h-articles.news-featured .img-container img {
          height: 250px;
          object-fit: cover;
          width: 100%; }
      .home-updates .h-articles.news-featured .content {
        padding: 10px 0 0 0; }

/* - - - - - - - - - - - - - - - - - - -
            Blue Block
- - - - - - - - - - - - - - - - - - - */
.section-block {
  background: #E8EFFE; }
  .section-block p {
    font-size: 1.25rem;
    margin: 0; }
  .section-block.access-resources .contain {
    display: inline-flex;
    align-items: flex-end;
    justify-content: flex-end; }
  .section-block.access-resources .btn {
    margin-top: 20px;
    font-size: 1.25rem; }
  .section-block.whats-new {
    padding: 50px 0; }
    .section-block.whats-new .content {
      margin: auto 0; }
      .section-block.whats-new .content a h2 {
        color: #0556AD; }
      .section-block.whats-new .content p {
        color: #1D1D1D; }
    .section-block.whats-new .image-container {
      height: 250px;
      overflow: hidden;
      margin-bottom: 20px; }
      .section-block.whats-new .image-container img {
        height: 250px;
        width: 100%;
        object-fit: cover; }
    .section-block.whats-new.inner .content h2 {
      margin-bottom: 10px; }
    .section-block.whats-new.inner .content h3 {
      margin-bottom: 10px; }
    .section-block.whats-new.inner .content p {
      font-size: 1.063rem;
      margin-bottom: 20px; }
    .section-block.whats-new.inner .image-container {
      height: 250px; }
      .section-block.whats-new.inner .image-container img {
        height: 250px; }

/* - - - - - - - - - - - - - - - - - - -
            Whats New Inner
- - - - - - - - - - - - - - - - - - - */
.whats-new-inner .news-featured {
  margin-bottom: 40px; }
  .whats-new-inner .news-featured img {
    height: 300px;
    object-fit: contain;
    margin-bottom: 20px; }
  .whats-new-inner .news-featured .content p {
    font-size: 1.063rem; }
    .whats-new-inner .news-featured .content p.date-published {
      margin-bottom: 5px; }
.whats-new-inner .news-item {
  border-bottom: 1px solid #D2D1E2;
  margin-bottom: 20px;
  padding-bottom: 20px; }
  .whats-new-inner .news-item:last-child {
    border: none;
    padding: 0;
    margin: 0; }
  .whats-new-inner .news-item h3 {
    margin: 0; }
  .whats-new-inner .news-item p.date-published {
    margin-bottom: 5px; }

/* - - - - - - - - - - - - - - - - - - -
           Search Results
- - - - - - - - - - - - - - - - - - - */
.search-results {
  padding-top: 20px; }
  .search-results .number-results {
    border-bottom: 1px solid #D2D1E2;
    padding-bottom: 20px; }
    .search-results .number-results strong {
      font-weight: 600; }
  .search-results .result {
    padding: 20px 0;
    border-bottom: 1px solid #D2D1E2; }
    .search-results .result:first-child {
      margin-top: 10px; }
    .search-results .result p.search-title {
      font-size: 1.25rem;
      font-weight: 600;
      margin-bottom: 5px; }
    .search-results .result p.search-description {
      margin-bottom: 0; }
  .search-results .search-actions {
    margin-top: 20px; }
    .search-results .search-actions .page-number p {
      margin: 0 0 20px 0; }
    .search-results .search-actions .pagination {
      margin: 0; }
      .search-results .search-actions .pagination .page-item {
        margin-right: 10px; }
        .search-results .search-actions .pagination .page-item:last-child {
          margin: 0; }
        .search-results .search-actions .pagination .page-item.active .page-link {
          color: #fff;
          background: #76718e;
          border-color: #76718e; }
        .search-results .search-actions .pagination .page-item .page-link {
          font-size: 1.125rem;
          padding: 2px 13px;
          border-radius: 0;
          color: #0556AD;
          border-color: #fff; }
          .search-results .search-actions .pagination .page-item .page-link:hover {
            color: #fff;
            text-decoration: none;
            background: #0556AD;
            border-color: #0556AD; }

/* - - - - - - - - - - - - - - - - - - -
            Newsletter
- - - - - - - - - - - - - - - - - - - */
.newsletter {
  background-color: #251e59;
  background-repeat: no-repeat;
  color: #FFFFFF; }
  .newsletter h2 {
    font-size: 2.25rem; }
  .newsletter .btn {
    font-size: 1rem; }
    .newsletter .btn.btn-link-light {
      padding: 12px 10px; }

/* - - - - - - - - - - - - - - - - - - -
           Icon Cards
- - - - - - - - - - - - - - - - - - - */
.icon-cards {
  background: #fff;
  padding: 30px;
  -webkit-box-shadow: 0px 4px 15px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 4px 15px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 15px 2px rgba(0, 0, 0, 0.05); }
  .icon-cards img {
    width: 70px;
    margin-bottom: 25px; }
  .icon-cards h3 {
    margin: 0 0 10px 0; }
  .icon-cards p {
    margin-bottom: 0; }

/* - - - - - - - - - - - - - - - - - - -
           Image Blocks
- - - - - - - - - - - - - - - - - - - */
.image-blocks .block {
  background: #fff;
  -webkit-box-shadow: 0px 4px 15px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 4px 15px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 15px 2px rgba(0, 0, 0, 0.05); }
  .image-blocks .block .image-container img {
    height: 250px;
    width: 100%;
    object-fit: cover; }
  .image-blocks .block .block-body {
    padding: 30px; }
    .image-blocks .block .block-body p:last-child {
      margin: 0; }
  .image-blocks .block.bg-transparent {
    box-shadow: none; }
    .image-blocks .block.bg-transparent img {
      height: 220px;
      width: 100%;
      object-fit: cover; }

/* - - - - - - - - - - - - - - - - - - -
           Standard Blocks
- - - - - - - - - - - - - - - - - - - */
.standard-blocks {
  background: #fff;
  padding: 30px;
  -webkit-box-shadow: 0px 4px 15px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 4px 15px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 15px 2px rgba(0, 0, 0, 0.05); }
  .standard-blocks p:last-child {
    margin: 0; }

/* - - - - - - - - - - - - - - - - - - -
            Home Stats
- - - - - - - - - - - - - - - - - - - */
.home-stats {
  background: #CD038E;
  color: #FFFFFF;
  text-align: center;
  padding: 0; }
  .home-stats .bordered {
    border-bottom: 1px solid #d3259d; }
    .home-stats .bordered:last-child {
      border-bottom: none; }
    .home-stats .bordered .stats {
      padding: 20px 0; }
      .home-stats .bordered .stats h3 {
        font-size: 2.625rem;
        font-weight: 600;
        margin: 0 0 10px 0; }
      .home-stats .bordered .stats p {
        font-size: 1.5rem;
        margin: 0; }

/* - - - - - - - - - - - - - - - - - - -
          Landing FAQs
- - - - - - - - - - - - - - - - - - - */
.landing-faqs {
  background: #CD038E;
  color: #FFFFFF; }
  .landing-faqs h2 {
    font-size: 2.25rem;
    font-weight: 600; }
  .landing-faqs p {
    font-size: 1.25rem; }
  .landing-faqs .btn-link-light {
    font-size: 1.25rem;
    font-weight: 500; }
  .landing-faqs .accordion .accordion-item {
    border-top: 1px solid rgba(255, 255, 255, 0.3); }
    .landing-faqs .accordion .accordion-item:last-child {
      border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
    .landing-faqs .accordion .accordion-item .accordion-header:hover {
      background: transparent; }
    .landing-faqs .accordion .accordion-item .accordion-header .accordion-button {
      font-size: 1.063rem;
      font-weight: 500;
      color: #FFFFFF; }
      .landing-faqs .accordion .accordion-item .accordion-header .accordion-button:hover {
        text-decoration: underline; }
    .landing-faqs .accordion .accordion-item .accordion-body {
      padding-top: 0; }
      .landing-faqs .accordion .accordion-item .accordion-body a {
        font-weight: 600;
        color: #fff;
        text-decoration: underline; }
        .landing-faqs .accordion .accordion-item .accordion-body a:hover {
          text-decoration: none; }
      .landing-faqs .accordion .accordion-item .accordion-body p {
        font-size: 1.063rem; }
        .landing-faqs .accordion .accordion-item .accordion-body p a {
          font-weight: 600;
          color: #fff;
          text-decoration: underline; }
          .landing-faqs .accordion .accordion-item .accordion-body p a:hover {
            text-decoration: none; }
        .landing-faqs .accordion .accordion-item .accordion-body p:last-child {
          margin-bottom: 0; }

/* - - - - - - - - - - - - - - - - - - -
           Accordions
- - - - - - - - - - - - - - - - - - - */
.accordion .accordion-item {
  position: relative;
  border-radius: 0;
  background: transparent;
  border: none;
  border-top: 1px solid #D2D1E2; }
  .accordion .accordion-item:last-child {
    border-bottom: 1px solid #D2D1E2; }
  .accordion .accordion-item .accordion-header {
    margin: 0;
    padding: 0 8px; }
    .accordion .accordion-item .accordion-header:hover {
      background: rgba(232, 239, 254, 0.65); }
    .accordion .accordion-item .accordion-header .accordion-button {
      font-size: 1.063rem;
      line-height: 30px;
      font-weight: 600;
      background: transparent;
      color: #1D1D1D;
      padding: 12px 25px 12px 0; }
      .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
        box-shadow: none; }
        .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed):after {
          background-image: none;
          content: "\f078";
          font: var(--fa-font-regular);
          font-weight: 600; }
      .accordion .accordion-item .accordion-header .accordion-button:after {
        position: absolute;
        right: 0;
        top: 20px;
        background-image: none;
        content: "\f078";
        font: var(--fa-font-regular);
        font-weight: 600; }
  .accordion .accordion-item .accordion-body {
    padding: 0px 30px 25px 8px;
    font-size: 1.063rem; }

/* - - - - - - - - - - - - - - - - - - -
                Footer
- - - - - - - - - - - - - - - - - - - */
footer {
  background: #162970;
  padding: 50px 0; }
  footer ul li {
    margin-bottom: 15px; }
    footer ul li a {
      font-size: 1.063rem;
      color: #FFFFFF;
      text-decoration: none; }
      footer ul li a:hover {
        color: #FFFFFF; }
  footer h3 {
    color: #FFFFFF;
    font-size: 1.75rem;
    margin: 30px 0 15px 0;
    font-weight: 400; }
  footer .btn-light {
    font-weight: 600;
    margin-bottom: 25px; }
  footer p {
    font-size: 1.25rem; }
    footer p.social-media {
      color: #FFFFFF;
      margin: 0; }
      footer p.social-media span {
        color: #1D1655;
        background: #FFFFFF;
        border-radius: 50%;
        padding: 5px;
        margin-left: 10px;
        border: 1px solid #1D1655; }
        footer p.social-media span:hover {
          background: #E8EFFE; }

.sub-footer {
  padding: 15px 0;
  color: #FFFFFF;
  background: #1D1655; }
  .sub-footer p {
    font-size: 1rem; }

/* - - - - - - - - - - - - - - - - - - -
                Alerts
- - - - - - - - - - - - - - - - - - - */
.alert {
  padding: 20px;
  border: none;
  border-radius: 0;
  margin-bottom: 40px; }
  .alert p {
    font-size: 1.125rem; }
    .alert p:last-child {
      margin: 0; }
  .alert.alert-info {
    background: #ffe000;
    color: #1D1D1D; }
    .alert.alert-info::before {
      color: #1D1655;
      content: "\f05a";
      font: var(--fa-font-regular);
      font-size: 50px;
      margin-right: 30px; }

/* - - - - - - - - - - - - - - - - - - -
            Icons with Text
- - - - - - - - - - - - - - - - - - - */
.trackcare-item {
  display: flex;
  margin: 30px 0;
  padding-bottom: 30px;
  border-bottom: 1px solid #d2d1e2; }
  .trackcare-item .trackcare-icon {
    display: flex;
    flex-direction: column;
    margin-right: 15px; }
    .trackcare-item .trackcare-icon img {
      border-radius: 50%; }
  .trackcare-item .trackcare-content {
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .trackcare-item .trackcare-content h3,
    .trackcare-item .trackcare-content h4 {
      font-size: 1.5rem;
      margin-bottom: 5px;
      display: flex;
      flex-direction: row; }
    .trackcare-item .trackcare-content p {
      flex-direction: row; }
      .trackcare-item .trackcare-content p:last-child {
        margin: 0; }

/* - - - - - - - - - - - - - - - - - - -
                Tables
- - - - - - - - - - - - - - - - - - - */
.table {
  border: 1px solid #D2D1E2;
  background: #fff;
  margin-bottom: 30px; }
  .table thead {
    background: #E8EFFE;
    color: #1D1D1D; }
    .table thead tr th {
      border-bottom-color: #E8EFFE !important;
      border-right: 1px solid #E8EFFE; }
      .table thead tr th:last-child {
        border-right: none; }
  .table tbody tr th,
  .table tbody tr td {
    border-bottom: 2px solid;
    border-bottom-color: #E8EFFE !important;
    vertical-align: middle; }

/* - - - - - - - - - - - - - - - - - - -
                Buttons
- - - - - - - - - - - - - - - - - - - */
.btn {
  font-size: 1.125rem;
  font-weight: 500;
  padding: 12px 25px;
  border-radius: 0;
  border: 2px solid; }
  .btn:hover {
    text-decoration: none; }
  .btn.btn-primary {
    background: #CD038E;
    border-color: #CD038E;
    color: #FFFFFF; }
    .btn.btn-primary:hover, .btn.btn-primary:focus {
      background: #A40272;
      border-color: #A40272; }
  .btn.btn-open-athens {
    padding: 5px 25px; }
    .btn.btn-open-athens img {
      height: 40px;
      margin-left: 10px; }
  .btn.btn-light {
    background: #FFFFFF;
    border-color: #1D1655;
    color: #1D1655; }
    .btn.btn-light:hover {
      background: #E8EFFE; }
  .btn.btn-link-light {
    color: #FFFFFF;
    border: none;
    text-decoration: underline; }
  .btn.btn-outline-light {
    background: #fff;
    border-color: #0556AD;
    color: #0556AD; }
    .btn.btn-outline-light:hover {
      background: #E8EFFE; }
  .btn.btn-white-outline {
    color: #0556AD;
    background: #fff;
    border-color: #162970;
    font-weight: 600; }
    .btn.btn-white-outline:hover {
      color: #0556AD;
      background: #fff;
      border-color: #162970;
      font-weight: 600; }

@media (min-width: 768px) {
  /* - - - - - - - - - - - - - - - - - - -
      Home News & Updates
  - - - - - - - - - - - - - - - - - - - */
  .home-updates .h-articles {
    margin-bottom: 30px; }
    .home-updates .h-articles .content {
      margin: auto;
      padding: 0 0 0 20px; }
      .home-updates .h-articles .content h3 {
        font-size: 1.5rem;
        font-weight: 600; }
      .home-updates .h-articles .content p {
        line-height: 26px;
        margin: 0; }
      .home-updates .h-articles .content span {
        font-family: "Hind Madurai", sans-serif;
        font-size: 1.625rem;
        color: #404040;
        font-weight: 600; }
    .home-updates .h-articles.news-small {
      margin-bottom: 30px; }
      .home-updates .h-articles.news-small .img-container {
        max-height: 110px;
        overflow: hidden; }
        .home-updates .h-articles.news-small .img-container img {
          height: 110px;
          object-fit: cover;
          width: 100%; }
    .home-updates .h-articles.news-featured .img-container {
      max-height: 250px;
      overflow: hidden; }
      .home-updates .h-articles.news-featured .img-container img {
        height: 250px;
        object-fit: cover;
        width: 100%; }
    .home-updates .h-articles.news-featured .content {
      padding: 0 0 0 20px; }

  /* - - - - - - - - - - - - - - - - - - -
              Home Stats
  - - - - - - - - - - - - - - - - - - - */
  .home-stats {
    padding: 30px 0; }
    .home-stats .bordered {
      border-right: 1px solid #d3259d;
      border-bottom: none; }
      .home-stats .bordered:last-child {
        border-right: none; }
      .home-stats .bordered:nth-child(1) {
        border-bottom: 1px solid #d3259d; }
      .home-stats .bordered:nth-child(2) {
        border-bottom: 1px solid #d3259d;
        border-right: none; }
      .home-stats .bordered .stats {
        padding: 20px 0; }
        .home-stats .bordered .stats h3 {
          font-size: 2.625rem;
          font-weight: 600;
          margin: 0 0 10px 0; }
        .home-stats .bordered .stats p {
          font-size: 1.5rem;
          margin: 0; }

  /* - - - - - - - - - - - - - - - - - - -
         Search Results
  - - - - - - - - - - - - - - - - - - - */
  .search-results .search-actions {
    margin-top: 50px; }
    .search-results .search-actions .page-number p {
      margin: 5px 0; }
    .search-results .search-actions .pagination {
      float: right; } }
@media (min-width: 992px) {
  section {
    padding: 40px 0; }

  a.animate-light {
    border-bottom: 1px solid !important;
    text-decoration: none !important;
    background-size: 0%;
    background-repeat: no-repeat;
    transition: background-size 0.7s; }
    a.animate-light:hover {
      text-decoration: none;
      border: none !important;
      background-image: linear-gradient(transparent calc(100% - 1px), #fff 1px);
      transition: background-size 0.8s;
      background-size: 100%;
      padding-bottom: 1px !important; }

  /* - - - - - - - - - - - - - - - - - - -
                Navigation
    - - - - - - - - - - - - - - - - - - - */
  .top-navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px; }
    .top-navbar .navbar-brand {
      display: inline-flex;
      align-items: center;
      height: 100px;
      padding: 0; }
      .top-navbar .navbar-brand img {
        height: 70px; }
    .top-navbar .nav-triggers {
      display: flex;
      align-items: center;
      flex-direction: row;
      justify-content: flex-end;
      height: 100px; }
      .top-navbar .nav-triggers #searchIcon {
        width: fit-content;
        font-size: 1.063rem;
        height: min-content;
        padding: 0 15px 0 0;
        margin-right: 15px;
        border-right: 2px solid #D2D1E2; }
        .top-navbar .nav-triggers #searchIcon::after {
          content: "Site search";
          font-family: "Open Sans", sans-serif;
          font-size: 1.063rem;
          font-weight: 600; }
        .top-navbar .nav-triggers #searchIcon::before {
          content: "\f002";
          font: var(--fa-font-regular);
          font-size: 1.063rem;
          font-weight: 600;
          color: #605f6f;
          margin-right: 5px; }
        .top-navbar .nav-triggers #searchIcon:hover {
          cursor: pointer;
          background: transparent;
          text-decoration: underline; }
        .top-navbar .nav-triggers #searchIcon.selected {
          background: transparent; }
          .top-navbar .nav-triggers #searchIcon.selected:before {
            content: "\58"; }
          .top-navbar .nav-triggers #searchIcon.selected::after {
            content: "Close search";
            font-family: "Open Sans", sans-serif;
            font-size: 1.063rem;
            font-weight: 600; }
      .top-navbar .nav-triggers p.register {
        font-size: 1.063rem;
        font-weight: 600;
        margin: 0 25px 0 0; }
        .top-navbar .nav-triggers p.register a {
          color: #1D1655; }
          .top-navbar .nav-triggers p.register a:hover {
            text-decoration: underline; }
    .top-navbar .btn-primary {
      font-size: 1.063rem;
      padding: 10px 25px;
      margin: 0; }
      .top-navbar .btn-primary span {
        margin-left: 7px; }

  .navbar {
    background: #FFFFFF;
    border-top: 1px solid #D2D1E2; }
    .navbar .container {
      padding-right: var(--bs-gutter-x, 0.75rem);
      padding-left: var(--bs-gutter-x, 0.75rem); }
    .navbar .navbar-nav .nav-item a {
      border-bottom: 4px solid transparent;
      transition: 0.3s; }
      .navbar .navbar-nav .nav-item a.nav-link {
        color: #162970;
        font-weight: 500;
        padding: 15px 20px; }
      .navbar .navbar-nav .nav-item a.active {
        font-weight: 600;
        background: transparent;
        border-bottom: 4px solid #CD038E; }
      .navbar .navbar-nav .nav-item a:hover {
        border-bottom: 4px solid #CD038E;
        transition: 0.3s; }

  .breadcrumb {
    margin-bottom: 20px !important; }
    .breadcrumb .breadcrumb-item {
      font-size: 1.125rem !important; }
      .breadcrumb .breadcrumb-item:before {
        padding: 0 1rem !important; }

  /* - - - - - - - - - - - - - - - - - - -
                Search Box
    - - - - - - - - - - - - - - - - - - - */
  #mySearchBox {
    padding: 25px 0; }

  /* - - - - - - - - - - - - - - - - - - -
        Using the Network
    - - - - - - - - - - - - - - - - - - - */
  .usingTheNetwork .content {
    margin: auto; }
  .usingTheNetwork .introduction-video {
    margin-top: 0; }

  /* - - - - - - - - - - - - - - - - - - -
                Home Stats
    - - - - - - - - - - - - - - - - - - - */
  .home-stats .bordered:nth-child(1) {
    border-bottom: none; }
  .home-stats .bordered:nth-child(2) {
    border-right: 1px solid #d3259d;
    border-bottom: none; }

  /* - - - - - - - - - - - - - - - - - - -
            Inner Content
    - - - - - - - - - - - - - - - - - - - */
  .inner-content .content {
    margin-left: 30px; }
    .inner-content .content .split-block .block-start {
      border-right: 1px solid rgba(255, 255, 255, 0.2);
      border-bottom: none;
      padding: 0 30px 0 0;
      margin: 0 30px 0 0; }
  .inner-content .recent-news {
    margin-top: 0px; }
    .inner-content .recent-news h2 {
      border: none;
      padding: 0; }
  .inner-content .left-navigation ul li {
    border-bottom: none; }
  .inner-content.error-page .image-card .card-content {
    padding: 0 30px; }
    .inner-content.error-page .image-card .card-content .btn {
      width: initial; }
      .inner-content.error-page .image-card .card-content .btn:first-child {
        margin-bottom: 0; }

  /* - - - - - - - - - - - - - - - - - - -
            Newsletter
- - - - - - - - - - - - - - - - - - - */
  .newsletter {
    background-image: linear-gradient(90deg, rgba(2, 0, 36, 0) 0%, #251e59 45%, #251e59 100%), url(../img/background/newsletter-bg.png);
    background-repeat: no-repeat;
    color: #FFFFFF; }
    .newsletter .btn {
      font-size: 1.125rem; }
      .newsletter .btn.btn-link-light {
        padding: 12px 25px; }

  /* - - - - - - - - - - - - - - - - - - -
            Standard Blocks
    - - - - - - - - - - - - - - - - - - - */
  .standard-blocks {
    padding: 50px; }

  /* - - - - - - - - - - - - - - - - - - -
                Image Cards
    - - - - - - - - - - - - - - - - - - - */
  .image-card .img-container {
    max-height: 250px;
    overflow: hidden; }
    .image-card .img-container img {
      height: 250px;
      object-fit: cover;
      width: 100%; }
  .image-card .card-content {
    padding: 0 50px; }

  /* - - - - - - - - - - - - - - - - - - -
            Blue Block
    - - - - - - - - - - - - - - - - - - - */
  .section-block.whats-new {
    padding: 0; }
    .section-block.whats-new .image-container {
      height: 250px;
      overflow: hidden;
      margin-bottom: 0; }
    .section-block.whats-new.inner .image-container {
      height: 340px;
      margin: 30px 0; }
      .section-block.whats-new.inner .image-container img {
        height: 340px;
        object-fit: contain; }

  /* - - - - - - - - - - - - - - - - - - -
            Whats New Inner
    - - - - - - - - - - - - - - - - - - - */
  .whats-new-inner .news-featured img {
    height: 300px;
    object-fit: contain;
    margin: 0; }

  /* - - - - - - - - - - - - - - - - - - -
                Footer
    - - - - - - - - - - - - - - - - - - - */
  footer h3 {
    margin-top: 0; } }
@media (min-width: 1200px) {
  /* - - - - - - - - - - - - - - - - - - -
          Inner Content
  - - - - - - - - - - - - - - - - - - - */
  .inner-content .content .offset-img-block {
    margin: 50px 0;
    min-height: 330px;
    padding: 40px 30px; }
    .inner-content .content .offset-img-block .img-container {
      position: absolute;
      display: flex;
      justify-content: flex-end;
      top: -25px;
      right: 15px;
      height: 340px;
      overflow: hidden; }
      .inner-content .content .offset-img-block .img-container img {
        object-fit: cover;
        height: 340px;
        width: 85%; } }
@media (min-width: 1400px) {
  .navbar .container {
    display: block; }

  /* - - - - - - - - - - - - - - - - - - -
          Inner Content
  - - - - - - - - - - - - - - - - - - - */
  .inner-content .content .offset-img-block .img-container img {
    width: 95%; } }

/*# sourceMappingURL=style.css.map */
