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

body {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #444;
}

p {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #444;
}


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

h1,
h2,
h3,
h4,
h5 {
    margin: 0px;
    padding: 0px;
    font-family: 'Lato', sans-serif;
    color: #35516f;
    font-weight: bold;
    margin-bottom: 20px;
}

h1 {
    font-size: 40px;
    color: #35516f;
}

h2 {
    font-size: 27px;
}

h3 {
    font-size: ;
}

h4 {
    font-size: ;
}

h1.title {}


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

a,
a:hover,
a:visited {
    color: #ED397D;
    text-decoration: none;
    outline: 0;
}

a:hover,
a:focus {
    color: ;
}


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

img {
    border: 0px;
}

.pink {
    color: #ED397D;
    font-weight: bold;
}


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

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

@media (max-width: 480px) {
    #main-header {
        padding: 20px 0px 30px;
    }
}


/*--------------------------------------------------------
					Search Bar
--------------------------------------------------------*/


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

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

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

.nav>li {
    padding-right: 10px;
}


/*--------------------------------------------------------
					Index / Main Body
--------------------------------------------------------*/


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

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

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

.slideshow-wrap [class*="col-"] {
    padding: 0;
}

.carousel-control.left,
.carousel-control.right,
.carousel-control:hover {
    background-image: none;
    font-size: ;
    font-weight: ;
    z-index: 101;
}

.carousel-control {
    top: ;
    width: ;
    color: black;
}

.carousel-indicators {
    display: none;
}

.slideshow-wrap .carousel-caption {
    position: absolute;
    z-index: 100;
    background: transparent;
    left: auto;
    bottom: 0px;
    right: 0px;
    top: 150px;
    width: 100%;
    text-align: left;
    text-shadow: none;
}

@media (min-width: 990px) and (max-width: 1199px) {
    .slideshow-wrap .carousel-caption {
        top: 50px;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    .slideshow-wrap .carousel-caption {
        top: 0px;
    }
    .location.slideshow-wrap .carousel-caption {
        top: 40px;
    }
}

@media (max-width: 767px) {
    .slideshow-wrap .carousel-caption {
        background: #fff;
        display: block;
        position: static;
        width: 100%;
        height: auto !important;
        min-height: 345px !important;
        border: none;
    }
    .location.slideshow-wrap .carousel-caption {
        min-height: 200px !important;
    }
}

@media (max-width: 480px) {
    .slideshow-wrap .carousel-caption {
        min-height: 345px !important;
    }
    .location.slideshow-wrap .carousel-caption {
        min-height: 270px !important;
    }
}

@media (max-width: 350px) {
    .slideshow-wrap .carousel-caption {
        min-height: 445px !important;
    }
}

.location.slideshow-wrap .carousel-caption p.caption-text {
    display: none;
}

.slideshow-wrap .carousel-caption p.caption-text {
    font-size: 28px;
    font-weight: 600;
    line-height: 33px;
    display: block;
    color: white;
    margin-bottom: 10px;
}

.slideshow-wrap .carousel-caption p.alt-text {
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    margin-top: 0;
    color: #444444;
    margin: 0;
    margin-top: 10px;
}

.slideshow-wrap .carousel-caption h1 {
    font-size: 28px;
    line-height: 30px;
    font-weight: bold;
    margin-top: 0;
    color: #444444;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.slideshow-wrap .carousel-caption h3 {
    font-size: 24px;
    font-style: italic;
    color: #444444;
    font-weight: 300;
    margin-bottom: 8px;
}

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

.slideshow-wrap .carousel-indicators li {
    width: 12px;
    height: 12px;
    margin-left: 6px !important;
    background: rgba(255, 255, 255, .6);
    border: 0px;
    margin: 0 auto;
    border-radius: 10px;
}

.slideshow-wrap .carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin-left: 6px !important;
    background: #fff;
    border: 0px;
    border-radius: 10px;
}

.slideshow-wrap .carousel-indicators {
    display: none;
    bottom: 12px;
}

@media (max-width: 767px) {
    .slideshow-wrap .carousel-indicators {
        bottom: 0px;
    }
}

.slide-caption-btn,
.location-caption-btn {
    margin-top: 25px;
}

.slide-caption-btn a {
    padding: 10px 20px 10px 20px;
    border: 2px solid #ED397D;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    color: #ED397D;
    text-decoration: none;
}

.location-caption-btn a {
    padding: 4px 26px 4px 26px;
    border: 2px solid #ED397D;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    color: #ED397D;
    text-decoration: none;
}

.slide-caption-btn a:hover,
.slide-caption-btn a:focus,
.location-caption-btn a:hover,
.location-caption-btn a:focus {
    background: #ED397D;
    border: 2px solid #ED397D;
    color: #fff;
}

.slideshow-wrap .carousel-indicators,
.slideshow-wrap .carousel-control {
    display: none;
}


/* Home Featured Locations Slideshow */

#location-slide-wrap {
    padding: 70px 0px 5px;
    overflow: hidden;
}

#location-slide-wrap .carousel-inner {
    overflow: inherit;
}

#location-slide-wrap .carousel-inner .item .slide-item-wrap {
    position: relative;
    z-index: 1;
}

#location-slide-wrap .carousel-inner .item:first-child .slide-item-wrap {
    background: #ED397D;
}

#location-slide-wrap .carousel-inner .item:nth-child(2) .slide-item-wrap {
    background: #f597c2;
}

#location-slide-wrap .carousel-inner .item:nth-child(3) .slide-item-wrap {
    background: #271f63;
}

#location-slide-wrap .carousel-inner .item:nth-child(4) .slide-item-wrap {
    background: #00acf2;
}

#location-slide-wrap .carousel-inner .item:nth-child(5) .slide-item-wrap {
    background: #840980;
}

#location-slide-wrap .carousel-inner .item:last-child .slide-item-wrap {
    background: #586bdd;
}

#location-slide-wrap .carousel-caption {
    display: none;
}

#location-slide-wrap .caption-text-wrap {
    position: absolute;
    z-index: 1;
    background: transparent;
    left: auto;
    bottom: 0px;
    right: 10px;
    top: 20px;
    width: 460px;
    text-align: left;
    text-shadow: none;
}

@media (min-width: 990px) and (max-width: 1199px) {
    #location-slide-wrap .caption-text-wrap {
        width: 310px;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    #location-slide-wrap .caption-text-wrap {
        display: block;
        position: static;
        width: 100%;
        height: auto !important;
        min-height: 280px !important;
        border: none;
        padding: 0px 20px 20px;
    }
}

@media (max-width: 767px) {
    #location-slide-wrap .caption-text-wrap {
        display: block;
        position: static;
        width: 100%;
        height: auto !important;
        min-height: 350px !important;
        border: none;
        padding: 0px 20px 20px;
    }
}

@media (max-width: 480px) {
    #location-slide-wrap .caption-text-wrap {
        min-height: 380px !important;
    }
}

@media (max-width: 350px) {
    #location-slide-wrap .caption-text-wrap {
        min-height: 360px !important;
    }
}

#location-slide-wrap .carousel-inner .item .slide-item-wrap img {
    top: -30px;
    margin-left: 35px;
    position: relative;
    z-index: 2;
    height: auto;
    max-width: 100%;
}

@media (max-width: 767px) {
    #location-slide-wrap .carousel-inner .item .slide-item-wrap img {
        margin-left: 0px;
        top: 0px;
        width: 100%;
    }
}

@media (max-width: 480px) {
    #location-slide-wrap .carousel-inner .item .slide-item-wrap img {
        margin-left: 0px;
        top: 0px;
    }
}

#location-slide-wrap .caption-text-wrap h2 {
    color: #fff;
    font-size: 36px;
    line-height: 36px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 50px;
}

#location-slide-wrap .caption-text-wrap p {
    color: #fff;
    font-weight: 300;
    font-size: 18px;
}

@media (min-width: 990px) and (max-width: 1199px) {
    #location-slide-wrap .caption-text-wrap p {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    #location-slide-wrap .caption-text-wrap p {
        margin-bottom: 30px;
    }
}

@media (max-width: 480px) {
    #location-slide-wrap .caption-text-wrap p {
        margin-bottom: 30px;
    }
}

.carousel-indicators-wrap ol.carousel-indicators {
    position: relative;
    padding: 0;
    margin: 0;
    width: 100%;
    left: 0px;
    text-align: center;
    margin-bottom: 45px;
}

#location-slide-wrap .carousel-indicators li {
    -webkit-border-radius: 0;
    border-radius: 0;
    text-indent: 0px;
    border: 0px;
    cursor: pointer;
    transition: background-color .2s;
    text-transform: uppercase;
    color: #fff;
    font-size: 24px;
    line-height: 25px;
    padding: 35px 10px;
    height: auto !important;
    max-width: 162px;
    text-align: center;
    font-weight: bold;
    width: 100% !important;
    margin-right: 32px;
    min-height: 120px;
    vertical-align: middle;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    opacity: 0.4;
    margin-bottom: 15px;
}

@media (min-width: 990px) and (max-width: 1199px) {
    #location-slide-wrap .carousel-indicators li {
        font-size: 22px;
        max-width: 140px;
        margin-right: 19px;
        padding: 30px 10px;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    #location-slide-wrap .carousel-indicators li {
        font-size: 16px;
        line-height: 20px;
        max-width: 110px;
        min-height: 110px;
        margin-right: 10px;
        padding: 30px 10px;
    }
}

@media (max-width: 767px) {
    #location-slide-wrap .carousel-indicators li {
        font-size: 15px;
        max-width: 120px;
        margin-right: 15px;
    }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    #location-slide-wrap .carousel-indicators li {
        height: 120px !important;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1) {
     ::i-block-chrome,
    .join-ig-wrap img,
     ::i-block-chrome,
    .btn-ig img,
     ::i-block-chrome,
    .btn-linkedin img {
        max-width: 30px !important;
        height: 150px !important;
    }
}

#location-slide-wrap .carousel-indicators li:hover {
    opacity: 1;
}

#location-slide-wrap .carousel-indicators li:first-child {
    background: #ED397D;
}

#location-slide-wrap .carousel-indicators li:nth-child(2) {
    background: #f597c2;
}

#location-slide-wrap .carousel-indicators li:nth-child(3) {
    background: #271f63;
}

#location-slide-wrap .carousel-indicators li:nth-child(4) {
    background: #00acf2;
}

#location-slide-wrap .carousel-indicators li:nth-child(5) {
    background: #840980;
}

#location-slide-wrap .carousel-indicators li:last-child {
    background: #586bdd;
    margin-right: 0px;
}

#location-slide-wrap .carousel-indicators img.arrow {
    display: none;
}

#location-slide-wrap .caption-text-wrap .button {
    display: inline-block;
    background: transparent;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    width: auto;
    padding: 5px 20px 5px 20px;
    border: 1px solid #fff;
    background: transparent;
}

@media (max-width: 480px) {
    #location-slide-wrap .caption-text-wrap .button {
        font-size: 16px;
    }
}

#location-slide-wrap .caption-text-wrap .button a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

#location-slide-wrap .carousel-control.left {
    height: 45px;
    width: 45px;
    color: transparent;
    top: 0px;
    left: 35px;
    right: auto;
    line-height: normal;
    bottom: 0;
    margin: auto;
    opacity: 0;
    text-shadow: none;
    font-family: 'Lato', sans-serif;
    font-weight: 100;
    background: transparent;
    vertical-align: middle;
    text-align: center;
    padding-right: 2px;
    border-radius: 50px;
}

#location-slide-wrap .carousel-control.right {
    height: 45px;
    width: 45px;
    ;
    color: transparent;
    top: 0px;
    left: auto;
    right: 35px;
    line-height: normal;
    bottom: 0;
    margin: auto;
    opacity: 0;
    text-shadow: none;
    font-family: 'Lato', sans-serif;
    font-weight: 100;
    vertical-align: middle;
    text-align: center;
    padding-left: 2px;
    border-radius: 50px;
}

#location-slide-wrap:hover .carousel-control.left,
#location-slide-wrap:hover .carousel-control.right {
    background: rgba(255, 255, 255, .45);
    opacity: 1;
    height: 45px;
    width: 45px;
}

.btn-more-chicago,
.btn-more-ny {
    background: #fff !important;
    margin-left: 10px;
}

.btn-more-london,
.btn-more-singapore,
.btn-more-canada,
.btn-more-latin {
    background: #fff !important;
}

@media (max-width: 350px) {
    .btn-more-chicago,
    .btn-more-ny,
    .btn-more-london,
    .btn-more-singapore,
    .btn-more-canada,
    .btn-more-latin {
        margin-left: 0px;
        margin-top: 10px;
    }
}


/* Chicago */

.btn-events-chicago:hover {
    background: #fff !important;
    color: #ED397D;
}

.btn-events-chicago:hover a,
.btn-events-chicago a:hover {
    color: #ED397D !important;
}

.btn-more-chicago:hover {
    background: transparent !important;
    color: #fff !important;
}

.btn-more-chicago a {
    color: #ED397D !important;
}

.btn-more-chicago:hover a,
.btn-more-chicago a:hover {
    color: #fff !important;
}


/* NY */

.btn-events-ny:hover {
    background: #fff !important;
    color: #f597c2;
}

.btn-events-ny:hover a,
.btn-events-ny a:hover {
    color: #f597c2 !important;
}

.btn-more-ny:hover {
    background: transparent !important;
    color: #fff !important;
}

.btn-more-ny a {
    color: #f597c2 !important;
}

.btn-more-ny:hover a,
.btn-more-ny a:hover {
    color: #fff !important;
}


/* London */

.btn-events-london:hover {
    background: #fff !important;
    color: #271f63;
}

.btn-events-london:hover a,
.btn-events-london a:hover {
    color: #271f63 !important;
}

.btn-more-london:hover {
    background: transparent !important;
    color: #fff !important;
}

.btn-more-london a {
    color: #271f63 !important;
}

.btn-more-london:hover a,
.btn-more-london a:hover {
    color: #fff !important;
}


/* Singapore */

.btn-events-singapore:hover {
    background: #fff !important;
    color: #00acf2;
}

.btn-events-singapore:hover a,
.btn-events-singapore a:hover {
    color: #00acf2 !important;
}

.btn-more-singapore:hover {
    background: transparent !important;
    color: #fff !important;
}

.btn-more-singapore a {
    color: #00acf2 !important;
}

.btn-more-singapore:hover a,
.btn-more-singapore a:hover {
    color: #fff !important;
}


/* Canada */

.btn-events-canada:hover {
    background: #fff !important;
    color: #840980;
}

.btn-events-canada:hover a,
.btn-events-canada a:hover {
    color: #840980 !important;
}

.btn-more-canada:hover {
    background: transparent !important;
    color: #fff !important;
}

.btn-more-canada a {
    color: #840980 !important;
}

.btn-more-canada:hover a,
.btn-more-canada a:hover {
    color: #fff !important;
}


/* Latin America */

.btn-events-latin:hover {
    background: #fff !important;
    color: #586bdd;
}

.btn-events-latin:hover a,
.btn-events-latin a:hover {
    color: #586bdd !important;
}

.btn-more-latin:hover {
    background: transparent !important;
    color: #fff !important;
}

.btn-more-latin a {
    color: #586bdd !important;
}

.btn-more-latin:hover a,
.btn-more-latin a:hover {
    color: #fff !important;
}


/* Sponsor Slideshow */

#sponsor-title-wrap {
    padding-top: 50px;
}

#sponsor-title-wrap h2 {
    font-size: 36px;
    color: #444;
    line-height: 36px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px;
}

#sponsor-title-wrap h2:after {
    content: " ";
    border: 4px solid #ED397D;
    margin-top: 30px;
    margin-bottom: 15px;
    display: block;
    max-width: 60px;
}

.sponsor-outside-wrap .container {
    width: 100%;
}

#sponsor-slide-wrap {
    padding-bottom: 50px;
}

#sponsor-slide-wrap .carousel-control.left {
    width: 30px;
    text-align: left;
    text-shadow: none;
    opacity: 0.75;
}

#sponsor-slide-wrap .carousel-control.right {
    width: 30px;
    text-align: right;
    text-shadow: none;
    opacity: 0.75;
}

#sponsor-slide-wrap .carousel .item {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}

#sponsor-slide-wrap .carousel .item img {
    margin: 0 auto;
    text-align: center;
}

#sponsor-slide-wrap .carousel-indicators {
    display: none;
}


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


/*--------------------------------------------------------
				CSS Styles for Home/ Index Page
--------------------------------------------------------*/


/* Upcoming Events */

#events-section-wrap {
    padding: 50px 0px;
}

#events-section-wrap h2 {
    font-size: 36px;
    color: #444;
    line-height: 36px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 35px;
}

#events-section-wrap h2:after {
    content: " ";
    border: 4px solid #ED397D;
    margin-top: 30px;
    margin-bottom: 15px;
    display: block;
    max-width: 60px;
}

#events-section-wrap .events-link {
    color: #00acf2;
    font-weight: bold;
    padding: 0px;
    border: 0px;
    background: none;
    display: inline-block;
    text-align: center;
    margin-top: 0px;
    font-size: 18px!important;
    border-left: 2px solid #00acf2;
    height: 25px;
    padding-left: 20px;
    margin-left: 20px;
}

#events-section-wrap .events-link a {
    color: #00acf2;
    text-decoration: none;
}

.event-item {
    margin-left: 15px;
}

h3.event-title {
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 0;
    font-weight: bold;
    font-family: 'Muli', sans-serif;
}

a.ev-title-link {
    color: #ED397D;
}

a.ev-title-link:hover {
    color: #444;
    text-decoration: none;
}

.event-date {
    color: #fff;
    font-size: 17px;
    padding: 7px 25px;
    border: 2px solid #fff;
    background: #ED397D;
    display: inline-block;
    text-align: center;
    font-family: 'Muli', sans-serif;
    margin: 5px 0px;
}

p.event-time {
    font-size: 16px;
    color: #ED397D;
    font-weight: bold;
}

.event-btn {
    margin: 15px 0px;
}

.event-btn a {
    color: #444;
    font-weight: bold;
    border: 3px solid #000;
    background: #fff;
    padding: 4px 37px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
}

.event-btn a:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
}


/* Join Us */

.join-us-outside-wrap {
    background-color: #242424;
    background-size: cover;
    color: #fff;
    padding-top: 30px;
    margin-bottom: 20px;
}

.join-us-outside-wrap:after {
    content: "";
    width: 100%;
    height: 85px;
    background: #242424 url(../images/img_homepage.jpg) no-repeat;
    top: 5px;
    position: relative;
    display: inline-block;
    background-size: cover;
}

p.join-ig-wrap {
    text-align: center;
    color: #fff;
    font-size: 18px;
}

.join-ig-wrap img {
    display: inline-block;
    margin: 0px 10px;
}

p.join-title {
    font-size: 30px !important;
    text-align: center;
    color: #fff;
    font-family: 'Muli', sans-serif;
    letter-spacing: 1px;
    padding: 20px 0px;
    margin-top: 60px;
    margin-bottom: 23px;
}

#join-us-wrap p {
    color: #fff;
    font-size: 18px;
}

#join-us-wrap p.blue {
    text-align: center;
    margin: 60px 0px 0px;
}

.blue a {
    color: #00acf2;
    font-size: 30px;
    padding: 5px 20px 5px 20px;
    border: 3px solid #00acf2;
    text-decoration: none;
    font-weight: bold;
}

.blue a:hover {
    background: #00acf2;
    color: #242424;
}


/* Blog Section */

#blog-section-wrap {
    padding: 30px 0px;
}

#blog-section-wrap h2 {
    font-size: 36px;
    color: #444;
    line-height: 36px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 60px;
}

#blog-section-wrap h2:after {
    content: " ";
    border: 4px solid #ED397D;
    margin-top: 30px;
    margin-bottom: 15px;
    display: block;
    max-width: 60px;
}

#blog-section-wrap .blog-link {
    color: #00acf2;
    font-weight: bold;
    padding: 0px;
    border: 0px;
    background: none;
    display: inline-block;
    text-align: center;
    margin-top: 0px;
    font-size: 18px!important;
    border-left: 2px solid #00acf2;
    height: 25px;
    padding-left: 20px;
    margin-left: 20px;
}

#blog-section-wrap .blog-link a {
    color: #00acf2;
    text-decoration: none;
}

#blog-section-wrap h4 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 0;
    font-weight: bold;
    font-family: 'Muli', sans-serif;
}

@media (max-width: 350px) {
    #blog-section-wrap h4 {
        font-size: 20px;
    }
}

.news-wrap {
    margin: 0 auto;
    text-align: center;
}

.news-image img {
    width: 445px;
    height: auto;
    max-width: 100%;
}

.news-item {
    position: relative;
    margin-top: -300px;
    padding-top: 50px;
    padding-bottom: 130px;
    text-align: center;
    padding-left: 115px;
    padding-right: 115px;
}

@media (min-width: 768px) and (max-width: 990px) {
    .news-item {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 767px) {
    .news-item {
        padding-bottom: 180px;
    }
}

@media (max-width: 480px) {
    .news-item {
        margin-top: -250px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 130px;
    }
}

a.news-title-link {
    color: #444;
    text-decoration: none;
    font-weight: bold;
}

a.news-title-link:hover {
    color: #444;
    text-decoration: none;
}

.news-date {
    text-align: center;
    color: #ED397D;
    font-variant: small-caps;
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
}


/* Twitter */

.twitter-outside-wrap {
    background: url(../images/social-media-background.png) no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 43vw;
    color: #fff;
    padding: 108px 0px;
    margin: 30px 0px 0px;
}

.twitter-inside-wrap {
    margin-bottom: 15px;
}

.btn-ig {
    display: inline-block;
    background: #fff;
    padding: 11px 0px 10px 20px;
    margin-right: 20px;
}

.btn-ig span.button-text,
.btn-linkedin span.button-text {
    padding-left: 8px;
    text-decoration: none;
    font-size: 17px;
}

.btn-linkedin {
    display: inline-block;
    background: #fff;
    padding: 10px 0px 10px 20px;
}

.btn-ig a,
.btn-linkedin a {
    color: #ED397D;
    font-weight: bold;
    margin-right: 20px;
    text-decoration: none;
}

.btn-ig img,
.btn-linkedin img {
    display: inline-block;
    vertical-align: sub;
}


/*--------------------------------------------------------
				CSS Styles for Inner/ Sub Pages
--------------------------------------------------------*/

#subpage {
    min-height: calc(100vh - 526px);
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
    z-index: 1;
}


/* LOCATIONS Sub Pages */

.pink-innerpage {
    color: #ED397D;
    font-weight: bold;
    font-size: 24px;
}


/*--------- Chicago / New York / London ------------*/

.location.slideshow-wrap .slide-caption-btn {
    display: none;
}

.location-event .event-image img {
    width: 100%;
    position: relative;
}

.location-event p.event-details {
    line-height: 26px;
}

.location-event .event-link a {
    width: 40%;
    border: 2px solid #ED397D;
    color: #ED397D;
    font-size: 20px;
    font-weight: bold;
    background: #fff;
    padding: 2.5px 37px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
}

.location-event .more-events-btn a {
    padding: 5px 10px 5px 10px;
    color: #fff;
    font-weight: bold;
    padding: 10px 20px 10px 20px;
    border: 2px solid #fff;
    background: #000;
    display: inline-block;
    text-align: center;
    margin-top: 20px;
    text-decoration: none;
}


/***** CITY PAGE INFO ******/


/* GET INVOLVED */

.citypage-info-outside-wrap {
    background-color: #eceeeb;
    padding: 30px 0px;
    margin-top: 30px;
}

#citypage-info-wrap h2 {
    font-size: 36px;
    color: #444;
    line-height: 36px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 60px;
}

#citypage-info-wrap h2:after {
    content: " ";
    border: 4px solid #ED397D;
    margin-top: 30px;
    margin-bottom: 15px;
    display: block;
    max-width: 60px;
}

.get-involved-title {
    font-size: 18px;
    font-weight: bold;
}

#citypage-info-wrap .get-involved-title:after {
    content: " ";
    border: 1px solid #ED397D;
    display: block;
    max-width: 300px;
    margin-bottom: -20px;
}

.get-involved-text {
    font-size: 14px;
}

.to-get-involved {
    color: #ED397D;
    font-size: 18px;
    font-weight: bold;
}

.get-involved-email {
    color: #ED397D;
    font-size: 15px;
    font-weight: bold;
    padding: 5px 20px 5px 20px;
    border: 2px solid #ED397D;
}

.get-involved-email:hover {
    background-color: #ED397D;
    color: #fff;
}


/* CHICAGO - NEW YORK BOARD */

.board-column {
    list-style-type: none;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    margin: 0;
    padding: 0;
    color: #000;
}

.board-column li {
    margin-bottom: 40px;
}

.citypage-info-outside-wrap .board-name {
    font-size: 18px;
    font-weight: bold;
}

.citypage-info-outside-wrap .board-name:after {
    content: " ";
    border: 2px solid #444;
    display: block;
    max-width: 100px;
    margin-bottom: -20px;
}


/***** CITY PAGE SOCIAL ******/


/* Twitter Inner page */

.citypage-social-outside-wrap {
    background: url(../images/WILD_City_innerpage.png) no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 43vw;
    color: #fff;
    padding: 40px 0px;
    margin: 30px 0px 0px;
}

.citypage-social-outside-wrap h2 {
    font-size: 36px;
    color: #444;
    line-height: 36px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 60px;
}

.citypage-social-outside-wrap h2:after {
    content: " ";
    border: 4px solid #ED397D;
    margin-top: 30px;
    margin-bottom: 15px;
    display: block;
    max-width: 60px;
}


/* Wild Blog */

#citypage-social-wrap .news-wrap {
    margin-bottom: 100px;
}

@media (max-width: 767px) {
    #citypage-social-wrap .news-wrap {
        margin-bottom: 50px;
    }
}

#citypage-social-wrap .news-wrap:nth-child(2) {
    margin-bottom: 30px;
}


/***** STAY INFORMED ******/

.stayinformed-outside-wrap {
    padding: 30px 0px;
}

.stayinformed-outside-wrap h2 {
    font-size: 36px;
    color: #444;
    line-height: 36px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 60px;
}

.stayinformed-outside-wrap h2:after {
    content: " ";
    border: 4px solid #ED397D;
    margin-top: 30px;
    margin-bottom: 15px;
    display: block;
    max-width: 60px;
}


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

.footer-content-wrapper {
    background: #242424;
    padding: 65px 0px 95px;
}

@media (max-width: 767px) {
    .footer-content-wrapper {
        padding: 65px 0px 25px;
    }
}

@media (max-width: 480px) {
    .footer-content-wrapper {
        padding: 65px 0px 25px;
    }
}

.footer-content-wrapper p,
.footer-content-wrapper a {
    font-size: 16px;
    color: #464849;
    line-height: 21px;
}

.footer-content-wrapper img {
    padding-bottom: 20px;
}


/* Footer City Menu */

ul#footer-city-menu {
    margin-top: 0px;
    color: #fff;
    text-transform: uppercase;
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    margin-bottom: 35px;
    line-height: 300%;
}

.footer-city-menu-container #footer-city-menu li {
    display: inline-block;
}

.footer-city-menu-container #footer-city-menu li a {
    color: #fff;
    font-weight: bold;
    margin-right: 25px;
    padding: 10px 38.3px;
    border: 2px solid #fff;
    text-decoration: none;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
}

@media (min-width: 990px) and (max-width: 1199px) {
    .footer-city-menu-container #footer-city-menu li a {
        ;
        padding: 10px 20px;
    }
}

.footer-city-menu-container #footer-city-menu li:last-child a {
    margin-right: 0px;
}

#footer-city-menu li.footer-city-chicago a:hover {
    background-color: #ED397D;
}

#footer-city-menu li.footer-city-newyork a:hover {
    background-color: #f597c2;
}

#footer-city-menu li.footer-city-london a:hover {
    background-color: #271f63;
}

#footer-city-menu li.footer-city-singapore a:hover {
    background-color: #00acf2;
}

#footer-city-menu li.footer-city-canada a:hover {
    background-color: #840980;
}

#footer-city-menu li.footer-city-latin a:hover {
    background-color: #586bdd;
}

p.org-name {
    color: #fff;
    margin-top: 12px;
    font-weight: bold;
    font-size: 17px;
}

p.footer-address {
    font-size: 15px;
    font-weight: lighter;
    line-height: 26px;
    color: #cfcfcf;
}

.become-btn {
    margin: 30px 0px 50px;
}

.become-btn a {
    padding: 7px 20px 7px 20px;
    border: 2px solid #fff;
    text-align: center;
    margin-left: 35px;
    background: #00acf2;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
}

@media (min-width: 990px) and (max-width: 1199px) {
    .become-btn a {
        margin-left: 0px;
        font-size: 16px;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    .become-btn a {
        margin-left: 0px;
    }
}

@media (max-width: 767px) {
    .become-btn a {
        margin-left: 0px;
    }
}

@media (max-width: 480px) {
    .become-btn a {
        margin-left: 0px;
    }
}

.become-btn a:hover {
    background: transparent;
    color: #00acf2;
}

.social-menu-wrap {
    padding-bottom: 20px;
    padding-right: 20px;
    float: right;
}

@media (max-width: 767px) {
    .social-menu-wrap {
        float: left;
    }
}

@media (max-width: 480px) {
    .social-menu-wrap {
        float: left;
    }
}

.social-menu-wrap p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
}

.social-menu-wrap ul {
    margin: 0;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.social-menu-wrap ul li {
    position: relative;
    display: inline-block;
}

svg#twitter-icon {
    margin-left: 0px;
}

.social-menu-wrap svg {
    width: 30px;
    height: 30px;
    margin-left: 21px;
}

.social-menu-wrap svg:hover .cls-1 {
    fill: #fff !important;
}

#footer-main-menu {
    background-color: #000;
    text-transform: uppercase;
    padding: 20px 0px 64px;
}

#footer-nav-wrap ul {
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 0;
}

#footer-nav-wrap ul li {
    display: block;
    margin: 15px 17px;
    position: relative;
    float: left;
    list-style-type: none;
}

@media (min-width: 990px) and (max-width: 1199px) {
    #footer-nav-wrap ul li {
        display: block;
        margin: 15px 10px;
    }
}

#footer-nav-wrap ul li a {
    color: #fff;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    text-decoration: none;
    outline: none;
}

@media (min-width: 990px) and (max-width: 1199px) {
    #footer-nav-wrap ul li a {
        font-size: 15px;
    }
}

#footer-mobile-menu-col {
    text-align: right;
    padding-right: 15px;
}


/*--------------------------------------------------------
						MMS Styling
--------------------------------------------------------*/


/*--------------------------------------------------------------
                        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 10px;
    margin-left: 15px;
    background: #fff;
    font-size: 14px;
    color: #9B9B9B;
    box-shadow: none !important;
    border: 1px solid #999999;
}

#login input[type="submit"] {
    background: #35516f;
    border: 1px solid #35516f;
    color: #fff;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    margin-left: 10px;
    outline: none;
    text-decoration: none;
    text-transform: uppercase;
    padding: 6px 20px;
    height: auto;
}

#login input[type="submit"]:hover,
#login input[type="submit"]:focus {
    background: #35516f;
    border: 1px solid #35516f;
    text-decoration: underline;
}

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

#login a:hover,
#login a:focus {
    color: #940f15;
}

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

h6.modal-title {
    color: #464849;
    font-size: 24px;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
}


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

@media (max-width: 1200px) {
    .carousel-wrap,
    .carousel-indicators {
        max-width: 970px;
    }
}

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

@media (max-width: 991px) {
    .carousel-wrap,
    .carousel-indicators {
        max-width: 750px;
    }
}

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

@media (min-width: 768px) and (max-width: 990px) {}

@media (max-width: 767px) {
    .location-event .event-details-wrap {
        margin-top: 20px;
    }
    #chicago-board-wrap {
        margin-top: 50px;
    }
    #wild-blog-wrap {
        margin-top: 60px;
    }
}

@media (max-width: 480px) {}

@media (max-width: 350px) {}


/* Safari Browser */

@media only screen and (-webkit-min-device-pixel-ratio: 1) {
     ::i-block-chrome,
    .div {}
}


/* Internet Browser */

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {}

boogaloo {
    rightpj: rogih;
}