/* CSNY custom styles */
/*--------------------Note------------------------------

1. DONT WRITE ANY CUSTOM CODE IN STYLE.CSS FILE 
2. Style.css file is compiled via SASS file style.scss
3. If you want to write a custom CSS, you can make use of
   custom.css file inside css folder & add you code in it, 
   Dont write any code in style.css ***

----------------------END-------------------------------*/
body {
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5em;
  color: #444444; }

a {
  color: #111111;
  font-weight: normal;
  text-decoration: none; }

a:hover {
  color: #111111;
  text-decoration: underline; }

h2 {
  font-size: 20px !important; }

h1, h2, h3, h4, h5 {
  line-height: 1.0em;
  font-weight: normal;
  text-transform: uppercase;
  font-family: "Times New Roman", Times, serif; }

p {
  font-family: georgia,"times new roman",times,serif;
  padding-bottom: 0px;
  line-height: 1.4; }

@media only screen and (max-width: 767px) {
  .tooltip {
    display: none !important;
    visibility: hidden; } }
.btn-success, .btn-primary, .btn-info {
  background-color: #333 !important;
  color: #fff !important;
  border-color: #333 !important; }
  .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-info:hover, .btn-info:focus, .btn-info:active {
    background-color: #222 !important;
    border-color: #222 !important; }

#search-block-form input::-webkit-input-placeholder {
  color: transparent; }

#search-block-form input:-moz-placeholder {
  /* Firefox 18- */
  color: transparent; }

#search-block-form input::-moz-placeholder {
  /* Firefox 19+ */
  color: transparent; }

#search-block-form input:-ms-input-placeholder {
  color: transparent; }

@media only screen and (min-width: 768px) {
  p {
    line-height: 31px !important; } }
hr {
  border: 1px solid gray; }

td {
  padding: 5px;
  vertical-align: middle;
  border: 1px solid #dddddd; }

/*.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, 
.col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, 
.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, 
.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, 
.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, 
.col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, 
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, 
.col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, 
.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, 
.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, 
.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, 
.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-right: 10px;
    padding-left: 10px;
}*/
/*@media (max-width: 767px) {
  .col-sm-12 {
      width: 100%;
      padding: 0 15px;
  }
}*/
.padding-zero {
  padding: 0 5px !important; }

.home-menu a {
  background: url(../images/nss_new/home.svg) no-repeat center !important;
  font-size: 0 !important; }
  .home-menu a:hover, .home-menu a:focus, .home-menu a:active {
    background-color: #333 !important; }

header.navbar #navbar-collapse ul.we-mega-menu-ul.nav li.home-menu:hover > a {
  background-color: #333 !important; }
header.navbar #navbar-collapse ul.we-mega-menu-ul.nav li.home-menu a::before {
  visibility: hidden; }

@media screen and (max-width: 991px) {
  .fb_iframe_widget.fb-page span {
    width: 100% !important; } }
@media screen and (max-width: 991px) {
  .fb_iframe_widget.fb-page iframe {
    position: relative;
    width: 100% !important; } }

/*Webforms full width*/
.page-node-type-webform h1.page-header, .path-checkout h1.page-header, .path-webform h1.page-header {
  text-align: center; }

.path-checkout section.col-sm-6.left-side-wrp, .page-node-type-webform .webform-pages, .path-webform .webform-pages {
  width: 100%; }
  .path-checkout section.col-sm-6.left-side-wrp form, .page-node-type-webform .webform-pages form, .path-webform .webform-pages form {
    /*contact information*/ }
    .path-checkout section.col-sm-6.left-side-wrp form div[id*="please-note"] label, .page-node-type-webform .webform-pages form div[id*="please-note"] label, .path-webform .webform-pages form div[id*="please-note"] label {
      font-weight: 400;
      color: red; }
    .path-checkout section.col-sm-6.left-side-wrp form .panel-default, .page-node-type-webform .webform-pages form .panel-default, .path-webform .webform-pages form .panel-default {
      margin: 20px 0; }
      .path-checkout section.col-sm-6.left-side-wrp form .panel-default > .panel-heading, .page-node-type-webform .webform-pages form .panel-default > .panel-heading, .path-webform .webform-pages form .panel-default > .panel-heading {
        background: #333 !important;
        color: #fff !important;
        border-color: #333 !important; }
    .path-checkout section.col-sm-6.left-side-wrp form .g-recaptcha, .page-node-type-webform .webform-pages form .g-recaptcha, .path-webform .webform-pages form .g-recaptcha {
      text-align: center;
      display: flex;
      justify-content: center;
      margin: 30px 0; }
    .path-checkout section.col-sm-6.left-side-wrp form div.form-wrapper > label, .page-node-type-webform .webform-pages form div.form-wrapper > label, .path-webform .webform-pages form div.form-wrapper > label {
      font-weight: 400;
      margin-bottom: 5px;
      display: block;
      line-height: 30px;
      font-size: 16px; }
    .path-checkout section.col-sm-6.left-side-wrp form div[id*="contact-info"] .panel-body, .page-node-type-webform .webform-pages form div[id*="contact-info"] .panel-body, .path-webform .webform-pages form div[id*="contact-info"] .panel-body {
      display: flex;
      flex-wrap: wrap; }
      .path-checkout section.col-sm-6.left-side-wrp form div[id*="contact-info"] .panel-body > .form-item, .page-node-type-webform .webform-pages form div[id*="contact-info"] .panel-body > .form-item, .path-webform .webform-pages form div[id*="contact-info"] .panel-body > .form-item {
        /* max-width: 48% !important;
         width: 48% !important;
         margin-right: 9px;*/
        margin-right: 6px; }
        @media screen and (max-width: 991px) {
          .path-checkout section.col-sm-6.left-side-wrp form div[id*="contact-info"] .panel-body > .form-item, .page-node-type-webform .webform-pages form div[id*="contact-info"] .panel-body > .form-item, .path-webform .webform-pages form div[id*="contact-info"] .panel-body > .form-item {
            max-width: 100% !important;
            width: 100% !important;
            margin-right: 0; } }
        .path-checkout section.col-sm-6.left-side-wrp form div[id*="contact-info"] .panel-body > .form-item input, .page-node-type-webform .webform-pages form div[id*="contact-info"] .panel-body > .form-item input, .path-webform .webform-pages form div[id*="contact-info"] .panel-body > .form-item input {
          max-width: 100% !important; }
      .path-checkout section.col-sm-6.left-side-wrp form div[id*="contact-info"] .panel-body div[class*="form-item-address"].form-item, .page-node-type-webform .webform-pages form div[id*="contact-info"] .panel-body div[class*="form-item-address"].form-item, .path-webform .webform-pages form div[id*="contact-info"] .panel-body div[class*="form-item-address"].form-item {
        /*max-width: 100% !important;
        width: 100% !important;*/ }
      .path-checkout section.col-sm-6.left-side-wrp form div[id*="contact-info"] .panel-body .captcha, .page-node-type-webform .webform-pages form div[id*="contact-info"] .panel-body .captcha, .path-webform .webform-pages form div[id*="contact-info"] .panel-body .captcha {
        flex: 1 100%; }
    .path-checkout section.col-sm-6.left-side-wrp form .form-actions, .page-node-type-webform .webform-pages form .form-actions, .path-webform .webform-pages form .form-actions {
      text-align: center;
      /*a.link--previous {
          display: inline-block;
          background: #efefef;
          padding: 5px 13px;
          border-radius: 5px;
          color: #868686;
          border: 1px solid #d0d0d0;
          text-decoration: none;
          &:hover, &:focus, &:active {
            outline: none !important;
          }
      }*/ }
      .path-checkout section.col-sm-6.left-side-wrp form .form-actions .btn-default.webform-button--previous, .path-checkout section.col-sm-6.left-side-wrp form .form-actions .btn-default.webform-button--next,
      .path-checkout section.col-sm-6.left-side-wrp form .form-actions .page-load-progress-submit, .page-node-type-webform .webform-pages form .form-actions .btn-default.webform-button--previous, .page-node-type-webform .webform-pages form .form-actions .btn-default.webform-button--next,
      .page-node-type-webform .webform-pages form .form-actions .page-load-progress-submit, .path-webform .webform-pages form .form-actions .btn-default.webform-button--previous, .path-webform .webform-pages form .form-actions .btn-default.webform-button--next,
      .path-webform .webform-pages form .form-actions .page-load-progress-submit {
        color: #fff;
        background-color: #333;
        border-color: #333;
        border: none; }
        .path-checkout section.col-sm-6.left-side-wrp form .form-actions .btn-default.webform-button--previous:hover, .path-checkout section.col-sm-6.left-side-wrp form .form-actions .btn-default.webform-button--previous:focus, .path-checkout section.col-sm-6.left-side-wrp form .form-actions .btn-default.webform-button--previous:active, .path-checkout section.col-sm-6.left-side-wrp form .form-actions .btn-default.webform-button--next:hover, .path-checkout section.col-sm-6.left-side-wrp form .form-actions .btn-default.webform-button--next:focus, .path-checkout section.col-sm-6.left-side-wrp form .form-actions .btn-default.webform-button--next:active,
        .path-checkout section.col-sm-6.left-side-wrp form .form-actions .page-load-progress-submit:hover,
        .path-checkout section.col-sm-6.left-side-wrp form .form-actions .page-load-progress-submit:focus,
        .path-checkout section.col-sm-6.left-side-wrp form .form-actions .page-load-progress-submit:active, .page-node-type-webform .webform-pages form .form-actions .btn-default.webform-button--previous:hover, .page-node-type-webform .webform-pages form .form-actions .btn-default.webform-button--previous:focus, .page-node-type-webform .webform-pages form .form-actions .btn-default.webform-button--previous:active, .page-node-type-webform .webform-pages form .form-actions .btn-default.webform-button--next:hover, .page-node-type-webform .webform-pages form .form-actions .btn-default.webform-button--next:focus, .page-node-type-webform .webform-pages form .form-actions .btn-default.webform-button--next:active,
        .page-node-type-webform .webform-pages form .form-actions .page-load-progress-submit:hover,
        .page-node-type-webform .webform-pages form .form-actions .page-load-progress-submit:focus,
        .page-node-type-webform .webform-pages form .form-actions .page-load-progress-submit:active, .path-webform .webform-pages form .form-actions .btn-default.webform-button--previous:hover, .path-webform .webform-pages form .form-actions .btn-default.webform-button--previous:focus, .path-webform .webform-pages form .form-actions .btn-default.webform-button--previous:active, .path-webform .webform-pages form .form-actions .btn-default.webform-button--next:hover, .path-webform .webform-pages form .form-actions .btn-default.webform-button--next:focus, .path-webform .webform-pages form .form-actions .btn-default.webform-button--next:active,
        .path-webform .webform-pages form .form-actions .page-load-progress-submit:hover,
        .path-webform .webform-pages form .form-actions .page-load-progress-submit:focus,
        .path-webform .webform-pages form .form-actions .page-load-progress-submit:active {
          color: #fff;
          background-color: #1c1c1c;
          border-color: #1c1c1c;
          outline: none !important; }

.region-content form .form-actions .button--add-to-cart {
  background-image: url(../images/nss_new/cart.svg);
  background-position: left 6px center;
  background-size: 25px;
  background-repeat: no-repeat;
  padding-left: 35px;
  margin-right: 0;
  font-weight: bold;
  text-transform: capitalize;
  background-color: #333;
  border-color: #333; }
  .region-content form .form-actions .button--add-to-cart:hover, .region-content form .form-actions .button--add-to-cart:focus, .region-content form .form-actions .button--add-to-cart:active {
    outline: none !important; }

input[type="radio"] {
  margin-top: 3px !important; }

.radio label .ajax-throbber {
  margin: 0 7px 0  0; }

.close:hover, .close:focus {
  background: none; }

form .ajax-progress.ajax-progress-throbber {
  position: relative; }

/*Password message*/
span.ok {
  color: #377436;
  text-transform: capitalize;
  font-weight: bold;
  margin: 2px 0 0;
  display: inline-block; }

.path-payment-methods ul.list-inline.local-actions {
  text-align: right;
  margin: 10px 0 20px !important; }
  .path-payment-methods ul.list-inline.local-actions li a {
    font-size: 14px;
    padding: 3px 13px; }
.path-payment-methods table tbody tr td ul.links {
  display: flex;
  justify-content: center;
  padding-left: 0; }
  .path-payment-methods table tbody tr td ul.links li {
    margin: 0 5px; }
    .path-payment-methods table tbody tr td ul.links li.edit a {
      background: url(../images/edit.png) no-repeat left;
      background-size: 20px;
      font-size: 0;
      padding: 10px; }
    .path-payment-methods table tbody tr td ul.links li.delete a {
      background: url(../images/delete.png) no-repeat left;
      background-size: 20px;
      font-size: 0;
      padding: 10px; }
      .path-payment-methods table tbody tr td.active-payment-method {
        background-position: left 10px center !important;
        padding-left: 20px !important;
        background-image: url(/modules/custom/user_dashboard_view_admin/assets/active.png);
        background-size: 10px;
        background-repeat: no-repeat;
      }
      .path-payment-methods table tbody tr td:first-child, .path-payment-methods table thead tr th:first-child {
        /* text-align: left; */
      }
      .path-payment-methods .modal-body .replace-subscription-credit-card  button[data-drupal-selector="edit-submit"] {
        background: #333;
        color: #fff;
        margin: 10px 0;
      }
      
      .path-payment-methods .modal-body .replace-subscription-credit-card button[data-drupal-selector="edit-cancel"] {
        background: #e94949;
        margin: 10px 7px;
        border: 1px solid #f71212;
        color: #fff;
      }
      .path-payment-methods .modal-body .commerce-payment-method-confirm-form button[data-drupal-selector="edit-submit"] {
        background: #333;
        color: #fff;
        margin: 10px 0;
      }
      
      .path-payment-methods .modal-body .commerce-payment-method-confirm-form button[data-drupal-selector="edit-cancel"] {
        background: #e94949;
        margin: 10px 7px;
        border: 1px solid #f71212;
        color: #fff;
      }
      .path-payment-methods a.delete {
        background: url(/themes/custom/nssnew/images/delete.png) no-repeat;
        background-size: 16px;
        display: block;
        padding: 10px;
        font-size: 0;
      }
      
      .path-payment-methods a.set-primary {
        background: #333333;
        color: #fff;
        padding: 5px 8px;
      }
      .path-payment-methods td span.card-expired {
        color: red;
        font-weight: 600;
      }
/*.form-type-password {
  input {
    background: url(../images/nss_new/eye.png) no-repeat right 6px center;
    background-size: 25px;
  }
}*/
.go-back-lnk, .link--previous {
  background: url(../images/nss_new/goback.png) no-repeat left;
  display: inline-block;
  background-size: 18px;
  padding-left: 24px;
  margin-right: 15px; }

.shwpd {
  margin-top: -24px !important; }

.path-login.path-user .shwpd {
  margin-top: 10px !important; }

.print-subscription-text {
  background-size: 32px;
  padding: 0 100px 10px 0;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: bold;
  border-bottom: 1px solid #e5e5e5; }

.path-review.path-checkout .form-actions {
  position: relative; }
  .path-review.path-checkout .form-actions .link--previous {
    position: absolute;
    left: 38%;
    top: 25%; }
    @media screen and (max-width: 991px) {
      .path-review.path-checkout .form-actions .link--previous {
        left: 28%; } }
    @media screen and (max-width: 767px) {
      .path-review.path-checkout .form-actions .link--previous {
        left: auto;
        top: auto;
        position: relative; } }
  .path-review.path-checkout .form-actions .btn-primary {
    position: relative;
    left: 10%; }
    @media screen and (max-width: 767px) {
      .path-review.path-checkout .form-actions .btn-primary {
        left: auto;
        position: relative; } }

.webform-confirmation {
  width: 50%;
  background: #bcff8252;
  padding: 20px;
  text-align: center;
  border: 1px solid #4578184f;
  margin: auto;
  border-radius: 5px; }
  @media screen and (max-width: 991px) {
    .webform-confirmation {
      width: 75%; } }
  @media screen and (max-width: 767px) {
    .webform-confirmation {
      width: 100%; } }
  .webform-confirmation .webform-confirmation__back {
    margin: 0; }
    .webform-confirmation .webform-confirmation__back a {
      background: #6b8853;
      color: #fff;
      padding: 5px 10px;
      border-radius: 5px; }

.user-form input[type="checkbox"], .user-form input[type="radio"] {
  width: auto !important; }

.apnews.tag {
  background-color: rgba(0, 0, 0, 0.08);
  color: #111;
  text-transform: uppercase;
  line-height: 3em;
  display: inline;
  padding: .2em 0.8em .3em 0.6em;
  font-size: 75%;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0 10px 10px 0; }

@media screen and (min-width: 768px) {
  .main-container .main {
    display: flex;
    flex-wrap: wrap;
    margin: 0; }

  .main-inner-wrp,
  .sidebar-wrp,
  .preface-first-main,
  .preface-second-main {
    /*position: sticky;*/
    /*top: 15px;*/
    /*position: -webkit-sticky;*/
    /*section.block {
        text-align: center;
        margin: 0px auto 10px;
    }*/ } }
#views_slideshow_cycle_teaser_section_home_page_slideshow-block_1 {
  width: 100% !important; }

#views_slideshow_cycle_teaser_section_home_page_slideshow-block_1 > div {
  width: 100% !important; }

section.block {
  margin: 10px 0px; }
  section.block.covid-map-block {
    margin: 30px 0 10px;
    border: 1px solid #eeeeee;
    padding: 10px; }
    @media screen and (min-width: 991px) {
      section.block.covid-map-block iframe {
        height: 380px !important; } }

/*.block {
	.view-content {
		.views-row {
		    display: inline-block;
		    text-decoration: none;
		    color: #222;
		    background-color: white;
		    box-sizing: border-box;
		    border: 1px solid #eee;
		    line-height: 20px;
		    margin: 10px 0px;
		    padding: 10px;
		}
	}
}*/
.region-slideshow h2.block-title {
  font-size: 15px !important; }

.region-preface-first .block-views .form-group .view-content .views-field.views-field-field-image, .region-preface-second .block-views .form-group .view-content .views-field.views-field-field-image {
  width: 20%;
  display: inline-block; }
.region-preface-first .block-views .form-group .view-content .views-field.views-field-nothing, .region-preface-second .block-views .form-group .view-content .views-field.views-field-nothing {
  width: 80%;
  display: inline-block;
  padding: 0px 10px;
  vertical-align: top; }
  .region-preface-first .block-views .form-group .view-content .views-field.views-field-nothing p, .region-preface-second .block-views .form-group .view-content .views-field.views-field-nothing p {
    font-size: 12px;
    line-height: 15px !important;
    font-family: arial;
    font-weight: 400;
    color: #444444;
    margin-bottom: 0px; }
    .region-preface-first .block-views .form-group .view-content .views-field.views-field-nothing p a, .region-preface-second .block-views .form-group .view-content .views-field.views-field-nothing p a {
      font-weight: 700;
      font-size: 12px;
      margin-bottom: 5px !important;
      display: inline-block;
      color: #222; }

.views-element-container {
  /* box-sizing: border-box;
   border: 1px solid #ffffff;
   background: #f9f9f9;
   height: 100% !important;
   box-shadow: 0px 0px 5px #bbbbbb;*/
  background: #ffffff;
  border: 1px solid #eeeeee;
  padding: 10px; }
  .views-element-container > h2.block-title {
    display: block;
    line-height: 1.4;
    border-bottom: 1px solid #D9D9D9;
    font-size: 24px;
    font-family: "Times New Roman", Times, serif;
    padding: 5px 0;
    margin-top: 0;
    margin-bottom: 13px;
    color: #000; }
  .views-element-container .form-group .view .view-content .views-row {
    margin: 0;
    background: transparent;
    padding: 0px; }
    .views-element-container .form-group .view .view-content .views-row .views-field.views-field-body strong.field-content {
      margin: 10px 0px 0px !important;
      display: inline-block; }
      .views-element-container .form-group .view .view-content .views-row .views-field.views-field-body strong.field-content p {
        font-size: 26px;
        line-height: 28px;
        font-family: georgia,"times new roman",times,serif;
        font-weight: 400;
        color: #000; }
  .views-element-container .form-group .attachment.attachment-after {
    margin-top: 10px; }
    .views-element-container .form-group .attachment.attachment-after .views-element-container {
      /*background: #eee;
      border-radius: 5px;
      border: 0px solid #ffffff;
      box-shadow: 0px 0px 0px #bbbbbb;*/
      border: none;
      padding: 0; }
      .views-element-container .form-group .attachment.attachment-after .views-element-container .view-content .views-row {
        margin: 0px;
        padding: 7px 0;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #ddd;
        background: 0;
        border-radius: 0px;
        box-shadow: 0 0 0px #ddd;
        display: block; }
        .views-element-container .form-group .attachment.attachment-after .views-element-container .view-content .views-row .field-content a {
          font-weight: 700; }
      .views-element-container .form-group .attachment.attachment-after .views-element-container .views-field-title {
        background: url(../images/nss_new/ellipse.svg) no-repeat top 5.5px left;
        padding-left: 25px; }
        .views-element-container .form-group .attachment.attachment-after .views-element-container .views-field-title a {
          font-size: 16px; }
      .views-element-container .form-group .attachment.attachment-after .views-element-container .view-content .views-row:first-child {
        border-top: 0px solid #fff !important; }
      .views-element-container .form-group .attachment.attachment-after .views-element-container .view-content .views-row:last-child {
        border-bottom: 0px solid #ddd !important; }

.region-content h1.page-header {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  text-transform: capitalize;
  line-height: 1.1;
  color: #333;
  font-size: 26px;
  margin-bottom: 0;
  font-weight: bold; }
  .region-content h1.page-header span {
    padding: 0px 0 0px;
    display: block;
    font-weight: bold; }
.region-content .views-element-container {
  border: 0px solid #ffffff;
  background: #fff;
  box-shadow: 0px 0px 0px #bbbbbb;
  padding: 10px !important; }
  .region-content .views-element-container .form-group {
    padding: 0px; }
    .region-content .views-element-container .form-group .view .views-row {
      padding-bottom: 20px !important;
      border-bottom: 2px solid #d9d9d9;
      margin-bottom: 20px !important; }
    .region-content .views-element-container .form-group .view .views-row:last-child {
      border-bottom: 0px solid gray !important;
      margin-bottom: 0px !important; }
    .region-content .views-element-container .form-group .view.view-popular-content .view-content .item-list li .views-field.views-field-title {
      display: inline-block; }
    .region-content .views-element-container .form-group .view.view-popular-content .view-content .item-list li .views-field.views-field-daycount {
      display: inline-block;
      margin-left: 3px; }
.region-content article.page,
.region-content article.webform,
.region-content article.article,
.region-content article.video {
  background: #fff;
  /*padding: 10px !important;*/ }
  .region-content article.page .field.field--name-webform,
  .region-content article.webform .field.field--name-webform,
  .region-content article.article .field.field--name-webform,
  .region-content article.video .field.field--name-webform {
    margin: 20px 0px; }
.region-content #block-facebookcomments {
  background: #fff; }
  .region-content #block-facebookcomments .fb-comments iframe {
    width: 100% !important; }

.region-content .views-element-container.form-group .view-content .views-row {
  padding-bottom: 20px !important;
  border-bottom: 2px solid gray;
  margin-bottom: 20px !important; }
  .region-content .views-element-container.form-group .view-content .views-row .views-field-title {
    margin: 10px 0; }
    .region-content .views-element-container.form-group .view-content .views-row .views-field-title a {
      line-height: 1.0em;
      font-weight: normal;
      text-transform: uppercase;
      font-size: 20px;
      font-family: "Times New Roman", Times, serif;
      color: #000; }
  .region-content .views-element-container.form-group .view-content .views-row .views-field-body p {
    font-size: 16px;
    color: #444;
    margin: 27px 0;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    word-break: break-word; }
    .region-content .views-element-container.form-group .view-content .views-row .views-field-body p a {
      word-break: break-word; }
.region-content .views-element-container.form-group .view-content .views-row:last-child {
  border-bottom: 0px solid gray !important;
  margin-bottom: 0px !important; }

.views-slideshow-pager-field-processed {
  display: flex;
  flex-wrap: nowrap; }

.views-slideshow-pager-field-processed > div {
  display: inline-block;
  /*width: 80px;*/
  border: 0px solid #333333;
  box-shadow: 0 1px 3px #999999;
  opacity: 0.5;
  margin: 10px 1px; }
  .views-slideshow-pager-field-processed > div .views-content-field-image img {
    height: 48px;
    border: 2px solid #333333; }

.views-slideshow-pager-field-processed > div.active {
  opacity: 1; }

.view-home-page-slideshow .view-content {
  background: #fff; }
  .view-home-page-slideshow .view-content .views-slideshow-controls-bottom {
    padding: 0px 8px; }
  .view-home-page-slideshow .view-content .views-row {
    /*margin: 0px 0px;*/ }

.view-home-page-slideshow .views_slideshow_main {
  height: 360px !important; }

.views_slideshow_slide .views-row {
  position: relative;
  height: 300px;
  border: 0px solid #eee !important; }
  .views_slideshow_slide .views-row .views-field-field-image {
    position: relative; }
    .views_slideshow_slide .views-row .views-field-field-image img {
      margin-left: auto;
      margin-right: auto;
      width: 448px;
      height: 360px;
      object-fit: cover;
      object-position: top; }
  .views_slideshow_slide .views-row .views-field.views-field-title {
    position: absolute;
    bottom: 10px;
    padding: 20px 20px 10px 20px;
    background: url(../images/trans.png);
    color: #ffffff;
    width: 100%; }
    .views_slideshow_slide .views-row .views-field.views-field-title .field-content a {
      color: #fff;
      text-transform: uppercase;
      text-decoration: none;
      font-weight: bold;
      font-size: 14px;
      font-family: 'Paytone One', 'Arial', sans-serif; }
  .views_slideshow_slide .views-row .views-field.views-field-body {
    position: absolute;
    bottom: -60px;
    height: 70px !important;
    line-height: 1.3em;
    padding: 0 20px 20px 20px;
    background: url(../images/trans.png);
    color: #ffffff;
    width: 100%; }
    .views_slideshow_slide .views-row .views-field.views-field-body .field-content p {
      font-size: 13px;
      color: #ffffff;
      text-shadow: -1px -1px #000000;
      line-height: 1.2 !important; }

/*.second-sidebar-advertisement-main {
	#block-contentleft {
		h2.block-title {
			display: block;
		    padding: 10px;
		    border-bottom: 1px solid #dddddd;
		    border-right: 1px solid #dddddd;
		    margin-top: 0px; 
		    margin-left: 0px;
		    font-size: 14px;
		    text-shadow: 1px 1px #ffffff;
		    background: #eeeeee;
		    margin-bottom: 0;
		    text-transform: uppercase;
		    font-weight: 700;
		}
		.field {
			background-color: #fff;
		    padding: 15px 10px;
		    display: flex;
		    column-count: 2;
		    flex-wrap: wrap;

		    p {
		    	margin: 0 5px; 
		    	width: 47%;
    			text-align: center;

		    	a.ctools-use-modal {
		    		margin: 5px 0;
				    font-size: 14px;
				    display: block;
				    border-bottom: 1px solid #eaeaea;
				    border-bottom: 1px dotted #999999;
				    font-weight: bold;
				    text-decoration: none;
		    	}

		    	
		    	a.ctools-use-modal.start {
				    color: #58a967;
				}
				a.ctools-use-modal.stop {
				    color: #e85f5f;
				}
				a.ctools-use-modal:hover {
					background: #4d9de0;
    				color: #fff !important;
				}
		    }

		    @media (max-width: 360px) {
			    p {
			    	margin: 0 auto; 
			    	width: 60%;
	    		}
	    	}
		}
	}
}*/
.emmerich-notification-base-form {
  margin-top: 20px !important; }
  .emmerich-notification-base-form h2.block-title {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    margin-top: 0px;
    margin-left: 0px;
    font-size: 14px;
    text-shadow: 1px 1px #ffffff;
    background: #eeeeee;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700; }
  .emmerich-notification-base-form form[id*="emmerich-notification-base-form"] {
    background-color: #f9f9f9;
    padding: 15px 0px;
    display: block;
    width: 100%;
    border: 1px solid #eeeeee;
    	/*@media (max-width: 991px) {
	    	a.ctools-use-modal {
			    padding: 0px 2px;
	    	}
    	}*/ }
    .emmerich-notification-base-form form[id*="emmerich-notification-base-form"] a {
      width: 44%;
      text-align: center;
      margin: 5px 10px;
      font-size: 14px;
      display: inline-block;
      border-bottom: 1px dotted #999999;
      font-weight: bold;
      text-decoration: none;
      line-height: 28px;
      white-space: nowrap; }
    .emmerich-notification-base-form form[id*="emmerich-notification-base-form"] a#edit-open-email-subscribe-modal, .emmerich-notification-base-form form[id*="emmerich-notification-base-form"] a#edit-open-mobile-subscribe-modal {
      color: #58a967; }
    .emmerich-notification-base-form form[id*="emmerich-notification-base-form"] a#edit-open-email-unsubscribe-modal, .emmerich-notification-base-form form[id*="emmerich-notification-base-form"] a#edit-open-mobile-unsubscribe-modal {
      color: #e85f5f; }
    .emmerich-notification-base-form form[id*="emmerich-notification-base-form"] a:hover {
      background: #4d9de0;
      color: #fff !important; }
    @media (max-width: 400px) {
      .emmerich-notification-base-form form[id*="emmerich-notification-base-form"] a {
        display: block;
        width: 60%;
        margin: 0 auto; } }

.tabs .nav-tabs {
  background: #eee; }

section#block-sharethis {
  background: #fff;
  padding: 7px; }

.path-search .region.region-content {
  background: #fff; }
  .path-search .region.region-content h1.page-header {
    padding: 10px 0px 0px !important; }
  .path-search .region.region-content .search-help-link {
    display: none; }
  .path-search .region.region-content ol {
    padding-left: 0; }
    .path-search .region.region-content ol li {
      font-size: 22px;
      vertical-align: top;
      color: #000;
      background-color: #f8f8f8;
      padding: 10px; }
      .path-search .region.region-content ol li h3 {
        font-size: 19px; }
      .path-search .region.region-content ol li p {
        font-size: 16px;
        font-weight: 400;
        font-style: normal;
        font-family: georgia,"times new roman",times,serif;
        color: #444;
        word-break: break-word; }

.path-product .region.region-content {
  background: #fff;
  padding: 0px 10px; }

.path-checkout {
  background: #f1f3f6; }
  .path-checkout form.commerce-checkout-flow .layout-region-checkout-secondary {
    width: 100%; }
    .path-checkout form.commerce-checkout-flow .layout-region-checkout-secondary .checkout-order-summary table {
      width: 100%; }
    .path-checkout form.commerce-checkout-flow .layout-region-checkout-secondary .checkout-order-summary .order-total-line-value {
      width: 100px; }
    .path-checkout form.commerce-checkout-flow .layout-region-checkout-secondary #edit-coupon-redemption #edit-sidebar-coupon-redemption-form {
      display: flex; }
      .path-checkout form.commerce-checkout-flow .layout-region-checkout-secondary #edit-coupon-redemption #edit-sidebar-coupon-redemption-form #edit-sidebar-coupon-redemption-form-apply {
        height: 34px;
        top: 23px;
        position: relative;
        margin-left: 10px; }
  .path-checkout form.commerce-checkout-flow .layout-region-checkout-footer {
    width: 100%;
    padding-right: 0px;
    /*text-align: right;*/ }

.webform-submission-emmerich-contact-form-form legend {
  margin-bottom: 10px;
  border-bottom: 0px solid #e5e5e5;
  font-size: 26px;
  line-height: 22px;
  font-weight: 400;
  font-style: normal;
  font-family: georgia,"times new roman",times,serif; }
.webform-submission-emmerich-contact-form-form .fieldgroup label.control-label {
  font-size: 26px;
  line-height: 28px;
  font-weight: 400;
  font-style: normal;
  font-family: georgia,"times new roman",times,serif;
  margin-bottom: 5px; }

.commerce-order-item-add-to-cart-form legend {
  font-size: 16px;
  color: #444;
  margin: 5px 0;
  padding: 0 0 10px 0;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; }
.commerce-order-item-add-to-cart-form .fieldgroup label.control-label {
  font-size: 16px;
  color: #444;
  margin: 0;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; }

.view-commerce-cart-form .views-field-edit-quantity input.form-number.form-control {
  width: 60px;
  padding: 10px 7px; }

@media (min-width: 768px) and (max-width: 991px) {
  .navbar-collapse.collapse {
    display: none !important; }

  .navbar-collapse.in {
    display: block !important; }

  .navbar-toggle {
    display: block !important; } }
#drupal-modal .modal-header .modal-header {
  padding: 0px;
  border-bottom: 0px solid #e5e5e5; }
#drupal-modal .modal-body {
  overflow: auto !important;
  font-size: 14px;
  line-height: 1.8; }
  #drupal-modal .modal-body .incorrect_otp_error {
    color: #e60d0d; }
  #drupal-modal .modal-body .success_otp {
    color: #008000; }

.subscription-verified-text {
  background: #fff;
  display: block;
  padding: 20px 10px;
  line-height: 1.3;
  font-size: 26px;
  font-weight: 400;
  font-style: normal;
  font-family: georgia,"times new roman",times,serif;
  color: #222;
  word-break: break-word; }

#block-nextpreviouslink {
  background: #fff;
  margin-top: 0px;
  padding: 10px 10px 0px;
  text-align: center; }
  #block-nextpreviouslink a.nextpre__btn {
    font-size: 20px;
    color: #7e7e7e; }
    #block-nextpreviouslink a.nextpre__btn:hover {
      text-decoration: underline; }

.block-views-blockhome-page-article-block-1 + .views-element-container.form-group {
  display: none; }

#block-quicktabsyhmostreadheadline .quicktabs-tabpage .views-element-container.form-group {
  padding: 5px; }
  #block-quicktabsyhmostreadheadline .quicktabs-tabpage .views-element-container.form-group .view-content .views-field.views-field-field-image {
    width: 20%;
    display: inline-block; }
  #block-quicktabsyhmostreadheadline .quicktabs-tabpage .views-element-container.form-group .view-content .views-field.views-field-title {
    width: 80%;
    display: inline-block;
    padding: 0px 10px;
    vertical-align: top; }
    #block-quicktabsyhmostreadheadline .quicktabs-tabpage .views-element-container.form-group .view-content .views-field.views-field-title span {
      font-size: 12px;
      line-height: 15px !important;
      font-family: arial;
      font-weight: 400;
      color: #444444;
      margin-bottom: 0px; }
      #block-quicktabsyhmostreadheadline .quicktabs-tabpage .views-element-container.form-group .view-content .views-field.views-field-title span a {
        font-weight: 700;
        font-size: 12px;
        margin-bottom: 5px !important;
        display: inline-block;
        color: #222; }
  #block-quicktabsyhmostreadheadline .quicktabs-tabpage .views-element-container.form-group .attachment.attachment-after {
    margin-top: 10px; }
    #block-quicktabsyhmostreadheadline .quicktabs-tabpage .views-element-container.form-group .attachment.attachment-after .views-element-container {
      padding: 10px;
      background: #eee;
      border-radius: 5px;
      border: 0px solid #ffffff;
      box-shadow: 0px 0px 0px #bbbbbb; }
      #block-quicktabsyhmostreadheadline .quicktabs-tabpage .views-element-container.form-group .attachment.attachment-after .views-element-container .view-content .views-row {
        margin: 0px;
        padding: 7px 0;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #ddd;
        background: 0;
        border-radius: 0px;
        box-shadow: 0 0 0px #ddd;
        display: block; }
        #block-quicktabsyhmostreadheadline .quicktabs-tabpage .views-element-container.form-group .attachment.attachment-after .views-element-container .view-content .views-row .field-content a {
          font-weight: 700; }
      #block-quicktabsyhmostreadheadline .quicktabs-tabpage .views-element-container.form-group .attachment.attachment-after .views-element-container .view-content .views-row:first-child {
        border-top: 0px solid #fff !important; }
      #block-quicktabsyhmostreadheadline .quicktabs-tabpage .views-element-container.form-group .attachment.attachment-after .views-element-container .view-content .views-row:last-child {
        border-bottom: 0px solid #ddd !important; }

/*gwcommonwealth breaking news*/
.breaking-news .views-element-container, .top-story .views-element-container {
  margin: 0;
  padding: 0;
  box-shadow: none !important;
  background: none;
  border: none; }

/*Breaking news block*/
.breaking-news {
  padding: 0;
  margin: 25px auto;
  /*SLick arrows*/ }
  .breaking-news .view-content .views-row {
    padding: 1px !important; }
  .breaking-news .region-breaking-news .breaking-news-wrp {
    display: flex;
    background: #7B0B07;
    color: #fff; }
    @media (max-width: 767px) {
      .breaking-news .region-breaking-news .breaking-news-wrp {
        flex-wrap: wrap;
        padding: 5px; } }
    .breaking-news .region-breaking-news .breaking-news-wrp .title {
      background: #000;
      padding: 10px;
      margin: 10px;
      width: 15%; }
      @media (max-width: 1199px) {
        .breaking-news .region-breaking-news .breaking-news-wrp .title {
          width: auto; } }
      @media (max-width: 767px) {
        .breaking-news .region-breaking-news .breaking-news-wrp .title {
          padding: 8px 15px;
          margin: 0; } }
      .breaking-news .region-breaking-news .breaking-news-wrp .title h2 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: 800;
        padding: 0 0px;
        line-height: 21px;
        margin-top: 0;
        word-break: break-word; }
        @media (max-width: 991px) {
          .breaking-news .region-breaking-news .breaking-news-wrp .title h2 {
            font-size: 16px !important;
            margin-bottom: 0; } }
        @media (max-width: 767px) {
          .breaking-news .region-breaking-news .breaking-news-wrp .title h2 {
            margin-bottom: 0; } }
        @media (max-width: 460px) {
          .breaking-news .region-breaking-news .breaking-news-wrp .title h2 {
            font-size: 14px !important; } }
        @media (max-width: 360px) {
          .breaking-news .region-breaking-news .breaking-news-wrp .title h2 {
            margin-bottom: 0;
            font-size: 12px !important;
            line-height: 12px; } }
    .breaking-news .region-breaking-news .breaking-news-wrp .right-content-wrp {
      display: flex;
      /*width: 88%;*/
      width: 100%;
      padding: 0 10px; }
      @media (max-width: 767px) {
        .breaking-news .region-breaking-news .breaking-news-wrp .right-content-wrp {
          flex-wrap: wrap;
          width: 100%; } }
      .breaking-news .region-breaking-news .breaking-news-wrp .right-content-wrp .image {
        width: 25%;
        background: #e6e6e6;
        margin: 10px 0; }
        @media (max-width: 767px) {
          .breaking-news .region-breaking-news .breaking-news-wrp .right-content-wrp .image {
            width: 100%; } }
        .breaking-news .region-breaking-news .breaking-news-wrp .right-content-wrp .image img {
          width: 100%;
          height: 150px;
          object-fit: contain; }
          @media (max-width: 767px) {
            .breaking-news .region-breaking-news .breaking-news-wrp .right-content-wrp .image img {
              margin: 0;
              width: 100%;
              height: 200px;
              object-fit: contain; } }
      .breaking-news .region-breaking-news .breaking-news-wrp .right-content-wrp .content-wrp {
        margin: 10px 5px 10px 10px;
        width: 75%; }
        @media (max-width: 767px) {
          .breaking-news .region-breaking-news .breaking-news-wrp .right-content-wrp .content-wrp {
            margin: 0 5px 0; } }
        .breaking-news .region-breaking-news .breaking-news-wrp .right-content-wrp .content-wrp .ttl {
          margin: 5px 0; }
          .breaking-news .region-breaking-news .breaking-news-wrp .right-content-wrp .content-wrp .ttl a {
            font-size: 26px;
            color: #fff;
            line-height: 28px;
            font-weight: 700; }
            @media (max-width: 767px) {
              .breaking-news .region-breaking-news .breaking-news-wrp .right-content-wrp .content-wrp .ttl a {
                font-size: 16px;
                line-height: 19px; } }
  .breaking-news button.slick-next.slick-arrow {
    background: url(../images/nss_new/right_arrow.svg) no-repeat center;
    right: 5px;
    top: -30px; }
    .breaking-news button.slick-next.slick-arrow::before {
      display: none; }
  .breaking-news button.slick-prev.slick-arrow {
    background: url(../images/nss_new/left_arrow.svg) no-repeat center;
    left: auto !important;
    right: 25px;
    top: -30px; }
    .breaking-news button.slick-prev.slick-arrow::before {
      display: none; }

/*Top stories block*/
.top-story {
  margin-bottom: 20px; }
  @media (min-width: 991px) {
    .top-story {
      padding: 0; } }
  .top-story .slick-slide {
    position: relative;
    padding: 0 10px 0 0 !important; }
    @media (max-width: 767px) {
      .top-story .slick-slide {
        padding: 0; } }
  .top-story h2.block-title {
    font-size: 24px;
    font-family: "Times New Roman", Times, serif;
    padding: 20px 0 5px;
    color: #000;
    border: none !important; }
  .top-story .topstory-block img {
    width: 100%;
    height: 268px !important;
    object-fit: cover;
    object-position: center;
    border: 1px solid #757575; }
    @media (max-width: 767px) {
      .top-story .topstory-block img {
        height: 400px; } }
    @media (max-width: 560px) {
      .top-story .topstory-block img {
        height: 250px; } }
  .top-story .topstory-block .column-wrp {
    width: 33% !important;
    padding: 0 10px 0 0; }
    @media (max-width: 767px) {
      .top-story .topstory-block .column-wrp {
        width: 100% !important; } }
  .top-story .topstory-block .views-field-field-image {
    position: relative; }
    .top-story .topstory-block .views-field-field-image > .field-content::before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      box-shadow: inset 0 -100px 88px #000000f2; }
  .top-story .topstory-block .views-field.views-field-title {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%; }
    .top-story .topstory-block .views-field.views-field-title a {
      color: #fff;
      font-size: 20px;
      font-weight: 800;
      display: inline-block;
      padding: 0 15px;
      line-height: 30px; }
      .top-story .topstory-block .views-field.views-field-title a:focus {
        outline: none; }
  .top-story .topstory-block button.slick-prev.slick-arrow {
    background: url(../images/nss_new/left_arrow.svg) no-repeat center;
    left: auto !important;
    right: 38px;
    top: -25px; }
    .top-story .topstory-block button.slick-prev.slick-arrow::before {
      display: none; }
  .top-story .topstory-block button.slick-next.slick-arrow {
    background: url(../images/nss_new/right_arrow.svg) no-repeat center;
    top: -25px;
    right: 15px; }
    .top-story .topstory-block button.slick-next.slick-arrow::before {
      display: none; }
  .top-story .topstory-block nav.slick__arrow {
    top: -40px; }
    .top-story .topstory-block nav.slick__arrow .slick-arrow::before {
      display: none; }

.path-frontpage {
  /*	.breakingnews-gwc {
  		.title {
  			display: none;
  		}
  		.breaking-news-wrp {
  			.image {
  				margin: 0 auto 30px;
  			}
  		}
  	}*/ }
  .path-frontpage .region.region-content {
    background: #f3f3f3; }
    .path-frontpage .region.region-content h1.page-header {
      padding: 10px !important;
      margin-bottom: 0; }
    .path-frontpage .region.region-content .views-element-container {
      padding: 0 !important; }
      .path-frontpage .region.region-content .views-element-container .views-field-body h2 {
        font-size: 20px;
        font-weight: 800 !important;
        font-family: "Times New Roman", Times, serif; }
      .path-frontpage .region.region-content .views-element-container .views-field.views-field-title a {
        font-size: 20px;
        font-weight: 800 !important;
        font-family: "Times New Roman", Times, serif;
        line-height: 28px; }

/*Subscribe block*/
.gwc-products .views-element-container.form-group {
  padding: 0 !important;
  background: #f7f7f7;
  border: 1px solid #eeeeee; }
  .gwc-products .views-element-container.form-group .view-commerce-product {
    padding: 20px; }
  .gwc-products .views-element-container.form-group .view-commerce-product.view-display-id-block_3 form .form-item-trial-product-info-user {
    font-weight: bold !important;
    font-size: 16px;
    line-height: 22px; }
  .gwc-products .views-element-container.form-group .view-commerce-product.view-display-id-block_3 form fieldset[id*="purchased-entity"] {
    display: none; }
  .gwc-products .views-element-container.form-group .view-commerce-product.view-display-id-block_3 form .form-actions .button--add-to-cart {
    background-color: #5cb85c;
    border: none; }
    .gwc-products .views-element-container.form-group .view-commerce-product.view-display-id-block_3 form .form-actions .button--add-to-cart:hover, .gwc-products .views-element-container.form-group .view-commerce-product.view-display-id-block_3 form .form-actions .button--add-to-cart:focus, .gwc-products .views-element-container.form-group .view-commerce-product.view-display-id-block_3 form .form-actions .button--add-to-cart:active {
      background-color: #3a7a3a;
      outline: none !important; }

/*Subscription block status message*/
.subscriptions-block td.views-field-state {
  width: 15%;
  /*Expired*/ }
  @media (max-width: 991px) {
    .subscriptions-block td.views-field-state {
      padding-left: 8px !important;
      background: none !important;
      font-size: 14px !important;
      width: auto; } }
  .subscriptions-block td.views-field-state.expired {
    background: url(../images/nss_new/expired.png) left 14px center no-repeat;
    background-size: 20px;
    color: #ee7d09;
    padding-left: 15px;
    font-size: 14px; }
  .subscriptions-block td.views-field-state.renewal {
    background: url(../images/nss_new/renewal.png) left 13px center no-repeat;
    background-size: 20px;
    color: #2f77bb;
    padding-left: 35px;
    font-size: 14px; }
  .subscriptions-block td.views-field-state.active-sub {
    background: url(../images/nss_new/active.png) no-repeat left 28px center;
    background-size: 10px;
    color: #4b991a;
    font-size: 14px; }
  .subscriptions-block td.views-field-state.trial {
    background: url(../images/nss_new/trail.png) left 35px center no-repeat;
    background-size: 17px;
    color: #578ec6;
    padding-left: 18px;
    font-size: 14px; }
  .subscriptions-block td.views-field-state.cancelled {
    background: url(../images/nss_new/cancelled.png) center no-repeat;
    background-size: 94px;
    padding: 0 40px;
    font-size: 0;
    color: red; }
.subscriptions-block td a[href*="/cancel-my-subscription"] {
  background: url(../images/nss_new/cancel-subscription.png) no-repeat;
  display: inline-block;
  background-size: 17px;
  color: #c94c4c;
  padding-left: 25px; }

/*cart block*/
@media (max-width: 567px) {
  .user-logged-in .block-commerce-cart-blocks {
    top: 15px; } }

.block-commerce-cart-blocks {
  position: absolute;
  right: 0;
  margin: 0 !important;
  top: 11px; }
  @media (max-width: 991px) {
    .block-commerce-cart-blocks {
      right: 2px; } }
  @media (max-width: 767px) {
    .block-commerce-cart-blocks {
      top: 10px; } }
  .block-commerce-cart-blocks .commerce-cart-block--type-button .commerce-cart-block--summary a {
    display: flex;
    align-items: flex-start;
    text-decoration: none; }
    @media (max-width: 991px) {
      .block-commerce-cart-blocks .commerce-cart-block--type-button .commerce-cart-block--summary a {
        margin-right: 10px;
        margin-top: 1px; } }
    .block-commerce-cart-blocks .commerce-cart-block--type-button .commerce-cart-block--summary a .commerce-cart-block--summary__icon {
      background: url(../images/nss_new/cart-black.svg) no-repeat;
      background-size: 26px;
      padding: 0 2px; }
      .block-commerce-cart-blocks .commerce-cart-block--type-button .commerce-cart-block--summary a .commerce-cart-block--summary__icon img {
        visibility: hidden; }
    .block-commerce-cart-blocks .commerce-cart-block--type-button .commerce-cart-block--summary a .commerce-cart-block--summary__label {
      margin: -8px 0px 0; }

/*Cart popup*/
.commerce-cart-block .commerce-cart-block--contents {
  width: 320px; }
  @media screen and (max-width: 767px) {
    .commerce-cart-block .commerce-cart-block--contents {
      width: 270px; } }
.commerce-cart-block .commerce-cart-block--contents__links {
  text-align: center; }
  .commerce-cart-block .commerce-cart-block--contents__links a {
    color: #fff;
    background-color: #333;
    border-color: #333;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 3px;
    margin: 10px auto 0; }
    .commerce-cart-block .commerce-cart-block--contents__links a:hover {
      background-color: #222;
      border-color: #222; }
.commerce-cart-block .table-responsive {
  padding: 0;
  border: none; }

/**** Added styles for Header section ****/
body {
  margin-top: 0px; }

/*@media (min-width: 1200px) {
	.container {
	    width: 1170px;
	}
}*/
@media (min-width: 992px) {
  .container {
    width: 940px; } }
.navbar.container {
  max-width: 100%;
  width: 100%;
  border-radius: 0px;
  padding: 0px; }

header.navbar {
  border: 0px solid transparent;
  background: #fff;
  padding: 0; }
  @media (max-width: 375px) {
    header.navbar .header-layertop .container {
      padding-right: 5px !important;
      padding-left: 5px !important; } }
  header.navbar .container-fluid {
    padding: 0 !important; }
  header.navbar .banner-wrp {
    position: relative; }
    header.navbar .banner-wrp .photo-credit {
      position: absolute;
      color: #fff;
      bottom: 20%;
      padding: 8px 10px; }
      @media (max-width: 767px) {
        header.navbar .banner-wrp .photo-credit {
          bottom: 0;
          font-size: 12px; } }
  header.navbar .banner img {
    width: 100%;
    height: 325px;
    object-fit: cover;
    object-position: left; }
    @media (max-width: 991px) {
      header.navbar .banner img {
        height: auto; } }
    @media (max-width: 767px) {
      header.navbar .banner img {
        padding: 0 0 22px 0;
        background-color: #000; } }
    @media (max-width: 567px) {
      header.navbar .banner img {
        padding: 0 0 40px 0; } }
  header.navbar .banner::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: inset 0 -200px 114px #000000f2; }
    @media (max-width: 991px) {
      header.navbar .banner::before {
        box-shadow: inset 0 -149px 114px #0000008c; } }
  header.navbar .region.region-navigation .logo {
    position: absolute;
    bottom: 42%;
    padding: 0;
    width: 100%;
    display: block;
    text-align: center; }
    @media (max-width: 991px) {
      header.navbar .region.region-navigation .logo {
        display: block;
        padding: 0 5px;
        top: 0;
        bottom: 0;
        transform: translate(0, 12%);
        margin: 0; } }
    @media (max-width: 560px) {
      header.navbar .region.region-navigation .logo {
        padding-bottom: 20px; } }
    header.navbar .region.region-navigation .logo img {
      width: 975px;
      margin: 0 auto;
      padding: 0;
      /* @media (max-width: 560px) {
       	width: 100%;
       }*/ }
      @media (max-width: 991px) {
        header.navbar .region.region-navigation .logo img {
          width: auto; } }
  header.navbar .header-layertop {
    display: block;
    width: 100%;
    background: #fff;
    padding: 10px 0; }
    @media (max-width: 567px) {
      header.navbar .header-layertop {
        padding: 0; } }
    header.navbar .header-layertop .container {
      padding: 0 !important; }
    header.navbar .header-layertop .block-commerce-cart {
      position: absolute;
      right: 0; }
      header.navbar .header-layertop .block-commerce-cart .cart-block--summary .cart-block--link__expand span img {
        visibility: hidden; }
      header.navbar .header-layertop .block-commerce-cart .cart-block--summary .cart-block--link__expand span:first-child {
        background: url(../images/nss_new/cart-black.svg);
        background-size: 27px;
        display: block;
        background-repeat: no-repeat;
        padding: 6px 16px;
        content: ''; }
      header.navbar .header-layertop .block-commerce-cart .cart-block--summary .cart-block--link__expand span.cart-block--summary__count {
        color: white;
        position: absolute;
        top: -8px;
        right: -7px;
        background-color: red; }
    header.navbar .header-layertop .region-header-top .menu--account {
      margin-right: 0 !important;
      float: none !important;
      display: flex;
      align-items: center;
      margin: 0 5px !important;
      padding-right: 30px; }
      @media screen and (max-width: 767px) {
        header.navbar .header-layertop .region-header-top .menu--account {
          padding-right: 40px; } }
      header.navbar .header-layertop .region-header-top .menu--account li a {
        padding: 5px 10px !important;
        font-weight: 800;
        margin: 0 5px;
        color: #000;
        border: 1px solid #0a0a0a00; }
        @media (max-width: 414px) {
          header.navbar .header-layertop .region-header-top .menu--account li a {
            font-size: 12px;
            margin: 0; } }
        header.navbar .header-layertop .region-header-top .menu--account li a[href*="user/login"] {
          background: #333333;
          border: 1px solid #0A0A0A;
          color: #fff !important; }
          header.navbar .header-layertop .region-header-top .menu--account li a[href*="user/login"]:hover, header.navbar .header-layertop .region-header-top .menu--account li a[href*="user/login"]:focus, header.navbar .header-layertop .region-header-top .menu--account li a[href*="user/login"]:active {
            background: #000 !important;
            text-decoration: none;
            border: 1px solid #000; }
      header.navbar .header-layertop .region-header-top .menu--account li span.header-search-icon {
        background: url(../images/nss_new/search.svg) no-repeat center;
        font-size: 0;
        padding: 10px 15px;
        cursor: pointer;
        display: inline-block; }
        header.navbar .header-layertop .region-header-top .menu--account li span.header-search-icon::after {
          z-index: 1;
          content: '.';
          width: 15px;
          height: 15px;
          background: #ffffff;
          display: block;
          position: absolute;
          top: 41px;
          right: 6px;
          -moz-box-shadow: #ccc 0 0 10px;
          -webkit-box-shadow: #ccc 0 0 10px;
          box-shadow: #ccc 0 0 10px;
          transform: rotate(45deg);
          visibility: hidden; }
        header.navbar .header-layertop .region-header-top .menu--account li span.header-search-icon.show::after {
          visibility: visible; }
    header.navbar .header-layertop #block-nss-account-menu {
      float: left;
      margin-right: 10px;
      display: inline-block; }
      header.navbar .header-layertop #block-nss-account-menu ul.menu {
        float: left !important; }
        @media (max-width: 767px) {
          header.navbar .header-layertop #block-nss-account-menu ul.menu {
            margin: 0 0 !important; } }
        header.navbar .header-layertop #block-nss-account-menu ul.menu li a {
          padding: 7px 15px 7px 0px;
          font-size: 11px;
          color: #ffffff; }
        @media (max-width: 767px) {
          header.navbar .header-layertop #block-nss-account-menu ul.menu li a {
            padding: 7px 5px 7px 0px; } }
        @media (max-width: 767px) {
          header.navbar .header-layertop #block-nss-account-menu ul.menu li {
            display: inline-block !important; } }
    @media (max-width: 767px) {
      header.navbar .header-layertop #block-nss-account-menu {
        margin-right: 0px; } }
    header.navbar .header-layertop #block-topheadersocialicon {
      display: inline-block;
      width: 60px;
      margin: 8px 0px; }
      header.navbar .header-layertop #block-topheadersocialicon .social-links {
        list-style: none;
        display: block;
        padding: 0px;
        margin-bottom: 0px; }
        header.navbar .header-layertop #block-topheadersocialicon .social-links li {
          display: inline-block;
          padding: 0px 0px;
          margin: 0px -1px; }
    header.navbar .header-layertop #block-nss-search {
      width: 50%;
      display: inline-block;
      float: right; }
      header.navbar .header-layertop #block-nss-search form {
        background: url(../images/search-box-bg.png) repeat-x;
        line-height: 33px;
        width: 240px;
        float: right; }
        header.navbar .header-layertop #block-nss-search form .form-group {
          margin-bottom: 0px; }
          header.navbar .header-layertop #block-nss-search form .form-group input.form-search {
            border-radius: 0;
            float: right;
            padding: 0 10px;
            width: 200px;
            font-size: 11px;
            color: #ffffff;
            font-style: italic;
            background: transparent;
            border: 1px solid transparent;
            outline: none;
            box-shadow: none; }
          @media (max-width: 767px) {
            header.navbar .header-layertop #block-nss-search form .form-group input.form-search {
              width: 70%;
              float: left; } }
          header.navbar .header-layertop #block-nss-search form .form-group input.form-search:focus {
            outline: none;
            box-shadow: none; }
          header.navbar .header-layertop #block-nss-search form .form-group .input-group-btn button {
            background: transparent;
            border: 0px;
            padding: 0;
            top: -5px; }
            header.navbar .header-layertop #block-nss-search form .form-group .input-group-btn button .sr-only {
              font-size: 11px;
              color: #fff;
              height: auto;
              width: auto;
              padding: 0px;
              clip: initial;
              text-transform: uppercase;
              color: #ffffff;
              font-weight: bold;
              background: 0;
              text-shadow: -1px -1px #111111;
              margin-left: -10px; }
            @media (max-width: 767px) {
              header.navbar .header-layertop #block-nss-search form .form-group .input-group-btn button .sr-only {
                margin-left: 0px;
                font-size: 10px; } }
            header.navbar .header-layertop #block-nss-search form .form-group .input-group-btn button span.icon {
              display: none; }
          @media (max-width: 767px) {
            header.navbar .header-layertop #block-nss-search form .form-group .input-group-btn button {
              margin-left: 0px; } }
          @media (max-width: 767px) {
            header.navbar .header-layertop #block-nss-search form .form-group .input-group-btn {
              float: right;
              width: 28%; } }
      @media (max-width: 767px) {
        header.navbar .header-layertop #block-nss-search form#search-block-form {
          width: 100%; } }
    header.navbar .header-layertop .region-header-top {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      position: relative;
      /*Search block*/ }
      header.navbar .header-layertop .region-header-top ul.menu li a:hover, header.navbar .header-layertop .region-header-top ul.menu li.active a {
        background: transparent !important;
        text-decoration: underline; }
      header.navbar .header-layertop .region-header-top #block-nssnew-account-menu {
        position: absolute;
        right: 0; }
      header.navbar .header-layertop .region-header-top .search-block-form {
        position: absolute;
        right: 0;
        top: 35px;
        display: none;
        z-index: 1; }
        @media screen and (max-width: 767px) {
          header.navbar .header-layertop .region-header-top .search-block-form {
            right: 1px; } }
        header.navbar .header-layertop .region-header-top .search-block-form input {
          border: none; }
        header.navbar .header-layertop .region-header-top .search-block-form .form-type-select {
          display: none; }
        header.navbar .header-layertop .region-header-top .search-block-form button {
          background: url(../images/search_black.png) no-repeat center;
          font-size: 0;
          padding: 16px;
          background-color: #fff !important;
          background-size: 19px;
          margin-right: 0 !important;
          border-radius: 0 5px 5px 0 !important;
          border-color: #fff !important;
          margin-left: -15px;
          margin-top: 5px; }
        header.navbar .header-layertop .region-header-top .search-block-form label {
          display: none; }
        header.navbar .header-layertop .region-header-top .search-block-form form[id*="search-block-form"] {
          width: 300px; }
          @media (max-width: 767px) {
            header.navbar .header-layertop .region-header-top .search-block-form form[id*="search-block-form"] {
              width: 240px; } }
  header.navbar .navbar-header {
    display: block;
    width: 100%; }
    @media (max-width: 767px) {
      header.navbar .navbar-header {
        margin: 0 auto; } }
    header.navbar .navbar-header .name {
      display: none; }
    @media (max-width: 991px) {
      header.navbar .navbar-header button.navbar-toggle {
        background: #222;
        width: 100%;
        border: 0 solid transparent;
        margin: 0 auto;
        border-radius: 0px;
        color: #fff;
        font-size: 18px; }
        header.navbar .navbar-header button.navbar-toggle .icon-bar {
          background-color: #888;
          margin: 3px auto; }
      header.navbar .navbar-header .container {
        padding: 0 0 !important; } }
  header.navbar #navbar-collapse {
    float: left;
    width: 100%;
    position: absolute;
    bottom: 0; }
    @media (max-width: 991px) {
      header.navbar #navbar-collapse {
        position: relative;
        margin: 0; } }
    header.navbar #navbar-collapse ul.menu.nav {
      display: none; }
      @media (max-width: 991px) {
        header.navbar #navbar-collapse ul.menu.nav {
          display: block;
          padding: 0 !important; } }
    header.navbar #navbar-collapse .ul.we-mega-menu-ul {
      display: block; }
      @media (max-width: 991px) {
        header.navbar #navbar-collapse .ul.we-mega-menu-ul {
          display: none; } }
      header.navbar #navbar-collapse .ul.we-mega-menu-ul .we-mega-menu-submenu a {
        font-size: 12px; }
    header.navbar #navbar-collapse ul.menu.nav li a, header.navbar #navbar-collapse ul.we-mega-menu-ul li a {
      display: block;
      font-size: 14px;
      color: #ffffff;
      text-shadow: 1px 1px #111111;
      text-transform: initial;
      padding: 15px 22px 15px 20px !important;
      background: transparent;
      font-weight: 700;
      margin: 1px 0; }

@media (min-width: 992px) {
  .navbar-default .menu.nav > .active > a {
    background-color: #222; }

  #navbar-collapse .menu.nav > li a:hover {
    text-decoration: underline;
    background: transparent; }

  #navbar-collapse .menu.nav > li a.is-active {
    background-color: #222 !important; }

  #navbar-collapse .menu.nav > li .dropdown-menu li a.is-active,
  #navbar-collapse .menu.nav > li .dropdown-menu li a:hover {
    background-color: #333333 !important; } }
@media screen and (max-width: 991px) {
  .region-navigation-collapsible nav ul li.dropdown > .dropdown-menu {
    display: block;
    position: relative;
    background: none !important;
    margin-left: 20px;
    transition: 0.5s;
    height: auto;
    overflow: hidden;
    padding: 0; } }
@media screen and (max-width: 991px) {
  .region-navigation-collapsible nav ul li.dropdown.show a .caret {
    transform: rotate(180deg); } }

.region-navigation-collapsible .expanded.dropdown {
  position: inherit !important; }
  @media screen and (max-width: 991px) {
    .region-navigation-collapsible .expanded.dropdown span.caret {
      display: none; } }
  .region-navigation-collapsible .expanded.dropdown ul.dropdown-menu {
    display: none !important;
    width: 100%;
    left: 0 !important;
    position: absolute;
    padding: 0;
    margin: 0;
    z-index: 100;
    background: #111111;
    border: 0;
    border-radius: 0px; }
    .region-navigation-collapsible .expanded.dropdown ul.dropdown-menu li.first {
      padding-left: 13%; }
    .region-navigation-collapsible .expanded.dropdown ul.dropdown-menu li {
      display: inline-block; }
      .region-navigation-collapsible .expanded.dropdown ul.dropdown-menu li a {
        font-size: 12px !important; }

.user-logged-in .region-navigation-collapsible ul.dropdown-menu {
  top: auto !important; }
  .user-logged-in .region-navigation-collapsible ul.dropdown-menu li.first {
    padding-left: 0% !important; }

@media (max-width: 767px) {
  form#search-block-form .input-group {
    display: inline-flex; }

  .navbar-collapse.in {
    overflow-y: hidden !important; }

  .navbar.container {
    overflow-x: hidden; }

  .region-navigation-collapsible .menu.nav, .region-navigation-collapsible .menu.nav {
    padding: 0% 5% !important; } }
@media (max-width: 991px) {
  .region-navigation-collapsible .menu.nav {
    margin-top: 0px !important;
    background: #333;
    padding: 0% 0%;
    width: 100%;
    margin: 0 0px;
    float: left; }
    .region-navigation-collapsible .menu.nav .expanded.dropdown {
      width: 100%; }
      .region-navigation-collapsible .menu.nav .expanded.dropdown ul.dropdown-menu {
        background: transparent;
        box-shadow: 0 0 0 transparent;
        border-bottom: 0px solid #222;
        margin-bottom: 10px;
        position: relative !important;
        margin: 0; }
        .region-navigation-collapsible .menu.nav .expanded.dropdown ul.dropdown-menu li {
          display: block !important;
          padding-left: 0% !important;
          border-bottom: 1px solid #222; }
          .region-navigation-collapsible .menu.nav .expanded.dropdown ul.dropdown-menu li a {
            padding-left: 7% !important; }
          .region-navigation-collapsible .menu.nav .expanded.dropdown ul.dropdown-menu li a:hover {
            background: #222; }
          .region-navigation-collapsible .menu.nav .expanded.dropdown ul.dropdown-menu li a.is-active {
            background: #222; }
        .region-navigation-collapsible .menu.nav .expanded.dropdown ul.dropdown-menu li.last {
          border-bottom: 0px solid #222; }

  .region-navigation-collapsible .menu.nav > li {
    border-bottom: 2px solid #222;
    display: block;
    width: 100%; }

  .menu.nav > li {
    float: none; }

  #navbar .container {
    width: 100%;
    padding: 0 !important; }

  .navbar-collapse {
    padding-right: 0px;
    padding-left: 0px; }

  .padding-zero {
    padding: 0 0px !important; } }
.menu.nav > li {
  float: left; }

.block-social {
  margin: 0; }
  .block-social .field--name-body {
    display: inline-block; }

.header-social a {
  font-size: 0; }
.header-social a.facebook {
  background: url(../images/nss_new/fb_black.svg) no-repeat center;
  padding: 12px; }
.header-social a.twitter {
  background: url(../images/nss_new/twitter_black.svg) no-repeat center;
  padding: 12px 15px; }
.header-social a.instagram {
  background: url(../images/nss_new/instagram.png) no-repeat center;
  background-size: 19px;
  padding: 12px 18px; }

@media screen and (max-width: 567px) {
  .user-logged-in .header-social .content-wrp {
    display: none;
    position: absolute;
    top: 3px;
    background-color: #fff;
    border: 1px solid #bbb;
    z-index: 1111;
    left: 22px; } }
.user-logged-in .header-social-mob {
  display: none; }
  @media screen and (max-width: 567px) {
    .user-logged-in .header-social-mob {
      background: url(../images/link.png) no-repeat left 8px top 11px;
      background-size: 20px;
      font-size: 0;
      padding: 15px;
      display: inline-block;
      cursor: pointer; } }

/***** Added styles for login page *****/
.block-fb-likebox {
  text-align: center; }

h1.field-content {
  font-size: 22px; }

article.article {
  /*padding: 0px 10px;*/ }

.view-taxonomy-term .views-row {
  		/*margin-bottom: 0px !important;
  	    border-bottom: 2px solid gray !important;
      	padding-bottom: 20px;*/ }
  .view-taxonomy-term .views-row article {
    padding: 0px 0px !important; }
    .view-taxonomy-term .views-row article .content .field.field--name-body p {
      /*display: inline;*/ }
  .view-taxonomy-term .views-row .views-field-field-image {
    margin-bottom: 15px; }
  .view-taxonomy-term .views-row .views-field-field-video {
    margin-bottom: 15px; }
  .view-taxonomy-term .views-row .views-field-body p {
    display: inline; }
.view-taxonomy-term .feed-icons a.feed-icon {
  display: none; }

.views-element-container .view-content .content .field.field--name-body p {
  font-size: 26px;
  color: #222; }

.content-main .content .field.field--name-body p {
  font-size: 16px;
  color: #444;
  margin: 10px 0;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; }
  .content-main .content .field.field--name-body p img {
    width: 100%;
    height: auto !important; }
  .content-main .content .field.field--name-body p span {
    word-break: break-word; }
.content-main .content a {
  color: #7e7e7e;
  word-break: break-word; }

.region.region-content {
  /*background: #fff;*/
  /*padding: 10px !important;*/ }
  .region.region-content section.block-quicktabs {
    /*display: none;*/
    /* padding: 10px !important; */ }

ul.quicktabs-tabs {
  margin-top: 10px;
  padding-left: 0px;
  display: inline-block;
  margin-bottom: 15px;
  width: 100%; }

ul.quicktabs-tabs li {
  padding: 6px 10px;
  margin: 0 5px 0 0;
  position: relative;
  border: 1px solid #ccc;
  background: #dddddd;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.5px; }

ul.quicktabs-tabs li.active {
  background: #ffffff;
  margin-bottom: -1px;
  border: 1px solid #eeeeee; }

.path-user.user-logged-in .left-side-wrp {
  width: 100% !important; }

/*user dasboard page*/
body[class*="path-_"].path-user.user-logged-in .user-email-verification-is-verified {
  margin: 15px auto 0 !important;
  display: flex;
  align-items: center; }
  body[class*="path-_"].path-user.user-logged-in .user-email-verification-is-verified span {
    visibility: hidden;
    margin-left: 15px;
    visibility: visible;
    font-size: 0;
    background-size: 40px !important;
    padding: 15px 20px; }
    body[class*="path-_"].path-user.user-logged-in .user-email-verification-is-verified span.yes {
      background: url(../images/nss_new/verfied.png) no-repeat; }
    body[class*="path-_"].path-user.user-logged-in .user-email-verification-is-verified span.no {
      background: url(../images/nss_new/not-verfied.png) no-repeat; }
body[class*="path-_"].path-user.user-logged-in .form-item.panel-default, body[class*="path-_"].path-user.user-logged-in .user-email-verification-is-verified, body[class*="path-_"].path-user.user-logged-in .user-email-verification-verified-date {
  width: 50%;
  margin: 0 auto; }
  @media screen and (max-width: 1199px) {
    body[class*="path-_"].path-user.user-logged-in .form-item.panel-default, body[class*="path-_"].path-user.user-logged-in .user-email-verification-is-verified, body[class*="path-_"].path-user.user-logged-in .user-email-verification-verified-date {
      width: 70%; } }
  @media screen and (max-width: 991px) {
    body[class*="path-_"].path-user.user-logged-in .form-item.panel-default, body[class*="path-_"].path-user.user-logged-in .user-email-verification-is-verified, body[class*="path-_"].path-user.user-logged-in .user-email-verification-verified-date {
      width: 90%; } }
  @media screen and (max-width: 767px) {
    body[class*="path-_"].path-user.user-logged-in .form-item.panel-default, body[class*="path-_"].path-user.user-logged-in .user-email-verification-is-verified, body[class*="path-_"].path-user.user-logged-in .user-email-verification-verified-date {
      width: 95%; } }
  body[class*="path-_"].path-user.user-logged-in .form-item.panel-default .panel-body .field.field--name-user-picture, body[class*="path-_"].path-user.user-logged-in .user-email-verification-is-verified .panel-body .field.field--name-user-picture, body[class*="path-_"].path-user.user-logged-in .user-email-verification-verified-date .panel-body .field.field--name-user-picture {
    display: flex;
    justify-content: center; }
    body[class*="path-_"].path-user.user-logged-in .form-item.panel-default .panel-body .field.field--name-user-picture img, body[class*="path-_"].path-user.user-logged-in .user-email-verification-is-verified .panel-body .field.field--name-user-picture img, body[class*="path-_"].path-user.user-logged-in .user-email-verification-verified-date .panel-body .field.field--name-user-picture img {
      width: 150px;
      height: auto; }
  body[class*="path-_"].path-user.user-logged-in .form-item.panel-default .panel-body .form-item.form-no-label, body[class*="path-_"].path-user.user-logged-in .user-email-verification-is-verified .panel-body .form-item.form-no-label, body[class*="path-_"].path-user.user-logged-in .user-email-verification-verified-date .panel-body .form-item.form-no-label {
    text-align: center; }
    body[class*="path-_"].path-user.user-logged-in .form-item.panel-default .panel-body .form-item.form-no-label h4, body[class*="path-_"].path-user.user-logged-in .user-email-verification-is-verified .panel-body .form-item.form-no-label h4, body[class*="path-_"].path-user.user-logged-in .user-email-verification-verified-date .panel-body .form-item.form-no-label h4 {
      text-align: center; }
  body[class*="path-_"].path-user.user-logged-in .form-item.panel-default:first-child, body[class*="path-_"].path-user.user-logged-in .user-email-verification-is-verified:first-child, body[class*="path-_"].path-user.user-logged-in .user-email-verification-verified-date:first-child {
    border-bottom: 1px solid #e1e1e1 !important;
    border-radius: 0 !important;
    border-color: #ff000000; }
    body[class*="path-_"].path-user.user-logged-in .form-item.panel-default:first-child > .panel-heading, body[class*="path-_"].path-user.user-logged-in .user-email-verification-is-verified:first-child > .panel-heading, body[class*="path-_"].path-user.user-logged-in .user-email-verification-verified-date:first-child > .panel-heading {
      display: none; }

.path-user {
  /*user edit page*/ }
  @media screen and (max-width: 767px) {
    .path-user .user-form {
      padding: 0 5px; } }
  .path-user .user-form div[id*="edit-group-personal-detail"].panel-default .panel-body {
    display: flex;
    flex-wrap: wrap; }
    .path-user .user-form div[id*="edit-group-personal-detail"].panel-default .panel-body > .form-group {
      width: 48%;
      margin: 0 8px 0 0; }
      @media screen and (max-width: 991px) {
        .path-user .user-form div[id*="edit-group-personal-detail"].panel-default .panel-body > .form-group {
          width: 100%;
          margin: 0; } }
      .path-user .user-form div[id*="edit-group-personal-detail"].panel-default .panel-body > .form-group.field--type-image {
        flex: 0 0 97%; }
        @media screen and (max-width: 991px) {
          .path-user .user-form div[id*="edit-group-personal-detail"].panel-default .panel-body > .form-group.field--type-image {
            flex: 0 0 100%; } }
  .path-user .user-form .panel-default > .panel-heading {
    color: #fff;
    background-color: #333333;
    border-color: #333; }
  .path-user .user-form .panel-default div[id*="edit-account"] {
    display: flex;
    flex-wrap: wrap; }
    .path-user .user-form .panel-default div[id*="edit-account"] > .form-item {
      width: 48%;
      margin: 0 15px 0 0; }
      @media screen and (max-width: 991px) {
        .path-user .user-form .panel-default div[id*="edit-account"] > .form-item {
          width: 100%;
          margin: 0; } }
      .path-user .user-form .panel-default div[id*="edit-account"] > .form-item.form-type-password-confirm {
        display: flex;
        flex-wrap: wrap;
        margin: 20px 0 !important; }
        .path-user .user-form .panel-default div[id*="edit-account"] > .form-item.form-type-password-confirm > .form-item {
          width: 48%;
          margin: 0 15px 0 0; }
          @media screen and (max-width: 991px) {
            .path-user .user-form .panel-default div[id*="edit-account"] > .form-item.form-type-password-confirm > .form-item {
              width: 100%;
              margin: 0; } }
  .path-user .user-form .field--name-field-expiration-date {
    width: 20%; }
    @media screen and (max-width: 767px) {
      .path-user .user-form .field--name-field-expiration-date {
        width: 50%; } }
  .path-user .user-form .form-actions {
    text-align: center; }
  .path-user .page-header {
    display: none; }
  .path-user article .panel-default > .panel-heading {
    background: #0b0b0a !important;
    color: #fff;
    border-color: #0b0b0a !important; }
  .path-user ul.tabs--primary.nav.nav-tabs {
    text-align: center;
    border: none;
    display: flex;
    justify-content: center;
    background: #fff;
    flex-wrap: wrap; }
    .path-user ul.tabs--primary.nav.nav-tabs li {
      padding: 0;
      border: none !important;
      background: #fff; }
      @media screen and (max-width: 991px) {
        .path-user ul.tabs--primary.nav.nav-tabs li {
          margin: 20px 0;
          display: inline-block; } }
      @media screen and (max-width: 567px) {
        .path-user ul.tabs--primary.nav.nav-tabs li {
          display: block;
          width: 100%; } }
      .path-user ul.tabs--primary.nav.nav-tabs li a {
        border-bottom: 3px solid #e9e9e9 !important;
        padding: 10px 45px;
        text-decoration: none !important;
        font-size: 16px;
        margin-right: 0;
        border: none; }
        @media screen and (max-width: 567px) {
          .path-user ul.tabs--primary.nav.nav-tabs li a {
            display: block;
            white-space: normal; } }
        .path-user ul.tabs--primary.nav.nav-tabs li a:hover, .path-user ul.tabs--primary.nav.nav-tabs li a:focus, .path-user ul.tabs--primary.nav.nav-tabs li a:active {
          background: none !important;
          color: #333 !important;
          border-bottom: 3px solid #333 !important; }
      .path-user ul.tabs--primary.nav.nav-tabs li.active {
        border: none; }
        .path-user ul.tabs--primary.nav.nav-tabs li.active a {
          color: #333 !important;
          font-weight: bold;
          border-bottom: 3px solid #333 !important;
          margin: 0 5px; }

.user-login-form, .user-pass, article.contextual-region, .table-responsive {
  padding: 20px;
  border: 1px solid #ffffff;
  background: #f9f9f9; }

.path-user article.contextual-region,
.path-user .table-responsive {
  background-color: #fff !important;
  border: none;
  padding: 0; }

article.contextual-region .field {
  margin-bottom: 10px;
  font-size: 13px; }
article.contextual-region .field.field--name-user-picture a img {
  border: 1px solid #ccc;
  border-radius: 4px; }
article.contextual-region h4.label {
  color: #444;
  font-size: 13px;
  padding-left: 0;
  display: block;
  text-align: left;
  margin: 0; }

.webform .webform-submission-form .webform-type-checkboxes legend {
  margin-bottom: 10px;
  margin-top: 10px;
  border-bottom: 0px solid #e5e5e5; }
.webform .webform-submission-form .webform-type-checkboxes .form-checkboxes .form-item label.control-label.option {
  font-size: 26px;
  line-height: 28px;
  font-weight: 400;
  font-style: normal;
  font-family: georgia,"times new roman",times,serif;
  margin-bottom: 5px; }

.path-mysubscription .left-side-wrp {
  width: 100% !important; }

/*gwc subscription cancel page*/
.path-cancel-my-subscription form.user-subscription-cancel-form {
  width: 50%;
  margin: 30px auto 0;
  box-shadow: 0 0 10px #d0d0d0;
  text-align: center;
  padding: 20px; }
  @media screen and (max-width: 1199px) {
    .path-cancel-my-subscription form.user-subscription-cancel-form {
      width: 70%; } }
  @media screen and (max-width: 991px) {
    .path-cancel-my-subscription form.user-subscription-cancel-form {
      width: 100%; } }
  .path-cancel-my-subscription form.user-subscription-cancel-form .cancel-confirm-text {
    font-weight: 700;
    font-size: 16px;
    line-height: 25px; }
  .path-cancel-my-subscription form.user-subscription-cancel-form .fieldset-wrapper, .path-cancel-my-subscription form.user-subscription-cancel-form legend {
    display: none; }
  .path-cancel-my-subscription form.user-subscription-cancel-form .form-actions {
    margin: 10px 0; }
    .path-cancel-my-subscription form.user-subscription-cancel-form .form-actions button {
      color: #fff;
      background-color: #5cb85c;
      margin-right: 10px;
      border: none; }
      .path-cancel-my-subscription form.user-subscription-cancel-form .form-actions button:hover, .path-cancel-my-subscription form.user-subscription-cancel-form .form-actions button:focus, .path-cancel-my-subscription form.user-subscription-cancel-form .form-actions button:active {
        color: #fff;
        background-color: #449d44;
        border-color: #398439;
        outline: none !important; }
    .path-cancel-my-subscription form.user-subscription-cancel-form .form-actions a[id*="edit-cancel"] {
      background: #e94949;
      padding: 7px 15px;
      border: 1px solid #f71212;
      color: #fff; }
      .path-cancel-my-subscription form.user-subscription-cancel-form .form-actions a[id*="edit-cancel"]:hover, .path-cancel-my-subscription form.user-subscription-cancel-form .form-actions a[id*="edit-cancel"]:focus, .path-cancel-my-subscription form.user-subscription-cancel-form .form-actions a[id*="edit-cancel"]:active {
        background: #c42b2b;
        border: 1px solid #be3131;
        text-decoration: none; }

/*gwc subscription page*/
.gwc-subscription-page .left-side-wrp, .path-cart .left-side-wrp, .path-payment-settings .left-side-wrp, .path-newsletters .left-side-wrp,
.path-print-subscription-delivery-issu .left-side-wrp, .gwc-subscription-land-page .left-side-wrp, .paybill-page .left-side-wrp, .path-e-editions .left-side-wrp, .e-edition-page .left-side-wrp {
  width: 100% !important; }

/*E-edition page*/
@media screen and (max-width: 1199px) {
  .e-edition-page .region-content .eedition-block.views-element-container {
    padding: 0 10px !important; } }
.e-edition-page .region-content .eedition-block.views-element-container .views-row .field-content {
  /*.read_more_link {
  	font-size: 14px;
  }*/ }
  .e-edition-page .region-content .eedition-block.views-element-container .views-row .field-content p {
    text-align: center;
    margin: 10px 0; }
  .e-edition-page .region-content .eedition-block.views-element-container .views-row .field-content img {
    min-height: 220px;
    object-fit: cover; }

/*paybill page*/
.paybill-page:not(.user-logged-in) ul.tabs--primary.nav.nav-tabs {
  display: none; }
.paybill-page .region-content h1.page-header {
  text-align: center; }
.paybill-page article .field--name-variations .commerce-order-item-add-to-cart-form .form-actions {
  display: block;
  margin: 30px 0 !important;
  text-align: center; }
  .paybill-page article .field--name-variations .commerce-order-item-add-to-cart-form .form-actions button {
    background-image: none;
    padding-left: 12px; }
.paybill-page article form {
  border-color: #cfcfcf;
  padding: 20px;
  background: #fff;
  width: 50%;
  margin: 0 auto 20px;
  border: 1px solid #cfcfcf; }
  .paybill-page article form label {
    font-size: 14px !important; }
  @media screen and (max-width: 991px) {
    .paybill-page article form {
      width: 75%; } }
  @media screen and (max-width: 767px) {
    .paybill-page article form {
      width: 100%; } }
  .paybill-page article form fieldset[id*="validation-field"] {
    margin: 0 0 15px; }
    .paybill-page article form fieldset[id*="validation-field"] legend {
      display: none; }
    .paybill-page article form fieldset[id*="validation-field"] .fieldset-wrapper > div[id*="validation-field"] {
      display: flex;
      align-items: center; }
      .paybill-page article form fieldset[id*="validation-field"] .fieldset-wrapper > div[id*="validation-field"] .pay-bill-desc {
        font-size: 14px; }
      .paybill-page article form fieldset[id*="validation-field"] .fieldset-wrapper > div[id*="validation-field"] > .form-item {
        margin: 0 10px 0 0; }
        .paybill-page article form fieldset[id*="validation-field"] .fieldset-wrapper > div[id*="validation-field"] > .form-item label {
          margin: 0; }
          .paybill-page article form fieldset[id*="validation-field"] .fieldset-wrapper > div[id*="validation-field"] > .form-item label input[type="radio"] {
            margin: 7.5px 0 0 -20px !important; }

.path-newsletters h1.page-header {
  padding: 5px !important;
  color: #ffffff !important;
  font-size: 21px !important;
  margin-bottom: 15px;
  background: #333;
  text-transform: capitalize;
  text-align: center;
  width: 50%;
  margin: 0 auto 0 !important;
  font-weight: bold; }
  @media screen and (max-width: 991px) {
    .path-newsletters h1.page-header {
      width: 75%; } }
  @media screen and (max-width: 767px) {
    .path-newsletters h1.page-header {
      width: 100%; } }
.path-newsletters .mailchimp-signup-subscribe-form {
  border-color: #cfcfcf;
  padding: 20px;
  background: #fff;
  width: 50%;
  margin: 0 auto 20px;
  border: 1px solid #cfcfcf; }
  @media screen and (max-width: 991px) {
    .path-newsletters .mailchimp-signup-subscribe-form {
      width: 75%; } }
  @media screen and (max-width: 767px) {
    .path-newsletters .mailchimp-signup-subscribe-form {
      width: 100%; } }
  .path-newsletters .mailchimp-signup-subscribe-form .mailchimp-newsletter-mergefields {
    width: 100%;
    display: inline-block; }
    @media screen and (max-width: 767px) {
      .path-newsletters .mailchimp-signup-subscribe-form .mailchimp-newsletter-mergefields {
        width: 100%;
        display: block; } }
  .path-newsletters .mailchimp-signup-subscribe-form fieldset {
    margin-top: 20px; }
    .path-newsletters .mailchimp-signup-subscribe-form fieldset legend {
      background-color: #333333;
      color: #fff;
      padding: 7px 10px;
      margin: 12px 0 0 !important;
      font-size: 16px; }
.path-newsletters .form-actions {
  margin: 15px 0 0 5px;
  display: block;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .path-newsletters .form-actions {
      text-align: center;
      display: block;
      margin: 15px 0; } }

.path-payment-settings .right-side-wrp {
  width: 100% !important; }
.path-payment-settings form[id*="profile-payment-settings"] {
  margin: 45px auto 0;
  box-shadow: 0 0 10px #dfdfdf; }
  @media screen and (max-width: 991px) {
    .path-payment-settings form[id*="profile-payment-settings"] {
      width: 100%; } }
  .path-payment-settings form[id*="profile-payment-settings"] .panel-default > .panel-heading {
    color: #ffffff;
    background-color: #333;
    border-color: #333; }

.gwc-subscription-land-page ul.tabs--primary.nav.nav-tabs {
  background: none;
  border: none; }
  .gwc-subscription-land-page ul.tabs--primary.nav.nav-tabs li a.is-active {
    color: #333 !important;
    font-weight: bold;
    border-bottom: 3px solid #333 !important;
    margin: 0 5px; }

.gwc-subscription-page ul.quicktabs-tabs li.active {
  border: none; }
  .gwc-subscription-page ul.quicktabs-tabs li.active a {
    color: #333 !important;
    font-weight: bold;
    border-bottom: 3px solid #333 !important;
    margin: 0 5px; }

.gwc-subscription-page ul.quicktabs-tabs, .gwc-subscription-land-page ul.tabs--primary.nav.nav-tabs {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .gwc-subscription-page ul.quicktabs-tabs li, .gwc-subscription-land-page ul.tabs--primary.nav.nav-tabs li {
    padding: 0;
    border: none !important;
    background: #fff;
    display: inline-block;
    margin: 0 0 30px 0; }
    @media screen and (max-width: 991px) {
      .gwc-subscription-page ul.quicktabs-tabs li, .gwc-subscription-land-page ul.tabs--primary.nav.nav-tabs li {
        margin: 20px 0;
        display: inline-block; } }
    @media screen and (max-width: 567px) {
      .gwc-subscription-page ul.quicktabs-tabs li, .gwc-subscription-land-page ul.tabs--primary.nav.nav-tabs li {
        display: block;
        margin: 10px 0;
        width: 100%; } }
    .gwc-subscription-page ul.quicktabs-tabs li a, .gwc-subscription-land-page ul.tabs--primary.nav.nav-tabs li a {
      border-bottom: 3px solid #e9e9e9 !important;
      padding: 10px 30px;
      text-decoration: none !important;
      font-size: 16px; }
      @media screen and (max-width: 567px) {
        .gwc-subscription-page ul.quicktabs-tabs li a, .gwc-subscription-land-page ul.tabs--primary.nav.nav-tabs li a {
          display: block;
          white-space: normal; } }

.gwc-subscription-page header {
  margin-bottom: 0; }
.gwc-subscription-page .messages__wrapper {
  background: #090a0d;
  padding: 10px 50px 1px; }
  .gwc-subscription-page .messages__wrapper .alert {
    width: 50%;
    margin: 20px auto; }
    @media screen and (max-width: 991px) {
      .gwc-subscription-page .messages__wrapper .alert {
        width: 100%; } }
.gwc-subscription-page .left-side-wrp {
  padding: 0; }
  .gwc-subscription-page .left-side-wrp section.block {
    margin: 0; }
.gwc-subscription-page .main-container {
  width: 100%;
  padding: 0; }
  .gwc-subscription-page .main-container > .row {
    margin: 0 !important; }
    .gwc-subscription-page .main-container > .row .col-sm-12 {
      padding: 0 !important; }
      .gwc-subscription-page .main-container > .row .col-sm-12 .row {
        margin: 0 !important; }
.gwc-subscription-page .region-content h1.page-header {
  background: #090a0d;
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 10px 0 145px 0 !important;
  font-weight: 700; }
.gwc-subscription-page .region-content > article {
  background: #fff;
  width: 1170px;
  margin: auto;
  margin-top: -135px;
  padding: 40px !important; }
  @media screen and (max-width: 1199px) {
    .gwc-subscription-page .region-content > article {
      width: 85%; } }
  @media screen and (max-width: 991px) {
    .gwc-subscription-page .region-content > article {
      width: 95%; } }
  @media screen and (max-width: 767px) {
    .gwc-subscription-page .region-content > article {
      padding: 20px !important; } }
  .gwc-subscription-page .region-content > article .article_page_info {
    display: none; }
  .gwc-subscription-page .region-content > article .content ul.links.inline.list-inline {
    display: none; }
  .gwc-subscription-page .region-content > article .content .field.field--name-body p {
    margin: 0 0 15px; }
.gwc-subscription-page .region-content section.block-quicktabs.gwc-products {
  width: 1170px;
  margin: auto !important; }
  @media screen and (max-width: 1199px) {
    .gwc-subscription-page .region-content section.block-quicktabs.gwc-products {
      width: 85%; } }
  @media screen and (max-width: 991px) {
    .gwc-subscription-page .region-content section.block-quicktabs.gwc-products {
      width: 100%; } }
  .gwc-subscription-page .region-content section.block-quicktabs.gwc-products .quicktabs-main {
    width: 60%;
    margin: 40px auto;
    background: #fff; }
    @media screen and (max-width: 1199px) {
      .gwc-subscription-page .region-content section.block-quicktabs.gwc-products .quicktabs-main {
        width: 70%; } }
    @media screen and (max-width: 991px) {
      .gwc-subscription-page .region-content section.block-quicktabs.gwc-products .quicktabs-main {
        width: 90%; } }
    .gwc-subscription-page .region-content section.block-quicktabs.gwc-products .quicktabs-main .user-current-subs {
      margin: 20px 0 0;
      background: #f3f3f3;
      padding: 20px;
      text-align: center; }
    .gwc-subscription-page .region-content section.block-quicktabs.gwc-products .quicktabs-main .view-content .views-row {
      padding-bottom: 0 !important; }
    .gwc-subscription-page .region-content section.block-quicktabs.gwc-products .quicktabs-main .quicktabs-tabpage:nth-child(2) .view-commerce-product::after {
      background-image: url(../images/nss_new/subscriptions.png); }
    .gwc-subscription-page .region-content section.block-quicktabs.gwc-products .quicktabs-main .quicktabs-tabpage:nth-child(3) .view-commerce-product::after {
      background-image: url(../images/nss_new/autorenew.png); }
    .gwc-subscription-page .region-content section.block-quicktabs.gwc-products .quicktabs-main .quicktabs-tabpage:nth-child(1) .view-commerce-product::after {
      background-image: url(../images/nss_new/print.png); }
    .gwc-subscription-page .region-content section.block-quicktabs.gwc-products .quicktabs-main .quicktabs-tabpage:nth-child(1) .view-commerce-product .form-type-radio {
      /*margin: 20px 0;*/ }
    .gwc-subscription-page .region-content section.block-quicktabs.gwc-products .quicktabs-main .quicktabs-tabpage:nth-child(1) .view-commerce-product form .field--widget-commerce-product-variation-attributes {
      padding-right: 0 !important; }
      .gwc-subscription-page .region-content section.block-quicktabs.gwc-products .quicktabs-main .quicktabs-tabpage:nth-child(1) .view-commerce-product form .field--widget-commerce-product-variation-attributes legend {
        padding: 15px 100px 15px 0; }
    .gwc-subscription-page .region-content section.block-quicktabs.gwc-products .quicktabs-main .quicktabs-tabpage:nth-child(4) .view-commerce-product {
      min-height: 250px;
      display: flex;
      align-items: center;
      flex-wrap: wrap; }
      .gwc-subscription-page .region-content section.block-quicktabs.gwc-products .quicktabs-main .quicktabs-tabpage:nth-child(4) .view-commerce-product::after {
        background-image: url(../images/nss_new/freetrial.png); }
      .gwc-subscription-page .region-content section.block-quicktabs.gwc-products .quicktabs-main .quicktabs-tabpage:nth-child(4) .view-commerce-product .view-content .views-row {
        padding-bottom: 0 !important; }
        .gwc-subscription-page .region-content section.block-quicktabs.gwc-products .quicktabs-main .quicktabs-tabpage:nth-child(4) .view-commerce-product .view-content .views-row article > .user-current-subs {
          padding-right: 100px !important;
          margin: 0; }
        .gwc-subscription-page .region-content section.block-quicktabs.gwc-products .quicktabs-main .quicktabs-tabpage:nth-child(4) .view-commerce-product .view-content .views-row article .accessed-trial_period {
          font-size: 16px;
          color: #9d9d9d;
          font-weight: 800;
          display: flex;
          height: -webkit-fill-available;
          align-items: center;
          justify-content: center;
          padding: 20px !important; }
        .gwc-subscription-page .region-content section.block-quicktabs.gwc-products .quicktabs-main .quicktabs-tabpage:nth-child(4) .view-commerce-product .view-content .views-row article form .form-item-trial-product-info-user {
          padding-right: 100px !important; }
        .gwc-subscription-page .region-content section.block-quicktabs.gwc-products .quicktabs-main .quicktabs-tabpage:nth-child(4) .view-commerce-product .view-content .views-row article form .form-actions {
          margin: 40px 0 0 !important; }
    .gwc-subscription-page .region-content section.block-quicktabs.gwc-products .quicktabs-main .quicktabs-tabpage .views-element-container.form-group {
      background: #fff;
      box-shadow: 0 0 48px 10px #f3f3f3; }
      .gwc-subscription-page .region-content section.block-quicktabs.gwc-products .quicktabs-main .quicktabs-tabpage .views-element-container.form-group .view-commerce-product {
        position: relative; }
        .gwc-subscription-page .region-content section.block-quicktabs.gwc-products .quicktabs-main .quicktabs-tabpage .views-element-container.form-group .view-commerce-product::after {
          background-position: right top;
          background-size: 207px;
          background-repeat: no-repeat;
          content: '';
          padding: 102px 109px;
          display: block;
          position: absolute;
          top: -16px;
          right: -17px; }
        .gwc-subscription-page .region-content section.block-quicktabs.gwc-products .quicktabs-main .quicktabs-tabpage .views-element-container.form-group .view-commerce-product form .field--widget-commerce-product-variation-attributes {
          padding-right: 100px; }
        .gwc-subscription-page .region-content section.block-quicktabs.gwc-products .quicktabs-main .quicktabs-tabpage .views-element-container.form-group .view-commerce-product .view-content .views-row article {
          background-color: #fff !important;
          padding: 0; }
      .gwc-subscription-page .region-content section.block-quicktabs.gwc-products .quicktabs-main .quicktabs-tabpage .views-element-container.form-group .commerce-order-item-add-to-cart-form legend {
        font-weight: 700;
        margin: 5px 0;
        line-height: 24px; }
        @media screen and (max-width: 360px) {
          .gwc-subscription-page .region-content section.block-quicktabs.gwc-products .quicktabs-main .quicktabs-tabpage .views-element-container.form-group .commerce-order-item-add-to-cart-form legend {
            font-size: 14px; } }
      .gwc-subscription-page .region-content section.block-quicktabs.gwc-products .quicktabs-main .quicktabs-tabpage .views-element-container.form-group .commerce-order-item-add-to-cart-form .form-actions {
        display: block;
        text-align: center; }

/*path cart page*/
.path-checkout.path-review .checkout-pane div[id*="review-order"] .panel-body .field--label {
  display: none; }
.path-checkout.path-review .checkout-pane .panel-body .field.field--name-expires {
  color: red;
  font-size: 12px;
  font-weight: bold; }

.path-cart .view-commerce-cart-form form, .path-checkout .view-commerce-checkout-order-summary form {
  box-shadow: 0 0 25px 5px #e5e5e5;
  margin: 30px 0 50px; }
  @media screen and (max-width: 767px) {
    .path-cart .view-commerce-cart-form form, .path-checkout .view-commerce-checkout-order-summary form {
      margin: 30px 0; } }
.path-cart .view-commerce-cart-form .table-responsive, .path-checkout .view-commerce-checkout-order-summary .table-responsive {
  overflow-x: auto;
  background: #fff;
  padding: 0;
  border: none; }
  .path-cart .view-commerce-cart-form .table-responsive table.table, .path-checkout .view-commerce-checkout-order-summary .table-responsive table.table {
    font-size: 14px; }
    .path-cart .view-commerce-cart-form .table-responsive table.table > tbody > tr > td, .path-checkout .view-commerce-checkout-order-summary .table-responsive table.table > tbody > tr > td {
      border-top: none;
      border-right: none;
      border-left: none; }
    .path-cart .view-commerce-cart-form .table-responsive table.table > thead > tr > th, .path-checkout .view-commerce-checkout-order-summary .table-responsive table.table > thead > tr > th {
      border: 1px solid #333333;
      background: #333333; }
    .path-cart .view-commerce-cart-form .table-responsive table.table > tbody > tr:hover, .path-checkout .view-commerce-checkout-order-summary .table-responsive table.table > tbody > tr:hover {
      background-color: #f9f9f9 !important; }
    .path-cart .view-commerce-cart-form .table-responsive table.table .views-field-purchased-entity, .path-checkout .view-commerce-checkout-order-summary .table-responsive table.table .views-field-purchased-entity {
      text-align: left !important;
      padding: 10px 25px !important; }
    .path-cart .view-commerce-cart-form .table-responsive table.table .views-field-total-price__number, .path-checkout .view-commerce-checkout-order-summary .table-responsive table.table .views-field-total-price__number {
      text-align: right !important;
      padding: 10px 25px !important; }
    .path-cart .view-commerce-cart-form .table-responsive table.table th.views-field-remove-button, .path-checkout .view-commerce-checkout-order-summary .table-responsive table.table th.views-field-remove-button {
      color: #333333 !important; }
    .path-cart .view-commerce-cart-form .table-responsive table.table .views-field-remove-button button, .path-checkout .view-commerce-checkout-order-summary .table-responsive table.table .views-field-remove-button button {
      background-color: #db4e4e;
      border: 1px solid #db4e4e;
      color: #fff;
      background-repeat: no-repeat;
      background-position: left center;
      padding: 5px 12px;
      font-size: 12px;
      margin: 10px 0; }
      .path-cart .view-commerce-cart-form .table-responsive table.table .views-field-remove-button button:hover, .path-cart .view-commerce-cart-form .table-responsive table.table .views-field-remove-button button:focus, .path-cart .view-commerce-cart-form .table-responsive table.table .views-field-remove-button button:active, .path-checkout .view-commerce-checkout-order-summary .table-responsive table.table .views-field-remove-button button:hover, .path-checkout .view-commerce-checkout-order-summary .table-responsive table.table .views-field-remove-button button:focus, .path-checkout .view-commerce-checkout-order-summary .table-responsive table.table .views-field-remove-button button:active {
        background-color: #ba3d3d;
        color: #fff;
        outline: none !important; }
      .path-cart .view-commerce-cart-form .table-responsive table.table .views-field-remove-button button span, .path-checkout .view-commerce-checkout-order-summary .table-responsive table.table .views-field-remove-button button span {
        display: none; }
.path-cart .view-commerce-cart-form .field--name-total-price, .path-checkout .view-commerce-checkout-order-summary .field--name-total-price {
  padding: 2px 10px; }
  .path-cart .view-commerce-cart-form .field--name-total-price .order-total-line, .path-checkout .view-commerce-checkout-order-summary .field--name-total-price .order-total-line {
    font-size: 18px;
    padding: 0; }
    @media screen and (max-width: 414px) {
      .path-cart .view-commerce-cart-form .field--name-total-price .order-total-line, .path-checkout .view-commerce-checkout-order-summary .field--name-total-price .order-total-line {
        font-size: 16px; } }
    .path-cart .view-commerce-cart-form .field--name-total-price .order-total-line.order-total-line__subtotal span, .path-checkout .view-commerce-checkout-order-summary .field--name-total-price .order-total-line.order-total-line__subtotal span {
      border-bottom: 1px dashed #ddd; }
    .path-cart .view-commerce-cart-form .field--name-total-price .order-total-line span, .path-checkout .view-commerce-checkout-order-summary .field--name-total-price .order-total-line span {
      padding: 10px 15px 10px 60px;
      width: auto !important; }
      @media screen and (max-width: 414px) {
        .path-cart .view-commerce-cart-form .field--name-total-price .order-total-line span, .path-checkout .view-commerce-checkout-order-summary .field--name-total-price .order-total-line span {
          padding: 10px 5px 10px 60px; } }

.paypal-buttons-container {
  float: inherit !important;
  width: 50% !important;
  margin: 40px auto 0px; }

.path-cart .cart-form .views-element-container, .path-cart .layout-checkout-form .views-element-container, .path-checkout .cart-form .views-element-container, .path-checkout .layout-checkout-form .views-element-container {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 2px 0px;
  padding: 0 !important; }

.path-cart {
  background: #f1f3f6;
  /*empty cart*/ }
  .path-cart h1.page-header {
    text-align: center; }
  .path-cart .view-commerce-cart-form form {
    box-shadow: none !important;
    margin: 0 !important; }
  .path-cart .cart-empty-page {
    font-size: 16px;
    margin: 50px 0 0; }
    .path-cart .cart-empty-page img {
      width: 200px; }
    .path-cart .cart-empty-page h3 {
      font-weight: bold; }
  .path-cart .form-actions {
    text-align: center;
    padding: 15px 0 50px !important; }
    .path-cart .form-actions button[id*="checkout"], .path-cart .form-actions .btn-select-plan {
      background: #333;
      border-color: #333;
      color: #fff; }
      .path-cart .form-actions button[id*="checkout"]:hover, .path-cart .form-actions button[id*="checkout"]:focus, .path-cart .form-actions button[id*="checkout"]:active, .path-cart .form-actions .btn-select-plan:hover, .path-cart .form-actions .btn-select-plan:focus, .path-cart .form-actions .btn-select-plan:active {
        background-color: #222;
        border-collapse: #222;
        outline: none !important; }
    .path-cart .form-actions button[value*="Update cart"] {
      color: #fff;
      background-color: #333;
      border-color: #333; }
      .path-cart .form-actions button[value*="Update cart"]:hover, .path-cart .form-actions button[value*="Update cart"]:focus, .path-cart .form-actions button[value*="Update cart"]:active {
        background-color: #000; }

.path-add.path-user section.col-sm-6.left-side-wrp form .credit-card-form,
.path-edit.path-user section.col-sm-6.left-side-wrp form .credit-card-form,
.path-checkout.path-order-information section.col-sm-6.left-side-wrp form .credit-card-form {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0; }
  .path-add.path-user section.col-sm-6.left-side-wrp form .credit-card-form .credit-card-form__divider,
  .path-edit.path-user section.col-sm-6.left-side-wrp form .credit-card-form .credit-card-form__divider,
  .path-checkout.path-order-information section.col-sm-6.left-side-wrp form .credit-card-form .credit-card-form__divider {
    margin: 2.3em 0.6em 0 0.6em; }
  .path-add.path-user section.col-sm-6.left-side-wrp form .credit-card-form .credit-card-form__expiration,
  .path-edit.path-user section.col-sm-6.left-side-wrp form .credit-card-form .credit-card-form__expiration,
  .path-checkout.path-order-information section.col-sm-6.left-side-wrp form .credit-card-form .credit-card-form__expiration {
    margin: 0 13px 0 10px; }
    @media screen and (max-width: 991px) {
      .path-add.path-user section.col-sm-6.left-side-wrp form .credit-card-form .credit-card-form__expiration,
      .path-edit.path-user section.col-sm-6.left-side-wrp form .credit-card-form .credit-card-form__expiration,
      .path-checkout.path-order-information section.col-sm-6.left-side-wrp form .credit-card-form .credit-card-form__expiration {
        width: auto; } }
    @media screen and (max-width: 767px) {
      .path-add.path-user section.col-sm-6.left-side-wrp form .credit-card-form .credit-card-form__expiration,
      .path-edit.path-user section.col-sm-6.left-side-wrp form .credit-card-form .credit-card-form__expiration,
      .path-checkout.path-order-information section.col-sm-6.left-side-wrp form .credit-card-form .credit-card-form__expiration {
        margin: 0 5px 0 0; } }
    @media screen and (max-width: 359px) {
      .path-add.path-user section.col-sm-6.left-side-wrp form .credit-card-form .credit-card-form__expiration,
      .path-edit.path-user section.col-sm-6.left-side-wrp form .credit-card-form .credit-card-form__expiration,
      .path-checkout.path-order-information section.col-sm-6.left-side-wrp form .credit-card-form .credit-card-form__expiration {
        margin: 0 5px 10px 0; } }
  .path-add.path-user section.col-sm-6.left-side-wrp form .credit-card-form .form-item-payment-information-add-payment-method-payment-details-number,
  .path-add.path-user section.col-sm-6.left-side-wrp form .credit-card-form .form-item-payment-method-payment-details-number,
  .path-edit.path-user section.col-sm-6.left-side-wrp form .credit-card-form .form-item-payment-information-add-payment-method-payment-details-number,
  .path-edit.path-user section.col-sm-6.left-side-wrp form .credit-card-form .form-item-payment-method-payment-details-number,
  .path-checkout.path-order-information section.col-sm-6.left-side-wrp form .credit-card-form .form-item-payment-information-add-payment-method-payment-details-number,
  .path-checkout.path-order-information section.col-sm-6.left-side-wrp form .credit-card-form .form-item-payment-method-payment-details-number {
    width: 35%; }
    @media screen and (max-width: 991px) {
      .path-add.path-user section.col-sm-6.left-side-wrp form .credit-card-form .form-item-payment-information-add-payment-method-payment-details-number,
      .path-add.path-user section.col-sm-6.left-side-wrp form .credit-card-form .form-item-payment-method-payment-details-number,
      .path-edit.path-user section.col-sm-6.left-side-wrp form .credit-card-form .form-item-payment-information-add-payment-method-payment-details-number,
      .path-edit.path-user section.col-sm-6.left-side-wrp form .credit-card-form .form-item-payment-method-payment-details-number,
      .path-checkout.path-order-information section.col-sm-6.left-side-wrp form .credit-card-form .form-item-payment-information-add-payment-method-payment-details-number,
      .path-checkout.path-order-information section.col-sm-6.left-side-wrp form .credit-card-form .form-item-payment-method-payment-details-number {
        width: 50%; } }
    @media screen and (max-width: 767px) {
      .path-add.path-user section.col-sm-6.left-side-wrp form .credit-card-form .form-item-payment-information-add-payment-method-payment-details-number,
      .path-add.path-user section.col-sm-6.left-side-wrp form .credit-card-form .form-item-payment-method-payment-details-number,
      .path-edit.path-user section.col-sm-6.left-side-wrp form .credit-card-form .form-item-payment-information-add-payment-method-payment-details-number,
      .path-edit.path-user section.col-sm-6.left-side-wrp form .credit-card-form .form-item-payment-method-payment-details-number,
      .path-checkout.path-order-information section.col-sm-6.left-side-wrp form .credit-card-form .form-item-payment-information-add-payment-method-payment-details-number,
      .path-checkout.path-order-information section.col-sm-6.left-side-wrp form .credit-card-form .form-item-payment-method-payment-details-number {
        width: 100%; } }
    .path-add.path-user section.col-sm-6.left-side-wrp form .credit-card-form .form-item-payment-information-add-payment-method-payment-details-number input,
    .path-add.path-user section.col-sm-6.left-side-wrp form .credit-card-form .form-item-payment-method-payment-details-number input,
    .path-edit.path-user section.col-sm-6.left-side-wrp form .credit-card-form .form-item-payment-information-add-payment-method-payment-details-number input,
    .path-edit.path-user section.col-sm-6.left-side-wrp form .credit-card-form .form-item-payment-method-payment-details-number input,
    .path-checkout.path-order-information section.col-sm-6.left-side-wrp form .credit-card-form .form-item-payment-information-add-payment-method-payment-details-number input,
    .path-checkout.path-order-information section.col-sm-6.left-side-wrp form .credit-card-form .form-item-payment-method-payment-details-number input {
      background: url(../images/nss_new/card.png) no-repeat right 5px center;
      background-size: 90px; }
.path-add.path-user section.col-sm-6.left-side-wrp form div[id*="edit-payment-information-add-payment-method-billing-information"],
.path-add.path-user section.col-sm-6.left-side-wrp form div[id*="edit-payment-method-billing-information"],
.path-edit.path-user section.col-sm-6.left-side-wrp form div[id*="edit-payment-information-add-payment-method-billing-information"],
.path-edit.path-user section.col-sm-6.left-side-wrp form div[id*="edit-payment-method-billing-information"],
.path-checkout.path-order-information section.col-sm-6.left-side-wrp form div[id*="edit-payment-information-add-payment-method-billing-information"],
.path-checkout.path-order-information section.col-sm-6.left-side-wrp form div[id*="edit-payment-method-billing-information"] {
  /*Saved profile information block*/
  /*Edit button*/ }
  .path-add.path-user section.col-sm-6.left-side-wrp form div[id*="edit-payment-information-add-payment-method-billing-information"] .form-type-select,
  .path-add.path-user section.col-sm-6.left-side-wrp form div[id*="edit-payment-method-billing-information"] .form-type-select,
  .path-edit.path-user section.col-sm-6.left-side-wrp form div[id*="edit-payment-information-add-payment-method-billing-information"] .form-type-select,
  .path-edit.path-user section.col-sm-6.left-side-wrp form div[id*="edit-payment-method-billing-information"] .form-type-select,
  .path-checkout.path-order-information section.col-sm-6.left-side-wrp form div[id*="edit-payment-information-add-payment-method-billing-information"] .form-type-select,
  .path-checkout.path-order-information section.col-sm-6.left-side-wrp form div[id*="edit-payment-method-billing-information"] .form-type-select {
    width: 40%; }
    @media screen and (max-width: 991px) {
      .path-add.path-user section.col-sm-6.left-side-wrp form div[id*="edit-payment-information-add-payment-method-billing-information"] .form-type-select,
      .path-add.path-user section.col-sm-6.left-side-wrp form div[id*="edit-payment-method-billing-information"] .form-type-select,
      .path-edit.path-user section.col-sm-6.left-side-wrp form div[id*="edit-payment-information-add-payment-method-billing-information"] .form-type-select,
      .path-edit.path-user section.col-sm-6.left-side-wrp form div[id*="edit-payment-method-billing-information"] .form-type-select,
      .path-checkout.path-order-information section.col-sm-6.left-side-wrp form div[id*="edit-payment-information-add-payment-method-billing-information"] .form-type-select,
      .path-checkout.path-order-information section.col-sm-6.left-side-wrp form div[id*="edit-payment-method-billing-information"] .form-type-select {
        width: 50%; } }
    @media screen and (max-width: 767px) {
      .path-add.path-user section.col-sm-6.left-side-wrp form div[id*="edit-payment-information-add-payment-method-billing-information"] .form-type-select,
      .path-add.path-user section.col-sm-6.left-side-wrp form div[id*="edit-payment-method-billing-information"] .form-type-select,
      .path-edit.path-user section.col-sm-6.left-side-wrp form div[id*="edit-payment-information-add-payment-method-billing-information"] .form-type-select,
      .path-edit.path-user section.col-sm-6.left-side-wrp form div[id*="edit-payment-method-billing-information"] .form-type-select,
      .path-checkout.path-order-information section.col-sm-6.left-side-wrp form div[id*="edit-payment-information-add-payment-method-billing-information"] .form-type-select,
      .path-checkout.path-order-information section.col-sm-6.left-side-wrp form div[id*="edit-payment-method-billing-information"] .form-type-select {
        width: 100%; } }
    .path-add.path-user section.col-sm-6.left-side-wrp form div[id*="edit-payment-information-add-payment-method-billing-information"] .form-type-select .ajax-progress-throbber,
    .path-add.path-user section.col-sm-6.left-side-wrp form div[id*="edit-payment-method-billing-information"] .form-type-select .ajax-progress-throbber,
    .path-edit.path-user section.col-sm-6.left-side-wrp form div[id*="edit-payment-information-add-payment-method-billing-information"] .form-type-select .ajax-progress-throbber,
    .path-edit.path-user section.col-sm-6.left-side-wrp form div[id*="edit-payment-method-billing-information"] .form-type-select .ajax-progress-throbber,
    .path-checkout.path-order-information section.col-sm-6.left-side-wrp form div[id*="edit-payment-information-add-payment-method-billing-information"] .form-type-select .ajax-progress-throbber,
    .path-checkout.path-order-information section.col-sm-6.left-side-wrp form div[id*="edit-payment-method-billing-information"] .form-type-select .ajax-progress-throbber {
      position: relative; }
  .path-add.path-user section.col-sm-6.left-side-wrp form div[id*="edit-payment-information-add-payment-method-billing-information"] .profile.profile--view-mode--full,
  .path-add.path-user section.col-sm-6.left-side-wrp form div[id*="edit-payment-method-billing-information"] .profile.profile--view-mode--full,
  .path-edit.path-user section.col-sm-6.left-side-wrp form div[id*="edit-payment-information-add-payment-method-billing-information"] .profile.profile--view-mode--full,
  .path-edit.path-user section.col-sm-6.left-side-wrp form div[id*="edit-payment-method-billing-information"] .profile.profile--view-mode--full,
  .path-checkout.path-order-information section.col-sm-6.left-side-wrp form div[id*="edit-payment-information-add-payment-method-billing-information"] .profile.profile--view-mode--full,
  .path-checkout.path-order-information section.col-sm-6.left-side-wrp form div[id*="edit-payment-method-billing-information"] .profile.profile--view-mode--full {
    padding: 25px;
    background: #f8f8f8;
    margin: 0 0 10px 0;
    width: 40%; }
    @media screen and (max-width: 991px) {
      .path-add.path-user section.col-sm-6.left-side-wrp form div[id*="edit-payment-information-add-payment-method-billing-information"] .profile.profile--view-mode--full,
      .path-add.path-user section.col-sm-6.left-side-wrp form div[id*="edit-payment-method-billing-information"] .profile.profile--view-mode--full,
      .path-edit.path-user section.col-sm-6.left-side-wrp form div[id*="edit-payment-information-add-payment-method-billing-information"] .profile.profile--view-mode--full,
      .path-edit.path-user section.col-sm-6.left-side-wrp form div[id*="edit-payment-method-billing-information"] .profile.profile--view-mode--full,
      .path-checkout.path-order-information section.col-sm-6.left-side-wrp form div[id*="edit-payment-information-add-payment-method-billing-information"] .profile.profile--view-mode--full,
      .path-checkout.path-order-information section.col-sm-6.left-side-wrp form div[id*="edit-payment-method-billing-information"] .profile.profile--view-mode--full {
        width: 50%; } }
    @media screen and (max-width: 767px) {
      .path-add.path-user section.col-sm-6.left-side-wrp form div[id*="edit-payment-information-add-payment-method-billing-information"] .profile.profile--view-mode--full,
      .path-add.path-user section.col-sm-6.left-side-wrp form div[id*="edit-payment-method-billing-information"] .profile.profile--view-mode--full,
      .path-edit.path-user section.col-sm-6.left-side-wrp form div[id*="edit-payment-information-add-payment-method-billing-information"] .profile.profile--view-mode--full,
      .path-edit.path-user section.col-sm-6.left-side-wrp form div[id*="edit-payment-method-billing-information"] .profile.profile--view-mode--full,
      .path-checkout.path-order-information section.col-sm-6.left-side-wrp form div[id*="edit-payment-information-add-payment-method-billing-information"] .profile.profile--view-mode--full,
      .path-checkout.path-order-information section.col-sm-6.left-side-wrp form div[id*="edit-payment-method-billing-information"] .profile.profile--view-mode--full {
        width: 100%;
        margin-right: 0; } }
  .path-add.path-user section.col-sm-6.left-side-wrp form div[id*="edit-payment-information-add-payment-method-billing-information"] button.address-book-edit-button,
  .path-add.path-user section.col-sm-6.left-side-wrp form div[id*="edit-payment-method-billing-information"] button.address-book-edit-button,
  .path-edit.path-user section.col-sm-6.left-side-wrp form div[id*="edit-payment-information-add-payment-method-billing-information"] button.address-book-edit-button,
  .path-edit.path-user section.col-sm-6.left-side-wrp form div[id*="edit-payment-method-billing-information"] button.address-book-edit-button,
  .path-checkout.path-order-information section.col-sm-6.left-side-wrp form div[id*="edit-payment-information-add-payment-method-billing-information"] button.address-book-edit-button,
  .path-checkout.path-order-information section.col-sm-6.left-side-wrp form div[id*="edit-payment-method-billing-information"] button.address-book-edit-button {
    background-color: #333;
    color: #fff;
    border: none; }
.path-add.path-user section.col-sm-6.left-side-wrp form .address-container-inline,
.path-edit.path-user section.col-sm-6.left-side-wrp form .address-container-inline,
.path-checkout.path-order-information section.col-sm-6.left-side-wrp form .address-container-inline {
  display: flex;
  margin-bottom: 0; }
  @media screen and (max-width: 991px) {
    .path-add.path-user section.col-sm-6.left-side-wrp form .address-container-inline,
    .path-edit.path-user section.col-sm-6.left-side-wrp form .address-container-inline,
    .path-checkout.path-order-information section.col-sm-6.left-side-wrp form .address-container-inline {
      flex-wrap: wrap; } }
  .path-add.path-user section.col-sm-6.left-side-wrp form .address-container-inline > div,
  .path-edit.path-user section.col-sm-6.left-side-wrp form .address-container-inline > div,
  .path-checkout.path-order-information section.col-sm-6.left-side-wrp form .address-container-inline > div {
    width: 50%; }
    @media screen and (max-width: 991px) {
      .path-add.path-user section.col-sm-6.left-side-wrp form .address-container-inline > div,
      .path-edit.path-user section.col-sm-6.left-side-wrp form .address-container-inline > div,
      .path-checkout.path-order-information section.col-sm-6.left-side-wrp form .address-container-inline > div {
        width: 100%;
        margin-right: 0; } }
.path-add.path-user section.col-sm-6.left-side-wrp form .form-item-payment-information-add-payment-method-billing-information-address-0-address-organization,
.path-add.path-user section.col-sm-6.left-side-wrp form .form-item-payment-information-add-payment-method-billing-information-address-0-address-address-line1,
.path-add.path-user section.col-sm-6.left-side-wrp form .form-item-payment-information-add-payment-method-billing-information-address-0-address-address-line2,
.path-add.path-user section.col-sm-6.left-side-wrp form .form-item-payment-method-billing-information-address-0-address-address-line1,
.path-add.path-user section.col-sm-6.left-side-wrp form .form-item-payment-method-billing-information-address-0-address-address-line2,
.path-edit.path-user section.col-sm-6.left-side-wrp form .form-item-payment-information-add-payment-method-billing-information-address-0-address-organization,
.path-edit.path-user section.col-sm-6.left-side-wrp form .form-item-payment-information-add-payment-method-billing-information-address-0-address-address-line1,
.path-edit.path-user section.col-sm-6.left-side-wrp form .form-item-payment-information-add-payment-method-billing-information-address-0-address-address-line2,
.path-edit.path-user section.col-sm-6.left-side-wrp form .form-item-payment-method-billing-information-address-0-address-address-line1,
.path-edit.path-user section.col-sm-6.left-side-wrp form .form-item-payment-method-billing-information-address-0-address-address-line2,
.path-checkout.path-order-information section.col-sm-6.left-side-wrp form .form-item-payment-information-add-payment-method-billing-information-address-0-address-organization,
.path-checkout.path-order-information section.col-sm-6.left-side-wrp form .form-item-payment-information-add-payment-method-billing-information-address-0-address-address-line1,
.path-checkout.path-order-information section.col-sm-6.left-side-wrp form .form-item-payment-information-add-payment-method-billing-information-address-0-address-address-line2,
.path-checkout.path-order-information section.col-sm-6.left-side-wrp form .form-item-payment-method-billing-information-address-0-address-address-line1,
.path-checkout.path-order-information section.col-sm-6.left-side-wrp form .form-item-payment-method-billing-information-address-0-address-address-line2 {
  width: 48%; }
  @media screen and (max-width: 991px) {
    .path-add.path-user section.col-sm-6.left-side-wrp form .form-item-payment-information-add-payment-method-billing-information-address-0-address-organization,
    .path-add.path-user section.col-sm-6.left-side-wrp form .form-item-payment-information-add-payment-method-billing-information-address-0-address-address-line1,
    .path-add.path-user section.col-sm-6.left-side-wrp form .form-item-payment-information-add-payment-method-billing-information-address-0-address-address-line2,
    .path-add.path-user section.col-sm-6.left-side-wrp form .form-item-payment-method-billing-information-address-0-address-address-line1,
    .path-add.path-user section.col-sm-6.left-side-wrp form .form-item-payment-method-billing-information-address-0-address-address-line2,
    .path-edit.path-user section.col-sm-6.left-side-wrp form .form-item-payment-information-add-payment-method-billing-information-address-0-address-organization,
    .path-edit.path-user section.col-sm-6.left-side-wrp form .form-item-payment-information-add-payment-method-billing-information-address-0-address-address-line1,
    .path-edit.path-user section.col-sm-6.left-side-wrp form .form-item-payment-information-add-payment-method-billing-information-address-0-address-address-line2,
    .path-edit.path-user section.col-sm-6.left-side-wrp form .form-item-payment-method-billing-information-address-0-address-address-line1,
    .path-edit.path-user section.col-sm-6.left-side-wrp form .form-item-payment-method-billing-information-address-0-address-address-line2,
    .path-checkout.path-order-information section.col-sm-6.left-side-wrp form .form-item-payment-information-add-payment-method-billing-information-address-0-address-organization,
    .path-checkout.path-order-information section.col-sm-6.left-side-wrp form .form-item-payment-information-add-payment-method-billing-information-address-0-address-address-line1,
    .path-checkout.path-order-information section.col-sm-6.left-side-wrp form .form-item-payment-information-add-payment-method-billing-information-address-0-address-address-line2,
    .path-checkout.path-order-information section.col-sm-6.left-side-wrp form .form-item-payment-method-billing-information-address-0-address-address-line1,
    .path-checkout.path-order-information section.col-sm-6.left-side-wrp form .form-item-payment-method-billing-information-address-0-address-address-line2 {
      width: 100%;
      margin-right: 0; } }
.path-add.path-user section.col-sm-6.left-side-wrp form .form-item-payment-information-add-payment-method-billing-information-address-0-address-address-line1,
.path-add.path-user section.col-sm-6.left-side-wrp form .form-item-payment-information-add-payment-method-billing-information-address-0-address-address-line2,
.path-add.path-user section.col-sm-6.left-side-wrp form .form-item-payment-method-billing-information-address-0-address-address-line1,
.path-add.path-user section.col-sm-6.left-side-wrp form .form-item-payment-method-billing-information-address-0-address-address-line2,
.path-edit.path-user section.col-sm-6.left-side-wrp form .form-item-payment-information-add-payment-method-billing-information-address-0-address-address-line1,
.path-edit.path-user section.col-sm-6.left-side-wrp form .form-item-payment-information-add-payment-method-billing-information-address-0-address-address-line2,
.path-edit.path-user section.col-sm-6.left-side-wrp form .form-item-payment-method-billing-information-address-0-address-address-line1,
.path-edit.path-user section.col-sm-6.left-side-wrp form .form-item-payment-method-billing-information-address-0-address-address-line2,
.path-checkout.path-order-information section.col-sm-6.left-side-wrp form .form-item-payment-information-add-payment-method-billing-information-address-0-address-address-line1,
.path-checkout.path-order-information section.col-sm-6.left-side-wrp form .form-item-payment-information-add-payment-method-billing-information-address-0-address-address-line2,
.path-checkout.path-order-information section.col-sm-6.left-side-wrp form .form-item-payment-method-billing-information-address-0-address-address-line1,
.path-checkout.path-order-information section.col-sm-6.left-side-wrp form .form-item-payment-method-billing-information-address-0-address-address-line2 {
  display: inline-block;
  margin-right: 1em !important; }
  @media screen and (max-width: 991px) {
    .path-add.path-user section.col-sm-6.left-side-wrp form .form-item-payment-information-add-payment-method-billing-information-address-0-address-address-line1,
    .path-add.path-user section.col-sm-6.left-side-wrp form .form-item-payment-information-add-payment-method-billing-information-address-0-address-address-line2,
    .path-add.path-user section.col-sm-6.left-side-wrp form .form-item-payment-method-billing-information-address-0-address-address-line1,
    .path-add.path-user section.col-sm-6.left-side-wrp form .form-item-payment-method-billing-information-address-0-address-address-line2,
    .path-edit.path-user section.col-sm-6.left-side-wrp form .form-item-payment-information-add-payment-method-billing-information-address-0-address-address-line1,
    .path-edit.path-user section.col-sm-6.left-side-wrp form .form-item-payment-information-add-payment-method-billing-information-address-0-address-address-line2,
    .path-edit.path-user section.col-sm-6.left-side-wrp form .form-item-payment-method-billing-information-address-0-address-address-line1,
    .path-edit.path-user section.col-sm-6.left-side-wrp form .form-item-payment-method-billing-information-address-0-address-address-line2,
    .path-checkout.path-order-information section.col-sm-6.left-side-wrp form .form-item-payment-information-add-payment-method-billing-information-address-0-address-address-line1,
    .path-checkout.path-order-information section.col-sm-6.left-side-wrp form .form-item-payment-information-add-payment-method-billing-information-address-0-address-address-line2,
    .path-checkout.path-order-information section.col-sm-6.left-side-wrp form .form-item-payment-method-billing-information-address-0-address-address-line1,
    .path-checkout.path-order-information section.col-sm-6.left-side-wrp form .form-item-payment-method-billing-information-address-0-address-address-line2 {
      width: 100%;
      display: block;
      margin-right: 0; } }
.path-add.path-user section.col-sm-6.left-side-wrp form .form-item-payment-information-add-payment-method-billing-information-address-0-address-address-line1,
.path-add.path-user section.col-sm-6.left-side-wrp form .form-item-payment-information-add-payment-method-billing-information-address-0-address-address-line2,
.path-add.path-user section.col-sm-6.left-side-wrp form .form-item-payment-method-billing-information-address-0-address-address-line1,
.path-add.path-user section.col-sm-6.left-side-wrp form .form-item-payment-method-billing-information-address-0-address-address-line2,
.path-edit.path-user section.col-sm-6.left-side-wrp form .form-item-payment-information-add-payment-method-billing-information-address-0-address-address-line1,
.path-edit.path-user section.col-sm-6.left-side-wrp form .form-item-payment-information-add-payment-method-billing-information-address-0-address-address-line2,
.path-edit.path-user section.col-sm-6.left-side-wrp form .form-item-payment-method-billing-information-address-0-address-address-line1,
.path-edit.path-user section.col-sm-6.left-side-wrp form .form-item-payment-method-billing-information-address-0-address-address-line2,
.path-checkout.path-order-information section.col-sm-6.left-side-wrp form .form-item-payment-information-add-payment-method-billing-information-address-0-address-address-line1,
.path-checkout.path-order-information section.col-sm-6.left-side-wrp form .form-item-payment-information-add-payment-method-billing-information-address-0-address-address-line2,
.path-checkout.path-order-information section.col-sm-6.left-side-wrp form .form-item-payment-method-billing-information-address-0-address-address-line1,
.path-checkout.path-order-information section.col-sm-6.left-side-wrp form .form-item-payment-method-billing-information-address-0-address-address-line2 {
  margin: 0 0 30px; }
.path-add.path-user section.col-sm-6.left-side-wrp form .form-item-payment-information-add-payment-method-billing-information-field-phone-0-value label,
.path-add.path-user section.col-sm-6.left-side-wrp form .form-item-payment-method-billing-information-field-phone-0-value label,
.path-edit.path-user section.col-sm-6.left-side-wrp form .form-item-payment-information-add-payment-method-billing-information-field-phone-0-value label,
.path-edit.path-user section.col-sm-6.left-side-wrp form .form-item-payment-method-billing-information-field-phone-0-value label,
.path-checkout.path-order-information section.col-sm-6.left-side-wrp form .form-item-payment-information-add-payment-method-billing-information-field-phone-0-value label,
.path-checkout.path-order-information section.col-sm-6.left-side-wrp form .form-item-payment-method-billing-information-field-phone-0-value label {
  display: block; }

.path-checkout.path-order-information {
  /*Delivery information*/ }
  .path-checkout.path-order-information form div[id*="edit-order-fieldscheckout"] {
    background: #fff;
    padding-bottom: 0; }
    .path-checkout.path-order-information form div[id*="edit-order-fieldscheckout"] .field--name-field-delivery-information div[id*="address-country-code"] {
      width: 48%; }
      @media screen and (max-width: 991px) {
        .path-checkout.path-order-information form div[id*="edit-order-fieldscheckout"] .field--name-field-delivery-information div[id*="address-country-code"] {
          width: 100%; } }
    .path-checkout.path-order-information form div[id*="edit-order-fieldscheckout"] .form-item-order-fieldscheckout-field-delivery-information-0-address-address-line1,
    .path-checkout.path-order-information form div[id*="edit-order-fieldscheckout"] .form-item-order-fieldscheckout-field-delivery-information-0-address-address-line2 {
      width: 48.5%;
      display: inline-block;
      margin-right: 10px; }
      @media screen and (max-width: 991px) {
        .path-checkout.path-order-information form div[id*="edit-order-fieldscheckout"] .form-item-order-fieldscheckout-field-delivery-information-0-address-address-line1,
        .path-checkout.path-order-information form div[id*="edit-order-fieldscheckout"] .form-item-order-fieldscheckout-field-delivery-information-0-address-address-line2 {
          width: 100%; } }
  .path-checkout.path-order-information .field--name-field-delivery-phone-no {
    padding: 0 20px 20px !important; }
    .path-checkout.path-order-information .field--name-field-delivery-phone-no label {
      display: block; }
  .path-checkout.path-order-information .form-actions {
    background-color: #fff !important;
    padding: 0 0 50px; }

.path-add.path-user form.commerce-payment-method-add-form,
.path-edit.path-user .commerce-payment-method-credit-card-edit-form {
  padding: 15px;
  margin: 40px 0;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1); }
  .path-add.path-user form.commerce-payment-method-add-form .credit-card-form__expiration,
  .path-edit.path-user .commerce-payment-method-credit-card-edit-form .credit-card-form__expiration {
    margin: 15px 0; }
    @media screen and (max-width: 991px) {
      .path-add.path-user form.commerce-payment-method-add-form .credit-card-form__expiration,
      .path-edit.path-user .commerce-payment-method-credit-card-edit-form .credit-card-form__expiration {
        width: auto; } }
  .path-add.path-user form.commerce-payment-method-add-form button.form-submit.page-load-progress-submit,
  .path-edit.path-user .commerce-payment-method-credit-card-edit-form button.form-submit.page-load-progress-submit {
    margin: 20px auto 10px;
    display: block; }

/*Checkout order information*/
.path-checkout.path-order-information section.col-sm-6.left-side-wrp form .panel-default {
  margin: 20px 0 0;
  border-color: #fff;
  border-radius: 0; }
  .path-checkout.path-order-information section.col-sm-6.left-side-wrp form .panel-default .panel-body legend {
    padding: 0 0 10px 0;
    margin-bottom: 0; }

/*Checkout login page*/
.path-checkout .left-side-wrp form .panel-default {
  padding: 0; }
.path-checkout .left-side-wrp .checkout-pane-login {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .path-checkout .left-side-wrp .checkout-pane-login > .form-wrapper {
    width: 49%;
    height: fit-content; }
    @media screen and (max-width: 991px) {
      .path-checkout .left-side-wrp .checkout-pane-login > .form-wrapper {
        width: 100%; } }
    .path-checkout .left-side-wrp .checkout-pane-login > .form-wrapper .panel-heading {
      text-align: center;
      font-size: 24px;
      font-weight: 700; }
    .path-checkout .left-side-wrp .checkout-pane-login > .form-wrapper .panel-body {
      padding: 15px; }
      .path-checkout .left-side-wrp .checkout-pane-login > .form-wrapper .panel-body button.btn-primary, .path-checkout .left-side-wrp .checkout-pane-login > .form-wrapper .panel-body .btn-success {
        color: #fff;
        background-color: #333;
        border-color: #333;
        font-weight: bolder; }
        .path-checkout .left-side-wrp .checkout-pane-login > .form-wrapper .panel-body button.btn-primary:hover, .path-checkout .left-side-wrp .checkout-pane-login > .form-wrapper .panel-body button.btn-primary:focus, .path-checkout .left-side-wrp .checkout-pane-login > .form-wrapper .panel-body button.btn-primary:active, .path-checkout .left-side-wrp .checkout-pane-login > .form-wrapper .panel-body .btn-success:hover, .path-checkout .left-side-wrp .checkout-pane-login > .form-wrapper .panel-body .btn-success:focus, .path-checkout .left-side-wrp .checkout-pane-login > .form-wrapper .panel-body .btn-success:active {
          background-color: #222;
          border-color: #222; }
      .path-checkout .left-side-wrp .checkout-pane-login > .form-wrapper .panel-body a[id*="forgot-password"] {
        text-decoration: underline; }
  .path-checkout .left-side-wrp .checkout-pane-login .checkbox {
    display: inline-block;
    position: relative;
    margin-bottom: 0; }
    .path-checkout .left-side-wrp .checkout-pane-login .checkbox input[type="checkbox"] {
      width: auto !important;
      margin: 9px -17px; }
    .path-checkout .left-side-wrp .checkout-pane-login .checkbox .help-block {
      display: inline-block; }
      .path-checkout .left-side-wrp .checkout-pane-login .checkbox .help-block a {
        text-decoration: underline !important; }
    .path-checkout .left-side-wrp .checkout-pane-login .checkbox .form-required:after {
      position: absolute;
      left: 100%;
      top: 21%; }
  .path-checkout .left-side-wrp .checkout-pane-login .field--type-mailchimp-lists-subscription {
    display: none; }

/*order complete page*/
.path-complete.path-checkout .checkout-wrp {
  display: flex;
  padding: 20px;
  align-items: center;
  box-shadow: 0 0 10px #e4e4e4;
  margin: 20px auto;
  background: #fff;
  justify-content: center;
  width: 78%; }
  @media screen and (max-width: 991px) {
    .path-complete.path-checkout .checkout-wrp {
      justify-content: center;
      text-align: center;
      flex-wrap: wrap; } }
  @media screen and (max-width: 567px) {
    .path-complete.path-checkout .checkout-wrp {
      width: 100%; } }
.path-complete.path-checkout .checkout-img {
  margin-right: 50px; }
  @media screen and (max-width: 991px) {
    .path-complete.path-checkout .checkout-img {
      margin-right: 0;
      margin-bottom: 40px; } }
  .path-complete.path-checkout .checkout-img img {
    width: 200px; }
@media screen and (max-width: 991px) {
  .path-complete.path-checkout .checkout-complete {
    margin-bottom: 15px; } }
.path-complete.path-checkout .checkout-complete h2 {
  font-weight: bold;
  font-size: 35px;
  margin-top: 0;
  border-bottom: 1px solid #333;
  padding-bottom: 10px; }
.path-complete.path-checkout .checkout-complete p {
  font-size: 20px; }
.path-complete.path-checkout .checkout-complete .ord a {
  font-weight: 900;
  text-decoration: underline;
  margin: 0 3px; }

/*address form - Change of address & delivery issue pages*/
.page-node-type-webform .webform-submission-change-of-address-form div[id*="edit-date"] {
  width: 50%;
  margin: 50px auto 30px;
  text-align: center;
  border: 1px solid #c1c1c1;
  padding: 20px; }
  @media screen and (max-width: 991px) {
    .page-node-type-webform .webform-submission-change-of-address-form div[id*="edit-date"] {
      width: 100%; } }
  .page-node-type-webform .webform-submission-change-of-address-form div[id*="edit-date"] input {
    margin: auto; }

.path-print-subscription-delivery-issu .webform-submission-print-subscription-delivery-issu-form .panel-heading {
  background: #333 !important;
  color: #fff !important;
  border-color: #333 !important; }
.path-print-subscription-delivery-issu .webform-submission-print-subscription-delivery-issu-form div[id*="concern"].form-item .panel-body {
  display: block; }
  .path-print-subscription-delivery-issu .webform-submission-print-subscription-delivery-issu-form div[id*="concern"].form-item .panel-body > .form-item {
    width: 100% !important; }
    .path-print-subscription-delivery-issu .webform-submission-print-subscription-delivery-issu-form div[id*="concern"].form-item .panel-body > .form-item.form-type-select {
      width: 49% !important; }
      @media screen and (max-width: 991px) {
        .path-print-subscription-delivery-issu .webform-submission-print-subscription-delivery-issu-form div[id*="concern"].form-item .panel-body > .form-item.form-type-select {
          width: 100% !important; } }
.path-print-subscription-delivery-issu .webform-submission-print-subscription-delivery-issu-form .captcha {
  display: flex;
  justify-content: center;
  margin: 25px 0; }
.path-print-subscription-delivery-issu .webform-submission-print-subscription-delivery-issu-form .form-actions {
  text-align: center; }

.page-node-type-webform .webform-submission-vacation-stop-restart-form .panel-body > .form-item.form-type-date {
  width: 15%;
  margin-right: 10px; }
  @media screen and (max-width: 991px) {
    .page-node-type-webform .webform-submission-vacation-stop-restart-form .panel-body > .form-item.form-type-date {
      width: auto; } }
  @media screen and (max-width: 767px) {
    .page-node-type-webform .webform-submission-vacation-stop-restart-form .panel-body > .form-item.form-type-date {
      width: 46%; } }
  .page-node-type-webform .webform-submission-vacation-stop-restart-form .panel-body > .form-item.form-type-date img {
    position: relative;
    left: 81%;
    top: -32%; }
.page-node-type-webform .webform-submission-vacation-stop-restart-form .panel-body fieldset[id*="edit-what-action-would-you-like-to-take---wrapper"] {
  width: 100%; }
.page-node-type-webform .webform-submission-vacation-stop-restart-form .panel-body label[data-drupal-selector*="edit-if-redelivery-next-day-delivery-only-during-normal-delivery-time"] {
  font-weight: 400; }

.page-node-type-webform .webform-submission-change-of-address-form div[id*="edit-new-information"] > label, .page-node-type-webform .webform-submission-change-of-address-form div[id*="edit-current-information"] > label,
.path-print-subscription-delivery-issu .webform-submission-print-subscription-delivery-issu-form div[id*="edit-new-information"] > label,
.path-print-subscription-delivery-issu .webform-submission-print-subscription-delivery-issu-form div[id*="edit-current-information"] > label,
.page-node-type-webform .webform-submission-vacation-stop-restart-form div[id*="edit-new-information"] > label,
.page-node-type-webform .webform-submission-vacation-stop-restart-form div[id*="edit-current-information"] > label {
  font-weight: bold;
  margin: 30px 0; }
.page-node-type-webform .webform-submission-change-of-address-form .panel-body,
.path-print-subscription-delivery-issu .webform-submission-print-subscription-delivery-issu-form .panel-body,
.page-node-type-webform .webform-submission-vacation-stop-restart-form .panel-body {
  display: flex;
  flex-wrap: wrap; }
  .page-node-type-webform .webform-submission-change-of-address-form .panel-body > .form-item,
  .path-print-subscription-delivery-issu .webform-submission-print-subscription-delivery-issu-form .panel-body > .form-item,
  .page-node-type-webform .webform-submission-vacation-stop-restart-form .panel-body > .form-item {
    width: 49%;
    margin-right: 8px; }
    @media screen and (max-width: 991px) {
      .page-node-type-webform .webform-submission-change-of-address-form .panel-body > .form-item,
      .path-print-subscription-delivery-issu .webform-submission-print-subscription-delivery-issu-form .panel-body > .form-item,
      .page-node-type-webform .webform-submission-vacation-stop-restart-form .panel-body > .form-item {
        margin-right: 0;
        width: 100%; } }
    .page-node-type-webform .webform-submission-change-of-address-form .panel-body > .form-item input,
    .path-print-subscription-delivery-issu .webform-submission-print-subscription-delivery-issu-form .panel-body > .form-item input,
    .page-node-type-webform .webform-submission-vacation-stop-restart-form .panel-body > .form-item input {
      max-width: 100% !important;
      width: 100%; }
      .page-node-type-webform .webform-submission-change-of-address-form .panel-body > .form-item input.form-radio,
      .path-print-subscription-delivery-issu .webform-submission-print-subscription-delivery-issu-form .panel-body > .form-item input.form-radio,
      .page-node-type-webform .webform-submission-vacation-stop-restart-form .panel-body > .form-item input.form-radio {
        width: auto !important; }
    .page-node-type-webform .webform-submission-change-of-address-form .panel-body > .form-item.form-item-business, .page-node-type-webform .webform-submission-change-of-address-form .panel-body > .form-item.form-type-select,
    .path-print-subscription-delivery-issu .webform-submission-print-subscription-delivery-issu-form .panel-body > .form-item.form-item-business,
    .path-print-subscription-delivery-issu .webform-submission-print-subscription-delivery-issu-form .panel-body > .form-item.form-type-select,
    .page-node-type-webform .webform-submission-vacation-stop-restart-form .panel-body > .form-item.form-item-business,
    .page-node-type-webform .webform-submission-vacation-stop-restart-form .panel-body > .form-item.form-type-select {
      width: 49%; }
      @media screen and (max-width: 991px) {
        .page-node-type-webform .webform-submission-change-of-address-form .panel-body > .form-item.form-item-business, .page-node-type-webform .webform-submission-change-of-address-form .panel-body > .form-item.form-type-select,
        .path-print-subscription-delivery-issu .webform-submission-print-subscription-delivery-issu-form .panel-body > .form-item.form-item-business,
        .path-print-subscription-delivery-issu .webform-submission-print-subscription-delivery-issu-form .panel-body > .form-item.form-type-select,
        .page-node-type-webform .webform-submission-vacation-stop-restart-form .panel-body > .form-item.form-item-business,
        .page-node-type-webform .webform-submission-vacation-stop-restart-form .panel-body > .form-item.form-type-select {
          width: 100%; } }
    .page-node-type-webform .webform-submission-change-of-address-form .panel-body > .form-item.webform-address--wrapper,
    .path-print-subscription-delivery-issu .webform-submission-print-subscription-delivery-issu-form .panel-body > .form-item.webform-address--wrapper,
    .page-node-type-webform .webform-submission-vacation-stop-restart-form .panel-body > .form-item.webform-address--wrapper {
      width: 100%; }
      .page-node-type-webform .webform-submission-change-of-address-form .panel-body > .form-item.webform-address--wrapper input,
      .path-print-subscription-delivery-issu .webform-submission-print-subscription-delivery-issu-form .panel-body > .form-item.webform-address--wrapper input,
      .page-node-type-webform .webform-submission-vacation-stop-restart-form .panel-body > .form-item.webform-address--wrapper input {
        max-width: 100% !important; }
    .page-node-type-webform .webform-submission-change-of-address-form .panel-body > .form-item input[type="tel"],
    .path-print-subscription-delivery-issu .webform-submission-print-subscription-delivery-issu-form .panel-body > .form-item input[type="tel"],
    .page-node-type-webform .webform-submission-vacation-stop-restart-form .panel-body > .form-item input[type="tel"] {
      padding-left: 0; }

.path-register.path-user div[id*="group-join-our-mailing-lists"] > .panel-heading {
  display: block !important; }
.path-register.path-user div[id*="group-join-our-mailing-lists"] .form-group {
  margin: 0 !important; }
.path-register.path-user div[id*="group-join-our-mailing-lists"] .panel-body {
  padding: 5px 0 !important; }
  @media screen and (max-width: 767px) {
    .path-register.path-user div[id*="group-join-our-mailing-lists"] .panel-body {
      padding: 0 0 10px !important; } }
  .path-register.path-user div[id*="group-join-our-mailing-lists"] .panel-body > .form-item {
    margin: 0; }
  @media screen and (min-width: 767px) {
    .path-register.path-user div[id*="group-join-our-mailing-lists"] .panel-body .panel-body .help-block {
      top: 18px !important; } }
  @media screen and (max-width: 767px) {
    .path-register.path-user div[id*="group-join-our-mailing-lists"] .panel-body .panel-body .help-block {
      margin-top: 0 !important; } }

.path-user.path-edit p#group-join-our-mailing-lists--description {
  color: #fff;
  background-color: #333333;
  border-color: #333;
  padding: 10px 15px;
  font-size: 17px;
  border-radius: 2px; }
  @media screen and (max-width: 767px) {
    .path-user.path-edit p#group-join-our-mailing-lists--description {
      margin-bottom: 0 !important; } }

.path-user.path-edit div[id*="group-join-our-mailing-lists"], .path-register.path-user div[id*="group-join-our-mailing-lists"] {
  border: none;
  box-shadow: none; }
  .path-user.path-edit div[id*="group-join-our-mailing-lists"] p.help-block, .path-register.path-user div[id*="group-join-our-mailing-lists"] p.help-block {
    line-height: 13px !important;
    margin: 10px 0 0; }
  .path-user.path-edit div[id*="group-join-our-mailing-lists"] .form-group, .path-register.path-user div[id*="group-join-our-mailing-lists"] .form-group {
    margin-bottom: 0; }
  .path-user.path-edit div[id*="group-join-our-mailing-lists"] .panel-default, .path-register.path-user div[id*="group-join-our-mailing-lists"] .panel-default {
    border: none;
    box-shadow: none; }
  .path-user.path-edit div[id*="group-join-our-mailing-lists"] .panel-heading, .path-register.path-user div[id*="group-join-our-mailing-lists"] .panel-heading {
    display: none; }
  .path-user.path-edit div[id*="group-join-our-mailing-lists"] .panel-body, .path-register.path-user div[id*="group-join-our-mailing-lists"] .panel-body {
    padding: 0;
    position: relative; }
    @media screen and (max-width: 767px) {
      .path-user.path-edit div[id*="group-join-our-mailing-lists"] .panel-body .panel-body, .path-register.path-user div[id*="group-join-our-mailing-lists"] .panel-body .panel-body {
        border-bottom: 1px solid #e3e3e3;
        padding: 15px 0 5px; } }
    @media screen and (min-width: 767px) {
      .path-user.path-edit div[id*="group-join-our-mailing-lists"] .panel-body .panel-body .help-block, .path-register.path-user div[id*="group-join-our-mailing-lists"] .panel-body .panel-body .help-block {
        position: absolute;
        text-align: left;
        display: none;
        top: 25px;
        left: 28px; } }
    @media screen and (max-width: 767px) {
      .path-user.path-edit div[id*="group-join-our-mailing-lists"] .panel-body .panel-body .help-block, .path-register.path-user div[id*="group-join-our-mailing-lists"] .panel-body .panel-body .help-block {
        margin-bottom: 0 !important; } }
    @media screen and (min-width: 767px) {
      .path-user.path-edit div[id*="group-join-our-mailing-lists"] .panel-body .panel-body.show .help-block, .path-register.path-user div[id*="group-join-our-mailing-lists"] .panel-body .panel-body.show .help-block {
        display: block; } }
    @media screen and (max-width: 767px) {
      .path-user.path-edit div[id*="group-join-our-mailing-lists"] .panel-body > .form-item, .path-register.path-user div[id*="group-join-our-mailing-lists"] .panel-body > .form-item {
        margin-top: 0 !important; } }
    @media screen and (min-width: 767px) {
      .path-user.path-edit div[id*="group-join-our-mailing-lists"] .panel-body > .form-item, .path-register.path-user div[id*="group-join-our-mailing-lists"] .panel-body > .form-item {
        background: url(../images/nss_new/information.png) no-repeat right;
        padding: 3px 20px 0 8px;
        background-size: 10px;
        display: inline-block;
        cursor: pointer; } }

/*Subscription admin pages*/
@media screen and (max-width: 767px) {
  .gwc-subscription-land-page .select-wrapper {
    width: 100% !important; } }

.path-print-subscriptions table td.views-field.views-field-granted, .path-print-subscriptions table td.views-field.views-field-expires {
  width: 12%; }
  @media screen and (max-width: 767px) {
    .path-print-subscriptions table td.views-field.views-field-granted, .path-print-subscriptions table td.views-field.views-field-expires {
      width: 100%; } }
.path-print-subscriptions .subscription-admin-control .view-filters form .form-inline > .form-item.form-type-select.form-item-subscription-plan {
  width: 20%; }
  @media screen and (max-width: 767px) {
    .path-print-subscriptions .subscription-admin-control .view-filters form .form-inline > .form-item.form-type-select.form-item-subscription-plan {
      width: 100%; } }
.path-print-subscriptions .subscription-admin-control .view-filters form .form-inline > .form-item.form-type-select {
  width: 15%; }
  @media screen and (max-width: 767px) {
    .path-print-subscriptions .subscription-admin-control .view-filters form .form-inline > .form-item.form-type-select {
      width: 100%; } }
  .path-print-subscriptions .subscription-admin-control .view-filters form .form-inline > .form-item.form-type-select .select-wrapper, .path-print-subscriptions .subscription-admin-control .view-filters form .form-inline > .form-item.form-type-select .select-wrapper select {
    width: 100%; }

.subscription-admin-control table td.views-field.views-field-operations {
  text-align: center;
  width: 13%; }
  @media screen and (max-width: 767px) {
    .subscription-admin-control table td.views-field.views-field-operations {
      width: 100%; } }
  .subscription-admin-control table td.views-field.views-field-operations ul.dropdown-menu {
    display: flex;
    position: relative;
    border: none;
    box-shadow: none;
    padding: 0;
    font-size: 0;
    background: none;
    min-width: auto !important;
    float: none !important; }
    .subscription-admin-control table td.views-field.views-field-operations ul.dropdown-menu li a {
      background-size: 18px !important;
      padding: 10px;
      margin: 0 3px; }
    .subscription-admin-control table td.views-field.views-field-operations ul.dropdown-menu li a[href*="delete"] {
      background: url(../images/delete.png) no-repeat; }
    .subscription-admin-control table td.views-field.views-field-operations ul.dropdown-menu li a[href*="cancel"] {
      background: url(../images/nss_new/cancel-subscription.png) no-repeat; }
    .subscription-admin-control table td.views-field.views-field-operations ul.dropdown-menu li:last-child {
      display: none; }
.subscription-admin-control table .links.btn-group.dropdown {
  display: flex;
  justify-content: center;
  align-items: center; }
  .subscription-admin-control table .links.btn-group.dropdown button[value="Edit"] {
    border: none;
    font-size: 0;
    background: url(../images/edit.png) no-repeat;
    background-size: 18px;
    padding: 10px;
    margin: 1px 3px; }
  .subscription-admin-control table .links.btn-group.dropdown .dropdown-toggle {
    display: none; }
@media screen and (max-width: 991px) {
  .subscription-admin-control table td.views-field.views-field-title {
    width: 100%; } }
.subscription-admin-control .view-filters {
  margin-bottom: 35px; }
.subscription-admin-control .view-filters form .form-inline {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .subscription-admin-control .view-filters form .form-inline > .form-item {
    margin: 10px; }
    @media screen and (max-width: 767px) {
      .subscription-admin-control .view-filters form .form-inline > .form-item {
        width: 100%;
        margin: 10px 0; } }
    .subscription-admin-control .view-filters form .form-inline > .form-item label {
      display: block; }
  .subscription-admin-control .view-filters form .form-inline > .form-actions {
    margin: 10px; }
    @media screen and (max-width: 767px) {
      .subscription-admin-control .view-filters form .form-inline > .form-actions {
        margin: 10px 0;
        width: 100%; } }
    @media screen and (max-width: 767px) {
      .subscription-admin-control .view-filters form .form-inline > .form-actions button {
        width: 100%; } }
    @media screen and (max-width: 767px) {
      .subscription-admin-control .view-filters form .form-inline > .form-actions button .icon {
        display: none; } }
.subscription-admin-control .table-responsive {
  padding: 0; }

article[about*="/subscription-services"] ul li {
  list-style: disc; }
  article[about*="/subscription-services"] ul li a {
    color: #000 !important; }

/*Eedition page*/
.path-e-editions .page-header {
  text-align: center; }

.region-content .views-element-container .e-edition-view-wrp > .view-content {
  text-align: center;
  background: #f9f9f9;
  margin: 0 0 20px;
  padding: 10px; }
  .region-content .views-element-container .e-edition-view-wrp > .view-content .views-row {
    padding-bottom: 0 !important; }

.e-edition-view-wrp .attachment .view-content .views-row {
  display: flex;
  justify-content: center; }
  @media screen and (max-width: 767px) {
    .e-edition-view-wrp .attachment .view-content .views-row {
      text-align: center;
      flex-wrap: wrap; } }
  .e-edition-view-wrp .attachment .view-content .views-row .views-col {
    width: auto !important;
    margin-right: 26px; }
    @media screen and (max-width: 767px) {
      .e-edition-view-wrp .attachment .view-content .views-row .views-col {
        margin-bottom: 20px; } }

.path-node h1.page-header {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 1.1;
  color: #333;
  font-size: 26px;
  margin-bottom: 0; }

.path-search form.search-form .form-type-search {
  margin-top: 10px; }
.path-search .region.region-content ol li {
  margin: 10px 0; }

/**** Added styles for Footer section ****/
footer.footer {
  padding: 30px 0 0;
  color: #dddddd;
  background: #000000;
  text-align: center;
  border-top: 1px solid #333333;
  margin-top: 45px; }
  @media (max-width: 767px) {
    footer.footer {
      padding: 10px !important;
      margin: 45px 0 0 !important; } }
  footer.footer .footer-top-section p img {
    width: 100px;
    vertical-align: baseline; }
  footer.footer .footer-top-section p:last-child {
    margin-bottom: 40px; }
    footer.footer .footer-top-section p:last-child a {
      color: #fff;
      font-size: 20px; }
  footer.footer #block-footermiddlesection p {
    margin-bottom: 20px; }
    footer.footer #block-footermiddlesection p a {
      color: #fff !important; }
  footer.footer a.home-menu {
    background-position: top 2px left 17px !important; }
  footer.footer nav {
    text-align: left; }
    footer.footer nav .menu li {
      display: block;
      width: 100%;
      text-align: left;
      /* &.dropdown.show {
           a {
               .caret {
                   transform: rotate(180deg);
               }
           }
       }*/ }
      @media screen and (max-width: 991px) {
        footer.footer nav .menu li {
          display: inline-block; } }
      footer.footer nav .menu li a, footer.footer nav .menu li > span {
        color: #fff;
        padding: 7px 0;
        font-size: 14px;
        display: block;
        position: relative;
        background-color: #ff000000; }
        footer.footer nav .menu li a.is-active, footer.footer nav .menu li > span.is-active {
          color: #7f7f7e;
          background: none !important; }
        footer.footer nav .menu li a:hover, footer.footer nav .menu li a:focus, footer.footer nav .menu li a:active, footer.footer nav .menu li > span:hover, footer.footer nav .menu li > span:focus, footer.footer nav .menu li > span:active {
          background: none !important;
          color: #7f7f7e; }
        footer.footer nav .menu li a::before, footer.footer nav .menu li > span::before {
          content: '';
          padding: 4px;
          background-color: #ffffff;
          margin-right: 10px;
          display: inline-block;
          border-radius: 50px; }
      footer.footer nav .menu li:hover > ul.dropdown-menu {
        height: auto;
        width: 100%; }
      footer.footer nav .menu li.dropdown > .dropdown-menu {
        display: block;
        position: relative;
        background: none !important;
        padding-left: 15px !important;
        transition: 0.5s;
        height: 0;
        overflow: hidden;
        padding: 0; }
        @media (max-width: 991px) {
          footer.footer nav .menu li.dropdown > .dropdown-menu {
            height: auto;
            display: none; } }
      @media (max-width: 991px) {
        footer.footer nav .menu li.dropdown a .caret {
          display: none; } }
      footer.footer nav .menu li.dropdown.active > .dropdown-menu {
        height: auto;
        overflow: visible; }
  footer.footer .region.region-footer {
    text-align: left; }
    footer.footer .region.region-footer section.block {
      margin: 0; }
    footer.footer .region.region-footer h2 {
      font-weight: 500 !important;
      font-size: 24px;
      font-family: "Times New Roman", Times, serif;
      text-align: left;
      border-bottom: 1px solid #7F7F7E;
      padding: 10px 0; }
    footer.footer .region.region-footer .footer-contact-social {
      font-size: 14px;
      text-align: left; }
      footer.footer .region.region-footer .footer-contact-social p {
        font-family: Arial, Helvetica, sans-serif; }
      footer.footer .region.region-footer .footer-contact-social .social a {
        font-size: 0;
        padding: 14px 24px;
        display: inline-block;
        margin: 0 4px 0 0; }
        footer.footer .region.region-footer .footer-contact-social .social a.facebook {
          background: url(../images/nss_new/fb_wht.svg) no-repeat; }
        footer.footer .region.region-footer .footer-contact-social .social a.twitter {
          background: url(../images/nss_new/twitter_wht.svg) no-repeat; }
        footer.footer .region.region-footer .footer-contact-social .social a.instagram {
          background: url(../images/nss_new/instagramfooter.png) no-repeat;
          background-size: 48px; }
    footer.footer .region.region-footer .field--name-body section.copyright-powered {
      text-align: center;
      color: #7F7F7E;
      font-size: 14px;
      padding: 35px 0 0; }
      footer.footer .region.region-footer .field--name-body section.copyright-powered p {
        font-family: Arial, Helvetica, sans-serif; }
      footer.footer .region.region-footer .field--name-body section.copyright-powered a {
        color: #7F7F7E !important;
        text-decoration: underline; }
        footer.footer .region.region-footer .field--name-body section.copyright-powered a:hover, footer.footer .region.region-footer .field--name-body section.copyright-powered a:focus, footer.footer .region.region-footer .field--name-body section.copyright-powered a:active {
          color: #fff !important; }
      footer.footer .region.region-footer .field--name-body section.copyright-powered > div {
        margin: 0 0 10px; }

/*# sourceMappingURL=style.css.map */
