html, body {
  font-family: Lato;
  color: #1c2833;
  font-size: calc(1.42vw + 12px);
  /*16px calc(0.57vw + 24px)*/
  line-height: 1.25rem;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  height: 100%;
  width: 100%;
  position: relative; }
  @media screen and (min-width: 1400px) {
    html, body {
      font-size: 32px; } }
  @media screen and (min-width: 1824px) {
    html, body {
      font-size: calc(2.15vw - 7px); } }

body {
  padding: 0px 15px; }
  @media screen and (min-width: 1400px) {
    body {
      /*padding:0px 0.9375rem;*/ } }
  @media screen and (min-width: 1824px) {
    body {
      padding: 0px calc(15px + (100vw - 1824px)/60); } }

h1, h2, h3, p {
  margin: 0px; }

h1 {
  line-height: 2rem; }

h3 {
  font-size: 1rem;
  margin-bottom: 1rem; }

.img-innerborder {
  position: relative; }
  .img-innerborder:after {
    content: '';
    position: absolute;
    border: 1px solid white;
    width: calc((100%) - 0.9rem);
    height: calc((100%) - 0.9rem);
    top: 0.45rem;
    left: 0.45rem; }

*:focus {
  outline: none; }

.click_protector {
  width: 100%;
  height: 100%;
  position: fixed;
  background: transparent;
  z-index: 1999;
  top: 0px;
  left: 0px;
  display: none; }

.link {
  box-shadow: 3px 4px 5px 0.2px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  overflow: hidden; }
  .link > a {
    width: 100%;
    height: 100%;
    position: absolute; }

@-webkit-keyframes wheel_animation {
  0% {
    top: 3px; }
  100% {
    top: 0px; } }

@-moz-keyframes wheel_animation {
  0% {
    top: 3px; }
  100% {
    top: 0px; } }

@-o-keyframes wheel_animation {
  0% {
    top: 3px; }
  100% {
    top: 0px; } }

@keyframes wheel_animation {
  0% {
    top: 3px; }
  100% {
    top: 0px; } }

.country_name {
  white-space: nowrap;
  font-weight: inherit;
  font-weight: 300 !important; }

a {
  cursor: pointer !important; }

.header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  background: white;
  color: #00928f;
  z-index: 1002;
  padding: 0px 15px;
  max-height: 120px;
  height: 75px;
  transition: box-shadow 0.4s ease;
  -o-transition: box-shadow 0.4s ease;
  -moz-transition: box-shadow 0.4s ease;
  -webkit-transition: box-shadow 0.4s ease; }
  @media screen and (min-width: 1824px) {
    .header {
      padding: 0px calc(15px + (100vw - 1824px)/60); } }
  @media screen and (min-width: 1824px) {
    .header {
      height: calc(5.8601vw + -30px); } }
  .header.nottop {
    box-shadow: 3px 5px 9.8px 0.2px rgba(0, 0, 0, 0.3); }
  .header > div {
    position: relative;
    height: 100%; }
    .header > div > div {
      height: 100%; }
  .header .share {
    display: none;
    float: right; }
    .header .share.active {
      display: block; }
  .header img {
    width: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%) translateZ(0);
    -o-transform: translateY(-50%) translateZ(0);
    -moz-transform: translateY(-50%) translateZ(0);
    -webkit-transform: translateY(-50%) translateZ(0);
    vertical-align: top;
    max-width: 300px;
    min-width: 195px; }
    @media screen and (min-width: 1824px) {
      .header img {
        max-width: calc(300px + (100vw - 1824px) / 4.5); } }
    @media screen and (min-width: 2561px) {
      .header img {
        max-width: 464px; } }
  @media screen and (max-width: 767px) {
    .header .logo_header {
      float: left;
      width: 70%; } }
  @media screen and (max-width: 1099px) {
    .header .menu_header.home_header nav {
      height: 75px;
      top: 0px;
      width: 75px;
      margin-right: -15px; }
      .header .menu_header.home_header nav a:not(.hamburger) {
        display: none; }
      .header .menu_header.home_header nav a.hamburger {
        height: 75px;
        width: 75px; }
        .header .menu_header.home_header nav a.hamburger:after {
          background-image: url("../public/imgs/menu_hamburger_mobile.png");
          width: 75px; } }
  @media screen and (max-width: 767px) {
    .header .menu_header {
      float: left;
      width: 30%; } }
  .header .menu_header nav {
    float: right;
    font-size: 0px;
    position: relative;
    top: 20px;
    height: 37px; }
    @media screen and (max-width: 767px) {
      .header .menu_header nav {
        height: 75px;
        top: 0px;
        width: 75px;
        margin-right: -15px; } }
    @media screen and (min-width: 1824px) {
      .header .menu_header nav {
        top: calc(20px + (100vw - 1824px)/55);
        height: calc(37px + (100vw - 1824px)/37);
        max-height: 56.89px; } }
    @media screen and (min-width: 2561px) {
      .header .menu_header nav {
        top: 33px; } }
    .header .menu_header nav a {
      height: 100%;
      text-decoration: none;
      color: #363636;
      font-size: 14px;
      transition: background 0.3s ease;
      -o-transition: background 0.3s ease;
      -moz-transition: background 0.3s ease;
      -webkit-transition: background 0.3s ease;
      font-weight: 300;
      background: #f9f9f9;
      padding: 10px 37px 10px 10px;
      border-right: 1px solid white;
      position: relative;
      float: left;
      display: table; }
      @media screen and (min-width: 1824px) {
        .header .menu_header nav a {
          font-size: calc(14px + (100vw - 1824px)/85); } }
      @media screen and (min-width: 2561px) {
        .header .menu_header nav a {
          font-size: 22px; } }
      @media screen and (min-width: 1824px) {
        .header .menu_header nav a {
          padding-right: calc(37px + (100vw - 1824px)/37); } }
      .header .menu_header nav a > div {
        margin-top: -10px;
        margin-bottom: -10px;
        line-height: 37px; }
        @media screen and (min-width: 1824px) {
          .header .menu_header nav a > div {
            line-height: calc(37px + (100vw - 1824px)/37); } }
        @media screen and (min-width: 2561px) {
          .header .menu_header nav a > div {
            line-height: 56px; } }
      .header .menu_header nav a:after {
        content: '';
        height: 100%;
        width: 37px;
        position: absolute;
        top: 0px;
        right: 0px;
        background-image: url("../public/imgs/menu_contact.png");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain; }
        @media screen and (min-width: 1824px) {
          .header .menu_header nav a:after {
            width: calc(37px + (100vw - 1824px)/37);
            max-width: 56.89px; } }
      .header .menu_header nav a.student, .header .menu_header nav a.worker, .header .menu_header nav a.explorer {
        padding: 0px;
        background: white;
        margin-right: 0.6rem;
        display: block;
        height: 37px; }
        @media screen and (min-width: 1824px) {
          .header .menu_header nav a.student, .header .menu_header nav a.worker, .header .menu_header nav a.explorer {
            /*width: $header-link-size-xl;*/
            height: calc(37px + (100vw - 1824px)/37);
            max-height: 56.89px; } }
        .header .menu_header nav a.student img, .header .menu_header nav a.worker img, .header .menu_header nav a.explorer img {
          max-width: none;
          min-width: 0px;
          height: 37px;
          border-radius: 50%;
          -webkit-border-radius: 50%;
          width: auto;
          position: relative;
          top: 0px;
          transform: none;
          -o-transform: none;
          -moz-transform: none;
          -webkit-transform: none;
          box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
          transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1);
          -o-transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1);
          -moz-transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1);
          -webkit-transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1); }
          @media screen and (min-width: 1824px) {
            .header .menu_header nav a.student img, .header .menu_header nav a.worker img, .header .menu_header nav a.explorer img {
              height: calc(37px + (100vw - 1824px)/37);
              max-height: 56.89px; } }
        .header .menu_header nav a.student > div, .header .menu_header nav a.worker > div, .header .menu_header nav a.explorer > div {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0px;
          left: 0px;
          margin: 0px;
          border-radius: 50%;
          background: white;
          opacity: 0;
          transition: opacity 0.3s ease, width 0.3s ease, height 0.3s ease;
          -o-transition: opacity 0.3s ease, width 0.3s ease, height 0.3s ease;
          -moz-transition: opacity 0.3s ease, width 0.3s ease, height 0.3s ease;
          -webkit-transition: opacity 0.3s ease, width 0.3s ease, height 0.3s ease; }
        .header .menu_header nav a.student:hover img, .header .menu_header nav a.worker:hover img, .header .menu_header nav a.explorer:hover img {
          box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.1); }
        .header .menu_header nav a.student:hover > div, .header .menu_header nav a.worker:hover > div, .header .menu_header nav a.explorer:hover > div {
          width: 100%;
          height: 100%;
          opacity: 0.3; }
        .header .menu_header nav a.student:after, .header .menu_header nav a.worker:after, .header .menu_header nav a.explorer:after {
          content: none; }
      .header .menu_header nav a.contact:hover, .header .menu_header nav a.claim:hover, .header .menu_header nav a.settings:hover, .header .menu_header nav a.hamburger:hover {
        background: #ebebeb; }
      .header .menu_header nav a.english:after {
        background-image: url("../public/imgs/united-kingdom-flag.png");
        /*width:calc(33px + (100vw - 1824px)/37);*/
        width: calc(43px + (100vw - 1824px)/47);
        right: 8px; }
      .header .menu_header nav a.mandarin:after {
        background-image: url("../public/imgs/china-flag-icon.png");
        /*width:calc(33px + (100vw - 1824px)/37);*/
        width: calc(43px + (100vw - 1824px)/47);
        right: 8px; }
      .header .menu_header nav a.claim:after {
        background-image: url("../public/imgs/menu_claim.png"); }
      .header .menu_header nav a.settings {
        padding-left: 0px; }
        .header .menu_header nav a.settings:after {
          background-image: url("../public/imgs/menu_setting.png"); }
      .header .menu_header nav a.hamburger {
        padding-left: 0px; }
        .header .menu_header nav a.hamburger:after {
          background-image: url("../public/imgs/menu_hamburger.png");
          transition: background-image 0.3s ease;
          -o-transition: background-image 0.3s ease;
          -moz-transition: background-image 0.3s ease;
          -webkit-transition: background-image 0.3s ease; }
        .header .menu_header nav a.hamburger.active:after {
          background-image: url("../public/imgs/menu_close.png"); }
          @media screen and (max-width: 767px) {
            .header .menu_header nav a.hamburger.active:after {
              background-image: url("../public/imgs/mobile_menu_close-min.png"); } }
      @media screen and (max-width: 767px) {
        .header .menu_header nav a:not(.hamburger) {
          display: none; }
        .header .menu_header nav a.hamburger {
          height: 75px;
          width: 75px; }
          .header .menu_header nav a.hamburger:after {
            background-image: url("../public/imgs/menu_hamburger_mobile.png");
            width: 75px; } }

.site_menu_overlay {
  position: fixed;
  top: 75px;
  left: -100px;
  min-height: 130%;
  background: #000;
  opacity: 0;
  z-index: -1;
  width: 0px;
  transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out; }
  @media screen and (min-width: 1824px) {
    .site_menu_overlay {
      top: calc(5.8601vw + -30px); } }
  .site_menu_overlay.active {
    width: 100%;
    opacity: 0.6;
    z-index: 1001;
    left: 0px; }

.site_menu {
  position: fixed;
  top: 75px;
  width: 25%;
  background: #2b343f;
  right: -25%;
  z-index: 1001;
  min-height: calc((100%) - 75px); }
  .site_menu.moving {
    transition: right 0.5s ease-in-out;
    -o-transition: right 0.5s ease-in-out;
    -moz-transition: right 0.5s ease-in-out;
    -webkit-transition: right 0.5s ease-in-out; }
  @media screen and (min-width: 1824px) {
    .site_menu {
      top: calc(5.8601vw + -30px);
      min-height: calc(100% - (5.8601vw + -30px)); } }
  @media screen and (max-width: 991px) {
    .site_menu {
      width: 50%;
      right: -50%; } }
  @media screen and (max-width: 767px) {
    .site_menu {
      width: 75%;
      right: -75%; } }
  .site_menu.active {
    right: 0px;
    overflow-y: auto;
    overflow-x: hidden;
    height: calc((100%) - 75px); }
    @media screen and (min-width: 1824px) {
      .site_menu.active {
        height: calc(100% - (5.8601vw + -30px)); } }
  .site_menu ul {
    list-style-type: none;
    margin: 0;
    margin-top: 0.666667rem;
    padding: 0;
    padding-bottom: 1rem;
    font-size: 0.458333333rem; }
    .site_menu ul.lang_select {
      background: #2f3d4d;
      padding-bottom: 10px;
      padding-top: 0.666667rem;
      margin-top: 0px;
      display: none; }
      @media screen and (max-width: 1099px) {
        .site_menu ul.lang_select {
          display: block; } }
      .site_menu ul.lang_select li:not(:first-child) a {
        padding-left: 2.6rem; }
    @media screen and (max-width: 991px) {
      .site_menu ul {
        font-size: 0.6875rem;
        line-height: 1.875rem; } }
    .site_menu ul li {
      list-style: none;
      margin: 0;
      padding: 0;
      transition: background 0.3s ease;
      -o-transition: background 0.3s ease;
      -moz-transition: background 0.3s ease;
      -webkit-transition: background 0.3s ease; }
      .site_menu ul li:hover {
        background: #197ba7; }
      .site_menu ul li.nohover:hover {
        background: #2f3d4d; }
      .site_menu ul li a {
        color: white;
        text-decoration: none;
        padding-left: 1.875rem;
        width: 100%;
        height: 100%;
        display: block; }
        .site_menu ul li a:hover {
          color: white;
          text-decoration: none; }

.footer {
  background: #f2f5f8;
  margin-top: 2.6rem;
  margin-right: -15px;
  margin-left: -15px;
  padding: 1.5rem 15px 0;
  overflow-x: hidden; }
  @media screen and (max-width: 767px) {
    .footer {
      position: relative; } }
  .footer > div.row > div {
    padding-left: 25px;
    padding-right: 25px; }
    .footer > div.row > div:nth-child(2) {
      padding-left: 15px; }
    .footer > div.row > div:nth-last-child(2) {
      padding-right: 0px; }
    @media screen and (max-width: 991px) {
      .footer > div.row > div {
        padding-right: 15px !important;
        padding-left: 15px !important; } }
  @media screen and (max-width: 991px) {
    .footer > div {
      padding-right: 1rem;
      padding-left: 1rem; } }
  .footer h1 {
    font-size: 16px;
    line-height: 13.33px;
    margin-bottom: 0.5rem; }
  .footer p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 1em;
    color: #363636;
    font-weight: 400;
    /*@media screen and (min-width:1824px) {
			font-size: 0.3rem;
			line-height:0.5rem;
		}*/ }
  .footer .logo-row {
    margin-bottom: 0.5rem; }
    .footer .logo-row > div {
      width: auto;
      float: left;
      padding: 0px 25px; }
      .footer .logo-row > div:first-child {
        padding-left: 15px; }
    .footer .logo-row img {
      height: 1.4375rem;
      min-height: 45px; }
  .footer .sitemap_banner {
    background: #383737;
    color: white;
    font-size: 11px;
    margin: 0.5rem -15px 0;
    padding: 5px 0.5rem;
    font-family: Cabin; }
    @media screen and (max-width: 991px) {
      .footer .sitemap_banner {
        padding-right: calc(1rem + 15px);
        padding-left: calc(1rem + 15px);
        text-align: center; } }
    @media screen and (max-width: 767px) {
      .footer .sitemap_banner {
        padding-right: 0px;
        padding-left: 0px; } }
    @media screen and (min-width: 1824px) {
      .footer .sitemap_banner {
        font-size: 0.35rem; } }
    .footer .sitemap_banner a {
      color: white;
      margin-right: 0.5rem;
      position: relative; }
      .footer .sitemap_banner a img {
        height: 13px;
        position: relative;
        top: -3px; }
      .footer .sitemap_banner a:hover {
        color: white;
        text-decoration: none; }
    .footer .sitemap_banner.link_collection {
      margin-top: 0;
      background: #454545;
      border-top: 1px solid #383737; }
      .footer .sitemap_banner.link_collection:nth-child(3) {
        background: #3e3d3d; }
      .footer .sitemap_banner.link_collection:nth-child(4) {
        background: #414141; }
      .footer .sitemap_banner.link_collection .links {
        float: right;
        position: relative;
        left: -50%;
        /* or right 50% */
        text-align: left; }
        .footer .sitemap_banner.link_collection .links > .child {
          position: relative;
          left: 50%; }
          @media screen and (max-width: 991px) {
            .footer .sitemap_banner.link_collection .links > .child {
              text-align: center; } }
          .footer .sitemap_banner.link_collection .links > .child > div {
            display: none; }
            @media screen and (max-width: 991px) {
              .footer .sitemap_banner.link_collection .links > .child > div {
                display: block; } }
          .footer .sitemap_banner.link_collection .links > .child a {
            margin: 0.6rem;
            white-space: nowrap; }
            @media screen and (max-width: 991px) {
              .footer .sitemap_banner.link_collection .links > .child a {
                width: 50%; } }

/*adding Disclaimer specific styles*/
.disclaimer {
  padding: 0 10px;
  padding-bottom: 0px;
  margin-bottom: -52px;
  font-size: 16px !important;
  color: grey;
  /*text-align: center;*/
  line-height: 18px !important; }
  @media screen and (max-width: 767px) {
    .disclaimer > p {
      margin-top: 10px !important; } }
  .disclaimer .disclaimer-rating {
    line-height: 10px; }
    .disclaimer .disclaimer-rating > div {
      padding-top: 0px !important;
      padding-bottom: 20px !important;
      margin-top: 0px;
      margin-bottom: 0px; }
      .disclaimer .disclaimer-rating > div :not(:last-child) {
        margin-right: 40px; }
      .disclaimer .disclaimer-rating > div > p {
        margin-bottom: 0 !important; }
        .disclaimer .disclaimer-rating > div > p span {
          display: inline-block;
          width: 75px; }
      @media screen and (max-width: 767px) {
        .disclaimer .disclaimer-rating > div {
          width: 100%;
          padding-top: 0px !important;
          padding-bottom: 0px !important;
          margin-top: 0px !important; } }

.flexify {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex; }

.row.flexify:before, .row.flexify:after {
  display: none; }

.flex-wrap {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }

.flex-center {
  align-items: center;
  -webkit-align-items: center; }

.flex-space-between {
  justify-content: space-between;
  -webkit-justify-content: space-between; }

.flex-space-between:after {
  content: "";
  width: 103px; }

.hide-when-desktop {
  display: none; }
  @media screen and (max-width: 991px) {
    .hide-when-desktop {
      display: block; } }

@media screen and (max-width: 991px) {
  .hide-when-mobile {
    display: none; } }

.emergency_body .insurance_safe_grid {
  margin-top: 175px; }
  @media screen and (min-width: 1824px) {
    .emergency_body .insurance_safe_grid {
      margin-top: calc(5.8601vw + 70px); } }

@media screen and (max-width: 767px) {
  .emergency_body {
    margin-top: 190px; } }

@media screen and (min-width: 1824px) {
  .emergency_body #finder {
    height: calc((100vh) - (5.8601vw + 70px) - (15px + (100vw - 1824px)/60)); } }

@media screen and (min-width: 1824px) {
  .emergency_body #student {
    height: calc((100vh) - (5.8601vw + 70px) - (15px + (100vw - 1824px)/60)); } }

@media screen and (min-width: 1824px) {
  .emergency_body #worker {
    height: calc(((100vh) - (5.8601vw + -30px) - (15px + (100vw - 1824px)/60)) / 2); } }

@media screen and (min-width: 1824px) {
  .emergency_body #explorer {
    height: calc(((100vh) - (5.8601vw + -30px) - (15px + (100vw - 1824px)/60)) / 2); } }

.insurance_safe_grid {
  width: 100%;
  overflow: hidden;
  margin-bottom: 2.6rem;
  position: relative;
  margin-top: 75px; }
  @media screen and (max-width: 1199px) {
    .insurance_safe_grid {
      overflow: visible; } }
  @media screen and (min-width: 1824px) {
    .insurance_safe_grid {
      margin-top: calc(5.8601vw + -30px); } }
  @media screen and (min-width: 2560px) {
    .insurance_safe_grid {
      margin-top: 120px; } }
  .insurance_safe_grid .mouse {
    width: 1.3rem;
    height: 1.3rem;
    position: absolute;
    bottom: 0.5rem;
    left: 50%;
    background-image: url("../public/imgs/mouse_nowheel.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateX(-50%) translateZ(0);
    -o-transform: translateX(-50%) translateZ(0);
    -moz-transform: translateX(-50%) translateZ(0);
    -webkit-transform: translateX(-50%) translateZ(0); }
    @media screen and (max-width: 991px) {
      .insurance_safe_grid .mouse {
        display: none; } }
    .insurance_safe_grid .mouse > img {
      width: 1.3rem;
      height: 1.3rem;
      vertical-align: top;
      position: relative;
      animation-duration: 0.8s;
      animation-name: wheel_animation;
      animation-direction: alternate;
      animation-iteration-count: infinite;
      -o-animation-duration: 0.8s;
      -o-animation-name: wheel_animation;
      -o-animation-direction: alternate;
      -o-animation-iteration-count: infinite;
      -moz-animation-duration: 0.8s;
      -moz-animation-name: wheel_animation;
      -moz-animation-direction: alternate;
      -moz-animation-iteration-count: infinite;
      -webkit-animation-duration: 0.8s;
      -webkit-animation-name: wheel_animation;
      -webkit-animation-direction: alternate;
      -webkit-animation-iteration-count: infinite; }
    .insurance_safe_grid .mouse:after {
      position: absolute;
      width: 1px;
      height: 8%;
      background: white;
      top: 37%;
      left: 50%;
      transform: translateX(-50%) translateZ(0);
      -o-transform: translateX(-50%) translateZ(0);
      -moz-transform: translateX(-50%) translateZ(0);
      -webkit-transform: translateX(-50%) translateZ(0); }
  .insurance_safe_grid > .row {
    margin: 0px; }
    .insurance_safe_grid > .row > div, .insurance_safe_grid > .row a {
      height: 100%;
      padding: 0px;
      position: relative;
      overflow: hidden;
      display: block; }
      .insurance_safe_grid > .row > div > .row, .insurance_safe_grid > .row a > .row {
        height: 100%;
        margin: 0px; }
        .insurance_safe_grid > .row > div > .row > div, .insurance_safe_grid > .row > div > .row a, .insurance_safe_grid > .row a > .row > div, .insurance_safe_grid > .row a > .row a {
          height: 50%;
          padding: 0px;
          display: block;
          position: relative;
          overflow: hidden; }
    .insurance_safe_grid > .row .grid_wrapper {
      border-right: 1px solid white;
      border-bottom: 1px solid white; }
      .insurance_safe_grid > .row .grid_wrapper .grid_overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0;
        top: 0px;
        left: 0px;
        transition: opacity 0.7s ease;
        -o-transition: opacity 0.7s ease;
        -moz-transition: opacity 0.7s ease;
        -webkit-transition: opacity 0.7s ease; }
        @media screen and (max-width: 991px) {
          .insurance_safe_grid > .row .grid_wrapper .grid_overlay {
            opacity: 0.3; } }
      .insurance_safe_grid > .row .grid_wrapper .is_grid_block {
        width: 100%;
        height: 100%;
        transition: transform 0.7s ease;
        -o-transition: -o-transform 0.7s ease;
        -moz-transition: -moz-transform 0.7s ease;
        -webkit-transition: -webkit-transform 0.7s ease; }
      .insurance_safe_grid > .row .grid_wrapper:hover .grid_overlay {
        opacity: 0.5; }
        @media screen and (max-width: 991px) {
          .insurance_safe_grid > .row .grid_wrapper:hover .grid_overlay {
            opacity: 0.3; } }
      .insurance_safe_grid > .row .grid_wrapper:hover .is_grid_block {
        transform: scale(1.02);
        -o-transform: scale(1.02);
        -moz-transform: scale(1.02);
        -webkit-transform: scale(1.02); }
      .insurance_safe_grid > .row .grid_wrapper .link {
        width: 1.25rem;
        height: 1.25rem;
        min-width: 44px;
        min-height: 44px;
        position: absolute;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        background: #fff;
        bottom: 0%;
        right: 5%;
        transform: translateY(50%) translateZ(0);
        -o-transform: translateY(50%) translateZ(0);
        -moz-transform: translateY(50%) translateZ(0);
        -webkit-transform: translateY(50%) translateZ(0);
        /*&:before {
					content:'';
					position:absolute;
					width:35%;
					height:35%;
					@include background-props('../public/imgs/link_arrow.png', center, center, contain);
					top:50%;
					left:50%;

					@include transform(translate(-50%, -50%) rotate(0deg));
				}*/ }
        @media screen and (max-width: 767px) {
          .insurance_safe_grid > .row .grid_wrapper .link {
            min-width: 30px;
            min-height: 30px; } }
        .insurance_safe_grid > .row .grid_wrapper .link > div {
          position: absolute;
          width: 30%;
          height: 30%;
          top: 50%;
          left: 53%;
          border-right: 1px solid black;
          border-top: 1px solid black;
          transform: translate3d(-50%, -50%, 0) rotate(0deg);
          -o-transform: translate3d(-50%, -50%, 0) rotate(0deg);
          -moz-transform: translate3d(-50%, -50%, 0) rotate(0deg);
          -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg);
          transition: transform 0.3s ease;
          -o-transition: -o-transform 0.3s ease;
          -moz-transition: -moz-transform 0.3s ease;
          -webkit-transition: -webkit-transform 0.3s ease; }
          .insurance_safe_grid > .row .grid_wrapper .link > div:before {
            content: '';
            position: absolute;
            width: 160%;
            height: 1px;
            background: black;
            top: 0px;
            right: 0px;
            transform-origin: right;
            -o-transform-origin: right;
            -moz-transform-origin: right;
            -webkit-transform-origin: right;
            transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg); }
          .insurance_safe_grid > .row .grid_wrapper .link > div a {
            display: none; }
  .insurance_safe_grid .policyfinder_cover {
    position: absolute;
    height: 100%;
    width: 0px;
    top: 0px;
    right: 0px;
    background: #fff;
    transition: width 0.5s ease;
    -o-transition: width 0.5s ease;
    -moz-transition: width 0.5s ease;
    -webkit-transition: width 0.5s ease; }
  .insurance_safe_grid #finder {
    border-right: none;
    position: relative;
    height: calc((100vh) - 75px - 15px);
    min-height: calc(550px / 4); }
    @media screen and (min-width: 1824px) {
      .insurance_safe_grid #finder {
        height: calc((100vh) - (5.8601vw + -30px) - (15px + (100vw - 1824px)/60)); } }
    @media screen and (max-width: 767px) and (orientation: landscape) {
      .insurance_safe_grid #finder {
        min-height: calc(550px / 2.5); } }
    .insurance_safe_grid #finder:before {
      content: '';
      height: calc((100%) - 1.29rem - 0.5rem);
      width: 1px;
      position: absolute;
      top: 0px;
      right: 0px;
      background: white;
      z-index: 1; }
      @media screen and (max-width: 991px) {
        .insurance_safe_grid #finder:before {
          height: calc((100%)); } }
    .insurance_safe_grid #finder:after {
      content: '';
      height: 0.5rem;
      width: 1px;
      position: absolute;
      bottom: 0px;
      right: 0px;
      background: white;
      z-index: 1; }
    @media screen and (max-width: 991px) {
      .insurance_safe_grid #finder {
        height: calc(((100vh) - 75px - 15px ) / 2); } }
    @media screen and (max-width: 767px) {
      .insurance_safe_grid #finder {
        height: calc(((100vh) - 75px - 15px ) / 4); } }
    .insurance_safe_grid #finder > .is_grid_block {
      background-image: url("../public/imgs/home.jpg");
      background-position: 5% center;
      background-repeat: no-repeat;
      background-size: cover; }
      @media screen and (max-width: 767px) {
        .insurance_safe_grid #finder > .is_grid_block {
          background-image: url("../public/imgs/mobile_finder_bg.png");
          background-position: 75% center;
          background-repeat: no-repeat;
          background-size: cover; } }
      @media screen and (width: 768px) and (max-height: 1024px) {
        .insurance_safe_grid #finder > .is_grid_block {
          background-size: auto 520px !important; } }
    .insurance_safe_grid #finder .grid_linkbox {
      width: 43%;
      background: #fff;
      position: absolute;
      bottom: 0.8rem;
      left: 0.8rem;
      height: 8.9583rem;
      width: calc((100%) - 1.6rem);
      background: rgba(0, 104, 165, 0.6);
      padding: 1.3542rem 0.7292rem; }
      @media screen and (max-width: 991px) {
        .insurance_safe_grid #finder .grid_linkbox {
          border: 1px solid white;
          width: 80%;
          left: 10%;
          bottom: 1.75rem;
          height: auto;
          padding: 0px; } }
      @media screen and (max-width: 767px) {
        .insurance_safe_grid #finder .grid_linkbox {
          width: 50%;
          left: 4%;
          bottom: 1.5rem;
          min-width: 160px; } }
      .insurance_safe_grid #finder .grid_linkbox > div {
        float: left;
        width: 50%; }
        @media screen and (max-width: 991px) {
          .insurance_safe_grid #finder .grid_linkbox > div.desktop_linkbox {
            display: none; } }
        .insurance_safe_grid #finder .grid_linkbox > div.mobile_linkbox {
          width: 100%;
          position: relative;
          display: none; }
          @media screen and (max-width: 991px) {
            .insurance_safe_grid #finder .grid_linkbox > div.mobile_linkbox {
              display: block; } }
          .insurance_safe_grid #finder .grid_linkbox > div.mobile_linkbox > .content {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0px;
            left: 0px;
            padding: 1.094rem 0.8rem;
            color: white;
            font-weight: 300; }
            .insurance_safe_grid #finder .grid_linkbox > div.mobile_linkbox > .content > div {
              color: #ad208e;
              font-weight: 800;
              background: white;
              position: absolute;
              top: 0px;
              left: 0.4rem;
              padding: 0.1rem 0.4rem;
              transform: translateY(-50%) translateZ(0);
              -o-transform: translateY(-50%) translateZ(0);
              -moz-transform: translateY(-50%) translateZ(0);
              -webkit-transform: translateY(-50%) translateZ(0); }
          .insurance_safe_grid #finder .grid_linkbox > div.mobile_linkbox img {
            width: 100%;
            padding: 1.5rem 0.45rem;
            opacity: 0;
            pointer-events: none; }
          .insurance_safe_grid #finder .grid_linkbox > div.mobile_linkbox .link {
            background: white !important; }
            .insurance_safe_grid #finder .grid_linkbox > div.mobile_linkbox .link > div {
              position: absolute;
              width: 30%;
              height: 30%;
              top: 50%;
              left: 53%;
              border-right: 1px solid black;
              border-top: 1px solid black;
              transform: translate3d(-50%, -50%, 0) rotate(0deg);
              -o-transform: translate3d(-50%, -50%, 0) rotate(0deg);
              -moz-transform: translate3d(-50%, -50%, 0) rotate(0deg);
              -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg);
              transition: transform 0.3s ease;
              -o-transition: -o-transform 0.3s ease;
              -moz-transition: -moz-transform 0.3s ease;
              -webkit-transition: -webkit-transform 0.3s ease; }
              .insurance_safe_grid #finder .grid_linkbox > div.mobile_linkbox .link > div:before {
                content: '';
                position: absolute;
                width: 160%;
                height: 1px;
                background: black;
                top: 0px;
                right: 0px;
                transform-origin: right;
                -o-transform-origin: right;
                -moz-transform-origin: right;
                -webkit-transform-origin: right;
                transform: rotate(-45deg);
                -o-transform: rotate(-45deg);
                -moz-transform: rotate(-45deg);
                -webkit-transform: rotate(-45deg); }
              .insurance_safe_grid #finder .grid_linkbox > div.mobile_linkbox .link > div a {
                display: none; }
        .insurance_safe_grid #finder .grid_linkbox > div:last-child {
          height: calc((100%) + 1.3542rem);
          margin: -0.6771rem 0; }
          .insurance_safe_grid #finder .grid_linkbox > div:last-child > div {
            background: white;
            display: block;
            width: calc((100%) - 0.41667rem);
            margin-left: 0.41667rem;
            position: relative;
            box-shadow: 3px 5px 9.8px 0.2px rgba(0, 0, 0, 0.3); }
            .insurance_safe_grid #finder .grid_linkbox > div:last-child > div:first-child {
              height: calc((25.7143%) - 0.208333rem);
              margin-bottom: 0.208333rem; }
              .insurance_safe_grid #finder .grid_linkbox > div:last-child > div:first-child > div {
                margin-left: 0.83333rem;
                position: absolute;
                top: 50%;
                transform: translateY(-0.52083rem) translateZ(0);
                -o-transform: translateY(-0.52083rem) translateZ(0);
                -moz-transform: translateY(-0.52083rem) translateZ(0);
                -webkit-transform: translateY(-0.52083rem) translateZ(0); }
                .insurance_safe_grid #finder .grid_linkbox > div:last-child > div:first-child > div:before {
                  content: '';
                  position: absolute;
                  height: 50%;
                  width: 0.2rem;
                  top: 50%;
                  left: -0.416667rem;
                  border-top: 1px solid #0068a5;
                  border-left: 1px solid #0068a5; }
                .insurance_safe_grid #finder .grid_linkbox > div:last-child > div:first-child > div:after {
                  content: '';
                  position: absolute;
                  height: 50%;
                  width: 0.8333rem;
                  border-top: 1px solid #0068a5;
                  border-right: 1px solid #0068a5;
                  top: 50%;
                  left: calc((100%) + 0.2rem); }
            .insurance_safe_grid #finder .grid_linkbox > div:last-child > div:last-child {
              height: 74.2857%;
              padding: 0.83333rem 0.416667rem; }
              .insurance_safe_grid #finder .grid_linkbox > div:last-child > div:last-child > div {
                position: relative;
                border: 1px solid #0068a5;
                border-top: none;
                padding: 0 0.416667rem;
                height: 100%; }
                .insurance_safe_grid #finder .grid_linkbox > div:last-child > div:last-child > div:before {
                  content: '';
                  position: absolute;
                  height: 1px;
                  width: 0.2rem;
                  background: #0068a5;
                  top: 0px;
                  left: 0px; }
                .insurance_safe_grid #finder .grid_linkbox > div:last-child > div:last-child > div:after {
                  content: '';
                  position: absolute;
                  height: 1px;
                  width: 0.4333rem;
                  background: #0068a5;
                  top: 0px;
                  right: 0px; }
                  @media screen and (max-width: 1549px) {
                    .insurance_safe_grid #finder .grid_linkbox > div:last-child > div:last-child > div:after {
                      width: 0.41667rem; } }
                .insurance_safe_grid #finder .grid_linkbox > div:last-child > div:last-child > div > div:first-child {
                  transform: translateY(-0.41667rem) translateZ(0);
                  -o-transform: translateY(-0.41667rem) translateZ(0);
                  -moz-transform: translateY(-0.41667rem) translateZ(0);
                  -webkit-transform: translateY(-0.41667rem) translateZ(0); }
            .insurance_safe_grid #finder .grid_linkbox > div:last-child > div h1 {
              font-size: 1.041667rem;
              color: #ad208e;
              font-weight: 800;
              line-height: 1.041667rem;
              letter-spacing: 0.05em; }
              @media screen and (max-width: 1789px) {
                .insurance_safe_grid #finder .grid_linkbox > div:last-child > div h1 {
                  font-size: 1.65vw; } }
            .insurance_safe_grid #finder .grid_linkbox > div:last-child > div h2 {
              font-size: 0.875rem;
              line-height: 1rem;
              color: #1c2833;
              font-weight: 800;
              letter-spacing: 0.05em;
              white-space: nowrap; }
              @media screen and (max-width: 1789px) {
                .insurance_safe_grid #finder .grid_linkbox > div:last-child > div h2 {
                  font-size: 1.55vw;
                  line-height: 1.77vw; } }
              @media screen and (max-width: 1719px) {
                .insurance_safe_grid #finder .grid_linkbox > div:last-child > div h2 {
                  font-size: 1.5vw;
                  line-height: 1.7145vw; } }
              @media screen and (max-width: 1619px) {
                .insurance_safe_grid #finder .grid_linkbox > div:last-child > div h2 {
                  font-size: 1.45vw;
                  line-height: 1.45vw; } }
              @media screen and (max-width: 1549px) {
                .insurance_safe_grid #finder .grid_linkbox > div:last-child > div h2 {
                  font-size: 1.4vw;
                  line-height: 1.6vw; } }
              @media screen and (max-width: 1219px) {
                .insurance_safe_grid #finder .grid_linkbox > div:last-child > div h2 {
                  font-size: 1.3vw;
                  line-height: 1.4859vw; } }
            .insurance_safe_grid #finder .grid_linkbox > div:last-child > div p {
              font-weight: 300;
              font-size: 0.66667rem;
              line-height: 0.7916667rem;
              color: #1c2833;
              letter-spacing: 0.05em; }
              @media screen and (max-width: 1789px) {
                .insurance_safe_grid #finder .grid_linkbox > div:last-child > div p {
                  font-size: 1.35vw;
                  line-height: 1.6vw; } }
        .insurance_safe_grid #finder .grid_linkbox > div h1 {
          font-size: 1.166667rem;
          line-height: 1.208333rem;
          color: white;
          letter-spacing: 0.05em;
          font-weight: 300; }
          .insurance_safe_grid #finder .grid_linkbox > div h1 span.bold {
            font-weight: 600; }
          .insurance_safe_grid #finder .grid_linkbox > div h1 span.for {
            font-size: 0.66667rem; }
          @media screen and (max-width: 1469px) {
            .insurance_safe_grid #finder .grid_linkbox > div h1 {
              font-size: 2.4vw;
              line-height: 2.486vw; } }
        .insurance_safe_grid #finder .grid_linkbox > div p {
          font-size: 0.75rem;
          line-height: 0.958333rem;
          color: white;
          font-weight: 300;
          margin-top: 0.4rem; }
          .insurance_safe_grid #finder .grid_linkbox > div p > span {
            font-weight: 400; }
      .insurance_safe_grid #finder .grid_linkbox > p {
        font-size: 0.83333rem;
        line-height: 0.91667rem;
        color: #f4f3ae; }
        .insurance_safe_grid #finder .grid_linkbox > p > span {
          display: block; }
      .insurance_safe_grid #finder .grid_linkbox .link {
        width: 1.25rem;
        height: 1.25rem;
        min-width: 44px;
        min-height: 44px;
        position: absolute;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        background: #ad208e;
        bottom: 0%;
        right: 5%;
        transform: translateY(50%) translateZ(0);
        -o-transform: translateY(50%) translateZ(0);
        -moz-transform: translateY(50%) translateZ(0);
        -webkit-transform: translateY(50%) translateZ(0); }
        @media screen and (max-width: 767px) {
          .insurance_safe_grid #finder .grid_linkbox .link {
            min-width: 30px;
            min-height: 30px; } }
        .insurance_safe_grid #finder .grid_linkbox .link > div {
          position: absolute;
          width: 30%;
          height: 30%;
          top: 50%;
          left: 53%;
          border-right: 1px solid white;
          border-top: 1px solid white;
          transform: translate3d(-50%, -50%, 0) rotate(0deg);
          -o-transform: translate3d(-50%, -50%, 0) rotate(0deg);
          -moz-transform: translate3d(-50%, -50%, 0) rotate(0deg);
          -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg);
          transition: transform 0.3s ease;
          -o-transition: -o-transform 0.3s ease;
          -moz-transition: -moz-transform 0.3s ease;
          -webkit-transition: -webkit-transform 0.3s ease; }
          .insurance_safe_grid #finder .grid_linkbox .link > div:before {
            content: '';
            position: absolute;
            width: 160%;
            height: 1px;
            background: white;
            top: 0px;
            right: 0px;
            transform-origin: right;
            -o-transform-origin: right;
            -moz-transform-origin: right;
            -webkit-transform-origin: right;
            transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg); }
          .insurance_safe_grid #finder .grid_linkbox .link > div a {
            display: none; }
  .insurance_safe_grid #student, .insurance_safe_grid #worker, .insurance_safe_grid #explorer {
    min-height: calc(550px / 4); }
    @media screen and (max-width: 767px) and (orientation: landscape) {
      .insurance_safe_grid #student, .insurance_safe_grid #worker, .insurance_safe_grid #explorer {
        min-height: calc(550px / 2.5); } }
    .insurance_safe_grid #student .grid_linkbox, .insurance_safe_grid #worker .grid_linkbox, .insurance_safe_grid #explorer .grid_linkbox {
      width: 80%;
      position: absolute;
      bottom: 1.4771rem;
      left: 10%;
      border: 1px solid white;
      border-top: none;
      background: rgba(0, 0, 0, 0.3); }
      @media screen and (max-width: 991px) {
        .insurance_safe_grid #student .grid_linkbox, .insurance_safe_grid #worker .grid_linkbox, .insurance_safe_grid #explorer .grid_linkbox {
          bottom: 1.75rem; } }
      @media screen and (max-width: 767px) {
        .insurance_safe_grid #student .grid_linkbox, .insurance_safe_grid #worker .grid_linkbox, .insurance_safe_grid #explorer .grid_linkbox {
          width: 50%;
          left: 4%;
          bottom: 1.5rem;
          min-width: 160px; } }
      .insurance_safe_grid #student .grid_linkbox > img, .insurance_safe_grid #worker .grid_linkbox > img, .insurance_safe_grid #explorer .grid_linkbox > img {
        width: 100%;
        padding: 1.5rem 0.45rem; }
      .insurance_safe_grid #student .grid_linkbox:before, .insurance_safe_grid #worker .grid_linkbox:before, .insurance_safe_grid #explorer .grid_linkbox:before {
        content: '';
        position: absolute;
        top: -1px;
        left: -1px;
        width: 3%;
        height: 1px;
        background: white; }
      .insurance_safe_grid #student .grid_linkbox:after, .insurance_safe_grid #worker .grid_linkbox:after, .insurance_safe_grid #explorer .grid_linkbox:after {
        content: '';
        position: absolute;
        top: -1px;
        right: -1px;
        width: calc((93%) - 1.25rem);
        height: 1px;
        background: white; }
        @media screen and (max-width: 1939px) {
          .insurance_safe_grid #student .grid_linkbox:after, .insurance_safe_grid #worker .grid_linkbox:after, .insurance_safe_grid #explorer .grid_linkbox:after {
            width: calc((93%) - 44px); } }
        @media screen and (max-width: 767px) {
          .insurance_safe_grid #student .grid_linkbox:after, .insurance_safe_grid #worker .grid_linkbox:after, .insurance_safe_grid #explorer .grid_linkbox:after {
            width: calc((93%) - 30px); } }
      .insurance_safe_grid #student .grid_linkbox .icon, .insurance_safe_grid #worker .grid_linkbox .icon, .insurance_safe_grid #explorer .grid_linkbox .icon {
        width: 1.25rem;
        height: 1.25rem;
        min-width: 44px;
        min-height: 44px;
        position: absolute;
        top: 0%;
        left: 5%;
        transform: translateY(-50%) translateZ(0);
        -o-transform: translateY(-50%) translateZ(0);
        -moz-transform: translateY(-50%) translateZ(0);
        -webkit-transform: translateY(-50%) translateZ(0); }
        @media screen and (max-width: 767px) {
          .insurance_safe_grid #student .grid_linkbox .icon, .insurance_safe_grid #worker .grid_linkbox .icon, .insurance_safe_grid #explorer .grid_linkbox .icon {
            min-width: 30px;
            min-height: 30px; } }
  .insurance_safe_grid #student {
    height: calc((100vh) - 75px - 15px); }
    @media screen and (max-width: 991px) {
      .insurance_safe_grid #student {
        height: calc(((100vh) - 75px - 15px ) / 2); } }
    @media screen and (max-width: 767px) {
      .insurance_safe_grid #student {
        height: calc(((100vh) - 75px - 15px ) / 4); } }
    @media screen and (min-width: 1824px) {
      .insurance_safe_grid #student {
        height: calc((100vh) - (5.8601vw + -30px) - (15px + (100vw - 1824px)/60)); } }
    .insurance_safe_grid #student > .is_grid_block {
      background-image: url("../public/imgs/studentsafe-home-page.jpg");
      background-position: 40% center;
      background-repeat: no-repeat;
      background-size: cover;
      /*@include transition-props(width 1s ease, left 1s ease);*/ }
      @media screen and (width: 768px) and (max-height: 1024px) {
        .insurance_safe_grid #student > .is_grid_block {
          background-size: auto 520px !important; } }
    .insurance_safe_grid #student .grid_linkbox .icon {
      background-image: url("../public/imgs/student_safe_icon.png");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain; }
  .insurance_safe_grid #explorer {
    height: calc(((100vh) - 75px - 15px ) / 2); }
    @media screen and (max-width: 767px) {
      .insurance_safe_grid #explorer {
        height: calc(((100vh) - 75px - 15px ) / 4); } }
    @media screen and (min-width: 1824px) {
      .insurance_safe_grid #explorer {
        height: calc(((100vh) - (5.8601vw + -30px) - (15px + (100vw - 1824px)/60)) / 2); } }
    .insurance_safe_grid #explorer > .is_grid_block {
      background-image: url("../public/imgs/explorer_safe_home_bg.jpg");
      background-position: 100% center;
      background-repeat: no-repeat;
      background-size: cover; }
      @media screen and (width: 768px) and (max-height: 1024px) {
        .insurance_safe_grid #explorer > .is_grid_block {
          background-size: auto 520px !important; } }
    .insurance_safe_grid #explorer .grid_linkbox .icon {
      background-image: url("../public/imgs/explorer_safe_icon.png");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain; }
  .insurance_safe_grid #worker {
    height: calc(((100vh) - 75px - 15px ) / 2); }
    @media screen and (max-width: 767px) {
      .insurance_safe_grid #worker {
        height: calc(((100vh) - 75px - 15px ) / 4); } }
    @media screen and (min-width: 1824px) {
      .insurance_safe_grid #worker {
        height: calc(((100vh) - (5.8601vw + -30px) - (15px + (100vw - 1824px)/60)) / 2); } }
    .insurance_safe_grid #worker > .is_grid_block {
      background-image: url("../public/imgs/worker_safe_home_bg.jpg");
      background-position: 100% center;
      background-repeat: no-repeat;
      background-size: cover; }
      @media screen and (width: 768px) and (max-height: 1024px) {
        .insurance_safe_grid #worker > .is_grid_block {
          background-size: auto 520px !important; } }
    .insurance_safe_grid #worker .grid_linkbox .icon {
      background-image: url("../public/imgs/worker_safe_icon.png");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain; }
  .insurance_safe_grid #policy_finder_content {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0px;
    right: 100%;
    padding: 15px 15px;
    padding-right: 0px;
    opacity: 0;
    background: white;
    transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease; }
    @media screen and (min-width: 1824px) {
      .insurance_safe_grid #policy_finder_content {
        padding: calc(15px + (100vw - 1824px)/60);
        padding-right: 0px; } }
    @media screen and (max-width: 991px) {
      .insurance_safe_grid #policy_finder_content {
        width: 100%;
        padding: 0px;
        z-index: 999; } }
    .insurance_safe_grid #policy_finder_content > div {
      width: 100%;
      height: 100%;
      border: 2px solid #ccc;
      padding: 1.25rem 1.041666667rem 1.25rem;
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: flex-start;
      -ms-flex-align: center;
      align-items: flex-start;
      -webkit-box-pack: center;
      -webkit-justify-content: space-around;
      -ms-flex-pack: center;
      justify-content: space-around;
      flex-direction: column;
      -ms-flex-direction: column;
      -o-flex-direction: column;
      -moz-flex-direction: column;
      -webkit-flex-direction: column; }
      .insurance_safe_grid #policy_finder_content > div #pf_close {
        position: absolute;
        top: 0.625rem;
        right: 0.625rem;
        width: 1.35417rem;
        height: 1.35417rem;
        cursor: pointer;
        background-image: url("../public/imgs/article_close.png");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain; }
      .insurance_safe_grid #policy_finder_content > div > h1 {
        color: #ad208e;
        font-size: 1.041666667rem;
        position: relative;
        display: inline-block; }
        @media screen and (max-width: 991px) {
          .insurance_safe_grid #policy_finder_content > div > h1 {
            font-size: 1.5625rem; } }
        .insurance_safe_grid #policy_finder_content > div > h1:after {
          content: '';
          position: absolute;
          right: -1.25rem;
          width: 0.8333rem;
          height: 30%;
          top: 40%;
          border-right: 1px solid #197ba8;
          border-top: 1px solid #197ba8; }
          @media screen and (max-width: 991px) {
            .insurance_safe_grid #policy_finder_content > div > h1:after {
              width: 1rem; } }
      .insurance_safe_grid #policy_finder_content > div > h2 {
        font-size: 1.041666667rem;
        line-height: 1.25rem;
        margin-bottom: 6.75%;
        margin-bottom: calc((100vh - 100%) / 3);
        font-weight: 300; }
        @media screen and (max-height: 800px) and (min-height: 750px) {
          .insurance_safe_grid #policy_finder_content > div > h2 {
            margin-bottom: 30px; } }
        @media screen and (max-height: 749px) {
          .insurance_safe_grid #policy_finder_content > div > h2 {
            margin-bottom: 30px; } }
        .insurance_safe_grid #policy_finder_content > div > h2 > span {
          color: #004281; }
        @media screen and (max-width: 1823px) {
          .insurance_safe_grid #policy_finder_content > div > h2 {
            font-size: calc(33px - (1823px - 100vw) / 60);
            line-height: calc((33px - (1823px - 100vw) / 60) * 1.2); } }
        @media screen and (max-width: 1440px) {
          .insurance_safe_grid #policy_finder_content > div > h2 {
            font-size: 0.8125rem;
            line-height: 0.975rem; } }
        @media screen and (max-width: 991px) {
          .insurance_safe_grid #policy_finder_content > div > h2 {
            font-size: 1.5625rem;
            line-height: 1.875rem; } }
        @media screen and (max-width: 991px) {
          .insurance_safe_grid #policy_finder_content > div > h2 {
            font-size: 1.24rem;
            line-height: 1.5rem; } }
        @media screen and (max-width: 767px) {
          .insurance_safe_grid #policy_finder_content > div > h2 {
            font-size: 1.11111rem;
            line-height: 1.375rem; } }
        @media screen and (max-width: 767px) {
          .insurance_safe_grid #policy_finder_content > div > h2 {
            font-size: 1.11111rem;
            line-height: 1.375rem; } }
        @media screen and (max-width: 355px) {
          .insurance_safe_grid #policy_finder_content > div > h2 {
            font-size: 1.05rem; } }
      .insurance_safe_grid #policy_finder_content > div > h3 {
        color: #004281;
        font-size: 0.875rem;
        font-weight: 300;
        margin: 0px;
        margin-bottom: 0.3125rem; }
        @media screen and (max-width: 991px) {
          .insurance_safe_grid #policy_finder_content > div > h3 {
            font-size: 1.3125rem;
            margin-bottom: 0.5rem; } }
        @media screen and (max-width: 991px) {
          .insurance_safe_grid #policy_finder_content > div > h3 {
            font-size: 1.05rem; } }
        @media screen and (max-width: 767px) {
          .insurance_safe_grid #policy_finder_content > div > h3 {
            font-size: 0.875rem; } }
        @media screen and (max-width: 355px) {
          .insurance_safe_grid #policy_finder_content > div > h3 {
            font-size: 0.8333333rem; } }
        .insurance_safe_grid #policy_finder_content > div > h3 > span {
          font-size: 1.25rem;
          color: #000; }
          @media screen and (max-width: 991px) {
            .insurance_safe_grid #policy_finder_content > div > h3 > span {
              font-size: 1.875rem; } }
          @media screen and (max-width: 991px) {
            .insurance_safe_grid #policy_finder_content > div > h3 > span {
              font-size: 1.5rem; } }
          @media screen and (max-width: 767px) {
            .insurance_safe_grid #policy_finder_content > div > h3 > span {
              font-size: 1.25rem; } }
          @media screen and (max-width: 355px) {
            .insurance_safe_grid #policy_finder_content > div > h3 > span {
              font-size: 1rem; } }
      .insurance_safe_grid #policy_finder_content > div select {
        width: 100%;
        background: #fbfbfb;
        border: 1px solid #d2d2d2;
        font-size: 0.54166667rem;
        margin-bottom: 0.5rem;
        /*padding:0.3125rem;*/
        height: 1.25rem;
        padding-left: 0.833333rem;
        border-bottom: 2px solid black;
        border-radius: 0px;
        -webkit-appearance: none;
        -webkit-border-radius: 0px;
        background: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'><path fill='#444' d='M7.406 7.828l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z'></path></svg>");
        background-position: 100% 50%;
        background-repeat: no-repeat;
        min-height: 40px; }
        @media screen and (max-width: 991px) {
          .insurance_safe_grid #policy_finder_content > div select {
            height: 1.875rem;
            font-size: 0.8125rem;
            margin-bottom: 1rem; } }
        @media screen and (max-width: 991px) {
          .insurance_safe_grid #policy_finder_content > div select {
            font-size: 0.65rem; } }
        @media screen and (max-height: 800px) and (min-height: 750px) {
          .insurance_safe_grid #policy_finder_content > div select {
            margin-bottom: 15px; } }
        @media screen and (max-height: 749px) {
          .insurance_safe_grid #policy_finder_content > div select {
            margin-bottom: 15px; } }
      .insurance_safe_grid #policy_finder_content > div .link {
        width: 1.25rem;
        height: 1.25rem;
        min-width: 44px;
        min-height: 44px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        background: #ad208e;
        margin-left: auto;
        position: relative;
        /*bottom:calc(1.5rem + 15px);
				right:calc(5% + 15px);*/
        overflow: visible !important;
        float: right;
        z-index: 999;
        /*@include translateY(50%);*/ }
        @media screen and (max-width: 991px) {
          .insurance_safe_grid #policy_finder_content > div .link {
            display: block; } }
        .insurance_safe_grid #policy_finder_content > div .link > div {
          position: absolute;
          width: 30%;
          height: 30%;
          top: 50%;
          left: 53%;
          border-right: 1px solid white;
          border-top: 1px solid white;
          transform: translate3d(-50%, -50%, 0) rotate(0deg);
          -o-transform: translate3d(-50%, -50%, 0) rotate(0deg);
          -moz-transform: translate3d(-50%, -50%, 0) rotate(0deg);
          -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg);
          transition: transform 0.3s ease;
          -o-transition: -o-transform 0.3s ease;
          -moz-transition: -moz-transform 0.3s ease;
          -webkit-transition: -webkit-transform 0.3s ease; }
          .insurance_safe_grid #policy_finder_content > div .link > div:before {
            content: '';
            position: absolute;
            width: 160%;
            height: 1px;
            background: white;
            top: 0px;
            right: 0px;
            transform-origin: right;
            -o-transform-origin: right;
            -moz-transform-origin: right;
            -webkit-transform-origin: right;
            transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg); }
          .insurance_safe_grid #policy_finder_content > div .link > div a {
            display: none; }
        .insurance_safe_grid #policy_finder_content > div .link a {
          display: none; }
        .insurance_safe_grid #policy_finder_content > div .link:before {
          content: 'Find Policy';
          position: absolute;
          margin-right: 15px;
          font-size: 0.875rem;
          top: 50%;
          color: #ad208e;
          transform: translate(-105%, -50%);
          -o-transform: translate(-105%, -50%);
          -moz-transform: translate(-105%, -50%);
          -webkit-transform: translate(-105%, -50%);
          white-space: nowrap; }
          @media screen and (max-width: 991px) {
            .insurance_safe_grid #policy_finder_content > div .link:before {
              font-size: 1.3125rem; } }
          @media screen and (max-width: 991px) {
            .insurance_safe_grid #policy_finder_content > div .link:before {
              font-size: 1.05rem; } }

@media only screen and (device-width: 768px) and (orientation: portrait) {
  .insurance_safe_grid #finder, .insurance_safe_grid #student, .insurance_safe_grid #worker, .insurance_safe_grid #explorer {
    /*height: calc(((100vh) - 75px - 45px)/2);*/ } }

@media only screen and (device-width: 768px) and (orientation: landscape) {
  /*height: calc(((100vh) - 75px - 25px)/2);*/ }

#home_container {
  margin-bottom: 2.6rem; }
  #home_container h1, #home_container h2, #home_container p {
    font-weight: 300; }
  #home_container h1 {
    font-size: 1.0938rem;
    line-height: 1.0938rem;
    margin-bottom: 1rem; }
    @media screen and (max-width: 991px) {
      #home_container h1 {
        font-size: 1.6407rem;
        line-height: 1.6407rem; } }
  #home_container h2 {
    font-size: 0.6667rem;
    line-height: 0.8333rem;
    margin-bottom: 1rem; }
    @media screen and (max-width: 991px) {
      #home_container h2 {
        font-size: 1rem;
        line-height: 1.25rem; } }
  #home_container p {
    font-size: 0.5rem;
    line-height: 0.71rem; }
    @media screen and (max-width: 991px) {
      #home_container p {
        font-size: 0.75rem;
        line-height: 1.0625rem; } }
  @media screen and (max-width: 991px) {
    #home_container > div {
      padding-left: 8.3%;
      padding-right: 8.3%; } }
  #home_container .hero-img {
    width: calc(80% - 10px);
    height: 100%;
    position: absolute;
    top: 0px;
    left: 120%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    box-shadow: 3px 5px 9.8px 0.2px rgba(0, 0, 0, 0.3); }
  #home_container .cover-img {
    width: 100%;
    height: 60vw;
    min-height: 150px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; }
    @media screen and (max-width: 991px) {
      #home_container .cover-img {
        margin-top: 2.6rem; } }

.home_article_grid {
  padding: 0px 8.3333333%;
  margin-bottom: 1rem;
  margin-left: -10px;
  margin-right: -10px; }
  @media screen and (max-width: 1400px) {
    .home_article_grid {
      /*margin-bottom:0;*/
      padding: 0px; } }
  .home_article_grid .article_sm, .home_article_grid .article_md {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
    -o-transition: -o-transform 0.3s ease;
    -moz-transition: -moz-transform 0.3s ease;
    -webkit-transition: -webkit-transform 0.3s ease; }
  .home_article_grid .article_sm {
    width: 20%; }
    @media screen and (max-width: 1199px) {
      .home_article_grid .article_sm {
        width: 50%;
        margin-bottom: 20px; } }
    @media screen and (max-width: 767px) {
      .home_article_grid .article_sm {
        width: 100%;
        margin-bottom: 20px; } }
    .home_article_grid .article_sm.article_link {
      cursor: pointer; }
    .home_article_grid .article_sm:hover > .static_block {
      box-shadow: 3px 5px 9.8px 0.2px rgba(0, 0, 0, 0.3); }
    .home_article_grid .article_sm:hover > .sm_block {
      box-shadow: 3px 5px 9.8px 0.2px rgba(0, 0, 0, 0.3); }
    .home_article_grid .article_sm > .static_block {
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      padding: 15px;
      position: relative;
      width: 100%;
      box-shadow: 3px 5px 9.8px 0.2px rgba(0, 0, 0, 0.15);
      transition: box-shadow 0.3s ease;
      -o-transition: box-shadow 0.3s ease;
      -moz-transition: box-shadow 0.3s ease;
      -webkit-transition: box-shadow 0.3s ease;
      background-color: white; }
      .home_article_grid .article_sm > .static_block > div {
        /*@include background-props('../public/imgs/contact_block.png', center, center, cover);*/
        width: 100%;
        height: 100%;
        position: relative;
        color: white;
        background: #243572;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column; }
        .home_article_grid .article_sm > .static_block > div h1, .home_article_grid .article_sm > .static_block > div h2, .home_article_grid .article_sm > .static_block > div p {
          font-weight: 300;
          line-height: 130%; }
        .home_article_grid .article_sm > .static_block > div h1 {
          font-size: 1.50vw;
          text-align: center; }
        .home_article_grid .article_sm > .static_block > div h2 {
          font-size: 0.90vw;
          text-align: center; }
        .home_article_grid .article_sm > .static_block > div p {
          font-size: 0.80vw;
          text-align: center;
          margin-bottom: 1rem;
          position: relative; }
          @media screen and (max-width: 1740px) {
            .home_article_grid .article_sm > .static_block > div p {
              margin-bottom: 0.5rem; } }
          .home_article_grid .article_sm > .static_block > div p:after {
            content: '';
            position: absolute;
            width: 25%;
            height: 1px;
            bottom: -0.5rem;
            left: 50%;
            background: white;
            transform: translateX(-50%) translateZ(0);
            -o-transform: translateX(-50%) translateZ(0);
            -moz-transform: translateX(-50%) translateZ(0);
            -webkit-transform: translateX(-50%) translateZ(0); }
            @media screen and (max-width: 1740px) {
              .home_article_grid .article_sm > .static_block > div p:after {
                bottom: -0.25rem; } }
        .home_article_grid .article_sm > .static_block > div h3 {
          font-size: 1.4vw;
          line-height: 100%;
          text-align: center;
          margin-bottom: 50px; }
        @media screen and (max-width: 1199px) {
          .home_article_grid .article_sm > .static_block > div h1 {
            font-size: 4.8vw; }
          .home_article_grid .article_sm > .static_block > div h2 {
            font-size: 2.8vw; }
          .home_article_grid .article_sm > .static_block > div p {
            font-size: 2.65vw; }
          .home_article_grid .article_sm > .static_block > div h3 {
            font-size: 5vw; } }
        @media screen and (max-width: 767px) {
          .home_article_grid .article_sm > .static_block > div h1 {
            font-size: 10vw; }
          .home_article_grid .article_sm > .static_block > div h2 {
            font-size: 6vw; }
          .home_article_grid .article_sm > .static_block > div p {
            font-size: 5.7vw; }
          .home_article_grid .article_sm > .static_block > div h3 {
            font-size: 10vw; } }
        @media screen and (max-width: 450px) {
          .home_article_grid .article_sm > .static_block > div h1 {
            line-height: 100%; }
          .home_article_grid .article_sm > .static_block > div h3 {
            margin-bottom: 3rem; } }
        .home_article_grid .article_sm > .static_block > div .link {
          width: 1.25rem;
          height: 1.25rem;
          min-width: 44px;
          min-height: 44px;
          position: absolute;
          border-radius: 50%;
          -webkit-border-radius: 50%;
          background: #fff;
          bottom: calc(7% + 15px);
          right: calc(5%);
          transform: translateY(50%) translateZ(0);
          -o-transform: translateY(50%) translateZ(0);
          -moz-transform: translateY(50%) translateZ(0);
          -webkit-transform: translateY(50%) translateZ(0); }
          .home_article_grid .article_sm > .static_block > div .link > div {
            position: absolute;
            width: 30%;
            height: 30%;
            top: 50%;
            left: 53%;
            border-right: 1px solid black;
            border-top: 1px solid black;
            transform: translate3d(-50%, -50%, 0) rotate(0deg);
            -o-transform: translate3d(-50%, -50%, 0) rotate(0deg);
            -moz-transform: translate3d(-50%, -50%, 0) rotate(0deg);
            -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg);
            transition: transform 0.3s ease;
            -o-transition: -o-transform 0.3s ease;
            -moz-transition: -moz-transform 0.3s ease;
            -webkit-transition: -webkit-transform 0.3s ease; }
            .home_article_grid .article_sm > .static_block > div .link > div:before {
              content: '';
              position: absolute;
              width: 160%;
              height: 1px;
              background: black;
              top: 0px;
              right: 0px;
              transform-origin: right;
              -o-transform-origin: right;
              -moz-transform-origin: right;
              -webkit-transform-origin: right;
              transform: rotate(-45deg);
              -o-transform: rotate(-45deg);
              -moz-transform: rotate(-45deg);
              -webkit-transform: rotate(-45deg); }
            .home_article_grid .article_sm > .static_block > div .link > div a {
              display: none; }
          .home_article_grid .article_sm > .static_block > div .link a {
            display: none; }
    .home_article_grid .article_sm > .sm_block {
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      position: relative;
      padding: 15px;
      box-shadow: 3px 5px 9.8px 0.2px rgba(0, 0, 0, 0.15);
      transition: box-shadow 0.3s ease;
      -o-transition: box-shadow 0.3s ease;
      -moz-transition: box-shadow 0.3s ease;
      -webkit-transition: box-shadow 0.3s ease; }
      .home_article_grid .article_sm > .sm_block > .content {
        min-height: calc((40%) - 0.625rem);
        max-height: 60%;
        width: calc((100%) - 30px);
        position: absolute;
        left: 15px;
        bottom: calc(0.625rem + 15px);
        border: 1px solid white;
        background: rgba(25, 123, 168, 0.7); }
        @media screen and (max-width: 1199px) {
          .home_article_grid .article_sm > .sm_block > .content {
            bottom: 1.75rem; } }
        .home_article_grid .article_sm > .sm_block > .content.studentsafe {
          background: rgba(173, 32, 142, 0.7); }
        .home_article_grid .article_sm > .sm_block > .content.workersafe {
          background: rgba(208, 111, 26, 0.7); }
        .home_article_grid .article_sm > .sm_block > .content.explorersafe {
          background: rgba(159, 166, 23, 0.7); }
        .home_article_grid .article_sm > .sm_block > .content h1 {
          color: white;
          font-weight: 300;
          padding: 15px;
          font-size: 0.7917rem;
          line-height: 0.9167rem;
          margin-bottom: 0.5rem; }
          @media screen and (max-width: 1199px) {
            .home_article_grid .article_sm > .sm_block > .content h1 {
              font-size: 1.3125rem;
              line-height: 1.625rem; } }
      .home_article_grid .article_sm > .sm_block .link {
        width: 1.25rem;
        height: 1.25rem;
        min-width: 44px;
        min-height: 44px;
        position: absolute;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        background: #fff;
        bottom: calc(0.625rem + 15px);
        right: calc(5% + 15px);
        transform: translateY(50%) translateZ(0);
        -o-transform: translateY(50%) translateZ(0);
        -moz-transform: translateY(50%) translateZ(0);
        -webkit-transform: translateY(50%) translateZ(0); }
        @media screen and (max-width: 1199px) {
          .home_article_grid .article_sm > .sm_block .link {
            bottom: 1.75rem; } }
        .home_article_grid .article_sm > .sm_block .link > div {
          position: absolute;
          width: 30%;
          height: 30%;
          top: 50%;
          left: 53%;
          border-right: 1px solid black;
          border-top: 1px solid black;
          transform: translate3d(-50%, -50%, 0) rotate(0deg);
          -o-transform: translate3d(-50%, -50%, 0) rotate(0deg);
          -moz-transform: translate3d(-50%, -50%, 0) rotate(0deg);
          -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg);
          transition: transform 0.3s ease;
          -o-transition: -o-transform 0.3s ease;
          -moz-transition: -moz-transform 0.3s ease;
          -webkit-transition: -webkit-transform 0.3s ease; }
          .home_article_grid .article_sm > .sm_block .link > div:before {
            content: '';
            position: absolute;
            width: 160%;
            height: 1px;
            background: black;
            top: 0px;
            right: 0px;
            transform-origin: right;
            -o-transform-origin: right;
            -moz-transform-origin: right;
            -webkit-transform-origin: right;
            transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg); }
          .home_article_grid .article_sm > .sm_block .link > div a {
            display: none; }
        .home_article_grid .article_sm > .sm_block .link a {
          display: none; }
  .home_article_grid > div {
    height: calc((100vw - 15px - 60px) / 6);
    padding-right: 0px;
    /*height for article blocks*/ }
    @media screen and (max-width: 1400px) {
      .home_article_grid > div {
        height: calc(((100vw) - 15px - 15px)/5); } }
    @media screen and (max-width: 1199px) {
      .home_article_grid > div {
        height: calc(((100vw) - 15px - 15px)/2); } }
    @media screen and (max-width: 767px) {
      .home_article_grid > div {
        height: calc(((100vw) - 15px - 15px)); } }
    .home_article_grid > div > div {
      height: 100%;
      background: #00928f; }
      .home_article_grid > div > div.studentsafe {
        background: #ad208e; }
      .home_article_grid > div > div.workersafe {
        background: #d06f1a; }
      .home_article_grid > div > div.explorersafe {
        background: #9fa617; }
  .home_article_grid .fill_block > div {
    box-shadow: 3px 5px 9.8px 0.2px rgba(0, 0, 0, 0.15); }
  @media screen and (max-width: 1199px) {
    .home_article_grid .fill_block {
      /*display:none;*/ } }
  .home_article_grid .article_md {
    width: 40%; }
    @media screen and (max-width: 1199px) {
      .home_article_grid .article_md {
        width: 50%;
        margin-bottom: 20px; } }
    @media screen and (max-width: 767px) {
      .home_article_grid .article_md {
        width: 100%;
        margin-bottom: 20px; } }
    .home_article_grid .article_md.article_link {
      cursor: pointer; }
    .home_article_grid .article_md:hover > div {
      box-shadow: 3px 5px 9.8px 0.2px rgba(0, 0, 0, 0.3); }
    .home_article_grid .article_md > div {
      width: 50%;
      display: block;
      float: left;
      box-shadow: 3px 5px 9.8px 0.2px rgba(0, 0, 0, 0.15);
      transition: box-shadow 0.3s ease;
      -o-transition: box-shadow 0.3s ease;
      -moz-transition: box-shadow 0.3s ease;
      -webkit-transition: box-shadow 0.3s ease; }
      .home_article_grid .article_md > div.static_block {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 15px;
        position: relative;
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column; }
        .home_article_grid .article_md > div.static_block .content {
          background: white;
          width: 73%;
          padding: 0.75rem 0%;
          text-align: center;
          display: block;
          margin: 0 auto;
          position: relative;
          /*@include translateY(-50%);*/ }
          @media screen and (max-width: 767px) {
            .home_article_grid .article_md > div.static_block .content {
              width: 90%; } }
          .home_article_grid .article_md > div.static_block .content h1 {
            font-size: 0.875rem;
            line-height: 0.9166667rem;
            font-weight: 300; }
          .home_article_grid .article_md > div.static_block .content h2 {
            font-size: 0.5rem;
            line-height: 0.58333333rem;
            padding: 0px 20%;
            font-weight: 300;
            margin: 0.15rem 0px; }
            .home_article_grid .article_md > div.static_block .content h2.studentsafe {
              color: #ad208e; }
            .home_article_grid .article_md > div.static_block .content h2.workersafe {
              color: #d06f1a; }
            .home_article_grid .article_md > div.static_block .content h2.explorersafe {
              color: #9fa617; }
          .home_article_grid .article_md > div.static_block .content p {
            font-size: 0.375rem;
            line-height: 0.5rem;
            padding: 0px 20%; }
        .home_article_grid .article_md > div.static_block.newsletter_block {
          background-image: url("../public/imgs/newsletter_bg.png.jpeg");
          background-position: center center;
          background-repeat: no-repeat;
          background-size: cover; }
          .home_article_grid .article_md > div.static_block.newsletter_block .newsletter_overlay {
            background: transparent;
            position: absolute;
            width: 100%;
            height: 100%;
            z-index: 999;
            opacity: 0.4;
            top: 0px;
            left: 0px;
            transition: background 0.5s ease;
            -o-transition: background 0.5s ease;
            -moz-transition: background 0.5s ease;
            -webkit-transition: background 0.5s ease; }
            .home_article_grid .article_md > div.static_block.newsletter_block .newsletter_overlay.active {
              background: #197ba8; }
          .home_article_grid .article_md > div.static_block.newsletter_block .link {
            transition: opacity 0.5s ease;
            -o-transition: opacity 0.5s ease;
            -moz-transition: opacity 0.5s ease;
            -webkit-transition: opacity 0.5s ease; }
          .home_article_grid .article_md > div.static_block.newsletter_block .content {
            transition: max-height 0.5s ease-in-out, min-height 0.5s ease-in-out;
            -o-transition: max-height 0.5s ease-in-out, min-height 0.5s ease-in-out;
            -moz-transition: max-height 0.5s ease-in-out, min-height 0.5s ease-in-out;
            -webkit-transition: max-height 0.5s ease-in-out, min-height 0.5s ease-in-out;
            z-index: 1000; }
            .home_article_grid .article_md > div.static_block.newsletter_block .content #semessage {
              transition: opacity 0.5s ease;
              -o-transition: opacity 0.5s ease;
              -moz-transition: opacity 0.5s ease;
              -webkit-transition: opacity 0.5s ease;
              font-size: 0.75rem;
              font-weight: 300;
              padding: 20px;
              line-height: 1rem;
              display: none;
              opacity: 0; }
              @media screen and (max-width: 767px) {
                .home_article_grid .article_md > div.static_block.newsletter_block .content #semessage {
                  font-size: 1rem; } }
            .home_article_grid .article_md > div.static_block.newsletter_block .content > .close_newsletter {
              width: 1.25rem;
              height: 1.25rem;
              min-width: 44px;
              min-height: 44px;
              position: absolute;
              top: -0.25rem;
              right: -1.75rem;
              border-radius: 50%;
              -webkit-border-radius: 50%;
              border: 1px solid white;
              cursor: pointer;
              display: none;
              opacity: 0;
              transition: opacity 0.5s ease;
              -o-transition: opacity 0.5s ease;
              -moz-transition: opacity 0.5s ease;
              -webkit-transition: opacity 0.5s ease; }
              @media screen and (max-width: 1960px) {
                .home_article_grid .article_md > div.static_block.newsletter_block .content > .close_newsletter {
                  right: calc(-44px - 0.25rem); } }
              @media screen and (max-width: 1199px) {
                .home_article_grid .article_md > div.static_block.newsletter_block .content > .close_newsletter {
                  right: 0.25rem;
                  top: 0.25rem;
                  border: 1px solid black;
                  min-width: 34px;
                  min-height: 34px; } }
              .home_article_grid .article_md > div.static_block.newsletter_block .content > .close_newsletter:before {
                content: '';
                width: 35%;
                height: 1px;
                background: white;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%) rotate(45deg);
                -o-transform: translate(-50%, -50%) rotate(45deg);
                -moz-transform: translate(-50%, -50%) rotate(45deg);
                -webkit-transform: translate(-50%, -50%) rotate(45deg); }
                @media screen and (max-width: 1199px) {
                  .home_article_grid .article_md > div.static_block.newsletter_block .content > .close_newsletter:before {
                    background: black;
                    width: 40%; } }
              .home_article_grid .article_md > div.static_block.newsletter_block .content > .close_newsletter:after {
                content: '';
                width: 35%;
                height: 1px;
                background: white;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%) rotate(-45deg);
                -o-transform: translate(-50%, -50%) rotate(-45deg);
                -moz-transform: translate(-50%, -50%) rotate(-45deg);
                -webkit-transform: translate(-50%, -50%) rotate(-45deg); }
                @media screen and (max-width: 1199px) {
                  .home_article_grid .article_md > div.static_block.newsletter_block .content > .close_newsletter:after {
                    background: black;
                    width: 40%; } }
            .home_article_grid .article_md > div.static_block.newsletter_block .content > .input_fields {
              display: none;
              padding: 0px 1rem;
              opacity: 0;
              margin-top: 5px;
              transition: opacity 0.5s ease;
              -o-transition: opacity 0.5s ease;
              -moz-transition: opacity 0.5s ease;
              -webkit-transition: opacity 0.5s ease; }
              @media screen and (max-width: 1199px) and (min-width: 992px) {
                .home_article_grid .article_md > div.static_block.newsletter_block .content > .input_fields {
                  margin-top: 0px; } }
              .home_article_grid .article_md > div.static_block.newsletter_block .content > .input_fields > input {
                width: 100%;
                border: 1px solid #d2d2d2;
                border-bottom: 2px solid black;
                margin-top: 10px;
                font-size: 0.5416667rem;
                line-height: 0.83333333333rem;
                min-height: 40px;
                height: 1.25rem;
                padding-left: 0.25rem;
                border-radius: 0px !important; }
                @media screen and (max-width: 1823px) {
                  .home_article_grid .article_md > div.static_block.newsletter_block .content > .input_fields > input {
                    font-size: 17.333333px; } }
                @media screen and (max-width: 991px) {
                  .home_article_grid .article_md > div.static_block.newsletter_block .content > .input_fields > input {
                    margin-top: 20px; } }
              .home_article_grid .article_md > div.static_block.newsletter_block .content > .input_fields .substext {
                float: right;
                font-size: 26px;
                color: #323f49;
                font-weight: 300;
                margin-top: 10px;
                margin-right: 5px; }
              .home_article_grid .article_md > div.static_block.newsletter_block .content > .input_fields .link {
                position: relative;
                opacity: 1 !important;
                right: auto;
                float: right;
                bottom: auto;
                margin-top: 10px;
                overflow: visible !important;
                transform: none;
                -o-transform: none;
                -moz-transform: none;
                -webkit-transform: none; }
                @media screen and (max-width: 1199px) {
                  .home_article_grid .article_md > div.static_block.newsletter_block .content > .input_fields .link {
                    margin-top: 20px; } }
                .home_article_grid .article_md > div.static_block.newsletter_block .content > .input_fields .link .pure-button {
                  display: none; }
                .home_article_grid .article_md > div.static_block.newsletter_block .content > .input_fields .link:before {
                  content: 'Subscribe';
                  position: absolute;
                  margin-right: 15px;
                  font-size: 26px;
                  color: #323f49;
                  font-weight: 300;
                  top: 50%;
                  left: 0px;
                  transform: translate(-105%, -50%);
                  -o-transform: translate(-105%, -50%);
                  -moz-transform: translate(-105%, -50%);
                  -webkit-transform: translate(-105%, -50%);
                  white-space: nowrap; }
            .home_article_grid .article_md > div.static_block.newsletter_block .content h2, .home_article_grid .article_md > div.static_block.newsletter_block .content p {
              transition: opacity 0.5s ease;
              -o-transition: opacity 0.5s ease;
              -moz-transition: opacity 0.5s ease;
              -webkit-transition: opacity 0.5s ease; }
            @media screen and (max-width: 1199px) {
              .home_article_grid .article_md > div.static_block.newsletter_block .content p {
                font-size: 0.8333rem;
                line-height: 1.11111rem;
                font-weight: 300; }
              .home_article_grid .article_md > div.static_block.newsletter_block .content h1 {
                font-size: 1.5rem;
                line-height: 1.57143rem; }
              .home_article_grid .article_md > div.static_block.newsletter_block .content h2 {
                font-size: 1rem;
                line-height: 1.166667rem; } }
            @media screen and (max-width: 359px) {
              .home_article_grid .article_md > div.static_block.newsletter_block .content h1 {
                font-size: 1.2rem;
                line-height: 1.25143rem; } }
        .home_article_grid .article_md > div.static_block.faq_block {
          background-image: url("../public/imgs/faq_block_bg.png.jpeg");
          background-position: center center;
          background-repeat: no-repeat;
          background-size: cover; }
          @media screen and (max-width: 1199px) {
            .home_article_grid .article_md > div.static_block.faq_block .content {
              width: 90%;
              padding: 1.5rem 0px; }
              .home_article_grid .article_md > div.static_block.faq_block .content p {
                font-size: 0.5625rem;
                line-height: 0.75rem;
                font-weight: 300; }
              .home_article_grid .article_md > div.static_block.faq_block .content h1 {
                font-size: 1.3125rem;
                line-height: 1.375rem; }
              .home_article_grid .article_md > div.static_block.faq_block .content h2 {
                font-size: 0.75rem;
                line-height: 0.875rem; } }
          @media screen and (max-width: 767px) {
            .home_article_grid .article_md > div.static_block.faq_block .content p {
              font-size: 0.8333rem;
              line-height: 1.11111rem;
              font-weight: 300; }
            .home_article_grid .article_md > div.static_block.faq_block .content h1 {
              font-size: 1.5rem;
              line-height: 1.57143rem; }
            .home_article_grid .article_md > div.static_block.faq_block .content h2 {
              font-size: 1rem;
              line-height: 1.166667rem; } }
        .home_article_grid .article_md > div.static_block .link {
          width: 1.25rem;
          height: 1.25rem;
          min-width: 44px;
          min-height: 44px;
          position: absolute;
          border-radius: 50%;
          -webkit-border-radius: 50%;
          background: #323f49;
          bottom: 0;
          right: calc(5%);
          z-index: 999;
          transform: translateY(50%) translateZ(0);
          -o-transform: translateY(50%) translateZ(0);
          -moz-transform: translateY(50%) translateZ(0);
          -webkit-transform: translateY(50%) translateZ(0); }
          @media screen and (max-width: 1199px) {
            .home_article_grid .article_md > div.static_block .link {
              display: block; } }
          .home_article_grid .article_md > div.static_block .link > div {
            position: absolute;
            width: 30%;
            height: 30%;
            top: 50%;
            left: 53%;
            border-right: 1px solid white;
            border-top: 1px solid white;
            transform: translate3d(-50%, -50%, 0) rotate(0deg);
            -o-transform: translate3d(-50%, -50%, 0) rotate(0deg);
            -moz-transform: translate3d(-50%, -50%, 0) rotate(0deg);
            -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg);
            transition: transform 0.3s ease;
            -o-transition: -o-transform 0.3s ease;
            -moz-transition: -moz-transform 0.3s ease;
            -webkit-transition: -webkit-transform 0.3s ease; }
            .home_article_grid .article_md > div.static_block .link > div:before {
              content: '';
              position: absolute;
              width: 160%;
              height: 1px;
              background: white;
              top: 0px;
              right: 0px;
              transform-origin: right;
              -o-transform-origin: right;
              -moz-transform-origin: right;
              -webkit-transform-origin: right;
              transform: rotate(-45deg);
              -o-transform: rotate(-45deg);
              -moz-transform: rotate(-45deg);
              -webkit-transform: rotate(-45deg); }
            .home_article_grid .article_md > div.static_block .link > div a {
              display: none; }
          .home_article_grid .article_md > div.static_block .link a {
            display: none; }
      .home_article_grid .article_md > div.left_block {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 15px;
        position: relative; }
        @media screen and (max-width: 1199px) {
          .home_article_grid .article_md > div.left_block {
            width: 100%; } }
        .home_article_grid .article_md > div.left_block > .content {
          min-height: calc((40%) - 0.625rem);
          max-height: 60%;
          width: calc((100%) - 30px);
          position: absolute;
          left: 15px;
          bottom: calc(0.625rem + 15px);
          border: 1px solid white;
          background: rgba(25, 123, 168, 0.7);
          display: none; }
          @media screen and (max-width: 1199px) {
            .home_article_grid .article_md > div.left_block > .content {
              bottom: 1.75rem; } }
          .home_article_grid .article_md > div.left_block > .content.studentsafe {
            background: rgba(173, 32, 142, 0.7); }
          .home_article_grid .article_md > div.left_block > .content.workersafe {
            background: rgba(208, 111, 26, 0.7); }
          .home_article_grid .article_md > div.left_block > .content.explorersafe {
            background: rgba(159, 166, 23, 0.7); }
          @media screen and (max-width: 1199px) {
            .home_article_grid .article_md > div.left_block > .content {
              display: block; } }
          .home_article_grid .article_md > div.left_block > .content h1 {
            color: white;
            font-weight: 300;
            padding: 15px;
            font-size: 0.7917rem;
            line-height: 0.9167rem; }
            @media screen and (max-width: 1199px) {
              .home_article_grid .article_md > div.left_block > .content h1 {
                font-size: 1.3125rem;
                line-height: 1.625rem; } }
        .home_article_grid .article_md > div.left_block .link {
          width: 1.25rem;
          height: 1.25rem;
          min-width: 44px;
          min-height: 44px;
          position: absolute;
          border-radius: 50%;
          -webkit-border-radius: 50%;
          background: #fff;
          bottom: calc(0.625rem + 15px);
          right: calc(5% + 15px);
          display: none;
          transform: translateY(50%) translateZ(0);
          -o-transform: translateY(50%) translateZ(0);
          -moz-transform: translateY(50%) translateZ(0);
          -webkit-transform: translateY(50%) translateZ(0); }
          @media screen and (max-width: 1199px) {
            .home_article_grid .article_md > div.left_block .link {
              bottom: 1.75rem; } }
          @media screen and (max-width: 1199px) {
            .home_article_grid .article_md > div.left_block .link {
              display: block; } }
          .home_article_grid .article_md > div.left_block .link > div {
            position: absolute;
            width: 30%;
            height: 30%;
            top: 50%;
            left: 53%;
            border-right: 1px solid black;
            border-top: 1px solid black;
            transform: translate3d(-50%, -50%, 0) rotate(0deg);
            -o-transform: translate3d(-50%, -50%, 0) rotate(0deg);
            -moz-transform: translate3d(-50%, -50%, 0) rotate(0deg);
            -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg);
            transition: transform 0.3s ease;
            -o-transition: -o-transform 0.3s ease;
            -moz-transition: -moz-transform 0.3s ease;
            -webkit-transition: -webkit-transform 0.3s ease; }
            .home_article_grid .article_md > div.left_block .link > div:before {
              content: '';
              position: absolute;
              width: 160%;
              height: 1px;
              background: black;
              top: 0px;
              right: 0px;
              transform-origin: right;
              -o-transform-origin: right;
              -moz-transform-origin: right;
              -webkit-transform-origin: right;
              transform: rotate(-45deg);
              -o-transform: rotate(-45deg);
              -moz-transform: rotate(-45deg);
              -webkit-transform: rotate(-45deg); }
            .home_article_grid .article_md > div.left_block .link > div a {
              display: none; }
          .home_article_grid .article_md > div.left_block .link a {
            display: none; }
      .home_article_grid .article_md > div.right_block {
        background: white;
        position: relative; }
        @media screen and (max-width: 1199px) {
          .home_article_grid .article_md > div.right_block {
            display: none; } }
        .home_article_grid .article_md > div.right_block:before {
          content: '';
          width: 0.625rem;
          height: 0.625rem;
          background: white;
          position: absolute;
          top: 15%;
          left: -0.3125rem;
          transform: rotate(45deg);
          -o-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          -webkit-transform: rotate(45deg); }
        .home_article_grid .article_md > div.right_block .content {
          background: white;
          position: relative;
          z-index: 2;
          overflow: hidden;
          height: 80%;
          padding: 0.73rem 0.73rem 0%; }
          .home_article_grid .article_md > div.right_block .content h1, .home_article_grid .article_md > div.right_block .content h2, .home_article_grid .article_md > div.right_block .content p {
            font-weight: 300; }
          .home_article_grid .article_md > div.right_block .content h1 {
            font-size: 0.875rem;
            line-height: 0.854rem;
            margin-bottom: 0.5rem; }
            @media screen and (max-width: 991px) {
              .home_article_grid .article_md > div.right_block .content h1 {
                font-size: 1.3125rem;
                line-height: 1.625rem; } }
          .home_article_grid .article_md > div.right_block .content h2 {
            font-size: 0.5rem;
            line-height: 0.625rem;
            margin-bottom: 0.5rem; }
            @media screen and (max-width: 991px) {
              .home_article_grid .article_md > div.right_block .content h2 {
                font-size: 0.75rem;
                line-height: 0.9375rem; } }
          .home_article_grid .article_md > div.right_block .content p, .home_article_grid .article_md > div.right_block .content h3 {
            font-size: 0.375rem;
            line-height: 0.5rem;
            letter-spacing: 0.025em;
            font-weight: 400; }
            @media screen and (max-width: 991px) {
              .home_article_grid .article_md > div.right_block .content p, .home_article_grid .article_md > div.right_block .content h3 {
                font-size: 0.5625rem;
                line-height: 0.75rem; } }
        .home_article_grid .article_md > div.right_block .link {
          width: 1.25rem;
          height: 1.25rem;
          min-width: 44px;
          min-height: 44px;
          position: absolute;
          border-radius: 50%;
          -webkit-border-radius: 50%;
          background: #323f49;
          bottom: calc(0.625rem + 15px);
          right: calc(5%);
          z-index: 999;
          transform: translateY(50%) translateZ(0);
          -o-transform: translateY(50%) translateZ(0);
          -moz-transform: translateY(50%) translateZ(0);
          -webkit-transform: translateY(50%) translateZ(0); }
          @media screen and (max-width: 991px) {
            .home_article_grid .article_md > div.right_block .link {
              bottom: 1.75rem; } }
          @media screen and (max-width: 991px) {
            .home_article_grid .article_md > div.right_block .link {
              display: block; } }
          .home_article_grid .article_md > div.right_block .link > div {
            position: absolute;
            width: 30%;
            height: 30%;
            top: 50%;
            left: 53%;
            border-right: 1px solid white;
            border-top: 1px solid white;
            transform: translate3d(-50%, -50%, 0) rotate(0deg);
            -o-transform: translate3d(-50%, -50%, 0) rotate(0deg);
            -moz-transform: translate3d(-50%, -50%, 0) rotate(0deg);
            -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg);
            transition: transform 0.3s ease;
            -o-transition: -o-transform 0.3s ease;
            -moz-transition: -moz-transform 0.3s ease;
            -webkit-transition: -webkit-transform 0.3s ease; }
            .home_article_grid .article_md > div.right_block .link > div:before {
              content: '';
              position: absolute;
              width: 160%;
              height: 1px;
              background: white;
              top: 0px;
              right: 0px;
              transform-origin: right;
              -o-transform-origin: right;
              -moz-transform-origin: right;
              -webkit-transform-origin: right;
              transform: rotate(-45deg);
              -o-transform: rotate(-45deg);
              -moz-transform: rotate(-45deg);
              -webkit-transform: rotate(-45deg); }
            .home_article_grid .article_md > div.right_block .link > div a {
              display: none; }
          .home_article_grid .article_md > div.right_block .link a {
            display: none; }

.static_grid {
  margin-top: -1rem; }
  @media screen and (max-width: 1199px) {
    .static_grid > div:first-child {
      width: 100%; } }

#article_dimoverlay, #article_dimoverlay_darker {
  position: fixed;
  opacity: 0.6;
  top: 0px;
  left: 100%;
  width: 100%;
  height: 100%;
  background: #0068a5;
  z-index: 1001; }
  #article_dimoverlay.studentsafe, #article_dimoverlay_darker.studentsafe {
    background: #73165f; }
  #article_dimoverlay.workersafe, #article_dimoverlay_darker.workersafe {
    background: #d06f1a; }
  #article_dimoverlay.explorersafe, #article_dimoverlay_darker.explorersafe {
    background: #9fa617; }

.totop {
  position: relative;
  bottom: 0.9rem;
  height: 1px;
  font-size: 0.5rem;
  margin-top: -1rem;
  margin-bottom: 0.5rem; }
  .totop > div {
    margin: 0 auto;
    width: 5%;
    text-align: center;
    position: relative;
    cursor: pointer; }
    .totop > div:after {
      content: '';
      position: absolute;
      width: 7px;
      height: 7px;
      border: 1px solid black;
      border-bottom: none;
      border-left: none;
      left: 50%;
      top: 0px;
      transform: translateX(-50%) rotate(-45deg);
      -o-transform: translateX(-50%) rotate(-45deg);
      -moz-transform: translateX(-50%) rotate(-45deg);
      -webkit-transform: translateX(-50%) rotate(-45deg); }

#article_dimoverlay {
  transition: opacity 0.7s ease-in-out, left 0.7s ease-in-out;
  -o-transition: opacity 0.7s ease-in-out, left 0.7s ease-in-out;
  -moz-transition: opacity 0.7s ease-in-out, left 0.7s ease-in-out;
  -webkit-transition: opacity 0.7s ease-in-out, left 0.7s ease-in-out;
  z-index: 1003; }

#article_dimoverlay_darker {
  left: -100%;
  transition: left 0.7s ease-in-out;
  -o-transition: left 0.7s ease-in-out;
  -moz-transition: left 0.7s ease-in-out;
  -webkit-transition: left 0.7s ease-in-out;
  z-index: 1003; }

#article_slider {
  position: fixed;
  left: 100%;
  width: 75%;
  background: white;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  z-index: 1003;
  top: 0px;
  transition: left 0.7s ease-in-out;
  -o-transition: left 0.7s ease-in-out;
  -moz-transition: left 0.7s ease-in-out;
  -webkit-transition: left 0.7s ease-in-out; }
  @media screen and (max-width: 991px) {
    #article_slider {
      width: 100%; } }
  #article_slider.open {
    left: 25%;
    opacity: 1; }
    @media screen and (max-width: 991px) {
      #article_slider.open {
        left: 0%; } }
  #article_slider > .article_btns {
    position: absolute;
    top: 0.9375rem;
    right: 0.9375rem; }
    #article_slider > .article_btns .close {
      width: 1rem;
      height: 1rem;
      min-width: 34px;
      min-height: 34px;
      float: right;
      cursor: pointer;
      background-image: url("../public/imgs/article_close.png");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain; }
    #article_slider > .article_btns .share {
      /*width:0.4844rem;
			height:0.625rem;
			min-width:18px;
			min-height:26px;*/
      float: right;
      margin-right: 1rem;
      display: none;
      /*margin-top:0.1875rem;
			@include background-props('../public/imgs/article_share.png', center, center, contain);*/ }
      #article_slider > .article_btns .share.active {
        display: block; }
      @media screen and (max-width: 420px) {
        #article_slider > .article_btns .share {
          width: 44px; } }
    #article_slider > .article_btns .share_icon {
      width: 0.4844rem;
      height: 0.625rem;
      min-width: 18px;
      min-height: 26px;
      float: right;
      margin-right: 2rem;
      margin-top: 0.1875rem;
      cursor: pointer;
      background-image: url("../public/imgs/article_share.png");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain; }
  #article_slider > #article_ajax {
    margin: 0.46875rem;
    border: 1px solid #cccccc;
    min-height: calc(100% - 0.46875rem * 2); }
    #article_slider > #article_ajax.single_article .next_article {
      display: none; }
    #article_slider > #article_ajax .next_article {
      margin-top: -11%;
      margin-bottom: 11%;
      text-align: center;
      font-size: 1rem;
      position: relative;
      padding: 0px calc((11.11%) + 50px);
      min-height: 44px;
      padding-top: 5px; }
      #article_slider > #article_ajax .next_article:before {
        content: 'Next Article';
        position: absolute;
        top: -1rem;
        left: 50%;
        transform: translateX(-50%) translateZ(0);
        -o-transform: translateX(-50%) translateZ(0);
        -moz-transform: translateX(-50%) translateZ(0);
        -webkit-transform: translateX(-50%) translateZ(0);
        text-align: center;
        font-size: 0.54166667rem;
        color: #a40046; }
        @media screen and (max-width: 767px) {
          #article_slider > #article_ajax .next_article:before {
            font-size: 14px; } }
      #article_slider > #article_ajax .next_article .link {
        width: 1.25rem;
        height: 1.25rem;
        min-width: 44px;
        min-height: 44px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        background: #ad208e;
        /*bottom:calc(1.5rem + 15px);
				right:calc(5% + 15px);*/
        overflow: visible !important;
        z-index: 999;
        position: absolute;
        top: 0px;
        /*@include translateY(50%);*/ }
        #article_slider > #article_ajax .next_article .link.prev {
          float: left;
          left: 11.11%; }
          #article_slider > #article_ajax .next_article .link.prev > div {
            transform: translate3d(-50%, -50%, 0) rotate(225deg);
            -o-transform: translate3d(-50%, -50%, 0) rotate(225deg);
            -moz-transform: translate3d(-50%, -50%, 0) rotate(225deg);
            -webkit-transform: translate3d(-50%, -50%, 0) rotate(225deg); }
        #article_slider > #article_ajax .next_article .link.next {
          float: right;
          right: 11.11%; }
          #article_slider > #article_ajax .next_article .link.next > div {
            transform: translate3d(-50%, -50%, 0) rotate(45deg);
            -o-transform: translate3d(-50%, -50%, 0) rotate(45deg);
            -moz-transform: translate3d(-50%, -50%, 0) rotate(45deg);
            -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg); }
        @media screen and (max-width: 991px) {
          #article_slider > #article_ajax .next_article .link {
            display: block; } }
        #article_slider > #article_ajax .next_article .link > div {
          position: absolute;
          width: 30%;
          height: 30%;
          top: 50%;
          left: 53%;
          border-right: 1px solid white;
          border-top: 1px solid white;
          transform: translate3d(-50%, -50%, 0) rotate(0deg);
          -o-transform: translate3d(-50%, -50%, 0) rotate(0deg);
          -moz-transform: translate3d(-50%, -50%, 0) rotate(0deg);
          -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg);
          transition: transform 0.3s ease;
          -o-transition: -o-transform 0.3s ease;
          -moz-transition: -moz-transform 0.3s ease;
          -webkit-transition: -webkit-transform 0.3s ease; }
          #article_slider > #article_ajax .next_article .link > div:before {
            content: '';
            position: absolute;
            width: 160%;
            height: 1px;
            background: white;
            top: 0px;
            right: 0px;
            transform-origin: right;
            -o-transform-origin: right;
            -moz-transform-origin: right;
            -webkit-transform-origin: right;
            transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg); }
          #article_slider > #article_ajax .next_article .link > div a {
            display: none; }
        #article_slider > #article_ajax .next_article .link a {
          display: none; }

.sitemap {
  margin: 0 auto;
  margin-top: 100px;
  max-width: 991px;
  display: block; }
  @media screen and (min-width: 1824px) {
    .sitemap {
      margin-top: calc(5.8601vw + -30px + 25px); } }
  .sitemap ul {
    margin-top: 50px;
    padding: 0px; }
    @media screen and (max-width: 767px) {
      .sitemap ul {
        margin-top: 25px; } }
    .sitemap ul li {
      list-style: none; }
      .sitemap ul li a {
        font-size: 0.66667rem;
        color: #1c2833;
        text-decoration: none;
        font-weight: 300;
        position: relative; }
        .sitemap ul li a:after {
          content: '';
          width: 0px;
          height: 1px;
          background: #1c2833;
          position: absolute;
          bottom: -5px;
          left: 0px;
          transition: width 0.3s ease-in-out;
          -o-transition: width 0.3s ease-in-out;
          -moz-transition: width 0.3s ease-in-out;
          -webkit-transition: width 0.3s ease-in-out; }
        .sitemap ul li a:hover {
          color: #1c2833;
          text-decoration: none; }
          .sitemap ul li a:hover:after {
            width: 100%; }

#divEmergency, #divEmergencyResponsive {
  background: #f1c8d0;
  font-size: 18px;
  height: 95px;
  line-height: 1.3em;
  margin-left: -15px;
  margin-right: -15px; }
  @media screen and (max-width: 991px) {
    #divEmergency, #divEmergencyResponsive {
      font-size: 12px; } }
  @media screen and (max-width: 767px) {
    #divEmergency, #divEmergencyResponsive {
      height: 115px; } }
  @media screen and (min-width: 1824px) {
    #divEmergency, #divEmergencyResponsive {
      margin-left: calc(-15px - (100vw - 1824px)/60);
      margin-right: calc(-15px - (100vw - 1824px)/60); } }

#divEmergency > div, #divEmergencyResponsive > div {
  justify-content: center;
  padding: 0px 15px;
  z-index: 9999;
  position: relative;
  height: 95px; }
  @media screen and (max-width: 767px) {
    #divEmergency > div, #divEmergencyResponsive > div {
      height: 115px; } }

#divEmergency > div > div, #divEmergencyResponsive > div > div {
  padding-left: 40px;
  position: relative;
  font-weight: 600;
  height: 35px;
  color: #1c2833; }

#divEmergency > div > div:after, #divEmergencyResponsive > div > div:after {
  content: '!';
  position: absolute;
  font-size: 22px;
  font-weight: 900;
  top: 3px;
  left: 0px;
  border: 1px solid #333;
  width: 30px;
  height: 30px;
  line-height: 30px;
  padding-top: 0px;
  padding-left: 10px;
  border-radius: 50%; }

.header.emergency_header {
  height: 175px; }
  @media screen and (min-width: 1824px) {
    .header.emergency_header {
      height: calc(5.8601vw + 15px); } }
  .header.emergency_header > div.row {
    height: calc((100%) - 45px);
    background: #fff; }
  .header.emergency_header > div > div {
    /*height:calc((100%) - 45px);*/ }

.emergency_main_content {
  margin-top: 80px !important;
  position: relative; }

@media screen and (max-width: 1023px) {
  .emergency_main_content {
    margin-top: 110px !important; } }
