@import url("https://fonts.googleapis.com/css?family=Montserrat:100,300,300i,400,400i,500,500i,600,600i,700,700i");
@import url("https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i");

/*
 * BASE CSS FIXES
 */

.row {
    margin: 0 -15px;
    border: 0;
}

.portlet.nra-exam .row,
.my-exams-portlet .row,
.nra-activity.portlet .row {
  margin-bottom: 15px;
}

.nra-activity.portlet .btn.btn-primary {
  padding: 3px;
}
.nra-activity.portlet .row {
  padding: 5px 0;
}
.nra-activity.portlet .date {
    font-size: .9em;
    font-style: italic;
}

.share-panel {
  margin-top: 45px;
}

/* no padding on these pages */
#applicationlandingpage #content,
#applicationlandingpage #content > .container,
#programlandingpage #content,
#programlandingpage #content > .container {
    max-width: 100%!important;
    padding: 0px;
}

#programlandingpage #content .column.hundred.first {
  padding: 0px !important;
  float: inherit;
}

#programlandingpage #content .column.hundred.first > .block.first.last {
  margin: 0px !important;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px !important;
  }
}

.font-weight-bold {
  font-weight: bold;
}

/*
 * STYLEDS
 */

body, .portlet, th, td {
    font-size: inherit;
    font-family: "Lato", Arial, Helvetica, sans-serif;
    color: #212529;
    line-height: normal;
}

body {
    font-size: 16px;
}

a {
  color: #005398;
}

a.button, .button, a.button span, .button span {
  background-image: none;
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
}

.bg-lightgrey {
  background-color: #f0f0f0;
}
.bg-mediumgrey {
  background-color: #d1d1d1;
}
.bg-messagegreen {
  background-color: #7FBB8F;
}

.result-list .title a, .result-list .links a, .links a {
  color: inherit;
}

*, *::before, *::after {
    box-sizing: border-box;
}

img {
  max-width: 100%;
}

h1, h2, h3, h4, label, .portlet-title {
    color: #212529 !important;
}

label.required {
  display: inline-block;
}

label.required::after, .submit-terms .form-check-label::after {
  content: "*";
  color: red;
}

#wrapper {
    max-width:100%;
    overflow-x:hidden;
    width: 100%;
    min-width: 300px;
    position: relative;
}

#header, #content, #footer, #sidenav {
    padding: 0;
    margin: 0;
}

#header a, #sidenav a, #footer a {
    color: inherit;
    text-decoration: none;
}

#header {
    /*position: fixed;*/
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    border-bottom: 1px solid #ececec;
    z-index: 2;
    height: 60px;
}

.hr-separator {
  border-bottom: 1px solid #ececec;
}

.dropdown-menu {
  min-width: 200px !important;
  border-top: 0px !important;
}

.dropdown-menu a {
  display: block;
  padding: .25rem 1rem;
  font-size: 13px;
  font-weight: 600;
  line-height: 25px;
}

.dropdown-menu a:hover {
  background-color: #f5f5f5;
}

.header-item, #header .logo {
    display: inline-block;
    line-height: 60px;
    height: 60px;
}

#header .logo {
    width: 159px;
    background-position: center left;
}

#homelink {
    background-image: none!important;
}


.header-links .header-item {
  margin: 0 25px;
}

.header-links:active .header-item:active {
    border-bottom: 2px solid #f6891f;
    text-decoration: none;
    cursor: pointer;
}

.header-links a:hover {
  font-weight: 600;
}

#sidenav, #content, #footer {
    transition-property: margin-left;
    transition-duration: .2s
}

#sidenav {
    position: fixed;
    top: 60px;
    left: 0;
    bottom: 0;
    width: 250px;
    margin-left: -250px;
    z-index: 2;
    background: #fff;
    color: #212529;
    border-right: 1px solid #ececec;
    overflow-y: scroll;
    /*
    background-color: #02368d;
    background-image: linear-gradient(to bottom,#02368d 0%,#002460 100%);
    color: #fff;
    */
}

.menu-open #sidenav {
    margin-left: 0;
}

#sidenav .main-nav-item {
  position: relative;
}
/*
#sidenav .main-nav-item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 5px;
  background-color: rgba(0,0,0,0.1);
  transition: width 0.2s ease-in-out;
}

#sidenav .main-nav-item:hover::before {
  width: 100%;
}
*/

#sidenav .main-nav-item > a {
  display: block;
  /* padding: 15px 15px 15px 40px; */
  text-decoration: none;
  position: relative;
  cursor: pointer;
  font-size: 18px;
  line-height: 22px;
}

#sidenav .main-nav-item > a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.0901961);
}

/*
#sidenav .main-nav-item > a::before {
    position: absolute;
    top: 50%;
    left: 0;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    margin-top: -10px;
    text-align: center;
    width: 40px;
    font-family: "FontAwesome";
    color: rgba(255,255,255,0.6);

}

#sidenav .main-nav-item > a:hover::before {
    color: #fff;
}

#sidenav .dashboard a:before {content:"\f011"}
#sidenav .catalog a:before {content:"\f19d"}
#sidenav .mylearning a:before {content:"\f0f6"}
#sidenav .program-track a:before {content:"\f201"}
#sidenav .institute a:before {content:"\f19c"}
#sidenav .program-track a:before {content:"\f201";}
#sidenav .facilitator a:before {content:"\f0c0";}
#sidenav .nra-application a:before {content:"\f0cb"}
*/
#content {
    margin-top: 60px;
    min-height: calc(100vh - 390px);
}

#startpage #content{
  margin-top: 30px;
}

#content, #footer {
    width: auto;
    margin-left: 0;
    padding: 15px;
}

@media screen and (max-width: 980px) {
    #content, #footer {
        width: 100%;
    }
}

@media screen and (max-width: 550px) {
  .menu-open #sidenav {
    width: 100%;
  }
}

.menu-open.with-top-nav #content,
.menu-open.with-top-nav #footer {
    margin-left: 250px;
}

#footer {
    background-color: #1D2F44;
    color: #EFF8FB;
    font-size: 16px;
    padding: 20px 30px;
}

#footer .footer-links {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
}

#footer .footer-links a:hover {
  color: #fff;
}

#footer .footer-nav-social{  
    font-size: 1.75rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

#footer .footer-nav-social li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

#footer .footer-nav-alt {
    list-style: none;
    margin: 0;
    padding: 0;
}

#footer .footer-nav-alt li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
/*
 * LAYOUT AND PORTLETS
 */

.column {
    padding: 15px;
}

@media screen and (max-width: 980px) {
  .column {
    width: 100%!important;
  }
}

.portlet-container {
    margin: 0 -15px;
    width: auto;
}


/*
 * PORTLET
 */

.column .block.portlet {
    padding: 0;
    margin: 0;
}

.column .block.portlet:not(:last-child) {
  margin-bottom: 60px;
}

.column .block.portlet.border {
    border: 0px!important;
}

.portlet .portlet-hd,
.portlet .portlet-wrap,
.portlet .portlet-title,
.portlet .portlet-bd-cnt,
.message {
    margin: 0;
    padding: 0;
}

.message.form-group {
  padding-bottom: 15px;
}


.portlet .portlet-hd {
    margin: 8px 0;
}

/* don't add the border to the portlets with sub tabs */
.portlet .portlet-hd {
    border-bottom: 1px solid #212529;
    margin-bottom: 24px;
    padding-bottom: 10px;
}

.portlet.mycourses-portlet .portlet-hd,
.portlet.nra-exam .portlet-hd,
.portlet.nra-activity .portlet-hd {
  border-bottom: 0;
  margin-bottom: 8px;
  padding: 0;
}

.portlet .portlet-title {
    font-weight: 100;
    font-size: 25.6px;
    line-height: 30px;
}


/*
 * TABS
 */

.tab ul.tabnav {
    border-bottom: 1px solid #212529;
}

.tab ul.tabnav li {
    margin: 0;
    border: 0;
}

.tab ul.tabnav li a {
    position: relative;
    display: block;
    font-weight: 100;
    background-color: transparent;
}

.tab ul.tabnav li.selected a {
    top: 0;
    font-weight: 600;
}

.tab ul.tabnav li a, 
.portlet .tab ul.tabnav li a,
.tab-content .tab-content .tab ul.tabnav li a {
    padding: .75rem 1rem;
}

.tab ul.tabnav li a:hover {
    background-color: transparent;
}

.tab ul.tabnav li.selected a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #f6891f;
}

/*
 * PAGING
 */

.paging-nav span.pageno,
.paging-nav a.next,
.paging-nav a.last,
.paging-nav a.first,
.paging-nav a.prev,
.paging-nav span.first,
.paging-nav span.prev,
.paging-nav span.next,
.paging-nav span.last {
  margin: 0px;
  padding: 0px; }
.paging-info {
  font-size: 12px;
  font-style: normal; }
.paging-nav {
  display: inline-block;
  position: relative;
  border: 0px !important; }
  .paging-nav .link {
    display: block; }
  .paging-nav > span {
    display: block;
    float: left; }
  .paging-nav > a, .paging-nav .pageno {
    display: block;
    float: left; }
  .paging-nav:after, .paging-nav:before {
    content: "";
    clear: both;
    display: block; }
  .paging-nav em {
    font-style: normal !important;
    color: inherit !important;
    padding: 0px !important;
    margin: 0px !important;
    border: 0px !important;
    background-color: transparent !important; }
  .paging-nav .first, .paging-nav .prev, .paging-nav .next, .paging-nav .last, .paging-nav .link {
    padding: 5px !important;
    border-width: 1px;
    border-style: solid;
    background-color: transparent;
    min-width: 30px;
    text-align: center;
    z-index: 0; }
  .paging-nav .prev, .paging-nav .next, .paging-nav .last, .paging-nav .link {
    margin-left: -1px !important; }
  .paging-nav .first {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px; }
  .paging-nav .last {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px; }
  .paging-nav span.first, .paging-nav span.prev, .paging-nav span.next, .paging-nav span.last {
    border-color: #06192d;
    color: #e5e5e5; }
  .paging-nav a.first, .paging-nav a.prev, .paging-nav a.next, .paging-nav a.last, .paging-nav a.link {
    border-color: #06192d;
    color: #06192d; }
  .paging-nav a:hover {
    background-color: transparent; }
    .paging-nav a:hover.first, .paging-nav a:hover.prev, .paging-nav a:hover.next, .paging-nav a:hover.last, .paging-nav a:hover.link {
      border-color: #06192d; }
  .paging-nav span.link {
    background-color: #06192d;
    border-color:#06192d;
    color: #fff;
    z-index: 1; }


.paging-block {
text-align: center;
}

.breadcrumb li {
  padding-right: 10px;
}


/*
 * TABLES
 */


table.data {
    font-size:14px;
}

table tr.odd {
  background-color: #f5f5f5;
}

table.data th { padding: 0px!important; background-image:none!important; background-color:transparent; border-width:0px 0px 1px!important; }

table.data td, div.css-table.data .td {
    border:0px;
}

table.data th > span, table.data th > a, table.data td {
    padding: 10px;
}

table.data th > a { padding-right:30px; position:relative; }
table.data th > a:after {
    font-family:"Font Awesome 5 Pro";
    content:"\f0dc";
    position:absolute;
    right:10px;
    top:50%;
    margin-top:-7px;
    font-size:14px;
    line-height:14px;
}

table.data th.sort a {
    color:#f68b1f;
}

table.data th.sort.asc > a:after { content:"\f0de"; }
table.data th.sort.desc > a:after { content:"\f0dd"; }

table.data th > span, table.data th > a {
    display:block;
    font-size:13px;
    line-height:17px;
    background-color:#fff;
    text-decoration: none;
    outline:none;
}


/*
 * MYCOURSES PORTLET
 */

.mycourses-portlet a {
  color: inherit;
  text-decoration: none;
}

.mycourses-portlet .item .date-label {
  margin-right: 5px;
}

.mycourses-portlet .item .name {
  color: #06192d;
  font-size: 16px;
  line-height: 22px;
}

.mycourses-portlet .item .launch {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 0;
}

.mycourses-portlet .item {
  padding: 15px 80px 15px 15px;
  color: #979797;
  border-bottom: 1px dashed #979797;
  position: relative;
}

.media {
  margin-bottom: 15px;
  font-weight: 100;
}

.qlink {
  margin-bottom: 10px;
  display: inline-block;
}

/*
 * BUTTONS
 */

.input-group button,
.mycourses-portlet .item .launch, a.button {
  padding: 0.25rem 0.5rem;
  border-radius: .25rem;
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
}

.input-group button,
.btn.btn-primary, 
.mycourses-portlet .item .launch,
a.button {
  color: #fff!important;
  background-color: #005398;
  font-weight: bold;
  border: 1px solid #005398;
}

.btn.btn-secondary {
  color: #fff!important;
  background-color: #f6891f;
  border-color: #f6891f;
}

.btn.btn-secondary:hover {
  color: #000!important;
  background-color: transparent !important;
  border-color: transparent !important;
}

.btn-secondary:active, .btn-secondary.active,
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem transparent !important;
}

/*.btn-secondary {
    background-color: #ffffff!important;
    border-color: #ffffff!important;
}  */

.btn-extra-rounded {
  border-radius: .5rem;
}

.tab .tab-content {
  padding: 15px 0;
}

#header .container{
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 30px;
}

.header-item.toggle-menu {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-item.toggle-menu i.fa.fa-bars{
  font-size: 21px;
}

#mobileToggle {
  width: 80px;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  /*top: 0;
  bottom: 0;
  left: 0;
  padding-left: 15px;*/
  z-index: 3;
}

body:not(.with-top-nav) #mobileToggle {
  display: none!important;
}

@media screen and (max-width: 600px), screen and (max-width: 1250px) and (min-width: 1200px) {
  #header .logo {
    margin-left: 35px;
  }
}

.cart-link {
  color: #005398 !important;
}

.cart-link i {
  line-height: 60px;
  font-size: 1.75em;
}

.welcome-user {
  font-size: 13px;
}

.my-exams-panel,
.application-list {
  padding: 0 15px;
}

.application-list-container .application-list .row, .certificate-list-container .certificate-list .row{
  margin: 5px 0!important;
}

.application-list .row.even, .certificate-list .row.even {
  background-color: #efefef;
}

.application-list .row .col-sm-3, .certificate-list .row .col-sm-3 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.application-list .row .col-sm-9 span:first-child, .certificate-list .row .col-sm-9 span:first-child {
  font-weight: bold;
}

#proctorsessionuserlaunchpage .col-sm-12 {
  margin-bottom: 15px;
}

.reference-decline a {
  display: block;
  margin: .5rem 0;
}


.reference-submit-thank-you {
  text-align: center !important;
}

.certificate-list-container,
.application-list-container,
.exam-list-container {
  padding: 0 15px;
}

.app-reference-list {
  padding: 5px 0;
}

/* Report Fix */

.row {
margin-left:28px;
}
.portlet-container > .column > .portlet {
margin-right: 19px;
}
.portlet .portlet-bd-cnt {
overflow: hidden;
}

/* Admin Page Fix */
#adminpage .admin-panel .row {
  margin: 0px !important
}

.admin-bar {
  position: fixed;
  z-index: 99999;
  width: 100%;
}

/*dropdown menu */

.dropdown-menu {
  min-width: 11rem!important;
}

.dropdown-menu.dropdown-menu-right {
  transform: translate3d(-8px, 60px, 0px)!important;
}

.dropdown-menu:before {
  position: absolute;
  top: 10px;
  left: 130px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.dropdown-menu:after {
  position: absolute;
  top: 11px;
  left: 131px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: '';
}

.top-banner {
  display: none;
}

#startpage .top-banner{
  background-color: #1D2F44;
  height: 300px;
  display: flex;
  width: 100%;
  /*margin-top: 60px;*/
  font-family: "Lato", sans-serif;
  z-index: 1;
}

#mobileToggle .menu-text {
  cursor: pointer;
}

.top-banner .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 0 30px;
}

.top-banner .container .info{
  width: 41%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px 0;
  color: #fff;
}

.top-banner .container .info h3{
  color: #fff!important;
  margin-bottom: 15px;
  font-size: 32px;
  font-weight: 700;
}

#banner-username, #banner-username-mobile {
  color: #DCEBCE;
  font-size: 22px;
}

.top-banner .container .info p.links {
  font-size: 16px;
  margin: 5px 0 10px;
}

.top-banner .container .info p.links a.banner-link {
  font-size: 16px;
  color: #5DBBE1;
  font-weight: bold;
  width: 100%;
  text-align: center;
}

.top-banner .container .graphic{
  min-width: 425px;
  width: 54%;
  height: 100%;
  /*background-image: url(https://resource.mycrowdwisdom.com/uploads/nra/main/tmp-banner-graphic_1604009951182.png);*/
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}

.top-banner .container .graphic img {
  height: 107%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  object-fit: cover;
}

.menu-text{
  font-size: 10px;
  text-transform: uppercase;
  margin-left: 5px;
}

.powered-by{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 160px;
}

.powered-by p {
  color: #EFF8FB;
  width: 100%;
  font-size: 14px;
  text-align: center;
}

.powered-by .logos {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #324C6B;
  box-shadow: 0px 1px 0px 0px #000;
}

.powered-by .logos a {
  margin: 0 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 120px;
}

.powered-by .logos a img {
  height: 50px;
  min-width: 80px;
  max-width: 145px;
}

#adminpage .top-banner{
  display: none;
}

#adminpage #content{
  margin-top: 60px;
}


.dropdown, .dropdown-menu {
  display: none;
}

#header i.fa-times-circle{
  font-size: 26px;
  color: #414042;
}

.close-window:hover{
  cursor: pointer;
}

.mycourses-portlet .tab-content .item .icon{
  height: 40px;
  width: 90px;
  background-repeat: no-repeat;
  position: absolute;
  right: 40%;
  top: calc(50% - 5px);
}

#proctorsessiondetailspage .btn-primary.disenrollBtn.disabled, #proctorsessiondetailspage .btn-primary.disenrollBtn:disabled {
  background-color: #D7D7D7;
  border-color: #D7D7D7;
  color: #000!important;
  cursor: default!important;
}

@media (max-width: 1024px){
  #header .container, .top-banner .container {
    padding: 0 15px;
  }

  .main > .container{
    padding: 0;
  }

  .top-banner .container .info {
    width: 50%;
  }

}

@media (max-width: 992px){
  #header .container, .top-banner .container {
    margin: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: unset;
  }

  .top-banner .container {
    padding-right: 0;
  }

  .main#content{
    padding: 0;
  }

  .main > .container{
    margin: 0;
    padding: 0;
    max-width: unset;
  }

  .main > .container > .container {
    margin: 0;
    max-width: unset;
  }

}

@media (max-width: 910px){
  .graphic img {
    max-width: 100%;
  }
}

@media (max-width: 834px){

  .top-banner .container .info {
    width: 50%;
  }

  .top-banner .container .graphic{
    width: 50%;
    min-width: unset;
  }

  #banner-username, #banner-username-mobile{
    font-size: 20px;
  }

  .top-banner .container .info h3{
    font-size: 28px;
  }

  .top-banner .container .info p.links {
    font-size: 14px;
  }

  #startpage #content{
    margin-top: 0;
  }
}

@media (min-width: 768px){
  #startpage .top-banner{
    display: flex;
  }

  .top-banner-mobile{
    display: none;
  }
}

@media (max-width: 768px){
  .mycourses-portlet .tab-content .item .icon{
    right: 25%;
  }
  #startpage .top-banner{
    display: none;
  }

  .top-banner-mobile{
    /*margin-top: 60px;*/
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    background-color: #1D2F44;
    width: 100%;
    font-family: "Lato", sans-serif;
    z-index: 1;
  }

  .top-banner-mobile p, .top-banner-mobile h3{
    padding: 0 20px;
  }

  .top-banner-mobile img{
    width: 116%;
    margin-left: -8%;
    max-width: none;
  }

  .top-banner-mobile .info h3{
    color: #fff!important;
    margin-bottom: 15px;
    font-size: 32px;
  }

  #banner-username, #banner-username-mobile {
    color: #DCEBCE;
    font-size: 20px;
  }

  .top-banner-mobile .info p.links {
    font-size: 20px;
    color: #fff;
    margin: 15px 0 20px;
    font-weight: 300;
    line-height: 26px;
  }

  .top-banner-mobile .info p.links a.banner-link {
    font-size: 20px;
    color: #5DBBE1;
    font-weight: bold;
  }

  #footer {
    padding: 10px 0;
  }
  
}

@media (max-width: 650px){
  .mycourses-portlet .tab-content .item .icon{
    right: 80px;
    top: 35px;
  }
}

@media (max-width: 555px){
  .mycourses-portlet .item .name{
    width: 70%;
  }
}

@media (max-width: 500px){
  .tab ul.tabnav{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .top-banner-mobile .info h3 {
    font-size: 35px;
  }
}

@media (max-width: 475px){
  .mycourses-portlet .item .name{
    height: 50px;
    margin-bottom: 40px;
  }

  .mycourses-portlet .tab-content .item .icon{
    right: auto;
    left: 15px;
    top: 85px;
  }
}

#modal_dialog{
  display: none;
}

#multiFileUpload input[type="file"] {
  color: rgba(0, 0, 0, 0);  /* hide No file choosen text for multiupload*/
}


.datepicker-dropdown.datepicker-orient-left:before {
  left:0px !important;
}
.datepicker-dropdown.datepicker-orient-top:after {
  top:auto;
}

div.stn-close-widget-button svg[aria-hidden="true"] {
    opacity: 100%;
    position: relative;
}

div.stn-drag-widget-button svg[aria-hidden="true"] {
   opacity: 100%;
   position: relative;
}

/*Nra food*/



 .serveSafe_header{
background: linear-gradient(90deg, #163785 0%, #1677CA 100%);
display: flex;
width: 100%;
padding: 0px 48px;
justify-content: flex-end;
align-items: center;
height:22px;
margin-bottom:22px;
    }
.serve-safe-footer-desktop{
display: flex;
padding: 42px 312px 0px 312px;
flex-direction: column;
align-items: center;
gap: 28px;
align-self: stretch;
background: linear-gradient(90deg, #163785 0%, #1677CB 100%);
}

.serve-safe-footer-logos{
display: flex;
height: 68px;
justify-content: center;
align-items: center;
gap: 63px;
align-self: stretch;
}

.serve-safe-footer-logos1{
background-image: url('logo2.jpg') !important;
    background-size: contain;
    background-repeat: no-repeat;
}

.serve-safe-footer-logos img:last-child {
    margin-right: 0;
}
.serve-safe-footer-logos img {
    height: 48px;          /* Sets a consistent visual height */
    width: auto;           /* Maintains aspect ratio */
    object-fit: contain;   /* Keeps image inside bounds */
    vertical-align: middle;
}

.serve-safe-footer_text{
display: flex;
width: 1000px;
padding: 40px 0px;
flex-direction: column;
align-items: flex-start;
border-top: 1px solid #F5F5F5;
}
.serve-safe-footer_nav{
display: flex;
justify-content: center;
align-items: flex-start;
gap: 24px;
align-self: stretch;

font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 20px; /* 125% */
letter-spacing: 0.25px;
color: #FFF;

}

.confirmation-box {
       background-color: #fff;
    padding: 19px 10px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    max-width: 550px;
    margin-left: 302px;
    border: 2px solid #28a745;
    text-align: left;
    margin-top: 17px;
    margin-bottom: 200px;
    }

    .applicationHeader {
      display: flex;
      align-items: center;
      font-size: 20px;
      font-weight: 600;
      color: #333;

    }

    .applicationHeader i {
      font-size: 28px;
      color: #28a745;
      margin-right: 12px;
    }

    .sub-text {
      font-size: 14px;
      color: #666;
      padding-left: 33px;
    }

     .frame{
     display: flex;
     padding: 0px 288px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    }
    .servSafeApplicationForm{
    display: flex;
    width: 592px;
    flex-direction: column;
    align-items: flex-start;
    
    }
    .app-app{
    text-align: left;
    }
    .btn.custom-bg {
      background-color: #CE4500;
    }
   
.wrap-text {
  word-wrap: break-word;      /* old syntax - widely supported */
  overflow-wrap: break-word;  /* modern preferred syntax */
  hyphens: auto;              /* optional: adds hyphens when breaking */
  line-height: 1.6;

}
.text-underline {
  text-decoration: underline;
}



/*CW-472*/
.container-nra {
        width: 60%;

       margin: 50px 172px;
        padding: 20px;
    }

    .header2 {
       margin-left: 13px;
        color: #fa8b0d  !important;
        margin-bottom: 20px;
    }
    .header5 {
       margin-left: 13px;
        color: #333;
      margin-top: 40px;
     font-weight: 800 !important;
    }

    .form-class {
            margin-top: -18px;
    }

    .labelQuestion {
        font-weight: bold;
        display: block;
        margin-bottom: 5px;
        color: #333;
    }

    .security_button {

        background-color: #fa8b0d;
        color: white;
        border: none;
        border-radius: 5px;

        cursor: pointer;
    }

    .security_button:hover {
        background-color: #e07b0c;
    }



.span-sub-text{
margin-left: 13px;
display: inline-block;
}

.radio-label-spacing label {
margin-left: 8px; /* Adjust as needed */
}

/*Application*/
  .servSafeApplicationForm .serSafe_agreementText {
      color: #343434;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px; /* 150% */
  }

  .servSafeApplicationForm .checkbox-error-msg {
      margin-top: 4px;
  }

  .servSafeApplicationForm .portlet .portlet-title {
      color: var(--black, #000);
      font-size: 32px;
      font-style: normal;
      font-weight: 700;
      line-height: 36px;
      margin-left: 15px;
  }

  .servSafeApplicationForm .agreement-sub-header {
      color: #343434;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px;
  }

  .servSafeApplicationForm .servSafe_button {
      color: var(--blue, #163785);
      border: none;
      outline: none; /* optional: removes focus outline */
      background-color: transparent;
      cursor: pointer;
  }

  .servSafeApplicationForm .portlet .breadcrumb {
      color: var(--black, #000);
      font-size: 32px;
      font-style: normal;
      font-weight: 700;
      line-height: 36px;
      margin-left: 15px;
  }

  .servSafeApplicationForm .portlet .portlet-hd {
      border-bottom: 0px solid #212529;
      margin-bottom: 0px;
      padding-bottom: 0px;
  }

  .servSafeApplicationForm .sub-agreement-label-error {
   color : black !important;
  }
   .servSafe_title{

    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    }
    .servSafe_button{
    color:var(--blue, #163785); border: none;
    outline: none; /* optional: removes focus outline */
    background-color: transparent;cursor: pointer;
    }

       .servSafe_sub_title {
            color: var(--black, #000);
            /* heading_3_24px */
            font-size: 24px;
            font-style: normal;
            font-weight: 700;
            line-height: 28px; /* 116.667% */
            letter-spacing: 0.125px;
        }

        .servSafe_sub_value {
            color: var(--black, #000);
            /* body_1_large_18px */
            font-size: 18px;
            font-style: normal;
            font-weight: 400 !important;
            line-height: 24px; /* 133.333% */
        }

         .servSafeApplicationFormReview .feedbackPanelINFO {
            width: 41% !important;
        }

        .servSafeApplicationFormReview .feedbackPanel {
            top: 25px;
            right: 28%;
            width: 100%;
            max-width: 100%;
            position: static !important;
            margin-left: 14px;
        }

        .border-approved {
            display: flex;
            width: 634px;
            padding: var(--spacing-4, 16px);
            flex-direction: column;
            align-items: flex-start;
            gap: var(--spacing-1, 4px);
            border-radius: var(--border-radius-lg, 8px);
            border: 1px solid var(--tailwind-colors-green-500, #22C55E);
            background: var(--base-background, #FFF);
        }

        .border-denied {
            display: flex;
            width: 634px;
            padding: var(--spacing-4, 16px);
            flex-direction: column;
            align-items: flex-start;
            gap: var(--spacing-1, 4px);
            border-radius: var(--border-radius-lg, 8px);
            border: 1px solid var(--tailwind-colors-red-500, #3B82F6);
            background: var(--base-background, #FFF);
        }

        .border_saved {
            display: flex;
            width: 634px;
            padding: var(--spacing-4, 16px);
            flex-direction: column;
            align-items: flex-start;
            gap: var(--spacing-1, 4px);
            border-radius: var(--border-radius-lg, 8px);
            border: 1px solid var(--tailwind-colors-blue-500, #3B82F6);
            background: var(--base-background, #FFF);
        }

        .confirmation-box {
            margin-bottom: 39px !important;
        }

        .button-right {
            display: flex;
            justify-content: center;
            margin-right: 566px;
        }

        .banner {
            display: flex;
            padding-left: 303px;
            flex-direction: column;
            align-items: flex-start;
            align-self: stretch;
            padding-bottom: 24px;
        }

        .banner_text {
            color: #000;
            font-size: 40px;
            font-style: normal;
            font-weight: 800;
            line-height: 44px;
            font-family: system-ui;
        }

        .servSafeApplicationFormReview{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
     width: 667px !important;
    }

    
        .servSafeApplicationFormCourse{
     display: flex;
    width: 592px;
    flex-direction: column;
    align-items: flex-start;
    }

    .servSafeApplicationFormCourse .portlet .portlet-title {
            color: var(--black, #000);
            font-size: 32px;
            font-style: normal;
            font-weight: 700;
            line-height: 36px;
            margin-left: 15px;
        }

        .servSafeApplicationFormCourse .portlet .portlet-hd {
            border-bottom: 0px solid #212529;
            margin-bottom: 0px;
            padding-bottom: 0px;
        }

       .servSafeApplicationFormCourse .breadcrumb {
            color: var(--black, #000);
            background-color: transparent !important;
            font-size: 32px;
            font-style: normal;
            font-weight: 700;
            line-height: 36px;
            display: inline-block;
            white-space: normal !important;
        }

        .servSafeApplicationFormCourse .breadcrumb::after {
            content: "To become a Certified ServSafe Food Safety® proctor, you must view the following Proctor Tutorial course, and pass the quiz at the end.";
            display: block;
            font-size: 15px;
            margin-top: 11px;
            font-weight: 400;
            line-height: 1.5;
            margin-left: 6px;
            margin-bottom: 21px;
        }

        .servSafeApplicationFormCourse .course-block {
            width: max-content;
        }

        .servSafeApplicationFormCourse .course-block h2 {
            display: none !important;
        }

       .servSafeApplicationFormCourse #level-header .block {
            display: none !important;
        }

       .servSafeApplicationFormCourse .course-block .block {
            border: 0px solid #ccc;
            padding: 0px 0px;
        }

       .servSafeApplicationFormCourse .galcolumn {
            padding-left: 0px;
            width: auto !important;
        }

       .servSafeApplicationFormCourse .course-item {
            border: 0px solid #ccc;
            padding: 9px;
            width: auto !important;
            max-width: none !important;
            font-size: 24px;
            font-style: normal;
            font-weight: 700;
            line-height: 28px; /* 116.667% */
            letter-spacing: 0.125px;
            display: flex;
            height: auto !important;
        }

       .servSafeApplicationFormCourse .course-item .course-details {
            padding: 6px;
            color: #333333;
            text-decoration: none;
            margin-left: 21px;
        }

       .servSafeApplicationFormCourse .course-title {
            pointer-events: none !important;
            text-decoration: none !important;
            cursor: default !important;
        }

       .servSafeApplicationFormCourse .title-required::after {
            content: none !important;
        }

       .servSafeApplicationFormCourse span[style*="display:none"] {
            display: inline-block !important;
            margin-top: 30px !important;
            color: var(--blue, #163785);
            border: none;
            outline: none;
            background-color: transparent;
            cursor: pointer;
            font-weight: 500;
            font-size: 19px;
        }

       .servSafeApplicationFormCourse span[style*="display:none"]:hover {
            color: #ff6600; /* Change this to whatever hover color you want */
        }

      .servSafeApplicationFormCourse .progress-outer {
            display: none !important;
        }

       .servSafeApplicationFormCourse .course-details > a {
            text-decoration: none !important;
        }

       .servSafeApplicationFormCourse .course-wrap {
            display: flex;
            flex-direction: column;
        }

       .servSafeApplicationFormCourse .course-item .course-title {
            margin-top: -58px;
            color: var(--black, #000);
            font-size: 24px;
            font-style: normal;
            font-weight: 700;
            line-height: 28px;
            letter-spacing: 0.125px;
            user-select: none;
        }

        .servSafeApplicationFrame .step{
            display: flex;
            height: 32px;
            padding: 3px 0px;
            align-items: flex-start;
            gap: 8px;
          }
         .servSafeApplicationFrame .process-flow-line{
             width: 16px;
          }
        .servSafeApplicationFrame .process-flow{
            display: flex;
            align-items: center;
            gap: 8px;
            align-self: end;
            margin: 21px;
         }
        .servSafeApplicationFrame{
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            gap: 10px;
            align-self: stretch;
            padding-left:144px;
         }

       .servSafeApplicationFrame .step-text{

            font-size: 12px;
            font-style: normal;
            font-weight: 400;
            line-height: 23px; /* 133.333% */
            letter-spacing: 0.25px;
         }
        .servSafeApplicationFrame .step-circle{
            background-color: #163785;
            display: flex;
            width: 24px;
            height: 24px;
            padding: 8px;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            gap: 8px;
         }
        .servSafeApplicationFrame .gray-out {
          background-color: #e0e0e0; /* Light gray background */
          color: #888888;            /* Gray text */
          pointer-events: none;      /* Prevent interaction */
          opacity: 0.6;              /* Slightly faded look */
         }
         .servSafeApplicationFrame .gray-out .step-link{
            color:black;
          }
          .servSafeApplicationFrame .step-circle.inactive{

          color: white;
          }
         .servSafeApplicationFrame .step-circle.inactive a{
           color: white;
          }


           .servSafeText {
         font-family: sans-serif;
         padding-left: 300px;
        }

        .servSafeFrameAgreement{
          padding: 0px 230px;
        }
        .servSafeFrameAgreement .portlet-bd{
            margin-top: 11px;
        }
        .servSafeFrameAgreement .portlet-title{
          font-family: system-ui;
           font-weight: normal;
        }
        .servSafeFrameAgreement .align-items-center{
         margin-left: 14px;
        }

         .app_serv{
           font-family: system-ui;
           font-weight: normal;
        }
        .servSafeFrame{
          padding: 0px 229px;
        }

          .servSafeFramePolicy{
          padding: 0px 213px;
        }
        .app_serv .portlet-title{
          font-family: system-ui;
           font-weight: normal;
        }
        .app_serv .portlet-bd{
          font-family: system-ui;
           font-weight: normal;
           margin-left: 15px;
    margin-top: 15px;
    overflow-wrap: break-word;
    hyphens: auto;
    line-height: 1.6;
        }

        .app_serv .form-check{
         margin-left: 17px;
        }
        .app_serv .proctor-footer-information{
        margin-left: 17px;
        }
        .app_serv .align-items-center{
         margin-left: 17px;
        }

         .servSafeFrameReview{
              padding: 0px 240px;
              font-family: system-ui;
           font-weight: normal;
            }
        .review-margin{
         margin-left: -9px;
        }

        .servSafeFrameReview .feedbackPanel {
        margin-left: 5px;
        }
        .servSafeFrameReview .align-items-center{
         margin-left: 5px;
        }

         .servSafeApplicationFrame .more_gap{
           gap: 29px;
           padding-right: 0px;
           margin-top: 2px;
        }
        .food-app {
font-family: system-ui;
    font-weight: normal;
    text-align: left;
}

/* cw-385*/
/*new 08//2029 
*/

.serve-safe-footer-logos
    {
      gap: 12% !important;
    }
    .serve-safe-footer-desktop {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    }
    .alink {
      color: white;
    }


      .brand_guidline .portlet .portlet-title{
        margin-left: 7vw;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        }

        .brand_guidline .container{
        margin-left: 6vw !important;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        }
        .pdfFile{
          margin-left: 6.8vw !important;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        }

 .servSafeApplicationForm input[type="checkbox"] {
     height: 19px;
     width: 29px;
     margin-top: -2px;
 }

  .applicant{
    max-width: none !important
    }

    .frame
    {
    padding: 0px 288px !important;
    }
        .servSafeApplicationForm label.error {
          display: block;
         color: inherit !important;
    }

    .servSafeApplicationForm label.required::after, .submit-terms .form-check-label::after {
    content: none !important;
}
    .servSafeApplicationForm .survey textarea.error,input.error {
	  border: #DC2626;
    	border-style: solid;
    	border-width: 1px;
   }
          .servSafeApplicationForm .errmsg, .errmsg label.error {
          color: #DC2626 !important;
      }

       .summit-btn{
       margin-left: 18.5rem;
    }

 .servSafeWizard{
          flex-direction: unset !important;
          padding-left: 276px !important;
         }



        .servSafeApplicationFrame .step-circle.active .step-link img{
            max-width: none;
            width: 0.9rem;
        }
        .added{
           max-width: none;
           width: 0.9rem ;
        }
        .servSafeApplicationFrame .step-circle.inactive .step-link img{
            max-width: none;
            width: 0.9rem ;
        }
        .servSafeApplicationFrame .step-circle.gray-out.inactive .step-link img{
            max-width: none;
          width: 1.3rem;

        }
        .servSafeApplicationFrame .step-circle.inactive.added .step-link img{
            max-width: none;
            width: 0.9rem ;
        }

        .gray-out{
        background-color:white !important;
        border:unset !important;
        }


 .servSafeApplicationFormCourse .course-thumb > img[src*="default-course.jpg"] {
    display: none !important;

    }
        .servSafeApplicationFormCourse .course-block .block{
        margin-bottom :0 !important;
         }
         .servSafeApplicationFormCourse .galcolumn {
         padding-left:0 !important;
         }
         .servSafeApplicationFormCourse .course-item .course-details {
         margin-left: 0 !important;
         padding-bottom: 0 !important;
         }
        .servSafeApplicationFormCourse .breadcrumb::after {
        margin-left: 0 !important;
         }


/* End 08/0/2025*/

.alink:hover {
      color: #FFFFFF;               /* color on hover */
  }

/*end*/