﻿@charset "UTF-8";

#content.logged-in {
	padding-top: 137px;
}

#header {
	background-color: #15a2ba
}

.slick-loading .slick-list {
    background: #fff url(../images/ajax-loader.gif) center center no-repeat;
}

@font-face {
    font-family: slick;
    src: url(../fonts/slick.eot);
    src: url(../fonts/slick.eot?#iefix) format("embedded-opentype"), url(../fonts/slick.woff) format("woff"), url(../fonts/slick.ttf) format("truetype"), url(../fonts/slick.svg#slick) format("svg");
    font-weight: 400;
    font-style: normal;
}

.slick-next, .slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: 0 0;
    color: transparent;
    top: 50%;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: 0;
}

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
	outline: 0;
	background: 0 0;
	color: transparent;
}

.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
	opacity: 1;
}

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
	opacity: .25;
}

.slick-next:before, .slick-prev:before {
	font-family: slick;
	font-size: 20px;
	line-height: 1;
	color: #fff;
	opacity: .75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px;
}

.slick-prev:before {
    content: "←";
}

[dir=rtl] .slick-prev:before {
    content: "→";
}

.slick-next {
    right: -25px;
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto;
}

.slick-next:before {
    content: "→";
}

[dir=rtl] .slick-next:before {
    content: "←";
}

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        height: 20px;
        width: 20px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
    }

        .slick-dots li button {
            border: 0;
            background: 0 0;
            display: block;
            height: 20px;
            width: 20px;
            outline: 0;
            line-height: 0;
            font-size: 0;
            color: transparent;
            padding: 5px;
            cursor: pointer;
        }

            .slick-dots li button:focus, .slick-dots li button:hover {
                outline: 0;
            }

                .slick-dots li button:focus:before, .slick-dots li button:hover:before {
                    opacity: 1;
                }

            .slick-dots li button:before {
                position: absolute;
                top: 0;
                left: 0;
                content: "•";
                width: 20px;
                height: 20px;
                font-family: slick;
                font-size: 6px;
                line-height: 20px;
                text-align: center;
                color: #000;
                opacity: .25;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }

        .slick-dots li.slick-active button:before {
            color: #000;
            opacity: .75;
        }

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
	-khtml-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
    height: 100%;
}

.slick-list:focus {
	outline: 0;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-list, .slick-slider .slick-track {
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    height: 100%;
}

.slick-track:after, .slick-track:before {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir=rtl] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/**
 * Logged in member styles
 */

.container.member-menu-wrapper {
	position: relative;
	z-index: 200;
}

#member_options {
	align-items: center;
	cursor: pointer;
	color: white;
	display: flex;
	font-weight: bold;

	&.sfHover #member_actions {
		display: block;
	}
}

#member_actions {
	color: white;
	cursor: pointer;
	display: none;
	flex-direction: row;
	font-weight: bold;
	justify-items: center;
	background-color: white;
	padding: 1em;
	position: absolute;
	left: 0;
	/*top: 3em;*/
	z-index: 1000;
}

#member_actions li {
	display: block;
	width: 100%;
}

#member-nav-wrapper {
	display: flex;
	flex-direction: column;
	justify-items: center;
}

#member_actions a {
	color: #21396f;
	display: block;
	padding: 0.5em 0;
	text-decoration: none;
	border-bottom: 2px solid transparent;
}

#member_actions a:hover {
	border-bottom: 2px solid #fdbb41;
}

#member-navigation .actions ul .mobile-menu {
	height: 100vh;
}

#member-navigation .actions ul .mobile-menu .top-section {
	padding: 15%;
	border-bottom: 1px solid #e3e3e6;
}

#member-navigation .actions > p::after {
	content: " ";
	background: url(/assets/images/menu-icon.svg) center center no-repeat;
	width: 30px;
	height: 50px;
	display: inline-block;
	float: right;
	transition: all .2s;
}

#member-navigation .actions > .headshot {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: url(/assets/images/face-placeholder.png) center center no-repeat;
	background-size: cover;
	display: inline-block;
	float: left;
	padding-right: 40px;
}

@media all and (min-width:500px) {
	#member-navigation .actions > .headshot {
		margin-right: 20px;
	}
}

#member_nav > .pay {
	text-decoration: none;
	font-family: Elza;
	font-size: 14px;
	Font-weight: 600;
	color: #21396f;
	letter-spacing: .93px;
	line-height: 20px;
	background: #fdbb41;
	border-radius: 25px;
	padding: 10px 25px;
	margin-top: 8px;
	display: inline-block;
	margin-left: 25px;
}

@media all and (max-width:675px) {
	#member_nav > .pay {
		display: none;
	}
}

.static #header_wrapper .bottom ul {
	margin: 0 auto;
	display: table;
	padding: 0 25px;
	text-align: center;
}

.static #header_wrapper .bottom ul li {
	display: inline-block;
	padding: 20px 10px;
	text-align: center;
}

.static #header_wrapper .bottom ul li:nth-of-type(1) {
	padding-left: 0;
}

@media all and (min-width:750px) {
	.static #header_wrapper .bottom ul li {
		padding: 0 30px;
	}
}

.static #header_wrapper .bottom ul li a {
	font-family: Elza;
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	letter-spacing: 1.41px;
	border-bottom: 1px solid #15a2ba;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
}

@media all and (min-width:750px) {
	.static #header_wrapper .bottom ul li a {
		font-size: 15px;
		border-bottom: 5px solid #15a2ba;
		height: 100px;
		line-height: 100px;
	}
}

.static #header_wrapper .bottom ul li a span {
	font-style: italic;
}

.static #header_wrapper .bottom ul li a.active, .static #header_wrapper .bottom ul li a:hover {
	border-color: #fdbb41;
}



.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-header h1, .entry-header h2, .entry-header h3, .entry-header h4, .entry-header h5 {
    color: #000;
    margin: 1.5em 0 .5em;
}

    .entry-content h1:first-child, .entry-content h2:first-child, .entry-content h3:first-child, .entry-content h4:first-child, .entry-content h5:first-child, .entry-header h1:first-child, .entry-header h2:first-child, .entry-header h3:first-child, .entry-header h4:first-child, .entry-header h5:first-child {
        margin-top: 0;
    }

.entry-content h1, .entry-header h1 {
    font-size: 32px;
    font-size: 2rem;
}

@media (min-width:48em) {
    .entry-content h1, .entry-header h1 {
        font-size: 35px;
        font-size: 2.1875rem;
    }
}

@media (min-width:64.0625em) {
    .entry-content h2, .entry-header h2 {
        font-size: 28px;
        font-size: 1.75rem;
    }
}

.entry-content p, .entry-header p {
    margin-bottom: 1.5em;
}

.entry-content em, .entry-content i:not(.fa), .entry-header em, .entry-header i:not(.fa) {
    font-style: italic;
}

.entry-content b, .entry-content strong, .entry-header b, .entry-header strong {
    font-weight: 700;
}

.entry-content blockquote, .entry-header blockquote {
    font-size: 22px;
    font-size: 1.375rem;
    font-style: italic;
    line-height: 1.2;
    margin-bottom: 2em;
    padding: 2em 0 1em;
}

    .entry-content blockquote p, .entry-header blockquote p {
        margin-bottom: .5em;
    }

    .entry-content blockquote:before, .entry-header blockquote:before {
        font-size: 40px;
        font-size: 2.5rem;
        color: #666;
        content: "\0201C";
        display: inline-block;
        float: left;
        font-family: serif;
        font-style: normal;
        font-weight: 700;
        line-height: 1;
        margin: 0 .25em -.5em 0;
    }

    .entry-content blockquote cite, .entry-header blockquote cite {
        font-size: 13px;
        font-size: .8125rem;
        display: block;
        font-style: normal;
        font-weight: 600;
        padding-top: 1.25em;
        text-transform: uppercase;
    }

        .entry-content blockquote cite:before, .entry-header blockquote cite:before {
            content: "— ";
        }

.entry-content ol, .entry-content ul:not(.gform_fields):not(.gfield_checkbox):not(.gfield_radio):not(.sharing):not(.wp-block-gallery) {
    margin-bottom: 1em;
    overflow: hidden;
    width: auto;
}

    .entry-content ol li, .entry-content ul:not(.gform_fields):not(.gfield_checkbox):not(.gfield_radio):not(.sharing):not(.wp-block-gallery) li {
        margin: 0 0 .3em 2em;
    }

        .entry-content ol li ul, .entry-content ul:not(.gform_fields):not(.gfield_checkbox):not(.gfield_radio):not(.sharing):not(.wp-block-gallery) li ul {
            margin: .3em 0;
        }

            .entry-content ol li ul li, .entry-content ul:not(.gform_fields):not(.gfield_checkbox):not(.gfield_radio):not(.sharing):not(.wp-block-gallery) li ul li {
                list-style: circle;
            }

                .entry-content ol li ul li ul, .entry-content ul:not(.gform_fields):not(.gfield_checkbox):not(.gfield_radio):not(.sharing):not(.wp-block-gallery) li ul li ul {
                    margin: .3em 0;
                }

                    .entry-content ol li ul li ul li, .entry-content ul:not(.gform_fields):not(.gfield_checkbox):not(.gfield_radio):not(.sharing):not(.wp-block-gallery) li ul li ul li {
                        list-style: square;
                    }

                .entry-content ol li ul li ol li, .entry-content ul:not(.gform_fields):not(.gfield_checkbox):not(.gfield_radio):not(.sharing):not(.wp-block-gallery) li ul li ol li {
                    list-style: lower-roman;
                }

        .entry-content ol li ol, .entry-content ul:not(.gform_fields):not(.gfield_checkbox):not(.gfield_radio):not(.sharing):not(.wp-block-gallery) li ol {
            margin: .3em 0;
        }

            .entry-content ol li ol li, .entry-content ul:not(.gform_fields):not(.gfield_checkbox):not(.gfield_radio):not(.sharing):not(.wp-block-gallery) li ol li {
                list-style: lower-alpha;
            }

                .entry-content ol li ol li ul, .entry-content ul:not(.gform_fields):not(.gfield_checkbox):not(.gfield_radio):not(.sharing):not(.wp-block-gallery) li ol li ul {
                    margin: .3em 0;
                }

                    .entry-content ol li ol li ul li, .entry-content ul:not(.gform_fields):not(.gfield_checkbox):not(.gfield_radio):not(.sharing):not(.wp-block-gallery) li ol li ul li {
                        list-style: square;
                    }

                .entry-content ol li ol li ol, .entry-content ul:not(.gform_fields):not(.gfield_checkbox):not(.gfield_radio):not(.sharing):not(.wp-block-gallery) li ol li ol {
                    margin: .3em 0;
                }

                    .entry-content ol li ol li ol li, .entry-content ul:not(.gform_fields):not(.gfield_checkbox):not(.gfield_radio):not(.sharing):not(.wp-block-gallery) li ol li ol li {
                        list-style: lower-roman;
                    }

    .entry-content ul:not(.gform_fields):not(.gfield_checkbox):not(.gfield_radio):not(.sharing):not(.wp-block-gallery) li {
        list-style: disc;
    }

    .entry-content ol li {
        list-style: decimal;
    }

.entry-content dl {
    padding: .5em;
}

@media (min-width:48em) {
    .entry-content dl {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.entry-content dd {
    padding-bottom: .5em;
}

.entry-content dt {
    border-bottom: 1px solid #00000026;
    color: #00f;
    display: inline-block;
    font-weight: 700;
}

@media (min-width:48em) {
    .entry-content dt {
        border-bottom: none;
        padding-bottom: .5em;
        padding-right: 1em;
        text-align: right;
        width: 25%;
    }
}

.entry-content dt::after {
    content: ":";
}

@media (min-width:48em) {
    .entry-content dd {
        width: 75%;
    }
}

.wp-caption, embed, iframe, img, object, svg {
    height: auto;
    max-width: 100%;
}

.is-type-video .wp-block-embed__wrapper {
    float: left;
    height: 0;
    margin-bottom: 1em;
    padding-top: 56.25%;
    position: relative;
    width: 100%;
}

    .is-type-video .wp-block-embed__wrapper embed, .is-type-video .wp-block-embed__wrapper iframe, .is-type-video .wp-block-embed__wrapper object {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

    .wp-caption img[class*=wp-image-] {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .wp-caption .wp-caption-text {
        margin: .8075em 0;
    }

.wp-caption-text {
    text-align: center;
}

embed, iframe, object {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.embed-container {
    float: left;
    height: 0;
    margin: .6em 0 1.667em;
    padding: 1em 0 55.25%;
    position: relative;
    width: 100%;
}

    .embed-container embed, .embed-container iframe, .embed-container object {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

.post {
    zoom: 1;
    margin-bottom: 2em;
}

    .post:after, .post:before {
        content: " ";
        display: table;
    }

    .post:after {
        clear: both;
    }

.post-list .post {
    border-bottom: 1px solid #00000026;
}

@media (min-width:40em) {
    .post-list .post.has-post-thumbnail .entry-content {
        float: left;
        width: calc(100% - 190px);
    }
}

@media (min-width:48em) {
    .post-list .post.has-post-thumbnail .entry-content {
        width: calc(100% - 340px);
    }
}

@media (min-width:64.0625em) {
    .post-list .post {
        margin-bottom: 3.5em;
        padding-bottom: 1em;
    }
}

.sidebar {
    max-width: 25%;
}

.sidebar .widget {
	margin-bottom: 2em;
}

.sidebar p {
	margin-bottom: 1em;
}

.member-landing-page-group {
    padding: 1em;
    border: 1px solid #000;
    margin: 1em;
}

article.member-preview {
    padding: 1em;
    border: 1px solid #ccc;
    display: inline-block;
    width: 24%;
}

.meta {
    font-size: 15px;
    font-size: .9375rem;
    color: #666;
    font-weight: 600;
    margin-bottom: 1em;
    text-transform: uppercase;
}

.meta a {
	color: #666;
	text-decoration: none;
	transition: all .3s;
}

.meta a:visited {
	color: #666;
}

.meta a:active, .meta a:focus, .meta a:hover {
	color: #4d4d4d;
	text-decoration: none;
	outline: 0;
	outline-width: 0;
}

.meta .post-date:after {
	content: "\00a0|\00a0 ";
}

.page-header .meta .post-date {
    display: none;
}

.meta .date, .meta .location {
    color: #000;
}

.meta .location {
    display: block;
}

@media (min-width:64.0625em) {
    .meta .location {
        display: inline;
    }
}


/**
 * Slick slideshow styles
 */
/*.slick-dotted.slick-slider {*/
/*    margin-bottom: 0;*/
/*}*/

/*.slideshow {*/
/*    text-align: center;*/
/*}*/

/*.slideshow .slide {*/
/*	background-position: right center;*/
/*	background-repeat: no-repeat;*/
/*	background-size: cover;*/
/*	height: 500px;*/
/*	width: 100%;*/
/*}*/

/*.slideshow .slide:after {*/
/*	background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #1e2338b3 0%, transparent 85%);*/
/*	display: block;*/
/*	content: '';*/
/*	position: absolute;*/
/*	top: 0;*/
/*	left: 0;*/
/*	z-index: 2;*/
/*	width: 100%;*/
/*	height: 100%;*/
/*}*/

/*@media (min-width:48em) {*/
/*    .slideshow .slide {*/
/*        height: 550px;*/
/*    }*/

/*	.slideshow .slide:after {*/
/*		background-image: radial-gradient(ellipse farthest-corner at 35% 60%, #1e2338b3 0%, transparent 85%);*/
/*	}*/
/*}*/

/*@media (min-width:64.0625em) {*/
/*    .slideshow .slide {*/
/*        height: 620px;*/
/*    }*/
/*}*/

/*@media (min-width:75em) {*/
/*    .slideshow .slide {*/
/*        height: 685px;*/
/*    }*/
/*}*/

/*.slideshow .slide-content {*/
/*    left: 7.5%;*/
/*    text-align: center;*/
/*    top: 50%;*/
/*    -ms-transform: translateY(-50%);*/
/*    transform: translateY(-50%);*/
/*    width: 85%;*/
/*    position: absolute;*/
/*    z-index: 10;*/
/*}*/

/*    .slideshow .slide-content h2 {*/
/*        color: #fff;*/
/*        font-weight: 300;*/
/*        letter-spacing: 2px;*/
/*        line-height: 1.3;*/
/*        margin-bottom: 35px;*/
/*    }*/

/*    .slideshow .slide-content .button {*/
/*        font-size: 15px;*/
/*        font-size: .9375rem;*/
/*        background: #21396f;*/
/*        border: none;*/
/*        border-radius: 0 !important;*/
/*        display: inline-block;*/
/*        letter-spacing: .1em;*/
/*        line-height: 2.5;*/
/*        text-align: center;*/
/*        text-transform: uppercase;*/
/*        transition: background .3s;*/
/*        -webkit-appearance: none !important;*/
/*        -moz-appearance: none !important;*/
/*        appearance: none !important;*/
/*        color: #fff;*/
/*        text-decoration: none;*/
/*        transition: all .3s;*/
/*        margin: 0 auto 50px;*/
/*        padding: 15px 25px;*/
/*    }*/

/*        .slideshow .slide-content .button:active, .slideshow .slide-content .button:focus, .slideshow .slide-content .button:hover {*/
/*            background: #000;*/
/*            outline: 0;*/
/*        }*/

/*        .slideshow .slide-content .button:visited {*/
/*            color: #fff;*/
/*        }*/

/*        .slideshow .slide-content .button:active, .slideshow .slide-content .button:focus, .slideshow .slide-content .button:hover {*/
/*            color: #fff;*/
/*            text-decoration: none;*/
/*            outline: 0;*/
/*            outline-width: 0;*/
/*        }*/

/*@media (min-width:48em) {*/
/*    .slideshow .slide-content {*/
/*        text-align: left;*/
/*        width: 60%;*/
/*    }*/

/*        .slideshow .slide-content button {*/
/*            margin-left: 0;*/
/*        }*/
/*}*/

/*@media (min-width:64.0625em) {*/
/*    .slideshow .slide-content {*/
/*        width: 80%;*/
/*    }*/
/*}*/

/*@media (min-width:75em) {*/
/*    .slideshow .slide-content {*/
/*        width: 70%;*/
/*    }*/
/*}*/

/*.slideshow .slick-next, .slideshow .slick-prev {*/
/*    bottom: 40px;*/
/*    left: auto;*/
/*    top: auto;*/
/*    z-index: 400;*/
/*}*/

/*    .slideshow .slick-next:before, .slideshow .slick-prev:before {*/
/*        font-size: 30px;*/
/*        font-size: 1.875rem;*/
/*        font-weight: 700;*/
/*        font-family: icomoon;*/
/*    }*/

/*    .slideshow .slick-next:hover:before, .slideshow .slick-prev:hover:before {*/
/*        opacity: 1;*/
/*    }*/

/*.slideshow .slick-prev {*/
/*    right: calc(5% + 30px);*/
/*}*/

/*    .slideshow .slick-prev:before {*/
/*        content: "\f104";*/
/*    }*/

/*.slideshow .slick-next {*/
/*    right: 5%;*/
/*}*/

/*    .slideshow .slick-next:before {*/
/*        content: "\f105";*/
/*    }*/

/*.slideshow .slick-dots {*/
/*    bottom: 40px;*/
/*}*/

/*    .slideshow .slick-dots li button:before {*/
/*        color: #abaaab;*/
/*        font-size: 8px;*/
/*        opacity: 1;*/
/*    }*/

/*    .slideshow .slick-dots li.slick-active button:before, .slideshow .slick-dots li:hover button:before {*/
/*        color: #fff;*/
/*    }*/

/*@media (min-width:48em) {*/
/*    .slideshow .slick-dots {*/
/*        left: 7.5%;*/
/*        margin-left: -10px;*/
/*        width: auto;*/
/*    }*/
/*}*/

/*@media (min-width:75em) {*/
/*    .slideshow .slick-dots {*/
/*        bottom: 60px;*/
/*    }*/
/*}*/


/**
 * Social sharing styles
 */
/*.sharing, .social {*/
/*    padding: 0;*/
/*    display: inline-block;*/
/*    margin: auto;*/
/*    text-align: center;*/
/*}*/

/*    .sharing:hover a, .social:hover a {*/
/*        opacity: .6;*/
/*    }*/

/*    .sharing a, .social a {*/
/*        display: inline-block;*/
/*    }*/

/*        .sharing a:hover, .social a:hover {*/
/*            opacity: 1;*/
/*        }*/

/*    .social a {*/
/*        color: #fff;*/
/*        text-decoration: none;*/
/*        transition: all .3s;*/
/*        height: 36px;*/
/*        width: 36px;*/
/*        border-radius: 50%;*/
/*        margin: 0 2px;*/
/*    }*/

/*        .social a:visited {*/
/*            color: #fff;*/
/*        }*/

/*        .social a:active, .social a:focus, .social a:hover {*/
/*            color: #fff;*/
/*            text-decoration: none;*/
/*            outline: 0;*/
/*            outline-width: 0;*/
/*        }*/

/*    .sharing a {*/
/*        height: 24px;*/
/*        width: 24px;*/
/*        margin: 0 8px;*/
/*    }*/

/*        .sharing a.facebook {*/
/*            color: #3b5998;*/
/*            text-decoration: none;*/
/*            transition: all .3s;*/
/*        }*/

/*            .sharing a.facebook:visited {*/
/*                color: #3b5998;*/
/*            }*/

/*            .sharing a.facebook:active, .sharing a.facebook:focus, .sharing a.facebook:hover {*/
/*                color: #3b5998;*/
/*                text-decoration: none;*/
/*                outline: 0;*/
/*                outline-width: 0;*/
/*            }*/

/*        .sharing a.twitter {*/
/*            color: #55acee;*/
/*            text-decoration: none;*/
/*            transition: all .3s;*/
/*        }*/

/*            .sharing a.twitter:visited {*/
/*                color: #55acee;*/
/*            }*/

/*            .sharing a.twitter:active, .sharing a.twitter:focus, .sharing a.twitter:hover {*/
/*                color: #55acee;*/
/*                text-decoration: none;*/
/*                outline: 0;*/
/*                outline-width: 0;*/
/*            }*/

/*        .sharing a.email {*/
/*            color: #cd201f;*/
/*            text-decoration: none;*/
/*            transition: all .3s;*/
/*        }*/

/*            .sharing a.email:visited {*/
/*                color: #cd201f;*/
/*            }*/

/*            .sharing a.email:active, .sharing a.email:focus, .sharing a.email:hover {*/
/*                color: #cd201f;*/
/*                text-decoration: none;*/
/*                outline: 0;*/
/*                outline-width: 0;*/
/*            }*/

/*        .sharing a .fa {*/
/*            line-height: 24px;*/
/*        }*/

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 0 1.5em;
    width: 100%;
}

th {
    vertical-align: middle;
}

td {
    vertical-align: top;
}

@font-face {
    font-family: Gotham-Medium;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/Gotham-Medium_Web.woff) format("woff");
}

    textarea.form-control {
        border-radius: 0;
        background-color: #f8f9fc;
        border: 1px solid #00000026;
        color: #000;
        font-size: 13px !important;
        line-height: normal !important;
        outline: 0;
        width: 100%;
    }

    [type=date]:-ms-input-placeholder, [type=datetime-local]:-ms-input-placeholder, [type=datetime]:-ms-input-placeholder, [type=email]:-ms-input-placeholder, [type=month]:-ms-input-placeholder, [type=number]:-ms-input-placeholder, [type=password]:-ms-input-placeholder, [type=range]:-ms-input-placeholder, [type=search]:-ms-input-placeholder, [type=tel]:-ms-input-placeholder, [type=text]:-ms-input-placeholder, [type=time]:-ms-input-placeholder, [type=url]:-ms-input-placeholder, [type=week]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
        color: #000;
    }

    [type=date]::placeholder, [type=datetime-local]::placeholder, [type=datetime]::placeholder, [type=email]::placeholder, [type=month]::placeholder, [type=number]::placeholder, [type=password]::placeholder, [type=range]::placeholder, [type=search]::placeholder, [type=tel]::placeholder, [type=text]::placeholder, [type=time]::placeholder, [type=url]::placeholder, [type=week]::placeholder, select::placeholder, textarea::placeholder {
        color: #000;
    }

    [type=date]:active, [type=date]:focus, [type=date]:hover, [type=datetime-local]:active, [type=datetime-local]:focus, [type=datetime-local]:hover, [type=datetime]:active, [type=datetime]:focus, [type=datetime]:hover, [type=email]:active, [type=email]:focus, [type=email]:hover, [type=month]:active, [type=month]:focus, [type=month]:hover, [type=number]:active, [type=number]:focus, [type=number]:hover, [type=password]:active, [type=password]:focus, [type=password]:hover, [type=range]:active, [type=range]:focus, [type=range]:hover, [type=search]:active, [type=search]:focus, [type=search]:hover, [type=tel]:active, [type=tel]:focus, [type=tel]:hover, [type=text]:active, [type=text]:focus, [type=text]:hover, [type=time]:active, [type=time]:focus, [type=time]:hover, [type=url]:active, [type=url]:focus, [type=url]:hover, [type=week]:active, [type=week]:focus, [type=week]:hover, select:active, select:focus, select:hover, textarea:active, textarea:focus, textarea:hover {
        background-color: #fff;
        border-color: #00000026;
        box-shadow: none;
        outline: 0;
    }

#EntityFormPanel [type=date],
#EntityFormPanel [type=datetime-local], 
#EntityFormPanel [type=datetime], 
#EntityFormPanel [type=email], 
#EntityFormPanel [type=month], 
#EntityFormPanel [type=number], 
#EntityFormPanel [type=password], 
#EntityFormPanel [type=range], 
#EntityFormPanel [type=search], 
#EntityFormPanel [type=tel], 
#EntityFormPanel [type=text], 
#EntityFormPanel [type=time], 
#EntityFormPanel [type=url], 
#EntityFormPanel [type=week] {
    padding: 1em !important;
}

textarea {
    overflow: auto;
    padding: .5em 1em;
}

select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background-image: url(/assets/images/arrow-select.png);
    background-position: 95% 50%;
    background-repeat: no-repeat;
    background-size: 10px;
    line-height: normal !important;
    padding: 0 1em !important;
    text-indent: .01px;
    text-overflow: '';
}

select::-ms-expand {
	display: none;
}

.static .divider {
	margin: 50px 0;
}

#member-navigation .actions {
	display: inline-block;
	vertical-align: bottom;
	float: left;
	position: relative;
	cursor: pointer;
}

#member-navigation .actions.open-menu p::after {
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

#member-navigation .actions.open-menu ul {
	opacity: 1;
	visibility: visible;
	z-index: 2;
}

#member-navigation .actions ul {
	display: inline-block;
	background: #fff;
	position: absolute;
	top: 50px;
	left: 70px;
	width: 200px;
	margin: 0;
	opacity: 0;
	visibility: hidden;
	transition: all .5s;
}

@media all and (max-width:750px) {
    #member-navigation .actions ul {
        width: 300px;
    }
}

@media all and (max-width:749px) {
    #member-navigation .actions ul {
        position: fixed;
        top: 0;
        z-index: 10;
        right: 0;
        left: auto;
    }
}

@media all and (min-width:750px) {
    #member-navigation .actions ul {
        padding: 20px;
    }
}


	#member-navigation .actions ul .mobile-menu .middle-section .inner-name:after {
		clear: both;
	}

	#member-navigation .actions ul .mobile-menu .middle-section .inner-name .headshot {
		width: 50px;
		height: 50px;
		border-radius: 50%;
		background: url(/assets/images/face-placeholder.png) center center no-repeat;
		background-size: cover;
		margin-right: 10px;
		display: inline-block;
		float: left;
	}

	#member-navigation .actions ul .mobile-menu .middle-section .inner-name p {
		font-family: Elza;
		font-size: 20px;
		letter-spacing: .56px;
		line-height: 50px;
		float: left;
	}

    #member-navigation .actions ul .mobile-menu .pay {
        text-decoration: none;
        font-family: Elza
        font-size: 14px;
        color: #21396f;
        letter-spacing: .93px;
        line-height: 20px;
        background: #fdbb41;
        border-radius: 25px;
        padding: 10px 25px;
        margin: 20px auto;
        width: auto;
        display: table;
    }

#member-navigation .actions ul li {
    list-style: none;
    width: 100%;
}

    #member-navigation .actions ul li a {
        font-family: Elza;
        font-size: 14px;
        color: #21396f;
        letter-spacing: 0;
        line-height: 18px;
        display: inline-block;
        width: 100%;
        text-decoration: none;
        padding-top: 12px;
    }

@media all and (max-width:749px) {
    #member-navigation .actions ul li.full-menu {
        display: none;
    }
}

@media all and (min-width:750px) {
    #member-navigation .actions ul li.mobile-menu {
        display: none;
    }
}

#member-navigation .actions ul li:last-of-type a {
    border-top: 1px solid #e3e3e6;
    padding-top: 10px;
    margin-top: 10px;
}

#member-navigation .actions > p {
    display: none;
    font-family: Elza;
	font-weight: 600;
    font-size: 20px;
    color: #fff;
    letter-spacing: .56px;
    line-height: 50px;
    float: left;
}

@media all and (min-width:500px) {
    #member-navigation .actions > p {
        display: inline-block;
    }
}

#member-navigation .actions > p::after {
    content: " ";
    background: url(/assets/images/menu-icon.svg) center center no-repeat;
    width: 30px;
    height: 50px;
    display: inline-block;
    float: right;
    transition: all .2s;
}

#member-navigation .actions .logged-in-greeting {
	display: flex;
	flex-direction: row;
	align-items: center;
}

#member-navigation .actions .headshot {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-image: url(https://dvpmassbioevent.microsoftcrmportals.com/assets/images/default_contact_image.png);
	background-position: center;
	background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    float: left;
    padding-right: 40px;
}

@media all and (min-width:500px) {
    #member-navigation .actions > .headshot {
        margin-right: 20px;
    }
}

#member_nav > .pay {
    text-decoration: none;
    font-family: Elza;
    font-size: 14px;
	Font-weight: 600;
    color: #21396f;
    letter-spacing: .93px;
    line-height: 20px;
    background: #fdbb41;
    border-radius: 25px;
    padding: 10px 25px;
    margin-top: 8px;
    display: inline-block;
    margin-left: 25px;
}

.static #eventheader .bottom ul {
    margin: 0 auto;
    display: table;
    padding: 0 25px;
    text-align: center;
}

.static #eventheader .bottom ul li {
    display: inline-block;
    padding: 20px 10px;
    text-align: center;
}

    .static #eventheader .bottom ul li:nth-of-type(1) {
        padding-left: 0;
    }

@media all and (min-width:750px) {
    .static #eventheader .bottom ul li {
        padding: 0 30px;
    }
}

.static #eventheader .bottom ul li a {
    font-family: Elza;
    font-size: 12px;
    color: #fff;
    letter-spacing: 1.41px;
    border-bottom: 1px solid #15a2ba;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
}

@media all and (min-width:750px) {
    .static #eventheader .bottom ul li a {
        font-size: 15px;
        border-bottom: 5px solid #15a2ba;
        height: 100px;
        line-height: 100px;
    }
}

.static #eventheader .bottom ul li a span {
    font-style: italic;
}

.static #eventheader .bottom ul li a.active, .static #eventheader .bottom ul li a:hover {
    border-color: #fdbb41;
}

/*.static #body_content {*/
/*    background: #f7f7f7;*/
/*    padding: 10% 0;*/
/*}*/

/*@media all and (min-width:750px) {*/
/*    .static #body_content {*/
/*        padding: 75px 0;*/
/*    }*/
/*}*/

.static #body_content .list-page {
    max-width: 1090px;
    margin: 0 auto;
    display: table;
    padding: 0 25px;
    width: 100%;
    zoom: 1;
}

.static #body_content .list-page:after, .static #body_content .list-page:before {
	content: " ";
	display: table;
}

.static #body_content .list-page:after {
	clear: both;
}

.static #body_content .list-page .list {
	width: 100%;
}

@media all and (min-width:750px) {
    .static #body_content .list-page .list {
        width: calc(100% - 200px);
        float: left;
    }
}

.static #body_content .list-page .sidebar {
    margin-top: 30px;
}

@media all and (min-width:750px) {
    .static #body_content .list-page .sidebar {
        width: 150px;
        float: right;
        margin-top: 100px;
    }
}

.static #body_content .list-page .sidebar a {
    width: 150px;
    display: inline-block;
    height: 150px;
    background: #fff;
    box-shadow: 0 2px 8px #0000000d;
    text-decoration: none;
    margin-bottom: 15px;
}

    .static #body_content .list-page .sidebar a .icon-circle {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        margin: 35px auto 0;
        display: table;
    }

    .static #body_content .list-page .sidebar a p {
        font-family: Elza;
        font-size: 13px;
        color: #21396f;
        letter-spacing: 0;
        text-align: center;
        line-height: 14px;
        margin-top: 10px;
    }

    .static #body_content .list-page .sidebar a.post-news .icon-circle {
        background: url(/assets/images/post-news.svg) center center no-repeat #f3f3f5;
    }

    .static #body_content .list-page .sidebar a.post-events .icon-circle {
        background: url(/assets/images/post-events.svg) center center no-repeat #f3f3f5;
    }

    .static #body_content .list-page .sidebar a.register-events .icon-circle {
        background: url(/assets/images/register-events.svg) center center no-repeat #f3f3f5;
    }

.static #body_content .list-page .page-title {
    font-family: Elza;
    font-size: 25px;
    line-height: 25px;
    color: #00355f;
    letter-spacing: 0;
}

@media all and (min-width:600px) {
    .static #body_content .list-page .page-title {
        font-size: 40px;
        line-height: 40px;
    }
}

.static #body_content .list-page .manage-news {
    background: #fff;
    padding: 5%;
    margin-top: 50px;
}

@media all and (min-width:750px) {
    .static #body_content .list-page .manage-news {
        padding: 30px 50px;
        margin-top: 100px;
    }
}

.static #body_content .list-page .manage-news > h3 {
    font-family: Elza;
    font-size: 15px;
    color: #00355f;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.static #body_content .list-page .manage-news ul li {
    border-top: 1px solid #e3e3e6;
    padding: 30px 0;
    zoom: 1;
}

    .static #body_content .list-page .manage-news ul li:after, .static #body_content .list-page .manage-news ul li:before {
        content: " ";
        display: table;
    }

    .static #body_content .list-page .manage-news ul li:after {
        clear: both;
    }

    .static #body_content .list-page .manage-news ul li .copy {
        width: 100%;
    }

@media all and (min-width:750px) {
    .static #body_content .list-page .manage-news ul li .copy {
        width: calc(100% - 200px);
        float: left;
    }
}

.static #body_content .list-page .manage-news ul li .copy .category {
    font-family: Elza;
    font-size: 12px;
    color: #0068a4;
    letter-spacing: 0;
    text-transform: uppercase;
}

.static #body_content .list-page .manage-news ul li .copy h2 {
    font-family: Elza;
    font-size: 22px;
    color: #00355f;
    letter-spacing: 0;
    line-height: 28px;
    margin: 10px 0;
}

.static #body_content .list-page .manage-news ul li .copy .date {
    font-family: Elza-Text;
    font-size: 13px;
    color: #21396f;
    letter-spacing: .93px;
    line-height: 14px;
    margin-bottom: 20px;
    display: inline-block;
}

.static #body_content .list-page .manage-news ul li .copy .date:after {
	display: block;
	margin-top: 20px;
	width: 45px;
	height: 1px;
	background: #90a9be;
	content: " ";
}

.static #body_content .list-page .manage-news ul li .copy .posted-by {
    font-size: 13px;
    color: #21396f;
    letter-spacing: 0;
    line-height: 14px;
}

.static #body_content .list-page .manage-news ul li .copy .posted-by span {
	color: #21396f;
}

.static #body_content .list-page .manage-news ul li .copy .location {
    padding-left: 28px;
    background: url(/assets/images/map-pin.png) left center no-repeat;
    line-height: 20px;
    font-family: Elza;
    font-size: 13px;
    color: #00355f;
    letter-spacing: 0;
}

.static #body_content .list-page .manage-news ul li .copy .edit {
    font-family: Elza;
    font-size: 15px;
	font-weight: 600;
    color: #fdbb41;
    letter-spacing: 1px;
    margin-top: 30px;
    display: inline-block;
}

.static #body_content .list-page .manage-news ul li .logo {
    display: inline-block;
    width: 200px;
    height: 210px;
    background: url(/assets/images/list-logo.png) center center no-repeat;
}

@media all and (min-width:750px) {
    .static #body_content .list-page .manage-news ul li .logo {
        float: right;
    }
}

.static #body_content .list-page .manage-news ul li:nth-of-type(1) {
    border-top: none;
}

.static #body_content .list-page .news-list {
    background: #fff;
    padding: 5%;
    margin-top: 25px;
}

@media all and (min-width:750px) {
    .static #body_content .list-page .news-list {
        padding: 30px 50px;
        margin-top: 100px;
    }
}

.static #body_content .list-page .news-list.my-events {
    border-left: 5px solid #fdbb41;
}

.static #body_content .list-page .news-list > h3 {
    font-family: Elza;
    font-size: 15px;
    color: #00355f;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.static #body_content .list-page .news-list ul li {
    border-top: 1px solid #e3e3e6;
    padding: 30px 0;
    zoom: 1;
}

.static #body_content .list-page .news-list ul li:after, .static #body_content .list-page .news-list ul li:before {
	content: " ";
	display: table;
}

.static #body_content .list-page .news-list ul li:after {
	clear: both;
}

.static #body_content .list-page .news-list ul li.view-all {
	padding: 10px 0;
}

.static #body_content .list-page .news-list ul li.view-all a {
	font-family: Elza;
	font-size: 15px;
	font-weight: 600;
	color: #00355f;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.static #body_content .list-page .news-list ul li .copy {
	width: 100%;
}

@media all and (min-width:750px) {
    .static #body_content .list-page .news-list ul li .copy {
        width: calc(100% - 200px);
        float: left;
    }
}

.static #body_content .list-page .news-list ul li .copy .category {
    font-family: Elza;
    font-size: 12px;
	font-weight: 600;
    color: #15a2ba;
    letter-spacing: 0;
    text-transform: uppercase;
    line-height: 20px;
}

.static #body_content .list-page .news-list ul li .copy .category span {
	color: #fff;
	background: #15a2ba;
	height: 20px;
	display: inline-block;
	padding: 0 5px;
	font-size: 10px;
	margin-right: 20px;
}

.static #body_content .list-page .news-list ul li .copy h2 {
    font-family: Elza;
    font-size: 22px;
    color: #00355f;
    letter-spacing: 0;
    line-height: 28px;
    margin: 10px 0;
}

.static #body_content .list-page .news-list ul li .copy .date {
    font-family: Elza-Text;
    font-size: 13px;
    color: #21396f;
    letter-spacing: .93px;
    line-height: 14px;
    margin-bottom: 20px;
    display: inline-block;
}

.static #body_content .list-page .news-list ul li .copy .date:after {
	display: block;
	margin-top: 20px;
	width: 45px;
	height: 1px;
	background: #90a9be;
	content: " ";
}

.static #body_content .list-page .news-list ul li .copy .posted-by {
    font-size: 13px;
    color: #21396f;
    letter-spacing: 0;
    line-height: 14px;
}

    .static #body_content .list-page .news-list ul li .copy .posted-by span {
        color: #21396f;
    }

.static #body_content .list-page .news-list ul li .copy .location {
    padding-left: 28px;
    background: url(/assets/images/map-pin.png) left center no-repeat;
    line-height: 20px;
    font-family: Elza;
    font-size: 13px;
    color: #00355f;
    letter-spacing: 0;
}

.static #body_content .list-page .news-list ul li .copy .edit {
    font-family: Elza;
    font-size: 15px;
    color: #fdbb41;
    letter-spacing: 1px;
    margin-top: 30px;
    display: inline-block;
}

.static #body_content .list-page .news-list ul li .logo {
    display: inline-block;
    width: 200px;
    height: 210px;
    background: url(/assets/images/news-mass-bio.png) center center no-repeat;
}

@media all and (min-width:750px) {
    .static #body_content .list-page .news-list ul li .logo {
        float: right;
    }
}

.static #body_content .list-page .news-list ul li .logo.se {
    background: url(/assets/images/member-forum-square.png) center center no-repeat;
}

.static #body_content .list-page .news-list ul li:nth-of-type(1) {
    border-top: none;
}

#main {
    max-width: 1090px;
    margin: 0 auto;
    display: table;
    padding: 0 25px;
    width: 100%;
    zoom: 1;
}

    #main:after, #main:before {
        content: " ";
        display: table;
    }

    #main:after {
        clear: both;
    }

    #main .page-title {
        font-family: Elza;
        font-size: 25px;
        line-height: 25px;
        color: #00355f;
        letter-spacing: 0;
    }

@media all and (min-width:600px) {
    #main .page-title {
        font-size: 40px;
        line-height: 40px;
    }
}

#main .page-title span {
    font-style: italic;
}

#main .copy, .static #body_content .page-copy {
    margin: 70px 0;
}

    #main .copy p, .static #body_content .page-copy {
        font-family: Elza-Text;
        font-size: 16px;
        color: #21396f;
        letter-spacing: .5px;
        line-height: 24px;
        margin-bottom: 20px;
    }

        .static #body_content .page-copy div {
            font-family: Elza-Text;
            font-size: 16px;
            color: #21396f;
            letter-spacing: .5px;
            line-height: 24px;
            margin-bottom: 20px;
        }

        #main .copy h3, .static #body_content .page-copy h3, .static #body_content h2.tab-title {
            font-family: Elza;
            font-size: 28px;
            color: #fdbb41;
            letter-spacing: .47px;
            padding: 20px 0;
            line-height: 32px;
            text-shadow: 0 2px 100px #000000b3;
        }

    #main .copy form label {
        font-family: Elza-Text;
        font-size: 11px;
        color: #21396f;
        letter-spacing: .79px;
        line-height: 14px;
        margin-top: 20px;
        display: inline-block;
        text-transform: uppercase;
    }

.static #body_content #EntityFormPanel label, .static #body_content #WebFormPanel label {
    font-family: Elza-Text;
    font-size: 11px;
    font-weight: 400;
    color: #21396f;
    letter-spacing: .79px;
    line-height: 14px;
    margin-top: 20px;
    display: inline-block;
    text-transform: uppercase;
}

#main .copy form label span {
    color: #d92121;
    margin-left: 3px;
}

#main .copy form textarea {
    height: 100px;
}

#main .copy form p {
    font-family: Elza-Text;
    font-size: 14px;
    color: #797b80;
    letter-spacing: .54px;
    line-height: 18px;
    margin-top: 20px;
}

#main .copy form button, .static #body_content #EntityFormPanel .entity-action-button .btn, .static #body_content #EntityFormPanel .actions .btn, .static #body_content #EntityFormPanel .form-custom-actions .btn, .static #body_content #WebFormPanel .modal-form .btn, .static #body_content #WebFormPanel .entity-action-button .btn {
    text-decoration: none;
    font-family: Elza;
    font-size: 15px;
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
    line-height: 20px;
    background: #15a2ba;
    border-radius: 25px;
    padding: 10px 45px;
    margin-top: 8px;
    display: inline-block;
}

#main .alert {
    background: #21396f;
    margin-bottom: 50px;
    position: relative;
    padding: 10%;
    zoom: 1;
}

@media all and (min-width:750px) {
    #main .alert {
        padding: 50px;
    }
}

#main .alert:after, #main .alert:before {
    content: " ";
    display: table;
}

#main .alert:after {
    clear: both;
}

#main .alert .left {
    width: 100%;
    margin-top: 20px;
    zoom: 1;
}

@media all and (min-width:750px) {
    #main .alert .left {
        width: 44%;
        float: left;
    }
}

#main .alert .left:after, #main .alert .left:before {
    content: " ";
    display: table;
}

#main .alert .left:after {
    clear: both;
}

#main .alert .left .icon {
    width: 100px;
    height: 100px;
    background: url(/assets/images/announcement-icon.png) center center no-repeat;
}

@media all and (min-width:750px) {
    #main .alert .left .icon {
        float: left;
    }
}

#main .alert .left h2 {
    width: 100%;
    font-size: 31px;
    line-height: 42px;
    margin: 10px 0 30px 0;
    font-family: Elza;
    color: #fff;
    letter-spacing: 0;
}

@media all and (min-width:750px) {
    #main .alert .left h2 {
        width: calc(100% - 125px);
        float: right;
        font-size: 40px;
        line-height: 48px;
        margin: 0;
    }
}

#main .alert .right {
    width: 100%;
}

@media all and (min-width:750px) {
    #main .alert .right {
        width: 50%;
        float: right;
    }
}

#main .alert .right p {
    font-family: Elza-Text;
    font-size: 16px;
    color: #fff;
    letter-spacing: .5px;
    line-height: 24px;
    margin-bottom: 20px;
}

#main .alert .right .white-button {
    text-decoration: none;
    font-family: Elza;
    font-size: 15px;
	font-weight: 600;
    color: #21396f;
    letter-spacing: 1px;
    text-align: center;
    line-height: 20px;
    background: #fff;
    border-radius: 25px;
    padding: 10px 25px;
    margin-top: 8px;
    display: inline-block;
}

#main .alert .close-button {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 10px;
    right: 10px;
}

    #main .alert .close-button::after {
        content: '';
        height: 18px;
        border-left: 2px solid #fff;
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        left: 8px;
    }

    #main .alert .close-button::before {
        content: '';
        height: 18px;
        left: 8px;
        border-left: 2px solid #fff;
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        position: absolute;
    }

#main .buttons {
    zoom: 1;
    width: 270px;
}

    #main .buttons:after, #main .buttons:before {
        content: " ";
        display: table;
    }

    #main .buttons:after {
        clear: both;
    }

@media all and (min-width:375px) and (max-width:549px) {
    #main .buttons {
        width: 325px;
        margin: 25px auto;
        display: table;
    }
}

@media all and (min-width:550px) and (max-width:1049px) {
    #main .buttons {
        width: 395px;
        margin: 25px auto;
        display: table;
    }
}

@media all and (min-width:1050px) {
    #main .buttons {
        width: auto;
    }
}

#main .buttons a {
    width: 125px;
    height: 125px;
    margin-left: 20px;
    float: left;
    display: inline-block;
    background: #fff;
    box-shadow: 0 2px 8px 0 #0000000d;
    text-decoration: none;
    margin-bottom: 15px;
}

@media all and (min-width:375px) {
    #main .buttons a {
        margin-left: 75px;
    }
}

@media all and (max-width:549px) {
    #main .buttons a:nth-of-type(2n-1) {
        margin-left: 0;
    }
}

@media all and (min-width:550px) and (max-width:1049px) {
    #main .buttons a {
        margin-left: 10px;
    }

        #main .buttons a:nth-of-type(3n+1) {
            margin-left: 0;
        }
}

@media all and (min-width:1049px) {
    #main .buttons a {
        width: 160px;
        height: 160px;
    }
}

@media all and (min-width:1050px) {
    #main .buttons a {
        margin-left: calc((100% - 960px)/ 5);
    }
}

#main .buttons a:nth-of-type(1) {
    margin-left: 0;
}

#main .buttons a .icon-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 15px auto 0;
    display: table;
}

@media all and (min-width:1050px) {
    #main .buttons a .icon-circle {
        margin: 35px auto 0;
    }
}

#main .buttons a p {
    font-family: Elza;
    font-size: 11px;
    color: #21396f;
    letter-spacing: 0;
    text-align: center;
    line-height: 14px;
    margin-top: 10px;
    padding: 0 5%;
}

@media all and (min-width:1050px) {
    #main .buttons a p {
        font-size: 13px;
    }
}

#main .buttons a.post-news .icon-circle {
    background: url(/assets/images/post-news.svg) center center no-repeat #f3f3f5;
}

#main .buttons a.post-events .icon-circle {
    background: url(/assets/images/post-events.svg) center center no-repeat #f3f3f5;
}

#main .buttons a.register-events .icon-circle {
    background: url(/assets/images/register-events.svg) center center no-repeat #f3f3f5;
}

#main .buttons a.manage-jobs .icon-circle {
    background: url(/assets/images/manage-jobs.svg) center center no-repeat #f3f3f5;
}

#main .buttons a.book-space .icon-circle {
    background: url(/assets/images/book-space.svg) center center no-repeat #f3f3f5;
}

#main .buttons a.employee-rewards .icon-circle {
    background: url(/assets/images/employee-rewards.svg) center center no-repeat #f3f3f5;
}

#main .buttons a.manage-my-profile .icon-circle {
    background: url(/assets/images/manage-company-info.svg) center center no-repeat #f3f3f5;
}

#main .buttons a:hover {
    box-shadow: 0 5px 15px 0 #0000002e;
}

    #main .buttons a:hover p {
        color: #81ad1a;
    }

#main .news-list {
    background: #fff;
    padding: 5%;
    margin-top: 25px;
}

@media all and (min-width:750px) {
    #main .news-list {
        padding: 30px 50px;
        margin-top: 50px;
    }
}

#main .news-list.my-events {
    border-left: 7px solid #fdbb41;
    padding: 30px 50px 30px 43px;
}

#main .news-list > h3 {
    font-family: Elza;
    font-size: 15px;
    color: #00355f;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#main .news-list ul li {
    border-top: 1px solid #e3e3e6;
    padding: 30px 0;
    zoom: 1;
}

    #main .news-list ul li:after, #main .news-list ul li:before {
        content: " ";
        display: table;
    }

    #main .news-list ul li:after {
        clear: both;
    }

    #main .news-list ul li.view-all {
        padding: 10px 0;
    }

        #main .news-list ul li.view-all a {
            font-family: Elza;
            font-size: 15px;
			font-weight: 600;
            color: #00355f;
            letter-spacing: 1px;
            text-transform: uppercase;
            margin-top: 10px;
            display: inline-block;
        }

    #main .news-list ul li .copy {
        width: 100%;
        margin: 15px 0;
    }

@media all and (min-width:750px) {
    #main .news-list ul li .copy {
        width: calc(100% - 230px);
        float: left;
        margin: 30px 0;
    }
}

#main .news-list ul li .copy .category {
    font-family: Elza;
    font-size: 12px;
	font-weight: 600;
    color: ##15a2ba;
    letter-spacing: 0;
    text-transform: uppercase;
    line-height: 20px;
}

    #main .news-list ul li .copy .category span {
        color: #fff;
        background: #15a2ba;
        height: 20px;
        display: inline-block;
        padding: 0 5px;
        font-size: 10px;
        margin-right: 20px;
    }

#main .news-list ul li .copy h2 {
    font-family: Elza;
    font-size: 22px;
    color: #00355f;
    letter-spacing: 0;
    line-height: 28px;
    margin: 10px 0;
}

#main .news-list ul li .copy .date {
    font-family: Elza-Text;
    font-size: 13px;
    color: #21396f;
    letter-spacing: .93px;
    line-height: 14px;
    margin-bottom: 20px;
    display: inline-block;
}

#main .news-list ul li .copy .posted-by {
    font-size: 13px;
    color: #21396f;
    letter-spacing: 0;
    line-height: 14px;
}

    #main .news-list ul li .copy .posted-by span {
        color: #21396f;
    }

#main .news-list ul li .copy .location {
    padding-left: 28px;
    background: url(/assets/images/map-pin.png) left center no-repeat;
    line-height: 20px;
    font-family: Elza;
    font-size: 13px;
	font-weight: 600;
    color: #00355f;
    letter-spacing: 0;
}

#main .news-list ul li .copy .edit {
    font-family: Gotham-Medium;
    font-size: 15px;
    color: #81ad1a;
    letter-spacing: 1px;
    margin-top: 30px;
    display: inline-block;
}

#main .news-list ul li .logo {
    display: table;
    margin: 0 auto;
    width: 220px;
    height: 220px;
    background: url(/assets/images/news-mass-bio.png) center center no-repeat;
}

@media all and (min-width:750px) {
    #main .news-list ul li .logo {
        float: right;
        margin: 0;
        display: inline-block;
    }
}

#main .news-list ul li .logo.se {
    background: url(/assets/images/member-forum-square.png) center center no-repeat;
}

#main .news-list ul li:nth-of-type(1) {
    border-top: none;
}

@media all and (max-width:749px) {
    #main .news-list.two-across {
        padding: 30px 50px;
    }
}

#main .news-list.two-across ul {
    zoom: 1;
    border-bottom: 1px solid #e3e3e6;
}

    #main .news-list.two-across ul:after, #main .news-list.two-across ul:before {
        content: " ";
        display: table;
    }

    #main .news-list.two-across ul:after {
        clear: both;
    }

    #main .news-list.two-across ul li {
        width: 100%;
        border-top: none;
    }

@media all and (min-width:750px) {
    #main .news-list.two-across ul li {
        width: 45%;
        float: left;
        margin-left: 10%;
    }
}

#main .news-list.two-across ul li:nth-of-type(1) {
    margin-left: 0;
}

#main .news-list.two-across ul li .copy {
    width: 100%;
    margin: 0;
}

@media all and (min-width:750px) {
    #main .news-list.two-across ul li .copy {
        width: calc(100% - 120px);
    }
}

#main .news-list.two-across ul li .copy h2 {
    margin: 0 0 10px 0;
}

@media all and (max-width:749px) {
    #main .news-list.two-across ul li .copy h2 {
        font-size: 20px;
    }
}

#main .news-list.two-across ul li .logo {
    width: 90px;
    height: 90px;
    background-size: cover;
    margin: 0;
}

#main .news-list.two-across .view-all {
	font-family: Elza;
	font-size: 15px;
	font-weight: 600;
	display: inline-block;
    color: #00355f;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 20px 0 0;
}

#main .conf-center-callout {
    background: url(/assets/images/conf-center-bg.png) center center no-repeat;
    background-size: cover;
    zoom: 1;
    padding: 10%;
    margin: 70px 0;
}

#main .conf-center-callout:after, #main .conf-center-callout:before {
	content: " ";
	display: table;
}

#main .conf-center-callout:after {
	clear: both;
}

@media all and (min-width:750px) {
    #main .conf-center-callout {
        padding: 50px;
    }
}

@media all and (min-width:750px) {
    #main .conf-center-callout .left {
        width: 55%;
        float: left;
    }
}

#main .conf-center-callout .left h2 {
    font-family: Elza;
    font-size: 32px;
    line-height: 40px;
    color: #fff;
    letter-spacing: 0;
}

@media all and (min-width:750px) {
    #main .conf-center-callout .left h2 {
        font-size: 45px;
        line-height: 45px;
    }
}

#main .conf-center-callout .left h2 span {
    font-style: italic;
}

#main .conf-center-callout .left p {
    margin-top: 20px;
    font-family: Elza-Text;
    font-size: 16px;
    color: #fff;
    letter-spacing: .5px;
    line-height: 24px;
	text-shadow: 0 2px 10px #0000004d;
}

#main .conf-center-callout .blue-button {
    text-decoration: none;
    font-family: Elza;
    font-size: 15px;
	font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
    line-height: 20px;
    background: #15a2ba;
    border-radius: 25px;
    padding: 10px 25px;
    margin-top: 70px;
    display: inline-block;
}

@media all and (min-width:750px) {
    #main .conf-center-callout .blue-button {
        float: right;
        margin-right: 100px;
    }
}

#main .employee-rewards {
    width: 100%;
}

    #main .employee-rewards .top {
        zoom: 1;
    }

        #main .employee-rewards .top:after, #main .employee-rewards .top:before {
            content: " ";
            display: table;
        }

        #main .employee-rewards .top:after {
            clear: both;
        }

        #main .employee-rewards .top .left {
            width: 100%;
        }

@media all and (min-width:750px) {
    #main .employee-rewards .top .left {
        width: 35%;
        float: left;
    }
}

#main .employee-rewards .top .left h2 {
    font-family: Elza;
    text-transform: uppercase;
    font-size: 20px;
    color: #00355f;
    letter-spacing: 1.67px;
    line-height: 35px;
    margin-bottom: 20px;
}

@media all and (min-width:750px) {
    #main .employee-rewards .top .left h2 {
        font-size: 25px;
        margin-bottom: 0;
    }
}

@media all and (min-width:750px) {
    #main .employee-rewards .top .left h2:after {
        content: " ";
        display: block;
        width: 250px;
        height: 1px;
        background: #d6d6d9;
        margin: 20px 0;
    }
}

#main .employee-rewards .top .left .view-all {
    display: none;
    font-family: Elza;
    font-size: 15px;
	font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    color: #00355f;
    letter-spacing: 1px;
}

@media all and (min-width:750px) {
    #main .employee-rewards .top .left .view-all {
        display: inline-block;
    }
}

#main .employee-rewards .top .right {
    width: 100%;
    font-family: Elza-Text;
    font-size: 16px;
    color: #21396f;
    letter-spacing: .5px;
    line-height: 24px;
}

@media all and (min-width:750px) {
    #main .employee-rewards .top .right {
        width: 60%;
        float: right;
    }
}

#main .employee-rewards .view-all-mobile {
    padding: 30px 0;
    display: block;
    font-family: Elza;
    font-size: 15px;
    color: #00355f;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 20px 0 0;
}

@media all and (min-width:750px) {
    #main .employee-rewards .view-all-mobile {
        display: none;
    }
}

#main .employee-rewards .view-all-mobile a {
    border-top: 1px solid #e0e0e2;
}

#main .employee-rewards .slides {
    zoom: 1;
    width: 100%;
    display: block;
    position: relative;
    max-width: 280px;
    margin: 35px auto;
}

    #main .employee-rewards .slides:after, #main .employee-rewards .slides:before {
        content: " ";
        display: table;
    }

    #main .employee-rewards .slides:after {
        clear: both;
    }

@media all and (min-width:1000px) {
    #main .employee-rewards .slides {
        width: 86%;
    }
}

@media all and (min-width:500px) {
    #main .employee-rewards .slides {
        max-width: 400px;
    }
}

@media all and (min-width:800px) {
    #main .employee-rewards .slides {
        max-width: 700px;
    }
}

@media all and (min-width:1140px) {
    #main .employee-rewards .slides {
        max-width: 1040px;
    }
}

#main .employee-rewards .slides .prev-arrow {
    position: absolute;
    width: 40px;
    height: 40px;
    background: url(/assets/images/slide-back.svg) center center no-repeat #fdbb41;
    border-radius: 50%;
    top: 50%;
    left: -10px;
    -ms-transform: translatey(-50%);
    transform: translatey(-50%);
    z-index: 10;
}

@media all and (min-width:750px) {
    #main .employee-rewards .slides .prev-arrow {
        left: -70px;
    }
}

#main .employee-rewards .slides .next-arrow {
    position: absolute;
    width: 40px;
    height: 40px;
    background: url(/assets/images/slide-forward.svg) center center no-repeat #fdbb41;
    border-radius: 50%;
    top: 50%;
    right: -10px;
    z-index: 10;
    -ms-transform: translatey(-50%);
    transform: translatey(-50%);
}

@media all and (min-width:750px) {
    #main .employee-rewards .slides .next-arrow {
        right: -70px;
    }
}

#main .employee-rewards .slides .slide {
    width: 280px;
    height: 280px;
    margin: 0 12px;
    background: #fff;
    display: inline-block;
    text-align: center;
    padding-top: 35px;
}

    #main .employee-rewards .slides .slide .logo {
        width: 240px;
        height: 120px;
        margin: 0 auto 25px;
        background: url(/assets/images/rewards-logo-1.png) center center no-repeat;
    }

    #main .employee-rewards .slides .slide h3 {
        font-family: Elza;
        font-size: 18px;
        color: #000000;
        letter-spacing: 0;
        text-align: center;
        line-height: 22px;
    }

    #main .employee-rewards .slides .slide h4 {
        font-family: Elza-Text;
        font-size: 14px;
		font-weight: 400;
        color: #000000;
        letter-spacing: .44px;
        text-align: center;
        line-height: 24px;
    }

@media all and (min-width:750px) {
    #main .partner-news {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

#main .partner-news .edge-preferred-partners {
    background: #fff;
    box-shadow: 0 2px 8px #0000000d;
    margin-bottom: 25px;
    width: 100%;
    padding: 30px 50px;
}

@media all and (min-width:750px) {
    #main .partner-news .edge-preferred-partners {
        width: 55%;
        float: left;
    }
}

#main .partner-news .edge-preferred-partners h3 {
    font-family: Elza;
    text-transform: uppercase;
    font-size: 15px;
    color: #00355f;
    letter-spacing: 1px;
}

    #main .partner-news .edge-preferred-partners h3 span {
        font-style: italic;
    }

#main .partner-news .edge-preferred-partners > div {
    border-bottom: 1px solid #e3e3e6;
    padding: 40px 0;
}

    #main .partner-news .edge-preferred-partners > div p {
        font-family: Elza-Text;
        font-size: 16px;
        color: #21396f;
        letter-spacing: .5px;
        line-height: 24px;
    }

    #main .partner-news .edge-preferred-partners > div .logos {
        zoom: 1;
    }

        #main .partner-news .edge-preferred-partners > div .logos:after, #main .partner-news .edge-preferred-partners > div .logos:before {
            content: " ";
            display: table;
        }

        #main .partner-news .edge-preferred-partners > div .logos:after {
            clear: both;
        }

        #main .partner-news .edge-preferred-partners > div .logos li {
            width: 100%;
            height: 120px;
            float: left;
            background: url(/assets/images/edge-logo-1.png) center center no-repeat;
        }

@media all and (min-width:1000px) {
    #main .partner-news .edge-preferred-partners > div .logos li {
        width: 50%;
    }
}

#main .partner-news .edge-preferred-partners > div .logos li:nth-of-type(2) {
    background: url(/assets/images/edge-logo-2.png) center center no-repeat;
}

#main .partner-news .edge-preferred-partners .view-all {
	font-family: Elza;
	font-size: 15px;
	font-weight: 600;
	display: inline-block;
    color: #00355f;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 20px 0 0;
}

#main .partner-news .news {
    width: 100%;
    background: #fff;
    margin-bottom: 25px;
    padding: 30px 50px;
    box-shadow: 0 2px 8px #0000000d;
}

@media all and (min-width:750px) {
    #main .partner-news .news {
        width: 42%;
        float: right;
    }
}

#main .partner-news .news h3 {
    font-family: Elza;
    text-transform: uppercase;
    font-size: 15px;
    color: #00355f;
    letter-spacing: 1px;
}

#main .partner-news .news article {
    padding: 40px 0;
    border-bottom: 1px solid #e3e3e6;
}

    #main .partner-news .news article h2 {
        font-family: Elza;
        font-size: 16px;
        color: #00355f;
        letter-spacing: 0;
        line-height: 24px;
    }

    #main .partner-news .news article .date {
        font-family: Elza-Text;
        font-size: 13px;
        color: #21396f;
        letter-spacing: .93px;
        line-height: 14px;
        margin-bottom: 20px;
        display: inline-block;
    }

        #main .partner-news .news article .date:after {
            display: block;
            margin-top: 20px;
            width: 45px;
            height: 1px;
            background: #90a9be;
            content: " ";
        }

    #main .partner-news .news article .name {
		font-family: Elza;
		font-size: 13px;
		font-weight: 600;
        color: #00355f;
        letter-spacing: .56px;
        line-height: 14px;
        text-transform: uppercase;
        margin-bottom: 10px;
    }

    #main .partner-news .news article .title {
        font-family: Elza-Text;
        font-size: 14px;
        color: #00355f;
        letter-spacing: .44px;
        line-height: 14px;
    }

#main .partner-news .news .view-all {
	font-family: Elza;
	font-size: 15px;
	font-weight: 600;
	display: inline-block;
    color: #00355f;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 20px 0 0;
}


/**
 * Login Page styles
 */
.loginmain {
    background: url(/assets/images/login-main-bg.png) center center no-repeat;
    background-size: cover;
    min-height: 100vh;
}

    .loginmain .modal-dialog {
        display: none;
    }

    .loginmain .validators {
        display: none;
    }

    .loginmain .site-content {
        background: 0 0;
    }

    .loginmain #header {
        display: none;
    }

    .loginmain .page-header {
        display: none;
    }

    .loginmain .site-content {
        border-top: none;
    }

    .loginmain .static-login {
        position: relative;
        min-height: 100vh;
        width: 100%;
        max-width: 1250px;
        padding: 0 25px 40px 25px;
        margin: 0 auto;
    }

        .loginmain .static-login .login-logo {
            margin-top: 20px;
            display: inline-block;
            width: 180px;
            height: 60px;
            background: url(/assets/images/login-main-logo.png) center center no-repeat;
        }

        .loginmain .static-login .sign-in {
            width: 100%;
            margin-top: 30px;
            background: #fff;
            padding: 30px;
        }

@media all and (min-width:550px) {
    .loginmain .static-login .sign-in {
        width: 380px;
        margin: 100px auto 0;
    }
}

@media all and (min-width:800px) {
    .loginmain .static-login .sign-in {
        width: 380px;
        top: 50%;
        position: absolute;
        margin: 0;
        right: 25px;
        -ms-transform: translatey(-50%);
        transform: translatey(-50%);
    }
}

.loginmain .static-login .sign-in h2 {
    font-family: Elza;
    font-size: 28px;
    color: #21396f;
    letter-spacing: 0;
    line-height: 34px;
    margin-bottom: 20px;
}

.loginmain .static-login .sign-in p {
    font-family: Elza-Text;
    font-size: 14px;
    color: #797b80;
    letter-spacing: .54px;
    line-height: 18px;
}

.loginmain .static-login .sign-in iframe {
    height: 115%
}

.loginmain .static-login .sign-in .intro {
    display: none;
}

.loginmain .static-login .sign-in .verificationInfoText {
    font-family: Elza-Text;
    font-size: 14px;
    color: #797b80;
    letter-spacing: .54px;
    line-height: 18px;
}

.loginmain .static-login .sign-in label {
    font-family: Elza-Text;
    font-size: 11px;
    color: #242526;
    letter-spacing: .79px;
    line-height: 14px;
    text-transform: uppercase;
}

.loginmain .static-login .sign-in input[type=password], .loginmain .static-login .sign-in input[type=email], .loginmain .static-login .sign-in input[type=text] {
    background: 0 0;
    border: none;
    border-bottom: 1px solid #bfbfbf;
    box-shadow: none;
    margin-bottom: 20px;
}

.loginmain .static-login .sign-in input::placeholder {
    color: transparent !important;
}

.loginmain .static-login .sign-in a {
    float: right;
    font-family: Elza-Text;
    font-size: 11px;
    color: #0068a4;
    letter-spacing: .79px;
    text-align: right;
    line-height: 14px;
    text-decoration: none;
    margin-top: 7px;
}

.loginmain .static-login .sign-in button {
    width: 100%;
    text-decoration: none;
    font-family: Elza;
    font-size: 15px;
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
    line-height: 20px;
    background: #0271b3;
    border-radius: 25px;
    padding: 10px 25px;
    margin-top: 0;
    display: inline-block;
}

    .loginmain .static-login .sign-in button[disabled], .loginmain .static-login .sign-in #email_ver_but_edit {
        display: none !important;
    }

.loginmain .static-login .sign-in .error.itemLevel.show {
    display: inline;
}

.loginmain .static-login .sign-in .error.itemLevel {
    display: none;
}

.loginmain .static-login .sign-in input[type=button] {
    width: 100%;
    text-decoration: none;
    font-family: Elza;
    font-size: 15px;
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
    line-height: 20px;
    background: #0271b3;
    border-radius: 25px;
    border-color: buttonface;
    border-image: initial;
    padding: 10px 20px;
    margin-top: 10px;
    display: inline-block;
}

.loginmain .static-login .sign-in h5 {
    font-family: Elza-Text;
    font-size: 11px;
    color: #21396f;
    letter-spacing: .79px;
    text-align: center;
    line-height: 25px;
    display: block;
    position: relative;
    z-index: 2;
    margin: 15px 0;
}

    .loginmain .static-login .sign-in h5::before {
        width: 100%;
        top: 13px;
        left: 0;
        height: 1px;
        content: " ";
        background: #bfbfbf;
        display: inline-block;
        position: absolute;
        z-index: -2;
    }

    .loginmain .static-login .sign-in h5::after {
        width: 40px;
        top: 0;
        left: 50%;
        height: 20px;
        content: " ";
        background: #fff;
        display: inline-block;
        position: absolute;
        z-index: -2;
        -ms-transform: translatex(-50%);
        transform: translatex(-50%);
    }

.loginmain .static-login .sign-in .white-button {
    width: 100%;
    text-decoration: none;
    font-family: Elza;
    font-size: 15px;
    color: #123d5f;
    letter-spacing: 1px;
    text-align: center;
    line-height: 20px;
    border-radius: 25px;
    border: 1px solid #c4c4c4;
    padding: 10px 25px;
    margin-top: 0;
    display: inline-block;
	float: none;
}

.loginforms {
    background: #fff;
    min-height: 100vh;
}

    .loginforms .site-content {
        background: 0 0;
    }

    .loginforms #header {
        display: none;
    }

    .loginforms .modal-dialog {
        display: none;
    }

    .loginforms .validators {
        display: none;
    }

    .loginforms .page-header {
        display: none;
    }

    .loginforms .site-content {
        border-top: none;
    }

    .loginforms .static-login {
        position: relative;
        min-height: 100vh;
        width: 100%;
    }

        .loginforms .static-login #form_footer {
            background: #01355f;
        }

            .loginforms .static-login #form_footer .footer-holder {
                max-width: 1250px;
                margin: 0 auto;
                padding: 0 25px;
                display: table;
                width: 100%;
            }

            .loginforms .static-login #form_footer ul {
                zoom: 1;
                float: right;
                margin-top: 40px;
                margin-bottom: 40px;
            }

                .loginforms .static-login #form_footer ul:after, .loginforms .static-login #form_footer ul:before {
                    content: " ";
                    display: table;
                }

                .loginforms .static-login #form_footer ul:after {
                    clear: both;
                }

@media all and (max-width:499px) {
    .loginforms .static-login #form_footer ul {
        width: 100%;
    }
}

.loginforms .static-login #form_footer ul li {
    float: left;
    font-family: Elza;
    font-size: 12px;
    color: #fff;
    letter-spacing: .13px;
    line-height: 15px;
    border-left: 1px solid #c4c5c6;
    padding: 0 15px;
}

    .loginforms .static-login #form_footer ul li:nth-of-type(1) {
        border-left: none;
    }

@media all and (max-width:499px) {
    .loginforms .static-login #form_footer ul li {
        border-left: none;
        width: 100%;
        margin: 10px 0;
        text-align: center;
    }
}

.loginforms .static-login #form_footer ul li a {
    text-decoration: none;
    color: #fff;
    font-family: Elza;
    font-size: 12px;
}

.loginforms .static-login .form-header {
    background: #fff;
    box-shadow: 0 2px 4px #00000014;
}

    .loginforms .static-login .form-header .logo-holder {
        max-width: 1200px;
        margin: 0 auto;
        display: table;
        width: 100%;
    }

.loginforms .static-login .login-logo {
    margin-top: 20px;
    display: inline-block;
    width: 228px;
    height: 60px;
    background: url(/assets/images/login-sub-logo.png) center center no-repeat;
    margin-bottom: 20px;
}

.loginforms .static-login .login-forms-interior {
    padding: 0 10%;
}

@media all and (min-width:1000px) {
    .loginforms .static-login .login-forms-interior {
        padding: 0 75px;
    }
}

.loginforms .static-login .login-forms-interior .top {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
    margin-bottom: 75px;
    zoom: 1;
}

    .loginforms .static-login .login-forms-interior .top:after, .loginforms .static-login .login-forms-interior .top:before {
        content: " ";
        display: table;
    }

    .loginforms .static-login .login-forms-interior .top:after {
        clear: both;
    }

    .loginforms .static-login .login-forms-interior .top h2 {
        font-family: Elza;
        font-size: 25px;
        color: #21396f;
        letter-spacing: 0;
        line-height: 45px;
    }

@media all and (min-width:650px) {
    .loginforms .static-login .login-forms-interior .top h2 {
        float: left;
    }
}

.loginforms .static-login .login-forms-interior .top .already-have {
    display: block;
    width: 100%;
    font-family: Elza-Text;
    font-size: 14px;
    color: #797b80;
    letter-spacing: .54px;
    line-height: 45px;
}

@media all and (min-width:650px) {
    .loginforms .static-login .login-forms-interior .top .already-have {
        width: auto;
        display: inline-block;
        float: right;
    }
}

.loginforms .static-login .login-forms-interior .top .already-have a {
    text-decoration: none;
    color: #0268a4;
}

.loginforms .static-login .login-forms-interior > h2 {
    font-family: Elza;
    font-size: 45px;
    color: #b1b1b3;
    letter-spacing: 0;
    line-height: 48px;
    margin-bottom: 50px;
}

    .loginforms .static-login .login-forms-interior > h2 span {
        font-size: 25px;
        color: #b1b1b3;
        letter-spacing: 0;
        line-height: 28px;
    }

.loginforms .static-login .login-forms-interior hr {
    margin: 40px 0;
}

.loginforms .static-login .login-forms-interior p {
    font-family: Elza-Text;
    font-size: 14px;
    color: #797b80;
    letter-spacing: .54px;
    line-height: 18px;
}

.loginforms .static-login .login-forms-interior label {
    font-family: Elza-Text;
    font-size: 11px;
    color: #21396f;
    letter-spacing: .79px;
    line-height: 14px;
    text-transform: uppercase;
    display: block;
}

.loginforms .static-login .login-forms-interior input[type=text], .loginforms .static-login .login-forms-interior input[type=email] {
    background: 0 0;
    border: none;
    border-bottom: 1px solid #bfbfbf;
    box-shadow: none;
    margin-bottom: 20px;
    width: 60%;
}

.loginforms .static-login .login-forms-interior .col-sm-6 {
    width: 30%;
}

    .loginforms .static-login .login-forms-interior .col-sm-6 .form-action-container-right {
        margin-top: 8px;
    }

@media all and (min-width:550px) {
    .loginforms .static-login .login-forms-interior input[type=text], .loginforms .static-login .login-forms-interior input[type=email] {
        width: 75%;
    }
}

@media all and (min-width:800px) {
    .loginforms .static-login .login-forms-interior input[type=text], .loginforms .static-login .login-forms-interior input[type=email] {
        width: 30%;
    }
}

.loginforms .static-login form input[type=password].valid, .loginforms .static-login form input[type=text].valid {
    border-color: #37a909;
    background: url(/assets/images/form-valid.png) right center no-repeat;
}

.loginforms .static-login form input[type=password].invalid, .loginforms .static-login form input[type=text].invalid {
    margin-bottom: 10px;
    border-color: #e56b6b;
    background: url(/assets/images/form-invalid.png) right center no-repeat;
}

.loginforms .static-login form .verify {
    display: block;
}

.loginforms .static-login form .what-for {
    font-family: Elza-Text;
    font-size: 11px;
    color: #0068a4;
    letter-spacing: .79px;
    line-height: 14px;
    text-decoration: none;
    margin-left: 10px;
}

.loginforms .static-login form p.no-margin {
    margin-bottom: 0;
}

.loginforms .static-login form p.invalid {
    color: #e56b6b;
}

.loginforms .static-login form .forgot {
    float: right;
    font-family: Lato-Regular;
    font-size: 11px;
    color: #0068a4;
    letter-spacing: .79px;
    text-align: right;
    line-height: 14px;
    text-decoration: none;
    margin-top: 7px;
}

.loginforms .static-login .login-forms-interior input[type=button] {
    text-decoration: none;
    font-family: Elza;
    font-size: 15px;
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
    line-height: 20px;
    background: #15a2ba;
    border-radius: 25px;
    border-color: buttonface;
    border-image: initial;
    padding: 10px 20px;
    margin-top: 10px;
    display: inline-block;
}

.loginforms .static-login .login-forms-interior .form-custom-actions {
    margin-bottom: 0;
}

.loginforms .static-login .login-forms-interior button {
    font-family: Elza;
    font-size: 15px;
    border: none;
    color: #0068a4;
    letter-spacing: 1px;
    text-decoration: none;
    margin-left: 25px;
}

.loginforms .static-login form .change-email {
    font-family: Elxa;
    font-size: 15px;
    color: #0068a4;
    letter-spacing: 1px;
    text-decoration: none;
}

.loginforms .static-login iframe ul {
    padding: 0 0 0 18px;
    margin-bottom: 20px;
}

    .loginforms .static-login iframe ul li {
        list-style: disc;
        font-family: Elza-Text;
        font-size: 14px;
        color: #797b80;
        letter-spacing: .54px;
        line-height: 18px;
    }

.loginforms .static-login form .grey-button {
    text-decoration: none;
    font-family: Elza;
    font-size: 15px;
    color: #123d5f;
    letter-spacing: 1px;
    text-align: center;
    line-height: 20px;
    background: #e3e3e6;
    border-radius: 25px;
    padding: 10px 25px;
    margin-top: 30px;
    display: inline-block;
    margin-left: 10px;
}

div#api .create, .divider {
    display: none !important;
}

div[data-target*=bio_membereventlisting] textarea {
    border: none;
    user-select: none;
    pointer-events: none;
    box-shadow: none;
}

div[data-target*=bio_membereventlisting] label, div[data-target*=bio_membernews] label {
    visibility: hidden;
}

div[data-target*=bio_membereventlisting] textarea, div[data-target*=bio_membernews] textarea {
    visibility: hidden;
    height: 10px;
}

.static #body_content .notes .edit-link {
    text-decoration: none;
    font-family: Elza;
    font-size: 15px;
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
    line-height: 20px;
    background: #0271b3;
    border-radius: 25px;
    padding: 10px 45px;
    margin-top: 8px;
    display: inline-block;
}

.static #body_content .notes .dropdown-menu {
    visibility: visible;
    background-color: transparent;
    border: none;
    box-shadow: none;
    display: block;
    right: auto;
}

.static #body_content .notes .btn-xs, .static #body_content .notes .postedon, .static #body_content .notes .createdby {
    visibility: hidden;
}

.glyphicon {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-ok:before {
    content: "\f00c"
}

.glyphicon-ok:before {
    content: "\f00c"
}

span.fa-fw {
    font-family: 'Glyphicons Halflings' !important;
}

label[for=WebResource_bio_body]:after {
    content: "(15,000 Character Limit)";
    color: crimson;
}

.event-data-container .dropdown-menu .divider {
    margin: 5px 0 !important;
}

[data-name="tab_2"] .text-muted {
    display: none;
}

textarea#bio_body {
    display: none !important;
}

textarea#bio_bodyencoded {
    display: none !important;
}

.sessiondetails .page-header {
    background-color: white;
}

.news-list h2 a:hover {
    color: green !important;
}
.news-list h2 a {
    color: #00355f;
}

.news-list .category a {
    color: #0068a4;
    font-weight: 500;
}

.event-description-container ul {
    list-style: inside;
}

.anonymous-member-app .modal-dialog {
    display: block;
}
.anonymous-member-app .text-muted {
    display: none;
}

.anonymous-member-app input[type=text] {
    width: 75% !important;
}


/*Added JAC 20201229*/
.slide.slick-slide div {
    height: 170px;
}

#dynamics-footer-search {
	box-sizing: border-box;
}

#main .membership-alert {
    background-color: #da2224;
    margin-bottom: 50px;
    position: relative;
    padding: 3%;
    zoom: 1;
}

#main .membership-alert p {
	color: #ffffff
}

#main .membership-alert .close-button {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 10px;
    right: 10px;
}

    #main .membership-alert .close-button::after {
        content: '';
        height: 18px;
        border-left: 2px solid #fff;
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        left: 8px;
    }

    #main .membership-alert .close-button::before {
        content: '';
        height: 18px;
        left: 8px;
        border-left: 2px solid #fff;
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        position: absolute;
    }
	
	.sign-in input {
		width: 100%;
	}