/* Loading GIF */
#netsuite-loading-gif {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.15);
  background-image: url(../images/loader.gif);
  background-size: 100px 100px;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 999;
}
/* Search form shortcodes common css */
#netsuite-search {
  margin: 30px auto;
  max-width: 1080px;
}
#netsuite-search h6 {
	color: #a32035;
	letter-spacing: 1px;
  font-size: 18px;
  margin: 0;
}
#netsuite-search .rb-button {
	display: inline-block;
	position: relative;
	padding-left: 25px;
	margin: 0 15px 15px 15px;
	cursor: pointer;
  line-height: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#netsuite-search .rb-button input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
#netsuite-search .rb-button .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #ccc;
	border-radius: 50%;
}
#netsuite-search .rb-button input:checked ~ .checkmark {
	background-color: #a32135;
}
#netsuite-search .rb-button .checkmark:after {
	content: '';
	position: absolute;
	display: none;
}
#netsuite-search .rb-button input:checked ~ .checkmark:after {
	display: block;
}
#netsuite-search .rb-button .checkmark:after {
 	top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
}
#netsuite-search .filter {
	background: #e8ebf0;
}
#netsuite-search .filter h6 {
  padding: 15px 15px 0 15px;
}
#netsuite-search .types {
	margin: 20px 0 5px 0;
}
#netsuite-search .fields {
  display: inline-block;
  width: 100%;
}
#netsuite-search .field {
	float: left;
	padding: 0 15px 15px 15px;
}
#netsuite-search .xxs-field {
	width: 8.33333%;
}
#netsuite-search .xs-field {
	width: 16.66667%;
}
#netsuite-search .sm-field {
	width: 25%;
}
#netsuite-search .md-field {
  width: 33.33333%;
}
#netsuite-search .lg-field {
	width: 50%;
}
#netsuite-search .xg-field {
	width: 66.66667%;
}
#netsuite-search .field input,
#netsuite-search .field select {
	padding: 5px 10px;
  border: 1px solid #e6e6e6;
  width: 100%;
}
#netsuite-search .field input[disabled],
#netsuite-search .field select[disabled] {
	background: #ccc;
}
#netsuite-search .button {
  padding: 0 15px 15px 15px;
}
#netsuite-search .button button {
	font-size: 16px;
  color: #fff;
  background-color: #EE2737;
  padding: 12px 20px;
  border: none;
  cursor: pointer;
}
#netsuite-search .results {
	margin-top: 15px;
}
#netsuite-search .results h6 {
  padding: 20px 0;
}
@media only screen and (max-width: 768px) {
  #netsuite-search .field {
    width: 100% !important;
  }
}
/* End of Search form shortcodes common css */
/* Search certification shortcode */
#netsuite-search.certification .results .sort,
#netsuite-search.certification .results .sort > * {
	display: inline-block;
	float: left;
}
#netsuite-search.certification .results .sort {
  margin: 0 0 15px 0;
}
#netsuite-search.certification .results .sort .label {
  line-height: 30px;
  font-size: 16px;
  margin-right: 10px;
}
#netsuite-search.certification .results .sort select {
  background: #a32135;
  color: #fff;
  height: 30px;
  padding: 0 5px;
  font-family: 'Open Sans';
  font-size: 16px;
}
#netsuite-search.certification .results .sort .order {
  height: 30px;
  width: 36px;
  background-color: #a32135;
  background-image: url(../images/sort-alpha-asc.png);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  margin: 0 5px;
}
#netsuite-search.certification .results .sort .order.inverse {
  background-image: url(../images/sort-alpha-desc.png);
}
#netsuite-search.certification .results .pagination {
	display: inline-block;
	float: right;
  padding: 0;
  margin: 0 0 15px 0;
}
#netsuite-search.certification .results .pagination span,
#netsuite-search.certification .results .pagination input {
	display: inline-block;
	float: left;
	width: 30px;
	height: 30px;
}
#netsuite-search.certification .results .pagination .label,
#netsuite-search.certification .results .pagination .pagenumber {
  width: auto;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
}
#netsuite-search.certification .results .pagination .label {
  margin-right: 10px;
}
#netsuite-search.certification .results .pagination .pagenumber {
	width: 100px;
  margin: 0 5px;
}
#netsuite-search.certification .results .pagination .btn {
	background-color: #a32135;
	background-image: url(../images/play.png);
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}
#netsuite-search.certification .results .pagination .btn.prev {
	-moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
#netsuite-search.certification .results .pagination .btn.disabled {
  pointer-events: none;
  opacity: 0.5;
}
#netsuite-search.certification .results .table {
  display: block;
  overflow-x: auto;
}
#netsuite-search.certification .results table {
	border-spacing: 0;
  border-top: 0;
  border-bottom: 0;
  border-collapse: collapse;
  border-color: #999;
  border: 1px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.08), inset 0 0 0 1px rgba(255,255,255,.5);
  box-shadow: 0 1px 3px rgba(0,0,0,.08), inset 0 0 0 1px rgba(255,255,255,.5);
  width: 100%;
}
#netsuite-search.certification .results th,
#netsuite-search.certification .results td {
	border: 1px solid #dcdcdc;
  padding: 10px 20px;
  text-align: left;
}
#netsuite-search.certification .results th {
	background-color: #e8e8e8;
  color: #777676;
  font-family: 'Open Sans';
  font-size: 16px;
}
#netsuite-search.certification .results .person .lastname {
	width: 20%;
}
#netsuite-search.certification .results .person .firstname {
	width: 20%;
}
#netsuite-search.certification .results .person .company {
	width: 25%;
}
#netsuite-search.certification .results .person .city {
	width: 10%;
}
#netsuite-search.certification .results .person .state {
	width: 10%;
}
#netsuite-search.certification .results .person .country {
	width: 15%;
}
#netsuite-search.certification .results .company .company {
	width: 30%;
}
#netsuite-search.certification .results .company .city {
	width: 15%;
}
#netsuite-search.certification .results .company .state {
	width: 15%;
}
#netsuite-search.certification .results .company .country {
	width: 20%;
}
#netsuite-search.certification .results .company .webaddress {
	width: 20%;
}
@media only screen and (max-width: 568px) {
  #netsuite-search.certification .results .sort,
  #netsuite-search.certification .results .pagination {
    float: none;
  }
}
/* End of Search certification shortcode */
/* Search training events shortcode */
#netsuite-search.training-events .accordion-header,
#netsuite-search.training-events .accordion-content {
  padding: 10px;
}
#netsuite-search.training-events .accordion-header {
  background: #EE2737;
  color: #fff;
  border-bottom: 1px solid #fff;
  cursor: pointer;
  position: relative;
  margin-bottom: 1px;
}
#netsuite-search.training-events .accordion-header:after {
  content: '';
  height: 12px;
  width: 12px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background-image: url(../images/arrow-down.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#netsuite-search.training-events .accordion-header.show-content:after {
  background-image: url(../images/arrow-up.png);
}
#netsuite-search.training-events .accordion-header .event-count {
  font-size: 14px;
  display: block;
}
#netsuite-search.training-events .accordion-content.events {
  padding: 0;
}
#netsuite-search.training-events .events .row .less-details {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-left: 30px;
  cursor: pointer;
}
#netsuite-search.training-events .events .row .less-details:before {
  content: '';
  display: block;
  height: 20px;
  width: 20px;
  background-color: #EE2737;
  background-image: url(../images/plus.png);
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#netsuite-search.training-events .events .row.expanded .less-details:before {
  background-image: url(../images/minus.png);
}
#netsuite-search.training-events .events .header > div,
#netsuite-search.training-events .events .row .less-details > div {
  display: inline-block;
  float: left;
  padding: 0 5px;
}
#netsuite-search.training-events .events .dates {
  width: 15%;
}
#netsuite-search.training-events .events .event {
  width: 40%;
}
#netsuite-search.training-events .events .location {
  width: 15%;
}
#netsuite-search.training-events .events .register-by {
  width: 15%;
}
#netsuite-search.training-events .events .button {
  width: 15%;
}
#netsuite-search.training-events .events .expanded .button a {
  display: none;
}
#netsuite-search.training-events .events .header {
  font-weight: 700;
  display: inline-block;
  width: 100%;
  padding: 10px 10px 10px 40px;
}
#netsuite-search.training-events .events .row {
  margin: 0;
  padding: 10px;
}
#netsuite-search.training-events .events .row.even {
  background-color: rgba(0, 0, 0, 0.05);
}
#netsuite-search.training-events .events .row .label {
  display: none;
  margin-right: 5px;
  font-weight: 600;
}
#netsuite-search.training-events .events .row a {
  display: inline-block;
  color: #fff;
  background-color: #EE2737;
  border-radius: 2px;
  padding: 5px 10px;
  margin-top: 8px;
}
#netsuite-search.training-events .accordion-content .register {
  display: inline-block;
  font-weight: 600;
  color: #fff;
  background-color: #EE2737;
  border-radius: 2px;
  padding: 10px 30px 10px 10px;
  letter-spacing: 1px;
  position: relative;
}
#netsuite-search.training-events .accordion-content .register:after {
  content: '';
  height: 12px;
  width: 12px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background-image: url(../images/play.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#netsuite-search.training-events .events .row .details {
  padding: 35px 0 20px 30px;
}
#netsuite-search.training-events .events .row .details > div {
  display: inline-block;
  width: 100%;
}
#netsuite-search.training-events .events .row .details .location,
#netsuite-search.training-events .events .row .details .hotel {
  display: inline-block;
  float: left;
  padding: 10px 10px 10px 0;
}
#netsuite-search.training-events .events .row .details .location {
  width: 25%;
}
#netsuite-search.training-events .events .row .details .hotel {
  width: 75%;
}
#netsuite-search.training-events .events .row .details .register {
  font-family: "Barlow Condensed";
  font-weight: 600;
  font-size: 22px;
  color: #fff;
  background-color: #EE2737;
  border-radius: 2px;
  text-transform: uppercase;
  padding: 10px 85px 10px 60px;
  letter-spacing: 1px;
  position: relative;
}
#netsuite-search.training-events .events .row .details .register:after {
  content: '';
  height: 12px;
  width: 12px;
  position: absolute;
  top: 50%;
  right: 60px;
  transform: translateY(-50%);
  background-image: url(../images/play.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 768px) {
  #netsuite-search.training-events .events .header {
    display: none;
  }
  #netsuite-search.training-events .events .row .less-details > div {
    display: block;
    float: none;
    width: 100% !important;
  }
  #netsuite-search.training-events .events .row .label {
    display: inline-block;
  }
  #netsuite-search.training-events .events .row .details {
    padding: 15px 0 15px 30px;
  }
  #netsuite-search.training-events .events .row .details .location,
  #netsuite-search.training-events .events .row .details .hotel {
    display: block;
    float: none;
    width: 100% !important;
    padding: 0;
    margin: 20px 0 0 0;
  }
  #netsuite-search.training-events .events .row .details .location p,
  #netsuite-search.training-events .events .row .details .hotel p {
    margin: 0 0 10px 0;
  }
}
/* End of Search training events shortcode */
/* Course trainings shortcode */
#netsuite-training h2 {
  font-family: 'Barlow Condensed';
  font-size: 34px !important;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0px;
  font-style: normal;
  color: #EE2737;
  text-transform: uppercase;
}
#netsuite-training .button {
  width: 5%;
}
#netsuite-training .dates {
  width: 20%;
  padding-left: 40px !important;
}
#netsuite-training .event {
  width: 50%;
}
#netsuite-training .location {
  width: 15%;
}
#netsuite-training .register-by {
  width: 15%;
}
#netsuite-training .header {
  font-family: 'Open Sans';
  font-weight: 600;
  font-style: italic;
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}
#netsuite-training .header > div,
#netsuite-training .training .row > div {
  display: inline-block;
  float: left;
  padding: 0 5px;
}
#netsuite-training .training .row > div .label {
  display: none;
  margin-right: 5px;
  color: #777676;
}
#netsuite-training .training {
  display: inline-block;
  width: 100%;
  border-bottom: 2px solid #EE2737;
  margin: 0;
  padding: 15px 0;
}
#netsuite-training .training .row > div {
  color: #EE2737;
}
#netsuite-training .training .row {
  cursor: pointer;
  position: relative;
  margin: 0;
}
#netsuite-training .training .row:before {
  content: '';
  display: block;
  height: 20px;
  width: 20px;
  background-color: #EE2737;
  background-image: url(../images/plus.png);
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#netsuite-training .training.collapse.in .row:before {
  background-image: url(../images/minus.png);
} 
#netsuite-training .training .details {
  padding: 35px 0 20px 40px;
}
#netsuite-training .training .details > div {
  display: inline-block;
  width: 100%;
  margin: 0 -10px;
}
#netsuite-training .training .details .location,
#netsuite-training .training .details .hotel {
  display: inline-block;
  float: left;
  padding: 10px;
}
#netsuite-training .training .details .location {
  width: 25%;
}
#netsuite-training .training .details .hotel {
  width: 75%;
}
#netsuite-training .training .details .hotel p {
  border-bottom: 1px solid #777676;
  padding-bottom: 15px;
}
#netsuite-training .training .details .hotel p:first-child,
#netsuite-training .training .details .hotel p:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
#netsuite-training .training .details .register {
  font-family: "Barlow Condensed";
  font-weight: 600;
  font-size: 22px;
  color: #fff;
  background-color: #EE2737;
  border-radius: 2px;
  text-transform: uppercase;
  padding: 10px 85px 10px 60px;
  letter-spacing: 1px;
  position: relative;
}
#netsuite-training .training .details .register:after {
  content: '';
  height: 12px;
  width: 12px;
  position: absolute;
  top: 50%;
  right: 60px;
  transform: translateY(-50%);
  background-image: url(../images/play.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 768px) {
  #netsuite-training .header {
    display: none;
  }
  #netsuite-training .training .row {
    padding-left: 30px;
  }
  #netsuite-training .training .row > div {
    display: block;
    float: none;
    width: 100%;
    padding: 0 !important;
  }
  #netsuite-training .training .row > div .label {
    display: inline-block;
  }
  #netsuite-training .training .details {
    padding: 15px 0 0 30px;
  }
  #netsuite-training .training .details > div {
    margin: 0;
  }
  #netsuite-training .training .details .location,
  #netsuite-training .training .details .hotel {
    display: block;
    float: none;
    width: 100% !important;
    padding: 0;
    margin: 20px 0 0 0;
  }
  #netsuite-training .training .details .location p,
  #netsuite-training .training .details .hotel p {
    margin: 0 0 10px 0;
  }
  #netsuite-training .training .details .hotel p {
    padding-bottom: 10px;
  }
  #netsuite-training .training .details .register {
    margin: 15px 0;
    display: inline-block;
  }
}
/* End of Course trainings shortcode */
/* Begin Netsuite certifications search */
.netsuite-results dl {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  width: 100%;      /* set the container width*/
  overflow: visible;
  font-size:12px;
}
.netsuite-results  dl dt {
  flex: 0 0 30%;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight:bold;
}
.netsuite-results  dl  dd {
  flex:0 0 70%;
  margin-left: auto;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
}
.netsuite-results span.noauth {
  font-size:12px;
  background-color:rgba(255,0,0,0.25);
  padding:5px;
}
.netsuite-results .fusion-accordian .panel-title .active .fa-fusion-box {
  background-color: #EE2737;
}
.netsuite-results .fusion-accordian .fusion-toggle-boxed-mode:hover .panel-title a, .fusion-accordian .panel-title a:hover {
  color: #EE2737;
}
.netsuite-results .fusion-accordian .panel-title a:hover .fa-fusion-box {
  background-color: #EE2737 !important;
  border-color: #EE2737 !important;
}
.netsuite-results .info-wrapper{
    display: flex;justify-content: center;
}
.netsuite-results .info-wrapper div{
  flex: 1 1 0;
}
.netsuite-results .panel-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.netsuite-results .panel-wrapper > div:last-child{
	margin-left:15px;
}
/* End Netsuite certifications search */
/* Netsuite standards */
#netsuite-standards {
  font-size: 14px;
}
#netsuite-standards p.topics-label {
  display: none;
  font-weight: 600;
  margin: 0;
}
#netsuite-standards select.topics {
  display: none;
  padding: 5px 10px;
  border: 1px solid #e6e6e6;
  width: 100%;
  margin-bottom: 10px;
}
#netsuite-standards .status p {
  margin: 0 0 5px 0;
  font-weight: 600;
}
#netsuite-standards .rb-button {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  margin: 0 10px 10px 0;
  cursor: pointer;
  line-height: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#netsuite-standards .rb-button input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
#netsuite-standards .rb-button .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #ccc;
  border-radius: 50%;
}
#netsuite-standards .rb-button input:checked ~ .checkmark {
  background-color: #a32135;
}
#netsuite-standards .rb-button .checkmark:after {
  content: '';
  position: absolute;
  display: none;
}
#netsuite-standards .rb-button input:checked ~ .checkmark:after {
  display: block;
}
#netsuite-standards .rb-button .checkmark:after {
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
}
#netsuite-standards .header,
#netsuite-standards .content {
  display: flex;
  width: 100%;
}
#netsuite-standards .topic-list {
  width: 275px;
}
#netsuite-standards .separator {
  width: 10px;
}
#netsuite-standards .standard-list {
  flex: 1;
}
#netsuite-standards .header .topic-list p {
  margin: 0;
  font-weight: 700;
  height: 30px;
  line-height: 30px;
}
#netsuite-standards .content .topic-list,
#netsuite-standards .content .separator,
#netsuite-standards .content .standard-list {
  height: 500px;
}
#netsuite-standards .content .topic-list,
#netsuite-standards .content .standard-list {
  background-color: #eaeaea;
  overflow-y: auto;
}
#netsuite-standards .topic-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#netsuite-standards .topic-list li {
  padding: 10px;
  cursor: pointer;
}
#netsuite-standards .topic-list li:hover,
#netsuite-standards .topic-list li.active {
  background-color: #d4d2d2;
}
#netsuite-standards .standard-list .item {
  display: inline-block;
  width: 100%;
}
#netsuite-standards .standard-list .item > div {
  text-align: left;
  float: left;
  padding: 0 10px;
}
#netsuite-standards .content .standard-list .item > div {
  padding: 10px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
#netsuite-standards .content .standard-list .item > div:first-child {
  padding-left: 0;
}
#netsuite-standards .content .standard-list .item > div:last-child {
  padding-right: 0;
}
#netsuite-standards .content .standard-list .item {
  border-bottom: 1px solid #d4d2d2;
  padding: 0 10px;
}
#netsuite-standards .content .standard-list .item .label {
  display: none;
  font-weight: 600;
  margin-right: 5px;
}
#netsuite-standards .standard-list p {
  padding: 10px;
}
#netsuite-standards .standard-list .code {
  width: 18%;
}
#netsuite-standards .standard-list .title {
  width: 35%;
}
#netsuite-standards .standard-list .rev-date {
  width: 22%;
}
#netsuite-standards .standard-list .link {
  width: 25%;
}
@media only screen and (max-width: 1200px) {
  #netsuite-standards .topic-list,
  #netsuite-standards .separator {
    display: none;
  }
  #netsuite-standards p.topics-label,
  #netsuite-standards select.topics {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  #netsuite-standards .header {
    display: none;
  }
  #netsuite-standards .content {
    display: block;
  }
  #netsuite-standards .content .standard-list .item {
    padding: 10px;
  }
  #netsuite-standards .standard-list .item > div {
    float: none;
    padding: 0;
    width: 100% !important;
  }
  #netsuite-standards .content .standard-list .item > div {
    padding: 0;
  }
  #netsuite-standards .content .standard-list .item .label {
    display: inline-block;
  }
}
/* End of Netsuite standards */
