@font-face {
  font-family: 'entypo';
  src: url('/assets/fonts/entypo/entypo.svg#entypo') format('svg');
  src: url('/assets/fonts/entypo/entypo.eot?#iefix') format('embedded-opentype'),
       url('/assets/fonts/entypo/entypo.svg#entypo') format('svg'),
       url('/assets/fonts/entypo/entypo.woff') format('woff'),
       url('/assets/fonts/entypo/entypo.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.ip-loading-overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background-color: #fff;
  background: url('/assets/aside/nrvc_loading.gif') 50% 50% no-repeat rgb(255,255,255);
}

span img{
  width: auto;
}

table{
  width: 100%;
  margin-bottom: 0px;
}

p img{
  width: auto;
}

iframe{
  width: 100%;
}

body{
  background: url('/assets/aside/watermark.png') no-repeat fixed top;
  color: #3d3d3d;
  margin: 0;
  padding: 0;
  line-height: normal;
  letter-spacing: -0.018em;
}

table input,
table select {
  margin-bottom: 0 !important;
}

/**************************** Google Translate *****************************/

.goog-te-combo {
  width: 150px !important;
  font-size: 9px;
  padding: 2px;
  border-radius: 5px;
  border: 1px solid #ccc;
}

.goog-te-banner-frame {
  display: none !important;
}
.goog-te-gadget span, 
.goog-te-gadget-simple span, 
.goog-te-gadget .goog-te-gadget-icon {
  display: none !important;
  visibility: hidden !important;
}

.goog-te-gadget {
  font-size: 0; /* Oculta el texto manteniendo el espacio */
}

.goog-te-gadget select {
  font-size: 14px; /* Restaura el tamaño del texto del dropdown */
}

.goog-te-gadget {
  font-size: 0px !important; /* Oculta cualquier texto restante */
  line-height: 0px !important;
}


/***************************************************************************/
/************************* (AS) Bootstrap v3.3.4 Modified ****************/
/***************************************************************************/
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
  float: left;
}
.col-12 {
  width: 100%;
}
.col-11 {
  width: 91.66666667%;
}
.col-10 {
  width: 83.33333333%;
}
.col-9 {
  width: 75%;
}
.col-8 {
  width: 66.66666667%;
}
.col-7 {
  width: 58.33333333%;
}
.col-6 {
  width: 50%;
}
.col-5 {
  width: 41.66666667%;
}
.col-4 {
  width: 33.33333333%;
}
.col-3 {
  width: 25%;
}
.col-2 {
  width: 16.66666667%;
}
.col-1 {
  width: 8.33333333%;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  display: table;
  content: " ";
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.ellipsis-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ip-btn-area{
  margin-top: 20px;
  text-align: right;
}
/***************************************************************************/
/************************* (AS) Bootstrap v3.3.4 ****************/
/***************************************************************************/



/***************************************************************************/
/************************* (AS) Custom Bootstrap Behaviors ****************/
/***************************************************************************/

@media screen and (max-width: 850px) {
  .ip-flex-rows {
    display: flex;
    flex-direction: column;
  }
  .ip-flex-rows > div {
    width: 100%;
  }
}

/***************************************************************************/
/************************* (AS) Custom Bootstrap Behaviors ****************/
/***************************************************************************/



/***************************************************************************/
/************************* (AS) Bootstrap v4.1 ****************/
/***************************************************************************/

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

.bg-secondary-subtle {
  background-color: #ced4da !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-secondary-subtle {
  border-color: #A1AEBA !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 481px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 771px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 851px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.boot-clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control.form-control-as-text {
  font-weight: bold;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ddd;
  background: transparent;
  pointer-events: none;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.1rem rgba(0, 123, 255, 0.1);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

/***************************************************************************/
/************************* (AS) Bootstrap v4.1 ****************/
/***************************************************************************/



/***************************************************************************/
/************************* (AS) START Links ****************/
/***************************************************************************/
.btn_as_link {
  border: none;
  background: none;
  cursor: pointer;
  padding: 0;
}
#main_content a:not(.ip-link-as-text),
#interior_center a:not(.ip-link-as-text),
#interior_right a:not(.ip-link-as-text),
.btn_as_link {
  color: #ac6318; /*#cc9f01*/ /*rojo = #ce0048*/
  text-decoration: none;
}
#main_content a:not(.ip-link-as-text):hover,
#interior_center a:not(.ip-link-as-text):hover,
#interior_right a:not(.ip-link-as-text):hover,
.btn_as_link:hover {
  color:#ce0048;
  text-decoration:underline
}
#main_content a.read-more-intxt,
#main_interior a.read-more-intxt,
#i_am_nrvc a.read-more-intxt{
  color: #ac6318 !important; /*#cc9f01*/
  white-space: nowrap;
}
#main_content a.read-more-intxt:hover,
#main_interior a.read-more-intxt:hover,
#i_am_nrvc a.read-more-intxt:hover{
  color:#ce0048 !important;
}
/***************************************************************************/
/************************* (AS) END Links ****************/
/***************************************************************************/



/***************************************************************************/
/************************* (AS) START General features *******************/
/***************************************************************************/

.ip-tree-subtitle {
  display: none;
}

.ip-hide,
.ip-d-none {
  display: none;
}

.ip-submit-btn-container-loading {
  background-image: url('/assets/aside/loader.gif');
  background-repeat: no-repeat;
  background-position: center;
  height: 32px;
  margin-top: 10px;
}
.ip-submit-btn-container-loading * {
  display: none !important;
}

.InnerContainer .ip-error-field-box h3,
.ip-error-field-box h3,
.InnerContainer .ip-alert-box h3,
.ip-alert-box h3 {
  margin-top: 0;
}


.ip-fixed-element {
  position: fixed;
}


.ip-p-inline {
  display: inline-block;
}


.ip-link-as-btn {
  display: inline-block;
  margin-bottom: 5px;
}
.ip-link-as-text {
  color: #646464;
}
.ip-link-as-text:hover {
  text-decoration: none;
  color: #646464;
  cursor: default;
}
.ip-link-underscored {
  text-decoration: underline !important;
}


#interior_center a.ip-notable-link,
.ip-notable-link {
  font-family: BlinkMacSystemFont;
  text-decoration: underline;
  font-size: 11px;
}


.ip-tree-widget-list {
  font-family: NRVC-header-font;
  font-size: 1rem;
  color: #646464;
}
.ip-tree-widget-list a:hover {
  color: #ce0048;
  text-decoration: underline;
  cursor: pointer;
}
.ip-tree-widget-list ul {
  list-style-type: upper-roman;
  font-size: 28px;
}
.ip-tree-widget-list ul ul {
  list-style-type: decimal;
  font-size: 20px;
}
.ip-tree-widget-list ul ul ul {
  list-style-type: lower-alpha;
  font-size: 13px;
  font-family: pt_sans,Arial,sans-serif;
  font-weight: bold;
}
.ip-tree-widget-list > ul ul {
  display: none;
}


.ip-tree-widget-list.ip-tree-simple-style {
  margin-bottom: 20px;
}
.ip-tree-widget-list.ip-tree-simple-style * {
  text-align: right;
}
.ip-tree-widget-list.ip-tree-simple-style ul {
  list-style-type: none;
}
.ip-tree-widget-list.ip-tree-simple-style ul {
  font-size: 21px;
  margin: 0;
}
.ip-tree-widget-list.ip-tree-simple-style ul ul {
  font-family: pt_sans,Arial,sans-serif;
  font-size: 13px;
}
.ip-tree-widget-list.ip-tree-simple-style > ul > li {
  margin: 0;
}
.ip-tree-widget-list.ip-tree-simple-style > ul > li > a {
  display: block;
  background-color: #f5f5f5;
  border-bottom: 1px solid #ddd;
  padding: 10px 10px 10px 30px;
  position: relative;
}
.ip-tree-widget-list.ip-tree-simple-style > ul > li > a:not(.ip-nochildren):before {
  font-family: "Entypo";
  content: "\2295";
  position: absolute;
  left: 8px;
  font-weight: bold;
}
.ip-tree-widget-list.ip-tree-simple-style > ul > li > a.ip-sub-item-active:not(.ip-nochildren):before {
  content: "\2296"
}
.ip-tree-widget-list.ip-tree-simple-style a:not(.ip-nochildren) + ul {
  padding: 10px;
  border: 1px solid #ddd;
  border-top: none;
  list-style-type: disc;
}


.ip-tree-nav *,
#interior_center .ip-tree-nav *,
.ip-tree-nav a,
#interior_center .ip-tree-nav a {
  color: #646464;
}
.ip-tree-nav,
#interior_center .ip-tree-nav {
  font-family: NRVC-header-font;
  font-size: 1rem;
}
.ip-tree-nav > li > a,
#interior_center .ip-tree-nav > li {
  list-style-type: none;
  margin-left: 0;
}
.ip-tree-nav > li > a,
#interior_center .ip-tree-nav > li > a {
  font-size: 2.25em;
  margin: 0.5em 0em 0.1em 0em;
  font-weight: 400;
  line-height: 1.083em;
  text-align: right;
  display: block;
  border-bottom: 2px solid #eee;
  padding-bottom: 8px;
  margin-bottom: 8px;
  pointer-events: none;
}
.ip-tree-nav > li > a:hover,
#interior_center .ip-tree-nav > li > a:hover {
  text-decoration: none;
  color: #646464;
  cursor: default;
}
.ip-tree-nav > li > a.mainlevel .ip-tree-subtitle,
#interior_center .ip-tree-nav > li > a.mainlevel .ip-tree-subtitle {
  display: block;
  line-height: 1.5;
  font-size: 12px;
  font-family: pt_sans,Arial,sans-serif;
}
.ip-tree-nav > li > ul,
#interior_center .ip-tree-nav > li > ul {
  list-style-type: upper-roman;
  font-size: 30px;
}
.ip-tree-nav > li > ul > li > a,
#interior_center .ip-tree-nav > li > ul > li > a {
  margin: .252em 0em;/*5.8px 0px 0px 0px*/
  line-height: 1.087em;/*25px*/
}
.ip-tree-nav > li > ul > li > ul,
#interior_center .ip-tree-nav > li > ul > li > ul {
  list-style-type: decimal;
  font-size: 20px;
}
.ip-tree-nav > li > ul > li > ul > li > ul,
#interior_center .ip-tree-nav > li > ul > li > ul > li > ul {
  list-style-type: lower-alpha;
  font-size: 13px;
  font-family: pt_sans,Arial,sans-serif;
  font-weight: bold;
}


.ip-tree-nav-simple *,
#interior_center .ip-tree-nav-simple * {
  text-align: right;
}
#interior_center .ip-tree-nav-simple > li > ul > li.parent-mainlevel,
.ip-tree-nav-simple > li > ul > li.parent-mainlevel {
  text-align: right;
  list-style-type: none;
  margin-left: 0;
  position: relative;
  margin-bottom: 15px;
}
#interior_center .ip-tree-nav-simple > li > ul > li.parent-mainlevel > a,
.ip-tree-nav-simple > li > ul > li.parent-mainlevel > a {
  display: block;
  font-size: 21px;
}
#interior_center .ip-tree-nav-simple > li > ul > li.parent-mainlevel > a i,
.ip-tree-nav-simple > li > ul > li.parent-mainlevel > a i {
  position: absolute;
  left: 0;
  top: 10px;
}
#interior_center .ip-tree-nav-simple > li > ul > li.parent-mainlevel > ul,
.ip-tree-nav-simple > li > ul > li.parent-mainlevel > ul {
  margin: 10px 0 20px 20px;
  list-style-type: none;
  font-family: pt_sans,Arial,sans-serif;
  font-size: 13px;
}


#interior_center .ip-tree-alphabet-nav,
.ip-tree-alphabet-nav {
  background: #E6E6E6;
  -moz-border-radius: 0px 0px 5px 5px;
  -webkit-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
  margin-top: -8px;
  margin-bottom: 20px;
  box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
  -webkit-user-select: none; /* Chrome/Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
  -o-user-select: none;
}
#interior_center .ip-tree-alphabet-nav ul,
.ip-tree-alphabet-nav ul {
  display: block;
  text-align: center;
  margin: 0;
}
#interior_center .ip-tree-alphabet-nav ul > li,
.ip-tree-alphabet-nav ul > li {
  display: inline-block;
  margin-left: 0;
  width: 30px;
  text-align: center;
  border-left: 1px solid #DBDBDB;
  border-bottom: 1px solid #DBDBDB;
  font-size: 20px;
}
#interior_center .ip-tree-alphabet-nav ul > li:last-child,
.ip-tree-alphabet-nav ul > li:last-child {
  border-right: 1px solid #DBDBDB;
}
#interior_center .ip-tree-alphabet-nav ul > li:hover,
.ip-tree-alphabet-nav ul > li:hover {
  background: #646464;
  color: #DBDBDB;
  cursor: pointer;
}
.ip-tree-alphabet-nav.ip-fixed-element {
  top: 8px;
  width: 496px;
  z-index: 1;
}


.ip-alert-box {
  margin-bottom: 20px;
}
.ip-alert-box-title {
  font-family: NRVC-header-font;
  font-size: 21px !important;
  color: #ffffff;
  padding: 5px 10px;
  border-radius: 5px 5px 0px 0px;
}
.ip-alert-box-body {
  border: 1px solid;
  border-top: none;
  padding: 10px;
}
.ip-alert-box-title *:last-child,
.ip-alert-box-body *:last-child {
  margin-bottom: 0 !important;
}
.ip-alert-box-body a {
  text-decoration: underline !important;
}
.ip-alert-box.ip-alert-error .ip-alert-box-title {
  background-color: #d9534f;
}
.ip-alert-box.ip-alert-error .ip-alert-box-body {
  border-color: #d9534f;
  color: #a94442;
}
.ip-alert-box.ip-alert-warning .ip-alert-box-title {
  background-color: #f0ad4e;
}
.ip-alert-box.ip-alert-warning .ip-alert-box-body {
  border-color: #f0ad4e;
  color: #8a6d3b;
}
.ip-alert-box.ip-alert-info .ip-alert-box-title {
  background-color: #5bc0de;
}
.ip-alert-box.ip-alert-info .ip-alert-box-body {
  border-color: #5bc0de;
  color: #31708f;
}
.ip-alert-box.ip-alert-success .ip-alert-box-title {
  background-color: #5cb85c;
}
.ip-alert-box.ip-alert-success .ip-alert-box-body {
  border-color: #5cb85c;
  color: #3c763d;
}


/***************************************************************************/
/************************* (AS) END General features *******************/
/***************************************************************************/



/***************************************************************************/
/************************* (AS) START General Containers *******************/
/***************************************************************************/

.content_box {
  width: 100%;
  background-color: #FFFFFF;
}
.content_box.ip-box-shadow {
  box-shadow: 3px 3px 2px rgba(0,0,0,0.2);
}
.content_box.last-box{
  margin-bottom: 0px !important;
}
.content_box > div{
  box-sizing: border-box;
}
.content_box .content-box-thumbnail{
  text-align: center;
  margin-top: 10px;
}
.content_box .content_box_title > * {
  width: 60%;
  margin: 0 auto 1rem !important;
  padding: 0.4rem;
  background-color: #E6E6E6;
}
.content_box .content_box_title p {
  font-size: 13px;
  text-align: center;
  margin-bottom: 0px;
}
.content_box .content_box_info {
  width: 100%;
  padding: 0px 25px 15px;
  overflow: hidden;
}

/***************************************************************************/
/************************* (AS) END General Containers *******************/
/***************************************************************************/


/***************************************************************************/
/************************* (AS) START General Link Boxs **************/
/***************************************************************************/

.social-network-box .social-network-square {
  box-sizing: border-box;
  width: 95%;
  margin: 0px auto 15px;
  height: 2.5em;
  text-align: center;
  position: relative;
}
.social-network-box .social-network-square:before {
  font-family: "Entypo";
  font-size: 29px;
  position: absolute;
  left: 0px;
  color: #fff;
  box-sizing: border-box;
  width: 45px;
  height: 39px;
  text-align: center;
  padding-top: 5px;
}
.social-network-box .social-network-square a {
  font-family: NRVC-header-font, serif;
  font-weight: bold;
  font-size: 1.5em;
  color: #FFFFFF !important;
  letter-spacing: 0.03em;
  text-shadow: .125em .125em .188em rgba(0,0,0,0.5);
  display: inline-block;
  margin: 6px;
}
.social-network-box .square-facebook{
  background-color: #3B5998;
}
.social-network-box .square-facebook:before{
  content: "\F30C";
  background-color: #305891;
}
.social-network-box .square-youtube{
  background-color: #E74743;
}
.social-network-box .square-youtube:before{
  content: "\25B6";
  background-color: #CC1F1F;
}
.social-network-box .square-twitter{
  background-color: #5EA9DD;
}
.social-network-box .square-twitter:before {
  content: "\F309";
  background-color: #2CA8D1;
}
.social-network-box .square-flickr{
  background-color: #0491DC;
}
.social-network-box .square-flickr:before{
  content: "\F303";
  background-color: #0489cc;
}
.social-network-box .square-googleplus{
  background-color: #E74743;
}
.social-network-box .square-googleplus:before{
  content: "\F30F";
  background-color: #CC1F1F;
}
.social-network-box .square-pinterest{
  background-color: #E74743;
}
.social-network-box .square-pinterest:before{
  content: "\F312";
  background-color: #CC1F1F;
}
.social-network-box .square-instagram{
  background-color: #E1AE76;
}
.social-network-box .square-instagram:before{
  content: "\F32D";
  background-color: #C1874A;
}
.social-network-box .square-linkedin{
  background-color: #45B0E5;
}
.social-network-box .square-linkedin:before{
  content: "\F318";
  background-color: #2986B4;
}
.social-network-box .square-tumblr{
  background-color: #455875;
}
.social-network-box .square-tumblr:before{
  content: "\F315";
  background-color: #3B5277;
}
.social-network-box .square-flickr{
  background-color: #EE5BDF;
}
.social-network-box .square-flickr:before{
  content: "\F303";
  background-color: #C63BB8;
}
.social-network-box .square-vimeo{
  background-color: #CC1F1F;
}
.social-network-box .square-vimeo:before{
  content: "\F306";
  background-color: #2CA8D1;
}
.social-network-box .square-soundcloud{
  background-color: #FAB974;
}
.social-network-box .square-soundcloud:before{
  content: "\F348";
  background-color: #FC8200;
}
.social-network-box .square-blog{
  background-color: #FAB974;
}
.social-network-box .square-blog:before{
  content: "\1F4F0";
  background-color: #FC8200;
}
.social-network-box .square-webaddress{
  background-color: #F6DC67;
}
.social-network-box .square-webaddress:before{
  content: "\E74E";
  background-color: #D7B41F;
}
.social-network-box .square-generic{
  background-color: #925459;
}
.social-network-box .square-generic:before{
  content: "\1F517";
  background-color: #6E181F;
}


/* ----- re institutions ----- */
.institution-name{
  font-size:15px!important;
  text-align:left!important;
  margin-right:5px!important;
}
.institution-social-icon{
  margin: 0px 0px 3px 0px !important;
  width: 25px !important;
  height: 20px !important;
  background-color: transparent !important;
}
.institution-social-icon:before{
  margin: none !important;
  border: 1px solid transparent;
  width: 20px !important;
  height: 20px !important;
  font-size: 12px !important;
  padding-top: 3px !important;
  border-radius: 10px;
}
/* --------------------------- */


.box-publication-link {
  width: 95%;
  margin: 0px auto 15px;
  padding: 7px;
  text-align: center;
  box-sizing: border-box;
  background-color: #D7B41F;
}
.box-publication-link a {
  font-family: NRVC-header-font, serif;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none !important;
  color: #FFFFFF !important;
  letter-spacing: 0.03em;
  text-shadow: 2px 2px 3px rgba(0,0,0,0.5);
}
.box-publication-link:last-child {
  margin-bottom: 0px;
}
.box-publication-link:nth-child(1){
  background-color: #E74743;
}
.box-publication-link:nth-child(2){
  background-color: #54A4CB;
}
.box-publication-link:nth-child(3){
  background-color: #65C573;
}
.box-publication-link:nth-child(4){
  background-color: #B100C6;
}
.box-publication-link.second-colors:nth-child(1){
  background-color: #53264F;
}
.box-publication-link.second-colors:nth-child(2){
  background-color: #1E2486;
}
.box-publication-link.second-colors:nth-child(3){
  background-color: #056980;
}

/***************************************************************************/
/************************* (AS) END General Link Boxs **************/
/***************************************************************************/


/***************************************************************************/
/************************* (AS) START Main Content SubPages ****************/
/***************************************************************************/

/*--- (AS) Start General ---*/
#main_title{
  font: 1rem NRVC-header-font, serif;
  width: 100%;
  height: 6.250em;
  background: #D7B41F;
  position: absolute;
}
#main_title > * {
  font-size: 1.563em;
  margin: .8em auto 0em auto;
  width: 39em;
  color: #701D21;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#main_interior{
  /*BASE 16px*/font: 1rem pt_sans,Arial,sans-serif;
  position: relative;
  margin: 4.2em auto 1.875em auto;
  width: 61.25em;
  padding-bottom: 1.875em;
}
#main_interior.ip-two-and-eight-columns #interior_center {
  width: 42.688em;
}
#main_interior.ip-eight-and-two-columns #interior_center {
  width: 40em;
}
#main_interior.ip-eight-and-two-columns #interior_right {
  width: 17.688em;
}
/*--- (AS) End General ---*/


/*--- (AS) Start Interior menu ---*/
#interior_left{
  /*BASE 16px*/font: 1rem pt_sans,Arial,sans-serif;
  background-color: #6D1A20;
  width: 15em;
  float: left;
  margin-right: .938em;
  padding-top: .625em;
  padding-bottom: .625em;
}
/*--- (AS) End Interior menu ---*/


/*--- (AS) Start Interior center ---*/
#interior_center {
  /*BASE 16px*/font: 1rem pt_sans,Arial,sans-serif;
  border: 1px solid #E5E5E5;
  box-shadow: .188em .188em .125em rgba(0,0,0,0.2);
  background-color: #FFF;
  width: 31em;
  float: left;
  padding: .625em 1.250em 0 1.250em;
}

#interior_center .ip-crumbtrail {
  display: flex;
}
#interior_center .ip-crumbtrail a {
  font-size: .625em;
  text-decoration: none;
  float: left;
  color: #000;
  max-width: 12em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#interior_center .ip-crumbtrail a:nth-of-type(n+2) {
  color: #8B8B8B;
  text-decoration: underline;
}
#interior_center .ip-crumbtrail a:last-of-type {
  color: #8B8B8B;
  text-decoration: none;
  cursor: default;
  pointer-events: none;
}
#interior_center .ip-crumbtrail .ip-crumbtrail-separator {
  margin: 0 5px;
}
#interior_center .ip-crumbtrail .ip-crumbtrail-separator:last-child {
  display: none;
}


.InnerContainer{
  margin-bottom: 1.25em;
  margin-top: 0.25rem;
}
.InnerContainer h1, .InnerContainer h2, .InnerContainer h3, .InnerContainer h4 {
  text-align: right;
  color: #646464;
  letter-spacing: -0.02em;
}
.InnerContainer h1 {
  font-size: 2.250em;
  margin: 0.5em 0em 0.1em 0em;
  font-weight: 400;
  line-height: 1.083em;
}
.InnerContainer .full h1 { /*(AS) Used in Full mode*/
  font-size: 1.875em;
  margin: .252em 0em;
  line-height: 1.087em;
  color: #800000;
}
.InnerContainer h2 {
  font-size: 1.813em;
  margin: .252em 0em;
  font-weight: 400;
  line-height: 1.087em;
}
.InnerContainer .full h2 { /*(AS) Used in standalone body and autoTitles in full mode*/
  font-size: 1.688em;
}
.InnerContainer .full_body h2 { /*(AS) Used in standalone and full mode body*/
  color: #b2003b;
}
.InnerContainer .full .full_body h2 { /*(AS) Used in standalone and full mode body under AutoTitle*/
  font-size: 1.563em;
}
.InnerContainer .review h2 {
  margin-left: 5.913em;
}
.InnerContainer h3 {
  font-size: 1.313em;
  margin: .813em 0em .485em 0em;
  font-weight: 400;
  line-height: 1.1em;
}
.InnerContainer .full_body h3 { /*(AS) Used in standalone and full mode body*/
  color: #800000;
}
.InnerContainer .full .full_body h3 { /*(AS) Used in standalone body under AutoTitle */
  font-size: 1.250em;
}
.InnerContainer h4 {
  font-size: 1em;
  margin: .539em 0em;
  font-weight: 400;
  line-height: 1.111em;
}
.InnerContainer .full_body h4 { /*(AS) Used in standalone and full mode body*/
  color: #b2003b;
}
.InnerContainer .full .full_body h4 { /*(AS) Used in standalone body under AutoTitle */
  font-size: 1.063em;
}
.InnerContainer .author{
  font-size: .813em;
  margin: 1em 0em;
  text-align: right;
  font-weight: bold;
}
.InnerContainer .full_body iframe {
  width: 100% !important;
}
.InnerContainer .full h2 + .full_body {
  margin-top: .5em;
}
.InnerContainer p {
  font-size: .813em;
  text-align: justify;
  margin: 0em 0em .5em 0em;
}
.InnerContainer td p {
  padding: 0em 0.5em;
}
.InnerContainer hr {
  margin: .5em 0em;
  border-top: 1px solid #eee;
  border-left: none;
  width: 100%;
}
.InnerContainer .full hr{
  width: 50%;
  display: inline-block;
}
.InnerContainer hr.grad_left_hr,
.ip-hr-grd-left {
  width: 70%;
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0,0), rgba(238, 238, 238,1), rgba(238, 238, 238,1));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0,0), rgba(238, 238, 238,1), rgba(238, 238, 238,1));
  background-image: -ms-linear-gradient(left, rgba(0, 0, 0,0), rgba(238, 238, 238,1), rgba(238, 238, 238,1));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0,0), rgba(238, 238, 238,1), rgba(238, 238, 238,1));
  float: right;
}
.InnerContainer hr.grad_right_hr,
.ip-hr-grd-right {
  width: 70%;
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0,0), rgba(238, 238, 238,1), rgba(238, 238, 238,1));
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0,0), rgba(238, 238, 238,1), rgba(238, 238, 238,1));
  background-image: -ms-linear-gradient(right, rgba(0, 0, 0,0), rgba(238, 238, 238,1), rgba(238, 238, 238,1));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0,0), rgba(238, 238, 238,1), rgba(238, 238, 238,1));
}
.InnerContainer li {
  text-align: justify;
}
.InnerContainer .full{
  margin-top: 1em;
  text-align: center;
}
.InnerContainer .document-controls-box.art-document-controls-box-in-full-view {
  border-top: 1px dotted #d6d6d6;
}
.InnerContainer .document-controls-box .document-controls {
  border-bottom: 1px dotted #d6d6d6;
  text-align: center;
}
.InnerContainer.ip-all-align-left * {
  text-align: left;
}


.document-controls > a {
  font-size: .813em;
  display: block;
  padding: 5px 0px;
}
.document-controls > a:hover {
  background-color: #E6E6E6;
}
.document-controls .attachments-list {
  display: none;
  border: 1px dotted #d6d6d6;
  border-bottom: none;
  padding: 10px 0 0;
}
#interior_center .document-controls .attachments-list .attachments-download-all {
  margin-bottom: 0;
  text-align: center;
}
#interior_center .document-controls .attachments-list .attachments-download-all a {
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  padding: 5px;
  background-color: #E6E6E6;
  line-height: 1;
}
.InnerContainer table[align="left"] {
  margin-right: 10px;
}
.InnerContainer table[align="right"] {
  margin-left: 10px;
}
.InnerContainer table[align="left"] img,
.InnerContainer table[align="right"] img {
  margin: 0;
}
.InnerContainer table[align="right"] {
  margin-left: 10px;
}
.InnerContainer img {
  margin-bottom: 5px;
}
.InnerContainer img:not([style*="float"]) {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.InnerContainer img.info_img {
  display: inline-block;
  margin: 1px 0 0 5px;
}
.InnerContainer figure > img {
  margin-bottom: 5px;
}
.InnerContainer figure[style*="float"] {
  display: table;
  width: 1px;
}
.InnerContainer img[style*="float:left"],
.InnerContainer img[style*="float: left"],
.InnerContainer figure[style*="float:left"],
.InnerContainer figure[style*="float: left"] {
  margin-right: 10px;
}
.InnerContainer img[style*="float:right"],
.InnerContainer img[style*="float: right"],
.InnerContainer figure[style*="float:right"],
.InnerContainer figure[style*="float: right"] {
  margin-left: 10px;
}
.InnerContainer figure[style] img {
  margin: 0;
}
.InnerContainer .review-thumb img {
  margin-bottom: 0;
}
.InnerContainer .review-thumb.ip-fill-container img {
  width: 100%;
}
.InnerContainer .review-thumb.ip-post-thumbnail {
  max-height: 290px;
  overflow: hidden;
  position: relative;
}
.InnerContainer .review-thumb.ip-post-thumbnail img {
  width: 100%;
}

/*--- (AS) End Interior center ---*/


/*--- (AS) Start Interior right boxes ---*/
#interior_right {
  /*BASE 16px*/font: 1rem pt_sans,Arial,sans-serif;
  width: 10.750em;
  float: left;
  margin: 0 0 0 .938em;
}
#interior_right > .interior-right-box {
  width: 10.625em;
  height: 9.375em;
  border: 1px solid #CACACA;
  margin-bottom: .938em;
  box-shadow: .188em .188em .125em rgba(0,0,0,0.2);
  overflow: hidden;
  background-color: #FFFFFF;
}
.interior-right-box .interior-right-box-color {
  min-height: 9.375em;
  width: .313em;
  float: right;
}
.interior-right-box .interior-right-box-img {
  height: 9.375em;
  width: 1.813em;
  float: right;
}
.interior-right-box .interior-right-box-img img {
  width: 100%;
  height: 100%;
}
.interior-right-box .interior-right-box-content {
  padding-bottom: .625em;
}
.interior-right-box-content .interior-right-box-title {
  font: 1.063em NRVC-header-font, serif;
  text-align: right;
  border-bottom: 1px solid #E6E6E6;
  width: 6.176em;
  color: #646464;
  padding-bottom: .294em;
  margin: .588em 0 0 .824em;
}
.interior-right-box-content .interior-right-box-txt {
  font-size: .625em;
  width: 10.5em;
  text-align: justify;
  margin: .5em 0 0 1.5em;
  height: 8em;
  overflow: hidden;
}
#interior_right > .interior-right-box.interior-right-box-embed-content {
  height: auto;
}
.interior-right-box-embed-content .content_box_title p {
  width: 80%;
}
.interior-right-box-embed-content .content-box-thumbnail img {
  max-width: 140px;
  height: auto;
}
.interior-right-box-embed-content .content_box_info {
  display: none;
}
/*--- (AS) End Interior right boxes ---*/



/*--- (AS) Start Interior center HORIZON Sign-up ---*/
#horizonSignUp_Content #table_rates {
  border: 1px solid #E6E6E6;
}
#horizonSignUp_Content #table_rates p{
  text-align: center;
}
#horizonSignUp_Content .note{
  margin: .5em auto 0em;
  padding: 0em 2em;
}
#horizonSignUp_Content .note p{
  font-size: .75em;
  text-align: center;
}
#horizonSignUp_Content .info_area{
  margin: 1.250em auto 1em;
  padding: .625em;
  border: 1px solid #E6E6E6;
  background: #E6E6E6;
  text-align: justify;
}
#horizonSignUp_Content .info_area h3{
  color: #FF0000;
  text-align: left;
}
#horizonSignUp_Content #EmailSend{
  width: 20.625em;
}
#horizonSignUp_Content #validate_user_email div{
  margin: .625em;
}
#horizonSignUp_Content #validate_user_email .optionCont{
  background-color: #FFFFFF;
  padding: .27em .077em .077em;
}
#horizonSignUp_Content #validate_user_email .optionCont span{
  font-size: .813em;
}
#horizonSignUp_Content .hidden{
  display: none;
}
#horizonSignUp_Content .horizon_field{
  border: 1px solid #FFF;
  height: 1.692em!important;
}
#horizonSignUp_Content .forgotPass_btn{
  font-weight: bold;
  color: #ac6318;
  background: #FFFFFF;
  border: 0em;
  width: 5.538em;
  height: 1.462em;
  cursor: pointer;
}
#horizonSignUp_Content .info_area ul li{
  font-size: .813em;
  text-align:justify
}
#horizonSignUp_Content #table_confPass{
  width: 50% !important;
  margin: 1em auto;
}
#horizonSignUp_Content #table_confPass p{
  font-size: .875em;
  text-align: right;
  padding-right: .357em;
}
#horizonSignUp_Content #table_confPass div{
  text-align: center;
}


#horizonSignUp_RenewAndSubscrip{
  border: 1px solid #E6E6E6;
  padding: 20px;
  margin: 0px 20px;
}
#horizonSignUp_RenewAndSubscrip .text_box{
  padding: 15px;
  border: 1px solid #E6E6E6;
  background: #E6E6E6;
}
#horizonSignUp_RenewAndSubscrip .text_box p{
  color: #4A6E90;
}
#horizonSignUp_RenewAndSubscrip .text_box h3{
  color: #FF0000;
  margin: 0;
}
#horizonSignUp_RenewAndSubscrip #time_suscription{
  padding: 20px 10px;
}
#horizonSignUp_RenewAndSubscrip #time_suscription h3{
  text-align: left;
}
#horizonSignUp_RenewAndSubscrip .table_rates_newMems{
  font-size: .813em;/*13px*/
  border: 1px solid #E6E6E6;
}
#horizonSignUp_RenewAndSubscrip .table_rates_newMems th{
  background-color: #E6E6E6;
}
#horizonSignUp_RenewAndSubscrip .table_rates_newMems td{
  text-align: center;
  border: 1px solid #E6E6E6;
  padding: 5px;
}


#table_creditCardInfo{
  margin-top: 6px;
}
#table_creditCardInfo input, 
#table_creditCardInfo select, 
#table_byCheckInfo input, 
#table_byCheckInfo select {
  width: auto;
}


.ui-icon-closethick{
  margin-top: -9px!important;
  margin-left: -9px!important;
}
/*--- (AS) End Interior center HORIZON Sign-up ---*/


/*--- (AS) Start General Classes used mostly in Signup & Horizon---*/
.icon-text {
  display: inline-block;
  font-weight: normal;
  font-family: 'Entypo', sans-serif;
}
#head_title{
  clear: both;
  border-bottom: 1px solid #E6E6E6;
  padding: 10px 0 0;
  margin-bottom: 20px;
}
.btn_gray_design{
  font: .813em Arial;/*13px*/
  font-weight: bold;
  background: #E6E6E6;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  color: #646464 !important;
  text-decoration: none;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  border: 1px solid #C4C4C4;
  cursor: pointer;
  padding: .538em 1.154em;/*7px 15px*/
  letter-spacing: normal;
  transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  display: inline-block;
}
.btn_gray_design:focus{
    outline: 0;
}
.btn_gray_design:hover{
  box-shadow: 2px 2px 2px rgba(0,0,0,0);
}
a.btn_gray_design:hover{
  text-decoration: none !important;
}
.btn_gray_design:disabled {
  cursor: not-allowed;
  background-color: #d8d8d8;
  pointer-events: none;
  opacity: 0.8;
  box-shadow: none;
}
.btn_gray_design.ip-action-btn {
  border-color: #D7B41F;
}
.btn_gray_design.ip-inline {
  display: inline;
}
.btn_input_to_txt_white {
  background-color: #FFFFFF;
  border: 0px solid #FFFFFF;
  color: #ac6318;
  text-decoration: underline;
  padding: 1px 0;
  margin: 3px 0;
  cursor: pointer;
}
.btn_input_to_txt_white:hover {
  color: #ce0048;
}
.input_white_design,
.input_gray_design {
  font: .813em sans-serif;
  line-height: 1.3;
  border: none;
  border-radius: 4px;
  color: #646464;
  width: 100%;
  outline: 0;
  margin-bottom: 10px;
  padding: 6px 8px;
  box-sizing: border-box;
}
.input_white_design.ip-input-error,
.input_gray_design.ip-input-error {
  border: 2px solid #FF2626;
}
.input_white_design.ip-input-success,
.input_gray_design.ip-input-success {
  border: 1px solid #33CC66;
}
.input_white_design {
  background: #FFFFFF;
  border: 1px solid #E6E6E6;
}
.input_white_design.input-disabled,
.input_gray_design.input-disabled,
.input-disabled {
  cursor: not-allowed;
  background-color: #d8d8d8 !important;
  border-color: #d8d8d8 !important;
  pointer-events: none;
  opacity: 0.8;
}
.input_gray_design {
  background: #E6E6E6;
  border: 1px solid #FFFFFF;
}
.input_white_design::-webkit-input-placeholder,
.input_gray_design::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #C2C1C1;
}
.input_white_design::-moz-placeholder,
.input_gray_design::-moz-placeholder { /* Firefox 19+ */
  color: #C2C1C1;
}
.input_white_design:-ms-input-placeholder,
.input_gray_design:-ms-input-placeholder { /* IE 10+ */
  color: #C2C1C1;
}
.input_white_design:-moz-placeholder,
.input_gray_design:-moz-placeholder { /* Firefox 18- */
  color: #C2C1C1;
}
select.input_white_design,
select.input_gray_design {
  width: auto;
  height: 30px;
  padding: 0;
  padding-left: 5px;
}

.input-as-text {
  pointer-events: none;
}
.input_white_design.input-as-text,
.input_gray_design.input-as-text {
  display: inline-block;
  width: auto;
  font-weight: bold;
  border-radius: 0;
  margin-left: 6px;
  border: none;
  border-bottom: 1px solid #ddd;
  background: transparent;
}
select.input_white_design.input-as-text,
select.input_gray_design.input-as-text {
  -moz-appearance: window;
  -webkit-appearance: none;
}
div.input-as-text * {
  pointer-events: none;
}

.add-on {
  float: left;
  padding-top: 6px;
}
.add-on + .input_white_design, 
.add-on + .input_gray_design {
  width: 90%;
  margin-left: 5px;
}

.border_radius_5px,
.ip-border-radius-5 {
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}
.border_radius_top_5px,
.ip-border-radius-top-5 {
  -moz-border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
}
.border_radius_bottom_5px,
.ip-border-radius-bottom-5 {
  -moz-border-radius: 0px 0px 5px 5px;
  -webkit-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
}
.txt_to_left,
.ip-text-left {
  text-align: left !important;
}
.txt_to_center,
.ip-text-center {
  text-align: center !important;
}
.txt_to_right,
.ip-text-right {
  text-align: right !important;
}
.right {
  float: right !important;
}
.left {
  float: left !important;
}
.displayNone {
  display: none;
}
.RequiredField{
  color: #f00;
  margin-left: 1px;
  line-height: .813em;
}
.title_field_to_right {
  font-size: .813em;
  text-align: right;
  padding-right: 5px;
}
.input_field_size100 {
  max-width: 100px;
}
.input_field_size200 {
  max-width: 200px;
}
.input_field_size300 {
  max-width: 300px;
}
.checkbox_hidden, .radiobtn_hidden {
  display:none;
}
label.checkbox_round {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  cursor: pointer;
  background-image: url('/assets/aside/csscheckbox_gray.png');
}
label.checkbox_round + span {
  font-size: 13px;
  margin: -6px 0px 0px 4px;
  display: inline-table;
  vertical-align: middle;
}
label.checkbox_round:hover {
  background-position: 0 -20px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.3;
}
.checkbox_hidden:checked + label.checkbox_round {
  background-position: 0 -20px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
label.radiobtn_square {
  height:20px;
  width:20px; 
  display:inline-block;
  background-repeat:no-repeat;
  cursor:pointer;
  background-image:url('/assets/aside/cssradbtngris.png');
  margin: 1px 0px 0px 3px;
}
label.radiobtn_square + span{
  font-size: 13px; 
  margin: -6px 0px 0px 2px; 
  display: inline-table;
  vertical-align: middle;
}
label.radiobtn_square:hover {
  background-position: 0 -21px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.radiobtn_hidden:checked + label.radiobtn_square {
  background-position: 0 -21px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
label.radiobtn-box {
  background-color: #E5E5E5;
  width: 25%;
  box-sizing: border-box;
  padding: 5px;
  text-align: center;
  font-size: .813em;
  margin: 0 5px 5px 0;
  cursor: pointer;
  display: inline-block;
}
label.radiobtn-box.radiobtn-box-x2 {
  padding: 7px;
  font-size: 19px;
}
label.radiobtn-box.radiobtn-box-lg {
  width: 100%;
}
label.radiobtn-box.radiobtn-box-md {
  width: 48%;
}
label.radiobtn-box.radiobtn-box-sm {
  width: 26%;
}
.radiobtn_hidden:checked + label.radiobtn-box,
label.radiobtn-box:hover{
  color: #6e181f;
  background-color: #E7C94A;
}
label.selectbox_gray { /*(AS) THIS ELEMENTE HAS TO BE REMOVED FROM HERE AND FROM HTML*/
  position: relative;
  display: none;
}
label.selectbox_gray:before {
    content: '';
  right: 3px; 
  top: 3px; 
  width: 15px; 
  height: 15px; 
  background: #E6E6E6;
  position: absolute;
  pointer-events: none;
  border-radius: 0px 4px 4px 0px; 
}
label.selectbox_gray:after {
    content:'<>';
    font:13px "Consolas", monospace; 
    color:#6C6C6C;
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg);
    right:3px; 
    top:3px; 
    position:absolute;
    pointer-events:none;
    font-weight: bold;
}
/*(AS) Con esto se especifica que solo en FireFox se aplicara este estilo*/
@-moz-document url-prefix() {
  label.selectbox_gray:before {
    display:none;
      content: '';
    right: 3px; 
    top: 4px; 
    width: 20px;
    height: 20px;
    background: #E6E6E6;
    position: absolute;
    pointer-events: none;
    border-radius: 0px 4px 4px 0px; 
  }
  label.selectbox_gray:after {
    display: none;
      content:'<>';
      font:13px "Consolas", monospace; 
      color:#6C6C6C;
      -webkit-transform:rotate(90deg);
      -moz-transform:rotate(90deg);
      -ms-transform:rotate(90deg);
      transform:rotate(90deg);
      right:3px; 
      top:5px; 
      position:absolute;
      pointer-events:none;
      font-weight: bold;
  }
}
/*(AS) Con esto se especifica que solo en FireFox se aplicara este estilo*/
label.selectbox_white:before {
  background: #FFFFFF;
}


.ip-form-horizontal .ip-fh-label,
.ip-form-horizontal .ip-fh-ctrl-left {
  padding-top: 6px;
  width: 25%;
  text-align: right !important;
  float: left;
}
.ip-form-horizontal .ip-fh-ctrl-left.ip-size-lg {
  width: 30%;
}
.ip-form-horizontal .ip-fh-label + input,
.ip-form-horizontal .input_white_design, 
.ip-form-horizontal .input_gray_design,
.ip-form-horizontal .ip-fh-label-right {
  width: 70%;
  margin-left: 2%;
}
.ip-form-horizontal .ip-fh-label-right.ip-size-md {
  width: 60%;
  margin-left: 1%;
}
.ip-form-horizontal .ip-select2 + .select2 {
  margin-left: 11px;
}
.ip-form-horizontal select {
  width: auto !important;
  max-width: 70%;
}

.ip-radio-chk-square-btn-box {
  margin-left: 5px;
  float: left;
  width: 65%;
  box-sizing: border-box;
  margin-bottom: 5px;
}
.ip-radio-chk-square-btn-box .ip-radio-chk-square-btn-item {
  background-color: #E5E5E5;
  width: 25%;
  box-sizing: border-box;
  padding: 5px;
  text-align: center;
  font-size: .813em;
  float: left;
  margin: 0 5px 5px 0;
}
.ip-radio-chk-square-btn-box .ip-radio-chk-square-btn-item.ip-wide-item { 
  width: 47%;
}
.ip-radio-chk-square-btn-box .ip-radio-chk-square-btn-active,
.ip-radio-chk-square-btn-box .ip-radio-chk-square-btn-item:hover {
  color: #6e181f;
  background-color: #E7C94A;
  cursor: pointer;
}


.ip-chk-round-box label.checkbox_round {
  margin: 0 2px -5px 0;
}


.ip-input-with-auxiliar-control {
  margin-bottom: 5px;
}
.ip-auxiliar-input-controls {
  text-align: center;
  margin-left: 5px;
  float: left;
  width: 55%;
  box-sizing: border-box;
  margin-bottom: 15px;
}
.ip-auxiliar-input-controls .ip-auxiliar-item {
  width: 50%;
  float: left;
}



.info_img{
  position: absolute;
  margin: 1px 0px 0px 5px; 
}
.btn_gray_design_bkgimg_next{
  background: url('/assets/aside/nextBtn_arrows.png') #E6E6E6 no-repeat center;
  width: 16px; 
  height: 16px; 
}
input.btn_gray_design_bkgimg_next{
  width: 48px; 
  height: 32px; 
}
.btn_gray_design_bkgimg_return{
  background: url('/assets/aside/returnBtn_arrows.png') #E6E6E6 no-repeat center;
  width: 16px; 
  height: 16px; 
}
input.btn_gray_design_bkgimg_return{
  width: 48px; 
  height: 32px; 
}
.btn_gray_design_bkgimg_search{
  background: url('/assets/aside/search_icon.png') #E6E6E6 no-repeat center;
  width: 16px; 
  height: 16px; 
}
input.btn_gray_design_bkgimg_search{
  width: 48px; 
  height: 31px; 
}
/*(AS)Css New Gray&White Style for Dialog in input form*/
.ui-widget-overlay {
  background: #aaaaaa;
}
.ui-widget-content {
  background: #FFFFFF !important;
}
.GWDesign_input_form_dialog {
  /*BASE 16px*/font: 1rem pt_sans,Arial,sans-serif;
  border-radius: 0px;
  background: #FFFFFF;
  padding: 1em;
  border: 1px solid #8C8A8C;
}
.ui-widget-overlay.ui-front {
  z-index: 98;
}
.GWDesign_input_form_dialog.ui-front {
  z-index: 99;
}
.GWDesign_input_form_dialog .ui-dialog-titlebar{
  background: #FFFFFF;
  border: 1px solid #dddddd;
  border-width: 1px 1px 0px;
  padding: .5em 1em;
  margin: 1em 1.25em 0em;
  border-radius: 0em;
}
.GWDesign_input_form_dialog .ui-dialog-titlebar .ui-dialog-title{
  font: 1.250em NRVC-header-font;
  margin: .485em 0em;
  font-weight: 400;
  line-height: 1.1em;
  letter-spacing: -0.02em;
  border-bottom: 1px solid #E6E6E6;
  color: #FF0000;
  width: 100%;
  padding-bottom: .2em;
}
.GWDesign_input_form_dialog .ui-dialog-titlebar-close {
  background: transparent;
  border: none;
  top: 15px;
  right: 3px;
}
.GWDesign_input_form_dialog .ui-dialog-titlebar-close .ui-button-icon-primary {
  background-image: url('/assets/dashboard/img/ui-icons_888888_256x240.png');
  background-position: -96px -128px;
}
.GWDesign_input_form_dialog.ip-dialog-hide-close-btn .ui-dialog-titlebar-close {
  display: none;
}
.GWDesign_input_form_dialog .ui-dialog-content{
  border: 1px solid #dddddd;
  border-width: 0px 1px;
  padding: 0em 1em;
  margin: 0em 1.25em;
}
.GWDesign_input_form_dialog.ip-dialog-without-btns .ui-dialog-content {
  margin-bottom: 1em;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 0.5em;
}
.GWDesign_input_form_dialog .ui-dialog-buttonpane {
  margin: 0em 1.25em 1.25em;
  padding: 0.5em 1em;
  border: 1px solid #dddddd;
  border-width: 0px 1px 1px 1px;
}
.GWDesign_input_form_dialog .ui-dialog-buttonpane .ui-button {
  font-size: .813em;
  background: #E6E6E6;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  border: 1px solid #C4C4C4;
  border-bottom: 1px solid #A4A4A4;
  border-right: 1px solid #A4A4A4;
}
.GWDesign_input_form_dialog .ui-dialog-buttonpane .ui-button .ui-button-text {
  background: url('/assets/aside/nextBtn_arrows.png') no-repeat center;
  width: 16px; 
  height: 16px; 
}
.GWDesign_input_form_dialog li.ip-header-section {
  list-style-type: none;
}
.GWDesign_input_form_dialog li.ip-header-section h3 {
  margin-top: 15px;
  padding-bottom: 5px;
  text-align: center;
  border-bottom: 1px solid #eee;
}
.GWDesign_input_form_dialog button {
  outline: 0;
}
.GWDesign_input_form_dialog button.ip-dialog-btn-ok {
  min-width: 66px;
  border-color: #D7B41F !important;
}
.GWDesign_input_form_dialog .ui-dialog-buttonpane .ui-button.ip-text-btn .ui-button-text {
  background: none;
  width: auto;
  height: auto;
  padding: 4px 10px 5px;
  color: #646464;
}
.GWDesign_input_form_dialog .ui-dialog-content select.input_gray_design {
  width: 100%;
  margin-bottom: 10px;
}
/*(AS)Css Style for Dialog in input form of signupHorizon inside horizonSignUp_RenewAndSubscrip*/
.notSelectableObj{
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*--- (AS) End General Classes used mostly in Signup & Horizon---*/


/*--- (AS) Start Interior center STORE---*/
  #nrvc_store_cont {
    font-size: 1rem !important;
  }
  #nrvc_store_cont .ip-store-order-by-view-as-ctrls p,
  #nrvc_store_cont .ip-store-order-by-view-as-ctrls img {
    margin-bottom: 0;
  }
  #nrvc_store_cont .ip-store-order-by-ctrls span:after {
    content: "|";
  }
  #nrvc_store_cont .ip-store-order-by-ctrls span:last-child:after {
    content: "";
  }

  #nrvc_store_cont .ip-store-search-product-ctrls p {
    margin-bottom: 0;
  }
  #nrvc_store_cont .ip-store-search-product-ctrls .ip-store-search-product-input {
    flex-grow: 2;
  }


  #nrvc_store_cont .text_box{
    padding: 10px; 
    border: 1px solid #E6E6E6;
    background: #E6E6E6;
    margin-bottom: 15px; 
  }
  #nrvc_store_cont .text_box h3{
    color: #FF0000;
    text-align: left;
  }

  #nrvc_store_cont .ip-store-banner.text_box{
    padding-bottom: 4px;
    margin-bottom: -1px;
  }
  #nrvc_store_cont .ip-store-banner a:after{
    content: "|";
    margin: 0 0 0 5px;
    color: #3d3d3d;
    display:inline-block;
  }
  #nrvc_store_cont .ip-store-banner a:last-child:after{
    content: "";
    margin: 0;
  }


  .ip-store-product-details {
    color: #656565;
    border: 1px solid #E6E6E6;
    margin: 0px 5px; 
    padding: 25px 15px; 
  }
  .ip-store-product-details .ip-store-product-title {
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .ip-store-product-details .ip-store-product-img-description {
    display: flex;
    align-items: center;
  }
  .ip-store-product-details .ip-store-product-img-description .ip-store-product-img img {
    width: 125px;
    max-height: 175px;
  }
  .ip-store-product-details .ip-store-product-img-description .ip-store-product-description {
    font-size: .813em;
    padding-left: 15px;
  }
  .ip-store-product-details .ip-store-product-img-description .ip-store-product-description p,
  .ip-store-product-details .ip-store-product-img-description .ip-store-product-description ul {
    font-size: 1em;
  }
  .ip-store-product-details .ip-store-product-prices {
    display: flex;
    margin: 10px 0;
    padding: 15px 0;
    justify-content: space-around;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
  }
  .ip-store-product-details .ip-store-product-prices > div {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
  }
  .ip-store-product-details .ip-store-product-actions {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
  }

  .ip-store-products-list-featured {
    border-bottom: 1px dotted #E6E6E6;
    padding-bottom: 7px;
  }
  .ip-store-products-list-featured .ip-store-product-details {
    margin: 0;
    border: none;
    background: #E6E6E6;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
  }
  .ip-store-products-list-featured .ip-store-product-details .ip-store-product-title {
    border-bottom-color: #C3C2C2;
  }
  .ip-store-products-list-featured .ip-store-product-details .ip-store-product-prices {
    padding-bottom: 0;
    margin: 0;
    border: none;
  }

  .ip-store-products-list-grid {
    color: #656565;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .ip-store-products-list-grid > div {
    width: 30%;
    text-align: center;
    /* background: #E6E6E6; */
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px;
    border: 1px solid #E6E6E6;
    margin-top: 15px;
    padding-top: 10px;
  }
  .ip-store-products-list-grid .ip-store-products-list-featured {
    border-color: #d2ab1d;
  }
  .ip-store-products-list-grid .ip-store-product-img img {
    width: 86px;
    height: 110px;
  }
  .ip-store-products-list-grid .ip-store-product-title-readmore {
    padding: 5px;
  }
  .ip-store-products-list-grid .ip-store-product-title,
  .ip-store-products-list-grid .ip-store-product-readmore {
    font-size: .813em;
  }
  .ip-store-products-list-grid .ip-store-product-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .ip-store-products-list-grid .ip-store-product-price-cart-icon {
    display: flex;
  }
  .ip-store-products-list-grid .ip-store-product-price-cart-icon > div {
    width: 50%;
    padding: 3px 0;
  }
  .ip-store-products-list-grid .ip-store-product-price-cart-icon .ip-store-product-cart-icon {
    background: #DBDBDB;
    border-top: 2px solid #d8d8d8;
    border-left: 2px solid #d8d8d8;
    transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
  }
  .ip-store-products-list-grid .ip-store-product-price-cart-icon .ip-store-product-cart-icon:hover {
    cursor: pointer;
    border-color: #bfbfbf;
  }

  .ip-store-products-list-list .ip-store-product-details {
    margin: 0;
    border: none;
    /* background: #E6E6E6; */
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    border: 1px solid #E6E6E6;
  }
  .ip-store-products-list-list .ip-store-product-details .ip-store-product-img img {
    width: 90px;
    max-height: 110px;
  }
  .ip-store-products-list-list .ip-store-product-details .ip-store-product-title-price-description {
    text-align: right;
  }
  .ip-store-products-list-list .ip-store-product-details .ip-store-product-title-price-description .ip-store-product-title {
    font-size: .813em;
    text-align: right;
    border-bottom: none;
    padding-bottom: 0;
  }
  .ip-store-products-list-list .ip-store-product-details .ip-store-product-title-price-description .ip-store-product-price {
    font-size: .88em;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .ip-store-products-list-list .ip-store-product-details .ip-store-product-title-price-description .ip-store-product-description {
    font-size: .75em;
  }

  .ip-store-will-paginate {
    text-align: center;
    color: #ce0048;
  }
  .ip-store-will-paginate .disabled {
    color: #E6E6E6;
  }
  .ip-store-will-paginate .current {
    font-style: normal;
    font-weight: bold;
    background-color: #E6E6E6;
    display: inline-block;
    line-height: 1;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 2px 5px 3px;
  }

  
  #nrvc_store_cont .ip-store-products-list-cart-icon {
    width: 100%;
    margin-bottom: 10px;
    box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
    background: #DBDBDB;
    text-align: center;
    padding: 5px 0px;
    box-sizing: border-box;
    border-top: 2px solid #d8d8d8;
    transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
  }
  #nrvc_store_cont .ip-store-products-list-cart-icon:hover {
    cursor: pointer;
    border-top: 2px solid #bfbfbf;
  }
 
  #nrvc_store_cont .ip-store-processing-request {
    background: #F0F0F0;
  }
  #nrvc_store_cont .ip-store-processing-request p {
    text-align: center;
    font-weight: bold;
    color: #656565;
  }
  #nrvc_store_cont .info_shipping{
    color: #505AAD;
  }
  #nrvc_store_cont .info_shipping_mark{
    color: #505AAD;
  }
  #nrvc_store_cont .ip-shopping-cart-summary .divCont{
    float: left;
    width: 15%;
  }
  #nrvc_store_cont .ip-shopping-cart-summary #cs_titles.text_box{
    padding-bottom: 4px;
    margin-bottom: -1px;
  }
  #nrvc_store_cont .ip-shopping-cart-summary #cs_titles #titles_item{
    width: 55%;
  }
  #nrvc_store_cont .ip-shopping-cart-summary #cs_titles p{
    text-align: center;
  }
  #nrvc_store_cont .ip-shopping-cart-summary .show_products{
    border: 1px solid #E6E6E6;
    margin: 0px 5px -1px 5px; 
    padding: 15px 5px; 
  }
  #nrvc_store_cont .ip-shopping-cart-summary .show_products .image_mini{
    width: 55%;
  }
  #nrvc_store_cont .ip-shopping-cart-summary .show_products .image_mini #img_image{
    float: left;
    margin: 0px 4px 15px 0px; 
  }
  #nrvc_store_cont .ip-shopping-cart-summary .show_products .image_mini #img_image img{
    min-width: 100px; 
    max-width: 260px; 
  }
  #nrvc_store_cont .ip-shopping-cart-summary .show_products .image_mini .btn_gray_design {
    padding: .2em .5em;
  }
  #nrvc_store_cont .ip-shopping-cart-summary .show_products .image_mini #img_name{
    padding-right: 5px; 
  }
  #nrvc_store_cont .ip-shopping-cart-summary .show_products .divCont_PriQtyTot{
    height: 126px; 
    overflow: auto;
  }
  #nrvc_store_cont .ip-shopping-cart-summary .show_products > div > p {
    text-align: center;
  }
  #nrvc_store_cont .ip-shopping-cart-summary #results{
    float: right;
  }
  #nrvc_store_cont .ip-shopping-cart-summary #results .results_title{
    float: left;
  }
  #nrvc_store_cont .ip-shopping-cart-summary #results .results_price{
    text-align: right;
    border-bottom: 1px solid #E6E6E6;
    margin: 2px 5px 0px 0px; 
  }
  #nrvc_store_cont .ip-shopping-cart-summary #results .results_price span{
    border: 1px solid #E6E6E6;
    background: #E6E6E6;
  }
  #nrvc_store_cont #instr_newPass{
    text-align: center;
    margin-bottom: 10px; 
  }
  #nrvc_store_cont #instr_newPass span, 
  #nrvc_store_cont #notif_newPass span{
    font-size: .813em;/*13px*/
  }
  #nrvc_store_cont #notif_newPass{
    text-align: center;
  }
  #nrvc_store_cont #notif_newPass #pass_desc{
    margin-bottom: 8px; 
    display: block;
  }
  #nrvc_store_cont #content_checkout{
    border: 1px solid #E6E6E6;
    margin: 0px 5px; 
    padding: 5px 5px; 
  }
  #nrvc_store_cont #content_checkout .ip-shopping-cart-summary #cs_titles.text_box{
    margin-top: -9px; 
    border-radius: 0px 0px 5px 5px;
    margin-bottom: 0px; 
  }
  #nrvc_store_cont #content_checkout .ip-shopping-cart-summary .show_products{
    border: none;
  }
  #nrvc_store_cont #content_checkout .ip-shopping-cart-summary .show_products .divCont_PriQtyTot{
    height: auto;
  }
  #nrvc_store_cont #content_checkout .ip-shopping-cart-summary #results{
    width: 42%;
  }
  #nrvc_store_cont .box_hr p{
    font-size: 18px !important; 
    font-weight: bold;
    color: #FF0000;
    letter-spacing: -1.5px; 
    text-align: center !important;
  }
  #nrvc_store_cont #my_account_container .ip-shopping-cart-summary .show_products .divCont_PriQtyTot{
    height: auto;
  }
  #nrvc_store_cont #my_account_container .ip-shopping-cart-summary .text_box{
    border: 1px solid #FFFFFF;
  }
  #nrvc_store_cont #my_account_container .ip-shopping-cart-summary .show_products{
    border: 1px solid #FFFFFF;
  }
/*--- (AS) End Interior center STORE---*/


/*--- (AS) Start Interior center Membership ---*/
.error_field{
  padding: 5px 10px;
  margin-bottom: 15px;
}
.error_field hr{
  display:none;
}
.error_field h3{
  padding: 5px 10px;
  border-radius: 5px 5px 0px 0px;
  background-color: #D8000C;
  color: #ffffff!important;
  text-align: left!important;
}
.error_field p{
  padding: 10px;
  margin-top:-12px!important;
  border: 1px solid #D8000C;
  color: #D8000C !important;
}
.error_field ul{
  border: 1px solid #D8000C;
  margin: -12px 0px;
  box-sizing: border-box;
  color: #D8000C;
  padding:10px;
}
.error_field .error-field-body ~ h3 {
  color: green;
}
.error_field .error-field-body {
  border: 1px solid #D8000C;
  padding: 10px;
  margin-top: -12px;
}
.error_field .error-field-body p {
  padding: 0;
  margin-top: 0 !important;
  border: none;
}
.error_field .error-field-body a {
  text-decoration: underline !important;
}
.error_field .error-field-body ul {
  border: none;
}
#login_Membership .text_box{
  padding: 10px; 
  border: 1px solid #E6E6E6;
  background: #E6E6E6;
  margin-bottom: 15px; 
}
#login_Membership .text_box h3{
  color: #FF0000;
  text-align: left;
}
#login_Membership .text_box_white{
  padding: 10px; 
  border: 1px solid #E6E6E6;
  background: #FFFFFF;
}
#login_Membership .introduction_box img {
  float:right;
  padding-left:1em
}
#login_Membership .introduction_box hr {
  width: 50%;
}
/*#login_Membership  #content_form p, 
#login_Membership  #lbl_password p, 
#login_Membership #content_newPass_form p, 
#login_Membership #email_to_friends p{
  text-align: right;
  padding-right: 5px;
  width: 25%;
  float: left;
}*/
#login_Membership #div_no-pass{
  float: left;
  width: 65%;
}
#login_Membership #btn_submit{
  text-align: right;
  margin-top: -10px; 
}
#login_Membership #contact_info{
  margin-top: 30px; 
}
#login_Membership #contact_info p{
  text-align: right;
}
#login_Membership #contact_info a{
  font-size: 1em;
}
/*#login_Membership #instr_newMem, #login_Membership #instr_newPass{
  text-align: center;
  margin-bottom: 10px;
}*/
#login_Membership #instr_newMem span, #login_Membership #instr_newPass span, #login_Membership #notif_newPass span{
  font-size: .813em;/*13px*/
}
#login_Membership #btn_submit_newMem, #login_Membership #box_submit_newPass, #login_Membership #box_submit_memberDirecEmail{
  text-align: right;
  margin-top: 10px; 
}
#login_Membership #notif_newPass{
  text-align: center;
  margin-bottom: 15px; 
}
#login_Membership #notif_newPass #pass_desc{
  margin-bottom: 8px; 
  display: block;
}
#login_Membership #signup_selection_form .optionCont{
  background-color: #FFFFFF;
  padding: .27em .077em;
  margin: .625em;
}
#login_Membership #signup_selection_form .optionCont p{
  display: inline-block;
}
#login_Membership #signup_selection_form .optionCont input{
  width: auto;
}
#login_Membership #signup_selection_form .optionCont table{
  width: 80%;
  margin: 0em auto;
}
#login_Membership #signup_selection_form .optionCont table p{
  text-align: right;
  display: block;
  margin-bottom: 0em;
}
#login_Membership #signup_selection_form .optionCont #instr_newPass {
  padding: 10px 30px 0;
}
#login_Membership #signup_selection_form .optionCont #instr_newPass p {
  display: block;
}
#login_Membership .forgotPass_btn{
    font-weight: bold;
    color: #ac6318; /*#cc9f01*/
    background: #FFFFFF;
    border: 0em;/*0px*/
    width: 5.538em;/*72px*/
    height: 1.462em;/*19px*/
    cursor: pointer;
}
#login_Membership #table_confPass{
  width: 50% !important;
  margin: 1em auto;
}
#login_Membership #table_confPass p{
  /*font-size: .875em;*//*14px*/
  text-align: right;
  padding-right: .357em;/*5px*/
}
#login_Membership #table_confPass div{
  text-align: center;
}


#my_account_container .btn_gray_design{
  padding: .2em .5em;
}
#my_account_container .ip-my-account-main-btns a{
  margin-bottom: 1em;
}
#my_account_container #my_account_tableInfo{
  border: 1px solid #E6E6E6;
  margin-bottom: 10px !important; 
}
#my_account_container #my_account_tableInfo .title_field_to_right{
  background-color: #E6E6E6;
}
#my_account_container #my_account_tableInfo td p {
  margin: 0em;
}


#horizon_subs_membs_table {
  border: 1px solid #FFFFFF;
}
#horizon_subs_membs_table td p {
  margin: 0em;
}
#horizon_subs_membs_table .title_field_to_right{
  background-color: #FFFFFF;
}
#horizon_subs_membs .lvl_head {
  border: 1px solid #E6E6E6;
  background: #E6E6E6;
  -moz-border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
  padding-top: 4px; 
  border-bottom: 2px solid #d3d1d1;
}
#horizon_subs_membs .ip-hzn-overlay {
  position: absolute;
  right: 7.3333%;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(230, 230, 230,0.5);
}
#horizon_subs_membs .lvl_head p{
  text-align: center;
  margin: 0em;
}
#horizon_subs_membs h1 {
  font: 1.250em NRVC-header-font;
  font-weight: bold;
  letter-spacing: .01em;
  line-height: 1.1em;
  text-align: center;
  margin: 0;
}
#horizon_subs_membs .row_main {
  padding: 7px 0;
}
#horizon_subs_membs .row_element {
  padding: 7px 0;
  font-size: 14px;
  position: relative;
}
#horizon_subs_membs .row_element img {
  margin-top: 3px;
}
#horizon_subs_membs .renew_line{
  border: 1px solid;
  color: #d3d1d1;
}
#horizon_subs_membs .renew_line_inside{
  border-top: 1px solid #d3d1d1;
}
#horizon_subs_membs .lvl_foot {
  border: 1px solid #E6E6E6;
  background: #E6E6E6;
  -moz-border-radius: 0px 0px 5px 5px;
  -webkit-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
  border-top: 2px solid #d3d1d1;
}
#horizon_subs_membs #horizon_subs_membs_status p{
  text-align: center !important;
  margin: 0em;
}
#horizon_subs_membs .img_plus_details{
  margin-top: 3px;
}
#horizon_subs_membs div[id^="description_"],
#horizon_subs_membs .ip-store-order-information{
  border: 1px solid rgb(230, 230, 230);
  background-color: rgb(230, 230, 230);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
  padding: 15px 15px 20px;
  margin-bottom: 10px;
}
#horizon_subs_membs .ip-hzn-ship-to-box {
  background: #E6E6E6;
  padding: 15px;
  box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
}
#horizon_subs_membs .ip-hzn-ship-to-box h3 {
  color: #FF0000;
  margin-top: 0;
}


/* -------- MY ORDERS --------- */
.my-orders-details{
  background-color: #E6E6E6;
  color: #646464;
  font-weight: bold;
}
.my-orders-details .col-1, 
.my-orders-details .col-2,
.my-orders-details .col-6 {
  padding-left: 10px;
  border: 1px solid transparent;
  font-size: 14px;
}
.my-orders-details .col-1 a{
  margin-top: 3px;
  display: block;
}
.my-orders-list{
  border: 1px solid #E6E6E6;
  margin-bottom: 2px;
}
.my-orders-list table{
  font-size: 12px;
}
.my-orders-list .highlight{
  background-color: #F6F6F6;
}
/* ---------------------------- */

#memberDirectory_container #icons_print_page a{
  display: block;
  float: left;
  margin-right: 10px; 
}
#memberDirectory_container #icons_print_page a:nth-child(2){
  margin-right: 5px; 
}
#memberDirectory_container #icons_print_page span{
  padding-top: 7px; 
  display: block;
}
#memberDirectory_container .general_opts_list div {
  float: left;
  width: 33%;
}
#memberDirectory_container .general_opts_list #btn_submit {
  margin: 0;
}
#memberDirectory_container  #find_member input.input_gray_design {
  width: 390px;
}
#memberDirectory_container  #find_member .btn_gray_design_bkgimg_search {
  height: 23px;
  padding-bottom: 5px;
  float: right;
}
#memberDirectory_container #orderBy_opts {
  display: flex;
}
#memberDirectory_container #orderBy_opts div:first-child {
  flex-grow: 1;
}
#memberDirectory_container #orderBy_opts div:nth-child(2) {
  flex-grow: 3;
  display: flex;
  justify-content: space-around;
}
#memberDirectory_container #orderBy_opts div:nth-child(2) div {
  flex-grow: 1;
  display: flex;
  justify-content: center;
}
#memberDirectory_container #orderBy_opts div {
  text-align: center;
}
#memberDirectory_container #orderBy_opts div h4 {
  margin: 0;
  line-height: normal;
  text-align: center;
}
#memberDirectory_container #orderBy_opts div a {
  font-size: .813em;
}
#member_content .result_fields {
  border: 1px solid #E6E6E6;
  margin-bottom: 20px; 
  padding: 10px; 
}
#member_content .content_fields{
  font: .813em pt_sans,Arial;
  padding-left: 20px; 
  margin-bottom: 5px; 
  width: 100%;
  color: #646464;
}


.main_donation_box {
  border: 1px solid #E6E6E6;
  padding: 20px; 
  margin: 20px 20px 20px ;
  height: 480px;
}
.main_donation_box h3{
  float: left;
  margin-top: 30px;
}
.donation_box_item{
  width: 49%;
  float: left; 
}
.donation_box_item_box{ 
  height: 420px; 
  clear: both;
}
.donation_box_item_border{
  border-right: 2px solid #E6E6E6;
}
.box_r{
  height: 200px;
}


.ip-donation-payment-opt {
  margin: 35px 0;
}
.ip-donation-payment-daf > div {
  display: inline-block;
}



#nrvcSignUp_RenewAndSubscrip {
  border: 1px solid #E6E6E6;
  padding: 20px; 
  margin: 0 20px; 
}
#nrvcSignUp_RenewAndSubscrip.ip-flat-style {
  padding: 0;
  margin: 0;
  border: none;
}
#nrvcSignUp_RenewAndSubscrip.ip-welcome-box img {
  width: 60%;
}
/*(AS)Css usado para el diseño del viejo formulario de Registro*/
#nrvcSignUp_RenewAndSubscrip #nrvc_content_region .radiobtn_Regions{
  width: 50%;
  float: left;
}
#nrvcSignUp_RenewAndSubscrip #nrvc_content_region span{
  width: 90%;
}
#nrvcSignUp_RenewAndSubscrip.ip-three-columns .nrvc_form_data input,
#nrvcSignUp_RenewAndSubscrip.ip-three-columns .nrvc_form_data select {
  width: 60%;
}
#nrvcSignUp_RenewAndSubscrip .box_hr p{
  font-size: 18px;
  font-weight: bold;
  color: #FF0000;
  text-align: center;
}
#nrvcSignUp_RenewAndSubscrip div.clean-form{
  margin-top: -5px; 
  text-align: right;
}
#nrvcSignUp_RenewAndSubscrip #nrvcSignUp_RenewAndSubscrip_tableOrderInfo p{
  margin-bottom: 0em;
}
/*(AS)Css usado para el diseño del viejo formulario de Registro*/
#nrvcSignUp_RenewAndSubscrip #progressBar_registerMem .sm-number{
  margin-top: -10px; 
}
#nrvcSignUp_RenewAndSubscrip #progressBar_registerMem .sm-number a{
  width: 25px; 
  height: 20px; 
  margin: 5px 5px 5px 5px; 
  font-size: 15px; 
  font-weight: bold;
  border-radius: 250px; 
  border: 1px solid transparent;
  display: inline-block;
  padding: 2px 2px 2px 0px; 
}
#nrvcSignUp_RenewAndSubscrip #progressBar_registerMem .sm-head-button{ background-color:#ddd; }
#nrvcSignUp_RenewAndSubscrip #progressBar_registerMem .sm-head-button-green{ background-color:#33CC66; color: #FFFFFF !important;}
#nrvcSignUp_RenewAndSubscrip #progressBar_registerMem .sm-head-button-selected{ border: 1px solid #999; background-color: #bbb; text-decoration: underline !important; }
#nrvcSignUp_RenewAndSubscrip #progressBar_registerMem .sm-head-button-selected-green{ border: 1px solid #777; background-color: #33CC66; text-decoration: underline !important; color: #FFFFFF !important;  }
#nrvcSignUp_RenewAndSubscrip #progressBar_registerMem .save-button{ margin: 10px 0px;  width: 250px;  border: 1px solid #777; background-color: #33CC66; color: white !important; }

@media screen and (max-width: 850px) {
  #nrvcSignUp_RenewAndSubscrip {
    margin: 0;
  }
  #nrvcSignUp_RenewAndSubscrip.ip-welcome-box img {
    width: 49%;
  }
}
@media screen and (max-width: 770px) {}
@media screen and (max-width: 650px) {}
/*--- (AS) End Interior center Membership ---*/


/*---- ARTICLES COMMENTS -------*/
.comments-list{
  width:100%;
  height:100px;
  margin:10px 0px 0px 10px;
}
.comments-list textarea.comment-area{
  border-radius:5px;
  border:1.5px solid #E6E6E6;
  width: 95%;
  height: 90px;
  margin-bottom:5px;
}
.comments-list span.comment-user{
  font-size: .8em;
}
.comment-body{
  padding: 10px; 
  border: 1px solid #E6E6E6;
  background-color: #E6E6E6;
  margin-bottom: 15px;
  color: #3d3d3d;
  border-radius: 8px;
}
.comment-body span.comment-date{
  width: 100%;
  display: block;
  text-align: right;
  font-size: .6em;
  font-style: italic;
}
.comment-body span.comment-date{
  width: 100%;
}
.comment-body span.comment-name{
  font-weight: bold;
}
/*----------------------------------------------*/
/***************************************************************************/
/************************* (AS) END Main Content SubPages ******************/
/***************************************************************************/



/***************************************************************************/
/************************* (AS) START Main Page *************************/
/***************************************************************************/

/*--- (AS) Start General ---*/
/************************* (AS) Do autoheight in divs with float elements inside them *************************/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
html .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}

.clearBoth{
  clear: both;
}

.nrvc_form_data_as_clear .nrvc_form_data {
  overflow: hidden;
}
.ip-init-overflow {
  overflow: initial !important;
}
/************************* (AS) Do autoheight in divs with float elements inside them *************************/

.yellow_line {
  /*BASE 16px*/font: 1rem pt_sans,Arial,sans-serif;
  display: block;
  float: left;
  height: .313em;/*5px*/
  width: 100%;
  background: #D7B41F;
}

.red_line {
  /*BASE 16px*/font: 1rem pt_sans,Arial,sans-serif;
  display: block;
  float: left;
  height: .313em;/*5px*/
  width: 100%;
  background: #6E181F;
}

#main_content {
  /*BASE 16px*/font: 1rem pt_sans,Arial,sans-serif;
  width: 61.250em;
  margin: 0em auto 0em auto;
  margin-top: 1.7em;
  text-rendering: optimizelegibility;
}
/*--- (AS) End General ---*/


/*------------------------------------------------------*/
/*-------------------------SEARCH-----------------------*/
.search_result_none * {
  text-align: center !important;
  margin: 30px 0px !important;
}
.search-clear-filters {
  padding: 5px 10px 5px 10px;
  background-color: #4485F5;
  width: 68px;
  border-radius: 8px;
  color: #fff!important;
}

.search-filter-panel .search-filter-main {
  background-color: #f1f1f1;
    border-bottom: 1px solid #e5e5e5;
    padding: 20px 15px;
    margin-top: -20px;
}
.search-filter-panel .search-filter-main input:focus {
    outline: 0;
}
.search-filter-main .search-filter-main-container {
  width: 90%;
  margin: 0 auto;
}
.search-filter-main .search-main-input {
  border: solid 1px #CCC;
  height: 25px;
  width: 85%;
  padding-left: 5px;
  padding-right: 5px;
  vertical-align: bottom;
}
.search-filter-main .search-main-submit {
  background-color: #4d90fe;
  
  
  font-weight: bold;

  border: 1px solid #3079ed;
  color: #FFFFFF !important;
  width: 50px;
  text-align: center;
  padding: 5px;
  margin-left: -5px;
}
.search-filter-main .search-main-submit:hover {
  text-decoration: none !important;
}
.search-filter-panel .search-filter-options {
  border-bottom: 1px solid #ebebeb;
  position: relative;
}
.search-filter-options > div {
  display: inline-block;
}
.search-filter-options a:hover {
  text-decoration: none !important;
}
.search-filter-options .filter-categories a {
  display: inline-block;
  padding: 20px 8px;
  color: #777 !important;
}
.search-filter-options .filter-categories a.active-category {
  color: #dd4b39 !important;
  border-bottom: 3px solid #dd4b39;
}
.search-filter-options .filter-tool-btn a {
  color: #777 !important;
  margin: 17px 0px;
  padding: 4px 7px;
  border: 1px solid transparent;
}
.search-filter-options .filter-tool-btn a:hover,
.search-filter-options .filter-tool-btn a.ip-as-btn {
  webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
  box-shadow: 0 1px 1px rgba(0,0,0,0.1);
  border: 1px solid #c6c6c6;
  background-color: #f8f8f8;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#f1f1f1));
  background-image: -webkit-linear-gradient(top,#f8f8f8,#f1f1f1);
  background-image: linear-gradient(top,#f8f8f8,#f1f1f1);
}
.search-filter-options .filter-tool-btn a:active,
.search-filter-options .filter-tool-btn a.tool-selected {
  background: -webkit-linear-gradient(top,#eee,#e0e0e0);
  -webkit-box-shadow: inset 0 1px 2px 0 rgba(0,0,0,0.1);
  border: 1px solid #d7d7d7;
  box-shadow: inset 0 1px 2px 0 rgba(0,0,0,0.1);
}
.search-filter-options .filter-tool-btn.tools-panel {
  text-align: center;
}
.search-filter-options .filter-tool-btn.tools-panel a {
  margin: 0px 5px;
}
.search-filter-panel .search-filter-tools {
  background: #FFFFFF;
  border: 1px solid rgba(0,0,0,0.2);
  padding: 10px 10px 0px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  position: absolute;
  top: 43px;
  z-index: 1;
  left: -10px;
  width: 100%;
}
.search-filter-tools p {
  text-align: left !important;
}
.search-filter-tools a:hover {
  text-decoration: none !important;
}
.search-filter-tools .input_gray_design {
  font-size: 1em;
}
.search-filter-tools .row-tools {
  padding: 10px 0px;
  border-top: 1px solid #e5e5e5;
}
.search-filter-tools .row-tools:first-child {
  padding-top: 0px;
  border-top: none;
}
.search-filter-tools .row-title p {
  margin: 18px 0px 0px 5px !important;
  font-size: 14px !important;
  font-weight: bold;
}
.search-filter-tools .row-title-top p {
  font-size: 14px !important;
  font-weight: bold;
}
.search-filter-tools .search-tags .autocomplete-tags{
  position:absolute;
  border:1px solid;
  width: 50%;
  background-color: #fff;
  min-height:20px;
  display:none;
}
.search-tags .autocomplete-tags ul.tag-array-list {
  margin-bottom: 0px;
}
.search-tags .autocomplete-tags ul.tag-array-list li{
  list-style: none;
  margin: 2px 2px 2px -13px;
  padding: 3px;
  background-color: #E6E6E6;
}
.search-tags .autocomplete-tags ul.tag-array-list li:hover{
  cursor: pointer;
}
.search-filter-tools .search-tags-match p {
  text-align: center !important;
}
.search-filter-tools .search-tags-container {
  border: solid 1px #CCC;
  min-height: 27px;
  padding-left: 5px;
  padding-right: 5px;
  float: left;
  width: 78%;
  background-color: #E6E6E6;
  border-radius: 3px;
}
.search-filter-tools .search-tags-container .tag-item{
  background: #FFFFFF;
  border-radius: 5px;
  margin: 5px 2px 2px;
  padding: 0px 4px;
  float: left;
  font-size: 13px;
}
.search-filter-tools .search-tags-container + .clear-tags {
  background-color: #4d90fe;
  border: 1px solid #3079ed;
  color: #FFFFFF !important;
  width: 50px;
  text-align: center;
  padding: 5px;
  float: left;
  margin-left: -1px;
}
.search-filter-tools .search-sections-item span{
  width: 70%;
  display: inline-block;
}


.search_pane .search_number_founded {
  padding: 5px;
}
.search_pane .search_number_founded p {
  text-align: right !important;
}
.search_pane .search_category_title {
  padding: .417em;
  color: #fff;
  background-color: #04b8f9;
}
.search_pane .search_result_group_items {
  padding-top: .833em;
  border: 1px solid #FEB05F;
  border-top: none;
}
.search_pane .search_result_group_items:last-child {
  margin-bottom: .833em;
}
.search_pane .search_matches_by {
  border-bottom: 1px solid #E5E5E5;
    padding: 0px 5px;
    margin-bottom: 5px;
}
.search_pane .search_matches_by p {
  text-align: right !important;
}
.search_pane .search_result_item {
  border-left: 10px solid #BBDAE4;
  margin: 0 .938em .625em;
  padding-left: .625em;
  font-family: sans-serif;
}
.search_pane .search_result_item.tag_category {
  position: relative;
}
.search_result_item a {
  text-decoration: none !important;
}
.search_result_item > div {
  margin-bottom: 2px;
}
.search_result_item .search_result_item_tags a{
  font-size: .70em;
  border-radius: 2px;
  background-color: #80808F;
  padding: 1px 3px;
  color: #ffffff !important;
  margin: 1px;
  display: inline-block;
  transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
}
.search_result_item .search_result_item_tags a:hover{
  background-color: #ce0048;
}
.search_result_item .search_result_item_title a {
  font-size: .875em;
  color: blue !important;
}
.search_result_item .search_result_item_info div {
  display: inline-block;
}
.search_result_item .search_result_item_belong a {
  font-size: .75em;
  color: orange !important;
}
.search_result_item .search_result_item_author a {
  font-size: .75em;
  color: #333333 !important;
  font-weight: bold;
  font-style: italic;
}
.search_result_item .search_number_match {
  font-size: .625em;
  color: blue !important;
  position: absolute;
    top: 0;
    right: 0;
}

/*-------------------------- END SEARCH---------------------------*/
/*----------------------------------------------------------------*/

#at4m-mobile-container{
  z-index: 200;
  position: relative;
}


/*--- (AS) Start Main Top Content ---*/

@media screen and (max-width: 480px) {
  .main_donation_box {    
    padding: 20px; 
    margin: 0 20px 20px ;
    border: 0px;
    height:auto;    
  }

  .main_donation_box h3{
    float: left;
  }

  .donation_box_item{
    width: 100%;
    clear: both;
  }

  .donation_box_item_box{
    clear: both;
  }

  .box_r{
    height: 200px;
  }

  .donation_box_item_border{
    border-right: 0px
  }
}

/*--- (AS) End Main Top Content ---*/


/*--- (AS) Start Main Left Content ---*/
.ip-main-left-column {
  font: 1rem pt_sans,Arial,sans-serif;
  width: 34.4em;
  float: left;
  margin-bottom: 1.875em;
  height: auto;
  background-color: #FFF;
  border: 1px solid #E6E6E6;
  box-shadow: .188em .188em .125em rgba(0,0,0,0.2);
  padding: 3.5em 1.25em 1.25em;
  position: relative;
}
.ip-main-left-column > .ip-column-title {
  background-color: #E6E6E6;
  width: 11.25em;
  padding: .375em 0;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -5.6em;
}
.ip-main-left-column > .ip-column-title p {
  text-align: center;
  margin: 0;
}
.ip-main-left-column .ip-column-content {
  text-align: right;
}
.ip-main-left-column .ip-column-content > div {
  min-height: 100px;
  margin-bottom: 1.5em;
  padding-bottom: 1em;
  position: relative;
}
.ip-main-left-column .ip-column-content > div:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.ip-main-left-column .ip-column-content .review-thumb {
  float: left;
  margin: 0 15px 5px 0;
}
.ip-main-left-column .ip-column-content h2,
.ip-main-left-column .ip-column-content h3 {
  color: #646464;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0 0 5px;
}
.ip-main-left-column .ip-column-content h2 {
  font-size: 1.25em;
}
.ip-main-left-column .ip-column-content h3 {
  font-size: 1em;
}
.ip-main-left-column .ip-column-content p {
  text-align: justify;
  margin: 0;
}
.ip-main-left-column .ip-column-content .ip-hr-grd-left {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
}
/*--- (AS) End Main Left Content ---*/


/*--- (AS) Start Main Right Content ---*/
#main_right {
  /*BASE 16px*/font: 1rem pt_sans,Arial,sans-serif;
  width: 23.125em;/*370px*/
  float: right;
  margin-bottom: 1.875em;/*30px*/
}
#main_right .content_box {
  background-color: #FFFFFF;
  margin-bottom: 30px;
  border: 1px solid #E6E6E6;
  box-shadow: 3px 3px 2px rgba(0,0,0,0.2);
}
#main_right .content_box.transparent-box {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
#main_right .content_box_info h1,
#main_right .content_box_info h2,
#main_right .content_box_info h3,
#main_right .content_box_info h4 {
  font-family: NRVC-header-font;
  text-align: right;
  color: #646464;
  letter-spacing: -0.03em;
}
#main_right .content_box_info h1 {
    font-size: 1.625em;/*26px*/
  margin: 0em 0em .077em 0em;/*0px 0px 1px 0px*/
  font-weight: 400;
  /*Base modify by fontsize of h1*/line-height: 1em; /*26px*/
}
#main_right .content_box_info p {
    font-size: .750em;
  text-align: justify;
  margin: .750em 0em .750em 0em;
  /*Base modify by fontsize of p*/max-height: 7.5em;
  overflow: hidden;
}
#main_right .content_box.ip-nrvc-urls .content_box_info {
  padding: 15px 25px;
}
/*--- (AS) End Main Right Content ---*/


/*--- (AS) Start Main Bottom Content ---*/
.ip-bottom-assets {
  font: 1rem pt_sans,Arial,sans-serif;
  width: 61.250em;
  margin: 0em auto 0em auto;
  margin-bottom: 1.875em;
  background-color: #FFFFFF;
  border: 1px solid #E6E6E6;
  box-shadow: .188em .188em .125em rgba(0,0,0,0.2);
  text-rendering: optimizelegibility;
  display: flex;
  flex-wrap: wrap;
}
.ip-bottom-assets .content_box {
  flex-basis: 50%;
  margin: 20px 0;
  box-sizing: border-box;
}
.ip-bottom-assets .content_box:nth-child(odd) {
  border-right: 1px solid #E6E6E6;
}
.ip-bottom-assets .content_box.ip-support-nrvc,
.ip-bottom-assets .content_box.ip-nrvc-urls {
  display: none;
}
.ip-bottom-assets .content_box .content_box_title {
  margin-top: -20px;
}
.ip-bottom-assets .content_box .content_box_info {
  height: 225px;
}
.ip-bottom-assets .content_box.ip-calendar-box .content_box_info {
  overflow: auto;
  padding: 5px 25px 0;
}
.ip-bottom-assets .content_box.ip-calendar-box .content_box_info div {
  font-size: .75em;
  margin-bottom: 1.25em;
  text-align: right;
}
.ip-bottom-assets .content_box.ip-calendar-box .content_box_info div:last-child {
  margin-bottom: 0;
}
.ip-bottom-assets .content_box.ip-calendar-box .content_box_info div p {
  display: inline-block;
  font-size: 1em;
  margin: 0;
}
.ip-bottom-assets .content_box_info h1,
.ip-bottom-assets .content_box_info h2,
.ip-bottom-assets .content_box_info h3,
.ip-bottom-assets .content_box_info h4 {
  text-align: right;
  color: #646464;
  letter-spacing: 0em;
}
.ip-bottom-assets .content_box_info h1 {
  font-size: 1.625em;
  margin: .231em 0em 0.1em 0em;
  font-weight:400;
  line-height: 1.13em;
}
.ip-bottom-assets .content_box_info h2 {
  font-size: 1.25em;
  margin: -.25em 0em 0.2em 0em;
  font-weight:400;
  line-height: 1.435em;
}
.ip-bottom-assets .content_box_info h3 {
  font-size: 1em;
  margin: -.15em 0em 0.2em 0em;
  font-weight:400;
  line-height: 1em;
}
.ip-bottom-assets .content_box_info h4 {
  font-size: .75em;
  margin: -.15em 0em 0.2em 0em;
  font-weight:400;
  line-height: 1em;
}
.ip-bottom-assets .content_box_info p {
  font-size: .75em;
  text-align: justify;
  margin: 0em 0em 1.25em 0em;
}
.ip-bottom-assets .content_box_info ul{
  display: block;
  list-style: none;
  margin: 0em;
}
.ip-bottom-assets .content_box_info ul>li{
  margin: 0em 0em .563em 0em;
}
.ip-bottom-assets .content_box_info ul>li h1,
.ip-bottom-assets .content_box_info ul>li h2,
.ip-bottom-assets .content_box_info ul>li h3,
.ip-bottom-assets .content_box_info ul>li h4 {
  text-align: left;
  letter-spacing: -0.03em;
}
.ip-bottom-assets .content_box_info ul>li h3{
  margin: 0em;
  line-height: 2em;
}
.ip-bottom-assets .content_box_info ul>li h3>a{
  color: #67C2EF;
  text-decoration: underline;
}
/*--- (AS) End Main Bottom Content ---*/


/*--- (AS) Start I am NRVC ---*/
#i_am_nrvc {
  /*BASE 16px*/font: 1rem pt_sans,Arial,sans-serif;
  clear: both;
  width: 61.250em;/*980px*/
  border: 1px solid #E6E6E6;/*1px*/
  box-shadow: .188em .188em .125em rgba(0,0,0,0.2);/*3px 3px 2px*/
  background-color: #FFF;
  margin: 0em auto 1.563em auto; /*0 auto 25px auto*/
  text-rendering: optimizelegibility;
}
#i_am_nrvc_left {
  float: left;
  width: 12.5em;/*200px*/
  overflow: hidden;
}
#i_am_nrvc_center {
  float: left;
  width: 31.8em;/*540px*/
  overflow: hidden;
  border-right: 1px solid #E6E6E6;/*1px*/
  border-left: 1px solid #E6E6E6;/*1px*/
  margin: .625em 0em .625em 0em;/*10px 0px 10px 0px*/
  padding: .3em .938em .3em .938em;
  max-height: 7.6em;/*114px*//*Used for autoheight in content*/
}
#i_am_nrvc_right {
  float: left;
  width: 12.35em;/*238px*/
  margin: 1.45em 1.25em;
  overflow: hidden;
}

#i_am_nrvc > div > div > h2 {
  font-family: NRVC-header-font;
  text-align: left;
  color: #646464;
  letter-spacing: -0.03em;
  display: block;
}
#i_am_nrvc > div > div > h2 {
  font-size: 1em;/*16px*/
  margin: 0em 0em 0em 0em;/*0px 0px 0px ?px*/
  font-weight: 200;
  line-height: 1.063em;/*17px*/
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#i_am_nrvc > div > div > div > p {
  font-size: .75em;/*12px*/
  margin: 0em 0em .2em 0em;
  color: #3d3d3d;
  text-align: justify;
  text-rendering: auto;
  /*Base modify by fontsize of p*/max-height: 6.3em;/*43px*//*Comented for autoheight in content*/
}
#i_am_nrvc_left > img {
  margin: .813em .625em 0em 4.188em;/*13px 10px 0px 67px*/
  width: 7.688em;
}

#i_am_nrvc_center > img {
  float: left;
  margin: 0.313em .625em 0em 0em;/*5px 10px 0px 0px*/
}
#i_am_nrvc_center hr {
  display: none;
  margin: 0em 0em 0.2em 0em;/*0px 0px 0px ?px*/
}
#i_am_nrvc_center .review-thumb, #i_am_nrvc_center .review-thumb img {
  width: 3.875em;/*62px*/
  height: 3.813em;/*61px*/
  border: none;
}
#i_am_nrvc_center .embedreview {
  overflow: hidden;
  max-height: 7em;
}

#i_am_nrvc_right > a, 
#i_am_nrvc_right > a:visited {
  font-family: NRVC-header-font, serif;
  color: #656565;
  font-size: 1.313em;/*21px*/
  letter-spacing: -0.03em;
  text-align: center;
  display: block;
  text-decoration: none;
}
#i_am_nrvc_right > a:hover {
  color: #656565;
  text-decoration:underline;
}
/*--- (AS) End I am NRVC ---*/


/*--- (AS) Start Footer ---*/
.ip-footer {
  font: 1rem pt_sans, Arial, sans-serif;
  background-color: #6D1A20;
  border-top: 5px solid #D7B41F;
  padding: 2.5em 0;
}
.ip-footer .ip-container {
  width: 61.250em;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.ip-footer .ip-container > div {
  display: inline-block;
  color: #FFF;
}
.ip-footer .ip-container > div {
  flex: 1;
}

.ip-footer .ip-container .ip-footer-logo-box {
  flex-grow: 3;
  display: flex;
  align-items: center;
}
.ip-footer .ip-container .ip-footer-logo-box img {
  margin-right: .938em;
}
.ip-footer .ip-container .ip-footer-logo-box div {
  font-size: .813em;
}
.ip-footer .ip-container .ip-footer-logo-box a {
  color: #FFFFFF;
}

.ip-footer .ip-container .ip-footer-awards-box {
  text-align: right;
  padding-right: 2em;
}
.ip-footer .ip-container .ip-footer-awards-box img {
  height: 90px;
}

.ip-footer .ip-container .ip-footer-links-box {
  padding-left: 2em;
  border-left: 1px solid rgb(255,255,255,0.5);
}
.ip-footer .ip-container .ip-footer-links-box ul {
  list-style: none;
}
.ip-footer .ip-container .ip-footer-links-box ul,
.ip-footer .ip-container .ip-footer-links-box ul li {
  margin: 0;
}
.ip-footer .ip-container .ip-footer-links-box a {
  color: #FFFFFF;
}


.ip-copyright {
  font: 1rem pt_sans,Arial,sans-serif;
  color: #6A6A6A;
  padding: .3em 0;
  display: flex;
  justify-content: space-around;
}
.ip-copyright p {
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 650px) {
  .ip-copyright {
    flex-direction: column;
  }
}
/*--- (AS) End Footer ---*/


/*--- (AS) Begin AddThis ---*/
.at4-follow-inner {
  padding-right: 0 !important;
}

.ip-addthis-controls {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-left: 15px;
}
.ip-addthis-controls .ip-addthis-text-compact {
  font-size: 10px;
  font-weight: bold;
  margin-left: 5px;
}
.ip-addthis-controls .ip-addthis-text-compact:hover {
  text-decoration: none;
}
@media screen and (max-width: 650px) {
  .ip-addthis-controls.ip-float-right,
  .ip-addthis-controls.ip-float-left {
    float: none;
  }
}
/*--- (AS) End AddThis ---*/


/*--- (AS) Begin qtip ---*/
.region_map {
  margin: 0 auto;
}
.qtip {
  max-width: 380px !important
}
.qtip .qtip-content {
  font-size: 16px;
}
/*--- (AS) End qtip ---*/

/***************************************************************************/
/************************* (AS) END Main Page *************************/
/***************************************************************************/


/***************************************************************************/
/************************* (AS) START Special Styles for IE ****************/
/***************************************************************************/

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .selectbox_gray {
    display: none;
  }
}

/***************************************************************************/
/************************* (AS) START Special Styles for IE ****************/
/***************************************************************************/


/***************************************************************************/
/************************* (AS) START Signup Styles *************************/
/***************************************************************************/

.ip-autocomplete-reference-box {
  position: relative;
}
div.ip-autocomplete-box {
  position:absolute;
  width:250px;
  background-color:white;
  border:1px solid #888;
  margin:0px;
  padding:0px;
}
div.ip-autocomplete-box ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
  background:#fff;
}
div.ip-autocomplete-box ul li.selected { background-color: #ffb;}
div.ip-autocomplete-box ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  border-bottom:1px solid #ccc;
  text-align: left !important;
  cursor:pointer;
}
.ip-autocomplete-box.ip-autocomplete-layout {
  left: 7px;
  top: 84%;
  border-top: 0;
  width: 97%;
  box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
  border-color: #ccc;
  z-index: 1;
}
.ip-autocomplete-box.ip-autocomplete-layout li {
  padding: 3px;
  padding-left: 10px; 
}
.ip-autocomplete-box.ip-autocomplete-layout li:hover {
  background-color: #D7B41F;
  color: #fff;
}
.ip-autocomplete-box.ip-autocomplete-layout li[id*="-1"]:hover {
  background-color: #ccc;
  cursor: not-allowed;
}


.ErrorMessageBox {
  color: red;
  padding:1em 2em;
  border-bottom: 2px solid #BBB;
  border-right: 2px solid #BBB;
  width:35%;
  margin:0 auto 1em;
  text-align: center;
}

#buttonGroup {
  text-align:right;
  margin-top:1em;
}
.ClearSignupFloat {
  clear:right;
  height:2px;
}

#mainColumnInterior {
  padding:3px;
}
#SelectType {
  width:350px;
  margin:1em auto;
}
#SignupConfirmPassword {
  font-size:90%;
  margin:1em 0;
}
#SignupConfirmPassword ul, #SignupFinishPayByCheck ul {
  margin:6px 0;
}
#SignupConfirmPassword ul li, #SignupFinishPayByCheck ul li {
  list-style-type:disc;
  margin-left:2em;
  color:red;
}
#SignupFinishPayByCheck {
  margin:1em auto;padding:2em;padding-bottom:1em;width:80%;border:1px solid #CACACA;border-right:2px solid #CACACA;border-bottom:2px solid #CACACA;
}
.SignupLabel {
  float:right;
}

.SignupTextBox {
  float:right;
}

.SignupSubmitButton {
  float:right;
}

/***************************************************************************/
/************************* (AS) END Signup Styles *************************/
/***************************************************************************/



/***************************************************************************/
/************************* (AS) Main menu Styles *************************/
/***************************************************************************/

ul.ip-main-menu-left {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.ip-main-menu-left li {
  margin-left: 0;
}
ul.ip-main-menu-left > li:first-child {
  display: none;
}
ul.ip-main-menu-left > li {
  border: 1px solid #6D1A20;
  border-top: 0;
  border-bottom: 0;
}
ul.ip-main-menu-left li a {
  font-size: 14px;
  color: #6E1617;
  padding: 10px 8px;
  display: block;
  text-decoration: none;
  line-height: 1;
  text-align: left;
}
ul.ip-main-menu-left li a:hover {
  background-color: #E6E6E6;
}
ul.ip-main-menu-left > li.ip-item-menu > a {
  font-size: 15px;
  color: #FFFFFF;
}
ul.ip-main-menu-left > li.ip-item-menu > a:hover {
  color: #6D1920;
  background-color: #D7B437;
}
ul.ip-main-menu-left ul.ip-sub-menu {
  display: none;
  background-color: #FFFFFF;
  margin: 0;
  list-style: none;
}
ul.ip-main-menu-left ul.ip-sub-menu a.ip-url-current-active {
  background-color: #E6E6E6;
}
ul.ip-main-menu-left ul.ip-sub-menu .ip-menu-item-status:before {
  content: "+";
}
ul.ip-main-menu-left ul.ip-sub-menu a.ip-sub-menu-active .ip-menu-item-status:before {
  content: "-";
}
ul.ip-main-menu-left ul.ip-sub-menu .ip-menu-item-status {
  margin-right: 5px;
}


.ip-main-menu-section {
  border-bottom: 5px solid #6E181F;
  background-color: #FFFFFF;
}
.ip-main-menu-box {
  display: flex;
  align-items: center;
  width: 980px;
  margin: 0 auto;
  position: relative;
}
.ip-main-menu-logo {
  width: 244px;
}
.ip-main-menu {
  flex-grow: 1;
}
.ip-main-menu a:not([href]) {
  cursor: default;
}
.ip-main-menu ul,
.ip-main-menu li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ip-main-menu > ul {
  display: flex;
  position: relative;
  justify-content: flex-end;
}
.ip-main-menu > ul > li {
  padding: 55px 0;
}
.ip-main-menu a {
  text-decoration: none;
}
.ip-main-menu > ul > li > a {
  font: 17px "NRVC-header-font",serif;
  color: #2B2B2B;
  padding: 25px 15px;
  border-top: 2px solid transparent;
  border-right: 1px solid #e6e6e6;
}
.ip-main-menu > ul > li.ip-active-menu > a,
.ip-main-menu > ul > li:hover > a {
  border-top: 2px solid #77151d;
}
.ip-main-menu > ul > li:last-child a {
  border-right: none;
}


/* scrollbar Width */
.ip-mega-menu *::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
/* scrollbar Track */
.ip-mega-menu *::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
/* scrollbar Handle */
.ip-mega-menu *::-webkit-scrollbar-thumb {
  background: #888; 
}
/* scrollbar Handle on hover */
.ip-mega-menu *::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.ip-mega-menu .ip-menu-back {
  display: inline-block;
  line-height: 17px;
  margin-top: 2px;
  padding-bottom: 2px !important;
}
.ip-mega-menu > ul > li > ul {
  display: none;
}
.ip-mega-menu > ul > li.ip-active-menu > ul,
.ip-mega-menu > ul > li:hover > ul {
  display: flex;
  flex-flow: column wrap;
  align-content: flex-start;
  width: 100%;
  height: 430px;
  position: absolute;
  top: 131px;
  left: 0px;  
  z-index: 101;
  background: #fff;
  border: 1px solid #77151d;
  border-top-width: 0;
  border-bottom-width: 3px;
  padding: 15px 0 0;
  box-sizing: border-box;
  overflow: hidden;
  box-shadow: 0.188em 0.188em 0.125em rgba(0,0,0,0.2);
}
.ip-mega-menu > ul > li > ul > li {
  width: 25%;
  border-right: 1px solid #ebebeb;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.ip-mega-menu > ul > li > ul > li > a {
  display: block;
  font: 20px "NRVC-header-font",serif;
  margin-bottom: 10px;
  padding: 0 15px;
  white-space: normal;
  text-align: left;
}
.ip-mega-menu > ul > li > ul > li > a[href]:hover {
  text-decoration: underline;
}
.ip-mega-menu > ul > li > ul > li:hover > a {
  color: #ce0048;
}
.ip-mega-menu > ul > li > ul > li > ul {
  max-height: 336px;
  overflow: hidden auto;
}
.ip-mega-menu > ul > li > ul > li > ul > li a {
  display: block;
  padding: 8px 15px;
  color: #6E181F;
  font-size: 12px;
  line-height: 1;
  position: relative;
  margin-right: 15px;
  text-align: left;
}
.ip-mega-menu > ul > li > ul > li > ul > li a:hover {
  text-decoration: underline;
}
.ip-mega-menu > ul > li > ul > li > ul > li > a:after {
  content: "\E75E";
  position: absolute;
  top: 6px;
  right: 0;
  font: bold 16px "Entypo";
  color: #646464;
}
.ip-mega-menu > ul > li > ul > li > ul > li > a.ip-nochildren:after {
  content: "";
}
.ip-mega-menu > ul > li > ul > li > ul > li ul {
  width: 100%;
  height: 427px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #FFFFFF;
  box-sizing: border-box;
  transition: transform 0.5s;
  transform: translateX(100%);
}
.ip-mega-menu > ul > li > ul > li > ul > li ul > div:nth-child(1) {
  display: flex;
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}
.ip-mega-menu > ul > li > ul > li > ul > li ul > div:nth-child(1) > li:nth-child(1) {
  width: 20%;
}
.ip-mega-menu > ul > li > ul > li > ul > li ul > div:nth-child(1) > li:nth-child(2) {
  width: 60%;
}
.ip-mega-menu > ul > li > ul > li > ul > li ul > div:nth-child(1) > li:nth-child(2) > a {
  font: 25px "NRVC-header-font",serif;
  padding: 0 15px;
  margin: 0;
  color: #ac6318;
  text-align: center;
}
.ip-mega-menu > ul > li > ul > li > ul > li ul > div:nth-child(1) > li:nth-child(3) {
  width: 20%;
  text-align: right;
}

.ip-mega-menu > ul > li > ul > li > ul > li ul > div:nth-child(2) {
  display: flex;
  flex-flow: column wrap;
  align-content: flex-start;
  padding: 12px 5px 0;
  overflow: auto hidden;
  height: 365px;
}
.ip-mega-menu > ul > li > ul > li > ul > li ul > div:nth-child(2) > li {
  margin-bottom: 10px;
  width: 32%;
  box-sizing: border-box;
}
.ip-mega-menu > ul > li > ul > li > ul > li ul > div:nth-child(2) > li > a {
  padding: 10px;
  box-sizing: border-box;
  margin: 0;
}
.ip-mega-menu > ul > li > ul > li > ul > li ul > div:nth-child(2) > li > a:hover {
  background-color: #f6f6f5;
  text-decoration: none;
}
.ip-mega-menu > ul > li > ul > li > ul > li ul > div:nth-child(2) > li > a > div:nth-child(1) {
  float: left;
  margin-right: 12px;
}
.ip-mega-menu > ul > li > ul > li > ul > li ul > div:nth-child(2) > li > a > div:nth-child(1) > img {
  height: 60px;
}
.ip-mega-menu > ul > li > ul > li > ul > li ul > div:nth-child(2) > li > a > div:nth-child(2) {
  font: 700 16px sans-serif;
  margin-bottom: 10px;
  white-space: normal;
}
.ip-mega-menu > ul > li > ul > li > ul > li ul > div:nth-child(2) > li > a > div:nth-child(3) {
  display: inline;
}


.ip-mobile-menu {
  display: none;
  z-index: 4;
}
.ip-mobile-menu.dl-menuwrapper {
  width: auto;
  float: none;
  position: unset;
}
.ip-mobile-menu > ul {
  border: 1px solid #6E181F;
  border-top: none;
}
.ip-mobile-menu ul {
  background: #FFFFFF;
}
.ip-mobile-menu button {
  background: #913239;
  margin: 30px 0;
}
.ip-mobile-menu button:hover,
.ip-mobile-menu button.dl-active {
  background: #6E181F;
}
.ip-mobile-menu li {
  margin: 0;
}
.ip-mobile-menu li a {
  text-decoration: none;
  border-bottom: 1px solid #e6e6e6;
}
.ip-mobile-menu li a,
.ip-mobile-menu li a:not(:only-child):after {
  color: #6E181F;
}
.ip-mobile-menu li a:hover,
.ip-mobile-menu li a:hover:not(:only-child):after {
  color: #FFFFFF;
}
.ip-mobile-menu .dl-menuopen {
  left: 0;
}
.ip-mobile-menu .dl-menuopen li a:hover {
  background: #d7b31f;
}


@media screen and (max-width: 850px) {
  .ip-main-menu-box {
    flex-direction: column;
    width: 100%;
    margin-top: 5px;
  }
  .ip-main-menu > ul > li {
    padding: 30px 0;
  }
  .ip-mega-menu > ul > li.ip-active-menu > ul, 
  .ip-mega-menu > ul > li:hover > ul {
    width: 98%;
    top: 81px;
    left: 1%;
  }
}

@media screen and (max-width: 770px) {
  .ip-main-menu-box {
    justify-content: space-between;
    flex-direction: row;
    width: 60%;
  }
  .ip-main-menu {
    display: none;
  }
  .ip-mobile-menu {
    display: block;
  }
}

@media screen and (max-width: 650px) {
  .ip-main-menu-box {
    width: 80%;
  }
}

/***************************************************************************/
/************************* (AS) END Main menu Styles *************************/
/***************************************************************************/

.InnerContainer .ip-inline-list-imgs img,
.ip-inline-list-imgs img {
  display: inline-block;
}


img.ip-optional-title-article {
  max-width: 100%;
  min-height: 100%;
}


.ip-before-head-title-box {
  margin-top: 8px;
  border-top: 1px solid #B9B9B9;
}
.ip-before-head-title-box a {
  background-color: #E6E6E6;
  padding: 3px 10px;
  font-size: 11px;
  border-right: 1px solid #B9B9B9;
  display: inline-block;
}
.ip-before-head-title-box a:first-of-type {
  border-bottom-left-radius: 5px;
}
.ip-before-head-title-box a:last-of-type {
  border-right: none;
  border-bottom-right-radius: 5px;
}
.ip-before-head-title-box + #head_title {
  padding-top: 0;
}


.ip-loading-ajax-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  opacity: .85;
  z-index: 100;
}
.ip-loading-ajax-overlay .ip-loading-ajax-spinner {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 101;
  background: url('/assets/aside/nrvc_loading.gif') 50% 50% no-repeat;
}


p.ip-small-text {
  font-size: .713em !important;
}

.ip-text-box-light-gray {
  padding: 10px;
  border: 1px solid #E6E6E6;
  background: #F4F4F4;
}
.ip-aside-box {
  padding: 10px 10px 0;
  margin: 5px 0 10px;
  border: 1px solid #eee;
  border-left: none;
  border-right: none;
}
.ip-notice-box {
  background: #E6E6E6;
  padding: 10px;
  margin: 20px 0;
}
.ip-notice-text {
  color: #FF2626;
  font-weight: bold;
}


.ip-btn {
  font: bold 0.813em Arial;
  display: inline-block;
  background: #E6E6E6;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #646464;
  box-shadow: 1px 1px 2px rgba(0,0,0,.3);
  border: 1px solid #D3CDC6;
  cursor: pointer;
  padding: 5px 15px;
  transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  text-align: center;
}
a.ip-btn,
a.ip-btn:hover {
  text-decoration: none !important;
}
.ip-btn:focus {
  outline: 0;
}
.ip-btn:hover {
  box-shadow: none;
}
.ip-btn.ip-btn-wider {
  padding: 5px 30px;
}
.ip-btn.ip-btn-block {
  width: 100%;
}
.ip-btn.ip-btn-sm {
  padding: 6px 0;
}
.ip-btn.ip-btn-lg {
  padding: 8px 30px;
}
.ip-btn.ip-btn-x2 {
  zoom: 1.2;
}


.ip-btn-white {
  background-color: #FFFFFF;
}
.ip-btn-small.btn_gray_design {
  padding: 4px 7px 4px 6px;
  border-radius: 4px;
  border-color: #D7B41F;
}
.ip-btn-small.ip-btn-white:hover {
  background-color: #B3555C;
  color: #ffffff !important;
}


.ip-btn.ip-btn-icon {
  font-size: 13px;
}
.ip-btn-icon .halflings-icon {
  margin-right: 5px;
  border-right: 1px solid #646464;
  padding-right: 5px;
}



.ip-float-left {
  float: left;
}
.ip-float-right {
  float: right;
}


.ip-no-margin {
  margin: 0;
}


.ip-badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}
.ip-badge + .ip-badge {
  margin-left: 5px;
}
.ip-badge.ip-badge-sm {
  font-size: 10px;
}
.ip-badge.ip-warning {
  background-color: #E6C446;
  color: #63171C;
}
.ip-badge.ip-info {
  background-color: #5bc0de;
  color: #31708f;
}
.ip-badge.ip-info a,
.ip-badge.ip-info a:hover {
  color: #31708f !important;
}


.ip-score-pwd-box > * {
  text-align: center !important;
}
.ip-score-pwd-box > div {
  margin-bottom: 5px;
  height: 10px;
  border-radius: 3px;
  width: 0;
  margin: 0 auto;
}
.ip-score-pwd-box .ip-score-pwd-invalid {
  width: 100%;
  background-color: #d9534f;
}
.ip-score-pwd-box .ip-score-pwd-invalid-txt {
  color: #a94442;
}
.ip-score-pwd-box .ip-score-pwd-weak {
  width: 25%;
  background-color: #f0ad4e;
}
.ip-score-pwd-box .ip-score-pwd-weak-txt {
  color: #8a6d3b;
}
.ip-score-pwd-box .ip-score-pwd-light {
  width: 50%;
  background-color: #DE9226;
}
.ip-score-pwd-box .ip-score-pwd-light-txt {
  color: #B37011;
}
.ip-score-pwd-box .ip-score-pwd-good {
  width: 75%;
  background-color: #5cb85c;
}
.ip-score-pwd-box .ip-score-pwd-good-txt {
  color: #3c763d;
}
.ip-score-pwd-box .ip-score-pwd-strong {
  width: 100%;
  background-color: #5bc0de;
}
.ip-score-pwd-box .ip-score-pwd-strong-txt {
  color: #31708f;
}

.nrvc_form_data {
  position: relative;
}
.nrvc_form_data .caption {
  color: #ce0048;
}
.nrvc_form_data p.caption {
  margin-right: 5px;
  padding-top: 0;
}
.nrvc_form_data span.caption {
  font-size: .813em;
}
.nrvc_form_data p {
  text-align: right;
  width: 30%;
  float: left;
  padding-top: 6px;
}
.nrvc_form_data p + p {
  text-align: left;
  padding: 0;
  width: 65%;
}
.nrvc_form_data input,
.nrvc_form_data select,
.nrvc_form_data textarea {
  margin-left: 5px;
  width: auto;
}
.nrvc_form_data input + .caption {
  display: block;
  margin-left: 31%;
  margin-top: -10px;
  margin-bottom: 10px;
  font-size: .713em;
}
.nrvc_form_data .ip-chk-round-box {
  margin: 0 0 10px 5px;
}
.nrvc_form_data .ip-select2 + .select2 {
  margin: 0 0 10px 6px;
}


.ip-top-nav-bar {
  background: #6E181F;
  border-bottom: 5px solid #D7B41F;
  padding: 7px 0;
}
.ip-top-nav-bar .container {
  width: 970px;
  margin: 0 auto;
}
.ip-top-nav-bar .container *[class^='ip-float-'] {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ip-top-nav-bar .container *[class^='ip-float-'] > * {
  margin-right: 8px;
}
.ip-top-nav-bar .container *[class^='ip-float-'] > *:last-child {
  margin-right: 0;
}
.ip-top-nav-bar .ip-cart-access {
  padding-right: 35px;
  position: relative;
}
.ip-top-nav-bar .ip-cart-access .ip-badge {
  position: absolute;
  right: 6px;
  top: 3px;
  background-color: #E7C94A;
  color: #6e181f;
}
.ip-top-nav-bar .ip-btn-primary {
  background-color: #E7C94A;
  color: #6e181f !important;
}
.ip-top-nav-bar .goog-te-gadget-simple {
  border-radius: 2px;
  padding-top: 2px;
}
.ip-top-nav-bar .ip-btn-logout {
  max-width: 130px;
}
.ip-top-nav-bar .ip-donate-btn {
  background-color: #D8888E;
  color: #FFF !important;
}
.ip-top-nav-bar .ip-donate-btn-mini {
  display: none;
  min-height: 15px;
}


.ip-ui-accordion {
  font: 1rem pt_sans, Arial, sans-serif;
  margin-bottom: 10px;
}
.ip-ui-accordion .ui-accordion-header {
  background: none;
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
  border-radius: 4px;
  padding-right: 2.2em;
  padding-left: 1em;
  margin-bottom: -1px !important;
}
.ip-ui-accordion .ui-accordion-header.ui-state-hover {
  text-decoration: underline;
}
.ip-ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  background-position: 0 -192px;
  right: .5em;
  left: auto;
}
.ip-ui-accordion .ui-accordion-header.ui-accordion-header-active .ui-accordion-header-icon {
  background-image: url('/assets/cupertino/images/ui-icons_3d80b3_256x240.png');
  background-position: -16px -192px;
}
.ip-ui-accordion .ui-accordion-content {
  padding: 10px;
  height: auto !important;
}
.ip-ui-accordion .ui-accordion-content p:last-child {
  margin-bottom: 0 !important;
}


.ip-head-title-with-accordion {
  position: relative;
}
.ip-head-title-with-accordion .ip-accordion-control {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}
.ip-head-title-with-accordion h2 + .ip-accordion-control {
  padding: 0.4em;
  font-size: 14px;
}
.ip-head-title-with-btns .btn_gray_design.ip-btn-edge {
  font-size: 11px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: -0.8em;
  border-top: 0;
  box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
  float: right;
}


.ip-password-rules.ip-ui-accordion .ui-accordion-header {
  font-weight: normal;
}


.ip-standing-box-as-hr {
  padding: 10px 0;
  border: 2px solid #eee;
  border-left: none;
  border-right: none;
}
.ip-standing-box-as-hr p {
  margin: 0;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  color: #FF0000;
}
.ip-cursor-pointer {
  cursor: pointer;
}


.ip-half-hr {
  width: 50% !important;
}
.ip-hr-center {
  margin: 1rem auto !important;
}
.ip-hr-skinny {
  border-top-width: 0 !important;
}


.ip-flex-container { 
  display: flex; 
  flex-wrap: wrap;
}
.ip-flex-space-between {
  justify-content: space-between;
}
.ip-flex-space-around {
  justify-content: space-around;
}
.ip-flex-container.ip-certificates-signup {
  margin-top: 30px;
}
.ip-flex-container.ip-certificates-signup img {
  height: 58px;
  margin: 0;
}
.ip-flex-container.ip-certificates-signup * {
  font-size: 13px;
  margin: 0;
}
.ip-flex-container.ip-certificates-store {
  margin-top: 25px;
}
.ip-flex-container.ip-certificates-store img {
  height: 53px;
  margin: 0;
}

@media screen and (max-width: 650px) {
  .ip-certificates-signup .ip-help-contact {
    margin-top: 20px;
  }
}




.ip-select2 + .select2 {
  font: .813em sans-serif;
}
.ip-select2 + .select2:focus,
.ip-select2 + .select2 *:focus {
  outline: none;
}
.ip-select2 + .select2 .select2-selection--single .select2-selection__rendered {
  color: #646464;
}
.ip-select2.ip-select2-gray + .select2-container .select2-selection {
  background-color: #E6E6E6;
  border-color: #FFFFFF;
}
.ip-select2.ip-select2-white + .select2-container .select2-selection {
  background-color: #FFFFFF;
  border-color: #E6E6E6;
}
.select2-container .select2-results__options {
  font: .813em sans-serif;
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-container .select2-results__option {
  padding: 6px 12px;
  margin-left: 0;
  text-align: left;
}
.select2-container .select2-results__option--highlighted[aria-selected] {
  background-color: #337ab7;
  color: #fff;
}
.select2-container .select2-search--dropdown .select2-search__field {
  font: .813em sans-serif;
}


.ip-search-input-box {
  position: relative;
}
.ip-search-input-box input {
  width: 140px;
  padding: 2px 30px 2px 6px;
  background-color: #fff;
  font-size: 14px;
  border: 1px solid #E6E6E6;
  height: 19px;
  border-radius: 2px;
}
.ip-search-input-box img {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 25px;
}


.ip-blog-box {
  margin-bottom: 46px;
  padding-bottom: 26px;
  border-bottom: 2px solid #eee;
}
.ip-blog-box:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.ip-blog-date-wrapper { 
  width: 61px; 
  float: left; 
  margin-right: 25px; 
}
.ip-blog-date-wrapper span { 
  display: block; 
  line-height: 1; 
  text-align: right !important; 
}
.ip-blog-date-wrapper .ip-blog-date-day { 
  font-size: 40px; 
  font-weight: bold; 
  margin-bottom: 2px;
  color: #404040;
}
.ip-blog-date-wrapper .ip-blog-date-month { 
  font-size: 26px; 
  font-weight: bold; 
  margin-bottom: 5px; 
  text-transform: uppercase; 
  color: #515151;
}
.ip-blog-date-wrapper .ip-blog-date-year { 
  font-size: 18px;
  color: #828282;
}
.ip-blog-content-wrapper {
  overflow: hidden;
}
.ip-blog-content-wrapper .ip-blog-post-body *:last-child {
  margin-bottom: 0;
}
.ip-blog-posts-nav {
  font-size: 13px;
  text-align: center !important;
  margin-bottom: 8px;
}
.ip-blog-posts-nav a {
  display: inline-block;
  border: 1px solid #eee;
  padding: 10px 0;
  margin: 0 20px;
  width: 100px;
  text-align: center !important;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}
.ip-blog-posts-nav a:hover {
  color: #fff !important;
  text-decoration: none !important;
  background-color: #343a40;
  border-color: #343a40;
}
.ip-blog-recent-posts {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
}
.ip-blog-recent-posts .ip-blog-recent-post {
  border: 1px solid rgba(0,0,0,.125);
}
.ip-blog-recent-posts .ip-blog-recent-post:nth-child(2) {
  margin: 0 10px;
}
.ip-blog-recent-post .ip-blog-recent-post-img img {
  width: 100%;
  margin: 0;
}
.ip-blog-recent-post .ip-blog-recent-post-title {
  padding: 5px 10px;
  height: 90px;
}
.ip-blog-recent-post-title h3 {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4; /* number of lines to show */
          line-clamp: 4; 
  -webkit-box-orient: vertical;
}
.ip-blog-recent-post .ip-blog-recent-post-readmore {
  margin: 0 10px;
  padding: 5px 0;
  border-top: 1px solid rgba(0,0,0,.125);
}
.ip-blog-recent-post-readmore p {
  text-align: right !important;
  margin: 0;
}
.ip-blog-widgets-column ul {
  margin: 0;
}


.ip-calendar-event-box {
  display: flex;
  border-bottom: 2px solid #eee;
}
.ip-calendar-event-box:last-child {
  border-bottom: none;
}
.ip-calendar-event-box:hover {
  background-color: #eee;
}
.ip-calendar-event-date-box { 
  flex: 0 0 110px; 
  margin-right: 25px; 
}
.ip-calendar-event-date-box span { 
  display: block; 
  line-height: 1; 
  text-align: right !important; 
}
.ip-calendar-event-date-box .ip-calendar-event-date-day { 
  font-size: 40px; 
  font-weight: bold; 
  margin-bottom: 2px;
  color: #404040;
}
.ip-calendar-event-date-box .ip-calendar-event-date-month { 
  font-size: 26px; 
  font-weight: bold; 
  margin-bottom: 5px; 
  text-transform: uppercase; 
  color: #515151;
}
.ip-calendar-event-date-box .ip-calendar-event-date-year { 
  font-size: 18px;
  color: #828282;
}


.ip-box-gray-bkg {
  background-color: #f5f5f5;
}


.ip-art-date-edition-data-box {
  display: flex;
  flex-wrap: wrap;
  font-style: italic;
}
.ip-art-date-edition-data-box > p {
  flex-basis: 50%;
  flex-grow: 1;
  text-align: center;
  margin: 0;
}
.ip-art-date-edition-data-box > p:nth-child(3) {
  flex-basis: 100%;
  flex-grow: 2;
  margin-top: 0.5em;
}


.ip-comment-box {
  margin-bottom: 25px;
  padding-bottom: 5px;
  border-bottom: 1px solid #e9e9e9;
}
.ip-comment-box.ip-highlight {
  background-color:#D7B41F;
  color:#6E181F;
}
.ip-comment-avatar {
  float: left;
  overflow: hidden;
  margin-right: 20px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.ip-comment-content {
  overflow: hidden;
}
.ip-comment-ctrls-box {
  display: flex;
}
.ip-comment-ctrls-box .ip-comment-ctrls {
  margin-left: 1em;
  padding-left: 1em;
  border-left: 2px solid #dee2e6;
}
.ip-comments-section.article .ip-comment-ctrls-box {
  flex-direction: row-reverse;
}
.ip-comments-section.article .ip-comment-ctrls-box .ip-comment-ctrls {
  margin-left: 0;
  padding-left: 0;
  border-left: none;
  margin-right: 1em;
  padding-right: 1em;
  border-right: 2px solid #dee2e6;
}


.ip-img-fluid {
  width: 100%;
}
.ip-border-box {
  box-sizing: border-box;
}

.ip-sticky-element {
  z-index: 1 !important;
}
.ip-sticky-box {
  font-family: Helvetica,Calibri,Arial,sans-serif;
  position: fixed;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.5em;
  flex-wrap: nowrap;
  z-index: 9999;
  padding: 1.2em 1.8em;
  box-sizing: border-box;
  display: flex;
  flex-direction: row; 
}
.ip-sticky-box.ip-full-width {
  width: 100%;
  left: 0;
  right: 0; 
}
.ip-sticky-box.ip-danger {
  background-color: #DC0303;
  color: #FFFFFF; 
}
.ip-sticky-box.ip-danger .ip-sticky-box-btn {
  color: #FFFFFF; 
}
.ip-sticky-box.ip-bottom {
  bottom: 0; 
}
.ip-sticky-box .ip-content {
  display: block;
  flex: 1 1 auto;
  max-width: 100%;
  margin-right: 1em; 
}
.ip-sticky-box .ip-btn-box {
  display: flex;
  align-items: center;
  align-content: space-between; 
}
.ip-sticky-box .ip-btn-box .ip-sticky-box-btn {
  display: block;
  padding: .4em .8em;
  font-size: .9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap; 
}
