.ar_nomar { margin: 0 !important; }
.ar_nopad { padding: 0 !important; }

.aram_mobile-only { display:none; }

#arams_swiper .swiper-slide {
  height:auto;
}

.bluetext {
  color:#2286B7 !important;
}

form.post-password-form {
    padding: 60px 20px;
    max-width: 1280px;
    margin: 0 auto;
    text-align: center;
}

.outercontainer {
  width:100%;
  max-width: 1920px;
  height:auto;
  min-height: 530px;
}

.ar_leftside {
  position: absolute;
  width: 65%;
  height: 500px;
  border-radius: 0 25px 25px 0;
  background-size: cover;
  left: 0;
}

.ar_leftside img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius:0 25px 25px 0;
  z-index: 100;
}

.ar_leftside:before {
  content:"";
  border-radius:25px;
  background-color:#b4f1ff;
  opacity:.2;
  position: absolute;
  width: calc(100% - 60px);
  height: 100%;
  z-index: 1;
  right:-30px;
  top:30px;
}

.ar_rightside {
  position: absolute;

  background:#ffffff;
  height:auto;
  min-height: 400px;
  top:75px;

  width:768px;
  max-width: 35%;

  z-index: 999;
  box-shadow: 0px 0px 20px rgb(0 0 0 / 15%);
  border-radius:20px;
  left:calc(60% - 15px);
}

.ar_inner {
  padding:60px 80px;
}

.ar_inner h3 {
  font-family: 'ArgentCF';
  color:#2286b7;
  font-size:42px;
  line-height: 1;
}

.ar_inner p {
  color:#555;
}

.aram-swiper-pagination {
    position: absolute;
    top: 18px;
    height: auto;
    display: inline;
    bottom: auto;
    width: 768px;
    max-width: 40%;
    left: calc(65% + 36px);
    text-align: left;
    font-family: 'ArgentCF';
    color: #0D233615;
    font-size: 30px;
    font-weight: 600;
    font-style: italic;
}

.aram-swiper-pagination span.swiper-pagination-current {
    font-size: 40px;
    color: #FFCD29;
}

.aram-arrow-holder {
    position: absolute;
    width: 75px;
    top: 50px;
    right: 6%;
    /* right:calc(((100% - 1920px)/2) + 0px); */
}

.ar_icon {
  position: absolute;
  right: 20px;
  top:20px;
  z-index: 10;
}


#arams_swiper .swiper-slide:not(.swiper-slide-active) {
  visibility:hidden;
}



/* BOF: ASSESSMENT */

div.nf-form-cont label {
  color:#333;
  font-size:16px;
  font-family: Lato;
  margin-right: 16px;
}

ul.nf-breadcrumbs {
  margin: 40px 0 0 0 !important;
  text-align: center;
}

ul.nf-breadcrumbs li {
  display:inline-block;
  float:none !important;
}

a.first.nf-breadcrumb {
  width: auto;
  border-radius: 0;
  border-width: 0;
  height: auto;
  font-size: 16px !important;
  position: relative;
    top: -2px;
}

span.nf-caret {
  position: relative;
  top: -6px;
  font-size: 10px;
}

a.nf-breadcrumb {

padding: 0 !important;
    margin: 0 10px 0 0 !important;

  width: 20px;
  /* text-indent: -99999px; */
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 25px;
  height: 20px;
  display: block;
  padding: 0 !important;
  background-color:#fff !important;
  border:1px solid #999;
  color:#333 !important;
    font-size: 10px !important;
    text-align: center;
    line-height: 18px;
}

li.active a.nf-breadcrumb {
  background-color: #333 !important;
  color: #fff !important;
}

.nf-breadcrumbs li.errors a::after {
  content: none !important;
}

.nf-breadcrumbs li.errors a {
    background: #fff !important;
    color: red !important;
}

li.nf-next-item:after {
    content: "\f054";
    font-family: 'FontAwesome';
    position: relative;
    left: -47px;
    top: 50%;
    color: #FFFFFF;
}

li.nf-next-item:hover:after {
    content: "\f054";
    font-family: 'FontAwesome';
    position: relative;
    left: -47px;
    top: 50%;
    color: #05C6F2;
}

li.nf-previous-item:before {
    content: "\f053";
    font-family: 'FontAwesome';
    color: #05C6F2;
    position: relative;
    left: 24px;
    top: 50%;
}

li.nf-previous-item:hover:before {
    content: "\f053";
    font-family: 'FontAwesome';
    color: #FFFFFF;
    position: relative;
    left: 24px;
    top: 50%;
}

input.nf-previous {
    background-color: #FFFFFF !important;
    color: #05C6F2 !important;
}

input.nf-previous:hover {
    background-color: #05C6F2 !important;
    color: #FFFFFF !important;
}

#nf-form-3-cont input,
#nf-form-3-cont select,
#nf-form-4-cont input,
#nf-form-4-cont select {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 2px solid #AAAAAA;
    border-radius: 24px;
    padding: 10px 16px;
}

#nf-form-3-cont .nf-error.field-wrap .nf-field-element:after,
#nf-form-4-cont .nf-error.field-wrap .nf-field-element:after {
    border-radius: 0 24px 24px 0;
    right:0;
}

.nf-next-previous {
  width: auto;
  /* max-width: 300px; */
  float: left;
}

/* #nf-form-3-cont .nf-next-previous input[type=button], */
#nf-form-3-cont input[type=button],
#nf-form-4-cont input[type=button] {
    background-color: #05C6F2;
    color: #fff;
    font-weight: bold;
    border: 1px solid #05C6F2;
    margin-right: 20px;
    min-width: 140px;
    padding: 10px 34px;
}

#nf-form-3-cont input[type=button]:hover,
#nf-form-4-cont input[type=button]:hover {
  background-color: #fff;
  color: #05C6F2;
}

div.nf-form-content .list-select-wrap .nf-field-element>div {
  border-width: 0;
  background:none;
}


#nf-form-3-cont .list-checkbox-wrap ul li,
#nf-form-3-cont .listradio-wrap ul li,
#nf-form-4-cont .list-checkbox-wrap ul li,
#nf-form-4-cont .listradio-wrap ul li {
  display:inline-block;
}

#nf-form-3-cont .listcheckbox-container .nf-field-element label:after,
#nf-form-4-cont .listcheckbox-container .nf-field-element label:after {
  top: 1px;
}

#nf-form-3-cont .listradio-wrap ul li,
#nf-form-4-cont .listradio-wrap ul li {
    width: calc(10% - 4px);
}

#nf-form-3-cont .nf-progress-container,
#nf-form-4-cont .nf-progress-container {
    background-color: #f7f7f7;
    margin-right: auto;
    margin-left: auto;
    max-width: 600px;
}

#nf-form-3-cont .nf-after-form-content,
#nf-form-4-cont .nf-after-form-content {
  text-align: center;
}

#nf-form-3-cont .nf-progress-container,
#nf-form-3-cont .nf-progress,
#nf-form-4-cont .nf-progress-container,
#nf-form-4-cont .nf-progress {
    border: 0;
    height: 2px;
    width: 100%;

  margin-top: 20px;
  margin-bottom: 40px;
}

#nf-form-3-cont .nf-progress,
#nf-form-4-cont .nf-progress {
    background-color: #FFCD29;
}

#nf-form-3-cont .nf-before-form-content,
#nf-form-4-cont .nf-before-form-content {
  display:none;
}

#nf-form-3-cont .nf-mp-header div h3,
#nf-form-4-cont .nf-mp-header div h3 {
  display:none;
}


#nf-field-72-wrap {
    top: 100px;
    position: relative;
}

#nf-form-3-cont .listradio-wrap .nf-field-element label.nf-checked-label:before,
#nf-form-4-cont .listradio-wrap .nf-field-element label.nf-checked-label:before {
  top:auto !important;
}

/* EOF: ASSESSMENT */



/* BOF: ASSESSMENT RESULT */


.container.the_scores {
  text-align: center !important;
  margin:40px 0;
}

.the_scores .col-sm-3 span,
.the_scores .col-sm-3 p {
  opacity:.5;
}

.bolded span,
.bolded p {
  opacity:1 !important;
  font-weight: bold;
}

.results_full {
  position: relative;
  display: block;
  width: 100%;
  background:#fff;
  height: 200px;
  padding:20px 0;
  margin-bottom:40px;
}

.score_list {
  position: relative;
  list-style: none;
  margin:0;
  padding:0;

}

.score_list li {
  display:block;
  width:calc(10% - 0px);
  float:left;
  margin: 0;
  padding: 0;
  height: 160px;
  border-right:0px solid #777;
  box-sizing: border-box;
}

.score_list li:first-child {
  border-left:0px solid #777;
}


.score_list li:before {
  content:' ';
  display:block;
  width:1px;
  height:60px;
  position: absolute;
  top:50px;
  background:#777;
  opacity:.3;
}

.score_list li:nth-child(6):before {
  content:' ';
  display:block;
  width:1px;
  height:120px;
  position: absolute;
  top:20px;
}

.score_list li:last-child:after {
  content:' ';
  display:block;
  width:1px;
  height:60px;
  position: absolute;
  top:50px;
  right:-1px;
  background:#777;
  opacity:.3;
}

.score_list li hr {
  position: relative;
  top: 50%;
  border:0;
  border-top:1px solid #777;
  margin: 0;
}


.scorer {
  position: absolute;
  display: block;
  width:2px;
  height:200px;
  background:#ffcd29;
  top:0px;
  z-index: 10;
}

.score-dot {
  width:20px;
  height: 20px;
  position: absolute;
  left:-9px;
  top:calc(50% - 9px);
  border:2px solid #ffcd29;
  background:white;
  border-radius:9px;
}

.score-dot-inside {
  width: 14px;
  height: 14px;
  border-radius: 7px;
  background-color: #05C6F2;
  position: absolute;
  top: 1px;
  left: 1px;
}

.resulted span.nf-caret {
    position: relative;
    top: -18px;
    font-size: 10px;
    float: right;
}

.overall_score {
  margin:30px 0;
}

h3.assessment_heading {
  font-weight: 300;
  font-family:'ArgentCF';
  color: #0D2336;
  font-size: 36px;
  line-height: 1.2;
  text-align: center;
}


.overall_first {
  text-align: right;
}

.overall_second {
  text-align: center;
}

.overall_second span {
  color:#2286b7;
  font-size:90px;
  line-height: 1;
  letter-spacing: -1.8px;
  font-weight: 900;
  font-family:'ArgentCF';
  position: relative;
  padding-left:60px;
}

.overall_second span:before {
    content: "Overall\A Score";
    position: absolute;
    top: 30px;
    left: 0px;
    display: block;
    color: #333333;
    font-family: Lato;
    font-size: 16px;
    font-weight: bold;
    white-space: pre;
    text-align: right;
    letter-spacing: normal;
}

/* EOF: ASSESSMENT RESULT */


/* DONATION FORM */

#frm_form_10_container .frm_form_field {
  float: left;
  width: 100%;
  padding: 0 0 12px 0 !important;
}

#frm_form_10_container .frm_description {
  display:none;
}

.z-index-high {
  position:relative;
  z-index:100;
}

.frm_hidden, input.frm_hidden {
    display: none !important;
}

h3.donation_heading {
  font-family: 'ArgentCF';
  color: #2286b7;
  font-size: 32px;
  margin: 10px 0 0 0;
}

#frm_field_34_container {
  margin-top:0px !important;
}

#frm_form_10_container form input[type=text],
#frm_form_10_container form input[type=email],
#frm_form_10_container form input[type=number],
#frm_form_10_container form input[type=tel],
#frm_form_10_container form select,
#frm_form_10_container form textarea {
    padding: 10px 16px !important;
    width: 100% !important;
    text-align: left;
    border-radius: 24px;
}


#frm_form_10_container div#frm_field_35_container,
#frm_form_10_container div#frm_field_37-state_container,
#frm_form_10_container div#frm_field_58_container {
  width:calc(50% - 4px) !important;
  margin-right:4px;
}

#frm_form_10_container div#frm_field_36_container,
#frm_form_10_container div#frm_field_37-zip_container,
#frm_form_10_container div#frm_field_60_container {
  width:50% !important;
}

#frm_form_10_container div#frm_field_37-state_container select,
#frm_form_10_container div#frm_field_60_container select {
  height:43px !important;
}

#frm_form_10_container div#frm_field_37-state_container .down-arrow,
#frm_form_10_container div#frm_field_60_container .down-arrow {
  display:none !important;
}

#frm_form_10_container #frm_field_37-line2_container {
  display:none !important;
}

.frm-card-element {
  padding:10px;
  border:1px solid #c4c4c4;
  border-radius: 24px;
}





.pmpro_login_wrap input[type='text'] {

  width: 100%;
  border: 1px solid #AAAAAA;
  border-radius: 24px;
  padding: 10px 20px;
  margin-top: 5px;
  color: #aaaaaa;
  max-width:100% !important;

}

.pmpro_login_wrap input[type='submit'] {
  background: #05C6F2;
  border: 1px solid #05C6F2;
  border-radius: 24px;
  color: #fff;
  padding: 10px 40px;
  font-weight: 600;
}

.pmpro_login_wrap input[type='submit']:hover {
  color: #05C6F2;
  background: #fff;
}

.pmpro_login_wrap #loginform label {
  font-size: 14px;
}

.pmpro_login_wrap hr,
.pmpro_login_wrap h2 {
  display:none;
}


.column_membership.best_value:after {
  content: "Best Value";
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1.2px;
  display: inline-block;
  border-radius: 18px;
  background: #05C6F2;
  color: #fff;
  text-align: center;
  width: 160px;
  left: 50%;
  margin-left: -80px;
  height: 30px;
  position: absolute;
  z-index: 99;
  top: -13px;
  padding: 6px;
}

.column_membership {
  position:relative;
}

.column_membership ul {
    list-style: none;
    margin: 0;
    padding: 30px;
}

.column_membership ul li {
    padding-left: 30px;
    position: relative;
}

.column_membership ul li:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    color: #ffc400;
    position: absolute;
    left: 0px;
}


.tool_title {
  color:#0D2336;
  font-weight: bold;
  margin-top:30px;
  margin-bottom:0px;
  line-height: 1;
}

a.tool_download {
  color:#05C6F2;
  font-size:14px;
  margin-top:10px;
  margin-bottom:30px;
  line-height: 1;
  position: relative;
  display: block;
  padding-right: 5px;
}

a.tool_download:after {
  content: "\f019";
  font-family: 'FontAwesome';
  color: #05C6F2;
  left: 10px;
  position: relative;
  font-size: 10px;
  top: -1px;
}





/* BOF: LOGIN and PORTAL */


/* BOF: PORTAL AJAX */
    .loading-banner {
        text-align: center;
    }

    .loading-banner a.btn {
        background:#fff;
        color:#0D2336;
        font-size:16px;
        font-weight: bold.
        padding: 5px 15px;
        border-radius:24px;
        margin:20px 0;
        border: 2px solid #FFCD29;
    }

    .loading-banner a.btn:hover {
        background:#FFCD29;
    }


    .filter_holder {
        position: relative;
        width:200px;
        height:30px;
        margin-bottom: 10px;
    }

    .filter_title {
        font-size:12px;
        text-transform: uppercase;
        color:#999999;
        position: relative;
        padding-right:20px;
    }

    .filter_title:after {
        content: "\f078";
        position: absolute;
        right:0;
        top:0;
        display: block;
        font-family: 'FontAwesome';
    }

    .filter_items_holder {
        transition: all 0.5s ease;
        opacity:0;
        position: absolute;
        list-style:none;
        margin:0;
        padding:12px;
        top:29px;
        left:0;
        width:100%;
        z-index: 10;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 0px 20px rgb(0,0,0,.3);
        border-radius: 5px;
    }

    .filter_items_holder li {
        display:block;
        width: 100%;
        padding:3px 7px;
        cursor:pointer;
        font-size:14px;
        color:#999999;
    }

    .filter_items_holder li:hover {
        color:#05C6F2;
    }

    .filter_holder:hover .filter_items_holder {
        opacity:1;
    }

    .ndv_member_posts {
      /*
      box-shadow: 0px 0px 20px rgb(0,0,0,.15);
      border-radius: 5px;
      padding:30px;
      width: 100%;
      padding-bottom: 66.66%;
      position: relative;
      margin:0 0 30px 0;
      */
      box-shadow: 0px 0px 20px rgb(0 0 0 / 15%);
      border-radius: 5px;
      padding: 30px;
      width: 100%;
      position: relative;
      margin: 0 0 30px 0;
      /* min-height: 300px; */
      height:calc(100% - 30px);
    }

    .post_top_part {
        position: relative;
        left:0;
        top:0;
        margin: 0 0 30px 0;
    }

    .post_top_part span {
        display: block;
    }

    span.post_category {
        font-size:12px;
        font-weight: bold;
        color: #05C6F2;
        line-height: 1;
        text-transform: uppercase;
        letter-spacing: 0;
        margin-bottom:16px;
    }

    span.post_title {
        font-size:22px;
        font-weight:400;
        line-height: 1.1;
        color:#0d2336;
        margin-bottom:20px;
    }

    span.post_author {
        font-size:12px;
        font-weight:400;
        line-height: 1;
        color:#999999;
        text-transform: uppercase;
        letter-spacing: 0;
    }

    .post_bottom_part {
        position: absolute;
        left:0;
        bottom:0;
        padding:30px;
        margin:0;
    }

    .post_bottom_part a {
        color:#0D2336;
        font-size:12px;
        letter-spacing: 0;
        line-height: 1;
        text-transform: uppercase;
    }

    .post_bottom_part a:hover {
        color:#000;
    }
/* EOF: PORTAL AJAX */



/* BOF: MEMBER PARTNERS */

img.partner_logo {
  width: 94%;
  height: 94%;
  object-fit: contain;
  object-position: center;
  transition: all 0.5s ease;
  opacity:.8;

}


img.partner_logo:hover {
  /*
  width: 98%;
  height: 98%;
  */
  opacity:1;
}


.partner_title {
  text-align: center;
  text-decoration: none;
  letter-spacing: .7px;
  color: #2286B7;
  font-size:14px;
  display:block;
  margin:0;
}

/* BOF: SEARCH */

.fl-rich-text .searchform {
  position: relative;
  display: inline-block;
  width: auto;
}

.fl-rich-text .searchform input[type='search'] {
  width: 500px;
  padding:10px 24px;
  font-size:16px;
  color:#333333;
  border-radius:24px;
  line-height: 1;
  border:1px solid rgb(0,0,0, .3);
  text-align: left;
  position: relative;
}

.fl-rich-text .searchform button[type='submit'] {
  border: 0;
  background: transparent;
  position: absolute;
  right: 8px;
  top:1px;
  width: 25px;
  z-index: 10;
}

.fl-rich-text .searchform button[type='submit']:after {
  content:"\f002";
  position: absolute;
  top: 2px;
  right:0px;
  z-index: 15;
  color:#999999;
  font-size:12px;
  font-family: 'FontAwesome';
  width:25px;
}

/* EOF: SEARCH */

#menu-member-plus-submenu {
  text-align: center;
  padding:12px 0 0 0;
  display:block !important;
  border-bottom: 1px solid rgb(0,0,0,.1);
  margin-left:0;
  margin-right:0;
}

#menu-member-plus-submenu li.menu-item {
  display:inline-block !important;
  text-align: center;
  margin-left:15px;
  margin-right:15px;
}

#menu-member-plus-submenu li.menu-item a {
  padding-left:5px;
  padding-right:5px;
  color:#999999;
  letter-spacing:1.8px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  font-family:Lato;
  display:block;
  border-bottom: 2px solid transparent;
}

#menu-member-plus-submenu li.menu-item a:hover {
  border-bottom: 2px solid #FFCD29;
}



.content_half_left .fl-col-content {
  padding:60px 60px 60px calc(100% - 620px) !important;
}

.content_half_right .fl-col-content {
  padding:60px calc(100% - 620px) 60px 60px !important;
}

@media only screen and (max-width: 1240px) {
  .content_half_left .fl-col-content,
  .content_half_right .fl-col-content {
    padding:60px 60px 60px 60px !important;
  }
}



/* EOF: MEMBER PARTNERS */






/* EOF: LOGIN and PORTAL */




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

  .aram-arrow-holder {
    right:6%;
  }

}


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

  .woocommerce div.product form.cart div.quantity {
    margin-bottom:20px;
  }


  div.ar_leftside {
    position:relative;
    width:100%;
    max-width: 100%;
    left:0;
    border-radius: 0 0 0 0;
  }

  .ar_leftside:before {
    content:none;
  }

  .ar_leftside img {
    border-radius: 0 0 0 0;
  }

  .aram-swiper-pagination {
    color: #FFFFFF;
    z-index: 10;
    left: 20px;
    top: 435px;
    text-shadow: 0px 0px 8px black;
  }

  .aram-swiper-pagination .swiper-pagination-total {
    color: #FFFFFF;
  }

  .outercontainer {
    padding: 0;
  }

  .aram-arrow-holder {
    position: absolute;
    padding: 10px 34px 5px;
    right: 0;
    width: 100%;
    top: 30%;
  }

.aram-arrow-holder .swiper-button-next:after, .aram-arrow-holder .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 35px;
    color: #FFFFFF;
    text-shadow: 2px 2px 5px black;
  }

  div.ar_rightside {
    position: relative;
    width: 100%;
    max-width: 100%;
    left:0;
    top:0;
    border-radius: 0 0 0 0;
    min-height:40px;
    box-shadow: 0px 0px 0px rgb(0 0 0 / 0%);
  }

  .ar_icon {
    left: 36px;
  }

  .ar_inner {
    padding: 80px 40px 40px;
  }



}

@media only screen and (max-width: 576px) {
  .ar_leftside {
    height: 300px;
  }

  .aram-arrow-holder {
    top: 150px;
  }

  .aram-swiper-pagination {
    top: 235px;
  }

  .list-radio-wrap .nf-field-element li label {
    margin-left:18px !important;
    font-size:11px;
  }

  .listradio-wrap .nf-field-element label:after {
    left:-20px !important;
  }



  /* aram added */
  .success-slider .hidden-container,
  .success-slider .success-slider-img-container {
      height: 40%;
  }

  .success-slider .success-slider-content {
    height:60%;
    padding:30px;
  }

  .success-slider .swiper-slide {
    height: 740px;
  }



}






/* EXTRA STUFF */


.woocommerce-breadcrumb div.inner-breadcrumb-wrapper {
  padding:0;
  visibility: hidden;
}

p.prod-cat-links {
  display:none !important;
}






