/*
Theme Name: JConnect 
Description: Connecting Jewish Washington DC.
Version: 1.0
Author: Digital Ink
Author uri: https://www.dgtlnk.com
*/

@import url("css/bootstrap.min.css");
@import url('https://fonts.googleapis.com/css?family=Lato:400,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700|Raleway:400,500,700');

@font-face {
    font-family: 'hand_of_sean_demoregular';
    src: url('css/fonts/hand_of_sean_demo.eot');
    src: url('css/fonts/hand_of_sean_demo.eot?#iefix') format('embedded-opentype'),
         url('css/fonts/hand_of_sean_demo.woff2') format('woff2'),
         url('css/fonts/hand_of_sean_demo.woff') format('woff'),
         url('css/fonts/hand_of_sean_demo.ttf') format('truetype'),
         url('css/fonts/hand_of_sean_demo.svg#hand_of_sean_demoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
	height: 100%;
}

body {
	background-color: white;
	font-family: 'Raleway', sans-serif;
    color: #221e1f;
}

a {
	text-decoration: none;
    color: #0087CD;
}

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

p {
	font-size: 16px;
    line-height: 1.5em;
    margin: 0 0 20px 0;
}

h1, h2, h3, h4, h5 {
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 1rem;
}

h1 {
	font-size: 40px;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 18px;
}

ul, li, ol {
	font-size: 16px;
}

/*Basic Styling Styles*/

::selection {
	background: #005581; /* WebKit/Blink Browsers */
	color: #ffffff;
}
::-moz-selection {
	background: #005581; /* Gecko Browsers */
	color: #ffffff;
}

blockquote {
    margin: 36px auto;
    font-style: italic;
    padding: 18px 36px 9px;
    background: #f1f1f1;
    border-left: 9px solid #005581;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.blue {
	background-color: #005581;
}

.white {
	background-color: #ffffff;
}

.teal {
	background-color: #22899d;
}

.gray {
	background-color: #f1f1f1;
}

.cyan {
	background-color: #1e95ff;
}

.avocado {
	background-color: #7b9b49;
}

.indigo {
	background-color: #4B0082;
}

.yellow {
	background-color: #ffbf00;
}

.red {
	background-color: #c00000;
}

.purple {
	background-color: #785da7;
}

.blue, .teal, .cyan, .avocado, .yellow, .red, .purple, .blue p, .teal p, .cyan p, .avocado p, .yellow p, .red p, .purple p, .blue h2, .blue h3, .blue h4, .blue a, .teal h2, .teal h3, .teal h4, .teal a, .cyan h2, .avocado h2, .yellow h2, .red h2, .purple h2, .cyan h3, .avocado h3, .yellow h3, .red h3, .purple h3, .cyan h4, .avocado h4, .yellow h4, .red h4, .purple h4, .cyan a, .avocado a, .yellow a, .red a, .purple a, .indigo, .indigo p, .indigo h2, .indigo h3, .indigo h4, .indigo a  {
	color: white;
}

.btn, .acf-button, .wpslsubmit, #buddypress .standard-form button, #buddypress .standard-form div.submit input, #bp-login-widget-submit, .caldera-grid .btn.btn-default, .gform_wrapper input.button {
	background-color: #22899d;
	color: white;
	padding: 10px 20px;
    border: 1px solid transparent;
    font-size: inherit;
    cursor: pointer;
    border-radius: 0;
}

.btn.red-btn {
	background-color: #c00000;
}

.btn.purple-btn {
	background-color: #785da7;
}

.btn:hover, .btn:focus, .acf-button:hover, .acf-button:focus, .wpslsubmit:hover, .wpslsubmit:focus, #buddypress .standard-form button:hover, #buddypress .standard-form button:focus, #buddypress .standard-form div.submit input:hover, #buddypress .standard-form div.submit input:focus, #bp-login-widget-submit:hover, #bp-login-widget-submit:focus, .caldera-grid .btn-default.btn:hover, .caldera-grid .btn-default.btn:focus, .gform_wrapper input.button:hover, .gform_wrapper input.button:focus {
	color: white;
	background-color: #1d7789;
	text-decoration: none;
}

.acf-button {
	clear: left;
}
	
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #bdc0c4 !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #bdc0c4 !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #bdc0c4 !important;
}
:-moz-placeholder { /* Firefox 18- */
  color: #bdc0c4 !important;
}

/*Bootstrap Hacks*/

.img-responsive {
	display: inline-block;
}

.screen-reader-text {
	display: none;
}

.navbar-brand {
	display: none;
}

.frame img {
	display: inline-block;
	height: auto;
    max-width: 100%;
}

.frame img.aligncenter {
	display: block;
}

/*Tables*/

table {
	width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

table td, table th {
	padding: .75rem;
    vertical-align: top;
    border-right: 1px solid #000;
}

table th {
	color: #fff;
    background-color: #212529;
}

table tr:nth-of-type(odd) {
    background-color: #faf7f7;
}


/*Header*/

.header {
	padding-bottom: 36px;
}

.header a {
	font-weight: normal;
}

.utility-menu {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}

.utility-menu .menu-utility-menu-container {
	margin-left: auto;
	margin-right: auto;
}

.utility-menu a {
	color: white;
}

.utility-menu a:hover, .utility-menu a:focus {
	font-weight: 500;
}

.social-media-icon {
	margin-right: 15px;
	display: none;
}

.header .search-form {
	display: none;
}

.header input.search-field {
	border: none;
	padding: 2px 10px;
	border-radius: 10px;
	background-image: url(img/search-icon.png);
	background-repeat: no-repeat;
	background-position: 198px;
	width: 221px;
	padding-right: 25px;
}

.logo {
	padding-top: 36px;
	padding-bottom: 36px;
}

.icon-mark {
	display: none;
}

.icon-mark img {
	height: 54px;
	object-fit: contain;
	max-width: max-content;
}

.menu-main-menu-container {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-height: 50vh;
	overflow-y: scroll;
}

.menu-main-menu-container::-webkit-scrollbar {
	width: 5px;
}

.menu-main-menu-container::-webkit-scrollbar-thumb {
	background: #0087CD; 
	border-radius: 30px;
}

.main-menu li {
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important;
}

.main-menu .navbar-header {
	margin-left: auto;
}

.main-menu .nav-link {
	color: #999;
	text-transform: uppercase;
	font-size: 18px;
	display: inline-block;
}

.main-menu a:hover, .main-menu a:focus {
	color: #22899d;
}

.navbar {
	text-align: left;
}

.caret {
	cursor: pointer;
	margin-left: 9px;
}

.caret:before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    color: #999;
}

.dropdown-menu {
	border: none;
	padding: 0 36px;
}

.dropdown-toggle::after {
	display: none;
}

.navbar-toggler-icon {
	padding-top: 5px;
}

/*Pages*/

p#breadcrumbs {
    border-bottom: 1px solid #e0e0e0;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 14px;
}

.jc-section {
	padding-top: 54px;
	padding-bottom: 54px;
}

.jc-section.teal + .jc-section.teal, .jc-section.white + .jc-section.white, .jc-section.gray + .jc-section.gray, .jc-section.blue + .jc-section.blue, .jc-section.cyan + .jc-section.cyan, .jc-section.avocado + .jc-section.avocado, .jc-section.yellow + .jc-section.yellow, .jc-section.red + .jc-section.red, .jc-section.purple + .jc-section.purple {
	padding-top: 0;
}

.jc-section.jc-breadcrumbs {
	padding-bottom: 0;
	padding-top: 0;
}

.jc-section.jc-breadcrumbs + .jc-section.white {
	padding-top: 0;
}

.page-title {
	padding-top: 36px;
	padding-bottom: 36px;
}

.page-title h1 {
	margin-bottom: 0;
}

.title {
	font-family: 'Montserrat', sans-serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.2;
}

.jc-section.horizontal-rule {
	padding-top: 0;
	padding-bottom: 0;
}

.horizontal-rule .col-md-12 {
	border-top: 2px solid #22899d;;
}

.jc-section.jc-cob {
	padding-top: 0;
}

.jc-section.jc-cob + .jc-section.white {
	padding-top: 0;
}

.content-section {
	padding-right: 30px;
}

.tile {
	margin-bottom: 24px;
}

.jc-two-column .col-md-6 div {
	padding: 18px 36px;
}

.sidebar {
	padding-left: 36px;
}

.sidebar-title {
	font-size: 18px;
}

.sidebar-content {

}

.aside {
	margin-bottom: 36px;
}

.sidebar p {
	font-size: 14px;
}

.sidebar-box-title {
	border-bottom: 1px solid #e0e0e0;
    padding-bottom: 18px;
    font-size: 16px
}

.sidebar-box {

}

.sidebar img {
	float: none !important;
}

.cob-content {
	border: 1px solid #e0e0e0;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    padding: 18px;
    margin-bottom: 18px;
}

.cob-content-thin {
	border: 1px solid #e0e0e0;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
	padding: 18px;
}

.section-title {
	margin-bottom: 18px;
}

.blue .section-title h2, .teal .section-title h2 {
	border-bottom: 1px solid rgba(255,255,255,.1);
    padding-bottom: 36px;
    margin-bottom: 36px;
}

.jc-section.blue a, .jc-section.teal a {
	font-weight: bold;
}

.jc-section.jc-three-column.blue li a, .jc-section.jc-three-column.teal li a, .jc-section.blue a.btn, .jc-section.teal a.btn {
	font-weight: normal;
}

.jc-section.jc-three-column.blue li a:after, .jc-section.jc-three-column.teal li a:after {
	content: " »";
}

.section-title.white h2 {
    color: #005581;
}

iframe {
	max-width: 100%;
}

.expander-link, .expander-link:focus {
	cursor: pointer;
	border: 0;
	padding: 0;
	outline: 0;
	font-family: inherit;
	font-weight: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	width: 100%;
	text-align: left;
}

.expander-link:focus-visible {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}

.expander-icon {
	margin-right: 9px;
}

.expander-link .minus, .expander-text, .expander-icon.minus {
	display: none;
}

.expander-text {
	display: none;
}

/*Directory / Simple Locator*/

.directory-search input.search-field, .event-search input.search-field {
	border: 1px solid #999999;
    padding: 6px 50px 6px 10px;
    border-radius: 10px;
    background-image: url(img/search-icon.png);
    background-repeat: no-repeat;
    background-position: 200px;
    width: 229px;
}

.search-submit {
	padding-top: 36px;
	margin-bottom: 18px;
}

.mapheight {
	min-height: 400px;
	margin-bottom: 36px;
}

#results-listing {
	max-height: 400px; 
	overflow: scroll;
	display: none;
	margin-bottom: 36px;
}

.simple-locator-form .address-input, .simple-locator-form .distance, .wpsl-taxonomy-filter {
    float: none;
    width: 100%;
    margin-bottom: 18px;
}

select {
	max-width: 100%;
}

.simple-locator-form select, .event-search select {
	height: 38px;
}

.simple-locator-form .address-input input[type='text'] {
	border: 1px solid #999999;
    padding: 6px 50px 6px 10px;
    border-radius: 10px;
    width: 335px;
}

.jc-cal.calendar {
	display: none;
}

.calendar-switch {
	margin-bottom: 18px;
}

.calendar-switch span {
	display: inline-block;
	margin-right: 18px;
	cursor: pointer;
}

/*Event Search*/

.event-search {
	margin-bottom: 18px;
}

.event-search .search-field {
	margin-bottom: 18px;
}

/*Organizations*/

.acf-map {
	width: 100%;
	height: 400px;
	border: #ccc solid 1px;
	margin: 0 0 20px;
}

/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}

.org-contact span {
	display: inline-block;
	margin-right: 9px;
	line-height: 1.5em;
    margin-bottom: 20px;
}

.org-contact svg {
	margin-right: 6px;
}

/*Locations*/

.content {
	padding-top: 18px;
	padding-bottom: 18px;
}

/*Archives*/

.category {
	border-right: 1px solid #ccc;
}

.category.noborder {
	border-right: none;
}

.subcategories {
	margin-bottom: 36px;
}

.subcategory a {
	display: block;
	margin-bottom: 9px;
	padding-bottom: 9px;
	border-bottom: 1px solid #bbbbbb;
}

.organizations-title {
    margin-bottom: 18px;
}

.organization-list p {
	margin-bottom: 8px;
}

/*Jobs*/

.job-listing {
	border-bottom: 1px solid #e0e0e0;
    padding-bottom: 18px;
    margin-bottom: 18px;
}

/*Search*/

.search-result {
	border-bottom: 1px solid #e0e0e0;
    padding-bottom: 18px;
    margin-bottom: 18px;
}

.search-label {
	font-size: 15px; 
	margin-bottom: 9px;
}

.search-result-title {
	font-size: 18px;
	line-height: 1.75em;
}

/*Events*/

.event-icons {
	padding-top: 9px;
}

.event-icons img {
	width: 40px;
	margin-right: 10px;
}

.event-icons span {
	margin-right: 9px;
	text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
}

.event-info {
	border-bottom: 1px solid #e0e0e0;
    padding-bottom: 18px;
    margin-bottom: 18px;
}

h4.event-notice {
	text-transform: uppercase;
	margin-bottom: 0;
}

.event-notice svg {
	margin-right: 9px;
}

/*Events Calendar*/

.event-item {
	background: #ffffff;
    box-shadow: inset 0 1px rgba(255,255,255,0.8);
    margin-bottom: 36px;
}

.event-item h4 {
	margin-bottom: 0;
}

.event-item-details {
	padding: 27px;
}

.tentative-event {
	padding: 9px;
	text-align: center;
}

.tentative-event svg {
	margin-right: 4.5px;
}

.event-org {
	font-size: 15px;
	font-weight: 600;
}
	
.fc-calendar-container {
	position: relative;
	height: 400px;
	width: 400px;
}

.fc-calendar {
	width: 100%;
	height: 100%;
}

.fc-calendar .fc-head {
	height: 30px;
	line-height: 30px;
	background: #ccc;
	color: #fff;
}

.fc-calendar .fc-body {
	position: relative;
	width: 100%;
	height: 100%;
	height: -moz-calc(100% - 30px);
	height: -webkit-calc(100% - 30px);
	height: calc(100% - 30px);
	border: 1px solid #ddd;
}

.fc-calendar .fc-row {
	width: 100%;
	border-bottom: 1px solid #ddd;
}

.fc-four-rows .fc-row  {
	height: 25%;
}

.fc-five-rows .fc-row  {
	height: 20%;
}

.fc-six-rows .fc-row {
	height: 16.66%;
	height: -moz-calc(100%/6);
	height: -webkit-calc(100%/6);
	height: calc(100%/6);
}

.fc-calendar .fc-row > div,
.fc-calendar .fc-head > div {
	float: left;
	height: 100%;
	width:  14.28%; /* 100% / 7 */
	width: -moz-calc(100%/7);
	width: -webkit-calc(100%/7);
	width: calc(100%/7);
	position: relative;
}

/* IE 9 is rounding up the calc it seems */
.ie9 .fc-calendar .fc-row > div,
.ie9 .fc-calendar .fc-head > div {
	width:  14.2%;
}

.fc-calendar .fc-row > div {
	border-right: 1px solid #ddd;
	overflow: hidden;
	position: relative;
}

.fc-calendar .fc-head > div {
	text-align: center;
}

.fc-calendar .fc-row > div > span.fc-date {
	position: absolute;
	width: 30px;
	height: 20px;
	font-size: 20px;
	line-height: 20px;
	font-weight: 700;
	color: #ddd;
	text-shadow: 0 -1px 0 rgba(255,255,255,0.8);
	bottom: 5px;
	right: 5px;
	text-align: right;
}

.fc-calendar .fc-row > div > span.fc-weekday {
	padding-left: 5px;
	display: none;
}

.fc-calendar .fc-row > div.fc-today {
	background: #005581;
}

.fc-calendar .fc-row > div.fc-out {
	opacity: 0.6;
}

.fc-calendar .fc-row > div:last-child,
.fc-calendar .fc-head > div:last-child {
	border-right: none;
}

.fc-calendar .fc-row:last-child {
	border-bottom: none;
}

.calendar-header {
	text-align: center;
	padding-top: 9px;
}

.calendar-header div {
	display: inline-block;
	font-size: 24px;
}

/* Custom calendar elements */

.custom-calendar-wrap {
	margin: 10px auto;
	position: relative;
	overflow: hidden;
}

.custom-inner {
	background: #fff;
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

.custom-inner:before,
.custom-inner:after  {
	content: '';
	width: 99%;
	height: 50%;
	position: absolute;
	background: #f6f6f6;
	bottom: -4px;
	left: 0.5%;
	z-index: -1;
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

.custom-inner:after {
	content: '';
	width: 98%;
	bottom: -7px;
	left: 1%;
	z-index: -2;
}

.custom-header {
	padding: 5px 0px 10px 0px;
	border-top: 2px solid #22899d;
	border-bottom: none;
	height: auto;
}

.custom-header h2,
.custom-header h3 {
	text-align: center;
	text-transform: uppercase;
}

.custom-header h2 {
	color: #495468;
	font-weight: 300;
	font-size: 18px;
	margin-top: 10px;
}

.custom-header h3 {
	font-size: 10px;
	font-weight: 700;
	color: #b7bbc2;
}

.custom-header nav span {
	position: absolute;
	top: 17px;
	width: 30px;
	height: 30px;
	color: transparent;
	cursor: pointer;
	margin: 0 1px;
	font-size: 20px;
	line-height: 30px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.custom-header nav span:first-child {
	left: 5px;
}

.custom-header nav span:last-child {
	right: 5px;
}

.custom-header nav span:before {
	color: #005581;
	position: absolute;
	text-align: center;
	width: 100%;
}

.custom-header nav span.custom-prev:before {
	content: '\25c2';
	font-size: 30px;
}

.custom-header nav span.custom-next:before {
	content: '\25b8';
}

.custom-header nav span:hover:before {
	color: #495468;
}

.custom-content-reveal {
	background: #f6f6f6;
	background: rgba(246, 246, 246, 0.9);
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 100;
	top: 100%;
	left: 0px;
	text-align: center;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	overflow: scroll;
}

.custom-content-reveal span.custom-content-close {
	position: absolute;
	top: 15px;
	right: 10px;
	width: 20px;
	height: 20px;
	text-align: center;
	background: #22899d;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	cursor: pointer;
	line-height: 13px;
	padding: 0;
}

.custom-content-reveal span.custom-content-close:after {
	content: 'x';
	font-size: 18px;
	color: #fff;
    position: absolute;
    left: 5px;
    top: 2px;	
}

.custom-content-reveal a,
.custom-content-reveal span {
	font-size: 22px;
	display: inline-block;
}

.custom-content-reveal h4 {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 300;
	letter-spacing: 3px;
	color: #777;
	padding: 20px;
	background: #fff;
	border-bottom: 1px solid #ddd;
	border-top: 2px solid #22899d;
	box-shadow: 0 1px rgba(255,255,255,0.9);
	margin-bottom: 30px;
}

.custom-content-reveal span {
	color: #221e1f;
	padding: 10px 30px;
	display: block;

}

/* Modifications */

.fc-calendar-container {
	height: 400px;
	width: auto;
	padding: 30px;
	background: #ffffff;
	box-shadow: inset 0 1px rgba(255,255,255,0.8);
}

.fc-calendar .fc-head {
	background: transparent;
	color: #005581;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
}

.fc-calendar .fc-row > div {
	background: #fff;
	cursor: pointer;
}

.fc-calendar .fc-row > div:empty {
	background: transparent;
}

.fc-calendar .fc-row > div > span.fc-date {
	top: 50%;
	left: 50%;
	text-align: center;
	margin: -10px 0 0 -15px;
	color: #686a6e;
	font-weight: 400;
	pointer-events: none;
}

.fc-calendar .fc-row > div.fc-today {
	background: #005581;
	box-shadow: inset 0 -1px 1px rgba(0,0,0,0.1);
}

.fc-calendar .fc-row > div.fc-today > span.fc-date, .fc-calendar .fc-row > div.fc-hasevent > span.fc-date {
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.fc-calendar .fc-row > div.fc-content:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    margin-right: 5px;
    background: #22899d;
}

.fc-calendar .fc-row > div.fc-today.fc-content:after {
	color: #fff;
}

.fc-calendar .fc-row > div.fc-content:hover:after{
	color: #005581;
}

.fc-calendar .fc-row > div.fc-today.fc-content:hover:after{
	color: #005581;
}

.fc-calendar .fc-row > div > div a,
.fc-calendar .fc-row > div > div span {
	display: none;
	font-size: 22px;
}

@media screen and (max-width: 400px) {
	.fc-calendar-container {
		height: 300px;
	}
	.fc-calendar .fc-row > div > span.fc-date {
		font-size: 15px;
	}
}

/*Resources*/

.jc-resources svg {
	color: #005581;
}

.resource-organization a {
	font-size: 14px;
	color: #d9525d;
}

.resource-terms {
	display: block;
}

.resource-terms, .resource-terms a {
	color: #595959;
    text-transform: uppercase;
    font-size: 14px; 
}

/*Post Form*/

.post-form {
	display: none;
}

.post-form .acf-fields > .acf-field {
	padding: 15px 0;
}

.edit-box {
	margin-bottom: 18px;
}

.edit-post {
	margin-bottom: 0;
}

.edit-post .fa-pencil-alt {
	margin-right: 9px;
}

.org-form {
	margin-bottom: 18px;
}

#new-org {
	display: none;
}

.submit-a-post {
	margin-bottom: 18px;
}

/*Buddypress*/

#buddypress .standard-form label, #buddypress .standard-form legend, #buddypress .standard-form span.label {
	font-weight: normal;
}

#buddypress .standard-form legend {
	font-size: 1rem;
}

.field-visibility-settings-toggle {
	padding-top: 9px;
}

#bp-login-widget-rememberme {
	margin-right: 5px;
}

#field-visibility-settings-toggle-1 {
	display: none;
}

/*Forms*/

.gform_required_legend {
	display: none;
}

.gform_wrapper input, .gform_wrapper select, .gform_wrapper textarea {
	border: 1px solid #ccc;
}

/*Footer*/

.footer {
	background-color: #d9525d;
	padding-top: 36px;
	padding-bottom: 36px;
	color: white;
}

.footer a {
	color: white;
}

.footer-menu {
	margin-bottom: 36px;
}

.footer-menu a {
	text-transform: uppercase;
}

.footer .subfooter {
	padding-top: 18px;
	text-align: center;
	border-top: 1px solid rgba(255,255,255,.1);
}

.footer .subfooter p {
	font-size: 14px;
}


/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    margin: 5px 0 20px 20px;
}

.alignleft {
    margin: 5px 20px 20px 0;
}

a img.alignright {
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 21px;
    margin: 0;
    padding: 10px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
    white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

#fancybox-wrap {
	padding: 0;
}

#fancybox-content {
	width: 420px !important;
}

/*Media Query Goodness*/

@media (min-width: 601px) {
	
	.admin-bar .fixed-top {
		top: 32px;
	}
}

@media (min-width: 768px) {
	
	.caret {
		display: inline-block;
		margin-left: -9px;
	}
	
	.fixed-top .icon-mark {
		display: inline-block;
	}

	.social-media-icon, .header .search-form { 
		display: inline-block; 
	}

	.menu-main-menu-container {
		max-height: none;
		overflow-y: visible;
	}
	
	.main-menu .nav-link {
		font-size: 14px;
	}
	
	.utility-menu .menu-utility-menu-container {
		margin-right: 10px;
	}
	
	.dropdown-menu {
		padding: 0;
	    width: auto;
	    left: -1px;
	    padding: 15px;
	    border-top: 13px solid #22899d;
	    background-color: rgba(255,255,255,0.9);
	    -webkit-transform: translateY( 40px );
	    -moz-transform: translateY( 40px );
	    -ms-transform: translateY( 40px );
	    -o-transform: translateY( 40px );
	    transform: translateY( 40px );
	    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
	    -o-transition: -o-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
	    transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
	    visibility: hidden;
	    display: none;
	    opacity: 0;
	    border: 1px solid rgba(0,0,0,.15);
	}
	
	.menu-item-has-children:hover .dropdown-menu {
		display: block;
		border-top: 13px solid #22899d;
		-webkit-transition-delay: 0s, 0s, 0s, 0s, 0s;
		-webkit-transition-duration: 0.5s, 0.2s, 0s, 0s, 0s;
		-webkit-transition-property: transform, opacity, max-height, max-width, padding;
		-webkit-transition-timing-function: ease, ease, steps(1, end), steps(1, end), steps(1, end);
		transform: matrix(1, 0, 0, 1, 0, 0);
		transform-origin: 0px 0px;
		transition-delay: 0s, 0s, 0s, 0s, 0s;
		transition-duration: 0.5s, 0.2s, 0s, 0s, 0s;
		transition-property: transform, opacity, max-height, max-width, padding;
		transition-timing-function: ease, ease, steps(1, end), steps(1, end), steps(1, end);
		opacity: 1;
		visibility: visible;
	}
	
	.main-menu .dropdown-menu a.nav-link {
    	color: #293d60;
    	text-transform: none;
    	white-space: nowrap;
    	font-weight: 500;
	}
	
	.col-md-25 {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 20%;
	    flex: 0 0 20%;
	    max-width: 20%;
	}


}

@media (min-width: 992px) {
	
	.alignleft {
    	float: left;
    }
    
    .alignright {
    	float:right;
    }
    
    a img.alignright {
    	float: right;
	}
	
	a img.alignleft {
	    float: left;
	}
	
	.main-menu .nav-link {
		font-size: 16px;
	}
	
	.main-menu .navbar-nav .nav-link {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	
	/*Directory / Simple Locator*/
	
	.simple-locator-form .address-input {
	    float: left;
	    width: 32%;
	    margin-right: 1%;
	}
	
	.simple-locator-form .distance {
	    float: left;
	    clear: none;
	    width: 32%;
	    margin-right: 1%;
	}
	
	.wpsl-taxonomy-filter {
		float: left;
    	width: 32%;
	    margin-right: 1%;
	}
	
	.resource-columns {
		column-count: 3;
	
	}
	
	.resource-columns p {
		column-break-inside:avoid;
		break-inside: avoid-column;
	}
	
	.jc-resources svg {
		margin-left: -24px;
	}
		

}

@media (min-width: 1200px) { 

	.main-menu .nav-link {
		font-size: 18px;
	}

}