/*
Theme Name: gni
Version: 1.0
*/

/* including styles for membership portal  */
@import url("css/portal.css");
@import url("css/bbpress.css");

:root {
    --orange: #ED6345;
    --white: #ffffff;
    --black: #121212;
    --grey: #f0f4f5;
    --babyblue:#d9edef;
    --darkblue: #033042;
    --midblue: #467486;
    --lightblue: #e5f2f5;
    --darkgrey: #f1f0ee;
    --darkgreen:#2f3600;
    --pseudo-color: #ffffff;
    
}

@font-face {
    font-family: 'Hurme Geometric';
    src: url('fonts/HurmeGeometricSans3-SemiBold.woff2') format('woff2'),
        url('fonts/HurmeGeometricSans3-SemiBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.hurme {
    font-family: 'Hurme Geometric';
}
body{
    color: var(--black);
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
}
h1, h2, h3, h4, h5, header {
    font-family: 'Hurme Geometric', sans-serif;
    font-weight: normal;
}
h2, h3, h4, h5, h6 {
    margin-bottom: 15px;
    padding-bottom: 0;
}
h1 {
    color: var(--white);
    font-size: 32px;
}
h2 {
    font-size: 30px;
    color: var(--black);
}

h3 {
    font-size: 22px;
    color: var(--black);
}

h4 {
   font-size: 18px;
   color: var(--black);
}

/* H5 is used for intro text */

h5 {
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 1.5;
} 

a, a:Visited {
    text-decoration: none;
    color:var(--midblue);
}
a h1, a h2, a h3, a h4, a h5, a:Visited h1, a:Visited h2, a:Visited h3, a:Visited h4, a:Visited h5 {
    color: var(--black);
}
p {
    margin-bottom: 20px;
    padding-bottom: 0;
}
b,strong {
    font-weight:700;
}

.pe-2 {
    padding-right: 12px !important;
}

a.big-link {
    font-family: 'Hurme Geometric', sans-serif;
    font-size: 18px;
    border-bottom:3px solid var(--orange)
}
blockquote {
    border-left:4px solid var(--orange);
    padding: 0px 0px 0px 20px;
    font-family: 'Lora', serif;
    font-size: 22px;
    font-style: italic;
    color:#0E3E4F;
    font-weight:500;
    margin-bottom: 20px;
}

blockquote p {
    margin-bottom: 0;
}

/* Common styles */

.btn {
    border-radius:0;
    font-family: 'Hurme Geometric', sans-serif;
    font-size: 15px;
    line-height: 1;
    padding: 11px 16px 7px 16px;
    margin-bottom: 20px;
    font-weight: normal;
    color:#ffffff !important;
}

.btn.btn-lg {
    font-size: 16px;
    padding: 17px 25px 13px 25px;
}

.btn-primary, .btn-primary:Hover {
    border-radius:0;
    border-color:var(--orange);
    background-color:var(--orange);
}

.btn-secondary, .btn-secondary:Hover {
    border-radius:0;
    border-color:var(--darkblue);
    background-color:var(--darkblue);
}

.text-content .btn {
    display: inline-block;
}

.three-two-image {
    background-size:cover;
    width:100%;
    aspect-ratio: 3 / 2;
    margin-bottom:24px;
    background-position: center center;
}
.portrait-image {
    background-size:cover;
    width:60%;
    margin: 0 auto;
    aspect-ratio: 3 / 4;
    margin-bottom:24px;
}

/* End common styles */

/* Wordpress standard image alignment styles */

.wp-caption-text {margin-top:10px; font-size: 13px;}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

.wp-caption.alignright {float:right; margin:0 0 1em 1em}
.wp-caption.alignleft {float:left; margin:0 1em 1em 0}
.wp-caption.aligncenter {display: block; margin-left: auto; margin-right: auto}
.wp-caption.aligncenter .wp-caption-text, .wp-caption.alignright .wp-caption-text {text-align:center;}
a .wp-caption.alignright {float:right; margin:0 0 1em 1em}
a .wp-caption.alignleft {float:left; margin:0 1em 1em 0}
a .wp-caption.aligncenter {display: block; margin-left: auto; margin-right: auto}

/* End Wordpress standard image alignment styles */

/* header styles */

header .navbar .navbar-brand img {
    width: 230px;
}
.navbar-brand {
    margin-right: 0;
}
.navbar {
    padding: 15px 0;
    z-index: 4;
}
header .offcanvas .offcanvas-body .navbar-nav{
    margin: 0 auto;
}
.offcanvas {
    padding: 0;
}
header .offcanvas .offcanvas-body .navbar-nav li{
    padding: 15px 0;
} 
header .offcanvas .offcanvas-body .navbar-nav ul.sub-menu li{
    padding: 5px 0;
} 
header .offcanvas .offcanvas-body .menu-item a {
    padding-top: 0;
    font-size: 16px;
    text-decoration: none;
    padding: 5px 25px;
    display: inline-block;
    position: relative;
    color: var(--black);
    width: 100%;
    text-align: center;
}
header .navbar ul > .menu-item-has-children > a::after {
    border-right: 1px solid #545454;
    border-bottom: 1px solid #545454;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    -webkit-transform: scale(1) rotate(45deg) translate(0px, 0px);
    -moz-transform: rotate(45deg) scale(1.0);
    -o-transform: rotate(45deg) scale(1.0);
    content: "";
    margin-left: 10px;
    margin-top: 10px;
    position: absolute;
}
.member-login{
    width: 135px;
}

.member-login a, #mepr_loginform input#wp-submit ,#mepr_forgot_password_form input#wp-submit, .btn-orange{
    background: var(--orange);
    border: none;
    padding: 9px 16px 8px 20px;
    color: var(--white);
    text-decoration: none;
    font-size: 14px;
    line-height: 1;
}
header .navbar .navbar-nav ul.sub-menu{
    list-style-type: none;
    padding-left: 0;
    background-color: var(--babyblue);
    border: none;
    text-align: center;
    display: none;
    position: absolute;
    width: 175px;
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
    z-index: 1;
    margin-top: 15px;
}
header .navbar .navbar-nav ul.sub-menu::after{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -11px;
    width: 0;
    height: 0;
    content: '';
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid var(--babyblue);
}

header ul.menu li.menu-item-has-children:hover > ul.sub-menu{
    display: block;
    padding:10px 0;
}

header .navbar .navbar-nav ul.sub-menu li a{
    font-size: 14px;
    padding: 3px 15px;
}
.menu-icon{
    display: none;
}
/* end header styles */

/* icon column styles */

h2.section-title{
    /* padding-top: 50px; */
    color: var(--black);
    margin-bottom: 40px;
    font-size: 33px;
}
.curve-up h2.section-title {
    padding-top: 100px;
}
.curve-up .justify-content-center{
    margin-bottom: 45px;
}
.curve-down h2.section-title {
    padding-top: 15px;
    margin-bottom: 18px;
}
.transparent{
    background-color: var(--white);
}
.blue{
    background-color: var(--lightblue) !important;
}
.grey{
    background-color: var(--darkgrey) !important;
}
.white{
    background-color: var(--white);
}
.inner-content-up{
    padding-bottom: 100px;
    padding-top: 50px;
}
.inner-content-down{
    padding-bottom: 80px;
    padding-top: 50px;
}
.inner-content-straight{
    padding-bottom: 50px;
    padding-top: 50px;
    margin-bottom: 30px;
}
.icon-card{
    background-color: var(--white);
    margin: 0 20px;
    padding:30px 25px 70px 25px;
    width: 20%;
    position: relative;
    border-radius: 10px;
    margin-bottom: 3rem !important;
}
.icon-card h3{
    font-size: 20px !important;
    color:var(--darkgreen) ;
    margin: 0 20px;
}
.icon-card p.text-gray{
    font-size: 14px;
    margin-top: 5%;
}
.icon-card a{
    position: absolute;
    bottom: 12%;
    right: 50%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    font-size: 16px;
    font-family: 'Hurme Geometric', sans-serif;
    color: var(--darkgreen);
}
.icon-card a::after{
    content: '';
    width: 35%;
    background: var(--orange);
    display: block;
    height: 3px;
    margin: 0 auto;
}
.icon-card .img-fluid{
    width: 65%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom:7%;
}
/* end icon column styles */
/* Member content grid styles */
.member-sec .member-nav {
    border-top: 1px solid #e7e6e6;
    border-bottom: 1px solid #e7e6e6;
    list-style: none;
    padding: 0;
    margin:0;
}
ul.member-nav li {
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
    padding: 10px 15px;
    color: var(--orange);
    cursor: pointer;
}
ul.member-nav li.active{
     border-top: 2px solid var(--darkblue);
     color: var(--darkblue);
}
#member-posts a {
    padding: 18px;
}
@media (min-width: 768px) and (max-width: 920px){
    ul.member-nav li {
        padding: 10px 7px;
        font-size: 15px;
    }
}

@media (max-width: 768px){
    ul.filter-controls.member-nav li {
        width: 100%;
        border-bottom: 1px solid #e7e6e6;
    }
    ul.filter-controls.member-nav li:first-child{
        border-top: 1px solid #e7e6e6;
    }
    ul.member-nav li.active {
        border-top: none;
    }
    .member-sec .member-nav{
    border-top: none;
    border-bottom: none;
    }
}
/* end memeber content grid styles */
/* Styling Curves */
.big-quote svg{
    display: none;
}
.big-quote .inner-content-up{
    padding-top: 30px;
    padding-bottom: 100px;
}
.big-quote .inner-content-down{
    margin-bottom: 0px;
    margin-top: 0px !important;
}
.page-section{
    position: relative;
    display: flex;
    flex-direction: column;
}
.curve-up{
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}
.page-section:nth-of-type(1) {
    margin-top: -50px;
    padding-top: 50px;
}
.curve-up svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
}
.curve-down svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
}

.curve-up .shape-fill{
    fill: #ffffff;
}
.curve-down .shape-fill{
    fill: #ffffff;
}
.curve-down{
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}
.bigq-down svg{
    display: none !important;
}
.bigq-up svg{
    display: none !important;
}
/* .curve-down svg{
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    /* height: 50px; */
/* } */ 




/* .straight{
    padding-bottom: 50px;
} */
.inner-content-straight{
    padding-top: 50px;
    padding-bottom: 50px;
}
.pt-0{
    padding-top: 0 !important;
}
.btn-content{
    padding-top: 50px;
    padding-bottom: 50px;
}
.page-section:last-of-type{
    margin-bottom: 0 !important;
}
/* End Styling Curves */

/* member carousel */
/* .member-carousel{
    padding-top: 50px;
} */
.intro-text{
    max-width: 70%;
    margin: 0 auto;
    padding-bottom: 45px;
}
.slick-slide img {
    margin: 0 auto;
    width: 65%;
}
.slick-prev:before, .slick-next:before {
    color:var(--darkgrey) !important;
}
a.all-members{
    color: var(--darkgreen);
    font-family: 'Hurme Geometric';
    margin-top: 4%;
    margin-bottom: 4%;
}
a.all-members::after{
    content: '';
    position: absolute;
    width: 10%;
    background: var(--orange);
    display: block;
    height: 3px;
    left: 45%;
}
a.all-news{
    color: var(--darkgreen);
    font-family: 'Hurme Geometric';
}
a.all-news::after{
    content: '';
    position: absolute;
    width: 4%;
    background: var(--orange);
    display: block;
    height: 3px;
    left: 48%;
}
.slick-list{
    width: 100%;
    margin: 0 auto !important;
}
h2.post-title{
    /* padding-top: 7%; */
}
.post-card{
    background-color: var(--white);
    margin: 0 20px;
    padding: 0 0 60px 0;
    position: relative;
    border-radius: 15px;
    height: auto;
}
.container-img{
    background-repeat: no-repeat;
    aspect-ratio: 3 / 2;
    background-size: cover;
    border-radius: 15px 15px 0 0;
}
.post-card-body a.text-cyan{
    position: absolute;
    bottom: 7%;
    color: var(--darkgreen);
    font-family: 'Hurme Geometric', sans-serif;
    font-size: 15px;
}
.post-card-body a.text-cyan::after{
    content: '';
    position: absolute;
    width: 80%;
    background: var(--orange);
    display: block;
    height: 3px;
}
.post-card h3{
    font-size: 20px;
    padding-bottom: 4%;
    margin-top: 12%;
    color: var(--darkgreen);;
}
.bottom-left{
    position: absolute;
    top: 163px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: normal;
    font-family: 'Hurme Geometric',sans-serif;
    background-color: var(--grey);
    padding: 6px 25px 1px 15px;;
    color: #000000;
}
.post-card-body{
    padding-left: 15px;
    padding-right: 15px;
}

.white .post-card-body{
    padding-left: 0;
    padding-right: 0;
}
.cta-slider{
    /* padding-top: 75px; */
    padding-bottom: 30px;
}
.cta-slider img{
    width: 72%;
}
a.resource-link{
    color: var(--black);
    font-size: 16px;
    border: 2px solid var(--orange);
    padding: 11px 15px 8px 15px;
    font-family: 'Hurme Geometric', sans-serif;
}

a.resource-link:hover{
    color: var(--white);
    background-color:var(--orange);
}
h2.cta-title{
    font-size: 36px;
}
/* end member carousel */

/* Text Content styling */
/* .inner-content-up .text-content{
    padding-top: 50px;
}
.inner-content-down .text-content{
    padding-top: 80px;
} */
.text-content a {
    text-decoration: underline;
}

.text-content h5 a,
.text-content a.btn,
.text-content .subnav a {
    text-decoration: none;
}

.text-content h4 {
    color: var(--midblue);
}
/* End text content styling */

/* FAQ styling */
/* .faq{
    padding: 50px 0;
} */
.faq h2{
    padding-top: 0;
}
.faq .accordion-button {
    background-color: var(--darkblue);
    color: var(--white);
    padding: 0.7rem 1rem 0.5rem 1rem;
}
.faq .accordion-item {
    margin-top: 1rem;
}
.faq .accordion-button::after {
    background-image: url(images/plus-solid.svg);
    margin-top:-7px;
}
.faq .accordion-button:not(.collapsed)::after {
    background-image: url(images/minus-solid.svg);
    margin-top:-2px;
}
.faq .accordion-button:focus {
    border-color: var(--darkblue);
    outline: 0;
    box-shadow: var(--darkblue);
}
.faq .accordion-body {
    background-color: var(--darkgrey);
}
/* end FAQ styling */


/* big quote */
.big-quote {
    background-color: rgb(143,28,59);
    /* background: linear-gradient(90deg, rgba(143,28,59,1) 0%, rgba(237,99,69,1) 100%); */
    background-repeat:no-repeat;
    background-size:cover;
    /* margin-bottom: 60px; */
    /* padding: 55px 0; */
}

.big-quote span {
    font-family: 'Lora', serif;
    font-size: 30px;
    font-style: italic;
    color:#ffffff;
    font-weight:500;
    padding-bottom:15px;
    display:block;
    text-align:center;
}
/* Footer styles */
footer:not(.modal__footer) {
    background: var(--darkblue) url('images/footer-bg.svg') no-repeat;
    background-size:800px auto;
    background-position: right bottom;
    color: var(--white);
    padding: 0 0 40px 0;
    background-color: #033042;
}
.subfooter {
    background: var(--darkblue);
}
.subfooter span, .subfooter a {
    color: rgba(255,255,255,0.5) !important;
    font-size: 13px;
}

footer h4 {
    color: var(--white);
    font-size: 20px;
    margin-top: 40px;
}
.contact-details p{
    padding-bottom: 0;
}
p.address{
    font-size: 14px;
    line-height: 22px;
}
p.email{
    font-size: 14px;
    padding-top: 0;
}
.contact-details ul{
    list-style-type: none;
    padding-left: 0;
}
.contact-details ul li{
    padding-right: 10px;
    display: inline-block;
}
#menu-footer-menu{
    margin-top: 15px;
    list-style-type: disc;
    padding-left: 20px;
}
#menu-footer-menu li{
    line-height: 32px;
    font-size: 14px;
}
.contact-details ul li img{
    width: 30px;
}
footer a, footer a:Visited{
    color: var(--white);
}
/* End footer styles */

/* Hero styles */

.hero {
    position: relative;
    width: 100%;
    clip-path: ellipse(100% 55% at 48% 44%);
    z-index: 2;
    overflow: hidden;
}
.hero video {
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    z-index: 1;
}
.hero:before {
    content: '';
    position: absolute;
    /* https://cssgradient.io */
    background: rgb(3,48,66);
    background: linear-gradient(90deg, rgba(3,48,66,0.67) 0%, rgba(3,48,66,0.85) 9%, rgba(3,48,66,0.96) 33%, rgba(3,48,66,0.75) 60%, rgba(87,196,205,0.53) 100%);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}
.hero .container, .hero .container-xl {
    z-index: 3;
    position: relative;
}
.hero h1 {
    margin: 60px 0 30px 0;
    line-height: 1.45;
}

.hero.internal h1 {
    margin: 50px 0 42px 0;
}

.breadcrumbs {
    margin-top: -38px;
    margin-bottom: 52px;
    display: block;
    color:#fff;
    font-size: 15px;
    opacity: 0.8;
}

.breadcrumbs .between {
    display: inline-block;
    padding:0 8px;
}

.breadcrumbs a, .breadcrumbs a:visited {
    color:#fff;
    text-decoration: underline;
}

.hero .big-link {
    color: #ffffff;
    display: inline-block;
    margin-bottom: 80px;
}

/* End hero styles */

/* Subnavigation */
.menu ul.sub-menu{
    padding-top: 9px !important;
    padding-bottom: 0;
}
.menu ul.sub-menu li:last-child{
    margin-bottom: 0;
}
.acf-nav-menu > ul.sub-menu li{
    margin-bottom: 19px;
    margin-top: 19px;
}
.acf-nav-menu li.menu-item-has-children:focus{
    text-decoration: underline;
}
/* .acf-nav-menu li.menu-item-has-children > ul.sub-menu{
    padding-left: 18px;
} */
.acf-nav-menu li.menu-item-has-children > ul.sub-menu li{
    background:url(images/arrow-right.svg) no-repeat left center; 
    padding-left: 20px;
}
/* .acf-nav-menu li.menu-item-has-children > ul.sub-menu li a::before{
    content: "\f0da"; 
    display: inline-block;
    font-weight: 900;
    font-family: FontAwesome;
    color: #bab9b8;
    padding-right: 10px;
} */

.subnav {
    background-color: var(--darkgrey);
    padding: 25px 25px 10px 25px;
    border-radius:10px;
    position: relative;
}
#subnav-btn {
    display: none;
}
#themenu {
    border-top:1px solid #ccc;
    padding-top: 20px;
    margin-top: 10px;
}
.subnav h3 {
    font-size: 22px;
    padding-bottom: 0;
    line-height: 1;
    margin-bottom: 0;
}

.subnav ul {
    padding: 0;
    margin: 0;
}

.subnav li {
    list-style-type: none;
    padding: 0;
    margin: 0 0 11px 0;
}

.subnav li a {
    list-style-type: none;
    padding: 0;
    margin: 0 0 15px 0;
    color: var(--black);
    font-size: 15px;
    font-family: 'Hurme Geometric';
}

.subnav li a:hover {
    text-decoration: underline;
}

/* End subnavigation */

/* Events shortcode */

.row.event-panel {
    padding-left: 13px;
    padding-right: 13px;
}
  
.row.event-panel .wrp{
    padding: 3px;
}
  
.event-panel .item {
    padding: 8px 20px;
    color: #fff;
    background-color: var(--darkblue);
    height: 100%;
    position: relative;
    min-height: 390x;
}
  
.event-panel .item .wrap {
    position: relative;
    height: 100%;
    padding-bottom: 58px;
}
  
.event-panel .featured .item .wrap {
    padding-bottom: 0;
}
  
.event-panel p.month {
    text-transform: uppercase;
    margin: 0;
}
  
.event-panel p.date {
    font-size: 39px;
    font-weight: 500;
    line-height: 0;
    padding-top: 16px;
}
  
.event-panel p.time {
    background-image: url('images/clock-circle-svgrepo-com.svg');
    padding: 0 13px 0 34px;
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: 10px 5px;
    background-color: rgba(255,255,255,0.1);
    border-radius:20px;
    display: inline-block;
}
  
span.sep {
    font-size: 44px;
    padding: 0 3px;
    padding-top: 5px;
    position: absolute;
    left: 42px;
}
  
.event-panel h3.title {
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    padding: 5px 0 0 0;
    font-weight:500;
}
  
.event-panel .reg {
    background-color: #fff;
    color: var(--darkblue);
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    padding: 11px 9px 8px 9px;
    line-height: 1;
    border-radius: 5px;
    margin-bottom: 10px;
    position: absolute;
    bottom:0;
    left:0;
    width:100%;
    font-family: 'Hurme Geometric';
    border: 0;
}
  
.event-panel .featured a.reg {
    padding: 9px 30px;
    width:250px;
    position: relative;
}
  
.event-panel .date-range {
    display: flex;
}
  
.event-panel .start, .end {
    text-align: left;
}

.event-panel .end {
    padding-left: 35px;
}
  
.event-panel a{
    background-color: #fff;
    color: var(--darkblue);
}
  
.event-panel .title, .event-panel .location, .event-panel .time {
    margin-top: 10px;
}

p.location {
    font-size: 15px;
}

img.partner-event {
    position: absolute;
    top:9px;
    right:9px;
    width:110px;
    z-index: 3;
}

.header-text-simple img.partner-event, .hero-internal .image img.partner-event {
    right:20px;
}
  
img.featured-event-image {
    max-height: 210px;
    z-index: 2;
    position: relative;
    margin: 1px -10px 0 0;
}

/* End events shortcode */

/* Columns section */

.column-section .column {
    position:relative;
    padding-bottom: 57px;
}

.column-section .col-but {
    position: absolute;
    bottom:0;
    width:100%;
    left:0;
}

/* End columns section */

/* Post archive section */

.blog-item h3 br {
    display:none;
}

.blog-item h3 {
    margin-bottom:7px;
}
p.meta {
    font-weight:700;
    color:#888888;
    margin-bottom:10px;
}
/* End post archive section */

/* Single post page */

.single .hero h1 br {
    display: none;
}
.post-image {
    max-width:340px;
    position: relative;
}
.post-image img {
    width:100%;
    height:auto !important;
}
.post-image figcaption {
    text-transform:uppercase;
    display:block;
    color:#888;
    margin-top: 5px;
    font-size: 14px;
}

.pagination .page-numbers {
    padding-right: 10px;
    font-weight: 600;
    padding-bottom: 50px;
}

/* End single post page */

/* News sidebar */


.sidebar .latest li br {
    display:none;
}

.news-search .form-control {
    height: 37px;
    background-color: #efefef;
}
.news-search .btn {
    border-top-right-radius:6px;
    border-bottom-right-radius:6px;
} 

/* End news sidebar */

/* Team shortcode */

.team-item img {
    max-width: 250px;
    float:right;
    padding: 0 0 25px 30px;
}

.team-item h4 {
    font-size: 16px;
}
/* End team shortcode */

/* Search results */

.search-results h3 a {
    text-decoration: none;
    color: var(--black);
}

/* error page  */

.search-form-wrapper .inner-content-up {
    padding-bottom: 37px;
}

.search-form-wrapper .search-btn{
    height: 43px;
}

.search-form-wrapper .search-btn:hover{
    background: var(--orange);
}

.form-allowed-tags {
    display:none;
}

/* media queries */
@media(min-width:992px) and (max-width:1200px){
    .bottom-left{
        top: 110px;
    }
}
@media (min-width: 992px){
    .navbar-expand-lg .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto!important;
        height: auto!important;
        visibility: visible!important;
        background-color: transparent!important;
        border: 0!important;
        transform: none!important;
        transition: none;
        padding: 0 10px 0 0;
    }
    
    header .navbar ul > .menu-item-has-children > a::after {
        margin-top: 5px;
    }
    .post-card{
        width: 26%;
    }
}
@media(min-width:1400px){
    .bottom-left {
        top: 160x;
    }
}
@media(min-width:1200px){
    .container-xl{
        max-width: 1315px !important;
    }
}
@media(min-width:1100px) and (max-width:1200px){
    .bottom-left {
        top: 140px;
    }
}
@media(max-width:1200px){
    .icon-card h3{
        margin: 0 auto;
    }
}
@media(max-width:1220px){
    header .navbar .navbar-nav .menu-item a {
        font-size: 15px;
        padding: 5px 20px;
    }
    header .navbar .navbar-brand img {
        width: 200px;
    }    
}

@media(max-width:1100px){
    header .navbar .navbar-nav .menu-item a {
        font-size: 14px;
        padding: 5px 17px;
    }
    header .navbar .navbar-brand img {
        width: 200px;
    }    
}

@media(max-width:992px){
    header .navbar .navbar-nav ul.sub-menu {
        width: 100%;
        position: relative;
        box-shadow: none !important;
        background-color: transparent;
    }
    .offcanvas-body{
        padding: 0;
    }
    .menu-icon{
        display: block;
        padding-bottom: 10px;
        position: absolute;
        top: 41px;
        right: 15px;
    }
    .menu-icon img{
        height: 32px;
    }
    .member-login a {
        position: absolute;
        right: 60px;
        top: 44px;
    }
    header .offcanvas .offcanvas-body .menu-item a {
        font-size: 23px;
        color: var(--white);
    }
    header .offcanvas{
        background: #033042 url('images/footer-bg.svg') no-repeat;
        background-size:auto 600px;
        background-position: right bottom;
    }
    header .navbar .navbar-nav ul.sub-menu::after{
        content: unset;
    }
    header .navbar .navbar-nav ul.sub-menu {
        border: none;
    }
    header .navbar .navbar-nav ul.sub-menu li a {
        font-size: 17px;
    }
    header .navbar ul > .menu-item-has-children > a::after {
        border-right: 3px solid white;
        border-bottom: 3px solid white;
    }
    .btn-closed{
        background-color: unset;
        border: none;
        font-size: 28px;
        color: var(--white);
    } 
    .contact-details h4{
        margin-top: 40px;
    }
    .icon-card{
        width: 30%;
    }  
    .bottom-left{
        top: 150px;
    }
    .hero h1 {
        margin: 65px 0 30px 0;
    }
    img.alignright, img.alignleft, img.aligncenter, a img.alignright, a img.alignleft, a img.aligncenter {float:none; display:block; margin:0 0 1em 0
    }
    .text-content img {
        max-width: 100% !important;
        height:auto !important;
    }
}
@media(min-width:768px) and (max-width:900px){
    .bottom-left {
        top: 120px;
    }
}
@media(max-width:767px){
    .icon-card {
        width: 40%;
    }
    .post-card{
        width: 40%;
    }
    .slick-list{
        width: 80%;
        margin: 0 auto !important;
    }
    .slick-next{
        right: 0px !important;
    }
    .slick-prev{
        left: 0px !important;
    }
    .bottom-left{
        top: 150px;
    }
    .cta-slider img {
        width: 100%;
    }
    img.featured-event-image {
        max-height: none;
        margin: 0 0 10px 0;
    }
    .team-item img {
        max-width: 300px;
        float:none;
        padding: 0 0 25px 0;
    }
    .subnav {
        padding: 15px 15px 10px 15px;
    }
    .subnav h3 {
        font-size: 18px;
    }
    #subnav-btn {
        display: inline-block;
        position: absolute;
        top:12px;
        right:15px;
        font-size: 20px;
        cursor: pointer;
    }
    #themenu {
        display: none;
    }
    .breadcrumbs {
        font-size: 14px;
    }

}
@media(max-width:676px){
    .bottom-left{
        top: 125px;
    }
}
@media(max-width:630px){
    .post-card{
        width: 40%;
    }
    .bottom-left{
        top: 115px;
    }
}
@media(max-width:576px){
    .bottom-left{
        top: 100px;
    }
    a.resource-link {
        font-size: 12px;
        padding: 4px 8px;
    }
    .cta-desc {
        font-size: 12px;
        padding-bottom: 0;
    }
    h2.cta-title {
        font-size: 26px;
    }
    .subnav {
        border-radius:5px;
    }
    footer {
        text-align: center;
        padding-top: 10px;
    }
    .contact-details ul{
        align-items: center;
        text-align: center;
        list-style-type: none;
    }
    footer h4 {
        margin-top: 35px;
    }
    .footer-nav ul{
        padding-left: 0;
    }

    .contact-details ul li{
        padding: 0 5px;
    }
    #menu-footer-menu{
        list-style-type: none;
        padding-left: 0;
    }
    .icon-card {
        margin: 15px 10px;
    }
    .post-card{
        width: 65%;
    }
    .bottom-left {
        top: 185px;
    }
    .post-image {
        max-width:100%;
        width:100%
    }
}
@media (max-width: 542px){
    .bottom-left {
        top: 170px;
    }
}
@media (max-width: 530px){
    .bottom-left {
        top: 150px;
    }
    .hero h1{
        line-height: 40px;
        font-size: 26px;
        margin: 35px 0 20px 0;
    }
    .hero .big-link {
        margin-bottom: 55px;
    }
    .hero video {
        width: auto;
        height: 100%;
    }
    .hero.internal video {
        height: auto;
        width: 140%;
    }
    
}
@media(max-width:468px){
    header .navbar .navbar-brand img {
        width: 190px;
    }
    .member-login a span {
        display: none;
    }
    .member-login a {
        text-transform: capitalize;
    }
    .slick-list{
        width: 80%;
        margin: 0 auto !important;
    }
    .slick-prev:before,.slick-next:before{
        margin-left: 30px;
    }
    .slick-next{
        right: 45px !important;
    }
    .slick-prev{
        left: -15px !important;
    }
    .bottom-left {
        top: 150px;
    }

}
@media(max-width:430px){
    .bottom-left {
        top: 125px;
    }
}
@media (max-width: 420px){
    .bottom-left {
        top: 125px;
    }
}
@media(max-width:376px){
    .bottom-left {
        top: 110px;
    }
}
@media(max-width:360px){
    .post-card{
        width: 90%;
    }
    .post-card h3 {
        font-size: 18px;
    }
    .icon-card {
        width: 70%;
    }
    .slick-next{
        right: 35px !important;
    }
    .slick-prev{
        left: -25px !important;
    }
    a.all-members {
        margin-top: 8%;
    }
    .bottom-left {
        top: 160px;
    }
}

#main-header {
    background-image: linear-gradient(130deg,#053345 43%,#57c5ce 93%)!important;
}

.wp-2fa-user-profile-form:first-of-type {
    margin-bottom: 20px;
}

summary.qr-btn {
    margin: 20px 0;
}

.wp-2fa-configuration-form a.button.enable_styling,
.wp-2fa-configuration-form a.button.enable_styling:hover,
.enable_styling .wp-2fa-button-primary,
.enable_styling .wp-2fa-button-secondary,
.enable_styling #wizard-api-key button,
.enable_styling #wizard-sid-key button {
    color: #fff !important;
    background-color: #033042 !important;
    border-radius: 5px !important;
    padding: 15px !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 1.4;
    font-size: 15px;
    border: none !important;
}

div.app-key-wrapper {
    margin: 20px 0;
}