@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow-y: scroll;
    scroll-behavior: smooth;
}
html,
body {
    height: 100%;
    min-height: 100%;
    font-family: "Roboto", serif;
    font-weight: normal;
    font-size: 24px;
    line-height: 1.2;
    color: #232c42;
    margin: 0; 
}
a { 
    background-color: transparent; 
}
a:active,
a:hover { outline: 0; }
a {
    color: #2498e3;
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    color: #188dd9;
    text-decoration: underline;
}
h1 {
    font-size:55px;
    font-weight:300;
    color: #1b68b3;
    line-height:1.2;
    text-align: center;
    margin-bottom: 40px;
}
h1 span {
    font-weight:900;
}

strong {
    font-weight: 900;
}
img {
    box-sizing: border-box;
    border: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
    max-width: 100%;
    height: auto;
}
.page-container {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    table-layout: fixed;
}
footer {
    background-color: #1b68b3;
    color: white;
}
footer a {
    color: white;
    text-decoration: underline;
}
.footer_holder {
    display: flex;
    justify-content: space-between;
    padding: 70px 0;
}
.footer_data {
    max-width: 777px;
    width: 100%;
}
.footer_copy {
    padding-right: 20px;
}
.footer_nav {
    padding-bottom:20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 25px;
    max-width: 777px;
}
.footer_nav a {
    font-size: 22px;
    text-decoration: none;
    color: white;
}
.footer_bottom {
    display: flex;
    justify-content: space-between;
    padding: 25px 0 25px 25px;
}
.footer_social a {
    margin-left: 35px;
}
.footer_social a:first-child {
    margin-left:0;
}
.footer_copy {
    font-size: 16px;
}
header {
    background: white;
}
.top_nav {
    background: #d52027;
    font-size: 14px;
    color: white;
    
}
.top_nav nav {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 5px 0;
}
.top_nav a {
    font-size: 14px;
    color: white;
    text-decoration: none;
    margin-left: 25px;
    text-transform: uppercase;
    font-weight: 300;
}
.header-holder {
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-holder nav {
    width: 100%;
}
.header-holder .main-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style-type: none;
    padding: 0;
    margin: 0 0 0 100px;
}
.header-holder .main-nav li {

}
.header-holder .main-nav li:first-child {
    margin-left: 0;
}
.header-holder .main-nav li a {
    font-size: 22px;
    color: #2a2a2a;
    text-decoration: none;
}
section {
    padding: 100px 0;
}
.testimonials {
    background-color: #eff5fd;
}
.contact-form {
    background-color: #eff5fd;
    background-image:url('../img/form-bck.webp');
    background-repeat: no-repeat;
    background-position: bottom left;
}
.hp_keyart .container {
    position: relative;
    height: 100%;
}
.hp_keyart {
    background-image:url('../img/keyart.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 570px;
    padding: 0;
    position: relative;
}
.hp_keyart a {
    left:180px;
    top:450px;
    position: absolute;
    font-size: 20px;
    color: white;
    text-decoration: none;
    font-weight: 300;
    padding: 10px 40px 10px 20px;
    border:1px solid white;
    border-radius: 10px;
    background: url('../img/button-arrow.png') no-repeat 230px center;
}
.hp_keyart .container {
    position: relative;
}
.hp_keyart .content {
    position: absolute;
    top:85px;
    left:0;
}
.hp_keyart .guy {
    position: absolute;
    bottom:0;
    right:0;
}
.services {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 30px 0 50px;
    flex-wrap: wrap;
}
.services .service {
    text-align: center;
}
.services .service img {
    margin-bottom: 15px;
}

.in-content-logo {
    margin-bottom: 30px;
}
#contact-form {
    background: white;
    padding: 30px 20px;
    border-radius: 20px;
}
#contact-form label {
    margin-bottom: 10px;
    font-size: 18px;
}
#contact-form input {
    border:2px solid #1b68b3;
}
#contact-form input[type="submit"] {
    background: #d62027;
    color: white;
    font-weight: 700;
    border: none;
    border-radius: 5px;
    padding: 10px 25px;
    font-size: 23px;
}
#contact-form input[type="submit"]:hover {
    background: #1b68b3;
}
#recruiting-form {
    background: #eff5fd;
    padding: 60px 20px 30px;
    border-radius: 20px;
}
#recruiting-form label {
    margin-bottom: 10px;
    font-size: 18px;
}
#recruiting-form input,
#recruiting-form textarea {
    border:2px solid #1b68b3;
}
#recruiting-form input[type="submit"] {
    background: #d62027;
    color: white;
    font-weight: 700;
    border: none;
    border-radius: 5px;
    padding: 10px 25px;
    font-size: 23px;
}
#recruiting-form input[type="submit"]:hover {
    background: #1b68b3;
}
#recruiting-form p.lead-row {
    font-size: 24px;
}
#recruiting-form p {
    font-size: 20px;
}
.recruiting_content h1 {
    color: #d62027;
    font-size: 70px;
    text-align: left;
    font-weight: 900;
}
.special-red {
    color: #d41f26;
    font-size: 24px;
}
.small-font {
    font-size: 20px;
}
.icon-list {
    margin:0;
    padding:0;
    list-style-type: none;
}
.icon-list li {
    margin-bottom: 15px;
    display: flex;
    font-weight: 900;
    font-size: 20px;
    align-items: center;
}
.icon-list li img {
    margin-right: 15px;
}
.logos {
    display: flex;
    justify-content: space-around;
    margin: 40px 0 100px;
    flex-wrap: wrap;
}
.testimonials_holder {
    padding:0 120px;
}
.testimonial {
    display: flex;
    align-items: center;
    background: white;
    border-radius: 10px;
}
.testimonial_image {
}
.testimonial_content {
    width: 60%;
    max-width: 480px;
    padding: 40px;
    font-size: 31px;
    font-weight: 300;
}
.testimonial_content img {
    margin-bottom: 30px;
}
.testimonial_content .name {
    color: #d41f26;
    font-weight: 900;
}
.testimonial_content .company {
    color: #1568b2;
    font-weight:300;
    font-style: italic;
    font-size: 22px;
}
.form-holder.success {
    display: none;
}
h5.message-holder  {
    display: none;
}
h5.message-holder.success  {
    display: block;
    text-align: center;
}
/* new page */
.keyart {
    background-image:url('../img/cybersecure-for-unions-banner-img.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 587px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    color: white;
    
}
.keyart .title {
    font-size: 53px;
    max-width: 945px;
    margin: auto;
    margin-bottom: 20px;
}
.keyart .sub_title {
    font-size: 24px;
    max-width: 945px;
    margin: auto;
}
.keyart .orange_button a {
    font-family: "Lato", Sans-serif;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0px;
    background-color: #d61f27;
    color: white;
    border-radius: 8px 8px 8px 8px;
    padding: 015px 60px 15px 60px;
    display: inline-block;
    text-transform: uppercase;
    margin-top: 30px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}
.keyart .orange_button a:hover {
    background-color: #d7434f;
}
.triangle_ornament {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -2px;
}
.triangle_ornament svg {
    height: 50px;
    display: block;
    transform: rotate(180deg);
    width: 100%;
}
.union_interest {
    background: #0064bf;
    color: white;
    font-size: 20px;
    line-height: 1.4em;
}
.union_interest h2 {
    font-family: "Roboto", Sans-serif;
    font-size: 43px;
    font-weight: 600;
    line-height: 1.2em;
}
.standards {
    background-color: transparent;
    background-image: linear-gradient(180deg, #F1F6FE00 0%, #DFE5EA47 100%);
    font-size: 20px;
}
.standards h2 {
     color: #343741;
    font-family: "Roboto", Sans-serif;
    font-size: 33px;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 30px;
}
.benchmark {
    font-size: 20px;
    font-family: "Roboto", Sans-serif;
    color: #333333;
    line-height: 1.45em;
}
.small_container {
    max-width: 1000px;
    margin:0 auto;
    display: flex;
}
.benchmark_image {
    padding-right: 50px;
}
.benchmark_content {
    max-width: 600px;
}
.blue_button {
    text-align: center;
}
.blue_button a {
    font-family: "Lato", Sans-serif;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0px;
    color: white;
    background-color: #0164BF;
    border-radius: 8px 8px 8px 8px;
    padding: 015px 35px 15px 35px;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 30px;
    transition: background-color 0.3s ease;
}
.blue_button a:hover {
    background-color: #D61F2E;
}
.benchmark h2 {
    color: #343741;
    font-family: "Roboto", Sans-serif;
    font-size: 33px;
    font-weight: 600;
    line-height: 1.2em;
    text-align: center;
    margin-bottom: 40px;
}
.circle {
    background-color: #D61F2E;
    color: white;
    text-align: center;
}
.circle h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2em;
    color: white;
    margin: 0px 0px 0px 0px;
    font-family: "Roboto", sans-serif;
}
.circle .graphic_holder {
    font-size: 20px;
    line-height: 1.2em;
    display: flex;
}
.top_content {
    margin-bottom: 25px;
    margin-top: 30px;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
}
.bottom_content {
    margin-top: 25px;
}
.left_content,
.right_content {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 50px 0 205px;
    font-family: "Roboto", sans-serif;
    position: relative;
}
.top_right {
    position: absolute;
    top: 88px;
    width: 150%;
    text-align: left;
    left: -25px;
}
.bottom_right {
    position: absolute;
    width: 130%;
    bottom: 230px;
    text-align: left;
    left: 25px;  
}
.top_left {
    position: absolute;
    top: 85px;
    width: 150%;
    text-align: right;
    right: -25px;
}
.bottom_left {
    position: absolute;
    width: 130%;
    bottom: 210px;
    text-align: right;
    right: 25px;
}
.mid_content {
    flex: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.trusted_unions {
    position: relative;
    padding:280px 0 213px;
    
}
.trusted_unions .triangle_ornament_top {
    position: absolute;
    width: 100%;
    left: 0;
    top: -2px;
}

.trusted_unions .triangle_ornament_top svg {
    height: 200px;
    display: block;
    width: 100%;
}
.trusted_unions .triangle_ornament_bottom {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -2px;
}
.trusted_unions .triangle_ornament_bottom svg {
    height: 150px;
    display: block;
    transform: rotate(180deg);
    width: 100%;
}
.trusted_unions .unions_holder {
    display:flex;
    justify-content: center;
    align-items: center;
}
.unions_left {
    
}
.unions_right {
    padding-left: 30px;
}
.trusted_unions h2 {
    color: #2B59C3;
    font-family: "Roboto", Sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom:30px;
}
.union_logos {
  display: grid;
  grid-template-columns: repeat(4, 1fr); 
  grid-template-rows: repeat(2, auto);   
  gap: 20px; 
  max-width: 800px; 
  margin: 0 auto;
}

.union_logos div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.union_logos img {
  max-width: 100%;
  height: auto;
}
.stay_informed {
  background-color: #DFE5EA;
  text-align: center;
  padding-top: 0;
}
.stay_informed  h2 {
    color: #2B59C3;
    line-height: 1.2em;
    font-family: "Roboto", Sans-serif;
    font-size: 45px;
    font-weight: 600;
}
.stay_informed .sub_title {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.25em;
    margin-bottom: 40px;
}
.stay_informed .pdf_button {
    text-align: left;
    background-color: white;
    display: block;
    padding: 20px 30px;
    margin-bottom: 30px;
    color: #343741;
    text-decoration: none;
    background-image:url('../img/pdf-button-arrow.png');
    background-repeat: no-repeat;
    background-position: center right;
}
.stay_informed .pdf_button h4 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2em;
    color: #343741;
    margin: 0px 0px 5px 0px;
    text-decoration: none;
}
.stay_informed .pdf_button .small {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25em;
    margin: 0px 0px 0px 0px;
    text-decoration: none;
}
.stay_informed  .orange_button a {
    font-family: "Lato", Sans-serif;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0px;
    background-color: #D61F2E;
    color: white;
    border-radius: 8px 8px 8px 8px;
    padding: 015px 60px 15px 60px;
    display: inline-block;
    text-transform: uppercase;
    margin-top: 30px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}
.stay_informed  .orange_button a:hover {
    background-color: #d7434f;
}
.union_future {
    color: white;
    background-image:url('../img/cybersecure-for-unions-footer-bg.jpeg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    position: relative;
    padding-bottom: 150px;
    font-size: 20px;
}
.union_future .sub_title {
    font-size: 24px;
    margin-bottom: 30px;
}
.union_future .measures {
    font-size: 16px;
    max-width: 1000px;
    margin: 30px auto
}
.union_future .checklist {
    font-size: 23px;
    font-weight: 700;
}
.union_future .orange_button {
    font-family: "Lato", Sans-serif;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0px;
    background-color: #D61F2E;
    color: white;
    border-radius: 8px 8px 8px 8px;
    padding: 015px 60px 15px 60px;
    display: inline-block;
    text-transform: uppercase;
    margin-top: 30px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}
.union_future .orange_button:hover {
    background-color: #d7434f;
}
.union_future .black_button {
    font-family: "Lato", Sans-serif;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0px;
    background-color: #000;
    color: white;
    border-radius: 8px 8px 8px 8px;
    padding: 015px 60px 15px 60px;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    transition: background-color 0.3s ease;
}
.union_future .black_button:hover {
    background-color: #D61F2E;
}
.union_future h2 {
    font-size: 50px;
}
.union_future svg {
    margin: 0 10px 0;
}
.union_future .triangle_ornament {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -2px;
}
.union_future .triangle_ornament svg {
    height:100px;
    display: block;
    transform: rotate(180deg);
    width: 100%;
}
.security_page footer {
    background-color: #000;
}
.accordion-header {
    padding: 20px 15px 20px 15px;
    background-color: #D61F2E !important;
}
   .accordion-button {
      padding: 0 50px 0 50px ;
      background-color: #D61F2E !important;
      font-size: 20px;
      color: #ffffff !important;
      font-weight: 600;
      line-height: 1.4em;
      border-radius: 0 !important;
      box-shadow: none !important;
    }
    .accordion-button  > span {
    justify-content: center;
    position: absolute;
    left: 0;
    background: #0164BF;
    width: 39px;
    height: 37px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    top: 0;
    font-size: 24px;
}
    .accordion-button:not(.collapsed) {
      background-color: #D61F2E !important;
      color: #ffffff !important;
    }
    /* Accordion body style */
    .accordion-body {
        background-color: #F4F4F4;
        color: #333333;
        font-family: "Roboto", Sans-serif;
        font-size: 18px;
        line-height: 1.4em;
        padding: 20px 25px 20px 25px;
    }
    .accordion-body ul {
    padding: 0;
    list-style: inside;
    }
    .accordion-body ul li {
        list-style-type: none;
        position: relative;
        margin-bottom: 20px;
        padding-left: 40px;
        background-image: url('../img/accordion-arrow-inside.png');
        background-repeat: no-repeat;
        background-position: left top;
    }
    /* Space between accordion items */
    .accordion-item {
      margin-bottom: 20px;
      border: none !important;
      border-radius: 0 !important;
    }
    .accordion {
      --bs-accordion-border-width: 0; /* Bootstrap variable override */
      --bs-accordion-border-radius: 0;
    }
    .accordion-button::after {
  filter: invert(0) brightness(200%); /* makes arrow white */
}
.accordion-button:not(.collapsed)::after {
  filter: invert(0) brightness(200%); /* keep it white when open */
}
/* Base arrow (white chevron down) */
.accordion-button::after,
.accordion-button:not(.collapsed)::after {
    flex-shrink: 0;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%23ffffff' d='M143 352.3 7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.4 9.4-24.6 9.4-34 0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 0.75rem;
    transition: transform 0.3s ease;
    width: 1rem;
    height: 1rem;
    position: absolute;
    right: 10px;
}

.news_listing h1,
.mailing_list h1,
.video_listing h1 {
    text-align: left;
    font-size: 70px;
    color: #d62027;
    font-weight: 900;
    margin-bottom: 10px;
}
.news_listing .subtitle,
.video_listing .subtitle{
    font-weight: 300;
    font-size: 30px;
    color: #1b68b3;
    margin-bottom: 50px;
}
.news_listing .subtitle b,
.video_listing .subtitle b {
    font-weight:900;
    font-style: italic;
}
.news_listing .list,
.video_listing .list {
    padding: 0;
    margin: 0;
    list-style-type: none;
      display: flex;
      flex-wrap: wrap; 
      gap: 20px; 
}
.news_listing .list li,
.video_listing .list li{
  flex: 0 0 calc(50% - 10px);
  display: flex;
  flex-direction: column;      
  box-sizing: border-box;
}
.promoted_news h3 {
    font-size: 18px;
    font-weight: 900;
    color: #2a2a2a;
    padding: 20px 20px 0;
    margin-bottom:10px;
}
.promoted_news img {
    width: 100%;
}
.date_published {
    color: #1b68b3;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    padding: 0 20px;
    margin-bottom: 30px;
}
.sidemenu {
    font-size: 26px;
    font-weight: 900;
    color: #d62027;
    padding-left: 15px;
}
.sidebar-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul.sidebar-menu li {
    padding: 10px 0;
    border-bottom: 1px solid #e6e6e6;
    padding-left: 15px;
}
ul.sidebar-menu li.active,
ul.sidebar-menu li:hover {
    font-weight: 900;
    font-style: italic;
}
ul.sidebar-menu li.is-last {
    border-bottom: none;
}
ul.sidebar-menu li a {
    text-decoration: none;
    font-size: 18px;
}
.news_keyart {
    height: 300px;
    background-image: url('../img/news-keyart.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.news_keyart h2 {
    font-size: 80px;
    font-weight: 900;
    color: white;
}
.news_keyart .small_title {
    font-weight: 300;
    color: white;
    font-size: 30px;
}
.news_content h1 {
    color: #1b68b3;
    font-size: 50px;
    font-weight: 900;
    text-align: left;
}
.author_data {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.article_data {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}
.avatar {
    margin-right: 30px;
}
.author a {
    color: #2a2a2a;
    font-size: 18px;
    font-weight: 900;
    
}
.auth_title {
    color: #1b68b3;
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
}
.author_content h1 {
    color: #d62027;
    font-size: 70px;
    text-align: left;
    font-weight: 900;
}
.author_content .author {
    color: #2a2a2a;
    font-size: 30px;
    font-weight: 900;
}
.author_content .auth_title {
    color: #1b68b3;
    font-style: italic;
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 30px;
}
.author_content .name_title a {
    color: #d62027;
    font-size: 20px;
    font-style: italic;
    text-decoration: none;
}
.wysiwyg {
    font-size: 20px;
}
.wysiwyg a {
    color: #d62027;
    
}
/* h2 blue */
.wysiwyg .big-blue-title {
    font-size: 36px;
    color:#1b68b3;
    font-weight: 900;
    font-style: italic;
}
/* h3 blue */
.wysiwyg .mid-blue-title {
    color: #1b68b3;
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 20px;
}
/* h3 red */
.wysiwyg .mid-red-title {
    color: #d62027;
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 20px;
}

/* h4 blue */
.wysiwyg .small-blue-title {
    color:#1b68b3;
    font-size: 20px;
    font-weight: 900;
    font-style: italic;
    margin-bottom: 25px;
}
/* h4 red */
.wysiwyg .small-red-title {
    color: #d62027;
    font-size: 20px;
    font-weight: 900;
    font-style: italic;
    margin-bottom: 25px;
}

/* button red */
.wysiwyg .red_button {
    background: #d62027;
    padding: 10px 20px;
    border-radius: 10px;
    color: white;
    font-weight: 900;
    font-size: 23px;
    display: inline-block;
    margin-top: 30px;
    text-decoration: none;
}
.wysiwyg .red_button:hover {
    background: #1b68b3;
}
/* button blue */
.wysiwyg .blue_button {
    background: #1b68b3;
    padding: 10px 20px;
    border-radius: 10px;
    color: white;
    font-weight: 900;
    font-size: 23px;
    display: inline-block;
    margin-top: 30px;
    text-decoration: none;
}
.wysiwyg .blue_button:hover {
    background: #d62027;
}
/* 1 col list */
.wysiwyg .one-column-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.wysiwyg .one-column-list li {
    background-image:url('../img/custom-bullet.png');
    background-repeat: no-repeat;
    background-position: 0 5px;
    padding-left: 30px;
    color: #2a2a2a;
    font-size: 20px;
    margin-bottom: 20px;
}

/* 2 col list */
.wysiwyg .two-column-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    columns: 2;    
    -webkit-columns: 2;   
    -moz-columns: 2;
}
.wysiwyg .two-column-list li {
    background-image:url('../img/custom-bullet.png');
    background-repeat: no-repeat;
    background-position: 0 5px;
    padding-left: 30px;
    color: #2a2a2a;
    font-size: 20px;
    margin-bottom: 20px;
    break-inside: avoid;
}
.wysiwyg hr {
    margin: 2rem 0;
}
.promoted_news a {
    text-decoration: none;
}

/* Rotate to up when opened */
.accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}
.mobile_content {
    display: none;
}
.section_image {
    margin: 20px 0;
}
.nooverflow {
/*overflow: hidden!important;
z-index:1;*/

}
/* Slider */
.slick-slide {
    height: auto;
}
.slick-next:before,
.slick-prev:before {
    display: none;
}
.slick-next {
    right:-80px;
    
}
.slick-prev {
    left:-80px;
    
}
/* Mailing list page */
.mailing_list p {
    font-size: 20px;
}
.mailing_banner {
    border-top: 4px solid #d52027;
    background-image:url('../img/mailing-bcg.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 324px;
    padding: 60px 0 0;
    margin-top: 100px;
}

.mailing_banner .container,
.mailing_banner .row,
.mailing_banner .content_block {
    height: 100%;
}

.magazine {
    position: absolute;
    left: 0;
    top: -160px;
    width: auto;
    height: auto;
    max-width: none;
    max-height: none;
}

.mailing_banner .content_block {
    position: relative;
    font-size: 20px;
    color: #1468b1;
}
.mailing_banner .content_block p {
  text-shadow:
    0 0 5px rgba(255, 255, 255, 1),
    0 0 10px rgba(255, 255, 255, 1),
    0 0 20px rgba(255, 255, 255, 0.9),
    0 0 40px rgba(255, 255, 255, 0.8),
    0 0 80px rgba(255, 255, 255, 0.7);
}

.mailing_list_button {
    border:2px solid white;
    background: #d52027;
    text-decoration: none;
    font-weight: 400;
    font-size: 22px;
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    color: white;
    border-radius: 15px;
    position: absolute;
    right: 0;
    bottom: -24px;
    line-height: 1;
}
.mailing_list_button .mid_span {
    font-weight: 900;
    font-size: 33px;
    font-style: italic;
    margin: 0 7px 0 5px;
}
.mailing_list_button:hover {
    color: white;
    text-decoration: none;
    background: #1b68b3;
}
.mailing-list-banner {
    padding: 80px 0;
}

.promoted_video h3 {
    font-size: 18px;
    font-weight: 900;
    color: #2a2a2a;
    padding: 20px 0 0 20px;
    margin-bottom: 10px;
}
.promoted_video h3 a {
    color: #2a2a2a;
}
.promoted_video img {
    width: 100%;
}
.video-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 aspect ratio (9/16*100) */
    height: 0;
    overflow: hidden;
    margin-bottom: 50px;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.mailing_page .mailing-list-banner {
    display: none;
}
@media only screen and (max-width: 1399px) {
    .magazine {
        top: -60px;
        width: 60%;
    }
}
@media only screen and (max-width: 1199px) {
    .magazine {
        top: -25px;
        width: 52%;
    }
}
@media only screen and (max-width: 992px) {
    .mailing_banner {
        margin-top: 200px;
    }
    .magazine {
        top: -330px;
        width: 90%;
        left: 50%;
        transform: translateX(-50%);
    }
    .mailing_list_button {
        left: 50%;
        transform: translateX(-50%);
        right: auto;
        width: 263px;
    }
}
@media only screen and (max-width: 768px) {
    .magazine {
        top: -240px;
    }
}
@media only screen and (max-width: 485px) {
    .magazine {
        top: -210px;
    }
}
@media only screen and (max-width: 485px) {
    .magazine {
        display: none;
    }
    .mailing_banner {
        margin-top: 0;
    }
    .hide-on-mobile {
        display: none;
    }
    .mailing_banner {
        padding-top: 40px;
    }
}
#homepage-popup {
	display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(../img/popup-bck.png);
    background-color: rgb(255, 255, 255);
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-top: clamp(
    150px,
    calc(150px + (100vw - 320px) * 0.44737),
    320px);
    padding: clamp(
    150px,
    calc(150px + 170px * ((100vw - 320px) / 380px)),
    320px) 20px 20px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
    z-index: 1000;
    border-top: 6px solid rgb(212, 32, 36);
    box-sizing: border-box;
    text-align: center;
    max-width:700px;
    max-height: clamp(
        500px,
        calc(500px + (100vw - 320px) * 0.42105),
        660px
      );
    max-height: clamp(500px,calc(500px + 160px * ((100vw - 320px) / 380px)),660px);
    width: 100%;
    height: 100%;
    aspect-ratio: 35 / 33;
}

#close-popup {
	z-index: 150;
    background: #1468b0;
    border: none;
    color: white;
    border-radius: 100px;
    line-height: 19px;
    padding: 3px 7px 5px;
    position: absolute;
    top: 10px;
    right: 10px;
} 
.popup-img img {
    position: absolute;
    top: -64px;
    left: 10px
}
#homepage-popup h2 {
    color: #1468b0;
    font-size: 50px;
    font-weight: 900;
    line-height: .9;
}
#homepage-popup h2 {
    color: #1468b0;
    font-size: clamp(30px, 5vw, 50px);
    font-weight: 900;
    line-height: .9;
}
#homepage-popup h3 {
    color: #d41f26;
    font-size: clamp(18px, 5vw, 38px);
    font-weight: 400;
    line-height: .9;
    margin-bottom: 30px;
}
#homepage-popup .popup_button {
    border: 2px solid white;
    background: #d52027;
    text-decoration: none;
    font-weight: 400;
    font-size: 22px;
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    color: white;
    border-radius: 15px;
    position: absolute;
    bottom: 35px;
    line-height: 1;
    left: 50%;
    transform: translate(-50%, -50%);
    top: auto;
}
#homepage-popup .popup_button .mid_span {
    font-weight: 900;
    font-size: 33px;
    font-style: italic;
    margin: 0 7px 0 5px;
}
.job {
    padding-bottom: 30px;
    border-bottom: 1px solid #eff5fd;
    margin-bottom: 30px;
}
.job h2{
    font-size: 26px;
    font-weight: 900;
    color: #1b68b3;
}
.job p {
    font-size: 20px;
    color: #2a2a2a;
}
.job a {
    color: #d52027;
    font-size: 20px;
    text-decoration: none;
}