@import url("https://p.typekit.net/p.css?s=1&k=tyk5dks&ht=tk&f=14032.14033.14034.14035&a=1888438&app=typekit&e=css");

:root {
  --peacock-blue: #0250a2;
  --prussian-blue-10: rgba(0, 59, 121, 0.1);
  --orange: #f27405;
  --white: #ffffff;
  --marine-blue: #013871;
  --very-light-blue: #e5ebf1;
  --very-light-pink: #d8d8d8;
  --green: #1aa115;
  --rouge: #b8273d;
  --brownish-grey: #606060;
  --dusk-blue: #013871;
  --light-periwinkle: #0250a2;
  --white-gray: #CCCCCC
}

/* ----- font-family----- */

@font-face {
  font-family: "aktiv-grotesk";
  src: url("https://use.typekit.net/af/affdf5/00000000000000003b9b0328/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/affdf5/00000000000000003b9b0328/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/affdf5/00000000000000003b9b0328/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "aktiv-grotesk";
  src: url("https://use.typekit.net/af/90ce96/00000000000000003b9b0329/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"), url("https://use.typekit.net/af/90ce96/00000000000000003b9b0329/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"), url("https://use.typekit.net/af/90ce96/00000000000000003b9b0329/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 400;
}

@font-face {
  font-family: "aktiv-grotesk";
  src: url("https://use.typekit.net/af/b5ce2a/00000000000000003b9b032d/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/b5ce2a/00000000000000003b9b032d/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/b5ce2a/00000000000000003b9b032d/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "aktiv-grotesk";
  src: url("https://use.typekit.net/af/3e6f7f/00000000000000003b9b032c/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff2"), url("https://use.typekit.net/af/3e6f7f/00000000000000003b9b032c/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff"), url("https://use.typekit.net/af/3e6f7f/00000000000000003b9b032c/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 700;
}

.tk-aktiv-grotesk {
  font-family: "aktiv-grotesk", sans-serif;
}

@font-face {
  font-family: 'GLYPHICONS Halflings';
  src: url('../fonts/GLYPHICONSHalflings-Regular.eot');
  src: url('../fonts/GLYPHICONSHalflings-Regular.eot?#iefix') format('embedded-opentype'),
  url('../fonts/GLYPHICONSHalflings-Regular.woff2') format('woff2'),
  url('../fonts/GLYPHICONSHalflings-Regular.woff') format('woff'),
  url('../fonts/GLYPHICONSHalflings-Regular.ttf') format('truetype'),
  url('../fonts/GLYPHICONSHalflings-Regular.svg#GLYPHICONSHalflings-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* ----- font-family-END ----- */

body {
  font-family: "aktiv-grotesk";
  padding: 0;
  margin: 0;
  color: #606060;
  font-size: 18px;
}

p {
  font-size: 1em;
  line-height: 1.56;
  margin-bottom: 36px;
}

a {
  color: #ffffff;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #b8273d;
  outline: none;
  text-shadow: none;
}

.header-top a:hover,
.header-top a:focus {
  color: #ffffff;
}

img {
  max-width: 100%;
}

body .txt-white {
  color: #ffffff;
}

.side-wrapper {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}

.masthead__title {
  font-size: 2.777em;
  font-weight: bold;
  line-height: 1.1;
  color: #ffffff;
  margin: 0;
  letter-spacing: -0.5px;
}

.masthead__title--top-spacing {
  padding-top: 100px;
}

.masthead__desc {
  padding-top: 18px;
}

.main-title {
  margin-top: 0;
  font-size: 2.777em;
  font-weight: bold;
  margin-bottom: 36px;
  line-height: 1.1;
  letter-spacing: -0.5px;
  color: #013871;
}

.main-title--margin {
  margin-bottom: 36px !important;
}

.text-bold {
  font-weight: bold;
}

.text-blue {
  color: #013871;
}

.sub-title,
.sidebar--information h4 {
  font-size: 1.9444em;
  font-weight: bold;
  line-height: 1.14;
  letter-spacing: -0.35px;
  color: #013871;
  margin-bottom: 36px;
  margin-top: 0;
}

.related-post .sidebar-title {
  line-height: normal;
}

.small-title {
  font-size: 1.5789em;
  font-weight: bold;
  margin-bottom: 35px;
  margin-top: 0;
}

.title--white {
  color: #ffffff;
}

.p--l--80 {
  padding-left: 80px;
}

.p--r--80 {
  padding-right: 80px;
}

.p--l--40 {
  padding-left: 40px;
}

.p--r--40 {
  padding-right: 40px;
}

.height-100 {
  height: 100%;
}

.btn--border {
  border: 1px solid #ffffff;
}

.btn-link {
  font-size: 1.11em;
  border-radius: 0;
  display: inline-block;
  text-align: left;
  position: relative;
  font-weight: bold;
  line-height: 1.5;
  transition: 0.3s ease-in-out;
  color: #013871;
  border-bottom: solid 3px #b8273d;
  margin-bottom: 30px;
}

.btn-link:focus, .btn-link:hover {
  color: #b8273d;
  border-color: inherit !important;
  text-decoration: none !important;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}

button.btn-link, button.btn-link:hover, button.btn-link:focus {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  outline: none;
}

.center-align {
  display: flex;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
}

.reverse-inner {
  display: flex;
  flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
}

main {
  position: relative;
}

.brand-round-corners {
  border-radius: 8px;
  overflow: hidden;
}

/* ----- Header ----- */

.header {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 999;
}

.header--simple {
  padding-top: 20px;
}

.logo-header__img img {
  max-width: 148px;
}

.logo-header__img {
  display: inline-block;
}

.header-fixed .logo-header__img {
  display: inline-block;
  margin-top: 0;
}

.header-fixed .logo-header__img img {
  max-width: 113px;
}

.menu-header-top-nav-container {
  text-align: right;
}

.menu-header-top-nav-container ul li {
  display: inline-block;
  position: relative;
  z-index: 5;
}

.menu-header-top-nav-container a {
  width: 148px;
  display: inline-block;
  text-align: center;
  height: 75px;
  padding-bottom: 8px;
  vertical-align: top;
  padding-top: 20px;
  border: 1px solid #ffffff;
  border-top: none;
  line-height: normal;
  font-size: 16px;
  margin-top: -10px;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
  transition: ease-in-out 0.2s;
  cursor: pointer;
}

.menu-header-top-nav-container a span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  align-content: flex-end;
  justify-content: center;
}

.menu-header-top-nav-container ul li:nth-child(1) a {
  background-color: rgba(2, 80, 162, 0.5);
}

.menu-header-top-nav-container ul li:nth-child(2) a {
  background-color: rgba(242, 116, 5, 0.5);
}

.menu-header-top-nav-container ul li:nth-child(3) a {
  background-color: rgba(184, 39, 61, 0.5);
  margin-right: 0;
}

.menu-header-top-nav-container ul li:nth-child(4) a {
  background-color: rgba(79,140,100, 0.5);
}

.menu-header-top-nav-container ul li:nth-child(5) a {
  background-color: rgba(165,86,203, 0.5);
}

.menu-header-top-nav-container ul li:nth-child(6) a {
  background-color: rgba(2, 80, 162, 0.5);
}

.header-top a:hover,
.header-top a:focus {
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  transform: translateY(10px);
  transition: ease-in-out 0.2s;
  background-image: linear-gradient(to bottom, #b8273d, #d12d47);
}

.header .navbar {
  border: 0;
}

.header-fixed .header-menu ul li:nth-child(1),
.header-fixed .header-menu ul li:nth-child(2),
.header-fixed .header-menu ul li:nth-child(3) {
  display: block;
}

.nav-search a:hover, .nav-search a:focus {
  border-bottom: transparent !important;
  outline: none;
}

.nav-search a {
  outline: none;
}

.header-menu-main .navbar-nav li a {
  color: #ffffff;
  font-size: 16px;
  line-height: normal;
  padding: 5px 0;
  transition: 0.3s ease-in-out;
  border-bottom: 3px solid transparent;

}

.header-menu-main .navbar-nav li {
  padding: 0 10px;
}

.nav-search a {
  padding-left: 5px !important;
}

.header-menu-main .navbar-nav li a:hover,
.header-menu-main .navbar-nav li a:focus {
  background-color: transparent;
  text-shadow: none;
  transition: 0.3s ease-in-out;
  border-bottom: solid 3px #b8273d;
}

.header-menu {
  float: right;
  padding-top: 25px;
  padding-bottom: 0;
}

.header .navbar {
  margin-bottom: 0;
}

.header__wrapper {
  flex-direction: column;
}

/* ----- Header end ----- */


/* ---- Header-fixed ---- */

.header-fixed .navbar {
  position: fixed;
  left: 0;
  right: 0;
  background-color: #013871;
  top: 0;
  border-radius: 0;
  padding: 14px 0;
}

.logo-top-fixed {
  display: none;
}

.header-fixed .logo-top-fixed {
  display: block;
  max-width: 135px;
}

.header-fixed .header-top {
  display: none;
}

.header-fixed .header-menu-main .navbar-nav li a {
  color: #ffffff;
  text-shadow: none;

}

.header-fixed .header-menu {
  padding-top: 5px;
  padding-bottom: 5px;
}

/* ---- Header fixed End ---- */

/* ---- Header Banner Start ---- */

.header-banner {
  background-color: #355d43;
  color: #ffffff;
  padding: 10px 0;
  position: absolute;
  top: 0;
  z-index: 2;
  width: 100%;
}

.header-banner p {
  margin: 0;
}

.header-banner a {
  border-bottom: 3px solid #f26835;
}

/* ---- Header Banner End ---- */

.two-column {
  margin-bottom: 30px;
}

.two-column__left p {
  font-size: 1.10526em;
  font-weight: bold;
  font-style: italic;
}


/* ---- masthead-section ---- */

.masthead {
  background-color: #013871;
  position: relative;
}

.masthead__banner {
  height: 350px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.masthead__banner--landing {
  height: auto;
  min-height: 350px;
}

.masthead__banner:after {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  opacity: 0.5;
  background-color: #013871;
}

.masthead--full .masthead__banner:after {
  background-image: linear-gradient(159deg, #013871, #b8273d);
}

.masthead--full .masthead__banner {
  height: 886px;
}

.masthead__title-small {
  font-size: 1.11em;
  line-height: normal;
  margin-bottom: 18px;
}

.masthead__content {
  position: absolute;
  bottom: auto;
  left: 0;
  right: 0;
  z-index: 9;
  max-width: 555px;
  width: 100%;
  padding: 0 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #ffffff;
}

.masthead__content--landing {
  bottom: auto;
  display: flex;
  flex-direction: column;
  min-height: 350px;
  padding: 100px 0 70px 0;
  position: relative;
  transform: none;
  top: auto;
}

.masthead__desc p {
  line-height: 1.35;
}

.masthead__content--landing .masthead__desc p {
  margin-bottom: 15px;
}

.masthead__content--landing .masthead__desc p:last-of-type {
  margin-bottom: 0;
}

/* ----- masthead-section-END ----- */

/* ---- side-overlap ---- */
.side-overlap-block {
  background-color: #013871;
  color: #ffffff;
  padding: 68px 0 75px 0;
  margin-top: -290px;
  position: relative;
  margin-bottom: 63px;
  z-index: 9;
}

.side-overlap-block:after {
  content: "";
  display: inline-block;
  height: 100%;
  width: calc(50vw + -9px);
  background: #013871;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: -80px;
  z-index: -9;
}

.side-overlap-block p {
  font-size: 1.11em;
  line-height: 1.5;
  margin-bottom: 46px;
}

.side-overlap-block .btn-link {
  color: #ffffff!important;
  text-decoration: none!important;
}

/* ---- side-overlap end ---- */

/* ---- sidebar ---- */

.sidebar {
  background-color: #e5ebf1;
  padding: 54px 27px;
  border-radius: 5px;
  box-sizing: border-box;
  float: left;
  width: 100%;
}

.sidebar__link-group,
.sidebar--information .menu {
  padding: 0;
  list-style: none;
}

.sidebar__link-group li a,
.sidebar--information .menu li a {
  color: #013871;
  width: 100%;
  display: block;
  line-height: 2.35;
  font-size: 0.944em;
  border-bottom: 1px solid #b8273d;
  font-weight: 700;
}

.nasc-form {
  margin-top: 36px;
}

.nasc-form .form-group {
  margin-bottom: 0;
  max-width: 270px;
  position: relative;
}

.nasc-form .control-label {
  font-size: 0.888em;
  color: #013871;
  /*    font-weight: 500;*/
  line-height: 1.75;
  margin-bottom: 18px;
}

.btn-search {
  height: 50px;
  border-radius: 0;
  font-size: 25px;
  background-image: linear-gradient(to bottom, #b8273d, #d12d47);
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
}

#member-search-box .btn-search svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}

.home .btn-search {
  border: solid 1px #013871;
  border-left: 0;
}

.btn-search:focus, .btn-search:hover {
  color: #fff;
  outline: none;
}

.btn-search:hover {
  color: white;
}

.nasc-form input {
  max-width: 270px;
  border-radius: 0;
  height: 50px;
  display: inline-block;
  font-size: 15px;
  border: solid 1px #013871;
  padding-right: 60px;
}

.nasc-form__directory {
  color: #013871;
  line-height: 1.15;
  font-size: 0.722em;
  font-weight: bold;
}

.nasc-form__directory a {
  color: #013871!important;
  border-bottom: 1px dotted #b8273d;
  text-decoration: none!important;
}

.nasc-form .btn-primary {
  color: #ffffff;
  background-color: #b8273d;
  border-color: linear-gradient(to bottom, #b8273d, #d12d47);
  border-radius: 0;
}

/* ---- sidebar end ---- */


/* ---- main-section ---- */

.main-section {
  padding: 72px 0 54px;
}

.main-section a{
  color: #b8273d;
  text-decoration: underline;
}

.page-template-template-aboutus .main-section {
  padding: 72px 0 9px;
}

.main-section .col-md-4:nth-child(3n+1) {
  clear: both;
}

/* -----conatct-page ----- */

.contact-section {
  padding: 72px 0 52px;
  position: relative;
}

.contact-info ul {
  color: #013871;
  padding: 0;
  margin: 0;
  list-style: none;
}

.contact-info ul li {
  padding-bottom: 16px;
}

.contact-info ul li:last-of-type {
  padding-bottom: 0;
}

.contact-info__icon {
  color: #b8273d;
}

.contact-info ul a {
  color: #013871;
  line-height: initial;
}

.contact-info .contact-info-address span {
  line-height: 1.4;
}

.contact-info {
  margin-bottom: 45px;
  margin-top: -9px;
}

.contact-info--social {
  margin-bottom: 36px;
}

.contact-info--social li a {
  font-size: 1em;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #013871;
}

.contact-link__info {
  font-weight: normal;
}

.contact-link__filed {
  display: block;
  font-weight: bold;
}

.contact-link a {
  color: #013871;
  display: block;
  font-weight: normal;
}

.contact-link {
  margin-bottom: 35px;
  line-height: 1.37;
}

.contact-info .contact-info-address {
  margin-top: 10px;
}

.contact-section__primary-content svg {
  margin-right: 10px;
}

.contact-section__primary-content a {
  color: #606060;
}

/* -----conatct-page end ----- */


/* ---- contact-form ---- */
.page-template-template-contact .container {
  width: 1250px;
}

.page-template-template-contact .sidebar {
  padding: 54px 45px;
}

.woocommerce-account form input,
#mc_signup .mc_input,
.cust-form .form-control {
  border-radius: 0;
  border: solid 1px #013871;
  height: 50px;
  font-size: 17px;
  line-height: 1.59;
  color: #606060;
  max-width: 100%;
}

.woocommerce div.product form.cart .variations label {
  color: #606060;
  font-size: 18px;
}

.cust-form .form-control:hover {
  cursor: pointer;
}

.cust-form textarea.form-control {
  height: 233px;
  resize: none;
}

.sidebar__main-box-desc p {
  font-weight: 500;
}

.cust-form .form-group label {
  font-size: 1em;
  margin-bottom: 5px;
  line-height: 1.56;
  letter-spacing: normal;
  color: #013871;
  font-weight: 500;
}

.cust-form .form-group {
  margin-bottom: 18px;
}

.cust-form .cust-submit {
  margin-top: 18px;
  float: left;
  width: 100%;
}

.cust-submit .btn-link {
  padding: 0;
  border-width: 0 0 3px 0;
  outline: none;
}

.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
  border-bottom: solid 3px #b8273d;
  text-decoration: none!important;
  color: #013871!important;  
}

.field-required:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  position: absolute;
  top: 55px;
  right: 10px;
  background-color: #b8273d!important;
}

.field-required {
  position: relative;
}

.checkbox-grp {
  position: relative;
  display: flex;
}

.custom-checkbox input[type=checkbox] {
  visibility: visible;
  margin: 0;
  left: 0;
  top: 12px;
  height: 16px;
  width: 16px;
  position: relative;
  z-index: 999;
  opacity: 0;
  cursor: pointer;
}

.custom-checkbox .wpcf7-list-item {
  position: relative;
  margin-left: 0;
  display: flex;
}

.custom-checkbox .wpcf7-list-item input[type=checkbox] + span {
  line-height: 2.22;
  color: #606060;
  margin-bottom: 0;
  padding-left: 14px;
}

.custom-checkbox .wpcf7-list-item input[type=checkbox] + span label {
  color: #606060;
  line-height: inherit;
  margin-bottom: 0;
}

.custom-checkbox .wpcf7-list-item input[type=checkbox] + span:before {
  display: inline-block;
  height: 16px;
  width: 16px;
  content: "";
  left: 0;
  top: 12px;
  position: absolute;
  border-radius: 2px;
  border: 2px solid #013871;
}

.custom-checkbox .wpcf7-list-item input[type=checkbox]:checked + span:after {
  content: " ";
  display: inline-block;
  position: absolute;
  left: 5px;
  top: 14px;
  font-size: 10px;
  color: #013871;
  width: 6px;
  height: 9px;
  border-right: 2px solid #013871;
  border-bottom: 2px solid #013871;
  transform: rotate(46deg);
}

.wpcf7-response-output {
  float: left;
}

/* ---- contact-form end ---- */

/* ----- NASC-membership-section ----------  */

.NASC-membership-section {
  background-color: #e5ebf1;
  padding: 54px 0;
}

.NASC-membership-section .sub-title {
  width: 100%;
}

.NASC-membership-section .btn-link {
  position: absolute;
  bottom: 0;
}

.membership-block__title {
  font-size: 1.66em;
  color: #013871;
  font-weight: bold;
  margin: 18px 0;
  line-height: 1.17;
}

.membership-block__desc {
  font-size: 0.888em;
  line-height: 1.63;
  margin-bottom: 18px;
}

.join-NASC p:last-child {
  margin-bottom: 0;
}

/* ----- NASC-membership-section-End ------  */

/* ----- news-article-section ----- */

.news-article-section {
  padding: 72px 0 54px;
}

.news-article-section .membership-block {
  margin-bottom: 54px;
  cursor: pointer;
}

.news-article-section .col-md-4:nth-child(3n+1) {
  clear: both;
}

.news-article-section .row:hover .membership-block {
  opacity: 0.5;
}

.news-article-section .row:hover .membership-block .membership-block__img {
  filter: grayscale(100%);
}

.news-article-section .row .membership-block:hover {
  opacity: 1;
}

.news-article-section .row .membership-block:hover .membership-block__img {
  filter: grayscale(0);
}

.news-article-section .membership-block .membership-block__img {
  border-radius: 8px;
  overflow: hidden;
}

/*  ----- news-article-section end ----- */


/* ----- pagination -----  */
.pagination-main .pagination > li > a {
  border: transparent;
}

.pagination-main .pagination > li > a,
.search_content_main .page-numbers {
  border: transparent;
  font-size: 0.9473em;
  font-weight: bold;
  color: #013871;
  padding: 2px 9px;
  margin: 0 2px;
  width: 28px;
  height: 28px;
  line-height: 24px;
}

.search_content_main .page-numbers.current {
  color: #b8273d;
}

.pagination-main .pagination {
  margin: 20px 0 0;
}

.pagination-main .pagination > li > a:focus,
.pagination-main .pagination > li > a:hover,
.pagination-main .pagination > li > span:focus,
.pagination-main .pagination > li > span:hover {
  border-radius: 100%;
}

.pagination-main .pagination > .active > a,
.pagination-main .pagination > .active > a:focus,
.pagination-main .pagination > .active > a:hover,
.pagination-main .pagination > .active > span,
.pagination-main .pagination > .active > span:focus,
.pagination-main .pagination > .active > span:hover {
  background-color: #b8273d;
  color: #ffffff !important;
  border-radius: 100%;
  font-weight: normal !important;
}

.pagination-main .pagination > li > a {
  border: transparent;
}

.pagination-main .pagination li .current {
  border: transparent;
  font-size: 0.9473em;
  font-weight: bold;
  color: #ffffff;
  padding: 2px 9px;
  margin: 0 2px;
  background: #b8273d;
  border-radius: 100%;
}

.pagination-main .pagination li {
  display: inline-block;
}

/* ----- pagination-End ----------  */

/* ----- ajax-pagination ----------  */

.pagination-container {
  width: 100%;
  text-align: center;
  margin-top: 5px;
}

.ajax-pagination {
  display: inline-block;
  margin: 0 auto;
}

.ajax-pagination > .page-numbers {
  color: #013871;
  text-align: center;
  font-weight: 500;
  width: 28px;
  height: 28px;
  margin: 0 2px;
  display: inline-block;
}

.ajax-pagination > span.page-numbers.current {
  color: #ffffff;
  background: #b8273d;
  border-radius: 14px;
}

/* ----- ajax-pagination end ----------  */

/* ----- footer ---- */

.footer {
  position: relative;
  z-index: 999;
  background-color: #013871;
  color: #ffffff;
  padding: 13px 0 50px 0;
}

.footer a:hover {
  color: #ffffff;
}

.footer__social span {
  padding-right: 15px;
  font-size: 25px;
  line-height: normal;
}

.footer__social {
  margin-top: 30px;
}

.footer__link ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer__link li {
  display: inline-block;
  padding: 0 9px;
  font-size: 0.888em;
}

.footer__contact p {
  font-size: 0.7222em;
  margin-bottom: 0;
  line-height: normal;
}

.footer__link li:last-child {
  padding-right: 0;
}

.footer__link {
  margin-bottom: 35px;
  line-height: normal;
}

.footer__logo {
  max-width: 95px;
}

.footer__right {
  text-align: right;
  margin-top: 14px;
}

.footer__contact {
  margin-bottom: 25px;
}

.footer__link span {
  padding-left: 18px;
  letter-spacing: normal;
}

.footer__logo-patner span {
  margin: 0 4px;
}

.footer__logo-patner span:last-child {
  margin-right: 0;
}

/* ----- footer end ---- */


/* ----- dropdown-filter ---- */

.dropdown-filter select {
  width: 100%;
  max-width: 453px;
  height: 52px;
  font-size: 20px !important;
  font-weight: bold;
  padding: 0 10px;
  border: 1px solid #013871;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.dropdown-filter {
  position: relative;
  max-width: 452px;
  width: 100%;
  float: right;
  margin-bottom: 50px;
}

.dropdown-filter__select {
  visibility: hidden;
  position: absolute;
  pointer-events: none;
  opacity: 0;
}

.dropdown-filter .dropdown-filter__select {
  width: 100%;
  -webkit-appearance: none;
  height: 41px;
  padding-left: 15px;
  border: 1px solid #7e265d;
  background-color: #fff;
  right: 0;
}

.select-styled {
  height: 52px;
  padding-left: 15px;
  border: 1px solid #013871;
  background-color: #fff;
  line-height: 2.6;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 50px;
  font-weight: bold;
  font-size: 20px;
  cursor: pointer;
}

.select-styled::after {
  content: "\f078";
  position: absolute;
  top: 0;
  right: 0;
  height: 52px;
  width: 52px;
  text-align: center;
  line-height: 2.6;
  font-family: "Font Awesome 5 Free";
  color: #013871;
}

.select-options li:empty {
  display: none;
}

.select-options li {
  white-space: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  padding: 0 70px 0 15px;
  font-size: 20px;
  line-height: 2.6;
}

.select-options li span {
  position: absolute;
  right: 15px;
  color: #fff;
  font-weight: bold;
  top: 6px;
  background-color: #013871;
  height: 39px;
  width: 39px;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  padding: 10px 0;
  line-height: normal;
  font-size: 17px;
}

.dropdown-filter__select + .select-styled + .select-options,
.dropdown-filter__select + .select-styled + .select-options {
  max-height: 250px;
  overflow-y: auto;
}

ul.select-options {
  border: 1px solid #CCCCCC;
  padding: 0;
  margin-top: 6px;
  background-color: #fff;
  width: calc(100%);
  display: none;
  position: absolute;
  z-index: 9;
  cursor: pointer;
}

.select-options li:nth-child(odd) {
  background-color: #0250a2;
}

.select-options li:nth-child(even) {
  background-color: #0250a2;
}


/* ----- dropdown-filter end ----- */

/* ----- you-know-section ----- */

.you-know-section {
  position: relative;
  height: 616px;
}

.you-know-section__banner:after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  background-image: linear-gradient(151deg, #013871, #b8273d);
  opacity: 0.75;
}

.you-know-section__details {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  max-width: 510px;
  color: #fff;
}

.you-know-section__details p {
  font-size: 1.388em;
  font-style: italic;
  letter-spacing: -0.25px;
  line-height: 1.2;
  font-weight: normal;
}

.you-know-section__details span:after {
  content: "";
  display: inline-block;
  width: 106px;
  height: 106px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: -9;
  border-radius: 50%;
  background-image: linear-gradient(to bottom, #b8273d, #d12d47);
  right: -28px;
}

.you-know-section__details span.icon-exclamation:after {
  right: -40px;
}

.you-know-section__details span.icon-exclamation svg {
  margin-left: 26px;
}

.you-know-section__details span.icon-play:after {
  right: -17px;
}

.you-know-section__details span.icon-play svg {
  margin-left: 10px;
}

.you-know-section__logo {
  position: absolute;
  z-index: 9;
  right: 0;
  top: 60px;
  width: 148px;
}

.you-know-section .you-know-section__details .btn-link {
  color: #ffffff !important;
  font-weight: 500;
}

.you-know-section__details h3 {
  position: relative;
  display: inline-block;
}

.you-know-section__details h3 span {
  font-size: 70px;
  display: inline-block;
  position: relative;
}

.you-know-section__banner {
  height: 100%;
  background-size: cover;
}

/* ----- you-know-section ----- */

/* ----- Latest-annoucements -----*/

.latest-section {
  margin: 54px 0;
}

.latest-block__type {
  font-size: 0.8333em;
  margin-bottom: 18px;
  line-height: normal;
  color: #013871;
  font-weight: bold;
}

.latest-block__title {
  font-size: 1.3888em;
  color: #013871;
  font-weight: bold;
  margin: 18px 0;
  line-height: 1.2;
}

.latest-block__desc {
  font-size: 0.8333em;
  line-height: 1.67;
  margin-bottom: 18px;
}

.latest-section .latest-block__img img {
  height: 208px;
  object-fit: cover;
  width: 100%;
  object-position: top;
}

/* ---------------Latest-annoucements-END ------------  */

/* ---------------NASC-member ------------  */
.NASC-member {
  background: #e5ebf1;
  padding: 54px 0;
}

.NASC-member__frame iframe {
  border: 3px solid #fff;
}

/* ---------------NASC-member-END ------------  */
/* ---------------NASC-shop-section ------------  */
.NASC-shop-section {
  padding: 54px 0 36px 0;
}

.NASC-shop-section__right {
  max-width: 660px;
  width: 100%;
}

/* ---------------NASC-shop-section END ------------  */


/* site-search-model*/
/*---- search -rersult --- */
section.contact-section.search_content_main {
  min-height: 410px;
}

.search_content_main ul,
.search_content_main ol {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.search_content_main ul li,
.search_content_main ol li {
  padding: 10px;
  background-color: #e5ebf1;
  margin-bottom: 9px;
}

.search_content_main ul li h2,
.search_content_main ol li h2 {
  margin: 0;
  font-size: 18px;
}

.search_content_main ul li h2 a,
.search_content_main ol li h2 a {
  color: #013871;
  font-size: 18px;
  line-height: 1.39;
  font-weight: 500;
}

.search_content_main ul li .search_excerpt,
.search_content_main ol li .search_excerpt {
  display: none;
}

.search_content_main .sdm_download_button_box_default {
  display: inline-block;
  float: none;
  margin-right: 15px;
  margin-top: 0;
  width: auto;
}

.search_content_main .sdm_download_button_box_default a {
  padding: 14px 22px;
}


/*---- search -rersult end--- */
.site-search-model, .NASC-member-model {
  top: 37%;
  -webkit-transform: translateY(-37%);
  -moz-transform: translateY(-37%);
  transform: translateY(-37%);
}

.site-search-model .modal-dialog {
  margin-top: 0;
  margin-bottom: 0;
}

.site-search-model .modal-body {
  position: relative;
  padding: 0;
}

.site-search-main .form-control {
  width: 100%;
  max-width: 724px;
  height: 78px;
  padding: 8px 20px;
  border-radius: 10px;
  font-size: 1.38em;
  font-weight: normal;
  line-height: 1.56;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.5);
  background-color: #ffffff;
}

.site-search-main button {
  position: absolute;
  top: 50%;
  right: 10px;
  background: #ffffff;
  border: 0;
  color: #013871;
  font-size: 1.38em;
  line-height: 1.56;
  font-weight: bold;
  transform: translateY(-50%);
}

.site-search-model .modal-content {
  background: transparent;
}

.site-search-model .modal-dialog {
  width: 100%;
  max-width: 724px;
}

.site-search-main-inner {
  position: relative;
}

.search-lbl {
  font-size: 35px;
  color: #fff;
  padding-left: 35px;
  line-height: 1.14;
  letter-spacing: -0.35px;
  margin-bottom: 20px;
}

.NASC-member-model .search-lbl {
  padding-left: 0;
  margin-bottom: 10px;
}

.search-lbl {
  font-size: 1.94em;
  color: #ffffff;
  padding-left: 35px;
  font-weight: 700;
}

.search-lbl--members {
  margin-bottom: 20px;
  padding-left: 0;
}

.site-search-model .modal-content {
  background: transparent;
  box-shadow: none;
  border: 0;
}

.site-search-model__sub-title {
  color: #ffffff;
  margin: 0 0 20px 0;
}

.site-search-model__small-text {
  color: #ffffff;
  line-height: 1.15;
  font-size: 0.722em;
  font-weight: bold;
  margin-top: 20px;
  display: block;
}

.site-search-model__small-text a {
  border-bottom: 1px dotted #ffffff;
}

.modal-backdrop {
  opacity: 0.75 !important;
  background-color: #013871;
}

.ui-autocomplete {
  background: #ffffff;
  list-style: none;
  border-radius: 10px;
  border-top-color: rgba(49, 63, 72, 0.25);
  position: absolute !important;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.5);
  padding: 22px 0 27px;
  width: 100%;
  /*   overflow-y: scroll */;
}

.modal-open .fade.site-search-model {
  overflow-y: hidden;
}

.ui-autocomplete li:nth-child(even) {
  background-color: #e5ebf1;
}

.ui-autocomplete li {
  padding: 5px 20px;
  border-bottom: 1px solid #eff0f1;
}

.ui-autocomplete li a {
  font-size: 1em;
  color: #6a6a6a;
}

.ui-autocomplete li a span:last-of-type {
  width: auto;
  float: right;
  text-align: right;
  font-size: 0.833em;
  text-transform: capitalize;
}

.bold-text {
  font-weight: 700;
  color: #013871;
}

.ui-autocomplete li:hover {
  background: linear-gradient(to bottom, #013871, #0250a2);
}

.ui-autocomplete li:hover .bold-text, .ui-autocomplete li:hover a {
  color: #ffffff;
}

/* ---- site-search-model end -----*/

/* ---- NASC-member-model----- */

.NASC-member-model .modal-dialog {
  max-width: 378px;
  padding: 0;
  width: 100%;
}

.NASC-member-model .modal-body {
  position: relative;
  padding: 0;
}

.NASC-member-model p {
  font-size: 17px;
  margin-bottom: 23px;
  color: #fff;
  line-height: 1.65;
}

.NASC-member-model .modal-content {
  background: transparent;
  box-shadow: none;
  border: 0;
}

.NASC-member-model__dir a {
  border-bottom: 1px dotted #fff;
}

.NASC-member-model__dir {
  color: #fff;
  font-size: 13px;
  margin-top: 20px;
  display: block;
}

/* ---- NASC-member-model end----- */

/* ----- resources section ----------  */

.resources-section {
  background-color: #e5ebf1;
  padding: 54px 0;
}

.resources-section__link {
  color: #013871;
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  padding-bottom: 20px;
}

.resources-section__icon {
  color: #b8273d;
  margin-right: 10px;
}

/* ---- resources section end----- */

/* ----- reports section ----------  */

.reports-section {
  background-color: #e5ebf1;
  padding: 54px 0;
}

.reports-section__title {
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 0;
  margin-top: 20px;
}

.reports-section__excerpt {
  margin: 20px 0 0 0;
}

.reports-section__excerpt p:last-of-type {
  margin-bottom: 0;
}

.reports-section__link {
  margin-top: 18px;
}

.reports-section__report {
  margin-bottom: 20px;
  padding: 10px 0;
}

/* ---- reports section end----- */


.divide-block__left {
  display: inline-block;
  width: calc(61% - 4px);
  vertical-align: top;
  padding-right: 16px;
}

.divide-block__right {
  display: inline-block;
  width: calc(39% - 4px);
  vertical-align: top;
  text-align: right;
  color: #013871;
  font-weight: 600;
  font-size: 1.222em;
}

.divide-block__right p {
  line-height: 1.29;
}

.check-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.check-list li {
  line-height: 1.56;
  margin-bottom: 36px;
  display: flex;
}

.check-list li svg {
  margin-top: 6px;
}

.check-list svg {
  color: #013871;
  margin-right: 22px;
}

.post-list__img img {
  width: 100%;
  max-width: 113px;
  height: 62px;
  object-fit: cover;
}

.related-post__group {
  padding: 0;
  list-style: none;
}

.post-list__desc a {
  color: #013871;
}

.post-list__img {
  display: inline-block;
  vertical-align: top;
  width: 113px;
}

.post-list__desc {
  display: inline-block;
  width: calc(100% - 118px);
  padding-left: 18px;
}

.post-list__desc a {
  color: #013871;
  line-height: 1.38;
  display: block;
  font-size: 16px;
  font-weight: 600;
}

.related-post__group .post-list {
  margin-bottom: 24px;
}

.post-list {
  margin-bottom: 18px;
}

.sidebar-title {
  font-size: 1em;
  font-weight: bold;
  color: #b8273d;
  margin-bottom: 36px;
  margin-top: 0;
}

.report-download {
  position: relative;
  background: #e5ebf1;
  height: 128px;
  width: 100%;
  max-width: 585px;
  border-radius: 5px;
  margin-top: 35px;
  margin-bottom: 35px;
  float: left;
  display: block;
  padding-left: 38px;
}

.report-download__desc .btn-link {
  display: inline;
}

.report-download__img {
  display: inline-block;
  width: 140px;
  margin-top: -35px;
  position: relative;
}

.report-download__img:before {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  opacity: 0.75;
  background-image: linear-gradient(170deg, #013871, #b8273d);
  border: solid 5px #ffffff;
}

.report-download__desc {
  display: inline-block;
  width: calc(100% - 140px);
  max-width: 352px;
  padding-left: 46px;
}

.report-download__img img {
  width: 139px;
  height: 197px;
  object-fit: contain;
  border: solid 5px #ffffff;
}

.social-sidebar_icon a {
  color: #013871;
  font-size: 25px;
}

.social-sidebar_icon span {
  margin-right: 15px;
}

.sidebar img {
  margin-bottom: 30px;
}

/*------ accordion NASC -----*/
.panel-default > .panel-heading {
  color: #fff;
  background-color: #f5f5f5;
  border-color: #ddd;
  /* height: 60px; */
  border-radius: 5px;
  background-image: linear-gradient(to bottom, #013871, #0250a2);
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.1666em;
  line-height: 1.33;
  font-weight: bold;
}

.more-less {
  float: right;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  top: 4px;
}

.panel-title a {
  display: block;
  padding: 6px 0;
  color: #ffffff!important;
  text-decoration: none!important;
}

.panel-title a:hover, .panel-title a:focus {
  color: #ffffff!important;
  text-decoration: none!important;
}

.accordion-NASC {
  margin-bottom: 72px;
}

.panel-default {
  border-color: transparent;
}

.panel-group .panel + .panel {
  margin-top: 18px;
}

.panel-group .panel {
  box-shadow: none;
}

.accordion-NASC .panel-group .panel-body {
  padding: 27px 15px 0;
  font-weight: 500;
}

.accordion-NASC .panel-group .panel-body p:last-of-type {
  margin: 0;
}

.accordion-NASC .panel-group .panel-body a {
  color: #b8273d;
  display: contents;
}

.accordion-NASC .check-list li:last-child {
  margin-bottom: 18px;
}

.panel-group .panel h3 {
  font-size: 1.167em;
  font-weight: bold;
  line-height: 1.333;
  letter-spacing: -0.35px;
  color: #013871;
  margin-bottom: 16px;
  margin-top: 0;
}

/*------ accordion NASC end  -----*/

.img-full {
  width: 130%;
  position: relative;
  margin-left: -30%;
}

.img-full img {
  width: 100%;
}

.social-sidebar {
  margin-top: 72px;
}

.map-section img {
  width: 100%;

}

div#map {
  height: 737px;
}

/* search plugin JS*/
body #ajaxsearchlite1 .probox,
div.asl_w .probox {
  height: auto;
  background: #fff !important;
  border-radius: 10px;
}

body div[id*='ajaxsearchlite'].wpdreams_asl_container {
  height: auto;
  background: transparent;
  box-shadow: none;
}

body #ajaxsearchlite1 .probox .proinput input,
div.asl_w .probox .proinput input {
  height: 78px;
  font-size: 25px;
  color: #606060 !important
}

body div.asl_w .probox .proinput input.autocomplete {
  margin-top: -78px !important;
}

body div.asl_w .probox .promagnifier {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 35px;
  background: transparent;
  width: 25px;
  height: 25px;
}

body .prosettings {
  display: none;
}

body div.asl_m .probox .proinput {
  padding: 0 0 0 35px;
  margin: 0;
}

body div.asl_r .results .item {
  padding: 0 30px;
}

body div.asl_r.vertical {
  border-radius: 10px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.5);
  padding: 15px 0;
}

body div.asl_r .results .item .asl_content h3,
div.asl_r .results .item .asl_content h3 a {
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
}

body div.asl_r .results .item .asl_content {
  padding: 0;
}

body div.asl_r.vertical .results .item:first-child {
  border-radius: 0;
}

body div.asl_r .results .item div.etc {
  display: none;
}

body .proclose {
  display: none !important;
}

body div.asl_w .probox .promagnifier .innericon svg {
  fill: #013871;
  width: 25px;
}

body div[id*='ajaxsearchliteres'].wpdreams_asl_results div.resdrg span.highlighted {
  color: #013871;
  background-color: transparent;
}

body div.asl_r .results .item .asl_content h3, body div.asl_r .results .item .asl_content h3 a {
  color: #6a6a6a;
  background-color: transparent;
}

body div.asl_r .results .item:hover a, body div.asl_r .results .item:hover a .highlighted {
  color: #fff !important;
}

body div.asl_r .results .item .asl_content h3 a:hover {
  color: #ffffff;
}

body div.asl_r .results .item .asl_content h3 a:hover .highlighted {
  color: #fff;
}

body div.asl_r .results .item:hover {
  background: linear-gradient(to bottom, #013871, #0250a2) !important;
  border-left: 0;
  border-right: 0;
}

/* search plugin JS End*/

body div.wpcf7-validation-errors,
body div.wpcf7-acceptance-missing {
  border-width: 0;
  background: #ffeceb;
  padding: 20px;
  color: #a54745;
  box-shadow: #c3b5b5 1px 1px 4px;
  margin-left: 0;
  margin-right: 0;
}

body span.wpcf7-not-valid-tip {
  color: #a54745;
}

.custom-error {
  color: #a54745;
  display: block;
}

/* --- member-public-compney ---  */
section.send-message-section {
  background: #e5ebf1;
  padding: 0 0 52px;
  overflow: hidden;
}

.member-profile-info__logo {
  margin-bottom: 72px;
}

.cust-form .mobile-input .form-control {
  max-width: 358px;
  width: 100%;
}

.member-profile-info__data ul {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}

.member-profile-info__data ul li:nth-child(odd) {
  background-color: #e5ebf1;
}

.main-compnay--section .text-blue {
  line-height: 1.47;
  font-size: 17px;
}

.member-profile-info__data ul li {
  font-size: 17px;
}

.member-profile-info__data ul li {
  font-size: 17px;
  padding: 10px 20px;
  line-height: 1.47;
  box-sizing: border-box;
  width: 100%;
}

.member-profile-info__data ul li span.filed-type {
  display: inline-block;
  width: 185px;
  vertical-align: top;
}

.member-profile-info__data ul li span.filed-info {
  display: inline-block;
  width: calc(100% - 190px);
  text-overflow: ellipsis;
  overflow: hidden;
}

.member-profile-info__data ul li span p {
  margin-bottom: 0;
}

.member-profile-info__data ul li span.filed-info a {
  color: #013871;
}

.member-profile-info__data ul li span .filed-info__address {
  color: #013871;
}

div#map_location {
  height: 737px;
}

.search-name {
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: normal;
  color: #013871;
  margin-bottom: 18px;
}

.filter-text {
  margin-bottom: 16px;
  font-weight: 500;
}

.search-type-loaction > div {
  width: calc(50% - 4px);
  display: inline-block;
}

.search-type-loaction .checkbox-grp label {
  font-size: 1em;
  margin-bottom: 5px;
  line-height: 1.56;
  letter-spacing: normal;
  color: #013871;
  font-weight: 500;
}

.send-message__left .dropdown-filter {
  max-width: 100%;
  margin-bottom: 18px;
}

.send-message__left span.dropdown-arrow {
  position: absolute;
  top: 10px;
  right: 16px;
  color: #fff;
  font-size: 24px;
}

.send-message__left .select-styled::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 2.6;
  font-family: "Font Awesome 5 Free";
  color: #013871;
  background: linear-gradient(to bottom, #b8273d, #d12d47);
}

.row.contact-form-title:before {
  background: #fff;
  height: 100%;
  display: block;
  position: absolute;
  width: calc(100vw);
  margin-left: -50vw;
  margin-top: 0;
  left: 50%;
}

.row.contact-form-title {
  position: relative;
  margin-bottom: 36px;
}

.send-message__left .dropdown-filter .select-styled {
  height: 50px;
  font-weight: 500;
  border: solid 1px #013871;
}

.send-message__left .dropdown-filter li {
  border-bottom: 1px solid #e5ebf1;
  height: 50px;
  color: #013871;
}

.send-message__left .dropdown-filter .select-options li:nth-child(even) { /*---- 7-Nov ---*/
  background-color: #e5ebf1;
}

.send-message__left .dropdown-filter .select-options li:nth-child(odd) {
  background-color: #ffffff;
}

.send-message__left .dropdown-filter__select + .select-styled + .select-options,
.send-message__left .dropdown-filter__select + .select-styled + .select-options {
  max-height: 100px;
}

.send-message-section div#map {
  margin-top: -154px;
  height: 724px;
  border: solid 3px #ffffff;
}

.search-member__left {
  padding-top: 72px;
  padding-right: 20px;
}

.search-member__input {
  padding-bottom: 16px;
}

.detail-more a {
  color: #013871;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  border: solid 1px #979797;
  background-color: #ffffff;
  position: relative;
}

.detail-more a svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.search-list ul {
  margin: 0;
  list-style: none;
  padding: 0;
}

.search-list {
  position: relative;
}

.search-list--loading:before {
  background-color: #ffffff;
  content: "";
  height: 100%;
  left: 0;
  opacity: .8;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.search-list--loading:after {
  background-image: url('/wp-content/themes/nasc/assets/images/loading.gif');
  background-size: contain;
  content: "";
  height: 50px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 3;
}

.company-info p {
  margin-bottom: 3px;
}

.search-type-loaction {
  margin-bottom: 36px;
}

.search-list ol {
  list-style: none;
  padding: 0;
}

.search-list ul li:nth-child(odd),
.search-list ol li:nth-child(odd),
.profile-table table tbody tr:nth-child(odd) {
  background-color: #e5ebf1;
}

.search-list ul li span,
.search-list ol li span {
  display: inline-block;
  vertical-align: middle;
}

.search-list ul li span.company-info,
.search-list ol li span.company-info {
  padding-right: 50px;
}

.search-list ul li,
.search-list ol li {
  position: relative;
  padding: 10px;
}

.profile-table table tbody tr td,
.profile-table table tr th {
  position: relative;
  padding: 10px;
}

.profile-table table tbody tr td {
  font-weight: normal;
  color: #6a6a6a;
  line-height: 1.39;
  word-break: break-word;
}

.profile-table table tr th {
  color: #013871;
  font-weight: 600;
  line-height: 1.39;
}

.search-member__left .search-list {
  margin-bottom: 125px;
  overflow-y: auto;
  max-height: 1100px;
}

.search-member__left .search-list::-webkit-scrollbar-track,
.search-member__left .search-list::-moz-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

.search-member__left .search-list::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5;
}

.search-member__left .search-list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #013871;
}

.search-list ul li span.detail-more,
.search-list ol li span.detail-more {
  margin-top: -20px;
  position: absolute;
  right: 10px;
  top: 50%;
}

.search-list ul li .company-info__name,
.search-list ol li .company-info__name {
  color: #013871;
  font-weight: 500;
  line-height: 1.39;
}

.company-info__detail {
  font-size: 15px;
  font-weight: normal;
  color: #6a6a6a;
  line-height: 1.39;

}

.search-member-section div#map {
  height: 1576px;
}

search-member__search-title {
  margin-top: 20px;
}

.checkbox-main .checkbox-grp {
  position: relative;
  display: flex;
}

.checkbox-main .checkbox-grp input[type=checkbox] {
  visibility: hidden;
  margin: 0;
  left: 0;
  top: 0;
}

.checkbox-main .checkbox-grp input[type=checkbox] + label {
  line-height: 1.56;
  color: #606060;
  margin-bottom: 0;
  padding-left: 14px;
  font-weight: 500;
}

.checkbox-main .checkbox-grp input[type=checkbox] + label:before {
  display: inline-block;
  height: 16px;
  width: 16px;
  content: "";
  left: 0;
  top: 7px;
  position: absolute;
  border-radius: 2px;
  border: 2px solid #013871;
}

.checkbox-main .checkbox-grp input[type=checkbox]:checked + label:after,
.checkbox-main .checkbox-grp label.active:after {
  content: " ";
  display: inline-block;
  position: absolute;
  left: 5px;
  top: 10px;
  font-size: 10px;
  color: #013871;
  width: 6px;
  height: 9px;
  border-right: 2px solid #013871;
  border-bottom: 2px solid #013871;
  transform: rotate(46deg);
}

.ais-RefinementList-list {
  list-style: none;
  padding: 0;
}

.map-pin-info {
  margin-top: 15px;
}

.map-pin-info img {
  height: 23px;
  margin-right: 10px;
}

.map-pin-info span {
  font-size: 16px;
  margin-right: 15px;
  line-height: normal;
}

.company-location .sub-title {
  font-size: 20px;
  margin-bottom: 18px;
  letter-spacing: 0;
}

.company-location__address {
  font-size: 16px;
  line-height: normal;
  color: #606060;
}

.company-location__address p {
  margin-bottom: 18px;
}

.company-location .contact-info {
  font-size: 18px;
  margin: 0;
}

.company-location .contact-info ul span {
  line-height: normal;
  font-size: 18px;
}

.company-location .contact-info ul li {
  margin-bottom: 10px;
  display: flex;
}

.company-location {
  padding: 10px;
  box-sizing: border-box;
  font-family: "aktiv-grotesk";
  width: 100%;
}

.send-message-section .gm-style .gm-style-iw-c,
.search-member-section .gm-style .gm-style-iw-c {
  border: solid 1px #0250a2;
}

.send-message-section .gm-style .gm-style-iw-t::after,
.search-member-section .gm-style .gm-style-iw-t::after {
  border: solid 1px #0250a2;
  border-top: none;
  border-eight: none;
}

.search-member-section div#map3 {
  height: 1572px;
}

.company-location__more {
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: normal;
  color: #013871;
  border-bottom: solid 3px #b8273d;
  text-transform: capitalize;
}

.company-location__name a {
  color: #013871;
}

  /* member-public-compney end */

/* my-account start */
.member-profile-info__title h1 {
  font-weight: bold;
  line-height: 38px;
  margin: 0;
  padding: 0;
  color: #013871;
}

.profile-alert {
  display: inline-block;
  float: none;
  border-radius: 5px;
  border: 2px solid;
  height: 53px;
  width: auto;
  text-align: center;
  line-height: 53px;
  padding: 0 14px;
  font-weight: 600;
}

.profile-alert.renewal-due {
  color: #b8273d;
  border-color: #b8273d;
}

.profile-alert.audit-due {
  color: #f27405;
  border-color: #f27405;
}

ul.member-profile-info__nav > li {
  border-bottom: 1px solid #b8273d;
}

ul.member-profile-info__nav li {
  list-style: none;
}

ul.member-profile-info__nav a {
  color: #013871;
  text-decoration: none;
}

.member-profile-info__subtitle h2 {
  font-weight: bold;
  color: #013871;
  display: inline-block;
  width: 50%;
}

.member-profile-info__subtitle__logo {
  display: inline-block;
  float: right;
  max-width: 200px;
}

.member-profile-info__details p,
.member-profile-info__details h3 {
  font-size: 17px;
  line-height: 25px;
}

.member-profile-info__details h3 {
  color: #013871;
  margin-bottom: 0;
}

.member-profile-info__details__right {
  text-align: right;
}

.member-profile-info__details__right a {
  color: #606060;
}

.member-profile-info__details__right a:hover {
  color: #b8273d;
}

.admin-form,
.admin-edit-form {
  margin: 0 !important;
  position: relative;
}

.admin-edit-form span.error {
  color: #b8273d;
  display: block !important;
  font-size: 14px;
  font-weight: 600;
  padding-right: 4px;
  padding-top: 10px;
  text-align: right;
}

.admin-edit-form .btn-link:hover,
.admin-edit-form .btn-link:focus {
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
  outline: none;
}

.admin-edit-form input.error {
  border-color: #b8273d;
}

.admin-form--loading:before,
.admin-edit-form--loading:before {
  background-color: #ffffff;
  bottom: 0;
  content: "";
  opacity: 0.9;
  left: 0;
  margin: -38px -15px -44px -15px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 50;
}

.admin-form--loading:after,
.admin-edit-form--loading:after {
  background-image: url('/wp-content/themes/nasc/assets/images/loading.gif');
  background-size: contain;
  content: "";
  height: 50px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  top: 50px;
  width: 50px;
  z-index: 60;
}

.success-message,
.error-message {
  color: #013871;
  display: block;
  font-weight: bold;
  margin: 30px 0 0 0;
  text-align: center;
}

.error-message {
  color: #b8273d;
}

/* ---- 4-Nove ---- */
.sidebar .member-profile-info__nav {
  padding: 0;
}

.sidebar .member-profile-info__nav li a {
  font-size: 0.944em;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.35;
  letter-spacing: normal;
  display: block;
  position: relative;
}

.sidebar .member-profile-info__nav li a svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  transition: all 0.3s linear;

}

.sidebar .member-profile-info__nav .panel-collapse li a {
  font-size: 0.888em;
  font-weight: 500;
  line-height: 2.19;
  letter-spacing: normal;
}

.sidebar .member-profile-info__nav ul {
  padding: 14px 0 28px 25px;
}

.sidebar .member-profile-info__nav li a[aria-expanded="true"] svg {
  transform: translateY(-50%) rotate(180deg);
  transition: all 0.3s linear;
}

.account_block {
  border-radius: 5px;
  border: solid 1px #d8d8d8;
  padding: 55px;
}

.account_block .member-profile-info__subtitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.account_block .sub-title {
  margin-bottom: 0;
}

.account_block .member-profile-info__details p,
.account_block .member-profile-info__details h3 {
  font-size: 17px;
  line-height: 1.47;
  font-weight: 600;
}

.account_block .member-profile-info__details p {
  font-weight: 500;
}

.member-profile-info__title .main-title {
  margin: 0;
}

.account_alert_btn .audit-due {

  color: #b8273d;
  border-color: #b8273d;
}

.account_alert_btn .renewal-due {
  color: #f27405;
  border-color: #f27405;
  margin-right: 15px;
}

.account_heading {
  margin-bottom: 38px;
}

.account_alert_btn {
  margin-top: 50px;
}

.account_block .member-profile-info__details {
  margin-top: 12px;
}

.intro_title {
  font-weight: 600;
  color: #013871;
  font-size: 0.944em;
  margin: 0 0 7px;
}

.account_block p {
  font-size: 0.944em;
  color: #606060;
}


.page-template-template-locations table tbody tr td:last-child {
  text-align: center;
}

.page-template-template-locations table tbody tr td a {
  color: #013871 !important;
}

.area_map {
  margin-top: 50px;
}

.account_alert_btn .profile-alert svg {
  margin-right: 4px;
  font-size: 24px;
}

.team-card_dec {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 12px;
}

.team-card_dec span.name {
  font-size: 20px;
  font-weight: 600;
  color: #013871;
  display: block;
  text-transform: capitalize;
  word-break: break-all;
}

.team-card_dec span {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.69;
  letter-spacing: normal;
  color: #606060;
}

.team-card {
  margin-bottom: 35px;
}

.team-card .team-card__icon {
  display: block;
  padding-left: 14px;
  text-align: right;
}

.team-card_dec-right svg {
  color: #013871;
  font-size: 22px;
}

.modal-content {
  padding-left: 20px;
  padding-right: 20px;
}

.modal-body {
  background: rgba(0, 59, 121, 0.1);
  padding: 38px 15px 44px;
}

.edit_location_field div {
  display: block;
  margin-bottom: 18px;
}

.edit_location_field div label {
  font-size: 17px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #013871;
  vertical-align: top;
}

.edit_location_field div input,
.edit_location_field div select{
  border: solid 1px #013871;
  background-color: #ffffff;
  height: 43px;
  line-height: 43px;
  padding: 0 20px;
  width: 100%;
  color: #606060;
  font-size: 17px;
  border-radius: unset !important;
}

.update-form__custom-checkbox {
  display: inline-block !important;
  width: calc(58.3% - 4px);
}

.update-form__custom-checkbox label {
  position: relative;
  padding-left: 35px;
  margin-bottom: 7px;
}

.update-form__custom-checkbox label:before {
  position: absolute;
  left: 0;
  top: -2px;
}

.custom-checkbox {
  height: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 0;
}

.custom-checkbox {
  width: auto !important;
}

.custom-checkbox + label:hover {
  cursor: pointer;
}

.custom-checkbox + label {
  position: relative;
}

.custom-checkbox + label:before {
  background-color: #ffffff;
  border: 1px solid #013871;
  content: "";
  display: inline-block;
  height: 24px;
  width: 24px;
}

.custom-checkbox:checked + label:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 9px;
  background: #013871;
  width: 4px;
  height: 4px;
  box-shadow: 4px 0 0 #013871,
              6px 0 0 #013871,
              6px -4px 0 #013871,
              6px -6px 0 #013871,
              6px -8px 0 #013871,
              6px -10px 0 #013871;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal .modal-body form {
  margin-bottom: 34px;
}

.edit_location_field div textarea {
  display: inline-block;
  width: calc(58.3% - 4px);
  padding: 10px 20px;
  color: #606060;
  font-size: 17px;
  border: solid 1px #013871;
  background-color: #ffffff;
  vertical-align: top;
  height: 356px;
}

.edit_location_field div input,
.edit_location_field div select {
  display: inline-block;
  width: calc(58.3% - 4px);
}

.edit_location_field div input[type="file"] {
  line-height: normal;
  padding: 7px 20px;
}

.edit_location_field div label {
  display: inline-block;
  width: calc(41.7% - 4px);
}

.edit_location_field .edit_detail_desc label {
  margin-top: 10px;
}

.edit_location_field div.edit_detail_postcode input {
  max-width: 185px;
}

.location_checkbox_grp .checkbox_title {
  font-size: 17px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #013871;
  margin-bottom: 15px;
}

.location_checkbox_grp label {
  font-size: 17px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}

.delete-career-btn {
  color: #b8273d;
  display: block;
  font-weight: bold;
}

div.modal .modal-dialog {
  width: 640px;
}

div.modal .modal-dialog .modal-content {
  padding: 33px 20px;
}

div.modal .modal-footer {
  text-align: center;
  border: none;
  padding: 0;
}

div.modal .modal-footer .btn-link,
div.modal .modal-footer .btn-link:active,
div.modal .modal-footer .btn-link:hover,
div.modal .modal-footer .btn-link:focus {
  border-top: none;
  border-left: none;
  border-right: none;
  padding: 0;
}

.location_checkbox_grp .form-check {
  position: relative;
  margin-bottom: 5px;
}

.location_checkbox_grp .form-check label {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}

.location_checkbox_grp .form-check input[type=checkbox] {
  height: 16px;
  width: 16px;
  position: relative;
  z-index: 999;
  opacity: 0;
  cursor: pointer;
}

div.modal .modal-header {
  padding-bottom: 7px;
  padding-top: 5px;
}

.location_checkbox_grp .form-check input[type=checkbox] + label:before {
  display: inline-block;
  height: 14px;
  width: 14px;
  content: "";
  left: 0;
  position: absolute;
  border-radius: 2px;
  border: 2px solid #013871;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 2px;
}

.location_checkbox_grp .form-check input[type=checkbox] + label:after {
  content: ' ';
  display: inline-block;
  position: absolute;
  left: 5px;
  top: 10px;
  font-size: 10px;
  color: #013871;
  width: 4px;
  height: 8px;
  border-right: 2px solid #013871;
  border-bottom: 2px solid #013871;
  transform: rotate(46deg);
  opacity: 0;
  visibility: hidden;
}

div.modal .close span {
  height: auto;
  display: inline-block;
  line-height: 1;
}

.location_checkbox_grp .form-check input[type=checkbox]:checked + label:after {
  opacity: 1;
  visibility: visible;
}

div.modal .close {
  font-size: 26px;
  width: 30px;
  height: 30px;
  background-color: #b8273d;
  opacity: 1;
  border-radius: 50%;
  box-shadow: none;
  color: #ffffff;
  margin-top: -2px;
}

div.modal .sub-title {
  display: inline-block;
  margin-bottom: 0;
}

.search-result_title {
  margin-bottom: 18px;
  font-weight: 600;
}

.membership-block {
  margin-bottom: 55px;
}

.membber-events_table td {
  font-size: 17px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.18;
  letter-spacing: normal;
  color: #606060;
  padding: 9px 15px;
}

.page-template-template-events .membber-events_table td {
  padding: 15px 15px;
}

.membber-events_table .btn-link {
  line-height: 1.18;
  font-size: 17px;
}

.membber-events_table td:nth-child(2) a {
  color: #013871;
  font-weight: 600;
}

.membber-events_table tr:nth-child(odd) {
  background-color: #e5ebf1;
}

.membber-events_table tr {
  border-bottom: solid 1px #979797;
}

.membber-events_table tr td:nth-child(4) {
  width: 100px;
  text-align: center;
}

.membber-events_table tr td:last-child {
  width: 140px;
  text-align: center;
}

.single-even-bk h3 {
  font-size: 1.9444em;
  font-weight: bold;
  line-height: 1.14;
  letter-spacing: -0.35px;
  color: #013871;
  margin-bottom: 36px;
  margin-top: 0;
}

.single-even-bk h4 {
  color: #013871;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1.56;
}

.page-template-template-members-news .col-lg-8.col-md-8.col-sm-7 .col-md-6.col-sm-6:nth-child(5) {
  clear: both;
}

.single-even-bk p:first-child {
  color: #013871;
  font-weight: 600;
}

.single-event .sidebar p {
  font-size: 17px;
}

.single-event .sidebar {
  padding-bottom: 0;
}

.sidebar img.event_side_img {
  max-width: calc(100% + 54px);
  margin-left: -27px;
}
/* --- Shop-page --- */
.products .product a {
    font-size: 1.66em;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: normal;
    color: #013871;
}
.products .product-short-desc p {
    font-size: 0.88em;
	line-height: 1.63;
	letter-spacing: normal;
	color: #606060;
	margin-bottom:12px;
}
.product-short-desc .product-info tr td:last-child {
	color: #013871;
	font-weight:bold;
}
.product-short-desc .product-info tr td a {
    font-size: 15px;
}
.product-short-desc table tr td {
  font-stretch: normal;
  font-style: normal;
  line-height: 2.67;
  letter-spacing: normal;
}
.product-short-desc .product-info {
    width: 100%;
    font-size: 0.83em;
}
.product-short-desc .product-info tr {
    border-bottom: solid 1px #013871;
}
.product-short-desc .product-info tr:last-child {
    border-bottom: 0;
}
.products .product-category {
  position: absolute;
  left: 0;
  top: 225px;
  background: #013871;
  color: #ffffff;
  font-size: 14px;
  padding: 5px 20px;
  font-weight: bold;
  transform: rotate(-90deg);
  transform-origin: 0 0;
  min-width: 225px;
  text-align: center;
}
.products {
  opacity: 1;
  margin-top: 0;
  transition: margin .4s ease, opacity .3s ease;
}
.products--loading {
  opacity: 0;
  margin-top: 200px !important;
  position: relative;
}
.products__loading {
  background-image: url('/wp-content/themes/nasc/assets/images/loading.gif');
  background-size: contain;
  height: 50px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  top: 50px;
  width: 50px;
}
.product #modal-product-short-desc a {
  font-size: inherit;
  line-height: inherit;
}

.woocommerce ul.products li.product {
    padding-left: 45px !important;
}
.woocommerce ul.products li.product .button.product-more-details,
.woocommerce ul.products li.product .button.product_type_simple {
  background: #fff;
  border: solid 1px #013871;
  border-radius: 0;
  display: block;
  float: left;
  font-weight: 500;
  color: #013871;
  font-size: 0.888em;
  margin-top: 15px;
  width: 46%;
  text-align: center;
  padding:.79em .4em;
}
.woocommerce ul.products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.woocommerce ul.products .product--ajaxed {
  width: 100% !important;
}
.product-short-desc table tr td .variant-price {
  float: left;
}
.product-short-desc table tr td .variant-price span {
  float: none;
}
.product-short-desc table tr td .variant-price .woocommerce-Price-amount,
.product-short-desc table tr td .variant-price .woocommerce-Price-amount span {
  color: #013871 !important;
}
.woocommerce ul.products li.product.product-type-variable .add_to_cart_button {
  display: none !important;
}
a.added_to_cart {
  display: none !important;
}
.woocommerce ul.products li.product .button.product_type_simple.add_to_cart_button {
	 margin-right: 0px;
}
.woocommerce ul.products li.product .button.add_to_cart_button {
    border: solid 1px #013871;
    background-color: #013871;
    color: #fff;
    border-radius: 0;
    display: block;
    font-weight: 500;
    font-size: 0.888em;
    width: 100%;
    text-align: center;
    max-width: none;
}
.products .product a .woocommerce-loop-product__title {
  font-size: 22px !important;
    font-weight: 600;
	line-height:1.17;
}
.product-short-desc table tr td span {
    color: #b8273d;
    float: right;
}

.woocommerce ul.products li {
	max-width:359px;
}
.product-list .entry-title a {
    color: #013871;
}
.product-list .entry-title {
    margin-top: 0;
    font-size: 2.777em;
    font-weight: bold;
    margin-bottom: 36px;
    line-height: 1.1;
    letter-spacing: -0.5px;
    color: #013871;
	display:none;
}

.shop-sidebar a {
    line-height: 2.35;
    letter-spacing: normal;
    color: #013871;
}
.shop-sidebar a svg {
    line-height: 2.35;
    letter-spacing: normal;
    color: #b8273d;
    margin-right: 20px;
}
.shop-sidebar .product-cat-list {
    border-radius: 0;
    border: solid 1px #013871;
    height: 50px;
    font-size: 17px;
    line-height: 1.59;
    color: #606060;
    max-width: 100%;
    width: 100%;
    margin-bottom: 36px;
    padding: 10px;
    box-sizing: border-box;
	-webkit-appearance:none;
	-moz-appearance:none;
	background-image: url(../images/arrow-select.png);
    background-repeat: no-repeat;
    background-position: right center;
	padding-right:50px;
}

.shop-sidebar > a {
    width: 100%;
    display: block;
    border-bottom: solid 1px #b8273d;
    margin-bottom: 26px;
    font-size:0.94em;
    text-decoration: none!important;
}
.shop_sidebar p {
    font-size: 0.88em;
}
.shop_sidebar .contact-info ul span {
    font-size: 0.88em;
    line-height: 1.88;
}
.shop_sidebar .contact-info ul li a {
    line-height: 1.88;
}
.woocommerce nav.woocommerce-pagination ul {
	border:0px;
}
.woocommerce nav.woocommerce-pagination ul li a {
	color:#013871;
}
body.woocommerce nav.woocommerce-pagination ul li span.current {
    border: transparent;
    font-size: 0.9473em;
    font-weight: bold;
    color: #ffffff;
    padding: 2px 5px;
    margin: 0 2px;
    background: #b8273d;
    border-radius: 100%;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, 
.woocommerce nav.woocommerce-pagination ul li a:hover, 
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #b8273d !important;
    color: #ffffff !important;
}
body.woocommerce nav.woocommerce-pagination ul li {
	border-right:0px;
}
body.woocommerce nav.woocommerce-pagination ul {
	border:0px;
}
body.woocommerce nav.woocommerce-pagination ul li a, body.woocommerce nav.woocommerce-pagination ul li span {
    border: transparent;
    font-size: 0.9473em;
    font-weight: bold;
    color: #013871;
    padding: 2px 5px;
    margin: 0 2px;
    width: 32px;
    height: 32px;
    line-height: 28px;
}
body.woocommerce nav.woocommerce-pagination ul li a:focus, 
body.woocommerce nav.woocommerce-pagination ul li a:hover, 
body.woocommerce nav.woocommerce-pagination ul li span.current {
	border-radius:100%;
}
body.woocommerce nav.woocommerce-pagination ul {
    border: 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.button.add_to_cart_button.added::after {
    font-size: 12px;
}
.woocommerce ul.products li.product a.added_to_cart.wc-forward {
    font-size: 1em;
    display: block;
    text-decoration: underline;
    cursor: pointer;
}
.modal-basket__header {
  border: 0;
  padding: 0 0 22px 0 !important;
}

.modal-basket__body {
  background: transparent;
  padding: 0;
}

.modal-basket__body .cart_list {
  list-style: none;
  padding: 0;
}

.modal-basket__body a {
  font-weight: 700;
}

.modal-basket__footer {
  padding-top: 10px !important;
  text-align: right !important;
}

.modal-basket ul li.woocommerce-mini-cart-item {
  background-color: #e5ebf1;
  margin-bottom: 10px !important;
  padding: 13px 18px !important;
}

.modal-basket .woocommerce-mini-cart-item__title {
  color: #013871;
  font-size: 25px;
  line-height: 30px;
  padding-right: 80px;
  font-weight: bold;
  margin: 0;
}

.modal-basket ul li.woocommerce-mini-cart-item .remove_from_cart_button {
  background-color: #b8273d;
  color: #ffffff !important;
  float: right;
  height: 28px;
  line-height: 28px;
  padding: 0;
  text-align: center;
  width: 28px;
  border-radius:  100%;
}

.modal-basket .woocommerce-mini-cart-item .quantity {
  display: block;
  font-size: 16px;
  padding-top: 4px;
}

.modal-basket__total-table {
  margin: 20px 0 20px auto;
}

.modal-basket__total-table-row {
  border-bottom: 1px solid #013871;
  line-height: 40px;
}

.modal-basket__total-table-title {
  min-width: 130px;
}

.modal-basket__total-table-row--total {
  color: #013871;
  font-weight: bold;
}

.modal-basket__footer-btn {
  margin-right: 25px !important;
}

.modal-basket .widget_shopping_cart_content--loading {
  position: relative;
}

.modal-basket .widget_shopping_cart_content--loading:before {
  background-color: #ffffff;
  bottom: 0;
  content: '';
  height: 100%;
  left: 0;
  opacity: .8;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}

.modal-basket .widget_shopping_cart_content--loading:after {
  background-image: url('/wp-content/themes/nasc/assets/images/loading.gif');
  background-size: contain;
  content: '';
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 3;
}

.product-info-modal__header {
  border: 0;
  padding: 0 50px 20px 0 !important;
  position: relative;
}

.product-info-modal__close-btn {
  background-color: #b8273d;
  border: 0;
  border-radius: 28px;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  height: 28px;
  line-height: 28px;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 28px;
}

.product-info-modal__body {
  background-color: #ffffff;
  padding: 0;
}

.product-info-modal__price {
  color: #013871;
  font-weight: bold;
  margin: 0 0 0 20px;
}

.product-info-modal .product-info-modal__btn {
  border: solid 1px #013871 !important;
  background-color: #013871 !important;
  border-radius: 0 !important;
  color: #ffffff !important;
  font-weight: normal !important;
}

.product-info-modal__cart-btn {
  border: solid 1px #013871;
  background-color: #013871;
  color: #fff;
  border-radius: 0;
  font-weight: 500;
  font-size: 0.888em;
  max-width: 144px;
  text-align: center;
  padding: 12px 22px;
}

.product-info-modal__cart-btn:hover, .product-info-modal__cart-btn:focus {
  color: #ffffff;
}

.single-product .product .single_add_to_cart_button {
  background-color: #013871 !important;
  border: none;
  border-radius: 0;
  color: #fff;
}

.single-product .product .single_add_to_cart_button:not(.disabled):hover {
  background-color: #022a53 !important;
}

.single-product .product .single_add_to_cart_button,
.single-product .product .single_add_to_cart_button.disabled {
  padding: 15px 30px;
}

.sdm_download_button_box_default {
  display: block;
  float: left;
  margin-right: 8%;
  margin-top: 15px;
  width: 46%;
}

.sdm_download_button_box_default a {
  background: #fff;
  border: solid 1px #013871;
  border-radius: 0;
  color: #013871;
  display: block;
  font-size: 0.888em !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  padding: .79em .4em;
  text-align: center;
  width: 100%;
}

.modal-product-quantity-title {
  display: inline-block;
  margin-right: 14px;
}

.modal-product-quantity-input {
  background: #fff;
  border: solid 1px #013871;
  border-radius: 0;
  display: inline-block;
  font-weight: 500;
  color: #013871;
  font-size: 0.888em;
  width: 100px;
  padding: 6px 12px;
  margin-bottom: 30px;
}

.product-page__serial-number-field {
  margin: 30px 0;
}

/* ---- start cart ---- */
.checkout-page {
  padding: 40px 0;
}

.checkout-page .shop_table thead {
  background-color: #013871;
  color: #ffffff;
}

.checkout-page__cart-product-name {
  color: #013871;
  font-weight: bold;
  font-size: 18px;
}

.checkout-page__total-wrapper {
  background-color: #e5ebf1;
  padding: 30px;
}

.checkout-page__total-wrapper .checkout-page-cart-totals-title {
  margin: 0 0 20px 0;
}

.checkout-page .cart-btn {
    background-color: #013871;
    border-radius: 0;
    color: #ffffff !important;
    transition: background-color .2s ease;
}

.checkout-page .cart-btn:hover, .cart-btn:focus {
    background-color: #b8273d;
    color: #ffffff;
}

.checkout-page .cart-btn--large {
    font-weight: 700;
}

.checkout-page .checkout-page__total-wrapper .checkout-page__totals-table {
  border: 0;
  border-collapse: collapse !important;
}

.checkout-page__total-table-row th,
.checkout-page__total-table-row td {
  border-bottom: 1px solid #013871;
}

.checkout-page__total-table-row td {
  padding-right: 0 !important;
}

.checkout-page .checkout-page__total-wrapper a {
  color: #b8273d;
}

.checkout-page__total-wrapper .cart-btn {
  margin-bottom: 0 !important;
}

.checkout-page input[type="text"],
.checkout-page input[type="tel"],
.checkout-page input[type="email"] {
  background-color: #ffffff;
  border: 1px solid #013871;
  border-radius: 0;
  height: 50px;
  line-height: 50px;
  padding: 10px;
}

.checkout-page .select2-container--default  .select2-selection--single {
  border: 1px solid #013871;
  border-radius: 0;
  height: 50px;
  line-height: 50px;
}

.checkout-page .select2-container--default  .select2-selection--single .select2-selection__rendered {
  line-height: 50px;
}

.checkout-page .select2-container--default  .select2-selection--single .select2-selection__arrow {
  height: 50px;
}

.checkout-page textarea {
  background-color: #ffffff;
  border: 1px solid #013871;
  border-radius: 0;
  min-height: 150px;
  padding: 10px;
}

.checkout-page .checkout_coupon {
  margin-top: 0;
}

@media (min-width: 992px) {
  .checkout-page {
    padding: 60px 0;
  }

  .checkout-page__total-wrapper {
    padding: 50px;
  }

  .col-md-5ths {
    width: 20%;
    float: left;
  }
}

.checkout-page table a {
  color: #013871;
}

/* ---- end cart section ---- */

/* ---- start checkout section ---
- */
.checkout-page .woocommerce-info {
  background-color: #e5ebf1;
  border: 0;
}

.checkout-page .woocommerce-info a {
  color: #b8273d;
}

.checkout-page  .checkout-btn {
  border: solid 1px #013871;
  background-color: #013871;
  color: #fff;
  border-radius: 0;
  display: inline-block;
  font-weight: 700;
  font-size: 0.888em;
  padding: 10px 18px;
  text-align: center;
  max-width: none;
}

.checkout-page .woocommerce-checkout-payment a {
    color: #013871;
}

.checkout-page .woocommerce-checkout-payment a:hover {
  color: #013871;
  text-decoration: underline;
}

/* ---- end checkout section ---- */

/* ---- start Col 5ths ---- */
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-5ths {
  width: 20%;
  float: left;
}
/* ---- end Col 5ths ---- */

/* ---- start woocommerce account template ---- */
  .woocommerce-account-page {
    background-color: #ffffff;
    padding: 50px 0;
  }

.woocommerce-account-page h2 {
  margin-top: 0;
  font-size: 2.777em;
  font-weight: bold;
  margin-bottom: 36px;
  line-height: 1.1;
  letter-spacing: -0.5px;
  color: #013871;
}

.woocommerce-account-page .woocommerce label {
  color: #013871;
  font-weight: bold;
}

.woocommerce-account-page .woocommerce form {
  background-color: #e5ebf1;
  border: 0;
  border-radius: 0;
  padding: 40px;
}

.woocommerce-account-page .woocommerce .form-row {
  width: 100%;
}

.woocommerce-account-page a {
  color: #013871;
}

.woocommerce-account-page .woocommerce .button {
  background-color: #013871;
  border-radius: 0;
  color: #ffffff;
  font-weight: 500;
  font-size: 0.888em;
  margin-top: 20px;
  padding: 12px 40px;
}

.woocommerce-account-page .woocommerce .button:hover,
.woocommerce-account-page .woocommerce .button:focus {
  background-color: #013871;
  color: #ffffff;
  outline: none;
}

.woocommerce-account-page .woocommerce-form__label-for-checkbox {
  margin-top: 20px;
}

.woocommerce-account-page .woocommerce-form__label-for-checkbox input[type="checkbox"] {
  height: auto;
}

/* ---- end woocommerce account template ---- */


/* --- Shop-page --- */
@media (min-width: 1500px) {
  div.modal .close span {
    display: block;
    text-align: center;
    padding-left: 2px;
  }
}

@media only screen and (min-width: 998px) {
  .header-fixed .header-menu-main .navbar-nav li a:hover,
  .header-fixed .header-menu-main .navbar-nav li a:focus {
    color: #ffffff
  }
}

@media only screen and (min-width: 1300px) {
  .container {
    width: 1220px;
  }
}

@media only screen and (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  .profile-alert {
    font-size: 18px;
  }
}


@media only screen and (max-width: 1024px) {
  .checkbox-main {
    margin-bottom: 20px;
  }

  .search_content_main ul li h2 a {
    font-size: 14px;
  }

  .latest-section .latest-block__img img {
    height: auto;
  }

  .masthead__content {
    left: 0;
    right: 0;
  }

  .p--r--40 {
    padding-right: 15px;
  }

  .p--l--40 {
    padding-left: 15px;
  }

  .custom-checkbox .wpcf7-list-item input[type=checkbox] + span:before {
    top: 8px;
  }

  .custom-checkbox .wpcf7-list-item input[type=checkbox] + span:after {
    top: 8px;
  }

  .custom-checkbox .wpcf7-list-item input[type=checkbox]:checked + span:after {
    top: 10px;
  }

  .sidebar img.event_side_img {
    max-width: 100%;
    margin-left: 0;
  }

}

@media only screen and (max-width: 992px) {
  /* -- users --*/
  .responsive-table thead {
    display: none;
  }

  .responsive-table td {
    display: block;
  }
}

@media only screen and (max-width: 998px) {
  .navbar-toggle {
    display: block;
    z-index: 99;
    margin-right: 0;
  }

  .main-collapse {
    position: fixed;
    width: 100vw;
    left: calc(100% + 15px);
    transition: 0.5s;
    top: 0;
    height: 100vh !important;
    background-color: #013871;
    padding-top: 65px;
    padding-bottom: 65px;
    margin: 0 !important;
    overflow: auto;
    display: flex !important;
    align-items: baseline;
    -webkit-align-items: baseline;
    -moz-align-items: baseline;
    justify-content: flex-end;
    -moz-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    z-index: 9;
  }

  .header-menu-main .navbar-nav li a {
    text-align: left;
    line-height: 1.52;
    font-size: 18px;
  }

  .header-menu .navbar-nav > li {
    float: none;
    border-bottom: solid 1px rgba(255, 255, 255, 0.45);
  }

  .navbar-collapse.collapse {
    height: 100vh !important;
    display: flex !important;
  }

  .main-collapse.in {
    left: 0;
  }

  .main-collapse.in {
    display: flex !important;
    flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    z-index: 10;
  }

  .header-menu {
    width: 100%;
    padding-top: 0;
  }

  .navbar-toggle {
    position: fixed;
    right: 15px;
    background-color: transparent;
    border-radius: 0;
    top: 5px;
  }

  .navbar-toggle .icon-bar {
    background: #ffffff;
    width: 28px;
    height: 4px;
    transition: all 0.2s;
  }

  .footer__link li:first-child {
    padding-left: 0;
  }

  .navbar-toggle.close-icon .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
    height: 5px;
  }

  .header-menu ul li:nth-child(1),
  .header-menu ul li:nth-child(2),
  .header-menu ul li:nth-child(3) {
    display: block
  }

  .navbar-toggle.close-icon .middle-bar {
    opacity: 0;
  }

  .navbar-toggle.close-icon .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 0 78%;
    height: 5px;
  }

  .navbar-toggle.collapse .top-bar {
    transform: rotate(0);
  }

  .navbar-toggle.collapse .middle-bar {
    opacity: 1;
  }

  .navbar-toggle.collapse .bottom-bar {
    transform: rotate(0);
  }

  .header-top {
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0;
    order: 2;
    text-shadow: none;
  }

  .menu-header-top-nav-container a {
    font-size: 13px;
    margin: 0;
  }

  .header-fixed .header-top {
    display: none;
  }

  .owl-nav {
    width: calc(100% + 30px);
    left: -15px;
  }

  .header-fixed .header-menu-main .navbar-nav li a {
    color: #ffffff;
  }

  .header-fixed .header-menu-main .navbar-nav li a:hover {
    color: #013871;
  }

  .logo-header {
    z-index: 999;
  }

  .p--r--80 {
    padding-right: 15px;
  }

  .p--l--80 {
    padding-left: 15px;
  }

  .header-fixed .navbar {
    background-color: #013871;
  }

  .header-fixed .logo-top {
    display: block;
  }

  .header-fixed .logo-top-fixed {
    display: none;
  }

  .header-fixed .header-menu {
    padding-top: 0;
    padding-bottom: 0;
  }

  .header {
    position: fixed;
    background-color: transparent;
  }

  .header-fixed .navbar {
    padding: 0;
  }

  .logo-header__img {
    margin-top: 0;
  }

  .header:after {
    height: 65px;
  }

  .header .navbar {
    background-color: #013871;
    min-height: 64px;
  }

  .header-fixed .navbar {
    border-color: transparent;
  }

  .logo-header {
    position: relative;
    left: 15px;
    top: 15px;
    width: 150px;
    float: left;
  }

  .header-fixed .logo-header__img img,
  .logo-header__img img {
    max-width: 100px;
  }

  .footer__right {
    text-align: center;
  }

  .footer__left {
    text-align: center;
  }

  .footer__logo-patner span {
    margin: 5px 2px;
    display: inline-flex;
  }

  .footer__left .footer__logo {
    max-width: 95px;
    text-align: center;
    margin: 0 auto;
  }

  .you-know-section__logo {
    right: 30px;
    top: 30px;
  }

  .footer__social {
    margin-top: 15px;
    text-align: center;
  }

  .report-download {
    padding-left: 20px;
  }

  .report-download__img {
    width: 120px;
    margin-top: -15px;
  }

  .report-download__img img {
    width: 119px;
    height: 166px;
  }

  .report-download__desc {
    width: calc(100% - 124px);
    max-width: 352px;
    padding-left: 17px;
  }

  .footer__social span:last-child {
    padding-right: 0;
  }

  .footer__link {
    margin-bottom: 18px;
  }

  .site-search-model.in {
    z-index: 9999;
    background: rgba(1, 56, 113, 0.75);
  }

  .site-search-model {
    top: 0;
    transform: none;
  }

  .site-search-model .modal-dialog {
    width: 100%;
    max-width: 724px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) !important;
    -moz-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .site-search-model .modal-content {
    width: 100%;
  }

  .menu-header-top-nav-container a {
    height: auto;
    min-width: 0;
    padding: 6px 3px;
  }

  /* -- membar-public-profile -- */
  .member-profile-info__data ul li span.filed-info, .member-profile-info__data ul li span.filed-type {
    display: block;
    width: 100%;
  }

  .send-message-section div#map {
    height: 400px;
  }

  /* -- membar-public-profile end -- */
  .membber-events_table {
    overflow-x: auto;
  }

  .membber-events_table td {
    font-size: 14px;
    padding: 5px 10px;
  }
  
  /* -- shop -- */
  .woocommerce ul.products li {
    max-width: 359px;
    width: 100% !important;
    float: none !important;
	}

}

@media only screen and (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {

  p {
    margin-bottom: 27px;
  }

  .side-overlap-block p {
    margin-bottom: 27px;
  }

  .sub-title {
    margin-bottom: 27px;
  }

  body {
    font-size: 16px;
  }

  .small-title {
    margin-bottom: 15px;
  }

  .footer {
    padding: 13px 0 30px 0;
    z-index: 99;
  }

  .footer__social span {
    padding-right: 10px;
    font-size: 20px;
  }

  .footer__link {
    margin-bottom: 15px;

  }

  .main-section {
    padding: 54px 0 36px;
  }

  .news-article-section {
    padding: 54px 0 36px;
  }

  .p--l--80 {
    padding-left: 15px;
  }

  .home .p--l--80 {
    padding-left: 30px;
  }

  .p--r--80 {
    padding-right: 15px;
  }

  .grid-section {
    padding: 40px 0;
  }

  .section__head {
    margin-bottom: 50px;
  }

  .contact-section {
    padding: 40px 0;
  }

  .contact-section .sub-title {
    margin-bottom: 25px;
  }

  .masthead--full .masthead__banner {
    height: 616px;
  }

  .masthead__banner {
    height: 280px;
  }

  .side-overlap-block:after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 50vw;
    background: #013871;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 30px;
    z-index: -9;
  }

  .side-overlap-block:after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 50vw;
    margin-left: -30px;
    z-index: -9;
  }

  .side-overlap-block {
    padding: 38px 0 45px 0;
    margin-top: -190px;
    position: relative;

  }

  .you-know-section {
    position: relative;
    height: 450px;
  }

  .accordion-NASC .panel-default > .panel-heading {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .sidebar {
    padding: 36px 18px;
  }

  .field-required:after {
    top: 50px;
  }

  .map-section iframe {
    height: 400px;
  }

  div#map {
    height: 400px;
  }

  .account_block {
    padding: 20px;
  }

  .account_block .sub-title {
    font-size: 24px;
  }

  .sidebar .member-profile-info__nav ul {
    padding: 10px 0;
  }

  .profile-alert {
    font-size: 15px;
    padding: 0 15px;
  }
}


/* -------- Ipad portrait Start -------- */

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .member-profile-info__details__right {
    text-align: left;
  }

  main {
    padding-top: 55px;
  }

  .grid-item__info p {
    min-height: 80px;
  }

  .navbar-right {
    width: 100%;
    margin-right: 0;
  }

  .header-fixed .header-top {
    display: none;
  }

  .side-overlap-block:after {
    margin-left: 0;
    width: 100%;
  }

  .side-overlap-block {
    padding: 38px 10px 45px 20px;
  }

  .membership-block__title {
    font-size: 1.4em;
  }

  .search-type-loaction > div {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }

  .search-type-loaction .search-name {
    margin-bottom: 10px;
  }

  .search-member__left .search-list {
    max-height: 974px;
  }

  .page-template-template-members-news .col-lg-8.col-md-8.col-sm-7 .col-md-6.col-sm-6:nth-child(3) {
    clear: both;
  }


}

/* -------- Ipad portrait End -------- */


/* -------- Ipad landscape Start -------- */

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .footer__contact p {
    font-size: 0.68em;
  }

  .header-fixed .logo-header {
    top: 18px;
  }

  .header-menu-main .navbar-nav li a {
    font-size: 15px;
  }

  .you-know-section__details h3:after {
    width: 96px;
    height: 96px;
    right: -30px;
  }

  .header-top a {
    height: 55px;
    padding-top: 28px;
    font-size: 14px;
  }

  .header-menu {
    padding-top: 15px;
  }

}

/* -------- Ipad landscape end -------- */

/* -------- Mobile portrait  -------- */
@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation: portrait) {
  .main_content {
    padding: 40px 0;
  }

  .footer_right {
    text-align: left;
  }

  .footer_center {
    margin: 25px 0;
  }
}

/* -------- Mobile portrait End -------- */

/* -------- Mobile landscape Start -------- */

@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {

  .header-menu {
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .site-search-model {
    min-height: 0;
    overflow: auto !important;
  }

  .site-search-model .modal-dialog {
    width: 100%;
    top: 10%;
    left: 50%;
    -webkit-transform: translate(-50%, -10%) !important;
    -moz-transform: translate(-50%, -10%) !important;
    transform: translate(-50%, -10%) !important;
    align-items: baseline;
  }

  .ui-autocomplete {
    position: relative !important;
  }

  .site-search-main button {
    top: 35px;
  }
}


/* -------- Mobile landscape End -------- */

@media (max-width: 767px) {
  .ui-autocomplete li a {
    font-size: 0.888em;
    width: 85%;
    display: block;
  }

  .NASC-member-model .modal-dialog {
    width: 98%;
    margin: 0 auto;
  }

  .ui-autocomplete li {
    height: auto;
  }

  .page-template-template-contact .container {
    width: 100%;
  }

  body {
    font-size: 14px;
  }

  .main-title {
    font-size: 1.7647em;
    margin-bottom: 18px;
  }

  .sub-title {
    font-size: 1.4285em;
    margin-bottom: 18px;
  }

  .masthead__title {
    font-size: 2.0588em;
  }

  .footer__contact p {
    font-size: 0.85em;
  }

  .grid-item__info p {
    font-size: 1em;
  }

  .membership-block__desc {
    font-size: 1em;
  }

  .logo-header__img img, .woocommerce .logo-header__img img{
    max-width: 100px;
  }

  .logo-header__img {
    margin-top: 0;
  }

  .header-fixed .logo-header__img img {
    max-width: 100px;
  }

  .main-section {
    padding: 36px 0;
  }

  .NASC-member {
    padding: 36px 0;
  }

  .NASC-membership-section {
    padding: 36px 0;
  }

  .resources-section {
    padding: 36px 0;
  }

  .reports-section {
    padding: 36px 0;
  }

  .p--l--80 {
    padding-left: 15px;
  }

  .section__head .btn {
    display: none;
  }

  .section--overlap:before {
    height: 161px;
  }

  .section__head {
    margin-bottom: 5px;
  }

  .footer {
    padding: 18px 0 36px 0;
    z-index: 99;
  }

  .services-single-type {
    margin-bottom: 20px;
  }

  .contact-section {
    padding: 36px 0;
    position: relative;
  }

  .cust-form .form-control {
    height: 36px;
    font-size: 14px;
  }

  .cust-form textarea.form-control {
    height: 160px;
  }

  .cust-form .form-group {
    font-size: 14px;
    margin-bottom: 9px;
  }

  .cust-form .cust-submit {
    margin-top: 9px;
  }

  .contact-section .sub-title {
    margin-bottom: 25px;
  }

  .field-required:after {
    top: 40px;
  }

  .side-overlap-block {
    padding: 36px 18px;
    margin: 36px 0;
  }

  .news-article-section {
    padding: 36px 0 36px;
  }

  .nasc-form {
    margin-top: 18px;
  }

  .you-know-section__logo {
    right: 15px;
    top: 15px;
    max-width: 100px;
  }

  .side-overlap-block:after {
    height: 100%;
    width: 100%;
    background: #013871;
    position: absolute;
    margin-left: 0;
  }

  .masthead--full .masthead__banner {
    height: 470px;
  }

  .you-know-section {
    position: relative;
    height: 466px;
  }

  .masthead__banner {
    height: 200px;
  }

  .panel-group .panel + .panel {
    margin-top: 9px;
  }

  .accordion-NASC {
    margin-bottom: 18px;
  }

  .you-know-section__details h3 {
    margin-bottom: 27px;
  }

  .you-know-section__details span:after {
    width: 86px;
    height: 86px;
    right: -33px;
  }

  .you-know-section__details h3 span {
    font-size: 50px;
    display: inline-block;
  }

  .check-list li {
    margin-bottom: 18px;
  }

  p {
    margin-bottom: 18px;
  }

  .footer__link li {
    padding: 0 9px 9px 0;
    font-size: 1em;
  }

  .footer__social span {
    padding-right: 15px;
    font-size: 20px;
  }

  .NASC-shop-section {
    padding: 36px 0;
  }

  .latest-section {
    margin: 36px 0;
  }

  .nasc-form .control-label {
    font-size: 1em;
  }

  .latest-section .latest-block {
    margin-bottom: 36px;
  }

  .membership-block {
    margin-bottom: 36px;
  }

  .latest-block__type {
    margin-bottom: 9px;
  }

  .latest-block__img img {
    width: 100%;
  }

  .latest-block__title, .membership-block__title {
    margin: 9px 0;
    font-size: 1.4285em;
  }

  .latest-block__desc {
    font-size: 1em;
  }

  .side-overlap-block p {
    margin-bottom: 18px;
  }

  .sidebar, .page-template-template-contact .sidebar {

    padding: 36px 18px;
    margin-bottom: 36px;
  }

  .sidebar--margin {
    margin-top: 36px;
  }

  .NASC-Specify__frame iframe {
    height: 250px !important;
  }

  .img-full {
    width: 100%;
    position: relative;
    margin-left: 0;
  }

  .social-sidebar {
    margin-top: 52px;
    float: left;
  }

  /* model */
  .site-search-model .modal-dialog {
    margin: 0;
    padding: 10px;
  }

  .site-search-main .form-control {
    height: 68px;
  }

  .search-lbl {
    padding-left: 18px;
    margin-bottom: 9px;
  }

  /* model end */
  .map-section iframe {
    height: 350px;
  }

  div#map {
    height: 350px;
  }

  .report-download {
    margin-bottom: 54px;
  }

  .panel-default > .panel-heading {
    padding: 5px 15px;
  }

  /* search plugin JS*/
  body div.asl_m .probox .proinput {
    padding: 0 0 0 15px;
  }

  body div.asl_r .results .item {
    padding: 3px 10px;
  }

  body div.asl_r.vertical {
    padding: 10px 0;
  }

  /* search plugin JS end*/
  .check-list svg {
    margin-right: 10px;
  }

  .ui-autocomplete li a span:last-of-type {
    position: absolute;
    right: 15px;
    padding-top: 3px;
  }

  .NASC-member-model {
    padding: 0 15px;
  }

  section.send-message-section {
    padding: 0 0 27px;
  }

  .send-message__left .select-styled::after {
    height: 36px;
  }

  .member-profile-info__logo {
    margin-bottom: 30px;
    margin-top: 30px;
  }

  .send-message__left .dropdown-filter li {
    height: 36px;
    font-size: 14px;
  }

  .send-message__left span.dropdown-arrow {
    top: 3px;
  }

  .send-message__left .dropdown-filter .select-styled {
    height: 36px;
    line-height: 36px;
    font-size: 14px;
  }

  .search-type-loaction > div {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }

  .search-type-loaction .search-name {
    margin-bottom: 10px;
  }

  .search-member__left {
    padding-top: 35px;
    padding-right: 0;
  }

  .search-member__left .search-list {
    margin-bottom: 40px;
    max-height: 380px;
  }

  .search-member-section div#map {
    height: 436px;
    margin-bottom: 36px;
  }

  .search-member-section div#map3 {
    height: 400px;
    margin-bottom: 50px;
  }

  .checkbox-main .checkbox-grp input[type=checkbox] + label:before {
    top: 3px;
  }

  .checkbox-main .checkbox-grp input[type=checkbox]:checked + label:after {
    top: 6px;
  }

  .send-message-section div#map {
    margin-top: 26px;
  }

  .company-location .sub-title {
    font-size: 14px;
  }

  .company-location__address p {
    font-size: 12px;
  }

  .company-location .contact-info ul span {
    font-size: 12px;
    margin-right: 10px;
  }

  .account_block {
    padding: 15px;
    float: left;
  }

  .location_blk {
    overflow-x: scroll;
  }

  .account_alert_btn {
    margin-top: 15px;
  }

  .account_alert_btn .renewal-due {
    margin-right: 15px;
  }

  .profile-alert {
    font-size: 16px;
    padding: 0 15px;
    height: 45px;
    line-height: 45px;
  }

  .member-profile-info__details__right {
    text-align: left;
  }

  .sidebar .member-profile-info__nav ul {
    padding: 10px 15px;
  }

  .edit_location_field div label,
  .edit_location_field div input,
  .edit_location_field div textarea {
    display: block;
    width: 100%;
  }

  .edit_location_field div textarea {
    height: 80px;
  }

  .team-card img {
    margin: 0 auto;
    display: block;
  }

  div.modal .modal-dialog {
    width: auto;
  }

  div.modal .close {
    font-size: 22px;
    width: 25px;
    height: 25px;
    margin-top: 0;
  }

  .edit_location_field div {
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 15px;
  }

  .edit_location_field div label {
    font-size: 14px;
  }

  .edit_location_field div input {
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    max-width: 100%;
    width: 100%;
    font-size: 14px;
  }

  .location_checkbox_grp .form-check input[type=checkbox] {
    margin-top: 0;
    vertical-align: top;
    display: inline-block;
  }

  .location_checkbox_grp .form-check label {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
    width: calc(100% - 20px);
    font-size: 11px;
  }

  div.modal .modal-dialog .modal-content {
    padding: 10px;
  }

  .location_checkbox_grp .form-check input[type=checkbox] + label:before {
    margin-top: 0;
  }

  .location_checkbox_grp .form-check input[type=checkbox] + label:after {
    top: 6px;
  }

  .page-template-template-meet-the-team .sidebar {
    float: none;
  }

  .edit_location_field .edit_detail_desc label {
    margin-top: 0;
  }

  .page-template-template-members-news .sidebar {
    float: none;
  }

  .page-template-template-members-events .sidebar {
    float: none;
  }

  .membber-events_table tr td:nth-child(4) {
    text-align: center;
    min-width: 100px;
    width: auto;
  }

  .membber-events_table tr td:last-child {
    width: auto;
    min-width: 140px;
  }

  .single-event .sidebar {
    float: none;
  }

  .single-event .sidebar {
    padding-bottom: 20px;
  }
  /* -- Shoppage -- */
.woocommerce ul.products li {
    max-width: 359px;
    width: 100% !important;
    float: none !important;
}
  .woocommerce ul.products li.product .button.product-more-details,
  .woocommerce ul.products li.product .button.product_type_simple,
  .woocommerce ul.products li.product .button.add_to_cart_button  {
	  width:114px;
  }
  .product-list {
    clear: both;
  }
  .shop-sidebar a svg {
	  margin-left:10px;
  }
  .woocommerce ul.products li.product .button.product-more-details,
  .woocommerce ul.products li.product .button.product_type_simple {
	 margin-right:15px; 
  }
  .woocommerce ul.products li.product--ajaxed {
    padding-left: 0 !important;
  }
  /* -- Shoppage end -- */
  
}

/* match height */
.row.is-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
​ .row.is-flex > [class*='col-'] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
​ .row.is-flex > .col-auto {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}
.d-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.align-content-center{
  align-content: center;
}
/*
 * Default WP Alignment Classes
 *****************************************************************************/

.aligncenter,.alignleft,.alignright {
    display: block;
    padding: 0;
}

.aligncenter {
    float: none;
    margin: .5em auto 1em;
}

.alignright {
    float: right;
    margin: .5em 0 1em 1em;
}

.alignleft {
    float: left;
    margin: .5em 1em 1em 0;
}

.wp-caption {
    padding: 5px 0;
    border: 1px solid #555;
    background: #444;
    text-align: center;
}

.wp-caption img {
    display: inline;
}

.wp-caption p.wp-caption-text {
    margin: 5px 0 0;
    padding: 0;
    text-align: center;
    font-size: 75%;
    font-weight: 100;
    font-style: italic;
    color: #ddd;
}

/* Orders Pge */
.orders-table {
  width: 100%;
}

.order__product-table-titles,
.orders-table thead {
  background-color: #013871;
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
}

.orders-table thead th {
  padding: 10px;
}

.order__product-table-product,
.orders-table tbody tr {
  border-bottom: solid 1px #979797;
}

.order__product-table-product,
.orders-table tbody tr:last-of-type {
  border: 0;
}

.orders-table tbody tr:nth-child(odd) {
  background-color: #e5ebf1;
}

.order__product-table-product:nth-child(odd) {
  background-color: #ffffff;
}

.order__product-table-product,
.orders-table tbody tr td {
  padding: 8px 10px;
}

.order__product-table-titles h3 {
  font-size: inherit;
  margin: 0;
  font-weight: inherit;
  padding: 10px;
}

.order__product-table__meta-row {
  padding: 10px;
}

.order__modal-address {
  padding: 10px;
}

.order__modal-address h3 {
  margin: 0 0 10px 0;
  color:#013871;
  font-weight: bold;
  font-size: 18px;
}

/* Widget modal and mail chimp */
.widget-modal-reveal-btn,
#mc_signup #mc_signup_submit {
  border: solid 1px #013871;
  background-color: #013871;
  color: #fff !important;
  border-radius: 0;
  display: inline-block;
  font-weight: 500;
  font-size: 0.888em;
  padding: 12px 24px;
  text-align: center;
  text-decoration: none !important;
  transition: background-color .3s ease;
  max-width: none;
}

.widget-modal-reveal-btn:hover,
.widget-modal-reveal-btn:focus,
#mc_signup #mc_signup_submit:hover,
#mc_signup #mc_signup_submit:focus {
  background-color: #042c57;
  color: #ffffff;
}

.widget-modal-reveal-btn {
  background-color: #cb2c45;
  border-color: #cb2c45;
}

.widget-modal-reveal-btn:hover,
.widget-modal-reveal-btn:focus {
  background-color: #a5182e;
  border-color: #a5182e;
}

.widget-modal .modal-content {
  padding: 0 !important;
}

.widget-modal  .modal-body {
  padding: 40px 30px 30px 30px;
}

.widget-modal  .modal-body h4 {
  color: #013871;
  font-weight: 700;
  margin: 0 0 20px 0;
}

#mc_signup label {
  font-size: 1em;
  margin-bottom: 5px;
  line-height: 1.56;
  letter-spacing: normal;
  color: #013871;
  font-weight: 500;
}

#mc_signup .mc_input {
  padding: 6px 12px;
}

#mc_signup #mc_signup_submit {
  width: 100%;
}

.modal-button-spacer {
  margin-top: 25px;
}

.modal-button-spacer--about {
  margin: 20px 0;
}

@media only screen and (min-width: 768px) {
  .modal-button-spacer--about {
    margin: 25px 0;
    float: left;
  }
}

/* Jobs Section */
.job-listing {
  margin: 40px 0;
}

.job-listing__item {
  margin-bottom: 15px;
}

.job-listing__item:last-of-type {
  margin-bottom: 0;
}

.job-listing__job {
  background-color: #e5ebf1;
  border-radius: 5px;
  color: #606060;
  display: block;
  padding: 20px;
}

.job-listing__job__title {
  font-size: 20px;
  margin: 0 0 15px 0;
}

.job-listing__job__details {
  margin: 0;
}

.job-listing__job__details__item {
  align-items: center;
  display: flex;
  font-size: 14px;
  margin-bottom: 8px;
}

.job-listing__job__details__item:last-of-type {
  margin-bottom: 0;
}

.job-listing__job__details__icon {
  color: #013871;
  display: block;
  margin-right: 8px;
  width: 12px;
}

.job-listing__job__read-more-wrapper {
  margin-top: 15px;
}

.job-listing__job__read-more {
  border-bottom: 3px solid #b8273d;
  color: #013871;
  display: inline-block;
  font-weight: bold;
}

.job-page {
  margin: 40px 0;
}

.job-page__subtitle {
  font-size: 20px;
  margin: 0 0 15px 0;
}

.job-page__details {
  background-color: #e5ebf1;
  border-radius: 5px;
  color: #606060;
  display: block;
  padding: 20px;
  margin-top: 30px;
}

.job-page__details li {
  font-size: 15px;
  margin-bottom: 15px;
}

.job-page__details li:last-of-type {
  margin-bottom: 0;
}

.job-page__details li span {
  color: #013871;
  display: block;
  font-weight: bold;
}

.job-page__info-section {
  margin-bottom: 30px;
}

.job-page__info-section:last-of-type {
  margin-bottom: 0;
}

.job-page__info-section__content p:last-of-type {
  margin-bottom: 0;
}

.job-page__info-section__content ul,
.job-page__info-section__content ol {
  margin: 0;
  padding: 0 0 0 20px;
}

.job-page__info-section__content ul li,
.job-page__info-section__content ol li {
  margin-bottom: 10px;
}

.job-page__info-section__content ul li:last-of-type,
.job-page__info-section__content ol li:last-of-type {
  margin-bottom: 0;
}

.job-page__info-section__content a {
  color: #013871;
  text-decoration: underline;
}

@media only screen and (min-width: 768px) {
  .job-listing {
    margin: 80px 0 120px 0;
  }

  .job-listing__job {
    padding: 30px;
  }

  .job-listing__job__title {
    font-size: 26px;
  }

  .job-listing__job__details {
    display: flex;
  }

  .job-listing__job__details__item {
    margin-bottom: 0;
    margin-right: 20px;
  }

  .job-page {
    margin: 80px 0;
  }

  .job-page__subtitle {
    font-size: 26px;
  }

  .job-page__details {
    margin-top: 0;
    padding: 30px;
  }

  .job-page__info-section {
    margin-bottom: 60px;
  }
}

@media only screen and (min-width: 992px) {
  .job-listing__job__read-more-wrapper {
    margin-top: 20px;
  }
}

.landing-page-main {
  margin: 50px 0;
}

.landing-page-main__inner {
  max-width: 800px;
}

.landing-page-main__title {
  color: #013871;
  font-weight: bold;
  margin: 0 0 25px 0;
}

.landing-page-main__content p {
  margin: 0 0 15px 0;
}

.landing-page-main__content p:last-of-type {
  margin-bottom: 0;
}

.landing-page-main__form {
  margin-top: 30px;
}

.landing-page-main__form .ninja-forms-field {
  border: 1px solid #ced4da;
  border-radius: 3px;
  padding: 0.4em;
}

.landing-page-main__form input[type="submit"].ninja-forms-field {
  background-color: #013871;
  border: none;
  border-radius: 0;
  color: #fff;
  font-weight: bold;
  padding: 10px 26px;
}

@media only screen and (min-width: 992px) {
  .landing-page-main {
    margin: 70px 0;
  }

  .landing-page-main__form {
    margin-top: 50px;
  }
}

/* Algolia search */
.search_content_main .ais-Stats {
  position: static;
  top: auto;
}

.ais-Pagination-list .ais-Pagination-item {
  background-color: transparent;
}

.ais-Pagination-list .ais-Pagination-item  .ais-Pagination-link {
  font-size: 0.9473em;
  font-weight: bold;
  color: #013871;
}

.ais-Pagination-list {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ais-Pagination-item {
  margin: 0 8px;
  position: relative;
}

.ais-Pagination-item--disabled {
  opacity: .4;
}

.ais-Pagination-list .ais-Pagination-item .ais-Pagination-link {
  font-weight: 400;
}

.ais-Pagination-item--selected:before {
  background-color: #b8273d;
  border-radius: 100%;
  content: '';
  display: block;
  height: 28px;
  left: 50%;
  margin: -14px 0 0 -14px;
  position: absolute;
  top: 50%;
  width: 28px;
}

.ais-Pagination-list .ais-Pagination-item.ais-Pagination-item--selected .ais-Pagination-link {
  color: #fff;
  font-weight: bold;
  position: relative;
  text-decoration: none;
  z-index: 2;
}


/* ---------------------------------------
Manage Subscriptions
--------------------------------------- */
.manage-subscriptions {
  overflow: hidden;
  width: 100%;
}

.manage-subscriptions__main {
  color: #013871;
  margin: 128px 0;
}

.manage-subscriptions__main--small {
  margin: 48px 0;
}

.manage-subscriptions__subtitle {
  font-size: 20px;
  margin: 0 0 8px 0;
}

.manage-subscriptions__title {
  font-size: 42px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0;
}

.manage-subscriptions__form-wrapper {
  margin-top: 64px;
}

.manage-subscriptions__form__label {
  margin-bottom: 16px;
}

.manage-subscriptions__form__input {
  background-color: #E5EBF1;
  border: 1px solid #E5EBF1;
  font-size: 16px;
  height: 74px;
  padding: 10px 24px;
  width: 100%;
}

.manage-subscriptions__form__input:focus {
  border-color: #c3ced9;
  outline: none;
}

.manage-subscriptions__form__btn {
  margin-top: 64px;
}

.manage-subscriptions__h2-title {
  color: #013871;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 48px 0;
}

.manage-subscriptions__sidebar {
  display: none;
}

.manage-subscriptions__sidebar__inner {
  background-color: #E5EBF1;
  height: 100%;
}

.manage-subscriptions__sidebar__content {
  position: relative;
  z-index: 3;
}

.manage-subscriptions__sidebar--basket {
  display: block;
  height: 100%;
  left: 100vw;
  overflow: auto;
  position: fixed;
  top: 0;
  transition: left .6s ease;
  width: 100%;
  z-index: 9999;
}

.manage-subscriptions__sidebar--basket.open {
  left: 0;
}

.manage-subscriptions__basket-toggle {
  background-color: #B8273D;
  color: #fff;
  display: block;
  font-size: 20px;
  height: 48px;
  line-height: 48px;
  margin-left: auto;
  text-align: center;
  width: 48px;
}

.manage-subscriptions__h3 {
  color: #013871;
  font-size: 26px;
  font-weight: bold;
}

.manage-subscriptions__sidebar__inner {
  height: 100%;
  padding: 48px 24px;
}

.manage-subscriptions__sidebar__content__close {
  margin: 0 0 48px 0;
}

.manage-subscriptions__sidebar__title {
  margin: 0 0 50px 0;
}

.manage-subscriptions__sidebar__title i {
  font-size: 20px;
  margin: 0 10px 0 0;
}

.manage-subscriptions__products__card {
  background-color: #E5EBF1;
  padding: 24px;
}

.manage-subscriptions__products__item {
  margin-bottom: 24px;
}

.manage-subscriptions__products__card__btn {
  background-color: #013871;
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  height: 48px;
  padding: 8px 40px;
  text-align: center;
  width: 100%;
}

.manage-subscriptions__products__card__btn--green {
  background-color: #1AA115;
}

.manage-subscriptions__products__card__title {
  font-size: 26px;
  font-weight: 700;
  margin: 0 0 16px 0;
}

.manage-subscriptions__products__card__excerpt {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 24px;
}

.manage-subscriptions__products__card__excerpt p {
  font-size: inherit;
  line-height: inherit;
}

.manage-subscriptions__products__card__excerpt p:last-of-type {
  margin-bottom: 0;
}

.manage-subscriptions__products__card__price {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 24px 0;
}

.manage-subscriptions__products__card__meta-info {
  color: #013871;
  font-size: 16px;
  margin-bottom: 24px;
}

.manage-subscriptions__products__card__meta-info li {
  margin-bottom: 8px;
}

.manage-subscriptions__products__card__meta-info li:last-of-type {
  margin-bottom: 0;
}

.manage-subscriptions__products__card__meta-info__status {
  display: inline-block;
  font-weight: 700;
  padding-left: 28px;
  position: relative;
}

.manage-subscriptions__products__card__meta-info__status--active span,
.manage-subscriptions__products__card__meta-info__status--expired span,
.manage-subscriptions__products__card__meta-info__status--never span {
  left: 4px;
  position: absolute;
  top: 0;
}

.manage-subscriptions__products__card__meta-info__status--active span {
  color: #1AA115;
}

.manage-subscriptions__products__card__meta-info__status--expired span {
  color: #B8273D;
}

.manage-subscriptions__products__card__meta-info__status--never span {
  color: #B8273D;
}

.manage-subscriptions__products__card__info-box {
  background-color: #fff;
  color: #013871;
  font-size: 14px;
  margin: 24px 0 0 0;
  padding: 8px 8px 8px 32px;
  position: relative;
}

.manage-subscriptions__products__card__info-box__icon {
  line-height: 14px;
  left: 8px;
  position: absolute;
  top: 12px;
}

.manage-subscriptions__cart__item {
  border-bottom: 1px solid #99B9DC;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.manage-subscriptions__cart__item__title {
  color: #013871;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 30px 0;
}

.manage-subscriptions__cart__item__title a {
  color: inherit;
}

.manage-subscriptions__cart__item__price {
  color: #013871;
  font-size: 18px;
  margin: 0;
}

.manage-subscriptions__cart__item__remove {
  color: #B8273D;
  font-size: 14px;
  line-height: 1.2;
  text-align: right;
}

.manage-subscriptions__cart__item__remove svg {
  margin-left: 8px;
}

.manage-subscriptions__cart__total {
  color: #013871;
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin: 50px 0 0 0;
}

.manage-subscriptions__cart__checkout {
  margin-top: 70px;
}

.manage-subscriptions__form__error {
  color: #B8273D;
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0 0 0;
}

.subscription-success__icon {
  margin: 0 auto 48px auto;
  width: 107px;
}

.subscription-success__title {
  color: #013871;
  font-weight: bold;
  margin: 0 0 48px 0;
  text-align: center;
}

.subscription-success__item-list {
  margin: 0 0 48px 0;
}

.subscription-success__item {
  border-bottom: 1px solid #99B9DC;
  color: #013871;
  font-size: 18px;
  margin: 0 auto 16px auto;
  max-width: 410px;
  padding-bottom: 16px;
  width: 100%;
}

z.subscription-success__item:last-of-type {
  margin-bottom: 0;
}

@media only screen and (min-width: 764px) {
  .manage-subscriptions__title {
    font-size: 50px;
  }

  .manage-subscriptions__form__input {
    max-width: 310px;
  }

  .manage-subscriptions__h2-title {
    font-size: 34px;
  }

  .manage-subscriptions__sidebar__title {
    margin: 0 0 60px 0;
  }

  .manage-subscriptions__products__item {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 1200px) {
  .manage-subscriptions .row--main {
    margin-left: -88px;
    margin-right: -88px;
  }

  .manage-subscriptions__col {
    padding-left: 88px;
    padding-right: 88px;
  }

  .manage-subscriptions__main {
    max-width: 400px;
  }

  .manage-subscriptions__main--small {
    margin: 128px 0;
    max-width: none;
  }

  .manage-subscriptions__basket-toggle {
    display: none;
  }

  .manage-subscriptions__sidebar--basket {
    overflow: visible;
    position: static;
    left: auto !important;
  }

  .manage-subscriptions__sidebar {
    display: block;
    height: 100%;
  }

  .manage-subscriptions__sidebar__inner {
    height: 100%;
    padding: 128px 0;
    position: relative;
  }

  .manage-subscriptions__sidebar__inner:before {
    background-color: #E5EBF1;
    content: '';
    display: block;
    height: 100%;
    left: -88px;
    position: absolute;
    top: 0;
    width: 100vw;
  }

  .manage-subscriptions__sidebar__content__close {
    display: none;
  }
}

/* ---------------------------------------
Verify Subscriptions
--------------------------------------- */
.product-page__subscription_verify {
  background-color: #E5EBF1;
  margin: 16px 0;
  padding: 12px;
  position: relative;
}

.product-page__subscription_verify.loading:before,
.product-page__subscription_verify.loading:after {
  content: '';
  display: block;
  position: absolute;
}

.product-page__subscription_verify.loading:before {
  background-color: #E5EBF1;
  height: 100%;
  left: 0;
  opacity: .7;
  top: 0;
  width: 100%;
  z-index: 3;
}

.product-page__subscription_verify.loading:after {
  background-image: url('/wp-content/themes/nasc/assets/images/loading.gif');
  background-size: contain;
  content: "";
  height: 50px;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 3;
}

.product-page__subscription_verify h3 {
  color: #013871;
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
  margin: 0 0 16px 0;
}

.product-page__subscription_verify .text-block p:last-of-type {
  margin-bottom: 0;
}

.product-page__subscription_verify__form {
  display: flex;
  flex-direction: column;
  margin-top: 11px;
  position: relative;
}



.product-page__subscription_verify__form input {
  background-color: #fff;
  border: 1px solid #013871;
  height: 46px;
  padding: 4px 10px;
  width: 100%;
}

.product-page__subscription_verify__form button {
  background-color: #013871;
  border: 1px solid #013871;
  color: #fff;
  height: 46px;
  font-weight: 500;
  margin-top: 10px;
  padding: 6px 40px;
  transition: background-color .3s ease, color .3s ease;
  width: 100%;
}

.product-page__subscription_verify__form button:hover,
.product-page__subscription_verify__form button:focus {
  background-color: #fff;
  color: #013871;
}

.product-page__subscription_verify__form__msg {
  color: #013871;
  font-size: 14px;
  font-weight: bold;
  padding-top: 8px;
}

.product-page__subscription_verify__form__msg.error {
  color: #a54745;
}

.product-page__subscription_verify__form__msg.success {
  color: #339d40;
}

@media only screen and (min-width: 992px) {
  .product-page__subscription_verify__form {
    flex-direction: row;
  }

  .product-page__subscription_verify__form button {
    margin: 0 0 0 12px;
    width: auto;
  }
}

/* GALLERY */
.gallery img[data-mce-selected]:focus {
  outline: none;
}

.gallery a {
  cursor: default;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  margin: auto -6px;
  padding: 6px 0;
  line-height: 1;
  overflow-x: hidden;
}

.ie7 .gallery,
.ie8 .gallery {
  margin: auto;
}

.gallery .gallery-item {
  float: none;
  margin: 0;
  text-align: center;
  padding: 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.ie7 .gallery .gallery-item,
.ie8 .gallery .gallery-item {
  padding: 6px 0;
}

.gallery .gallery-caption,
.gallery .gallery-icon {
  margin: 0;
}

.gallery .gallery-caption {
  font-size: 13px;
  margin: 4px 0;
}

.gallery-item {
  width: 100%;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery img {
  max-width: 100%;
  height: auto;
  border: none;
  padding: 0;
}

img.wp-oembed {
  border: 1px dashed #888;
  background: #f7f5f2 url(images/embedded.png) no-repeat scroll center center;
  width: 300px;
  height: 250px;
  outline: 0;
}

@media only screen and (min-width: 564px) {
  .gallery-columns-2 .gallery-item {
    width: 50%;
  }

  .gallery-columns-3 .gallery-item,
  .gallery-columns-4 .gallery-item,
  .gallery-columns-5 .gallery-item,
  .gallery-columns-6 .gallery-item,
  .gallery-columns-7 .gallery-item,
  .gallery-columns-8 .gallery-item,
  .gallery-columns-9 .gallery-item {
    width: 33%;
  }
}

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

  .gallery-columns-3 .gallery-item {
    width: 33.333%;
  }

  .ie8 .gallery-columns-3 .gallery-item,
  .ie7 .gallery-columns-3 .gallery-item {
    width: 33%;
  }

  .gallery-columns-4 .gallery-item {
    width: 25%;
  }

  .gallery-columns-5 .gallery-item {
    width: 20%;
  }

  .gallery-columns-6 .gallery-item {
    width: 16.665%;
  }

  .gallery-columns-7 .gallery-item {
    width: 14.285%;
  }

  .gallery-columns-8 .gallery-item {
    width: 12.5%;
  }

  .gallery-columns-9 .gallery-item {
    width: 11.111%;
  }
}

.breadcrumbs-block {
  margin: 10px 0;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
}

.breadcrumbs__item {
  align-items: center;
}

.breadcrumbs__item:after {
  background-image: url('../images/chevron-right-red.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 14px;
  margin: 0 10px;
  width: 14px;
}

.breadcrumbs__item:last-of-type:after {
  content: none;
}

.breadcrumbs__link,
.breadcrumbs__current {
  font-size: 14px;
}

.breadcrumbs__link {
  color: #013871;
  font-weight: 700;
}