/*
    Theme Name: Matrix Internet
    Theme URI: 
    Author: Matrix Internet Development team
    Author URI: https://www.matrixBlinkernet.ie/who-we-are/
    Description: This theme is designed for developing fully customized UX/UI experiences.
    Version: 1.0
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Tags: Responsive, Custom Page builder, Flexible Layout
    Text Domain: matrixinternet2023
*/


/* Fonts */

@font-face {
  font-family: Blinker;
  src: url("fonts/Blinker/Blinker-Regular.woff2");
}

@font-face {
  font-family: Blinker-Bold;
  src: url("fonts/Blinker/Blinker-Bold.woff2");
}

@font-face {
  font-family: "Work Sans";
  src: url("fonts/WorkSans/WorkSans-Regular.woff2");
}

/* General Styles */

html,
body {
    max-width: 100%;
    overflow-x: hidden;
    font-family: "Work Sans";
    margin: 0;
}

.container {
    display: flex;
    justify-content: space-between;
    width: 90%;
    max-width: 1620px;
    padding: 0 15px;
    margin: 0 auto;
}

.container.container_full{
    width: 100%;
    max-width: 100%;
}

.column {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.column_33{
    width: 33.333%;
    flex: 33.333%;
}

.column_50{
    width: 50%;
    flex: 50%;
}

.column_bg{
    min-height: 50vh;
    height: 100vh;
    max-height: 790px;
    background-repeat: no-repeat;
    background-position: left;
}

.column_left{
    padding-left: 0;
}

.column_right{
    padding-right: 0;
}

.column_owl_carousel{
    display: block;
}

.owl-carousel{
    display: flex !important;
    align-items: center;
}

.owl-nav{
    display: flex;
    flex-direction: column;
    font-size: 20px;
    justify-content: space-between;
}

.owl-dots{
    position: absolute;
    right: 6px;
    display: flex;
    flex-direction: column;
}

.owl-theme .owl-dots .owl-dot span{
    background: #fff !important;
    border: 3px solid #BC0E71;
}

.owl-theme .owl-dots .owl-dot.active span{
    background: #7A2982 !important;
    border: 3px solid #7A2982;
}

.owl-theme .owl-nav [class*=owl-]:hover{
    background-color: transparent !important;
}

.carousel_item{
    padding-right: 60px;
}

.column_container {
    max-width: 608px;
    padding-right: 10%;
    margin-left: 0;
}

.column a, .cta {
    display: inline-block;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    border-radius: 4px;
    background: var(--Primary-Gradient-Gradient, linear-gradient(90deg, #7A2982 0%, #BC0E71 100%));
    text-decoration: none;
    padding: 24px 37px;
    margin-top: 15px;
    margin-right: 10px;
}

.column p a{
	font-size: 20px;
    font-style: normal;
	line-height:28px;
	margin:0;
	padding:0;
	background:transparent;
	color:#7A2982;
}

.column a:hover,
.cta:hover{
    background: #7a2982;
}

.column p a:hover{
	color:#BC0E71;
	background:transparent;
}

a.download {
    background-color: #7a2982;
    border: 1px solid #7a2982;
}

a.download:hover {
    background-color: #ffffff;
    color: #7a2982;
    border: 1px solid #7a2982;
}


.cta.secondary{
    background-color: #7a2982;
    border: 1px solid #7a2982;
}

.cta.secondary:hover{
    background-color: #ffffff;
    color: #7a2982;
    border: 1px solid #7a2982;
}

h1{
    font-family: Blinker;
}

h2{
    color: #7A2982;
    font-family: Blinker;
    font-weight: 600;
    font-size: 48px;
    line-height: 54px;
    margin-top: 0;
    margin-bottom: 20px;
}

h4{
    color: #fff;
    font-family: Blinker;
    font-weight: 600;
    font-size: 36px;
    line-height: 45px;
    margin-top: 0;
    margin-bottom: 20px;
}

h5{
    color: #fff;
    font-family: Blinker;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    margin-top: 0;
    margin-bottom: 0px;
}

p{
    font-family: "Work Sans";
    max-width: 1000px;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
}

.dark_blue p {
    color: #FFF!important;
}

.bgcolor h1,
.bgcolor h2,
.bgcolor h3,
.bgcolor h4,
.bgcolor h5,
.bgcolor h6,
.bgcolor p,
.bgcolor li{
    color: #fff !important;
}

.bgcolor h5{
    font-weight: 400;
}


.hide_section,
#hide_section{
    display: none;
}


/* Header */

 header {
    width: 100%;
    z-index: 2;
    background-color: #fff;
    border-bottom: 1px solid #F0F3F5;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
    position: relative;
}

header.zindex0{
    z-index: 0 !important;
}

.home header{
    border: none;
}

header .container{
    align-items: center;
}

#logo_container{
    position: relative;
    z-index: 2;
}

#logo_container a{
    float: left;
}

#logo {
    margin-top: 12px;
    margin-bottom: 16px;
    max-height: 72px;
}

.menu-item.current_page_item a{
    font-weight: 700;
}

.cta_button.menu-item a, .cta_button_white.menu-item a{
    background: var(--Primary-Gradient-Gradient, linear-gradient(90deg, #7A2982 0%, #BC0E71 100%));
    color: #fff;
    text-align: center;
    padding: 16px 32px;
    cursor: pointer;
    display: block;
    border-radius: 4px;
    margin: 15px 0px;
    width: 100%;
}

.cta_button_white.menu-item a{
	color:#7A2982;
	background:white;
	border:2px solid #7A2982;
	padding: 14px 30px;
}

.cta_button:hover > a, .cta_button_white:hover > a{
    background: #7a2982 !Important;
	color:#FFF!important;
}

.cta_button.menu-item:hover > a{
    background-color: #fff;
    text-align: center;
    cursor: pointer;
}

@media only screen and (max-width: 1080px) {

    #logo {
        max-width: 120px;
    }

    .cta_button.menu-item a {
        padding: 16px 16px;
    }

}


/* Footer */

footer{
    color: #444;
    font-size: 14px;
}

.footer_top{
    padding-bottom: 20px;
    border-bottom: 1px solid #f6f6f6;
}

#footer_logo{
    max-width: 98px;
}

#footer_menu_container {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-end;
}

footer ul{
    display: flex;
    list-style-type: none;
    padding-left: 0;
}


footer ul li:first-child{
    margin-left: 0;
}

footer .menu-item  a{
    font-size: 14px;
    line-height: 24.5px;
    text-decoration: none;
    text-transform: none;
}

footer ul li {
    margin: 0 20px;
}

footer ul.partners{
    margin-right: 70px;
}

footer ul li a{
  color: #444;
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: 1px solid #444;
}

footer ul.partners li{
    margin-right: 40px;
}

.social {
    margin-left: 5%;
}

.social li{
    margin-right: 20px;
}

.social li:last-child{
    margin-right: 0;
}

.social li a {
    display: flex;
    padding-bottom: 0;
    border-bottom: 0 none;
}

.social img{
    width: 24px;
    height: 24px;
}

.footer_bottom{
    padding: 30px 0;
}

.footer_bottom #footer_menu_container {
    justify-content: space-between;
}

.footer_bottom a{
    color: #444;
    text-decoration: none;
    border-bottom: 1px solid #444;
    padding-bottom: 1px;
}

.footer_bottom .menu_container a{
    border-bottom: 0 none;
}

.copy_text p{
    font-size: 14px;
}

.copy_text a:hover{
    font-weight: 600;
}


/* Main Content */

.page_banner {
    display: flex;
    align-items: center;
    height: 842px;
    max-height: 100vh;
    color: #fff;
    background-image: linear-gradient(89.56deg, #360D3B 14.33%, #7A2982 114.84%);
    background-color: #360D3B;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    position: relative;
}

.page_banner_container {
    width: 100%;
    max-width: 1120px;
    display: flex;
    flex-direction: column;
    text-align: left;
    margin-right: 0;
    align-items: flex-start;
    position: relative;
    z-index: 3;
    margin-top: 5%;
}

.page_banner h1 {
    max-width: 905px;
    color: #fff;
    font-family: Blinker-Bold;
    font-weight: 700;
    font-size: 72px;
    line-height: 82px;
    margin-top: 0;
    margin-bottom: 0;
}

.page_banner p {
    max-width: 650px;
    color: #fff;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
}

.page_banner_img{
    position: absolute;
    left: 0;
    bottom: -60px;
    z-index: 2;
}

.scroll_down {
    display: block;
    width: 80px;
    height: 80px;
    background-image: url(/wp-content/themes/matrixinternet2023/images/scroll_down.png);
    border-radius: 50%;
    margin-top: 25px;
    cursor: pointer;
}

.editor_left_background_img_right {
    background-color: #fff;
}

.editor_left_background_img_right .column_right {
    background-position: center right;
}

.editor_left_background_img_right ul{
    margin-top: 40px;
}

.editor_left_background_img_right li{
    color: var(--Primary-D4B-Slate-900, #142A3E);
    font-family: "Work Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; 
    margin-bottom: 16px;
}

.editor_left_background_img_right li::marker {
    color: #7A2982;
}
 
.editor_left_background_img_right .cta {
    border-radius: 8px;
    background: var(--Primary-D4B-Hot-Pink-500, #BC0E71);
}

.editor_left_background_img_right .cta:hover {
    background: var(--Primary-D4B-Hot-Pink-500, #7a2982);
}

#properties .editor_left_background_img_right .column_right {
    background-image: url(/wp-content/uploads/2023/03/properties_2.png);
}

#success_section {
   padding: 120px 0;
}

#success_section .carousel_item{
    padding-right: 0;
}

#success_section .carousel_item_container {
    display: flex;
    align-items: center;
    padding: 0;
    max-width: 100%;
    margin: 0 auto;
}

#success_section .carousel_item_container p{
    margin-left: 0;
}

#success_section .carousel_item_container .column {
    align-items: flex-start;
    padding: 0;
    min-height: 60vh;
    background-size: cover;
    border-radius: 0px 0px 0px 80px;
    position: relative;
}

#success_section .carousel_item_container .column.column_right {
    min-height: unset;
}

#success_section .carousel_item_container .column.column_right{
    padding-left: 6.2%;
    padding-right: 30px;
}

#success_section .column_bg {
    background-image: url(/wp-content/uploads/2022/10/house_with_pool.png);
    background-size: contain;
}

#success_section .img_container {
    position: relative;
    background-repeat: no-repeat;
    background-image: url(/wp-content/uploads/2022/10/house_with_pool.png);
    background-size: cover;
    width: 100%;
    height: 50vh;
    margin-top: 120px;
    margin-bottom: 80px;
}

.top_post {
    max-width: calc(100% - 120px);
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 73, 90, 0.85);
    color: #fff;
    padding: 30px 60px;
    border-radius: 0 90px 0 90px;}

.top_post h4{
    margin-top: 0;
}

.top_post p {
    max-width: 420px;
    color: #fff;
}

.posts_container{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 0px;
    margin-bottom: 50px;
}

.posts_container_column{
    width: calc(33% - 15px);
    margin-top: 0;
}

.posts_container .column_33 {
    width: calc(33.333% - 40px);
    flex: calc(33.333% - 40px);
}

.posts_container .column_33.middle_column {
    margin: 0 30px;
}

.post_item{
    max-width: 957px;
    flex: 33.333%;
    height: 324px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 0px 0px 0px 80px;
    margin-bottom: 40px;
    position: relative;    
}

.middle_column .post_item{
    height: 690px;
    margin-bottom: 0;
    background-size: cover;
    background-position: center;
}

.event:after{
    content: 'Event';
    position: absolute;
    top: 25px;
    left: 25px;
    color: #7a2982;
    font-weight: bold;
    background-color: #fff;
    padding: 7.5px 15px;
    border-radius: 8px;
}

.post_item a{
    display: block;
    width: 100%;
    height: 100%;
}

#post_item_1{
    margin-bottom: 30px;
}

#post_item_3 {
    height: 681px;
    margin-bottom: 30px;
}

#post_item_4{
    margin-bottom: 30px;
}

.post_title{
    font-family: Blinker;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(122, 41, 130, 0.85);
    padding: 30px 30px;
    padding-left: 40px;
    padding-right: 80px;
    border-radius: 0 40px 0 80px;
}

.top_article{
    width: 100%;
    position: relative;
}

.top_article .post_title {
    font-size: 30px;
    line-height: 38px;
    background-color: rgba(122, 41, 130, 0.85);
    padding: 34px 68px;
    border-radius: 0 80px 0 80px;
}

.top_article .post_title:hover{
    background-color: rgba(122, 41, 130, 0.85);
}

.post_except{
    max-width: 400px;
    color: #fff;
    font-family: "Work Sans";
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-top: 12px;
}

.editor_left_img_right {
    padding: 120px 0;
}

.editor_left_img_right .column_left {
    padding-left: 70px;
}

.editor_left_img_right h2{
    max-width: 700px;
}

.editor_left_img_right h3{
    background: linear-gradient(90deg, #7A2982 0%, #BC0E71 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
}

.editor_left_img_right h4{
    color: var(--Primary-D4B-Slate-900, #142A3E);
    font-family: Blinker;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px; /* 126.667% */
}

.editor_left_img_right p,
.editor_left_img_right em{
    color: var(--Primary-D4B-Slate-600, #435565);
    font-family: "Work Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.editor_left_img_right p em{
    color: var(--Primary-D4B-Slate-600, #435565);
    font-family: "Work Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    font-style: italic;
}

.editor_left_img_right ul{
    margin-top: 0px;
}

.editor_left_img_right li {
    color: var(--Primary-Navy-600, #142A3E);
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 12px;
}

.editor_left_img_right li::marker {
    color: #7A2982;
}

.editor_left_img_right img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.editor_left_img_right.border-radius img {
    border-radius: 50px;
}

.editor_left_img_right.border-radius2 .column_left img {
    margin-top: 16px;
    margin-right: 32px;
}

.editor_left_img_right.border-radius2 .column_right img {
    border-radius: 0 0 0 80px;
}

.editor_left_img_right .column_bg {
    height: auto;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 0;
}

.editor_left_img_right.white-text h2,
.editor_left_img_right.white-text h3,
.editor_left_img_right.white-text h4,
.editor_left_img_right.white-text p,
.editor_left_img_right.white-text li{
    color: #fff;
}

.editor_left_img_right.gradient{
    background: var(--Primary-Gradient-Gradient, linear-gradient(90deg, #7A2982 0%, #BC0E71 100%));
}

.editor_left_img_right.gradient h2,
.editor_left_img_right.gradient h3,
.editor_left_img_right.gradient h4,
.editor_left_img_right.gradient h5,
.editor_left_img_right.gradient h6,
.editor_left_img_right.gradient p,
.editor_left_img_right.gradient li{
    color: #fff;
}

.editor_left_img_right.gradient .column h5 a {
    background: transparent;
    color: #fff;
    padding: 0;
    margin: 12px 0;
}

.editor_left_img_right.gradient li::marker {
    color: #fff;
}

.editor_left_img_right.gradient .column a, .editor_left_img_right.gradient .cta {
    background: #fff;
    color: var(--Primary-Purple-600, #622168);
    font-family: "Work Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    padding: 16px 24px;
}

@media only screen and (max-width: 1024px) {

    .editor_left_img_right{
        padding: 80px 0;
    }

}

@media only screen and (max-width: 767px) {

    .editor_left_img_right h3{
        margin-top: 0;
    }

}

/* Default Page Template */

.page_template {
    background-color: #E6EBEF;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
}

.page_container{
    flex-direction: column;
    max-width: 1320px;
    padding: 2.5% 5%;
    padding-top: 0;
    margin: 0 auto;
}

.page_container h1,
.page_container h2,
.page_container h3,
.page_container h4,
.page_container p,
.page_container ul{
    width: 100%;
    max-width: 100%;
    text-align: left;
}

.page_container h1{
    color: #00495A;
    font-weight: 600;
    font-size: 48px;
    line-height: 60px;
}

.page_container h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 45px;
    margin-top: 25px;
}

.page_container p {
    font-weight: 400;
    font-size: 18px;
    line-height: 31.5px;
    margin-bottom: 50px;
}

.page_container h3{
    color: #00495A;
    font-weight: 600;
    font-size: 36px;
    line-height: 45px;
    margin-bottom: 10px;
}

.page_container h4{
    color: #444444;
    font-size: 24px;
    line-height: 42px;
    margin-bottom: 40px;
}

.page_container ul{
    padding-left: 20px;
}

.page_container li{
    font-weight: 400;
    font-size: 18px;
}

/* Default Page Template - FAQ Section */

#faq_section{
    background: #128A3E;
}

#faq_section .container{
    display: flex;
    flex-direction: column;
    max-width: 1096px;
    padding: 120px 0;
}

#faq_section h2 {
    color: #fff;
    text-align: left;
    width: 100%;
    margin-bottom: 45px;
}

.accordion{
    width: 100%;
    background-color: #fff;
}

.accordion .accordion-item {
  padding: 5px 0px;
}

.accordion .accordion-item:last-child button{
    border-bottom: 0 none !important;
}

.accordion .accordion-item button[aria-expanded=true] {
  padding-bottom: 25px;
  border-bottom: 1px solid #128A3E;
}

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #444444;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}

.accordion button:hover, .accordion button:focus {
  cursor: pointer;
  color: #444;
}

.accordion button:hover::after, .accordion button:focus::after {
  cursor: pointer;
  color: #03b5d2;
  border: 1px solid #03b5d2;
}

.accordion button .accordion-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 42px;
  padding: 0px 32px;
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 32px;
  width: 40px;
  height: 40px;
  background-color: #fff;
  color: #128A3E;
  border: 1px solid;
  border-radius: 22px;
}

.accordion button .icon::before {
    display: block;
    position: absolute;
    content: "";
    top: 19px;
    left: 11px;
    width: 18px;
    height: 2px;
    background: currentColor;
    color: #128A3E;
}

.accordion button .icon::after {
    display: block;
    position: absolute;
    content: "";
    top: 11px;
    left: 19px;
    width: 2px;
    height: 18px;
    background: currentColor;
    color: #128A3E;
}

.accordion button[aria-expanded=true] {
  color: #444;
}

.accordion button[aria-expanded=true] .icon::after {
  width: 0;
}

.accordion button[aria-expanded=true] + .accordion-content {
    opacity: 1;
    max-height: unset;
    transition: all 200ms linear;
    will-change: opacity, max-height;
}

.accordion button[aria-expanded=true] > .icon{
    background-color: #128A3E;
}

.accordion button[aria-expanded=true] .icon::before,
.accordion button[aria-expanded=true] .icon::after{
    color: #fff;
}

.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}

.accordion .accordion-content p {
    font-weight: 400;
    font-size: 18px;
    line-height: 31.5px;
    margin: 45px auto;
    width: 100%;
    max-width: calc(100% - 64px);
}


/* Our Team page template */
#our_team_page_template .page_container {
    width: 100%;
    max-width: 1620px;
    padding: 0;
}

.our_team_container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    margin: 80px 0;
}

.page_editor{
    width: 100%;
}

.our_team_item {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 485px;
    max-width: 80%;
    margin: 0 auto;
    flex: calc(25% - 90px);
    margin-right: 30px;
    margin-bottom: 30px;
    position: relative;
    border-radius: 0 0 0 40px;
}

.our_team_item:nth-child(4n+4){
    margin-right: 0;
}

.our_team_item_info {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 73, 90, 0.85);
    color: #fff;
    padding: 15px 40px;
    border-radius: 0 0 0 40px;
    margin-bottom: 0;
}

.page_container h2.our_team_item_name{
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 7px;
}

.our_team_item_desc{
    font-size: 14px;
    line-height: 24px;
}

.team_posts{
    background-color: #DCEED2;
    padding-top: 7%;
    padding-bottom: 10%
}

.team_posts .container{
    width: 100%;
    max-width: 1620px;
    flex-direction: column;
    padding: 0;
}

.team_posts h2{
    width: 100%;
    color: #00495A;
    line-height: 50px;
    margin-bottom: 60px;
}

.team_posts .owl-carousel{
    width: 100%;
    max-width: 1620px;
    margin: 0 auto;
}

.team_posts .post_item{
    height: 540px;
}

.team_posts .owl-dots {
    flex-direction: initial;
    right: 0;
    left: 0;
    bottom: -60px;
    justify-content: center;
}


/* Single Person */

.back_container{
    width: 1650px;
    padding: 0 15px;
    max-width: calc(100% - 30px);
    align-items: flex-start;
    text-decoration: none;
    padding: 0;
    margin-bottom: 80px;
}

.back_container a{
    display: flex;
    align-items: center;
    color: #128A3E;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    text-decoration: none;
}

.back_container a img{
    margin-right: 20px;
}

.single_person_container {
    padding-bottom: 10vh;
    margin: 0 auto;
}

.single_person_container .column_left{
    width: calc(60% - 5%);
    max-width: 794px;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 5%
}

.single_person_container .column_right {
    width: 40%;
    height: 74vh;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.single_person_container h1{
    color: #00495A;
    font-weight: 700;
    font-size: 64px;
    line-height: 96px;
    margin-top: 0;
    margin-bottom: 0;
}

.person_position{
    font-weight: 700;
    font-size: 24px;
    line-height: 42px;
    color: #444444;
}

.single_person_container h3{
    font-weight: 400;
    font-size: 24px;
    line-height: 42px;
    color: #444444;
}

.single_person_container p{
    margin-left: 0;
    margin-bottom: 30px;
}

.single_person_container .editor p:last-child{
    margin-bottom: 0;
}

.single_person_links {
    list-style-type: none;
    padding-left: 0;
}

.single_person_links a{
    display: flex;
    align-items: center;
    background-color: transparent;
    color: #128A3E;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    text-transform: none;
    padding-left: 0;
    margin-top: 0;
}

.single_person_links a img{
    margin-right: 25px;
}


/* Porfolio Template 1 */

#porfolio_template .page_container{
    display: flex;
    align-items: flex-start;
    max-width: calc(100% - 30px);
    padding: 0 15px;
    margin: 0 auto;
}

.editor{
    max-width: 1118px;
}

#porfolio_template .page_container.filter_container{
    flex-direction: row;
    align-items: center;
    margin: 80px auto;
}

.filter_container_left{
    display: flex;
    align-items: center;
}

.filter_container_left ul {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    margin-left: 25px;
}

.filter_option{
    color: #84C062;
    text-transform: uppercase;
    padding: 12px 30px;
    border: 2px solid #84C062;
    border-radius: 30px;
    margin-right: 10px;
    cursor: pointer;
}

.filter_option:hover{
    background-color: #84C062;
    color: #fff;
}

.filter_container_right{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.filter_container_right img{
    cursor: pointer;
    margin-top: 5px;
    margin-right: 15px;
}

#porfolio_template .posts_container{
    padding-bottom: 80px;
    margin-bottom: 0;
}

#porfolio_template .post_item {
    flex: calc(50% - 30px);
    height: 641px;
    max-height: 60vh;
    border-radius: 0 0 0 80px;
    margin-right: 30px;
    margin-bottom: 30px;
}

#porfolio_template .post_item:nth-child(4n+3) {
     flex: calc(60% - 30px);
}

#porfolio_template .post_item:nth-child(4n+4) {
     flex: calc(40% - 30px);
}

#porfolio_template .post_item:nth-child(2n+2){
    margin-right: 0;
}

#porfolio_template .post_item:last-child{
    margin-right: 0;
}

#porfolio_template .post_item .post_info{
    width: 60%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 73, 90, 0.85);
    color: #fff;
    padding: 30px 60px;
    padding-right: 30px;
    border-radius: 0 80px 0px 80px;
    margin-bottom: 0;
}

#porfolio_template .post_item .post_info a{
    text-decoration: none;
}

#porfolio_template .post_item .post_info h2{
    color: #fff;
    font-weight: 600;
    font-size: 36px;
    line-height: 45px;
    max-width: 422px;
    margin-left: 0;
}

#porfolio_template .post_item .post_info p{
    color: #fff;
    max-width: 422px;
    margin-left: 0;
}

/* Single post */

.green_vector{
    max-width: 100%;
    position: relative;
    top: -1px;
}

.single_post_title_container{
    direction: flex;
    flex-direction: column;
    max-width: 1620px;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.single_post_title{
    width: 100%;
    max-width: 700px;
    background-color: rgba(0, 73, 90, 0.9);
    color: #fff;
    font-size: 64px;
    line-height: 96px;
    padding: 30px 60px;
    border-radius: 0 80px 0 0;
    margin: 0;
}

.single_post_location{
    display: block;
    color: #fff;
    font-weight: 500;
    font-size: 36px;
    line-height: 36px;
}

.single_post_info{
    background-color: #F3F9EF;
    padding-top: 5%;
}

.single_post_info .single_post_container {
    align-items: center;
}

.single_post_info ul{
    list-style-type: none;
    padding-left: 0;
    margin-top: 0;
    margin-right: 10%;
    margin-bottom: 0;
}

.single_post_info li{
    color: #444;
    font-weight: 400;
    font-size: 18px;
    line-height: 31.5px;
    margin-bottom: 25px;
}

.single_post_info li:last-child{
    margin-bottom: 0;
}

.single_post_info li span{
    margin-left: 7.5px;
}

.single_post_info a{
    display: inline-block;
    background-color: #00495A;
    color: #fff;
    font-weight: 800;
    font-size: 18px;
    line-height: 18px;
    text-decoration: none;
    padding: 15px 30px;
    margin-top: 30px;
}

.single_post_info img{
    max-width: 100%;
    position: relative;
    top: 120px;
}

.single_post_info2{
    background-color: #fff;
    padding-top: 10%;
    padding-bottom: 5%;
}

#single_post_template h3{
    color: #00495A;
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
    margin-top: 0;
}

.single_post_gallery{
    background-color: #F6F6F6;
    padding: 120px 0;
}

.single_post_gallery h2{
    max-width: 1620px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.single_post_gallery_container{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1620px;
  margin-bottom: 90px;
}

.single_post_gallery_item {
    flex: calc(50% - 30px);
    height: 720px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 30px;
    margin-bottom: 30px;
}

.single_post_gallery_item:nth-child(2n+2){
    margin-right: 0;
}

.team_posts .carousel_item a {
    display: flex;
    justify-content: center;
    align-items: end;
    width: 100%;
    height: 100vh;
    max-height: 350px;
    text-decoration: none;
}

.carousel_item_title{
    width: 100%;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    background-color: rgba(0, 73, 90, 0.85);
    line-height: 25px;
    padding: 15px 25px;
    margin: 0 auto;
}

/* Contact us */

#contact_template{
    padding-top: 5%;
    padding-bottom: 5%;
}

#contact_template .page_container {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    width: 1620px;
    max-width: calc(100% - 30px);
    padding: 0 15px;
    margin: 0 auto;
}

#contact_template .page_container aside{
    width: 40%;
    background-color: #7A2982;
    padding: 2%;
}

#contact_template .page_container aside h2{
    color: #fff;
    font-family: Blinker;
    font-weight: 600;
}

.office_item,
.office_item p,
.office_item a {
    color: #fff;
    font-family: Blinker;
    font-size: 24px;
    line-height: 42px;
    text-decoration: none;
}

.office_item_attribute{
    display: flex;
    align-items: center;
    margin-top: 0px;
    margin-bottom: 20px;
}

.office_item_attribute.address{
    align-items: flex-start; 
}

.office_item_attribute img{
    width: 24px;
    margin-right: 20px;
}

.office_item .address p{
    color: #fff;
    max-width: 300px;
    margin-left: 0;
    margin-bottom: 0;
}

.office_item .telephone{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.office_item .telephone a{
    color: #fff;
    text-decoration: none;
}

.office_item iframe{
    width: 100%;
    max-width: 535px;
    height: 360px;
    filter: grayscale(100%);
}

/* Carrers Page */

.careers_container{
    display: flex;
    align-items: flex-start;
}

#careers_template .page_container {
    max-width: 100%;
    align-items: flex-start;
}

.tabs {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 520px;
    margin-right: 30px;
}

.tab {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #fff;
    padding: 7.5% 10%;
    border-radius: 8px;
    margin-bottom: 30px;
    cursor: pointer;
}

.job_title{
    color: #00495A;
    font-family: Blinker;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
}

.job_attributes{
    display: flex;
    list-style-type: none;
    padding-left: 0;
    margin: 20px 0;
}

.job_attributes li{
    background-color: #84C062;
    color: #fff;
    font-weight: 600;
    font-family: Blinker;
    font-size: 14px;
    line-height: 17px;
    padding: 10px 16px;
    border-radius: 20px;
    margin-right: 10px;
}

.job_excerpt{
    display: none;
    margin: 20px 0;
    margin-top: 40px;
}

.job_more{
    max-width: fit-content;
    color: #128A3E;
    font-family: Blinker;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-decoration: none;
    border-bottom: 1px solid #128A3E;
    padding-bottom: 1px;
}

.tab.active {
  background-color: #84C062;
  color: white;
}

.tab.active .job_title{
    color: #fff;
}

.tab.active .job_attributes li {
    background-color: #fff;
    color: #84C062;
}

.tab.active .job_more{
    color: #fff;
    border-bottom: 1px solid #fff;
}

.tab-content {
  display: none;
}

.tab-content.active {
    display: block;
    width: calc(100% - 530px);
    background-color: #DCEED2;
    padding: 5% 3%;
    margin-bottom: 5%;
}

.tab-content.active p{
    margin-left: 0;
}

.tab-content.active ul {
    padding-left: 0px;
}

.tab-content.active li {
    background-image: url(/wp-content/themes/matrixinternet2023/images/list_arrow.png);
    background-repeat: no-repeat;
    background-size: 32px;
    background-position: left;
    list-style-type: none;
    padding-left: 50px;
    margin-bottom: 15px;
}


.apply_now{
    background-color: #00495A;
    color: #fff;
    font-family: Blinker;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px 30px;
    cursor: pointer;
}

.popup {
  position: absolute;
  display: none;
  z-index: 1;
}

.popup-content {
    background-color: #84C062;
    padding: 10px;
    width: 50%;
    height: 50vh;
    max-height: 250px;
    position: fixed;
    top: 20%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 3;
    max-width: 600px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.popup.show {
  display: block;
  position: relative;
}

#closeButton {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    background: transparent;
    border: 0 none;
}

.popup-content form{
    margin-top: 5%;
}

.popup-content form input{
    height: 30px;
}

.popup-content form input[type='submit'] {
    width: 72px;
    height: 36px;
    background-color: #00495A;
    color: #fff;
    cursor: pointer;
}

/* Post Listing */
.page_template.posts_list{
    background-color: #fff;
}

.title_container h1{
    color: #7A2982;
    font-weight: 600;
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 0;
}

.posts_list .editor{
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
}

.posts_list .posts_container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 50px;
    gap: 30px;
    justify-content: flex-start;
}

.posts_list .posts_container .post_item {
    flex: calc(33.333% - 5%);
    height: auto;
    background-size: 100% 75%;
    border-radius: 0;
    max-width: 513px;
}

.posts_list .post_item a {
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.posts_list .post_item_image_container {
    width: 100%;
    height: 340px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.posts_list .post_item a .post_info {
    height: 25%;
}

.posts_list .post_item a h2{
    font-family: Blinker;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.posts_list .post_item a p {
    max-width: 98%;
    font-family: "Work Sans";
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    margin-top: 0;
}




/* Our Partners */
.page_template#partners_template{
    background-color: #fff;
}

.partners_list_text{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.partners_list_text{
    padding-top: 50px;
}

.partners_list_text h2{
    margin-bottom: 0;
}

.partners_container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    padding: 60px 0;
    justify-content: flex-start;
}

.partner_item{
    flex: calc(20% - 20px);
    max-width: calc(20% - 20px);
    height: auto;
    margin-right: 20px;
    margin-bottom: 30px;
}

.partner_item:nth-child(5n+5){
    margin-right: 0px;
}

.partner_item .post_item_image_container {
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 130px;
    background-position: center;
    border: 1px solid #CDD6DE;
    border-radius: 0 0 0 40px;
}

.partners_container .partner_item .post_item_image_container{
    height: 300px;
}


.related {
    padding-top: 5%;
    padding-bottom: 200px;
}

.related .container{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.related h2{
    color: #142A3E;
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 40px;
}

.related_posts_editors{
    display: flex;
    justify-content: space-between;
    width: 100%;
    color: var(--Primary-D4B-Slate-900, #142A3E);
    font-size: 20px;
    line-height: 32px; 
    margin-bottom: 60px;
}

.related_posts_editors_column{
    display: flex;
    flex-direction: column;
    width: 50%;
}

.related_posts_editors_column.right{
    align-items: flex-end;
}

.related_posts_editors p{
    max-width: calc(100% - 15px);
}

.related .carousel_item{
    padding-right: 0;
}

.related .carousel_item a{
    display: inherit;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.related .owl-theme .owl-nav {
    z-index: 2;
    width: 100%;
    position: absolute;
    top: 42%;
}

.related .owl-carousel .owl-nav button.owl-next, 
.related .owl-carousel .owl-nav button.owl-prev {
    font-size: 50px;
    opacity: 1;
}

.related .owl-theme .owl-nav .owl-prev{
    position: absolute;
    left: 0;
}

.related .owl-theme .owl-nav .owl-next{
    position: absolute;
    right: 0;
}

.related  .owl-dots{
    display: table;
    width: 100%;
    bottom: -80px;
}

.related .owl-carousel .owl-item {
  position: relative;
  max-height: 720px;
}

.related .owl-carousel .owl-item:before {
  content: "";
  display: block;
  padding-top: 100%; /* Set the height based on the width (1:1 aspect ratio) */
}

.related .owl-carousel .owl-item > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Single Partner */
#single_partner_template{
    background-color: #fff;
}

.single_partner_banner {
    height: 70vh;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: end;
	max-height:460px;
}

.single_partner_banner_text {
    width: 1200px;
    max-width: 90%;
    background-color: rgba(122, 41, 130, 0.9);
    padding: 2% 2%;
    border-radius: 0px 80px 0px 0px;
    z-index: 2;
}

.single_partner_banner_text h1{
    color: #fff;
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 10px;
}

.single_partner_banner_text h3{
    color: #fff;
    font-family: "Work Sans";
    font-size: 22px;
    line-height: 36px;
    margin-top: 0;
}

.single_partner_banner_text .banner_link{
    display: block;
    background: var(--Base-White, #FFF);
    color: var(--Primary-Purple-600, #622168);
    font-family: "Work Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
    padding: 16px 24px;
    border: 1px solid #fff;
    border-radius: 4px;
    margin-bottom: 30px;
    max-width: fit-content;
}

.single_partner_banner_text .banner_link:hover {
    background: transparent;
    color: var(--Primary-Purple-600, #fff);
}

.single_partner_banner .vector_image {
    position: absolute;
    right: 64px;
    bottom: 0;
    z-index: 0;
    height: 62vh;
    width: fit-content;
}

.single_partner_banner.left .container{
    margin-left: 0;
    padding-left: 0px;
}

.single_partner_banner.left .container .single_partner_banner_text{
    width: 1400px;
    max-width: calc(100% - 82px);
    padding-left: 82px;
}

.single_partner_banner.left .container  .single_partner_banner_text h1 {
    margin-top: 25px;
}

@media only screen and (max-width: 991px) {

    .single_partner_banner .vector_image {
        display: none;
    }

    .single_partner_banner.left .container .single_partner_banner_text {
        max-width: calc(100% - 40px);
        padding-left: 40px;
    }

}

.partner_overview {
    padding: 80px 0;
}

.partner_overview .container{
    flex-direction: column;
    align-items: flex-start;
}

.partner_overview h2{
    color: #7A2982;
    font-size: 48px;
    line-height: 60px;
    margin-top: 0px;
    margin-bottom: 30px;
}

.partner_overview_container{
    width: 100%;
    display: flex;
    align-items: flex-start;
}

.partner_overview .column_left{
    width: 40%;
    background-size: auto;
}

.partner_overview .column_left h3{
    max-width: 602px;
    color: #142A3E;
    font-weight: 400;
    font-size: 40px;
    line-height: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.partner_overview .column_right {
    width: calc(60% - 30px);
    margin-left: 30px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background-size: cover;
}

.partner_overview .equal .column_left,
.partner_overview .equal .column_right{
    width: 50%;
}

.partner_overview .left.image.larger .column_left{
    width: 60%;
}

.partner_overview .left.image.larger .column_right{
    width: 40%;
}

.partner_overview .right.image.larger .column_left{
    width: 40%;
}

.partner_overview .right.image.larger .column_right{
    width: 60%;
}

.partner_overview_text {
    display: flex;
    justify-content: end;
    margin-left: auto;
    flex-direction: column;
}

.partner_overview_text p {
    color: #142A3E;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    width: 100%;
}

.partner_overview_text h3{
    width: 100%;
    color: var(--Primary-D4B-Slate-600, #435565);
    font-family: Blinker;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
}

.partner_overview_text h4{
    width: 100%;
    color: var(--Primary-D4B-Slate-600, #435565);
    font-family: Blinker;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}

.partner_overview_text ul{
    width: 100%;
    margin: 0;
}

.partner_overview_text .cta_list {
    list-style-type: none;
    padding-left: 0px;
    margin-right: auto;
}

.partner_overview_text li {
    color: #142A3E;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    width: 100%;
    margin-bottom: 16px;
}

.partner_overview_text li::marker {
    color: #7A2982;
}

.partner_overview_text .cta_list li a {
    display: inline-block;
    background-color: #7a2982;
    padding: 15px 30px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    text-decoration: none;
    padding: 15px 30px;
    border: 1px solid #7a2982;
    border-radius: 8px;
    margin-top: 15px;
    margin-right: 10px;
}

.partner_overview_text .cta_list.inline{
    display: flex;
}

.partner_overview_text .cta_list.inline li {
    width: auto;
}

.partner_overview_text .cta_list.inline li a {;
    background-color: #BC0E71;
    border: 1px solid #BC0E71;
}

.partner_overview_text .cta_list.inline li a:hover {
    background-color: #7a2982;
    border: 1px solid #7a2982;
}

.partner_overview_text .cta_list.inline li a.download {
    display: flex;
    align-items: center;
    background-color: #fff;
    color: var(--Primary-D4B-Slate-900, #142A3E);
}

.partner_overview_text .cta_list.inline li a.download:hover {
    background-color: #BC0E71;
    color: #fff;
    border: 1px solid #BC0E71;
}

.partner_overview_text .cta_list.inline li a.download img{
    width: 16px;
    margin-left: 8px;
}

.partner_overview_images {
    display: flex;
    height: 600px;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
}

.partner_overview_images_left {
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 250px;
    border-radius: 0 0 0 80px;
}

.partner_overview_images_right {
    height: 100%;
    width: 900px;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 0;
    margin-left: auto;
}

.partner_overview_container.country{
    align-items: flex-start;
}

.partner_country{
    margin-bottom: 0;
}

.partner_overview .column_right.partner_country_text{
    align-items: self-start;
    color: #142A3E;
    font-size: 20px;
    line-height: 32px;
}

.partner_overview .column_right.partner_country_text .cta_button{
    background: var(--Primary-D4B-Hot-Pink-500, #BC0E71);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 100%; 
    padding: 16px 24px;
    text-decoration: none;
    border-radius: 8px;
    margin-top: 15px;
}

.partner_contribution{
    background-color: #F0F3F5;
    padding-top: 80px;
}

.partner_contribution_img{
    width: 100%;
    margin-bottom: 40px;
}

.partner_contribution_img img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto
}

.partner_contribution .partner_overview_images {
    flex-direction: row-reverse;
}

.partner_contribution .column_right {
    margin-left: 0;
    margin-right: 30px;
    border-radius: 0 0 0 80px;
}

.partner_contribution .partner_overview_images_left {
    background-size: cover;
    border: 0 none;
}

.partner_overview.partner_mission .column_left{
    width: 50%;
    background-size: cover;
}

.partner_overview.partner_mission .partner_overview_images_left{
    border:  0 none;
}

.partner_overview.partner_mission .column_right{
     width: 50%;
}

.partner_overview.partner_mission .partner_overview_images{
    margin-top: 75px;
}

.partners_location{
    background-color: #360D3B;
    padding: 5% 0;
}

.partners_location .container{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.partners_location h2 {
    color: #fff;
    margin-bottom: 70px;
}

.partner_location_item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    color: #fff;
    margin-bottom: 30px;
}

.partner_location_info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 33%;
    background-color: #fff;
    padding: 5%;
}

.partner_info_item {
    color: #444444;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
}

.partner_info_item img{
    margin-right: 10px;
}

.partner_info_item.address{
    max-width: 230px;
}

.partner_info_item.address p{
    font-size: 24px;
    line-height: 32px;
    margin: 0;
}

.partner_info_item h3{
    color:#142A3E;
    margin-bottom: 20px;
}

.partner_info_item a{
     color: #444444;
     text-decoration: none;
}

.partner_info_item.meet a {
    color: #BC0E71;
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    margin-top: 15px;
    padding-bottom: 0;
    border-bottom: 1px solid #BC0E71;
}

.partner_location_map{
    width: 70%;
}

.partners_location iframe {
    width: 100%;
    filter: grayscale(100%);
    height: 100%;
}

@media only screen and (max-width: 767px) {

    .partner_overview .cta_list {
        margin-top: 15px;
    }

    .partner_overview_text .cta_list.inline {
        flex-direction: column;
        margin-top: 0;
    }

    .partner_overview_text .cta_list.inline li a {
        width: 100%;
        max-width: calc(100% - 60px);
        justify-content: center;
        text-align: center;
        margin-right: 0;
        margin: 10px 0;
    }

}

/* About us */
.about .partner_overview_images_left {
    background-size: cover;
}

/* Default Page Template */
#default_page_template{
    padding-top: 5%;
    padding-bottom: 20px;
}

#default_page_template .page_container {
    width: 1320px;
    max-width: 90%;
    background-color: #fff;
    padding-top: 2.5%;
    margin-bottom: 7.5%;
}


#default_page_template img{
    display: block;
    margin: 0 auto;
}


#default_page_template .page_container h1:after{
    display: block;
    content: '';
    background-color: #444444;
    width: 62px;
    height: 2px;
    margin: 4% 0;
    margin-bottom: 0;
}

#default_page_template .page_container p{
    margin-bottom: 20px;
}

#default_page_template .page_container li {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 30px;
}


#scrollTop {
    position: fixed;
    bottom: 30px;
    right: 2%;
    background: transparent;
    border: 0 none;
    z-index: 10;
    cursor: pointer;
}

.partner_406 .partner_contribution,
.partner_406 .partner_mission,
.partner_406 .partners_location{
    display: none;
}

.page_template.about .partners_location{
    display: none;
}


/* Sitemap */
.page-id-778 li ul{
    margin-top: 10px;
}

.page-id-778 li a{
    text-decoration: none;
}

/* 404 */
#page_404 h1{
    text-align: center;
}

#page_404 h1:after{
    display: none;
}

#page_404 img{
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}

/* Newsletter */


.newsletter {
    background: var(--primary-gradient-gradient, linear-gradient(90deg, #7A2982 0%, #BC0E71 100%));
    padding: 50px 0;
    margin-bottom: 25px;
}

.newsletter_column_left{
    padding-right: 5%;
}

.newsletter h2{
    display: flex;
    align-items: center;
    color: var(--Base-White, #FFF);
    font-family: Blinker;
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: -0.72px;
}

.newsletter h2 img{
    display: block;
    margin-right: 16px;
    margin-top: 5px;
}

.newsletter p{
    color: var(--Base-White, #FFF);
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    max-width: 600px;
}

.newsletter_container {
    display: flex;
    flex-grow: 1;
}

#sib_signup_form_1 {
    display: flex;
    align-items: center;
    justify-content: center;  
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
}

.sib_signup_box_inside_1 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
}

#sib_signup_form_1 h2{
    display: flex;
    color: var(--base-white, #FFF);
    font-family: Blinker;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px; 
    letter-spacing: -0.72px;
    margin-bottom: 0px;
}

#sib_signup_form_1 h2 img {
    margin: 0;
    margin-right: 20px;
}

#sib_signup_form_1 p {
    width: 20%;
    max-width: 500px;
    color: var(--base-white, #FFF);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin-top: 10px;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    margin-right: 32px;
}

#sib_signup_form_1 p.accept_privacy {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 0;
    margin-bottom: 16px;
    margin-right: 24px;
}

#sib_signup_form_1 p.accept_privacy input {
    width: 32px;
    height: 32px;
    margin-right: 16px;
}

#sib_signup_form_1 p.accept_privacy a {
    width: 250px;
    color: #fff;
    font-family: "Work Sans";
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    text-decoration-line: none;
}

#sib_signup_form_1 p.accept_privacy a span{
    text-decoration: underline;
}

#sib_signup_form_1 #sib_captcha{
    margin-right: 32px;
}

.newsletter_subscribe{
    order: 4;
    margin-right: 0;
}

.subscription_column.left{
    width: 70%;
}

.subscription_column.right{
    width: 30%;
}


.subscription_column .form_fields{
    display: flex;
}

.subscription_column input{
    background-color: transparent;
    border: 0 none;
    border-bottom: 1px solid #fff;
}

.subscription_column ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
}

.subscription_column::-moz-placeholder { /* Firefox 19+ */
   color: #fff;
}

.subscription_column:-ms-input-placeholder { /* IE 10+ */
   color: #fff;
}

.subscription_column:-moz-placeholder { /* Firefox 18- */
   color: #fff;
}

.subscription_column input[type=submit]{
    background-color: #fff;
    color: #A3195B;
    padding: 16px 24px;
    border-radius: 8px;
    margin-left: 20px;
    cursor: pointer;
}

.accept_subscription {
    color: var(--base-white, #FFF);
    font-family: Work Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin-top: 10px;
}

.accept_subscription input[type="checkbox"]{
    width: 20px;
    height: 20px;
}


footer .newsletter .container{
    flex-direction: column;
    align-items: flex-start;
}

footer #sib_signup_form_1 p.accept_privacy {
    margin-top: auto;
}

footer #sib_signup_form_1 #sib_captcha {
    margin-top: auto;
}

footer #sib_signup_form_1 p.newsletter_subscribe {
    margin-top: auto;
}

@media only screen and (max-width: 1024px) {

    .newsletter_container {
        width: 100%;
    }

    .sib_signup_box_inside_1 {
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
    }

    #sib_signup_form_1{
        margin-left: 0;
    }

    #sib_signup_form_1 p{
        width: 100%;
        max-width: 90%;
    }

}

@media only screen and (max-width: 962px) {
    
    footer #sib_signup_form_1 p.newsletter_subscribe {
        margin-top: 30px;
    }

}


/* RSS Fedd */
.rss_section{
    padding: 5% 0;
}

.rss_section .container {
    flex-direction: column;
    align-items: flex-start;
}

.rss_section h2 {
    color: var(--Primary-D4B-Slate-600, #435565);
    text-align: center;
    font-family: Blinker;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
    margin-left: 10px;
    margin-bottom: 32px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.more_feeds {
    color: var(--Primary-D4B-Slate-900, #142A3E);
    font-family: "Work Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
    padding: 16px 24px;
    border: 1px solid var(--Primary-D4B-Hot-Pink-500, #BC0E71);
    border-radius: 4px;
}

.more_feeds:hover {
    background-color: #7a2982;
    color: #fff;
    border: 1px solid #7a2982;
}

.rss-aggregator{
    display: flex;
    flex-wrap: wrap;
    padding-left: 0 !important;
}



.wpra-item{
    flex: calc(33.333% - 20px);
    list-style-type: none;
    margin: 0 10px;
} 

.wpra-item a{
    display: block;
    color: var(--primary-purple-500, #7A2982);
    font-family: Blinker;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px; 
    text-decoration: none;

}

.wprss-feed-meta span{
 display: flex;
 flex-driection: column;
 color: #142A3E;
 font-size: 20px;
 font-style: normal;
 font-weight: 400;
 margin: 10px 0px;
}

div.wpra-list-template .wpra-item-list > li.wpra-item > div.wprss-feed-meta > span:not(:last-child):after {
    content: '' !important;
}

@media only screen and (max-width: 828px) {

    .more_feeds {
        margin: 15px 0;
    }

}

.img_left_editor_right h2{
        color: #7A2982;
}

.img_left_editor_right h5{
    color: var(--Primary-D4B-Slate-900, #142A3E);
    font-family: "Work Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; 
}

.img_left_editor_right h5 a {
    background: transparent;
    color: var(--Primary-D4B-Slate-900, #142A3E);
    font-family: "Work Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    text-decoration: none;
    padding: 0;
    margin: 0;
}

.img_left_editor_right p{
    color: #142A3E;
}

.img_left_editor_right .column p a {
    background: transparent;
    color: var(--Primary-Purple-500, #7A2982);
    font-family: "Work Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    padding: 0;
    border: none;
	margin:0;
}

.img_left_editor_right p:first-child{
    margin-top: 0;
}



/* Image Gallery */
.image_gallery_section {
    padding: 120px 0;
}

.image_gallery_container {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.image_gallery_container .row {
    width: 100%;
    height: 720px;
    display: flex;
    gap: 30px;
}

.image_gallery_container .row:nth-child(odd) .image:first-child {
    width: 60%;
}

.image_gallery_container .row:nth-child(odd) .image:last-child {
    width: 40%;
}

.image_gallery_container .row:nth-child(even) .image:first-child {
    width: 40%;
}

.image_gallery_container .row:nth-child(even) .image:last-child {
    width: 60%;
}

.image_gallery_container.reversed_layout .row:nth-child(odd) .image:first-child {
    width: 40%;
}

.image_gallery_container.reversed_layout .row:nth-child(odd) .image:last-child {
    width: 60%;
}

.image_gallery_container.reversed_layout .row:nth-child(even) .image:first-child {
    width: 60%;
}

.image_gallery_container.reversed_layout .row:nth-child(even) .image:last-child {
    width: 40%;
}

.image_gallery_container .row .image {
    box-sizing: border-box;
    background-size: cover;
    background-position: center;
}

.editor_left_editor_right{
    padding: 60px 0;
}

.editor_left_editor_right .container {
    align-items: flex-start;
    flex-direction: row;
}

.editor_left_editor_right .container.left.column.larger .column_left{
    flex: 60%;
}

.editor_left_editor_right .container.left.column.larger .column_right{
    flex: 40%;
}

.editor_left_editor_right .container.right.column.larger .column_left{
    flex: 40%;
}

.editor_left_editor_right .container.right.column.larger .column_right{
    flex: 60%;
}

.editor_left_editor_right .container.right.column.larger .column_right p:first-child{
    margin-top: 10px;
}

.editor_left_editor_right .column_right {
    padding-right: 0;
}

.editor_left_editor_right .column_container{
    max-width: 100%;
}

.editor_left_editor_right .container h3{
    max-width: 520px;
}

.editor_left_editor_right .container.left.column.larger .column_right{
    padding-left: 30px;
    padding-right: 0;
}

.editor_left_editor_right .column_left {
    align-items: flex-start;
    padding-left: 0;
}

.editor_left_editor_right .column_right .column_container{
    padding-left: 30px;
    padding-right: 0;
}

.editor_left_editor_right h3{
    color: var(--Primary-D4B-Slate-900, #142A3E);
    font-family: Blinker;
    font-size: 40px;
    line-height: 48px;
    margin-top: 10px;
}

.editor_left_editor_right .equal  h3 {
    max-width: 100%;
}

.editor_left_editor_right .equal .column{
    width: 50%;
}

.simple_text_editor{
    padding: 80px 0;
}

.simple_text_editor .container{
    max-width: 90%;
    flex-direction: column;
    align-items: flex-start;
}

.simple_text_editor h2{
    color: var(--Primary-Purple-500, #7A2982);
    font-family: Blinker;
    font-size: 60px;
    font-weight: 600;
    line-height: 70px;
    max-width: 1480px;
}

.simple_text_editor h3{
    color: var(--White, #7A2982);
    font-family: Blinker;
    font-size: 48px;
    font-weight: 600;
    line-height: 58px;
}

.simple_text_editor h4{
    color: var(--White, #7A2982);
    font-family: Blinker;
    font-size: 36px;
    font-weight: 600;
    line-height: 46px;
}

.simple_text_editor p{
    max-width: 1000px;
    color: var(--Primary-D4B-Slate-900, #142A3E);
    font-family: "Work Sans";
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
}

.simple_text_editor.full_width p{
    max-width: 100%;
}

.simple_text_editor p a{
    color: var(--Primary-D4B-Hot-Pink-500, #BC0E71);
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    text-decoration: none;
}

.simple_text_editor .cta{
    margin-top: 10px;
    margin-right: 20px;
}

.simple_text_editor li {
    color: var(--Primary-D4B-Slate-900, #142A3E);
    font-family: "Work Sans";
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    margin: 7.5px 0;
}

.simple_text_editor.bgcolor h2,
.simple_text_editor.bgcolor h3,
.simple_text_editor.bgcolor h4,
.simple_text_editor.bgcolor h5,
.simple_text_editor.bgcolor h6,
.simple_text_editor.bgcolor p{
    color: #fff;
} 

.simple_text_editor.boxed{
    padding: 80px 0;
}

.simple_text_editor.boxed .container {
    width: 90%;
    max-width: 985px;
    background-color: #fff;
    padding: 28px 48px;
    margin: 0 auto;
}

.simple_text_editor.bgcolor.boxed h2,
.simple_text_editor.bgcolor.boxed h3,
.simple_text_editor.bgcolor.boxed h4,
.simple_text_editor.bgcolor.boxed h5,
.simple_text_editor.bgcolor.boxed h6{
    color: #7A2982;
}

.simple_text_editor.bgcolor.boxed h2{
    margin-bottom: 48px;
    position: relative;
}

.simple_text_editor.bgcolor.boxed h2:after{
    display: block;
    content: '';
    background: #142A3E;
    width: 62px;
    height: 2px;
    margin-top: 48px;
}

.simple_text_editor.bgcolor.boxed h3{
    margin: 0;
}

.simple_text_editor.bgcolor.boxed ul{
    margin-bottom: 0;
}

.simple_text_editor.bgcolor.boxed p{
    color: #142A3E;
}

@media (max-width: 1080px) {

    .simple_text_editor.table p{
        display: block;
        margin-top: 0;
        margin-bottom: 60px;
        overflow-x: auto;
        white-space: nowrap; 
        max-width: 100%;
    }

    .simple_text_editor.table p img {
        max-width: none;
        width: auto;
        height: 600px;
    }

    .simple_text_editor.table p::-webkit-scrollbar {
        height: 10px; 
        background-color: #F0F0F0; 
    }

    .simple_text_editor.table p::-webkit-scrollbar-thumb {
        background-color: #142A3E; 
        border-radius: 5px; 
    }

}

@media (max-width: 767px) {

    .page-id-2301 .simple_text_editor, 
    .page-id-2301 .simple_text_editor.boxed {
        padding: 40px 5%;
    }

    .page-id-2301 .simple_text_editor h2{
        text-align: center;
        margin: 0 auto;
    }

}


/* Tabs */
.tabs-module {
    width: 100%;
    padding: 80px 0;
}

.tabs-module .container{
    flex-direction: column;
    align-items: flex-start;
}

.tabs-titles {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    cursor: pointer;
    margin-bottom: 80px;
}

.tabs-titles li {
    margin-right: 10px;
}

.tabs-titles li a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background-color: transparent;
    color: var(--Primary-D4B-Hot-Pink-500, #BC0E71);
    font-size: 16px;
    line-height: 100%;
    text-decoration: none;
    padding: 12px 30px;
    border-radius: 3px;
    border-radius: 20px;
    border: 2px solid var(--Primary-D4B-Hot-Pink-500, #BC0E71);
}

.tabs-titles li a.active {
    background-color: #7A2982;
    color: #fff;
    border-color: #7A2982;
}

.tabs-content-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.tabs-content {
    display: none;
}

.tabs-content.active {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.tab-editor {
    width: 100%;
    max-width: 543px;
    padding-bottom: 12px;
    /*border-bottom: 1px solid #BC0E71;*/
    margin-right: 10%;
}

.tabs-content h3{
    color: var(--Primary-D4B-Hot-Pink-500, #BC0E71);
    font-family: Blinker;
    font-size: 30px;
    font-weight: 700;
    line-height: 100%;
    margin-top: 0; 
}

.tabs-content ul{
    padding-left: 30px;
}

.tabs-content li{
    margin-bottom: 10px;
}

.tabs-content li a{
    color: #142A3E;
}

.tabs-content img{
    max-width: 100%;
    border-radius: 0px 0px 0px 80px;
}

.tabs-content .apply{
    display: inline-block;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    background-color: #BC0E71;
    text-decoration: none;
    padding: 15px 30px;
    border-radius: 8px;
    margin-top: 15px;
    margin-right: 32px;
}

.tabs-content .apply{
    background-color: #7a2982;
}

.tabs-content .register{
    display: inline-block;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    background-color: #BC0E71;
    text-decoration: none;
    padding: 15px 30px;
    border-radius: 8px;
    margin-top: 15px;
    margin-right: 32px;
}

.tabs-content .register:hover{
    background-color: #7a2982;
}


/* Content List with Icons - Video Right */
.content_list_with_icons_video_right {
    background-image: url(../images/values-vector-2.png);
    background-repeat: no-repeat;
    background-position: 100% 80%;
    position: relative;
    padding: 80px 0;
}

.content_list_with_icons_video_right .column_left {
    padding-right: 5vw;
    max-width: 45%;
}

.content_list_with_icons_video_right.small-icons .section_container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.content_list_with_icons_video_right.small-icons .value_item {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}

.content_list_with_icons_video_right.small-icons .value_item img {
    max-width: 80px;
    margin-right: 0;
    margin-bottom: 0;
}

.content_list_with_icons_video_right .column_right {
    max-width: 45%;
}

.content_list_with_icons_video_right .iframe_container{
    position: relative;
    visibility: hidden;
}

.content_list_with_icons_video_right iframe{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.content_list_with_icons_video_right .img_container{
    position: relative;
}

.img_container img.close_video{
    display: none;
    position: absolute;
    top: -30px;
    right: -30px;
    z-index: 3;
    transition-duration: 0;
}

.img_container img.close_video:hover{
    cursor: pointer;
}

.content_list_with_icons_video_right .img_container img.play_button{
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 3;
    top: 40%;
}

.content_list_with_icons_video_right .img_container img.play_button:hover{
    cursor: pointer;
}

.content_list_with_icons_video_right .img_container img {
    max-width: 100%;
}

.video_overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(54, 13, 59, 0.80);
    z-index: 1;
}

.content_list_with_icons_video_right.active{
    background-color: transparent !important;
    z-index: 2;
}

.content_list_with_icons_video_right .iframe_container.active{
    z-index: 3;
    visibility: visible;
    position: fixed;
    max-width: 70%;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 60%;
    top: 25%;
}

.content_list_with_icons_video_right .preview_image.active{
    visibility: hidden;
    transition-duration: 0;
}

.content_list_with_icons_video_right .img_filter.active{
    visibility: hidden;
    transition-duration: 0;
}

.img_container img.close_video.active{
    display: block;
}

.video_overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(122, 41, 130, 0.80)
    z-index: 1;
}

.video_overlay.active{
    display: block;
}

.iframe_with_editor{
    padding: 120px 0;
}

.iframe_with_editor .column_left{
    background-position: center;
}

.iframe_with_editor .img_container {
    position: relative;
    height: 100vh;
    max-height: 573px;
}

.video_editor {
    padding: 0 70px;
}

.video_editor h2{
    margin-bottom: 40px;
}



/* Team Section */
.team_section {
    padding: 120px 0;
    padding-bottom: 100px;
    border-radius: 80px 0px;
}

.team_section .container.team_carousel_container{
    display: block;
    max-width: 90%;
}

.team_section .team_member:hover {
    cursor: pointer;
}

.team_section h2 {
    color: var(--Primary-Purple-500, #7A2982);
    font-family: Blinker;
    font-size: 48px;
    font-weight: 600;
    line-height: 54px;
    margin: 0;
    max-width: 300px;
}

.team_section p{
    color: var(--Primary-D4B-Slate-900, #142A3E);
    font-family: "Work Sans";
    font-size: 20px;
    line-height: 32px;
}

.team_section .leaders_container {
    justify-content: space-between;
    align-items: center;
    max-width: 90%;
}

.team_section .leaders_container .column_right {
    display: flex;
}

.team_section .leaders_container .column_right .leader_item {
    padding-top: 0;
    margin-left: 80px;
}

.team_section .leaders_container .column_right .leader_item img{
    border-radius: 72px 0px 0px 0px;
}

.team_section section h5 {
    color: #000064;
    font-family: Blinker;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    margin: 15px 0;
    margin-top: 25px;
}

.team_section section h6 {
    color: #344864;
    font-family: SourceSans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    margin: 0;
}

.team_section .team_carousel {
    margin-top: 64px;
}

.team_section .team_carousel_item.slick-slide {
    overflow: hidden;
}

.team_carousel .slick-slide {
    margin: 0 32px; 
}

.team_carousel .slick-list {
    margin: 0 -32px;
}

.team_carousel .slick-prev, 
.team_carousel .slick-next{
    z-index: 2;
    top: 33%;
}

.team_carousel .slick-prev:before,
.team_carousel .slick-next:before{
  display: none;
}

.team_carousel .slick-next{
    right: 25px;
}

.team_section .team_member_img_container {
    height: 390px !important;
    background-size: cover;
    background-position: center;
    border-radius: 72px 0px 0px 0px;
}

.team_section .team_carousel_item.slick-slide img {
    display: block;
    width: auto;
    height: 267px;
    overflow: hidden;
}

.team_section h5{
    color: var(--Primary-Purple-600, #622168);
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-top: 10px;
}

.team_section h6 {
    color: var(--Primary-D4B-Slate-900, #142A3E);
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 10px;
    margin-bottom: 0;
}

.team_section section .team_carousel_item p {
    color: var(--german-uds-primary-light-blue-900, #344864);
    font-family: SourceSans;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    margin: 0 !important;
}

/* Team Member Item */
.team_member_section{
    padding: 120px 0;
}

.team_member_text{
    padding-right: 10%;
}

.team_member_attribute{
    display: flex;
    align-items: center;
    color: var(--Primary-D4B-Hot-Pink-500, #BC0E71);
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 10px;
}

.team_member_attribute a{
    color: var(--Primary-D4B-Hot-Pink-500, #BC0E71);
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    text-decoration: none;
}

.team_member_attribute img{
    width: 22px;
    margin-right: 16px;
}

.team_member_title{
    margin-bottom: 24px;
}

.team_member_position{
    color: var(--Primary-D4B-Slate-900, #142A3E);
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    margin-top: 0;
}

.team_member_image img {
    border-radius: 0px 0px 0px 80px;
    max-width: 100%;
}

/* Timeline */
.timeline_section{
    padding: 100px 0;
}

.timeline_container {
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
}
.timeline_container::after {
  content: "";
  display: table;
  clear: both;
}

.timeline_section h2 {
    width: 100%;
    text-align: center;
    margin-bottom: 68px;
}

#cd-timeline {
  position: relative;
}

#cd-timeline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 6px;
  background: #727F8B;
}

.cd-timeline-block {
  position: relative;
  margin: 2em 0;
}

.cd-timeline-block::after {
  clear: both;
  content: "";
  display: table;
}

.cd-timeline-block:first-child {
  margin-top: 0;
}

.cd-timeline-block:last-child {
  margin-bottom: 0;
}

.cd-timeline-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  z-index: 1;
}

.cd-timeline-img img {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
}

.cd-timeline-img.cd-picture {
    background: var(--Primary-Gradient-Gradient, linear-gradient(90deg, #7A2982 0%, #BC0E71 100%));
    z-index: 1;
}

.cd-timeline-img.cd-movie {
  background: #c03b44;
  z-index: 1;

}

.cd-timeline-img.cd-location {
  background: #f0ca45;
}


@media only screen and (min-width: 1170px) {
    
  #cd-timeline::before {
    left: 50%;
    margin-left: -2px;
  }

  .cd-timeline-block {
    margin: 4em 0;
  }

  .cd-timeline-block:first-child {
    margin-top: 0;
  }

  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }

  .cd-timeline-img {
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
  .cssanimations .cd-timeline-img.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    -moz-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
  }

}

@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}

@-moz-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1);
  }
}

@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

}

.cd-timeline-content {
  position: relative;
  margin-left: 60px;
  background: #ffffff;
  border-radius: 0.25em;
  padding: 1em;
}

.cd-timeline-content::after {
  clear: both;
  content: "";
  display: table;
}

.cd-timeline-content h3 {
    color: var(--Primary-Purple-500, #7A2982);
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
    font-family: Blinker;
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
    margin-top: 0;
    margin-bottom: 0;
}

.timeline_text{
    padding: 16px 0;
}

.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  display: inline-block;
}

.cd-timeline-content p {
  margin: 1em 0;
  line-height: 1.6;
}

.cd-timeline-content .cd-read-more {
  float: right;
  padding: 0.8em 1em;
  background: #BC0E71;
  color: #ffffff;
  text-decoration: none;
  border-radius: 0.25em;
}

.no-touch .cd-timeline-content .cd-read-more:hover {
  background-color: #bac4cb;
}

.cd-timeline-content .cd-date {
    color: var(--Primary-Purple-600, #622168);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 133.333% */
    float: left;
    padding: 0.8em 0;
   opacity: 0.7;
}

.cd-timeline-content::before {
  content: "";
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid #ffffff;
  display: none;
}

@media only screen and (min-width: 1170px) {
  .cd-timeline-content {
    width: calc(45% - 64px);
    padding: 32px;
    margin-left: 0;
  }

  .cd-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: #ffffff;
  }
  .cd-timeline-content .cd-read-more {
    float: left;
  }
  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
    font-size: 16px;
    font-size: 1rem;
    margin-top: 0;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: #ffffff;
  }

  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 122%;
    text-align: right;
  }
  .cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    -moz-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s;
  }
}

@media only screen and (min-width: 1170px) {
  /* inverse bounce effect on even content blocks */
  .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    -moz-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s;
  }
}
@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}


@media only screen and (max-width: 767px) {

    .cd-timeline-content h3 {
        font-size: 24px;
        line-height: 32px;
    }

}


/* Accordion */
.accordion_section{
    padding: 120px 0;
}

.accordion_section.static_section{
    background-color: #360d3b;
}

.accordion_section .container{
    display: flex;
    flex-direction: column;
    max-width: 1096px;
}

.accordion_section h2 {
    color: #fff;
    text-align: left;
    width: 100%;
    margin-bottom: 45px;
}

.accordion{
    width: 100%;
    background-color: #fff;
}

.accordion .accordion-item {
  padding: 5px 0px;
}

.accordion .accordion-item button[aria-expanded=true] {
    padding-bottom: 25px;
    border-bottom: 0 none !important;
}

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em;
  color: #444444;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}

.accordion button:hover, .accordion button:focus {
  cursor: pointer;
  color: #444;
}

.accordion button:hover::after, .accordion button:focus::after {
  cursor: pointer;
  color: #03b5d2;
  border: 1px solid #03b5d2;
}

.accordion button .accordion-title {
  color: var(--Primary-D4B-Slate-900, #142A3E);
  font-size: 24px;
  font-weight: 600;
  line-height: 175%;
  padding: 0px 32px;
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 32px;
  width: 40px;
  height: 40px;
  background-color: #fff;
  color: #BC0E71;
  border: 1px solid;
  border-radius: 22px;
}

.accordion button .icon::before {
    display: block;
    position: absolute;
    content: "";
    top: 19px;
    left: 11px;
    width: 18px;
    height: 2px;
    background: currentColor;
    color: #BC0E71;
}

.accordion button .icon::after {
    display: block;
    position: absolute;
    content: "";
    top: 11px;
    left: 19px;
    width: 2px;
    height: 18px;
    background: currentColor;
    color: #BC0E71;
}

.accordion button[aria-expanded=true] {
  color: #444;
}

.accordion button[aria-expanded=true] .icon::after {
  width: 0;
}

.accordion button[aria-expanded=true] + .accordion-content {
    opacity: 1;
    max-height: unset;
    transition: all 200ms linear;
    will-change: opacity, max-height;
    background-color: #F0F3F5;
}

.accordion button[aria-expanded=true] > .icon{
    background-color: #BC0E71;
}

.accordion button[aria-expanded=true] .icon::before,
.accordion button[aria-expanded=true] .icon::after{
    color: #fff;
}

.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}

.accordion .accordion-content p {
    font-weight: 400;
    font-size: 18px;
    line-height: 31.5px;
    margin: 45px auto;
    width: 100%;
    max-width: calc(100% - 64px);
}


/* Address & Contact Form */
.address_contact_form{
    padding: 120px 0;
}

.address_contact_form .container{
    align-items: flex-start;
}

.address_contact_form .address_item_column.left {
    width: auto;
    max-width: 657px;
    border-radius: 8px;
    background: #7A2982;
    padding: 48px;
}

.address_contact_form .address_item_column.right {
    flex-direction: column;
    align-items: flex-start;
    padding: 48px 64px;
}

.address_contact_form.form_only .address_item_column.right {
    background-color: #fff;
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}

.address_contact_form .address_item {
    display: flex;
    align-items: flex-start;
    margin-top: 0;
}

.address_contact_form .address_item:last-child{
    margin-bottom: 0;
}

.address_contact_form .address_item_attribute {
    display: flex;
    align-items: center;
    color: #FFF;
    font-size: 24px;
    margin-bottom: 40px;
}

.address_contact_form .address_item_attribute.address_item_address{
    align-items: flex-start;
    line-height: 42px;
    max-width: 250px;
}

.address_contact_form .address_item_attribute img {
    margin-right: 16px;
}

.address_contact_form .address_item_attribute a{
    color: #fff;
    text-decoration: none;
}

.address_contact_form .address_item_title {
    color: #FFF;
    font-size: 30px;
    font-weight: 400;
    line-height: 38px; 
}

.address_contact_form .address_item_address p {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-left: 0;
}

.address_contact_form .address_item_tel a{
    color: var(--Base-White, #FFF);
    font-size: 18px;
    font-weight: 400;
    line-height: 24px; 
}

.address_contact_form .map_iframe{
    margin-top: 50px;
}

.address_contact_form .map_iframe iframe {
    height: 350px;
    border-radius: 8px;
    max-width: 100%;
}

.address_contact_form .address_item_column.right {
    max-width: 50%;
    flex-direction: column;
    align-items: center;
    animation-duration: 1.5s;
}

.address_contact_form .address_desc {
    text-align: center;
    margin-bottom: 40px;
}

.address_contact_form .address_desc h2{
    color: #7A2982;
    font-family: Blinker;
    font-size: 48px;
    font-weight: 600;
    line-height: 58px;
}

.address_contact_form .address_desc p{
    color: var(--Primary-D4B-Slate-900, #142A3E);
    text-align: center;
    font-size: 20px;
    line-height: 32px;
    max-width: 570px;
    margin: 0 auto;
}

.address_contact_form .wpcf7 form{
    display: flex;
    flex-direction: column;
}

.address_contact_form .wpcf7 .form_row {
    display: flex;
    justify-content: space-between;
}

.address_contact_form .wpcf7 p {
    display: flex;
    flex-direction: column;
    width: 50%;
    max-width: 45%;
}

.address_contact_form .wpcf7-form.invalid p{
    margin-bottom: 10px;
}

.address_contact_form .wpcf7 p.message_textarea{
    width: 100%;
    max-width: 100%;
}

.address_contact_form .wpcf7 p.message_textarea textarea {
    width: 100%;
    max-width: calc(100% - 4px);
    height: 250px;
    margin: 0 auto;
    display: block;
    border: 1px solid #142A3E;
}

.address_contact_form .wpcf7 label {
    color: #142A3E;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    display: flex;
    flex-direction: column;
    margin-bottom: 8px;
}

.address_contact_form .wpcf7 .wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
}

.address_contact_form .wpcf7 input[type="text"], .address_contact_form .wpcf7 input[type="email"] {
    width: calc(100% - 30px);
    background-color: transparent;
    color: #142a3e;
    height: 40px;
    font-size: 20px;
    padding: 5px 15px;
    border: 1px solid #142A3E;
    border-radius: 4px;
    outline: none;
}

.address_contact_form .wpcf7-form.invalid input[type="text"], 
.address_contact_form .wpcf7-form.invalid input[type="email"]{
    margin-bottom: 0;
}

.address_contact_form .wpcf7 ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #59656D;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px; 
}

.address_contact_form .wpcf7::-moz-placeholder { /* Firefox 19+ */
    color: #59656D;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px; 
}

.address_contact_form .wpcf7:-ms-input-placeholder { /* IE 10+ */
    color: #59656D;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px; 
}

.address_contact_form .wpcf7:-moz-placeholder { /* Firefox 18- */
    color: #59656D;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px; 
}

.address_contact_form .contact_method{
    display: flex;
    flex-direction: column;
}

.address_contact_form .contact_method .wpcf7-radio .wpcf7-list-item{
    margin-top: 8px;
}

.address_contact_form .contact_method .wpcf7-radio .wpcf7-list-item {
    background-image: url('../images/form-radio.png');
    background-repeat: no-repeat;
    background-size: 32px 32px;
}

.address_contact_form .contact_method .wpcf7-radio .wpcf7-list-item.active {
    background-image: url('../images/form-radio-checked.png');
}

.address_contact_form .contact_method .wpcf7-radio .wpcf7-list-item label {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.address_contact_form .contact_method .wpcf7-radio .wpcf7-list-item label:hover{
    cursor: pointer;
}

.address_contact_form .contact_method .wpcf7-radio .wpcf7-list-item input[type="radio" i] {
    width: 32px;
    height: 32px;
    margin-right: 8px;
    margin-left: 0;
    margin-top: 0;
    visibility: hidden;
}

.address_contact_form .contact_method input:checked {
   width: 62px;
   height: 62px;
}

.address_contact_form .contact_method .wpcf7-radio .wpcf7-list-item input[type="radio" i]:hover{
    cursor: pointer;
}

.address_contact_form .form_container .wpcf7-form p.contact_method {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.address_contact_form .contact_method .wpcf7-radio .wpcf7-list-item{
    margin-left: 0;
    margin-right: 32px;
}

.address_contact_form .form_row.textarea{
    width: 100%;
    max-width: 100%;
    margin-top: 32px;
}

.address_contact_form .form_row.textarea label{
    width: 100%;
    max-width: 100%;
}

.address_contact_form .form_row.textarea textarea {
    width: 100%;
    max-width: 100%;
    height: 200px;
    border: 1px solid #142A3E;
    margin-top: 20px;
    margin-bottom: 10px;
}

.address_contact_form .message_label {
    margin-top: 0px;
}

.address_contact_form .checkbox p{
    align-items: center;
}

.address_contact_form .checkbox .wpcf7-form-control-wrap{
    width: auto;
}

.address_contact_form .wpcf7-form-control.wpcf7-checkbox{
    display: flex;
}

.address_contact_form .wpcf7-not-valid-tip{
    position: static;
    min-width: 300px;
}

.address_contact_form .checkbox label{
    flex-direction: row;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px; 
    margin-right: 10px;
}

.address_contact_form .wpcf7-list-item {
    margin-left: 0;
}

.address_contact_form input[type="checkbox" i] {
    width: 30px;
    height: 32px;
    border-radius: 8px;
    margin: 0;
    margin-right: 16px;
    top: 0;
}

.address_contact_form input[type="checkbox" i]:hover{
    cursor: pointer;
}

.address_contact_form .accept_terms{
    display: block;
    width: 100%;
    float: left;
}

.address_contact_form .wpcf7-list-item label {
    flex-direction: row;
    align-items: center;
    margin-bottom: 0;
}

.address_contact_form .accept_terms a {
    color: #BC0E71;
    padding-left: 0px;
    margin-left: 5px;
    text-align: left;
    text-decoration: none;
}

.address_contact_form .accept_terms p {
    flex-direction: row;
    align-items: center;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    width: 100%;
    max-width: 100%;
}

.address_contact_form .accept_terms .wpcf7-form-control-wrap{
    width: auto;
}

.address_contact_form .wpcf7-submit {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #BC0E71;
    color: var(--Base-White, #FFF);
    font-family: "Work Sans";
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    padding: 16px 24px;
    border-radius: 8px;
    border: 0 none;
    margin-top: 0;
}

.address_contact_form .form_row .wpcf7-submit:hover{
    background-color: #dedeff;
    color: #0600EB;
    cursor: pointer;
}

.address_contact_form .wpcf7 form.invalid .wpcf7-response-output, 
.address_contact_form .wpcf7 form.unaccepted .wpcf7-response-output, 
.address_contact_form .wpcf7 form.payment-required .wpcf7-response-output {
        border-color: red;
}

.address_contact_form .message_textarea .wpcf7-not-valid-tip {
    background-color: transparent;
    border: 0 none;
    padding-left: 0;
}

.address_contact_form .accept_terms .wpcf7-not-valid-tip{
    position: absolute;
}

.post_item_left_editor_right .column_left{
    min-height: 50vh;
}

.post_grid_5_items {
    padding: 120px 0;
    padding-bottom: 40px;
}

.post_grid_5_items .posts_container{
    padding-bottom: 0;
}

.post_grid_5_items h2 {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}

.post_grid_5_items.left {
    padding-top: 60px;
}

.post_grid_5_items.left h2 {
    text-align: left;
}

@media only screen and (max-width: 1200px) {

.post_grid_5_items {
    padding: 80px 0;
}

}

.CybotCookiebotDialog {
    outline: none; /* Ensure it doesn't show the default browser outline */
}

.CybotCookiebotDialog a, .CybotCookiebotDialog button {
    outline: 2px solid #007bff; /* Custom focus outline for accessibility */
}



/* Responsive */
@media only screen and (max-width: 1920px) {


    .container {
        width: 1620px;
        max-width: calc(100% - 30px);
    }

    .column_bg{
        max-height: 797px;
    }

    .page_banner_container {
        width: 100%;
        max-width: 1120px;
    }

    .editor_left_background_img_right .column_right {
        background-size: contain;
    }

    #success_section .column_bg {
        background-size: cover;
    }
    
    .editor_left_img_right .column_bg {
        background-size: contain;
    }


}


@media only screen and (max-width: 1680px) {

    .container {
        width: 100%;
        max-width: 90%;
    }

    /* General */ 
    .column_bg {
        max-height: 650px;
    }

    h2{
        font-size: 44px;
        line-height: 56px;
    }

    /* Homepage Template */
    .page_banner h1 {
        font-size: 60px;
        line-height: 68px;
    }

    .container.page_banner_container {
        max-width: 50%;
    }

    #success_section .column_bg{
        background-size: contain;
    }

    .editor_left_img_right .column_bg{
        background-size: contain;
    }

    /* Our Team */
    #our_team_page_template .page_container {
        width: 100%;
        max-width: 80%;
        padding: 0;
    }

    .our_team_item{
        flex: calc(33.333% - 60px);
    }

    .our_team_item:nth-child(4n+4) {
        margin-right: 30px;
    }

    .our_team_item:nth-child(3n+3) {
        margin-right: 0px;
    }

    .team_posts .container{
        width: 100%;
        max-width: 80%;
    }

    .team_posts h2{
        margin-bottom: 50px;
    }


} /* End of 1680px */


@media only screen and (max-width: 1600px) {

    .container {
        max-width: 90%;
    }

    /* Partners Details */
    .single_partner_banner {
      height: 50vh;
      min-height: 300px;
  }

    /* News and Event List */
    .posts_list .posts_container .post_item {
        height: auto;
         margin-bottom: 40px;
    }

    .posts_list .post_item_image_container {
        height: 340px;
    }



}

@media only screen and (max-width: 1540px) {

    /* Homepage */
    .top_article .post_title {
        padding-left: 10%;
        padding-bottom: 5%;
        max-width: 90%;
    }


    /* Our Team */
    .team_posts .post_item{
        height: 400px;
    }

    

} /* End of 1440px */



@media only screen and (max-width: 1440px) {

    .tabs-titles {
        margin-bottom: 50px;
    }

    .column_bg {
        max-height: 600px;
    }

    .page_banner_img {
        max-width: 60%;
        z-index: 1;
    }


    /* Global */    
    h2 {
        font-size: 36px;
        line-height: 44px;
    }

    /* Homepage */
    .page_banner h1 {
        font-size: 44px;
        line-height: 52px;
        margin-top: 100px;
    }

    /* Partners List */
    .partner_item {
        flex: calc(25% - 20px);
        max-width: calc(25% - 20px);
    }

    .partner_item:nth-child(4n+4) {
        margin-right: 0px;
    }

    .partner_item:last-child{
        margin-right: 0;
    }

    /* Partners Details */
    .single_partner_banner_text h1 {
        font-size: 44px;
        line-height: 52px;
    }

    .partner_overview {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .partner_overview h2 {
        font-size: 40px;
        line-height: 50px;
        margin-top: 0;
    }

    .partner_contribution_img {
        margin-bottom: 60px;
    }

    .partner_overview .column_left h3 {
        font-size: 32px;
        line-height: 42px;
    }

    .partner_overview_images {
        height: 450px;
        margin-top: 25px;
        margin-bottom: 35px;
    }

    .partner_overview .column_right {
        background-position: top;
    }


} /* End of 1440px */


@media only screen and (max-width: 1380px) {


    .editor_left_background_img_right .column_left .column_container{
        padding: 5%;
    }

    /* RSS Feed */
    .wpra-item a {
        font-size: 20px;
        line-height: 28px;
    }

}

@media only screen and (max-width: 1280px) {

    .page_banner{
        overflow: hidden;
    }

    .page_banner_img{
        bottom: 0;
    }

    .team_section .leaders_container{
        flex-direction: column;
    }

    .leaders_heading{
        margin-bottom: 40px;
    }

    .team_section .leaders_container .column_right {;
        width: 100%;
        justify-content: space-evenly;
    }

    .team_section .leaders_container .column_right .leader_item{
        margin-left: 0;
    }

    .simple_text_editor .container{
        max-width: 90%;
    }

    .simple_text_editor h2 {
        font-size: 48px;
        line-height: 58px;
    }

    .simple_text_editor h3{
        font-size: 36px;
        line-height: 44px;
    }

     .simple_text_editor h4{
        font-size: 28px;
        line-height: 36px;
    }



    .column_bg {
        max-height: 50vh;
    }

    .partner_overview .column_left h3 {
        max-width: 90%;
    }

    .accordion_section .container{
        width: 100%;
        max-width: 90%;
    }

    h2{
        font-size: 32px;
        line-height: 40px;
    }

    .editor_left_img_right h3 {
        color: #fff;
        font-weight: 400;
        font-size: 20px;
        line-height: 32px;
    }

    /* Our Team */
    .team_posts .post_item{
        height: 400px;
    }

    /* Parners Details */
    .single_partner_banner {
        height: 100vh;
        background-position: center;
        max-height: 1000px;
    }


} /* End of 1280px */




@media only screen and (max-width: 1200px) {

    .post_grid_5_items .post_title{
        font-size: 20px;
    }

    .editor_left_img_right .column_left {
        padding-left: 50px;
    }

    .iframe_with_editor .img_container {
        max-height: 450px;
    }

    .video_editor {
        padding: 0 50px;
        padding-right: 0;
    }

    .editor_left_editor_right h3{
        font-size: 32px;
        line-height: 40px;
    }

    .page_banner_img {
        max-width: 60%;
    }

    .partners_location .container {
        max-width: 90%;
    }

    .address_contact_form .container {
        max-width: 90%;
    }

    .partner_overview .container {
        flex-direction: column;
        align-items: flex-start;
        max-width: 90%;
    }


} /* End of 1200px */


@media only screen and (max-width: 1080px) {

    .team_section .leaders_container .column_right {;
        justify-content: space-between;
    }

    .partner_overview {
        padding: 80px 0;
    }

    .partners_location h2 {
        margin-bottom: 40px;
    }

    .address_contact_form .container {
        max-width: 90%;
        flex-direction: column;
    }

    .address_contact_form .address_item_column.left {
        width: 100%;
        max-width: 90%;
        padding: 5%;
    }

    .address_contact_form .map_iframe iframe {
        width: 100%;
    }

    .address_contact_form .address_item_column.right {
        width: 100%;
        max-width: 90%;
        padding: 5%;
    }

}


/* Mobile Menu Breakpoint */
@media only screen and (max-width: 1024px) {

    .newsletter .container{
        flex-direction: column;
    }


    .team_section .team_carousel_item.slick-slide:nth-child(4) {
        margin-right: 0px;
    }

    .simple_text_editor.bgcolor.boxed ul{
        padding-left: 20px;
    }

    .top_article .post_title {
        padding: 34px 34px;
    }

    .top_article .post_title {
        padding-left: 10%;
        padding-bottom: 10%;
        max-width: 90%;
    }

    .team_section .leaders_container .column_right .leader_item {
        width: 47%;
    }

    .tabs-content ul {
        padding-left: 20px;
    }
  
    /* General */
    .container{
        max-width: 90%;
    }

    .single_partner_banner_text {
        width: 100%;
        max-width: 100%;
        padding: 2% 40px;
    }

    .page_banner_container {
        margin-top: 50px;
    }

    .page_banner_img {
        bottom: 0;
    }

    .page_banner h1 {
        font-size: 32px;
        line-height: 42px;
    }

    .page_banner p {
        max-width: 90%;
        font-size: 20px;
        line-height: 30px;
    }

    .editor_left_background_img_right {
        padding-top: 0px;
    }

    .editor_left_background_img_right .container {
        display: flex;
        align-items: center;
    }

    #success_section h2{
        margin-bottom: 0;
    }

    #success_section a{
        margin-top: 0;
    }

    .post_title {
        font-size: 20px;
        line-height: 24px;
    }

    .top_article .post_title {
        font-size: 24px;
        line-height: 32px;
    }

    .posts_container{
        flex-direction: column;
        margin-bottom: 20px;
    }

    .posts_container .column_33 {
        display: flex;
        width: 100%;
    }

    .posts_container .column_33.middle_column {
        margin: 0;
    }

    .post_item{
        height: 40vh;
    }

    .post_item:first-child{
        margin-right: 20px;
    }

    .middle_column .post_item {
        height: 40vh;
        margin-right: 0;
        margin-bottom: 40px;
    }

    /* Footer */
    footer {
        padding: 5% 0;
        padding-top: 0;
        margin-top: 0px;
    }

    .footer_top {
        flex-direction: column;
    }

    #footer_logo {
        margin-right: auto;
        margin-bottom: 25px;
    }

    #footer_menu_container{
        max-width: 100%;
        justify-content: space-between;
    }

    footer .menu-item {
        margin: 10px 15px;
    }

    footer .menu-item  a{
        font-size: 14px;
        line-height: 22px;
    }

    .footer_bottom {
        padding: 0;
    }

    .copy_text {
        line-height: 24px;
        text-align: right;
    }

    /* Default Page Template */
    .page_template h1{
        font-size: 44px;
        line-height: 52px;
        margin-bottom: 10px;
    }

    .page_template h2 {
        font-size: 28px;
        line-height: 36px;
    }

    .page_template h3{
        font-size: 24px;
        line-height: 32px;
    }


    /* Single post */
    .single_post_gallery {
        padding-top: 50px;
        padding-bottom: 0;
    }

    .single_post_gallery_item{
        height: 50vh;
    }

    /* Our Team Template */
    .our_team_item{
        flex: calc(50% - 30px);
    }

    .our_team_item:nth-child(3n+3) {
        margin-right: 0px;
    }

     .our_team_item:nth-child(n+2) {
        margin-right: 30px;
    }

    .team_posts {
        padding-top: 40px;
        padding-bottom: 130px;
    }

    .team_posts h2 {
        margin-bottom: 15px;
    }

    #porfolio_template .page_container.filter_container {
        flex-direction: column;
        align-items: center;
        margin: 40px auto;
    }

    .filter_container_right{
        margin-top: 20px;
    }

    /* Careers 1024 */
    .careers_container{
        flex-direction: column;
    }

    .tabs {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        margin-right: 0;
    }

    .tab {
        padding: 1%;
        margin-right: 20px;
        margin-bottom: 10px;
    }

    .job_title {
        font-size: 20px;
        line-height: 28px;
    }

    .job_attributes{
        display: none;
    }

    .job_excerpt{
        display: none;
    }

    .job_more{
        display: none;
    }

    .tab-content.active {
        width: 100%;
        max-width: 90%;
        padding: 5%;
    }

    /* Our Partners */
    .related{
        padding-bottom: 150px;
    }

    /* Partners Details */
   .page_template h1 {
        font-size: 36px;
        line-height: 46px;
        margin-top: 0;
    }

    .partner_overview_container {
        flex-direction: column;
    }

    .partner_overview .column_left {
        width: 100%;
    }

    .partner_overview .column_left.fulwidth{
        width: 100%;
    }

    .column_right.partner_overview_text{
        width: 100%;
        margin-left: 0;
    }

   .partner_overview h2 {
        width: 100%;
        text-align: left;
        margin-bottom: 15px;
    }

    .partner_overview .column_left h3 {
        font-size: 24px;
        line-height: 32px;
        max-width: 100%;
        text-align: left;
    }

    .partner_overview_images_left {
        border: 0px none;
    }

    .partner_overview .column_right.partner_country_text {
        align-items: flex-start;
        margin-top: 0px;
    }

    .partner_overview_text p {
        margin-top: 10px;
    }

    .partner_contribution {
        padding-top: 60px;
    }

    .partner_overview.partner_mission .column_left {
        width: 100%;
        margin-right: 25px;
    }

    .partner_overview.partner_mission .column_right {
        width: 100%;
    }

    .partner_overview.partner_mission .partner_overview_images {
        margin-top: 25px;
    }

    .tabs-module .container {
        max-width: 90%;
    }

    .tabs-titles {
        margin-bottom: 10px;
        flex-wrap: wrap;
    }

    .tabs-titles li {
        margin-right: 10px;
        margin-bottom: 20px;
    }

    .tabs-content.active {
        flex-direction: column;
        margin-top: 15px;
    }

    .tab-editor {
        width: 100%;
        border-bottom: 0 nonel;
        margin-right: 0%;
    }



} /* End of 1024px */



@media only screen and (max-width: 991px) {

    .page-id-1100 .editor_container p {
        text-align: left;
        max-width: 80%;
        margin: 20px 0;
        margin-bottom: 40px;
    }

    .team_member_section .section_container{
        flex-direction: column-reverse;
    }

    .team_member_text{
        padding-right: 0;
        margin-top: 30px;
    }

    .team_member_attribute {
        margin-bottom: 20px;
    }

   .team_section .leaders_container .column_right{
     display: block;
   }

   .team_section .leaders_container .column_right .leader_item {
        width: 100%;
    }

    .team_section .leaders_container .column_right .leader_item img {
        max-width: 100%;
    }

    .simple_text_editor,
    .simple_text_editor.boxed{
        padding: 60px 5%;
    }

    .simple_text_editor h2 {
        font-size: 36px;
        line-height: 44px;
    }

    .simple_text_editor h3{
        font-size: 24px;
        line-height: 32px;
    }

     .simple_text_editor h4{
        font-size: 20px;
        line-height: 28px;
    }


    .image_gallery_section {
        padding: 60px 0;
    }

    .image_gallery_container .row {
        height: 50vh;
        max-height: 400px;
    }
    
    .image_gallery_container .row .image,
    .image_gallery_container .row:nth-child(odd) .image:first-child,
    .image_gallery_container .row:nth-child(odd) .image:last-child,
    .image_gallery_container .row:nth-child(even) .image:first-child,
    .image_gallery_container .row:nth-child(even) .image:last-child  {
        width: 50%;
    }

    .editor_left_img_right {
        padding: 60px 0;
    }

    .img_left_editor_right .container{
        flex-direction: column;
    }

    .editor_left_img_right .column {
        margin-bottom: 40px;
    }

    .editor_left_background_img_right .column_right {
        background-position: center;
    }

    .partner_location_info{
        width: 50%;
    }

    .container.container_full {
        padding: 0;
    }

    .editor_left_background_img_right .column_left .column_container {
        padding-left: 0;
    }

    .container.container_full {
        padding: 60px 0;
        max-width: 90%;
    }

    .column {
        justify-content: space-between;
        width: 100%;
        height: auto;
        max-height: unset;
        background-size: cover !important;
        background-position: center;
        margin: 0 auto;
    }

    .page_banner_container {
        z-index: 1;
    }

    .page_banner_img {
        max-width: 45%;
    }

    .partners_container .partner_item .post_item_image_container {
        height: 250px;
    }

    main .container.partners_container {
        display: flex;
        padding-top: 20px;
    }

    .single_partner_banner .container{
        padding-bottom: 0;
    }

    .single_partner_banner_text h1 {
        font-size: 32px !important;
        line-height: 40px !important;
    }

     .single_partner_banner_text h3 {
        font-size: 16px;
        line-height: 24px;
    }

    .column_owl_carousel .column_container{
        margin-left: 0;
    }

    #success_section .carousel_item_container {
        flex-direction: column;
    }

    #success_section .carousel_item_container h2{
        margin-top: 30px;
    }

    #success_section .owl-dots {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    #success_section .img_container{
        margin-bottom: 0;
    }

    #success_section .column {
        max-width: 90%;
    }

    .posts_container .column_33 {
        max-width: 90%;
        margin: 0 auto;
    }

    .posts_container .column_33.middle_column {
        margin: 0 auto;
    }

    .post_item {
        height: 25vh;
    }

    .middle_column .post_item {
        height: 25vh;

    }

    .post_grid_5_items .post_item{
        height: 50vh;
        max-height: 250px;
    }

    .post_grid_5_items .middle_column .post_item {
        height: 50vh;
    }   

    .editor_left_img_right .column_container {
        width: 100%;
        max-width: 90%;
    }

    .editor_left_img_right .column {
        max-width: 100%;
    }

    .editor_left_img_right .column_left {
        padding-top: 0;
        justify-content: center;
        padding-left: 0;
    }

    .editor_left_img_right .column_right {
        margin-bottom: 0;
    }

    main .container.top_post_container{
        padding-top: 0;
        padding-bottom: 0;
    }

    main .container.posts_container{
        padding-top: 0;
        padding-bottom: 0;
    }

    .posts_container_column {
        width: 100%;
        max-width: 90%;
        margin: 0 auto;
        margin-bottom: 25px;
    }

    #post_item_3{
        height: 45vh;
    }

    .post_title {
        border-radius: 0 40px 0 0px;
    }

    /* Single Post Contaier */ 
    .container.single_post_container{
        margin-top: 0;
    }

    /* Default Page Template */
    .page_template .container{
        max-width: 90%;
        padding: 5%;
    }

    #default_page_template .page_container {
        padding-top: 25px;
    }

    #default_page_template .page_container h2 {
        font-size: 28px !important;
        line-height: 36px !important;
        margin-top: 10px 0 !important;
        margin: 10px 0 !important;
    }

    .team_posts .container{
        padding: 10% 5%;
    }

    #faq_section .container {
        display: flex;
        flex-direction: column;
        max-width: 90%;
        padding: 60px 0;
    }

    /* News & Events */
    .posts_list h1{
        margin-top: 0;
    }

    .container.title_container{
        padding-bottom: 0;
    }

    .posts_list h1 {
        font-size: 50px;
        line-height: 60px;
    }

    .page_template .editor_container{
        padding-top: 0;
        padding-bottom: 0;
    }

    .posts_list .posts_container .post_item {
        flex: calc(50% - 5%);
        margin-right: 0;
    }

    .posts_list .posts_container .post_item:nth-child(2n+2) {
        margin: 0%;
    }

    /* Single post */
    .single_post_banner{
        height: 50vh;
        background-size: cover;
    }

    .single_post_title {
        width: 100%;
        max-width: 100%;
        font-size: 36px;
        line-height: 56px;
        margin-bottom: 0px !important;
    }

    .single_post_location{
        margin-top: 10px;
    }

    .single_post_info{
        padding-top: 0;
    }

    .single_post_gallery {
        padding: 5%;
    }

    .single_post_gallery .container{
        padding: 0;
        margin: 0;
    }

    .single_post_gallery_container{
        margin-bottom: 0;
    }

    .single_post_gallery_item{
        height: 25vh;
    }

    .team_posts {
        padding-top: 0px;
        padding-bottom: 50px;
    }

    .team_posts .carousel_item{
        padding-right: 0;
    }

    .team_posts .carousel_item a {
        height: 300px;
        max-height: 100%;
        background-position: center;
    }

    /* Team Member */
    .container.back_container{
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .page_template .container.single_person_container {
        display: flex;
        flex-direction: column-reverse;
        padding-top: 0;
        padding-bottom: 5vh;
        margin-top: 25px;
    }

   .single_person_container .column_left {
        width: 100%;
        max-width: 100%;
        padding-bottom: 0px;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .single_person_container .column_right{
        width: 100%;
        max-width: 400px;
        background-size: contain !important;
    }
    
    .person_position{
        font-size: 20px;
        line-height: 28px;
    }

    .single_person_links a {
        font-size: 14px;
        line-height: 22px;
    }

    /* Contact us */
    #contact_template .page_container{
        flex-direction: column;
    }

    #contact_template .page_container aside {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        text-align: center;
    }

    #contact_template .page_container aside h2{
        text-align: center;
    }

    .form_container {
        width: 90%;
        padding: 0 5%;
        margin: 5% 0;
    }

    .wpcf7 textarea{
        margin-bottom: 0;
    }

    /* Our Partners */
    .related{
        padding-top: 0;
        padding-bottom: 100px;
    }

    .related h2{
        margin-bottom: 20px;
    }


    /* Newsletter */
    .newsletter_column_left {
        padding-right: 0;
        margin-bottom: 20px;
    }

    #sib_signup_form_1 {
        width: 100%;
        max-width: 100%;
        margin: 0;
    }

    .sib_signup_box_inside_1 {
        flex-direction: column;
        align-items: flex-start;
    }

    #sib_signup_form_1 h2 {
        font-size: 28px;
        line-height: 36px;
    }

    #sib_signup_form_1 p {
        width: 100%;
        max-width: 100%;
        margin-bottom: 25px;
    }

    .subscription_column.left {
        width: 100%;
    }

    .subscription_column.right {
        width: 100%;
    }

    .subscription_column input {
        width: 100%;
    }

    .subscription_column input[type=submit] {
        max-width: fit-content;
    }


}  /* End of 991px */





@media only screen and (max-width: 828px) {

    .partner_overview h2 {
        line-height: 40px;
    }


    .iframe_with_editor {
        padding: 80px 0;
    }


}


@media only screen and (max-width: 768px) {

    .top_article .post_title {
        padding-bottom: 40px;
    }

    .partner_overview .column_left {
        width: 50%;
    }

    .partner_overview .column_left.fullwidth{
        width: 100%;
    }

    .partner_overview_container.country .column_left{
        width: 100%;
    }

    /* Homepage */
    .page_banner{
        min-height: 50vh;
    }

    /* Contact */
    #contact_template{
        padding-top: 0;
        padding-bottom: 25px;
    }

    #contact_template .page_container{
        max-width: 100%;
        padding: 0;
    }

    #contact_template .page_container aside h2 {
       margin-top: 0;
    }

    #contact_template .page_container aside {
        padding-top: 10%;
        padding-bottom: 10%;
    }

    /* Partners List */
    .partner_item {
        flex: calc(33% - 20px);
        max-width: calc(33% - 20px);
    }

    .partner_item:nth-child(4n+4) {
        margin-right: 20px;
    }

    .partner_item:nth-child(3n+3) {
        margin-right: 0px;
    }

    /* Partners Details */
    .partner_overview .container{
        padding: 0%;
    }


    /* News and Events */
    .posts_list .posts_container .post_item:last-child {
        margin: unset;
    }


} /* End of 768px */


@media only screen and (max-width: 767px) {

    .post_grid_5_items.left h2{
        text-align: center;
    }

    .newsletter_column_left {
        padding-right: 0;
        margin-bottom: 0px;
    }

    .post_grid_5_items .post_item {
            background-size: cover;
    }

    .accordion button .accordion-title {
        padding-left: 0; 
    }

    .related .owl-theme .owl-nav {
        top: 37%;
    }

    .related .owl-theme .owl-nav img{
        max-width: 50px;
    }

    .partner_overview_images.equal{
        height: auto;
    }

    .partner_overview .equal .column_left, 
    .partner_overview .equal .column_right {
        width: 100%;
        height: 350px;
    }

    .timeline_section {
        padding: 60px 0;
    }

    .timeline_section h2 {
        margin-bottom: 40px;
    }

    .timeline_container {
        width: 100%;
        max-width: 90%;
        margin: 0 auto;
    }

    .cd-timeline-content {
        display: flex;
        flex-direction: column;
    }

      .cd-timeline-content .cd-read-more {
        float: left;
        width: 100%;
        max-width: 80%;
        text-align: center;
    }

    .team_section {
        padding-bottom: unset;
        padding: 60px 0;
    }

    .team_section .team_member_img_container {
        height: 300px !important;
        max-width: 100%;
        margin: 0 auto;
    }

    .team_section .team_carousel {
        margin-top: 30px;
    }

    .team_carousel .slick-arrow img{
        width: 50px;
    }

    .team_carousel .slick-prev {
        left: -10px;
    }

    .team_carousel .slick-next {
        right: 20px;
    }

    .team_member_section {
        padding: 60px 0;
    }

    .partner_overview .equal .column_left, 
    .partner_overview .equal .column_right {
        width: 100%;
    }

    .tabs-module {
        width: 100%;
        padding: 60px 0;
    }

    .post_grid_5_items {
        padding: 30px 0;
    }

    #success_section {
        padding: 60px 0;
    }

    .related_posts_editors{
        flex-direction: column;
        margin-bottom: 30px;
    }

    .related_posts_editors_column {
        width: 100%;
    }

    .related_posts_editors_column.right {
        align-items: flex-start;
    }

    .related  .owl-dots {
        bottom: -60px;
    }

     .partner_overview {
        padding: 60px 0;
        padding-bottom: 30px;
    }

    .image_gallery_container .row {
        height: auto;
        max-height: unset;
        flex-direction: column;
    }

    .image_gallery_container .row .image, 
    .image_gallery_container .row:nth-child(odd) .image:first-child, 
    .image_gallery_container .row:nth-child(odd) .image:last-child, 
    .image_gallery_container .row:nth-child(even) .image:first-child, 
    .image_gallery_container .row:nth-child(even) .image:last-child {
        width: 100%;
        height: 300px;
    }

    .iframe_with_editor{
        padding: 60px 0
    }

    .iframe_with_editor .section_container{
        flex-direction: column;
    }

    .iframe_with_editor .iframe_container {
        width: 100%;
        height: 450px;
    }

    .iframe_with_editor .img_container img.play_button {
        top: 44% !important;
    }

    .iframe_with_editor .video_editor {
        padding-left: 0;
        margin-top: 40px;
    }

    .iframe_with_editor .video_editor h2 {
        margin-bottom: 20px;
    }

    .iframe_with_editor .video_editor p:last-child{
        margin-bottom: 0;
    }

    .address_contact_form .address_item_attribute.address_item_address {
        line-height: 32px;
    }

    .address_contact_form .address_item_attribute{
        font-size: 22px;
        margin-bottom: 20px;
    }

    .accordion_section {
        padding: 0;
    }

    .single_partner_banner {
        height: 50vh;
        min-height: 550px;
    }

    .editor_left_img_right .column_left {
        margin-bottom: 0px;
    }

    .column a{
        margin-bottom: 40px;
    }

    .column_bg{
        min-height: 25vh;
    }

    footer .menu-item {
        margin: 10px 0px;
        text-align: center;
    }

    .address_contact_form .address_desc h2{
        margin-top: 10px;
    }

    .editor_left_editor_right .container{
        flex-direction: column;
    }

    .editor_left_editor_right .column_right{
        padding-left: 0;
    }

    .editor_left_editor_right .column_right .column_container{
        padding-left: 0;
    }

     .partner_info_item.address p {
        font-size: 18px;
        line-height: 28px;
    }

    .partner_overview_images {
        height: 50vh;
    }

      .partner_overview .column_left, .partner_overview .column_right {
        width: 100%;
        margin-left: 0;
        background-size: cover;
        background-position: center;
    }

    .column_left.partner_overview_images_left.partner_logo{
        background-size: contain;
    }

    .accordion_section .container {
        padding: 60px 0;
    }


    /* General */
    h1{
        font-size: 32px !important;
        line-height: 40px !important;
    }

    h2{
        font-size: 32px !important;
        line-height: 40px !important;
    }

    .accordion_section h2 {
        margin-bottom: 20px;
    }

    .partners_location h2 {
        margin-bottom: 20px;
    }

    .editor_left_background_img_right .column_left .column_container h2{
    }

    .address_contact_form  {
        padding: 60px 0;
    }

    .address_contact_form .container{
        padding: 0;
    }

    .page_container h4{
        line-height: 32px;
    }

    p{
        font-size: 16px;
        line-height: 26px;
    }

    .column_container{
        max-width: 100%;
    }

    .column a {
        padding: 16px 25px;
        line-height: 24px;
    }

    .page-id-3186 .column a {
        margin-bottom: 10px;
        width: 100%;
        max-width: calc(100% - 50px);
    }

    iframe{
        max-width: 100%;
    }

    .top_article a {
        width: 100%;
        display: block;
        text-align: center;
        margin-top: 15px !important;
    }

    /* Header */
    #logo {
        max-width: 100px;
        margin-bottom: 15px;
    }

    /* Homepage  */
    .page_banner{
        min-height: unset;
        margin-top: 100px;
    }

    .container.page_banner_container {
        max-width: 90%;
    }

    /*.page_banner_img{
        display: none;
    }*/

    .scroll_down {
        margin-bottom: 120px;
    }

    .page_banner_img {
        max-width: 300px;
        right: 0;
    }

    .page_banner h1 {
        font-size: 28px;
        line-height: 36px;
        max-width: 300px;
        margin-top: 30px;
        margin-bottom: 20px;
    }

    #experience_section.editor_left_background_img_right .container{
        padding-bottom: 0;
    }

    #experience_section .column_right{
        display: none;
    }

    .editor_left_background_img_right .column_left .column_container {
        padding-top: 0;
    }

    .editor_left_background_img_right .container {
        flex-direction: column;
        padding: 60px 0;
    }

    .editor_left_background_img_right .column_left{
        padding-bottom: 0;
    }

   .editor_left_background_img_right .column_right {
        background-size: contain !important;
        max-width: 100%;
        background-position: center;
    }

    #success_section {
        margin-bottom: 0px;
    }

    #success_section a {
        margin: 0 auto;
        max-width: fit-content;
        text-align: left;
    }

    #success_section .column_right a {
        max-width: calc(100% - 50px);
        text-align: center;
    }

    .carousel_item_container img{
        height: 40vh;
    }

    main .container.posts_container{
        display: block;
    }

    .posts_container .column_33{
        display: block;
    }

    .post_item{
        border-radius: 0;
        margin-bottom: 30px;
    }

      .post_item:first-child {
        margin-right: 0px;
        background-size: cover;
    }

    .middle_column .post_item{
        margin-bottom: 30px;
    }

    .top_article .post_title {
        max-width: 75%;
    }

    .post_title {
        font-size: 18px;
        line-height: 24px;
        width: 90%;
        padding: 5% 5%;
    }

   .editor_left_img_right {
        padding: 60px 0;
    }

    .editor_left_img_right.mobile_padding_bottom_30{
        padding-bottom: 30px;
    }

    .editor_left_img_right ul {
        margin-top: 40px;
        padding-left: 20px;
    }

    .editor_left_img_right p{
        font-size: 18px;
        line-height: 26px;
    }

    /* Footer */
    footer {
        padding: 0;
    }

    #footer_menu_container{
        flex-direction: column;
    }

    #menu-copyright-menu{
        flex-direction: column;
    }

    .footer_top{
        padding-bottom: 10px;
    }

    .footer_top .menu{
        margin-right: 0;
    }

    #footer_logo{
        margin: 0 auto;
    }

    footer ul.partners {
        max-width: 90%;
        margin: 0 auto;
        margin-left: 0;
        margin-right: 0;
        margin-top: 40px;
        margin-bottom: 20px;
    }

    footer ul.partners li{
        margin-right: 0;
    }

    footer ul.partners img{
        max-width: 100px;
        margin: 0 auto;
    }


    .footer_bottom{
        display: flex;
        flex-direction: column;
    }

    .copy_text {
        flex-direction: column;
        text-align: center;
        line-height: 24px;
    }

    footer ul li a{
        border-bottom: 0 none;
    }

    .footer_bottom a{
        border-bottom: 0 none;
    }

    /* Default Page Template */

    .single_partner_banner_text {
        max-width: 90%;
        padding: 2% 5%;
    }

    .page_template h1{
        font-size: 22px;
        line-height: 32px;
    }

    .page_template h2{
        font-size: 20px;
        line-height: 28px;
    }

    .page_template h3{
        font-size: 16px;
        line-height: 24px;
    }

    .page_container p{
        font-size: 14px;
        line-height: 22px;
    }

    #faq_section .container {
        padding: 30px 0;
    }

    #faq_section h2{
        margin-bottom: 25px;
    }

    .accordion button .accordion-title {
        display: block;
        max-width: 250px;
        font-size: 18px;
        line-height: 30px;
    }

    .accordion button .icon {
        top: 10px;
        right: 15px;
    }

    .accordion .accordion-content p {
        font-size: 14px;
        line-height: 22px;
        margin: 20px auto;
        margin-left: 20px;
    }

    /* News & Event List */

    .posts_list h1 {
        width: 100%;
        font-size: 32px;
        line-height: 42px;
        text-align: center;
    }

    .posts_list .posts_container {
        margin-top: 40px;
    }

    .posts_list .posts_container .post_item {
        flex: 100%;
        margin: 15px auto;
    }

    .posts_list .posts_container .post_item:nth-child(n+2) {
        margin: 0%;
        margin: 60px auto;
    }

    .posts_list .post_item a .post_info {
        height: auto;
        margin-top: 5px;
    }
   
    /* Single post */
    .breadcrumbs_container {
        display: block;
        color: #fff;
        max-width: 1000px;
    }

    .breadcrumbs{
        color: #000;
        line-height: 26px;
    }

    blockquote{
        margin: 0;
    }

    /* Our Team Template */
    #our_team_page_template{
        padding-top: 10%;
    }

    .our_team_container{
        margin-top: 5%;
    }

    .our_team_item{
        height: 40vh;
        margin-bottom: 40px;
    }

    .our_team_item:nth-child(2n+2) {
        margin-right: 0px;
    }

    .page_container h2.our_team_item_name {
        text-align: center;
        margin-top: 0;
        font-size: 20px;
        line-height: 28px;
    }

    .our_team_item_info {
        width: 90%;
        padding: 5%;
        text-align: center;
    }

    /* Team Member Details */
    .person_position {
        font-size: 16px;
        line-height: 24px;
    }

    .single_person_container .editor{
        margin-top: 20px;
    }

    /* Contact us */
    #contact_template .page_container aside h2{
        font-size: 24px;
        line-height: 32px;
    }

    .office_item, .office_item p, .office_item a{
        font-size: 18px;
        line-height: 28px;
    }

    .wpcf7 ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
      font-size: 16px;
    }

    .wpcf7::-moz-placeholder { /* Firefox 19+ */
      font-size: 16px;
    }

    .wpcf7:-ms-input-placeholder { /* IE 10+ */
      font-size: 16px;
    }

    .wpcf7:-moz-placeholder { /* Firefox 18- */
      font-size: 16px;
    }

    .wpcf7-not-valid-tip {
        top: 32px;
    }

    .wpcf7 textarea.wpcf7-not-valid {
        margin-top: 80px;
    }

    .message_textarea .wpcf7-not-valid-tip {
        top: 10px;
    }

    .accept_terms a{
       font-size: 14px;
    }

    .form_container h1{
        font-size: 24px;
        line-height: 32px;
        margin-top: 20px;
    }

    .form_container .wpcf7-form .accept_terms p{
        text-align: left;
    }

    .wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea {
        width: calc(100% - 15px);
        max-width: 100%;
        margin-bottom: 20px;
    }

    .message_textarea{
        margin-top: 0 !important;
    }

    .message_label {
        font-size: 18px;
        font-weight: 300;
        line-height: 24px;
        margin-left: 0px;
    }

    /* Partners List */
    .partner_item {
        flex: calc(50% - 20px);
        max-width: calc(50% - 20px);
    }

    .partner_item:nth-child(3n+3) {
        margin-right: 20px;
    }

    .partner_item:nth-child(2n+2) {
        margin-right: 0px;
    }

    .partner_item:last-child{
        margin-right: 0;
    }

    /* Parner Details */
    .single_partner_banner {
        background-position: left;
    }

    .page-id-3262 .single_partner_banner {
        background-position: center;
    }

    .page_template .single_partner_banner .container{
        max-width: 100% ;
        padding: 0;
    }

    .partner_overview h2 {
        margin-top: 0px;
        text-align: left;
    }

    .partner_overview .column_left h3 {
        font-weight: 600;
        font-size: 18px;
        line-height: 26px;
        text-align: left;
        margin-bottom: 10px;
    }

    .partner_overview_images {
        flex-direction: column;
        margin-bottom: 25px;
    }

    .partner_overview_images_left {
        height: 150px;
    }

    .partner_overview_text p {
        font-size: 18px;
        line-height: 30px;
        max-width: 100%;
        text-align: left;
        margin-bottom: 20px;
    }

    .partner_overview_container.country {
        margin-bottom: 25px;
    }

    .partner_contribution {
        padding-top: 40px;
    }

    .partner_contribution .partner_overview_images {
        flex-direction: column;
    }

    .partner_contribution .partner_overview_images_left {
        height: 50vh;
        margin-bottom: 20px;
    }

    .partner_overview_images_left {
        height: 50vh;
        margin-bottom: 20px;
    }

    .partner_overview_text p {
        font-size: 18px;
        line-height: 30px;
    }

    .partners_location h2 {
        width: 100%;
        text-align: center;
        margin-bottom: 40px;
        margin-top: 20px;
    }

    .partner_location_item {
        flex-direction: column;
    }

    .partner_location_info {
        width: 90%;
        padding: 5%;
    }

    .partner_info_item {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .page_template h3 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 0;
    }

    .partner_info_item.address {
        max-width: 90%;
    }

    .partner_info_item.meet a {
        font-size: 20px;
        line-height: 28px;
    }

    .partner_location_map {
        width: 100%;
        max-width: calc(100% - 1px);
    }

      .partners_location iframe {
        height: 350px !important;
    }

    #single_partner_template .partner_overview .column_left.partner_logo {
        background-size: 150px;
        background-position: center;
    }

    .page-id-10#single_partner_template .partner_overview .column_left.partner_logo {
        background-size: cover;
    }

    .partner_575#single_partner_template .partner_overview .column_left.partner_logo {
        background-size: 108px;
    }

    .partner_582#single_partner_template .partner_overview .column_left.partner_logo {
        background-size: 110px;
    }

    #single_partner_template .partner_overview_images {
        margin-top: 0px;
    }

    #single_partner_template .partner_overview .column_right.partner_country_text {
        margin-top: 0px;
    }

    /* About us */

    .about .single_partner_banner {
        height: 60vh;
        background-position: center;
    }

    .about .column_left.partner_overview_images_left.partner_logo{
        height: 50vh;
    }

    .related .owl-carousel .owl-item {
        height: 33vh;
    }

    .content_list_with_icons_video_right .img_container img.play_button {
        top: 33%;
        max-width: 60px;
    }

    .content_list_with_icons_video_right .iframe_container.active {
        max-width: 90%;
    }

    .content_list_with_icons_video_right .img_container img {
        right: -10px;
    }



} /* End of 767px */



@media only screen and (max-width: 668px) {

    .address_contact_form .wpcf7 .form_row {
        flex-direction: column;
    }

    .address_contact_form .wpcf7-list-item label {
        margin-bottom: 0;
    }

    .address_contact_form .wpcf7 p {
        width: 100%;
        max-width: 100%;
        margin: 0;
    }

    .address_contact_form .wpcf7 input[type="text"], .address_contact_form .wpcf7 input[type="email"] {
        margin-bottom: 20px;
    }

    .form_row.accept_terms{
        margin: 30px 0;
    }
    
    /* Careers */
    #careers_template .page_container p:last-child{
            margin-bottom: 0;
    }

    .tabs {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        margin-right: 0;
        justify-content: flex-start;
    }

    .job_title {
        font-size: 16px;
        line-height: 24px;
        padding: 5px 10px;
    }

    /* Partners List */
    main .container.partners_container {
        padding-bottom: 30px;
    }

    .partner_item {
        flex: calc(50% - 20px) !important;
        margin-right: 20px !important;
    }

    .partner_item:nth-child(2n+2) {
        margin-right: 0px !important;
    }

    .partner_item .post_item_image_container {
        height: 200px !important;
        background-size: 120px;
        border-radius: 0;
    }

    .partner_item:last-child {
        margin-right: 0 !important;
    }





}


@media only screen and (max-width: 540px) {
  /* Our Team Template */
    .our_team_container {
        margin: 40px 0;
    }

    .our_team_item{
        max-width: 100%;
        height: 50vh;
        flex: calc(100% - 0px);
        margin-right: 0;
    }

    .our_team_item:nth-child(n+2) {
        margin-right: 0px;
    }

    .our_team_item_info {
        width: 80%;
        padding: 5%10%;
    }

    .team_posts .post_item{
        height: 300px;
    }

}


@media only screen and (max-width: 480px) {

    /* Contact us */
    .form_container .wpcf7-form p{
        width: 100%;
    }


}


@media only screen and (max-width: 360px) {


    /* Homepage  */
    .page_banner h1 {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 20px;
    }


} 









/* Menu CSS */
.hamburger {
    position: relative;
    z-index: 2;
    border: 0 none;
    background-color: transparent;
}

.hamburger .line{
  width: 35px;
  height: 4px;
  background-color: #7A2982;
  display: block;
  margin: 8px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamburger:hover{
  cursor: pointer;
}

.hamburger.is-active .line:nth-child(2){
  opacity: 0;
}

.hamburger.is-active .line:nth-child(1){
  -webkit-transform: translateY(12px) rotate(48deg);
   -ms-transform: translateY(12px) rotate(48deg);
    -o-transform: translateY(12px) rotate(48deg);
    transform: translateY(12px) rotate(48deg);
}

.hamburger.is-active .line:nth-child(3){
  -webkit-transform: translateY(-12px) rotate(-52deg);
  -ms-transform: translateY(-12px) rotate(-52deg);
  -o-transform: translateY(-12px) rotate(-52deg);
  transform: translateY(-12px) rotate(-52deg);
}

.mobile {
    display: none;
    background: #fff;
    border-radius: 8px;
    margin: 10vh auto;
    overflow: hidden;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 2;
    padding-top: 80px;
    margin-top: 0;
}

.mobile.open{
    display: block;
}


html.menu_open,
body.menu_open{
   max-height: 100%;
   overflow: hidden;
}

.mobile .mobile-controls {
    background: #7a2982;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 50px;
}

.mobile .mobile-controls button {
    background: none;
    border: 1px solid #fff;
    border-radius: 8px;
    color: #fff;
    height: 40px;
    padding: 0 15px;
    margin: 10px 15px;
}

 .mobile button:hover {
     cursor: pointer;
}

 .mobile .mobile-controls button:hover {
     background: #fff;
     color: #128A3E;
}

 .mobile .mobile-controls .back-button {
     display: none;
     align-items: center;
}

.mobile .fa-chevron-right{
   color: #128A3E;
}

.mobile .mobile-menu {
     background: #fff;
     display: none;
     height: 100%;
     left: 0;
     position: absolute;
     width: 100%;
     z-index: 10;
}

 .mobile ul {
     margin: 0;
     padding: 0;
     width: 100%;
     position: absolute;
     transition: 0.25s;
}

.mobile li {
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    list-style: none;
    padding: 10px 15px;
    border-bottom: 1px solid #7a2982;
    max-width: calc(100% - 30px);
}

.mobile li.cta_button {
    border-bottom: 0 none;
    padding-right: 0;
}

 .mobile li a {
     flex: 3;
     padding: 10px;
     text-decoration: none;
}

.mobile li button {
    background: none;
    border: 0;
    flex: 1;
    text-align: right;
    padding: 10px 15px;
}

.mobile li:hover > button {
     color: #fff;
}

 .mobile div > ul {
     top: 0;
     left: 0;
}

.mobile div > ul ul {
     display: none;
     top: 0;
     left: 100%;
}
 
@media only screen and (min-width: 768px) {


    .mobile{
        padding-top: 120px;
    }


}

@media only screen and (min-width: 1025px) {

    .mobile{
        position: static;
        display: block;
        height: auto;
        background-color: transparent;
        padding-top: 0;
        margin: 0 auto;
        overflow: visible;
    }

    .mobile .mobile-controls{
        display: none;
    }

    .hamburger{
        display: none;
    }

    .mobile .mobile-menu{
        display: block;
        position: static;
        height: auto;
    }

    .menu{
        width: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .mobile ul{
        position: static;
    }

    .mobile li{
        background-color: transparent;
        border: 0 none;
        white-space: nowrap;
        position: relative;
    }

    .mobile li:hover{
        background-color: transparent;
    }

    .mobile li:hover > ul {
        display: block;
        position: absolute;
        top: 42px;
        left: 0;
        background-color: #fff;
        width: 100%;
        min-width: 300px;
    }

    .mobile li.level-2:hover > ul{
        top: 0;
        left: 100%;
    }

    .mobile li.level-2 button {
        -webkit-transform: rotate(0deg) scale(1);
        -moz-transform: rotate(0deg) scale(1);
        -o-transform: rotate(0deg) scale(1);
        -ms-transform: rotate(0deg) scale(1);
    }

    .mobile li.level-3{
        padding-bottom: 0;
    }
    
    .mobile li.level-3 a{
        padding-bottom: 0;
    }

    .mobile li.level-3 button {
        -webkit-transform: rotate(90deg) scale(1);
        -moz-transform: rotate(90deg) scale(1);
        -o-transform: rotate(90deg) scale(1);
        -ms-transform: rotate(90deg) scale(1);
    }

    .mobile li a {
        flex: auto;
        font-size: 16px;
        line-height: 16px;
    }

    .mobile li button {
        -webkit-transform: rotate(90deg) scale(1);
        -moz-transform: rotate(90deg) scale(1);
        -o-transform: rotate(90deg) scale(1);
        -ms-transform: rotate(90deg) scale(1);
        position: absolute;
        top: 12px;
        right: -10px;
    }

    .menu-item.current_page_item a {
        font-weight: 700;
        text-decoration: underline;
    }

    .cta_button.menu-item.current_page_item a {
        text-decoration: none;
    }


}


.page-id-7 ul.post_tags {
    display: none;
}


.post-id-893 #attachment_894 {
    max-width: 800px !important;
    width: auto !important;
}


.mobile {
    z-index: 1;
}

@media (max-width: 767px) {
    .social {
        margin-left: 0%;
    }
    .partners li:last-child {
        margin: auto;
        margin-left: 20px;
}
}

img.page_banner_img {
    height: auto;
}

.sib-email-area {
  color: #FFF;
}

#sib_signup_form_1 p input {
    background-color: transparent;
    color: #fff;
    padding: 24px 20px;
    border: 2px solid #fff;
    border-radius: 4px;
    margin-top: 10px;
    outline: none;
}

#sib_signup_form_1 p input.sib-default-btn{
    display: flex;
    padding: 24px 20px;
    justify-content: center;
    align-items: center;
    background: var(--Base-White, #FFF);
    color: var(--Primary-D4B-Hot-Pink-500, #BC0E71);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    border-radius: 8px;
    margin-top: 0;
}

#sib_signup_form_1 p input.sib-default-btn:hover{
    cursor: pointer;
}

.wpcf7-response-output {
    display: contents;
}

.newsletter ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
}

.newsletter ::-moz-placeholder { /* Firefox 19+ */
   color: #fff;
}

.newsletter :-ms-input-placeholder { /* IE 10+ */
   color: #fff;
}

.newsletter :-moz-placeholder { /* Firefox 18- */
   color: #fff;
}

@media only screen and (max-width: 767px) {

    #sib_signup_form_1 p input.sib-default-btn {
        padding: 20px 20px;
        margin-top: 20px;
    }

}


/* Course Grid */
.courses_grid{
    padding: 60px 0;
}

.courses_grid h2{
    margin-bottom: 50px;
}

.course_filter_container{
    margin-bottom: 40px;
}

.course_filter_container form{
    display: flex;
    justify-content: flex-start;
    width: 100%;
}

.course_filter_item{
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.course_filter_item_title{
    margin-bottom: 5px;
}

.course_filter_item select {
    width: 100%;
    max-width: calc(100% - 32px);
    height: 48px;
    color: #727F8B;
    font-family: "Work Sans";
    font-size: 14px;
    line-height: 24px;
    border: 1px solid #BC0E71;
    border-radius: 6px;
    padding-left: 10px;
}

.course_filter_container button {
    background-color: #7A2982;
    color: #fff;
    font-family: "Work Sans";
    font-size: 16px;
    line-height: 24px;
    padding: 10px 24px;
    border: 1px solid #7A2982;
    border-radius: 8px;
    width: 100%;
    max-width: fit-content;
    height: 48px;
    margin-top: auto;
}

.courses_grid .container {
    flex-wrap: wrap;
}

.courses_grid .course_item {
    width: calc(50% - 30px);
    height: 33vw;
    max-height: 641px;
    border-radius: 0px 0px 0px 80px;
    margin-right: 30px;
    margin-bottom: 40px;
    position: relative;
}

.courses_grid .course_item:nth-child(2n+2){
    margin-right: 0;
}

.courses_grid .course_title {
    color: var(--White, #FFF);
    font-family: Blinker;
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 0px 0px 0px 80px;
    opacity: 0.9;
    background: var(--Primary-Purple-500, #7A2982);
    width: 100%;
    max-width: fit-content;
    border-radius: 0px 0px 0px 80px;
    padding: 20px 80px;
}

.courses_grid .course_title span{
    display: block;
    color: var(--White, #FFF);
    font-family: "Work Sans";
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 12px;
}

.course_breadcrumbs{
    display: flex;
    list-style-type: none;
    padding-left: 0;
}

.course_breadcrumbs li{
    display: flex;
}

.course_breadcrumbs li a{
    color: #FFF;
    font-family: "Work Sans";
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
}

.course_breadcrumbs li img{
    margin: 0 5px;
}

@media only screen and (max-width: 1200px) {

    .courses_grid .course_title {
        font-size: 32px;
        line-height: 40px;
    }

}


@media only screen and (max-width: 991px) {

    .course_filter_container form {
        flex-wrap: wrap;
    }

    .course_filter_item {
        width: 50%;
    }

    .course_filter_container button {
        margin-top: 20px;
    }


}

@media only screen and (max-width: 828px) {

    .courses_container{
        flex-direction: column;
    }

    .courses_grid .course_item {
        width: 100%;
        height: 50vw;
        margin-right: 0;
    }

}

@media only screen and (max-width: 767px) {

    .courses_grid h2 {
        margin-bottom: 25px;
    }

    .courses_grid .course_item {
        width: 100%;
        height: 350px;
        margin-right: 0;
        background-position: center;
    }

   .courses_grid .course_title {
        font-size: 28px;
        line-height: 36px;
        padding: 5% 10%;
        max-width: 80%;
    }

}

@media only screen and (max-width: 668px) {

    .course_filter_item {
        width: 100%;
    }

    .course_filter_item select {
        max-width: 100%;
    }

}



/* Module List */
.posts_list.modules .posts_container .post_item {
    flex: auto;
    margin-right: 72px;
}

.posts_list.modules .post_item a {
    background-color: red;
    align-items: center;
    padding: 6px 12px;
    border-radius: 32px;
}

.posts_list.modules .post_item:nth-child(12n+1) a{
    background-color: #CDE2F5;
}

.posts_list.modules .post_item:nth-child(12n+1) a h2{
    color: #000;
}

.posts_list.modules .post_item:nth-child(12n+2) a{
    background-color: #435565;
}

.posts_list.modules .post_item:nth-child(12n+2) a h2{
    color: #fff;
}

.posts_list.modules .post_item:nth-child(12n+3) a{
    background-color: #E5CEE8;
}

.posts_list.modules .post_item:nth-child(12n+3) a h2{
    color: #000;
}

.posts_list.modules .post_item:nth-child(12n+4) a{
    background-color: #FFB0DF;
}

.posts_list.modules .post_item:nth-child(12n+4) a h2{
    color: #000;
}

.posts_list.modules .post_item:nth-child(12n+5) a{
    background-color: #B00164;
}

.posts_list.modules .post_item:nth-child(12n+5) a h2{
    color: #fff;
}

.posts_list.modules .post_item:nth-child(12n+6) a{
    background-color: #B7BAF4;
}

.posts_list.modules .post_item:nth-child(12n+6) a h2{
    color: #000;
}

.posts_list.modules .post_item:nth-child(12n+7) a{
    background-color: #292D82;
}

.posts_list.modules .post_item:nth-child(12n+7) a h2{
    color: #fff;
}

.posts_list.modules .post_item:nth-child(12n+8) a{
    background-color: #AAEBEE;
}

.posts_list.modules .post_item:nth-child(12n+8) a h2{
    color: #000;
}

.posts_list.modules .post_item:nth-child(12n+9) a{
    background-color: #116266;
}

.posts_list.modules .post_item:nth-child(12n+9) a h2{
    color: #fff;
}

.posts_list.modules .post_item:nth-child(12n+10) a{
    background-color: #93EF84;
}

.posts_list.modules .post_item:nth-child(12n+10) a h2{
    color: #000;
}

.posts_list.modules .post_item:nth-child(12n+11) a{
    background-color: #FFC289;
}

.posts_list.modules .post_item:nth-child(12n+11) a h2{
    color: #000;
}

.posts_list.modules .post_item:nth-child(12n+12) a{
    background-color: #1A6A0C;
}

.posts_list.modules .post_item:nth-child(12n+12) a h2{
    color: #fff;
}

@media only screen and (max-width: 767px) {

    .posts_list.modules .title_container {
        display: flex;
        justify-content: center;
    }

    .posts_list.modules h1{
        text-align: center;
        justify-content: center;
        font-size: 32px !important;
        line-height: 40px !important;
        margin-top: 50px;
    }

    .posts_list.modules .post_item a h2{
        text-align: center;
    }

      .posts_list.modules .posts_container .post_item {
        width: 100%;
        max-width: calc(100% - 24px);
        flex: 100%;
        margin: 0;
        margin-bottom: 35px;
    }

}


/* Deliverables  */
.deliverables_section{
    padding: 80px 0;
}

.deliverables_section .container{
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 32px;
}

.deliverables_section .deliverable_item {
    width: calc(33.333% - 96px);
    padding: 32px;
    background-color: #fff;
    position: relative;
}

.deliverables_section .delivered{
    background: linear-gradient(0deg, #7A2982 0%, #BC0E71 100%);
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    border-radius: 30px;
    max-width: fit-content;
    padding: 8px 16px;
    position: absolute;
    top: -20px;
    left: 40px;
}

.deliverables_section .deliverable_title{
    color: #7A2982;
    font-family: Blinker;
    font-size: 36px;
    font-weight: 600;
    line-height: 44px; 
    letter-spacing: -0.72px;
}

/*.deliverables_section .deliverable_title.shadow{
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25);
}*/

.deliverables_section .deliverable_text{
    color: #142A3E;
    font-family: "Work Sans";
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}

.deliverables_section .deliverable_text strong{
    font-weight: 600;
}

.deliverables_section .deliverable_level{
    color: var(--Primary-D4B-Slate-900, #142A3E);
    font-family: "Work Sans";
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 25px;
}

.deliverables_section .deliverable_date{
    color: var(--Primary-D4B-Slate-900, #142A3E);
    font-family: "Work Sans";
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}

.deliverables_section .deliverable_download a{
    display: block;
    text-decoration: none;
    padding: 12px 20px;
    background-color: #7a2982;
    color: #fff;
    border: 1px solid #7a2982;
    border-radius: 8px;
    margin-top: 25px;
    max-width: fit-content;
}

@media only screen and (max-width: 1200px) {

    .deliverables_section .deliverable_item {
        width: calc(50% - 80px);
    }

}

@media only screen and (max-width: 767px) {

    .deliverables_section .deliverable_title {
        font-size: 28px;
        line-height: 34px;
    }

}

@media only screen and (max-width: 668px) {

    .deliverables_section .deliverable_item {
        width: calc(100% - 64px);
    }

    .deliverables_section .deliverable_text{
        max-width: 90%;
    }

}



/* Register your interest Fabric Form */
._title_8lg0g_15{
    color: var(--Primary-Purple-500, #7A2982) !important;
    font-family: Blinker !important;
    font-size: 48px !important;
    font-weight: 600 !important;
    line-height: 54px !important;
    text-align: center !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 48px !important;
}

.schemable-form{
    background-color: #fff;
    padding: 50px;
}

._sectionedContent_8lg0g_26 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

._fVrYg.schemable-field {
    width: 48%;
    padding: 0 !important;
    margin: 0 !important;
    margin-bottom: 15px !important;
}

._fVrYg.schemable-field div {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

._fVrYg.schemable-field label{
    width: 100%;
    color: var(--Primary-D4B-Slate-900, #142A3E);
    font-family: "Work Sans";
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}

._fVrYg.schemable-field input {
    height: 48px;
    border-radius: 4px;
    border: 1px solid var(--Primary-D4B-Slate-400, #9BADBD);
    background: var(--Base-White, #FFF);
    box-shadow: none;
}

.ff-react-dropdown__control.css-yk16xz-control{
    height: 48px;
}

.schemable-form-policies{
    margin-top: 25px;
}

.schemable-form-policies label{
    width: 100% !important;
    text-align: left;
}

.address_contact_form .address_desc .schemable-form p{
    color: var(--Primary-D4B-Slate-900, #142A3E);
    font-family: "Work Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    margin: 0;
}

._sSj6N{
    text-align: left;
}

._oH-nW {
    margin: 10px 0 !important;
}

.schemable-form button{
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    width: 100%;
    height: 52px;
    background: var(--Primary-D4B-Hot-Pink-500, #BC0E71);
    color: #FFF;
    font-family: "Work Sans";
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    padding: 16px 24px;
    border: 0 none;
    border-radius: 4px;
    box-shadow: none;
}

.schemable-form button:hover{
    background: #7a2982 !important;
}


@media only screen and (max-width: 1024px) {

    .schemable-form {
        padding: 30px;
    }

    ._fVrYg.schemable-field {
        width: 100%;
    }

}

@media only screen and (max-width: 414px) {

    .schemable-form {
        padding: 30px 20px;
    }

}


/* Single Post */
.single main{
    padding-bottom: 88px;
}

#single_post_template{
    background-color: #E6EBEF;
    background-image: none;
    padding-top: 0;
}

.single_post_container {
    display: flex;
    justify-content: start;
    align-items: flex-start;
    background-color: #E6EBEF;
    width: 100%;
    margin: 0 auto;
}

.single_post_container .breadcrumbs{
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.breadcrumbs img{
    margin: 0 5px;
}

.single_post_banner {
    height: 935px;
    max-height: 87vh;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    background-position: left;
    max-width: 1620px;
    margin: 0 auto;
    background-color: #fff;
}

.single_post_header{
    background-color: #E6EBEF;
    padding-top: 56px;
}

.single_post_header_container {
    display: flex;
    flex-direction: column;
    width: 90%;
    max-width: calc(1000px + 8%);
    margin: 0 auto;
    background-color: #fff;
}

.single_post_banner {
    width: 100%;
    height: 50vh;
    max-height: 692px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: flex;
    align-items: flex-end;
    padding: 0;
}

#single_post_template .single_post_container.breadcrumbs_container {
    max-width: 1000px;
    background-color: transparent;
    padding-top: 56px;
    padding-bottom: 20px;
}

.breadcrumbs_container a{
    color: #000;
    text-decoration: none;
}

.breadcrumbs_container .active{
    color: var(--Primary-D4B-Slate-600, #435565);
    font-family: "Work Sans";
    font-size: 16px;
    font-weight: 600;
    line-height: 24px; 
}

.single-post .breadcrumbs_container .active{
    display: none;
}

#single_post_template .single_post_container {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    background-color: #fff;
    padding: 0% 4%;
    padding-bottom: 3%;
    display: flex;
    flex-direction: column;
}

#single_post_template .single_post_banner .single_post_container {
    background-color: transparent;
    padding: 4% 2%;
}

.single_post_banner h1 {
    width: 100%;
    max-width: 80%;
    border-radius: 0px 80px 0px 0px;
    background: rgba(122, 41, 130, 0.90);
    color: #fff;
    padding: 32px 72px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 36px;
    line-height: 44px;
}

#single_post_template h2 {
    color: var(--Primary-Purple-500, #7A2982);
    font-family: Blinker;
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    margin-bottom: 10px;
}

#single_post_template h3{
    color: var(--Primary-D4B-Slate-600, #435565);
    font-family: Blinker;
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: -0.72px;
    margin-bottom: 10px;
}

#single_post_template h4{
    color: var(--Primary-D4B-Slate-900, #142A3E);
    font-family: Blinker;
    font-size: 30px;
    font-weight: 400;
    line-height: 38px;
    margin-bottom: 30px;
}

.post_builder .shared-counts-label{
    display: none !important;
}

#single_post_template .shared-counts-wrap.style-fancy,
.post_builder .shared-counts-wrap.style-fancy{
    justify-content: flex-start;
}

#single_post_template .shared-counts-button,
.post_builder .shared-counts-button {
    width: 38px !Important;
    max-width: 38px !Important;
    height: 38px !Important;
    max-height: 38px !Important;
    position: relative;
    overflow: hidden;
    border-radius: 50% !important;
    padding: 0;
    background-color: #7a2982 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0;
}

#single_post_template .shared-counts-button:hover,
.post_builder .shared-counts-button:hover
{
     background-color: #bc0e71;
}

#single_post_template .shared-counts-label,
.post_builder .shared-counts-label{
    display: none;
}

#single_post_template .post_date{
    width: 100%;
    margin-bottom: 12px;
}

#single_post_template .editor p{
    font-size: 20px;
    line-height: 28px
}

#single_post_template .editor li{
    color: #142a3e;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 15px;
}

#single_post_template .editor li img{
    margin-top: 15px;
}

@media only screen and (max-width: 991px) {

    #single_post_template {
        padding-bottom: 0;
    }

    #single_post_template .single_post_container {
        max-width: 90%;
    }

    #single_post_template .single_post_container.breadcrumbs_container {
        max-width: 90%;
        padding: 5%;
        margin-bottom: 0;
    }

      #single_post_template .single_post_container {
        max-width: 80%;
        margin: 0 auto;
        padding: 5%;
        margin-bottom: 25px;
    }

    .single_post_banner {
        width: 100%;
        height: 50vh;
        max-height: 200px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top;
        display: flex;
        align-items: flex-end;
        padding: 0;
    }

    .single_post_banner h1 {
        width: 100%;
        max-width: 90%;
        padding: 5%;
        font-size: 16px !important;
        line-height: 24px !important;
        border-radius: 0;
    }

    #single_post_template .post_date {
        margin-top: 0;
    }

    #single_post_template h2 {
        font-size: 28px !important;
        line-height: 36px !important;
        margin-bottom: 10px;
    }

    #single_post_template h3 {
        font-size: 24px !important;
        line-height: 32px !important;
        margin-bottom: 10px;
    }

    #single_post_template h4 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    #single_post_template .editor p {
        font-size: 16px;
        line-height: 24px;
    }

    #single_post_template .editor li {
        font-size: 16px;
        line-height: 24px;
        max-width: 300px;
    }


    #single_post_template figure{
        width: 100% !important;
        max-width: 100% !important;
    }

    #single_post_template figure img{
        max-width: 100%;
    }

    .single_post_location{
        font-size: 24px;
        line-height: 32px;
    }

}

@media only screen and (max-width: 480px) {

    #single_post_template .editor p {
        font-size: 16px;
        line-height: 24px;
        max-width: 300px;
    }

}


/* Single Post Builder */

.post_builder{
    background-color: #E6EBEF;
}

.post_builder_container {
    width: 90%;
    max-width: 1000px;
    background-color: #fff;
    padding: 4%;
    padding-top: 32px;
    margin: 0 auto;
}

.post_builder .shared-counts-wrap{
    padding-top: 0;
    margin-top: 16px;
    margin-bottom: 0;
}

.post_builder .simple_text_editor{
    padding: 0px 0;
    margin: 15px 0;
}

.post_builder .simple_text_editor.boxed .container {
    width: 100%;
    max-width: 100%;
    padding: 0px 0px;
    margin: 0 auto;
}

.post_builder .simple_text_editor h2{
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 12px;
}

.post_builder .simple_text_editor h3{
    color: var(--Primary-D4B-Slate-600, #435565);/
    font-family: Blinker;
    font-size: 36px;
    font-weight: 600;
    line-height: 44px; 
    letter-spacing: -0.72px;
    margin: 0;
    margin-bottom: 12px;
}

.post_builder .simple_text_editor h4{
    color: var(--Primary-D4B-Slate-900, #142A3E);
    font-family: Blinker;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
}

.post_builder .simple_text_editor p{
    margin: 0;
    margin-bottom: 32px;
}

.post_builder blockquote {
    background-image: url(/wp-content/themes/matrixinternet2023/images/blockquote.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    padding: 30px 50px;
}

.post_builder blockquote p{
    color: #7A2982;
    font-family: Blinker;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 44px; 
}

.post_builder blockquote p:last-child{
    margin-bottom: 0;
}

.post_builder figure{
    max-width: 100%;
    margin-bottom: 0;
}

.post_builder figcaption{
    color: var(--Primary-D4B-Slate-600, #435565);
    font-family: "Work Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; 
    margin-top: 5px;
}

/* Post Builder - Editor with CTA */
.post_builder .editor_with_cta {
  /*  border: 1px solid red;*/
    margin: 25px 0;
}

.post_builder .editor_with_cta.remove_top_spacing{
    margin-top: 0;
}

.post_builder .editor_with_cta.remove_bottom_spacing{
    margin-bottom: 0;
}

.post_builder .editor_with_cta.has_border {
    border-left: 2px solid #BC0E71;
}

.post_builder .editor_with_cta.has_border_radius {
    border-radius: 0px 0px 80px 0px;
}

.post_builder .editor_with_cta.has_gradient_bg_color {
    border-radius: 0px 0px 80px 0px;
    background: var(--Primary-Gradient-Gradient, linear-gradient(90deg, #7A2982 0%, #BC0E71 100%));
}

.post_builder .editor_with_cta.has_bg_color .column,
.post_builder .editor_with_cta.has_border .column {
    padding: 32px 48px;
}

.post_builder .editor_with_cta .column_container {
    max-width: 100%;
}

.post_builder .editor_with_cta.has_bg_color .column .column_container,
.post_builder .editor_with_cta .column_right .column_container {
    padding-right: 0;
    padding-left: 0px;
}

.post_builder .editor_with_cta .container {
    align-items: flex-start;
    flex-direction: row;
}

.post_builder .editor_with_cta .container.left.column.larger .column_left {
    flex: 60%;
}

.post_builder .editor_with_cta .container.left.column.larger .column_right,
.post_builder .editor_with_cta .container.right.column.larger .column_right {
    flex: 40%;
    padding-left: 30px;
    padding-right: 0;
}

.post_builder .editor_with_cta .container.right.column.larger .column_left {
    flex: 40%;
}

.post_builder .editor_with_cta .container.right.column.larger .column_right p:first-child {
    margin-top: 10px;
}

.post_builder .editor_with_cta .column_left {
    align-items: flex-start;
    padding-left: 0;
}

.post_builder .editor_with_cta h2,
.post_builder .editor_with_cta h3,
.post_builder .editor_with_cta h4,
.post_builder .editor_with_cta p {
    font-family: "Blinker", "Work Sans";
    margin-top: 10px;
    margin-bottom: 10px;
}

.post_builder .editor_with_cta h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
}

.post_builder .editor_with_cta.has_gradient_bg_color h2 {
    color: #fff;
}

.post_builder .editor_with_cta h3 {
    color: var(--Primary-D4B-Slate-600, #435565);
    font-family: Blinker;
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: -0.72px;
    color: var(--Primary-D4B-Slate-900, #142A3E);
}

.post_builder .editor_with_cta.has_gradient_bg_color h3 {
    color: #fff;
}

.post_builder .editor_with_cta .equal h3 {
    max-width: 100%;
}

.post_builder .editor_with_cta h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    color: var(--Primary-D4B-Slate-600, #435565);
}

.post_builder .editor_with_cta.has_gradient_bg_color h4 {
    color: #fff;
}

.post_builder .editor_with_cta h5 {
    color: var(--Primary-Purple-500, #7A2982);
    font-family: Blinker;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}

.post_builder .editor_with_cta p {
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    color: var(--Primary-D4B-Slate-900, #142A3E);
}

.post_builder .editor_with_cta.has_gradient_bg_color p {
    color: #fff;
}

.post_builder .editor_with_cta.has_bg_color p {
    line-height: 24px;
    padding-left: 0;
    margin-left: 0;
}

.post_builder .editor_with_cta ol,
.post_builder .editor_with_cta ul{
    padding-left: 20px;
}

.post_builder .editor_with_cta li{
    color: var(--Primary-D4B-Slate-900, #142A3E);
    font-family: "Work Sans";
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 24px;
} 

.post_builder .editor_with_cta li:last-child{
    margin-bottom: 0;
}  

.post_builder .editor_with_cta li::marker {
    color: #7A2982;
}

.post_builder .editor_with_cta .equal .column {
    width: 50%;
}

.post_builder .editor_with_cta .section_cta {
    display: inline-flex;
    align-items: center;
    border-radius: 4px;
}

.post_builder .editor_with_cta.has_bg_color .section_cta {
    background-color: #7a2982;
}

.post_builder .editor_with_cta.has_bg_color .section_cta:hover {
    background-color: #BC0E71;
}

.post_builder .editor_with_cta.has_gradient_bg_color .section_cta {
    background-color: transparent;
    border: 1px solid #fff;
}

.post_builder .editor_with_cta .section_cta img {
    margin-left: 8px;
}


@media only screen and (max-width: 1200px) {

    .single-post{
        background-color: #E6EBEF;
    }

    .single_post_header_container{
        width: 90%;
        max-width: 90%;
    }

    .post_builder{
        width: 90%;
        max-width: 90%;
        margin: 0 auto;
    }

    .post_builder_container {
        width: 100%;
        max-width: 92%;
        background-color: #fff;
        padding: 4%;
        padding-top: 32px;
        margin: 0 auto;
    }

    .post_builder .editor_left_img_right .column_left{
        padding-left: 0;
    }

}

@media only screen and (max-width: 1024px) {


    .post_builder .img_left_editor_right .column_right{
        justify-content: flex-start;
            padding-right: 10%;
    }


}


@media only screen and (max-width: 767px) {

    .single-post .breadcrumbs_container .active{
        display: none;
    }

    .post_builder .editor_with_cta.has_bg_color .column, .post_builder .editor_with_cta.has_border .column {
        padding: 5%;
        max-width: 80%;
    }

    .post_builder .editor_with_cta .column_container{
        padding-right: 0;
    }

    .post_builder .editor_with_cta .section_cta {
        margin-bottom: 0;
    }

}

/* Post Builder Iframe */
.post_builder .editor_left_image_right.content_list_with_icons_video_right .section_container {
    padding: 0;
    max-width: 100%;
}


/* Post Builder Editor Left - Image Right */
.post_builder .editor_left_img_right{
    padding: 40px 0;
}

.post_builder .editor_left_img_right img{
    height: 331px;
}

.post_builder .editor_left_img_right h3{
    color: var(--Primary-D4B-Slate-600, #435565);
    font-family: Blinker;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: -0.72px;
    margin-bottom: 20px;
}

.post_builder .editor_left_img_right p:first-child{
    margin-top: 0;
}

.post_builder.editor_left_img_right p:last-child{
    margin-bottom: 0;
}

.post_builder .editor_left_img_right .column_right figcaption{
    width: 100%;
    text-align: left;
}

@media only screen and (min-width: 1025px) {

    .post_builder .editor_left_img_right.left_column_large .column_left{
        width: 70%;
        flex: 70%;
        padding-left: 0;
    }

    .post_builder .editor_left_img_right.left_column_large .column_right{
        width: 30%;
        flex: 30%;
        padding-left: 0;
    }

    .post_builder .editor_left_img_right.right_column_large .column_left{
        width: 30%;
        flex: 30%;
        padding-left: 0;
    }

    .post_builder .editor_left_img_right.right_column_large .column_right{
        width: 70%;
        flex: 70%;
        padding-left: 0;
    }

}

@media only screen and (max-width: 991px) {

    .post_builder .editor_left_img_right .column_container {
        max-width: 100%;
    }

}


/* Post Builder Image Left - Editor Right */
.post_builder .img_left_editor_right img{
    height: 331px;
}

.post_builder .img_left_editor_right h3{
    color: var(--Primary-D4B-Slate-600, #435565);
    font-family: Blinker;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: -0.72px;
    margin-top: 0;
}

.post_builder .img_left_editor_right .column_right figcaption{
    width: 100%;
    text-align: left;
}

@media only screen and (min-width: 1025px) {

    .post_builder .img_left_editor_right.left_column_large .column_left{
        width: 30%;
        flex: 30%;
        padding-left: 0;
    }

    .post_builder .img_left_editor_right.left_column_large .column_right{
        width: 60%;
        flex: 60%;
        padding-left: 10%
    }

    .post_builder .img_left_editor_right.right_column_large .column_left {
        width: 60%;
        flex: 60%;
        padding-left: 10%;
    }

      .post_builder .img_left_editor_right.right_column_large .column_right {
        width: 30%;
        flex: 30%;
        padding-left: 0;
        margin-bottom: auto;
    }

}


/* Post Builder General styles */
@media only screen and (max-width: 991px) {

    .post_builder .simple_text_editor, .simple_text_editor.boxed {
        padding: 30px 5%;
    }

    .post_builder h1{
        font-size: 24px !important;
        line-height: 32px !important;
    }

    .post_builder h2{
        font-size: 22px !important;
        line-height: 30px !important;
    }

    .post_builder h3{
        font-size: 20px !important;
        line-height: 28px !important;
    }

    .post_builder h4{
        font-size: 18px !important;
        line-height: 26px !important;
    }

    .post_builder h5{
        font-size: 16px !important;
        line-height: 24px !important;
    }

    .post_builder .simple_text_editor p {
        font-size: 16px !important;
        line-height: 24px !important;
    }

    .post_builder .editor_with_cta p{
        max-width: 90%;
        font-size: 16px !important;
        line-height: 24px !important;
    }

    .post_builder .editor_with_cta li{
        max-width: 90%;
        font-size: 16px !important;
        line-height: 24px !important;
        margin-bottom: 12px;
    }

    .post_builder .simple_text_editor, 
    .simple_text_editor.boxed {
        padding-left: 0;
        padding-right: 0;
    }

    .post_builder .simple_text_editor:first-child{
        padding-top: 0;
    }

}


@media only screen and (max-width: 600px) {

    .posts_list .post_item_image_container {
        height: 200px;
        background-size: cover;
    }

    .posts_list .post_item a h2 {
        font-size: 24px !important;
        line-height: 32px !important;
    }

    ._title_8lg0g_15 {
        font-size: 28px !important;
        line-height: 36px !important;
        margin-bottom: 30px !important;
    }

}

.resources_section {
    padding: 50px 0;
}

.resources_section h2{
    margin-left: 20px;
}

.resource_item a {
    text-decoration: none;
    font-size: 16px;
    line-height: 26px;
}

.resource_item a:hover{
    text-decoration: underline;
}


.page-id-3186 .single_partner_banner {
    background-position: right;
}

.page-id-3186 #sib_signup_form_1 {
    background: var(--Primary-Gradient-Gradient, linear-gradient(90deg, #7A2982 0%, #BC0E71 100%));
    padding: 56px;
    border-radius: 16px;
}

.page-id-3186 #sib_signup_form_1 p:last-child{
    order: 3;
}

.page-id-3186 #sib_signup_form_1 ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
}

.page-id-3186 #sib_signup_form_1::-moz-placeholder { /* Firefox 19+ */
   color: #fff;
}

.page-id-3186 #sib_signup_form_1:-ms-input-placeholder { /* IE 10+ */
   color: #fff;
}

.page-id-3186 #sib_signup_form_1:-moz-placeholder { /* Firefox 18- */
   color: #fff;
}

.page-id-3186 .sib_signup_box_inside_1 {
    width: 100%;
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.page-id-3186 .editor_left_background_img_right .column_right {
    background-size: 70%;
    padding: 5% 10%;
    background-position: center;
}

.page-id-3186 .editor_left_background_img_right .column_left a{
    background-color: transparent;
    color: var(--Primary-D4B-Hot-Pink-500, #BC0E71);
    font-family: "Work Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    border: 0 none;
    padding-left: 0;
}

.page-id-3186 .posts_list .post_item a p{
    display: none;
}

.page-id-3186 .posts_list .post_item .post_item_image_container {
    border-radius: 0px 0px 0px 40px;
}

.page-id-3186 .posts_list .post_item a h2 {
    position: absolute;
    bottom: 0;
    border-radius: 0px 0px 0px 40px;
    opacity: 0.9;
    background: var(--Primary-Purple-500, #7A2982);
    color: var(--White, #FFF);
    font-family: Blinker;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 0;
    padding: 16px 35px;
}

.page-id-3186 .editor_left_img_right ul {
    margin-top: 0px;
    list-style-type: none;
    padding-left: 0;
}

@media only screen and (max-width: 1580px) {

    .page-id-3186 .sib_signup_box_inside_1 {
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    #sib_signup_form_1 p.newsletter_subscribe {
        margin-top: 32px;
    }

}

@media only screen and (max-width: 991px) {

    .page-id-3186 #sib_signup_form_1 {
        max-width: 90%;
        padding: 5%;
    }

    .page-id-3186 .sib_signup_box_inside_1 {
        align-items: flex-start;
    }

    #sib_signup_form_1 p {
        margin-right: 0;
    }

    #sib_signup_form_1 p.accept_privacy {
        margin-bottom: 32px;
        margin-right: 0;
    }

    .page-id-3186 .single_partner_banner .vector_image {
        display: block;
    }

    .page-id-3186 .single_partner_banner .vector_image {
        position: absolute;
        right: 0;
        bottom: 100px;
        z-index: 0;
        height: 46vh;
        width: fit-content;
    }

}

@media only screen and (max-width: 414px) {

    #sib_signup_form_1 #sib_captcha {
        overflow: hidden;
        max-width: 100%;
    }

}

/* Post List Layout v2 */
.posts_list.v2 {
    padding: 80px 0;
}

.posts_list.v2 .posts_container {
    justify-content: space-between;
    padding-top: 0px;
    margin-top: 40px;
    margin-bottom: 0;
}

.posts_list.v2 .title_container{
    display: flex;
    align-items: center;
}

.posts_list.v2 .title_container h2{
    text-align: center;
    font-family: Blinker;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px; /* 111.111% */
    letter-spacing: -0.72px;
}

.posts_list.v2 .title_container a{
    color: var(--Primary-D4B-Slate-900, #142A3E);
    font-family: "Work Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
    padding: 16px 24px;
    border: 1px solid var(--Primary-D4B-Hot-Pink-500, #BC0E71);
    border-radius: 4px;
}

.posts_list.v2 .title_container a:hover {
    background-color: #7a2982;
    color: #fff;
    border: 1px solid #7a2982;
}

.posts_list.v2 .posts_container .post_item{
    height: 324px;
}

.posts_list.v2 .post_item a {
    position: relative;
}

.posts_list.v2  .post_item_image_container {
    border-radius: 0px 0px 0px 40px;
}

.posts_list.v2 .post_item a .post_info{
    width: 100%;
    height: auto;
    border-radius: 0px 0px 0px 40px;
    opacity: 0.9;
    background: var(--Primary-Purple-500, #7A2982);
    position: absolute;
    bottom: 0;
}

.posts_list.v2 .post_item a .post_info h2 {
    color: #fff;
    padding: 16px 32px;
}

.posts_list.v2 .post_item a .post_info p {
    color: #fff;
    padding: 16px 32px;
}

@media only screen and (max-width: 767px) {

    .posts_list.v1 {
        padding: 60px 0;
    }

    .posts_list.v2 {
        padding-top: 60px;
    }

    .posts_list.v2 .posts_container .post_item {
        height: 324px;
        margin: 0 auto;
        margin-bottom: 50px;
    }

    .posts_list.v2 .title_container {
        flex-direction: column;
        align-items: flex-start;
    }

    .posts_list.v2 .title_container h2{
        margin: 0 auto;
        margin-bottom: 0;
    }

    .posts_list.v2 .title_container a {
        width: 100%;
        max-width: calc(100% - 48px);
        text-align: center;
        margin-top: 0;
        margin-bottom: 20px;
    }

    .posts_list.v2 .posts_container .post_item {
        display: none;
    }

    .posts_list.v2 .posts_container .post_item:nth-child(1),
    .posts_list.v2 .posts_container .post_item:nth-child(2),
    .posts_list.v2 .posts_container .post_item:nth-child(3){
        display: block;
    }

}


/* Post List Layout v3 */
.posts_list.v3 {
    padding: 60px 0;
}

.posts_list.v3 h2{
    color: var(--Primary-Purple-500, #7A2982);
    font-family: Blinker;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%; 
}

.posts_list.v3 h3{
    color: var(--Primary-Purple-500, #7A2982);
    font-family: Blinker;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    margin: 24px 0;
    margin-bottom: 10px;
}

.posts_list.v3 p{
    color: var(--Primary-D4B-Slate-900, #142A3E);
    font-family: "Work Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 160% */
    margin: 0;
}



@media only screen and (max-width: 991px) {

    .editor_left_img_right .container {
        flex-direction: column;
    }

}

@media only screen and (max-width: 767px) {

    .editor_left_img_right .column {
        margin: 0;
        min-height: unset;
    }

}



/* Resource Type Archive Page */
.page-id-3240{
    background-color: #F0F3F5;
}

.resource_filter_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: var(--Primary-Gradient-Gradient, linear-gradient(90deg, #7A2982 0%, #BC0E71 100%));
    padding: 48px 56px;
    border-radius: 16px;
    margin: 80px auto;
    margin-bottom: 32px;
    flex-wrap: wrap;
}

.resource_filter_item {
    display: flex;
    align-items: center;
    width: 46%;
}

.resource_filter_item.resource_search{
    margin-right: 56px;
}

.resource_filter_item label{
    color: var(--Base-White, #FFF);
    font-family: Blinker;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
    margin-right: 24px;
}

.resource_filter_item input {
    display: flex;
    flex-grow: 1;
    height: 56px;
    background-image: url(images/search.svg);
    background-repeat: no-repeat;
    background-position: 16px 50%;
    padding-left: 44px;
    border: none;
    outline: none;
    border-radius: 4px;
}

.resource_filter_item input::-webkit-input-placeholder { /* Chrome, Safari, Opera */
    color: var(--Primary-D4B-Slate-900, #142A3E);
    font-family: "Work Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.resource_filter_item input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: var(--Primary-D4B-Slate-900, #142A3E);
    font-family: "Work Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.resource_filter_item input::placeholder { /* Standard */
    color: var(--Primary-D4B-Slate-900, #142A3E);
    font-family: "Work Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.resource_filter_item select{
    display: flex;
    flex-grow: 1;
    min-height: 56px;
    color: var(--Primary-D4B-Slate-900, #142A3E);
    font-family: "Work Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding-left: 16px;
    border: 0 none;
    border-radius: 4px;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    background-image: url('images/chevron-down.svg');
    background-repeat: no-repeat;
    background-position: 98% 50%;
    background-size: 24px;
}

.resource_filter_item select:hover{
    cursor: pointer;
}

.resources_type_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 32px;
    margin-bottom: 80px;
}

.resource_type_item {
    flex: 1 1 calc(33.333% - 32px);
    max-width: calc(33.333% - 32px);
    box-sizing: border-box;
    background-color: #fff;
    color: var(--Primary-Purple-500, #7A2982);
    font-family: "Work Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
    border: 1px solid #ddd;
    border-radius: 16px;
    text-align: center;
}

.resource_type_item:link,
.resource_type_item:visited,
.resource_type_item:hover,
.resource_type_item:active,
.resource_type_item:focus {
    font-family: "Work Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; 
}

.resource_image_container{
    height: 315px;
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
    border-radius: 16px 16px 0px 0px;
}

.resource_type_item img{
    height: 100%;
	width: auto;
    display: block;
    background: var(--Primary-D4B-Slate-400, #9BADBD);
    object-fit: cover;
    object-position: center;
}

.resource_text_container {
    background-color: #fff;
    padding: 32px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 0 0 16px 16px;
    overflow:hidden;
}

.resource_type_item h2 {
    color: #7A2982;
    font-family: Blinker;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
    margin-bottom: 0px;
}

.resource_text_container p{
    text-align: left;
    margin: 16px 0;
}

.cant_find{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 16px;
    padding: 32px 48px;
    background: var(--Primary-Gradient-Gradient, linear-gradient(90deg, #7A2982 0%, #BC0E71 100%));
    color: var(--Base-White, #FFF);
    font-family: Blinker;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    margin-top: 40px;
}

.cant_find span{
    margin-right: 56px;
}

.cant_find a{
    color: var(--Base-White, #FFF);
    font-family: "Work Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
    padding: 16px 24px;
    border: 1px solid var(--Base-White, #FFF);
    border-radius: 4px;
}

.accordion_section.taxonomy{
    background-color: #142A3E;
    padding-top: 45px;
}


@media only screen and (max-width: 1080px) {

        .resource_type_item {
            flex: 1 1 calc(50% - 32px);
            max-width: calc(50% - 32px);
        }
}

@media only screen and (max-width: 991px) {

    .resource_filter_container {
        display: flex;
        flex-direction: column;
        padding: 32px 50px;
        margin: 50px auto;
        margin-bottom: 50px;
    }

    .resource_filter_item {
        display: flex;
        align-items: center;
        width: 100%;
        margin: 16px auto;
        margin-left:0;
    }

    .resource_filter_item label{
        width: 80px;
    }

}

@media only screen and (max-width: 767px) {

    .resource_type_item {
            flex: 1 1 calc(100% - 0px);
            max-width: 500px;
            margin: 8px auto;
        }

    .accordion_section.taxonomy .container {
        padding: 30px 0;
        padding-bottom: 60px;
    }

}


/* A-Z sort Page */
.page-id-3244 .page_builder {
    background-color: #F0F3F5;
}

.resources_page{
    width: 1620px;
    max-width: 90%;
    padding: 40px;
    margin: 0 auto;
}

.resources_page .sort_results{
    display: flex;
    align-items: center;
    justify-content: end;
    margin-bottom: 16px;
}

.resources_page .sort_results select{
    width: 100%;
    max-width: 300px;
    height: 48px;
    color: var(--Primary-D4B-Slate-500, #727F8B);
    font-family: "Work Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; 
    margin-left: 16px;
    padding: 12px 12px;
    border: 1px solid #9BADBD;
    border-radius: 4px;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    background-image: url('images/chevron-down.svg');
    background-repeat: no-repeat;
    background-position: 98% 50%;
    background-size: 24px;
}

.resources_page .resource-sort{
    margin-left: 16px;
}

.resources_page .resources_container{
    display: flex;
    align-items: flex-start;
}

.resources_page .resources_controls {
    width: 512px;
    margin-right: 40px;
}

.resource_search_container {
    border-radius: 16px 16px 0px 0px;
    background: var(--Primary-Gradient-Gradient, linear-gradient(90deg, #7A2982 0%, #BC0E71 100%));
    padding: 32px;
}

.resource_search_container{
    border-radius: 16px 16px 0px 0px;
    background: var(--Primary-Gradient-Gradient, linear-gradient(90deg, #7A2982 0%, #BC0E71 100%));
    padding: 32px;
    max-width: calc(100% - 64px);
}

.resource_search_container input {
    width: 100%;
    max-width: calc(100% - 44px);
    display: flex;
    flex-grow: 1;
    height: 56px;
    background-image: url(images/search.svg);
    background-repeat: no-repeat;
    background-position: 16px 50%;
    padding-left: 44px;
    border: none;
    outline: none;
}

.resource_search_container input::-webkit-input-placeholder { /* Chrome, Safari, Opera */
    color: var(--Primary-D4B-Slate-900, #142A3E);
    font-family: "Work Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.resource_search_container input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: var(--Primary-D4B-Slate-900, #142A3E);
    font-family: "Work Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.resource_search_container input::placeholder { /* Standard */
    color: var(--Primary-D4B-Slate-900, #142A3E);
    font-family: "Work Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.resources_controls_bottom {
    padding: 32px;
    border-radius: 0px 0px 16px 16px;
    background: var(--Base-White, #FFF);
}

.resources_controls_bottom h3{
    color: var(--Primary-D4B-Slate-900, #142A3E);
    font-family: Blinker;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    margin-top: 0;
}

.resources_controls_bottom label{
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.resources_controls_bottom input{
    margin-right: 16px;
}

.resources_controls_bottom input {
    visibility: hidden;
    position: relative;
    margin-right: 36px;
}

.resources_controls_bottom input:after {
    content: '';
    display: inline-block;
    width: 32px;
    height: 32px;
    background-image: url(images/filter-checkbox.png);
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    position: relative;
    top: -10px;
    visibility: visible;
}

.resources_controls_bottom input.checked:after {
    background-image: url(images/filter-checkbox-checked.png);
}

.resources_controls_bottom .resource-filter span{
    color: var(--Primary-D4B-Slate-900, #142A3E);
    font-family: "Work Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; 
}

.resource_item{
    height: 300px;
    display: flex;
    align-items: center;
    margin-bottom: 32px;
    border-radius: 0px 16px 16px 0px;
}

.resource_item_column{
    width: 50%;
}

.resource_item_column.img {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 16px 0 0 16px;
}

.resource_item_column.text {
    height: calc(100% - 64px);
    background: var(--Base-White, #FFF);
    padding: 32px;
    border-radius: 0px 16px 16px 0px;
}

.resource_item h2{
    color: #7A2982;
    font-family: Blinker;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
}

.resource_item p{
    color: #142A3E;
    font-family: "Work Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; 
}

.resource_item a{
    display: flex;
    align-items: center;
    color: var(--Primary-Purple-500, #7A2982);
    font-family: "Work Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; 
}

.resource_item a img{
    margin-left: 8px;
}

.filter-tag {
    display: inline-block;
    color: var(--Primary-D4B-Slate-900, #142A3E);
    font-family: "Work Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    padding: 16px 24px;
    border: 1px solid var(--Primary-D4B-Hot-Pink-500, #BC0E71);
    border-radius: 100px;
    margin-bottom: 15px;
    margin-right: 15px;
}

.remove-filter-button{
    background-color: transparent;
    border: 0 none;
}

.remove-filter-button:hover{
    cursor: pointer;
}

@media only screen and (max-width: 991px) {

    .resources_page {
        padding: 0;
    }

    .resources_page .sort_results {
        margin: 16px 0;
    }

    .resources_page .resources_container {
        flex-direction: column;
    }

    .resources_page .resources_controls {
        width: 100%;
        margin-right: 0;
        margin-bottom: 40px;
    }

    .resource_item {
        height: auto;
        flex-direction: column;
    }

    .resource_item_column{
        width: 100%;
    }

    .resource_item_column.img {
        height: 300px;
    }

    .resource_item_column.text {
        width: calc(100% - 64px);
    }

}



/* Page Banner 3 */
.page_banner_3 .container {
    display: flex;
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.page_banner_3_column{
    width: 50%;
    position: relative;
}

.page_banner_3 .page_banner_image{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page_banner_3_column img{
    display: block;
    max-width: 100%;
}

.page_banner_3 .vector_image {
    position: absolute;
    right: -150px;
    bottom: 0;
}

.page_banner_3_column.editor{
    width: 40%;
}

.page_banner_3_column.editor{
    padding: 5% 5%;
}

.page_banner_3 .editor_container{
    max-width: 672px;
}

.page_banner_3_column.editor h1{
    background: var(--Primary-Gradient-Gradient, linear-gradient(90deg, #7A2982 0%, #BC0E71 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Blinker;
    font-size: 72px;
    font-style: normal;
    font-weight: 700;
    line-height: 74px; 
    margin-top:32px;
}

.home .page_banner_3_column.editor h1 {
  margin-top: 0;
}

.page_banner_3_column.editor p{
    color: var(--Primary-D4B-Slate-600, #435565);
    font-family: "Work Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; 
}

.page_banner_3 .vector_image{
    position: absolute;
    right: -150px;
    bottom: 0;
}

.page_banner_3 .scroll_down{
    background-image: url(/wp-content/themes/matrixinternet2023/images/scroll.svg);
    margin-bottom: 50px;
}

.page_banner_3 .scroll_down:hover{
    background-image: url(/wp-content/themes/matrixinternet2023/images/scroll-hover.svg);
    margin-bottom: 50px;
}

.page_banner_3 .apply_now{
    display: none;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    border-radius: 4px;
    background: var(--Primary-Gradient-Gradient, linear-gradient(90deg, #7A2982 0%, #BC0E71 100%));
    color: #FFF;
    font-family: "Work Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-transform: none;
    margin-bottom: 25px;
}


@media only screen and (max-width: 1640px) {

    .page_banner_3 .vector_image {
        right: 0;
		max-width: 400px;
    }
	
	.page_banner_3_column.editor h1{
		font-size: 54px;
		line-height: 60px;
	}
	
	.page_banner_3_column.editor p{
		font-size: 22px;
    	line-height: 26px;
	}

}

@media only screen and (max-width: 1480px) {

    .page_banner_3 .vector_image {
        max-width: 400px;
    }

}

@media only screen and (max-width: 1340px) {

    .page_banner_3_column.editor h1{
        font-size: 50px;
        line-height: 60px;
    }

}

@media only screen and (max-width: 1200px) {

    .page_banner_3_column.editor h1{
        font-size: 40px;
        line-height: 32px;
    }

    .page_banner_3 .vector_image {
        max-width: 300px;
    }

}

@media only screen and (max-width: 991px) {

    .page_banner_3 .container {
        flex-direction: column;
    }

    .page_banner_3_column {
        width: 100%;
        max-width: 100%;
    }

    .page_banner_3_column.editor {
        width: 90%;
    }

    .page_banner_3 .editor_container {
        max-width: 100%;
    }

}

@media only screen and (max-width: 828px) {

    .page_banner_3 .scroll_down {
        margin: 0px auto;
    }

}

@media only screen and (max-width: 767px) {

    .page_banner_3{
        margin-top: 50px;
    }

    .page_banner_3 .vector_image {
        max-width: 200px;
    }

    .page_banner_3 .scroll_down{
        display: none;
    }

    .page_banner_3 .apply_now{
        display: flex;
        font-size: 20px;
        line-height: 28px;
    }

}

/* Card Section */
.cards_section{
    display: flex;
    padding: 56px 0;
}

.cards_section .container{
    align-items: center;
}

.cards_section h2{
    color: var(--Primary-D4B-Slate-600, #435565);
    font-family: Blinker;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
}

.cards_section .card_item{
    display: flex;
    padding: 32px 56px;
    flex-direction: column;
    align-items: center;
    border-radius: 16px;
    background: var(--Base-White, #FFF);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
}

.cards_section .card_item .card_link a{
    display: block;
    background: var(--Primary-Gradient-Gradient, linear-gradient(90deg, #7A2982 0%, #BC0E71 100%));
    color: #FFF;
    font-family: "Work Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
    padding: 16px 32px;
    border-radius: 4px;
    margin-top: 25px;
}

.cards_section .card_item .card_link a:hover{
    background: #7a2982;
}

@media only screen and (max-width: 1440px) {

    .cards_section .container{
        flex-wrap: wrap;
    }

    .cards_section h2{
        width: 100%;
        margin-bottom: 30px;
    }

    .cards_section .card_item{
        margin-bottom: 30px;
    }

}

@media only screen and (max-width: 1080px) {

    .cards_section .card_item {
        margin: 15px;
        width: 300px;
    }

}

@media only screen and (max-width: 1024px) {

    .cards_section h2{
        text-align: center;
    }
    
    .cards_section .card_item {
        margin: 15px;
        width: 300px;
        margin: 15px auto;
    }

}

@media only screen and (max-width: 767px) {

    .cards_section {
        padding: 32px 0;
    }

    .cards_section h2{
        font-size: 24px;
        line-height: 32px;
        text-align: center;
    }

    .cards_section .card_item {
        margin-bottom: 30px;
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: space-around;
        align-items: center;
        padding: 24px;
        margin: 10px 0;
    }

    .card_item img{
        max-width: 70px;
    }

    .cards_section .card_item .card_link a{
        color: #FFF;
        font-family: "Work Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
        margin-top: 0;
    }

    .cards_section .card_item .card_link a {
        min-width: 120px;
    }

}


@media only screen and (max-width: 414px) {

    .cards_section .card_item {
        padding: 24px 16px;
    }

    .card_item img{
        max-width: 50px;
    }

    .cards_section .card_item .card_link a {
        min-width: 200px;
        padding: 16px 16px;
        margin-left: 10px;
    }

}


/* Counters */
.counters .section_container {
    padding: 56px 0;
    padding-top: 0;
    flex-wrap: wrap;
}

.counters .counter_item {
    display: flex;
    padding: 32px 56px;
    justify-content: center;
    align-items: center;
    gap: 24px;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 16px;
    background: var(--Primary-D4B-Slate-100, #F0F3F5);
    margin: 20px;
}

.counters .counter_item:first-child{
    margin-left: 0;
}

.counters .counter_number_container{
    display: flex;
    align-items: center;
    background: var(--Primary-Gradient-Gradient, linear-gradient(90deg, #7A2982 0%, #BC0E71 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Blinker;
    font-size: 92px;
    font-style: normal;
    font-weight: 700;
    line-height: 94px;
}

.counter_text{
    color: var(--Primary-D4B-Slate-900, #142A3E);
    font-family: "Work Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}

@media only screen and (max-width: 1280px) {

    .counters .counter_item {
        margin-left: 0;
    }

}

@media only screen and (max-width: 991px) {
    
    .counters .section_container {
        padding-top: 0;
    }

    .counters .section_container{
        flex-direction: column;
    }

    .counters .counter_item{
        flex-direction: column;
        margin: 20px 0;
    }

    .counter_column{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

}

@media only screen and (max-width: 767px) {

    .counters .section_container {
        padding-top: 0;
    }

    .counters .counter_item {
        justify-content: flex-start;
        padding: 16px 24px;
        margin: 10px 0;
    }

    .counters .counter_item img{
        max-width: 60px;
    }

    .counters .counter_number_container{
        font-size: 62px;
        line-height: 64px; 
    }

    .counter_text {
        font-size: 18px;
        line-height: 24px;
    }

}

/* Showcase */
.showcase_section {
    position: relative;
    width: 1620px;
    max-width: 90%;
    margin: auto;
}

.showcase_section .main-slider {
    width: calc(100% - 275px);
    float: left;
    margin-right: 50px;
    z-index: 9999;
}

.showcase_section .main-slider .slick-list{
    height: 100vh;
    max-height: 900px;
}

.showcase_section .main-slider .slick-track{
    height: 100%;
}

.showcase_section .main-slider .slide {
    position: relative;
    text-align: center;
}

.showcase_section .main-slider .slick-slide.slick-active img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
}

.showcase_section .main-slider .content {
    width: 100%;
    max-width: calc(100% - 112px);
    text-align: left;
    padding: 56px;
    position: absolute;
    bottom: 0;
    z-index: 1;
}

.showcase_section .main-slider .content .post_categories {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.showcase_section .main-slider .content .post_categories .category_item_container{
    background: var(--Primary-D4B-Hot-Pink-500, #BC0E71);
    padding: 16px 32px;
    border-radius: 100px;
}

.showcase_section .main-slider .content .post_categories .category_item{
    color: var(--Base-White, #FFF);
    text-align: center;
    font-family: "Work Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.showcase_section .main-slider .content h3 {
    color: var(--Base-White, #FFF);
    font-family: Blinker;
    font-size: 72px;
    font-style: normal;
    font-weight: 600;
    line-height: 74px;
    margin-bottom: 16px;
    max-width: 700px;
    margin-top: 25px;
}

.showcase_section .main-slider .content p {
    display: flex;
    align-items: center;
    color: var(--Base-White, #FFF);
    font-family: "Work Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.showcase_section .main-slider .content .permalink {
    border-radius: 4px;
    background: var(--Primary-Gradient-Gradient, linear-gradient(90deg, #7A2982 0%, #BC0E71 100%));
    color: #FFF;
    font-family: "Work Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
    padding: 16px 32px;
    margin-left: 32px;
    min-width: 100px;
    text-align: center;
}

.showcase_section .main-slider .content .permalink:hover{
    background: #7a2982;
}

.showcase_section .main-slider .slide_overlay {
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.showcase_section .thumbnail-slider {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.showcase_section .thumbnail-slider .slick-list{
    min-width: 200px;
}

.showcase_section .thumbnail-slider .thumb {
    cursor: pointer;
    margin-bottom: 32px;
}

.showcase_section .thumbnail-slider .thumb:last-child{
    margin-bottom: 0;
}

.showcase_section .thumbnail-slider img {
    width: 200px;
    height: 147px;
    object-fit: cover;
    object-position: center;
    border: 4px solid transparent;
    border-radius: 16px;
    transition: transform 0.3s ease;
}

.showcase_section .thumbnail-slider .slick-current img {
    border: 4px solid var(--Primary-Gradient-Gradient, #7A2982);
    background: url(<path-to-image>) lightgray 50% / cover no-repeat, #727F8B;
}

.showcase_section .thumbnail-slider .slick-track {
    transform: unset !important;
    display: flex;
    flex-direction: column;
}

.showcase_section .thumbnail-slider .thumb.slick-cloned{
    display: none;
}


@media only screen and (max-width: 1440px) {

    .showcase_section .main-slider .content h3 {
        font-size: 60px;
        line-height: 68px;
    }

}

@media only screen and (max-width: 991px) {

    .showcase_section {
        width: 1620px;
        max-width: 90%;
        padding: 32px 0;
    }

    .showcase_section .main-slider {
        width: 100%;
        margin-right: 0px;
    }

    .showcase_section .main-slider .slick-list {
        height: auto;
        max-height: max-content;
    }

    .showcase_section .main-slider .slick-slide img {
        height: 400px;
    }

    .showcase_section .main-slider .slick-slide.slick-active img {
        height: 400px;
    }

    .showcase_section .main-slider .content {
        max-width: 100%;
        position: static;
        padding: 25px 0;
    }

    .showcase_section .main-slider .content .post_categories {
        margin-left: 20px;
        margin-top: -100px;
    }

    .showcase_section .main-slider .content h3 {
        color: var(--Primary-D4B-Slate-900, #142A3E);
        font-family: Blinker;
        font-size: 30px;
        font-style: normal;
        font-weight: 600;
        line-height: 38px;
        margin-top: 40px;
    }

    .showcase_section .main-slider .content p {
        flex-direction: column;
        color: var(--Primary-D4B-Slate-900, #142A3E);
        font-family: "Work Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }

    .showcase_section .main-slider .content .permalink {
        width: 100%;
        max-width: 90%;
        text-align: center;
        margin: 0 auto;
        margin-top: 50px;
        padding: 16px 5%;
    }

    .showcase_section .main-slider .slide_overlay {
        display: none;
    }

    .showcase_section .slick-prev, 
    .showcase_section .slick-next {
        position: absolute;
        top: 25%;
        transform: translateY(-50%);
        width: 48px;
        height: 48px;
        background: none;
        border: none;
        cursor: pointer;
        z-index: 10;
    }

    .showcase_section .slick-prev {
        left: 20px; 
    }

    .showcase_section .slick-next {
        right: 20px; 
    }

    .showcase_section .slick-arrow:before{
        display: none;
    }

    .showcase_section .slick-prev img, 
    .showcase_section .slick-next img {
        width: 48px;
        height: auto;
    }

    .showcase_section .slick-dots {
        position: absolute;
        bottom: -0px;
        left: 50%;
        transform: translateX(-50%);
        display: flex !important;
        gap: 8px;
        justify-content: center;
    }

    .showcase_section .slick-dots li {
        width: 16px;
        height: 16px;
        border-radius: 100px;
        border: 2px solid var(--Primary-Gradient-Gradient, #7A2982);
        background: transparent;
        list-style: none;
        display: inline-block;
        transition: all 0.3s ease;
    }

    .showcase_section .slick-dots li.slick-active {
        background: var(--Primary-Gradient-Gradient, linear-gradient(90deg, #7A2982 0%, #BC0E71 100%));
    }

    .showcase_section .slick-dots li button {
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer;
    }

    /* RSS Feed */
    .rss_section h2 {
        font-size: 24px !important;
        line-height: 32px !important;
        margin-left: 0;
    }

    .rss-aggregator {
        margin-top: 0px;
    }

    .rss_section {
        padding: 5% 10px;
    }

    .rss_section .container {
        padding-bottom: 0;
    }

    .wpra-item {
        flex: 100%;
    }

    .more_feeds{
        display: block;
        width: 100%;
        max-width: calc(100% - 48px);
        text-align: center;
        margin-bottom: 15px;
    }

}


/* Resources Types */
.resourses_types .title_container{
    margin-bottom: 40px;
}

.resourses_types .title_container h2{
    font-family: Blinker;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px; 
    letter-spacing: -0.72px;
    background: var(--Primary-Gradient-Gradient, linear-gradient(90deg, #7A2982 0%, #BC0E71 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-family: Blinker;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px; /* 111.111% */
    letter-spacing: -0.72px;
}

.resourses_types .title_container a{
    color: var(--Primary-D4B-Slate-900, #142A3E);
    font-family: "Work Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
    padding: 16px 24px;
    border: 1px solid var(--Primary-D4B-Hot-Pink-500, #BC0E71);
    border-radius: 4px;
}

.resourses_types .title_container a:hover {
    background-color: #7a2982;
    color: #fff;
    border: 1px solid #7a2982;
}

@media only screen and (max-width: 767px) {

    .resourses_types .title_container h2{
        width: 100%;
        text-align: center;
        margin-bottom: 0;
    }

    .resourses_types .title_container a{
        width: 100%;
        max-width: calc(100% - 48px);
        text-align: center;
        margin: 0 auto;
    }

    .resourses_types .resources_type_list {
        margin-bottom: 40px;
    }

}


/* LinkedIn Feed */

.linkedin_feed h2 {
    width: 100%;
    background: var(--Primary-Gradient-Gradient, linear-gradient(90deg, #7A2982 0%, #BC0E71 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-family: Blinker;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: -0.72px;
    max-width: 100%;
    margin-bottom: 32px;
}

.tb_nc_image_wrap_ {
    padding-bottom: 0 !important;
}

.tb_nc_image_wrap_in{
    height: 200px !important;
    overflow: hidden;
}

.tb_nc_image_wrap_in img {
    height: 100% !important;
    object-fit: cover;
    position: static;
    width: 100% !important;
}

.linkedin_feed .tagembed-widget{
    width: 100%;
}

.linkedin_feed .tb_nc_content{
    display: none;
}

@media only screen and (min-width: 1025px) {

    .tb_nc_post_wrapper{
        width: 25% !important;
    }

}



@media only screen and (min-width: 768px) {

    .hide_desktop{
        display: none !important;
    }

}

@media only screen and (max-width: 767px) {
    
    .hide_mobile{
        display: none !important;
    }

    .linkedin_feed h2{
        margin-bottom: 20px;
    }

    .simple_text_editor.linkedin_feed{
        padding-bottom: 40px;
    }

}

.maintext {
    width: 100%;
    max-width: 100%;
    padding: 40px 0;
    padding-bottom: 0;
    margin: 0 auto;
    background-color: #fff;
}

.maintext .container{
    width: 1500px;
    max-width: 90%;
    color: var(--Primary-D4B-Slate-900, #142A3E);
    font-family: "Work Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 160% */
    margin: 0 auto;
}

.maintext p{
    width: 100%;
    max-width: 100%;
}


/* Downloads Section */
.downloads_section{
    background: var(--Primary-Gradient-Gradient, linear-gradient(90deg, #7A2982 0%, #BC0E71 100%));
    padding: 56px;
}

.downloads_section .container {
    width: 1296px;
    max-width: calc(90% - 112px);
    flex-direction: column;
    background-color: #fff;
    padding: 56px;
    border-radius: 32px;
    margin: 0 auto;
}

.downloads_section .container h2{
    display: flex;
    align-items: center;
}

.downloads_section .container h2 img{
    margin-right: 16px;
}

.downloads_section .container p{
    margin: 0;
    margin-bottom: 32px;
}

.downloads_section .downloads_grid {
    display: flex;
    flex-wrap: wrap;
}

.downloads_section .downloads_grid a {
    display: inline-flex;
    align-items: center;
    color: var(--Primary-D4B-Slate-900, #142A3E);
    font-family: "Work Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
    padding: 16px 24px;
    border-radius: 4px;
    border: 1px solid var(--Primary-D4B-Hot-Pink-500, #BC0E71);
    margin-right: 16px;
    margin-bottom: 16px;
}

.downloads_section .downloads_grid a:hover{
    background-color: #BC0E71;
    color: #fff;
}

.downloads_section .downloads_grid a img{
    margin-right: 8px;
}

@media only screen and (max-width: 767px) {

    .downloads_section {
        background: var(--Primary-Gradient-Gradient, linear-gradient(90deg, #7A2982 0%, #BC0E71 100%));
        padding: 60px 40px;
    }

    .downloads_section .container {
        max-width: 90%;
        padding: 10% 5%;
    }

    .downloads_section .container h2 {
        flex-direction: column;
        align-items: flex-start;    
    }

}

@media only screen and (max-width: 600px) {

    .downloads_section .container {
        max-width: calc(100% - 50px);
        padding: 10% 25px;
    }

    .downloads_section .downloads_grid a {
        width: 100%;
        font-size: 16px;
        line-height: 24px;
        margin-right: 0;
    }

}

/* Boxes */
.boxes_section{
    padding: 60px 0;
}

.boxes_section .container{
    flex-wrap: wrap;
}

.boxes_section .card_item{
    width: calc(33.333% - 152px);
    border-radius: 16px;
    background: var(--Primary-D4B-Slate-100, #F0F3F5);
    padding: 32px 56px;
    margin: 20px;
}

.boxes_section .card_item h3{
    background: var(--Primary-Gradient-Gradient, linear-gradient(90deg, #7A2982 0%, #BC0E71 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Blinker;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    margin: 0;
}

.boxes_section .card_item img {
    width: 100%;
    max-width: 100%;
    height: 300px;
    object-fit: cover;
}

.boxes_section .card_item .card_link a {
    display: inline-flex;
    align-items: center;
    color: var(--Primary-D4B-Slate-900, #142A3E);
    font-family: "Work Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
    padding: 16px 24px;
    border-radius: 4px;
    border: 1px solid var(--Primary-D4B-Hot-Pink-500, #BC0E71);
    margin-right: 16px;
    margin-bottom: 16px;
}

@media only screen and (max-width: 1200px) {

    .boxes_section .card_item {
        width: calc(50% - 100px);
        background: var(--Primary-D4B-Slate-100, #F0F3F5);
        padding: 25px;
        border-radius: 16px;
        margin: 25px;
    }

}

@media only screen and (max-width: 767px) {

    .boxes_section {
        padding-bottom: 0;
    }

    .boxes_section .card_item {
        width: calc(100% - 50px);
        margin: 0px;
        margin-bottom: 25px;
    }

}

/* Sticky Course */
.sticky_course {
    position: fixed;
    right: 41px;
    z-index: 11;
    bottom: 200px;
}

.sticky_course.active {
    bottom: 105px;
}

.sticky_course .sticky_course_container{
    width: auto;
    padding: 0;
}

.sticky_course.active .sticky_course_container {
    flex-direction: column;
    width: 393px;
    max-width: calc(100% - 120px);
    background: var(--Primary-D4B-Slate-900, #142A3E);
    border-radius: 8px;
    padding: 60px;
    position: relative;
}

.sticky_course .sticky_course_info{
    display: none;
}

.sticky_course.active .sticky_course_info{
    display: block;
}

.sticky_course .sticky_course_container .toggle_sticky_course {
    display: flex;
    justify-content: space-between;
    width: max-content;
    height: auto;
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: var(--Primary-D4B-Slate-900, #142A3E);
    background-image: url(images/open-sticky-course.svg);
    background-repeat: no-repeat;
    padding: 20px;
    border-radius: 8px;
    background-position: center;
}

.sticky_course .sticky_course_container .toggle_sticky_course:hover{
    cursor: pointer;
}

.sticky_course.active .sticky_course_container .toggle_sticky_course {
    min-width: unset;
    background-image: url(images/close-sticky-course.svg);
    top: 28px;
    right: 12px;
}

.sticky_course .placeholder{
    display: flex;
    width: 100%;
    max-width: fit-content;
    padding: 8px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: var(--Base-White, #FFF);
    font-family: "Work Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    border: 2px solid var(--Primary-Gradient-Gradient, #7A2982);
    border-radius: 100px;
}

.sticky_course .course_title{
    color: var(--Base-White, #FFF);
    font-family: Blinker;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    margin-top: 8px;
    margin-bottom: 16px;
}

.sticky_course .course_details_top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sticky_course .course_details_top .course_details_column{
    width: 50%;
    color: var(--Base-White, #FFF);
    font-family: "Work Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; 
    margin-bottom: 16px;
}

.sticky_course .course_details_top .course_details_column span{
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}

.sticky_course .course_details_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
    margin-bottom: 16px;
}

.sticky_course .course_details_bottom a{
    display: flex;
    align-items: center;
    color: var(--Base-White, #FFF);
    font-family: "Work Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    text-decoration: none;
}

.sticky_course .course_details_bottom img{
    margin-right: 8px;
}

.sticky_course .apply_course{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    background: var(--Primary-Gradient-Gradient, linear-gradient(90deg, #7A2982 0%, #BC0E71 100%));
    color: #FFF;
    font-family: "Work Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
    padding: 16px 24px;
    border-radius: 4px;
}

.sticky_course .apply_course:hover{
    background: #7a2982;
}

.sticky_course.active .toggle_sticky_course .apply_course,
.sticky_course.active .toggle_sticky_course img{
    display: none;
}

.sticky_course .toggle_sticky_course img {
    width: 50px;
    height: 52px;
    margin-left: 16px;
}

@media only screen and (max-width: 991px) {

    .sticky_course {
        position: fixed;
        z-index: 2;
        right: 0;
        width: 100%;
        max-width: 100%;
    }

    .sticky_course.active .sticky_course_container {
        width: 100%;
        padding: 5%;
        max-width: 80%;
    }

}

@media only screen and (max-width: 600px) {

    .sticky_course .course_details_bottom {
        margin-top: 0px;
        align-items: flex-end;
    }

    .sticky_course .course_details_bottom .contact{
        margin-top: 16px;
    }
	
	.sticky_course .sticky_course_container .toggle_sticky_course{
		top:28px;
		padding:16px;
	}
	
	.sticky_course.active .sticky_course_container{
		max-width:86%;
		z-index: 5;
		top:28px;
	}
	
	.sticky_course .course_details_top .course_details_column{
		margin-bottom:12px;
	}
	
	.sticky_course .course_details_top .course_details_column span{
		font-size: 16px;
    	line-height: 20px;
	}
	
	.sticky_course .apply_course{padding:8px 24px;}
	
	#scrollTop{bottom:10px;}
	
	#scrollTop img{max-width:48px!important;}

}


/* CTA list */
.cta_list{
    padding: 56px 0;
}

.cta_list .container{
    justify-content: flex-start;
    align-items: center;
}

.cta_list h2{
    color: var(--Primary-D4B-Slate-600, #435565);
    font-family: Blinker;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px; 
    letter-spacing: -0.72px;
    margin-right: 16px;
    margin-bottom: 10px;
}

.cta_list .cta_items_container{
    display: flex;
    align-items: center;
}

.cta_list .cta_items_container .cta_item{
    margin: 0 16px;
}

.cta_list .cta_items_container .cta_item a{
    display: flex;
    align-items: center;
    background: var(--Primary-D4B-Hot-Pink-500, #BC0E71);
    color: #FFF;
    font-family: "Work Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
    padding: 16px 32px;
    border-radius: 4px;
}

.cta_list .cta_items_container .cta_item a:hover{
    background: #7A2982;
}

.cta_list .cta_items_container .cta_item a img{
    margin-left: 8px;
}

.partner_overview .cta_list {
    display: flex;
    align-items: center;
    padding: 0;
    margin-top: 28px;
}

.partner_overview.right .cta_list {
    border-radius: 8px;
    background: var(--Primary-D4B-Slate-100, #F0F3F5);
    padding: 16px;
}

.partner_overview .cta_list h4{
    width: auto;
    color: var(--Primary-D4B-Slate-600, #435565);
    font-family: Blinker;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; 
    margin-right: 16px;
    margin-bottom: 0;
}

.partner_overview.right .cta_list h4{
    margin-left: 16px;
}

.partner_overview .cta_list a{
    display: flex;
    align-items: center;
    color: var(--Primary-D4B-Slate-900, #142A3E);
    font-family: "Work Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; 
    text-decoration: none;
    padding: 16px 24px;
    border-radius: 4px;
    border: 1px solid var(--Primary-D4B-Hot-Pink-500, #BC0E71);
    margin-right: 32px;
}

.partner_overview.right .cta_list a {
   background-color: #BC0E71;
   color: #fff;
}

.partner_overview.right .cta_list a:hover{
    background-color: #7a2982;
}

.partner_overview .cta_list a:hover{
    background-color: #BC0E71;
    color: #fff;
}

@media only screen and (max-width: 1540px) {

    .partner_overview.right .cta_list{
        flex-wrap: wrap;
    }

    .partner_overview.right .cta_list{
        padding-top: 24px;
    }

    .partner_overview.right .cta_list a{
        margin-bottom: 16px;
    }


}

@media only screen and (max-width: 1440px) {

    .cta_list h2 {
        margin-bottom: 25px;
    }

    .cta_list .container{
        flex-wrap: wrap;
    }

    .cta_list .cta_items_container{
        flex-wrap: wrap;
    }

    .cta_list .cta_items_container .cta_item:first-child{
        margin-left: 0;
        margin-right: 32px;
    }

    .cta_list .cta_items_container .cta_item{
        margin-left: 0;
        margin-right: 32px;
    }

     .cta_list {
        flex-wrap: wrap;
    }

    .cta_list a{
        margin-bottom: 28px;
    }

}

@media only screen and (max-width: 991px) {
    
    .partner_overview.right .cta_list h4{
        flex-basis: 100%;
        margin-left: 0;
        margin-bottom: 25px;
    }

}


@media only screen and (max-width: 414px) {

    .partner_overview.right .cta_list h4{
        margin-left: 0;
        margin-bottom: 16px;
    }

}

/** New styles 05-25 */

#tb-nc-post-5161009{
    display: none;
}

.resource_text_container h2 a,
.see_more a{color:#7A2982;text-decoration:none;}

.see_more.pdf_link{
  margin-top:20px;
}

.rank-math-breadcrumb p {
  display: flex;
  gap: 4px;
  align-items: center;
}

.single_partner_banner .rank-math-breadcrumb p,
.single_partner_banner .rank-math-breadcrumb p a{
  color: var(--Primary-Purple-300, #AF79B5);
  font-family: "Work Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; 
}

.single_partner_banner .rank-math-breadcrumb p a{
  color:white;
}

.rank-math-breadcrumb .separator{
  display: inline-flex;
  background-image:url('./images/chevron-right.svg');
  width:24px;
  height:24px;
	filter: brightness(4.5);
}

.partner_overview_text .cta_list.inline li a.download:hover img,
.downloads_section .downloads_grid a:hover .icon{
    filter: brightness(0) invert(1);
}


#module-calendar-avalability-dt{
	display:none;
}

.tb_see_more_btn {
    display: none!important;
}

.white-text p, .white-text h2,.white-text h3, .white-text h4, .white-text h5 {
    color: #FFF !important;
    -webkit-text-fill-color: white;
}

.module-template-default .team_member_attribute {
    display: none;
}

.page-id-3729 .post_item.post-2446,
.page-id-3729 .post_item.post-2424,
.page-id-3729 .post_item.post-2419,
.page-id-3729 .post_item.post-2415,
.page-id-3729 .post_item.post-2413,
.page-id-3729 .post_item.post-2409,
.page-id-3729 .post_item.post-2405,
.page-id-3729 .post_item.post-2401,
.page-id-3729 .post_item.post-2388,
.page-id-3738 .post_item.post-2446,
.page-id-3738 .post_item.post-2424,
.page-id-3738 .post_item.post-2419,
.page-id-3738 .post_item.post-2415,
.page-id-3738 .post_item.post-2413,
.page-id-3738 .post_item.post-2409,
.page-id-3738 .post_item.post-2405,
.page-id-3738 .post_item.post-2401,
.page-id-3738 .post_item.post-2388{
	display:none;
}

.column a.link_nb {
    background: transparent;
    color: #7A2982;
    padding: 0;
    margin: 0;
    font-size: inherit;
}

.column a.link_nb:hover{
	color:#BB0F71;
}

.editor_left_img_right h2{
  background: linear-gradient(90deg, #7A2982 0%, #BC0E71 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media only screen and (max-width: 767px) {
.footer_top .menu{
  flex-wrap: wrap;
}

footer ul li{width:100%;}
}

.linkedin_feed {
    display: none;
}

.editor_left_img_right.border-radius img{max-height:600px;}

#get-started,section{
    scroll-margin-top: 140px!important;
}

/* main{margin-top:140px!important;} */

#meet-us-section h2 {
    background: white;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cant_find a:hover{
	color: #7A2982;
    background: #FFF;
}

.address_contact_form .form_row .wpcf7-submit:hover{
	background:#7A2982;
	color:#FFF;
}

.container.partners_container{gap:20px;}
.partner_item{margin-right:0;margin-bottom:10px;}


/* New module template + changes */

.sub-menu.depth_0 {
    background: #142A3E !important;
    color: #FFF !important;
    padding:10px 0;
    top: 56px !important;
    border-radius:8px;
}

.level-2.no_submenu {
    padding: 0;
}

.sub-menu.depth_0 a{
    color: #FFF !important;
    padding: 16px 20px;
}

.module-template-default .tabs-module{padding-top:40px;}

.tab-editor{max-width:100%;}

.tab-image {min-width: 45%;max-width:500px;}

.cta_button .scroll_down{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    background: var(--Primary-Gradient-Gradient, linear-gradient(90deg, #7A2982 0%, #BC0E71 100%));
    color: #fff;
    text-align: center;
    padding: 16px 32px;
    cursor: pointer;
    border-radius: 4px;
    margin: 15px 0px;
    width: 100%;
    max-width: fit-content;
    height: 22px;
    text-decoration: none;
}

.cta_button .scroll_down:after{
    content:" ";
    background-image:url(/wp-content/uploads/2025/06/arrow-down.svg);
    width:24px;
    height: 24px;
    display: inline-block;
}

.page_banner_3 .cta_button .scroll_down:hover{
	background-image:none;
	margin-bottom:15px;
}


@media only screen and (max-width: 1024px) {
    .sub-menu.depth_0{
        background:#FFF!important;
        top:0!important;
    }

    .sub-menu.depth_0 a{
        color: #142a3e!important;
    }

    .mobile .mobile-controls{margin-top:20px;}
}

@media only screen and (max-width: 767px) {
    .course_breadcrumbs li img {
        margin: 5px;
        max-width: 16px;
        max-height: 16px;
    }
	
	.cant_find{
        flex-wrap: wrap;
        gap:24px;
    }

    .cant_find span{margin:0;}

}

@media only screen and (max-width: 590px) {
		
	.container:has(.resource_type_item) > div {width: -webkit-fill-available;width:-moz-available;}
	.resource_type_item{max-width: -webkit-fill-available;max-width:-moz-available;}
	
}

/* New about page */

.single_partner_banner_text{
    padding: 20px 80px 20px 36px;
    width:fit-content;
}

section.points_icons{padding:80px 0;background-color: white !important;}

.points_icons .container{
    flex-wrap: wrap;
    border-radius: 32px;
    border: 4px solid #7A2982;
    padding: 64px 64px 72px 64px;
    gap:48px;
    max-width: calc(90% - 128px);
}

.points_icons_section h2{
    width:100%;
    margin:0;
}

.points_icons{
    display: flex;
    flex-wrap: wrap;
    gap:48px;
}

.point-item {
    max-width: calc(50% - 24px);
    display: flex;
    gap: 32px;
}

.point-item img {
    max-width: 120px;
}

.point-content {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.point-title {
    width:100%;
    font-family: Blinker;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: -0.72px;
    background: var(--Primary-Gradient-Gradient, linear-gradient(90deg, #7A2982 0%, #BC0E71 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.point-description{
    color: var(--Primary-D4B-Slate-900, #142A3E);
    font-family: "Work Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

section.editor_left_img_right.image_with_circle {
    padding: 0;
    background-color:#F0F3F5;
    overflow:hidden;
}

section.editor_left_img_right.image_with_circle .container{
    max-width:100%;
}

section.editor_left_img_right.image_with_circle .column_left {
    padding-top: 100px;
    padding-bottom: 80px;
    padding-left:5%;
    position: relative;
}


section.editor_left_img_right.image_with_circle .column_right figure{
    height:100%;
    margin: 0;
}

section.editor_left_img_right.image_with_circle .column.column_50.column_right{
    position: relative;
}

section.editor_left_img_right.image_with_circle .column.column_50.column_right:after {
    position: absolute;
    content: " ";
    background-color: #bc0e71;
    height: 100%;
    width: 108%;
    display: flex;
    z-index: 10;
    right: -70%;
    border-radius: 0 0 0 100%;
}

section.editor_left_img_right.image_with_circle .column_right img{
    height: 125%;
    position: relative;
    right: -5%;
    border-radius: 0 0 0 100%;
}

.editor_left_img_right img{border-radius:0 0 0 80px;}

@media only screen and (max-width: 1600px) {
    .single_partner_banner {
        min-height: 340px;
    }
}

@media only screen and (max-width:1024px){
    .point-item{max-width:100%;}
}

section.editor_left_img_right.text_white.gradient h2 {
    -webkit-text-fill-color: white;
}

#scrollTop img {max-width: 60px;}

@media only screen and (max-width: 767px) {
    .page_banner_3 .apply_now {
        display: none;
    }
}


/* New modules */

.tabs-content {
    flex-wrap: wrap;
}

.tabs-content:has(.tab-image) .tab-editor, .tabs-content .tab-image {
    max-width: 45%!important;
}

.tabs-content.active{flex-direction: row;}

.module_breakdown {
    padding-top: 60px;
    padding-bottom: 0px;
}

.module_breakdown .editor{
    color: #142A3E;
    font-family: "Work Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}

.module_breakdown .semester-block {
    width: 100%;
    padding: 24px 0 12px;
}

.module_breakdown .semester-items {
    width: 100%;
    padding: 8px 0 4px;
}

.module_breakdown .semester-title {
    color: var(--Primary-D4B-Slate-600, #435565);
    font-family: Blinker;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
    margin: 16px 0;
}

.module_breakdown .semester-subtitle {
    color: var(--Primary-D4B-Slate-900, #142A3E);
    font-family: "Work Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    padding:8px 0;
}

.module_breakdown .semester-items .mot-title {
    color: var(--Primary-D4B-Slate-600, #435565);
    font-family: Blinker;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
}

.module_breakdown .semester-items > ul{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 12px 32px;
    padding:0;
}

.module_breakdown .semester-items > ul > li{
    width: calc(50% - 66px);
    height:fit-content;
    border-radius: 8px;
    border: 1px solid var(--Primary-D4B-Slate-300, #CDD6DE);
    background: var(--Base-White, #FFF);
	padding: 24px;
}

.module_breakdown .semester-items > ul > li ul{
	padding: 8px 16px 0;
    margin-left: 4px;
    gap: 0;
}

.module_breakdown .semester-items ul li .module-title{
    display: flex;
    color: var(--Primary-Purple-600, #622168);
    font-family: Blinker;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    justify-content: space-between;
}

.module_breakdown .semester-items ul li .module-drop-description {
    display: none;
    flex-wrap: wrap;
    width: calc(100% - 48px);
    color: var(--Primary-D4B-Slate-900, #142A3E);
    font-family: "Work Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
    padding: 0;
}

.module_breakdown .semester-items ul li p:first-child{
	padding-top:22px;
}

.module_breakdown .semester-items ul li p{
	color: var(--Primary-D4B-Slate-900, #142A3E);
    font-family: "Work Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
    padding: 6px 0;
}

.module_breakdown .semester-items ul li .module-drop-description > a {
    background: var(--Primary-Gradient-Gradient, linear-gradient(90deg, #7A2982 0%, #BC0E71 100%));
    color: #fff;
    text-align: center;
    padding: 16px 32px;
    cursor: pointer;
    display: block;
    border-radius: 4px;
    width: fit-content;
    text-decoration: none;
    margin-top:24px;
}

.module_breakdown .semester-items ul li .module-drop-description pre {
    font-family: 'Work Sans';
    font-size: 14px;
}

.module_breakdown .semester-items ul li i.fa.fa-chevron-down {
    font-size: 16px;
    display: flex;
    align-items: center;
}

section.cta_banner {
    padding: 60px 0;
}

section.cta_banner > .container {
    padding: 24px 64px;
    border-radius: 32px;
    border: 4px solid var(--Primary-Gradient-Gradient, #7A2982);
    max-width: 80%;
}

.point-cta{min-width: fit-content;}

.point-cta a.cta_button {
    background: var(--Primary-Gradient-Gradient, linear-gradient(90deg, #7A2982 0%, #BC0E71 100%));
    color: #fff;
    text-align: center;
    padding: 16px 32px;
    cursor: pointer;
    display: block;
    border-radius: 4px;
    margin: 15px 0px;
    text-decoration: none;
}

.cta_banner .points_icons,
.cta_banner .point-item{max-width:100%;width:100%;}

.cta_banner .point-content{flex-wrap: nowrap;width: 100%;gap: 32px;}

@media only screen and (max-width:1024px){
  .cta_banner .point-title{
    font-size:30px;
  }
  .cta_banner .point-content{
    flex-wrap: wrap;
    gap:4px;
  }
}

@media only screen and (max-width:867px){
    .module_breakdown .semester-items ul li{
        width:100%;
    }

    section.cta_banner {
      padding: 60px 24px;
    }

    section.cta_banner > .container {
        padding: 24px;
        max-width: calc(100% - 56px);
    }
}


@media only screen and (max-width: 767px) {
    .tabs-content.active {
        flex-direction: column;
    }

    .tabs-content:has(.tab-image) .tab-editor, .tabs-content .tab-image {
        max-width: 100%!important;
    }

    .single_partner_banner {
        min-height: 500px;
    }

    .single_partner_banner_text h1 {
        font-size: 30px !important;
        line-height: 32px !important;
    }
}

.partners_container.cols_6, .partners_container.cols_4{
    gap: 20px;
}

.partners_container.cols_6 .partner_item .post_item_image_container{
    height: 160px;
}

.partners_container.cols_4 .partner_item .post_item_image_container{
    height:200px;
}

.partners_container.cols_4 .partner_item{
    margin:0;
    flex: calc(25% - 18px);
    max-width: calc(25% - 18px);
}

.partners_container.cols_6 .partner_item{
    margin:0;
    flex: calc(16.6666% - 18px);
    max-width: calc(16.6666% - 18px);
}

@media (max-width:1200px){
    .partners_container.cols_6 .partner_item{
        flex: calc(20% - 16px);
        max-width:calc(20% - 16px);
    }
}

@media (max-width:1024px){
    .partners_container.cols_6 .partner_item{
        flex: calc(25% - 16px);
        max-width:calc(25% - 16px);
    }
}

@media (max-width:998px){
    .partners_container.cols_4 .partner_item{
        flex: calc(33.33333% - 14px);
        max-width:calc(33.3333% - 14px);
    }

    .partners_container.cols_4 .partner_item .post_item_image_container{
        height:180px;
    }
}


@media (max-width:690px){
    .partners_container.cols_4 .partner_item,
    .partners_container.cols_6 .partner_item{
        flex: calc(50% - 10px);
        max-width:calc(50% - 10px);
        margin-right: 0 !important;
    }

    .partner_item .post_item_image_container {
        height: 140px !important;
    }

  section.cta_banner .point-item img {
      max-width: 72px;
  }

  .cta_banner .point-title {
      font-size: 26px;
      line-height: 32px;
  }

  .point-cta a.cta_button{padding:16px;}
}


.mobile.open{padding-top:106px;}

.address_contact_form.thank-you-page{
	background-color: #E6EBEF !important;
}

.address_contact_form.thank-you-page .address_item_column.right.animate__animated.animate__fadeInUp {
    width: 90%;
    max-width: 1000px;
    background: white;
}

.address_contact_form.thank-you-page > .container {
    margin: auto;
    justify-content: center;
    max-width: 70%;
}

.address_contact_form.thank-you-page h1 {
    color: var(--Primary-Purple-500, #7A2982);
    font-family: Blinker;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    text-align: left;
}

.address_contact_form.thank-you-page h2 {
    color: var(--Primary-D4B-Slate-900, #142A3E);
    font-family: Blinker;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    text-align: left;
}

.address_contact_form.thank-you-page h3{
	color: var(--Primary-Purple-500, #7A2982);
	font-family: Blinker;
	font-size: 36px;
	font-style: normal;
	font-weight: 600;
	line-height: 125%;
	text-align:left;
}

.address_contact_form.thank-you-page li {
    color: var(--Primary-D4B-Slate-900, #142A3E);
    font-family: "Work Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
}

.address_contact_form.thank-you-page p{
	text-align:left;
	max-width:100%;
}

.address_contact_form.thank-you-page a {
    background: var(--Primary-Gradient-Gradient, linear-gradient(90deg, #7A2982 0%, #BC0E71 100%));
    color: #fff;
    text-align: center;
    padding: 16px 32px;
    cursor: pointer;
    display: block;
    border-radius: 4px;
    margin: 15px 0px;
    width: 100%;
    text-decoration: none;
    width: fit-content;
    margin-top: 30px;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
}

body:has(.thank-you-page) #menu_v1 {
    display: none;
}

body:has(.thank-you-page) header .container{
	justify-content:center;
}

.page-id-4752 .mot-title {
    display: none;
}

.module_breakdown h2{
	margin-bottom:0;
}

@media only screen and (max-width: 991px){
	.address_contact_form.thank-you-page h1{
		font-size:36px;
	}
	
	.address_contact_form.thank-you-page h2,
	.address_contact_form.thank-you-page h3{
		font-size:28px;
		line-height:36px;
	}
	
	.address_contact_form.thank-you-page > .container {
		max-width:90%;
	}
	
	.address_contact_form.thank-you-page a{
		font-size:16px;
		padding:12px 24px;
	}
	
	.address_contact_form.thank-you-page p,
	.address_contact_form.thank-you-page li{
		font-size:18px;
		line-height:26px;
	}
}


/* Search */

header{
    background:transparent;
    box-shadow: none;
}

.top-header{background:white;}

.search-results .page_banner {
    height: 240px;
}

.search-results .page_banner h1{margin:0;}

.search_icon {
    background-image: url(images/search.svg);
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 16px;
}

.mobile li.search_icon a{
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid var(--Primary-Blue-200, #DEDEFF);
}

.mobile li.search_icon a span{
    display: none;
}

.search_bar_container {
    display: none;
    max-width: calc(90% - 64px);
    align-items: center;
    background-color: #fff;
    padding: 32px;
    border-radius: 16px;
    margin: 0 auto;
}

.search_bar_container.active{
    display: flex;
}

.search-form{
    width: 100%;
    position: relative;
}

.search-form input{
    width: -webkit-fill-available;
    border-radius: 100px;
    border: 2px solid #7A2982;
    border-radius: 40px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
    padding: 12px 24px;
}

.search-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #59656D;
    font-family: "Work Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.search-form input::-moz-placeholder { /* Firefox 19+ */
    color: #59656D;
    font-family: "Work Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.search-form input:-ms-input-placeholder { /* IE 10+ */
    color: #59656D;
    font-family: "Work Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.search-form input:-moz-placeholder { /* Firefox 18- */
    color: #59656D;
    font-family: "Work Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.search-submit {
    position: absolute;
    right: 24px;
    top: 8px;
    background-color: transparent;
    background-image: url(images/search.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 24px;
    border: 0 none;
    outline: none;
    width:28px;
    height:28px;
    cursor: pointer;
}

.close_search{
    width: 40px;
    height: 40px;
    background-image: url(images/close-search.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    margin-left: 32px;
}

.close_search:hover{
    cursor: pointer;
}

.search_icon_mobile{
    display: none;
    width: 35px;
    height: 35px;
    background-image: url(images/search.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 24px;
    margin-right: 12px;
}

.filter-tag{
    padding: 6px 24px;
    margin: 0 2px 6px 0;
}

button#clear-filters{cursor:pointer;}

button#clear-filters {
    background: transparent;
    border: 0;
}

#resources-list {
    max-width: 840px;
}

.resources_controls_bottom h3{margin:16px 0;}

.remove-filter-button{display: none;}

.search .resource_item_column.img {
    width: 40%;
}

.search #resources-list{
    min-width: 65%;
}

.search .resource_item_column.text{
    padding-top:0;  
    width:58%;
    margin-top: -26px; 
}

.search  .resource_item p{
    font-size:16px;
    line-height: 22px;
}

.search  .resource_item h2{
    font-size: 28px;
    line-height: 32px;
}

.resources_controls .search-form input{
	background-image:none;
	padding: 0 24px;
}

.resources_controls .search-submit{
	height: 40px;
}

@media only screen and (max-width: 1024px) {

    .search_bar_container {
        max-width: calc(90% - 0px);
    }

    .close_search {
        margin-left: 16px;
    }

    .mobile-menu .search_icon{
        display: none;
    }

    .search_icon_mobile{
        display: block;
    }

    #logo_container{width:85%;}
}

@media only screen and (max-width:767px){
	body:has(.sticky_course) footer{
		padding-bottom: 170px;
	}
}

/* New eligibility */

.left-text {
    max-width: 45%;
}

.address_contact_form .container:has(.left-text) {
    gap: 40px;
}

.left-text li {
    font-family: "Work Sans";
    font-weight: 400;
	font-size:20px;
    line-height: 32px;
    margin: 8px 0;
}


/* Timetable */

.dtbl-wrapper{
	    width: 100%;
}

.dtbl-wrapper thead{
	color:white;
	background-color:#7A2982;
}

.dtbl-wrapper th{
	    padding: 8px;
}

.dtbl-wrapper tbody tr:nth-child(even){
	background-color: #fdefff;
}

.dtbl-wrapper tbody td {
    padding: 4px 8px;
}


/* Global keyboard focus */
:focus-visible {
  outline: 3px solid #005fcc;
  outline-offset: 3px;
}

/* Inputs/buttons/links also get a soft halo */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  box-shadow: 0 0 0 4px rgba(0,95,204,.3);
}

/* If inline styles are fighting you, force borders on focus */
button:focus-visible,
input[type="text"]:focus-visible,
input[type="email"]:focus-visible {
  border-color: #005fcc !important;
}

.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap;
}


/* Banner Home Adjustments */

.page_banner_3_column.editor h1 {
    font-size: 50px;
    line-height: 56px;
}

.page_banner_3 .container{
	max-height: 490px;
}

.page_banner_3_column.editor {
    padding: 2% 5%;
}

.page_banner_3_column.editor p {
    font-size: 20px;
    line-height: 24px;
}

.scroll_down{
	width:60px;
	height:60px;
	background-size: contain;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1640px) {
    .page_banner_3 .vector_image {
        max-width: 320px;
    }
}

@media only screen and (max-width: 1440px){
     .page_banner_3_column.editor h1 {
        font-size: 48px;
        line-height: 50px;
    }

    .page_banner_3 .vector_image {
        right: 0;
        max-width: 330px;
    }
}

@media only screen and (max-width: 1440px){
    .page_banner_3_column.editor {
        padding: 2% 4%;
    }

    .page_banner_3_column.editor h1 {
        font-size: 44px;
        line-height: 48px;
    }

    .scroll_down {
        width: 50px;
        height: 50px;
        margin-top: 24px;
    }
}

@media only screen and (max-width: 1402px){
    .page_banner_3_column.editor h1 {
        font-size: 40px;
        line-height: 42px;
    }

    .page_banner_3_column.editor {
        width: 42%;
    }
}

@media only screen and (max-width: 1190px){
    .page_banner_3_column{
        width: 48%;
    }

    .page_banner_3_column.editor {
        width: 46%;
    }
}


@media only screen and (max-width: 1080px){
    .page_banner_3_column.editor {
        width: 60%;
    }
}

@media only screen and (max-width: 991px){
    .page_banner_3_column{width:100%;}

    .page_banner_3_column.editor {
        width: 90%;
    }
    
    .page_banner_3 .container {
        max-height: 100%;
    }
}

.iframe_with_editor .img_container{
    border-radius: 0 0 0 80px;
}

/* New accordion layout */

.accordion_section.outlined_accordion h2 {
    color: #7A2982;
    margin-bottom: 36px;
}

.accordion_section.outlined_accordion h3{margin-top:0;}

.accordion_section.outlined_accordion .accordion-item {
    border-radius: 8px;
    border: 1px solid var(--Primary-D4B-Slate-300, #CDD6DE);
    margin-bottom:12px;
}

.accordion_section.outlined_accordion .accordion button{border-bottom:0!important;}

.accordion_section.outlined_accordion .accordion button .accordion-title{
    color: #142A3E;
    font-family: Blinker;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    padding: 0px 32px 0px 16px;
}

.accordion_section.outlined_accordion .accordion button[aria-expanded=true] + .accordion-content{background:white;}

.accordion_section.outlined_accordion .accordion .accordion-item:has(button[aria-expanded=true]){
    border: 4px solid #7A2982;
}

.accordion_section.outlined_accordion .accordion-content p{
    margin:8px auto 24px;
    color: var(--Primary-D4B-Slate-900, #142A3E);
    font-family: "Work Sans";
    font-size: 16px;
    line-height: 24px;
}

.accordion_section.outlined_accordion button .icon{
    background-color:transparent;
    border:0;
}

.accordion_section.outlined_accordion button .icon::before{
    background-image: url(/images/chevron-down.svg);
    background-color: transparent;
    color: #142A3E;
    height: 24px;
    width: 40px;
    content: "\f054";
    font: normal normal normal 14px / 1 FontAwesome;
    transform: rotate(90deg);
}

.accordion_section.outlined_accordion button .icon::after{display: none;}

.accordion_section.outlined_accordion button[aria-expanded=true] .icon::before{
    transform: rotate(270deg);
    margin-top: -30px;
    margin-left: 10px;
}

.accordion_section.outlined_accordion a.cta_button{
    background: var(--Primary-Gradient-Gradient, linear-gradient(90deg, #7A2982 0%, #BC0E71 100%));
    color: #fff;
    text-align: center;
    padding: 16px 32px;
    cursor: pointer;
    display: block;
    border-radius: 4px;
    margin: 15px 0px;
    width:fit-content;
    margin-left: 32px;
}

