/*--------------------------------------------------------
	FONT ASSIGNMENTS
--------------------------------------------------------*/

body {
    font-family: 'Libre Franklin', sans-serif;
    font-size: 15px;
    color: #021C2B;
}

p {
    font-family: 'Libre Franklin', sans-serif;
    font-size: 15px;
    color: #021C2B;
}

.container {}


/*--------------------------------------------------------
	H1 - H6
--------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Libre Franklin', sans-serif;
    font-weight: bold;
    color: #002539;
    margin: 0px;
    padding: 0px;
    padding-bottom: 10px;
}

h1 a,
h2 a,
h3 a,
h4,
h5 a {
    font-family: 'Libre Franklin', sans-serif;
}

h1 {
    font-size: 34px;
    color: #002539;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 24px;
    color: #021C2B;
}

h4 {
    font-size: 20px;
}

h1.title {
    margin-top: 15px;
    margin-bottom: 15px;
}


/*--------------------------------------------------------
	LINKS
--------------------------------------------------------*/

a {
    color: #00a751;
    font-family: 'Libre Franklin', sans-serif;
}

a:hover,
a:focus {
    color: ;
    text-decoration: underline;
}


/*--------------------------------------------------------
	IMAGES, Objects
--------------------------------------------------------*/

img {
    border: 0px;
}


/*--------------------------------------------------------
						HEADER
--------------------------------------------------------*/

#main-header {
    padding: 20px 0px;
}

#logo-wrap svg {
    max-width: 100%;
    /*width: 200px;*/
}

#right-side-wrap {
    text-align: right;
    margin-top: 20px;
}


/* Languages */

.language-wrap {
    display: inline-block;
    margin-right: 15px;
}

.lang-french {
    margin-right: 8px;
}

.lang-french,
.lang-english {
    display: inline-block;
}

.lang-french a,
.lang-english a {
    background: transparent;
    border: 1px solid #00a751;
    color: #00a751;
    font-size: 15px;
    font-weight: 400;
    padding: 8px 18px;
    border-radius: 18px;
    font-family: 'Libre Franklin', sans-serif;
    outline: none;
}

.lang-french a:hover,
.lang-french a:focus,
.lang-english a:hover,
.lang-english a:focus {
    background: #00a751;
    border: 1px solid #00a751;
    color: #fff;
    text-decoration: none;
}


/* Search Bar */

#search-login-wrap {
    display: inline-block;
}

#search-input {
    max-width: 198px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.search-main-wrap {
    display: inline-block;
    vertical-align: middle;
    margin-top: 20px;
}

.search-input {
    background: transparent;
    border: 2px solid #fff;
}

#search-input ::-webkit-input-placeholder {
    color: #9B9B9B;
}

#search-input :-moz-placeholder {
    /* Firefox 18- */
    color: #9B9B9B;
}

#search-input ::-moz-placeholder {
    /* Firefox 19+ */
    color: #9B9B9B;
}

#search-input :-ms-input-placeholder {
    color: #9B9B9B;
}

.icon-search:before {
    content: url("../images/search-icon.png");
}

#search-input input {
    border: 0px;
    box-shadow: none;
    height: 36px;
    color: #9B9B9B;
    font-size: 15px;
    font-family: 'Libre Franklin', sans-serif;
    padding: 0px 12px;
}

#search-input button {
    background: transparent;
    border: 1px solid #6D5753;
    box-shadow: none;
    border: 0;
    color: #fff;
    padding: 0px 10px;
    height: 36px;
    border-radius: 0px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.input-group.search-input-wrap {
    border: 1px solid #CCCCCC;
    background: #fff;
    border-radius: 18px;
}


/* Mobile Search Bar */

li.mobile-search-wrap {
    margin-top: 30px;
    margin-bottom: 20px;
    padding-left: 0px;
    width: 198px;
}

.mobile-search-wrap input {
    border: 0px;
    box-shadow: none;
    height: 37px;
    color: #9B9B9B;
    font-size: 15px;
    font-family: 'Libre Franklin', sans-serif;
    padding: 0px 12px;
}

.mobile-search-wrap button {
    background: transparent;
    box-shadow: none;
    border: 0;
    color: #fff;
    padding: 0px 10px;
    height: 37px;
    border-radius: 0px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}


/* Member Login */

#login-wrap {
    display: inline-block;
    vertical-align: middle;
}

#login-wrap a {
    background: #00a751;
    border: 1px solid #00a751;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 8px 19px;
    border-radius: 18px;
    font-family: 'Libre Franklin', sans-serif;
}

#login-wrap a:hover,
#login-wrap a:focus {
    background: transparent;
    border: 1px solid #00a751;
    text-decoration: none;
    color: #00a751;
}


/* Mobile Member Login */

.mobile-login a {
    background: #00a751 !important;
    border: 1px solid #00a751 !important;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 8px 19px !important;
    border-radius: 18px;
    font-family: 'Libre Franklin', sans-serif;
    border-bottom: 0px !important;
    width: 150px !important;
}

svg#burger-menu {
    width: 33px;
    height: 20px;
}

.mobile-search-menu {
    display: inline-block;
    vertical-align: middle;
}


/* Social - Mobile Menu Wrap */

.social-menu-inside-wrap {
    top: 10px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.social-menu-inside-wrap ul {
    float: left;
    margin: 0;
    text-align: right;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.social-menu-inside-wrap ul>li {
    float: left;
    position: relative;
    display: block;
}


/*--------------------------------------------------------
					Desktop Navigation
--------------------------------------------------------*/

.navbar-nav>li a {
    color: ;
    font-family: ;
}

.nav>li>a:hover,
.nav>li>a:focus {}


/*--------------------------------------------------------
                    Mobile Navigation
--------------------------------------------------------*/


/*--------------------------------------------------------
	INDEX / MAIN BODY
--------------------------------------------------------*/


/*----------------Slideshow----------*/

.slideshow-wrap {
    margin-bottom: 50px;
}

.slideshow-wrap img {
    width: 100%;
}

#slide-container img {
    width: 100%;
}

.carousel-control {
    margin: auto 0px;
}

.carousel-control.left {
    height: 46px;
    width: 46px;
    color: #fff;
    top: 0px;
    left: auto;
    line-height: normal;
    bottom: 0;
    margin: auto;
    opacity: 1;
    text-shadow: none;
    font-family: 'Libre Franklin', sans-serif;
    background: rgba(0, 167, 81, .5);
    vertical-align: middle;
    text-align: center;
    padding-right: 2px;
    border: 2px solid #fff;
    border-radius: 30px;
    margin-left: 15px;
}

.carousel-control.right {
    height: 46px;
    width: 46px;
    color: #fff;
    top: 0px;
    left: auto;
    right: 0px;
    line-height: normal;
    bottom: 0;
    margin: auto;
    opacity: 1;
    text-shadow: none;
    font-family: 'Libre Franklin', sans-serif;
    background: rgba(0, 167, 81, .5);
    vertical-align: middle;
    text-align: center;
    padding-left: 2px;
    border: 2px solid #fff;
    border-radius: 30px;
    margin-right: 15px;
}

.carousel-control img {
    width: 13px;
    height: 21px;
    margin-top: 11px;
}

.carousel-caption {
    display: none;
    position: absolute;
    z-index: 100;
    background: rgba(255, 255, 255, .7);
    left: auto;
    top: auto;
    right: 0px;
    bottom: 0px;
    width: 100%;
    text-align: left;
    text-shadow: none;
    padding-top: 12px;
    padding-bottom: 15px;
    min-height: 145px;
}

.carousel-wrap {
    max-width: 1170px;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
}

.carousel-indicators {
    bottom: 15px;
    text-align: center;
    z-index: 102;
    width: 100%;
    max-width: 1170px;
    margin: auto;
    left: 0;
    right: 0;
}

.carousel-indicators li {
    width: 13px;
    height: 13px;
    border: 1px solid #fff;
    margin: 0 auto;
    margin-left: 8px;
    border-radius: 20px;
}

.carousel-indicators .active {
    width: 13px;
    height: 13px;
    margin-left: 8px;
    background: #00a751;
    border: 1px solid #fff;
}

@media (min-width: 990px) and (max-width: 1199px) {
    .carousel-caption {}
}

@media (max-width: 990px) {
    .carousel-caption {}
    #slide-row .col-md-12 {}
}

p.caption-text {
    font-size: 28px;
    font-weight: bold;
    display: block;
    color: #021C2B;
    font-family: 'Libre Franklin', sans-serif;
    text-align: left;
    margin-bottom: 3px;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 1.25em;
    line-height: normal;
}

p.alt-text {
    font-size: 15px;
    font-family: 'Libre Franklin', sans-serif;
    color: #021C2B;
    margin-bottom: 30px;
    text-align: left;
    display: inline-block;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 2.8em;
    line-height: 22px;
}

.carousel-caption a {
    display: none;
}

.carousel-caption a:hover {
    color: #4B9699;
    text-decoration: none;
}


/*----------------End Slideshow------*/


/*---------- news_feed_pages function ----*/

div#news-button-container {
    margin: 10px 0px 0px 0px;
    text-align: right;
}

div#news-button-verbiage {
    margin-right: 10px;
    display: inline-block;
    color: #5DB2D7;
}

div#news-button-container:active {
    margin: 9px 0px 0px -1px;
    /* keeps buttons from jumping around when pressed*/
}

div.news-button {
    display: inline-block;
    padding: 5px 10px;
    background-color: #5DB2D7;
    color: black;
    border: 1px solid black;
    border-radius: 5px;
    margin: 0px;
}

div.nb-number:hover {
    opacity: 0.7;
    /*buttons move toward backgound color when hovered over*/
    cursor: pointer;
}

div.nb-number:active {
    /* make buttons look like they are being pressed when clicked*/
    opacity: 0.6;
    border-width: 2px 0px 0px 2px;
}

div.nb-selected {
    /* style the selected button */
    opacity: 0.5;
}

div#nb-ellipsis-left,
div#nb-ellipsis-right {
    background-color: transparent;
    color: #5DB2D7;
    border: 0px;
    margin: 0px;
    padding: 5px;
    font-weight: bold;
}


/*---------- END: news_feed_pages ----*/


/*----------------------------------Primary-Content*/


/*--------------------------------------------------------
	CSS STYLE FOR HOME PAGE CONTENT
--------------------------------------------------------*/


/* Events */

#events-wrap {
    margin-bottom: 50px;
}

#events-wrap h2 {
    text-align: center;
    margin-bottom: 20px;
}

.event-item {
    background: #fff;
    border: 1px solid #c1d5e0;
    border-radius: 2px;
    min-height: 360px;
    margin-bottom: 30px;
}

.event-date-wrap {
    display: inline-block;
}

.event-date-img-wrap {
    border-left: 8px solid #7bafd4;
    border-right: 8px solid #7bafd4;
    padding: 0px 17px;
    margin-top: 15px;
    line-height: 20px;
}

.event-date-img-wrap img {
    display: inline-block;
    float: right;
}

.event-date,
.event-month-day {
    display: inline-block;
    vertical-align: middle;
}

.event-date {
    font-size: 51px;
    font-weight: 500;
    margin-right: 10px;
    color: #00477f;
}

.event-month-day {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    color: #00477f;
    line-height: 22px;
}

.event-month-day span {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
}

.event-container {
    padding: 22px;
}

h3.event-title {
    font-size: 18px;
    color: #002539;
    line-height: normal;
    font-weight: 500;
    padding-bottom: 15px;
}

p.event-blurb {
    font-size: 15px;
    color: #00263a;
    min-height: 105px;
}

.event-content .more-btn a {
    background: transparent;
    border: 1px solid #00a751;
    color: #00a751;
    font-size: 14px;
    font-weight: 400;
    padding: 7px 16px 7px;
    border-radius: 18px;
    font-family: 'Libre Franklin', sans-serif;
    outline: none;
}

.event-content .more-btn a:hover,
.event-content .more-btn a:focus {
    background: #00a751;
    border: 1px solid #00a751;
    color: #fff;
    text-decoration: none;
}

p.more-btn {
    margin-top: 30px;
    margin-bottom: 0px;
}

.view-more-btn {
    text-align: center;
    margin-top: 20px;
}

.view-more-btn a {
    background: #00a751;
    border: 1px solid #00a751;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 15px 30px;
    border-radius: 25px;
    font-family: 'Libre Franklin', sans-serif;
}

.view-more-btn a:hover,
.view-more-btn a:focus {
    background: transparent;
    border: 1px solid #00a751;
    color: #00a751;
    text-decoration: none;
}


/* Quick Links */

.quiclinks-outside-wrap {
    background: #e8ebef;
    padding: 40px 0px 34px;
}

#quicklinks-wrap ul {
    margin: 0;
    padding: 0;
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
}

#quicklinks-wrap ul li {
    list-style: none;
    margin: 0;
}

#quicklinks-wrap ul li a {
    color: #00a751;
    font-size: 20px;
    display: block;
    padding: 15px 15px;
}

#quicklinks-wrap ul li a:hover,
#quicklinks-wrap ul li a:focus {
    text-decoration: none;
}

#quicklinks-wrap ul img {
    display: inline-block;
    margin-right: 25px;
}

.quicklinks-wrap-img {
    display: inline-block !important;
    margin-right: 25px;
}

.quick-lnk {
    color: #00a751;
    font-size: 20px;
    display: block;
    padding: 15px 15px;
}

.quick-lnk:hover {
    text-decoration: none;
    color: #00a751;
}

.quick-txt {
    display: inline-block;
    width: 80%;
    vertical-align: text-top;
}


/* News */
.news-item {
    margin-bottom: 2em;
}




/*--------------------------------------------------------
	CSS STYLE FOR INNER PAGES
--------------------------------------------------------*/

#subpage {
    min-height: calc(100vh - 450px);
    padding-top: 30px;
    padding-bottom: 40px;
}


/* Board of Directors Page */

#board-directors-wrap {
    margin-bottom: 20px;
}

.board-content-wrap {
    border: 1px solid #c1d5e0;
    padding: 10px 10px 15px 10px;
}


/*--------------------------------------------------------
    CSS STYLE FOR MMS PAGES
--------------------------------------------------------*/

#admin_full .admin-menu .menu-item {
    background-color: #003057 !important;
}

#admin_full .admin-menu .menu-item.active {
    background-color: #fff !important;
}

.subhead-wrapper {
    padding-top: 45px;
    padding-bottom: 15px;
    width: 100%;
    margin: 0 auto;
}

.subhead-top {
    width: 100%;
    background-color: #00477f;
    height: 6px;
    position: relative;
    margin: 0 auto;
}

.subhead-bottom {
    background-color: #FFFFFF;
    margin-top: -15px;
    margin-left: 30px;
    width: auto;
    position: relative;
    display: inline-block;
    float: left;
    font-family: Verdana;
    font-size: 18px !important;
    padding-left: 10px;
    padding-right: 10px;
}


/*--------------------------------------------------------------
                        Modal Log In
--------------------------------------------------------------*/

.modal {
    overflow-y: visible;
}

.modal-dialog {
    max-width: 280px;
    margin: 50px auto;
}

.modal-header {
    text-align: center;
}

.modal-body {
    padding: 15px 23px;
}

#login input {
    width: 203px!important;
    height: 30px;
    margin: 0px auto;
    margin-bottom: 10px;
    padding: 0px 15px;
    margin-left: 15px;
    background: #fff;
    font-size: 14px;
    color: #9B9B9B;
    box-shadow: none !important;
    border: 1px solid #CCCCCC;
    border-radius: 18px;
}

#login input[type="submit"] {
    background: #00a751;
    border: 1px solid #00a751;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    border-radius: 18px;
    font-family: 'Libre Franklin', sans-serif;
    margin-left: 10px;
    outline: none;
    text-decoration: none;
    padding: 6px 20px;
    height: auto;
}

#login input[type="submit"]:hover,
#login input[type="submit"]:focus {
    background: transparent;
    border: 1px solid #00a751;
    text-decoration: none;
    color: #00a751;
    outline: none;
}

#login a {
    color: #00477f;
    display: block;
    margin-left: 15px;
    font-size: 14px;
    padding-bottom: 10px;
    text-decoration: underline;
}

#login a:hover,
#login a:focus {
    color: #002539;
}

#login input:last-of-type {
    width: 100px;
    margin: none;
}

h6.modal-title {
    color: #002539;
    font-size: 24px;
    font-weight: bold;
}


/*--------------------------------------------------------
	FOOTER
--------------------------------------------------------*/

.footer-content-wrapper {
    background: #003057;
    color: #fff;
    font-family: 'Libre Franklin', sans-serif;
    font-size: 14px;
    line-height: 22px;
    padding: 28px 0px 18px;
}

.footer-content-wrapper a {
    color: #fff;
}

.footer-content-wrapper p {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
}

.footer-logo svg#main-logo,
.footer-logo img {
    width: 161px;
    max-width: 100%;
    margin-bottom: 10px;
    margin-left: -7px;
}

.footer-logo svg#main-logo .cls-2 {
    fill: #fff;
}

.footer-logo svg#main-logo .cls-3 {
    fill: rgba(255, 255, 255, .5);
    opacity: 1;
}

.social-menu-inside-wrap svg#twitter-icon {
    height: 14px;
}

.social-menu-inside-wrap svg {
    height: 16px;
    margin-right: 25px;
    margin-bottom: 25px;
}

.footer-info-wrap {
    line-height: 30px;
}

.footer-info-wrap img {
    margin-right: 15px;
}

.join-view-wrap {
    margin-top: 8px;
    margin-bottom: 92px;
}

.privacy-inside-wrap,
.join-mail-wrap {
    margin-right: 15px;
}

.privacy-inside-wrap,
.join-mail-wrap,
.view-site-wrap {
    display: inline-block;
}

.privacy-inside-wrap a,
.join-mail-wrap a,
.view-site-wrap a {
    background: transparent;
    border: 1px solid #00a751;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 7px 17px;
    border-radius: 18px;
    font-family: 'Libre Franklin', sans-serif;
    outline: none;
}

.privacy-inside-wrap a:hover,
.join-mail-wrap a:hover,
.view-site-wrap a:hover {
    background: #00a751;
    border: 1px solid #00a751;
    color: #fff;
    text-decoration: none;
}

.footer-content-wrapper .text-right p {
    line-height: 18px;
}

.footer-content-wrapper .text-right p a {
    color: #00a751;
}


/* French */

.french-privacy-inside-wrap {
    margin-top: 8px;
    margin-bottom: 32px;
}

.french-join-view-wrap {
    margin-top: 8px;
    margin-bottom: 60px;
}

.french-join-view-wrap .join-mail-wrap {
    margin-right: 15px;
}

.french-join-view-wrap .join-mail-wrap,
.french-join-view-wrap .view-site-wrap {
    display: inline-block;
}

.french-privacy-inside-wrap a,
.french-join-view-wrap .join-mail-wrap a,
.french-join-view-wrap .view-site-wrap a {
    background: transparent;
    border: 1px solid #00a751;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 7px 17px;
    border-radius: 18px;
    font-family: 'Libre Franklin', sans-serif;
    outline: none;
}

.french-privacy-inside-wrap a:hover,
.french-join-view-wrap .join-mail-wrap a:hover,
.french-join-view-wrap .view-site-wrap a:hover {
    background: #00a751;
    border: 1px solid #00a751;
    color: #fff;
    text-decoration: none;
}


/*-----------------------------------Footer Menu*/


/*-------------------------------End-Footer Menu*/


/*--------------------------------------------------------
	UTILITIES
--------------------------------------------------------*/


/*----------- MEDIA QUERY --------------------*/

@media (min-width: 1200px) {
    .carousel-control.left {
        margin-left: -50px;
        background: rgba(0, 167, 81, 1);
    }
    .carousel-control.right {
        margin-right: -50px;
        background: rgba(0, 167, 81, 1);
    }
}

@media (min-width: 1000px) {
    .container {}
}

@media (min-width: 990px) and (max-width: 1199px) {
    .container {}
    .event-item {
        min-height: 380px;
    }
    .quick-txt {
        width: 65%;
    }
    .footer-content-wrapper,
    .footer-content-wrapper p {
        font-size: 13px;
    }
    .privacy-inside-wrap,
    .join-mail-wrap {
        margin-right: 5px;
    }
    .privacy-inside-wrap a,
    .join-mail-wrap a,
    .view-site-wrap a {
        font-size: 12px;
    }
    .french-privacy-inside-wrap a,
    .french-join-view-wrap .join-mail-wrap a,
    .french-join-view-wrap .view-site-wrap a {
        font-size: 13px;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    .container {}
    .language-wrap {
        margin-right: 10px;
    }
    .lang-french {
        margin-right: 6px;
    }
    .lang-french a,
    .lang-english a {
        font-size: 14px;
        padding: 8px 16px;
    }
    #search-input {
        max-width: 175px;
    }
    .event-date {
        font-size: 40px;
        margin-right: 5px;
    }
    .event-month-day {
        font-size: 18px;
        line-height: 18px;
    }
    .event-item {
        min-height: 415px;
    }
    .quick-txt {
        width: 65%;
    }
    .footer-content-wrapper .text-left,
    .footer-content-wrapper .text-right {
        text-align: center;
    }
    .join-view-wrap {
        margin-top: 30px;
        margin-bottom: 40px;
    }
    .french-privacy-inside-wrap {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .container {}
    #right-side-wrap {
        margin-top: 18px;
    }
    .language-wrap {
        margin-right: 0px;
    }
    .carousel-control.left,
    .carousel-control.right {
        height: 33px;
        width: 33px;
    }
    .carousel-control img {
        width: 9px;
        height: 15px;
        margin-top: 2px;
    }
    #quicklinks-wrap ul {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }
    .quick-txt {
        width: 70%;
    }
    .footer-content-wrapper .text-left,
    .footer-content-wrapper .text-right {
        text-align: center;
    }
    .join-view-wrap {
        margin-top: 30px;
        margin-bottom: 40px;
    }
    .french-privacy-inside-wrap {
        margin-top: 30px;
    }
}

@media (min-width: 480px) and (max-width: 580px) {
    #quicklinks-wrap ul {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }
}

@media (max-width: 480px) {
    .container {}
    #main-header {
        padding: 20px 0px;
    }
    #right-side-wrap {
        margin-top: 15px;
    }
    .language-wrap {
        margin-right: 0px;
    }
    .lang-french {
        margin-bottom: 10px;
        margin-right: 0px;
    }
    .lang-french a,
    .lang-english a {
        font-size: 13px;
        padding: 3px 10px;
    }
    .carousel-control.left,
    .carousel-control.right {
        height: 33px;
        width: 33px;
    }
    .carousel-control img {
        width: 9px;
        height: 15px;
        margin-top: 2px;
    }
    #quicklinks-wrap ul {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }
    .quick-txt {
        width: 72%;
    }
    .footer-content-wrapper .text-left,
    .footer-content-wrapper .text-right {
        text-align: center;
    }
    .join-view-wrap,
    .french-privacy-inside-wrap {
        margin-top: 30px;
        margin-bottom: 40px;
    }
    .join-mail-wrap {
        margin-right: 8px;
    }
    .privacy-inside-wrap {
        margin-bottom: 25px;
    }
    .french-privacy-inside-wrap,
    .french-join-view-wrap .join-mail-wrap {
        margin-bottom: 25px;
    }
    .privacy-inside-wrap a,
    .join-mail-wrap a,
    .view-site-wrap a {
        font-size: 13px;
        padding: 6px 12px;
    }
}

@media (max-width: 400px) {
    svg#main-logo .cls-3 {
        display: none;
    }
    #logo-wrap svg {
        max-width: 180px !important;
        width: 180px;
    }
}

@media (max-width: 360px) {
    .container {}
    #right-side-wrap {
        margin-top: 0px;
    }
}


/* Safari Browser */

@media only screen and (-webkit-min-device-pixel-ratio: 1) {
     ::i-block-chrome,
    #logo-wrap svg {
        height: 69px;
    }
     ::i-block-chrome,
    .footer-logo svg#main-logo {
        height: 88px;
        margin-bottom: 0px;
    }
     ::i-block-chrome,
    .social-menu-inside-wrap svg {
        width: 16px;
    }
}


/* Internet Browser */

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    #logo-wrap svg {
        height: 69px;
    }
    .footer-logo svg#main-logo {
        height: 88px;
        margin-bottom: 0px;
    }
    .social-menu-inside-wrap svg {
        width: 16px;
    }
}