.btn-outline-yellow:hover {
    color: #fff;
}
.post_content a:hover {
    font-weight: 600;
}

.admin-bar header {
    margin-top: 32px;
}
#search {
    z-index: 1040;
    box-shadow: 0 0 32px -2px rgba(58,58,58,0.20);
}
#search input {
    border-top: none;
    border-left: none;
    border-right: none;
    font-size: 1.43rem;
}
#search input[name=s] {
    max-width: 615px;
}
#search input[name=s]:focus {
    border-color: #979797;
}
.header-spacer {
    height: 115px;
}
@media screen and (max-width: 1008px) {
    .admin-bar header {
        margin-top: 46px;
    }
    .header-spacer {
        height: 70px;
    }
}
.card {
    box-shadow: 0 0 32px -2px rgba(58,58,58,0.20);
    transition: box-shadow 0.15s ease-in-out;
}
.card:hover {
    color: #3a3a3a;
    text-decoration: none;
    box-shadow: 0 0 32px -2px rgba(58,58,58,0.30);
}
.card:hover .card-title {
    color: #233F95;
}
.card img {
    width: 100%;
}
.card-text {
    color: #5F6263;
}

.featured-events-module .card a:hover,
.featured-events-module .card a {
    color: #3a3a3a;
}

.dropdown-toggle:after {
    border: none;
    margin-left: 10px;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}

.navbar-nav .nav-link {
/*    position: relative; */
    text-align: center;
}

.navbar-nav .nav-link > span {
    border-bottom: 2px solid transparent;
}
.navbar-primary .nav-link:hover > span,
.navbar-primary .navbar-nav .show > .nav-link > span,
.navbar-primary .navbar-nav .active > .nav-link > span,
.navbar-primary .navbar-nav .current_page_parent span,
.navbar-primary .navbar-nav .current-page-ancestor span,
.navbar-primary .navbar-nav .nav-link.show > span,
.navbar-primary .navbar-nav .nav-link.current_page_parent > span,
.navbar-primary .navbar-nav .nav-link.active > span {
    border-bottom: 2px solid #60A745;
}

.navbar-secondary {
    background-color: #192E6C;
}

.navbar-secondary .nav-link:hover > span,
.navbar-secondary .navbar-nav .show > .nav-link > span,
.navbar-secondary .navbar-nav .active > .nav-link > span,
.navbar-secondary .navbar-nav .current_page_parent span,
.navbar-secondary .navbar-nav .current-page-ancestor span,
.navbar-secondary .navbar-nav .nav-link.show > span,
.navbar-secondary .navbar-nav .nav-link.current_page_parent > span,
.navbar-secondary .navbar-nav .nav-link.active > span {
    color: #81d742;
    border-bottom: 2px solid #81d742;
}
.navbar-secondary .navbar-nav .current_page_parent .nav-link {
    color: #81d742;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
    font-weight: 600;
}
.navbar-nav .nav-link:before {
    display: block;
    content: attr(data-title);
    font-weight: bold;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
.navbar-nav .nav-link.dropdown-toggle:before {
    padding-right: 20px;
}
.navbar-nav .show > .nav-link,
.navbar-nav .active > .nav-link,
.navbar-nav .current_page_parent,
.navbar-nav .nav-link.show,
.navbar-nav .nav-link.active {
    font-weight: bold;
}

.navbar-secondary {
    font-size: 14px;
    padding-top: 1px;
    padding-bottom: 3px;
}
.navbar-primary {
    font-size: 1rem;
}
.navbar-primary .navbar-nav .nav-link {
    letter-spacing: 0.074rem;
}
@media screen and (max-width: 986px) {
    .navbar-brand {
        flex-grow: 2;
    }
}
@media screen and (min-width: 782px) {
    .navbar-secondary .navbar-nav .nav-link {
        margin-left: 1.08rem;
    }
    .navbar-secondary .dropdown-menu {
        left: 1.08rem;
    }
    #search-open,
    .navbar-primary .navbar-nav .nav-link {
        margin-left: 0.4rem;
    }
    .navbar-primary .dropdown-menu {
        left: 1.2rem;
    }

}
@media screen and (min-width: 1200px) {
    #search-open,
    .navbar-primary .navbar-nav .nav-link {
        margin-left: 1.2rem;
    }
    .navbar-primary .dropdown-menu {
        left: 2.2rem;
    }
}

.navbar-brand > svg {
    display: block;
}

.color-bar {
    border: none;
    width: 120px;
    height: 8px;
    margin-left: 0;
}

.text-box-module,
.jumbotron {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.text-box-module {
    display: flex;
    flex-direction: column;
}
.text-box-module .content {
    display: flex;
    flex-direction: column;
    flex-grow: 2;
}
.text-box-module .content .body {
    flex-grow: 2;
}

.cal-date {
    text-align: center;
    line-height: 1;

}
.cal-date .month {
    display: block;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 600;
}
.cal-date .day {
    display: block;
    font-size: 1.5rem;
}
.btn {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.1rem;
}


.readmore {
    font-weight: bold;
}

/* horo module */
.hero-tall {
    min-height: 874px;
}
.hero-medium {
    min-height: 400px;
}
.hero-small {
    min-height: 250px;
}
.hero-400 {
    min-height: 400px;
}
.color-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
}
.eyebrow {
    line-height: 24px;
    letter-spacing: 0.113rem;
}
.eyebrow:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url('../images/eyebrow-bullet.svg');
    background-size: cover;
    background-repeat: no-repeat;
    vertical-align: top;
    margin-right: 10px;
}
.eyebrow.eyebrow-icon-book:before {
    background-image: url('../images/eyebrow-book.svg');
}
.eyebrow.eyebrow-icon-certificate:before {
    background-image: url('../images/eyebrow-certificate.svg');
}
.eyebrow-small {
    line-height: 16px;
    letter-spacing: 0;
}
.eyebrow-small:before {
    width: 16px;
    height: 16px;
}
.testimonial-text {
    font-weight: bold;
    min-height: 190px;
}
.testimonial-photo {
    border-radius: 50%;
    overflow: hidden;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    padding: 5px;
    width: 40px;
    height: 40px;
    background-color: #e7e7e7;
    background-position: 50%;
    background-size: 50%;

    transition: background-color .15s ease;
}
.faq-module .question {
    border: 1px solid #e7e7e7;
}
.faq-module .question-title {
    cursor: pointer;
}
.faq-module .question-title:after {
    content: "";
    width: 24px;
    height: 24px;
    display: block;
    float: right;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100%;
    transition: background-color .15s ease;
    background-image: url("../images/faq-expand.svg");
}
.faq-module .question-title[aria-expanded="true"]:after {
    background-image: url("../images/faq-collapse.svg");
}

.text_image_module .eyebrow {

}

.text_image_module .text_body a {
    font-weight: 600;
}
.text_image_module .text_body a,
.text_image_module .arrow-right-bullet {
    line-height: 13px;
}
.text_image_module .text_body a:after,
.arrow-right-bullet:after {
    content: "";
    display: inline-block;
    margin-left: 8px;
    margin-top: -1px;
    width: 9px;
    height: 13px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100%;
    vertical-align: middle;
}

.btn-arrow-right {
    letter-spacing: 0;
    text-transform: none;
    padding: 0;
}
.btn-arrow-right:after {
    content: "";
    display: inline-block;
    margin-left: 5px;
    margin-top: -3px;
    width: 10px;
    height: 10px;
    border-right: 3px solid;
    border-top: 3px solid;
    transform: rotate(45deg);
    transition: border-color 0.15s ease-in-out, transform 0.15s ease-in-out;
}

.btn-arrow-right.down[aria-expanded=false]:after {
    transform: rotate(135deg);
    margin-top: 0;
    margin-bottom: 2px;
}
.btn-arrow-right.down[aria-expanded=true]:after {
    transform: rotate(-45deg);
    margin-top: 0;
    margin-bottom: -3px;
}

.blog-post-list-item {
    border-bottom: 1px solid #e7e7e7;
}
.pagination .page-item {
    margin: 0 5px 0;
}
.byline .categories > a {
    font-weight: 600;
}

.single-post .post_content > * {
    margin-left: 1rem;
    margin-right: 1rem;
  	max-width: 700px;
}
.post_content > .image,
.post_content > .wp-caption {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 1rem;
    max-width: 100%;
}
.post_content > .wp-caption img {
    max-width: 100%;
    height: auto;
}

.post_content > .alignright {
    float: right;
    margin-left: 1rem;
    margin-bottom: 1rem;
}
.post_content > .alignleft {
    float: left;
    margin-right: 1rem;
    margin-bottom: 1rem;
}
.post_content > .aligncenter {
    margin-left: auto;
    margin-right: auto;
}
.post_content > .aligncenter > img {
    margin: auto;
    display: block;
}
.post_content > .wp-caption .wp-caption-text {
    font-size: 0.875rem;
    color: #767879;
    margin: 0;
}
.single .byline > a {
    font-weight: 600;
}

blockquote {
    font-weight: bold;
    font-size: 2rem;

}
.lead {
    letter-spacing: -0.02rem;
}
.featured-members-wrapper .carousel-control-prev,
.featured-members-wrapper .carousel-control-next {
    width: auto;
}
.featured-members-wrapper .keen-slider {
    align-items: center;
}
.featured-members-wrapper .keen-slider .keen-slider__slide img {
    max-width: 100%;
}
.newsletter-container {
    box-shadow: 0 0 32px -2px rgba(58,58,58,0.20);
}
.newsletter-logo-wrapper {
    border-bottom: 1px solid #fff;
}
.newsletter-form-wrapper {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.newsletter_gform .gform_wrapper {
    margin-bottom: 0;
}
.newsletter_gform .gform_wrapper .gform_footer input[type=submit] {
    -webkit-appearance: none;
    background-color: rgb(35, 63, 149);
    border: 2px solid rgb(35, 63, 149);
    
    color: rgb(255, 255, 255);
    
    cursor: pointer;
    
    display: inline-block;
    
    font-family: franklin-gothic-urw, sans-serif;
    font-size: 16px;
    font-weight: bold;
    
    letter-spacing: 1.600000023841858px;
    line-height: 24px;
    
    margin: 0;
    
    padding-bottom: 7.840000152587891px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 7.840000152587891px;
    
    text-align: center;
    text-transform: uppercase;
    
    transition-delay: 0s, 0s, 0s, 0s;
    transition-duration: 0.15s, 0.15s, 0.15s, 0.15s;
    transition-property: color, background-color, border-color, box-shadow;
    transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
    
    vertical-align: middle;
    
    padding: 8px 50px;
}
.newsletter_gform .gform_wrapper .gform_footer input[type=submit]:hover,
.newsletter_gform .gform_wrapper .gform_footer input[type=submit]:focus {
    background-color: rgb(28, 50, 118);
    border-color: rgb(28, 50, 118);
}
.newsletter_gform .ginput_container_email input[type=text]:FOCUS {
	background-color: #F7F7F7;
	outline: none;
	border: 1px solid #233F95;
	padding-top: 6px !important;
	padding-bottom: 6px !important;
	padding-left: 5px !important;
}	




.newsletter_gform .gform_wrapper ul.gform_fields li.gfield {
    padding: 0;
}
.newsletter_gform .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important;
}
.newsletter_gform .gform_wrapper li.gfield.gfield_error {
    border: none;
}
.newsletter_gform .gform_wrapper li.hidden_label input {
    margin-top: 0;
}
.newsletter_gform .gform_wrapper .validation_message {
    color: #3a3a3a;
}

.single-post-pagination .page-link {
    display: inline-block;
    text-transform: uppercase;
}
.single-post-pagination .page-link.prev:before,
.single-post-pagination .page-link.next:after {
    display: inline-block;
    content: "";
    width: 10px;
    height: 10px;
    background-position: 50%;
    background-repeat: no-repeat;
}
.single-post-pagination .page-link.prev:before {
    margin-right: 5px;
}
.single-post-pagination .page-link.next:after {
    margin-left: 5px;
}

.addtoany_list .addtoany_share:hover,
.addtoany_list .addtoany_share {
    display: inline-block;
    padding: 0.4rem 1rem;
    text-transform: uppercase;
    font-weight: 600;
    transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
}
.addtoany_list .addtoany_share:hover {
    text-decoration: none;
}
.addtoany_list .addtoany_share:after {
    display: inline-block;
    content: "";
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-position: 50%;
    vertical-align: middle;
    margin-left: 0.5rem;
    margin-top: -2px;
}

.keywords {
    background-repeat: no-repeat;
    background-position: 96% 50%;
    background-size: 9%;
}

.presenter.presenter-horizontal {
    display: flex;
}
.presenter.presenter-horizontal > .photo {
    margin-right: 0.8rem;
}
.presenter.presenter-vertical {
    width: 136px;
}
.presenter.presenter-vertical > .photo {
    margin-bottom: 0.8rem;
}

.presenter > .photo {
    width: 136px;
}
.presenter > .info > * {
    margin: 0 0 0.1rem;
    line-height: 1.3;
}

.presenters {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
}
.presenters > .presenter {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}
.single-event .post_content p {
    overflow-x: hidden;
}
.answer-body a, .green_link a {
	text-decoration: underline;
	color: #60A745;
}

.sponsors-module .carousel-item img {
    width: auto;
    height: 114px;
}
.side_by_side .container div[class^=col] {
    display: flex;
    flex-direction: column;
}
.side_by_side .container div[class^=col] .body {
    flex-grow: 2;
    min-height: 48px;
}


/*
 * Custom checkbox
 */
.form-check {
    position: relative;
    cursor: pointer;
    padding-left: 35px;
    line-height: 24px;
    margin-bottom: 0.8rem;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.form-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.form-check label {
    cursor: pointer;
}

.form-check .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    border: 1px solid rgba(118, 120, 121, 0.6);
    background-color: #F7F9FA;
}

.form-check:hover input ~ label > .checkmark {
  background-color: #e3e4e7;
}

.form-check input:checked ~ label > .checkmark {
  background-color: #233F95; // aka SGA Blue
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 7px;
  top: 2px;
  width: 8px;
  height: 14px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.form-check input:checked ~ label > .checkmark:after {
  display: block;
}
.staff_member > .photo {
    min-width: 72px;
    width: 72px;
}
.staff_member .photo img {
	border-radius: 8px;
}

/* Contact page form styles */
.half_form {
	width: 50%;
	float: left;
	clear: none !important;
	margin-top: 0px !important;
	padding-right: 0px !important;
	padding: 12px !important;
	position: relative;
}
.gform_footer {
    text-align: center;
}
.page-template-page-contact .contact_page_form .gform_footer input[type="submit"] {
	background-color: #60A745;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "franklin-gothic-urw",sans-serif;
    padding: 0.5rem 1.25rem !important;
    font-size: 1.3rem !important;
    line-height: 1.5;
    border: none;
    color: white !important;
    margin-bottom: 2em;
}

.contact_form_textarea {
	margin-top: 20px !important;
}
.contact_page_form input {
	margin: 0px !important;
	color: #3a3a3a !important;
	padding: 30px 15px 10px !important;
	
}
.contact_page_form textarea {
	margin: 0px !important;
	color: #3a3a3a !important;
	padding: 30px 15px 10px !important;
    border: 1px solid white;
}
.contact_page_form select {
	padding: 23px 10px !important;
	color: #808080 !important;
}
.contact_page_form span {
	padding-right: 0px !important;
}
.contact_page_form .gform_heading {
	text-align: center;
}
.contact_page_form .gform_description {
	color: white;
	font-size: 2.878rem;
	font-weight: 600 !important;
    line-height: 1;
    font-family: "franklin-gothic-urw",sans-serif;
}
.contact_page_form {
    padding: 55px !important;
}
.contact_page_form .additional_comments {
    padding: 10px !important;
}
.half_form .dropdown-toggle {
	padding: 22px 10px !important;
	color: #808080 !important;
}
.half_form .bs-select button.dropdown-toggle {
	border: none !important;
}
.contact_page_form_wrapper input:focus, .contact_page_form_wrapper textarea:focus, .contact_page_form_wrapper .dropdown-toggle:FOCUS {
	outline: 2px solid #233F95;
}
.contact_page_form_wrapper label.gfield_label {
    height: 20px !important;
    position: absolute;
    top: 43px; 
    left: 29px; 
    color: #808080;
    width: auto !important;
    clip: auto !important;
    font-weight: 400 !important;

    transition: top 150ms ease-in-out;
}

.contact_page_form_wrapper label.gfield_label.filled {
    top: 31px; 
    font-size: 0.875rem;
}

.contact_page_form_wrapper .gfield_visibility_visible {
	padding-left: 10px;
}

.committee_wrapper .btn-arrow-right {
	display: unset;
}
.accordion .nav .nav-link.collapsed:before {
	display: none;
}
.accordion .nav .nav-link {
    font-size: 1.2rem;
}
.committee_wrapper {
    margin-top: 20px;
} 
.committee_wrapper img {
    max-width: 100%;
    height: auto;
}


/*
.contact_page_form_wrapper .gfield_error label.gfield_label {
	top: 18% !important;
}
*/

.contact_page_form_wrapper #field_1_15 > label.gfield_label {
	display: none;
}
.contact_page_form_wrapper #field_1_18 > label.gfield_label {
	display: none;
}
@media only screen and (min-width: 641px) {
	.page-template-page-contact .contact_page_form  .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	    width: 50%;
    	margin: 0px !important;
        border: 0;
	}
}	
.bg-dark .gform_confirmation_message {
    color: white;
}
.gform_confirmation_message {
    text-align: center;
    font-size: 14pt;
}
.gform_wrapper .field_description_below .gfield_description {
    padding-top: 0px !important;
}

.page-template-page-contact .contact_page_form .gform_fields {
    display: flex !important;
    flex-wrap: wrap;
}
.gform_fields .half_form {
    flex: 0 50%;
}
.gform_fields .additional_comments {
    margin-top: 0 !important;
    position: relative;
    flex: 0 100%;
}


.gform_wrapper div.validation_error {
    color: #CB1F43 !important;
    border-color: #CB1F43 !important;
}
.gform_wrapper .gfield_error .gfield_label {
    color: #CB1F43 !important;
}
.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper li.gfield_error textarea {
    border: 1px solid #CB1F43 !important;
}
.page-template-page-contact .contact_page_form .gform_wrapper .validation_message {
    color: #fff !important;
}


/* Bootstrap select */
.bs-select {
    display: flex;
}
.bs-select .dropdown-toggle:after {
    margin: 3px 0px -3px 7px;
    border: none;
    background: linear-gradient(-45deg, #3a3a3a 35%, #fff 35%, #fff 65%, #3a3a3a 65%);
}
.bs-select .btn {
    letter-spacing: initial;
    font-weight: 400;
    text-transform: none;
}
.bs-select .btn .title {
    display: inline-block;
    width: 88%;
}
.bs-select .dropdown-menu {
    box-shadow: 0 0 32px -2px rgba(58,58,58,0.20);
}
.bs-select li {
    font-size: 1rem;
}
.bs-select li:hover {
    background: #233F95;
    color: #fff;
}
.bs-select :not(.multi) li.active:hover::before {

    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
}

#date-filter + .bs-select {
    display: inline-flex;
    padding-right: 1rem;
}
#date-filter + .bs-select .btn .title {
    width: auto;
}
#date-filter + .bs-select button.dropdown-toggle {
    border: none !important;
    font-size: 1.3rem;
}
#date-filter + .bs-select .dropdown-toggle:after {
    background: none;
    border-bottom: 1px solid #3a3a3a;
    border-right: 1px solid #3a3a3a;
}

.text-callout .title {
    font-size: 1.5rem;
    font-weight: 600;
}

.looking-for-title {
    font-size: 1.875rem;
}
.looking-for-title:after {
    width: 15px;
    height: 22px;
}


a.committee:HOVER, a.committee.nav-link.collapsed:HOVER {
	color: #142557;
}
a.committee.nav-link.collapsed {
	color: #767879;
}
.committee_wrapper p {
	color: #767879;
	margin-bottom: 25px;
}
.committee_wrapper h5 {
	margin-bottom: 30px;
}

.event-card .data {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.4rem 1rem 1rem;
}

.container.featured-events-module {
    padding-top: 30px;
    margin-bottom: 55px;
}
@media only screen and (max-width: 1200px) {
	.text-box-module .content h4.mt-4.mb-1.mb-md-4 {
    	min-height: 44px;
	}	
}


.rich_text h3 {
	margin-top: 1.5em;
}
.single-post p {
	color: #767879;
}

.single-post blockquote p {
	color: #3a3a3a;
}
.pricing_table {
    margin-top: 1rem;
}
.post_images {
	width: 100%;
}
.post_images img {
	padding: 1rem;
}

.side_by_side_info {
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.row.testimonial.align-items-center {
    min-height: 220px;
}
.testimonial-text {
    display: table-cell;
    vertical-align: bottom;
}
.hero-tall, .hero-medium, .hero-small {
	padding-bottom: 0px !important;
	margin-bottom: 0px !important;
}
.committee_roster_wrapper .col.col-4 {
	float: left;
	min-height: 150px;
}
.committee_roster_wrapper {
    width: 100%;
    float: left;
}
.text_image_module iframe {
	width: 100%;
}

.additional_container .additional_content {
    display: none;
}
.committee_roster_wrapper h5 {
	margin-bottom: 5px;
	padding-bottom: 0px;
}
.event-card .data .row {
	width: 100%;
}
.pricing_table table tr td:FIRST-CHILD {
	width: 30%;
}

.pricing_table table tr td:nth-child(2) {
	width: 70%;
	text-align: left !important; 
}
@media only screen and (max-width: 768px) { 
	.pricing_table table tr td:nth-child(2) {
		text-align: right !important;
	}
}


/* tablepress styles */
.tablepress caption {
	display: none;
}
.tablepress {
	border: 2px solid black !important;
}
.tablepress tbody td {
    border: 1.5px solid #bdbebd !important;
}
.tablepress thead th {
    border: 1.5px solid #bdbebd !important;
    border-bottom: none !important;
}
.tablepress thead {
	border-top-color: black !important;
}
.tablepress tfoot th, .tablepress thead th {
	background-color: #5FB7E3 !important;
	text-align: center !important;
}
.tablepress tbody tr td.column-1 {
	text-align: center !important;
}
.tablepress td {
	min-width: 150px;
}
.text-secondary.role {
	color: #585858 !important; 
}
.navbar-text.social a:HOVER {
	text-decoration: none;
}

/* @media only screen and (max-width: 768px) { */
@media only screen and (max-width: 1007px) {
    .navbar-brand {
        flex-grow: 2;
    }
	.text_image_module iframe {
	    width: 100%;
	    height: auto;
	}
	.side_by_side_info {
		padding-top: 0px;
		padding-bottom: 0px;
		text-align: center;
	}
	.gform_fields .half_form {
	    flex: 0 100%;
	}
	.contact_page_form {
	    padding: 20px !important;
	}
	.gform_wrapper .ginput_container span:not(.ginput_price) {
	    display: inline-block !important;
	    margin-bottom: 3px !important;
	}
	.contact_page_form_wrapper label.gfield_label {
		top: 47px;
	}
	
    .mobile-menu .navbar-nav .nav-link {
        text-align: left;
        font-weight: 600;
    }
    .navbar-primary .navbar-nav .nav-link {
        letter-spacing: 0;
    }

    .mobile-menu {
        position: fixed;
        z-index: 10000;
        top: 0;
        left: 0;
        right: 0;
        /* bottom: 0; */
        height: 101%;
        background-color: rgba( 0, 0, 0, 0.75 );
        padding-left: 65px;
        overflow: scroll;
    }
    .mobile-menu .mobile-menus-container {
        background-color: #fff;
    }
    .mobile-menu .close {
        position: fixed;
        top: 0;
        left: 0;
        width: 27px;
        height: 27px;
        padding: 33px;
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: 27px 27px;
        opacity: 1;
    }
    .mobile-menu .primary {
        background: white;
        padding: 1rem 0;
    }
    .mobile-menu .navbar-nav .dropdown-item,
    .mobile-menu .navbar-nav .nav-link {
        padding: 1rem 2.5625rem;
    }
    .mobile-menu .dropdown-menu {
        height: 0;
        opacity: 0;
        transition: height 0.15s ease-in-out, opacity 0.15s ease-in-out;
    }
    .mobile-menu .dropdown-menu.show {
        position: static !important;
        transform: none !important;
        height: auto;
        opacity: 1;
    }
    .mobile-menu .navbar-nav .dropdown-item {
        padding: 1rem 3.75rem;
    }

    .navbar-light .navbar-nav .show > .nav-link {
        color: #464547;
    }
    .navbar-primary .navbar-nav .show > .nav-link > span {
        border-color: transparent;
    }


    .text_image_module .image-col {
        order: 1;
        margin-bottom: 2rem;
    }
    .text_image_module .content-col {
        order: 2;
    }
    .hero-tall {
        min-height: 469px;
    }
    .hero-medium {
        min-height: 389px;
    }
    .hero-small {
        min-height: auto;
    }
    .hero-400 {
        min-height: auto;
    }

    .newsletter-wrapper > .col {
        order: 2;
    }
    .newsletter-wrapper > .newsletter-container {
        order: 1;
    }
    .newsletter-wrapper .form-logo {
        display: flex;
        align-items: center;
    }
    .newsletter-wrapper .form-logo p {
        font-size: 0.75rem;
        margin: 0;
    }
    .newsletter-logo-wrapper {
        min-width: 100px;
        border-bottom: none;
        padding-right: 1rem;
    }
    .newsletter-logo-wrapper svg {
        width: 100%;
        height: auto;
    }	

    .footer .container {
        flex-direction: column;
        text-align: center;
    }
    .footer .copy {
        order: 3;
    }
    .footer .navbar-nav {
        order: 2;
    }
    .footer .social {
        order: 1;
    }
    .footer .navbar-nav .nav-link {
        text-align: center;
    }
    .footer .social img {
        width: 30px;
        height: 30px;
        margin: 0 15px;
    }
    
    .single-event .post_content {
        order: 2;
    }

    .latest-posts-module,
    .text-image-module {
        background-color: transparent !important;
    }
    .latest-posts-module {
        padding-top: 0 !important;
    }
    .form-control {
        background-color: #F7F7F7;
    }
    a.card.bg-light.more-card {
        background-color: #F7F7F7 !important;
        padding-left: 15px !important;
        box-shadow: none;
    }
    .event-register {
        width: 100%;
    }
    .post_content .arrow-right-bullet {
        font-weight: bold;
    }
    .carousel-item {
        padding: 0 11%;
        min-height: 100px;
    }
    .carousel-item img {
        max-width: 100% !important;
        height: auto !important;
        max-height: 50px;
    }

    .side_by_side {
        background: none !important;
        padding: 0 !important;

    }

}

img.alignnone {
    max-width: 100%;
    height: auto;
}