html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: top;
}

body {
    -webkit-font-smoothing: antialiased;
    overflow: hidden;
    font-family: Lato !important;
}

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

h1 {
    font-size: 68px;
    line-height: 74px;
    font-weight: 900;
    letter-spacing: 2px;
    padding: 40px 0;
}

h2 {
    font-family: Lato;
    color: #202020;
    font-size: 34px;
    line-height: 1.284em;
    font-weight: 700;
    padding: 40px 0 20px;
}

.wp-block-media-text__media img,
.wp-block-media-text__media video {
    height: auto !important;
}

.dark h2 {
    color: white;
}

h3 {
    font-weight: 700;
    font-size: 22px;
    line-height: 1.2em;
    padding: 30px 0;
}

h4 {
    color: #fff;
    margin-bottom: 25px;
    font-size: 22px;
    font-weight: 700;
}

h5 {
    font-size: 19px;
    line-height: 1.4em;
    color: #222;
    font-weight: 600;
}

h6 {
    font-size: 15px;
    line-height: 1.5em;
    font-weight: 600;
}

p,
li {
    font-size: 18px;
    line-height: 1.508em;
    font-weight: 400;
    color: #797979;
}

li {
    list-style-position: inside;
    padding: 4px 0;
}

a,
p a {
    color: #797979;
    text-decoration: none;
    cursor: pointer;
    font-weight: 600;
    -webkit-transition: color .15s ease-out;
    -moz-transition: color .15s ease-out;
    -o-transition: color .15s ease-out;
    -ms-transition: color .15s ease-out;
    transition: color .15s ease-out;
}

.specs a {
    text-decoration: underline;
}

li a {
    font-weight: normal;
    color: #0d80f5;
}

a:hover,
p a:hover {
    color: #0d80f5;
}

strong,
b {
    font-weight: bold;
}

em {
    font-style: italic;
}

.dark p {
    color: white;
}

section {
    position: relative;
}

td {
    font-size: 13px;
    line-height: 44px;
    font-weight: 500;
    color: #797979;
    position: relative;
}

.wrap {
    width: 1100px;
    margin: 0 auto;
    height: inherit;
}

.centered {
    text-align: center;
}

.spaced {
    margin: 40px auto;
}

.spacer_para {
    margin: 20px 0;
}

.bot-spaced {
    margin-bottom: 40px;
}

.wrapper_small {
    width: 530px;
    text-align: center;
    margin: 0 auto;
}

.wrapper_medium {
    width: 660px;
    margin: 0 auto;
    text-align: center;
}

.txt_holder {
    width: 600px;
}

.section {
    position: relative;
    overflow: hidden;
}

section.member_plans {
    margin-bottom: 50px;
}

a.button,
.wp-block-button a {
    color: rgb(255, 255, 255);
    background-color: rgb(13, 128, 245);
    border-color: rgb(13, 128, 245);
    display: block;
    position: relative;
    outline: 0;
    font-weight: 800;
    padding: 0 35px;
    font-size: 13px;
    line-height: 46px;
    height: 48px;
    width: fit-content;
    width: -moz-fit-content;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    border: 2px solid rgb(13, 128, 245);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
}

.wp-block-button a {
    display: inline-block;
    margin-top: 15px;
}

.plans_col_right .wp-block-button a {
    margin-top: 0;
}

a.button.invert,
.wp-block-button.invert a {
    color: rgb(13, 128, 245);
    background-color: rgb(255, 255, 255);
}

a.button.invert:hover,
.wp-block-button.invert a:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(13, 128, 245);
}

a.button.bigbutt {
    font-size: 15px;
    padding: 0 50px;
    line-height: 54px;
    height: 58px;
    margin: 20px auto;
}

a.button:hover,
.wp-block-button a:hover {
    color: rgb(13, 128, 245);
    background-color: white;
}

a.readmore {
    color: #0d80f5;
    text-decoration: underline;
    font-weight: normal;
    padding-bottom: 15px;
}

a.anchor,
p.anchor a {
    font-weight: normal;
    text-decoration: underline;
}

a.anchor:hover {
    color: inherit;
}

p.signature {
    position: relative;
}

a.anchor-end {
    cursor: default;
}

a.policy {
    color: black !important;
}

a.policy:hover {
    color: inherit;
}

.signature ion-icon {
    font-size: 34px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #0d80f5;
}

.big_quote,
.big_quote p {
    font-size: 34px;
    line-height: 1.284em;
    font-weight: bold;
}

a.scroll_top {
    height: 30px;
    position: absolute;
    bottom: 70px;
    right: 50px;
    z-index: 9999;
    opacity: 0;
    transition: 0.4s all ease-in-out;
}

a.scroll_top.visible {
    opacity: 1;
}

a.scroll_top ion-icon {
    font-size: 22px;
    padding: 8px;
    background-color: #464646;
    border-radius: 20%;
    color: white;
}

a.scroll_top:hover ion-icon {
    background-color: #0d80f5;
}

.center-me{
    margin: auto;
    text-align: center;
}

/************************ HEADER ************************/
/************************ HEADER ************************/
/************************ HEADER ************************/
header {
    height: 100px;
    position: sticky;
    top: 0;
    background-color: white;
    z-index: 9999;
    -webkit-box-shadow: 0px 1px 9px 1px rgba(122, 122, 122, 1);
    -moz-box-shadow: 0px 1px 9px 1px rgba(122, 122, 122, 1);
    box-shadow: 0px 1px 9px 1px rgba(122, 122, 122, 1);
}

@media only screen and (max-width: 768px) {
    .member_btn_normal{display: none;}
    .member_btn_sml{ 
        position: absolute;
        right: 0px;
        top: 0px;}
}   

@media only screen and (min-width: 769px) {
    .member_btn_sml{display: none;}
    .member_btn_normal{ 
        position: absolute;
        right: 10px;
        top: 0px;}
}  

.header_cont {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: inherit;
}

ion-icon.burger_menu {
    position: absolute;
    left: 5%;
    font-size: 30px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    display: none;
}

.header_nav {
    display: flex;
    height: 100%;
}

.logo img {
    width: 218px;
}

nav,
nav ul {
    height: 100%;
}

nav .menu > li > a {
    line-height: 100px;
}

nav a {
    padding: 5px 20px;
    color: #727272 !important;
    font-family: 'Lato', sans-serif;
    font-size: 18px !important;
    font-weight: 700 !important;
    position: relative;
    text-decoration: none;
}

nav ul.menu > a:hover {
    background-color: #0d80f5;
    color: white !important;
    border-radius: 4px;
}

nav li {
    position: relative;
    float: left;
    list-style: none;
    height: 100%;
    padding: 0 2px;
}

nav span {
    position: relative;
    margin-right: 4px;
}

nav ul.menu > li:hover > a,
nav ul.menu > li.current-menu-parent > a,
nav ul.menu > li.current-menu-item > a {
    color: white !important;
}

nav ul.menu > li a::before {
    position: absolute;
    display: block;
    color: white;
    top: 0;
    left: 0;
    content: '';
    background-color: #0d80f5 !important;
    height: 100%;
    width: 100%;
    border-radius: 3px;
    opacity: 0;
    -ms-transform: scaleX(.2);
    -webkit-transform: scaleX(.2);
    transform: scaleX(.2);
    -webkit-transition: -webkit-transform .2s ease-out, opacity .2s ease-out;
    transition: transform .2s ease-out, opacity .2s ease-out;
    z-index: -1;
}

nav ul.menu > li:hover > a::before,
nav ul.menu > li.current-menu-parent > a::before,
nav ul.menu > li.current-menu-item > a::before {
    opacity: 1;
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

nav ul.sub-menu {
    position: absolute;
    width: 250px;
    height: auto;
    top: 100px;
    background-color: white;
    border-top: 7px solid #0d80f5;
    box-shadow: 0px 10px 10px -12px rgba(0, 0, 0, 0.42);
    -moz-box-shadow: 0px 10px 10px -12px rgba(0, 0, 0, 0.42);
    -webkit-box-shadow: 0px 10px 10px -12px rgba(0, 0, 0, 0.42);
}

nav ul.sub-menu li {
    float: none;
    margin: 0;
    padding: 0;
}

nav ul li ul {
    display: none;
}

nav ul li.menu-item-has-children:hover ul {
    display: block;
}

nav ul.sub-menu li a {
    padding: 10px 20px;
    display: block;
}

nav ul.sub-menu li a::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    background-color: #0d80f5 !important;
    height: 100%;
    width: 4px;
    z-index: 99;
    opacity: 0;
    -ms-transform: scaleY(.2);
    -webkit-transform: scaleY(.2);
    transform: scaleY(.2);
    -webkit-transition: -webkit-transform .2s ease-out, opacity .2s ease-out;
    transition: transform .2s ease-out, opacity .2s ease-out;
}

nav ul.sub-menu li:hover a::before {
    opacity: 1;
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.header_search {
    position: absolute;
    height: 100px;
    width: inherit;
    background-color: white;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: .5s all ease-in-out;
}

.header_search.active {
    opacity: 1;
    visibility: visible;
}

header .search {
    width: 30px;
    height: 30px;
    margin: auto;
}

header .search img {
    width: 100%;
    cursor: pointer;
}

.search_field {
    background-color: transparent;
    border: none;
    box-shadow: none;
    color: #c6c6c6;
    font-size: 17px;
    font-weight: 500;
    display: inline-block;
    width: 90%;
    padding: 0;
    font-family: Raleway, sans-serif;
    outline: 0;
    outline-offset: 0;
    -webkit-appearance: none;
    border-radius: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
    width: -moz-fit-content;
    -webkit-box-shadow: inset 0px -8px 10px 0px rgba(0, 0, 0, 0.42);
    -moz-box-shadow: inset 0px -8px 10px 0px rgba(0, 0, 0, 0.42);
    box-shadow: inset 0px -8px 10px -12px rgba(0, 0, 0, 0.42);
}

/*slider*/
.slider_data {
    display: none;
}

.home_slider_img {
    background-size: cover;
}

/*divider*/
.custom_divider {
    position: relative;
}

.custom_divider:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 100px;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    border-top: 2px solid #0d80f5;
}

/* -------- LOGO HOMEPAGE ------------ */

.owl-carousel-partners .owl-stage {
    display: table !important;
  }

.owl-carousel-partners .owl-stage .owl-item{ display: table-cell;
    float: none;
    vertical-align: middle;}

.owl-carousel-partners .owl-stage .owl-item div{
      text-align: center;
      padding: 20px;
}

.owl-carousel-partners .owl-stage .owl-item {
    }

.home-grey-logos .owl-carousel.owl-drag .owl-item {
    
}

.home-grey-logos .owl-carousel.owl-drag .owl-item a {
    
}

.home-grey-logos .owl-carousel .owl-item img {
  
}

/******************** TITLE BLOC ********************/
/******************** TITLE BLOC ********************/
/******************** TITLE BLOC ********************/
.blue {
    height: 820px;
    text-align: center;
    color: white;
}

.blue p {
    font-size: 26px;
    line-height: 35px;
    font-weight: 500;
    letter-spacing: 0px;
    color: white;
}

.blue p + p {
    padding-top: 30px;
}

.group_blue {
    height: 820px !important;
    overflow: visible !important;
}

.blue .wrapper_medium {
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: fit-content;
    height: -moz-fit-content;
    position: absolute;
    padding: 0 15px;
}

/****************** SPECS ******************/
/****************** SPECS ******************/
/****************** SPECS ******************/
.specs {
    background-color: #fff;
}

.specs_detail {
    display: flex;
    width: 1130px;
    margin: 0 auto;
}

.specs_detail img {
    width: 350px;
}

.specs.grey {
    background-color: #f5f5f5;
}

.specs_detail_text {
    font-size: 18px;
    line-height: 1.508em;
}

.specs_detail_text p {
    color: #797979;
    padding: 10px 0;
}

blockquote {
    quotes: none;
    display: block;
    vertical-align: top;
    box-sizing: border-box;
    border-left: 4px solid #0d80f5;
    padding-left: 28px;
    color: #0d80f5;
    font-weight: 500;
}

blockquote p {
    color: #0d80f5;
}

/**************** EMBEDDED VIDEO ****************/
/**************** EMBEDDED VIDEO ****************/
/**************** EMBEDDED VIDEO ****************/
.dark {
    padding: 20px 50px;
}

.emb_video {
    position: relative;
    padding-bottom: 600px;

    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.emb_video iframe,
.emb_video object,
.emb_video embed {
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 960px;
    max-height: 540px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/**************** PERKS ****************/
/**************** PERKS ****************/
/**************** PERKS ****************/
.perks,
.news {
    display: flex;
    width: 1100px;
    margin: 0 auto;
    padding: 80px 0;
    flex-wrap: wrap;
    justify-content: center;
}

.perks_detail,
.news_detail {
    display: flex;
    flex-direction: column;
    width: 25%;
    padding: 0 20px;
    align-items: center;
    text-align: center;
}

.perks_detail img,
.news_detail img {
    width: fit-content;
    width: -moz-fit-content;
}

.perks_detail h5 {
    padding: 0px 30px;
}

.perks_detail p,
.news_detail p,
.subtitle {
    font-size: 14px;
    line-height: 23px;
    font-weight: 500;
}

section.bordered {
    position: relative;
}

section.bordered:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 100px;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    border-top: 2px solid #0d80f5;
}

.sec_black {
    height: 620px;
    text-align: center;
    padding-top: 100px;
    color: white;
}

/************ NEWS ************/
/************ NEWS ************/
/************ NEWS ************/
.news {
    justify-content: flex-start;
}

.news_detail > a {
    overflow: hidden;
    position: relative;
}

.news > .news_detail > a {
    transition: 0.2s all ease-in-out;
}

.news > .news_detail:hover > a {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.news > .news_detail:hover > a img {
    transform: scale(1.2);
}

.news_detail {
    width: calc(100%/3);
    margin-bottom: 30px;
    padding: 0 10px;
    text-align: left;
    align-items: flex-start;
}

.news_detail img {
    width: 100%;
    height: auto;
    transition: 0.2s all ease-in-out;
}

.news_detail h4 {
    font-size: 18px;
    font-weight: 600;
    color: #797979;
    line-height: 1.508em;
    text-align: left;
    margin: 0;
    margin-top: 25px;
}

.news_detail h4 a {
    text-decoration: none;
    color: #222;
}

.news_detail h4 a:hover {
    color: #0d80f5;
}

.news_detail p {
    text-align: left;
}

.news_detail .news_info {
    margin: 8px 0;
    color: #0d80f5;
}

/********* TESTIMONIALS *********/
/********* TESTIMONIALS *********/
/********* TESTIMONIALS *********/
.testimonials {
    width: 1130px;
    margin: 0 auto;
}

.blue_square {
    background-color: #0d80f5;
    padding: 25px;
    position: relative;
}

.blue_square::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid rgba(255, 255, 255, .35);
    position: absolute;
    bottom: -12px;
    left: 44px;
    border-top-color: #0d80f5 !important;
}

.testimonials_author {
    display: flex;
    align-items: center;
    margin-left: 30px;
    margin-top: 30px;
}

.testimonials_author img {
    width: 50px !important;
    border-radius: 50%;
}

.owl-carousel-testimonials {
    padding: 48px 0 !important;
}

.testimonials_info {
    font-size: 16px;
    color: white;
    opacity: 0.85;
    line-height: 19px;
    font-weight: 700;
    margin-left: 20px;
}

.testimonials_info p + p {
    font-size: 14px;
    opacity: 0.6;
}

/************* NEWSLETTER *************/
/************* NEWSLETTER *************/
/************* NEWSLETTER *************/
.newsletter-email-input {
    padding: 5px 20px;
    border: 1px solid #ddd;
}

.newsletter-email-button {
    background: #0d80f5;
    color: #fff;
    text-transform: uppercase;
}

.newsletter-email-button:hover {
    cursor: pointer;
    color: #0d80f5;
    background: #fff;
}

.newsletter {
    background-color: #0d80f5;
    height: 160px;
}

.newsletter p {
    color: white !important;
}

.nwsltr_cta {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nwsltr_cta div a {
    display: flex;
    border: 2px solid white;
    border-radius: 3px;
}

.nwsltr_cta div p {
    color: white;
    height: 48px;
    line-height: 48px;
}

.nwsltr_cta div p:first-child {
    padding: 0 30px;
    width: max-content;
}

.nwsltr_cta div p + p {
    border-left: 2px solid white;
}

.nwsltr_send {
    width: 56px;
    overflow: hidden;
    border-left: 2px white solid;
}

.nwsltr_send img {
    transform: translate(-56px, 0px);
    transition: .3s all ease-in-out;
}

.newsletter a:hover .nwsltr_send img {
    transform: translate(0, 0);
}

/*********** FOOTER ***********/
/*********** FOOTER ***********/
/*********** FOOTER ***********/
.sec_footer {
    background-color: #212121;
}

.footer {
    display: flex;
    padding: 50px 50px 10px 50px;
}

.footer p,
.footer a,
.footer h6 {
    font-size: 14px;
    line-height: 23px;
    font-weight: 500;
    color: #a2a2a2;
}

.footer h4 {
    margin-top: 20px;
}

.footer .footer_blocs + .footer_blocs a {
    border-bottom: 1px dotted grey;
    display: block;
    color: #a2a2a2;
    text-decoration: none;
    padding-bottom: 5px;
    position: relative;
}

.footer a::before {
    content: "";
    display: inline-block;
    height: 48%;
    position: absolute;
    left: -10px;
    border-left: 3px solid #0d80f5;
    ;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity .15s ease-out;
    opacity: 0;
}

.footer a:hover:before {
    opacity: 1;
}

.footer a:hover {
    color: white;
}

.footer div:nth-child(2) {
    border-left: 1px solid #3b3b3b;
    border-right: 1px solid #3b3b3b;
    padding-bottom: 20px;
}

.footer_blocs {
    width: 33%;
    padding: 0px 40px;
}

.footer_blocs img {
    width: 200px;
    margin-bottom: 30px;
}

.footer-keywords {
    display: flex;
    padding: 0px 50px 50px 50px;

}

.keywords-content {
    flex: auto;
}

.keywords-content p {
    font-size: 11px;
}

.copyright {
    font-size: 10px;
    text-align: right;
}

.clear {
    clear: both;
}

/************* PARALLAX *************/
/************* PARALLAX *************/
/************* PARALLAX *************/
.parallax {
    height: 500px;
    /* fallback for older browsers */
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-perspective: 300px;
    perspective: 300px;
}

.parallax__group {
    position: relative;
    height: 500px;
    /* fallback for older browsers */
    height: 100vh;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.parallax__layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.parallax__layer--fore {
    -webkit-transform: translateZ(90px) scale(.7);
    transform: translateZ(90px) scale(.7);
    z-index: 1;
}

.parallax__layer--base {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 4;
}

.parallax__layer--back {
    -webkit-transform: translateZ(-300px) scale(2.2);
    transform: translateZ(-300px) scale(2.2);
    z-index: 3;
    background-size: cover !important;
}

.banner {
    min-height: 250px;
}

.flex-caption {
    position: absolute;
    z-index: 999;
    top: 150px;
    /*left: 0;
    right: 0;*/
    text-align: center;

}

.flex-caption h1 {
    color: #fff;
}

/*************** MEMBERS GALLERY ***************/
/*************** MEMBERS GALLERY ***************/
/*************** MEMBERS GALLERY ***************/
.banner {
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover !important;
}

.banner h1 {
    text-align: left;
    color: white;
    width: 1100px;
}

.banner h1.centered {
    text-align: center;
}

.members_gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

/* gallery*/
.responsive-image {
    max-width: 100%;
  }
  
  .cell img {
    display: block;
  }
  
  .cell {
    margin: 1rem;
  }
  @media screen and (min-width: 600px) {
    .grid {
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      align-items: center;
      width: 100%;
    }
    .cell {
      width: 50%;
    }
  }
  
  
  @media screen and (min-width: 1000px) {
    .cell {
      width: calc(100% / 3);
    }
  }
  
  
  
  
  @media screen and (min-width: 600px) {
    .cell {
      width: calc(50% - 2rem);
    }
  }
  
  @media screen and (min-width: 1000px) {
    .cell {
      width: calc(25% - 2rem);
    }
  }

/*gallery*/

.members_gallery a {
    width: 23%;
}

.members_title {
    background-color: #0d80f5;
    min-height: 132px;
}

.members_title h2 {
    text-align: center;
    font-size: 48px;
    line-height: 1.097em;
    color: white;
}

.members_gallery img {
    filter: grayscale(100%) opacity(0.8);
    transition: all 0.5s ease;
    width: 100%;
    vertical-align: bottom;
}

.members_gallery img:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    filter: grayscale(0%);
}

/************* BOARD *************/
/************* BOARD *************/
/************* BOARD *************/
.board {
    width: 1100px;
    margin: 0 auto;
}

.board_gallery {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.board_quote h2 {
    border-left: 4px solid #0d80f5;
    color: #0d80f5;
    padding: 0;
    padding-left: 28px;
    margin: 50px 0 60px;
}

.board_item {
    width: 32%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 80px;
}

.board_item a img {
    margin-top: 20px;
}

.board_item_picture {
    border-radius: 50%;
    margin-bottom: 30px;
}

.board_item img {
    width: max-content;
}

.board_item p {
    font-size: 14px;
    line-height: 23px;
    font-weight: 500;
}

.board_item p:first-of-type {
    font-weight: bold;
}

.board_item_resume {
    margin: 25px 0;
    text-align: left;
}

/************ TECHNICAL COMMITTEE ************/
/************ TECHNICAL COMMITTEE ************/
/************ TECHNICAL COMMITTEE ************/
.split {
    column-count: 2;
    margin-bottom: 50px;
}

.split ul,
.client_txt ul {
    list-style: none;
    margin-top: 20px;
}

.split ul li::before,
.client_txt ul li::before {
    content: "\2022";
    color: #0d80f5;
    font-weight: bold;
    display: inline-block;
    width: 1em;
}

.split ul li,
.client_txt ul li {
    font-size: 18px;
    line-height: 1.508em;
    font-weight: 500;
    color: #797979;
    margin: 20px 0;
}

.icon {
    margin-top: 30px;
}

.board_gallery.technical p {
    color: white;
}

.board_technical h2 {
    text-align: center;
    color: #fff;
    padding-bottom: 50px;
}

.technical_credits {
    text-align: center;
    margin-bottom: 50px;
}

.technical .board_item {
    margin-bottom: 0;
}

.video-dark-bg h2 {
    padding-top: 0;
}

/*************** RESOURCES ***************/
/*************** RESOURCES ***************/
/*************** RESOURCES ***************/
.resources a.button {
    margin: 15px 0 25px;
}

.quoted {
    display: flex;
    align-items: center;
    margin-bottom: 80px;
}

.quoted:first-of-type {
    margin-top: 80px;
}

.quoted blockquote {
    font-size: 18px;
    line-height: 1.508em;
    font-weight: 500;
    text-align: center;
}

.quoted blockquote + p {
    text-align: center;
    padding-top: 15px;
}

.quoted img {
    border-radius: 50%;
    margin: 0 80px;
}

.resources .specs_detail_img {
    align-self: flex-end;
}

.grid-img figure img {
    margin: 0 auto 20px;
    display: block;
}

/*************** SINGLE ***************/
/*************** SINGLE ***************/
/*************** SINGLE ***************/
.post_img {
    margin-top: 50px;
}

.post_img img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.post_prez {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}

.post_date span:first-of-type {
    display: block;
    font-size: 20px;
    line-height: 37px;
    color: #636363;
    padding: 0 12px;
    border: 2px solid #efefef;
    border-bottom: 0;
    -webkit-border-top-left-radius: 3px;
    -moz-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
}

.post_date span + span {
    display: block;
    font-size: 12px;
    color: #fff;
    background-color: #0d80f5;
    padding: 0 13px;
    line-height: 23px;
    font-weight: 500;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.post_title h2 {
    padding: 0;
}

.post_title {
    margin-left: 20px;
}

.post_title span {
    color: #b8b8b8;
}

.post_title a {
    color: #b8b8b8;
    text-decoration: none;
    cursor: pointer;
    font-weight: normal;
    -webkit-transition: color .15s ease-out;
    -moz-transition: color .15s ease-out;
    -o-transition: color .15s ease-out;
    -ms-transition: color .15s ease-out;
    transition: color .15s ease-out;
}

.post_title a:hover {
    color: #0d80f5;
}

.main_cont {
    margin: 30px 0 60px;
}

.main_cont p {
    padding: 8px 0;
}

.prez p {
    padding: 8px 0;
}

.prez a {
    font-weight: normal;
}

#fancybox-buttons li {
    list-style: none;
}

/*********** OWL CAROUSEL ***********/
/*********** OWL CAROUSEL ***********/
/*********** OWL CAROUSEL ***********/
.owl-carousel {
    padding: 48px 106px;
}

.owl-nav button {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 80px;
    height: 80px;
    border-radius: 7px;
    background-color: #aaa !important;
}

.owl-nav button.owl-prev {
    left: 0;
}

.owl-nav button.owl-next {
    right: 0;
}

button.owl-prev span,
button.owl-next span {
    font-size: 60px;
    font-weight: 700;
    line-height: 9px;
    color: white;
}

.owl-carousel .owl-item img {
    filter: grayscale(100%) opacity(0.9);
    transition: all 0.5s ease;
    
}

.owl-carousel .owl-item img:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    filter: grayscale(0%);
}

/************ PHOTO GALLERY PLUGIN  ************/
/************ PHOTO GALLERY PLUGIN  ************/
/************ PHOTO GALLERY PLUGIN  ************/
.bwg_slideshow_dots_thumbnails_1 .bwg_slideshow_dots_1 {
    background: #0d80f5 !important;
}

.bwg_slideshow_dots_thumbnails_1 .bwg_slideshow_dots_active_1 {
    background: #FFFFFF !important;
    border: 2px solid #0a57a5 !important;
}

/************* JOIN US *************/
/************* JOIN US *************/
/************* JOIN US *************/
.join-us .wp-block-column {
    position: relative;
    min-height: 380px;
}

.join-us .wp-block-button {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.plans ion-icon {
    color: #0d80f5;
    font-size: 34px;
    position: absolute;
    left: 0;
    top: 5px;
    margin: auto;
    width: 100%;
}

.plans ion-icon[name=close] {
    color: #dedede;
}

.plans table {
    width: 100%;
    text-align: center;
    font-family: Raleway, sans-serif;
    border-collapse: collapse;
}

tr th:first-of-type,
tr td:first-of-type {
    text-align: left;
    padding-left: 20px;
}

tr th:nth-child(even),
tr td:nth-child(even) {
    background-color: #f5f5f5;
}

th {
    font-size: 16px;
    font-weight: 600;
    color: black;
    line-height: 66px;
}

th,
td {
    padding: 0;
    border: 1px solid #f0eeed;
}

.plans + div {
    margin: 60px auto;
}

p + .button {
    margin-top: 20px;
}

/************* MEMBERSHIP *************/
/************* MEMBERSHIP *************/
/************* MEMBERSHIP *************/
.plan_incl {
    display: flex;
    margin-top: 20px;
}

.plan_incl div {
    width: 50%;
}

.plan_incl div + div,
.plans_col_right {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.list_small li {
    line-height: 17px;
    font-size: 14px;
}

/************** CONTACT **************/
/************** CONTACT **************/
/************** CONTACT **************/
.contact {
    display: flex;
    justify-content: center;
}

.contact > div {
    width: 50%;
}

.wpcf7 {
    padding-top: 40px;
}

#respond input[type=email],
#respond input[type=text],
#respond textarea,
.post-password-form input[type=password],
.wpcf7-form-control.wpcf7-date,
.wpcf7-form-control.wpcf7-number,
.wpcf7-form-control.wpcf7-quiz,
.wpcf7-form-control.wpcf7-select,
.wpcf7-form-control.wpcf7-text,
.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    margin-top: 24px;
    padding: 10px 15px;
    border: 1px solid #cfcfcf;
    outline: 0;
    font-family: Raleway, sans-serif;
    font-weight: 500;
    font-size: 14px;
    background-color: #fff;
    color: #797979;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.wpcf7-form-control.wpcf7-text[name="Name"] {
    margin-top: 0;
}

input.wpcf7-form-control.wpcf7-submit {
    display: inline-block;
    width: auto;
    height: 52px;
    line-height: 50px;
    padding: 0 35px;
    border: 2px solid #0d80f5;
    font-size: 13px;
    font-weight: 800;
    font-family: inherit;
    letter-spacing: 1px;
    color: #fff;
    background-color: #0d80f5;
    cursor: pointer;
    -webkit-transition: color .15s ease-out, background-color .15s ease-out, border-color .15s ease-out;
    transition: color .15s ease-out, background-color .15s ease-out, border-color .15s ease-out;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

input.wpcf7-form-control.wpcf7-submit:hover {
    background-color: white;
    color: #0d80f5;
}

div.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #0d80f5 !important;
}

span.wpcf7-not-valid-tip {
    color: #0d80f5 !important;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    border: 2px solid #0d80f5 !important;
}

input.wpcf7-form-control.wpcf7-submit {
    margin-top: 15px;
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

#search ion-icon[name="close"] {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    font-size: 24px;
}

#search ion-icon[name="close"]:hover {
    color: #0d80f5;
}

/************* CLIENT PAGE *************/
/************* CLIENT PAGE *************/
/************* CLIENT PAGE *************/
.client h2 {
    width: 1100px;
    margin: 0 auto;
    text-align: left;
}

.client_prez {
    display: flex;
    margin: 60px 0;
    align-items: flex-start;
    min-height: 310px;
}

.client_img {
    width: 20%;
}

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

.committee .client_img > img {
    border-radius: 50%;
}

.committee a img {
    margin-top: 20px;
}

.client_txt {
    padding-left: 60px;
    width: 80%;
}

/************** SEARCH RESULTS **************/
/************** SEARCH RESULTS **************/
/************** SEARCH RESULTS **************/
.list-result li {
    list-style-position: initial;
    list-style: none;
    border: 2px solid #e6e6e6;
    padding: 26px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 20px;
}

.list-result li h2 {
    margin-top: 0;
    padding-top: 0;
}

.list-result a p:hover {
    color: #0d80f5;
}

.searched {
    min-height: 450px;
}

/* ---- buttons ---- */
.list-result .button {
    display: inline-block;
    position: relative;
    outline: 0;
    font-style: normal;
    font-weight: 800;
    font-family: inherit;
    padding: 0 35px;
    margin-top: 20px;
    font-size: 13px;
    line-height: 48px;
    height: 48px;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 2px solid#e6e6e6;
    color: #707070;
    background-color: transparent;
    -webkit-transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
    -webkit-box-sizing: initial;
    -moz-box-sizing: initial;
    box-sizing: initial;
}

.qodef-btn.qodef-btn-small {
    font-size: 13px;
    padding: 0 28px;
    line-height: 43px;
    height: 43px;
}

/******************** WP STYLES ********************/
/******************** WP STYLES ********************/
/******************** WP STYLES ********************/
.wp-pagenavi {
    position: absolute;
    bottom: 60px;
    margin: auto;
    width: fit-content;
    width: -moz-fit-content;
    left: 0;
    right: 0;
}



/************************ Roundtable ************************/
/************************ Roundtable ************************/
/************************ Roundtable ************************/



.border-right {
    border-right: 1px solid grey;
}

.banner-roundtable {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    align-content: center;
    background-size: cover !important;

}


.h3-roundtable {
    display: block;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.2em;
}

.h2-roundtable {
    display: block;
    font-family: Lato;
    color: white;
    font-size: 34px;
    line-height: 1.284em;
    font-weight: 700;
}

.roundtable-speaker-pic {
    max-width: 100%;
    height: auto;
}

.topics-roundtable ul {
    list-style: none;
    margin-left: 1em;
}

.topics-roundtable ul li::before {
    content: "\2022";
    color: #0d80f5;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.event-mic-banner {

    background: url('https://cloudsignatureconsortium.org/wp-content/uploads/2020/11/csc-roundtable-mic.png') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


/************************ GUTENBERG BLOCS ************************/
/************************ GUTENBERG BLOCS ************************/
/************************ GUTENBERG BLOCS ************************/
.quote-special-block {
    margin-bottom: 80px !important;
}

.quote-special-block img {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.quote-special-block blockquote p {
    color: #0d80f5;
    margin-bottom: 20px;
}

.bw-cover {}

.alignwide,
.bw-cover .wp-block-cover__inner-container {
    width: 1100px !important;
    margin: 0 auto;
}



.video-dark-bg {
    background: url('../img/pattern_1-2.png');
    padding: 50px 0;
}

.video-dark-bg iframe {
    margin: 0px auto;
    display: block;
}

/*
.entry-content .alignwide {
        margin-left  : -80px;
        margin-right : -80px;
}
.entry-content .alignfull {
        margin-left  : calc( -100vw / 2 + 100% / 2 );
        margin-right : calc( -100vw / 2 + 100% / 2 );
        max-width    : 100vw;
}
.alignfull img {
        width: 100vw;
} */


/************* MEDIA QUERIES *************/
/************* MEDIA QUERIES *************/
/************* MEDIA QUERIES *************/
@media only screen and (max-width:1200px) {
    .owl-item.active .testimonials_detail {
        animation: fadeIn ease 2s;
        -webkit-animation: fadeIn ease 2s;
        -moz-animation: fadeIn ease 2s;
        -o-animation: fadeIn ease 2s;
        -ms-animation: fadeIn ease 2s;
    }

    .testimonials {
        width: 100%;
    }

    .emb_video {
        padding-bottom: 56.25%;
    }

    .board {
        width: 100%;
    }

    ion-icon.burger_menu {
        display: block;
    }

    .header_nav {
        display: none;
        height: auto;
        position: absolute;
        top: 100px;
        width: 100%;
        background-color: white;
        box-shadow: 0px 8px 10px -12px rgba(0, 0, 0, 0.42);
        -moz-box-shadow: 0px 8px 10px -12px rgba(0, 0, 0, 0.42);
        -webkit-box-shadow: 0px 8px 10px -12px rgba(0, 0, 0, 0.42);

    }

    .header_nav.active {
        display: block;
    }

    nav,
    nav ul {
        height: 100%;
        width: 90%;
        margin: 0 auto;
    }

    nav li {
        float: none;
        display: block;
        width: 100%;
        height: auto;
    }

    nav li:not(:last-of-type) {
        border-bottom: 1px solid lightgray;
    }

    nav .menu > li > a {
        line-height: 40px;
    }

    .header_cont {
        justify-content: center;
    }

 header   .search {
        display: none;
    }

    nav ul.sub-menu {
        position: relative;
        width: 80%;
        height: auto;
        background-color: white;
        top: 0;
        border-top: none;
        box-shadow: none;
    }

    nav ul.menu > li:hover > a,
    nav ul.menu > li.current-menu-parent > a,
    nav ul.menu > li.current-menu-item > a {
        color: #727272 !important;
    }

    nav ul li.menu-item-has-children:hover ul {
        display: none;
    }

    nav ul.sub-menu li:hover a::before {
        opacity: 0;
    }

    nav ul.menu > li.sub-active > a:first-of-type {
        color: #0d80f5 !important;
    }

    nav a {
        font-weight: normal !important;
        display: block;
    }

    .board_item a img {
        margin-bottom: 20px;
    }

    .alignwide {
        padding: 0 30px;
    }

    .members_title h2 {
        padding: 40px 20px 20px;
    }

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

    .client_img {
        width: 40%;
        min-width: 250px;
    }

    .client_txt {
        padding: 0;
        width: 90%;
    }

    .board_item {
        margin-bottom: 20px;
    }


}

@media only screen and (min-width: 769px) and (max-width:1200px) {
    .wrap {
        width: 100%;
    }

    .alignwide,
    .bw-cover .wp-block-cover__inner-container {
        width: 100% !important;
    }

    .specs_detail {
        width: 100%;
    }

    .specs_detail_text {
        padding: 0 10px;
    }

    .perks,
    .news {
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
    }

    .perks_detail {
        width: 40%;
    }

    .news {
        padding: 20px 0 40px 0;
    }

    .board_item {
        width: 47%;
    }

    .members_gallery a {
        width: 31%;
    }
}

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

    .wp-block-media-text__media img,
    .wp-block-media-text__media video {
        height: auto;
    }

    blockquote p {
        color: #999 !important;
    }

    h1 {
        font-size: 38px;
        line-height: 44px;
    }

    a.scroll_top {
        bottom: 20px;
        right: 20px;
    }

    .blue h1 {
        padding: 0;
        padding-bottom: 20px;
    }

    .blue {
        height: 80vh;
        background-position-x: center;
    }

    .banner h1 {
        text-align: left;
        width: 100%;
        padding-left: 25px;
    }

    .banner {
        background-size: cover !important;
        /* for news (was 200% for unknown)*/
    }

    .wrapper_small {
        width: 100%;
        padding: 0 10px;
    }

    .wrap {
        width: auto;
        padding: 0 20px;
    }

    .dark {
        padding: 20px 10px;
    }

    .alignwide,
    .bw-cover .wp-block-cover__inner-container {
        width: auto !important;
    }

    .wrapper_medium {
        width: 100%;
    }

    .group_blue {
        height: 650px !important;
    }

    .specs_detail_text {
        padding: 10px;
    }

    .specs_detail {
        width: 100%;
    }

    .specs_detail_img {
        position: absolute;
        bottom: 0;
    }

    .specs_detail_img:nth-child(even) {
        left: 70%;
    }

    .specs_detail_img:nth-child(odd) {
        right: 70%;
    }

    .specs_detail_text:nth-child(even) {
        margin-left: 30%;
    }

    .specs_detail_text:nth-child(odd) {
        margin-right: 30%;
    }

    .emb_video {
        width: 100%;
    }

    .emb_video img {
        width: inherit;
    }

    .perks {
        width: 100%;
        flex-direction: column;
        align-items: center;
    }

    .perks_detail {
        width: 85%;
        padding: 10px 20px;
    }

    .news {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: baseline;
        width: 100%;
        padding: 20px 10px 60px 10px;
        justify-content: center;
    }

    .news_detail {
        width: 100%;
        min-height: 450px;
        margin-bottom: 30px;
    }

    .wp-pagenavi {
        bottom: 30px;
    }

    .post_title {
        margin-left: 0;
    }

    .join-us .wp-block-button {
        position: relative;
    }

    tr th:first-of-type,
    tr td:first-of-type {
        padding: 0 10px;
    }

    td {
        font-size: 13px;
        line-height: 20px;
    }

    th {
        font-size: 14px;
        line-height: 26px;
    }

    th,
    td {
        width: auto;
        padding: 2px 5px;
    }

    .plan_incl div + div,
    .plans_col_right {
        min-height: 250px;
    }

    .plans ion-icon {
        top: 0;
        bottom: 0;
    }

    .sec_black.dark {
        padding: 0 !important;
    }

    .owl-carousel-testimonials {
        width: 100% !important;
    }

    .newsletter {
        height: 230px;
    }

    .nwsltr_cta {
        flex-direction: column;
        justify-content: center;
        padding: 10px 20px;
        text-align: center;
    }

    .nwsltr_cta div {
        margin-top: 30px;
    }

    .footer {
        flex-direction: column;
        padding: 50px 10px;
    }

    .footer_blocs {
        border: none !important;
        width: 100%;
    }

    .parallax__layer--base {
        padding: 0 10px;
    }

    .board_gallery {
        justify-content: space-between;
        padding: 0 20px;
    }

    .board_item {
        width: 100%;
    }

    .split {
        column-count: 1;
    }

    .members_gallery a {
        width: 100%;
    }

    div.wp-block-media-text__content {
        -ms-grid-row: 2 !important;
        grid-row: 2 !important;
    }

    figure.wp-block-media-text__media {
        -ms-grid-row: 1 !important;
        grid-row: 1 !important;
    }

    .grid-img-right figure.wp-block-media-text__media {
        -ms-grid-row: 3 !important;
        grid-row: 3 !important;
    }

    .video-dark-bg iframe {
        width: 90%;
    }

    .grid-img figure img {
        width: 40% !important;
    }
}

@media only screen and (min-width: 600px) and (max-width:1150px) {

    /******** RESPONSIVE CAROUSEL ********/
    /******** RESPONSIVE CAROUSEL ********/
    /******** RESPONSIVE CAROUSEL ********/
    .testimonials.owl-carousel .owl-stage {
        transform: translate(0px, 0px) !important;
        width: 100% !important;
    }

    .testimonials_detail {
        width: 90%;
        margin: 0 auto 30px;
    }

    .testimonials .owl-item,
    .testimonials .owl-item.cloned {
        display: none;
    }

    .testimonials .owl-item.active {
        display: contents !important;
    }

    .owl-item.active + .owl-item.active + .owl-item.active + .owl-item.active {
        display: none !important;
    }

    .testimonials .blue_square::after {
        position: relative;
        bottom: -55px;
        left: 18px;
    }

    .testimonials .testimonials_author {
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .home .owl-carousel .owl-stage {
        width: 100% !important;
    }

    .home .owl-item {
        margin-bottom: 20px;
    }

    .home .wp-block-media-text {
        display: block;
    }
}

@media only screen and (max-width: 600px) {
    .specs_detail_text {
        margin: auto !important;
    }

    .specs_detail_img {
        display: none;
    }

    .event-speaker-mv {
        text-align: center;

    }

    .event-mic-banner {
        background: url('https://cloudsignatureconsortium.org/wp-content/uploads/2020/11/csc-roundtable-mic-mv.png') no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .title-space-mv h2 {
        padding-top: 5px;
    }

}


@media only screen and (max-width: 450px) {
    .alignwide {
        padding: 0 10px;
    }
}

/************* ANIMATIONS *************/
@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


/*Focus section home page */
.home-banner{position: relative;    overflow: hidden;}
.focus-rt-container{top: 10%;   
    position: absolute;
    right: 0;
    z-index: 4;    
    width: 18%;
	animation: focusmoveleft;
	animation-duration: 1s;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-direction: normal;}

@keyframes focusmoveleft {
	0%   {right: -16%;}
	100%  {right: 0px; }
  }
.focus-box{ background-color: #fff; margin: 0 auto; padding: 10px 8px;z-index: 3;
	-webkit-box-shadow: 0px 5px 15px rgb(0 0 0 / 60%);
    -moz-box-shadow: 0px 5px 15px rgba(0,0,0,0.6);
    box-shadow: 0px 5px 15px rgb(0 0 0 / 60%);margin-bottom: 10px;}
.focus-box:hover{-webkit-box-shadow:none;
    -moz-box-shadow: none;
    box-shadow: none;}
.focus-link{z-index: 3;
	text-decoration: none;}
	
.focus-link:hover {

}
.focus-box h3{font-size: 18px;color: #202020;}
.focus-box img{width: 100%; height: auto;}
.focus-right{ 
}


.focus-right h3{font-weight: bold;line-height: 22px;margin: 0px;padding: 10px 0;}	
.focus-right .focus-content {padding: 10px;}
.focus-right .focus-content p{font-size: 14px;font-weight: bold; color: #000; line-height: 22px;}

.focus-middle{bottom: 10%;   
    position: absolute;
    left: 28.75%;
    z-index: 4;    
    width: 41%;
display: flex;}
.focus-middle .thumb{flex: 35%;}
.focus-middle .focus-content{flex: 65%; padding:0 0 0 3%; }
.focus-middle .focus-content p{font-size: 14px;font-weight: bold; color: #000; line-height: 22px;}
.focus-middle h3{text-transform: uppercase;font-weight: bold; margin-top: 0px; }


.focus-sml-box {width: 46%;background-color: #fff; margin:30px auto 30px auto; padding: 15px 10px; position: relative;-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.28);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.28);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.28);	
	align-items:stretch;
	transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;}
.focus-sml-box a{text-decoration:none;
	display:block;	
	}

.focus-sml-box	.inner-box{display: flex;align-items: center;}
.focus-sml-box	.focus-sml-img{flex: 35%;}
.focus-sml-box	.focus-sml-img img{width: 100%; height: auto;}
.focus-sml-box .focus-content{flex: 65%; padding:0 0 0 3%; }
.focus-sml-box .focus-content p{font-size: 14px;font-weight: bold; color: #000; line-height: 22px;}
.focus-sml-box .focus-content h3{text-transform: uppercase;font-weight: bold;margin-top: 0px;font-size: 18px; color: #202020;}	

@media only screen and (min-width: 1120px) {
	.focus-sml-box{ display:none;}
	.focus-middle{display: flex;}
	.focus-right{display: block;}
}
@media only screen and (max-width: 767px) {
	.focus-sml-box {width: 90%;}
}	
@media only screen and (max-width: 1119px) {
	
	.focus-sml-box{ display:block;}
	.focus-box{display: none;}
}	
/*Focus section home page */