
/* 

font-family: "Roboto Condensed", sans-serif;

*/

*, *:before, *:after { margin: 0px; padding: 0px; -webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-text-size-adjust: none; }
html, body { 
    width: 100%; 
    font-size: 16px; 
    line-height: 28px; 
    color: #000000; 
    font-family: "Roboto Condensed", sans-serif;
    letter-spacing: 0.01em;
    font-weight: 400; 
    -webkit-text-size-adjust: none; 
    -webkit-font-smoothing: antialiased; 
    background: #ffffff;
}
html { min-height: 100%; background: #fff; }  
html {scroll-behavior: smooth;}
input[type=checkbox] {-webkit-appearance: checkbox;}
input[type=radio] {-webkit-appearance: radio;}
button, input, textarea, select {-webkit-appearance: none; -webkit-border-radius: 0px;font-family: "Roboto Condensed", sans-serif;font-weight: 400;}
:focus,input:focus, textarea:focus {outline: none;}
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;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
.grecaptcha-badge {left: -99999999999px!important;}
.stay_tuned {text-align: center; margin-bottom: 258px;}
:focus {outline: none;}
a {transition: all 350ms;-webkit-transition: all 350ms;-ms-transition: all 350ms;text-decoration: none;outline: none;}
a:focus, a:active {
    outline: none;
}
a:hover {
    text-decoration: none;
    color: #000;
}
ul, ol {
    margin: 0px;
    padding: 0px;
}
ul li, ol li {
    padding: 0px;
    list-style: none;
}
ol ol {
    margin-bottom: 0px;
}
ol ol li:last-child {
    padding-bottom: 0px;
}
button, input, textarea, select {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
}
select, input, textarea, button {
    -webkit-appearance: none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
}

html {
    scroll-behavior: smooth;
    overflow-x: clip;
}

.container{
    max-width: 1359px;
    width: 100%;
    margin: 0 auto;
}
.top-head{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
header{
    position: relative;
    border-bottom: 5px solid #3f4150;
    z-index: 2;
}
.logo{
    position: relative;
    padding-top: 0px;
    margin-bottom: -140px;
}
.logo a {
    position: relative;
    z-index: 3;
}
.logo a img{
    max-width: 230px;
    height: auto;
    width: 100%
}
.logo::after{
    content: "";
    background: url('../images/logo-bgptn.png') no-repeat top center;
    background-size: cover;
    position: absolute;
    width: 345px;
    height: 345px;
    left: -55px;
    top: -7px;
}
.right-nav ul li{
    margin: 0px 35px;
    position: relative;
}
.right-nav ul li a{
    font-size: 18px;
    color: #3f4150;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 26px;
    padding-bottom: 30px;
    display: block;
    position: relative;
}
.right-nav ul li.current-menu-item a::after{
    content: "";
    background: url('../images/menu-hover-icon.png') no-repeat center center;
    background-size: cover;
    width: 42px;
    height: 33px;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    bottom: -5px;
}
.right-nav ul li a:hover::after{
    content: "";
    background: url('../images/menu-hover-icon.png') no-repeat center center;
    background-size: cover;
    width: 42px;
    height: 33px;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    bottom: -5px;
}




.right-nav ul li a:hover{
    color: #00846d;
}
.right-nav ul li.current-menu-item a{
    color: #00846d;
}
.hero-main{
    position: relative;
    min-height: 615px;
}
.hero-main::before{
    content: "";
    background: rgba(0, 0, 0, 0.20);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 1;
}
.hero-main img{
    width: 100%;
    height: 100%;
    min-height: 100%;
    min-width: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0px;
    left: 0px;
}
.hero-up{
    position: absolute;
    bottom: 60px;
    width: 100%;
    z-index: 3;
}
.hero-righttext{
    position: relative;
    max-width: 724px;
    width: 100%;
    margin-left: auto;
}

.hero-righttext h1{
    font-size: 58px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0px 0px 54px rgba(0, 0, 0, 0.74);
}
.hero-righttext p{
    font-size: 26px;
    color: #ffffff;
    text-shadow: 0px 0px 54px rgba(0, 0, 0, 0.74);
}
.opening-main{
    padding-top: 65px;
    padding-bottom: 99px;
}
.opening-inner{
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
}
.opening-inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.opening-left p{
    font-size: 24px;
    line-height: 2;
}
.opening-right{
    max-width: 420px;
    width: 100%;
}
.opening-right img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.opening-left{
    max-width: 750px;
    width: 100%;
}
.ctas{
    padding-top: 44px;
}
.ctas-card{
    max-width: 375px;
    width: 100%;
    margin: 0 auto;
    background: #ffffff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
    border-top: 7px solid #61dcc2;
    text-align: center;
    padding: 102px 40px;
}
.ctas-icon{
    margin-bottom: 28px;
}
.ctas-icon img{
    max-width: 79px;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.ctas-card h2{
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5px;
}
.ctas-card p{
    font-size: 18px;
    line-height: 2;
    margin-bottom: 30px;
}
.ctas-card a{
    font-size: 18px;
    color: #000000;
}
.ctas-card a:hover{
    color: #00846d;
}
.ctas-card a.button{
    font-size: 18px;
    color: #3f4150;
    text-transform: uppercase;
    border: 3px solid #36d3b2;
    padding: 15px 42px;
    font-weight: bold;
    display: inline-block;
    border-radius: 40px;
}
.ctas-card a.button:hover{
    background: #36d3b2;
}

footer{
    border-top: 4px solid #3f4150;
    padding: 70px 0px 85px 0px;
}
footer .container{
    max-width: 1190px;
    width: 100%;
    margin: 0 auto;
}
.footer-logo{
    text-align: left;
}
.footer-logo img{
    max-width: 189px;
    width: 100%;
    height: auto;
    object-fit: cover;
    display: inline-block;
}
.footer-adr{
    padding-top: 40px;
}
.footer-adr h4{
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 8px;
}
.footer-adr p{
    font-size: 18px;
    line-height: 2;
}
.footer-emailphone{
    padding-top: 40px;
    text-align: left; 
}
.footer-emailphone h4{
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 8px;
}
.footer-emailphone a{
    font-size: 18px;
    line-height: 2;
    color: #000000;
}
.footer-emailphone a:hover{
    color: #00846d;
}
.copyright{
    padding-top: 57px;
}
.copyright-inner ul{
    display: block;
    text-align: center;
}
.copyright-inner ul li{
    padding: 0px 12px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    color: #3f4150;
    letter-spacing: 0.01em;
}
.copyright-inner ul li a{
    font-size: 14px;
    color: #3f4150 !important;
}
.copyright-inner ul li a:hover{
    color: #00846d;
}

.scroll-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    background: #00846d;
    font-size: 16px;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.scroll-top.active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}


.allpagebanner{
    min-height: 401px;
    position: relative;
    overflow: hidden;
}
.allpagebanner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0px;
    left: 0px;
}
.allpagebanner::before{
    content: "";
    background: linear-gradient(165deg, rgba(255,255,255,0.8) 0%,rgba(0,0,0,0) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    width: 70%;
    height: 350px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

.allpagebanner::after {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 7%, rgba(0, 0, 0, 0.4) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 0;
}


.inner-page{
    position: absolute;
    width: 100%;
    right: 0px;
    bottom: 50px;
    z-index: 5;
}
.inner-title{
    text-align: right;
    padding: 0px 30px;
}
.inner-title h1{
    font-size: 58px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
}
.about-main{
    padding: 65px 0px;
}
.about-inner{
    max-width: 875px;
    margin: 0 auto;
    width: 100%;
}
.about-top p{
    font-size: 24px;
    line-height: 2;
    color: #000000;
}

.about-goal hr{
    border-color: #e6e6e8;
    opacity: 1;
    margin: 62px 0px;
}
.about-goal h2{
    font-size: 42px;
    color: #00846d;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.about-goal h3{
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 4px;
}
.about-goal p{
    font-size: 18px;
    line-height: 2;
    margin-bottom: 28px;
}
.about-goal ul{
    margin-bottom: 30px;
}
.about-goal ul li{
    padding-left: 21px;
    font-size: 18px;
    line-height: 1.778;
    letter-spacing: 0.01em;
    position: relative;
}
.about-goal ul li::before{
    content: "";
    position: absolute;
    top: 12px;
    left: 2px;
    width: 7px;
    height: 7px;
    background: #00846d;
    border-radius: 100%;
}
.board-items h2{
    font-size: 42px;
    color: #00846d;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.board-items p{
    font-size: 18px;
    line-height: 2;
    margin-bottom: 28px;
}

.board-list{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.board-card h4{
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 2px;
}
.board-card span{
    font-size: 18px;
    line-height: 2;
    display: block;
}
.board-card a{
    font-size: 18px;
    font-weight: normal;
    color: #00846d;
    text-decoration: underline;
}
.board-card a:hover{
    color: #000000;
}

.minutes-main{
    padding: 65px 0px;
}
.minutes-card-box{
    max-width: 875px;
    margin: 0 auto;
    width: 100%;
}
.minutes-item h2{
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.minutes-item ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.minutes-item ul li{
    width: 33.33%;
    line-height: 2.333;
}
.minutes-item ul li a{
    font-size: 18px;
    color: #00846d;
    text-decoration: underline;
}
.minutes-item ul li a:hover{
    color: #000000;
}

.minutes-item hr {
    border-color: #e6e6e8;
    opacity: 1;
    margin: 58px 0px;
}
  
.minutes-card-box .minutes-item:last-child hr{
    display: none;
}

.minutes-card-box .minutes-item{
    margin-bottom: 40px;
}
.minutes-card-box .minutes-item:last-child{
    margin-bottom: 0px;
}

.meetings-cntmain hr{
    border-color: #e6e6e8;
    opacity: 1;
    margin: 62px 0px;
}

.contact-main{
    padding: 65px 0px;
}
.contact-inner{
    max-width: 875px;
    width: 100%;
    margin: 0 auto;
}
.contact-top h2{
    font-size: 24px;
    font-weight: 700;
    line-height: 2;
    text-align: center;
}
.contact-top p{
    font-size: 24px;
    line-height: 2;
    text-align: center;
}

.input-items label{
    display: none;
}
.input-items .form-control{
    min-height: 61px;
    border: 2px solid #333;
    border-radius: 0px;
    padding: 17px 25px;
    font-size: 18px;
}
.input-items .form-control:focus{
    outline: none;
    box-shadow: none;
}
.contact-inner .input-items{
    margin-bottom: 30px;
}
.contact-top{
    margin-bottom: 60px;
}
.contact-btn{
    text-align: center;
}
.contact-btn button{
    font-size: 18px;
    color: #3f4150;
    background: transparent;
    text-transform: uppercase;
    border: 3px solid #00846d;
    padding: 15px 64px;
    font-weight: bold;
    display: inline-block;
    border-radius: 40px;     transition: all 0.3s;
}
.contact-btn button:hover{
    background: #00846d;
    color: #ffffff;
}

/* do not group these rules */
.input-items .form-control::-webkit-input-placeholder {
    color: #000000;
}
.input-items .form-control:-moz-placeholder {
    /* FF 4-18 */
    color: #000000;
    opacity: 1;
}
.input-items .form-control::-moz-placeholder {
    /* FF 19+ */
    color: #000000;
    opacity: 1;
}
.input-items .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #000000;
}
.input-items .form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #000000;
}
.input-items .form-control::placeholder {
    /* modern browser */
    color: #000000;
}
.directions-main{
    padding: 65px 0px;
}
.directions-main .container{
    max-width: 1166px;
    margin: 0 auto;
    width: 100%;
}
.address-left{
    
}
.address-left h2{
    font-size: 42px;
    color: #00846d;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.address-left h3{
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 4px;
}
.address-left p{
    font-size: 24px;
    line-height: 2;
    margin-bottom: 20px;
}
.address-left a{
    font-size: 18px;
    color: #3f4150;
    background: transparent;
    text-transform: uppercase;
    border: 3px solid #36d3b2;
    padding: 15px 40px;
    font-weight: bold;
    display: inline-block;
    border-radius: 40px;
}
.address-left a:hover{
    background: #36d3b2;
  
}
.address-right{
    position: relative;
}
.address-right::before{
    content: "";
    width: 1px;
    height: 100%;
    background: #e2e2e5;
    position: absolute;
    left: -12px;
    top: 0px;
}
.right-inneraddress{
    max-width: 472px;
    width: 100%;
    margin-left: auto;
}
.address-right p{
    font-size: 24px;
    line-height: 2;
    margin-bottom: 28px;
}
.address-right ul li{
    line-height: 2.333;
}
.address-right ul li a{
    font-size: 18px;
    color: #00846d;
    text-decoration: underline;
}
.address-right ul li a:hover{
    color: #000000;
}

.meetings-main{
    padding: 65px 0px;
}
.meetings-cntmain{
    max-width: 862px;
    width: 100%;
    margin: 0 auto;
}
.meetings-infotop p:first-child{
    font-size: 24px;
}
.meetings-infotop p{
    font-size: 18px;
    line-height: 1.778;
    margin-bottom: 30px;
}

.meetings-infotop hr{
    border-color: #e6e6e8;
    opacity: 1;
    margin: 62px 0px;
}
.map-main{
    width: 100%;
    position: relative;
    height: 599px;
    display: none;
}
.map-main #map-canvas{
    width: 100%;
    height: 100%;
}

.map-dir {
    position: relative;
    height: 599px;
}

.top-register {
    text-align: right;
    padding-right: 34px;
    padding-top: 20px;
    line-height: 16px;
    text-transform: uppercase;
}
.top-register a{ font-weight:500; color:#cd0000; font-size:18px; }
.top-register span{ font-size:31px; margin-left:10px; position:relative; color:#575966; }
.top-register span img{ max-width:34px; height:auto; }
.reg-mq-link a{ display:block; border:3px solid #36d3b2; border-radius:35px; padding:30px 20px; display:flex; align-items:center; }
.reg-mq-link img{ max-width:145px; height:auto; }
.span-block{ font-size:29px; font-weight:600; color:#000; max-width:230px; line-height:34px; }
.reg-mq-link span{ display:block; text-align:center; text-transform:uppercase; }
.reg-mq-link span img{ max-width:64px; height:auto; }
.reg-mq-link span:last-child{ font-size:42px; margin-top:8px; }
.reg-mq-link{ margin-bottom:10px; }
.map-dir iframe{
    height: 100%;
    width: 100%;
    border: 0;
    filter: url(data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale);
    filter: gray;
    -webkit-filter: grayscale(99%);
    -webkit-backface-visibility: hidden;
}
.map-dir iframe{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.meetings-term-section h2{
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 4px;
}
.meetings-posts .meeting-item{
    line-height: 2.333;
}
.meetings-posts .meeting-item a{
    font-size: 18px;
    color: #00846d;
    text-decoration: underline;
}
.meetings-posts .meeting-item a:hover{
    color: #000000;
}
.meetings-posts .meeting-item span{
    font-size: 18px;
    color: #000000;
}
.meetings-list-container .meetings-term-section hr{
    border-color: #e6e6e8;
    opacity: 1;
    margin: 62px 0px;
}
.meetings-list-container .meetings-term-section:last-child hr{
    display: none;
}
.meetings-list-container .meetings-term-section{
    margin-bottom: 32px;
}


.off-canvas {
    padding: 60px 20px 30px;
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 300;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    transform: translate3d(100%, 0px, 0px);
    -webkit-transform: translate3d(100%, 0px, 0px);
    transition: transform .7s ease 0s;
    -webkit-transition: transform .7s ease 0s;
    background: #fff;
}
.is-open .off-canvas {
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    transition: transform .5s cubic-bezier(.34,.95,.27,.98) 0s;
}
.closebtn.mobilemenu {
    position: absolute;
    top: 35px;
    right: 25px;
    width: 40px;
    height: 40px;
}
.menu_mobile .closebtn::before, .menu_mobile .closebtn::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 11px;
    width: 40px;
    height: 2px;
    transform: rotate(45deg);
    background: #000000;
}
.menu_mobile .closebtn::after {
    transform: rotate(-45deg);
}
.mobile-logo{
    text-align: center;
    margin-bottom: 30px;
}
.mobile-logo a{
    display: inline-block;
}
.mobile-logo a img{
    max-width: 180px;
    width: 100%;
    height: auto;
}
.inner-mobile .nav{
    flex-direction: column;
    gap: 14px;
}
.inner-mobile ul li {
    text-align: center;
}
.inner-mobile ul li a{
    font-size: 16px;
    font-weight: 400;
    color: #000000;
}
.inner-mobile ul li.current_page_item a{
    color: #00846d;
}
.inner-mobile ul li a:hover{
    color: #00846d;
}


.comn-page{
    padding: 65px 0px;
}
.comnmain p {
    margin-bottom: 23px;
    line-height: 1.8;
}
.comnmain h2 {
    font-size: 30px;
    color: #00846d;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 10px;
    display: inline-block;
}
.comnmain h3 {
    font-size: 22px;
    color: #000000;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 10px;
    display: inline-block;
    width: 100%;
}
.comnmain p {
    font-size: 18px;

    line-height: 1.778;
  
    margin-bottom: 30px;
}
.comnmain p a{
    color: #00846d;
    text-decoration: underline;
}

.comnmain p a:hover{
    color: #000;
}
.comnmain ul {
    margin-bottom: 30px;
}
.comnmain ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 1.778;
    list-style: none;
} 
.comnmain ul li a{
    color: #00846d;
    text-decoration: underline;
}
.comnmain ul li a:hover{
    color: #000000;
}
.comnmain ul li strong{
    font-weight: 600;
}
.comnmain ul li:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 100%;
    left: 0;
    position: absolute;
    top: 9px;
    background: #00846d;
    display: block;
}

.mobile-menu{
    display: none;
    margin-top: 28px;
}
.mobile-icon {
    width: 36px;
    height: 26px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    background:transparent;
    border:none;
}
.navbar-toggler-line {
    width: 100%;
    height: 2px;
    background:#00846d;
}
.contact-inner .wpcf7 form .wpcf7-response-output{
    text-align: center;
    border: none;
    color: #dc3232;
    margin: 0px;
    margin-top: 10px;
}
.wpcf7-not-valid-tip{
    font-size: 0.9em;
}
.wpcf7 form.sent .wpcf7-response-output {
	border-color: transparent; /* Green */
    color: #46b450;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: transparent;
    color: #000;
    font-weight: bold;
}

.age-inner > h2{
    font-size: 42px;
    color: #00846d;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.minutes-card-box h3{
    font-size: 42px;
    color: #00846d;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 30px;
}

a.button {
    font-size: 18px;
    color: #3f4150;
    text-transform: uppercase;
    border: 3px solid #36d3b2;
    padding: 15px 42px;
    font-weight: bold;
    display: inline-block;
    border-radius: 40px;
}

.opening-left p {
    margin-bottom: 20px;
}

.logo {
    top: -35px;
}