.membership-mobile-menu,.mobile-menu-container {
	display: none;
}
.mobile-menu-close {
    position: absolute;
    right: 5px;
    top: 5px;
    color: #fff;
    border: 2px solid #fff;
    width: 30px;
    height: 30px;
    line-height: 25px;
    text-align: center;
    font-size: 22px;
    cursor: pointer;
    border-radius: 50%;
}
.header .mobile-trigger {
    width: 30px;
    height: 25px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    display: none;
}
.header .mobile-trigger span {
    display: block;
    width: 100%;
    height: 5px;
    margin-bottom: 5px;
    background: #fff;
}
.header .mobile-trigger span:last-child {
    margin-bottom: 0;
}
@media all and (max-width: 1020px) {
	/* Reset Box Sizing */
	* {
	    -webkit-box-sizing: border-box;
	    -o-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	}
	.container_left,
	.main_news {
	    width: 67%
	}
	.container_right {
	    width: 32%;
	}
	.container_right img,
	.container_left img,
	.mem-dash-right img {
	    max-width: 100%;
	    height: auto;
	}
	.mem-dash-right img {
		margin-left: 0 !important;
	}
	#navigation {
	    margin-bottom: 0px;
	    clear: both;
	}
	ul#home_nav li a {
	    /*font-size: 18px;*/
	    height: auto;
	    height: initial;
	    line-height: 24px;
	    letter-spacing: 0.01em;
	    padding-left: 5px;
	    padding-right: 5px;
	}
	#menu-member-dash > li a {
		font-size: 14px;
		padding: 0 5px;
	}
	#menu-member-dash > li {
		margin-right: 5px;
	}
	.header-cols h3 {
	    font-size: 24px;
	}
	.text_email {
		width: 100%;
	}
	.planner .details a {
	    max-width: 100%;
	    overflow: hidden;
	    display: inline-block;
	    text-overflow: ellipsis;
	}
	#home-blue-row {
	    font-size: 18px;
	}
	#wrapper .tribe-events-list .tribe-events-list-event-title {
		padding-right: 100px;
	}
	.board-eitem-attendees-table .dataTables_wrapper {
	    overflow-x: scroll;
	}
}
@media all and (max-width: 960px) {
	html {
		overflow-x: hidden;
	}
	body {
		position: relative;
		left: 0;
		transition: left 0.3s;
		background-position: center -30px;
	}
	.header {
		position: relative;
		padding-bottom: 15px;
	}
	.header .mobile-trigger {
		display: block;
	}
	.membership-mobile-menu {
		display: block;
		padding-top: 0px;
		padding-bottom: 0px;
		text-align: center;
		margin: 10px auto;
	}
	.membership-mobile-menu select {
		    line-height: 40px;
    height: 40px;
    width: 100%;
    max-width: 250px;
    font-size: 20px;
	}
	#navigation,
	.membership-menu-wrap {
		display: none;
	}
	.mobile-menu-overlay {
	    width: 100%;
	    height: 100%;
	    display: none;
	    position: fixed;
	    top: 0;
	    left: 0;
	    z-index: 999;
	}
	.mobile-menu-container {
	    width: 300px;
	    height: 100%;
	    position: fixed;
	    top: 0;
	    left: -300px;
	    background: #489ead;
	    z-index: 999;
	    padding-top: 50px;
	    display: block;
	    transition: left 0.3s;
	}
	.mobile-menu-container a {
		display: block;
	    color: #fff;
	    line-height: 30px;
	    padding: 0 10px;
	    font-size: 17px;
	    font-family: 'Open Sans',sans-serif;
	    font-weight: 600;
	    text-shadow: 0 1px 1px #545252;
	    border-top: 1px solid #418d9a;
	    border-bottom: 1px solid #469aa9;
	}
	body div.membership-mobile-menu{
	    display: none!important;
	}
	body.logged-in div.membership-mobile-menu{
	    display: block!important;
	}
	.mobile-menu-container li:last-child a {
	    border-bottom: 1px solid #4595a2;
	}
	.show-mobile-menu body {
		left: 300px;
	}
	.show-mobile-menu .mobile-menu-overlay {
		display: block;
	}
	.show-mobile-menu .mobile-menu-container {
		left: 0;
		box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.52);
	}
	.gallery {
	    width: 100%;
	}
	.about_mission {
	    width: 100%;
	    background-size: contain;
	    background-position: bottom;
	}
	div#post-1173 + table td {
	    display: block;
	    width: 100%;
	    margin-bottom: 20px;
	}
	div#post-1173 + table tr {
	    display: block;
	    width: 100%;
	}
	h1.member-heading {
	    background-size: contain;
	}
	.container_right img {
		margin-left: 0 !important;
	}
	.home .left p + table td {
	    display: block;
	    width: 100%;
	}
	span.footer-links {
	    display: block;
	    padding-left: 0;
	    padding-top: 5px;
	}
	#footer {
	    height: auto;
	    height: initial;
	}
	#footer span.footer-links a {
	    text-decoration: none;
	    line-height: 25px
	}
	.header .header-cols {
	    display: block;
	    text-align: center;
	}
	.header-cols .header-col-left {
	    width: 100%;
	    padding-right: 30px;
	}
	.header-cols .header-col-right {
	    display: none;
	}
	.header-cols h3 {
	    padding-top: 0;
	}
	.membership-mobile-menu {
	    padding-top: 10px;
	}
	.header-col-left img {
	    max-width: 480px;
	    margin: 0;
	}
	.header .mobile-trigger {
	    top: 60px;
	    right: 25px;
	}
	.board-member-reports-actions, .board-eitem-actions {
	    margin-bottom: 10px;
	}
	.dataTables_wrapper .dataTables_filter label {
	    display: block;
	}
	.dataTables_wrapper .dataTables_filter label input {
	    display: block;
	    margin: 7px 0 0;
	}
	.dataTables_wrapper .dataTables_filter {
	    float: none;
	    text-align: left;
	    padding-top: 10px;
	}
}
@media all and (max-width: 880px) {
	.logo h1 {
	    width: 100%;
	    padding-top: 0px;
	}
	.logo h1 img {
	    width: 550px;
	}
	.header-social-icons {
	    position: absolute;
	    right: 0;
	    top: 90px;
	    margin-top: 0 !important;
	}
	.header-social-icons img {
	    max-width: 40px;
	}
	.single-next-prev span {
		float: none !important;
		margin-bottom: 5px;
	}
	.single div#evnt-location-map {
	    width: 100% !important;
	    float: none;
	}
	.single div#evnt-location-map + div[style] {
	    width: 100% !important;
	    float: none;
	}
	div#why-join-aacwp .vc_col-sm-3 {
	    width: 50%;
	    margin-bottom: 30px;
	}
	.aacwp-bv-cols {
	    width: 100%;
	    display: block;
	}
	.aacwp-bv-left {
	    width: 100%;
	    margin-bottom: 30px;
	}
	.aacwp-bv-right {
	    width: 100%;
	}
	.container_left, .main_news {
	    width: 60%;
	}
	.container_right {
	    width: 38%;
	}
	.container_right table {
	    width: 100% !important;
	    max-width: 100%;
	}
	.container_right table img {
	    min-width: 30px;
	}
	.navigation-wrapper {
	    margin-bottom: 20px;
	}
	.dash-intro-left {
	    padding: 0 30px 0 0;
	}
	.dash-intro-wrapper {
	    padding-left: 0;
	}
	.dash-address-badge-wrap,.dash-user-data {
	    padding-left: 0;
	}
	.dash-avatar-wrap .dash-avatar {
	    width: 80px;
	    height: 80px;
	}
	.dash-avatar-wrap h2 {
	    width: calc(100% - 90px);
	    font-size: 20px;
	}
	.dash-address-badge-wrap .dash-badge {
	    width: 60px;
	    top: -10px;
	}
	.dash-badge img {
	    width: 100%;
	}
}
@media all and (max-width: 700px) {
	div#why-join-aacwp .vc_col-sm-3 {
	    width: 100%;
	}
	.container_left, .main_news,.container_right,.mem-dash-left,.mem-dash-right {
	    width: 100%;
	    float: none;
	    margin-bottom: 20px;
	}
	.container_right,.mem-dash-right {
	    max-width: 300px;
	    margin: 0 auto;
	}
	iframe {
		width: 100% !important
	}
	.logo h1 img {
	    width: 100%;
	}
	.planner {
	    width: 100%;
	    float: none;
	}
	.footer-cols {
	    display: block;
	    text-align: center;
	}
	.footer-left-col {
	    width: 100%;
	}
	.footer-right-col {
	    width: 100%;
	}
	span.copyrights {
	    font-size: 14px;
	    margin-bottom: 5px;
	}
	#footer span.footer-links a {
	    font-size: 12px;
	}
	h1,
	.aacwp-bv-left h2,
	.aacwp-upcoming-events h2,
	#home-signup-form h2,
	#why-join-aacwp h2 {
	    font-size: 26px;
	}
	#home-signup-form .home-form-fields {
	    display: block;
	}
	#home-signup-form .home-form-fields input[type="text"] {
	    width: 100%;
	    display: block;
	    height: 45px;
	    margin-bottom: 14px;
	}
	#home-signup-form .home-form-fields input[type="submit"] {
	    width: 160px;
	    height: 50px;
	    font-size: 16px;
	}
	.aacwp-bv-right iframe {
	    height: 200px;
	}
	.header-col-left img {
	    max-width: 280px;
	}
	.header .mobile-trigger {
	    top: 36px;
	}
	.dash-intro-cols {
	    display: block;
	}
	.dash-intro-left {
	    width: 100%;
	    margin: 0 0 20px;
	}
	.dash-intro-left h1 {
	    font-size: 30px;
	}
	.dash-intro-deco img {
	    max-width: 100px;
	}
	.dash-intro-deco {
	    margin-bottom: 15px;
	}
	.dash-intro-boxes {
	    font-size: 16px;
	}
	.dash-intro-box {
	    margin-bottom: 25px;
	}
	.dash-intro-left .dash-payment-form .gform_wrapper .gform_footer input[type="submit"], .dash-button {
	    font-size: 14px;
	}
	.dash-intro-right {
	    width: 100%;
	    padding: 0;
	    border: none;
	}
}
@media all and (max-width: 600px) {
	h1.dash-greeting {
	    font-size: 22px;
	    margin-bottom: 10px;
	}
	#dash-announcements h1,h1.mem-heading {
	    font-size: 16px;
	}
	span.c1 {
	    padding-top: 5px;
	}
	span.c1 img {
	    width: 100%;
	}
	a.before-ann {
	    padding: 0;
	}
	ul.flex-direction-nav {
	    display: none !important;
	}
	ol.flex-control-nav.flex-control-paging {
	    display: none !important;
	}
	.container_left img.floatRight {
		float: none !important;
	}
	.mem-dash-left p {
	    font-size: 14px;
	    line-height: 21px;
	}
	.mem-dash-left p span {
	    font-size: 14px !important;
	}
	.content.container_left {
	    width: 90%;
	    margin: 0 5%;
	}
	.container_right {
	    width: 90%;
	    margin: 0 5%;
	    margin-top: 50px;
	}
	span.footer-links a {
	    display: block;
	    clear: both;
	    float: none;
	    text-align: center;
	}
	span.footer-links a:after {
	    display: none;
	}
	span.copyrights {
	    text-align: center;
	    width: 100%;
	    display: block;
	    font-size: 15px;
	}
	div#dash-meetings img {
	    float: none;
	    margin: auto;
	    display: block;
	    margin-top: 10px;
	    margin-bottom: 10px;
	}
	.tribe-events-event-cost {
	    position: static;
	}
	#wrapper .tribe-events-list .tribe-events-list-event-title {
	    padding: 0;
	}
	h1.dash-greeting + h3[style] {
	    margin-top: 0 !important;
	}
}
@media all and (max-width: 480px) {
	.logo {
	    position: relative;
	    z-index: 9;
	}
	.header .mobile-trigger {
	    z-index: 9999;
	    position: absolute;
	}
	.board-eitem-wrap {
	    width: calc(100% + 40px);
	    margin-left: -30px;
	}
}
@media all and (max-width: 380px) {
	.logo h1 img {
	    margin-top: 20px;
	}
}