/* Full Size Screen */

/* JCS Variables 
Purple: #46166b
    rgb(70,22,107)
    rgba(70,22,107,.7)

Blue:   #002C6A
    rgb(23,42,72)
    :hover #0056D0

Gold:   #deb406
    rgb(222,180,6)
    :hover #CDA706

Gray: #262626
    rgb(38,38,38)

Alpha:  #262626;opacity:0.9
    rgba(38,38,38,0.9)
*/

/* Theme Override / Reset */

  @media screen and (max-width: 425px) {
  .vc_column-inner, .mk-padding-wrapper  {
    padding: 0px !important;
  }
}
/* Helper Classes */

/* Large Padding */
.spacing-top-lg {
  padding-top:80px;
}

.spacing-bottom-lg {
  padding-bottom: 80px;
}

.spacing-ends-lg {
  padding-top: 80px;
  padding-bottom: 80px;
}

.spacing-sides-lg {
  padding-left: 80px;
  padding-right: 80px;
}

/* Medium Padding */
.spacing-top-md {
  padding-top:40px;
}

.spacing-bottom-md {
  padding-bottom: 40px;
}

.spacing-ends-md {
  padding-top: 40px;
  padding-bottom: 40px;
}

.spacing-sides-md {
  padding-left: 40px;
  padding-right: 40px;
}

/* Small Padding */
.spacing-top-sm {
  padding-top:20px;
}

.spacing-bottom-sm {
  padding-bottom: 20px;
}

.spacing-ends-sm {
  padding-top: 20px;
  padding-bottom: 20px;
}

.spacing-sides-sm {
  padding-left: 20px;
  padding-right: 20px;
}

/* Theme Defaults */

  .btn a {
    min-width: 64px;
    min-height: 32px;
    padding: 8px 16px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 400;
    margin:30px 0px;
    box-shadow: 0 2px 6px rgba(38,38,38,0.19), 0 2px 6px rgba(0,0,0,0.23);
    text-transform: uppercase;
    font-family: sans-serif;
    font-size:14px;
  }

  /* Primary Color Buttons */
  .btn-primary a {
    background-color: #46166b;
    color: #FFFFFF;
  }

  .btn-primary a:hover {
    background-color: rgba(70,22,107,0.8);
    color: #FFFFFF;
  }

  .btn-primary-outline a {
    border:1px solid #46166b;
    background-color: #ffffff;
    color: #46166b;
  }

  .btn-primary-outline a:hover {
    background-color: #46166b;
    color: #FFFFFF;
    border:none;
  }
  /* Secondary Color Buttons */
  .btn-secondary a {
    background-color: #172a48;
    color: #FFFFFF;
  }

  .btn-secondary a:hover {
    background-color: rgba(23,42,72,0.8);
    color: #FFFFFF;
  }

  .btn-secondary-outline a {
    border:1px solid #172a48;
    background-color: #ffffff;
    color: #172a48;
  }

  .btn-secondary-outline a:hover {
    background-color: #172a48;
    color: #FFFFFF;
    border:none;
  }

/* Image Sizing */
div.image-control-xl div.mk-image-holder img.lightbox-false{
  max-width: 100%;
  max-height: 250px;
}

div.image-control-lg div.mk-image-holder img.lightbox-false{
  max-width: 475px;
  max-height: 225px;
}

div.image-control-md div.mk-image-holder img.lightbox-false {
  max-width: 400px;
  max-height: 185px;
}

div.image-control-sm div.mk-image-holder img.lightbox-false{
  max-width: 125px;
  max-height: 65px;
}

div.image-control-default div.mk-image-holder img.lightbox-false{
  max-width: 260px;
  max-height: 125px;
}

div.image-control-xl div.mk-image-holder img.lightbox-false,
div.image-control-lg div.mk-image-holder img.lightbox-false,
div.image-control-md div.mk-image-holder img.lightbox-false,
div.image-control-sm div.mk-image-holder img.lightbox-false,
div.image-control-default div.mk-image-holder img.lightbox-false{
  height: auto;
  width: auto;
}

/* End Helpers */

/* General */

  a.team-member-name {
        text-decoration: underline;
  }


/* Employees / Heroes */
 
  .employees-featured-image img {
    height: 250px;
    width: 250px;

  }

  .mk-single-employee.layout-style3 .single-employee-hero-title {
    padding: 40px 0px;
  }

/* Menus */

.widget_nav_menu ul li.current_page_item a {
  background-color: transparent;
  color: white;
  font-weight: 500;
}

.widget_nav_menu ul li.current_page_item {
  background-color: #46166b
}

.jcs-dark-promo {
  background-color: #404040;
  color: #FFF;
  text-transform: uppercase;
}

.wpcf7-submit, table td, table th {
  text-align: left !important;
}

div.widget_contact_info.mk-contactinfo-shortcode h3.mk-fancy-title.pattern-style.align-left span {
  background-color: transparent !important;
}


.mk-fancy-title.pattern-style {
  background: transparent;
}

.home_promo_row_container {
  overflow: hidden;
}

div.home_promo div.vc_column-inner {
  padding-left: 0px !important;
  padding-right: 20px !important;
}

.home_corner_image {
  margin-bottom: 0px !important;
}

.home_corner_image img {
  border-radius: 5px 5px 0px 0px;
  max-height: 170px;
}

.home_promo_box {
  padding: 20px;
  background-color: rgba(0, 44, 106, 0.1);
  position: relative;
}

.home_promo_buttons {
  background-color: #46166b;
  color: #FFFFFF;
  position: absolute;
  bottom: 20px;
}

.home_promo_buttons:hover {
  background-color: #ffffff;
}

.home_promo_buttons a:hover {
  color: #46166b !important;
}

.homepage_subscribe_cta {
  margin-top: 10px !important;
}

.utility_nav_with_icon a span.menu-item-icon {
  margin-right: 5px;
}

.news-full-with-image .news-the-title span, .news-half-with-image .news-the-title span, .news-fourth-with-image .news-the-title span {
  font-weight: 300 !important;
}

.news-full-with-image .news-the-title span a:hover, .news-half-with-image .news-the-title span a:hover, .news-fourth-with-image .news-the-title span a:hover {
  font-weight: 300 !important;
}

.news-full-with-image .news-meta-wrapper .news-categories span, .news-half-with-image .news-meta-wrapper .news-categories span, .news-fourth-with-image .news-meta-wrapper .news-categories span {
  font-weight: 300 !important;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page_title_shading span {
  background-color: rgba(70,22,107,0.8) !important;
  padding: 10px 80px 10px 10px !important;
}

.page_subtitle_shading span p{
  background-color: rgba(70,22,107,0.8) !important;
  padding: 10px 20px !important;
}

.main_title {
  margin-bottom: 0px !important;
}

.col-count {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}

/*  MailChimp Form*/

  #mc_embed_signup {
    background:#fff; 
    clear:left; 
    font:14px Helvetica,Arial,sans-serif; 
  }

  #mc_embed_signup .mc-field-group.input-group ul li {
    margin-bottom: 8px!important;
  }

  #mc_embed_signup .mc-field-group.input-group ul{
    margin-top: 15px !important;
  }

  /* Button Styling */

/*--- Subscribe page edits --- */

#mc_embed_signup .button {
  font-family: "Open Sans", sans-serif;
  font-weight: 600!important;
}


/* Subscribe button */

#mc_embed_signup .button {
  background-color: #DEB406!important;
  border-radius: 0!important;
  letter-spacing: 2px;
  font-size: 14px!important;
}

#mc_embed_signup .button:hover {
  background-color: #CDA706!important;
}
/*--- Donate / Donation Forms ---*/

  /* Give Donation / MailChimp Embed Form Custom Radio Styling */
  
  div.mc-field-group ul li {
    list-style: none;
  }

  .give-form-wrap ul li, div.mc-field-group ul.jcs-radio-list li {
    display: inline-block !important;
    margin-right: 10px !important;
  }

  .give-form-wrap ul li input[type=radio], div.mc-field-group ul.jcs-radio-list li input[type="radio"] {
    display: none !important;
    margin:10px !important;
  }

  .give-form-wrap ul li input[type=radio] + label, div.mc-field-group ul.jcs-radio-list li input[type="radio"] + label {
      padding: 14px 24px;
      background-color: rgba(38,38,38,0.6);
      color: #FFF;
      cursor: pointer;
  }

  .give-form-wrap ul li input[type=radio] + label:hover, div.mc-field-group ul.jcs-radio-list li input[type="radio"] + label:hover {
    background-color: #0056D0;
  }

  .give-form-wrap ul li input[type=radio]:checked + label, div.mc-field-group ul.jcs-radio-list li input[type="radio"]:checked + label { 
      background-image: none;
      background-color:#002C6A;
  }

  ul#give-gateway-radio-list {
    margin-top: 15px;
  }

/*   Checkmark Styling */

/* Customize the label (the container) */
  .container, label.jcs-check-container {
    display: block;
    position: relative;
    padding-left: 32px;
    margin-bottom: 16px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  /* Hide the browser's default checkbox */
  .container input, label.jcs-check-container input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }

  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: rgba(38,38,38,0.6);
  }

  /* On mouse-over, add a grey background color */
  .container:hover input ~ .checkmark, label.jcs-check-container:hover input ~ .checkmark {
    background-color: #0056D0;
  }

  /* When the checkbox is checked, add a blue background */
  .container input:checked ~ .checkmark, label.jcs-check-container input:checked ~ .checkmark {
    background-color:  #002C6A;
  }

  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }

  /* Show the checkmark when checked */
  .container input:checked ~ .checkmark:after, label.jcs-check-container input:checked ~ .checkmark:after {
    display: block;
  }

  /* Style the checkmark/indicator */
  .container .checkmark:after, label.jcs-check-container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }


  /* Give Donation Form Button Styling */

  .give-btn {
    background-color: #FFF;
    color: #46166b;
    border: 1px solid #46166b;
    padding: 14px 24px;
    font-weight: bold;
    cursor: pointer;
  }

  .give-btn:hover, .give-submit.give-btn {
    background-color: #46166b;
    color: #FFF;
    border: none;
  }

  .give-btn.give-default-level, .button {
    background-color: #46166b;
    color: #FFF;
  }

  .give-btn.give-default-level:hover, .button:hover {
    background-color: rgba(70,22,107,0.8)!important;
  }

  .give-btn-companion-md a{
    padding-top: 13px!important;
    padding-bottom: 13px!important;
  }

.give-btn-reveal, .give-recurring-donors-choice {
margin-top:20px !important;
}

 /* Give Donation Form General Styling */

.master-holder h2.give-form-title {
  font-size: 20px;
}


/* Change font and color on small donate buttons */

.small-donate-btn a {
  background-color: #DEB406!important;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 2px;
  color: #333!important;
  font-weight: 600;
}

.small-donate-btn a:hover {
  background-color: #cda706!important;
}


/* Donate Now button */

.give-btn:hover, .give-submit.give-btn {
    background-color: #002C6A;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.give-btn:hover, .give-submit.give-btn:hover {
    background-color: #0056D0;
}


/*--- Donation Confirmation page edits ---*/

input[type=submit] {
  background-color: #002C6A!important;
  padding: 10px 20px;
  border: 0;
  border-radius: 0!important;
  letter-spacing: 2px;
  font-size: 14px!important;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #FFF;
}

input[type=submit]:hover {
  background-color: #0056D0!important;
}


/*Update Text for Offline */
label#give-gateway-option-offline:after {
  content:' / Mail In';
}


@media screen and (max-width: 768px) {

/* Helper Classes */

/* Large Padding */
.spacing-top-lg {
  padding-top:40px;
}

.spacing-bottom-lg {
  padding-bottom: 40px;
}

.spacing-ends-lg {
  padding-top: 40px;
  padding-bottom: 40px;
}

.spacing-sides-lg {
  padding-left: 40px;
  padding-right: 40px;
}

/* Image Control */

div.image-control-xl div.mk-image-holder img.lightbox-false,
div.image-control-lg div.mk-image-holder img.lightbox-false,
div.image-control-md div.mk-image-holder img.lightbox-false,
div.image-control-sm div.mk-image-holder img.lightbox-false,
div.image-control-default div.mk-image-holder img.lightbox-false{
  max-width:100%;
  height: auto;
}

/* End Helpers */

  .col-count {
    -webkit-column-count: 2 -moz-column-count: 2;
    column-count: 2;
  }

  .page_subtitle_shading span {
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
  }
  .give-form-wrap ul li label {
    margin-top:5px !important;
  }

  #give-gateway-radio-list>li label {
    display: inline-block !important;
  }
}

@media screen and (max-width: 425px) {

/* Helper Classes */

/* Large Padding */
.spacing-top-lg {
  padding-top:20px;
}

.spacing-bottom-lg {
  padding-bottom: 20px;
}

.spacing-ends-lg {
  padding-top: 20px;
  padding-bottom: 20px;
}

.spacing-sides-lg {
  padding-left: 20px;
  padding-right: 20px;
}

/* Medium Padding */
.spacing-top-md {
  padding-top:20px;
}

.spacing-bottom-md {
  padding-bottom: 20px;
}

.spacing-ends-md {
  padding-top: 20px;
  padding-bottom: 20px;
}

.spacing-sides-md {
  padding-left: 20px;
  padding-right: 20px;
}

/* End Helpers */



  .col-count {
    -webkit-column-count: 1 -moz-column-count: 1;
    column-count: 1;
  }

  .page_title_shading span {
    padding: 10px !important;
  }

  .main_title {
    margin-bottom: 10px !important;
  }

  .page_subtitle_shading span {
    padding: 0.5rem !important;
    line-height: 1.58;
  }

  div.home_promo div.vc_column-inner {
    padding-right: 0px !important;
  }

  .home_promo_buttons {
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
  }

}


@media screen and (max-width: 375px) {
  .main_title {
    font-size: 54px !important;
  }
}

@media screen and (max-width: 320px) {
  .main_title {
    font-size: 42px !important;
  }
}


/* Hex code values

Purple --- #46166B
Blue --- #002C6A
Yellow --- #DEB406
Dark Yellow --- #CDA706
Light Blue --- #0056D0

*/

/* Add letter spacing to H3 and widget titles */

h3, .widgettitle {
    letter-spacing: 0.1em!important;
}

/* Change main nav font family */

.header-style-1 .menu-hover-style-5 .main-navigation-ul > li > a.menu-item-link {
  font-family: "Open Sans", sans-serif; 
  font-weight: 600;
}

.main-navigation-ul li.menu-item ul.sub-menu li.menu-item a.menu-item-link {
  font-family: "Open Sans", sans-serif; 
  font-weight: 600;
}

.mk-responsive-nav li a {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
}

.mk-responsive-nav li ul li a {
    font-size: 14px;
}

@media handheld, only screen and (max-width: 400px) {
.header-logo a img {
    max-width: 180px!important;
  }
}

/* Fix main navbar font-weight on hover */

.mk-main-navigation ul.sub-menu a.menu-item-link {
  font-weight: 600!important;
}

/* Change page title font weight and color */

.page-title {
  font-weight: 600;
  color: #333;
}

/* Change breadcrumbs font */

#mk-breadcrumbs .mk-breadcrumbs-inner.light-skin a, #mk-breadcrumbs .mk-breadcrumbs-inner.light-skin {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #333333;
}

/* Change secondary navbar font family */

.meni-item-text {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
}

/* Fix secondary navbar alignment */
 
.utility_nav_with_icon a span.menu-item-icon {
    vertical-align: middle;
  line-height: 25px!important;
}

/* Change font-weight on all buttons*/

.mk-button--dimension-flat {
  font-weight: 600!important;
}

.mk-button--dimension-outline {
  font-weight: 600!important;
  color: #333!important;
  border: 3px solid #fff;
}

.mk-button--dimension-outline:hover {
  font-weight: 600!important;
}

/* Fix header on homepage */

.main_title h1 {
  color: white!important; 
}

/* Footer headings font family change */

.widgettitle {
  font-family: "Open Sans", sans-serif;
  font-size: 1.125em!important;
}

/*--- Homepage edits --*/

/* Change banner text color */

.banner-text p {
  color: #fff!important;
}

.mk-button--dimension-flat.text-color-dark {
  background-color: #DEB406!important;
  border: 1px solid  #DEB406;
}

.mk-button--dimension-flat.text-color-dark:hover {
  background-color: #CDA706!important;
}

/* Fix Donate Today button in banner */

#mk-button-7 .mk-button:hover {
    border-color: #DEB406;
}

/* Get Email Updates text color change */

.email_signup h2 {
  color: #FFF!important;
}

.mk-button--dimension-outline.mk-button--size-x-large {
  font-weight: 600;
  color: #FFF!important;
}

.mk-button--dimension-outline.mk-button--size-x-large:hover {
  background-color: #DEB406;
  border-color: #DEB406!important;
  color: #333!important;
}

/* Remove border on JCS Heroes section */

.mk-employees.boxed .team-thumbnail {
    border:none;
}

/* Darken JCS heroes boxes */

.item-holder {
  background-color: transparent!important;
  border: transparent!important;
}

/* Change font color on JCS Heroes */

.team-member-name {
  color: #002C6A!important;
}

.team-member-name:hover {
  color: #0056d0!important;
}

.team-member-position {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

/* Change View All button colors */

.mk-button--size-large {
  background-color: transparent!important;
  color: #333!important;
}

.mk-button--size-large:hover {
  background-color: #DEB406!important;
  color: #333333;
}

/* Change donate and get involved button colors on homepage */

.mk-button--size-medium {
  background-color: #002C6A!important;
}

.mk-button--size-medium:hover {
  background-color: #0056d0!important;
}

/* Fix hover link colors in footer */

#mk-footer .widget:not(.widget_social_networks) a:hover {
    color: #6c757d;
}

.page_subtitle_shading span h2 {
  background-color: rgb(70,22,107)!important;
    padding: 10px 20px !important;
  color: #FFF;
  display: block;
}

/*--- About Us page edits ---*/

/* Remove Local Heroes Local Help radius button */

.vc_general.vc_cta3.vc_cta3-shape-rounded {
  border-radius: 0;
}

/* Meet The Heroes button */
.vc_btn3.vc_btn3-size-sm .local-heroes-btn {
  background-color: #002C6A!important;
  color: #333;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 2px;
}

.vc_btn3.vc_btn3-size-sm:hover {
  background-color: #0056D0!important;
}

/* Change Want to Help Us? to white */

#fancy-title-27 h2 {
  color: #FFFFFF!important;
}

/*--- Board and Officers page edits ---*/

/* Fix tabs layout */

#mk-tabs .wpb_tab {
  border: 0;
}

.wpb_content_element .wpb_tabs_nav li.ui-tabs-active  {
  border: none!important;
}

#mk-tabs.simple-style .wpb_tabs_nav a {
      font-family: "Open Sans", sans-serif!important;
    text-transform: uppercase;
    letter-spacing: 2px;
}

#mk-tabs.simple-style .wpb_tabs_nav .ui-state-active a {
    border-bottom-color: #002C6A;
    border-bottom-width: 1px;
    background-color: #002C6A;
    color: #FFFFFF;
    font-family: "Open Sans", sans-serif!important;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* Change callout button font size */
  
.mk-mini-callout a {
  font-size: 14px!important;
  }

/* Change span::after color */

.mk-fancy-title.pattern-style span:after {
  background: #002C6A;
  margin-top: 7px;
  height: 2px!important;
}

/* Change purple to blue for links */

.mk-mini-callout a {
  color: #002C6A!important;
}

.mk-mini-callout a:hover {
  color: #0056d0!important;
}

/* Change contact information font size */

.widget_contact_info li {
  font-family: "Open Sans", sans-serif;
  color: #333333;
  font-weight: 400;
  font-size: 14px!important;
}

.widget_contact_info li a {
  color: #002C6A;
}

.widget_contact_info li a:hover {
  color: #0056d0;
}

/*--- Members ---*/

#mk-tabs.mk-tabs-9 .wpb_tabs_nav .ui-state-active a {
    border-bottom-width: 1px;
    background-color: #002C6A!important;
    color: #FFFFFF;
    font-family: "Open Sans", sans-serif!important;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/*--- JCS Heroes page edits ---*/

.mk-page-title-box .mk-page-title-box-content {
  background-color: rgba(38,38,38,0.2)
}

/* Add padding to chapter titles */

.mk-page-title-box-title {
  padding-top: 100px!important;
}

/*--- JCS Heroes subpage edits---*/

.news-the-title a {
  font-family: "Open Sans", sans-serif!important;
  font-weight: 600;
}

.news-categories a {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  color: #333;
}

/*--- Individual JCS subhero page edits ---*/

.mk-single-employee.layout-style3 .skin-light .team-member-name {
  font-weight: 600;
  font-family:"Open Sans", sans-serif;
  font-size: 1.25em;
  color: #FFF!important;
  background-color: #46166B;
  margin-top: 40px!important;
  width: 40%;
  padding: 0.6250em;
  margin: auto;
}

.mk-single-employee.layout-style3 .skin-light .team-member-position {
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.1em;
}

/*--- Events page edits ---*/

/* Remove drop shadow on event cards */

.event-card {
  box-shadow: none;
  border: 0;
  border-radius: 0;
}

.master-holder h6 strong {
  color: #333333!important;
}

/* Change buttons */

.btn-primary a {
  border-radius: 0;
  box-shadow: none;
  font-weight: 600;
  font-size: 0.8750em;
  letter-spacing: 2px;
  padding: 10px 20px;
  background-color: #DEB406;
  color: #333;
}

.btn-primary a:hover {
  background-color: #cda706;
  color: #333;
}


/*--- Station Sponsor page edits ---*/

.file-selector {
  font-family: "Open Sans", sans-serif!important;
  letter-spacing: 2px!important;
  font-weight: 600!important;
}

.file-selector:hover {
  background-color: #002C6A!important;
}

/*--- Desktop edits ---*/

/* Read More buttons */

@media (min-width: 1281px) {
    .mk-read-more  {
  background-color: #002C6A!important;
  padding: 10px 20px;
  color: #FFF!important;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 30px!important;
}
} 

@media (min-width: 1025px) and (max-width: 1280px) {
  .mk-read-more  {
  background-color: #002C6A!important;
  padding: 10px 20px;
  color: #FFF!important;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 30px!important;
}

.mk-read-more:hover  {
  background-color: #0056d0!important;
  color: #FFF;
}
}

.mk-read-more  {
  background-color: #002C6A!important;
  padding: 10px 20px;
  color: #FFF!important;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 30px!important;
}

.mk-read-more:hover  {
  background-color: #0056d0!important;
  color: #FFF;
}


/*--- Tablet edits ---*/

/* Adjust spacing on email signup CTAs */
@media handheld, only screen and (max-width: 767px) {
  .mk-button--dimension-outline.mk-button--size-x-large {
    margin-bottom: 30px;
    margin-top: -50px;
  }
  /* Remove "Read More" links on News page */
  .mk-read-more {
    display: none;
  }
  .jcs-heroes-boxes {
    padding-top: 40px;
    padding-bottom: 0;
}
  /* Add padding bottom on JCS Heroes page "View Heroes" buttons */
  .heroes-buttons {
    padding-bottom: 30px;
  }
  }

/*  Mobile edits */

/*Add margin-top to page titles */
@media only screen and (min-device-width: 320px) {
    .main_title h1 {
        margin-top: 50px!important;   
}
}