/**
 * Theme Name:          GrantSelect
 * Theme URI............https://www.magimpact.com
 * Description:         GrantSelect is a custom child theme for The Genesis Framework.
 * Author:              magIMPACT
 * Author URI:          https://www.magimpact.com/
 * Version:             1.4.95
 * Template:            genesis
 *
 * License:             GPL-2.0+
 * License URI:         http://www.opensource.org/licenses/gpl-license.php
 */


/* Table of Contents

  - Plugins
  - Defaults
  - Media Queries (mobile-first)
  - Media Queries (mobile-second)

*/


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* Elements
----------------------------------------------------------- */

/* general */

::selection {
    background-color: #c9d9ff;
    color:#232323;
}
body {
  font-family: 'Source Sans 3', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  background-color:#fff;
  color:#232323;
}
h1,
.banner-title,
.heading,
.widget-title,
.widgettitle {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0px;
}
h2, h3, h4, h5, h6 {
  font-family:'Source Sans 3', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin-top: 36px;
}
h2 {
    font-size: 1.7em;
}
h3 {
    font-size: 1.5em;
}
h4 {
    font-size: 1.25em;
}
h5 {
    font-size: 1.1em;
}
.heading {
  text-align: inherit;
}
.genesis-nav-menu a {
  font-weight: normal;
}
body.text-md {
    font-size: 1.15rem;
    font-size:18px;
    line-height:1.75;
}
.entry-content a,
.entry-title a,
.sidebar .widget-title a,
.sidebar .widgettitle a,
a {
    color:#072362;
    text-decoration:underline;
}
.entry-content a:focus,
.entry-content a:hover,
.entry-title a:focus,
.entry-title a:hover,
.sidebar .widget-title a:focus,
.sidebar .widget-title a:hover,
.sidebar .widgettitle a:focus,
.sidebar .widgettitle a:hover,
a:focus,
a:hover {
    color:#175aee;
    text-decoration:underline;
}

.entry-content p,
.quote-caption {
    margin-bottom: 30px;
}

h2.remove-margin {
    margin-top:0px;
}
p.remove-margin {
    margin-bottom:0;
}
.site-container .wp-block-buttons.width-100 .wp-block-button,
.site-container .entry-content .wp-block-buttons.width-100 .wp-block-button a.wp-block-button__link {
    width:100% !important;
}
.site-container .wp-block-buttons.width-100 .wp-block-button .wp-block-button__link {
    padding-left:20px;
    padding-right:20px;
}


/* Site header
---------------------------------------------- */

.site-header .wrap,
.nav-primary > .wrap,
.footer-widgets .wrap {
    max-width: 1248px;
}

.site-inner-full .site-inner {
    max-width:100%;
    padding-left:0;
    padding-right:0;
}


/* Lists */

ul.is-style-checked li {
  padding-left:2px;
}
ul.is-style-checked li:before {
    background-color:transparent;
    mask-image:none;
    -webkit-mask-image:none;
    content:"\f058";
    font-family:"Font Awesome 5 Free";
    font-weight:900;
    font-size: 22px;
    top: 15px;
    color:#4c5f86;
}
ul.is-style-checked ul li:before {
    background-color:transparent;
    mask-image:none;
    -webkit-mask-image:none;
    content:"\f111";
    content:none;
    font-family:"Font Awesome 5 Free";
    font-weight:900;
    font-size: 18px;
    color:#175aee;
}
ul.is-style-checked ul li {
  list-style-type:circle !important;
  font-weight: 400;
  color: #232323;
}
ul.is-style-checked.bolded li {
  font-weight: 700;
  color: #4c5f86;
}
ul.is-style-checked.bolded ul li {
  font-weight: 400;
  color: #232323;
}
.entry-content ul.is-style-checked ul {
  margin-top: 8px;
  margin-bottom: 14px;
}

/* Page Layout
---------------------------------------------- */

.wider-content.md-content .content,
.wider-content.md-content .wp-block-cover__inner-container,
.wider-content.md-content .wp-block-group:not(.alignwide) .wp-block-group__inner-container,
.wider-content .section-content.width-md,
.wider-content .width-md {
    flex-basis: 1023px;
    max-width: 1023px;
}

.widest-content.md-content .content,
.widest-content.md-content .wp-block-cover__inner-container,
.widest-content.md-content .wp-block-group:not(.alignwide) .wp-block-group__inner-container,
.widest-content .section-content.width-md,
.widest-content .width-md {
    flex-basis: 1248px;
    max-width: 1248px;
}

.has-sidebar.has-one-sidebar
.has-sidebar.has-one-sidebar .section-content.width-md,
.has-sidebar.has-one-sidebar .width-md {
  flex-basis: 1248px;
  max-width: 1248px;
}

.content-sidebar-wrap {
    margin-top: 36px;
}
.has-one-sidebar .content-sidebar-wrap {
    margin-top:56px;
}
.home .content-sidebar-wrap {
    margin-top: 0px;
}
.content.content-no-sidebars {
    margin-top:50px;
}

.entry-content p.margin-bottom-reduced {
    margin-bottom: 12px;
}


/* 404 page */
.error404 .site-inner {
    max-width:854px;
    text-align:center;
}

.error404 h1.banner-title,
.center-header h1.banner-title {
    text-align:center;
}


/* Forms and Buttons
--------------------------------------------- */
input,
input[type="search"],
select,
textarea,
input[type="submit"],
body .ui-widget input,
body .ui-widget select,
body .ui-widget textarea {
  background-color: #fff;
  border: 1px solid #cacaca;
  border-radius: 0;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.625;
  padding: 10px 14px;
  width: 100%;
  border-radius:6px;
  transition: border 0.15s ease-in-out;
}
body .ui-widget input {
    width:auto;
}
body .site-container .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
body input[type="email"],
body input[type="number"],
body input[type="password"],
body input[type="tel"],
body input[type="text"],
body input[type="url"],
body textarea {
    border-radius:6px;
}
input[type="search"] {
  -webkit-appearance: none;
}


input:hover,
input[type="search"]:hover,
textarea:hover,
input[type="submit"]:hover,
body .ui-widget input:hover,
body .ui-widget select:hover,
body .ui-widget textarea:hover {
  border: 1px solid #8b8b8b;
  outline: none;
}
input:focus,
input[type="search"]:focus,
textarea:focus,
input[type="submit"]:focus,
body .ui-widget input:focus,
body .ui-widget select:focus,
body .ui-widget textarea:focus {
  border: 1px solid #175aee;
  outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
  width: auto;
}

::-ms-input-placeholder {
  color: #9eb0db;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #9eb0db;
  opacity: 1;
}

::placeholder {
  color: #9eb0db;
  opacity: 1;
}

.entry-content button,
.entry-content input[type="button"],
.ui-widget input[type="button"],
.ui-widget input[type="submit"],
.entry-content input[type="reset"],
.entry-content input[type="submit"],
.button,
body .gform_wrapper .gform_footer input.button,
.entry-content .button.button-primary,
.entry-content .button,
body .ui-widget button {
  background-color: #072362;
  border: 0;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  font-family: 'Source Sans 3', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1;
  padding: 10px 30px;
  text-decoration: none;
  white-space: normal;
  width: auto;
  letter-spacing:1px;
  transition:all 0.2s ease-in-out;
}
.button {
  display: inline-block;
  margin-bottom: 5px;
  margin-top: 5px;
}
.button.large {
  font-size: 28px;
  font-weight: 800;
}
.button.secondary {
  background-color: #eee;
  color: #000;
}
.entry-content p.more-link {
    padding:0px;
    background-color:transparent;
    margin-top:0px;
    display:block;
}
p.more-link a {
    position:relative;
    text-decoration:none;
    color:#072362;
    padding:8px 27px 8px 20px;
    border-radius:4px;
    transition:color 0.2s ease-in-out, transform 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
p.more-link a:after {
    content:"\f0a9";
    font-family:"Font Awesome 5 Free";
    position:relative;
    top: -1;
    right: -4px;
    font-size: 16px;
    font-weight:900;
    color:#072362;
    transform:scale(1.0);
    transition:color 0.2s ease-in-out, transform 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
p.more-link a:hover {
    color:#fff !important;
    background-color:#175eee;
    transform:scale(1.1) !important;
}
p.more-link a:hover:after {
  color:#fff !important;
}
.entry-content p.more-link:hover {
    background-color:transparent;
}
/*.more-link:hover,
.more-link:hover:after,*/
p.more-link a:hover,
p.more-link a:hover:after {
    color:#175aee;
    text-decoration:none;
}
.entry-content .wp-block-columns.feature-item p.more-link {
    text-align:right;
    margin-bottom:40px;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
    font-size:20px;
  padding: 15px 20px;
}
.entry-content button:hover,
.entry-content button:focus,
.entry-content input:hover[type="button"],
.ui-widget input:hover[type="button"],
.ui-widget input:focus[type="button"],
.entry-content input:focus[type="button"],
.entry-content input:hover[type="reset"],
.entry-content input:focus[type="reset"],
.entry-content input:hover[type="submit"],
.entry-content input:focus[type="submit"],
.entry-content .button:hover,
.entry-content .button:focus,
.entry-content .button.button-primary:hover,
.button:hover,
body .ui-widget button:hover,
body .ui-widget button:focus {
  background-color:#175aee !important;
  border-width: 0;
  color:#fff;
}

.button.secondary:hover,
.button.secondary:focus {
  background-color: #000;
  color: #fff;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.ui-widget input[type="button"]:disabled,
.ui-widget input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
  background-color: #eee;
  border-width: 0;
  box-shadow: none;
  color: #aaa;
  cursor: not-allowed;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
  display: none;
}
.site-container .entry-content .wp-block-button a.wp-block-button__link {
  text-decoration:none;
}
.site-container .wp-block-button .wp-block-button__link {
  background-color: #072362;
  position:relative;
  letter-spacing:0.5px;
  border: none;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  font-family: 'Source Sans 3', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  padding: 14px 38px;
  text-transform: uppercase;
  white-space: normal;
  width: auto;
    line-height:1.2;
}

.site-container .wp-block-button.larger .wp-block-button__link {
  font-size: 28px;
      padding: 22px 60px;
}
.wp-block-button.larger {
    margin-bottom: 2.5em;
}
.site-container .wp-block-button.no-uppercase .wp-block-button__link,
.site-container .wp-block-button.larger.no-uppercase .wp-block-button__link,
.site-container .wp-block-button.with-arrow.no-uppercase .wp-block-button__link {
    text-transform:none;
}

.site-container .wp-block-button.with-arrow .wp-block-button__link {
    padding: 18px 40px 18px 31px;
}
.site-container .wp-block-button.with-arrow.larger .wp-block-button__link {
    padding: 22px 62px 22px 51px;
}
.site-container .wp-block-button.with-arrow .wp-block-button__link:after {
    content:"\f0a9";
    font-family:"Font Awesome 5 Free";
    position:relative;
    top: 0;
    right: -9px;
    font-size: 18px;
}
.site-container .wp-block-button.with-arrow.larger .wp-block-button__link::after {
    font-size: 22px;
}
/* Button Variations */
.site-container .wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 0;
}
.site-container .wp-block-button.is-style-outline .wp-block-button__link {
  background-color: transparent;
  border-radius: 6px;
  border: 2px solid #072362;
  padding: 8px 28px;
    color:#072362;
}
.site-container .wp-block-button.is-style-outline .wp-block-button__link.has-background {
  background-color: transparent !important;
}
.site-container .wp-block-button .wp-block-button__link:focus,
.site-container .wp-block-button .wp-block-button__link:hover,
body .gform_wrapper .gform_footer input.button:hover,
body .gform_wrapper .gform_footer input.button:focus {
    background-color: #175aee;
    color: #fff;
    text-decoration:none !important;
}
.site-container .wp-block-button.is-style-outline .wp-block-button__link:focus,
.site-container .wp-block-button.is-style-outline .wp-block-button__link:hover,
.site-container .wp-block-button.is-style-outline .wp-block-button__link.has-background:focus,
.site-container .wp-block-button.is-style-outline .wp-block-button__link.has-background:hover {
  border-color: #175aee;
  background-color:#175aee !important;
  color: #fff;
}


/* Button icons */

.site-container .quick-search.wp-block-button .wp-block-button__link,
.site-container .advanced-search.wp-block-button .wp-block-button__link,
.site-container .email-alert.wp-block-button .wp-block-button__link {
    padding: 14px 38px 14px 32px;
}
.quick-search.wp-block-button a.wp-block-button__link:before {
    content:'\f0e7';
    font-family:"Font Awesome 5 Free";
    font-weight:900;
    font-size: 17px;
    margin-right: 9px;
}
.advanced-search.wp-block-button a.wp-block-button__link:before {
    content:'\f00e';
    font-family:"Font Awesome 5 Free";
    font-weight:900;
    font-size: 17px;
    margin-right: 9px;
}
.email-alert.wp-block-button a.wp-block-button__link:before {
    content:'\f658';
    font-family:"Font Awesome 5 Free";
    font-weight:900;
    font-size: 17px;
    margin-right: 9px;
}


/* Tables
----------------------------------------------------------- */

table {
    box-shadow: 0 15px 26px -10px rgba(0,0,0,0.2);
    text-align:left;
    border:0px;
}
table.sortable th:nth-of-type(1) {
    width:46%;
}
table.sortable th:nth-of-type(2) {
    width:23%;
}
table.sortable th:nth-of-type(3) {
    width:13%;
}
table.sortable th:nth-of-type(4) {
    width:22%;
}
table thead tr {
  border-left:0px;
  border-right:0px;
}
thead {
    background-color:transparent;
}
table th {
    padding: 11px 0px 11px 20px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.2;
    background-color:#e5eaf6;
}
/*table th:first-of-type {
    border-radius: 10px 0 0 0;
}
table th:last-of-type {
    border-radius: 0 10px 0 0;
}
table tr td:first-of-type {
    border-left:1px solid #e1e9fd;
}
table tr td:last-of-type {
  border-right:1px solid #e1e9fd;
}*/
table td {
    line-height:1.5;
    border-bottom:1px solid #e1e9fd;
    border-top:0;
}
table td {
    padding: 28px 20px;
}
.entry-content table a {
    text-decoration:underline;
}
.entry-content table th a {
    text-decoration:none;
    position:relative;
}
.entry-content table th a:hover,
.entry-content table a.listing:hover,
.entry-content table th a.go:hover {
    text-decoration:underline;
}
.entry-content table th a.sorted-by:after {
    content:"\f078";
    font-family:'Font Awesome 5 free';
    position: absolute;
    font-weight: 900;
    font-size: 10px;
    display: inline-block;
    top: 3px;
    right: -13px;
    transition:all 0.2s ease-in-out;
    transform:rotate(180deg);
}
.entry-content table th a.sorted-by.up:after {
    transform:rotate(180deg);
}
.entry-content table th a.sorted-by.down:after {
    transform:rotate(1deg);
}


/* Login */

.page-id-67 .banner-area.section {
    border-bottom: 0;
}
.page-id-67 .height-xs {
    padding-top: 80px;
    padding-bottom: 0px;
    text-align:center;
}
.page-id-67 .content.content-no-sidebars {
    margin-top: 20px;
}
#pms_login {
  max-width: 600px;
  margin: 0 auto;
  padding: 30px 30px 36px;
  border-radius: 12px;
  box-shadow: 0 0px 50px -10px #dde1e5;
}
.entry-content #pms_login p {
  margin-bottom:16px;
}
p.pms-login-error {
    border-radius:6px;
    max-width:600px;
    margin: 0 auto 30px;
}

/* Paid Members Subscription
----------------------------------------------------------- */

.pms-field-subscriptions .pms-subscription-plan,
.wppb-subscription-plans .pms-subscription-plan.pms-hidden {
    display: inline-grid;
    width: 48.5%;
    height: auto;
    min-height:116px;
}
.entry-content input[type="button"]#register_btn {
    width:100%;
    font-size:22px;
    font-weight:700;
    text-transform:uppercase;
    padding: 14px 22px;
}
.pms-subscription-plan-price {
    color:#fff !important;
    color:#072362 !important;
    font-size:18px !important;
    line-height: 1;
    display: block;
    padding-top: 22px;
    margin-left: -15px;
}
.pms-field.pms-field-subscriptions .pms-subscription-plan .pms-subscription-plan-price .pms-divider:first-child {
    display:none !important;
    margin-left:0px !important;
}
.pms-subscription-plan-description {
    margin-top:-6px;
    color:#072362 !important;
    color:#072362 !important;
    font-size: 75% !important;
    line-height: 2;
    padding-top: 0px;
    display: block;
    margin-left:0px !important;
}
.pms-field.pms-field-subscriptions .pms-subscription-plan-trial,
.pms-field.pms-field-subscriptions .pms-subscription-plan-sign-up-fee,
.wppb-subscription-plans .pms-subscription-plan .pms-subscription-plan-trial,
.wppb-subscription-plans .pms-subscription-plan.pms-hidden .pms-subscription-plan-trial,
.wppb-subscription-plans .pms-subscription-plan .pms-subscription-plan-sign-up-fee,
.wppb-subscription-plans .pms-subscription-plan.pms-hidden .pms-subscription-plan-sign-up-fee {
    display:none !important;
}
.pms-field-subscriptions .pms-subscription-plan:nth-of-type(even) {
    margin-left:3% !important;
}
#pms-subscription-plans-discount label {
    display:none !important;
}
.pms-form .pms-field.pms-field-subscriptions .pms-subscription-plan label,
.wppb-subscription-plans .pms-subscription-plan.pms-hidden label {
    font-size: 18px !important;
    color: #fff;
    padding: 15px 12px 0 18px;
    border-radius: 10px;
    margin-bottom: 0;
    display: block;
}
.wppb-form-field.wppb-subscription-plans .pms-subscription-plan.pms-hidden label {
  background-color: #072362;
  height: 63px;
  margin-top: 22px;
  margin-bottom: 28px;
}
.pms-subscription-plan label,
.pms-subscription-plan input {
    cursor: pointer;
}
.pms-form .pms-subscription-plan label input,
.wppb-form-field.wppb-subscription-plans .pms-subscription-plan.pms-hidden label input  {
    max-width: 380px;
    position: absolute;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 3.7em;
    z-index: -1;
    background: #adc3d8;
    border: 1px solid transparent;
    margin: -1em;
    outline: 0;
    transition:all 0.2s ease-in-out;
}
.pms-form .pms-field.pms-field-subscriptions .pms-subscription-plan label,
.wppb-form-field.wppb-subscription-plans .pms-subscription-plan.pms-hidden label {
    font-size: 18px !important;
    color: #fff;
}
#pms_new_subscription-form .pms-field-subscriptions .pms-subscription-plan,
.wppb-subscription-plans .pms-subscription-plan.pms-hidden {
    display: inline-grid;
    width: 48.5%;
    height: auto;
    min-height: 116px;
}
.pms-form#pms_new_subscription-form .pms-field.pms-field-subscriptions .pms-subscription-plan label {
    font-size: 18px !important;
    color: #fff;
    padding: 0;
    border-radius: 10px;
    margin-bottom: 0;
    display: block;
}
.pms-form#pms_new_subscription-form .pms-subscription-plan-name {
    padding: 1rem 1.5rem;
    border-radius: 10px;
    padding-top:15px;
    font-weight:700;
}

.pms-subscription-plan-price {
    font-family: 'Source Sans 3', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.pms-subscription-plan-price {
    color: #fff !important;
    color: #072362 !important;
    font-size: 18px !important;
    line-height: 1;
    display: block;
    padding-top: 20px;
    margin: 0 0 0 -15px !important;
    padding-bottom:6px;
}

.pms-form .pms-field.pms-field-subscriptions .pms-subscription-plan label input[type="radio"]:hover/*,
.wppb-form-field.wppb-subscription-plans label input[type="radio"]:hover*/ {
    background-color:#175aee;
}
.pms-form .pms-field.pms-field-subscriptions .pms-subscription-plan label input[type="radio"]:checked/*,
.wppb-form-field.wppb-subscription-plans label input[type="radio"]:checked*/ {
      background: #072362;
}
#wppb-register-user-create-account-for-ip-url-auth .wppb-send-credentials-checkbox{
    display: none;
}
/* newsletter signup forms */

.grantwatch-subscription-page .entry-content {
    box-shadow: 0 0px 30px -1px rgba(0,0,0,0.13);
    border-radius: 12px;
    padding: 20px 36px;
    /*text-align: center;*/
}
.grantwatch-subscription-page .entry-content style + h3 {
    margin-top:0;
}
.wp-block-image.no-margin-bottom {
    margin-bottom:0;
}
.entry-content .pms-form > input[type="submit"]#pms_new_subscription {
    margin-right:0;
}
.pms-form#pms_new_subscription-form > input[type="submit"] {
    margin-right:0 !important;
}
#pms_new_subscription-form .pms-field-subscriptions .pms-subscription-plan input[value="1509"] + label,
#pms_new_subscription-form .pms-field-subscriptions .pms-subscription-plan input[value="1548"] + label,
#pms_new_subscription-form .pms-field-subscriptions .pms-subscription-plan input[value="1549"] + label,
#pms_new_subscription-form .pms-field-subscriptions .pms-subscription-plan input[value="1550"] + label,
#pms_new_subscription-form .pms-field-subscriptions .pms-subscription-plan input[value="1551"] + label,
#pms_new_subscription-form .pms-field-subscriptions .pms-subscription-plan input[value="1550"] + label {
    font-size: 22px !important;
    max-width: 490px;
    font-weight:700;
    background-color:#dceef7;
    position:relative;
    margin-top:40px;
}
#pms_new_subscription-form .pms-field-subscriptions .pms-subscription-plan input[value="1509"] + label:before,
#pms_new_subscription-form .pms-field-subscriptions .pms-subscription-plan input[value="1548"] + label:before,
#pms_new_subscription-form .pms-field-subscriptions .pms-subscription-plan input[value="1549"] + label:before,
#pms_new_subscription-form .pms-field-subscriptions .pms-subscription-plan input[value="1550"] + label:before,
#pms_new_subscription-form .pms-field-subscriptions .pms-subscription-plan input[value="1551"] + label:before,
#pms_new_subscription-form .pms-field-subscriptions .pms-subscription-plan input[value="1550"] + label:before {
    content:"You have selected";
    font-size:14px;
    color:#072362;
    font-weight:400;
    position: absolute;
    top: -24px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
#pms_new_subscription-form .pms-field-subscriptions .pms-subscription-plan input[value="1509"] + label .pms-subscription-plan-name,
#pms_new_subscription-form .pms-field-subscriptions .pms-subscription-plan input[value="1548"] + label .pms-subscription-plan-name,
#pms_new_subscription-form .pms-field-subscriptions .pms-subscription-plan input[value="1549"] + label .pms-subscription-plan-name,
#pms_new_subscription-form .pms-field-subscriptions .pms-subscription-plan input[value="1550"] + label .pms-subscription-plan-name,
#pms_new_subscription-form .pms-field-subscriptions .pms-subscription-plan input[value="1551"] + label .pms-subscription-plan-name,
#pms_new_subscription-form .pms-field-subscriptions .pms-subscription-plan input[value="1550"] + label .pms-subscription-plan-name {
    background:transparent;
    padding:1rem 1.5rem 0.25rem;
    font-size: 25px;
    line-height: 1.2;
    color:#072362;
}
#pms_new_subscription-form .pms-field-subscriptions .pms-subscription-plan input[value="1509"] + label .pms-subscription-plan-price,
#pms_new_subscription-form .pms-field-subscriptions .pms-subscription-plan input[value="1548"] + label .pms-subscription-plan-price,
#pms_new_subscription-form .pms-field-subscriptions .pms-subscription-plan input[value="1549"] + label .pms-subscription-plan-price,
#pms_new_subscription-form .pms-field-subscriptions .pms-subscription-plan input[value="1550"] + label .pms-subscription-plan-price,
#pms_new_subscription-form .pms-field-subscriptions .pms-subscription-plan input[value="1551"] + label .pms-subscription-plan-price,
#pms_new_subscription-form .pms-field-subscriptions .pms-subscription-plan input[value="1550"] + label .pms-subscription-plan-price {
    margin: 0px !important;
    color:#fff;
    font-size: 20px !important;
    padding: 0rem 1.5rem 1rem;
    font-weight:400;
}
#pms_new_subscription-form #pms-paygates-wrapper h3 {
    margin-bottom: 8px;
    margin-top:50px;
}
/* Paid Members Pricing formatting */

body #pms-paygates-inner > label {
    padding: 5px 27px !important;
    margin-right:14px !important;
    border-radius: 22px !important;
    background-color: #e5eaf6 !important;
    background-color: #f3f7fe !important;
    color:#072362 !important;
    position:relative;
}
body #pms-paygates-inner > label input[type="radio"]:checked span:after {
    position:absolute;
    top:50px;
    font-size:16px;
    color:#333;
    width:220px;
    height:55px;
    line-height:1.4;
    content:"When you click Register, you will be sent to the PayPal payment screen to complete your payment.";
}

.site-container .pms-account-subscription-details-table__1509,
.site-container .pms-account-subscription-details-table__1548,
.site-container .pms-account-subscription-details-table__1549,
.site-container .pms-account-subscription-details-table__1550,
.site-container .pms-account-subscription-details-table__1551 {
    display: inline-block !important;
    width:100%;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 460px;
}

/* User customer portal */

body .pms-account-navigation li.pms-account-navigation-link .pms-account-navigation-link--active {
    box-shadow: none !important;
    background-color:#fff !important;
}
body .pms-account-navigation ul {
    border-bottom: 1px solid #ddd;
    height:49px;
}
body .pms-account-navigation {
    margin-bottom: 50px;
    font-weight: bold;
    height: 45px;
    margin-top: 0px;
}
body .pms-account-navigation li.pms-account-navigation-link a {
  font-family: 'Source Sans', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  padding: 14px 15px 9px;
  border: 1px solid #ddd;
  /*border-top: 8px solid #eaedf0;*/
  position: relative;
  top: 15px;
  color: #797979;
  font-weight: 600;
  letter-spacing: 0.25px;
  background-color: rgba(207, 215, 222,0.25);
  border-radius:4px 4px 0 0;
}
body .pms-account-navigation li.pms-account-navigation-link a.pms-account-navigation-link--active,
body .pms-account-navigation li.pms-account-navigation-link a.pms-account-navigation-link--active:hover {
  color: #232323;
  /*border-top: 8px solid #175aee;*/
}
body .pms-account-navigation li.pms-account-navigation-link a:hover {
  background-color: rgba(207, 215, 222,0.08);
  color: #175aee;
  /*border-top: 8px solid #dde1e5;*/
}
body .pms-account-navigation li.pms-account-navigation-link {
    margin-right: 6px;
}
body .pms-account-navigation li.pms-account-navigation-link.pms-account-navigation-link--profile {
    margin-left:3px;
}
input[type="search"].search-field.fuzzy-search {
    padding:6px 12px;
}
textarea#pms_emails_to_invite {
    height: 85px !important;
    line-height: 1.3 !important;
}
#pms-invite-members {
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}
.entry-content p.description {
    font-size: 15px;
    color: #999;
}
body .gform_wrapper .gform_body ul.gform_fields li.gfield.gf_left_half#field_14_24 {
    padding-right: 16px;
}

/* Simple Social Icons
----------------------------------------------------------- */

#simple-social-icons-2 ul li.ssi-facebook a {
    background-color: #3b5998 !important;
    color: @grey-04 !important;
    border: 1px #3b5998  solid !important;
}
#simple-social-icons-2 ul li.ssi-instagram a {
    background-color: #405de6 !important;
    color: @grey-04 !important;
    border: 1px #405de6 solid !important;
}
#simple-social-icons-2 ul li.ssi-linkedin a {
    background-color: #0077b5 !important;
    color: @grey-04 !important;
    border: 1px #0077b5 solid !important;
}
#simple-social-icons-2 ul li.ssi-pinterest a {
    background-color: #bd081c !important;
    color: @grey-04 !important;
    border: 1px #bd081c solid !important;
}
#simple-social-icons-2 ul li.ssi-snapchat a {
    background-color: #fffc00 !important;
    color: @grey-04 !important;
    border: 1px #fffc00 solid !important;
}
#simple-social-icons-2 ul li.ssi-twitter a {
    background-color: #1da1f2 !important;
    color: @grey-04 !important;
    border: 1px #1da1f2 solid !important;
}
#simple-social-icons-2 ul li.ssi-youtube a {
    background-color: #ff0000 !important;
    color: @grey-04 !important;
    border: 1px #ff0000 solid !important;
}

#simple-social-icons-2 ul li.ssi-facebook a:hover,
#simple-social-icons-2 ul li.ssi-facebook a:focus {
    background-color: #fff !important;
    color: #3b5998 !important;
    border: 1px #3b5998  solid !important;
}
#simple-social-icons-2 ul li.ssi-instagram a:hover,
#simple-social-icons-2 ul li.ssi-instagram a:focus {
    background-color: #fff !important;
    color: #405de6 !important;
    border: 1px #405de6 solid !important;
}
#simple-social-icons-2 ul li.ssi-linkedin a:hover,
#simple-social-icons-2 ul li.ssi-linkedin a:focus {
    background-color: #fff !important;
    color: #0077b5 !important;
    border: 1px #0077b5 solid !important;
}
#simple-social-icons-2 ul li.ssi-pinterest a:hover,
#simple-social-icons-2 ul li.ssi-pinterest a:focus {
    background-color: #fff !important;
    color: #bd081c !important;
    border: 1px #bd081c solid !important;
}
#simple-social-icons-2 ul li.ssi-snapchat a:hover,
#simple-social-icons-2 ul li.ssi-snapchat a:focus {
    background-color: #fff !important;
    color: #fffc00 !important;
    border: 1px #fffc00 solid !important;
}
#simple-social-icons-2 ul li.ssi-twitter a:hover,
#simple-social-icons-2 ul li.ssi-twitter a:focus {
    background-color: #fff !important;
    color: #1da1f2 !important;
    border: 1px #1da1f2 solid !important;
}
#simple-social-icons-2 ul li.ssi-youtube a:hover,
#simple-social-icons-2 ul li.ssi-youtube a:focus {
    background-color: #fff !important;
    color: #ff0000 !important;
    border: 1px #ff0000 solid !important;
}



/* --------------------------------------------------------

Social Media

Styled branding in paragraphs
-- format the p box as "contact-social-"

-----------------------------------------------------------------------
----------------------------------------------------------------------- */

/* Font Awesome Version */
.wp-block-columns.contact-social-columns {
    max-width: 320px;
    margin: 0 auto;
}
.smaller-line-height p.contact-social-container {
    font-size:16px;
    line-height:2;
}
p.contact-social-container {
    position: relative;
    font-size: 18px;
    margin-left: 0px;
    font-weight:700;
    line-height: 2.2;
}
p.contact-social-container.narrow-container {
    max-width:130px;
    margin:0 auto;
}
.entry-content p a.contact-social {
    text-decoration:none !important;
    font-family: Helvetica, Arial, sans-serif;
    transition:opacity 0.2s ease-in-out;
    margin-left:10px;
    line-height: 1.44;
}
.contact-social.facebook:before {
    content:"\f09a";
    color:#3b5998;
    position:relative;
    top: 3px;
    left: -10px;
    font-family: "font awesome 5 brands";
    font-size: 26px;
}
a.contact-social.facebook {
    color:#3b5998;
}
a.contact-social.facebook:hover {
    opacity:0.75;
}
.contact-social.instagram:before {
    content:"\f16d";
    color:#405de6;
    position:relative;
    top: 3px;
    left: -10px;
    font-family:"Font Awesome 5 Brands";
    font-size:27px;
    margin-right:1px;
}
a.contact-social.instagram {
    color:#405de6;
}
a.contact-social.instagram:hover {
    opacity:0.75;
}

.contact-social.linkedin:before {
    content:"\f08c";
    color:#0077b5;
    position:relative;
    top: 3px;
    left: -10px;
    font-family:"Font Awesome 5 Brands";
    font-size:26px;
}
a.contact-social.linkedin {
    color:#0077b5;
}
a.contact-social.linkedin:hover {
    opacity:0.75;
}
.contact-social.pinterest:before {
    content:"\f0d2";
    color:#bd081c;
    position:relative;
    top: 3px;
    left: -10px;
    font-family:"Font Awesome 5 Brands";
    font-size:26px;
}
a.contact-social.pinterest {
    color:#bd081c;
}
a.contact-social.pinterest:hover {
    opacity:0.75;
}
.contact-social.twitter:before {
    content:"\f099";
    color:#1da1f2;
    position:relative;
    top: 3px;
    left: -10px;
    font-family:"Font Awesome 5 Brands";
    font-size:24px;
}
a.contact-social.twitter {
    color:#1da1f2;
}
a.contact-social.twitter:hover {
    opacity:0.75;
}
.contact-social.youtube:before {
    content:"\f167";
    color:#ff0000;
    position:relative;
    top: 26px;
    left: -33px;
    font-family:"Font Awesome 5 Brands";
    font-size:24px;
}
a.contact-social.youtube {
    color:#ff0000;
}
a.contact-social.youtube:hover {
    opacity:0.6;
}
.social-larger {
    line-height:1.5;
    font-size:26px;
    font-size:2.6rem;
    margin-left: 43px;
}
.social-larger .contact-social.facebook:before {
    top: -7px;
    left: -40px;
    font-size:32px;
    font-size: 3.2rem;
}
.social-larger .contact-social.youtube:before {
    top: 35px;
    left: -41px;
    font-size:32px;
    font-size: 3.2rem;
}
.entry-content p a.contact-social:hover,
.entry-content p a.contact-social > :before:hover {
    text-decoration-color: transparent !important;
}


/* Name Directory
------------------------------------------------------------ */

.name_directory_column.name_directory_nr1 hr {
    border-top: 1px solid #dadada;
    margin-bottom: 20px;
    margin-top: 20px;
}
.name_directory_index form {
    margin-top:15px;
}
.name_directory_name_box strong {
    font-family: 'Source Sans 3', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    letter-spacing:0.3px;
}
.name_directory_name_box div {
    padding-left:26px;
}
input#name-directory-search-input-box {
    display: inline-block;
    width: 80%;
    padding: 8px 14px;
    margin-right: 1%;
    border-radius:6px;
}
input[type="submit"]#name-directory-search-input-button {
    padding: 14px;
    display: inline-block;
    width: 19%;
}
.name_directory_total {
    margin-bottom:30px;
}

/* Strong Testimonials
------------------------------------------------------------ */

body h3.testimonial-heading {
    font-size:32px;
    color:#072362;
    font-weight:700;
    text-align: center !important;
}
body .strong-view.unstyled.slider-container {
    width: auto;
    max-width: 1620px;
    padding:70px 0 60px;
    margin: 24px auto;
    background-color: #f3f7fe;
}
body .strong-view.unstyled .wpmtst-testimonial-inner > :not(:nth-last-child(2)):not(:last-child) {
    margin-bottom: 0px;
}
body .strong-view.unstyled {
    padding:0px 0;
    margin: 0;
}
body .strong-view.controls-type-sides.nav-position-inside .wpmslider-pager {
    position:relative;
}
body .strong-view.unstyled .wpmslider-wrapper {
    max-width: 720px !important;
    padding-bottom:0px;
}
body .strong-view.unstyled h3.wpmtst-testimonial-heading {
    margin-bottom: 0.6em;
    padding-top: 6px;
    text-align:center;
    font-size:32px;
    color:#072362;
    }
body .strong-view.unstyled .testimonial-content p {
    text-align:center;
    color:#072362;
    font-size:22px;
    line-height:38px;
    margin-bottom:26px;
}
body .strong-view.unstyled .testimonial-inner {
    position:relative;
}
body .strong-view.unstyled .testimonial-inner::before,
body .strong-view.unstyled.service .testimonial-inner .testimonial-content::before {
    content:"\201C";
    font-family: Georgia, serif;
    position:absolute;
    color:#f3f7fe;
    font-size:210px;
    top: 41px;
    left: 42px;
    z-index: 1;
    font-weight:700;
}
body .strong-view.unstyled .testimonial-inner::after {
    content:"\201D";
    font-family: Georgia, serif;
    position:absolute;
    color:#f3f7fe;
    font-size:150px;
    bottom: -29px;
    right: 21px;
    z-index: 1;
    font-weight:700;
}
body .strong-view.unstyled.service .testimonial-inner::after,
body .strong-view.unstyled.service .testimonial-inner .testimonial-content::after,
body .strong-view.unstyled.service .testimonial-inner::before {
    display:none;
}
body .strong-view.unstyled .testimonial-client {
    clear: none;
    font-style:italic;
    color:#072362;
    font-weight:800;
    text-align:center;
    }
body .strong-view.unstyled .testimonial-name {
    text-align: center;
    font-weight: 800;
    color:#072362;
    font-style:italic;
}
body .strong-view.unstyled .testimonial-company {
    text-align: center;
    color:#072362;
}
body .testimonial-image img {
    border-radius:100%;
    border:4px solid #fff;
}
.wp-block-image.with-shadow img {
    box-shadow:0 0 20px 1px rgba(0,0,0,0.25);
}
.wp-block-image.with-shadow .alignleft {
    margin: 1em 2em 1em 0;
}
body .strong-view.controls-style-buttons .wpmslider-next,
body .strong-view.controls-style-buttons .wpmslider-prev {
    color: #bbb !important;
    }
body .strong-view.controls-style-buttons .wpmslider-next:hover,
body .strong-view.controls-style-buttons .wpmslider-prev:hover {
    color: #fff !important;
    }
body .strong-view.unstyled .testimonial.t-slide {
    margin-top: 0;
    margin-bottom: 0;
    max-width: 720px;
}
body .strong-view.controls-type-sides:not(.rtl) .wpmslider-next {
   right:-30px;
}
body .strong-view.controls-type-sides:not(.rtl) .wpmslider-prev {
    left: -30px;
}

body.images-offset .strong-view.unstyled {
    background-color: transparent;
    max-width: 840px;
    margin: 24px auto;
}
body .strong-view.unstyled.service .testimonial-inner .testimonial-content {
    position:relative;
}
body .strong-view.unstyled.service .testimonial-inner {
    position:relative;
}

/* Homepage Testimonial */

body .strong-view.unstyled.homepage {
    background-color:#f3f7fe;
    margin-bottom:70px;
    background-image: url('/wp-content/uploads/2020/11/gear-icon-transparent.png');
    background-size: 22%;
    background-position: 10% 18px;
    background-repeat: no-repeat;
}
body .strong-view.unstyled.homepage .testimonial-inner {
    max-width: 600px;
    margin: 0 16% 0 43%;
    padding: 90px 0;
    text-align: center;
}
body .strong-view.unstyled.homepage .testimonial-inner::before {
    color:#ccdbfe;
    top:135px;
    left: -90px;
    font-size:210px;
    z-index: 1;
    font-weight:700;
    opacity:0.5;
    line-height:0;
}
body .strong-view.unstyled.homepage .testimonial-inner::after {
    color:#ccdbfe;
    font-weight:700;
    font-size:210px;
    bottom:40px;
    right:-98px;
    opacity:0.5;
    line-height:0;
}
body .strong-view.unstyled.homepage .testimonial-content p {
    text-align: center;
    color:#072362;
    font-weight:400;
    font-size: 24px;
    line-height: 38px;
    margin-bottom:0px;
}


/* Single Feature Testimonial */

body .strong-view.unstyled.single-feature {
    margin-bottom:70px;
}
body .strong-view.unstyled.single-feature .testimonial-inner {
    max-width: 600px;
    margin: 0 auto;
    padding: 90px 0;
    text-align: center;
}
body .strong-view.unstyled.single-feature .testimonial-inner::before {
    color:#ccdbfe;
    top:135px;
    left: -90px;
    font-size:210px;
    z-index: 1;
    font-weight:700;
    opacity:0.5;
    line-height:0;
}
body .strong-view.unstyled.single-feature .testimonial-inner::after {
    color:#ccdbfe;
    font-weight:700;
    font-size:210px;
    bottom:40px;
    right:-98px;
    opacity:0.5;
    line-height:0;
}
body .strong-view.unstyled.single-feature .testimonial-content p {
    text-align: center;
    color:#072362;
    font-weight:400;
    font-size: 24px;
    line-height: 38px;
}
/*body .strong-view.unstyled.single-feature .testimonial-inner .testimonial-company {
    margin-top:-20px;
}*/


/* About and Service Tags specific formatting */

body .strong-view.unstyled.about {
  padding: 46px 30px 0px;
  margin: 70px 0;
  background-color: #f3f7fe;
}
body .strong-view.unstyled.about .testimonial-content p {
    text-align: left;
    color:#072362;
    font-weight:400;
    font-size: 18px;
    line-height: 32px;
    margin-bottom:0px;
}
body .strong-view.unstyled.about .testimonial-name,
body .strong-view.unstyled.about .testimonial-company {
    text-align: left;
    font-weight: 700;
    color: #072362;
    font-size: 16px;
    line-height:1.5;
}
body .strong-view.unstyled.about .testimonial-inner::before {
    top: -120px;
    left: -18px;
    color:#e1e9fd;
}
body .strong-view.unstyled.about .testimonial-inner::after {
    bottom: 0px;
    right: 0px;
    display:none;
    }
body .strong-view.unstyled.about .wpmtst-testimonial {
    padding-bottom:80px;
}
body .strong-view.unstyled.service .strong-content.strong-grid .wpmtst-testimonial-inner {
    flex: 0 auto;
}
body .strong-view.unstyled.service .testimonial-inner .testimonial-content::before {
    color: #f3f7fe;
    top: -3px;
    left: -21px;
}
body .strong-view.unstyled.service {
    width: auto;
    max-width: 100%;
    padding: 0;
    background-color: #f3f7fe;
    }
body.images-offset .strong-view.unstyled.service {
    max-width:100%;
    background-color:#f3f7fe;
    padding:30px;
    margin:70px 0;
}
body.images-offset .strong-view.unstyled.service.normal-width {
    max-width:680px;
    margin:70px auto;
}
.images-offset .strong-view.unstyled.service .strong-content {
    margin:  0 auto 1em;
    }
body .strong-view.unstyled.service h3.testimonial-heading {
    font-size: 30px;
    text-align: left !important;
}
body .strong-view.unstyled.service .testimonial-content p {
    text-align: left;
}
body .strong-view.unstyled.service .testimonial-name {
    text-align: left;
}

/* Service and SubService Pages
--------------------------------------------- */

body .strong-view.unstyled .testimonial-heading {
    position: relative;
    z-index: 150;
    .secondary-sansserif-mix();
}
body .strong-view.unstyled .testimonial-inner .testimonial-content {
    position: relative;
    z-index: 100;
}
.entry-content .strong-view.unstyled.services {
    background-color: #f3f7fe;
    padding: 0 40px 10px;
    margin-bottom: 40px;
    border-radius: 5px;
}
.images-offset .strong-view.unstyled .strong-content {
    margin: 3em auto 3em;
    padding-top: 30px;
}
h3.wpmtst-testimonial-heading {
    font-size:28px;
}
.images-offset h3.wpmtst-testimonial-heading {
    padding-top: 6px;
    text-align:center;
    color:#072362;
    position:relative;
    z-index:1000;
}
.images-offset .strong-view.unstyled.service h3.wpmtst-testimonial-heading {
    text-align:left;
}
.strong-view.unstyled.service .strong-content.strong-grid.columns-2 .wpmtst-testimonial {
    width: 46%;
}
.strong-view.unstyled.service .strong-content.strong-grid .wpmtst-testimonial {
    margin: 40px 0 20px;
}




/* Gravity Forms
/* Basic Contact Form and General Items
----------------------------------------------------------- */

.gform_wrapper .gfield_required {
    display:none;
}
.google-disclaimer,
p.google-disclaimer,
.entry-content .box-template-container p.google-disclaimer {
    font-family: Helvetica, Arial, sans-serif;
    color: #999;
    font-size: 14px;
    margin: 24px auto 0;
    line-height: 1.2;
}
body .images-offset .strong-view.unstyled .testimonial-inner .testimonial-content::before {
    top: -32px;
    left: -6px;
    z-index:1;
}
body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html.google-disclaimer {
    line-height: 1.3;
}
.gform_wrapper .gfield_html.gfield_no_follows_desc.google-disclaimer {
    margin-top: 29px;
}
.google-disclaimer a,
p.google-disclaimer a {
    color:#999;
    text-decoration:underline;
}
.grecaptcha-badge {
     visibility: hidden !important;
     opacity:0 !important;
}
p.google-disclaimer a:hover,
.google-disclaimer a:hover {
    color:#072362;
    }

body .gform_wrapper.checkout-form_wrapper {
  max-width: 600px;
  margin: 0 auto;
}
body .gform_wrapper .gform_body label.gfield_label,
body  label.gfield_label {
  font-family: 'Source Sans 3', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight:600;
  font-size:18px;
}
body .gform_wrapper .gform_body ul li.gfield {
  margin-top: 30px;
  padding-top: 0;
}
body .gform_wrapper .gform_body ul.gform_fields li.gfield {
  padding-right: 0px;
}
body .gform_wrapper .gform_body .top_label div.ginput_container,
body .gform_wrapper .gform_body .top_label li.gfield.gfield_error.gfield_contains_required div.ginput_container {
  margin-top: 1px;
}
body .gform_wrapper .gform_body input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
body .gform_wrapper .gform_body textarea {
  font-size: 18px;
  font-family: 'Source Sans 3', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  padding: 8px 12px 9px;
  letter-spacing: normal;
  border-radius: 6px;
  border: 1px solid #cacaca;
}
body .gform_wrapper .gform_body input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):hover,
body .gform_wrapper .gform_body textarea:hover,
body .gform_wrapper .ginput_container_name input:hover,
body .gform_wrapper .ginput_container_name .name_first input:hover,
body .gform_wrapper .ginput_container_name .name_last input:hover {
  border: 1px solid #8b8b8b !important;
}
body .gform_wrapper .gform_body input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):focus,
body .gform_wrapper .gform_body textarea:focus,
body .gform_wrapper .ginput_container_name input:focus,
body .gform_wrapper .ginput_container_name .name_first input:focus,
body .gform_wrapper .ginput_container_name .name_last input:focus {
  border: 1px solid #175aee !important;
}

body .gform_wrapper .gform_body div.validation_error {
  font-family: 'Source Sans 3', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
body .gform_wrapper .gform_body .gfield.gfield_error .gfield_description.validation_message {
  font-family: 'Source Sans 3', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
}
body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important;
}
body .gform_wrapper .gform_body .gfield_error label.gfield_label {
  color:#111;
}
.gform_wrapper ul.gform_fields li.gfield {
    padding-right: 16px;
}
body .gform_wrapper li.gsection.gf_scroll_text {
    margin-bottom: 10px !important;
}

body .gform_wrapper .description_above .gfield_description {
    padding: 0 0 15px;
}
body .gform_wrapper .field_sublabel_above .description,
body .gform_wrapper .field_sublabel_above .gfield_description,
body .gform_wrapper .field_sublabel_above .gsection_description {
    margin-top: -2px;
}
body .gform_wrapper .description,
body .gform_wrapper .gfield_description,
body .gform_wrapper .gsection_description,
body .gform_wrapper .instruction {
    font-size: .75em;
    line-height:16px;
 }
body .gform_wrapper .field_description_below .gfield_description {
    padding-top:4px;
}

/* Dropdown Menus
----------------------------------------------------------- */
body .gform_wrapper.gf_browser_gecko select,
select {
  padding: .65em 1.4em .65em .5em;
}
body .ginput_right.address_country select {
  padding:8px 12px 9px;
}
select.ui-datepicker-month,
select.ui-datepicker-year {
  padding:3px 14px 4px 7px;
  display:inline-block;
  width:34%;
}
select.ui-datepicker-year {
    width:38%;
}
body .ui-widget-header.ui-datepicker-header {
    background-color:#555555;
}
.gform_wrapper select.small,
.gform_wrapper select.medium,
.gform_wrapper select.large,
.gform_wrapper .ginput_card_expiration.ginput_card_expiration_month,
.gform_wrapper .ginput_card_expiration.ginput_card_expiration_year,
select.wpl_page_size_options,
select.wpl_plist_sort,
.wppb-form-field select,
select {
  display: block;
  font-family: 'Source Sans 3', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #333;
  line-height: 1.3;
  padding: .65em 1.4em .65em .5em;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #cacaca;
  border-radius: 3px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
  linear-gradient(#ffffff, #ffffff);
  background-repeat: no-repeat, repeat;
  background-position: right .7em top 50%, 0 0;
  background-size: .65em auto, 100%;
}
.gform_wrapper select.small,
.gform_wrapper select.medium,
.gform_wrapper select.large,
.gform_wrapper .ginput_card_expiration.ginput_card_expiration_month,
.gform_wrapper .ginput_card_expiration.ginput_card_expiration_year,
select.wpl_page_size_options,
select.wpl_plist_sort,
.wppb-form-field select {
  font-size: 16px;
}
.gform_wrapper .book-segments-dropdown select.large {
    font-size:18px;
}
select.wpl_page_size_options {
    display: inline-block;
    }
.gform_wrapper .ginput_card_expiration.ginput_card_expiration_month,
.gform_wrapper .ginput_card_expiration.ginput_card_expiration_year {
  display:inline-block;
}
.gform_wrapper select.small::-ms-expand,
.gform_wrapper select.medium::-ms-expand,
.gform_wrapper select.large::-ms-expand,
.gform_wrapper .ginput_card_expiration.ginput_card_expiration_month::-ms-expand,
.gform_wrapper .ginput_card_expiration.ginput_card_expiration_year::-ms-expand {
  display: none;
}
.gform_wrapper select.small:hover,
.gform_wrapper select.medium:hover,
.gform_wrapper select.large:hover,
.gform_wrapper .ginput_card_expiration.ginput_card_expiration_month:hover,
.gform_wrapper .ginput_card_expiration.ginput_card_expiration_year:hover,
select.wpl_page_size_options:hover,
select.wpl_plist_sort:hover,
.wppb-form-field select:hover,
select:hover {
  border-color: #8b8b8b;
}
.gform_wrapper select.small:focus,
.gform_wrapper select.medium:focus,
.gform_wrapper select.large:focus,
.gform_wrapper .ginput_card_expiration.ginput_card_expiration_month:focus,
.gform_wrapper .ginput_card_expiration.ginput_card_expiration_year:focus,
select.wpl_page_size_options:focus,
select.wpl_plist_sort:focus,
.wppb-form-field select:focus,
select:focus {
  border-color: #175aee;
  color: #222;
  outline: none;
}
.gform_wrapper select.small option,
.gform_wrapper select.medium option,
.gform_wrapper select.large option,
.gform_wrapper .ginput_card_expiration.ginput_card_expiration_month option,
.gform_wrapper .ginput_card_expiration.ginput_card_expiration_year option,
select.wpl_page_size_options option,
select.wpl_plist_sort:focus {
  font-weight:normal;
}
/* Disabled styles */
.gform_wrapper select.small:disabled,
.gform_wrapper select.medium:disabled,
.gform_wrapper select.large:disabled,
.gform_wrapper select.small[aria-disabled=true],
.gform_wrapper select.medium[aria-disabled=true],
.gform_wrapper select.large[aria-disabled=true],
.gform_wrapper .ginput_card_expiration.ginput_card_expiration_month:disabled,
.gform_wrapper .ginput_card_expiration.ginput_card_expiration_year:disabled,
.gform_wrapper .ginput_card_expiration.ginput_card_expiration_month[aria-disabled=true],
.gform_wrapper .ginput_card_expiration.ginput_card_expiration_year[aria-disabled=true],
select.wpl_page_size_options:disabled,
select.wpl_plist_sort:disabled {
  color: graytext;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22graytext%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
  linear-gradient(#ffffff, #ffffff);
}
.gform_wrapper select.small:disabled:hover,
.gform_wrapper select.small[aria-disabled=true],
.gform_wrapper select.medium:disabled:hover,
.gform_wrapper select.medium[aria-disabled=true],
.gform_wrapper select.large:disabled:hover,
.gform_wrapper select.large[aria-disabled=true],
.gform_wrapper .ginput_card_expiration.ginput_card_expiration_month:disabled:hover,
.gform_wrapper .ginput_card_expiration.ginput_card_expiration_year:disabled:hover,
.gform_wrapper .ginput_card_expiration.ginput_card_expiration_month[aria-disabled=true],
.gform_wrapper .ginput_card_expiration.ginput_card_expiration_year[aria-disabled=true],
select.wpl_page_size_options:disabled:hover,
select.wpl_plist_sort:disabled:hover {
    border-color: #aaa;
}
body .gform_wrapper .ginput_complex select.ginput_card_expiration.ginput_card_expiration_month,
body .gform_wrapper .ginput_complex select.ginput_card_expiration.ginput_card_expiration_year {
    width: 40% !important;
}
body .gform_wrapper .ginput_complex .ginput_cardinfo_left span.ginput_card_expiration_container select {
    margin-bottom: 0px;
}
/* payment fields */
body .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
body .gform_wrapper .field_sublabel_below div[class*="gfield_time_"].ginput_container label {
    margin: 1px 0 1px 1px;
}

/* Date Picker */

body .ui-datepicker tbody td {
    background-color:#f6f6f6;
}

/* Advanced Search Fields
------------------------------------------------------ */

.gform_wrapper#gform_wrapper_2 {
    margin-top:0px;
}
body .gform_wrapper .gform_footer input.button#gform_submit_button_2,
.gform_wrapper .gform_footer input[type="submit"]#gform_submit_button_2,
body .gform_wrapper .gform_footer input.button#gform_submit_button_6,
.gform_wrapper .gform_footer input[type="submit"]#gform_submit_button_6,
body .gform_wrapper .gform_footer input.button#gform_submit_button_1,
.gform_wrapper .gform_footer input[type="submit"]#gform_submit_button_1,
body .gform_wrapper .gform_footer input.button#gform_submit_button_7,
.gform_wrapper .gform_footer input[type="submit"]#gform_submit_button_7,
body .gform_wrapper .gform_footer input.button#gform_submit_button_8,
.gform_wrapper .gform_footer input[type="submit"]#gform_submit_button_8,
body .gform_wrapper .gform_footer input.button#gform_submit_button_10,
.gform_wrapper .gform_footer input[type="submit"]#gform_submit_button_10,
body .gform_wrapper .gform_footer input.button#gform_submit_button_14,
.gform_wrapper .gform_footer input[type="submit"]#gform_submit_button_14,
p.submit input[type="submit"],
.entry-content form#gform_2 .button#gform_submit_button {
    width: 100%;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 16px;
    margin-top:28px !important;
    line-height:1.1em;
}
body .gform_wrapper .gform_footer input.button#gform_submit_button_2,
.gform_wrapper .gform_footer input[type="submit"]#gform_submit_button_2 {
    width: calc(100% - 46px);
    margin-right: 0 !important;
}
.gform_wrapper #gform_7 .gform_footer,
.gform_wrapper #gform_8 .gform_footer {
    padding: 16px 8px 10px 0;
    margin: 0;
    width: 50%;
}

body .gform_wrapper ul li.gfield.keyword-search-field,
body .gform_wrapper ul li.gfield.book-segments-dropdown {
    margin-top:10px;
    margin-bottom:36px;
}

body .gform_wrapper ul li.gfield.scroll-field {
    width:48.5%;
    display: inline-block;
}
body .gform_wrapper ul li.gfield.scroll-field.full-row {
    display:block;
}
body .gform_wrapper ul li.gfield.scroll-field div.ginput_container {
    height: 250px;
    border: 1px solid #ddd;
    overflow-y: scroll;
    padding: 4px 10px 10px 10px !important;
    border-radius: 6px;
    display: inline-block;
    box-shadow: 0 18px 26px -20px rgba(0,0,0,0.25);
    margin-top: 1px;
    width:100%;
}
body .gform_wrapper ul li.gfield.scroll-field div.ginput_container ul {
    width:98%;
}
body .gform_wrapper ul li.gfield.scroll-field.scroll-third {
    width: 31.33%;
}
body .gform_wrapper ul li.gfield.scroll-field:nth-child(3),
body .gform_wrapper ul li.gfield.scroll-field:nth-child(4),
body .gform_wrapper ul li.gfield.scroll-field:nth-child(5),
body .gform_wrapper ul li.gfield.scroll-field:nth-child(6) {
    margin-left:3% !important;
}
body .gform_wrapper ul li.gfield.scroll-field.begin-row:nth-child(3),
body .gform_wrapper ul li.gfield.scroll-field.begin-row:nth-child(4),
body .gform_wrapper ul li.gfield.scroll-field.begin-row:nth-child(5) {
    margin-left:0 !important;
}
#gform_wrapper_2 .gform_wrapper ul.gform_fields {
    position:relative;
}
#field_2_20 label {
  font-weight:700;
}
select#selected_subjects {
  box-shadow: 0 18px 26px -20px rgba(0,0,0,0.25);
  border: 1px solid #ddd;
  height: 250px;
  background-image:none;
}

/* Date fields */
.gform_wrapper .top_label .deadline-checkbox,
body .gform_wrapper .top_label .gform_body ul li.gfield.deadline-checkbox {
  display:inline-block;
  position: relative;
  top: 12px;
  left: 0px;
  margin:14px -36px -3px 0 !important;
  z-index:0;
}

.gform_wrapper .top_label .date-field input.small,
.gform_wrapper .top_label .date-field select.small {
    display:inline;
    width: 66px;
}
.gform_wrapper .top_label .date-field.date-range select.small {
    width: 210px;
}
.gform_wrapper .top_label .date-field {
    display:inline-block;
    width:66px;
    margin-right:4px;
}
.gform_wrapper .top_label .date-field.date-range {
    width: 210px;
}
body .gform_wrapper .top_label .gform_body ul li.gfield.date-field {
    display:inline-block;
    width:66px;
    margin-right:4px;
    margin-top:0px;
}
.gform_wrapper .top_label .date-field.day {
    width:52px;
}
body .gform_wrapper .gform_body ul.gform_fields li.gfield.date-field.hyphen {
    margin-left:19px !important;
    position:relative;
}
body .gform_wrapper .gform_body ul.gform_fields li.gfield.date-field.hyphen:before {
    content:"\2013";
    color:#999;
    position:relative;
    top: 30px;
    left: -13.5px;
    font-weight: 700;
}
body .gform_wrapper .top_label .gform_body ul li.gfield.date-field.day {
    width:66px;
}
body .gform_wrapper.gf_browser_gecko .date-field select {
    padding: 5px 20px 5px 6px !important;
}
.gform_wrapper .date-field select.small {
    background-position: right .5em top 50%, 0 0;
}
body .gform_wrapper .gform_body ul.gform_fields li.gfield.date-field {
  margin-top: 6px !important;
  margin-bottom:-8px;
  position:relative;
  top:-1px;
}
#field_2_18 {
    display:none;
}
body .gform_wrapper .gform_body ul li.gfield.filter-field,
.filter-field {
    margin-top:50px;
}
.entry-content .gform_wrapper .gform_body ul li.gfield.filter-field.extra-bottom-margin {
    margin-bottom: 30px;
}
.filter-field p {
    margin-bottom:12px;
    line-height:1.3;
}
input[name="regexp"] {
    width:380px;
    padding: 7px 14px;
}
.mass-editable input[name="regexp"] {
    width:240px;
    padding: 6px 12px;
}
body .entry-content .filter-field input[type="button"][value="Filter"],
body .entry-content .filter-field  input[type="button"][value="Clear"],
body .mass-editable .filter-field input[type="button"][value="Filter"],
body .mass-editable .filter-field  input[type="button"][value="Clear"] {
    padding: 13px 24px;
    width:auto;
}
.ui-widget input[type="submit"][name="mass_edit_submit"],
subscriber_delete {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 18px;
    padding: 16px 40px;
    width: auto;
    margin: 20px auto;
    text-align:center;
    display:block;
    transition:all 0.2s ease-in-out;
    border:0;
}
.ui-widget input[type="submit"][name="mass_edit_submit"]:hover {
    background-color:#175aee !important;
    border:0;
}


/* checkboxes and radio buttons
----------------------------------------------------------- */
body .gform_wrapper .gform_body ul li.gfield.no-margin-top,
h2.no-margin-top {
    margin-top: 0px;
}
.gfield_checkbox li,
.gfield_radio li,
.gform_wrapper .gfield.gfield_contains_required.field_sublabel_below.field_description_below.gfield_visibility_visible,
body .gform_wrapper .ginput_container.ginput_container_consent {
  position: relative;
}
body .gform_wrapper .ginput_container.ginput_container_consent label {
  line-height: 1.5;
  margin-top: 10px;
}
body .gform_wrapper .gfield_radio li label,
body .gform_wrapper .ginput_container.ginput_container_consent {
  margin: 2px 0 0 36px;
  font-size:1em;
}
body .gform_wrapper .gfield_checkbox li,
body .gform_wrapper .gfield_radio li {
    margin: 0 0 6px 0;
}

body .gform_wrapper ul.gfield_checkbox li label {
  padding-left: 30px;
  font-size:1em;
  font-weight:400;
  color:#555;
}

body .gform_wrapper ul li.gfield.optional .gfield_checkbox label::after,
body .gform_wrapper ul li.gfield.optional .gfield_radio label::after,
body .gform_wrapper .ginput_container.ginput_container_consent label::after {
  content: "";
  opacity: 1;
}
body .gform_wrapper .gfield_radio li input[type="radio"],
body .gform_wrapper .gfield_checkbox li input[type="checkbox"],
body .gform_wrapper .ginput_container.ginput_container_consent input[type="checkbox"] {
  display: none;
}
ul.gfield_checkbox li[class^="gchoice"] label:before,
ul.gfield_checkbox li[class^="gchoice"] label:after,
ul.gfield_radio li[class^="gchoice"] label:before,
ul.gfield_radio li[class^="gchoice"] label:after,
body .gform_wrapper .ginput_container.ginput_container_consent label:before,
body .gform_wrapper .ginput_container.ginput_container_consent label:after {
  bottom: 0;
  content: '';
  margin: 0 auto;
  position: absolute;
  top: 3px;
}
ul.gfield_checkbox li[class^="gchoice"] label:after,
ul.gfield_radio li[class^="gchoice"] label:after,
body .gform_wrapper .ginput_container.ginput_container_consent label:after {
  content: "";
  background-color: #fff;
  border: solid 1px #cacaca;
  border-radius: 50%;
  display: inline-block;
  height: 22px;
  left: 0;
  position: absolute;
  transition: left .25s, background-color .13s;
  transition:all ease-in-out .3s;
  width: 22px;
}
ul.gfield_checkbox li[class^="gchoice"] label:after {
  border-radius: 3px;
}

/* date picker */
.gfield.deadline-checkbox ul.gfield_checkbox li[class^="gchoice"] label:after {
    top:0px;
}
.gfield.deadline-checkbox ul.gfield_checkbox input[type="checkbox"]:checked + label::before {
    top: -1px;
}
.gfield.deadline-checkbox ul.gfield_checkbox input[type="checkbox"]:hover + label:before {
    top: -1px;
}


body .gform_wrapper .ginput_container.ginput_container_consent label:after {
  left:-32px;
  bottom: 22px;
}
ul.gfield_checkbox input[type="checkbox"]:hover + label:before,
ul.gfield_radio input[type="radio"]:hover + label:before,
body .gform_wrapper .ginput_container.ginput_container_consent input[type="checkbox"]:hover + label:before {
  content: "●";
  color: #dde1e5;
  font-size: 36px;
  font-weight: 700;
  left: -0.5px;
  text-align: center;
  top: -13.5px;
  z-index: 9;
  -webkit-transition: all 150ms;
  transition: all 150ms;
}
ul.gfield_checkbox input[type="checkbox"]:hover + label:before {
  content: '\f00c';
  font-family: "font awesome 5 free";
  font-weight:900;
    font-size: 17px;
    left: 3px;
    top: 1px;
}
body .gform_wrapper .ginput_container.ginput_container_consent input[type="checkbox"]:hover + label:before {
  left: -31px;
  top: -4px;
}
ul.gfield_checkbox input[type="checkbox"]:checked + label:before,
ul.gfield_radio input[type="radio"]:checked + label:before,
body .gform_wrapper .ginput_container.ginput_container_consent input[type="checkbox"]:checked + label:before {
  content: "●";
  color: #175aee;
  font-size: 36px;
  font-weight: 700;
  left: -0.5px;
  text-align: center;
  top: -13.5px;
  z-index: 9;
}
ul.gfield_checkbox input[type="checkbox"]:checked + label:before {
  content: '\f00c';
  font-family: "font awesome 5 free";
  font-weight:900;
    font-size: 17px;
    left: 3px;
    top: 1px;
}
body .gform_wrapper .ginput_container.ginput_container_consent input[type="checkbox"]:checked + label::before {
  left: -31px;
  top: -7px;
}
.gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label,
body .gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label {
  font-weight: 400;
  color: #175aee;
}
body .gform_wrapper .gchoice_select_all {
  font-weight:400;
}
body label:hover {
  color:#444;
}



/* Radio selectors to buttons
--------------------------------------- */

.gform_wrapper h2.form-header {
   border-top:4px solid #072362;
   color:#072362;
   padding-top:12px;
   margin-top:50px;
}
.radio-btn ul.gfield_radio li[class^="gchoice"] label::after,
body .gform_wrapper .radio-btn .ginput_container.ginput_container_consent label::after {
  display:none !important;
}
.radio-btn ul.gfield_radio input[type="radio"]:hover + label:before,
body .gform_wrapper .radio-btn .ginput_container.ginput_container_consent input[type="checkbox"]:hover + label:before {
  display:none !important;
}
.gform_wrapper .gfield_radio li input[type=radio] {
    display:none !important;
}
.radio-btn ul.gfield_radio input[type="radio"]:checked + label::before,
body .gform_wrapper .radio-btn  .ginput_container.ginput_container_consent input[type="checkbox"]:checked + label::before {
  display:none !important;
}
.gform_wrapper li.gf_list_inline.radio-btn ul.gfield_radio li {
    margin: 0 8px 0px 0;
}
.radio-btn .gfield_radio label {
    max-width: 300px;
    width: 100%;
    margin: 0px auto;
    float: none;
    background: @grey-04;
    border:1px solid #cacaca;
    letter-spacing: 0.09375rem;
    border-radius: 4px;
    font-weight: 700;
    margin: 0 15px 0 0;
    display: block;
    -webkit-transition: background-color 150ms ease-out;
    -moz-transition: background-color 150ms ease-out;
    transition: background-color 150ms ease-out;
    -webkit-appearance: none;
    cursor: pointer;
    line-height: 1;
    position: relative;
    text-decoration: none;
    text-align: center;
    font-size: 0.8em;
    text-transform: uppercase;
    box-sizing: border-box;
}
.radio-btn .gfield_radio label:hover {
    background: @grey-08;
    border:1px solid #8b8b8b;
}
.gform_wrapper .radio-btn ul.gfield_radio li label {
     padding: 10px 20px;
     min-width:140px;
     margin:10px 4px 0px;
     color: #666;
    }
.gform_wrapper .radio-btn.width-100 ul.gfield_radio li label {
    min-width: 90px;
    padding: 10px 14px;
  }
.gform_wrapper .radio-btn ul.gfield_radio {
    margin: 0px 0 6px;
    }
body .gform_wrapper .field_description_below.radio-btn .gfield_description {
    padding-top:0px;
    }
.radio-btn .ginput_container_radio .gfield_radio [type="radio"]:checked + label {
    background-color: #072362-background2 !important;
    font-weight: 700 !important;
    color:#072362 !important;
    border: 1px solid #072362 !important;
    }


/* Multi-page form
----------------------------------------------------------- */
body .gform_wrapper .gsection {
  margin: 28px 0px 28px 0 !important;
}
body .gform_wrapper .gform_page_footer {
  margin:54px 0 14px;
  width: 100%;
}
body .gform_wrapper .gsection_description {
  line-height:1.6;
}
body .gform_wrapper .gform_page_footer .gform_next_button.button {
  float:right;
}

body .gform_wrapper .gform_page_footer .gform_previous_button.button {
  background-color:#FFF;
  color:#999;
  font-size:0.8em;
  font-weight:normal;
}


body .gform_wrapper .field_description_below .gfield_consent_description,
body .gform_wrapper .gfield_consent_description {
  max-height: auto;
  border: 0px;
  padding: 16px 20px;
  font-size: .72em;
  line-height: 1.8;
  background-color: rgba(0,0,0,0.1);
  border-radius: 3px;
}
body .gform_wrapper span.ginput_total {
  color: #072362;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.3;
}
body .gform_wrapper span.ginput_total {
  color: #072362;
  font-size: 26px;
  font-weight: 700;
  margin-top: 10px;
}
body .gform_page_footer {
  position:relative;
}
body .gform_wrapper .gform_page_footer .button.gform_next_button,
body .gform_wrapper .gform_page_footer .button.gform_previous_button {
  border-radius: 22px;
  padding: 8px 30px;
  position:relative;
}
body .gform_wrapper .gform_page_footer .button.gform_previous_button {
  padding-left:0px;
}
body .gform_wrapper .gform_page_footer .button.gform_next_button {
  margin-right:0px !important;
}

body .gform_wrapper .gform_page_footer input[type="submit"] {
  font-family: 'Source Sans 3', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  /*background-color: #ffbd33;
  color: #800000;*/
  font-size: 21px;
  text-decoration: none;
  box-shadow: 0px;
  text-transform: uppercase;
  border-radius: 32px;
  padding: 10px 40px;
  float: right;
  margin-right: 0px !important;
}
.gform_wrapper .gform_page_footer input[type="submit"]:hover {
  background-color: #ffaa14 !important;
  color: #000000 !important;
}

/* ajax spinner
----------------------------------------------------------- */
body .gform_wrapper img.gform_ajax_spinner {
  text-align: right !important;
  margin: 0 0 0 8px !important;
  position: relative !important;
  top: 8px !important;
  height: 32px !important;
  width: 32px !important;
  display: inline-block;
  padding-left: 0px !important;
}
/*body img.gform_ajax_spinner {
    display: none!important;
}*/


/* Simple Horizontal Form
----------------------------------------------------------- */

body .gform_wrapper form.gf_simple_horizontal label.gfield_label {
    display: inline-block;
    height:auto;
    width:auto;
    overflow:visible;
    position:relative;
    top: 9px;
    left:0px;
    padding-right:8px;
    font-weight:400;
}
body .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield {
    display:flex;
}
.gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label input[type="button"],
.gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label input[type="image"],
.gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label input[type="submit"] {
    padding: 14px 38px;
}

/* error fields
----------------------------------------------------------- */
body .gform_wrapper li.gfield.gfield_error,
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: rgba(255,223,224,.45);
  border-top: 0px;
  border-bottom: 0px;
  padding-left: 0px !important;
  padding-right: 0px !important;
  border-radius: 3px !important;
}

.gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield.gfield_error {
  padding-right:1em !important;
}

/* validation errors */

body .gform_wrapper div.validation_error {
    color: #000;
    margin-bottom: 12px;
    border-top: 0px;
    border-bottom: 0px;
    border-left:0;
    border-right:0;
    padding: 3px 0;
    background-color: #fff66b;
    line-height: 1.4;
    border-radius:6px;
    padding: 10px;
    font-family:helvetica, arial, sans-serif;
    font-weight:400;
}
body .gform_wrapper .validation_message {
    color: #000;
    background-color: #fff66b;
    margin-top: -2px;
    padding: 5px 10px 4px 10px !important;
    border-radius: 0px 0 3px 3px;
    font-family:helvetica, arial, sans-serif;
    font-weight:400;
    line-height:1.3;
}

body .gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .gform_wrapper li.gfield_error textarea {
    border: 1px solid #eaba00 !important;
}
.gform_wrapper .gfield_error select.medium {
    border: 1px solid #eaba00 !important;
    }
body .gform_wrapper li.gfield.gfield_error,
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent !important;
    margin-bottom: 6px !important;
    border-top: 0px !important;
    border-bottom: 0px !important;
    padding-bottom: 6px;
    padding-top: 8px;
}
body .gform_wrapper .gfield_error .gfield_label {
    color: #57554d;
}
body .gform_wrapper .ginput_container.ginput_container_fileupload .validation_message {
    background-color:#fff;
}


/* Footer */

.membership .gform_wrapper .gform_footer {
    margin: 36px 0 0 0;
}

/* Editor Admin Gravity Form */
.entry-content .gform_wrapper.subject-heading-detail ul li {
    list-style-type: none;
}
.entry-content select#sponsor_id option {
  color:#232323 !important;
  line-height:1.2;
  font-size:15px;
  margin-bottom:26px;
}
.entry-content a.create-subject-heading {
    padding:5px 26px;
    background-color:#072362;
    color:#ffffff;
    border-radius:6px;
    text-decoration:none !important;
    font-weight:400;
    text-transform:none;
}
.entry-content a.create-subject-heading:hover {
  background-color:#175aee;
  color:#ffffff;
  text-decoration:none !important;
}
.gfield.scroll-field.subject-box input[type="radio"] {
    margin: 0 6px 4px 0;
}
body .gform_wrapper li.gfield.scroll-field.subject-box .gfield_radio li/*,
body .gform_wrapper li.gfield.scroll-field.subject-box .gfield_checkbox li*/ {
    margin: 0;
    line-height:1.7;
}
.sponsor-div label,
.subject-heading label {
    font-weight:700;
}
.entry-content .sponsor-detail {
    line-height: 2;
    font-family:"Open Sans", Helvetica, Arial, sans-serif;
    font-size:16px;
    padding: 12px 36px 20px;
    margin: 12px 0 66px;
    border: 0px;
    border-radius: 8px;
    box-shadow: 0 21px 38px -9px rgb(214,225,236);
}
.entry-content .sponsor-detail .sponsor-item div {
    padding: 0px 4px 0px 16px;
    font-weight: 400;
}
.entry-content .sponsor-detail .sponsor-item label {
    width: 180px;
    text-align: right;
    padding: 0px;
    float: none;
}
label.target-subject-heading {
  padding-left: 30px !important;
}
body .gform_wrapper ul li.gfield.scroll-field div.gsave_container {
    border: 0;
    padding: 0px 10px 0px 30px !important;
    box-shadow:none;
    margin-top: 0px;
    font-weight: 700;
}
.gsave_container input#subject_title {
    margin-bottom:8px;
}
.edit-box .button-group input {
    margin:4px 12px 0 0;
}
.edit-box .button-group {
    justify-content: flex-start;
}


/* Paid Member Subcriptions
---------------------------------------------------- */

.entry-content ul > li.pms-field,
.entry-content ul.pdf-forms-list {
    list-style-type: none;
}
.entry-content ul.pdf-forms-list {
    margin-left:0;
}
.pms-alert {
    text-align:center;
}
.wppb-form-field h4, #wppb-form-element-31 label {
    font-size: 20px;
    font-family:Arial;
    font-family: 'Source Sans 3', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
    background-color: #eef0f3;
    padding: 7px 10px;
    margin-bottom: 0px;
    color: #323232;
    letter-spacing: 0.5px;
    border-radius: 6px;
    clear:both;
    margin-top:30px;
}
#wppb-form-element-31 label {
	line-height:24px;
	margin-bottom:20px;
}
.wppb-user-forms input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.wppb-user-forms select,
.wppb-user-forms textarea {
  font-family: Helvetica, Arial, sans-serif;
    background-color: #fff;
    border: 1px solid #cacaca;
    border-radius: 0;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.625;
    padding: 10px 12px;
    width: 100%;
    border-radius:6px;
}
.wppb-user-forms select {
    font-size:16px !important;
}
.wppb-user-forms input#pms_group_name {
    margin-bottom:40px;
}

.entry-content .wppb-user-forms textarea {
    padding:8px 12px;
}

.wppb-user-forms input[type=text]::placeholder,
.wppb-user-forms textarea::placeholder {
    color:#9eb0db;
}

.wppb-user-forms input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):hover,
.wppb-user-forms select:hover,
.wppb-user-forms textarea:hover {
    border: 1px solid #8b8b8b !important;
    outline: none;
}
.wppb-user-forms input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):focus,
.wppb-user-forms select:focus,
.wppb-user-forms textarea:focus {
  border: 1px solid #175aee !important;
  outline: none;
}



/* Profile Builder Pro
---------------------------------------------------------- */

/* form fields */

#wppb-form-element-2 {
    padding-top:30px !important;
}
body .wppb-register-user fieldset,
body .wppb-user-forms fieldset,
body .wppb-edit-user fieldset {
    box-shadow:none;
}
.wppb-register-user fieldset ul,
.wppb-user-forms fieldset ul/*,
.wppb-user-forms ul*/,
.wppb-user-forms#wppb-edit-user-individual-account-edit ul/*,
.wppb-user-forms#wppb-register-user-create-gs-manager-account-for-admin ul*/ {
    display: flex;
    flex-flow: row wrap;
    justify-content:space-between;
    align-items:center;
    align-content:flex-start;
    margin-top:2px;
}
.wppb-user-forms li#wppb-form-element-90 ul.wppb-checkboxes,
.wppb-user-forms li#wppb-form-element-102 ul.wppb-radios {
    justify-content:flex-start;
}
.wppb-register-user fieldset ul.wppb-radios,
.wppb-user-forms fieldset ul.wppb-radios {
    align-items:flex-start;
    flex-flow: column nowrap;
}

.wppb-register-user fieldset ul li.wppb-form-field,
.wppb-user-forms fieldset ul li.wppb-form-field,
.wppb-user-forms ul li.wppb-form-field {
    flex: 0 1 auto;
    flex-basis:100%;
}

.wppb-user-forms fieldset ul li.wppb-form-field#wppb-form-element-3,
.wppb-user-forms fieldset ul li.wppb-form-field#wppb-form-element-4,
.wppb-user-forms fieldset ul li.wppb-form-field#wppb-form-element-15,
.wppb-user-forms fieldset ul li.wppb-form-field#wppb-form-element-16,
.wppb-user-forms fieldset ul li.wppb-form-field#wppb-form-element-42,
.wppb-user-forms fieldset ul li.wppb-form-field#wppb-form-element-43,
.wppb-user-forms ul li.wppb-form-field#wppb-form-element-3,
.wppb-user-forms ul li.wppb-form-field#wppb-form-element-4,
.wppb-user-forms ul li.wppb-form-field#wppb-form-element-15,
.wppb-user-forms ul li.wppb-form-field#wppb-form-element-16,
.wppb-user-forms ul li.wppb-form-field#wppb-form-element-42,
.wppb-user-forms ul li.wppb-form-field#wppb-form-element-43,
.wppb-user-forms ul li.wppb-form-field#wppb-form-element-46,
.wppb-user-forms ul li.wppb-form-field#wppb-form-element-47 {
    flex: 0 1 auto;
    width: 48.5%;
}
.wppb-user-forms fieldset ul li.wppb-form-field#wppb-form-element-21,
.wppb-user-forms fieldset ul li.wppb-form-field#wppb-form-element-38,
.wppb-user-forms ul li.wppb-form-field#wppb-form-element-21,
.wppb-user-forms ul li.wppb-form-field#wppb-form-element-38 {
  flex: 0 1 auto;
  width: 43%;
 }
 .wppb-user-forms fieldset ul li.wppb-form-field#wppb-form-element-22,
 .wppb-user-forms fieldset ul li.wppb-form-field#wppb-form-element-39,
 .wppb-user-forms ul li.wppb-form-field#wppb-form-element-22,
 .wppb-user-forms ul li.wppb-form-field#wppb-form-element-39 {
   flex: 0 1 auto;
   width: 30%;
 }
 .wppb-user-forms fieldset ul li.wppb-form-field#wppb-form-element-23,
 .wppb-user-forms fieldset ul li.wppb-form-field#wppb-form-element-40,
 .wppb-user-forms ul li.wppb-form-field#wppb-form-element-23,
 .wppb-user-forms ul li.wppb-form-field#wppb-form-element-40,
 .wppb-user-forms#wppb-edit-user-institutional-account-edit ul li.wppb-form-field#wppb-form-element-23,
 .wppb-user-forms#wppb-edit-user-institutional-account-edit ul li.wppb-form-field#wppb-form-element-40  {
   flex: 0 1 auto;
   width:23%;
   max-width:220px;
}
.wppb-user-forms fieldset ul li.wppb-form-field#wppb-form-element-3,
.wppb-user-forms fieldset ul li.wppb-form-field#wppb-form-element-4,
.wppb-user-forms fieldset ul li.wppb-form-field#wppb-form-element-15,
.wppb-user-forms fieldset ul li.wppb-form-field#wppb-form-element-16,
.wppb-user-forms fieldset ul li.wppb-form-field#wppb-form-element-42,
.wppb-user-forms fieldset ul li.wppb-form-field#wppb-form-element-43,
.wppb-user-forms ul li.wppb-form-field#wppb-form-element-3,
.wppb-user-forms ul li.wppb-form-field#wppb-form-element-4,
.wppb-user-forms ul li.wppb-form-field#wppb-form-element-15,
.wppb-user-forms ul li.wppb-form-field#wppb-form-element-16,
.wppb-user-forms ul li.wppb-form-field#wppb-form-element-42,
.wppb-user-forms ul li.wppb-form-field#wppb-form-element-43,
.wppb-user-forms ul li.wppb-form-field#wppb-form-element-46,
.wppb-user-forms ul li.wppb-form-field#wppb-form-element-47,
.wppb-user-forms#wppb-register-user-create-gs-manager-account-for-admin fieldset ul li.wppb-form-field#wppb-form-element-3,
.wppb-user-forms#wppb-register-user-create-gs-manager-account-for-admin fieldset ul li.wppb-form-field#wppb-form-element-4,
.wppb-user-forms#wppb-register-user-create-gs-manager-account-for-admin fieldset ul li.wppb-form-field#wppb-form-element-15,
.wppb-user-forms#wppb-register-user-create-gs-manager-account-for-admin fieldset ul li.wppb-form-field#wppb-form-element-16,
.wppb-user-forms#wppb-register-user-create-gs-manager-account-for-admin fieldset ul li.wppb-form-field#wppb-form-element-42,
.wppb-user-forms#wppb-register-user-create-gs-manager-account-for-admin fieldset ul li.wppb-form-field#wppb-form-element-43,
.wppb-user-forms#wppb-register-user-create-gs-manager-account-for-admin ul li.wppb-form-field#wppb-form-element-3,
.wppb-user-forms#wppb-register-user-create-gs-manager-account-for-admin ul li.wppb-form-field#wppb-form-element-4,
.wppb-user-forms#wppb-register-user-create-gs-manager-account-for-admin ul li.wppb-form-field#wppb-form-element-15,
.wppb-user-forms#wppb-register-user-create-gs-manager-account-for-admin ul li.wppb-form-field#wppb-form-element-16,
.wppb-user-forms#wppb-register-user-create-gs-manager-account-for-admin ul li.wppb-form-field#wppb-form-element-42,
.wppb-user-forms#wppb-register-user-create-gs-manager-account-for-admin ul li.wppb-form-field#wppb-form-element-43,
.wppb-user-forms#wppb-register-user-create-gs-manager-account-for-admin ul li.wppb-form-field#wppb-form-element-46,
.wppb-user-forms#wppb-register-user-create-gs-manager-account-for-admin ul li.wppb-form-field#wppb-form-element-47,
.wppb-user-forms#wppb-register-user-trial-subscription ul li.wppb-form-field#wppb-form-element-3,
.wppb-user-forms#wppb-register-user-trial-subscription ul li.wppb-form-field#wppb-form-element-4,
.wppb-user-forms#wppb-register-user-trial-subscription ul li.wppb-form-field#wppb-form-element-15,
.wppb-user-forms#wppb-register-user-trial-subscription ul li.wppb-form-field#wppb-form-element-16,
.wppb-user-forms#wppb-register-user-trial-subscription ul li.wppb-form-field#wppb-form-element-42,
.wppb-user-forms#wppb-register-user-trial-subscription ul li.wppb-form-field#wppb-form-element-43,
.wppb-user-forms#wppb-register-user-trial-subscription ul li.wppb-form-field#wppb-form-element-46,
.wppb-user-forms#wppb-register-user-trial-subscription ul li.wppb-form-field#wppb-form-element-47,
.wppb-user-forms#wppb-edit-user-institutional-account-edit fieldset ul li.wppb-form-field#wppb-form-element-3,
.wppb-user-forms#wppb-edit-user-institutional-account-edit fieldset ul li.wppb-form-field#wppb-form-element-4,
.wppb-user-forms#wppb-edit-user-institutional-account-edit fieldset ul li.wppb-form-field#wppb-form-element-15,
.wppb-user-forms#wppb-edit-user-institutional-account-edit fieldset ul li.wppb-form-field#wppb-form-element-16,
.wppb-user-forms#wppb-edit-user-institutional-account-edit fieldset ul li.wppb-form-field#wppb-form-element-42,
.wppb-user-forms#wppb-edit-user-institutional-account-edit fieldset ul li.wppb-form-field#wppb-form-element-43,
.wppb-user-forms#wppb-edit-user-institutional-account-edit ul li.wppb-form-field#wppb-form-element-3,
.wppb-user-forms#wppb-edit-user-institutional-account-edit ul li.wppb-form-field#wppb-form-element-4,
.wppb-user-forms#wppb-edit-user-institutional-account-edit ul li.wppb-form-field#wppb-form-element-15,
.wppb-user-forms#wppb-edit-user-institutional-account-edit ul li.wppb-form-field#wppb-form-element-16,
.wppb-user-forms#wppb-edit-user-institutional-account-edit ul li.wppb-form-field#wppb-form-element-42,
.wppb-user-forms#wppb-edit-user-institutional-account-edit ul li.wppb-form-field#wppb-form-element-43,
.wppb-user-forms#wppb-edit-user-institutional-account-edit ul li.wppb-form-field#wppb-form-element-46,
.wppb-user-forms#wppb-edit-user-institutional-account-edit ul li.wppb-form-field#wppb-form-element-47 {
  padding-right:20px;
  float:left;
  flex: 0 1 auto;
  width: 48.5%;
}
.wppb-user-forms fieldset ul li.wppb-form-field#wppb-form-element-21,
.wppb-user-forms fieldset ul li.wppb-form-field#wppb-form-element-38,
.wppb-user-forms ul li.wppb-form-field#wppb-form-element-21,
.wppb-user-forms ul li.wppb-form-field#wppb-form-element-38,
.wppb-user-forms ul li.wppb-form-field#wppb-form-element-123,
.wppb-user-forms#wppb-register-user-create-gs-manager-account-for-admin fieldset ul li.wppb-form-field#wppb-form-element-21,
.wppb-user-forms#wppb-register-user-create-gs-manager-account-for-admin fieldset ul li.wppb-form-field#wppb-form-element-38,
.wppb-user-forms#wppb-register-user-create-gs-manager-account-for-admin ul li.wppb-form-field#wppb-form-element-21,
.wppb-user-forms#wppb-register-user-create-gs-manager-account-for-admin ul li.wppb-form-field#wppb-form-element-38,
.wppb-user-forms#wppb-edit-user-institutional-account-edit fieldset ul li.wppb-form-field#wppb-form-element-21,
.wppb-user-forms#wppb-edit-user-institutional-account-edit fieldset ul li.wppb-form-field#wppb-form-element-38,
.wppb-user-forms#wppb-edit-user-institutional-account-edit ul li.wppb-form-field#wppb-form-element-21,
.wppb-user-forms#wppb-edit-user-institutional-account-edit ul li.wppb-form-field#wppb-form-element-38,
.wppb-user-forms#wppb-register-user-trial-subscription fieldset ul li.wppb-form-field#wppb-form-element-21,
.wppb-user-forms#wppb-register-user-trial-subscription fieldset ul li.wppb-form-field#wppb-form-element-38,
.wppb-user-forms#wppb-register-user-trial-subscription ul li.wppb-form-field#wppb-form-element-21,
.wppb-user-forms#wppb-register-user-trial-subscription ul li.wppb-form-field#wppb-form-element-38 {
  padding-right:20px;
  float:left;
  flex: 0 1 auto;
  width: 43%;
}
.wppb-user-forms fieldset ul li.wppb-form-field#wppb-form-element-22,
.wppb-user-forms fieldset ul li.wppb-form-field#wppb-form-element-39,
.wppb-user-forms ul li.wppb-form-field#wppb-form-element-22,
.wppb-user-forms ul li.wppb-form-field#wppb-form-element-39,
.wppb-user-forms ul li.wppb-form-field#wppb-form-element-124,
.wppb-user-forms#wppb-register-user-create-gs-manager-account-for-admin fieldset ul li.wppb-form-field#wppb-form-element-22,
.wppb-user-forms#wppb-register-user-create-gs-manager-account-for-admin fieldset ul li.wppb-form-field#wppb-form-element-39,
.wppb-user-forms#wppb-register-user-create-gs-manager-account-for-admin ul li.wppb-form-field#wppb-form-element-22,
.wppb-user-forms#wppb-register-user-create-gs-manager-account-for-admin ul li.wppb-form-field#wppb-form-element-39,
.wppb-user-forms#wppb-edit-user-institutional-account-edit fieldset ul li.wppb-form-field#wppb-form-element-22,
.wppb-user-forms#wppb-edit-user-institutional-account-edit fieldset ul li.wppb-form-field#wppb-form-element-39,
.wppb-user-forms#wppb-edit-user-institutional-account-edit ul li.wppb-form-field#wppb-form-element-22,
.wppb-user-forms#wppb-edit-user-institutional-account-edit ul li.wppb-form-field#wppb-form-element-39,
.wppb-user-forms#wppb-register-user-trial-subscription fieldset ul li.wppb-form-field#wppb-form-element-22,
.wppb-user-forms#wppb-register-user-trial-subscription fieldset ul li.wppb-form-field#wppb-form-element-39,
.wppb-user-forms#wppb-register-user-trial-subscription ul li.wppb-form-field#wppb-form-element-22,
.wppb-user-forms#wppb-register-user-trial-subscription ul li.wppb-form-field#wppb-form-element-39 {
  padding-right:20px;
  float:left;
  flex-basis:auto;
  width:30%;
}
.wppb-user-forms fieldset ul li.wppb-form-field#wppb-form-element-23,
.wppb-user-forms fieldset ul li.wppb-form-field#wppb-form-element-40,
.wppb-user-forms ul li.wppb-form-field#wppb-form-element-23,
.wppb-user-forms ul li.wppb-form-field#wppb-form-element-40,
.wppb-user-forms#wppb-edit-user-institutional-account-edit ul li.wppb-form-field#wppb-form-element-23,
.wppb-user-forms#wppb-edit-user-institutional-account-edit ul li.wppb-form-field#wppb-form-element-40,
.wppb-user-forms fieldset ul li.wppb-form-field#wppb-form-element-23,
.wppb-user-forms fieldset ul li.wppb-form-field#wppb-form-element-40,
.wppb-user-forms ul li.wppb-form-field#wppb-form-element-23,
.wppb-user-forms ul li.wppb-form-field#wppb-form-element-40,
.wppb-user-forms ul li.wppb-form-field#wppb-form-element-125,
.wppb-user-forms#wppb-edit-user-institutional-account-edit ul li.wppb-form-field#wppb-form-element-23,
.wppb-user-forms#wppb-edit-user-institutional-account-edit ul li.wppb-form-field#wppb-form-element-40,
.wppb-user-forms#wppb-register-user-create-gs-manager-account-for-admin fieldset ul li.wppb-form-field#wppb-form-element-23,
.wppb-user-forms#wppb-register-user-create-gs-manager-account-for-admin fieldset ul li.wppb-form-field#wppb-form-element-40,
.wppb-user-forms#wppb-register-user-create-gs-manager-account-for-admin ul li.wppb-form-field#wppb-form-element-23,
.wppb-user-forms#wppb-register-user-create-gs-manager-account-for-admin ul li.wppb-form-field#wppb-form-element-40,
.wppb-user-forms#wppb-edit-user-institutional-account-edit fieldset ul li.wppb-form-field#wppb-form-element-23,
.wppb-user-forms#wppb-edit-user-institutional-account-edit fieldset ul li.wppb-form-field#wppb-form-element-40,
.wppb-user-forms#wppb-edit-user-institutional-account-edit ul li.wppb-form-field#wppb-form-element-23,
.wppb-user-forms#wppb-edit-user-institutional-account-edit ul li.wppb-form-field#wppb-form-element-40,
.wppb-user-forms#wppb-register-user-trial-subscription fieldset ul li.wppb-form-field#wppb-form-element-23,
.wppb-user-forms#wppb-register-user-trial-subscription fieldset ul li.wppb-form-field#wppb-form-element-40,
.wppb-user-forms#wppb-register-user-trial-subscription ul li.wppb-form-field#wppb-form-element-23,
.wppb-user-forms#wppb-register-user-trial-subscription ul li.wppb-form-field#wppb-form-element-40  {
  padding-right:20px;
  float:left;
  flex: 0 1 auto;
  width:23%;
  max-width:220px;
}
#wppb-form-element-8,
#wppb-form-element-44 {
    clear:both;
}
body .wppb-user-forms ul li.wppb-repeater {
    border:0px;
}
body .wppb-repeater > ul {
    padding: 0px;
    border-bottom:0;
}
body .wppb-rpf-add {
    width: 40px;
    height: 26px;
    bottom: -24px;
    right: 0;
    line-height: 23px;
    border: 1px solid #175aee;
    background-color: transparent;
    color: #175aee;
    border-radius: 3px;
    z-index: 80;
}
body .wppb-rpf-add:hover {
    background-color: #175aee;
    color: #ffffff;
}
body .wppb-rpf-remove {
    width: 40px;
    height: 26px;
    bottom: -24px;
    right: 47px;
    color: red;
    line-height: 23px;
    border-radius: 3px;
    box-shadow: none !important;
    border: 1px solid red;
    top: auto;
    left: auto;
}
body .wppb-rpf-remove:hover {
    border: 1px solid red;
}
.wppb-form-field .wppb-checkboxes label,
.wppb-form-field .wppb-radios label {
    font-weight:500;
}
body .wppb-form-field label,
body #wppb-login-wrap .login-username label,
body #wppb-login-wrap .login-password label {
    font-weight: 600;
    width:100%;
}
body .wppb-form-field#wppb-form-element-53 label {
    font-size:24px;
}
body .wppb-user-forms ul {
    clear:both;
}
body .wppb-form-field > span {
    margin-left: 0;
}
body .wppb-form-field textarea {
    width: 100%;
    float:none;
}

.form-submit[data-wppb-msf="yes"] #register,
.form-submit[data-wppb-msf-ep="yes"] #edit_profile {
    font-size: 24px;
    font-weight: 700;
    padding: 16px 30px;
}
/* error fields */

.entry-content .wppb-register-user .wppb-field-error,
.entry-content .wppb-edit-user .wppb-field-error,
.entry-content #wppb-recover-password .wppb-field-error {
  background-color: transparent !important;
  border: none !important;
  padding: 0 0 14px 0 !important;
}
.entry-content .wppb-field-error > input,
.entry-content .wppb-field-error > select,
.entry-content .wppb-field-error > textarea,
.entry-content .wppb-field-error > label {
  margin-bottom: 0 !important;
}
.entry-content .wppb-form-field > span.wppb-form-error {
  margin-top: 0px;
  padding: 4px 8px 3px !important;
  border-top: none !important;
  margin-left: 0;
  background-color: #fff66b;
  font-size: .75em;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}

/* Date picker */

body #ui-datepicker-div .ui-widget-header.ui-datepicker-header {
  background-color: #f2f4f6;
}
body .ui-widget-content#ui-datepicker-div a.ui-state-default:hover {
  background-color:#d0d0d0 !important;
}

/* Multi-page forms */

/* Multi-page forms navigation */
.wppb-user-forms ul li.wppb-msf-step-commands {
    width:100%;
}
.wppb-user-forms .wppb-msf-step-commands input[type="button"].wppb-msf-button,
.wppb-user-forms .wppb-msf-step-commands .wppb-msf-pagination {
    border-radius: 3px;
    border: 1px solid #072362;
    background: transparent;
    font-size:18px;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    color: #072362;
}
.wppb-user-forms .wppb-msf-step-commands input[type="button"].wppb-msf-button:hover,
.wppb-user-forms .wppb-msf-step-commands .wppb-msf-pagination:hover,
.wppb-user-forms .wppb-msf-step-commands input[type="button"].wppb-msf-button:focus,
.wppb-user-forms .wppb-msf-step-commands .wppb-msf-pagination:focus {
    border: 1px solid #175aee !important;
    background: #175aee !important;
}

input[type="button"].wppb-msf-pagination.wppb-msf-active,
input[type="button"].wppb-msf-pagination:active,
input[type="button"].wppb-msf-pagination:focus,
input[type="button"].wppb-msf-pagination:hover,
input[type="button"].wppb-msf-tabs.wppb-msf-active,
input[type="button"].wppb-msf-tabs:active,
input[type="button"].wppb-msf-tabs:focus,
input[type="button"].wppb-msf-tabs:hover,
input[type="button"].wppb-msf-button:active,
input[type="button"].wppb-msf-button:focus,
input[type="button"].wppb-msf-button:hover {
    border: 1px solid #175aee!important;
    background: #175aee !important;
    color: #fff !important;
}
input[type="button"].wppb-msf-button:disabled,
input[type="button"].wppb-msf-button:hover:disabled,
.wppb-user-forms .wppb-msf-step-commands input[type="button"].wppb-msf-button:disabled,
.wppb-user-forms .wppb-msf-step-commands input[type="button"].wppb-msf-button:hover:disabled,
input[type="button"].wppb-msf-pagination:disabled,
input[type="button"].wppb-msf-pagination:hover:disabled,
input[type="button"].wppb-msf-tabs:disabled,
input[type="button"].wppb-msf-tabs:hover:disabled {
    background: #b6b6b6 !important;
    border: 1px solid #b6b6b6 !important;
    color: #fff !important;
}
.wppb-user-forms .wppb-msf-step-commands input[type="button"][value="Next"].wppb-msf-button:disabled {
    display:none;
}

/* Institution sign-up form */
.wppb-register-user fieldset #wppb-form-element-127 ul,
.wppb-register-user fieldset #wppb-form-element-129 ul
{     
	justify-content: flex-start; 
}
#wppb-register-user-institutional-subscription .pms-subscription-plan.pms-hidden,
#wppb-register-user-institutional-subscription .pms-subscription-plan-auto-renew,
#wppb-register-user-institutional-subscription .pms-gm-message.pms-gm-message__purchase,
#wppb-register-user-institutional-subscription .pms-field.pms-group-description-field.pms-group-memberships-field, 
#wppb-register-user-institutional-subscription div#pms-paygates-wrapper,
#wppb-register-user-institutional-subscription .pms-credit-card-information 
{
	display:none !important;
}


/* --------------------------------------------------------

Social Media

Styled branding in paragraphs
-- format the p box as "contact-social-"

-----------------------------------------------------------------------
----------------------------------------------------------------------- */

/* Font Awesome Version */

.wp-block-columns.contact-social-columns {
    max-width: 320px;
    margin: 0 auto;
}

.smaller-line-height p.contact-social-container {
    font-size:16px;
    line-height:2;
}
p.contact-social-container {
    position: relative;
    font-size: 18px;
    margin-left: 0px;
    font-weight:700;
    line-height: 2.2;
}
p.contact-social-container.narrow-container {
    max-width:130px;
    margin:0 auto;
}

.entry-content p a.contact-social {
    text-decoration:none !important;
    .standard-sansserif-mix();
    transition:opacity 0.2s ease-in-out;
    margin-left:10px;
    line-height: 1.44;
}
.contact-social.facebook:before {
    content:"\f09a";
    color:#3b5998;
    position:relative;
    top: 3px;
    left: -10px;
    font-family: "font awesome 5 brands";
    font-size: 26px;
}
a.contact-social.facebook {
    color:#3b5998;
}
a.contact-social.facebook:hover {
    opacity:0.75;
}

.contact-social.instagram:before {
    content:"\f16d";
    color:#405de6;
    position:relative;
    top: 3px;
    left: -10px;
    font-family:"Font Awesome 5 Brands";
    font-size:27px;
    margin-right:1px;
}
a.contact-social.instagram {
    color:#405de6;
}
a.contact-social.instagram:hover {
    opacity:0.75;
}

.contact-social.linkedin:before {
    content:"\f08c";
    color:#0077b5;
    position:relative;
    top: 3px;
    left: -10px;
    font-family:"Font Awesome 5 Brands";
    font-size:26px;
}
a.contact-social.linkedin {
    color:#0077b5;
}
a.contact-social.linkedin:hover {
    opacity:0.75;
}

.contact-social.pinterest:before {
    content:"\f0d2";
    color:#bd081c;
    position:relative;
    top: 3px;
    left: -10px;
    font-family:"Font Awesome 5 Brands";
    font-size:26px;
}
a.contact-social.pinterest {
    color:#bd081c;
}
a.contact-social.pinterest:hover {
    opacity:0.75;
}


.contact-social.twitter:before {
    content:"\f099";
    color:#1da1f2;
    position:relative;
    top: 3px;
    left: -10px;
    font-family:"Font Awesome 5 Brands";
    font-size:24px;
}
a.contact-social.twitter {
    color:#1da1f2;
}
a.contact-social.twitter:hover {
    opacity:0.75;
}

.contact-social.youtube:before {
    content:"\f167";
    color:#ff0000;
    position:relative;
    top: 26px;
    left: -33px;
    font-family:"Font Awesome 5 Brands";
    font-size:24px;
}
a.contact-social.youtube {
    color:#ff0000;
}
a.contact-social.youtube:hover {
    opacity:0.6;
}


.social-larger {
    line-height:1.5;
    font-size:26px;
    font-size:2.6rem;
    margin-left: 43px;
}
.social-larger .contact-social.facebook:before {
    top: -7px;
    left: -40px;
    font-size:32px;
    font-size: 3.2rem;
}
.social-larger .contact-social.youtube:before {
    top: 35px;
    left: -41px;
    font-size:32px;
    font-size: 3.2rem;
}
.entry-content p a.contact-social:hover,
.entry-content p a.contact-social > :before:hover {
    text-decoration-color: transparent !important;
}



/*
-----------------------------------------------
Theme CSS
-----------------------------------------------
----------------------------------------------- */

/* General */

.wp-block-buttons {
    margin-bottom:30px;
}
.wp-block-buttons.larger {
    margin-bottom:0px;
}
hr {
    margin-bottom: 40px;
    margin-top: 40px;
    border-top: 1px solid rgba(0,0,0,.15);
}

/* header */
/*.header-right .widget-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    position:relative;
}*/
/*.site-header .custom-logo-link::after {
    font-size: 9.5px;
    position: relative;
    content: "The Practical Online Grants Resource";
    font-family: Georgia, serif;
    color: #aaa;
    font-style: italic;
    text-align: right;
    z-index: 999;
    display: block;
    top: 3px;
    right: 0;
    letter-spacing: 0px;
    font-weight: 400;
    text-transform:none;
}*/

/* header search */
/*.search-form input[type="submit"],
.mai-menu .search-form input[type="submit"] {
    content: "\f179";
    display: block;
    -webkit-font-smoothing: antialiased;
    font: normal 24px/1 'dashicons';
    vertical-align: middle;
    background: none;
    border: none;
    padding-left: 20px;
    height: 24px;
    margin: 2px 6px 2px 6px !important;
    padding: 0;
    position: absolute;
    width: 26px;
    right: 4px;
    top: 5px;
    color:#999;
    clip:auto;
}
.search-form input[type="search"] {
    padding:3px 10px;
    position: relative;
    display: block;
}
.site-header .widget_search input[type="submit"] {

}
.search-form input[type="submit"]:hover,
.mai-menu .search-form input[type="submit"]:hover {
    color:#444;
}*/

/* header */

.site-header > .wrap {
    padding-left: 4px;
    padding-right: 20px;
}
.site-header {
    border-bottom: 1px solid #dde1e5;
}
.banner-area.section {
    border-bottom: 1px solid #dde1e5;
}

/* menu */
.nav-primary > .wrap {
    padding-left:20px;
    padding-right:20px;
}
.home .nav-primary .current-menu-item > a,
.home .nav-header_right .current-menu-item > a,
.nav-primary {
    background-color: #fff;
}
.genesis-nav-menu a {
    padding: 0px 30px;
}
.genesis-nav-menu {
    justify-content: flex-end;
}
.genesis-nav-menu > .menu-item-has-children > a::after {
    margin-top: -2px;
    margin-left: 7px;
}
.home .nav-primary .current-menu-item > a,
.nav-primary .nav-search,
.nav-primary a {
    color: #072362;
}
.nav-header_right .current-menu-ancestor > a,
.nav-header_right .current-menu-item > a,
.nav-header_right .nav-search:focus,
.nav-header_right .nav-search:hover,
.nav-header_right a:focus,
.nav-header_right a:hover,
.nav-header_right > .menu-item-has-children:focus > a,
.nav-header_right > .menu-item-has-children:hover > a {
    background-color: #fff;
    color: #f00;
}
.nav-primary .sub-menu a {
    background-color: #fff;
    color: #072362;
}
.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
    width: 240px;
}
.genesis-nav-menu.nav-header a:hover,
.genesis-nav-menu.nav-header a:focus,
.nav-primary .sub-menu a:hover,
.nav-primary .sub-menu a:focus,
.genesis-nav-menu.nav-header > .current-menu-item > a,
.genesis-nav-menu.nav-header > .current-menu-ancestor > a,
.genesis-nav-menu.nav-header > .menu-item-has-children:not(.highlight):hover > a,
.genesis-nav-menu.nav-header > .menu-item-has-children:not(.highlight):focus > a,
.genesis-nav-menu.nav-header .nav-search:hover,
.genesis-nav-menu.nav-header .nav-search:focus,
.genesis-nav-menu.nav-header .sub-menu a:hover,
.genesis-nav-menu.nav-header .sub-menu a:focus,
.genesis-nav-menu.nav-header .sub-menu .current-menu-item > a,
.genesis-nav-menu.nav-header .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu.nav-header .sub-menu .current-menu-item > a:focus {
  color: #175aee;
  text-decoration:none;
}
.genesis-nav-menu.nav-header .menu-item-has-children > a::after {
    margin-right: 1px;
}
.nav-header_right#genesis-nav-header-right .sub-menu a:hover,
.nav-header_right#genesis-nav-header-right .sub-menu a:focus {
    background-color:#175aee !important;
    color:#fff !important;
}


/* mobile menu*/
.mai-menu-inner {
    width: 100%;
    height: 100%;
    padding: 12px 0px 3px;
}
.mobile-menu .menu-item {
    padding: 0;
    border-top:1px solid #e5e5e5;
}
.mobile-menu a {
    font-size: 1.1rem;
    padding: 11px 12px 11px 24px;
    margin: 0;
    padding: 12px 24px;
}
.mobile-menu .sub-menu {
    background-color: transparent;
    padding: 0px;
}
.mobile-menu .sub-menu a {
    background-color: #f6f6f6;
    padding-left: 48px;
}
.mobile-menu .sub-menu .menu-item {
    padding: 0;
}
.mai-menu .sub-menu-toggle.activated::after {
    margin-top: 21px;
}
.mobile-menu a:hover,
.mobile-menu .sub-menu a:hover {
    text-decoration:none;
    color: #175aee;
}

/* banner area */
.height-xs {
    padding-top: 26px;
    padding-bottom: 20px;
}

/* sidebar */
.page-template-access .sidebar.sidebar-primary h3.widgettitle,
.page-template-access .sidebar.sidebar-primary h3.widget-title,
.sidebar.sidebar-primary h3.widgettitle,
.sidebar.sidebar-primary h3.widget-title {
    font-size: 18px;
    margin-bottom: 12px;
    letter-spacing:0.5px;
}
.sidebar.sidebar-primary .widget .menu li {
    list-style-type: none;
    margin-bottom:6px;
}
.sidebar.sidebar-primary .widget ul.menu {
    margin: 0 0 24px 0px;
}
/*.sidebar.sidebar-primary .widget .menu li a {
    text-decoration: underline;
}*/
.sidebar .widget {
    margin-bottom: 50px;
}

body .bellows {
    margin-top:0;
}


/* search sidebar icons */
#nav_menu-6 h3.widget-title,
#nav_menu-7 h3.widget-title,
#nav_menu-8 h3.widget-title {
    position:relative;
    padding-bottom:15px;
    border-bottom:1px solid #ddd;
}
#nav_menu-6 h3.widget-title:before,
.bellows-item-level-0.bellows-menu-item-652 > a.bellows-target > span.bellows-target-title.bellows-target-text:before,
.bellows-item-level-0.bellows-menu-item-761 > a.bellows-target > span.bellows-target-title.bellows-target-text:before,
.bellows .bellows-nav .bellows-item-level-0.gs-search a.bellows-target > span.bellows-target-title.bellows-target-text:before  {
    content:"\f002";
    font-family:"font awesome 5 free";
    font-weight:900;
    padding-right:8px;
    padding-left:3px;
}
.bellows-item-level-0.bellows-menu-item-1669 > a.bellows-target > span.bellows-target-title.bellows-target-text:before {
    content:"\f015";
    font-family:"font awesome 5 free";
    font-weight:900;
    padding-right:8px;
    padding-left:3px;
}
.bellows-menu-item-1529.bellows-item-level-0 > a.bellows-target > span.bellows-target-title.bellows-target-text:before,
.bellows-menu-item-1575.bellows-item-level-0 > a.bellows-target > span.bellows-target-title.bellows-target-text:before {
    content:"\f658";
    font-family:"font awesome 5 free";
    font-weight:900;
    padding-right:8px;
}
#nav_menu-7 h3.widget-title:before,
.bellows-menu-item-653.bellows-item-level-0 > a.bellows-target > span.bellows-target-title.bellows-target-text:before {
    content:"\f0eb";
    font-family:"font awesome 5 free";
    font-weight:900;
    padding-right:9px;
}
.bellows-item-level-0.menu-item-9999 > a.bellows-target > span.bellows-target-title.bellows-target-text:before {
    content: "\f234";
    font-family: "font awesome 5 free";
    font-weight: 900;
    padding-right: 8px;
}
#nav_menu-8 h3.widget-title:before,
.bellows-item-level-0.bellows-menu-item-654 > a.bellows-target > span.bellows-target-title.bellows-target-text:before {
    content:"\f05a";
    font-family:"font awesome 5 free";
    font-weight:900;
    padding-right:8px;
}
.bellows-menu-item-1403.bellows-item-level-0 > a.bellows-target > span.bellows-target-title.bellows-target-text:before,
.bellows-menu-item-1336.bellows-item-level-0 > a.bellows-target > span.bellows-target-title.bellows-target-text:before,
.bellows-item-level-0.gs-accounts > a.bellows-target > span.bellows-target-title.bellows-target-text:before,
.bellows-item-level-0.gs-account-admin > a.bellows-target > span.bellows-target-title.bellows-target-text:before {
      content:"\f0c0";
      font-family:"font awesome 5 free";
      font-weight:900;
      padding-right:8px;
}
.bellows-menu-item-1564.bellows-item-level-0 > a.bellows-target >  span.bellows-target-title.bellows-target-text:before {
    content:"\f007";
    font-family:"font awesome 5 free";
    font-weight:900;
    padding-right:8px;
}
.bellows-item-level-0.bellows-menu-item-1338 > a.bellows-target > span.bellows-target-title.bellows-target-text:before {
    content:"\f509";
    font-family:"font awesome 5 free";
    font-weight:900;
    padding-right:8px;
}
.bellows-item-level-0.bellows-menu-item-1339 > a.bellows-target > span.bellows-target-title.bellows-target-text:before {
    content:"\f56e";
    font-family:"font awesome 5 free";
    font-weight:900;
    padding-right:8px;
}
.bellows-item-level-0.bellows-menu-item-762 > a.bellows-target > span.bellows-target-title.bellows-target-text:before {
    content:"\f07c";
    font-family:"font awesome 5 free";
    font-weight:900;
    padding-right:8px;
}
.bellows-item-level-0.bellows-menu-item-1641 > a.bellows-target > span.bellows-target-title.bellows-target-text:before,
.bellows-item-level-0.bellows-menu-item-759 > a.bellows-target > span.bellows-target-title.bellows-target-text:before {
    content:"\f3fd";
    font-family:"font awesome 5 free";
    font-weight:900;
    padding-right:8px;
}
.bellows-item-level-0.bellows-menu-item-760 > a.bellows-target > span.bellows-target-title.bellows-target-text:before {
    content:"\f15c";
    font-family:"font awesome 5 free";
    font-weight:900;
    padding-right:10px;
    padding-left:1px;
}
.bellows-item-level-0.bellows-menu-item-765 > a.bellows-target > span.bellows-target-title.bellows-target-text:before {
    content:"\f02d";
    font-family:"font awesome 5 free";
    font-weight:900;
    padding-right:8px;
}
.bellows .bellows-nav .bellows-item-level-0.bellows-menu-item-765 > .bellows-target {
    padding-right:10px;
}
.bellows-item-level-0.bellows-menu-item-1700 > a.bellows-target > span.bellows-target-title.bellows-target-text:before,
.bellows-item-level-0.bellows-menu-item-1727 > a.bellows-target > span.bellows-target-title.bellows-target-text:before,
.bellows-item-level-0.bellows-menu-item-792 > a.bellows-target > span.bellows-target-title.bellows-target-text:before {
    content:"\f1ea";
    font-family:"font awesome 5 free";
    font-weight:900;
    padding-right:8px;
}
.bellows-item-level-0.bellows-menu-item-790 > a.bellows-target > span.bellows-target-title.bellows-target-text:before {
    content:"\f552";
    font-family:"font awesome 5 free";
    font-weight:900;
    padding-right:8px;
}
.bellows-item-level-0.bellows-menu-item-1721 > a.bellows-target > span.bellows-target-title.bellows-target-text:before {
    content:"\f51c";
    font-family:"font awesome 5 free";
    font-weight:900;
    padding-right:8px;
}
.bellows-menu-item.bellows-item-level-0.gs-usage > a.bellows-target > span.bellows-target-title.bellows-target-text:before {
    content:"\f509";
    font-family:"font awesome 5 free";
    font-weight:900;
    padding-right:8px;
}
.bellows-menu-item.bellows-item-level-0.gs-export > a.bellows-target > span.bellows-target-title.bellows-target-text:before {
    content:"\f56e";
    font-family:"font awesome 5 free";
    font-weight:900;
    padding-right:8px;
}
.bellows-item-level-0.gs-trials > a.bellows-target > span.bellows-target-title.bellows-target-text:before {
    content:"\f4fd";
    font-family:"font awesome 5 free";
    font-weight:900;
    padding-right:8px;
}
.bellows .bellows-nav .bellows-item-level-0.editor-admin a.bellows-target > span.bellows-target-title.bellows-target-text:before  {
  content:"\f044";
  font-family:"font awesome 5 free";
  font-weight:900;
  padding-right:8px;
}
/* search sidebar with toggle */
.bellows .bellows-nav .bellows-target > .bellows-target-text {
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-size:19px;
    font-weight:700;
}
.bellows .bellows-nav li.bellows-menu-item {
    margin-top:22px;
}
.bellows .bellows-nav li.bellows-menu-item:first-child {
    margin-top:0px;
}
.bellows .bellows-nav li.bellows-menu-item.bellows-item-level-1,
.bellows .bellows-nav li.bellows-menu-item.bellows-item-level-2 {
    margin-top:0px;
}
.bellows .bellows-nav .bellows-submenu .bellows-target span {
    font-family: 'Source Sans 3', Helvetica, Arial, sans-serif;
    font-size:17px;
    font-weight:400;
}
.bellows .bellows-nav .bellows-subtoggle .fa {
    top: 38%;
}
.bellows-menu-item-has-children > a.bellows-target,
.bellows-menu-item-has-children > a.bellows-target:hover,
.bellows .bellows-nav .bellows-item-level-0 > .bellows-target,
.bellows .bellows-nav .bellows-item-level-0 > .bellows-target:hover {
  color:#232323;
  /*position:absolute;*/
}
.bellows .bellows-nav .bellows-submenu .bellows-target {
    padding:8px 15px;
    border-bottom:1px solid #dde1e5;
    transition:all 0.2s ease-in-out;
}
.bellows .bellows-nav .bellows-submenu .bellows-target:hover {
    background-color: #f2f6fe;
}
.bellows .bellows-nav .bellows-menu-item-has-children > .bellows-target,
.bellows .bellows-nav .bellows-item-level-0 > .bellows-target {
    padding:13px 40px 8px 13px;
    background-color:#f2f4f6;
    border-radius:6px 6px 0 0;
    position: relative;
    height: 52px;
}
.bellows .bellows-nav .bellows-item-level-0.bellows-menu-item-1727 > .bellows-target {
    padding-right: 18px;
}
.bellows .bellows-nav .bellows-menu-item-has-children > .bellows-target:hover,
.bellows .bellows-nav .bellows-item-level-0 > .bellows-target:hover {
  background-color:#dde1e5;
}
.bellows .bellows-nav li.bellows-menu-item.gs-editor,
.bellows .bellows-nav li.bellows-menu-item.gs-editorial,
.bellows .bellows-nav li.bellows-menu-item.gs-customers {
    margin-top: 12px;
}
.bellows .bellows-nav#menu-search-portal-full li.bellows-menu-item.gs-editorial,
.bellows .bellows-nav li.bellows-menu-item.gs-search.gs-search {
    margin-top: 36px;
}
.bellows .bellows-nav li.bellows-menu-item.bellows-menu-item-1564 {
    margin-bottom:36px;
}
.bellows .bellows-nav .bellows-item-level-0.gs-editor a.bellows-target > span.bellows-target-title.bellows-target-text:before,
.bellows .bellows-nav .bellows-item-level-0.gs-editorial a.bellows-target > span.bellows-target-title.bellows-target-text:before {
    content:"\f4ff";
    font-family:"font awesome 5 free";
    font-weight:900;
    padding-right:8px;
}
.bellows .bellows-nav .bellows-item-level-0.gs-customers a.bellows-target > span.bellows-target-title.bellows-target-text:before  {
    content:"\f500";
    font-family:"font awesome 5 free";
    font-weight:900;
    padding-right:8px;
}
.bellows .bellows-nav .bellows-item-level-0.gs-search .bellows-target > .bellows-target-text,
.bellows .bellows-nav .bellows-item-level-0.gs-editor .bellows-target > .bellows-target-text,
.bellows .bellows-nav .bellows-item-level-0.gs-editorial .bellows-target > .bellows-target-text,
.bellows .bellows-nav .bellows-item-level-0.gs-customers .bellows-target > .bellows-target-text {
    font-size: 16px;
    color:#5e7fcd;
}
.bellows .bellows-nav .bellows-item-level-0.gs-search > .bellows-target,
.bellows .bellows-nav .bellows-item-level-0.gs-editor > .bellows-target,
.bellows .bellows-nav .bellows-item-level-0.gs-editorial > .bellows-target,
.bellows .bellows-nav .bellows-item-level-0.gs-customers > .bellows-target {
    padding: 10px 40px 1px 13px;
    background-color: #f3f7fe;
    border-radius: 6px;
    height: 41px;
}
.bellows .bellows-nav .bellows-item-level-0.gs-search > .bellows-target:hover,
.bellows .bellows-nav .bellows-item-level-0.gs-editor > .bellows-target:hover,
.bellows .bellows-nav .bellows-item-level-0.gs-editorial > .bellows-target:hover,
.bellows .bellows-nav .bellows-item-level-0.gs-customers > .bellows-target:hover {
  background-color: #e1e9fd;
}
.bellows-item-level-0.bellows-menu-item-3163 > a.bellows-target > span.bellows-target-title.bellows-target-text:before,
.bellows-item-level-0.bellows-menu-item-3166 > a.bellows-target > span.bellows-target-title.bellows-target-text:before {
    content:"\f234";
    font-family:"font awesome 5 free";
    font-weight:900;
    padding-right:8px;
}



.sidebar .widget .bellows-active ul > li:last-of-type {
    margin-bottom:36px;
}
.fa-chevron-down::before,
.fa-chevron-up::before {
    font-size: 13px;
    color: #bbb;
}
.bellows .bellows-nav .bellows-subtoggle {
    position:absolute;
    width:100%;
    justify-content: flex-end;
}
.bellows .bellows-nav .bellows-subtoggle .fa {
    text-align: right;
    padding-right:13px;
}
.bellows-nav ul li{
  list-style-type: none;
}

/* Sidebar Specialty Menu items */
.widget.widget_nav_menu .menu-item-455 a:before,
.widget.widget_nav_menu .menu-item-456 a:before {
    content:"\f059";
    font-family:"font awesome 5 free";
    font-weight:900;
    padding-right:8px;
    font-size:15px;
}
.widget.widget_nav_menu .menu-item-457 a:before,
.widget.widget_nav_menu .menu-item-458 a:before {
  content:"\f0ca";
  font-family:"font awesome 5 free";
  font-weight:900;
  padding-right:8px;
  font-size:15px;
}
.widget.widget_nav_menu .menu-item-459 a:before {
  content:"\f05a";
  font-family:"font awesome 5 free";
  font-weight:900;
  padding-right:8px;
  font-size:15px;
}
.widget.widget_nav_menu .menu-item-460 a:before {
  content:"\f02d";
  font-family:"font awesome 5 free";
  font-weight:900;
  padding-right:8px;
  font-size:15px;
}
#menu-download-printable-forms a:before,
.pdf-forms-list a:before {
  content:"\f1c1";
  font-family:"font awesome 5 free";
  font-weight:900;
  padding-right:8px;
  font-size:15px;
}



/* support sidebar */
.sidebar .widget.widget_media_image {
    margin-bottom: 5px;
}
.content-sidebar .content-sidebar-wrap.no-boxed-children .sidebar-primary {
    margin-left: 84px;
}


/* homepage */
.wp-block-cover.hero-section {
    min-height:580px;
    background-image:url("/wp-content/uploads/2021/07/grantselect-practical-online-grant-resource.jpg");
    background-size:cover;
    background-position: center center;
}
.wp-block-cover.hero-section.has-background-dim:not([class*="-background-color"]) {
    background-color:transparent !important;
}
.hero-section .wp-block-cover__inner-container {
    flex-basis: 1248px;
    max-width: 1248px;
    padding-left:30px;
    padding-right:30px;
}
.hero-section h1 {
    font-size:43px;
    font-weight:800;
    line-height:1.1;
}
.hero-section p {
    font-family:'Montserrat', Helvetica, Arial, sans-serif;
    font-weight:400;
    font-size:19px;
}
.hero-section .wp-block-cover__inner-container .wp-block-column {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
}
.hero-section .wp-block-columns {
    margin-bottom:0;
}
.hero-section  .wp-block-buttons .wp-block-button {
    margin-right: 20px;
    margin-bottom: 20px;
}

.wp-block-columns.alignfull.homepage-column {
    background-color:#fff;
    padding:60px 20px;
    justify-content:center;
}
.wp-block-columns.homepage-column .wp-block-column {
    flex-basis: 0;
    flex-grow: 1;
    max-width:370px;
    padding: 56px 40px 40px;
    border-radius: 12px;
    box-shadow: 0px 0px 31px rgba(0,0,0,0.12);
}
.wp-block-columns.two-columns  {
    justify-content: center;
}
.wp-block-columns.two-columns .wp-block-column {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 500px;
}
.wp-block-columns.homepage-column .wp-block-column:not(:first-child) {
    margin-left: 50px;
}
.wp-block-columns.feature-item {
    max-width:850px;
    margin:0 auto 50px;
    padding: 0px;
    border-radius: 12px;
    box-shadow: 0px 0px 31px rgba(0,0,0,0.12);
    width:90%;
}
.wp-block-columns.feature-item .wp-block-column:last-child {
    padding-top:16px;
}
.wp-block-columns.feature-item  .wp-block-column:nth-child(2n) {
    margin:0;
    padding:10px 30px 0;
}
.wp-block-columns.feature-item .wp-block-cover {
    min-height:370px;
}
.wp-block-columns.feature-item .wp-block-cover img {
    border-radius:12px 0 0 12px;
}
.home .home-cta h2 {
    line-height:1.2;
    margin-bottom:36px;
}
.home .content,
.home .entry,
.home .content-sidebar-wrap {
    margin-bottom: 0px;
}
.home .content.content-no-sidebars {
    margin-top:0;
}
.home .footer-widgets {
    border-top:0px;
}

/* login page */
.institutional_login {
	max-width:600px;
	margin:20px auto;
	padding: 30px 30px 36px;
	box-shadow: rgb(221, 225, 229) 0px 0px 50px -10px;
}
.institutional_login h2 {
    margin:0;
}
.institutional_login p {
	margin:20px 0 10px 0;
}
.institutional_login p.fine-print {
	font-size:.8em;
	line-height:1.25em;
}
.institutional_login .button a {
    color: #FFFFFF;
	text-decoration:none;
}


/* search results page */

.content .search-options,
.content .search-filter,
.content.content-no-sidebars .search-options,
.content.content-no-sidebars .search-filter {
  display: inline-block;
  background-color: #f3f7fe;
  padding: 10px 10px;
  color:#b4c7e7;
  position: relative;
}
.content .search-options,
.content.content-no-sidebars .search-options {
    border-radius:4px 0 0 4px;
    font-size:16px;
    width:60%;
    color: #f3f7fe;
}
.content .search-filter,
.content.content-no-sidebars .search-filter {
    width: 40%;
    text-align:right;
    padding: 8px 12px;
    border-radius: 0 4px 4px 0;
}
.paginate_menu b,
.search-options a b {
    font-weight:400;
}
.grantselect-search-results .search-options a:before {
    content:"\f304";
    font-family:"font awesome 5 free";
    font-weight:900;
    font-size: 13px;
    bottom: 1px;
    padding-right:3px;
    position: relative;
    display:inline-block;
}
.grantselect-search-results .search-options a:nth-of-type(1) {
    background-color: #072362;
    border-radius: 5px;
    color: #f3f7fe;
    padding-left: 12px;
    padding-right: 12px;
    transform: background-color 0.2s ease-in-out;
}
.grantselect-search-results .search-options a:nth-of-type(1):hover {
    background-color: #175aee;
    text-decoration:none !important;
}
.grantselect-search-results .search-options a:nth-of-type(1):before {
    content:"\2b";
    font-size:16px;
}
.grantselect-search-results .search-options a:nth-of-type(2):before {
    content:"\f304";
    font-size:12px;
}
.grantselect-search-results .search-options a:nth-of-type(3):before {
    content:"\f0c7";
}
.grantselect-search-results .search-options a:nth-of-type(4):before {
    content:"\f2f5";
}
.grantselect-search-results .search-options a {
    padding:0 3px;
    text-decoration:none;
    display: inline-block;
}
.grantselect-search-results .search-options a:hover {
  text-decoration:underline;
}
.content .paginate_menu,
.content.content-no-sidebars .pageinate_menu,
.content .per_page_section,
.content.content-no-sidebars .per_page_section,
.gs-pagination .pageinate_menu,
.gs-pagination .per_page_section {
    font-size:14px;
    color:#072362;
    color:#5f76aa;
    clear: both;
    display: inline-block;
    margin:12px 0;
}
.content .per_page_section,
.content.content-no-sidebars .per_page_section,
.gs-pagination .per_page_section {
    width:220px;
}
.content .paginate_menu,
.content.content-no-sidebars .paginate_menu,
.gs-pagination .paginate_menu {
    width:calc(100% - 220px);
}
.content .search-filter input[type="text"],
.content.content-no-sidebars .search-filter input[type="text"] {
    line-height:1.1;
    width: 240px;
    padding: 2px 10px;
    border:1px solid #9eb0db;
    color:#374a73;
    background-color:transparent !important;
    font-size:18px;
    border-radius:7px;
}
.search-filter input[type="text"]::placeholder,
.search-filter input[type="text"]::-webkit-input-placeholder,
.content.content-no-sidebars .search-filter input[type="text"]::placeholder,
.search-filter::placeholder,
#search::placeholder {
    color:#9eb0db !important;
}
.content .search-filter input[type="text"]:focus,
.content.content-no-sidebars .search-filter input[type="text"]:focus {
    border:1px solid transparent;
    background-color:#fff !important;
}
.search-filter input[type="text"]:hover,
.search-filter input[type="text"]:focus {
    border:1px solid #175aee;
    background-color: #fff !important;
}
.entry-content .search-filter .button.filter_btn,
.entry-content .search-filter .button.clear_btn {
  margin: 0px;
  background-color: transparent;
  color: #89a0d2;
  font-size:16px;
  padding: 3px 8px;
  letter-spacing: 0;
}
.entry-content .search-filter .button.filter_btn {
      position: absolute;
      right: 67px;
      top: 13px;
      background-color:#acbce0;
      background-color:#9eb0db;
      color:#fff;
      border-radius:4px;
}
.entry-content .search-filter .button.clear_btn:hover {
    background-color:transparent !important;
    text-decoration:underline;
    color:#175aee;
}
.entry-content a.page_link_btn {
    padding: 0px 7px;
    border: 1px solid #dde1e5;
    border:0;
    text-decoration: none;
    margin: 0 2px;
    border-radius: 3px;
    color: #5f76aa;
    background-color: #e5eaf6;
    background-color:transparent;
    font-size:16px;
    transition:background-color 0.15s ease-in-out;
}
.entry-content a.page_link_btn.selected {
    border: 1px solid #175aee;
    border:0;
    background-color: #e1e9fd;
    color: #072362;
}
.entry-content a.page_link_btn:hover {
    border: 1px solid #175aee;
    border:0;
    background-color:#175aee;
    background-color:transparent;
    color: #072362;
    background-color: #e1e9fd;
}
#per_page {
    height: 24px;
    padding: 0 19px 0 0px;
    text-align: right;
    width: 54px;
    margin:0 3px;
    font-size:14px;
}
select#per_page {
    background-position: right .4em top 50%, 0 0;
    position: relative;
    top: 2px;
    background: #e1e9fd;
    background-image: url('data:image/svg+xml,%3Csvg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 292 292" style="enable-background:new 0 0 292 292;" xml:space="preserve"%3E%3Cstyle type="text/css"%3E .st0%7Bfill:%235F76AA;%7D%0A%3C/style%3E%3Cpath class="st0" d="M291.2,76.7c-2.1-8.4-10.7-10.4-15.7-10.9l0.3-0.1h-1.9c-1.2,0-1.9,0-1.9,0H20c0,0-0.7,0-1.9,0h-1.9l0.3,0.1 C11.5,66.2,3,68.3,0.8,76.7c-3,12,3,18,6.1,21s122.3,120,122.3,120s8.1,8.3,16.2,8.7c0.2,0,0.4-0.1,0.6-0.2c0.2,0.1,0.4,0.2,0.6,0.2 c8.1-0.3,16.2-8.7,16.2-8.7s119.3-117,122.3-120C288.1,94.7,294.2,88.7,291.2,76.7z"/%3E%3Crect x="7.6" y="-47.1" style="fill:none;" width="274.8" height="39.4"/%3E%3C/svg%3E%0A');
    background-repeat:no-repeat;
    background-size:16%;
    background-position: 88% 52%;
    border:0 !important;
}
.group-box {
  padding:20px;
  border-radius:8px;
}

/* saved searches */
body .search-section {
    text-align: left;
    padding-bottom:24px;
    border-bottom:1px solid #ddd;
    margin-bottom:24px;
}
.entry-content .search-section #search_val {
    width: 100%;
    padding: 6px 12px;
    max-width: 420px;
    margin-right: 10px;
  }
.search-section select#email_alert {
    width: 10%;
    padding: 8px 12px;
    border-radius: 4px;
}
select#status,
select#subscribers {
  padding:7px 1.4em 8px .5em;
  width:158px;
  border-radius:6px;
  margin-left:5px;
}
select#status {
  margin-left:20px;
}
select#subscribers {
  width:500px;
  margin-left:0;
}
select#subscribers + input#search_btn {
  margin-top:14px;
  width:130px;
}
input[type="text"]#from_date,
input[type="text"]#to_date {
    padding:7px 12px;
    font-size:16px;
    width:120px;
}
input#search_btn,
input#ea_search_btn,
input#ea_clear_btn {
  padding: 11px 30px;
  margin-left:7px;
}
body input#create_btn {
    padding: 10px 13px;
    padding:10px 0;
    border: 1px solid #072362;
    border:0;
    float:right;
    background-color: transparent;
    color: #072362;
}
body input#create_btn:before {
    content:"\f055";
    font-weight:900;
    font-family:"Font Awesome 5 Free";
    padding-right:8px;
}
body input#create_btn:hover,
body input#create_btn:focus {
    border: 1px solid #175aee !important;
    border:0 !important;
    background-color: #175aee !important;
    background-color: transparent !important;
    color: #ffffff !important;
    color:#175aee !important;
}
.gs-page-content {
    /*margin-top:20px;*/
    background-color: #ffffff;
}
.sa-content .gs-page-content {
    background-color: transparent;
}
.save-seach-section {
    margin: 0px 30px 30px 30px;
    padding: 12px 20px 8px 20px;
    border-top: 0;
    max-width: 480px;
    width: 100%;
}
.save-seach-section label:first-child {
    display:none;
}
.text-center #ssave_btn,
.text-center #save_btn  {
    margin-top:16px;
}
p:contains("You do not have any saved searches.") {
    font-size:22px;
    color:#aaa;
    font-weight:700;
}
a.button.sharing-grant {
    margin-top:12px;
}
input#ssave_btn,
input#save_btn,
a.button.sharing-grant,
a.button.sharing-result,
a.buton.print-result,
.ui-widget input[type="button"],
.ui-widget input[type="button"]#export_btn {
    width:100%;
    max-width:100%;
}
a.button.sharing-result {
     margin-bottom:0px;
}
body .ui-widget input[type="text"]#search_title {
    width:100%;
}
body .ui-widget input[type="radio"]#csv_down,
body .ui-widget input[type="radio"]#xlsx_down,
body .ui-widget input[type="radio"]#text_down,
body .ui-widget input[type="radio"]#pdf_down,
body .ui-widget input[type="radio"].export-rdo {
    margin: 0 6px 6px 0 !important;
    width:auto !important;
}
.export-section label {
    padding-right:18px;
}
.print-section p {
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 0px;
}
.button.print-result,
input[type="button"]#export_btn {
    margin-bottom: 0;
    margin-top:12px;
    text-transform:none;
    width:100%;
}
input[type="button"]#export_btn {
    margin-top:18px;
}

/* pages */
.cover-light-background.wp-block-cover {
      min-height:250px;
      padding:40px 20px 26px;
      margin-top:60px;
      margin-bottom:60px;
}
.cover-light-background.wp-block-cover h2,
.cover-light-background.wp-block-cover h3,
.cover-light-background.wp-block-cover h4,
.cover-light-background.wp-block-cover p {
    color:#000;
    margin-top:0px;
}


/* subscribe fields */

.wp-block-columns.subscription .wp-block-column {
    margin-top:28px;
    box-shadow: 0 1px 28px -8px rgba(0,0,0,0.2);
    border-radius: 12px;
    padding: 30px 30px 20px;
}
.wp-block-columns.subscription .wp-block-column p,
.wp-block-columns.subscription .wp-block-column h2,
.wp-block-columns.subscription .wp-block-column h3,
.wp-block-columns.subscription .wp-block-column h4,
.wp-block-columns.subscription .wp-block-column .wp-block-buttons {
    margin-bottom:12px;
    margin-top:0px;
}

.wp-block-columns.subscription.email-sub  {
    flex-wrap:wrap !important;
    justify-content: center;
}
.wp-block-columns.subscription.email-sub .wp-block-column:not(:first-child) {
    margin-left: 0px;
}
.wp-block-columns.subscription.email-sub .wp-block-column {
    width: 46%;
    max-width: 490px;
    margin: 0 1% 25px !important;
    flex-basis:auto;
}

/* block colors */
.wp-block-columns.subscription .wp-block-column.green {
    background-color:#defbdc;
}
.wp-block-columns.subscription .wp-block-column.blue {
    background-color:#e9f5f9;
}


/* faq */
h3.qe-faqs-group-title {
    margin-top:40px;
}

/* general design */
.wp-block-column.focus-box {
   box-shadow:0 0px 42px -15px rgba(0,0,0,0.25);
   border-radius:12px;
   padding:0 20px;
   margin:20px;
}
.wp-block-column.focus-box.more-padding {
  padding:30px 30px 0;
}
.wp-block-column.focus-box.more-padding h2,
.wp-block-column.focus-box.more-padding h3 {
    margin-top:0;
}
.entry-content .wp-block-column.focus-box p {
   margin-bottom:12px;
}
.entry-content .wp-block-column.focus-box .wp-block-buttons {
    margin-top:22px;
}

.entry-content ul.featured-service-items {
    padding-left: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-content: center;
    margin-left:0;
}
.entry-content ul.featured-service-items > li {
    list-style-type: none;
    padding: 30px 20px 30px 130px;
    margin: 0px;
    width: 100%;
    font-weight: 400;
    text-align: left;
    line-height: 1.6;
    position:relative;
    border-bottom:1px solid #ddd;
    min-height: 100px;
    display: flex;
    flex-flow: column;
    justify-content: center;
}
.entry-content ul.featured-service-items > li:last-of-type {
    border-bottom:0;
}
.featured-service-items .icon:before {
    content:"\f055";
    font-family:"Font Awesome 5 Free";
    display:block;
    font-size:58px;
    font-weight:900;
    color:#175aee;
    background-color: #175aee;
    /* Create the gradient. */
    background-image: linear-gradient(45deg, #0A2270, #175aee);
    /* Set the background size and repeat properties. */
    background-size: 100%;
    background-repeat: repeat;
    /* Use the text as a mask for the background. */
    /* This will show the gradient as a text color rather than element bg. */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    position: absolute;
    left: 32px;
    top: 7px;
}
.featured-service-items .icon.database:before { content:"\f4fd";font-size:52px;top:19px;}
.featured-service-items .icon.emailalert:before { content:"\f658";top:28px;}
.featured-service-items .icon.support:before { content:"\f05a"}
.featured-service-items .icon.fulldatabase:before { content:"\f0e8";left:24px;}
.featured-service-items .icon.allfiles:before { content:"\f07c";left: 32px;top:12px;}
.featured-service-items .icon.remote:before { content:"\f109";top:15px;left:24px;}
.featured-service-items .icon.support:before { content:"\f05a"}
.featured-service-items .icon.support:before { content:"\f05a"}
.featured-service-items .icon.support:before { content:"\f05a"}


/* Service Blocks */

/* Products and Services
-------------------------------------------------- */

.service-container {
  text-align:center;
}
.service-container,
.site-container .wp-block-columns.service-container {
    padding-bottom: 0px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: stretch;
    align-content: space-around;
    margin:0 auto 30px;
    padding-left: 0px;
    padding-right: 0px;
    width:100%;
    max-width:1220px;
    height:auto;
    }

.service-container .wrap {
    max-width: 100%;
}
.site-container .service-container.wp-block-columns .wp-block-column:not(:first-child),
.site-container .service-container.wp-block-columns .wp-block-column {
    margin:0 1% 30px;
}
.service-container .service-item,
.service-container .wp-block-cover.service-item {
    align-items:flex-end;
    padding:0px;
    background-color:#ffffff;
    min-height:360px;
    height:360px;
    margin:0 auto;
    box-shadow: 0 8px 19px -10px rgba(0,0,0,0.55);
    opacity:0.9;
    border-radius:6px;
    transition: all ease-in-out 0.5s;
}
.wp-block-cover.service-item .wp-block-cover__inner-container {
    width:100%;
}
.service-item .wp-block-cover {
    border-radius:6px;
    padding:0;
    align-items:flex-end;
    min-height:360px;
}
.service-item .wp-block-cover .wp-block-cover__inner-container {
    padding-left: 0px;
    padding-right: 0px;
}
.site-container .service-container.wp-block-columns.four-items .wp-block-column {
    max-width:243px;
}
.site-container .service-container.wp-block-columns.three-items .wp-block-column {
    max-width:310px;
}
.site-container .service-container.wp-block-columns.two-items .wp-block-column {
    max-width:400px;
}

.service-container .service-item:hover,
.service-container .wp-block-column:hover .wp-block-cover.service-item {
    opacity:1.0;
    transform:scale(1.04);
}

.entry-content .service-container .service-item h2,
.entry-content .service-container .wp-block-cover.service-item h2,
.entry-content .service-container .service-item h3,
.entry-content .service-container .wp-block-cover.service-item h3 {
  display:block;
    color:#fff;
    padding:22px 8px;
    font-weight:800;
    background-color:rgba(7, 35, 98,0.9);
    transition: all ease-in-out 0.5s;
    font-size:24px;
    font-weight:300;
    margin-bottom:0px;
    margin-top:270px;
    border-radius:0 0 6px 6px;
}

.service-container a:hover h3,
.service-container .wp-block-column:hover .wp-block-cover.service-item h2,
.service-container .wp-block-column:hover .wp-block-cover.service-item h3 {
    background-color:#072362;
    text-decoration:none;
}



/* Editorial Section
------------------------------------------------------------- */

/* dashboard */
p.daily-dashboard,
.wp-block-group.daily-dashboard {
  text-align: left;
  background-color: #fff;
  border-radius: 0px;
  width:calc(50% - 66px);
  padding: 0px 0 0 20px;
  display: inline-block;
  line-height: 1.2;
  margin:20px 50px 40px 0px;
  border-left:1px solid #a2aab6;
}
p.daily-dashboard {
  font-size: 56px;
  width: 235px;
}

p.daily-dashboard span {
    display:block;
    font-size:14px;
}
.entry-content .wp-block-group.daily-dashboard p.rfr-records-found,
p.rfr-records-found {
    color:#aaa;
    font-size:14px;
    margin-bottom:14px;
}
.bar-graph-group {
    height: 590px;
    box-shadow: 0 0px 38px -9px rgba(180, 187, 195, 0.7);
    padding: 26px 30px;
    border-radius: 20px;
    margin:40px auto;
}
.bar-graph-group.setheight {
    height:670px;
}
.wp-block-group.dashboard-flexbox .wp-block-group__inner-container {
    display:flex;
    flex-flow:row wrap;
    justify-content:flex-start;
}
.wp-block-group.word-cloud {
    margin-top:66px;
}
.bar-graph-group .wp-block-group__inner-container,
.daily-dashboard .wp-block-group__inner-container,
.wp-block-group.dashboard-flexbox .wp-block-group__inner-container,
.wp-block-group.word-cloud .wp-block-group__inner-container {
    padding-left: 0px;
    padding-right: 0px;
}
.wp-block-group.dashboard-flexbox .wp-block-group.bar-graph-group .wp-block-group__inner-container,
.wp-block-group.dashboard-flexbox .wp-block-group.daily-dashboard .wp-block-group__inner-container {
    display:block !important;
}
.bar-graph-group:after {
    clear: both;
    display: block;
}
.bar-graph-group h2,
.daily-dashboard h2 {
    padding-top:0;
    margin-top:0px;
    margin-bottom:12px;
    font-size:22px;
}
.bar-graph-group h2 {
    font-size:28px;
}
.entry-content .daily-dashboard ul,
.wp-block-group.word-cloud ul {
    margin:0;
    list-style-type: none;
}
.wp-block-group.word-cloud ul {
    margin-top:30px;
}
.entry-content .daily-dashboard.ready-for-review ul {
    list-style-type: circle;
    margin-left: 17px;
    color:#072362;
}
.wp-block-group.word-cloud ul {
    text-align:center;
    font-size:16px;
}
.wp-block-group.word-cloud ul li {
    display: inline-block;
    margin: 0 4px 8px 4px;
    padding: 0px 13px;
    border-radius: 5px;
    text-align:center;
    font-size:14px;
    color:#497ae7;
    background-color:#f3f7fe;
    transition: background-color 0.2s ease-in-out;
}
.wp-block-group.word-cloud ul li:hover {
    background-color: #e1e9fd;
}
.entry-content p.wp-block-tag-cloud {
    max-width:450px;
    line-height:1.5;
}
a.tag-cloud-link {
    padding:0 7px;
}
.entry-content .daily-dashboard ul li,
.entry-content .wp-block-group.daily-dashboard p,
.entry-content .wp-block-group.daily-dashboard {
    font-size:18px;
    margin-bottom:12px;
}
.entry-content .wp-block-group.daily-dashboard {
    margin-bottom:8px;
}

/* view record */
#content_wrapper {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-content: flex-start;
    border:1px solid #c1c8cf;
    border-radius:12px;
}
#content_left {
    width:70%;
    max-width:644px;
    padding: 0 30px 20px;
    border-right: 1px solid #c1c8cf;
}
.pull-right,
a.pull-right,
p.pull-right {
    float:none;
    padding-top:20px;
    display:block;
    font-size:15px;
}
.grant-details h3 {
    font-size: 20px;
    margin: 26px 10px 0 0;
}
h3.grant_title {
  margin-bottom:16px;
  font-size: 20px;
  margin-right: 10px;
}
.grant-details {
    margin-bottom:30px;
}
.entry-content #content_left ul.actions {
    list-style-type: none;
    font-size:15px;
    margin:0 0 10px 0;
    display: flex;
    justify-content: flex-start;
    max-width: 500px;
    margin-bottom: 10px;
}
.entry-content #content_left ul.actions li {
    padding-right:16px;
}
.entry-content #content_left ul.meta-info {
    list-style-type: circle;
    color:#555;
    margin-left:16px;
}
.entry-content #content_left ul.meta-info li {
    line-height:1.2;
}
#content_right {
    width:30%;
    background-color:#f2f4f6;
    background-color:#f8f9fb;
    padding:30px 20px;
    border-radius:0 12px 12px 0;
}
#intro h2 {
    margin-bottom:12px;
}
#intro h3 {
    margin-bottom:30px;
    font-size:28px;
}
h2#tabbed_header,
h3#tabbed_header {
    border-top: 1px solid #c1c8cf;
    padding:12px 28px 4px 0;
    display: inline-block;
    border-right: 1px solid #c1c8cf;
    border-radius: 0 12px 0 0;
    background-color: #fff;
    margin-bottom: -1px;
    font-size:28px;
    margin-top:10px;
}
.tabbed_wrapper .tabbed_header {
    border-top: 1px solid #c1c8cf;
    padding-top:26px;
}
.tabbed_wrapper .tabbed_header p {
    margin-bottom:16px;
    line-height:1.6;
}
.tabbed_wrapper .tabbed_header p:last-of-type {
    margin-bottom:30px;
}
.entry-content .tabbed_wrapper .tabbed_header li {
    margin-bottom:8px;
}
.tabbed_wrapper .tabbed_header > h3.grant_title:first-child {
    margin-top:0px;
}
#content_right h2 {
    font-size:16px;
    margin-bottom:6px;
    margin-top:0px;
    color:#555;
}
.entry-content #content_right li,
.widget #content_right li {
    list-style-type: circle;
    line-height:1.25;
    margin-bottom:4px;
}
.entry-content #content_right li,
.widget #content_right li,
.entry-content #content_right p {
  font-size:16px;
  color:#555;
}
.entry-content #content_right p {
    margin-bottom:8px;
}
.entry-content #content_right ul {
    margin: 0 0 20px 15px;
    font-size:16px;
    color:#555;
}
body.text-md #content_right {
    line-height: 1.45;
}

/* edit record */
.edit-record .content,
.add-record .content,
.grant-details .content {
    margin-bottom:0;
}
.edit-record #content_wrapper,
.add-record #content_wrapper,
.grant-details #content_wrapper,
.book-production #content_wrapper {
    border:0px;
    border-radius:0px;
}
.edit-record #content_left,
.add-record #content_left,
.grant-details #content_left,
.book-production #content_left {
    width:100%;
    max-width:100%;
    padding: 0px;
    border-right: 0px;
}
.edit-record #content_right,
.add-record #content_right,
.grant-details #content_right {
    display:none;
}

/* book production */
.book-production #content_left h2 {
    margin-bottom:0px;
    font-size:18px;
    margin-top:20px;
}
.book-production #content_left p {
    margin-bottom:20px;
    line-height:1.5;
}
.book-production .entry-content li {
    margin-bottom:0;
    line-height:1.5;
    list-style-type: none;
}
.book-production form {
    background-color:#f0f0f0;
    padding:26px 30px;
    margin-bottom:0px;
    margin-top:36px;
    border-radius:8px;
    line-height:1.4;
}
.book-production form.mass-editable {
    padding:0;
    background-color:transparent;
    margin-bottom:0;
    margin-top:0;
}
.book-production .entry-content ul {
    margin-bottom:20px;
    margin-left:0;
}
.book-production form p {
    margin-bottom:16px;
}
.book-production form input[type="text"] {
    display: inline;
    width: 200px;
    margin-right: 16px;
    padding: 5px 10px;
    border-radius:6px;
}
/* edit record */
#notice-label {
    background-color: #fffbd8;
    padding: 1em 1.5em;
    margin-top: 20px;
    margin-bottom: 40px;
    border-radius: 6px;
    color: #f4ab00;
    line-height: 1.5;
    display: inline-block;
    width:100%;
    max-width:660px;
}
.gform_confirmation_message_14.gform_confirmation_message {
  padding: 1em 1.5em;
  margin-top: 20px;
  margin-bottom: 40px;
  border-radius: 6px;
  line-height: 1.5;
}
#notice-label:before {
    content:"\f05a";
    font-family:'Font Awesome 5 free';
    font-weight:900;
    position:relative;
    padding-right:14px;
}
#notice-label a {
  color: #f4ab00;
}
#notice-label.error {
    background-color: #ffecec;
    color: #eaba00;
}
#notice-label.error a {
  color: #eaba00;
}
#notice-label.error:before {
    content:"\f071";
}
#notice-label.success,
.gform_confirmation_message_14.gform_confirmation_message {
    background-color: #e1fcdf;
    color: #078209;
}
#notice-label.success a {
  color: #078209;
}
#notice-label.success:before {
    content:"\f058";
}
.find-record h2 {
    font-size:22px;
    margin-top: 22px;
    margin-bottom: 36px;
}
.find-record ~  ul {
    margin-top:-36px;
}
li.actions {
    list-style-type:none;
    margin-left:-30px;
    font-size:16px;
}
.find-record input[type="text"] {
    display: inline;
    width: 120px;
    border-radius: 6px;
    padding: 5px 12px;
    margin-left:12px;
}
.find-record input[type="submit"] {
    margin-left:12px;
    padding: 10px 22px;
}

#editorial_form {
    max-width:660px;
}
fieldset {
    padding: 12px 36px 20px;
    margin: 12px 0 66px;
    border: 0px;
    border-radius: 8px;
    box-shadow: 0 21px 38px -9px rgb(214,225,236);
}
.edit-record fieldset label,
.add-record fieldset label {
    font-weight:700;
    font-size:15px;
    letter-spacing:0.2px;
    display:block;
}

.grantselect-search-results h2 {
    margin-top:10px;
}

/* add edit delete links */

select#all_sponsors option {
    width:100%;
    max-width:660px;
    overflow: hidden;
}

#add-deadline,
p#add-deadline,
#add-element,
p#add-element,
span#remove_deadline1,
span.remove-deadline,
span#remove-deadline-2,
span#remove-deadline-3,
span#remove-deadline-4,
span#remove-deadline-5,
span#remove-deadline-6,
span#remove-deadline-7,
span#remove-deadline-8,
span#remove-deadline-9,
span#remove-deadline-10,
span#remove-deadline-11,
span#remove-deadline-12,
span#remove-deadline-13,
#remove_contact1,
#remove-contact-2,
#remove-contact-3,
#remove-contact-4,
a#fill_sponsor,
a#fill_sponsor1,
a#fill_sponsor2,
a#fill_sponsor3,
a#fill_sponsor4,
#add-keydates,
#remove-keydate-2,
#remove-keydate-3,
#remove-keydate-4,
#remove-keydate-5,
#remove-keydate-6,
#remove-keydate-7,
#remove-keydate-8,
#remove-keydate-9,
#remove-keydate-10,
#remove-keydate-11,
#remove-keydate-12,
#remove-keydate-13,
#remove-keydate-14,
#remove-keydate-15,
#remove-keydate-16 {
    color:#bd2121 !important;
    font-size:15px;
}
#add-deadline:hover,
p#add-deadline:hover,
span#remove_deadline1:hover,
span.remove-deadline:hover,
span#remove-deadline-2:hover,
span#remove-deadline-3:hover,
span#remove-deadline-4:hover,
span#remove-deadline-5:hover,
span#remove-deadline-6:hover,
span#remove-deadline-7:hover,
span#remove-deadline-8:hover,
span#remove-deadline-9:hover,
span#remove-deadline-10:hover,
span#remove-deadline-11:hover,
span#remove-deadline-12:hover,
span#remove-deadline-13:hover,
p#add-element:hover,
#add-element:hover,
#remove_contact1:hover,
#remove-contact-2:hover,
#remove-contact-3:hover,
#remove-contact-4:hover,
a#fill_sponsor:hover,
a#fill_sponsor1:hover,
a#fill_sponsor2:hover,
a#fill_sponsor3:hover,
a#fill_sponsor4:hover,
.entry-content p#add-keydates:hover,
#remove-keydate-2:hover,
#remove-keydate-3:hover,
#remove-keydate-4:hover,
#remove-keydate-5:hover,
#remove-keydate-6:hover,
#remove-keydate-7:hover,
#remove-keydate-8:hover,
#remove-keydate-9:hover,
#remove-keydate-10:hover,
#remove-keydate-11:hover,
#remove-keydate-12:hover,
#remove-keydate-13:hover,
#remove-keydate-14:hover,
#remove-keydate-15:hover,
#remove-keydate-16:hover {
    color:#720000 !important;
    cursor:pointer;
}
span.remove-deadline,
span#remove-deadline-2,
span#remove-deadline-3,
span#remove-deadline-4,
span#remove-deadline-5,
span#remove-deadline-6,
span#remove-deadline-7,
span#remove-deadline-8,
span#remove-deadline-9,
span#remove-deadline-10,
span#remove-deadline-11,
span#remove-deadline-12,
span#remove-deadline-13 {
    display:inline-block;
}
a#fill_sponsor,
a#fill_sponsor1,
a#fill_sponsor2,
a#fill_sponsor3,
a#fill_sponsor4 {
    position:relative;
    top:-12px;
}
/* specific field modifications */
input#contact_name,
input.cn1,
input.cn2,
input.cn3 {
    width:400px;
    max-width:100%;
}
select#countrySelect,
select#countrySelect1,
select#select_country2,
select#select_country3,
select#select_country4 {
    width:48%;
    margin-right:1.5%;
    display:inline;
}
input#stateSelect,
input#stateSelect1,
input#contact_state2,
input#contact_state3,
input#contact_state4,
select#stateSelect,
select#stateSelect1,
select#select_state,
select#select_state2,
select#select_state3,
select#select_state4 {
    width:48%;
    margin-left:1.5%;
    display:inline;
}
input#stateSelect,
input#stateSelect1,
input#contact_state2,
input#contact_state3,
input#contact_state4 {
    padding-top:11px;
    padding-bottom:10px;
}
select#GrantGeoLocation_geo_location,
select#GrantGeoLocation_geo_location2,
select#GrantSubjectMappings_subject_title,
select#GrantSubjectMappings_subject_title2 {
    width:40%;
    height:400px;
    display:inline;
    padding: .65em 0.5em .65em .5em;
}
select#GrantGeoLocation_geo_location,
select#GrantGeoLocation_geo_location2,
select#GrantSubjectMappings_subject_title,
select#GrantSubjectMappings_subject_title2,
select#GrantTargetMappings_target_title,
select#GrantProgramMappings_program_id {
    background-image: none;
}
select#GrantGeoLocation_geo_location option,
select#GrantGeoLocation_geo_location2 option,
select#GrantSubjectMappings_subject_title option,
select#GrantSubjectMappings_subject_title2 option {
    font-size:16px;
    line-height:1.3;
}
.mass-editable select#GrantSubjectMappings_subject_title,
.mass-editable select#GrantSubjectMappings_subject_title2 {
    height:190px;
}
body .entry-content input[type="button"]#remove_geo,
body .entry-content input[type="button"]#add_geo,
body .entry-content input[type="button"]#remove,
body .ui-widget input[type="button"]#remove,
body .entry-content input[type="button"]#add,
body .ui-widget input[type="button"]#add {
    padding: 14px 12px;
    position: relative;
    top: -12px;
    width:auto;
}
textarea#grant_description {
    height:400px;
}
textarea#grant_requirements,
textarea#grant_restrictions {
    height:280px;
}
.entry-content input[type="button"]#remove_geo {
    margin-left:0.5%;
}
.entry-content input[type="button"]#add_geo {
    margin-right:0.5%;
}
.keydate-wrap,
.deadline-wrap {
    margin:16px 0;
    display:block;
    padding-bottom: 10px;
    border-bottom: 1px solid #c1c8cf;
}
.keydate-wrap,
#key_date1 {
    padding-bottom:20px;
    border-bottom: 1px solid #c1c8cf;
}
#dead_satisfied1 {
    padding-bottom: 20px;
    border-bottom: 1px solid #c1c8cf;
}

#contact_info1,
#contact-wrap-2 fieldset,
#contact-wrap-3 fieldset,
#contact-wrap-4 fieldset,
#contact-wrap-5 fieldset,
#contact-wrap-6 fieldset,
#contact-wrap-7 fieldset,
#contact-wrap-8 fieldset,
#contact-wrap-9 fieldset,
#contact-wrap-10 fieldset {
    padding: 10px 20px;
    background-color: #f8f9fa;
    margin-bottom: 30px;
}
.custom-dates {
    margin:20px 0 20px;
    display:none;
}

body .gform_wrapper.gf_browser_gecko .date-field select,
select#dead_month1,
select.deadline-month,
select#dead_day1,
select.deadline-day,
select#revisit_month,
select#revisit_day,
select#revisit_year,
.deadline-wrap p:first-child select,
select[name="date_month_from"],
select[name="date_day_from"],
select[name="date_year_from"],
select[name="date_month_to"],
select[name="date_day_to"],
select[name="date_year_to"],
select.usc-date-range-select {
    padding: 5px 20px 5px 6px !important;
}
select#key_date_title1,
select.key-date-title,
.keydate-wrap select:nth-of-type(1) {
    width:310px;
    display:inline-block;
}
select#key_month1,
select#key_day1,
select.key-date-month,
select.key-date-day,
select#revisit_day,
select#revisit_year,
.keydate-wrap select:nth-of-type(2),
.keydate-wrap select:nth-of-type(3) {
  display:inline-block;
}
select#dead_month1,
select.deadline-month,
select#dead_day1,
select.deadline-day,
select#revisit_month,
.deadline-wrap p:first-child select,
select[name="date_month_from"],
select[name="date_day_from"],
select[name="date_year_from"],
select[name="date_month_to"],
select[name="date_day_to"],
select[name="date_year_to"] {
    display:inline;
}
select.usc-date-range-select {
    margin:0 0 20px;
    width:280px;
}
span.report-label/*,
span.date-label*/ {
    font-weight:700;
}
p.date-range-label {
    margin-bottom: 12px;
    font-weight: 700;
}
select#dead_month1,
select.deadline-month,
select#key_month1,
select#revisit_month,
select#revisit_year,
.deadline-wrap p:first-child select,
.keydate-wrap select:nth-of-type(2),
select[name="date_month_from"],
select[name="date_year_from"],
select[name="date_month_to"],
select[name="date_year_to"] {
    width:76px;
}
select#dead_day1,
select.deadline-day,
select#key_day1,
select#revisit_day,
.deadline-wrap p:first-child select:nth-of-type(2),
.keydate-wrap select:nth-of-type(3),
select[name="date_day_from"],
select[name="date_day_to"] {
    width:64px;
}
select#key_month1,
select#dead_day1,
select.deadline-day,
select#key_day1,
select#revisit_day,
select#revisit_year,
.keydate-wrap select:nth-of-type(2),
.keydate-wrap select:nth-of-type(3),
select[name="date_month_to"] {
  margin-left:8px;
}
select#revisit_year,
select[name="date_month_from"],
select[name="date_day_from"],
select[name="date_year_from"],
select[name="date_month_to"],
select[name="date_day_to"],
select[name="date_year_to"] {
    margin-right:8px;
}
input[type="submit"][name="report"] {
    margin-right:12px;
    margin-top:16px;
}
select#dead_sat1,
.deadline-wrap p:nth-of-type(2) select {
    width:250px;
}
select.grant-status {
    width:200px;
}
span#remove_deadline1,
#remove-keydate-2,
#remove-keydate-3,
#remove-keydate-4,
#remove-keydate-5,
#remove-keydate-6,
#remove-keydate-7,
#remove-keydate-8,
#remove-keydate-9,
#remove-keydate-10,
#remove-keydate-11,
#remove-keydate-12,
#remove-keydate-13,
#remove-keydate-14,
#remove-keydate-15,
#remove-keydate-16,
#remove_contact1,
#remove-contact-2,
#remove-contact-3,
#remove-contact-4,
span#remove-deadline-2,
span#remove-deadline-3,
span#remove-deadline-4,
span#remove-deadline-5,
span#remove-deadline-6,
span#remove-deadline-7,
span#remove-deadline-8,
span#remove-deadline-9,
span#remove-deadline-10,
span#remove-deadline-11,
span#remove-deadline-12,
span#remove-deadline-13 {
    margin-left:12px !important;
}
.entry-content input[type="button"]#reset_rev_date {
    padding:7px 14px;
}
fieldset p.submit input[type="submit"] {
    padding: 14px 60px;
    font-weight:700;
    width:100%;
    margin-top:46px !important;
    margin-bottom:10px;
}

/* form treatments for UX */
#dead_border1,
#key_dates_border1 {
    box-shadow: 0 10px 12px -9px rgba(0,0,0,0.3);
    height: 22px;
    line-height: 0;
    display:none;
}
#deadlineContent {
    margin-bottom:60px;
}

fieldset:nth-of-type(4) fieldset:nth-of-type(2) legend,
fieldset:nth-of-type(4) fieldset:nth-of-type(3) legend,
fieldset:nth-of-type(4) fieldset:nth-of-type(4) legend,
fieldset:nth-of-type(4) fieldset:nth-of-type(5) legend,
fieldset:nth-of-type(4) fieldset:nth-of-type(6) legend {
    margin-top:34px;
}

/* general field modifications */
.entry-content fieldset p {
    margin-bottom:16px;
}
fieldset fieldset {
  padding: 0;
  box-shadow: 0 0px 0px 0px rgba(0,0,0,0.0);
  margin-bottom:12px;
}
legend {
    padding: 0 20px 12px 0;
    background-color: #fff;
    line-height: 1;
    font-weight: 700;
    font-size: 28px;
}
.faux_section {
  width: 270px;
  display: inline-block;
  margin-right: 22px;
  margin-bottom: 16px;
}

/* editorial records */

select[name="display_mode"],
select[name="older_newer"],
select[name="date_month"],
select[name="date_day"],
select[name="date_year"] {
    display:inline;
    margin-right:8px;
    margin-bottom:12px
}
select[name="display_mode"] {
    width:200px;
}
select[name="older_newer"] {
    width:220px;
}
select[name="date_month"] {
    width:80px;
}
select[name="date_day"] {
    width:70px;
}
select[name="date_year"] {
    width:90px;
}
select[name="segment[]"],
select.counts-select {
    width:320px;
    background-image: none;
    margin-top:20px;
    margin-bottom:20px;
}

input[type="submit"]#subject_headings_alpha,
input[type="submit"]#subject_headings_num_used {
    display: inline-block;
    width: auto;
    max-width: 580px;
    padding: 14px 30px;
    line-height: 1.1;
    margin: 2px 20px 20px 0;
    font-size: 18px;
}
p.record-description {
    margin-top: 0px;
    margin-bottom: 20px;
}
p.record-note {
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 15px;
}

/* report tables - general, manage account tables - general */
table#report_form,
table.gs-ea-tbl,
table.pms-account-subscription-details-table,
table#pms-payment-history,
table.gs-accounts,
table.gs-iua-accounts,
table.gs-usage,
table.gs-usage-all {
    background-color:transparent;
    margin-top:0px;
}
table#pms-payment-history,
table#pms-payment-history.pms-table th,
table#pms-payment-history.pms-table td {
    border:0px;
}
table.pms-account-subscription-details-table {
    box-shadow:none;
}
table#report_form td,
table.editor_quick_search td,
table.gs-ea-tbl td,
#pms-members-table table td,
table.pms-account-subscription-details-table td,
table#pms-payment-history td,
table.gs-accounts td,
table.gs-iua-accounts td,
table.gs-usage td,
table.gs-usage-all td {
    padding: 12px 10px;
    background-color:transparent;
    border-bottom:0;
    line-height:1.3;
}
table.pms-account-subscription-details-table td {
    border-top: 1px solid #ddd;
}
table#report_form tr,
table.editor_quick_search tr,
table.gs-ea-tbl tr,
#pms-members-table table tr,
table.pms-account-subscription-details-table tr,
table#pms-payment-history tr,
table.gs-accounts tr,
table.gs-iua-accounts tr,
table.gs-usage tr,
table.gs-usage-all tr {
  background-color:#ffffff;
}
table.gs-ea-tbl th,
#pms-members-table table th,
table.pms-account-subscription-details-table th,
table#pms-payment-history th,
table.gs-accounts th,
table.gs-iua-accounts th,
table.gs-usage th,
table.gs-usage-all th {
    padding: 11px 0px 11px 10px;
}
table#report_form tr:nth-of-type(odd),
table.editor_quick_search tr:nth-of-type(odd),
table.gs-ea-tbl tr:nth-of-type(odd),
#pms-members-table table tr:nth-of-type(odd),
table#pms-payment-history tr:nth-of-type(odd),
table.gs-accounts tr:nth-of-type(odd),
table.gs-iua-accounts tr:nth-of-type(odd),
table.gs-usage tr:nth-of-type(odd),
table.gs-usage-all tr:nth-of-type(odd) {
    background-color:#f1f4fb;
}
table#report_form td a,
table.editor_quick_search td a,
table.book_production_preview td a,
table.gs-ea-tbl td a,
table.gs-accounts td a,
table.gs-iua-accounts td a,
table.gs-usage td a,
table.gs-usage td {
    font-size:14px;
    word-break:normal;
}
table.gs-ea-tbl td a,
#pms-members-table table td a {
    font-size: 18px;
}
p.date-range-indicator {
    margin:50px 0 20px;
}

/* report tables - specific, manage account tables - specific */
th.non-sortable {
    color:#7988a8;
}
table.editor_quick_search.sortable th:nth-of-type(1),
table.book_production_preview th:nth-of-type(1),
table.gs-accounts th:nth-of-type(1) {
    width:3%;
}
table.editor_quick_search input[type="checkbox"] {
    margin:0;
}
table#report_form.pending-records th:nth-of-type(2),
table#report_form.suspended-records th:nth-of-type(2),
table.book_production_preview th:nth-of-type(2),
table#report_form.revisit th:nth-of-type(2),
table#report_form.revisit th:nth-of-type(6),
table.editor_quick_search th:nth-of-type(2),
table.gs-usage.subscriber-acct th:nth-of-type(1) {
      width:8%;
}
table#report_form.gs-saved-search th:nth-of-type(1),
table#report_form.gs-saved-search th:nth-of-type(2),
table.gs-accounts th:nth-of-type(2) {
    width:42%
}
table.gs-usage.subscriber-acct th:first-child {
    width:12%;
}
table.gs-usage.subscriber-acct th:nth-of-type(3) {
    width:10%;
}
table.gs-usage.subscriber-acct th:nth-of-type(4),
table.gs-usage.subscriber-acct th:nth-of-type(7) {
    width:12%;
}
table.gs-usage.subscriber-acct th:nth-of-type(5) {
    width:14%;
}
table.gs-usage.subscriber-acct th:nth-of-type(6) {
    width:28%;
}
table.gs-accounts th:nth-of-type(4) {
    width:23%;
}
table.gs-accounts th:nth-of-type(3) {
    width:9.5%;
}
table#report_form.gs-saved-search th:nth-of-type(3) {
    width:14%
}
table#report_form.pending-records th:nth-of-type(3),
table#report_form.suspended-records th:nth-of-type(3),
table#report_form.revisit th:nth-of-type(3),
table.book_production_preview th:nth-of-type(3) {
      width:4%;
      padding-left:0;
      padding-right:0;
}
table#report_form.pending-records th:nth-of-type(4),
table#report_form.suspended-records th:nth-of-type(4),
table#report_form.revisit th:nth-of-type(4),
table.book_production_preview th:nth-of-type(4) {
      width:4%;
      padding-left:0;
      padding-right:0;
}
table.editor_quick_search th:nth-of-type(3),
table.editor_quick_search th:nth-of-type(4),
table.book_production_preview th:nth-of-type(3),
table.book_production_preview th:nth-of-type(4)  {
  width:5%;
  padding-left:0;
  padding-right:0;
}
table#report_form.pending-records th:nth-of-type(5),
table#report_form.suspended-records th:nth-of-type(5),
table.editor_quick_search th:nth-of-type(5) {
      width:56%;
}
table.gs-accounts th:nth-of-type(5) {
      width:8%;
}
table#report_form.pending-records th:nth-of-type(6),
table#report_form.suspended-records th:nth-of-type(6),
table.editor_quick_search th:nth-of-type(6) {
      width:14%;
}
table#report_form.pending-records th:nth-of-type(7),
table#report_form.suspended-records th:nth-of-type(7),
table#report_form.revisit th:nth-of-type(6),
table.editor_quick_search th:nth-of-type(7) {
      width:13%;
}
table#report_form th,
table.editor_quick_search th {
      padding-left:10px;
}
table.editor_quick_search th:nth-of-type(2),
table.book_production_preview th:nth-of-type(2) {
    padding-left:0;
}
table#report_form.revisit th:nth-of-type(6),
table#report_form.revisit td:nth-of-type(6),
table.gs-ea-tbl th:nth-of-type(4),
table.gs-ea-tbl th:nth-of-type(5),
table.gs-ea-tbl td:nth-of-type(4),
table.gs-ea-tbl td:nth-of-type(5),
#pms-members-table table th:nth-of-type(4),
#pms-members-table table th:nth-of-type(5),
#pms-members-table table td:nth-of-type(4),
#pms-members-table table td:nth-of-type(5),
table.gs-accounts th:nth-of-type(3),
table.gs-accounts th:nth-of-type(5),
table.gs-accounts td:nth-of-type(3),
table.gs-accounts td:nth-of-type(5),
table.gs-usage.subscriber-acct th:nth-of-type(2),
table.gs-usage.subscriber-acct th:nth-of-type(4),
table.gs-usage.subscriber-acct th:nth-of-type(5),
table.gs-usage.subscriber-acct td:nth-of-type(2),
table.gs-usage.subscriber-acct td:nth-of-type(4),
table.gs-usage.subscriber-acct td:nth-of-type(5) {
    text-align:center;
    padding-left:0;
    padding-right:0;
}
table.gs-usage td {
    word-break: break-word;
}
table.gs-ea-tbl th:nth-of-type(4) .pms-members-table__thwrap,
#pms-members-table table th:nth-of-type(4) .pms-members-table__thwrap {
    justify-content: center;
}
table#report_form.suspended-records th:first-child,
table#report_form.pending-records th:nth-of-type(2),
table#report_form.revisit th:nth-of-type(2),
table#report_form.missing-sponsors th:first-child,
table.editor_quick_search th:first-child {
      text-align:center;
      padding-right:10px;
}
table#report_form.display th:last-child,
table#report_form.missing-sponsors th:last-child {
   padding-right:10px;
}
table#report_form.suspended-records td:first-child,
table#report_form.pending-records td:nth-of-type(2),
table#report_form.revisit th:first-child,
table#report_form.revisit td:first-child,
table#report_form.revisit td:nth-of-type(2),
table#report_form.missing-sponsors th:nth-of-type(2),
table#report_form.missing-sponsors th:nth-of-type(6),
table#report_form.missing-sponsors th:last-child,
table#report_form.missing-sponsors td:nth-of-type(6),
table.editor_quick_search th:first-child,
table.editor_quick_search th:nth-of-type(2),
table.editor_quick_search td:nth-of-type(2),
table.book_production_preview th:nth-of-type(2),
table.book_production_preview td:nth-of-type(2) {
    text-align:center;
}
table#report_form.revisit td:first-child,
table#report_form.missing-sponsors th:first-child,
table#report_form.missing-sponsors td:first-child,
table#report_form.pending-records td:first-child {
    padding-right:0;
}
table#report_form.revisit th:last-child,
table#report_form.users-search-criteria th:last-child,
table#report_form.users-search-criteria td:last-child {
    text-align:right;
}
table#report_form.users-search-criteria th:last-child,
table#report_form.users-search-criteria td:last-child {
    padding-right:30px;
}
table#report_form.suspended-records td:nth-of-type(3),
table#report_form.pending-records td:nth-of-type(3),
table#report_form.revisit td:nth-of-type(3),
table#report_form.missing-sponsors td:nth-of-type(3),
table.book_production_preview th:nth-of-type(3) {
      padding:12px 5px 12px 16px;
}
table#report_form.suspended-records td:nth-of-type(4),
table#report_form.pending-records td:nth-of-type(4),
table#report_form.revisit td:nth-of-type(4),
table#report_form.missing-sponsors td:nth-of-type(4),
table.book_production_preview th:nth-of-type(4) {
      padding:12px 16px 12px 5px;
}
table#report_form.gs-saved-search td:nth-of-type(1) a {
    font-size: 18px;
}
table#report_form.subject-headings,
table#report_form.count {
    max-width:640px;
}
table.editor_quick_search td:nth-of-type(3),
table.book_production_preview td:nth-of-type(3) {
    padding: 12px 4px 12px 0;
    text-align:right;
}
table.editor_quick_search td:nth-of-type(4),
table.book_production_preview td:nth-of-type(4) {
    padding:12px 0 12px 4px;
}
table.book_production_preview td:nth-of-type(3),
table.book_production_preview td:nth-of-type(4) {
    padding-top:26px;
}
table.book_production_preview td:nth-of-type(1),
table.book_production_preview td:nth-of-type(2),
table.book_production_preview td:nth-of-type(3),
table.book_production_preview td:nth-of-type(4) {
  vertical-align:top;
}
.entry-content table.book_production_preview td p {
    margin-bottom:0;
    font-size:16px;
}
table#report_form.subject-headings {
  margin-top:40px;
}
table#report_form.count th:first-child,
table#report_form.count td:first-child,
table#report_form.subject-headings th:first-child,
table#report_form.subject-headings td:first-child {
      padding-left:20px;
}
table#report_form.count th:nth-of-type(2),
table#report_form.count td:nth-of-type(2),
table#report_form.subject-headings th:nth-of-type(2),
table#report_form.subject-headings td:nth-of-type(2),
table#report_form.revisit th:last-child,
table#report_form.revisit td:last-child  {
    text-align:right;
    padding-right:20px;
}
table#report_form.display.unique-sponsors th:nth-of-type(4),
table#report_form.missing-sponsors th:nth-of-type(6) {
    width:8%;
    padding-left: 0;
    text-align: center;
}
table#report_form.display.unique-sponsors td:nth-of-type(4),
table#report_form.missing-sponsors td:nth-of-type(7) {
    text-align:center;
}
td.table-total.label,
td.table-total.value {
      font-weight:700;
      font-size:20px;
}
table#report_form.users-search-criteria td[colspan="2"] {
    text-align: center;
    padding: 22px;
}
#pms-members-table table .cell-1 {
    width:30%;
}
#pms-members-table table .cell-2,
#pms-members-table table .cell-3 {
    width:21%;
}
#pms-members-table table .cell-4 {
    width:14%;
}
#pms-members-table table .cell-5 {
    width:14%;
}

/* confirm table popup */

.self-reg-assign .confirm-section {
    padding: 12px 0px 0px 0px;
}   
.self-reg-assign .confirm-section table td {
    padding: 28px 10px;
}
.self-reg-assign .confirm-section table th {
    padding: 11px 0px 11px 10px;
}
#ui-id-1.ui-dialog-content.ui-widget-content {
    border-radius: 0;
}    
.ui-dialog .self-reg-assign .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin-top: 0;
    padding: .3em 1em .5em .4em;
}
.self-reg-assign .ui-widget-content {
    border: 0;
    background: #f8f8f8;
}
.ui-dialog .self-reg-assign .ui-dialog-buttonpane {
    border-width: 0;
    background: #f8f8f8;
    margin-top: 0;
}        

/* Editorial Search */

p.intro-text {
    line-height:1.4;
    max-width:510px;
    margin-bottom:8px;
    margin-left:30px;
}
body .ui-dialog .ui-dialog-title {
    float: none;
    margin: 0;
    width: 100%;
    font-size:34px;
}

input[type="submit"]#mass-process,
.entry-content input[type="button"]#subscriber_delete {
    margin-bottom:6px;
    font-size: 16px;
    padding: 9px 18px;
    background-color: #e5eaf6 !important;
    letter-spacing: 0.5px;
    color:#586f9e !important;
    transition:all 0.2s ease-in-out;
}
input[type="submit"]#mass-process:hover,
.entry-content input[type="button"]#subscriber_delete:hover {
    background-color: #586f9e !important;
    color:#fff !important;
}

/* Share Section Export and Print */


/* Delete popup */

.confirm-section {
    padding: 32px 20px 8px 20px;
    border-top: 0px;
    text-align: center;
    max-width: 480px;
    width: 100%;
}

/* popup alerts and alerts */

.share-section label {
    font-size: 13px;
    color: #888;
}
a.sharing-grant.button {
    margin-top:15px;
    color:#ffffff;
}
.share-section p {
    padding-bottom: 2px;
    margin-top: 20px;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 4px;
    background-color: #e4f3fc;
    text-align: center;
}

.share-section p.success-msg,
.save-seach-section p.success-msg,
p.success-msg,
body .pms_success-messages-wrapper p {
    background-color: #e1fcdf;
    color:#078209;
    line-height:1.4;
}
body .pms_success-messages-wrapper p {

}
.share-section .success-msg {
    padding-bottom: 11px;
}
.share-section p.error-msg,
.save-seach-section p.error-msg,
p.error-msg,
.share-section p.err-msg,
.save-seach-section p.err-msg,
p.err-msg {
    background-color: #ffecec;
    color: #9f0606;
}
.save-seach-section p.success-msg,
.save-seach-section p.error-msg,
.save-seach-section p.err-msg,
p.success-msg,
p.error-msg,
body .pms_success-messages-wrapper p {
  margin-top: 12px;
  padding: 8px 20px 14px 50px;
  border-radius: 8px;
  line-height: 1.2;
  margin-bottom: 0px;
}
.save-seach-section p.success-msg a,
p.success-msg a {
    color:#078209;
}
.save-seach-section p.error-msg a,
p.error-msg a,
.save-seach-section p.err-msg a,
p.err-msg a  {
  color: #eaba00;
}
.share-section p.success-msg:before,
.save-seach-section p.success-msg:before,
p.success-msg:before,
p.success-msg:before,
body .pms_success-messages-wrapper p:before {
    font-family:'Font Awesome 5 Free';
    font-weight:900;
    content:"\f05a";
    position: relative;
    left: -34px;
    top: 3px;
    font-size: 21px;
    display: inline-block;
    margin-right: -22px;
    margin-bottom: 0;
}
.share-section p.error-msg:before,
.save-seach-section p.error-msg:before,
p.error-msg:before,
p.error-msg:before,
.share-section p.err-msg:before,
.save-seach-section p.err-msg:before,
p.err-msg:before,
p.err-msg:before  {
  font-family:'Font Awesome 5 Free';
  font-weight:900;
    content:"\f071";
    position: relative;
    left: -34px;
    top: 3px;
    font-size: 21px;
    display: inline-block;
    margin-right: -22px;
    margin-bottom: 0;
}
body .ui-dialog.ui-widget.popup-medium {
    width:100% !important;
    max-width:550px !important;
}
body .ui-dialog.ui-widget.popup-small {
    width:100% !important;
    max-width:380px !important;
}
.popup-small .confirm-section {
    margin: 0px 0px 10px 0px;
    padding: 12px 0px 8px 0px;
    border-top: 0px;
}
body .ui-dialog.popup-small .ui-dialog-titlebar {
    padding: 8px 30px 0 50px;
    text-align:center;
    border-radius:12px 12px 0 0;
}
body .confirm-section .button.remove_cancel {
  background: transparent;
  background-color: transparent;
  padding: 9px 12px;
  border: 1px solid #072362;
  color: #072362;
}
body .confirm-section .button.remove_cancel:hover,
body .confirm-section .button.remove_cancel:focus {
  background: #175aee;
  background-color: #175aee;
  border: 1px solid #175aee;
  color: #ffffff;
}

#ui-id-1.ui-dialog-content.ui-widget-content {
    display: flex;
    justify-content: center;
    flex-flow: wrap;
    border-radius:0 0 12px 12px;
}
.share-section {
    flex-basis:100%;
    margin: 20px 30px 34px 30px;
    padding: 32px 30px 30px 30px;
    position: relative;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 23px -6px rgba(0,0,0,0.2);
}
.export-section,
.print-section {
    padding: 20px 20px;
    width: 45%;
    display: inline-block;
    border: 0;
    border-radius: 8px;
    margin: 20px auto 0;
    box-shadow: 0 0 23px -6px rgba(0,0,0,0.2);
}
.print-section {
    margin-right: 30px;
    margin-left: 1.25%;
}
.export-section {
    margin-left: 30px;
    margin-right: 1.25%;
}
#mass-edits-process p.warning-text {
    text-align: left;
    padding: 10px 20px 10px 70px !important;
    background-color: #ffecec;
    line-height: 1.4;
    border-radius: 6px;
    color: #9f0606;
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom:0px !important;
    position:relative;
}
p.warning-text:before {
    font-family:'Font Awesome 5 Free';
    font-weight:900;
    content:"\f071";
    position: absolute;
    left: 23px;
    top: 19px;
    font-size: 25px;
}
p.notice-text {
    text-align: left;
    padding: 24px 20px 24px 70px;
    background-color: #fff4d4;
    line-height: 1.4;
    border-radius: 6px;
    color: #cd7d00;
    margin-bottom:16px !important;
    position:relative;
}
p.notice-text:before {
    font-family:'Font Awesome 5 Free';
    font-weight:900;
    content:"\f05a";
    position: absolute;
    left: 23px;
    top: 19px;
    font-size: 25px;
}
/* Paid Member Subscriptions notice and alerts */

.pms-gm-message {
    border-left: 0;
    border-radius: 6px;
    box-shadow: none;
    margin-bottom: 32px;
    line-height: 1.5;
    padding: 24px 24px 24px 70px;
    background-color: #e4f3fc;
    line-height: 1.4;
    border-radius: 6px;
    color: #0064ae;
    margin-bottom:36px !important;
    position:relative;
}

p.info-text {
    text-align: left;
    padding: 24px 20px 24px 70px;
    background-color: #e4f3fc;
    line-height: 1.4;
    border-radius: 6px;
    color: #0064ae;
    margin-bottom:16px !important;
    position:relative;
}
p.info-text:before,
.pms-gm-message:before {
    font-family:'Font Awesome 5 Free';
    font-weight:900;
    content:"\f05a";
    position: absolute;
    left: 23px;
    top: 19px;
    font-size: 25px;
}


/* widget popup global */

body .ui-widget.ui-widget-content {
    border: 0;
}
body .ui-widget {
    font-family: 'Source Sans 3', Helvetica, Arial, sans-serif;
}
body .ui-dialog {
    padding: 0;
    background-color: transparent !important;
}
body .ui-widget-header {
    border: 0px;
    background: #f8f8f8;
    color: #000;
    font-weight: bold;
}
body .ui-dialog .ui-dialog-content {
    padding: 0em;
    background-color:#f8f8f8;
}
body button.ui-dialog-titlebar-close {
    text-align:left;
}
body .ui-dialog .ui-dialog-titlebar-close {
    position:relative;
    right:0;
    top: 10px;
    margin:0;
    width: 24px;
    padding: 13px;
    height: 24px;
    color:
}
body button.ui-dialog .ui-dialog-titlebar-close,
body .button.ui-dialog .ui-dialog-titlebar-close {
    background-color:#ffffff !important;
}
body button.ui-dialog .ui-dialog-titlebar-close:hover,
body .button.ui-dialog .ui-dialog-titlebar-close:hover  {
    background-color:#e1e9fd !important;
    color:#555 !important;
}
body .ui-corner-all,
body .ui-corner-top,
body .ui-corner-right,
body .ui-corner-tr,
body .ui-corner-left,
body .ui-corner-tl {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}
.ui-dialog.ui-corner-all.ui-widget.ui-widget-content {
    z-index:999999;
}

/* dialog_mass_edits */
body .ui-dialog.ui-widget.ui-widget-content.ui-front.ui-draggable {
    box-shadow: 0 10px 90px -20px rgba(0,0,0,0.8);
    border-radius:12px;
}
body .ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-draggable {
  box-shadow: 0 10px 90px -20px rgba(0,0,0,0.8);
    border:0 !important;
    background-color: #ffffff !important;
    padding:0px !important;
    border-radius:12px;
    overflow: scroll;
    max-width:800px;
    overflow:hidden;
}
body .ui-dialog h2 {
    margin-top:12px;
}
p.num-affected {
    border-radius:3px;
    background-color:#ffe8a5;
    padding:0 12px;
    font-weight:700;
    margin-bottom:34px;
    max-width:510px;
    margin-left:30px;
}
button.ui-dialog-titlebar-close {
    text-align: right;
    top: 46px;
    position: relative;
    margin-right: 17px;
    padding: 3px 13px;
    border-radius: 5px;
    color: #000;
    border: 1px solid #ccc;
    background-color: rgba(255,255,255,0.55);
    transition: all 0.2s ease-in-out;
}
button.ui-dialog-titlebar-close:hover {
    color: #fff;
    background-color: #175aee;
    border: 1px solid #175aee;
}

/* widget accordion */
body .ui-tabs {
    padding:0;
}
.accordion.ui-accordion.ui-widget.ui-helper-reset {
    display:flex;
    justify-content:flex-start;
    flex-flow:row wrap;
    align-content:flex-start;
    align-items:flex-start;
    margin-top:26px;
    position:relative;
}
body .ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: 0 0 0 30px;
    background-color: #f8f8f8;
    border: 0;
    display:flex;
    max-width:100%;
    margin-left:0px;
}
body .ui-tabs .ui-tabs-nav li {
    float: none;
    position: relative;
    margin: 0 8px 0 0;
    border-radius:0;
    padding: 0;
    white-space: normal;
    display: flex;
    /*flex-grow:1;*/
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left:1px solid #ddd;
}
body .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: none;
    padding: 4px 16px 9px !important;
    border-top:8px solid #eeeeee;
    text-decoration: none;
    width:100%;
    text-align:center;
    margin-left: auto;
    margin-right: auto;
    transition: all 0.2s ease-in-out;
}
body .ui-tabs .ui-tabs-nav .ui-tabs-anchor:hover {
  border-top:8px solid #ccc;
}
body .ui-tabs .ui-tabs-nav .ui-tabs-active .ui-tabs-anchor {
  border-top:8px solid #072362;
}
body .ui-state-default,
body .ui-widget-content .ui-state-default,
body .ui-widget-header .ui-state-default {
    background:#f8f8f8;
    background:transparent;
    border-top:1px solid #ccc;
}

body .ui-state-default a,
body .ui-state-default a:link,
body .ui-state-default a:visited,
body a.ui-button,
body a:link.ui-button,
body a:visited.ui-button,
body .ui-button {
    color: #555555;
    text-decoration: none;
    font-weight: 700;
}
body .ui-state-active,
body .ui-widget-content .ui-state-active,
body .ui-widget-header .ui-state-active {
    border: 1px solid #ccc;
    background: #fff;
    font-weight: normal;
    color: #000000;
}
body .ui-tabs .ui-tabs-nav li.ui-tabs-active {
    border-bottom:0;
    border-top:0;
}
body .ui-button.ui-button-icon-only {
    background-color:#f8f8f8;
    border:1px solid #f8f8f8 !important;
}
body .ui-button.ui-button-icon-only:hover {
    background-color:#e1e9fd !important;
    border:1px solid #e1e9fd !important;
    color:#555 !important;
}
body a.ui-button:active,
body .ui-button:active,
body .ui-button.ui-state-active:hover {
    background-color:#e1e9fd;
}
body .ui-state-active a,
body .ui-state-active a:link {
      color:#000000;
}
#mass-edits-segments .faux_section p {
    line-height:1.5;
}
h3#tab-status,
h3#tab-subject-headings,
h3#tab-segments,
h3#tab-process-updates {
    font-size:1.1em;
    margin-top:12px;
    width:auto;
    padding: 6px 20px 7px;
    border-top:1px solid #ccc;
    border-right:1px solid #ccc;
    border-left:1px solid #ccc;
    border-radius:6px 6px 0 0;
    display:inline-block;
    margin: 0 6px -2px 0;
    border-bottom:2px solid transparent;
    position: relative;
    z-index: 1000000;
    border-bottom: 2px solid transparent;
    color: #888;
    transition:all 0.2s ease-in-out;
}
h3#tab-status {
    order:1;
}
h3#tab-subject-headings {
    order:2;
}
h3#tab-segments {
    order:3;
}
h3#tab-process-updates {
    order:4;
}
h3#tab-status:hover,
h3#tab-subject-headings:hover,
h3#tab-segments:hover,
h3#tab-process-updates:hover {
  color:#222222;
  background-color:#f3f7fe;
}
h3#tab-status.ui-state-active,
h3#tab-subject-headings.ui-state-active,
h3#tab-segments.ui-state-active,
h3#tab-process-updates.ui-state-active {
    color:#222222;
    background-color:#fff;
}
body .ui-tabs .ui-tabs-panel {
    order:5;
    width: 100%;
    margin:0 auto 0px;
    border:0;
    border-top:1px solid #ddd;
    padding: 20px 30px 30px;
    border-radius: 0 0 8px 8px;
    border-radius:0;
    box-shadow: 0 0px 60px -10px rgba(0,0,0,0.3);
    box-shadow:none;
}
#mass-edits-status p,
#mass-edits-subjects p,
#mass-edits-segments p {
    margin-bottom:0;
}
#mass-edits-status p:nth-of-type(3),
#mass-edits-status p:nth-of-type(4),
#mass-edits-subjects p:nth-of-type(5),
#mass-edits-segments p:nth-of-type(5) {
    margin-top:20px;
}
#mass-edits-status p:nth-of-type(3) {
    margin-bottom:30px;
}
#mass-edits-process {
    line-height:1.35;
}
#mass-edits-process p {
    max-width:660px;
    margin:0px auto 4px;
    padding-left: 8px;
}
#mass-edits-process p#status-conf-ignore,
#mass-edits-process p#subj-conf-replace,
#mass-edits-process p#status-conf-replace,
#mass-edits-process p#seg-conf-add,
#mass-edits-process p#seg-conf-ignore,
#mass-edits-process p#seg-conf-replace,
#mass-edits-process p#subj-conf-add,
#mass-edits-process p#subj-conf-ignore,
#mass-edits-process p#seg-conf-remove,
#mass-edits-process p#subj-conf-remove {
    margin-top:20px;
    font-weight:700;
    padding: 3px 8px;
    border-radius: 4px;
    background-color:#e4f3fc /* blue */;
}
#mass-edits-process p#status-conf-replace,
#mass-edits-process p#seg-conf-add,
#mass-edits-process p#subj-conf-add {
    background-color:#fff4d4 /*yellow */;
}
#mass-edits-process p#seg-conf-replace,
#mass-edits-process p#subj-conf-replace,
#mass-edits-process p#seg-conf-remove,
#mass-edits-process p#subj-conf-remove {
    background-color:#ffecec /*pink*/;
}
.ui-dialog-titlebar {
    justify-content: flex-end;
    display: flex;
    position: relative;
}

body .ui-dialog .ui-dialog-titlebar {
    padding: 8px 30px 0;
}


/* Book Production
------------------------------------------------------------- */

.minimum-landing.book-production section.banner-area {
    display:none;
}
body.minimum-landing.book-production #wpadminbar,
body.minimum-landing.book-production ul.genesis-skip-link {
    display:none !important;
}
body.minimum-landing.book-production {
    font-family:serif;
}
body.text-md.minimum-landing.book-production {
    font-size: 16px;
    line-height: normal !important;
}
.minimum-landing.book-production .site-inner {
    width:100%;
    max-width:98%;
    padding:0;
    margin:0px 10px 18px;
}
.minimum-landing.book-production .entry-content p,
.minimum-landing.book-production .quote-caption {
    margin-bottom: 10px;
    margin-top:10px;
}
.minimum-landing.book-production .content,
.minimum-landing.book-production .entry,
.minimum-landing.book-production .content-sidebar-wrap {
    margin-bottom: 0px;
}
.minimum-landing.book-production content.content-no-sidebars,
.minimum-landing.book-production .content-sidebar-wrap,
.minimum-landing.book-production .content.content-no-sidebars {
    margin-top: 0px;
}
.minimum-landing.book-production aside.widget-area {
    display:none;
}



/* footer widgets
------------------------------------------------------------- */
.footer-widgets {
    background-color: #f2f4f6;
    background-color: #fff;
    color: #333;
    border-bottom: 0px;
    border-top:12px solid #f2f4f6;
}
.footer-widgets .widget {
    margin-bottom: 50px;
}
.footer-widgets > .wrap {
    padding-bottom: 0px;
    padding-top:58px;
}
.footer-widgets .widget-title,
.footer-widgets .widgettitle {
    color: #232323;
    font-size:22px;
    margin-top:0px;
    font-family: 'Source Sans 3', Helvetica, Arial, sans-serif;
    text-transform:uppercase;
}
.footer-widgets a {
    color: #072362;
}
.footer-widgets a:hover {
    color: #175aee;
    text-decoration:underline;
}
.footer-widgets .widget ul.menu {
    margin: 0 0 24px 0px;
}
.footer-widgets .wrap .row.gutter-xl {
    margin-left: 0px;
    margin-right: 0px;
}

/* footer widgets */
.footer-widgets .widget.simple-social-icons {
    margin-bottom: 0px;
}
.widget-area.footer-widgets-3 .widget.widget_media_image {
      margin-bottom:0px;
}
.widget-area.footer-widgets-3 .widget_text.widget.widget_custom_html {
    margin-left:30px;
}
.row.gutter-xl > .widget-area.footer-widgets-4.col {
    border-top: 1px solid #dde1e5;
    border-bottom: 1px solid #dde1e5;
}
p.address {
    padding-left: 21px;
    position: relative;
}
p.address:before {
    content:"\f3c5";
    font-family:"font awesome 5 free";
    font-weight:900;
    padding-right:8px;
    position: absolute;
    left: 1px;
}
a.footer-phone,
a.footer-email,
a.footer-phone:hover,
a.footer-email:hover {
    text-decoration:none;
}
a.footer-email:before {
  content:"\f0e0";
  font-family:"font awesome 5 free";
  font-weight:900;
  padding-right:8px;
}
a.footer-phone:before {
  content:"\f095";
  font-family:"font awesome 5 free";
  font-weight:900;
  padding-right:8px;
}
.row.gutter-xl > .widget-area.footer-widgets-4.col p:first-child {
  margin-bottom:4px;
}

/* footer */
.site-footer {
    background-color: #f2f4f6;
    background-color:#fff;
    padding-top: 20px;
    padding-bottom: 0px;
    border-top: 0px;
    color:#777;
}
.site-footer .widget-area {
    display:flex;
    justify-content:space-between;
    align-items: center;
    flex-flow:row wrap;
}
.site-footer p {
    color:#777;
}
.site-footer a {
    color: #777;
}
.site-footer a:hover {
    color: #232323;
    text-decoration:underline;
}
.site-footer .widget {
    display:inline-block;
    text-align:left;
    margin-bottom:12px;
}
.site-footer .widget:first-child {
    text-align:left;
}
.site-footer .widget:last-child {
    text-align: right;
}

#pms-credit-card-information{
  display: flex;
  flex-direction: column;
  margin-left:0 !important;
  width:100%;
}
#pms-credit-card-information h4 {
  margin-top:0.5em;
}
#pms-stripe-credit-card-details{
  width: 100%;
}

/* # Media Queries (mobile-first)
---------------------------------------------------------------------------------------------------- */

@media only screen and (min-width: 545px) {}

@media only screen and (min-width: 782px) {

    /* header */
    .site-header .widget_search .search-form {
        max-width: 300px;
        width: 300px;
    }
   /* page banner */
   .banner-title, h1,
    h1.entry-title {
        font-size: 2.3rem;
    }
    .wp-block-columns.homepage-column .wp-block-column {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 370px;
    }
    .genesis-nav-menu a:last-of-type {
        padding-right: 0px;
    }
}



@media only screen and (min-width: 810px) {
    .paginate_menu {
        padding: 0px;
    }
    body .gform_wrapper ul li.gfield.scroll-field#field_2_19,
    body .gform_wrapper ul li.gfield.scroll-field#field_10_4,
    body .gform_wrapper ul li.gfield.scroll-field#field_1_3,
    body .gform_wrapper ul li.gfield.scroll-field#field_2_5,
    body .gform_wrapper ul li.gfield.scroll-field#field_14_5,
    body .gform_wrapper ul li.gfield.scroll-field#field_6_3 {
      float:left;
    }
}



@media only screen and (min-width: 993px) {

  /* header */
  .header-left .widget-area,
  .header-right .widget-area {
      margin-top: 0px;
      margin-bottom: 0px;
  }
  /* menu */
  .nav-primary {
      border-bottom:2px solid #eef0f3;
  }
  .genesis-nav-menu.menu-primary .sub-menu a:hover,
  .genesis-nav-menu.menu-primary .sub-menu a:focus,
  .genesis-nav-menu.menu-primary .sub-menu .current-menu-item > a,
  .genesis-nav-menu.menu-primary .sub-menu .current-menu-item > a:hover,
  .genesis-nav-menu.menu-primary .sub-menu .current-menu-item > a:focus {
    background-color: #175aee;
    color: #fff;
  }
  .genesis-nav-menu .sub-menu {
      box-shadow: 0 0 20px -10px rgba(0,0,0,0.2)
  }
  .genesis-nav-menu .sub-menu a {
      font-size: 0.9em;
  }

  /* sidebar */
  .has-one-sidebar.page-template-access .sidebar-primary {
      -webkit-box-flex: 1;
      flex: 1 0 200px;
      max-width: 200px;
  }
  .has-one-sidebar .sidebar-primary {
      -webkit-box-flex: 1;
      flex: 1 0 266px;
      max-width: 266px;
  }
  .content-sidebar .content-sidebar-wrap.no-boxed-children .sidebar-primary {
      margin-left:125px;
  }

  /* footer widgets formatting */
  .row.gutter-xl > .widget-area.footer-widgets-1.col,
  .row.gutter-xl > .widget-area.footer-widgets-2.col,
  .row.gutter-xl > .widget-area.footer-widgets-3.col,
  .row.gutter-xl > .widget-area.footer-widgets-4.col {
      margin-left: 0px;
      margin-right: 12px;
  }
  .gutter-xl > .col-md-3.widget-area.footer-widgets-1,
  .gutter-xl > .col-md-3.widget-area.footer-widgets-2,
  .gutter-xl > .col-md-3.widget-area.footer-widgets-3 {
      -ms-flex-preferred-size:calc(33%-12px);
      flex-basis: calc(33%-12px);
      max-width: calc(33%-12px);
  }
  .row.gutter-xl > .widget-area.footer-widgets-4.col {
      flex-basis: 100%;
      display:flex;
      width: 100%;
      max-width: 100%;
      flex-flow: row nowrap;
      justify-content:space-between;
      align-items:center;
      padding:36px 0 34px;
  }
  .footer-widgets .widget-area.footer-widgets-4.col .widget {
      margin-bottom: 0px;
  }
  .gutter-xl > .col-md-3.widget-area.footer-widgets-1 {
    flex-basis: calc(22% - 12px);
    max-width: calc(22% - 12px);
  }
  .gutter-xl > .col-md-3.widget-area.footer-widgets-2 {
    flex-basis: calc(27% - 12px);
    max-width: calc(27% - 12px);
  }
  .gutter-xl > .col-md-3.widget-area.footer-widgets-3 {
    flex-basis: calc(50% - 12px);
    max-width: calc(50% - 12px);
  }
  .row.gutter-xl > .widget-area.footer-widgets-4.col p {
      font-size:16px;
      line-height:1.4;
  }

}

@media only screen and (min-width: 1160px) {}



@media only screen and (min-width: 1520px) {
    body .strong-view.unstyled.homepage {
      background-size: 19%;
      background-position: 17% 18px;
    }
}

/* # Media Queries (mobile-second)
---------------------------------------------------------------------------------------------------- */

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

    .wp-block-columns.homepage-column .wp-block-column:not(:first-child) {
      margin-left: 24px;
    }
    body .strong-view.unstyled.homepage {
      background-position: 3% 50%;
      background-size:30%;
    }

}


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

  .site-container .service-container.wp-block-columns.four-items .wp-block-column {
    max-width: 320px;
    }

}

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

.wp-block-group.column-highlight .wp-block-buttons {
    justify-content:center;
}
}


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

    .gutter-xl > .col-md-3.widget-area.footer-widgets-3,
    .gutter-xl > .col-md-3.widget-area.footer-widgets-4 {
        flex-basis: 100%;
        display:block;
        width: 100%;
        max-width: 100%;
    }
    .row.gutter-xl > .widget-area.footer-widgets-1.col,
    .row.gutter-xl > .widget-area.footer-widgets-2.col,
    .row.gutter-xl > .widget-area.footer-widgets-3.col,
    .row.gutter-xl > .widget-area.footer-widgets-4.col {
        margin-left: 0;
        margin-right: 0;
    }
    .gutter-xl > .col-md-3.widget-area.footer-widgets-1,
    .gutter-xl > .col-md-3.widget-area.footer-widgets-2 {
        flex-basis: 50%;
        max-width: 50%;
        margin-bottom:0px;
    }
    .row.gutter-xl > .widget-area.footer-widgets-3.col {
        margin-bottom:20px;
        margin-top:20px;
    }
    .widget-area.footer-widgets-3 .widget_text.widget.widget_custom_html {
        margin-left: 14px;
    }
    .footer-widgets .widget-area.footer-widgets-4.col .widget {
        margin: 26px 0;
    }
    .footer-widgets .widget-area.footer-widgets-4.col p,
    .footer-widgets .widget-area.footer-widgets-4.col h2,
    .footer-widgets .widget-area.footer-widgets-4.col h3 {
        text-align:center;
    }
    /*#custom_html-12 p {
        text-align:center;
    }*/
    p.address {
      padding-left:0;
    }
    p.address::before {
      display: none;
    }

    /* pages with sidebar */

    .has-one-sidebar .content {
        margin-bottom: 50px;
    }
    /* sidebar */
    .has-one-sidebar #genesis-sidebar-primary.sidebar-primary {
        text-align:center;
        margin-bottom:96px;
    }
    .content-sidebar .content-sidebar-wrap.no-boxed-children .sidebar-primary {
        margin-left: 0;
    }

}


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

    /* homepage */
    .wp-block-columns.homepage-column {
        flex-direction:column;
    }
    .wp-block-columns.homepage-column .wp-block-column {
        max-width: 100%;
        width:100%;
        flex-basis:100%;
        margin-bottom:24px;
    }
    .wp-block-columns.homepage-column .wp-block-column:nth-child(2n),
    .wp-block-columns.homepage-column .wp-block-column:not(:first-child) {
        margin-left: 0px;
    }
    .wp-block-columns.homepage-column .wp-block-column:last-child {
        margin-bottom:0px;
    }
    .hero-section .wp-block-columns {
      margin-bottom: 0;
      flex-flow: column-reverse wrap;
      text-align: center;
    }
    .hero-section .wp-block-columns .wp-block-column {
        flex-basis:100%;
    }
    .hero-section .wp-block-image img {
        max-width:300px;
    }
    .hero-section .wp-block-buttons {
      justify-content:center;
    }
    .hero-section .wp-block-buttons .wp-block-button {
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .wp-block-cover.hero-section {
        align-items: flex-end;
        min-height:780px;
        background-image:url("/wp-content/uploads/2021/07/grantselect-practical-online-grant-resource-mobile.jpg");
        background-size:117%;
        background-position: center top;
        }

    .service-container,
    .site-container .wp-block-columns.service-container {
        flex-flow: column;
        margin: 0 auto 30px;
    }
    .site-container .service-container.wp-block-columns .wp-block-column:not(:first-child) {
          margin: 0 auto 30px;
    }
    .site-container .service-container.wp-block-columns .wp-block-column {
          flex-basis: 100%;
          margin: 0 auto 30px;
          width: 100%;
    }
    .service-container, .site-container .wp-block-columns.service-container {
         height: auto;
    }
      .site-container .service-container.wp-block-columns.four-items .wp-block-column,
      .site-container .service-container.wp-block-columns.three-items .wp-block-column,
      .site-container .service-container.wp-block-columns.two-items .wp-block-column {
          max-width:400px;
    }
    /* Manage account - customer self-service portal */
    body .pms-account-navigation ul {
      height: auto;
      border-bottom:0;
      flex-flow: column nowrap;
    }
    body .pms-account-navigation li.pms-account-navigation-link.pms-account-navigation-link--profile {
      margin-left: 0;
    }
    .entry-content .pms-account-navigation li.pms-account-navigation-link {
        margin-bottom:0;
    }
    body .pms-account-navigation li.pms-account-navigation-link a.pms-account-navigation-link--active,
    body .pms-account-navigation li.pms-account-navigation-link a.pms-account-navigation-link--active:hover {
        border-top:0px solid #ddd !important;
        border-left:8px solid #232323;
        color:#232323;
    }
    body .pms-account-navigation li.pms-account-navigation-link a:hover {
      border-top: 0;
      border-left:8px solid #175aee;
      color:#175aee;
    }
    body .pms-account-navigation {
      height: auto;
    }
    body .pms-account-navigation li.pms-account-navigation-link {
      margin-right: 0;
      border-bottom: 0;
    }
    body .pms-account-navigation li.pms-account-navigation-link {
        border-bottom:1px solid #ddd;
    }
    body .pms-account-navigation li.pms-account-navigation-link a {
      font-size: 16px;
      top: 0;
      color: #797979;
      background-color: #f2f4f6;
      border: 0;
      width: 100%;
      display: block;
      border-radius:0;
    }
}


@media only screen and (min-width: 993px) and (max-width: 1200px) {

  /* Search Results */
  .content .search-options,
  .content.content-no-sidebars .search-options {
    width: 100%;
    display: block;
    border-radius: 8px 8px 0 0;
    text-align:center;
    padding-bottom:4px;
    color:#d2dcf3;
  }
  .content .search-filter,
  .content.content-no-sidebars .search-filter {
    width: 100%;
    display: block;
    border-radius: 0 0 8px 8px;
    padding-top:4px;
    text-align: center;
  }
  .entry-content .search-filter .button.filter_btn {
    position: relative;
    right: -4px;
    top: 0px;
  }
  .content .paginate_menu,
  .content.content-no-sidebars .paginate_menu,
  .gs-pagination .paginate_menu {
    width: 100%;
    text-align: center;
  }
  .content .per_page_section,
  .content.content-no-sidebars .per_page_section {
    width: 100%;
    text-align: center;
    margin-top: 0;
    margin-bottom: 15px;
    padding-top: 10px;
    border-top: 1px solid #ddd;
  }
  .gs-pagination {
      height:90px;
      margin-bottom:36px;
  }
}


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


  /* Search Results */
  .content .search-options,
  .content.content-no-sidebars .search-options {
    width: 100%;
    display: block;
    border-radius: 8px 8px 0 0;
    text-align:center;
    padding-bottom:4px;
  }
  .content .search-filter,
  .content.content-no-sidebars .search-filter {
    width: 100%;
    display: block;
    border-radius: 0 0 8px 8px;
    padding-top:4px;
    text-align: center;
  }
  .entry-content .search-filter .button.filter_btn {
    position: relative;
    right: -4px;
    top: 0px;
  }
  .content .paginate_menu,
  .content.content-no-sidebars .paginate_menu,
  .gs-pagination .paginate_menu {
    width: 100%;
    text-align: center;
  }
  .content .per_page_section,
  .content.content-no-sidebars .per_page_section,
  .gs-pagination .per_page_section {
    width: 100%;
    text-align: center;
    margin-top: 0;
    margin-bottom: 15px;
    padding-top: 10px;
    border-top: 1px solid #ddd;
  }
  .gs-pagination {
      height:90px;
      margin-bottom:36px;
  }
}

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

  .entry-content .search-section #search_val {
      max-width: 100%;
      margin-right: 0;
      margin-bottom: 10px;
      width: 100%;
      padding: 6px 12px;
  }
  .search-section select#email_alert {
      width: 150px;
  }



  .pms-field-subscriptions .pms-subscription-plan,
  .wppb-subscription-plans .pms-subscription-plan {
      display: block;
      width:100%;
  }
  .pms-form .pms-subscription-plan label input,
  .wppb-form-field.wppb-subscription-plans label input {
      max-width: 324px;
  }
  .pms-field-subscriptions .pms-subscription-plan:nth-of-type(2n),
  .wppb-subscription-plans .pms-subscription-plan:nth-of-type(2n) {
      margin-left: 0% !important;
  }

  /* Quick Search - mobile */
  label.target-subject-heading {
    padding-left: 0px !important;
  }
  body .gform_wrapper ul li.gfield.scroll-field div.gsave_container {
      padding-left: 0px !important;
      height:130px;
  }
  body .gform_wrapper ul li.gfield.scroll-field.edit-box {
      margin-top:30px;
  }

  /* Advanced Search - mobile */
  body .gform_wrapper ul li.gfield.scroll-field.scroll-third,
  body .gform_wrapper ul li.gfield.scroll-field {
      width: 100%;
      margin-left: 0 !important;
      margin-right: 0;
  }

    table.sortable th,
    table.gs-ea-tbl th,
    #pms-members-table th {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    table.sortable tbody tr td,
    table.gs-ea-tbl tbody tr td,
    #pms-members-table tbody tr td {
        position: relative;
        display:block;
        width:100%;
        padding: 6px 12px 6px 115px;
        border-left: 1px solid #e1e9fd;
        border-right: 1px solid #e1e9fd;
        border-bottom: 1px solid #e1e9fd;
        border-top: 0px;
    }
    table.sortable tbody tr td:before,
    table.gs-ea-tbl tbody tr td:before,
    #pms-members-table tbody tr td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 9px;
        font-weight:700;
        left: 11px;
        color:#444;
        font-size:15px;
        text-transform:uppercase;
        width: 115px;
        white-space: nowrap;
    }
    table.sortable tbody tr td:nth-of-type(1),
    table.gs-ea-tbl tbody tr td:nth-of-type(1),
    #pms-members-table tbody tr td:nth-of-type(1) {
      border-top: 28px solid #e1e9fd;
    }
    table.sortable tbody tr td:nth-of-type(1):before { content: "Grant Title"; }
    table.sortable tbody tr td:nth-of-type(2):before { content: "Sponsor"; }
    table.sortable tbody tr td:nth-of-type(3):before { content: "Deadlines"; }
    table.sortable tbody tr td:nth-of-type(4):before { content: "Amount"; }

    /* Self Serve Subscriber Portal */
    table.gs-ea-tbl tbody tr td:nth-of-type(1):before { content: "Last Name"; }
    table.gs-ea-tbl tbody tr td:nth-of-type(2):before { content: "First Name"; }
    table.gs-ea-tbl tbody tr td:nth-of-type(3):before { content: "Email"; }
    table.gs-ea-tbl tbody tr td:nth-of-type(4):before { content: "Status"; }
    table.gs-ea-tbl td:nth-of-type(4),
    table.gs-ea-tbl td:nth-of-type(5) {
        text-align:left;
        padding: 6px 12px 6px 115px;
    }
    #pms-members-table table .cell-1,
    #pms-members-table table .cell-2,
    #pms-members-table table .cell-3,
    #pms-members-table table .cell-4,
    #pms-members-table table .cell-5 {
        width: 100%;
    }
    #pms-members-table tbody tr td:nth-of-type(1):before { content: "Email"; }
    #pms-members-table tbody tr td:nth-of-type(2):before { content: "Last Name"; }
    #pms-members-table tbody tr td:nth-of-type(3):before { content: "First Name"; }
    #pms-members-table tbody tr td:nth-of-type(4):before { content: "Status"; }
    #pms-members-table table td:nth-of-type(4),
    #pms-members-table table td:nth-of-type(5) {
      text-align:left;
      padding: 6px 12px 6px 115px;
    }



    .wp-block-columns.two-columns .wp-block-column {
        max-width: 100%;
        width:100%;
        flex-basis:100% !important;
    }
    .wp-block-columns.two-columns .wp-block-column:nth-child(2n),
    .wp-block-columns.two-columns .wp-block-column:not(:first-child) {
        margin-left: 0px;
    }
    .wp-block-columns.two-columns .wp-block-column:first-child {
        margin-bottom:30px;
    }
    body .strong-view.unstyled.homepage .testimonial-inner {
        margin: 0 auto;
      }
    body .strong-view.unstyled.homepage {
        background-image:none;
    }
    .wp-block-columns.feature-item {
      max-width: 500px;
      flex-flow: column wrap;
    }
    .wp-block-columns.feature-item .wp-block-cover img {
        border-radius:12px 12px 0 0px;
    }
    .wp-block-columns.feature-item p.more-link {
        text-align:center;
    }
    .wp-block-columns.feature-item .wp-block-cover {
        min-height:250px;
    }

    /* Popup search */
    body .ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-draggable {
        width:100% !important;
    }
    .export-section,
    .print-section {
        width: 90%;
        max-width: 500px;
        text-align: center;
        margin-left:auto;
        margin-right:auto;
        display:block;
    }
    .share-section {
        margin: 20px auto 34px;
        width: 90%;
    }

}

@media only screen and (min-width: 993px) and (max-width: 1170px) {

/* Manage account - customer self-service portal */
body .pms-account-navigation ul {
  height: auto;
  border-bottom:0;
  flex-flow: column nowrap;
}
body .pms-account-navigation li.pms-account-navigation-link.pms-account-navigation-link--profile {
  margin-left: 0;
}
.entry-content .pms-account-navigation li.pms-account-navigation-link {
    margin-bottom:0;
}
body .pms-account-navigation li.pms-account-navigation-link a.pms-account-navigation-link--active,
body .pms-account-navigation li.pms-account-navigation-link a.pms-account-navigation-link--active:hover {
    border-top:1px solid #ddd !important;
    border-left:8px solid #175aee;
}
body .pms-account-navigation li.pms-account-navigation-link a:hover {
  border-top: 0;
  border-left:8px solid #175aee;
}
body .pms-account-navigation {
  height: auto;
}
body .pms-account-navigation li.pms-account-navigation-link {
  margin-right: 0;
  border-bottom: 0;
}
body .pms-account-navigation li.pms-account-navigation-link {
    border-bottom:1px solid #ddd;
}
body .pms-account-navigation li.pms-account-navigation-link a {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 16px;
  top: 0;
  color: #797979;
  background-color: #f2f4f6;
  border: 0;
  width: 100%;
  display: block;
}
body .pms-account-navigation li.pms-account-navigation-link a:hover {
  color: #232323;
}
}


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

  .search-form input[type="submit"],
  .mai-menu .search-form input[type="submit"] {
      right: 26px;
      top: 18px;
      color: #999;
  }
  .mai-menu .search-form {
      padding: 0 24px 0;
  }
  /*.site-header .custom-logo-link::after {
      font-size: 11px;
      position: relative;
      top: 0px;
  }*/

  /* Profile Builder Pro */
  #wppb-form-element-3,
  #wppb-form-element-15,
  #wppb-form-element-21 {
       width: 100%;
       float: none;
   }
   #wppb-form-element-4,
   #wppb-form-element-1,
   #wppb-form-element-22 {
       width: 100%;
       float: none;
   }

   .book-production form input[type="text"] {
      display: block;
      width: 100%;
  }
  .book-production form input[type="submit"] {
     margin-top:20px;
  }
  body .gform_wrapper ul li.gfield.scroll-field:nth-child(3),
  body .gform_wrapper ul li.gfield.scroll-field:nth-child(4),
  body .gform_wrapper ul li.gfield.scroll-field:nth-child(5),
  body .gform_wrapper ul li.gfield.scroll-field:nth-child(6) {
      margin-left: 0% !important;
  }
  .entry-content .search-section #search_val {
      max-width: 100%;
      margin-right: 0;
      margin-bottom: 10px;
  }

}


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

    body .strong-view.unstyled.homepage .testimonial-inner::before {
        top: 135px;
        left: -10px;
    }
    body .strong-view.unstyled.homepage .testimonial-inner::after {
        bottom: 40px;
        right: -10px;
  }*/
  body .strong-view.unstyled.homepage .strong-content.strong-normal.columns-1 {
      padding:0 40px;
  }

  body .strong-view.unstyled.single-feature .testimonial-inner::before {
        left: -25px;
  }
  body .strong-view.unstyled.single-feature .testimonial-inner::before {
        left: -25px;
  }
  body .strong-view.unstyled.single-feature .testimonial-inner::after {
      right: -25px;
      z-index:-1px;
  }
  .hero-section  .wp-block-buttons .wp-block-button {
      margin-right: 0px;
  }
  body .strong-view.unstyled.homepage .testimonial-inner {
      padding: 90px 30px;
  }

  /* Editorial Section */
  #content_wrapper {
    flex-flow: column nowrap;
  }
  #content_left {
      border-right:0px;
      padding: 0 20px;
  }
  #content_left,
  #content_right {
    width: 100%;
  }
  #content_right {
    border-radius:0 0 12px 12px;
    padding-bottom:10px;
    padding-left:20px;
    padding-right:20px;
  }

  input#ea_search_btn {
      margin-left: 0;
      margin-top: 12px;
      display: block;
  }
}

@media only screen and (max-width: 640px) {
  body .gform_wrapper form.gf_simple_horizontal label.gfield_label {
      display: block;
      top: 0px;
      padding-right: 0px;
    }
    body .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield {
        display: block;
        padding-right: 0px;
    }
    body .gform_wrapper form.gf_simple_horizontal .gform_footer {
        padding: 0px 0 10px 0;
    }
    body .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label input[type="submit"] {
        padding: 9px 38px;
        width: 100%;
    }
    .gform_wrapper input[type="button"][value="Filter"],
    .gform_wrapper input[type="button"][value="Clear"] {
        line-height: 1;
        margin-bottom: 12px;
    }
  /* EDITORIAL - add edit view record screen */
    select#GrantGeoLocation_geo_location,
    select#GrantGeoLocation_geo_location2,
    select#GrantSubjectMappings_subject_title,
    select#GrantSubjectMappings_subject_title2 {
        width: 100%;
        height: 270px;
        display: block;
    }
    body .entry-content input[type="button"]#remove_geo,
    body .entry-content input[type="button"]#add_geo,
    body .entry-content input[type="button"]#remove,
    body .ui-widget input[type="button"]#remove,
    body .entry-content input[type="button"]#add,
    body .ui-widget input[type="button"]#add {
        padding: 14px 30px;
        top: 0px;
        margin: 10px auto;
    }
    fieldset {
        padding: 12px 0px 20px;
        border-radius: 0;
        box-shadow: none;
        margin-bottom:20px;
    }
    select#key_date_title1 {
        margin-right: 0px;
        width: 100%;
        display: block;
        margin-bottom: 10px;
    }
    .faux_section {
        width: 100%;
        display: block;
        margin-right: 0;
        margin-bottom: 36px;
    }
    select.grant-status {
        width:100%;
    }
    input[name="regexp"] {
        width: 100%;
        margin-bottom: 10px;
    }

    .wp-block-group.dashboard-flexbox .wp-block-group__inner-container {
        flex-flow:column wrap;
    }
    p.daily-dashboard,
    .wp-block-group.daily-dashboard {
        width: 100%;
        display: block;
        margin: 20px 20px 0px 0px;
    }
    #gform_7 .gform_wrapper .gform_footer,
    #gform_8 .gform_wrapper .gform_footer {
        width: 100%;
    }
    #pms_new_subscription-form .pms-field-subscriptions .pms-subscription-plan,
    .wppb-subscription-plans .pms-subscription-plan.pms-hidden {
      width: 100%;
    }

    .wppb-user-forms fieldset ul li.wppb-form-field#wppb-form-element-3,
    .wppb-user-forms fieldset ul li.wppb-form-field#wppb-form-element-4,
    .wppb-user-forms fieldset ul li.wppb-form-field#wppb-form-element-15,
    .wppb-user-forms fieldset ul li.wppb-form-field#wppb-form-element-16,
    .wppb-user-forms fieldset ul li.wppb-form-field#wppb-form-element-42,
    .wppb-user-forms fieldset ul li.wppb-form-field#wppb-form-element-43,
    .wppb-user-forms fieldset ul li.wppb-form-field#wppb-form-element-21,
    .wppb-user-forms fieldset ul li.wppb-form-field#wppb-form-element-38,
     .wppb-user-forms fieldset ul li.wppb-form-field#wppb-form-element-22,
     .wppb-user-forms fieldset ul li.wppb-form-field#wppb-form-element-39,
     .wppb-user-forms fieldset ul li.wppb-form-field#wppb-form-element-23,
     .wppb-user-forms fieldset ul li.wppb-form-field#wppb-form-element-40,
     .wppb-user-forms fieldset ul li.wppb-form-field#wppb-form-element-46,
     .wppb-user-forms fieldset ul li.wppb-form-field#wppb-form-element-47,
     .wppb-user-forms ul li.wppb-form-field#wppb-form-element-3,
     .wppb-user-forms ul li.wppb-form-field#wppb-form-element-4,
     .wppb-user-forms ul li.wppb-form-field#wppb-form-element-15,
     .wppb-user-forms ul li.wppb-form-field#wppb-form-element-16,
     .wppb-user-forms ul li.wppb-form-field#wppb-form-element-42,
     .wppb-user-forms ul li.wppb-form-field#wppb-form-element-43,
     .wppb-user-forms ul li.wppb-form-field#wppb-form-element-21,
     .wppb-user-forms ul li.wppb-form-field#wppb-form-element-38,
      .wppb-user-forms ul li.wppb-form-field#wppb-form-element-22,
      .wppb-user-forms ul li.wppb-form-field#wppb-form-element-39,
      .wppb-user-forms ul li.wppb-form-field#wppb-form-element-23,
      .wppb-user-forms ul li.wppb-form-field#wppb-form-element-40,
      .wppb-user-forms ul li.wppb-form-field#wppb-form-element-46,
      .wppb-user-forms ul li.wppb-form-field#wppb-form-element-47,
      .wppb-user-forms ul li.wppb-form-field#wppb-form-element-123,
      .wppb-user-forms ul li.wppb-form-field#wppb-form-element-124,
      .wppb-user-forms ul li.wppb-form-field#wppb-form-element-125 {
       width:100%;
       padding-right:0;
    }
    .wppb-user-forms#wppb-register-user-create-gs-manager-account-for-admin fieldset ul li.wppb-form-field#wppb-form-element-3,
    .wppb-user-forms#wppb-register-user-create-gs-manager-account-for-admin fieldset ul li.wppb-form-field#wppb-form-element-4,
    .wppb-user-forms#wppb-register-user-create-gs-manager-account-for-admin fieldset ul li.wppb-form-field#wppb-form-element-15,
    .wppb-user-forms#wppb-register-user-create-gs-manager-account-for-admin fieldset ul li.wppb-form-field#wppb-form-element-16,
    .wppb-user-forms#wppb-register-user-create-gs-manager-account-for-admin fieldset ul li.wppb-form-field#wppb-form-element-42,
    .wppb-user-forms#wppb-register-user-create-gs-manager-account-for-admin fieldset ul li.wppb-form-field#wppb-form-element-43,
    .wppb-user-forms#wppb-register-user-create-gs-manager-account-for-admin fieldset ul li.wppb-form-field#wppb-form-element-46,
    .wppb-user-forms#wppb-register-user-create-gs-manager-account-for-admin fieldset ul li.wppb-form-field#wppb-form-element-47,
    .wppb-user-forms#wppb-register-user-create-gs-manager-account-for-admin ul li.wppb-form-field#wppb-form-element-3,
    .wppb-user-forms#wppb-register-user-create-gs-manager-account-for-admin ul li.wppb-form-field#wppb-form-element-4,
    .wppb-user-forms#wppb-register-user-create-gs-manager-account-for-admin ul li.wppb-form-field#wppb-form-element-15,
    .wppb-user-forms#wppb-register-user-create-gs-manager-account-for-admin ul li.wppb-form-field#wppb-form-element-16,
    .wppb-user-forms#wppb-register-user-create-gs-manager-account-for-admin ul li.wppb-form-field#wppb-form-element-42,
    .wppb-user-forms#wppb-register-user-create-gs-manager-account-for-admin ul li.wppb-form-field#wppb-form-element-43,
    .wppb-user-forms#wppb-register-user-trial-subscription ul li.wppb-form-field#wppb-form-element-3,
    .wppb-user-forms#wppb-register-user-trial-subscription ul li.wppb-form-field#wppb-form-element-4,
    .wppb-user-forms#wppb-register-user-trial-subscription ul li.wppb-form-field#wppb-form-element-15,
    .wppb-user-forms#wppb-register-user-trial-subscription ul li.wppb-form-field#wppb-form-element-16,
    .wppb-user-forms#wppb-register-user-trial-subscription ul li.wppb-form-field#wppb-form-element-42,
    .wppb-user-forms#wppb-register-user-trial-subscription ul li.wppb-form-field#wppb-form-element-43,
    .wppb-user-forms#wppb-register-user-trial-subscription ul li.wppb-form-field#wppb-form-element-46,
    .wppb-user-forms#wppb-register-user-trial-subscription ul li.wppb-form-field#wppb-form-element-47,
    .wppb-user-forms#wppb-register-user-create-gs-manager-account-for-admin fieldset ul li.wppb-form-field#wppb-form-element-21,
    .wppb-user-forms#wppb-register-user-create-gs-manager-account-for-admin fieldset ul li.wppb-form-field#wppb-form-element-38,
    .wppb-user-forms#wppb-register-user-create-gs-manager-account-for-admin ul li.wppb-form-field#wppb-form-element-21,
    .wppb-user-forms#wppb-register-user-create-gs-manager-account-for-admin ul li.wppb-form-field#wppb-form-element-38,
    .wppb-user-forms#wppb-register-user-create-gs-manager-account-for-admin fieldset ul li.wppb-form-field#wppb-form-element-22,
    .wppb-user-forms#wppb-register-user-create-gs-manager-account-for-admin fieldset ul li.wppb-form-field#wppb-form-element-39,
    .wppb-user-forms#wppb-register-user-create-gs-manager-account-for-admin ul li.wppb-form-field#wppb-form-element-22,
    .wppb-user-forms#wppb-register-user-create-gs-manager-account-for-admin ul li.wppb-form-field#wppb-form-element-39,
    .wppb-user-forms#wppb-register-user-create-gs-manager-account-for-admin fieldset ul li.wppb-form-field#wppb-form-element-23,
    .wppb-user-forms#wppb-register-user-create-gs-manager-account-for-admin fieldset ul li.wppb-form-field#wppb-form-element-40,
    .wppb-user-forms#wppb-register-user-create-gs-manager-account-for-admin ul li.wppb-form-field#wppb-form-element-23,
    .wppb-user-forms#wppb-register-user-create-gs-manager-account-for-admin ul li.wppb-form-field#wppb-form-element-40,
    .wppb-user-forms#wppb-register-user-create-gs-manager-account-for-admin ul li.wppb-form-field#wppb-form-element-46,
    .wppb-user-forms#wppb-register-user-create-gs-manager-account-for-admin ul li.wppb-form-field#wppb-form-element-47,
    .wppb-user-forms#wppb-edit-user-institutional-account-edit fieldset ul li.wppb-form-field#wppb-form-element-3,
    .wppb-user-forms#wppb-edit-user-institutional-account-edit fieldset ul li.wppb-form-field#wppb-form-element-4,
    .wppb-user-forms#wppb-edit-user-institutional-account-edit fieldset ul li.wppb-form-field#wppb-form-element-15,
    .wppb-user-forms#wppb-edit-user-institutional-account-edit fieldset ul li.wppb-form-field#wppb-form-element-16,
    .wppb-user-forms#wppb-edit-user-institutional-account-edit fieldset ul li.wppb-form-field#wppb-form-element-42,
    .wppb-user-forms#wppb-edit-user-institutional-account-edit fieldset ul li.wppb-form-field#wppb-form-element-43,
    .wppb-user-forms#wppb-edit-user-institutional-account-edit fieldset ul li.wppb-form-field#wppb-form-element-46,
    .wppb-user-forms#wppb-edit-user-institutional-account-edit fieldset ul li.wppb-form-field#wppb-form-element-47,
    .wppb-user-forms#wppb-edit-user-institutional-account-edit ul li.wppb-form-field#wppb-form-element-3,
    .wppb-user-forms#wppb-edit-user-institutional-account-edit ul li.wppb-form-field#wppb-form-element-4,
    .wppb-user-forms#wppb-edit-user-institutional-account-edit ul li.wppb-form-field#wppb-form-element-15,
    .wppb-user-forms#wppb-edit-user-institutional-account-edit ul li.wppb-form-field#wppb-form-element-16,
    .wppb-user-forms#wppb-edit-user-institutional-account-edit ul li.wppb-form-field#wppb-form-element-42,
    .wppb-user-forms#wppb-edit-user-institutional-account-edit ul li.wppb-form-field#wppb-form-element-43,
    .wppb-user-forms#wppb-edit-user-institutional-account-edit fieldset ul li.wppb-form-field#wppb-form-element-21,
    .wppb-user-forms#wppb-edit-user-institutional-account-edit fieldset ul li.wppb-form-field#wppb-form-element-38,
    .wppb-user-forms#wppb-edit-user-institutional-account-edit ul li.wppb-form-field#wppb-form-element-21,
    .wppb-user-forms#wppb-edit-user-institutional-account-edit ul li.wppb-form-field#wppb-form-element-38,
    .wppb-user-forms#wppb-edit-user-institutional-account-edit fieldset ul li.wppb-form-field#wppb-form-element-22,
    .wppb-user-forms#wppb-edit-user-institutional-account-edit fieldset ul li.wppb-form-field#wppb-form-element-39,
    .wppb-user-forms#wppb-edit-user-institutional-account-edit ul li.wppb-form-field#wppb-form-element-22,
    .wppb-user-forms#wppb-edit-user-institutional-account-edit ul li.wppb-form-field#wppb-form-element-39,
    .wppb-user-forms#wppb-edit-user-institutional-account-edit fieldset ul li.wppb-form-field#wppb-form-element-23,
    .wppb-user-forms#wppb-edit-user-institutional-account-edit fieldset ul li.wppb-form-field#wppb-form-element-40,
    .wppb-user-forms#wppb-edit-user-institutional-account-edit ul li.wppb-form-field#wppb-form-element-23,
    .wppb-user-forms#wppb-edit-user-institutional-account-edit ul li.wppb-form-field#wppb-form-element-40,
    .wppb-user-forms#wppb-edit-user-institutional-account-edit ul li.wppb-form-field#wppb-form-element-46,
    .wppb-user-forms#wppb-edit-user-institutional-account-edit ul li.wppb-form-field#wppb-form-element-47
  {
      float:none;
      padding-right:0;
      width:100%;
    }

    .site-footer p {
        text-align:center;
    }
    .site-footer .widget {
        display: block;
        text-align: center;
        width: 100%;
    }
}

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

.grantselect-search-results .search-options a:nth-of-type(1) {
    display: block;
    width: 120px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}
.entry-content .search-filter .button.filter_btn {
    padding: 6px 12px;
    top:-1px;
    right: 0;
    margin: 0 2px 0 6px;
}
.content .search-filter,
.content.content-no-sidebars .search-filter {
  padding-bottom: 22px;
}
}


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

  .gutter-xl > .col-md-3.widget-area.footer-widgets-1,
  .gutter-xl > .col-md-3.widget-area.footer-widgets-2 {
    flex-basis: 100%;
    display:block;
    width: 100%;
    max-width: 100%;
    text-align:center;
    margin-bottom:20px;
  }
  .widest-content.search-results .site-inner {
    padding-left: 0;
    padding-right: 0;
  }
  .search-results .site-inner .paginate_menu {
    padding-left: 24px;
    padding-right: 24px;
    word-break: break-all;
  }
  table.sortable tbody tr td {
    border-left: 0px;
    border-right:  0px;
  }
  .paginate_menu .page_link_btn span {
    display:inline;
  }
  input#name-directory-search-input-box {
      display: block;
      width: 100%;
  }
  input[type="submit"]#name-directory-search-input-button {
      padding: 14px;
      display: block;
      width:100%;
      margin-top: 10px;
  }
  .hero-section .wp-block-image img {
      max-width:270px;
  }
  .hero-section h1 {
      font-size:40px;
  }
  /*editorial pages */
  .find-record h2 {
      font-size:18px;
  }
  .find-record input[type="text"] {
      width: 79px;
      margin-left:8px;
  }
  .find-record input[type="submit"] {
      margin-left:8px;
      padding: 10px 18px;
  }

  /* editorial records */
  select[name="display_mode"],
  select[name="older_newer"] {
      width:100%;
  }

  /* search results */
  .search-options {
      border-radius: 0;
      line-height: 1.5;
  }
  .search-filter input[type="text"] {
      width: 200px;
  }
  .content .search-options,
  .content.content-no-sidebars .search-options,
  .content .search-filter,
  .content.content-no-sidebars .search-filter {
    border-radius: 0;
  }
  .entry-content a.page_link_btn {
      line-height: 2.3;
      padding: 6px 12px;
  }
  .content .search-filter input[type="text"],
  .content.content-no-sidebars .search-filter input[type="text"] {
      width: 200px;
      border-radius:4px;
  }
  .content .search-filter,
  .content.content-no-sidebars .search-filter {
      padding: 8px 12px 24px;
  }
}

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

    select#countrySelect,
    select#countrySelect1,
    input#stateSelect,
    input#stateSelect1,
    input#contact_state2,
    input#contact_state3,
    input#contact_state4,
    select#stateSelect,
    select#stateSelect1,
    select#select_state,
    select#select_state2,
    select#select_state3,
    select#select_state4,
    select#countrySelect,
    select#countrySelect1,
    select#select_country2,
    select#select_country3,
    select#select_country4 {
        width: 100%;
        margin-right: 0;
        margin-left:0;
        display: block;
        margin-bottom: 10px;
    }
}


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

    .service-container .service-item {
        width: 328px;
    }
}


@media print {

body {
    color:#000000;
    font-weight:400;
}
body.text-md {
  font-size: 12px;
  line-height: 1.75;
  color:#000000;
  font-weight:400;
}
body strong {
    font-weight:700;
}
body .entry-content h1,
body .entry-content h2,
body .entry-content h3,
body .entry-content h4,
body .entry-content h5,
body .entry-content h6,
body .entry-content p {
    font-family:Helvetica, Arial, sans-serif;
    color:#000000;
}
body .entry-content p {
    font-size:12px;
    color:#000000;
}
table th,
table td {
  line-height:1.5;
  padding:10px;
  border: 1px solid #cccccc;
}
table th,
table th a {
  font-weight:700 !important;
  font-weight:bold !important;
}
table td {
  font-size:12px;
}
table td a strong {
    text-decoration:none;
}
#content_wrapper {
    display:block;
}
}
