


/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/








/* 1a. Containers */





/* 1b. Colors */




/* 1c. Typography */
























.content-wrapper {
  max-width: 980px;
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 35px 12px;
}

.dnd-section > .row-fluid {
  max-width: 980px;
}

@media screen and (max-width: 1023px){
  .dnd-section > .row-fluid,
  .content-wrapper{
    max-width: 766.9999999956px;
  }
}









body {
  font-size: px;
  color: #000000;
  font-weight: 400;
  font-family: 'Open Sans', arial, sans-serif;
}

/* Paragraphs */

p {
  font-size: px;
  color: #000000;
  font-weight: 400;
}

/* Anchors */

a {
  color: ;
}

a:hover,
a:focus,
a:active {
  color: ;
}

/* Headings */

h1 {
  font-family: ;
  font-size: px;
  color: ;
  font-weight: ;
}

@media (max-width:500px){
  h1{
    font-size: 0.0px;
  }
}

h2 {
  font-family: ;
  font-size: px;
  color: ;
  font-weight: ;
}

h3 {
  font-family: ;
  font-size: px;
  color: ;
  font-weight: ;
}

h4 {
  font-family: ;
  font-size: px;
  color: ;
  font-weight: ;
}

h5 {
  font-family: ;
  font-size: px;
  color: ;
  font-weight: ;
}

h6 {
  font-family: ;
  font-size: px;
  color: ;
  font-weight: ;
}

/* Blockquote */

blockquote {
  border-left-color: #1D63AE;
}





  





form,
.submitted-message {
  font-size: px;
  color: #000000;
  font-weight: 400
}

/* Form title */

.form-title {
  background-color: ;
  color: ;
  
}

/* Form label */

form label {
  color: ;
}

/* Form help text */

form legend {
  color: ;
}

/* Form inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  border-color: ;
}


form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus{
  border-color: ;
}



/* Date picker */

.fn-date-picker td.is-selected .pika-button {
  background: #3490E8;
}

.fn-date-picker td .pika-button:hover {
  background-color: #3490E8 !important;
}

.fn-date-picker td.is-today .pika-button {
  color: #3490E8;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  background-color: ;
  border: ;
  border-radius: ;
  color: ;
  padding: ;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: ;
  border-color: ;
  color: ;
}


form input[type=submit]:active,
form .hs-button:active {
  background-color: ;
  border-color: ;
  color: ;
}





table {
  background-color: ;
  border-color: ;
}

th,
td {
  border-color: ;
  color: ;
}

thead th,
thead td {
  background-color: ;
  border-bottom-color: ;
  color: ;
}

tfoot td {
  background-color: ;
  color: ;
}





.logo_descriptin{
  color: ;
}

.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: ;
  font-family: 'Open Sans', arial, sans-serif;
}

.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
  color: ;
}

.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: ;
}

.header__language-switcher .lang_list_class {
  background-color: ;
  border-color: ;
}

.header__language-switcher .lang_list_class:before {
  border-bottom-color: ;
}

.header__language-switcher .lang_list_class li:hover{
  background-color: ;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: ;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: 'Open Sans', arial, sans-serif;
}

.header__language-switcher-label-current:after {
  border-top-color: ;
}

.header-wrap{
  background: linear-gradient(to bottom, 0%, 100%);
}

.round-nav>li.custom-button-item:first-child{

  border-color:;
  background: ;
}

.round-nav>li.custom-button-item:first-child a{
  color:;
}

.round-nav>li.custom-button-item{
  border-color:;
  background: ;
}

.round-nav>li.custom-button-item a{
  color:;
}

.round-nav>li.custom-button-item:hover{
  border-color:;
  background: ;
}

.round-nav>li.custom-button-item:hover a{
   color:;
}

.round-nav>li.custom-button-item:first-child:hover{
  border-color:;
  background: ;
}

.round-nav>li.custom-button-item:first-child:hover a {
  color:;
}

.header-wrap ul.user-nav li a{
      color:;
}

.header-wrap ul.user-nav li a:hover{
      color:;
}

header .main-nav{
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%, ),color-stop(71%, ),color-stop(100%, ));
}

.custom-menu-wrapper .navigation-primary>ul>li>a{
  color: ;
}
.custom-menu-wrapper .navigation-primary>ul>li:hover>a{
  color: ;
  background-color: ;
}

.custom-menu-wrapper .navigation-primary ul ul{
  background-color: ;
}

.custom-menu-wrapper .navigation-primary ul.submenu.level-2 li a{
  color: ;
}

.custom-menu-wrapper .navigation-primary ul.submenu.level-2 li>a:hover{
  color: ;
  background-color: ;
}




@media(max-width: 767px) {
  .header__navigation {
    background-color: ;
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: ;
  }
}





footer.footer .row-has-footernavigation {
  background-color: ;
}

.footer_menu_wrapper .hs-menu-wrapper>ul>li>a,
.footer_menu_wrapper .hs-menu-wrapper>ul>li>a:hover{
  color: ;
}

.footer_menu_wrapper .hs-menu-wrapper>ul>li ul li a{
  color: ;
}
.footer_menu_wrapper .hs-menu-wrapper>ul>li ul li a:hover{
  color: ;
}

.footer-wrapper.fooetr_middle .footer-section .editor-copy{
  color: ;
}

.footer-wrapper.fooetr_middle{
      background:;
}

.copy{
      color: ;
  background:;
}

.copy .right .hs-menu-wrapper>ul>li a{
    color: ;
}
.copy .right .hs-menu-wrapper>ul>li a:hover{
    color: ;
}





/* Blog Header */

.blog-header {
  background-color: rgb(#null);
}

/* Blog Listing */

.blog-index__post-inner-card {
  box-shadow: -5px 0px 20px 0px rgba(#null, 0.10);
}

.blog-tag-filter__menu-link,
.blog-post__tag-link,
.blog-card__tag-link,
.blog-post__author-name,
.blog-card__title a {
  color: #000000;
}

.blog-card__tag-link:hover,
.blog-card__title a:hover,
.blog-tag-filter__menu-link:hover,
.blog-post__tag-link:hover,
.blog-post__author-name:hover,
.blog-card__tag-link:focus,
.blog-card__title a:focus,
.blog-tag-filter__menu-link:focus,
.blog-post__tag-link:focus,
.blog-post__author-name:focus {
  color: ;
}

.blog-card__tag-link:active,
.blog-card__title a:active,
.blog-tag-filter__menu-link:active,
.blog-post__tag-link:active,
.blog-post__author-name:active {
  color: ;
}

.blog-tag-filter__menu-link--active-item:after {
  background-color: #3490E8;
}

.blog-pagination__link {
  color: #000000;
}

.blog-pagination__link--active:after,
.blog-pagination__prev-link:after,
.blog-pagination__next-link:after {
  background-color: #3490E8;
}

.blog-post__title {
  color: ;
  font-family:;
  font-size: px;
  font-weight: ;
}

@media (max-width:500px){
 .blog-post__title{
    font-size: 0.0px;
  }
}

.blog-post__author {
  background-color: #1D63AE;
}

#comments-listing .comment-reply-to {
  color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:active {
  color: rgba(#null, 0.0);
}

/*             Blog Grid Listing and Post styles            */

.hs-blog-listing,
.hs-blog-post {
  background-color: ;
}

.blog-index__post-content a:hover,
.blog-sidebar a:hover,
.blog-post__meta a:hover,
.blog-post__back-to-blog:hover {
  color: ;
}

.blog-post__read-more a:hover svg,
a.blog-post__back-to-blog:hover svg {
  fill: ;
}

.blog-index__post-content--small h2 {
  font-size: px;
}

.blog-index__post-content a {
  color: #000000;
}

.blog-post__read-more svg {
  fill: #000000;
}

.blog-sidebar ul {
  box-shadow: -5px 0px 20px 0px rgba(#null, 0.10);
}

.blog-sidebar a {
  color: #000000;
}

.blog__subscription-block, .blog-related-posts {
  background-color: rgb(#null);
}

.post-featured-image {
  max-height: px;
}

.blog-post {
  box-shadow: -5px 0px 20px 0px rgba(#null, 0.10);
}

.blog-post__meta a {
  color: #000000;
}

.blog-post__meta a:hover {
  color: ;
}

.blog-post__links-container {
  border-top:  2px solid rgb(#null);
}

.blog-post__back-to-blog {
  color: #000000;
}

.blog-post__back-to-blog svg {
  fill: #000000;
}

.comment.depth-0,
.blog-comments form {
  border-top: 2px solid rgb(#null) !important;
}

.comment.depth-1 {
  border-left: 2px solid rgb(#null);
}

.section.post-footer .hs-input {
  border-color: rgb(#null);
}

.blog-recent-posts {
  background-color: rgb(#null);
}











.card__price {
  font-family: 
    font-size: px;
  color: ;
  font-weight: 
}

.gray {background-color: #f1f1f1; } 

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/*****************************************/
/* OTHER OVERRIDES    */
/*****************************************/



/*****************************************/
/* Evergreen hero
 *  
 
 .dnd_area-row-1-background-image {
    background-image:  linear-gradient(0.25turn, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3)),
      url('https://ma.cjp.org/hubfs/Homepage_2023/MKG084_Homepage_Hero.jpg') !important;
    background-size: cover !important;
    background-position: right top !important;
    background-repeat: no-repeat !important;
}


  */
/*****************************************/

body
{
 color: #424238;
   font-family: "Open Sans", helvetica,sans-serif;
    background-color: #FFFFFF !important;
  
}

h1, h2, h3, h4, h5, h6
{
  font-family: "Georgia", Georgia, serif;
  text-transform: none !important;
   color: #424238;
  
}

h1{
font-size: 5.4em;
}

h2{
font-size: 4.4em;
}


h3{
font-size: 2.9em;
}

h4{
font-size: 2.6em;
}

h5{
font-size: 1.7em;
}

h6 {
  text-transform: none !important;
   color: #1d63ae;
  font-size: 1.3em;
}

body .navigation-primary a {
    color: #fff;
}

.button
{
  color:;
  background-color: ;
  border: ;
  font-family: "Open Sans", helvetica,sans-serif !important;
  padding: 12px 20px !important;

}

.button:hover{
  background-color: #FF990A !important;
   border: 2pt solid #FF990A !important;
}

.title-subtitle {
  color: #1D63AE;
  font-family: "Open Sans", helvetica,sans-serif;
}

.counter-value{
  color: #1D63AE;
}

.counter-wrapper {
    margin-bottom: 10px;
    font-family: "Palatino linotype", Palatino linotype, serif;
}

.underline02{
  background-image: linear-gradient(to bottom,rgba(0,0,0,0) 80%,#FF990A 80%); 
}

::selection {
    background-color: #FF990A !important;
    color: #fff;
}

 div.row-fluid-wrapper.row-depth-1.row-number-1.dnd_area-row-0-max-width-section-centering.dnd_area-row-0-background-color.dnd-section .heading-title-wrapper .title-subtitle 
{  color: #fff !important;
}

.copy {
      background-color: #FFFFFF !important;
}

main a.hs-button {
  padding: 12px 20px !important;
}


/*****************************************/
/* MENU OVERRIDES    */
/*****************************************/

header .main-nav{
    background: -moz-linear-gradient(top,#1D63AE 0,#1D63AE 71%,#1D63AE 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#1D63AE),color-stop(71%,#1D63AE),color-stop(100%,#1D63AE));
    font-family: Lato,sans-serif;
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 2px;
    position: relative;
    z-index: 20;
}

header .header__container {
    display: flex;
    justify-content: space-between;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

header .navigation-primary .submenu {
    list-style: none;
    margin: 0;
    padding: 0;
}

header .custom-menu-wrapper .navigation-primary>ul {
    font-size: 0;
    text-align: left;
}

header.page-header ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
header .custom-menu-wrapper .navigation-primary>ul li {
    font-size: 16px;
    line-height: 20px;
      display: inline-block;
    position: relative;
}

header .custom-menu-wrapper .navigation-primary ul ul {
    background-color: #1D63AE;
  clear: right;

}


header .custom-menu-wrapper .navigation-primary>ul>li .level-2 {
    display: none;
    left: 0;
    min-width: 200px;
    position: absolute;
    top: 100%;
    width: auto;
    z-index: 100;
}
header .custom-menu-wrapper .navigation-primary>ul>li .level-2 li {
    border-top: 1px solid #024368;
    display: block;
    position: relative;
}



header .custom-menu-wrapper .navigation-primary ul.submenu.level-2 li a {
      color: #fff !important;
}
header .custom-menu-wrapper .navigation-primary>ul>li .level-2 li a {
    color: #fff;
    display: block;
    font-size: 16px;
    line-height: 18px;
    padding: 10px;
}

header .submenu.level-1 > li {
    display: inline-block;
    padding: 0px !important;
    text-transform: none !important;
}

header .submenu.level-2 .menu-item .menu-link {
    display: block;
    padding: 10px 10px;
    font-size: 13px;
    font-weight: 400;
    transition: color .3s;
    -webkit-font-smoothing: subpixel-antialiased;
}
header .custom-menu-wrapper .navigation-primary ul.submenu.level-2 li>a:hover {
    color: #fff;
    background-color: #3490E8;
}


body .navigation-primary .submenu.level-1>li>a:after {
    background-color: none;
    bottom:0px;
    content: '';
    height: 0px;
    left: 0;
    position: absolute;
    width: 0;
    transition: all .4s ease;
}

header .custom-menu-wrapper .navigation-primary>ul>li:hover>a {
    color: #fff;
    background-color: #3490E8;
}

header .custom-menu-wrapper .navigation-primary>ul>li:hover .level-2 {
    display: block;
}
header .custom-menu-wrapper .navigation-primary>ul>li .level-2 {
    display: none;
    left: 15px;
    min-width: 184px;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 100;
}

header .submenu.level-1>li.has-submenu:hover .submenu.level-2, .submenu.level-1>li.has-submenu.focus .submenu.level-2 {
   
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
 
}
header .submenu.level-1{
  white-space: normal;

}




/*****************************************/
/*    
TILES */



/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }
  
    div[class*='-vertical-alignment'] > .row-fluid {
      flex-flow: wrap;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }
  
    .row-fluid .span3:first-child,
    .row-fluid .span3 + .span3 + .span3:nth-child(3) {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
      width: 22.928176794%;
      *width: 22.874985304638297%;
    }
  
    .row-fluid .span3:first-child,
    .row-fluid .span3:first-child + .span3,
    .row-fluid .span3 + .span3 + .span3 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }
  
    .row-fluid .span3 + .span3 + .span6 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
        margin-left: 0;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

@media (min-width: 768px) {
  .row-fluid-wrapper[class*='-force-full-width-section'] > .row-fluid > div[class*='span'] {
    margin-left: 0;
  }
  
  .row-fluid-wrapper[class*='-force-full-width-section'] > .row-fluid > .span12 {
    width: 100%;
  }

  .row-fluid-wrapper[class*='-force-full-width-section'] > .row-fluid > .span11 {
    width: 91.66666666666666%;
              33333333333333
  }

  .row-fluid-wrapper[class*='-force-full-width-section'] > .row-fluid > .span10 {
    width: 83.33333333333333%;
  }

  .row-fluid-wrapper[class*='-force-full-width-section'] > .row-fluid > .span9 {
    width: 75%;
  }

  .row-fluid-wrapper[class*='-force-full-width-section'] > .row-fluid > .span8 {
    width: 66.66666666666666%;
  }

  .row-fluid-wrapper[class*='-force-full-width-section'] > .row-fluid > .span7 {
    width: 58.33333333333333%;
  }

  .row-fluid-wrapper[class*='-force-full-width-section'] > .row-fluid > .span6 {
    width: 50%;
  }

  .row-fluid-wrapper[class*='-force-full-width-section'] > .row-fluid > .span5 {
    width: 41.6666666667%;
  }

  .row-fluid-wrapper[class*='-force-full-width-section'] > .row-fluid > .span4 {
    width: 33.3333333333%;
  }

  .row-fluid-wrapper[class*='-force-full-width-section'] > .row-fluid > .span3 {
    width: 25%;
  }

  .row-fluid-wrapper[class*='-force-full-width-section'] > .row-fluid > .span2 {
    width: 16.6666666667%;
  }

  .row-fluid-wrapper[class*='-force-full-width-section'] > .row-fluid > .span1 {
    width: 8.33333333333%;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .row-fluid-wrapper[class*='-force-full-width-section'] > .row-fluid > .span3:first-child,
  .row-fluid-wrapper[class*='-force-full-width-section'] > .row-fluid > .span3:first-child + .span3,
  .row-fluid-wrapper[class*='-force-full-width-section'] > .row-fluid > .span3:first-child + .span3 + .span3,
  .row-fluid-wrapper[class*='-force-full-width-section'] > .row-fluid > .span3:first-child + .span3 + .span3 + .span3,
  .row-fluid-wrapper[class*='-force-full-width-section'] > .row-fluid > .span6 + .span3,
  .row-fluid-wrapper[class*='-force-full-width-section'] > .row-fluid > .span6 + .span3 + .span3 {
    width: 50%;
  }
  .row-fluid-wrapper[class*='-force-full-width-section'] > .row-fluid > .span6:first-child,
  .row-fluid-wrapper[class*='-force-full-width-section'] > .row-fluid > .span6:first-child + .span6,
  .row-fluid-wrapper[class*='-force-full-width-section'] > .row-fluid > .span3:first-child + .span6 + .span3,
  .row-fluid-wrapper[class*='-force-full-width-section'] > .row-fluid > .span3 + .span3 + .span6 {
    width: 100%;
  }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

  
/*****************************************/
/* TEST   



.body-container-wrapper div.span3:nth-child(2), .cell_16735654881523-background-color, .dnd-column, div.span3:nth-child(4), #main-content > div > div > div > div > div.row-fluid-wrapper.row-depth-1.row-number-50.dnd-section.dnd_area-row-5-padding.dnd_area-row-5-vertical-alignment.dnd_area-row-5-force-full-width-section > div > div.span3.widget-span.widget-type-cell.cell_1670882309483-background-color.cell_1670882309483-padding.dnd-column.cell_1670882309483-vertical-alignment
{
margin: 0px !important;
  min-width: 25% !important;
}



.dnd_area-row-0-background-image {
    background-image:
    linear-gradient(0.25turn, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3)),
    url('https://ma.cjp.org/hubfs/Homepage/MKG082_Homepage_Hero.jpg') !important;
    background-size: cover !important;
    background-position: right top !important;
    background-repeat: no-repeat !important;
}

.pan12 widget-span widget-type-cell  {
   linear-gradient(0.25turn, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3)),
    url('https://ma.cjp.org/hubfs/Homepage/MKG082_Homepage_Hero.jpg') !important;
}

@media (min-width: 768px){
.row-fluid-wrapper[class*='-force-full-width-section'] > .row-fluid > .span3 {
    width: 25%;
}
  {
.row-fluid-wrapper[class*='-force-full-width-section'] > .row-fluid > div[class*='span'] {
  margin-left: 0;}
}
}
@media (min-width: 768px) and (max-width: 1139px){
  .row-fluid .span6 {
  width: 50%;
  }}

*/
/*****************************************/


/*****************************************/
/* OTHER OVERRIDES

div.span3:nth-child(2), .cell_16735654881523-background-color, div.span3:nth-child(4), #main-content > div > div > div > div > div.row-fluid-wrapper.row-depth-1.row-number-50.dnd-section.dnd_area-row-5-padding.dnd_area-row-5-vertical-alignment.dnd_area-row-5-force-full-width-section > div > div.span3.widget-span.widget-type-cell.cell_1670882309483-background-color.cell_1670882309483-padding.dnd-column.cell_1670882309483-vertical-alignment

{
margin: 0px !important;
  min-width: 25% !important;

}
.row-fluid .span3
{
min-width: 25% !important;

}

@media screen and (max-width: 1290px)
.dnd-section {
    padding-left: 0!important;
    padding-right: 0!important;
}


*/
/*****************************************/