﻿/*
Theme Name: Twenty Sixteen
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: twentysixteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */
/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */
/*form*/

a,
#nav,
#overlayNav,
.overlayToggle,
.menuToggle,
.overlayToggle,
body form[name="tagSearch"] .chosen-container,
body form[name="tagSearch"] .chosen-container-single .chosen-single,
body div.quick-chat-container {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
}

ol.comment-list .reply,
.comments-area .comments-title,
.comments-area .comment-respond {
	display:none;
}

body #main .comment-list {
	width:100%;
	margin:auto;
	padding:0;
}

.extra_pressform_class span.wpcf7-not-valid-tip {
    font-size: 13px;
}
.extra_pressform_class label {
    font-size: 17px;
}
.extra_pressform_class input[type="text"], input[type="number"], input[type="email"]
{
    margin: 10px 0;
    padding: 6px;
}
.extra_pressform_class input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-tel
{
    margin: 10px 0;
    padding: 6px;
}
.extra_pressform_class input[type="email"]
{
    margin: 10px 0;
    padding: 6px;
}
.extra_pressform_class input.wpcf7-form-control.wpcf7-submit {
    width: 100%;
}
.extra_pressform_class .wpcf7-response-output{
    font-size: 15px;
    text-align: center;
	margin-top: 15px;
}
.donation_right_sidebar.press-right-sidebar.extra_pressform_class {
    margin-top: 50px;
}

.page-content-in .donation_right_sidebar h3.nameListTitle {
	text-align: center;
	color: #96004b;
	width: 100%;	
}
.page-content-in .donation_right_sidebar ul#nameList {
	margin-top: 0;
}
.page-content-in .donation_right_sidebar ul#nameList li {
	/*opacity: 0;
	transition: opacity 0.5s ease-in-out;
	position: absolute;*/
	text-align: center;
	width: 100%;
	padding-left: 0;
}
@media screen and (max-width: 980px) {
	.page-content-in .donation_right_sidebar h3.nameListTitle {
		max-width: 243px;	
	}
	.page-content-in .donation_right_sidebar ul#nameList li {
		max-width: 243px;
	}
}
@media screen and (max-width: 767px) {
	.page-content-in .donation_right_sidebar h3.nameListTitle {
		max-width: 92%;	
	}
	.page-content-in .donation_right_sidebar ul#nameList li {
		max-width: 92%;
	}
}
@media screen and (min-width: 981px) {
	.page-content-in .donation_right_sidebar h3.nameListTitle {
		max-width: 386px;	
	}
	.page-content-in .donation_right_sidebar ul#nameList li {
		max-width: 386px;
	}
}

.extra_pressform_class div.wpcf7 .ajax-loader
{
	    width: 100% !important;
    background-position: center !important;
    text-align: center;
    background-repeat: no-repeat !important;
}
/*form*/
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    margin: 0;
    font-size:17px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
    color: #980747;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: 700;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 0;
}
hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
code,
kbd,
pre,
samp {
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
select {
    text-transform: none;
}
button {
    overflow: visible;
}
button,
input,
select,
textarea {
    max-width: 100%;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
    opacity: .5;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 0.4375em;
    padding: 0;
}
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-outer-spin-button,
input[type="datetime-local"]::-webkit-inner-spin-button,
input[type="datetime-local"]::-webkit-outer-spin-button,
input[type="week"]::-webkit-inner-spin-button,
input[type="week"]::-webkit-outer-spin-button,
input[type="month"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #d1d1d1;
    margin: 0 0 1.75em;
    min-width: inherit;
    padding: 0.875em;
}
fieldset >:last-child {
    margin-bottom: 0;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
optgroup {
    font-weight: bold;
}
/**
 * 2.0 - Genericons
 */

.menu-item-has-children a:after,
.social-navigation a:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.pagination .prev:before,
.pagination .next:before,
.pagination .nav-links:before,
.pagination .nav-links:after,
.search-submit:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-family: "Genericons";
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    speak: none;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    vertical-align: top;
}
/**
 * 3.0 - Typography
 */

body,
button,
input,
select,
textarea {
    /*    color: #1a1a1a;*/

    color: #545454;
    font-family: Merriweather, Georgia, serif;
    font-size: 17px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-weight: 700;
    margin: 0;
    text-rendering: optimizeLegibility;
}
p {
    margin: 0 0 1.75em;
}
dfn,
cite,
em,
i {
    font-style: italic;
}
blockquote {
    border: 0 solid #1a1a1a;
    border-left-width: 4px;
    color: #686868;
    font-size: 19px;
    font-size: 1.1875rem;
    font-style: italic;
    line-height: 1.4736842105;
    margin: 0 0 1.4736842105em;
    overflow: hidden;
    padding: 0 0 0 1.263157895em;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}
blockquote p {
    margin-bottom: 1.4736842105em;
}
blockquote cite,
blockquote small {
    color: #1a1a1a;
    display: block;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.75;
}
blockquote cite:before,
blockquote small:before {
    content: "\2014\00a0";
}
blockquote em,
blockquote i,
blockquote cite {
    font-style: normal;
}
blockquote strong,
blockquote b {
    font-weight: 400;
}
blockquote >:last-child {
    margin-bottom: 0;
}
address {
    font-style: italic;
    margin: 0 0 1.75em;
}
code,
kbd,
tt,
var,
samp,
pre {
    font-family: Inconsolata, monospace;
}
pre {
    border: 1px solid #d1d1d1;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.3125;
    margin: 0 0 1.75em;
    max-width: 100%;
    overflow: auto;
    padding: 1.75em;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
code {
    background-color: #d1d1d1;
    padding: 0.125em 0.25em;
}
abbr,
acronym {
    border-bottom: 1px dotted #d1d1d1;
    cursor: help;
}
mark,
ins {
    background: #007acc;
    color: #fff;
    padding: 0.125em 0.25em;
    text-decoration: none;
}
big {
    font-size: 125%;
}
/**
 * 4.0 - Elements
 */

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */

    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}
body {
    background: #1a1a1a;
    /* Fallback for when there is no custom background color defined. */
}
hr {
    background-color: #ad9b0c;
    border: 0;
    height: 1px;
    margin: 0 0 1.75em;
}
ul,
ol {
    margin: 0 0 1.75em 1.25em;
    padding: 0;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
    margin-left: 1.5em;
}
li > ul,
li > ol {
    margin-bottom: 0;
}
dl {
    margin: 0 0 1.75em;
}
dt {
    font-weight: 700;
}
dd {
    margin: 0 0 1.75em;
}
img {
    height: auto;
    /* Make sure images are scaled correctly. */

    max-width: 100%;
    /* Adhere to container width. */

    vertical-align: middle;
}
del {
    opacity: 0.8;
}
table,
th,
td {
    border: 1px solid #d1d1d1;
}
table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.75em;
    table-layout: fixed;
    /* Prevents HTML tables from becoming too wide */

    width: 100%;
}
caption,
th,
td {
    font-weight: normal;
    text-align: left;
}
th {
    border-width: 0 1px 1px 0;
    font-weight: 700;
}
td {
    border-width: 0 1px 1px 0;
}
th,
td {
    padding: 0.4375em;
}
input {
    line-height: normal;
}
button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
    background: #1a1a1a;
    border: 0;
    border-radius: 2px;
    color: #fff;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-weight: 700;
    letter-spacing: 0.046875em;
    line-height: 1;
    padding: 0.84375em 0.875em 0.78125em;
    text-transform: uppercase;
}
button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
    background: #007acc;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    outline: 0;
    outline-offset: -4px;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
    background: #f7f7f7;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    color: #686868;
    padding: 0.625em 0.4375em;
    width: 100%;
}
input[type="date"]:focus,
input[type="time"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="month"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
    background-color: #fff;
    border-color: #007acc;
    color: #1a1a1a;
    outline: 0;
}
.post-password-form {
    margin-bottom: 1.75em;
}
.post-password-form label {
    color: #686868;
    display: block;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 13px;
    font-size: 0.8125rem;
    letter-spacing: 0.076923077em;
    line-height: 1.6153846154;
    margin-bottom: 1.75em;
    text-transform: uppercase;
}
.post-password-form input[type="password"] {
    margin-top: 0.4375em;
}
.post-password-form >:last-child {
    margin-bottom: 0;
}
.search-form {
    position: relative;
}
input[type="search"].search-field {
    border-radius: 2px 0 0 2px;
    width: -webkit-calc(100% - 42px);
    width: calc(100% - 42px);
    color: #fff;
}
input[type="search"].search-field::-webkit-input-placeholder 
{
    color: #f1f1f1;
}
input[type="search"].search-field::-moz-placeholder
{
    color: #f1f1f1;
}
input[type="search"].search-field:-ms-input-placeholder
{
    color: #f1f1f1;
}
input[type="search"].search-field:-moz-placeholder
{
    color: #f1f1f1;
}
.search-submit:before {
    content: "\f400";
    font-size: 24px;
    left: 2px;
    line-height: 42px;
    position: relative;
    width: 40px;
}
.search-submit {
    border-radius: 0 2px 2px 0;
    bottom: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 42px;
}
/**
 * 6.0 - Navigation
 */
/**
 * 6.1 - Links
 */
 p.visions-captcha-valid {
    color: red;
}
 p.visions-captcha-valid-memory {
    color: red;
}

a {
    text-decoration: none;
}
a:hover,
a:focus,
a:active {
    color: #686868;
}
a:focus {
    outline: thin dotted;
}
a:hover,
a:active {
    outline: 0;
}
.entry-content a:hover,
.entry-content a:focus,
.entry-summary a:hover,
.entry-summary a:focus,
.taxonomy-description a:hover,
.taxonomy-description a:focus,
.logged-in-as a:hover,
.logged-in-as a:focus,
.comment-content a:hover,
.comment-content a:focus,
.pingback .comment-body > a:hover,
.pingback .comment-body > a:focus,
.textwidget a:hover,
.textwidget a:focus {
    box-shadow: none;
}
/**
 * 6.2 - Menus
 */

.site-header-menu {
    display: none;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin: 0.875em 0;
}
.site-header-menu.toggled-on,
.no-js .site-header-menu {
    display: block;
}
.site-footer .main-navigation {
    margin-bottom: 1.75em;
}
.main-navigation ul {
    list-style: none;
    margin: 0;
}
.main-navigation li {
    border-top: 1px solid #d1d1d1;
    position: relative;
}
.main-navigation ul ul {
    display: none;
    margin-left: 0.875em;
}
.no-js .main-navigation ul ul {
    display: block;
}
.main-navigation ul .toggled-on {
    display: block;
}
.main-navigation .primary-menu {
    border-bottom: 1px solid #d1d1d1;
}
.main-navigation .menu-item-has-children > a {
    margin-right: 56px;
}
.dropdown-toggle {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    color: #1a1a1a;
    content: "";
    height: 48px;
    padding: 0;
    position: absolute;
    right: 0;
    text-transform: none;
    top: 0;
    width: 48px;
}
.dropdown-toggle:after {
    border: 0 solid #d1d1d1;
    border-left-width: 1px;
    content: "\f431";
    font-size: 24px;
    left: 1px;
    position: relative;
    width: 48px;
}
.dropdown-toggle:hover,
.dropdown-toggle:focus {
    background-color: transparent;
    color: #007acc;
}
.dropdown-toggle:focus {
    outline: thin dotted;
    outline-offset: -1px;
}
.dropdown-toggle:focus:after {
    border-color: transparent;
}
.dropdown-toggle.toggled-on:after {
    content: "\f432";
}
.site-header .main-navigation + .social-navigation {
    margin-top: 1.75em;
}
.site-footer .social-navigation {
    margin-bottom: 1.75em;
}
.social-navigation ul {
    list-style: none;
    margin: 0 0 -0.4375em;
}
.social-navigation li {
    float: left;
    margin: 0 0.4375em 0.4375em 0;
}
.social-navigation a {
    border: 1px solid #d1d1d1;
    border-radius: 50%;
    color: #1a1a1a;
    display: block;
    height: 35px;
    position: relative;
    width: 35px;
}
.social-navigation a:before {
    content: "\f415";
    height: 33px;
    line-height: 33px;
    text-align: center;
    width: 33px;
}
.social-navigation a:hover:before,
.social-navigation a:focus:before {
    color: #007acc;
}
.social-navigation a[href*="codepen.io"]:before {
    content: "\f216";
}
.social-navigation a[href*="digg.com"]:before {
    content: "\f221";
}
.social-navigation a[href*="dribbble.com"]:before {
    content: "\f201";
}
.social-navigation a[href*="dropbox.com"]:before {
    content: "\f225";
}
.social-navigation a[href*="facebook.com"]:before {
    content: "\f203";
}
.social-navigation a[href*="flickr.com"]:before {
    content: "\f211";
}
.social-navigation a[href*="foursquare.com"]:before {
    content: "\f226";
}
.social-navigation a[href*="plus.google.com"]:before {
    content: "\f206";
}
.social-navigation a[href*="github.com"]:before {
    content: "\f200";
}
.social-navigation a[href*="instagram.com"]:before {
    content: "\f215";
}
.social-navigation a[href*="linkedin.com"]:before {
    content: "\f208";
}
.social-navigation a[href*="path.com"]:before {
    content: "\f219";
}
.social-navigation a[href*="pinterest.com"]:before {
    content: "\f210";
}
.social-navigation a[href*="getpocket.com"]:before {
    content: "\f224";
}
.social-navigation a[href*="polldaddy.com"]:before {
    content: "\f217";
}
.social-navigation a[href*="reddit.com"]:before {
    content: "\f222";
}
.social-navigation a[href*="skype.com"]:before {
    content: "\f220";
}
.social-navigation a[href*="stumbleupon.com"]:before {
    content: "\f223";
}
.social-navigation a[href*="tumblr.com"]:before {
    content: "\f214";
}
.social-navigation a[href*="twitter.com"]:before {
    content: "\f202";
}
.social-navigation a[href*="vimeo.com"]:before {
    content: "\f212";
}
.social-navigation a[href*="wordpress.com"]:before,
.social-navigation a[href*="wordpress.org"]:before {
    content: "\f205";
}
.social-navigation a[href*="youtube.com"]:before {
    content: "\f213";
}
.social-navigation a[href^="mailto:"]:before {
    content: "\f410";
}
.social-navigation a[href*="spotify.com"]:before {
    content: "\f515";
}
.social-navigation a[href*="twitch.tv"]:before {
    content: "\f516";
}
.social-navigation a[href$="/feed/"]:before {
    content: "\f413";
}
.post-navigation {
    border-top: 4px solid #1a1a1a;
    border-bottom: 4px solid #1a1a1a;
    clear: both;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    margin: 0 7.6923% 3.5em;
}
.post-navigation a {
    color: #1a1a1a;
    display: block;
    padding: 1.75em 0;
}
.post-navigation span {
    display: block;
}
.post-navigation .meta-nav {
    color: #686868;
    font-size: 13px;
    font-size: 0.8125rem;
    letter-spacing: 0.076923077em;
    line-height: 1.6153846154;
    margin-bottom: 0.5384615385em;
    text-transform: uppercase;
}
.post-navigation .post-title {
    display: inline;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 23px;
    font-size: 1.4375rem;
    font-weight: 700;
    line-height: 1.2173913043;
    text-rendering: optimizeLegibility;
}
.post-navigation a:hover .post-title,
.post-navigation a:focus .post-title {
    color: #007acc;
}
.post-navigation div + div {
    border-top: 4px solid #1a1a1a;
}
.pagination {
    border-top: 4px solid #0378a5;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 19px;
    font-size: 1.1875rem;
    margin: 0 7.6923% 2.947368421em;
    min-height: 56px;
    position: relative;
}
.pagination:before,
.pagination:after {
    background-color: #1a1a1a;
    content: "";
    height: 52px;
    position: absolute;
    top: 0;
    width: 52px;
    z-index: 0;
}
.pagination:before {
    right: 0;
}
.pagination:after {
    right: 54px;
}
.pagination a:hover,
.pagination a:focus {
    color: #1a1a1a;
}
.pagination .nav-links {
    padding-right: 106px;
    position: relative;
}
.pagination .nav-links:before,
.pagination .nav-links:after {
    color: #fff;
    font-size: 32px;
    line-height: 51px;
    opacity: 0.3;
    position: absolute;
    width: 52px;
    z-index: 1;
}
.pagination .nav-links:before {
    content: "\f429";
    right: -1px;
}
.pagination .nav-links:after {
    content: "\f430";
    right: 55px;
}
/* reset screen-reader-text */

.pagination .current .screen-reader-text {
    position: static !important;
}
.pagination .page-numbers {
    display: none;
    letter-spacing: 0.013157895em;
    line-height: 1;
    margin: 0 0.7368421053em 0 -0.7368421053em;
    padding: 0.8157894737em 0.7368421053em 0.3947368421em;
    text-transform: uppercase;
}
.pagination .current {
    display: inline-block;
    font-weight: 700;
}
.pagination .prev,
.pagination .next {
    background-color: #0378a5;
    color: #fff;
    display: inline-block;
    height: 52px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 0;
    width: 52px;
    z-index: 2;
}
.pagination .prev:before,
.pagination .next:before {
    font-size: 32px;
    height: 53px;
    line-height: 52px;
    position: relative;
    width: 53px;
}
.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus {
    background-color: #007acc;
    color: #fff;
}
.pagination .prev:focus,
.pagination .next:focus {
    outline: 0;
}
.pagination .prev {
    right: 54px;
}
.pagination .prev:before {
    content: "\f430";
    left: -1px;
    top: -1px;
}
.pagination .next {
    right: 0;
}
.pagination .next:before {
    content: "\f429";
    right: -1px;
    top: -1px;
}
.image-navigation,
.comment-navigation {
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    color: #686868;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.6153846154;
    margin: 0 7.6923% 2.1538461538em;
    padding: 1.0769230769em 0;
}
.comment-navigation {
    margin-right: 0;
    margin-left: 0;
}
.comments-title + .comment-navigation {
    border-bottom: 0;
    margin-bottom: 0;
}
.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty),
.comment-navigation .nav-previous:not(:empty),
.comment-navigation .nav-next:not(:empty) {
    display: inline-block;
}
.image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before,
.comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
    content: "\002f";
    display: inline-block;
    opacity: 0.7;
    padding: 0 0.538461538em;
}
/**
 * 7.0 - Accessibility
 */
/* Text meant only for screen readers */

.says,
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    /* many screen reader and browser combinations announce broken words as they would appear visually */

    word-wrap: normal !important;
}
/* must have higher specificity than alternative color schemes inline styles */

.site .skip-link {
    background-color: #f1f1f1;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
    color: #21759b;
    display: block;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 14px;
    font-weight: 700;
    left: -9999em;
    outline: none;
    padding: 15px 23px 14px;
    text-decoration: none;
    text-transform: none;
    top: -9999em;
}
.logged-in .site .skip-link {
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
    font-family: "Open Sans", sans-serif;
}
.site .skip-link:focus {
    clip: auto;
    height: auto;
    left: 6px;
    top: 7px;
    width: auto;
    z-index: 100000;
}
/**
 * 8.0 - Alignments
 */

.alignleft {
    float: left;
    margin: 0.375em 1.75em 1.75em 0;
}
.alignright {
    float: right;
    margin: 0.375em 0 1.75em 1.75em;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto 1.75em;
}
blockquote.alignleft {
    margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}
blockquote.alignright {
    margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}
blockquote.aligncenter {
    margin-bottom: 1.473684211em;
}
/**
 * 9.0 - Clearings
 */

.clear:before,
.clear:after,
blockquote:before,
blockquote:after,
.entry-content:before,
.entry-content:after,
.entry-summary:before,
.entry-summary:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-main > article:before,
.site-main > article:after,
.primary-menu:before,
.primary-menu:after,
.social-links-menu:before,
.social-links-menu:after,
.textwidget:before,
.textwidget:after,
.content-bottom-widgets:before,
.content-bottom-widgets:after {
    content: "";
    display: table;
}
.clear:after,
blockquote:after,
.entry-content:after,
.entry-summary:after,
.comment-content:after,
.site-content:after,
.site-main > article:after,
.primary-menu:after,
.social-links-menu:after,
.textwidget:after,
.content-bottom-widgets:after {
    clear: both;
}
/**
 * 10.0 - Widgets
 */

.widget {
    border-top: 4px solid #1a1a1a;
    margin-bottom: 3.5em;
    padding-top: 1.75em;
}
.widget-area >:last-child,
.widget >:last-child {
    margin-bottom: 0;
}
.widget .widget-title {
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 0.046875em;
    line-height: 1.3125;
    margin: 0 0 1.75em;
    text-transform: uppercase;
}
.widget .widget-title:empty {
    margin-bottom: 0;
}
.widget-title a {
    color: #1a1a1a;
}
/* Calendar widget */

.widget.widget_calendar table {
    margin: 0;
}
.widget_calendar td,
.widget_calendar th {
    line-height: 2.5625;
    padding: 0;
    text-align: center;
}
.widget_calendar caption {
    font-weight: 900;
    margin-bottom: 1.75em;
}
.widget_calendar tbody a {
    background-color: #007acc;
    color: #fff;
    display: block;
    font-weight: 700;
}
.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
    background-color: #686868;
    color: #fff;
}
/* Recent Posts widget */

.widget_recent_entries .post-date {
    color: #686868;
    display: block;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.615384615;
    margin-bottom: 0.538461538em;
}
.widget_recent_entries li:last-child .post-date {
    margin-bottom: 0;
}
/* RSS widget */

.widget_rss .rsswidget img {
    margin-top: -0.375em;
}
.widget_rss .rss-date,
.widget_rss cite {
    color: #686868;
    display: block;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 13px;
    font-size: 0.8125rem;
    font-style: normal;
    line-height: 1.615384615;
    margin-bottom: 0.538461538em;
}
.widget_rss .rssSummary:last-child {
    margin-bottom: 2.1538461538em;
}
.widget_rss li:last-child:last-child {
    margin-bottom: 0;
}
/* Tag Cloud widget */

.tagcloud a {
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    display: inline-block;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    line-height: 1;
    margin: 0 0.1875em 0.4375em 0;
    padding: 0.5625em 0.4375em 0.5em;
}
.tagcloud a:hover,
.tagcloud a:focus {
    border-color: #007acc;
    color: #007acc;
    outline: 0;
}
/**
 * 11.0 - Content
 */

.site {
    background-color: #fff;
}
.site-inner {
    margin: 0 auto;
    max-width: 1320px;
    position: relative;
}
.site-inner:after {
    content:'';
    display:table;
    width:100%;
    clear:both;
    height:0;
}
.site-content {
    word-wrap: break-word;
}
/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
    outline: 0;
}
.site-main {
    margin-bottom: 3.5em;
}
.site-main >:last-child {
    margin-bottom: 0;
}
.custom-logo-link {
    display: block;
}
.custom-logo {
    max-width: 180px;
}
.site-title {
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 23px;
    font-size: 1.4375rem;
    font-weight: 700;
    line-height: 1.2173913043;
    margin: 0;
}
.site-branding .site-title a {
    color: #1a1a1a;
}
.site-branding .site-title a:hover,
.site-branding .site-title a:focus {
    color: #007acc;
}
.wp-custom-logo .site-title {
    margin-top: 0.608695652em;
}
.site-description {
    color: #686868;
    display: none;
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.0769230769;
    margin: 0.538461538em 0 0;
}
.menu-toggle {
    background-color: transparent;
    border: 1px solid #d1d1d1;
    color: #1a1a1a;
    font-size: 13px;
    font-size: 0.8125rem;
    margin: 1.076923077em 0;
    padding: 0.769230769em;
}
.no-js .menu-toggle {
    display: none;
}
.menu-toggle:hover,
.menu-toggle:focus {
    background-color: transparent;
    border-color: #007acc;
    color: #007acc;
}
.menu-toggle.toggled-on,
.menu-toggle.toggled-on:hover,
.menu-toggle.toggled-on:focus {
    background-color: #1a1a1a;
    border-color: #1a1a1a;
    color: #fff;
}
.menu-toggle:focus {
    outline: 0;
}
.menu-toggle.toggled-on:focus {
    outline: thin dotted;
}
.header-image {
    clear: both;
    margin: 0.875em 0;
}
.header-image a {
    display: block;
}
.header-image a:hover img,
.header-image a:focus img {
    opacity: 0.85;
}
/**
 * 11.2 - Posts and pages
 */

.site-main > article {
    margin-bottom: 3.5em;
    position: relative;
}
.entry-header,
.entry-summary,
.entry-content,
.entry-footer,
.page-content {
    margin-right: 15px;
    margin-left: 15px;
}
.entry-title {
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 1em;
}
.entry-title a {
    color: #1a1a1a;
}
.search .entry-title a {
    color: #2188b7;
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 5px;
    font-weight: normal;
}
.search .entry-title {
    line-height: 0.8;
    margin-bottom: 20px;
}
.entry-title a:hover,
.entry-title a:focus {
    color: #007acc;
}
.no-results.not-found {
    margin-top: 20px;
}
.post-thumbnail {
    display: block;
    margin: 0 7.6923% 1.75em;
}
.post-thumbnail img {
    display: block;
}
.no-sidebar .post-thumbnail img {
    margin: 0 auto;
}
a.post-thumbnail:hover,
a.post-thumbnail:focus {
    opacity: 0.85;
}
.entry-content,
.entry-summary {
    border-color: #d1d1d1;
}
.entry-content h1,
.entry-summary h1,
.comment-content h1,
.textwidget h1 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.25;
    margin-top: 2em;
    margin-bottom: 1em;
}
.entry-content h2,
.entry-summary h2,
.comment-content h2,
.textwidget h2 {
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 1.2173913043;
    margin-top: 2.4347826087em;
    margin-bottom: 1.2173913043em;
}
.entry-content h3,
.entry-summary h3,
.comment-content h3,
.textwidget h3 {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.1052631579;
    margin-top: 2.9473684211em;
    margin-bottom: 1.4736842105em;
}
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.textwidget h4,
.textwidget h5,
.textwidget h6 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.3125;
    margin-top: 3.5em;
    margin-bottom: 1.75em;
}
.entry-content h4,
.entry-summary h4,
.comment-content h4,
.textwidget h4 {
    letter-spacing: 0.140625em;
    text-transform: uppercase;
}
.entry-content h6,
.entry-summary h6,
.comment-content h6,
.textwidget h6 {
    font-style: italic;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h1,
.entry-summary h2,
.entry-summary h3,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.textwidget h1,
.textwidget h2,
.textwidget h3,
.textwidget h4,
.textwidget h5,
.textwidget h6 {
    font-weight: 900;
}
.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-content h6:first-child,
.entry-summary h1:first-child,
.entry-summary h2:first-child,
.entry-summary h3:first-child,
.entry-summary h4:first-child,
.entry-summary h5:first-child,
.entry-summary h6:first-child,
.comment-content h1:first-child,
.comment-content h2:first-child,
.comment-content h3:first-child,
.comment-content h4:first-child,
.comment-content h5:first-child,
.comment-content h6:first-child,
.textwidget h1:first-child,
.textwidget h2:first-child,
.textwidget h3:first-child,
.textwidget h4:first-child,
.textwidget h5:first-child,
.textwidget h6:first-child {
    margin-top: 0;
}
.post-navigation .post-title,
.entry-title,
.comments-title {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
body:not(.search-results) .entry-summary {
    color: #686868;
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.4736842105;
    margin-bottom: 1.4736842105em;
}
body:not(.search-results) .entry-header + .entry-summary {
    margin-top: -0.736842105em;
}
body:not(.search-results) .entry-summary p,
body:not(.search-results) .entry-summary address,
body:not(.search-results) .entry-summary hr,
body:not(.search-results) .entry-summary ul,
body:not(.search-results) .entry-summary ol,
body:not(.search-results) .entry-summary dl,
body:not(.search-results) .entry-summary dd,
body:not(.search-results) .entry-summary table {
    margin-bottom: 1.4736842105em;
}
body:not(.search-results) .entry-summary li > ul,
body:not(.search-results) .entry-summary li > ol {
    margin-bottom: 0;
}
body:not(.search-results) .entry-summary th,
body:not(.search-results) .entry-summary td {
    padding: 0.3684210526em;
}
body:not(.search-results) .entry-summary fieldset {
    margin-bottom: 1.4736842105em;
    padding: 0.3684210526em;
}
body:not(.search-results) .entry-summary blockquote {
    border-color: currentColor;
}
body:not(.search-results) .entry-summary blockquote >:last-child {
    margin-bottom: 0;
}
body:not(.search-results) .entry-summary .alignleft {
    margin: 0.2631578947em 1.4736842105em 1.4736842105em 0;
}
body:not(.search-results) .entry-summary .alignright {
    margin: 0.2631578947em 0 1.4736842105em 1.4736842105em;
}
body:not(.search-results) .entry-summary .aligncenter {
    margin-bottom: 1.4736842105em;
}
.entry-content >:last-child,
.entry-summary >:last-child,
body:not(.search-results) .entry-summary >:last-child,
.page-content >:last-child,
.comment-content >:last-child,
.textwidget >:last-child {
    margin-bottom: 0;
}
.more-link {
    white-space: nowrap;
}
.search .more-link {
    color: #980747;
}
.search .more-link:hover {
    color: #68d8f8;
}
.author-info {
    border-color: inherit;
    border-style: solid;
    border-width: 1px 0 1px 0;
    clear: both;
    padding-top: 1.75em;
    padding-bottom: 1.75em;
}
.author-avatar .avatar {
    float: left;
    height: 42px;
    margin: 0 1.75em 1.75em 0;
    width: 42px;
}
.author-description >:last-child {
    margin-bottom: 0;
}
.entry-content .author-title {
    clear: none;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 900;
    line-height: 1.75;
    margin: 0;
}
.author-bio {
    color: #686868;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.6153846154;
    margin-bottom: 1.6153846154em;
    overflow: hidden;
}
.author-link {
    white-space: nowrap;
}
.entry-footer {
    color: #686868;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.6153846154;
    margin-top: 2.1538461538em;
}
.entry-footer:empty {
    margin: 0;
}
.entry-footer a {
    color: #686868;
}
.entry-footer a:hover,
.entry-footer a:focus {
    color: #007acc;
}
.entry-footer > span:not(:last-child):after {
    content: "\002f";
    display: inline-block;
    opacity: 0.7;
    padding: 0 0.538461538em;
}
.entry-footer .avatar {
    height: 21px;
    margin: -0.1538461538em 0.5384615385em 0 0;
    width: 21px;
}
.sticky-post {
    color: #686868;
    display: block;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 13px;
    font-size: 0.8125rem;
    letter-spacing: 0.076923077em;
    line-height: 1.6153846154;
    margin-bottom: 0.5384615385em;
    text-transform: uppercase;
}
/**
 * IE8 and earlier will drop any block with CSS3 selectors.
 * Do not combine these styles with the next block.
 */

.updated:not(.published) {
    display: none;
}
.sticky .posted-on,
.byline {
    display: none;
}
.single .byline,
.group-blog .byline {
    display: inline;
}
.page-header {
    border-top: 4px solid #1a1a1a;
    margin: 0 7.6923% 3.5em;
    padding-top: 1.75em;
}
body.error404 .page-header,
body.search-no-results .page-header {
    border-top: 0;
    padding-top: 0;
}
.page-title {
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 1.2173913043;
}
.taxonomy-description {
    color: #686868;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.6153846154;
}
.taxonomy-description p {
    margin: 0.5384615385em 0 1.6153846154em;
}
.taxonomy-description >:last-child {
    margin-bottom: 0;
}
.page-links {
    clear: both;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    margin: 0 0 1.75em;
}
.page-links a,
.page-links > span {
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    display: inline-block;
    font-size: 13px;
    font-size: 0.8125rem;
    height: 1.8461538462em;
    line-height: 1.6923076923em;
    margin-right: 0.3076923077em;
    text-align: center;
    width: 1.8461538462em;
}
.page-links a {
    background-color: #1a1a1a;
    border-color: #1a1a1a;
    color: #fff;
}
.page-links a:hover,
.page-links a:focus {
    background-color: #007acc;
    border-color: transparent;
    color: #fff;
}
.page-links > .page-links-title {
    border: 0;
    color: #1a1a1a;
    height: auto;
    margin: 0;
    padding-right: 0.6153846154em;
    width: auto;
}
.entry-attachment {
    margin-bottom: 1.75em;
}
.entry-caption {
    color: #686868;
    font-size: 13px;
    font-size: 0.8125rem;
    font-style: italic;
    line-height: 1.6153846154;
    padding-top: 1.0769230769em;
}
.entry-caption >:last-child {
    margin-bottom: 0;
}
.content-bottom-widgets {
    margin: 0 7.6923%;
}
.content-bottom-widgets .widget-area {
    margin-bottom: 3.5em;
}
/**
 * 11.3 - Post Formats
 */

.format-aside .entry-title,
.format-image .entry-title,
.format-video .entry-title,
.format-quote .entry-title,
.format-gallery .entry-title,
.format-status .entry-title,
.format-link .entry-title,
.format-audio .entry-title,
.format-chat .entry-title {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.473684211;
    margin-bottom: 1.473684211em;
}
.blog .format-status .entry-title,
.archive .format-status .entry-title {
    display: none;
}
/**
 * 11.4 - Comments
 */

.comments-area {
    margin: 0 7.6923% 3.5em;
}
.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
    padding-top: 1.75em;
}
.comments-title,
.comment-reply-title {
    border-top: 4px solid #1a1a1a;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 23px;
    font-size: 1.4375rem;
    font-weight: 700;
    line-height: 1.3125;
    padding-top: 1.217391304em;
}
.comments-title {
    margin-bottom: 1.217391304em;
}
.comment-list {
    list-style: none;
    margin: 0;
}
.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
    /**border-top: 1px solid #d1d1d1;**/

    border-top: 0px;
    padding: 1.75em 0;
}
.comment-list .children {
    list-style: none;
    margin: 0;
}
.comment-list .children > li {
    padding-left: 0.875em;
}
.comment-author {
    color: #1a1a1a;
    margin-bottom: 0.4375em;
}
.comment-author .avatar {
    float: left;
    height: 28px;
    margin-right: 0.875em;
    position: relative;
    width: 28px;
}
.bypostauthor > article .fn:after {
    content: "\f304";
    left: 3px;
    position: relative;
    top: 5px;
}
.comment-metadata,
.pingback .edit-link {
    color: #686868;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.6153846154;
}
.comment-metadata {
    margin-bottom: 2.1538461538em;
}
.comment-metadata a,
.pingback .comment-edit-link {
    color: #686868;
}
.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .comment-edit-link:hover,
.pingback .comment-edit-link:focus {
    color: #007acc;
}
.comment-metadata .edit-link,
.pingback .edit-link {
    display: inline-block;
}
.comment-metadata .edit-link:before,
.pingback .edit-link:before {
    content: "\002f";
    display: inline-block;
    opacity: 0.7;
    padding: 0 0.538461538em;
}
.comment-content ul,
.comment-content ol {
    margin: 0 0 1.5em 1.25em;
}
.comment-content li > ul,
.comment-content li > ol {
    margin-bottom: 0;
}
.comment-reply-link {
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    color: #007acc;
    display: inline-block;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1;
    margin-top: 2.1538461538em;
    padding: 0.5384615385em 0.5384615385em 0.4615384615em;
}
.comment-reply-link:hover,
.comment-reply-link:focus {
    border-color: currentColor;
    color: #007acc;
    outline: 0;
}
.comment-form {
    padding-top: 1.75em;
}
.comment-form label {
    color: #686868;
    display: block;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 13px;
    font-size: 0.8125rem;
    letter-spacing: 0.076923077em;
    line-height: 1.6153846154;
    margin-bottom: 0.5384615385em;
    /*text-transform: capitalize;*/
}
.comment-form label span.required {
    text-transform: none;
    color: #686868;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
}
.comment-list .comment-form {
    padding-bottom: 1.75em;
}
.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
    color: #686868;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.6153846154;
    margin-bottom: 2.1538461538em;
}
.no-comments {
    border-top: 1px solid #d1d1d1;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-weight: 700;
    margin: 0;
    padding-top: 1.75em;
}
.comment-navigation + .no-comments {
    border-top: 0;
    padding-top: 0;
}
.form-allowed-tags code {
    font-family: Inconsolata, monospace;
}
.form-submit {
    margin-bottom: 0;
}
.required {
    color: #007acc;
    font-family: Merriweather, Georgia, serif;
}
.comment-reply-title small {
    font-size: 100%;
}
.comment-reply-title small a {
    border: 0;
    float: right;
    height: 32px;
    overflow: hidden;
    width: 26px;
}
.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
    color: #1a1a1a;
}
.comment-reply-title small a:before {
    content: "\f405";
    font-size: 32px;
    position: relative;
    top: -5px;
}
/**
 * 11.5 - Sidebar
 */

.sidebar {
    margin-bottom: 3.5em;
    padding: 0 7.6923%;
}
/**
 * 11.6 - Footer
 */

.site-footer {
    padding: 0 7.6923% 1.75em;
}
.site-info {
    color: #686868;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.6153846154;
}
.site-info a {
    color: #686868;
}
.site-info a:hover,
.site-info a:focus {
    color: #007acc;
}
.site-footer .site-title {
    font-family: inherit;
    font-size: inherit;
    font-weight: 400;
}
.site-footer .site-title:after {
    content: "\002f";
    display: inline-block;
    font-family: Montserrat, sans-serif;
    opacity: 0.7;
    padding: 0 0.307692308em 0 0.538461538em;
}
/******changes code*********/
.entry-content p {
    /*white-space:break-spaces;*/
    word-break:break-word;
}
.press-release-posts .entry-content p:nth-of-type(1) {
    margin-top: -7px;
}
.main-staff-right p:nth-of-type(1) {
    line-height: 1.4;
        margin-bottom: 25px;
}
/******changes code*********/
/**
 * 12.0 - Media
 */

.site .avatar {
    border-radius: 50%;
}
.entry-content .wp-smiley,
.entry-summary .wp-smiley,
.comment-content .wp-smiley,
.textwidget .wp-smiley {
    border: none;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}
.entry-content a img,
.entry-summary a img,
.comment-content a img,
.textwidget a img {
    display: block;
}
/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object,
video {
    margin-bottom: 1.75em;
    max-width: 100%;
    vertical-align: middle;
}
p > embed,
p > iframe,
p > object,
p > video {
    margin-bottom: 0;
}
.entry-content .wp-audio-shortcode a,
.entry-content .wp-playlist a {
    box-shadow: none;
}
.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
    margin-top: 0;
    margin-bottom: 1.75em;
}
.wp-playlist.wp-audio-playlist {
    padding-bottom: 0;
}
.wp-playlist .wp-playlist-tracks {
    margin-top: 0;
}
.wp-playlist-item .wp-playlist-caption {
    border-bottom: 0;
    padding: 0.7142857143em 0;
}
.wp-playlist-item .wp-playlist-item-length {
    top: 0.7142857143em;
}
/**
 * 12.1 - Captions
 */

.wp-caption {
    margin-bottom: 1.75em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0;
}
.wp-caption .wp-caption-text {
    color: #686868;
    font-size: 13px;
    font-size: 0.8125rem;
    font-style: italic;
    line-height: 1.6153846154;
    padding-top: 0.5384615385em;
}
/**
 * 12.2 - Galleries
 */

.gallery {
    margin: 0 -1.1666667% 1.75em;
}
.gallery-item {
    display: inline-block;
    max-width: 33.33%;
    padding: 0 1.1400652% 2.2801304%;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.gallery-columns-1 .gallery-item {
    max-width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.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-icon img {
    margin: 0 auto;
}
.gallery-caption {
    color: #686868;
    display: block;
    font-size: 13px;
    font-size: 0.8125rem;
    font-style: italic;
    line-height: 1.6153846154;
    padding-top: 0.5384615385em;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}
/**
 * 13.0 - Multisites
 */

.widecolumn {
    margin-bottom: 3.5em;
    padding: 0 7.6923%;
}
.widecolumn .mu_register {
    width: auto;
}
.widecolumn .mu_register .mu_alert {
    background: transparent;
    border-color: #d1d1d1;
    color: inherit;
    margin-bottom: 3.5em;
    padding: 1.75em;
}
.widecolumn form,
.widecolumn .mu_register form {
    margin-top: 0;
}
.widecolumn h2 {
    font-size: 23px;
    font-size: 1.4375rem;
    font-weight: 900;
    line-height: 1.2173913043;
    margin-bottom: 1.2173913043em;
}
.widecolumn p {
    margin: 1.75em 0;
}
.widecolumn p + h2 {
    margin-top: 2.4347826087em;
}
.widecolumn label,
.widecolumn .mu_register label {
    color: #686868;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 400;
    letter-spacing: 0.076923077em;
    line-height: 1.6153846154;
    text-transform: uppercase;
}
.widecolumn .mu_register label {
    margin: 2.1538461538em 0.7692307692em 0.5384615385em 0;
}
.widecolumn .mu_register label strong {
    font-weight: 400;
}
.widecolumn #key,
.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #blogname,
.widecolumn .mu_register #user_name {
    font-size: 16px;
    font-size: 1rem;
    width: 100%;
}
.widecolumn .mu_register #blogname {
    margin: 0;
}
.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #user_name {
    margin: 0 0 0.375em;
}
.widecolumn #submit,
.widecolumn .mu_register input[type="submit"] {
    font-size: 16px;
    font-size: 1rem;
    margin: 0;
    width: auto;
}
.widecolumn .mu_register .prefix_address,
.widecolumn .mu_register .suffix_address {
    font-size: inherit;
}
.widecolumn .mu_register >:last-child,
.widecolumn form >:last-child {
    margin-bottom: 0;
}
/*********main-staff-alternet*******/

.main-staff-alternet {
    width: 100%;
    display: inline-block;
}
.entry-content.pagedefaultspacebtm {
    width: 100%;
    display: inline-block;
}
.main-staff-left {
    width: 35%;
    float: left;
    position: relative;
}
.main-staff-left img.over-img {
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.main-staff-left:hover img.over-img {
    opacity: 1;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.main-staff-right {
    width: 65%;
    float: right;
    padding-left: 30px;
}
.main-staff-right h4 {
    font-size: 28px !important;
    margin-top: -5px !important;
    margin-bottom: 10px !important;
    letter-spacing: 0em !important;
}
.page-id-266 .pagedefaultspacebtm {
    padding-bottom: 0px;
}
.main-staff-right span {
    color: #727272;
    width: 100%;
    display: inline-block;
}
.white-staff .main-staff-left {
    float: right;
}
.white-staff .main-staff-right {
    float: left;
    padding-left: 0px;
    padding-right: 30px;
}
.white-staff {
    padding: 30px 0px;
}
.bluebgsecafter.main-staff-alternet {
    margin-bottom: 0px;
}
.page-content-in p:last-child {
    margin-bottom: 0px;
}
/*********main-staff-alternet*******/
/******upcomming events***********/

.upcoming-events-div {
    padding: 0px 15px;
    width: 100%;
    display: inline-block;
    margin-top: 15px;
}
.maindivrow.officers-outer .colsec4 {
    margin: 3px 0px;
}
.pagedefaultspacebtm .colsec4 {
    margin: 5px 0px;
}
.pagedefaultspacebtm .colsec4 p {
    margin-bottom: 8px;
}
#postidsec32333 h3 {
    display: none;
}
.maindivrow.officers-outer p {
    margin-bottom: 0px;
}
.bottom-user-img img {
    max-width: 250px;
}
.pagedefaultspacebtm .maindivrow:nth-of-type(5) .colsec4 {
    margin: 0px;
}
/******upcomming events***********/

.leadership-content .maindivrow p {
    line-height: 1.5;
}
body.page-id-264 .pagedefaultspacebtm .colsec4 {
    margin: 1px 0px !important;
}
.leadership-content .maindivrow h5 {
    margin-top: 10px;
}
.leadership-content .maindivrow .colsec4 {
    line-height: 1.4;
    margin: 0px;
}
.leadership-content .maindivrow2 .colsec44 {
    line-height: 1.4;
    margin: 15px 0px;
}
.leadership-content .maindivrow2 .colsec44 h5 {
    margin-top: 20px;
}
.leadership-content .maindivrow2 h5 {
    margin-top: 10px;
}
.maindivrow2 .maindivrow .colsec4 {
    margin: 5px 0px;
}
.leadership-content .maindivrow .colsec4 {
    margin: 7px 0px;
}


/**************************/
.residents-m-outer .colsec44 {
    margin-top: 6px !important;
}
.residents-m-outer h5 {
    margin-top: 20px;
}
.emeritus-tru-section .colsec4 {
    line-height: 1.7 !important;
}
.foundation-staff-footer .colsec4:first-child {
    width: 34%;
}
.foundation-staff-footer .colsec4:last-child {
    width: 32%;
}
.foundation-staff-footer h5 {
    margin-bottom: 6px !important;
}
h3.foundation-s-head {
    margin-bottom: -6px !important;
}

hr.orange-hr.m-top {
    margin-top: 30px;
}

p.online-clas {
    margin-bottom: 0px !important;
}
ul.what-you-space {
    margin-bottom: 0px !important;
    padding-bottom: 18px !important;
}
.upcoming-events-div.new-uppp .colsec4.post-data {
    padding-left: 0px;
    margin-top: 0px;
}

.width-full
{
    width: 100%;
    display: inline-block;
}
.archive-division {
    width: 25%;
    display: inline-block;
    margin: 0px -2px;
    vertical-align: top;
}
.page-content-in .archive-list-outer ul li::before {
    content: "\f111";
    font-family: FontAwesome;
    width: auto;
    background: transparent;
    height: auto;
    top: 10px;
    left: -14px;
    font-size: 7px;
}


/**
 * 14.0 - Media Queries
 */
/**
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */

@-ms-viewport {
    width: device-width;
}
@viewport {
    width: device-width;
}
/**
 * 14.1 - >= 710px
 */

@media screen and (min-width: 44.375em) {
    .menu-toggle {
        font-size: 16px;
        font-size: 1.0rem;
        margin: 1.3125em 0;
        padding: 0.8125em 0.875em 0.6875em;
    }
    .site-header .main-navigation + .social-navigation {
        margin-top: 2.625em;
    }
    .header-image {
        margin: 1.3125em 0;
    }
    .pagination {
        margin: 0 23.0769% 4.421052632em 7.6923%
    }
    .post-navigation {
        margin-bottom: 5.25em;
    }
    .post-navigation .post-title {
        font-size: 28px;
        font-size: 1.75rem;
        line-height: 1.25;
    }
    /* restore screen-reader-text */

    .pagination .current .screen-reader-text {
        position: absolute !important;
    }
    .pagination .page-numbers {
        display: inline-block;
    }
    .site-main > article {
        margin-bottom: 5.25em;
    }
    /*    .entry-header,
        .post-thumbnail,
        .entry-content,
        .entry-summary,
        .entry-footer,
        .comments-area,
        .image-navigation,
        .post-navigation,
        .page-header,
        .page-content,
        .content-bottom-widgets {
            margin-right: 23.0769%;
        }*/
        .full-width-page {
            float:none !important;
        }
    .full-width-page .entry-content,
    .full-width-page .entry-header {
        margin: 0;
    }
    .inner-hero .post-thumbnail {
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
    }
    .entry-title {
        font-size: 33px;
        font-size: 2.0625rem;
        line-height: 1.2727272727;
        margin-bottom: 0.8484848485em;
    }
    .entry-content blockquote.alignleft,
    .entry-content blockquote.alignright {
        border-width: 4px 0 0 0;
        padding: 0.9473684211em 0 0;
        width: -webkit-calc(50% - 0.736842105em);
        width: calc(50% - 0.736842105em);
    }
    .entry-content blockquote:not(.alignleft):not(.alignright),
    .entry-summary blockquote,
    .comment-content blockquote {
        margin-left: -1.473684211em;
    }
    .entry-content blockquote blockquote:not(.alignleft):not(.alignright),
    .entry-summary blockquote blockquote,
    .comment-content blockquote blockquote {
        margin-left: 0;
    }
    .entry-content ul,
    .entry-summary ul,
    .comment-content ul,
    .entry-content ol,
    .entry-summary ol,
    .comment-content ol {
        margin-left: 0;
    }
    .entry-content li > ul,
    .entry-summary li > ul,
    .comment-content li > ul,
    .entry-content blockquote > ul,
    .entry-summary blockquote > ul,
    .comment-content blockquote > ul {
        margin-left: 1.25em;
    }
    .entry-content li > ol,
    .entry-summary li > ol,
    .comment-content li > ol,
    .entry-content blockquote > ol,
    .entry-summary blockquote > ol,
    .comment-content blockquote > ol {
        margin-left: 1.5em;
    }
    .comment-author {
        margin-bottom: 0;
    }
    .comment-author .avatar {
        height: 42px;
        position: relative;
        top: 0.25em;
        width: 42px;
    }
    .comment-list .children > li {
        padding-left: 1.75em;
    }
    .comment-list + .comment-respond,
    .comment-navigation + .comment-respond {
        padding-top: 3.5em;
    }
    .comments-area,
    .widget,
    .content-bottom-widgets .widget-area {
        margin-bottom: 5.25em;
    }
    .sidebar,
    .widecolumn {
        margin-bottom: 5.25em;
        padding-right: 23.0769%;
    }
    body:not(.search-results) .entry-summary li > ul,
    body:not(.search-results) .entry-summary blockquote > ul {
        margin-left: 1.157894737em;
    }
    body:not(.search-results) .entry-summary li > ol,
    body:not(.search-results) .entry-summary blockquote > ol {
        margin-left: 1.473684211em;
    }
}
@media screen and (min-width: 56.875em) {
    .site-header {
        padding-right: 4.5455%;
        padding-left: 4.5455%;
    }
    .site-header-main {
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .wp-custom-logo .site-header-main {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .site-header-menu {
        display: block;
    }
    .main-navigation .primary-menu,
    .main-navigation .primary-menu > li {
        border: 0;
    }
    .main-navigation .primary-menu > li {
        float: left;
    }
    .main-navigation ul ul {
        border-bottom: 1px solid #d1d1d1;
        display: block;
        left: -999em;
        margin: 0;
        position: absolute;
        z-index: 99999;
    }
    .main-navigation ul ul ul {
        top: -1px;
    }
    .main-navigation ul ul ul:before,
    .main-navigation ul ul ul:after {
        border: 0;
    }
    .main-navigation ul ul li {
        background-color: #fff;
        border: 1px solid #d1d1d1;
        border-bottom-width: 0;
    }
    .main-navigation ul ul a {
        white-space: normal;
        width: 12.6875em;
    }
    .main-navigation ul ul:before,
    .main-navigation ul ul:after {
        border-style: solid;
        content: "";
        position: absolute;
    }
    .main-navigation ul ul:after {
        border-color: #fff transparent;
        border-width: 0 8px 8px;
        right: 11px;
        top: -7px;
    }
    .main-navigation li:hover > ul,
    .main-navigation li.focus > ul {
        left: auto;
        right: 0;
    }
    .main-navigation ul ul li:hover > ul,
    .main-navigation ul ul li.focus > ul {
        left: auto;
        right: 100%;
    }
    .main-navigation .menu-item-has-children > a {
        margin: 0;
        padding-right: 2.25em;
    }
    .main-navigation .menu-item-has-children > a:after {
        content: "\f431";
        position: absolute;
        right: 0.625em;
        top: 0.8125em;
    }
    .main-navigation ul ul .menu-item-has-children > a {
        padding-right: 2.0625em;
    }
    .main-navigation ul ul .menu-item-has-children > a:after {
        right: 0.5625em;
        top: 0.875em;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .dropdown-toggle,
    .main-navigation ul .dropdown-toggle.toggled-on,
    .menu-toggle,
    .site-header .social-navigation,
    .site-footer .main-navigation {
        display: none;
    }
    .entry-header,
    .post-thumbnail,
    .entry-content,
    .entry-summary,
    .entry-footer,
    .comments-area,
    .image-navigation,
    .post-navigation,
    .pagination,
    .page-header,
    .page-content,
    .content-bottom-widgets {
        margin-right: 0;
        margin-left: 0;
    }
    .sidebar {
        float: left;
        margin-left: 75%;
        padding: 0;
        width: 25%;
    }
    .widget {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 1.6153846154;
        margin-bottom: 3.230769231em;
        padding-top: 1.615384615em;
    }
    .widget .widget-title {
        margin-bottom: 1.3125em;
    }
    .widget p,
    .widget address,
    .widget hr,
    .widget ul,
    .widget ol,
    .widget dl,
    .widget dd,
    .widget table {
        margin-bottom: 1.6153846154em;
    }
    .widget li > ul,
    .widget li > ol {
        margin-bottom: 0;
    }
    .widget blockquote {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.3125;
        margin-bottom: 1.3125em;
        padding-left: 1.0625em;
    }
    .widget blockquote cite,
    .widget blockquote small {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 1.6153846154;
    }
    .widget th,
    .widget td {
        padding: 0.5384615385em;
    }
    .widget pre {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 1.6153846154;
        margin-bottom: 1.6153846154em;
        padding: 0.5384615385em;
    }
    .widget fieldset {
        margin-bottom: 1.6153846154em;
        padding: 0.5384615385em;
    }
    .widget button,
    .widget input,
    .widget select,
    .widget textarea {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 1.6153846154;
    }
    .widget button,
    .widget input[type="button"],
    .widget input[type="reset"],
    .widget input[type="submit"] {
        line-height: 1;
        padding: 0.846153846em;
    }
    .widget input[type="date"],
    .widget input[type="time"],
    .widget input[type="datetime-local"],
    .widget input[type="week"],
    .widget input[type="month"],
    .widget input[type="text"],
    .widget input[type="email"],
    .widget input[type="url"],
    .widget input[type="password"],
    .widget input[type="search"],
    .widget input[type="tel"],
    .widget input[type="number"],
    .widget textarea {
        padding: 0.4615384615em 0.5384615385em;
    }
    .widget h1 {
        font-size: 23px;
        font-size: 1.4375rem;
        line-height: 1.2173913043;
        margin-bottom: 0.9130434783em;
    }
    .widget h2 {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.1052631579;
        margin-bottom: 1.1052631579em;
    }
    .widget h3 {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.3125;
        margin-bottom: 1.3125em;
    }
    .widget h4,
    .widget h5,
    .widget h6 {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 1.6153846154;
        margin-bottom: 0.9130434783em;
    }
    .widget .alignleft {
        margin: 0.2307692308em 1.6153846154em 1.6153846154em 0;
    }
    .widget .alignright {
        margin: 0.2307692308em 0 1.6153846154em 1.6153846154em;
    }
    .widget .aligncenter {
        margin-bottom: 1.6153846154em;
    }
    .widget_calendar td,
    .widget_calendar th {
        line-height: 2.6923076923;
        padding: 0;
    }
    .widget_rss .rssSummary:last-child {
        margin-bottom: 1.615384615em;
    }
    .widget input[type="search"].search-field {
        width: -webkit-calc(100% - 35px);
        width: calc(100% - 35px);
    }
    .widget .search-submit:before {
        font-size: 16px;
        left: 1px;
        line-height: 35px;
        width: 34px;
    }
    .widget button.search-submit {
        padding: 0;
        width: 35px;
    }
    .tagcloud a {
        margin: 0 0.2307692308em 0.5384615385em 0;
        padding: 0.5384615385em 0.4615384615em 0.4615384615em;
    }
    .textwidget h1 {
        margin-top: 1.8260869565em;
    }
    .textwidget h2 {
        margin-top: 2.2105263158em;
    }
    .textwidget h3 {
        margin-top: 2.625em;
    }
    .textwidget h4 {
        letter-spacing: 0.153846154em;
    }
    .textwidget h4,
    .textwidget h5,
    .textwidget h6 {
        margin-top: 3.2307692308em;
    }
    .content-bottom-widgets .widget-area:nth-child(1):nth-last-child(2),
    .content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1) {
        float: left;
        margin-right: 7.1428571%;
        width: 46.42857145%;
    }
    .content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1):last-of-type {
        margin-right: 0;
    }
    .no-sidebar .content-area {
        float: none;
        margin: 0;
        width: 100%;
    }
    .no-sidebar .entry-header,
    .no-sidebar .entry-content,
    .no-sidebar .entry-summary,
    .no-sidebar .entry-footer,
    .no-sidebar .comments-area,
    .no-sidebar .image-navigation,
    .no-sidebar .post-navigation,
    .no-sidebar .pagination,
    .no-sidebar .page-header,
    .no-sidebar .page-content,
    .no-sidebar .content-bottom-widgets {
        margin-right: 15%;
        margin-left: 15%;
    }
    .widecolumn {
        padding-right: 15%;
        padding-left: 15%;
    }
}
/**
 * 14.4 - >= 985px
 */

@media screen and (min-width: 61.5625em) {
    .image-navigation {
        margin-bottom: 3.230769231em;
    }
    .post-navigation {
        margin-bottom: 7.0em;
    }
    .pagination {
        margin-bottom: 5.894736842em;
    }
    .widget {
        margin-bottom: 4.307692308em;
    }
    .site-main > article {
        margin-bottom: 7.0em;
    }
    .entry-title {
        font-size: 40px;
        font-size: 2.5rem;
        line-height: 1.225;
        margin-bottom: 1.05em;
    }
    .format-aside .entry-title,
    .format-image .entry-title,
    .format-video .entry-title,
    .format-quote .entry-title,
    .format-gallery .entry-title,
    .format-status .entry-title,
    .format-link .entry-title,
    .format-audio .entry-title,
    .format-chat .entry-title {
        font-size: 23px;
        font-size: 1.4375em;
        line-height: 1.304347826;
        margin-bottom: 1.826086957em;
    }
    .post-thumbnail {
        margin-bottom: 2.625em;
    }
    .entry-content h1,
    .entry-summary h1,
    .comment-content h1 {
        font-size: 33px;
        font-size: 2.0625rem;
        line-height: 1.2727272727;
        margin-top: 1.696969697em;
        margin-bottom: 0.8484848485em;
    }
    .entry-content h2,
    .entry-summary h2,
    .comment-content h2 {
        font-size: 28px;
        font-size: 1.75rem;
        line-height: 1.25;
        margin-top: 2em;
        margin-bottom: 1em;
    }
    .entry-content h3,
    .entry-summary h3,
    .comment-content h3 {
        font-size: 23px;
        line-height: 1.5;
        margin-top: 15px;
        margin-bottom: 5px;
    }
    .entry-content h4,
    .entry-summary h4,
    .entry-intro h4,
    .comment-content h4 {
        letter-spacing: 0.131578947em;
    }
    .entry-content h4,
    .entry-content h5,
    .entry-content h6,
    .entry-summary h4,
    .entry-summary h5,
    .entry-summary h6,
    .comment-content h4,
    .comment-content h5,
    .comment-content h6 {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.1052631579;
        margin-top: 2.9473684211em;
        margin-bottom: 1.473684211em;
    }
    .author-info {
        border-bottom-width: 0;
        padding-bottom: 0;
    }
    .comment-list + .comment-respond,
    .comment-navigation + .comment-respond {
        padding-top: 5.25em;
    }
    .comments-area,
    .sidebar,
    .content-bottom-widgets .widget-area,
    .widecolumn {
        margin-bottom: 7.0em;
    }
    body:not(.search-results) .entry-summary {
        margin-bottom: 2.210526316em;
    }
    body:not(.search-results) .entry-header + .entry-summary {
        margin-top: -1.105263158em;
    }
    body:not(.search-results) article:not(.type-page) .entry-content > blockquote.alignleft.below-entry-meta {
        margin-left: -40%;
        width: -webkit-calc(60% - 1.4736842105em);
        width: calc(60% - 1.4736842105em);
    }
    body:not(.search-results) article:not(.type-page) img.below-entry-meta,
    body:not(.search-results) article:not(.type-page) figure.below-entry-meta {
        clear: both;
        display: block;
        float: none;
        margin-right: 0;
        margin-left: -40%;
        max-width: 140%;
    }
    body:not(.search-results) article:not(.type-page) figure.below-entry-meta img.below-entry-meta,
    body:not(.search-results) article:not(.type-page) table figure.below-entry-meta,
    body:not(.search-results) article:not(.type-page) table img.below-entry-meta {
        margin: 0;
        max-width: 100%;
    }
    body:not(.search-results) article:not(.type-page) .entry-footer {
        float: left;
        margin-top: 0.1538461538em;
        width: 21.42857143%;
    }
    body:not(.search-results) article:not(.type-page) .entry-footer > span:not(:last-child):after {
        display: none;
    }
    .single .byline,
    .full-size-link,
    body:not(.search-results).group-blog .byline,
    body:not(.search-results) .entry-format,
    body:not(.search-results) .cat-links,
    body:not(.search-results) .tags-links,
    body:not(.search-results) article:not(.sticky) .posted-on,
    body:not(.search-results) article:not(.type-page) .comments-link,
    body:not(.search-results) article:not(.type-page) .entry-footer .edit-link {
        display: block;
        margin-bottom: 0.5384615385em;
    }
    body:not(.search-results) article:not(.type-page) .entry-footer > span:last-child {
        margin-bottom: 0;
    }
    body:not(.search-results) article:not(.type-page) .entry-footer .avatar {
        display: block;
        height: auto;
        margin: 0 0 0.5384615385em;
        width: 49px;
    }
    body.no-sidebar:not(.search-results) article:not(.type-page) .entry-content {
        float: left;
        margin-right: -100%;
        margin-left: 34.99999999%;
        width: 50.00000001%;
    }
    body.no-sidebar:not(.search-results) article:not(.type-page) .entry-footer {
        margin-right: -100%;
        margin-left: 15%;
        width: 15%;
    }
}
/**
 * 14.5 - >= 1200px
 */

@media screen and (min-width: 75em) {
    body:not(.search-results) .entry-summary {
        font-size: 23px;
        font-size: 1.4375rem;
        line-height: 1.5217391304;
        margin-bottom: 1.826086957em;
    }
    body:not(.search-results) .entry-header + .entry-summary {
        margin-top: -0.913043478em;
    }
    body:not(.search-results) .entry-summary p,
    body:not(.search-results) .entry-summary address,
    body:not(.search-results) .entry-summary hr,
    body:not(.search-results) .entry-summary ul,
    body:not(.search-results) .entry-summary ol,
    body:not(.search-results) .entry-summary dl,
    body:not(.search-results) .entry-summary dd,
    body:not(.search-results) .entry-summary table {
        margin-bottom: 1.5217391304em;
    }
    body:not(.search-results) .entry-summary li > ul,
    body:not(.search-results) .entry-summary blockquote > ul {
        margin-left: 0.956521739em;
    }
    body:not(.search-results) .entry-summary li > ol,
    body:not(.search-results) .entry-summary blockquote > ol {
        margin-left: 1.52173913em;
    }
    body:not(.search-results) .entry-summary blockquote {
        font-size: 23px;
        font-size: 1.4375rem;
        line-height: 1.5217391304;
        margin: 0 0 1.5217391304em;
        padding-left: 1.347826087em;
    }
    body:not(.search-results) .entry-summary blockquote:not(.alignleft):not(.alignright) {
        margin-left: -1.52173913em;
    }
    body:not(.search-results) .entry-summary blockquote blockquote:not(.alignleft):not(.alignright) {
        margin-left: 0;
    }
    body:not(.search-results) .entry-summary blockquote cite,
    body:not(.search-results) .entry-summary blockquote small {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.8421052632;
    }
    body:not(.search-results) .entry-summary th,
    body:not(.search-results) .entry-summary td {
        padding: 0.3043478261em;
    }
    body:not(.search-results) .entry-summary pre {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.75;
        margin-bottom: 1.75em;
        padding: 1.75em;
    }
    body:not(.search-results) .entry-summary fieldset {
        margin-bottom: 1.5217391304em;
        padding: 0.3043478261em;
    }
    body:not(.search-results) .entry-summary h1 {
        margin-top: 2.121212121em;
        margin-bottom: 1.060606061em;
    }
    body:not(.search-results) .entry-summary h2 {
        margin-top: 2.5em;
        margin-bottom: 1.25em;
    }
    body:not(.search-results) .entry-summary h3 {
        margin-top: 3.043478261em;
        margin-bottom: 1.52173913em;
    }
    body:not(.search-results) .entry-summary h4,
    body:not(.search-results) .entry-summary h5,
    body:not(.search-results) .entry-summary h6 {
        margin-top: 3.684210526em;
        margin-bottom: 1.842105263em;
    }
    body:not(.search-results) .entry-summary h1:first-child,
    body:not(.search-results) .entry-summary h2:first-child,
    body:not(.search-results) .entry-summary h3:first-child,
    body:not(.search-results) .entry-summary h4:first-child,
    body:not(.search-results) .entry-summary h5:first-child,
    body:not(.search-results) .entry-summary h6:first-child {
        margin-top: 0;
    }
    body:not(.search-results) .entry-summary .alignleft {
        margin: 0.2608695652em 1.5217391304em 1.5217391304em 0;
    }
    body:not(.search-results) .entry-summary .alignright {
        margin: 0.2608695652em 0 1.5217391304em 1.5217391304em;
    }
    body:not(.search-results) .entry-summary .aligncenter {
        margin-bottom: 1.5217391304em;
    }
}
@media only screen and (max-width: 360px){
    div#RecaptchaField1, div#RecaptchaField2,
         .g-recaptcha-contact > div,
    .g-recaptcha-quote > div{
        transform: scale(0.90);
        -webkit-transform: scale(0.90);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}
/**
 * 15.0 - Print
 */

@media print {
    form,
    button,
    input,
    select,
    textarea,
    .navigation,
    .main-navigation,
    .social-navigation,
    .sidebar,
    .content-bottom-widgets,
    .page-links,
    .edit-link,
    .comment-respond,
    .comment-edit-link,
    .comment-reply-link,
    .comment-metadata .edit-link,
    .pingback .edit-link,
	.home-slider-wrap,
	.site-header .top-right-wrap .header-social-wrap .header_top_links .textwidget ul li,
	.site-inner .home-custom-posts ul li div img,
	.member-img,
	.membership-img,
	.the-ohio-img,
	.weekly-img,
	.footer,
	.footer-copy-right,
	.post-thumbnail,
	.entry-content p img, 
	iframe,
	.noborder tbody tr td img,
	.donar-page-wrap img,
	.coporate-lr-wrap .coporate-l-img a img,
	.foundation-staff-footer .bottom-user-img img,
	.accordion-content img,
	.donation_right_sidebar p img,
	.bluebgsecafter .main-staff-left img,
	.white-staff .main-staff-left img,
	.page-advertise p img,
	#videosec{
        display: none ;
    }
	.site-header{
		visibility:hidden;
	}
	.entry-content-page p img{
		visibility:hidden;
	}
	.page-content-in .fd-round ul li img{
		visibility:hidden;
	}
	.main-navigation .site-logo.navigation-logo {
    position: absolute;
    left: 0;
    top: 0;
	}
	.site-header .site-inner .site-header-main .site-branding a img,
	.site-header.dark .site-inner .site-header-main .site-branding a img{
		visibility:visible !important;
		background:#2188b7;
	}	
	.site-branding
	{
		width:100%!important;
		padding:0!important;
		margin-bottom:0px!important;
	}
	.custom-logo
	{
		width:250px!important;
		padding:10px!important;
	}
	.hearing,
	.oafp-membership-wrap,
	.the-ohio,
	.weekly-family{
		background-color:#ffffff!important;
	}
	.the-ohio-wrap a.read,
	.membership-text a{
		background-color:#ffffff!important;
	}
	.custom-logo-link
	{
		text-align:center!important;
	}
	.site-inner .home-custom-posts ul li div{
		display: inline; 	
		position: relative; 
		width: auto; 
		margin: 0; 
		padding: 0; 
		text-align: center; 
	}
	body {
  -webkit-print-color-adjust: exact;
}
    body,
    blockquote cite,
    blockquote small,
    pre,
    .entry-content h4,
    .entry-content h5,
    .entry-content h6,
    .entry-summary h4,
    .entry-summary h5,
    .entry-summary h6,
    .comment-content h4,
    .comment-content h5,
    .comment-content h6,
    .entry-content .author-title {
        font-size: 12pt;
    }
    blockquote {
        font-size: 14.25pt;
    }
    .site-title,
    .page-title,
    .comments-title,
    .entry-content h2,
    .entry-summary h2,
    .comment-content h2,
    .widecolumn h2 {
        font-size: 17.25pt;
    }
    .site-description {
        display: block;
    }
    .entry-title {
        font-size: 24.75pt;
        line-height: 1.2727272727;
        margin-bottom: 1.696969697em;
    }
    .format-aside .entry-title,
    .format-image .entry-title,
    .format-video .entry-title,
    .format-quote .entry-title,
    .format-gallery .entry-title,
    .format-status .entry-title,
    .format-link .entry-title,
    .format-audio .entry-title,
    .format-chat .entry-title {
        font-size: 17.25pt;
        line-height: 1.304347826;
        margin-bottom: 1.826086957em;
    }
    .entry-content h1,
    .entry-summary h1,
    .comment-content h1 {
        font-size: 21pt;
    }
    .entry-content h3,
    .entry-summary h3,
    .comment-content h3,
    body:not(.search-results) .entry-summary {
        font-size: 14.25pt;
    }
    .site-description,
    .author-bio,
    .entry-footer,
    .sticky-post,
    .taxonomy-description,
    .entry-caption,
    .comment-metadata,
    .comment-notes,
    .comment-awaiting-moderation,
    .site-info,
    .wp-caption .wp-caption-text,
    .gallery-caption {
        font-size: 9.75pt;
    }
    body,
    .site {
        background: none !important;
        /* Brute force since user agents all print differently. */
    }
    body,
    blockquote cite,
    blockquote small,
    blockquote,
    .page-header,
    .comments-title {
        border-color: #1a1a1a !important;
        /* Make sure color schemes don't affect to print  */
    }
    /* blockquote, */
    /* .site-description, */
    /* body:not(.search-results) .entry-summary, */
    /* body:not(.search-results) .entry-summary blockquote, */
    /* .author-bio, */
    /* .entry-footer, */
    /* .entry-footer a, */
    /* .sticky-post, */
    /* .taxonomy-description, */
    /* .entry-caption, */
    /* .comment-author, */
    /* .comment-metadata a, */
    /* .comment-notes, */
    /* .comment-awaiting-moderation, */
    /* .site-info, */
    /* .site-info a, */
    /* .wp-caption .wp-caption-text, */
    /* .gallery-caption { */
        /* color: #686868 !important; */
        /* /* Make sure color schemes don't affect to print  */ */
    /* } */
    code,
    hr {
        background-color: #d1d1d1 !important;
        /* Make sure color schemes don't affect to print  */
    }
    pre,
    abbr,
    acronym,
    table,
    th,
    td,
    .author-info,
    .comment-list article,
    .comment-list .pingback,
    .comment-list .trackback,
    .no-comments {
        border-color: #d1d1d1 !important;
        /* Make sure color schemes don't affect to print  */
    }
    a {
        color: #007acc !important;
        /* Make sure color schemes don't affect to print  */
    }
    .entry-content a,
    .entry-summary a,
    .taxonomy-description a,
    .comment-content a,
    .pingback .comment-body > a {
        box-shadow: none;
        border-bottom: 1px solid #007acc !important;
        /* Make sure color schemes don't affect to print  */
    }
    .site {
        margin: 5%;
    }
    .site-inner {
        max-width: none;
    }
    .site-header {
        padding: 0 0 1.75em;
    }
    .site-branding {
        margin-top: 0;
        margin-bottom: 1.75em;
		width:100%;
		    
    }
    .site-main {
        margin-bottom: 3.5em;
    }
    .entry-header,
    .entry-footer,
    .page-header,
    .page-content,
    .entry-content,
    .entry-summary,
    .post-thumbnail,
    .comments-area {
        margin-right: 0;
        margin-left: 0;
    }
    .post-thumbnail,
    .site-main > article {
        margin-bottom: 3.5em;
    }
    .entry-content blockquote.alignleft,
    .entry-content blockquote.alignright {
        border-width: 4px 0 0 0;
        padding: 0.9473684211em 0 0;
        width: -webkit-calc(50% - 0.736842105em);
        width: calc(50% - 0.736842105em);
    }
    body:not(.search-results) .entry-header + .entry-summary {
        /margin-top: -1.473684211em;
    }
    .site-footer,
    .widecolumn {
        padding: 0;
     }
	html{
    height: 98%; 
    margin: 0 0 0 0;
     }
}

/***************END OF MEDIA PRINT**********************/


.wfmupagestyle .top-right-wrap {
    margin: 40px 0;
    text-align: right;
}
.wfmupagestyle .header-social-wrap {
    width: 70%;
}
.wfmupagestyle .top-search {
    width: 30%;
}
.wfmupagestyle .site-branding {
    margin-top: 10px;
}
.wfmupagestyle .page-header {
    border-top: 0;
    padding: 0;
    margin: 0 0 20px 0;
}
.wfmupagestyle .wfmu-data {
    background: rgba(0, 0, 0, 0);
    padding: 80px 0;
    width: 100%;
    overflow: hidden;
}
.wfmupagestyle .page-header h1 {
    color: #2188b7;
    font-size: 28px;
    margin-bottom: 15px;
    font-family: 'Brother-1816-Regular';
    line-height: 1.75;
}
p.wfmuissues {
    padding-top: 0;
}
.wfmupagestyle .submenu ul.wfmu-menu li:before,
.wfmuissbottomlogo ul li:before {
    display: none;
}
.wfmupagestyle .submenu ul.wfmu-menu {
    padding-left: 0px;
}
.wfmuissbottomlogo ul {
    padding: 0;
}
.wfmuissbottomlogo ul li {
    display: inline-block;
    vertical-align: top;
    /*    width: 33.3%;*/

    width: 22.3%;
}
.wfmuissbottomlogo {
    text-align: center;
}
/************************************* Custom Css **********************************************/
/*----------- Common Css--------------*/

@font-face {
    font-family: 'Brother-1816-Book-Italic';
    src: url('fonts/334C56_0_0.eot');
    src: url('fonts/334C56_0_0.eot?#iefix') format('embedded-opentype'), url('fonts/334C56_0_0.woff2') format('woff2'), url('fonts/334C56_0_0.woff') format('woff'), url('fonts/334C56_0_0.ttf') format('truetype');
}
@font-face {
    font-family: 'Brother-1816-Light';
    src: url('fonts/334C56_1_0.eot');
    src: url('fonts/334C56_1_0.eot?#iefix') format('embedded-opentype'), url('fonts/334C56_1_0.woff2') format('woff2'), url('fonts/334C56_1_0.woff') format('woff'), url('fonts/334C56_1_0.ttf') format('truetype');
}
@font-face {
    font-family: 'Brother-1816-ExtraBold';
    src: url('fonts/334C56_2_0.eot');
    src: url('fonts/334C56_2_0.eot?#iefix') format('embedded-opentype'), url('fonts/334C56_2_0.woff2') format('woff2'), url('fonts/334C56_2_0.woff') format('woff'), url('fonts/334C56_2_0.ttf') format('truetype');
}
@font-face {
    font-family: 'Brother-1816-Black';
    src: url('fonts/334C56_3_0.eot');
    src: url('fonts/334C56_3_0.eot?#iefix') format('embedded-opentype'), url('fonts/334C56_3_0.woff2') format('woff2'), url('fonts/334C56_3_0.woff') format('woff'), url('fonts/334C56_3_0.ttf') format('truetype');
}
@font-face {
    font-family: 'Brother-1816-Regular';
    src: url('fonts/Brother-1816-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/Brother-1816-Regular.otf') format('opentype'), url('fonts/Brother-1816-Regular.woff') format('woff'), url('fonts/Brother-1816-Regular.ttf') format('truetype'), url('fonts/Brother-1816-Regular.svg#Brother-1816-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Brother-1816-Medium';
    src: url('fonts/Brother-1816-Medium.eot?#iefix') format('embedded-opentype'), url('fonts/Brother-1816-Medium.otf') format('opentype'), url('fonts/Brother-1816-Medium.woff') format('woff'), url('fonts/Brother-1816-Medium.ttf') format('truetype'), url('fonts/Brother-1816-Medium.svg#Brother-1816-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Brother-1816-Bold';
    src: url('fonts/Brother-1816-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/Brother-1816-Bold.otf') format('opentype'), url('fonts/Brother-1816-Bold.woff') format('woff'), url('fonts/Brother-1816-Bold.ttf') format('truetype'), url('fonts/Brother-1816-Bold.svg#Brother-1816-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
html {
    overflow-x: hidden;
    width: 100%;
}
body {
    -webkit-font-smoothing: antialiased;
    font-family: 'Brother-1816-Regular';
    font-weight: normal;
    overflow-x: hidden;
}
ul {
    margin: 0;
}
h1 {
    font-size: 28pt;
}
h2 {
    font-size: 20pt;
    color: #103a71;
}
h3 {
    color: #103a71;
}
p {
    font-size: 17px;
    color: #515151;
    line-height: 1.5;
    margin: 0 0 18px;
}
li {
    line-height: 1.5;
    font-size: 17px;
    color: #515151;
}
.site {
    margin: 0px;
}
.site-inner {
    max-width: 1200px;
    width: 100%;
    padding: 0 15px !important;
    margin: 0 auto;
}
.ohio-clear-fix:after {
    content: "";
    display: block;
    float: none;
    clear: both;
}
a {
    outline: none;
}
a:focus {
    outline: none;
}
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    resize: none;
}
.divider-bar {
    background: rgba(0, 0, 0, 0) url("images/grey-dots.gif") repeat-x scroll left top;
    height: 14px;
}
/*------------------------------- Header Section -------------------------------*/

.site-header {
    border-bottom: 15px solid #103a71;
    padding: 0;
    background: #2188b7;
    background: -moz-linear-gradient(top, #2188b7 0%, #0076a3 100%, #7db9e8 100%);
    background: -webkit-linear-gradient(top, #2188b7 0%, #0076a3 100%, #7db9e8 100%);
    background: linear-gradient(to bottom, #2188b7 0%, #0076a3 100%, #7db9e8 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#2188b7', endColorstr='#7db9e8', GradientType=0);
}
.site-branding {
    float: left;
    margin: 25px 0 5px;
    width: 20%;
}
.top-right-wrap {
    float: right;
    width: 75%;
    margin: 25px 0 0;
}
.header-social-wrap {
    float: left;
    width: 70%;
    text-align: right;
    margin: 8px 0 0;
}
.header-social-wrap ul {
    list-style: outside none none;
    margin: 0;
    display:flex;
    flex-wrap:wrap;
    justify-content:flex-end;
}
.header-social-wrap li {
    display: inline-block;
    padding: 0 20px 0 0;
    text-align: center;
}
.header-social-wrap li:last-of-type {
    padding: 0 30px 0 0;
}
.header-social-wrap li a {
    /* color: #d3e7f1;*/

    color: #fff;
    display: inline-block;
    font-size: 17px;
    box-shadow: none;
}
.header-social-wrap li a:hover {
    color: #68d8f8;
}
.header-social-wrap li.social-icon a {
    background-color: #d3e7f1;
    border-radius: 100%;
    color: #2289b7 !important;
    height: 32px;
    text-align: center;
    width: 32px;
    padding: 3px 9px;
}
.header-social-wrap li.social-icon a:nth-child(2) {
    margin: 0 5px;
}
.header-social-wrap li.social-icon a:hover {
    background-color: #231f20;
}
.top-search {
    float: right;
    width: 30%;
    display:flex;
    align-items:center;
    justify-content:flex-end;
}
.top-search .search-submit {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    right: auto;
    left: 5px;
    position: absolute;
    top: 0;
}
.top-search .search-field {
    background-color: rgba(0, 0, 0, 0) !important;
    border: 1px solid #d3e7f1 !important;
    border-radius: 25px !important;
    color: #d3e7f1 !important;
    padding: 10px 10px 10px 45px;
    width: 100% !important;
    font-family: 'Brother-1816-Regular';
    font-weight: normal;
}
.top-search::-webkit-input-placeholder {
    color: #d3e7f1;
    text-transform: uppercase;
}
.top-search::-moz-placeholder {
    color: #d3e7f1;
    text-transform: uppercase;
}
.top-search:-ms-input-placeholder {
    color: #d3e7f1;
    text-transform: uppercase;
}
.site-header-menu {
    display: block;
    float: left;
    margin: 0;
    width: 100%;
    position: relative;
}
.main-navigation li a {
    color: #ffffff;
    font-size: 12pt;
}
.main-navigation li a:hover,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-current-page-ancestor > a.mega-menu-link {
    color: #68d8f8;
}
.main-navigation .primary-menu > li:last-of-type {
    padding: 0;
}
.main-navigation .primary-menu > li {
    float: left;
    padding: 0 30px 0 0;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu:before {
    content: "";
    position: absolute;
    left: -100%;
    width: 300%;
    background: rgba(198, 235, 246, 0.98);
    height: 100%;
    top: 0;
    z-index: -1;
    display: block !important;
    border: 0 !important;
}
a.mega-menu-link:after {
    display: none !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
    display: inline-block;
    height: auto;
    margin: 0;
    padding: 0 36px 0 0;
    vertical-align: middle;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:last-of-type {
    padding: 0;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    top: 75px;
    padding: 30px 0 55px;
}
.mega-sub-menu li#mega-menu-item-71 a,
.mega-sub-menu li#mega-menu-item-1942 a,
.mega-sub-menu #mega-menu-item-1943 a,
.mega-sub-menu #mega-menu-item-1944 a,
.mega-sub-menu #mega-menu-item-1945 a,
.mega-sub-menu #mega-menu-item-1946 a,
.mega-sub-menu #mega-menu-item-1947 a,
.mega-sub-menu li#mega-menu-item-31680 a,
.mega-sub-menu .mega-menu-item-33756 > a{
    font-size: 34px !important;
    line-height: 40px !important;
    margin: 0 0 0 -15px !important;
    pointer-events: none;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover {
    color: #103a71;
}
.mega-toggle-on::after {
    border-bottom: 20px solid #103a71;
    border-left: 20px solid rgba(0, 0, 0, 0);
    border-right: 20px solid rgba(0, 0, 0, 0);
    margin-bottom: -20px;
    content: "";
    display: block !important;
    height: 0;
    left: 12px;
    position: static;
    width: 0;
    z-index: 9999;
}
.mega-menu > li.mega-page_item::after {
    border-bottom: 20px solid #103a71;
    border-left: 20px solid rgba(0, 0, 0, 0);
    border-right: 20px solid rgba(0, 0, 0, 0);
    margin-bottom: -20px;
    content: "";
    display: block !important;
    height: 0;
    left: 12px;
    position: static;
    width: 0;
    z-index: 9999;
}
.mega-menu > li.mega-current-page-ancestor::after {
    border-bottom: 20px solid #103a71;
    border-left: 20px solid rgba(0, 0, 0, 0);
    border-right: 20px solid rgba(0, 0, 0, 0);
    margin-bottom: -20px;
    content: "";
    display: block !important;
    height: 0;
    left: 12px;
    position: static;
    width: 0;
    z-index: 9999;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
    line-height: 1.2;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    text-transform: initial;
    line-height: 1.2;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item#mega-menu-item-275 > a.mega-menu-link {
    text-transform: inherit !important;
}
/*------------------------------- Home Slider section -------------------------------*/

.home-slider-wrap {
    background: -moz-linear-gradient(left, #1e5799 0%, #f2f2f2 0%, #ffffff 100%, #ffffff 100%);
    background: -webkit-linear-gradient(left, #1e5799 0%, #f2f2f2 0%, #ffffff 100%, #ffffff 100%);
    background: linear-gradient(to right, #1e5799 0%, #f2f2f2 0%, #ffffff 100%, #ffffff 100%);
}
.width-wrapper {
    margin: 0 auto;
    max-width: 1400px;
}
.width-wrapper-without-text {
    margin: 0 auto;
}
.width-wrapper-without-text .slick-slide img {
    min-width: 100%;
}
.home-slider-without-text.slick-slide img {
    width: 100%;
}
.slick-slide img {
    display: block;
    width: 100% !important;
}
.home-slider-bg {
    background: url('images/home-slider-bg.png') no-repeat;
    background-size: contain;
    /*    padding: 90px 0 60px;*/

    outline: medium none;
}
.page-id-264 .entry-content .maindivrow:nth-child(7n) {
    border: 0;
}
.home-slider-bg .site-inner {
    padding: 0;
    padding-top: 40px;
}
.slider-left {
    float: left;
    width: 55%;
    text-align: center;
}
.slider-right {
    float: right;
    width: 40%;
}
.slider-left > h4 {
    color: #2188b7;
    font-family: 'Brother-1816-Black';
    font-size: 21px;
    font-weight: 400;
    margin: 0 0 5px;
    text-transform: uppercase;
}
.slider-left > p {
    color: #515151;
}
.slider-left p strong {
    font-family: "brother-1816-bold";
    font-weight: normal;
}
.full-fill > h1 {
    color: #103a71;
    line-height: 48px;
    margin: 0 0 25px;
    font-weight: normal;
    font-family: "Brother-1816-Light";
}
.full-fill h1 span {
    font-family: "brother-1816-bold";
    font-weight: 400;
}
.slider-right-text > p {
    color: #515151;
    margin: 0 0 52px;
    margin: 0;
}
.slider-right-text {
    margin: 0 0 52px 0;
}
.full-fill p strong {
    font-family: "brother-1816-bold";
    font-weight: normal;
}
.full-fill > a {
    background-color: #980747;
    border-radius: 30px;
    color: #ffffff;
    display: inline-block;
    font-family: "Brother-1816-ExtraBold";
    font-size: 18px;
    font-weight: normal;
    line-height: 52px;
    padding: 0 35px;
    text-align: center;
    text-transform: uppercase;
}
.full-fill > a:hover {
    background-color: #2289b7;
}
.sup-text {
    color: #868686;
    display: inline-block;
    float: right;
    font-size: 12px;
    font-family: 'Brother-1816-Book-Italic';
    margin: 35px 2px 0;
}
.home-slider-wrap .slick-prev::before,
.home-slider-wrap .slick-next::before {
    display: none;
}
.home-slider-wrap .slick-prev,
.home-slider-wrap .slick-next {
    background: rgba(0, 0, 0, 0) url("images/home-slider-arrow.png") no-repeat scroll 0 0;
    border-radius: 100%;
    bottom: 25px;
    height: 32px;
    top: auto;
    transform: translate(0px);
    width: 32px;
    opacity: 0.7;
    z-index: 99;
}
.home-slider-wrap .slick-prev:focus,
.home-slider-wrap .slick-prev:hover,
.home-slider-wrap .slick-next:focus,
.home-slider-wrap .slick-next:hover {
    opacity: 1;
    background: rgba(0, 0, 0, 0) url("images/home-slider-arrow.png") no-repeat scroll 0 0;
}
.home-slider-wrap .slick-prev {
    left: auto;
    right: 160px;
}
.home-slider-wrap .slick-next {
    background-position: right center !important;
    right: 110px;
}
h2.otheryearheading {
    padding-left: 15px;
}
/*------------------------------- Hearing -------------------------------*/

.hearing {
    background-color: #980747;
    padding: 15px 0 20px;
    margin-top: -1px;
}
.hearing h4 {
    text-align: center;
}
.hearing h4 a {
    color: #ffffff;
    font-family: "Brother-1816-Bold";
    font-weight: 400;
    text-align: center;
    font-size: 23px;
    line-height: 28px;
    cursor: pointer;
}
.hearing h4 a:hover {
    color: #e5e5e5;
}
/*------------------------------- Custom Posts -------------------------------*/

.home-custom-posts > ul {
    text-align: center;
    margin: 60px 0;
}
.home-custom-posts li {
    display: inline-block;
    list-style: outside none none;
    margin: 0 25px 0 0;
    width: 23%;
    vertical-align: top;
}
.home-custom-posts li div {
    text-align: left;
}
.home-custom-posts li:last-of-type {
    margin: 0;
}
.home-custom-posts h3 {
    /*    color: #2188b7;*/

    color: #103a71;
    font-family: "Brother-1816-Bold";
    font-size: 28px;
    margin: 32px 0 10px;
    font-weight: normal;
}
.home-custom-posts p {
    color: #515151;
    margin: 0px;
}
.home-custom-posts a {
    color: #980747;
}
.home-custom-posts a:hover {
    color: #0a7ca9;
}
.home-custom-posts a.info-link {
    display: inline-block;
    font-family: "Brother-1816-ExtraBold";
    font-size: 15px;
    font-weight: normal;
    margin: 14px 0 0;
}
/*------------------------------- OAFP Membership Section -------------------------------*/

.oafp-membership-wrap {
    background-color: #e8f3f8;
    padding: 60px 0;
}
.membership-img {
    float: left;
    text-align: left;
    width: 50%;
}
.membership-img img {
    max-width: 100%;
}
.membership-text {
    float: right;
    padding: 0 0px 0 110px;
    width: 50%;
}
.membership-text h2 {
    color: #103a71;
    line-height: 35px;
    margin: 0 0 20px;
    font-weight: normal;
    font-family: 'Brother-1816-Light';
}
.membership-text p {
    color: #515151;
    margin: 0px;
}
.membership-text a {
    background-color: #980747;
    border-radius: 30px;
    color: #ffffff;
    display: inline-block;
    font-family: "Brother-1816-ExtraBold";
    font-size: 18px;
    font-weight: normal;
    line-height: 52px;
    margin: 45px 0 0;
    padding: 0px 35px 0px;
    text-align: center;
}
.membership-text a:hover {
    background-color: #2289b7;
}
/*------------------------------- The Ohio Section -------------------------------*/

.the-ohio-wrap {
    padding: 50px 0;
}
.the-ohio-wrap img {
    height: auto;
    padding: 0px;
    margin: 0px auto;
    display: block;
}
.the-ohio {
    background-color: #2188b7;
    float: left;
    margin: 0 30px 0 0;
    width: 48.6%;
    min-height: 380px;
    padding: 45px 0px 31px;
}
.weekly-family {
    background-color: #103a71;
    float: right;
    width: 48.6%;
    padding: 45px 0;
    min-height: 380px;
}
.the-ohio-img,
.weekly-img {
    float: left;
    width: 45%;
}
.the-ohio-text,
.weekly-text {
    float: right;
    width: 55%;
    padding: 0 20px 0 0;
}
.the-ohio-wrap h3 {
    color: #ffffff;
    font-family: "Brother-1816-Bold";
    font-size: 28px;
    font-weight: 400;
    line-height: 35px;
    margin: 0 0 15px;
}
.the-ohio-text p {
    color: #ffffff;
}
.weekly-text p {
    color: #ffffff;
}
.the-ohio-wrap a.read {
    background-color: #980747;
    border-radius: 25px;
    color: #ffffff;
    font-size: 15px;
    padding: 9px 20px 6px;
    text-align: center;
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, 0);
    font-family: 'Brother-1816-ExtraBold';
    font-weight: normal;
}
.the-ohio-wrap a.read:hover {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #ffffff;
}
.the-ohio-text a.read {
    background-color: #980747;
}
.weekly-text .or {
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    margin: 0 10px 0 5px;
}
.weekly-text a {
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    font-family: 'Brother-1816-ExtraBold';
    font-weight: normal;
}
.weekly-text a:hover {
    color: #ffffff
}
/*------------------------------- Footer Section -------------------------------*/

.site-footer {
    background-color: #515151;
    padding: 0;
    float: left;
    width: 100%;
    position: static;
    bottom: 0;
}
.footer-copy-right p {
    color: #f5fafb;
    font-size: 13px;
    margin: 0;
    padding: 7px 0;
    text-align: center;
}
.footer-copy-right span {
    display: inline-block;
    margin: 0 15px;
}
.footer-copy-right a {
    color: #f5fafb;
    display: inline-block;
    box-shadow: none;
}
.footer-copy-right a:hover,
.footer-copy-right a:focus {
    color: #0a7ca9;
}
/*------------- Inner Page -------------*/

.site-inner.full-width-page {
    max-width: 100%;
    width: 100%;
    padding: 0;
}
.blue-bg-inner {
    background: rgba(0, 0, 0, 0);
    /*#e8f3f8*/

    padding: 80px 0 0;
    width: 100%;
    overflow: hidden;
}
.blue-bg-inner .entry-title {
    color: #103a71;
    font-family: 'Brother-1816-Light';
    font-size: 40px;
    margin-bottom: 15px;
    font-weight: normal;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}
.intro-content p {
    color: #515151;
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 10px;
}
.intro-content p:first-of-type {
    margin: 0 0 30px;
}
.oh-row {
    margin-left: -15px;
    margin-right: -15px;
}
.oh-col-6 {
    width: 50%;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
}
.inner-hero .post-thumbnail {
    margin-bottom: 0;
}
.inner-hero .post-thumbnail img {
    min-width: 100%;
}
.intro-content a,
.entry-content-page a {
    color: #980747;
}
.intro-content a:hover,
.entry-content-page a:hover {
    color: #0a7ca9;
}
.intro-content .read:hover {
    background-color: #2289b7;
    color: #fff;
}
.margin-top-row {
    margin-top: 40px;
    overflow: hidden;
}
.intro-content .read {
    background-color: #980747;
    border-radius: 30px;
    color: #ffffff;
    display: inline-block;
    font-family: "Brother-1816-ExtraBold";
    font-size: 17px;
    font-weight: normal;
    line-height: 57px;
    margin: 20px 0 0 0;
    padding: 2px 28px 0;
    text-align: center;
}
.full-width-page .site-main {
    margin-bottom: 0;
}
.page-content-outer {
    padding: 20px 0 80px;
    overflow: hidden;
}
.page-content-in.no-border-btm {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.page-content-in {
     /*  overflow: hidden;
      border-bottom: 1px solid #980747;*/

    margin-bottom: 30px;
    padding-bottom: 15px;
    color: #515151;
    font-size: 17px;
    line-height: 1.5;
}
.page-content-in h2,
.entry-content-page h2,
.page-content-in h2 a {
    color: #103a71;
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 5px;
}
.page-content-in h5 {
    margin-top: 0;
    color: #515151;
    font-size: 17px;
    margin-bottom: 10px;
    font-weight: normal;
    font-family: "Brother-1816-Bold";
}
.page-content-in ol {
    margin: 0 0 20px 20px;
    padding-left: 10px;
    /*    margin-top: -10px;*/
}
.page-content-in.no-border-btm ol li {
    line-height: 1.5;
}
.page-content-in p {
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 1.5;
}
/*.page-content-in p strong {
    color: #980747;
        position: relative;
        display: block;
        padding-left: 15px;
}*/
/*.page-content-in p strong::before {
    position: absolute;
    left: 0px;
    top: 12px;
    width: 5px;
    height: 5px;
    content: "";
    background: #515151;
    border-radius: 50%;
}*/
/*.page-content-in p strong em {
    font-weight: normal;
    font-style: inherit;
}*/

.page-content-in ul {
    margin-bottom: 18px;
    padding-left: 28px;
    list-style: none;
    /*    margin-top: -10px;*/
}
.page-content-in ul ul {
    margin-bottom: 0;
}
.page-content-in ul li {
    position: relative;
    line-height: 1.5;
    margin-bottom: 10px;
}
.page-content-in ul li:last-child {
    margin-bottom: 0px;
}
.page-content-in ul li::before {
    background: #515151 none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    height: 5px;
    left: -15px;
    margin-top: -1px;
    position: absolute;
    top: 12px;
    width: 5px;
}
/*.page-content-in p em {
    font-style: inherit;
}*/

.page-content-in p em a,
.page-content-in p em a:hover {
    color: #515151;
}
.page-content-in p a,
.page-content-in ul li a,
.page-advertise ul li a,
.page-content-in.no-border-btm ol li a,
.page-content-in p em a {
    color: #980747;
}
.page-content-in p a:hover,
.page-content-in ul li a:hover,
.page-advertise ul li a:hover,
.page-content-in.no-border-btm ol li a:hover,
.page-content-in h2 a:hover {
    color: #0a7ca9;
}
.accordion-content p:first-child {
    margin-bottom: 0;
}
.page-advertise ul {
    padding: 0;
    list-style: none;
    text-align: left;
    margin-left: -30px;
    margin-right: -30px;
}
.page-advertise ul li {
    float: left;
    width: 20%;
    padding: 30px 35px 0;
    text-align: center;
}
.common-sec-wrap p:last-of-type {
    margin: 0 0 20px;
}
main#main,
.full-width-page {
    min-height: 768px;
}
.page-id-31700 .wfmupagestyle {
    min-height: 768px;
}
.page-id-723 .page-content-in {
    margin-bottom: 0;
}
.mainrow {
    overflow: hidden;
    margin: 0 -15px;
}
.oh-col-4 {
    width: 33.3%;
    float: left;
    padding: 0 15px;
}
.accordion-content {
    /*    border: 1px solid #d2d2d2;*/

    padding: 20px 30px;
    margin-bottom: 20px;
    display:none;
}

.accordionItem.active .accordion-content {
  display:block;
}
.maindivrow.noborder {
    border: 0;
    margin-bottom: 0 !important;
}
.maindivrow.noborder + p {
    margin: 0;
}
.accordion-title {
    background-color: #0378a5;
    color: #fff;
    padding: 10px 30px;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
}
.page-id-31787 .accordion-title {
    background-color: #00563d;
}
.page-id-31781 .accordion-title {
    background: #00553D;
}

.page-id-31781 .wpeditorcontent .accordion #accordion-1-c7.accordion-content ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

/*.page-id-31787 .what-you-can > p {
  margin: 0;
}*/

.what-you-can div:first-child
{
    font-size: 17px;
}
.font17size
{
   font-size: 17px; 
}

.entry-content .accordion-title {
    margin: 0 0 10px;
}
/*.accordion-title.open {
    margin-bottom: 0;
}*/

.accordion-title:focus {
    outline: none;
}
.accordion-title:before {
    content: "";
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    right: 20px;
    top: 50%;
    font-size: 27px;
    position: absolute;
    font-weight: bold;
    transform: translate(0, -50%);
    -webkit-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
}
/*.maindivrow {
    overflow: hidden;
    margin: 0 -15px 20px -15px;
    border-bottom: 1px solid #ad9b0c;
}
*/

.maindivrow {
    overflow: hidden;
    margin: 0 -15px 10px -15px;
    border-bottom: 1px solid #ad9b0c;
    width: 100%;
    display: inline-block;
    padding-bottom: 25px;
}
.maindivrow:last-child {
    border-bottom: 0;
}
.colsec4 {
    width: 32.3%;
    padding: 0 15px;
    display: inline-block;
    vertical-align: top;
}
.maindivrow h3 {
    color: #103a71;
}
div#postidsec505 h3,
div#postidsec506 h3,
div#postidsec507 h3,
div#postidsec508 h3 {
    display: none;
}
.post-data small {
    line-height: 1.7;
    display: block;
}
div.wpcf7-mail-sent-ok,
div.wpcf7-validation-errors {
    border: 2px solid #ad9b0c;
}
input.wpcf7-form-control.wpcf7-submit {
    background-color: #980747;
    border-radius: 30px;
    color: #ffffff;
    display: inline-block;
    font-family: "Brother-1816-ExtraBold";
    font-size: 18px;
    font-weight: normal;
    line-height: 52px;
    margin: 25px 0 0;
    padding: 0px 35px 0px;
    text-align: center;
}
input.wpcf7-form-control.wpcf7-submit:hover {
    background-color: #2289b7;
}
/* On scroll the nav primary uses this class. Make changes you want to see happen on scroll here */

.site-header.dark {
    opacity: 1;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
/* On hover I wanted the nav to become more visible and I want it to have a smoother transition */

.dark .site-inner {
    margin: 30px auto 0;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.dark .site-branding,
.dark .top-right-wrap {
    display: none;
}
.dark .site-header-menu {
    margin: 20px 0 20px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:before {
    content: "\f105";
    font: normal normal normal 12px/1 FontAwesome !important;
    position: absolute;
    top: 4px;
    left: 12px;
    font-size: 1px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
    padding: 0px 0px 10px 20px;
    position: relative;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
    margin-left: 30px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu > li > a:before {
    content: "\f101";
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current_page_item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item.mega-current_page_item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-current_page_parent.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item.mega-current_page > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-menu-item.mega-current_page_parent .mega-sub-menu .mega-current_page_parent > a,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-menu-item.mega-current_page_parent > a,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-menu-item.mega-current-menu-ancestor > a {
    color: #68d8f8;
}
.page-id-260 #mega-menu-item-41 > a,
.page-id-732 #mega-menu-item-41 > a {
    color: #ffffff!important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-menu-item.mega-current_page_parent .mega-sub-menu .mega-current_page_item > a,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-current_page_parent.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item.mega-current_page_item > a.mega-menu-link {
    color: #103a71;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
    background: transparent;
    color: #68d8f8;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current_page_item > a.mega-menu-link:hover {
    color: #103a71;
}
.colsec6 {
    width: 49%;
    padding: 0 15px;
    display: inline-block;
    vertical-align: top;
}
.page-id-322 .page-advertise ul {
    text-align: center;
    margin: 60px 0;
}
.page-id-322 .page-advertise ul li {
    display: inline-block;
    list-style: outside none none;
    margin: 0 25px 0 0;
    width: 22%;
    vertical-align: top;
    padding: 0;
}
.page-id-322 .page-advertise ul li a {
    color: #2188b7;
    font-family: "Brother-1816-Bold";
    font-size: 28px;
    margin: 32px 0 10px;
    font-weight: normal;
}
.page-id-322 .page-advertise ul li img {
    min-height: 330px;
}
.address-posts {
    border: 1px solid #ccc;
    padding: 15px;
    background: rgba(204, 204, 204, 0.13);
}
.address-posts p:last-child {
    margin-bottom: 0;
}
.address-posts h2 {
    line-height: 1;
}
.page-content-in ul li ul {
    padding-left: 30px;
    margin-bottom: 0;
    margin-top: 3px;
    margin-left: 0;
}
.press-release-posts .post-thumbnail img {
    margin: 0 auto;
}
.press-release-posts .entry-content {
    float: left;
    width: 100%;
}
.entry-content a {
    color: #980747;
}
.entry-content a:hover {
    color: #0277a5;
}
.press-release-posts ul,
.press-release-posts ol {
    padding: 0px;
    margin-bottom: 18px;
}
ul.post-data {
    margin-bottom: 20px;
}
.post-all {
    padding: 0 15px;
}
.center-image {
    width: 100%;
    float: left;
}
.cen-img {
    text-align: center;
}
.cen-img a {
    display: inline-block;
}
.page-content-in h3 + ul,
.page-content-in h2 + ul {
    margin-top: 0;
}
.page-content-in .transition-practice ol li a:before {
    content: "";
    content: "\f105";
    font: normal normal normal 16px/1 FontAwesome !important;
    position: absolute;
    top: 2px;
    left: 0;
    font-size: 41px;
}
.page-content-in.no-border-btm .transition-practice ol li a {
    position: relative;
    padding-left: 10px;
}
.page-content-in .transition-practice ol {
    list-style: none;
}
.committees-workgroups table tr td a {
    color: #980747;
}
.committees-workgroups table tr td a:hover {
    color: #0a7ca9;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-menu-item.mega-current_page_parent > a:hover,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-menu-item.mega-current-menu-ancestor > a:hover {
    color: #103a71;
}
.margin-bottom {
    margin-bottom: 80px;
}
.margin-bottom .entry-content-page {
    margin-top: 35px;
}
.ohio-img {
    width: 15%;
    float: left;
}
.ohio-text {
    width: 85%;
    float: left;
}
.about-text h2 {
    display: inline-block;
}
/*------------------------------- 26 June 2017 -------------------------------*/

.oh-clear-fix:after {
    content: "";
    float: none;
    display: block;
    clear: both;
}
.oh-burnout a img {
    float: right;
    margin: 0 0 10px 15px;
    max-width: 180px;
    width: 100%;
}
.oh-need-help-no {
    margin: 30px 0;
}
.oh-video-page {
    box-sizing: border-box;
    display: inline-block;
    padding: 5px 15px 0 0;
    width: 49.5%;
}
.oh-video-page .common-video-wrap {
    height: 250px;
    margin: 0 0 40px;
    width: 100%;
}
.oh-scroll-wrap {
    text-align: right;
}
.scroll-bck {
    background-color: #0578a6;
    color: #ffffff !important;
    display: inline-block;
    font-size: 30px;
    height: 30px;
    line-height: 1.2;
    margin: 0 0 10px;
    text-align: center;
    vertical-align: top;
    width: 35px;
}
.scroll-bck:hover {
    background-color: #68d8f8;
    color: #ffffff !important;
}
table.info {
    width: 80%;
}
table.info tr td:first-of-type {
    width: 25%;
}
table.info tr td:nth-child(2) {
    width: 75%;
}
hr.orange-hr {
    background-color: #ad9b0c;
}
.an-archive-text > p {
    margin: 0 0 5px;
}
/*------------------------------- 27 June 2017 -------------------------------*/

.home-slider-without-text {
    position: relative;
}
.slider-right-wrap {
    padding: 0px 0 0 110px;
    position: absolute;
    right: 0;
    margin-top: -15px;
    top: 50%;
    width: 50%;
    transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
}
.slider-wrapper {
    max-width: 1170px;
    margin: 0 auto;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
}
.slider-right-wrap > h1 {
    color: #103a71;
    font-family: "Brother-1816-Light";
    font-weight: normal;
    line-height: 1.2;
    margin: 0 0 15px;
}
.slider-right-wrap > p {
    color: #515151;
    margin: 0;
    line-height: 1.5;
}
.slider-right-wrap .button a {
    background-color: #980747;
    border-radius: 30px;
    color: #ffffff;
    display: inline-block;
    font-family: "Brother-1816-ExtraBold";
    font-size: 18px;
    font-weight: normal;
    line-height: 52px;
    padding: 0 35px;
    text-align: center;
    margin: 30px 0 0;
    /*    line-height: 42px;*/

    text-transform: uppercase;
}
.slider-right-wrap .button a:hover {
    background-color: #2289b7;
}
.wfmu-data .site-main > article {
    margin-bottom: 2em;
}
.wfmu-data.page-content-in h2 {
    margin-bottom: 15px;
}
.entry-content a.post-thumbnail,
.entry-content .post-thumbnail {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
    width:100%;
    max-width:30%;
}
.entry-inner {
    float:left;
    width:100%;
}
body.archive .wfmu .entry-content {
    display:flex;
}

.wfmu .post-thumbnail img {
    display:block;
    width:100%;
}
.single-wfmu ul {
    margin: 3px 0px 20px 0px;
    list-style: disc;
    padding-left: 28px;
    overflow: hidden;
    list-style-position: outside;
}
.single-wfmu ol {
    /*margin: 3px 0 0 0px;*/
    margin: 3px 0 20px;
    padding-left: 28px;
    overflow: hidden;
    list-style-position: outside;
}
.no-page-found {
    margin-top: 20px;
}
.no-page-found .page-header {
    margin: 1.6923% 3.5em 1.6923% 0;
}
.grid-8 {
    display: inline-block;
    width: 66%;
    margin-right: -6px;
    float: left;
}
.grid-4 {
    width: 30%;
    display: inline-block;
    margin-right: 4%;
    float: left;
}
.submenu ul.wfmu-menu {
    padding-left: 10px;
}
.submenu .wfmu-menu li {
    padding: 12px 10px;
    line-height: 1.5;
    /*background: url(images/grey-dots.gif) repeat-x left top;*/

    border-top: 1px dotted #ad9b0c;
    font-size: 14px;
    font-weight: normal;
    list-style: outside none none;
    margin: 0 0 3px;
}
.submenu .wfmu-menu li a {
    display: block;
    color: #980747;
    text-decoration: none;
}
.submenu .wfmu-menu li::before {
    top: 50%;
    left: -5px;
}
/********5-july********/

.mainsecdiv {
    clear: both;
    overflow: hidden;
}
.mainsecdiv .col7 {
    width: 46%;
    float: left;
}
.mainsecdiv .col5 {
    width: 50%;
    float: right;
}
.halfcolm {
    width: 48%;
    float: left;
    padding-right: 2%;
}
.halfcolm a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.halfcolm a[title]::after {
    background-color: rgba(16, 95, 169, 0.8);
    color: #ffffff;
    content: attr(title);
    cursor: pointer;
    font-size: 0;
    height: 0;
    left: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 100%;
    width: 100%;
    text-shadow: 0 0 2px #000000;
}
.halfcolm a.title-2::after {
    background-color: rgba(248, 163, 27, 0.8);
}
.halfcolm a.title-3::after {
    background-color: rgba(9, 187, 74, 0.8);
}
.halfcolm a.title-4::after {
    background-color: rgba(0, 0, 0, 0.8);
}
.halfcolm a[title]:hover::after {
    font-size: 18px;
    height: 100%;
    padding: 58% 8px 4px;
    top: 0;
    transition: all 0.5s ease 0s;
}
.intro-content a.read.centerbtn {
    display: table;
    margin-left: auto;
    margin-right: auto;
}
.halfcolm img {
    margin: 0;
}
.wfmupagestyle .entry-content a.post-thumbnail {
    margin-left: 0;
}
.wfmu-data.page-content-in #sidebar h2 {
    margin-left: 10px;
}
.wfmuissbottomlogo ul {
    padding: 0;
}
.calender-entry .event {
    border: 1px solid #e1e1e1;
    clear: both;
    margin-bottom: -1px;
    position: relative;
}
.calender-entry .cal-days {
    width: 90px;
    padding: 10px;
    float: left;
    text-align: right;
    position: absolute;
    height: 100%;
    border-right: 1px solid #e1e1e1;
}
.calender-entry .cal-info {
    width: 100%;
    float: left;
    padding: 10px 10px 10px 100px;
}
.calender-entry .clearer {
    clear: both;
}
.calender-entry h2 {
    margin-top: 30px;
    font-size: 22px;
    background-color: #0d7dab;
    display: inline-block;
    color: #fff;
    padding: 0px 15px;
    margin-bottom: 0;
}
.wfmupagestyle h2.entry-title a {
    color: #103a71;
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 5px;
    hyphens: none;
    -ms-hyphens: none;
    font-family: 'Brother-1816-Regular';
}
.calender-entry {
    padding-bottom: 80px;
}
.calender-entry .event:nth-of-type(even) {
    background-color: whitesmoke;
}
.calender-entry .cal-info p {
    margin: 0;
}
.bluebackground-content {
    background-color: #e8f3f8;
    padding: 25px 0;
    margin: 25px 0;
}
.calender-entry h2 {
    color: #0d7dab;
    background: #fff;
    padding: 0px;
}
/*------------------------------- 11,12 July 2017 -------------------------------*/

.events-sec-div {
    display: inline-block;
    vertical-align: top;
    width: 49%;
}
.events-sec-div:last-of-type {
    padding: 0 0 0 30px;
    width: 50%;
}
.events-sec-div h3 {
    background-color: #f0f0f0;
    margin: 0 0 20px;
    padding: 5px 10px;
    text-align: center;
}
.events-sec-div p {
    background-color: #f7f7f7;
    border-bottom: 5px solid #f0f0f0;
    border-top: 5px solid #f0f0f0;
    padding: 10px 0 10px 15px;
}
#sidebar .wfmu-menu .sub-menu {
    padding: 0 0 0 15px;
    margin: 0;
}
#sidebar .wfmu-menu .sub-menu li {
    padding: 5px 10px;
}
.submenu .wfmu-menu li.menu-item-has-children {
    margin: 0;
}
.submenu .wfmu-menu li.menu-item-has-children > a {
    margin: 0 0 15px;
}
#sidebar .wfmu-menu li.current-menu-item a,
#sidebar .wfmu-menu li a:hover,
#sidebar .wfmu-menu li a.current_article {
    color: #0a7ca9;
}
.office-direction {
    padding: 20px 0 0;
}
.office-img {
    float: left;
    margin: 0 40px 10px 0;
}
.office-direction > ul {
    float: left;
    width: 70%;
}
.office-direction > ul li {
    padding: 0 0 15px;
}
.map-wrap iframe {
    width: 100%;
    margin: 30px 0 0;
    height: 450px;
}
.office-direction h3 {
    margin: 30px 0 2px;
}
.div-goals-bg {
    padding: 20px 0;
}
/*.div-goals-bg p {
    color: #fff;
}*/

.div-goals-bg .gols-img {
    display: inline-block;
    padding: 0 30px 0 0;
    vertical-align: top;
    width: 50%;
}
.div-goals-bg .gols-text {
    display: inline-block;
    vertical-align: top;
    width: 49%;
}
.div-goals-bg .gols-text p {
    color: #515151;
}
.gols-text p:last-of-type {
    margin: 0;
}
.page-id-31780 .fd-round,
.page-id-32 .fd-round {
    margin: 20px 0 0;
}
.page-id-31780 .fd-round ul li,
.page-id-32 .fd-round ul li {
    margin: 0 15px 0px 0;
    padding: 10px 10px 0;
}
.page-id-31785 .fd-round {
    margin-top: 0;
}
.fd-round {
    margin: 30px 0 20px;
    text-align: center;
}
.fd-round > ul {
    margin: 0;
    padding: 0;
}
.fd-round ul li::before {
    display: none;
}
.fd-round ul li {
    background: rgba(0, 0, 0, 0);
    box-sizing: border-box;
    display: inline-block;
    margin: 0 15px 20px 0;
    padding: 30px 10px 0;
    text-align: center;
    vertical-align: top;
    width: 23.4%;
}
.fd-round ul li:last-of-type {
    margin: 0 0 20px 0;
}
.fd-round ul li::before {
    display: none;
}
.fd-round-img {
    border-radius: 100%;
    display: inline-block;
    height: auto;
    margin: 0 0 10px;
    overflow: hidden;
    width: auto;
}
.wpcf7-form-wrap .wpcf7-form p {
    max-width: 450px;
}
.wpcf7-form-wrap .wpcf7-form label {
    display: block;
    max-width: 450px;
}
.members-assembly .wpcf7-form .form-group,
.members-assembly .wpcf7-form .form-group-textarea {
    background-color: #eaeaea;
    border-radius: 6px;
    margin-bottom: 15px;
    width: 97%;
    padding: 1% 3% 4%;
    display: block;
    margin: 0 auto 15px;
}
.members-assembly .wpcf7-form .form-group-textarea textarea {
    max-height: 100px;
    background-color: #fff !important;
    margin-top: 5px;
}
.members-assembly .form-group,
.members-assembly .form-group-textarea {
    margin-bottom: 20px;
}
.members-assembly .wpcf7-form .form-group input {
    background-color: #fff;
    margin-top: 5px;
}
/*------------------------------- 13 July 2017 -------------------------------*/

.meet-leader-wrap::after {
    clear: both;
    content: "";
    display: block;
    float: none;
}
.meet-leader-wrap {
    padding: 20px 0;
}
.meet-leader-wrap .meet-text {
    float: left;
    padding: 0 40px 0 0;
    width: 60%;
}
.meet-leader-wrap .member-img {
    float: right;
    width: 40%;
    text-align: left;
}
.meet-leader-wrap .meet-text h3,
.meet-leader-wrap .meet-text p {
    color: #515151;
}
.meet-leader-wrap .meet-text a,
.do-donate-btn a,
.become-partner-btn a {
    background-color: #00563d;
    /*background-color: #385623;
    background-color: #568437;*/

    border-radius: 30px;
    color: #ffffff;
    display: inline-block;
    font-family: "Brother-1816-ExtraBold";
    font-size: 18px;
    font-weight: normal;
    line-height: 52px;
    margin: 30px 0 0;
    padding: 0 35px;
    text-align: center;
    text-transform: uppercase;
}
.meet-leader-wrap .meet-text a:hover,
.do-donate-btn a:hover,
.become-partner-btn a:hover {
    background-color: #2289b7;
    color: #ffffff;
}
.oh-clear-fix::after {
    clear: both;
    content: "";
    display: block;
    float: none;
}
.meet-leader-wrap.thank-u .meet-text a,
.become-partner-btn a {
    border-radius: 50px;
    line-height: 1.2;
    padding: 15px 35px;
}
.tax-deductible {
    border: 1px solid #e5e5e5;
    display: inline-block;
    line-height: 1.2;
    max-width: 450px;
    padding: 20px;
    vertical-align: middle;
    width: 100%;
}
.do-donate-btn {
    display: inline-block;
    padding: 0 40px 0 0;
    vertical-align: middle;
}
.donate-btn-wrap .do-donate-btn > a,
.become-partner-btn a {
    margin: 0;
}
.donate-btn-wrap {
    margin: 40px 0;
}
.what-you-can ul {
    padding: 0 0 20px 40px;
}
.what-you-can .accordion br {
    display: none;
}
hr.orange-hr-line {
    background-color: #ffa500;
}
.donar-page-wrap h4 {
    font-size: 18px;
    margin: 20px 0 0;
    text-transform: none;
    letter-spacing: normal;
}
.donar-page-wrap h4 span.gift-amt {
    font-weight: normal;
}
/*------------------------------- 14 July 2017 -------------------------------*/

.become-partner-wrap {
    margin: 40px 0;
}
.become-partner-btn {
    display: inline-block;
    padding: 0 30px 0 0;
    vertical-align: middle;
}
.become-partner-wrap .sup-port {
    /*border: 1px solid #e5e5e5;*/

    display: inline-block;
    line-height: 1.2;
    padding: 20px;
    vertical-align: middle;
    width: 71%;
}
.coporate-l-img {
    display: inline-block;
    vertical-align: top;
    padding: 0 30px 0 0;
}
.coporate-r-info {
    display: inline-block;
    vertical-align: top;
    width: 70%;
}
.coporate-r-info > h3 {
    margin: 0 0 10px;
}
#post-31782 .entry-content > h3 {
    margin: 20px 0 10px;
}
ul.bottom-zero
{
    margin-bottom: 0;
    padding-bottom: 0 !important;
}
html body .wpeditorcontent ul.spaced,
html body .wpeditorcontent ol.spaced {
    margin-bottom: 20px;
    padding-left: 28px;
    margin-left: 0;
}
html body .wpeditorcontent ul.spaced li,
html body .wpeditorcontent ol.spaced li {
    margin-bottom: 10px !important;
    line-height: 1.5;
}
html body .wpeditorcontent ul.spaced li ul.spaced li,
html body .wpeditorcontent ol.spaced li ol.spaced li {
    margin-bottom: 10px !important;
}
html body .wpeditorcontent ul.spaced li ul li,
html body .wpeditorcontent ol.spaced li ol li {
    margin-bottom: 0 !important;
}
html body .wpeditorcontent li {
    margin-bottom: 0 !important;
}
.foundation-staff-img {
    text-align: center;
}
.wpeditorcontent .foundation-staff-img > ul {
    list-style: outside none none;
    margin: 30px 0;
    padding: 0;
}
.foundation-staff-img ul li {
    border: 5px solid #e5e5e5;
    display: inline-block;
    padding: 5px;
    vertical-align: top;
    width: 23%;
}
.foundation-staff-img ul li:before {
    display: none;
}
.wpeditorcontent .foundation-staff-img ul li {
    border: 5px solid #e5e5e5;
    display: inline-block;
    margin: 0 10px 10px 0;
    padding: 5px;
    vertical-align: top;
    width: 24%;
}
.wpeditorcontent .foundation-staff-img ul li:last-of-type {
    margin: 0 0 10px;
}
.pagedefaultspacebtm {
    padding-bottom: 80px;
}
.page-id-31780 .page-content-outer {
    padding-bottom: 0;
}
.page-id-31780 .page-content-in {
    margin-bottom: 0;
}
.page-id-31785 .page-content-outer {
    padding-bottom: 15px;
}
.page-id-31787 .page-content-in {
    margin-bottom: 0;
    padding-bottom: 0;
}
.page-id-32 .page-content-outer {
    padding-bottom: 15px;
}
.page-id-270 .colsec6:first-of-type {
    padding-left: 0;
}
.page-id-698 .post-data {
    margin-left: 20px;
}
.page-id-26 .bluebackground-content {
    margin-top: 0;
}
.page-template-inner-page-template .page-content-outer {
    padding: 20px 0 35px;
}
body.headerfix {
    padding-top: 255px;
}
p.yelowbigtext {
    /*    font-size: 22px;
        font-weight: bold;
         color: #00563d;*/

    padding-top: 20%;
}
.page-template-donation_form ul.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
    overflow: hidden;
    text-align: center;
    position: relative;
    z-index: 2;
}
.page-template-donation_form ul.tabs li {
    background: none;
    cursor: pointer;
    width: 33.33%;
    display: table-cell;
    height: 68px;
    vertical-align: middle;
    float: left;
}
.page-template-donation_form ul.tabs li span.tabiing {
    background-color: #cdcdcd;
    display: block;
    padding: 18px 15px;
    color: #565656;
    border-radius: 8px 8px 0 0;
    margin-right: 5px;
    font-family: 'Brother-1816-Medium';
    height: 100%;
}
.page-template-donation_form ul.tabs:after {
    content: "";
    height: 8px;
    background: #cdcdcd;
    bottom: 0;
    position: absolute;
    width: 65%;
    left: 0;
    z-index: -1;
}
.page-template-donation_form ul.tabs li.current span.tabiing,
.page-template-donation_form ul.tabs li:hover span.tabiing {
    background: #00553D;
    color: #fff;
}
.page-template-donation_form ul.tabs li:last-child span {
    margin-right: 0;
}
.page-template-donation_form .tab-content {
    display: none;
    background: #f3f3f3;
    padding: 15px 20px;
    float: left;
    width: 100%;
}
.page-template-donation_form .tab-content.current {
    display: inherit;
}
.page-template-donation_form ul.tabs li:before {
    display: none;
}
.labelsec {
    color: #5a5a5a;
    font-family: 'Brother-1816-Medium';
    font-size: 20px;
    margin-bottom: 8px;
    text-transform: capitalize;
}
span.pricebox {
    width: 16.6%;
    height: 85px;
    float: left;
    border-radius: 6px;
    padding: 0 5px;
    position: relative;
    text-align: center;
}
span.pricebox input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    left: 0;
    cursor: pointer;
    margin: 0;
}
span.pricebox input + span.priceboxlabel {
    width: 100%;
    height: 100%;
    background: #cdcdcd;
    display: block;
    border-radius: 10px;
    color: #575757;
    font-family: 'Brother-1816-Medium';
    font-size: 22px;
    line-height: 3.6;
    cursor: pointer;
}
span.pricebox input:checked + span.priceboxlabel,
span.pricebox input:hover + span.priceboxlabel {
    background-color: #00553D;
    color: #fff;
}
.boxpricesec {
    margin-bottom: 20px;
    overflow: hidden;
}
.page-template-donation_form .tab-content input[type="text"] {
    background-color: #fff;
    min-height: 45px;
    font-family: 'Brother-1816-Regular';
}
.graybgforfield {
    background-color: #eaeaea;
    border-radius: 6px;
    padding: 15px;
    margin-bottom: 15px;
    float: left;
    width: 100%;
}
.graybgforfield select {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    width: 100%;
    background-color: #fff;
    min-height: 45px;
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    color: #686868;
    padding: 0.625em 0.4375em;
    outline: none;
    background-image: url(images/select-drop-icon.png);
    background-repeat: no-repeat;
    background-position: 98% center;
    font-family: 'Brother-1816-Regular';
}
.graybgforfield select::-ms-expand {
    display: none;
}
.mainrowfield {
    margin: 0 -15px;
    overflow: hidden;
}
.halffield {
    float: left;
    width: 50%;
    padding: 0 15px;
    margin-bottom: 15px;
}
.graybgforfield label {
    color: #808080;
    font-size: 16px;
}
.graybgforfield label span.required {
    color: red;
    font-size: 12px;
    margin-left: 2px;
}
.bottompaynow input.button.donate_btn_submit {
    margin: 0 auto;
    height: auto;
    padding: 22px 0px;
    background-color: #00553D;
    text-transform: capitalize;
    font-size: 22px;
    font-weight: normal;
    font-family: 'Brother-1816-Medium';
    border-radius: 6px;
    min-width: 225px;
    line-height: 1;
}
.bottompaynow input.button.donate_btn_submit:hover {
    background-color: #103a71;
}
.bottompaynow {
    float: left;
    width: 100%;
    margin: 20px 0;
    text-align: center;
}
.page-template-donation_form .tab-content .error,
.donatemsg {
    font-size: 16px;
    color: #bf1212;
    font-family: 'Brother-1816-Regular';
    line-height: 1.2;
    margin: 10px 0;
}
span.radiobtns {
    display: inline-block;
    margin-right: 10px;
}
.graybgforfield .halffield .halffield select {
    background-position: 93% center;
}
.graybgforfield .halffield select {
    background-position: 96% center;
}
span.pricebox input + span.priceboxlabel small {
    display: block;
    font-size: 12px;
    line-height: 1;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
}
.donation_right_sidebar {
    float: right;
    width: 33%;
    margin-left: 0;
    margin-top: 126px;
    /* background-color: #f3f3f3; */

    padding: 20px 0;
}
.donation_left_sidebar {
    float: left;
    width: 67%;
}
.greenbg {
    background: #739f54;
    color: #fff;
    padding: 10px;
    text-align: center;
    font-size: 20px;
    line-height: 1;
    font-family: 'Brother-1816-Bold';
    margin-bottom: 15px;
}
span.dolerleft {
    display: inline-block;
    vertical-align: middle;
    font-size: 40px;
}
span.headeinggreen {
    display: inline-block;
    vertical-align: middle;
    width: 55%;
    font-size: 18px;
    line-height: 1.2;
}
.page-content-in .donation_right_sidebar ul {
    padding: 0;
    margin-top: 30px;
}
.page-content-in .donation_right_sidebar ul li:before {
    display: none;
}
span.circleli {
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 3px solid #739f54;
    padding: 26px 0;
    text-align: center;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -40px;
    color: #739f54;
    font-size: 17px;
}
.page-content-in .donation_right_sidebar ul li {
    padding-left: 100px;
    margin-bottom: 15px !important;
    font-size: 15px;
}
.greanheadind {
    background-color: #739f54;
    color: #fff;
    padding: 8px;
    text-align: center;
    font-family: 'Brother-1816-Bold';
    margin-top: 50px;
}
.page-content-in .donation_right_sidebar .barstyle ul li {
    padding-left: 60px;
}
span.barno {
    position: absolute;
    left: 0;
    color: #739f54;
    top: -4px;
}
.bar1 {
    display: block;
    width: 15%;
    background: #80b95b;
    height: 10px;
    margin-bottom: 5px;
}
.bar2 {
    display: block;
    width: 40%;
    background: #70a054;
    height: 10px;
    margin-bottom: 5px;
}
.bar3 {
    display: block;
    width: 70%;
    background: #5e8840;
    height: 10px;
    margin-bottom: 5px;
}
.page-id-698 #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-menu-item.mega-current_page_parent#mega-menu-item-39 > a,
.page-id-341 #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item#mega-menu-item-38 > a,
.page-id-844 #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item#mega-menu-item-38 > a {
    color: #fff;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-current-page-ancestor > ul.mega-sub-menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    color: #103a71;
}
input.inputbox.comment_1 {
    width: 280px;
}
/*------------------------------- 26july -------------------------------*/

.foundation-p {
    color: #515151;
}
.press-right-sidebar {
    background-color: #f3f3f3;
    /*    border: 3px solid #103a71;  */

    padding: 15px 20px;
    width: 28%;
}
.press-right-sidebar p {
    line-height: 1.5;
    margin-bottom: 0;
}
/*.page-id-31781 header.entry-header {
    display: none;
}*/

.recepeints-list p {
    margin-bottom: 0;
}
h3.displyinlineblock {
    display: inline-block;
}
.page-id-264 .maindivrow h3,
.page-id-389 .maindivrow h3 {
    font-size: 17px;
}
.donation_right_sidebar.press-right-sidebar p strong {
    color: #103a71;
    font-family: 'Brother-1816-Light';
    font-size: 40px;
    margin-bottom: 15px;
    font-weight: normal;
}
.bg-white {
    padding: 30px 0;
    float: left;
    width: 100%;
    position: relative;
    z-index: 9;
    margin: 20px 0;
}
.bg-white::after {
    content: "";
    position: absolute;
    width: 3000%;
    left: -1000%;
    top: 0;
    height: 100%;
    background: #fff;
    z-index: -1;
}
.video-main-slider {
    float: left;
    width: 100%;
    margin-bottom: 0;
    margin-top: 15px;
}
body .slider-nav {
    float: left;
    clear: both;
    margin-bottom: 50px !important;
    width: 100%;
}
.slider-nav .single-video {
    position: relative;
    cursor: pointer;
}
.slider-nav .single-video:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
}

.slider-nav .single-video.slick-current:before
{
    border-color: #2188b7;
}
.slider-nav .single-video.slick-current:before,
.slider-nav .single-video:hover:before {
    background: rgba(0, 0, 0, .4);
}
.video-main-slider .common-video-wrap {
    width: 100%;
    height: 500px;
}
.slider-nav .single-video {
    position: relative;
    margin: 5px 8px;
    border: 0px solid #666;
    box-shadow: 0px 0px 2px #666;
}
.slider-nav .common-video-wrap {
    margin-bottom: 0;
}
.slider-nav .slick-dots {
    bottom: -35px;
    margin: 0;
    list-style: none;
}
.slider-nav .slick-dots li:before {
    width: 10px;
    height: 10px;
}

.slider-nav .slick-dots li.slick-active:before
{
    background: #2188b7;

}
.slider-nav .slick-dots li button::before {
    color: transparent;
}
.slider-nav .slick-dots li.slick-active button::before {
    color: transparent;
}
.slider-nav-outer {
    margin-left: -5px;
    margin-right: -5px;
}
/*------------------------------- 9 Aug 2017 -------------------------------*/

.wpcf7-form-wrap .alignright {
    float: right;
    max-width: 300px;
}
.page-content-in .wpcf7-form-wrap h2 {
    display: inline-block;
}
.wpcf7-form-wrap .wpcf7-response-output {
    max-width: 445px;
}
.wpcf7-form-wrap div.wpcf7-mail-sent-ok {
    border: 2px solid #ad9b0c;
}
.page-content-in .rm-h5-margin h5 {
    margin: 0;
}
.page-content-in .leadership-content h5 {
    color: #103a71;
    margin-bottom: 0;
}
.page-content-in ul.no-space li {
    margin-bottom: 0px;
}
/*------------------------------- 11 Aug 2017 -------------------------------*/

.page-content-in .last-li {
    margin: 0 0 10px !important;
}
/*------------------------------- 17 Aug 2017 -------------------------------*/

.family-physician-slider-wrap {
    float: right;
    max-width: 400px;
	width:100%;
    padding: 0 45px;
}
.family-physician-slider-wrap .slick-prev,
.family-physician-slider-wrap .slick-next {
    background: rgba(0, 0, 0, 0) url("images/home-slider-arrow.png") no-repeat scroll 0 0;
    border-radius: 100%;
    bottom: 25px;
    height: 32px;
    opacity: 0.7;
    width: 32px;
    z-index: 99;
    font-size: 0;
}
.family-physician-slider-wrap .slick-prev {
    left: -40px;
}
.family-physician-slider-wrap .slick-next {
    background-position: right center;
    right: -40px;
}
.family-physician-slider-wrap .slick-prev::before,
.family-physician-slider-wrap .slick-next::before {
    opacity: 0;
}
.family-physician-slider-wrap .slick-prev:hover::before,
.family-physician-slider-wrap .slick-prev:focus::before,
.family-physician-slider-wrap .slick-next:hover::before,
.family-physician-slider-wrap .slick-next:focus::before {
    opacity: 0;
}
.family-physician-slider-wrap .slick-prev:focus,
.family-physician-slider-wrap .slick-prev:hover,
.family-physician-slider-wrap .slick-next:focus,
.family-physician-slider-wrap .slick-next:hover {
    background: rgba(0, 0, 0, 0) url("images/home-slider-arrow.png") no-repeat scroll 0 0;
    opacity: 1;
}
.family-physician-slider-wrap .slick-next:focus,
.family-physician-slider-wrap .slick-next:hover {
    background-position: right center;
}
.family-physician-slider .slick-disabled {
    display: none !important;
}
.term-june-20-2017 .page-content-in .grid-8 {
    line-height: 1.2;
}
.term-june-20-2017 .grid-8 .comments-link {
    display: none !important;
}
.term-june-20-2017 .wfmuissbottomlogo {
    display: none;
}
/*.single-wfmu .grid-8 .addtoany_share_save_container {
  display: none;
}*/

.grid-8 .comments-title,
.grid-8 .comment-reply-title {
    border-top: 4px solid #ad9b0c;
}
.comment-form .form-submit .submit {
    background-color: #980747;
    border-radius: 30px;
    color: #ffffff;
    display: inline-block;
    font-family: "Brother-1816-ExtraBold";
    font-size: 18px;
    font-weight: normal;
    line-height: 52px;
    padding: 0 35px;
    height: 47px;
    line-height: 47px;
}
.side-menu-img img {
    margin: 1px 0px;
}
.comment-form .form-submit .submit:hover {
    background-color: #2289b7;
}
.wfmu-header-bottom {
    padding: 15px 0 0;
}
.wfmu-header-bottom .date-left {
    display: inline-block;
    float: left;
    margin-right: 3%;
    width: 30%;
}
.wfmu-header-bottom .search-right {
    display: inline-block;
    float: right;
    margin-right: -6px;
    width: 67%;
}
.wfmu-header-bottom .top-search .search-field {
    border: 1px solid #0f7eac !important;
    color: #0f7eac !important;
}
.wfmu-header-bottom .search-submit::before {
    color: #0f7eac;
}
.wfmu-header-bottom .top-search::-webkit-input-placeholder {
    color: #0f7eac;
}
.wfmu-header-bottom .top-search::-moz-placeholder {
    color: #0f7eac;
}
.wfmu-header-bottom .top-search:-ms-input-placeholder {
    color: #0f7eac;
}
body.custom-background.page-id-26 {
    background-color: rgba(0, 0, 0, 0);
}
.grid-8 .page-header {
    display: none;
}
.term-june-20-2017 .wfmupagestyle .wfmu-data {
    padding: 30px 0 40px;
}
.wfmu-header-bottom .header-social-wrap li:first-child,
.wfmu-header-bottom .header-social-wrap li:nth-child(2) {
    display: none;
}
/*------------------------------- 22 Aug 2017 -------------------------------*/

.page-id-31780.page-template-inner-page-template .page-content-outer {
    padding: 20px 0 0px;
}
.maindivrow h3 {
    margin: 0;
}
.page-id-268 #mega-menu-item-39 > a {
    color: #ffffff !important;
}
.align-with-list {
    padding-left: 28px;
}
.donation_right_sidebar h3 {
    font-size: 23px;
    line-height: 1.5;
    margin-bottom: 5px;
}
.page-id-31787 .page-content-outer {
    padding-bottom: 0;
}
/*------------------------------- 28 Aug 2017 -------------------------------*/

p.low-margin {
    margin: 0 0 7px;
}
.giv-levels h5 {
    margin: 0;
}
/*------------------------------- 29 Aug 2017 -------------------------------*/

.wfmu-right {
    float: right;
    width: 100%;
    margin: 0 0 15px;
}
.wfmu-right .header-social-wrap li:first-of-type,
.wfmu-right .header-social-wrap li:nth-child(2) {
    display: none;
}
.wfmupagestyle .site-branding {
    margin: 25px 0;
    width: 16%;
}
.logosecwfmu {
    float: left;
    width: 51%;
    margin: 15px 0;
    padding-left: 20px;
}
.wfmu-menu a {
    font-size: 16px;
}
.page-content-in.wfmu-data .grid-8 article {
    float: left;
    margin: 0 0 15px;
}
.entry-content {
    float: left;
    line-height: 1.5;
}
.wfmu-data.page-content-in h2 {
    clear: none;
    line-height: 1;
}
.wfmu-data article .post-thumbnail {
    margin-top: 7px;
}
.blue-bg-inner.single-wfmu {
    padding: 20px 0 0;
}
#commentform .comment-notes {
    display: none;
}
#respond.comment-respond {
    padding: 0;
}
.wfmupagestyle .header-social-wrap li:last-of-type {
    padding: 0 10px 0 0;
}
.page-id-32 .bluebackground-content.page-content-in,
.page-id-31785 .bluebackground-content.page-content-in,
.page-id-28 .bluebackground-content.page-content-in,
.page-id-332 .bluebackground-content.page-content-in,
.page-id-347 .bluebackground-content.page-content-in {
    margin-bottom: 0;
}
.page-id-32 .page-content-outer,
.page-id-31785 .page-content-outer,
.page-id-28 .page-content-outer,
.page-id-332 .page-content-outer,
.page-id-347 .page-content-outer {
    padding-bottom: 0;
}
.page-id-389 li#mega-menu-item-44 > a {
    color: #fff !important;
}
.page-id-389 li#mega-menu-item-44 > a:hover {
    color: #68d8f8 !important;
}
.centerimgsec img,
.centerimgsec a {
    display: inline-block;
    vertical-align: middle;
    padding-right: 20px;
}
.bluebgsecafter {
    position: relative;
    z-index: 6;
    padding: 30px 0;
    float: left;
    width: 100%;
}
.bluebgsecafter:after {
    background-color: #e8f3f8;
    content: "";
    position: absolute;
    top: 0;
    width: 100000%;
    height: 100%;
    z-index: -1;
    left: -10000%;
}
.spacetopp p {
    margin: 0 !important;
}
.page-id-201 .page-content-in,
.page-id-372 .page-content-in,
.page-id-122 .page-content-in,
.page-id-204 .page-content-in,
.page-id-266 .page-content-in,
.page-id-33545 .page-content-in{
    overflow: visible;
    float: left;
    width: 100%;
}
.bluebgsecafter {
    margin-bottom: 20px;
}
.page-id-201 .full-width-page,
.page-id-372 .full-width-page {
    float: left;
    width: 100%;
    background-color: #fff;
}
hr.orange-hr.spacetop {
    margin-top: 30px;
}
.page-id-357 li#mega-menu-item-38 > a,
.page-id-180 li#mega-menu-item-40 > a {
    color: #fff !important;
}
table.half-table td,
table.half-table th,
table.half-table {
    border: 0;
    margin-bottom: 15px;
}
.bluebgsecafter table.half-table {
    margin: 0;
}
.page-id-389 .accordion-content {
    margin-bottom: 0;
}
li#mega-menu-item-31680 {
    width: 20% !important;
}
.page-content-in ul.nospaced li {
    margin-bottom: 0;
}
span.quatessize {
    /*    font-size: 22px;
        line-height: 1;
        display: inline-block;
        color: #ad9b0c;*/
}
/*.members-assembly .Date input[type="date"]::-webkit-inner-spin-button, 
.members-assembly .Date input[type="date"]::-webkit-outer-spin-button, .members-assembly .Date input[type="date"]::-webkit-calendar-picker-indicator{
     -webkit-appearance: none;
    display: none;
}*/

.mainformsec {
    overflow: hidden;
    margin: 0 -15px;
}
.members-assembly {
    float: left;
    width: 50%;
    padding: 0 15px;
}
.members-textright {
    float: left;
    width: 50%;
    padding: 0 15px;
}
.members-assembly .form-btn-group {
    width: 100%;
    margin: 20px 0;
    text-align: center;
}
/*.members-assembly input.wpcf7-form-control.wpcf7-submit {
    margin: 0 auto;
    height: auto;
    padding: 22px 0px;
    background-color: #00553D;
    text-transform: capitalize;
    font-size: 22px;
    font-weight: normal;
    font-family: 'Brother-1816-Medium';
    border-radius: 6px;
    min-width: 225px;
    line-height: 1;
}
.members-assembly input.wpcf7-form-control.wpcf7-submit:hover {

    background-color: #103a71;
}*/

.members-assembly div#wpcf7-f1813-p726-o1 {
    padding: 20px 10px;
    background: #f3f3f3;
}
li#mega-menu-item-349 {
    height: 300px !important;
}
.wpeditorcontent ul {
    margin-bottom: 18px;
    padding-left: 28px;
}
table.borders.sheduleevnt td:first-child {
    width: 15%;
    vertical-align: top;
}
table.borders.sheduleevnt {
    table-layout: auto !important;
}
table.noborder,
table.noborder td {
    border: 0;
}
form.post-password-form input[type="submit"] {
    background-color: #980747;
    border-radius: 30px;
    color: #ffffff;
    display: inline-block;
    font-family: "Brother-1816-ExtraBold";
    font-size: 18px;
    font-weight: normal;
    line-height: 52px;
    margin: 0;
    padding: 0px 35px 0px;
    text-align: center;
}
form.post-password-form input[type="submit"]:hover {
    background-color: #2289b7;
}
.entry-content form.post-password-form p label {
    font-size: 0;
    margin-bottom: 15px;
}
.form-group-textarea.fascalnote textarea {
    height: 50px;
}
.page-content-in a:hover,
.page-content-in a:focus {
    color: #0a7ca9;
}
.page-id-31700 li#mega-menu-item-40 > a {
    color: #fff !important;
}
.spacetopp {
    padding-top: 60px;
}
/*------------------------------- Oct 18 2017 -------------------------------*/

.single-wfmu .white-box:nth-child(2) > h2 {
    font-size: 12pt;
}
.wfmu-data .white-box:nth-child(2) > h2 {
    font-size: 12pt;
}
.side-menu-img {
    margin: 25px 0px 0px 7px;
    padding: 10px 2px;
}
/*------------------------------- Nov 7 2017 -------------------------------*/
.home-slider-content .slick-slide {
    padding: 0;
}
/*------------------------------- Nov 15 2017 -------------------------------*/
.grid-8 .comments-link {
    display: none !important;
}
/*------------------------------- Nov 16 2017 -------------------------------*/
.grid-8 .comments-link {
    display: none !important;
}
.grid-4 #sidebar .white-box:first-of-type h2 {
    font-size: 20px;
}
.single-wfmu .grid-8 .comments-area {
    margin-bottom: 0;
}
.site-main #sidebar .white-box form {
    padding: 0;
    background: rgba(0,0,0,0);
    border: 0;
    margin: 10px 0 0 8px;
}
.menu.wfmu-menu > li:last-of-type {
    border-bottom: 1px dotted #ad9b0c;
    padding: 12px 10px 15px;
}
#sidebar .white-box:last-of-type {
    padding: 10px 0 0;
}
/*------------------------------- 21-Nov-2017 -------------------------------*/
.additional-padding {
    float: left;
    padding: 20px 0;
    width:100%;
}
.page-id-260 .page-content-outer {
    padding-bottom: 0;
}
/*------------------------------- 23-Nov-2017 -------------------------------*/
.about-listing{
    font-size: 17px;
    line-height: 1.5;
    color: #515151;
}
.about-listing.space-top {
    margin-top: 18px;
}
.single-wfmu .entry-content div {
    font-size: 17px;
}

/*--End---*/
.site-main ul.spaced li,
.site-main ol.spaced li {
    margin-bottom: 13px;
    line-height: 1.5;
}
/*.site-main ol.spaced,
.site-main ul.spaced {
    padding-bottom: 5px;
}*/
.donation_left_sidebar .donatemsg.success {
    color: green;
    margin-bottom: 20px;
    margin-top: 18px;
    border-left: 3px solid green;
    width: 55%;
    padding: 9px 12px;
    box-shadow: 1px 1px 6px #ccc;
}
.info_p {
    color: #808080;
    font-size: 16px;
    float: left;
    width: 100%;
}
.top-line p {
    margin-bottom: 10px;
}
.side-menu-img a {
    margin-bottom: 12px;
    display: block;
}
.page-id-260 .bluebackground-content {
    margin-bottom: 0;
    padding-bottom: 0;
}
.bg-white.lastbgwhite {
    margin-bottom: 0;
    /*padding-bottom: 0;*/
}
.error_info{
    float: left;
    width: 100%;
    margin-top: 35px;
    border: 1px solid green;
    padding: 15px 15px;
    font-size: 16px;
    border-radius: 3px;
}

.read_btn {
    background-color: #980747;
    border-radius: 30px;
    color: #ffffff !important;
    display: inline-block;
    font-family: "Brother-1816-ExtraBold";
    font-size: 18px;
    font-weight: normal;
    line-height: 52px;
    margin: 0;
    padding: 0px 35px 0px;
    text-align: center;
}
.read_btn:hover{
	background-color: #2289b7;
}
.page-id-33543 .bluebackground-content{
    padding-bottom: 0;
    margin-bottom: 0;
}
.page-id-33543 .page-content-outer{
    padding-bottom: 0;
}
/*------------------------------- 7-jan-2018 -------------------------------*/
.site-main ul.spaced li:last-of-type, .site-main ol.spaced li:last-of-type {
  margin: 0;
}


body .frm_style_formidable-style.with_frm_style .form-field.frm_section_heading {
    padding:20px;
    background:#eaeaea;
    margin:0 0 30px;
}

body .frm_style_formidable-style.with_frm_style .form-field.frm_section_heading:after {
    content:'';
    width:100%;
    height:0;
    display:table;
    clear:both;
}

body .frm_style_formidable-style.with_frm_style .form-field.frm_section_heading h3.frm_section_spacing {
    padding:0 0 20px;
    margin:0 0 20px;
    border-bottom:1px solid #CCC;
}

body .frm_style_formidable-style.with_frm_style .form-field#frm_field_6_container .frm_opt_container label,
body .frm_style_formidable-style.with_frm_style .form-field#frm_field_15_container .frm_opt_container label,
body .frm_style_formidable-style.with_frm_style .form-field#frm_field_28_container .frm_opt_container label,
body .frm_style_formidable-style.with_frm_style .form-field#frm_field_54_container .frm_opt_container label {
    background:#cdcdcd;
    border-radius:5px;
    text-align:center;
    padding:12px 15px;
    display:block;
    font-size:18px;
    font-weight:bold;
    cursor:pointer;
    margin:0 0 10px;
}

body .frm_style_formidable-style.with_frm_style .form-field#frm_field_28_container .frm_opt_container {
    display:flex;
}

body .frm_style_formidable-style.with_frm_style .form-field#frm_field_28_container .frm_opt_container label {
    padding:8px 10px;
    font-size:16px;
}

body .frm_style_formidable-style.with_frm_style .form-field#frm_field_6_container .frm_opt_container label.active,
body .frm_style_formidable-style.with_frm_style .form-field#frm_field_15_container .frm_opt_container label.active,
body .frm_style_formidable-style.with_frm_style .form-field#frm_field_28_container .frm_opt_container label.active {
    background:#00553D;
    color:#FFF;
}
body .frm_style_formidable-style.with_frm_style .form-field#frm_field_54_container .frm_opt_container label.active {
    background:#980747;
    color:#FFF;
}

body .frm_style_formidable-style.with_frm_style .form-field#frm_field_6_container .frm_opt_container label input,
body .frm_style_formidable-style.with_frm_style .form-field#frm_field_15_container .frm_opt_container label input,
body .frm_style_formidable-style.with_frm_style .form-field#frm_field_28_container .frm_opt_container label input,
body .frm_style_formidable-style.with_frm_style .form-field#frm_field_54_container .frm_opt_container label input {
    position:absolute;
    visibility:hidden;
    opacity:0;
    display:none;
}

body .frm_style_formidable-style.with_frm_style .frm_submit button {
    box-shadow:none;
    border-radius:5px;
    border:none;
    color:#FFF;
    text-align:center;
    background:#980747;
    font-size:18px;
    font-weight:bold;
    padding:20px 30px;
}

#frm_field_34-line2_container {
    display:none;
}

.frm_style_formidable-style.with_frm_style input[type=text],
.frm_style_formidable-style.with_frm_style input[type=password],
.frm_style_formidable-style.with_frm_style input[type=email],
.frm_style_formidable-style.with_frm_style input[type=number],
.frm_style_formidable-style.with_frm_style input[type=url],
.frm_style_formidable-style.with_frm_style input[type=tel],
.frm_style_formidable-style.with_frm_style input[type=phone],
.frm_style_formidable-style.with_frm_style input[type=search],
.frm_style_formidable-style.with_frm_style select,
.frm_style_formidable-style.with_frm_style textarea,
.frm_form_fields_style,
.frm_style_formidable-style.with_frm_style .frm_scroll_box .frm_opt_container,
.frm_form_fields_active_style,
.frm_form_fields_error_style,
.frm_style_formidable-style.with_frm_style .chosen-container-multi .chosen-choices,
.frm_style_formidable-style.with_frm_style .chosen-container-single .chosen-single {
    margin:0;
}

#masthead {
    position:relative;
    z-index:100;
}


#nav ul {
    list-style:none;
    margin:5px 0 0;
    padding:0;
    margin:auto;
    max-width:1200px;
    width:100%;
}

#nav ul.menu > li {
    float:left;
    text-align:center;
    margin:0;
}

#nav ul.menu > li:last-child {
    border:none;
}

#nav ul.menu > li > a {
    text-decoration:none;
    display:block;
    padding:15px 15px;
    font-weight:normal;
    font-size:16px;
    color:#FFF;
    line-height:40px;
}

#nav ul.menu > li:hover > a,
#nav ul.menu > li.current-menu-parent > a,
#nav ul.menu > li.current-menu-item > a {
    color:#68d8f8;
}

#nav ul.menu > li > .subWrap {
    position:absolute;
    visibility:hidden;
    left:0;
    top:100%;
    min-width:100%;
    max-width:100%;
    overflow:hidden;
    border-top:15px solid #103a71;
}

#nav ul.menu > li > .subWrap > .inner {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    background:rgba(198, 235, 246, 0.98);
    opacity:0;
}

#nav ul.menu > li > .subWrap > .inner > ul.sub-menu {
    padding:40px 0px;
    list-style:none;
    margin:auto;
    white-space: nowrap;
    text-align:center;
    position:relative;
    display:flex;
    justify-content:flex-start;
    align-items:flex-start;
    flex-wrap:wrap;
    width:100%;
    max-width:1200px;
}

#nav ul.menu > li.megaStacked > .subWrap > .inner > ul.sub-menu > li {
    width:100%;
    max-width:300px;
    text-align:left;
    white-space:normal;
}

#nav ul.menu > li:hover > .subWrap {
    visibility:visible;
}

#nav ul.menu > li:hover > .subWrap > .inner {
    opacity:1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}

#nav ul.menu > li > .subWrap > .inner > ul.sub-menu > li.menu-item-has-children {
    text-align:left;
    margin-left:0;
    margin-right:3%;
    width:100%;
}

#nav ul.menu > li > .subWrap > .inner > ul.sub-menu > li {
    display:inline-block;
    margin:0 3% 20px 0;
    text-align:left;
    white-space:normal;
    width:100%;
    max-width:30%;
}

#nav ul.menu > li > .subWrap > .inner > ul.sub-menu > li.subHeading {
    position:absolute;
    top:40px;
    left:20px;
    width:300px;
}

#nav ul.menu > li.shWrap > .subWrap > .inner > ul.sub-menu {
    padding-left:340px;
}

#nav ul.menu > li > .subWrap > .inner > ul.sub-menu > li.subHeading > a {
    font-size:32px;
    white-space:normal;
    line-height:1em;
}

#nav ul.menu > li > .subWrap > .inner > ul.sub-menu > li:last-child {
    padding-right:0;
}

#nav ul.menu > li > .subWrap > .inner > ul.sub-menu > li.menu-item-has-children > a {
    
}

#nav ul.menu > li > .subWrap > .inner > ul.sub-menu > li > a {
    color:#0085ca;
    display:block;
    font-family: inherit;
    font-size: 14px;
    font-weight: bold;
}

#nav ul.menu > li > .subWrap > .inner > ul.sub-menu > li > a:hover,
#nav ul.menu > li > .subWrap > .inner > ul.sub-menu > li.current-menu-item > a,
#nav ul.menu > li > .subWrap > .inner > ul.sub-menu > li.current-menu-ancestor > a {
    color:#0085ca;
}

#nav ul.menu > li > .subWrap > .inner > ul.sub-menu > li > .subWrap > .inner > ul.sub-menu > li {
    margin-bottom:20px;
    position:relative;
    line-height:1em;
}

#nav ul.menu > li > .subWrap > .inner > ul.sub-menu > li > .subWrap > .inner > ul.sub-menu > li > a {
    font-size:14px;
    color:rgb(34, 137, 183);;
    position:relative;
}

#nav ul.menu > li > .subWrap > .inner > ul.sub-menu > li > .subWrap > .inner > ul.sub-menu > li > a:before {
    content:'\f105';
    font-family:'FontAwesome';
    display:inline-block;
    vertical-align:middle;
    margin:0 5px 0 0;
    font-size:14px;
    position:relative;
    top:-1px;
}

#nav ul.menu > li > .subWrap > .inner > ul.sub-menu > li > a:hover,
#nav ul.menu > li > .subWrap > .inner > ul.sub-menu > li > .subWrap > .inner > ul.sub-menu > li > a:hover {
    color:#103a71;
}

#nav ul.menu > li > .subWrap > .inner > ul.sub-menu > li > .subWrap > .inner > ul.sub-menu > li > .subWrap > .inner > ul.sub-menu > li > a {
    font-size:14px;
    color:#2289b7;
    padding-left:20px;
}

#nav ul.menu > li > .subWrap > .inner > ul.sub-menu > li > .subWrap > .inner > ul.sub-menu > li > .subWrap > .inner > ul.sub-menu > li > a:before {
    content:'\f101';
    display:inline-block;
    vertical-align:middle;
    margin:0 5px 0 0;
    font-family:'FontAwesome';
}

.menuToggle {
    text-transform:uppercase;
    font-size:12px;
    cursor:pointer;
    display:none;
    float:right;
}

.menuToggle:after {
    content: '\f0c9';
    font-family: 'FontAwesome';
    font-size: 26px;
    color: #FFF;
    text-align:center;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 0px 0 30px;
    pointer-events: none;
}

.closeToggle {
    cursor:pointer;
    float:right;
    display:none;
    margin:0 0 20px;
}

.closeToggle:before {
    content:'\f057';
    font-family:'FontAwesome';
    font-size:30px;
    pointer-events:none;
    color:#666;
    display:block;
    padding:15px;
    background:none;
}

.overlayToggle {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    width:100%;
    height:100%;
    background:#000;
    opacity:0;
    visibility:visible;
    z-index:100;
    pointer-events:none;
}

body.showNav .overlayToggle {
    opacity:.3;
    visibility:visible;
    pointer-events:auto;
}

/*------------------------------- Media Query -------------------------------*/

@media screen and (max-width: 1200px) {
    .closeToggle{
        display:block;
    }

    .menuToggle {
        display:inline-block;
        vertical-align:middle;
    }

    #header {
        text-align:left;
    }

    #nav {
        position:fixed;
        top:0;
        right:0;
        bottom:0;
        max-width:300px;
        background:#FFF;
        z-index:110;
        padding:0;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
        overflow:auto;
        text-align:left;
        width:100%;
        display:block;
    }

    body.admin-bar #nav {
        padding-top:32px;
    }

    #nav .menu-main-menu-container {
        padding-top:50px;
    }

    body.showNav #nav {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    
    #nav ul.menu > li {
        display:block;
        clear:both;
        border-bottom:1px solid #ececec;
        text-align:left;
        width:100%;
    }

    #nav ul.menu > li:last-child {
        border:none;
    }

    #nav ul.menu > li > .subWrap > .inner > ul.sub-menu > li.menu-item-has-children {
        margin:0;
    }

    #nav ul.menu > li.menu-item-has-children:before {
        content:'\f107';
        font-family:'FontAwesome';
        float:right;
        color:#27251f;
        padding:13px;
        font-size:13px;
        cursor:pointer;
    }

    #nav ul.menu > li.menu-item-has-children.showChild:before {
        content:'\f106';
        color:#da291c;
    }

    #nav ul.menu > li > a {
        display:inline-block;
        padding:10px;
        line-height:16px;
        padding:15px 15px;
        color:#2188b7;
    }

    #nav ul.menu > li > .subWrap {
        position:relative;
        display:none;
        top:auto;
        border:none;
    }

     #nav ul.menu > li > .subWrap .inner {
        opacity:1;
        visibility:visible;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
     }

    #nav ul.menu > li > ul.sub-menu {
        position:relative;
        top:auto;
        left:auto;
    }

    #nav ul.menu > li:hover > ul.sub-menu,
    #nav ul.menu > li > .subWrap > .inner > ul.sub-menu > li.subHeading {
        display:none;
    }

    #nav ul.menu > li.showChild > .subWrap {
        display:block;
    }

    #nav ul.menu > li > .subWrap > .inner > ul.sub-menu,
    #nav ul.menu > li.shWrap > .subWrap > .inner > ul.sub-menu {
        padding:0;
    }

    #nav ul.menu > li > .subWrap > .inner > ul.sub-menu > li {
        text-align:left;
        margin:0;
        border-bottom:1px solid #ececec;
        width:100%;
        max-width:100%;
    }

    #nav ul.menu > li > .subWrap > .inner > ul.sub-menu > li > a {
        padding:10px;
        white-space:normal;
    }

    #nav ul.menu > li > .subWrap > .inner > ul.sub-menu > li > .subWrap > .inner > ul.sub-menu > li {
        display:block;
        margin:0;
    }

    #nav ul.menu > li > .subWrap > .inner > ul.sub-menu > li > .subWrap > .inner > ul.sub-menu > li > a {
        display:inline-block;
        padding:10px 15px;
        white-space:normal;
    }

    #nav ul.menu > li > .subWrap > .inner > ul.sub-menu > li > .subWrap > .inner > ul.sub-menu > li > .subWrap > .inner > ul.sub-menu > li {
        width:100%;
        display:block;
    }

    #nav ul.menu > li > .subWrap > .inner > ul.sub-menu > li > .subWrap > .inner > ul.sub-menu > li > .subWrap > .inner > ul.sub-menu > li > a {
        padding:10px 30px;
        white-space:normal;
        display:inline-block;
    }

    #nav #loginNav {
        text-align:center;
        padding:20px;
    }

    #nav ul.menu > li.orderNow {
        text-align:center;
    }

    #nav ul.menu > li.orderNow > a {
        margin:20px auto 10px;
    }

}

@media only screen and (max-width: 1279px) {
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
        padding: 0 32px 0 0;
    }
    .the-ohio-text p,
    .weekly-text p {
        font-size: 11pt;
    }
    .home-slider-wrap .slick-prev {
        right: 60px;
    }
    .home-slider-wrap .slick-next {
        right: 10px;
    }
    .wpeditorcontent .foundation-staff-img ul li {
        width: 23.7%;
    }
}
@media only screen and (max-width: 1170px) {
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
        padding: 0 20px 0 0;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
        font-size: 15px;
    }
    .home-custom-posts li {
        width: 22%;
    }
    .the-ohio-wrap a.read {
        font-size: 12px;
        padding: 8px 18px;
    }
    .the-ohio {
        margin: 0 20px 0 0;
    }
    .full-fill > h1 {
        font-size: 22pt;
        line-height: 35px;
    }
    .footer-copy-right p {
        font-size: 12px;
    }
    .slider-right-wrap a {
        line-height: 42px !important;
    }
    .slider-right-wrap {
        padding: 0px 0 0 50px;
    }
    .become-partner-wrap .sup-port {
        width: 67%;
    }
    .coporate-r-info {
        width: 66%;
    }
    .weekly-text a {
        font-size: 12px;
    }
}
@media only screen and (max-width: 1099px) {
    .wfmupagestyle .top-right-wrap {
        margin: 10px 0;
    }
    .wfmupagestyle .header-social-wrap {
        width: 100%;
        margin: 0 0 5px 0;
    }
    .wfmupagestyle .top-search {
        width: 80%;
    }
    .wfmupagestyle .custom-logo {
        max-width: 100%;
    }
    .page-id-33543 .bluebackground-content{
        padding-bottom: 25px;
    }
}
@media only screen and (max-width: 1023px) {
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
         color: #2086b5 !important;
    }
    li#mega-menu-item-349 {
        height: auto !important;
    }
    span.pricebox input + span.priceboxlabel {
        font-size: 15px;
        line-height: 5.6;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link,
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
/*        color: #fff !important;*/
            color: #2086b5 !important;
    }
    .site-header {
        position: static !important;
    }
    ul.mega-sub-menu {
        background-color: rgb(104, 216, 248) !important;
    }
    .mega-sub-menu li#mega-menu-item-71 a,
    .mega-sub-menu li#mega-menu-item-1942 a,
    .mega-sub-menu #mega-menu-item-1943 a,
    .mega-sub-menu #mega-menu-item-1944 a,
    .mega-sub-menu #mega-menu-item-1945 a,
    .mega-sub-menu #mega-menu-item-1946 a,
    .mega-sub-menu #mega-menu-item-1947 a,
    .mega-sub-menu li#mega-menu-item-31680 a,
    .mega-sub-menu .mega-menu-item-33756 > a,
    #nav li#menu-item-71 a,
    #nav li#menu-item-1942 a,
    #nav #menu-item-1943 a,
    #nav #menu-item-1944 a,
    #nav #menu-item-1945 a,
    #nav #menu-item-1946 a,
    #nav #menu-item-1947 a,
    #nav li#menu-item-31680 a,
    #nav .mega-menu-item-33756 > a{
        margin: 0 !important;
        font-size: 22px !important;
    }
    #mega-menu-wrap-primary:before,
    #mega-menu-wrap-primary #mega-menu-primary:before,
    #mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu:before,
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item:before,
    #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link:before,
    #mega-menu-wrap-primary:after,
    #mega-menu-wrap-primary #mega-menu-primary:after,
    #mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu:after,
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item:after,
    #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link:after {
        display: none !important;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current_page_item > a.mega-menu-link,
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item.mega-current_page_item > a.mega-menu-link,
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-current_page_parent.mega-menu-item > a.mega-menu-link,
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item.mega-current_page > a.mega-menu-link,
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-menu-item.mega-current_page_parent .mega-sub-menu .mega-current_page_parent > a,
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-menu-item.mega-current_page_parent .mega-sub-menu .mega-current_page_item > a,
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-menu-item.mega-current_page_parent > a,
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-menu-item.mega-current-menu-ancestor > a {
/*        color: #1e87b6 !important;*/
    color: #980747 !important;
    }
    .slider-right-wrap .button a {
        margin: 10px 0 0 !important;
    }
    .site-header-main .menu-toggle {
        display: none;
    }
    .the-ohio {
        margin: 0 0 40px;
        width: 100%;
        min-height: 1px;
    }
    .weekly-family {
        float: left;
        width: 100%;
        min-height: 1px;
    }
    .membership-text {
        padding: 0 0px 0 25px;
    }
    .home-custom-posts li {
        margin: 0 0 30px;
        width: 48%;
    }
    .home-custom-posts li:nth-child(2n+1) {
        margin: 0 20px 0 0;
    }
    .home-custom-posts li div {
        text-align: center;
    }
    .site-header-menu .social-navigation {
        display: none;
    }
    .mega-menu-toggle.mega-menu-open {
        border-bottom: 1px solid #ffffff;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
        display: block;
        padding: 0;
    }

    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
        border-bottom: 1px solid #ffffff;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover,
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus {
/*        color: #2289b7;*/
    color: #980747;
    }
    .mega-sub-menu li#mega-menu-item-71 a {
        margin: 0!important;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {
        width: 100%;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
        padding: 5px 0;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover,
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:focus {
        color: #ffffff;
    }

    #nav ul.menu > li.megaStacked > .subWrap > .inner > ul.sub-menu > li {
        width:100%;
        max-width:300px;
    }
    .full-fill > a {
        font-size: 14px;
        padding: 0px 30px;
    }
    .sup-text {
        margin: 12px 2px 0;
    }
    .mega-toggle-on::after {
        display: none !important;
    }
    .blue-bg-inner,
    .page-content-outer {
        padding: 50px 0;
    }
    .blue-bg-inner .entry-title {
        font-size: 36px;
    }
    .oh-col-6 {
        width: 100%;
    }
    #intro-video {
        margin-top: 30px;
    }
    .page-advertise ul {
        margin-left: -15px;
        margin-right: -15px;
    }
    .page-advertise ul li {
        padding: 30px 15px 0;
    }
    .intro-content .read {
        margin-top: 20px;
    }
    .intro-content iframe {
        height: 400px;
    }
    table.info {
        width: 100%;
    }
    .slider-right-wrap > h1 {
        font-size: 20pt;
        margin: 0 0 10px;
    }
    .slider-right-wrap > p {
        font-size: 10pt;
    }
    .slider-right-wrap a {
        font-size: 14px;
        margin: 15px 0 0;
        line-height: 42px;
    }
    .full-fill > h1 {
        margin: 0 0 15px;
    }
    .slider-right-text {
        margin: 0 0 25px;
    }
    .div-goals-bg .gols-img {
        width: 25%;
    }
    .div-goals-bg .gols-text {
        width: 74%;
    }
    .fd-round ul li {
        width: 47.5%;
    }
    .fd-round ul li:nth-child(2) {
        margin: 0 0 20px;
    }
    .page-id-32 .blue-bg-inner {
        padding: 20px 0 0;
    }
    .page-id-32 .page-content-outer {
        padding: 0;
    }
    .members-assembly .wpcf7-form .form-group-textarea {
        width: 97%;
    }
    .become-partner-wrap .sup-port {
        width: 56%;
    }
    .coporate-r-info {
        width: 54%;
    }
    .wpeditorcontent .foundation-staff-img ul li {
        width: 23.4%;
    }
    .wpcf7-form-wrap .alignright {
        float: left;
        margin: 0 0 30px;
        max-width: 100%;
    }
    .page-content-in .wpcf7-form-wrap h2 {
        display: block;
    }
}
@media only screen and (max-width: 992px) {
    p.yelowbigtext {
        padding-top: 0%;
    }
    .page-content-in .donation_right_sidebar ul li {
        padding-left: 0;
        text-align: center;
    }
    span.circleli {
        position: static;
        margin: 0 auto;
    }
    .page-content-in .donation_right_sidebar .barstyle ul li {
        padding-left: 0;
    }
    span.barno {
        position: static;
        text-align: left;
        display: block;
        margin-bottom: 10px;
    }
    span.bartext {
        display: block;
        text-align: left;
    }
    .video-main-slider .common-video-wrap {
        height: 400px;
    }
    .slider-nav .common-video-wrap {
        height: 125px;
    }
}

@media only screen and (max-width: 991px) {
    .archive-division ul li {
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {

    .archive-division {
        width: 33.3%;
    }
    .main-staff-left img.over-img {
        right: 0px;
    }
    .white-staff .main-staff-right {
        padding-right: 0px;
    }
    .main-staff-right h4 {
        font-size: 23px !important;
    }
    .main-staff-left {
        width: 100%;
    }
    .main-staff-left img {
        margin: 0px auto 20px;
        display: block;
    }
    .main-staff-right {
        width: 100%;
        padding-left: 0px;
    }
    .members-textright {
        float: none;
        width: 100%;
        padding: 0 15px;
    }
    .members-assembly {
        float: left;
        width: 100%;
        padding: 15px;
        background: #f3f3f3;
    }
    .pagedefaultspacebtm {
        padding-bottom: 0;
    }
    .page-template-donation_form ul.tabs li {
        width: 100%;
        display: block;
        height: auto;
    }
    .page-template-donation_form ul.tabs li span.tabiing {
        border-radius: 0;
        margin-right: 0;
        margin-bottom: 2px;
    }
    span.pricebox {
        width: 33.3%;
        margin-bottom: 10px;
    }
    .halffield {
        width: 100%;
    }
    .donation_left_sidebar,
    .donation_right_sidebar {
        float: none;
        width: 100%;
        margin: 0 auto 20px;
    }
    .page-template-donation_form .pagedefaultspacebtm {
        padding-bottom: 0;
    }
    .page-template-donation_form .tab-content {
        padding: 15px 10px;
    }
    .wfmuissbottomlogo ul li {
        width: 100%;
    }
    .wfmupagestyle .grid-4,
    .wfmupagestyle .grid-8 {
        width: 100%;
        margin-right: 0;
        padding: 0 20px;
    }
    .mainsecdiv .col7,
    .mainsecdiv .col5 {
        width: 100%;
        float: none;
    }
    .home-slider-bg .site-inner {
        padding-top: 0;
        margin-bottom: 10px;
    }
    .entry-header,
    .entry-summary,
    .entry-content,
    .entry-footer,
    .page-content {
        margin-right: 0;
        margin-left: 0;
    }
    #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu,
    #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {
        background: #6fdaf8;
    }
    .page-content-in ul li ul {
        padding-left: 20px;
    }
    .colsec4,
    .colsec6 {
        width: 100%;
    }
    .membership-img {
        text-align: center;
        width: 100%;
    }
    .membership-text {
        float: left;
        padding: 25px 0 0;
        text-align: center;
        width: 100%;
    }
    .home-custom-posts li:nth-child(2n+1) {
        margin: 0 0 30px;
    }
    .home-custom-posts li {
        width: 100%;
    }
    .hearing h4 {
        font-size: 16px;
    }
    .site-branding {
        text-align: center;
        width: 100%;
    }
    .top-right-wrap {
        float: left;
        margin: 15px 0 25px;
        width: 100%;
    }
    .header-social-wrap {
        float: left;
        margin: 0 0 20px;
        text-align: center;
        width: 100%;
    }
    .header-social-wrap li:last-of-type {
        padding: 0;
    }
    .search-form {
        margin: 0 auto;
        max-width: 450px;
    }
    .top-search {
        float: left;
        text-align: center;
        width: 100%;
    }
    .slider-left {
        text-align: center;
        width: 100%;
    }
    .slick-slide .qi-modules-img img {
        display: inline-block;
    }
    .slider-right {
        float: left;
        width: 100%;
        text-align: center;
    }
    .sup-text {
        float: none;
    }
    .slider-right-text {
        margin: 0 0 25px;
    }
    .home-slider-wrap .slick-next {
        left: 0;
        margin: 0 auto;
        right: 0;
        transform: translate(65%, 0px);
        -webkit-transform: translate(65%, 0px);
        -moz-transform: translate(65%, 0px);
        -o-transform: translate(65%, 0px);
        -ms-transform: translate(65%, 0px);
    }
    .home-slider-wrap .slick-prev {
        left: 0;
        margin: 0 auto;
        right: 0;
        transform: translate(-65%, 0px);
        -webkit-transform: translate(-65%, 0px);
        -moz-transform: translate(-65%, 0px);
        -o-transform: translate(-65%, 0px);
        -ms-transform: translate(-65%, 0px);
    }
    .home-slider-wrap .slick-prev,
    .home-slider-wrap .slick-next {
        bottom: 15px;
    }
    .footer-copy-right p {
        font-size: 13px;
    }
    .full-fill > a {
        line-height: 42px;
    }
    .membership-text a {
        line-height: 42px;
    }
    .full-width-page .entry-header,
    .full-width-page .entry-summary,
    .full-width-page .entry-content,
    .full-width-page .entry-footer,
    .full-width-page .page-content {
        margin-right: 0;
        margin-left: 0;
    }
    .full-width-page .post-thumbnail {
        display: block;
        margin: 0;
    }
    .blue-bg-inner,
    .page-content-outer {
        padding: 20px 0;
    }
    .page-content-outer {
        padding: 0;
    }
    .blue-bg-inner .entry-title {
        font-size: 30px;
    }
    .intro-content .read {
        font-size: 15px;
        line-height: 50px;
        padding: 2px 24px 0;
    }
    .page-content-in h2 {
        font-size: 26px;
    }
    .page-content-in p {
        font-size: 16px;
    }
    .page-advertise ul li {
        padding: 15px 15px 0;
        width: 33.33%;
    }
    table.info tr td:first-of-type {
        width: 30%;
    }
    table.info tr td:nth-child(2) {
        width: 70%;
    }
    .slider-right-wrap {
        max-width: 100%;
        padding: 25px 15px 50px;
        position: relative;
        right: 0;
        top: 0;
        width: 100%;
        text-align: center;
        transform: translate(0, 0);
    }
    .slider-wrapper {
        position: static;
    }
    .slider-right {
        margin: 0 0 50px;
    }
    .events-sec-div:last-of-type {
        padding: 0;
        width: 100%;
    }
    .events-sec-div {
        width: 100%;
    }
    .div-goals-bg .gols-img {
        display: block;
        margin: 0 auto;
        padding: 0 0 30px;
        width: 50%;
    }
    .div-goals-bg .gols-text {
        width: 100%;
    }
    .meet-leader-wrap .meet-text {
        float: left;
        padding: 20px 0 0;
        width: 100%;
    }
    .meet-leader-wrap .member-img {
        float: left;
        text-align: left;
        width: 100%;
    }
    .meet-leader-wrap .meet-text a,
    .do-donate-btn a,
    .become-partner-btn a {
        font-size: 14px;
    }
    .donate-btn-wrap .do-donate-btn > a,
    .become-partner-btn a {
        margin: 0 0 20px;
    }
    .become-partner-wrap .sup-port {
        width: 100%;
    }
    .coporate-r-info {
        width: 100%;
    }
    .coporate-l-img {
        padding: 0 0 30px;
    }
    .wpeditorcontent .foundation-staff-img ul li:nth-child(2) {
        margin: 0 0 10px !important;
    }
    .wpeditorcontent .foundation-staff-img ul li {
        width: 48%;
    }
    .family-physician-slider-wrap {
        float: none;
        margin: 0 auto 30px;
        max-width: 500px;
    }
    .wfmu-header-bottom .date-left {
        display: block;
        float: none;
        margin-right: 0;
        text-align: center;
        width: 100%;
    }
    .wfmu-header-bottom .search-right {
        display: block;
        float: none;
        margin-right: 0;
        width: 100%;
    }
    .wfmupagestyle .site-branding {
        margin: 25px 0 0;
        width: 100%;
    }
    .logosecwfmu {
        text-align: center;
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .logosecwfmu img {
        max-width: 100%;
        padding-bottom: 0;
    }
    .wfmupagestyle .top-right-wrap {
        margin: 10px 0;
        width: 100%;
        text-align: center;
    }
    .wfmupagestyle .top-search {
        width: 100%;
    }

    .entry-content a.post-thumbnail,
    .entry-content .post-thumbnail {
        max-width:100%;
    }
    .wfmu .entry-content {
        flex-wrap:wrap;
    }
}
@media only screen and (max-width: 640px) {
    .archive-division ul li {
        font-size: 14px;
    }
    .page-content-in .archive-list-outer ul li::before {
        top: 4px;
        left: -19px;
        font-size: 11px;
    }
    .archive-division {
        width: 50%;
    }
    .the-ohio-wrap img {
        padding: 0 30px;
    }
    .the-ohio-text,
    .weekly-text {
        padding: 0 30px 0 0;
    }
    .intro-content iframe {
        height: 370px;
    }
    .oh-video-page {
        display: block;
        padding: 0;
        width: 100%;
    }
    table.info tr td:first-of-type {
        width: 35%;
    }
    table.info tr td:nth-child(2) {
        width: 65%;
    }
    .wfmupagestyle .entry-content a.post-thumbnail {
        margin: 0 auto 15px;
        display: table;
        float: none;
    }
    .video-main-slider .common-video-wrap {
        height: 350px;
    }
    .slider-nav .common-video-wrap {
        height: 100px;
    }
    .video-main-slider .common-video-wrap {
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 480px) {
    .archive-division {
        width: 100%;
    }
    .membership-text h2 {
        font-size: 20px;
        line-height: normal;
    }
    .the-ohio-img,
    .weekly-img {
        margin: 0 0 25px;
        text-align: center;
        width: 100%;
    }
    .the-ohio-wrap img {
        padding: 0;
    }
    .the-ohio-text,
    .weekly-text {
        float: left;
        padding: 0 15px;
        text-align: center;
        width: 100%;
    }
    .the-ohio-wrap h3 {
        font-size: 20px;
    }
    .header-social-wrap li {
        padding: 0 20px 10px 0;
    }
    .full-fill > h1 {
        font-size: 18pt;
        line-height: 35px;
    }
    .footer-copy-right p {
        font-size: 12px;
    }
}
@media only screen and (max-width: 479px) {
    .blue-bg-inner .entry-title {
        font-size: 24px;
    }
    .intro-content p {
        font-size: 15px;
        line-height: 1.5;
    }
    .page-content-in h2 {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .page-content-in ol {
        padding-left: 0;
    }
    .page-content-in ul {
        padding-left: 20px;
    }
    .page-advertise ul li {
        width: 50%;
    }
    .intro-content iframe {
        height: 320px;
    }
    .oh-burnout a img {
        display: block;
        float: none;
    }
    table.info tr td {
        font-size: 14px;
        line-height: 1.5;
    }
    table.info tr td:first-of-type {
        width: 40%;
    }
    table.info tr td:nth-child(2) {
        width: 60%;
    }
    .fd-round ul li {
        width: 100%;
        margin: 0 0 20px;
    }
    .page-content-in .fd-round > ul {
        padding: 0;
    }
    .wpeditorcontent .foundation-staff-img ul li {
        width: 100%;
        margin: 0 0 10px !important;
    }
    .wpeditorcontent .foundation-staff-img ul li:last-of-type {
        width: 100%;
        margin: 0 !important;
    }
    .video-main-slider .common-video-wrap {
        height: 270px;
    }
}