@charset "UTF-8";
html {
  font-size: 62.5% !important; }

.cui body,
body.cui {
  font-family: "Arial", sans-serif;
  line-height: 1.5; }
  .cui body button,
  .cui body .step__icon,
  .cui body .popover,
  body.cui button,
  body.cui .step__icon,
  body.cui .popover {
    font-family: "Arial", sans-serif; }

#admin-menu,
#admin-menu .dropdown {
  display: block; }

.cui .label--success {
  color: #39393b;
  background-color: #6ebe4a; }
.cui .label--warning {
  color: #39393b;
  background-color: #fbab18; }
.cui .label--danger {
  color: #fff;
  background-color: #e2231a; }
.cui .alert {
  color: #39393b; }
.cui .btn.btn--primary {
  color: #fff;
  background-color: #025e80; }
  .cui .btn.btn--primary:hover, .cui .btn.btn--primary:focus, .cui .btn.btn--primary:active {
    color: #fff;
    background-color: #049fd9; }
.cui .btn.btn--secondary {
  border: 1px solid #fff;
  background: #fff;
  color: #39393b;
  -webkit-box-shadow: inset 0 0 0 1px #39393b;
  box-shadow: inset 0 0 0 1px #39393b; }
  .cui .btn.btn--secondary:hover, .cui .btn.btn--secondary:focus, .cui .btn.btn--secondary:active {
    color: #fff;
    background-color: #39393b; }
.cui .btn--indigo {
  border: 1px solid transparent;
  background: #005073;
  color: #fff; }
.cui .btn--indigo:hover {
  -webkit-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent;
  background-color: #00bceb;
  color: #fff; }
.cui .btn--indigo:focus {
  -webkit-box-shadow: 0 0 1px 1px #049fd9;
  box-shadow: 0 0 1px 1px #049fd9;
  border: 1px solid #fff; }
.cui .btn--indigo:active {
  -webkit-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent;
  color: #fff;
  background-color: #00bceb; }
.cui .btn--indigo[disabled],
.cui .btn--indigo.disabled {
  opacity: 1;
  color: #c6c7ca;
  background-color: #dfdfdf; }
.cui .btn--indigo.selected {
  background-color: transparent;
  -webkit-box-shadow: inset 0 0 0 1px #049fd9;
  box-shadow: inset 0 0 0 1px #049fd9;
  color: #049fd9; }
.cui .btn.btn--icon.btn--small > span[class^="icon-"] {
  color: #6b6c6e; }
.cui .btn--primary-ghost {
  color: #025b7d; }
.cui .panel--dkgray {
  background: #c8c8c8; }
.cui a,
.cui .moreinfo {
  color: #035c7c; }
.cui .link {
  color: #c9c9cb; }

.cui .apollo-hero--dkblue,
.cui .hero--dkblue {
  color: #fff;
  position: relative;
  background: #2b5592;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid transparent; }
.cui .apollo-hero--mdgray,
.cui .hero--mdgray {
  color: #58585b;
  position: relative;
  background: #dfdfdf;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid transparent; }

@media (min-width: 1024px) {
  .cui html body.cui header.global-header .btn.btn--small.toggle-menu {
    display: none; } }
.cui .header--regular .header-bar {
  /****Language select dropdown***/ }
  @media (min-width: 767px) {
    .cui .header--regular .header-bar {
      padding: 0 60px;
      height: 90px; } }
  .cui .header--regular .header-bar .cisco-logo {
    background-image: url(../img/cisco_netacad_logo.png);
    position: relative;
    display: block;
    width: 139px;
    height: 32px;
    background-size: cover;
    background-repeat: no-repeat; }
  .cui .header--regular .header-bar .navbar-nav > li {
    float: left;
    height: 90px;
    line-height: 90px; }
    .cui .header--regular .header-bar .navbar-nav > li:hover {
      color: #006285;
      border-bottom: 5px solid #006285; }
    .cui .header--regular .header-bar .navbar-nav > li a {
      color: #39393b;
      display: block;
      line-height: 90px;
      padding: 0 15px; }
      .cui .header--regular .header-bar .navbar-nav > li a:hover, .cui .header--regular .header-bar .navbar-nav > li a:focus {
        background-color: transparent;
        text-decoration: none;
        color: #049fd9; }
      .cui .header--regular .header-bar .navbar-nav > li a:focus {
        border: 1px dashed #4d90fe;
        margin: -1px;
        outline: none; }
  .cui .header--regular .header-bar .navbar-nav .dropdown .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent; }
  .cui .header--regular .header-bar .navbar-nav .dropdown .dropdown-menu {
    background: #f5f5f5;
    border-radius: 0;
    padding-left: 0px;
    line-height: 0px;
    top: 90px; }
    .cui .header--regular .header-bar .navbar-nav .dropdown .dropdown-menu li {
      border-bottom: 1px solid #ececec;
      padding: 0; }
      .cui .header--regular .header-bar .navbar-nav .dropdown .dropdown-menu li a {
        padding: 10px;
        width: 100%;
        font-size: 1.4rem;
        line-height: 20px; }
        .cui .header--regular .header-bar .navbar-nav .dropdown .dropdown-menu li a:hover {
          text-decoration: none;
          color: #fff;
          background: #0377a1; }
  .cui .header--regular .header-bar .navbar-nav .dropdown:hover > .dropdown-menu {
    display: block; }
  .cui .header--regular .header-bar .header-toolbar {
    position: relative; }
  .cui .header--regular .header-bar #lang_dropdown_form_language .form-group {
    margin-bottom: 0; }
    .cui .header--regular .header-bar #lang_dropdown_form_language .form-group .select:after {
      content: ""; }
  .cui .header--regular .header-bar #lang_dropdown_form_language #lang-dropdown-select-language {
    width: 120px;
    height: 90px;
    line-height: 90px; }
    .cui .header--regular .header-bar #lang_dropdown_form_language #lang-dropdown-select-language:hover {
      color: #006285;
      border-bottom: 5px solid #006285; }
      .cui .header--regular .header-bar #lang_dropdown_form_language #lang-dropdown-select-language:hover .dd-options {
        display: block !important; }
  .cui .header--regular .header-bar #lang_dropdown_form_language .dd-select {
    background: transparent !important;
    border: none;
    border-radius: 0;
    height: 90px;
    line-height: 90px; }
    .cui .header--regular .header-bar #lang_dropdown_form_language .dd-select a.dd-selected {
      height: 90px;
      line-height: 90px;
      padding: 15px;
      color: #494a4c;
      display: flex;
      align-items: center;
      text-decoration: none; }
      .cui .header--regular .header-bar #lang_dropdown_form_language .dd-select a.dd-selected label {
        margin-bottom: 0;
        color: #39393b; }
      .cui .header--regular .header-bar #lang_dropdown_form_language .dd-select a.dd-selected::after {
        display: inline-block;
        color: #b6b8b9;
        width: 0;
        height: 0;
        margin-left: 0.255em;
        vertical-align: 0.255em;
        content: "";
        border-top: 0.3em solid;
        border-right: 0.3em solid transparent;
        border-left: 0.3em solid transparent; }
      .cui .header--regular .header-bar #lang_dropdown_form_language .dd-select a.dd-selected:focus {
        border: 1px dashed #4d90fe;
        margin: -1px;
        outline: none; }
  .cui .header--regular .header-bar .ddsDefault .dd-options {
    top: 90px;
    z-index: 9999;
    background: #f5f5f5; }
    .cui .header--regular .header-bar .ddsDefault .dd-options > li {
      border-bottom: 1px solid #ececec; }
      .cui .header--regular .header-bar .ddsDefault .dd-options > li:first-child {
        border-top: 1px solid #dddddd; }
  .cui .header--regular .header-bar .ddsDefault .dd-option {
    display: block;
    border-bottom: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: color 0 ease-in;
    transition: none;
    line-height: 20px;
    padding: 10px; }
    .cui .header--regular .header-bar .ddsDefault .dd-option label {
      color: #39393b; }
    .cui .header--regular .header-bar .ddsDefault .dd-option:hover, .cui .header--regular .header-bar .ddsDefault .dd-option:focus {
      text-decoration: none;
      color: #fff;
      background: #0377a1; }
      .cui .header--regular .header-bar .ddsDefault .dd-option:hover label, .cui .header--regular .header-bar .ddsDefault .dd-option:focus label {
        color: #fff; }
  .cui .header--regular .header-bar #lang_dropdown_form_language > .form-group {
    margin: 0; }
  .cui .header--regular .header-bar .ddsDefault .dd-selected:hover {
    color: #049fd9; }
  .cui .header--regular .header-bar .ddsDefault .dd-pointer-down {
    display: none; }
  .cui .header--regular .header-bar .ddsDefault .dd-pointer-up {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #b6b8b9 !important; }
  .cui .header--regular .header-bar .headerloginlogout ul > li {
    float: left;
    height: 90px;
    line-height: 90px; }
  .cui .header--regular .header-bar .header-heading ul.list--inline {
    display: inline-block;
    padding-left: 40px; }
  .cui .header--regular .header-bar #pre-loginnav,
  .cui .header--regular .header-bar .headerloginlogout {
    z-index: 99;
    padding-right: 10px; }
  .cui .header--regular .header-bar #pre-loginnav .navbar-nav > li > .dropdown-menu > li > a:not(:only-child):after {
    content: "εüÉ";
    position: absolute;
    right: 1rem;
    font-family: cui-font;
    color: #b6b8b9; }
  .cui .header--regular .header-bar .dropdown-menu > li > a {
    padding: 12px;
    line-height: 20px; }
  .cui .header--regular .header-bar .login-div {
    position: relative;
    display: inline-block; }
    .cui .header--regular .header-bar .login-div .login-dropdown {
      color: black;
      padding: 16px;
      font-size: 16px;
      border: none;
      background-color: unset;
      height: 78px; }
      .cui .header--regular .header-bar .login-div .login-dropdown:hover {
        color: #006285; }
    .cui .header--regular .header-bar .login-div .dropdown-content {
      display: none;
      position: absolute;
      background-color: #f9f9f9;
      min-width: 100px;
      box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
      z-index: 1; }
      .cui .header--regular .header-bar .login-div .dropdown-content a {
        color: black;
        text-decoration: none;
        display: block; }
        .cui .header--regular .header-bar .login-div .dropdown-content a:hover {
          background-color: #f1f1f1; }
    .cui .header--regular .header-bar .login-div:hover .dropdown-content {
      display: block; }
  .cui .header--regular .header-bar .headerloginlogout ul > li {
    line-height: 40px;
    height: 40px; }
    .cui .header--regular .header-bar .headerloginlogout ul > li:hover {
      color: unset;
      border-bottom: none; }
  .cui .header--regular .header-bar #block-system-user-menu ul {
    padding-left: 0px !important; }
  .cui .header--regular .header-bar .outer-login-div {
    list-style: none;
    height: 45px;
    padding: 13px;
    padding-left: 23px; }
  .cui .header--regular .header-bar .inneruser {
    color: #006285;
    border-top: 5px solid #006285;
    padding: 13px;
    margin-bottom: 13px; }
    .cui .header--regular .header-bar .inneruser > .view-welcome-back-user .field-content {
      overflow: unset;
      text-overflow: unset;
      white-space: normal;
      max-width: 100px;
      word-wrap: break-word;
      overflow-wrap: break-word;
      font-size: 12px; }
      .cui .header--regular .header-bar .inneruser > .view-welcome-back-user .field-content:after {
        content: unset; }
  .cui .header--regular .header-bar section#block-system-user-menu > ul > li {
    width: 100%;
    border-top: 1px solid #ececec; }
  .cui .header--regular .header-bar .dropdown-caret:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent; }
  .cui .header--regular .header-bar .dropdown-caret,
  .cui .header--regular .header-bar .view-welcome-back-user {
    float: left; }
.cui hr.hr-ver {
  width: 2px;
  height: 36px;
  background-color: #b6b8b9;
  margin-left: 20px;
  margin-right: 20px; }
.cui #search-btn {
  background-color: #fff; }
  .cui #search-btn .btn--small.hover .icon-search,
  .cui #search-btn .btn--small.selected .icon-search {
    color: #0377a1; }
.cui #search-btn .icon-search,
.cui #searcha .icon-search {
  font-size: 1.8rem;
  color: #39393b; }
.cui #search-box {
  background: #f5f5f5;
  border: 1px solid #6b6c6e;
  color: #525252;
  display: block;
  padding: 20px;
  position: absolute;
  top: 60px;
  white-space: nowrap;
  z-index: 100; }
  .cui #search-box:after, .cui #search-box:before {
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .cui #search-box:after {
    border-color: rgba(136, 183, 213, 0);
    margin-left: -20px;
    border-left: 14px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #f5f5f6;
    top: -16px; }
  .cui #search-box:before {
    border-color: rgba(194, 225, 245, 0);
    margin-left: -21px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #6b6c6e; }
  .cui #search-box .btn.btn--icon.btn--small {
    border-radius: 0;
    float: right;
    min-height: 39px;
    min-width: 40px; }
  .cui #search-box input[type="text"] {
    border: none;
    width: 88%;
    line-height: 19px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 0px; }
  .cui #search-box .icon-search:before {
    color: #fff; }
  .cui #search-box .btn--icon:hover {
    background-color: #008ab1; }
@media (min-width: 1024px) {
  .cui #search-box:after, .cui #search-box:before {
    left: 50%; }
  .cui #netacad-academy-search-home-form .form-item-location {
    width: 80%;
    float: left;
    margin-right: 0px; }
  .cui header .btn.toggle-menu {
    display: none; } }
.cui .searchdir {
  background-color: #fff;
  border: 1px solid #6b6c6e;
  border-radius: 2px;
  position: relative;
  width: 370px;
  height: 40px; }
@media (max-width: 1023px) {
  .cui #search-box:after,
  .cui #search-box:before {
    left: 97%; }
  .cui #search-box {
    top: 50px;
    right: -5px;
    padding: 10px; }
  .cui #netacad-academy-search-home-form #edit-submit-button {
    display: block;
    margin: 5px auto !important;
    float: none; } }
@media (max-width: 768px) {
  .cui .expand-story {
    width: 98%; } }
@media (max-width: 576px) {
  .cui .searchdir {
    width: 275px; }
  .cui #search-box input[type="text"] {
    width: 80%; } }
@media (max-width: 1023px) {
  .cui .header.header--regular {
    height: 50px; }
    .cui .header.header--regular .header-bar {
      height: 50px;
      padding-left: 10px;
      padding-right: 10px; }
    .cui .header.header--regular .header-bar__main ul.list,
    .cui .header.header--regular #pre-loginnavbar ul.list {
      display: none; }
    .cui .header.header--regular .header-bar__main {
      position: relative;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      margin: 0; }
      .cui .header.header--regular .header-bar__main .toggle-menu {
        min-width: 30px;
        width: 30px;
        visibility: visible;
        display: block; }
    .cui .header.header--regular .header-bar__cisco-logo {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 2;
      order: 2;
      -webkit-box-flex: 2;
      -ms-flex: 2;
      flex: 2;
      margin: 10px 30px 0 0;
      text-align: center;
      font-size: 1.5rem;
      transform: scale(0.81); }
    .cui .header.header--regular .header-toolbar {
      display: block;
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      text-align: right; }
    .cui .header.header--regular #push-mobile-menu {
      visibility: visible; }
    .cui .header.header--regular .headerloginlogout {
      display: none !important; }
    .cui .header.header--regular .headerlang,
    .cui .header.header--regular .userlogin {
      display: none !important; }
    .cui .header.header--regular .hr-ver {
      display: none !important; } }

.cui .slide-menu {
  position: fixed;
  width: 375px;
  max-width: 100%;
  height: 100vh;
  top: 0;
  right: 0;
  display: none;
  overflow: hidden;
  box-sizing: border-box;
  background: #fff;
  padding: 0;
  transition: -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  will-change: transform;
  z-index: 99; }
  .cui .slide-menu .slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: -webkit-transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    will-change: transform; }
  .cui .slide-menu ul {
    list-style: none;
    position: relative;
    max-width: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
    width: 375px; }
    .cui .slide-menu ul li {
      border-bottom: 1px solid #ececec;
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12); }
    .cui .slide-menu ul ul {
      position: absolute;
      top: 0;
      left: 100%;
      display: none; }
    .cui .slide-menu ul a {
      display: block;
      padding: 12px 24px;
      color: #fff;
      text-decoration: none;
      color: #494a4c; }
      .cui .slide-menu ul a:hover {
        text-decoration: none; }
  .cui .slide-menu.no-transition,
  .cui .slide-menu .no-transition * {
    transition: none !important; }
  .cui .slide-menu .controls {
    overflow: hidden; }
  .cui .slide-menu .btn {
    border: none;
    background: transparent;
    font-family: inherit;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
    float: right;
    color: #fff;
    padding: 8px; }
  .cui .slide-menu .btn + .btn {
    margin-right: 1px; }
  .cui .slide-menu .sidebar__drawer > a::after {
    position: absolute;
    right: 1rem;
    font-size: 20px;
    color: #b6b8b9;
    content: "\E051";
    font-family: cui-font; }
  .cui .slide-menu .sidebar__drawer .icon-arrow {
    display: none; }
  .cui .slide-menu .icon-arrow:before {
    content: "εÇ£";
    font-family: cui-font; }
  .cui .slide-menu .slider .active > li:first-child > a:before {
    content: "\E04F";
    font-family: cui-font;
    position: absolute;
    left: 1rem;
    font-size: 20px; }
  .cui .slide-menu .slider ul li select {
    padding: 12px 24px;
    border: none;
    display: block;
    width: 95%; }
  .cui .slide-menu .slider .active > li button {
    display: block; }
  .cui .slide-menu .closeLink:after {
    content: "\E05A";
    font-family: cui-font;
    position: absolute;
    right: 1rem;
    float: left;
    top: 12px;
    font-size: 20px; }
  .cui .slide-menu .active > li:first-child > a,
  .cui .slide-menu .homeLink {
    text-align: center;
    background: #f5f5f5; }
  .cui .slide-menu .mobileView {
    height: 30px;
    background-color: #f5f5f5; }
  .cui .slide-menu .homeLink {
    text-align: center; }
@media (max-width: 768px) {
  .cui .slide-menu {
    width: 100%; }
    .cui .slide-menu ul {
      width: 100%; }
    .cui .slide-menu ~ main {
      margin-left: unset; }
  .cui .headerloginlogout,
  .cui .headerlang,
  .cui .userlogin,
  .cui .hr-ver {
    display: none !important; }
  .cui .icon-list-menu {
    color: #fff !important; }
  .cui .breadcrumb > li {
    float: none;
    text-align: center; } }
.cui #backNav {
  float: left; }
@media (max-width: 1023px) {
  .cui .slide-menu {
    position: absolute;
    top: 0px;
    height: 100%; }
  .cui #push-mobile-menu {
    visibility: visible; } }
@media (max-width: 1023px) and (min-width: 769px) {
  .cui #push-mobile-menu {
    border-right: 3px solid #ececec; } }

.cui footer.page-footer {
  color: #fff;
  background-color: #58585b; }
  .cui footer.page-footer .region-footer {
    margin-top: 50px; }
    .cui footer.page-footer .region-footer ul {
      padding-left: 0; }
      .cui footer.page-footer .region-footer ul li {
        display: inline;
        padding-right: 40px; }
        .cui footer.page-footer .region-footer ul li a:hover,
        .cui footer.page-footer .region-footer ul li a:focus {
          color: #fff; }
    .cui footer.page-footer .region-footer .block-block {
      max-width: 100%;
      padding: 0; }
  .cui footer.page-footer ul.menu {
    padding-left: 0; }
    .cui footer.page-footer ul.menu li {
      display: block;
      margin-bottom: 7px; }
      .cui footer.page-footer ul.menu li a {
        padding: 0; }
        .cui footer.page-footer ul.menu li a:hover, .cui footer.page-footer ul.menu li a:focus {
          background-color: transparent;
          color: #fff;
          text-decoration: underline; }
  .cui footer.page-footer ul.follow-ul {
    width: 250px; }
    .cui footer.page-footer ul.follow-ul .follow-icons {
      background-image: url(../img/new-social-white-icons-bar.png);
      float: left;
      padding: 0;
      margin-left: 5px;
      height: 24px;
      float: left;
      border-radius: 3px;
      width: 24px; }
    .cui footer.page-footer ul.follow-ul li.list-inline.follow-icons a {
      width: 100%;
      height: 100%;
      padding: 0;
      margin: 0;
      display: block; }
    .cui footer.page-footer ul.follow-ul .follow-icons.css-yt {
      background-position: 0 0; }
    .cui footer.page-footer ul.follow-ul .follow-icons.css-fb {
      background-position: -33px 0; }
    .cui footer.page-footer ul.follow-ul li.list-inline.follow-icons.css-ln {
      background-position: -66px 0; }
    .cui footer.page-footer ul.follow-ul li.list-inline.follow-icons.css-ins {
      background-position: -99px 0; }
    .cui footer.page-footer ul.follow-ul li.list-inline.follow-icons.css-tw {
      background-position: -132px 0; }
  .cui footer.page-footer .list-inline {
    padding-left: 0;
    list-style: none; }
  .cui footer.page-footer .follow-title {
    margin-right: 15px;
    margin-top: 10px; }
  .cui footer.page-footer .csr-text {
    font-size: 12px; }
  .cui footer.page-footer .csr-text > a {
    text-decoration: underline; }
@media (max-width: 767px) {
  .cui footer.page-footer .container {
    padding: 0; }
  .cui footer.page-footer ul li {
    text-align: center;
    border-bottom: 1px solid #fff;
    padding: 10px; }
  .cui footer.page-footer .region-footer {
    margin: 0; }
    .cui footer.page-footer .region-footer ul li {
      display: block; }
  .cui footer.page-footer .csr-text {
    padding: 0px 15px; } }

.cui .breadcrumb-container {
  height: 40px;
  background-color: #f5f5f5;
  border-bottom: 2px solid #b6b8b9;
  border-bottom: 1px solid #b6b8b9; }
.cui .breadcrumb {
  padding-top: 10px;
  height: 40px;
  background-color: #f5f5f5;
  padding-bottom: 10px;
  padding-left: 50px; }
  .cui .breadcrumb li {
    float: none; }
    .cui .breadcrumb li a {
      text-decoration: none; }
  .cui .breadcrumb a.nolink {
    color: #58585b;
    cursor: auto; }
.cui #skip-link {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 1001;
  height: 0;
  text-align: center; }
  .cui #skip-link a:link, .cui #skip-link a:visited {
    font-size: 0.94em;
    line-height: 1.7;
    padding: 1px 10px 2px 10px;
    text-decoration: none;
    -khtml-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-radius: 0 0 10px 10px;
    text-align: center; }
    .cui #skip-link a:link:hover, .cui #skip-link a:link:active, .cui #skip-link a:visited:hover, .cui #skip-link a:visited:active {
      outline: 0; }
  .cui #skip-link .element-focusable {
    opacity: 0;
    transition: 0.5s;
    position: relative;
    top: -500px; }
    .cui #skip-link .element-focusable:focus {
      opacity: 1;
      top: 0; }
.cui h1,
.cui h2,
.cui h3,
.cui h4,
.cui h5,
.cui h6 {
  color: #39393b; }
.cui a,
.cui .moreinfo {
  color: #035c7c; }
.cui .link {
  color: #c9c9cb; }
.cui a:not(.btn),
.cui .link {
  color: #035c7c; }
  .cui a:not(.btn):active, .cui a:not(.btn):hover, .cui a:not(.btn):focus,
  .cui .link:active,
  .cui .link:hover,
  .cui .link:focus {
    text-decoration: none;
    color: #049fd9; }

@media (min-width: 576px) {
  #block-menu-menu-locator-menu ul,
  #netacad-academy-search-form {
    max-width: 540px; } }
@media (min-width: 768px) {
  #block-menu-menu-locator-menu ul,
  #netacad-academy-search-form {
    max-width: 720px; } }
@media (min-width: 992px) {
  #block-menu-menu-locator-menu ul,
  #netacad-academy-search-form {
    max-width: 992px; } }
#block-menu-menu-locator-menu ul,
#netacad-academy-search-form {
  min-width: 0;
  max-width: 1440px;
  width: auto;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto; }

select.my-list {
  border: none;
  color: #0377a1; }

.lang-dropdown-select-element {
  width: 96px !important;
  border: none;
  line-height: 20px;
  height: 20px;
  color: inherit;
  font-weight: normal; }

.form-control {
  padding: 0px 12px;
  -webkit-box-shadow: inherit !important; }

#main-content:after {
  display: none; }

@font-face {
  font-family: "CiscoSans";
  font-style: normal;
  font-weight: 100;
  src: local("Arial"), local(sans-serif); }
@font-face {
  font-family: "CiscoSans";
  font-style: oblique;
  font-weight: 100;
  src: local("Arial"), local(sans-serif); }
@font-face {
  font-family: "CiscoSans";
  font-style: normal;
  font-weight: 300;
  src: local("Arial"), local(sans-serif); }
@font-face {
  font-family: "CiscoSans";
  font-style: oblique;
  font-weight: 300;
  src: local("Arial"), local(sans-serif); }
@font-face {
  font-family: "CiscoSans";
  font-style: normal;
  font-weight: 400;
  src: local("Arial"), local(sans-serif); }
@font-face {
  font-family: "CiscoSans";
  font-style: bold;
  font-weight: 700;
  src: local("Arial"), local(sans-serif); }
.course-img .field {
  display: inline-block;
  margin-left: 24px;
  line-height: 1; }
.course-img > div {
  margin-top: 20px; }
.course-img .field-label {
  font-size: 16px; }

.field-name-field-course-description {
  margin-top: 12px;
  margin-right: 40px;
  font-size: 16px; }

.course-title {
  font-size: 22px; }

.course-container {
  font-size: 16px; }

.course-skill-container .field-item h3 {
  color: #fff;
  padding: 0 40px; }
.course-skill-container img {
  margin: 0 auto; }

.field-name-field-course-languages {
  vertical-align: middle; }
  .field-name-field-course-languages .field-items {
    width: 200px; }

.course-3column-grid h3 {
  margin: 24px 0; }
.course-3column-grid p {
  padding: 0 25px; }

#block-block-3 {
  margin: 0;
  padding: 0;
  max-width: 100%; }

.course-5column-grid img {
  display: inline-block; }

.course-5column-grid h1 > div {
  font-size: 16px; }

@media (min-width: 768px) {
  .course-skill-container .field-item {
    height: 275px;
    background-color: #049fd9;
    border-radius: 4px;
    font-size: 28px; }

  .course-skill-container .field-label {
    padding-top: 75px;
    padding-bottom: 55px;
    font-size: 38px;
    font-weight: 200; }

  .course-skill-container {
    background-color: #0377a1;
    height: 918px;
    color: #fff; }

  .course-skill-container .field-items .col-md-6:nth-last-child(-n + 2) .field-item {
    margin-top: 25px; }

  .course-skill-container .field-items {
    margin: 0 60px; }

  .padding-200 {
    padding: 0 200px; }

  .course-3column-grid,
  .course-5column-grid {
    margin: 75px 0; }

  .social-community-text {
    margin-bottom: 40px; } }
@media (max-width: 767px) {
  .course-skill-container {
    background-color: #0377a1;
    height: 825px;
    color: #fff; }
    .course-skill-container .field-item {
      height: 145px;
      background-color: #049fd9;
      border-radius: 4px;
      font-size: 34px; }
      .course-skill-container .field-item h3 {
        font-size: 20px; }
    .course-skill-container .field-items .col-md-6:nth-last-child(-n + 3) .field-item {
      margin-top: 20px; }
    .course-skill-container .field-label {
      padding: 40px;
      padding-left: 20px;
      font-size: 24px;
      font-weight: 200; }
    .course-skill-container .field-items {
      margin: 0 20px; }
    .course-skill-container img {
      display: none; }

  .course-5column-grid {
    margin: 40px 0; }
    .course-5column-grid img {
      margin-top: 40px; }
    .course-5column-grid .padding-200 {
      padding: 0 40px; }

  .course-5column-grid .img-row {
    margin-top: 0 !important; }

  .course-3column-grid img {
    margin-top: 70px; }

  .course-container {
    padding-left: 20px !important; } }
/** Course page end **/
/** Course Topic page **/
.view-course-category #views-bootstrap-grid-1 {
  padding: 60px; }

.view-article-category #views-bootstrap-grid-1 {
  padding: 0; }

.view-article-category .view-filters {
  margin-bottom: 20px; }

.course-category-image {
  position: absolute;
  top: 35px;
  right: 35px; }

.cui .pager--infinite-scroll {
  padding-bottom: 2em; }

.view-course-category #views-bootstrap-grid-1 .views-field-nothing {
  border: 1px solid gray;
  border-radius: 4px;
  padding: 20px;
  background: #fff;
  margin-top: 15px;
  min-height: 225px;
  height: 95%; }

.view-course-category #views-bootstrap-grid-1 .views-field-nothing .field-content h4,
.allcourse-details > h4 {
  margin-right: 15%; }

.view-course-category .btn--primary a {
  color: #fff;
  line-height: 40px; }

.view-course-category {
  background: #e8ebf1; }

.view-course-category h3 {
  padding-top: 70px; }

.nav > li {
  position: relative;
  display: block; }

.nav li.dropdown ul.dropdown-menu ul {
  display: none;
  float: right;
  top: auto;
  margin-top: -30px; }

.nav > li > a {
  position: relative;
  display: block;
  padding: 0 15px;
  color: #494a4c; }

.nav li.dropdown ul.dropdown-menu li:hover ul {
  position: absolute; }

.nav li.dropdown ul.dropdown-menu li:hover ul,
.nav li.dropdown ul.dropdown-menu li.open ul {
  display: block;
  left: 100%;
  border-radius: 3px; }

.nav li.dropdown ul.dropdown-menu ul {
  float: right;
  top: auto;
  margin-top: -41px; }

.nav > li:focus,
.nav > li:active,
.nav > li.active {
  z-index: 1000; }

.cui ul.dropdown-menu {
  position: absolute; }

.cui .dropdown-toggle:after {
  content: "";
  vertical-align: 3%;
  margin-left: 5px;
  color: #b6b8b9; }

ul.navbar-nav ul li {
  color: #494a4c;
  font-size: 16px; }

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent; }

li.expanded,
li.collapsed,
li.leaf {
  padding: 0em; }

.nav > li > a:hover {
  text-decoration: none; }

.cui .dropdown-menu li.active a {
  background: transparent;
  color: #fff;
  text-decoration: none; }

ul#mainMenu > li > a {
  text-decoration: none; }

ul.menu li {
  display: inline; }

ul.menu li a {
  text-decoration: none;
  color: #4a4a4a; }

ul.menu li a:hover {
  text-decoration: none; }

.cui .dropdown a:focus,
.cui .dropdown:focus {
  outline: #006285 solid 1px; }

.cui a:focus,
.nav > li > a:focus {
  color: #049fd9;
  outline: 1px solid #049fd9;
  background-color: transparent; }

.cui .btn--icon:focus {
  color: #006285; }

#lang-dropdown-select-language:focus {
  outline: 1px solid #049fd9; }

.cui #pre-loginnav .dropdown-menu > li > a:focus,
.dropdown-menu > li:focus {
  text-decoration: none;
  color: #fff;
  background: #0377a1; }

.cui #search-btn {
  border-radius: 0;
  box-shadow: none; }

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: transparent; }

.imgDividerExample {
  background: url("../img/wireless-1.jpg");
  height: 100px;
  max-width: 100%; }

.asterisk-align {
  position: absolute !important;
  padding-left: 16%; }

.cui {
  /* Add additional hero colors */ }
  .cui .absolute-center {
    width: 100%;
    text-align: center; }
  .cui .hero--indigo h1,
  .cui .hero--dkgray h1 {
    color: #fff; }
  .cui .panel--bgblue {
    position: relative;
    background: #e2f7fb;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .cui .apollo-hero--red,
  .cui .hero--red {
    color: #fff;
    position: relative;
    background: #e2231a;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .cui .apollo-hero--red:after,
    .cui .hero--red:after {
      background: none; }
  .cui .hero--red h1 {
    color: #fff; }
  .cui .apollo-hero--orange,
  .cui .hero--orange {
    color: #000;
    position: relative;
    background: #fbab18;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .cui .apollo-hero--orange:after,
    .cui .hero--orange:after {
      background: none; }
  .cui .apollo-hero--green,
  .cui .hero--green {
    color: #000;
    position: relative;
    background: #6ebe4a;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .cui .apollo-hero--green:after,
    .cui .hero--green:after {
      background: none; }
  .cui .hero.image-only:after {
    background: none; }
  .cui .apollo-hero--blue,
  .cui .hero--blue {
    color: #000; }
  .cui .apollo-content,
  .cui .content {
    background-color: transparent;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow-x: visible;
    overflow-y: visible; }

/* css */
#rightbar {
  height: 80px;
  line-height: 80px; }

@media (max-width: 1023px) {
  .cui ul.list li.hidden,
  .cui select.hidden,
  .cui logout.hidden {
    display: none; }
  .cui .icon-list-menu {
    color: #fff !important; }

  .allcourse-category-image {
    display: none; }

  #edit-field-course-delivery-type-tid-wrapper {
    display: inline-grid;
    margin: auto; }

  .allcourse-details {
    max-width: 100%; }

  .hero-banner.hero.image-only .container .hero__content {
    margin: auto 0;
    text-align: -webkit-auto;
    padding: 0; } }
.mynetacad-link {
  padding-left: 31px; }

.menu-block-3 ul li a {
  color: #4a4a4a; }

.lang-dropdown-select-element {
  width: 80px !important;
  border: none;
  height: 20px;
  line-height: 1.25;
  text-align: right;
  color: #4a4a4a; }

.menu-block-3 > ul {
  border: none;
  list-style: none;
  text-align: left; }

@media (max-width: 1023px) and (min-width: 769px) {
  .cui .sidebar--hidden {
    visibility: hidden;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    -webkit-transform: translate3d(-280px, 0, 0);
    transform: translate3d(-280px, 0, 0); }
  .cui .slide-menu ~ .main-content {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: margin 0.25s;
    transition: margin 0.25s; }
  .cui .sidebar--hidden ~ .main-content {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.25s;
    transition: all 0.25s; } }
.cui a.contextual-links-trigger-active {
  background: transparent url(../img/gear-select.png) no-repeat 2px 0; }
.cui #user-login {
  margin: 0 auto;
  padding: 0 20px; }
  .cui #user-login .glyphicon-log-in:before {
    content: ""; }
.cui header.netacad-node,
.cui footer.netacad-node {
  box-shadow: none;
  background-color: transparent; }
.cui footer.netacad-node a {
  color: #0377a1; }
.cui .view-pathways .hero__marquee {
  color: #58585b;
  background: #dfdfdf; }
.cui .view-pathways span.container {
  display: block;
  margin: -10px auto; }

/* hero banner component */
.hero-banner {
  display: flex; }

.hero-banner,
.hero-banner .image-container {
  background-size: cover;
  background-position: center center; }

.text-container {
  background-color: inherit; }

.hero-banner.split-right {
  flex-direction: row-reverse; }

.hero--dkblue h1,
.image-only h1,
.hero--blue h1,
.hero--blue p {
  color: #fff; }

.hero__marquee {
  background-size: cover;
  background-position: center center; }

.cui .hero .hero__marquee:after {
  background: none; }

.hero-banner .hero__content .container {
  padding-left: 60px;
  padding-right: 60px;
  width: 100%; }

.hero-banner.hero.hero--loose {
  min-height: 400px;
  border: none; }

.hero-banner.hero.image-only {
  background-size: cover; }

.hero-banner.hero.image-only .container,
.hero-banner.hero.background-only .container {
  display: flex;
  padding-left: 54px; }

.hero-banner.hero.image-only .container .hero__content,
.hero-banner.hero.background-only .container .hero__content {
  margin: auto 0; }

@media (max-width: 768px) {
  .cui .hero-banner.hero {
    flex-wrap: wrap; }
  .cui .hero.image-only,
  .cui .hero.background-only {
    height: 285px;
    min-height: 285px; }
  .cui .hero-banner.image-only .hero__content,
  .cui .hero-banner.background-only .hero__content {
    height: auto;
    min-height: 20px; }
  .cui .hero-banner.background-only .container {
    margin: auto 0;
    height: auto;
    min-height: 20px; }
  .cui .hero-banner .hero__content {
    min-height: 285px;
    padding: 20px 0;
    width: 100%;
    order: 2; }
  .cui .hero-banner.two-column-text .hero__marquee {
    padding-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    width: 100%;
    order: 2; }

  .hero-banner .hero__marquee {
    min-height: 215px;
    height: 215px; }

  .hero-banner .hero__content .container,
  .cui .hero-banner.two-column-text .hero__marquee .container {
    padding-left: 20px;
    padding-right: 20px;
    margin: auto 0;
    width: 100%; }

  .cui .hero-banner.two-column-text .hero__marquee .container,
  .cui .hero-banner.two-column-text .hero__content .container {
    margin: 0; }

  .cui .hero.two-column-text .hero__content,
  .cui .hero.two-column-text .hero__marquee {
    height: auto;
    min-height: 0; } }
@media (min-width: 1200px) {
  .hero-banner.hero.image-only .container .hero__content {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 40em; }

  .hero.two-column-text .hero__marquee .container {
    padding-left: 60px;
    padding-right: 60px; }

  .social-network-links a {
    line-height: 3; }

  .field-name-field-course-delivery-type {
    width: auto;
    vertical-align: middle; } }
.cui .hero.two-column-text.hero--loose .hero__marquee {
  padding: 60px 0 100px; }
.cui .hero.two-column-text.hero--regular .hero__marquee {
  padding: 40px 0 30px; }
.cui .hero.two-column-text.hero--compressed .hero__marquee {
  padding: 10px 0 5px; }

.pane-bundle-badge-collection h2 {
  display: none; }
.pane-bundle-badge-collection .collectin-it {
  padding: 1em 0;
  display: flex;
  flex-wrap: wrap; }
.pane-bundle-badge-collection .badge-collection {
  text-align: center;
  padding: 0 20px 20px;
  flex: 1; }
.pane-bundle-badge-collection .badge-collection img {
  margin: 0 auto; }
.pane-bundle-badge-collection .collectin-it.badges-center {
  justify-content: center;
  border: none; }
.pane-bundle-badge-collection .collectin-it.badges-center .badge-collection {
  flex-grow: 0;
  flex-shrink: 0; }
.pane-bundle-badge-collection .collectin-it.badges-center {
  justify-content: center; }
.pane-bundle-badge-collection .collectin-it.badges-center .badge-collection {
  flex-grow: 0;
  flex-shrink: 0; }
.pane-bundle-badge-collection .collectin-it.badges-center img {
  max-width: none; }

body.cui .pane-bundle-badge-collection .badge-collection .title {
  margin-top: 1em;
  display: block;
  font-weight: bold;
  font-size: 1em; }

body.cui .pane-bundle-badge-collection .badge-collection p {
  margin-top: 0px; }

.collectin-it.badge-column {
  flex-direction: column; }
  .collectin-it.badge-column .badge-collection {
    display: flex;
    margin-bottom: 30px; }
  .collectin-it.badge-column .badge-collection img {
    margin: auto 0; }
  .collectin-it.badge-column .badge-collection .badge-description {
    margin-left: 30px;
    text-align: left;
    display: flex; }
    .collectin-it.badge-column .badge-collection .badge-description .icon-small {
      display: inline-block;
      margin-left: 10px; }
    .collectin-it.badge-column .badge-collection .badge-description p,
    .collectin-it.badge-column .badge-collection .badge-description .title {
      margin: 0; }

.collectin-it .badge-collection .badge-description .icon-small {
  display: none; }

.badge-container {
  margin: auto; }

/* end of badge collection */
/* Recommended Reading panel */
.field-name-field-fpp-recommended-article {
  flex: 1; }
  .field-name-field-fpp-recommended-article .link {
    padding: 30px; }

body.recommended-reading-wrapper .panel-variant-1 .link {
  padding: 30px; }

/* end of Recommended Reading panel */
/* Panel variant 1 */
.panel-variant-1 {
  background-color: #0377a1;
  position: relative;
  min-height: 348px;
  overflow: hidden; }
  .panel-variant-1 img {
    width: 100%; }
  .panel-variant-1 .icon-add-outline,
  .panel-variant-1 .icon-right-arrow-outline {
    position: absolute;
    color: #fff;
    bottom: 17px;
    right: 17px; }

body.cui .panel-variant-1 .panel > p {
  color: #fff;
  font-size: 16px;
  padding: 30px 30px 5px 30px;
  margin-bottom: 0;
  margin-top: 0; }
body.cui .panel-variant-1 .link {
  color: #fff;
  font-size: 16px;
  text-decoration: underline;
  padding: 0 30px 30px 30px;
  font-weight: 100; }
body.cui .panel-variant-1 .icon-add-outline,
body.cui .panel-variant-1 .icon-right-arrow-outline {
  position: absolute;
  color: #fff;
  bottom: 17px;
  right: 17px; }

.recommended-reading-wrapper .field-name-field-fpp-recommended-article:first-child {
  margin-left: 30px; }

.panel1-wrapper,
.recommended-reading-wrapper {
  display: flex;
  flex-direction: row;
  padding: 30px 0;
  border: none; }
  .panel1-wrapper .panel-variant-1,
  .recommended-reading-wrapper .panel-variant-1 {
    flex: 1;
    margin-right: 30px; }
  .panel1-wrapper .panel1-head-image,
  .recommended-reading-wrapper .panel1-head-image {
    height: 210px;
    background-size: cover;
    background-position: center center; }

.panel1-wrapper .panel-variant-1:first-child {
  margin-left: 30px; }

@media (max-width: 768px) {
  .panel1-wrapper,
  .recommended-reading-wrapper {
    flex-direction: column;
    padding: 20px; }
    .panel1-wrapper .panel-variant-1,
    .recommended-reading-wrapper .panel-variant-1 {
      margin-right: 0;
      margin-bottom: 20px; }
    .panel1-wrapper .panel-variant-1:first-child,
    .panel1-wrapper .field-name-field-fpp-recommended-article:first-child,
    .recommended-reading-wrapper .panel-variant-1:first-child,
    .recommended-reading-wrapper .field-name-field-fpp-recommended-article:first-child {
      margin-left: 0; } }
/* Panel variant 2 */
.cui .panel2-wrapper {
  display: flex;
  flex-direction: row;
  padding: 30px 0; }
  .cui .panel2-wrapper .panel-variant-2 {
    flex: 1;
    margin-right: 30px;
    padding-top: 30px;
    text-decoration: none !important; }
.cui a.panel-variant-2 {
  background-color: #0377a1;
  position: relative;
  padding: 0px 30px;
  height: 348px;
  display: flex;
  vertical-align: middle; }
  .cui a.panel-variant-2:focus {
    background-color: #0377a1; }

.panel2-wrapper .panel-variant-2:first-child {
  margin-left: 30px; }

.panel-variant-2 h2 {
  color: #fff; }

body.cui .panel-variant-2 p {
  color: #fff;
  font-size: 16px;
  padding-top: 10px;
  margin-bottom: 0;
  margin-top: 0; }

body.cui .panel-variant-2 .link {
  color: #fff;
  font-size: 16px;
  text-decoration: underline;
  padding-top: 20px;
  font-weight: 100; }

body.cui .panel-variant-2 .icon-right-arrow-outline,
body.cui .panel3-description .icon-right-arrow-outline {
  position: absolute;
  color: #fff;
  bottom: 17px;
  right: 17px; }

@media (max-width: 768px) {
  .cui .panel2-wrapper {
    flex-direction: column;
    padding: 20px; }
    .cui .panel2-wrapper .panel-variant-2 {
      margin-right: 0;
      margin-bottom: 20px; }
      .cui .panel2-wrapper .panel-variant-2:first-child {
        margin-left: 0; }
      .cui .panel2-wrapper .panel-variant-2:last-child {
        margin-bottom: 0; } }
/* Panel 3 */
.panel3-wrapper {
  display: flex;
  background: #444;
  padding: 50px 70px; }
  .panel3-wrapper .panel3-item {
    flex: 1;
    margin-right: 30px;
    background-color: #0377a1;
    position: relative; }
    .panel3-wrapper .panel3-item .panel3-head {
      text-align: center;
      height: 174px; }
    .panel3-wrapper .panel3-item .panel3-description {
      min-height: 174px; }
    .panel3-wrapper .panel3-item .panel3-head h2 {
      font-size: 50px;
      font-weight: 100;
      color: #fff;
      padding-top: 29px;
      margin: 0;
      font-style: italic; }
    .panel3-wrapper .panel3-item .panel3-head p {
      font-size: 30px;
      font-weight: 100;
      color: #fff;
      margin: -10px 0 0 0;
      padding: 0;
      font-style: italic; }
    .panel3-wrapper .panel3-item .panel3-description h2 {
      font-size: 22px;
      font-weight: 300;
      color: #fff;
      padding: 35px 20px 0px 20px;
      margin: 0; }
    .panel3-wrapper .panel3-item .panel3-description p {
      font-size: 16px;
      line-height: 1.5;
      font-weight: 100;
      color: #fff;
      padding: 0 20px; }
    .panel3-wrapper .panel3-item:last-child {
      margin-right: 0; }
    .panel3-wrapper .panel3-item a {
      display: block;
      text-decoration: none !important; }

.panel3-item.panel3-light-blue .panel3-head {
  background-color: #00bceb; }
.panel3-item.panel3-orange .panel3-head {
  background-color: #fbab18; }
.panel3-item.panel3-green .panel3-head {
  background-color: #6ebe4a; }
.panel3-item.panel3-green .panel3-head {
  background-color: #376325; }
.panel3-item.panel3-light-blue .panel3-head {
  background-color: #00586f; }
.panel3-item.panel3-orange .panel3-head {
  background-color: #784f01; }

.panel3-wrapper .panel3-item {
  background-color: #036081; }

@media (max-width: 768px) {
  .panel3-wrapper {
    flex-direction: column;
    padding: 20px; }
    .panel3-wrapper .panel3-item {
      margin-right: 0;
      margin-bottom: 20px; }
    .panel3-wrapper .panel3-item > a {
      display: block; }
    .panel3-wrapper .panel3-item:last-child {
      margin-bottom: 0; } }
/* centered WYSIWYG */
.cui .centered-wysiwyg {
  text-align: center;
  border: none; }

/* rotator */
.rotator {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  width: 100%; }

.rotator-wrapper {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.7s;
  transition-timing-function: ease-in-out;
  min-height: 420px; }

.rotator-item {
  width: 100%;
  background-size: cover;
  background-position: center center;
  display: flex;
  justify-content: flex-end;
  min-height: 420px; }
  .rotator-item .text-overlay {
    width: 50%;
    margin: auto 0;
    height: 310px;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 60px 100px;
    color: #fff;
    position: relative; }
  .rotator-item .icon-chevron-left {
    position: absolute;
    top: calc(50% - 30px);
    left: 20px;
    opacity: 0.5;
    cursor: pointer; }
  .rotator-item .icon-chevron-right {
    position: absolute;
    top: calc(50% - 30px);
    right: 20px;
    opacity: 0.5;
    cursor: pointer; }
  .rotator-item .icon-chevron-left:hover, .rotator-item .icon-chevron-left:hover {
    color: #00bceb;
    opacity: 1; }
  .rotator-item h2 {
    font-size: 30px;
    color: #fff;
    line-height: 1; }
  .rotator-item p {
    font-size: 18px;
    color: #fff;
    line-height: 1.5;
    text-align: left;
    margin-top: 12px; }
  .rotator-item .dot-holder {
    text-align: center;
    margin-top: 20px;
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0; }
    .rotator-item .dot-holder span {
      display: inline-block;
      margin: 5px;
      background-color: #fff;
      border-radius: 5px;
      width: 10px;
      height: 10px;
      opacity: 0.5;
      cursor: pointer; }
      .rotator-item .dot-holder span.selected {
        opacity: 1; }
        .rotator-item .dot-holder span.selected:before {
          display: none; }

@media (max-width: 992px) {
  .rotator-item .text-overlay {
    padding: 60px; }
  .rotator-item .icon-chevron-left {
    left: 5px; }
  .rotator-item .icon-chevron-right {
    right: 5px; }
  .rotator-item p {
    font-size: 14px; }

  .panel3-wrapper .panel3-item .panel3-head h2 {
    font-size: 36px; } }
@media (min-width: 769px) and (max-width: 991px) {
  .panel3-wrapper .panel3-item .panel3-description {
    min-height: 300px; } }
@media (max-width: 767px) {
  .rotator {
    height: 475px;
    min-height: 215px; }

  .rotator-wrapper {
    height: 215px;
    min-height: 215px; }

  .rotator-item {
    height: 215px;
    min-height: 215px; }
    .rotator-item .text-overlay {
      width: 100%;
      height: 260px;
      background-color: black;
      padding: 40px 20px;
      bottom: -215px !important; }
    .rotator-item .text-overlay .icon-large:before {
      font-size: 2rem; }
    .rotator-item .icon-chevron-left {
      left: 55px;
      bottom: 18px;
      top: auto; }
    .rotator-item .icon-chevron-right {
      right: 55px;
      bottom: 18px;
      top: auto; }
    .rotator-item .dot-holder {
      position: absolute;
      bottom: 30px; }
    .rotator-item p {
      height: 110px;
      overflow: hidden;
      font-size: 18px; } }
/* end */
.cui .form-group {
  -webkit-box-shadow: none;
  box-shadow: none; }
.cui label {
  font-weight: normal; }
.cui .webform-component-textarea label {
  font-weight: bold; }
.cui .geo_addr_result {
  padding-right: 0;
  padding-top: 0;
  margin: 0;
  padding-left: 0;
  display: none; }
.cui .webform-component--location-group-1,
.cui .webform-component--location-group-2,
.cui .webform-component--contact-group-1,
.cui .webform-component--contact-group-2 {
  padding: 0; }
  .cui .webform-component--location-group-1 .panel-body,
  .cui .webform-component--location-group-1 .panel-body,
  .cui .webform-component--location-group-1 .panel-body,
  .cui .webform-component--location-group-1 .panel-body,
  .cui .webform-component--location-group-2 .panel-body,
  .cui .webform-component--location-group-2 .panel-body,
  .cui .webform-component--location-group-2 .panel-body,
  .cui .webform-component--location-group-2 .panel-body,
  .cui .webform-component--contact-group-1 .panel-body,
  .cui .webform-component--contact-group-1 .panel-body,
  .cui .webform-component--contact-group-1 .panel-body,
  .cui .webform-component--contact-group-1 .panel-body,
  .cui .webform-component--contact-group-2 .panel-body,
  .cui .webform-component--contact-group-2 .panel-body,
  .cui .webform-component--contact-group-2 .panel-body,
  .cui .webform-component--contact-group-2 .panel-body {
    padding: 0; }

#edit-submitted-additional-comments {
  padding: 1em; }

.cui .custom-form-actions {
  border-top: 1px solid #c6c7ca;
  padding: 3em 0 3em 0;
  margin: 3em 0 3em 0; }
  .cui .custom-form-actions > span.pull-right {
    display: flex; }
    .cui .custom-form-actions > span.pull-right > .webform-next {
      order: 1;
      margin-left: 10px; }
.cui .share-links ul {
  padding: 20px 0 20px 0; }
  .cui .share-links ul li {
    padding: 0; }
.cui .read-more-links ul {
  padding: 0; }
  .cui .read-more-links ul li {
    padding: 0; }
.cui .bottom-margin {
  margin-bottom: 2rem; }
.cui .article-teaser-link {
  margin-top: -6px; }
.cui .ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }
.cui .node-article {
  margin-bottom: 2em; }
.cui .field-name-field-related-articles > div:first-child {
  font-size: large;
  margin-bottom: 1em; }
.cui a.article-teaser-link:hover {
  color: #58585b; }
.cui .webform-component--privacy-statement {
  margin: -20px 0 20px 0; }
.cui .error {
  color: #58585b;
  background-color: transparent; }
.cui #error-message ul {
  list-style: none;
  padding: 0; }

#edit-extra-available-countries div {
  display: inline-block;
  width: 220px !important;
  margin-left: 20px !important; }

.cui #error-message .clientside-error {
  background-color: transparent;
  color: inherit; }
.cui .links-right-section {
  background: #dfdfdf;
  text-align: center; }
.cui .certifications .hero:after,
.cui .pathways .hero:after {
  position: static; }
.cui .certifications .hero__content,
.cui .pathways .hero__content {
  padding: 20px;
  align-items: normal; }
.cui .pathways .links-right-section .field-item {
  text-align: right; }

.certifications .btn--primary a {
  color: #fff;
  line-height: 40px; }

.view-certifications .views-row-last,
.view-pathways .views-row-last {
  margin-bottom: 10px; }

.certifications .hero {
  color: #39393b; }

/** custom blocks**/
.block-block {
  padding-right: 20px;
  padding-left: 20px;
  margin: 0 auto;
  max-width: 1209px; }

.field-name-field-exam-provider-link {
  display: inline-block; }

.cui .field-collection-view {
  margin: 0;
  padding: 0;
  border-bottom: none; }

.hero__marquee {
  background-size: cover;
  background-position: center center; }

.cui .field-collection-container {
  border-bottom: none;
  margin-bottom: 0; }

.field-name-field-skill-image {
  height: 10px;
  width: 50px;
  margin-right: 10px;
  margin-top: 5px; }

.cui .element-invisible {
  display: none; }

.hero__content button {
  border-color: transparent;
  background: transparent; }

.cui .hero--white {
  color: #58585b;
  position: relative;
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .cui .hero--white:after {
    background: none; }

.hero-banner .section .field {
  display: inline-block; }

.cui .panel--palegray {
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #e8ebf1;
  color: #000; }

.colorbox:before {
  content: "\e14b";
  display: inline-block;
  font-family: cui-font;
  font-size: 9.6rem;
  color: #fff; }

.hero.split-video:after,
.hero.split-video .hero__marquee:after,
.field-collection-video.hero__marquee:after {
  position: static; }

footer ul.menu li a:hover {
  text-decoration: underline; }

#self-enroll-guest-menu-container,
#self-enroll-ex-user-menu-container {
  position: relative;
  float: left; }

#enroll-as-guest-user .btn.self-enroll-button,
#enroll-as-ex-user .btn.self-enroll-button,
.cui .btn--orange {
  color: #58585b;
  background-color: #fbab18; }

.enrollbtn-section .field-collection-container {
  display: inline-block; }

.cui .self-enroll-dropdown-menu {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 180px;
  margin: 0px !important;
  padding: 0px !important;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
  font-size: 14px; }
  .cui .self-enroll-dropdown-menu li > a {
    display: block;
    padding: 3px 20px;
    white-space: nowrap;
    color: #676767;
    clear: both;
    padding: 10px; }
    .cui .self-enroll-dropdown-menu li > a:hover, .cui .self-enroll-dropdown-menu li > a:focus {
      text-decoration: none;
      color: #fff;
      background-color: #0377a1; }
  .cui .self-enroll-dropdown-menu li:first-child > a {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px; }
  .cui .self-enroll-dropdown-menu li:last-child > a {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }

.allcourse-category-image {
  height: 230px;
  float: left;
  border: 1.2px solid #8e9299;
  border-radius: 5px;
  padding: 0px !important;
  margin: 0px !important;
  width: 190px;
  background-color: #fff; }

.allcourse-details {
  border: 1.2px solid #8e9299;
  height: 230px;
  padding: 20px;
  float: left;
  border-radius: 5px;
  white-space: normal;
  background-color: #fff; }
  .allcourse-details .btn--primary a {
    color: #fff;
    line-height: 40px; }

#views-exposed-form-all-courses-block {
  background-color: #444444;
  padding: 30px 0px 10px 0px; }

#edit-field-course-skill-level-tid,
#edit-field-course-languages-tid,
#edit-field-course-category-tid {
  width: 170px;
  color: #58585b; }
  @media (max-width: 768px) {
    #edit-field-course-skill-level-tid,
    #edit-field-course-languages-tid,
    #edit-field-course-category-tid {
      width: 100%; } }

.select:after {
  right: 10px !important; }

#edit-field-course-delivery-type-tid-wrapper {
  display: inline-flex;
  padding-left: 68px; }
  #edit-field-course-delivery-type-tid-wrapper > label {
    float: left;
    line-height: 1.7;
    font-size: 18px;
    text-align: left;
    color: white;
    padding-right: 53px;
    padding-top: 7px; }

.form-item-field-course-delivery-type-tid {
  display: block !important; }
  .form-item-field-course-delivery-type-tid > .bef-select-as-checkboxes > .bef-checkboxes > .form-type-bef-checkbox {
    float: left;
    min-width: 175px; }
  .form-item-field-course-delivery-type-tid span:first-child {
    font-size: 18px;
    text-align: left;
    color: white; }
  .form-item-field-course-delivery-type-tid .bef-select-as-checkboxes {
    border: none;
    background-color: unset;
    padding: 0; }
    .form-item-field-course-delivery-type-tid .bef-select-as-checkboxes .form-type-bef-checkbox .checkbox {
      padding-right: 20px; }
      .form-item-field-course-delivery-type-tid .bef-select-as-checkboxes .form-type-bef-checkbox .checkbox.checkbox__label {
        color: #fff;
        font-size: 16px;
        padding-left: 10px; }

.view-all-courses > .views-field-nothing {
  border: 0px; }
.view-all-courses .view-content .views-bootstrap-grid-plugin-style .row .col-xs-12 .views-field-nothing {
  border: 0px !important; }
.view-all-courses .view-content .views-bootstrap-grid-plugin-style {
  padding: 0px !important; }

.form-item-field-course-delivery-type-tid .bef-select-as-checkboxes .checkbox input ~ .checkbox__label,
.form-item-field-course-delivery-type-tid .bef-select-as-checkboxes .checkbox input.checked ~ .checkbox__label,
.form-item-field-course-delivery-type-tid .bef-select-as-checkboxes .checkbox input:checked ~ .checkbox__label {
  color: #fff; }

.allcourse-category-image .img-responsive,
.allcourse-category-image-small .img-responsive {
  margin: auto !important;
  border-radius: 5px; }

@media (max-width: 768px) {
  .allcourse-category-image-small {
    display: block; }

  #edit-field-course-delivery-type-tid-wrapper {
    padding-left: 20%; }

  #edit-field-course-delivery-type-tid-wrapper {
    display: inline;
    padding-left: 80px; }

  #edit-field-course-skill-level-tid-wrapper,
  #edit-field-course-languages-tid-wrapper,
  #edit-field-course-category-tid-wrapper {
    width: 80%;
    padding-left: 20%; }

  #edit-field-course-delivery-type-tid-wrapper > label {
    width: 100%; } }
.allcourse-category-image-small {
  display: none !important; }

#edit-field-course-skill-level-tid-wrapper,
#edit-field-course-languages-tid-wrapper,
#edit-field-course-category-tid-wrapper {
  padding-top: 15px; }

@media (max-width: 1200px) {
  #edit-field-course-skill-level-tid-wrapper,
  #edit-field-course-languages-tid-wrapper,
  #edit-field-course-category-tid-wrapper {
    padding-top: 15px; }

  #edit-field-course-skill-level-tid-wrapper {
    padding-left: 20%; }

  .allcourse-category-image-small {
    position: relative;
    top: -37px;
    float: right;
    display: block !important; }

  #edit-field-course-delivery-type-tid-wrapper {
    padding-left: 20%;
    width: 100%; }

  .field-name-field-course-delivery-type {
    vertical-align: middle;
    width: 150px; } }
#cboxLoadedContent {
  overflow-x: hidden !important; }

/* Search Results */
.cui .search-results,
.search-count {
  margin: 0;
  padding: 0 10%; }

.cui .search-results li {
  list-style-type: none; }

.search-title {
  padding-left: 50px;
  padding-right: 50px;
  margin-top: 20px;
  margin-bottom: 10px; }

.cui #search-form {
  padding: 0 4%; }
  .cui #search-form .form-group {
    z-index: 0; }
  .cui #search-form .input-group {
    display: table; }
  .cui #search-form #searcha {
    height: 34px;
    border-radius: 0; }
  .cui #search-form .icon-search {
    color: #fff; }
  .cui #search-form input[type="text"] {
    padding-left: 10px; }

.search-snippet-info .search-info {
  display: none; }

.locator-desc {
  height: auto; }

/** two column text hero **/
.hero.two-column-text .hero__marquee:after {
  background: transparent; }

.hero.two-column-text .hero__content,
.hero.two-column-text .hero__marquee {
  align-items: normal; }

.hero-banner.hero.two-column-text {
  min-height: 250px;
  border: none; }

.star-condition {
  font-size: 11px;
  margin-left: 50px; }

/* Marketo Widget */
.pd-top {
  padding-top: 10px; }

#marketodiv {
  z-index: 1001 !important;
  width: 100%;
  background-color: #fff;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  display: none;
  padding-bottom: 0px; }

#marketbtn {
  border-bottom: #c4c4c4 solid thin;
  border-top: #c4c4c4 solid thin;
  padding-left: 10px;
  color: #0ca4d5 !important; }
  #marketbtn img {
    position: relative;
    width: 23px;
    float: right; }

#accordion {
  display: none;
  background-color: #eee;
  padding: 10px; }

.mktoForm,
.mktoEmailField {
  width: auto !important; }

@media (max-width: 767px) {
  .field-name-field-course-delivery-type {
    width: auto; } }
.social-network-links a:after {
  content: "εàâ";
  font-family: cui-font;
  margin-left: 5px; }

.cui .hero--indigo a:not(.btn) {
  color: #fff;
  text-decoration: underline; }

#block-menu-menu-locator-menu {
  height: 40px;
  margin-top: -10px;
  background: lightgray; }
  #block-menu-menu-locator-menu ul {
    padding-top: 10px;
    padding-bottom: 10px; }
    #block-menu-menu-locator-menu ul li {
      display: inline;
      margin-right: 40px; }

#netacad-academy-search-form {
  margin-top: 25px;
  margin-bottom: 25px; }
  #netacad-academy-search-form > div {
    overflow: hidden; }
  #netacad-academy-search-form .form-item-location {
    width: 46%;
    float: left; }
  #netacad-academy-search-form .form-item-mycountry {
    margin-top: 28px; }
  #netacad-academy-search-form .name-id-search {
    float: right;
    position: relative; }
  #netacad-academy-search-form .btn {
    margin-right: 15px; }

#netacad-academy-search-form .btn,
#edit-submit-button,
#edit-submit-nextgen-academiesbynameid {
  float: left;
  font-size: 13px;
  margin-top: 27px;
  margin-left: 15px; }

.locator-wrapper {
  clear: both;
  margin-top: 30px; }

.form-item-curriculum {
  clear: both;
  width: 46%;
  float: left; }

.tabclass {
  color: #006285;
  border-bottom: 5px solid #006285;
  padding-bottom: 10px !important; }

.cui .hero .hero--green a:not(.btn) {
  color: #000;
  text-decoration: underline; }
.cui .panel--dkgray h2,
.cui .panel--dkgray h2,
.cui .panel--indigo h2 {
  color: #fff; }
.cui .panel {
  border-radius: unset; }
.cui a.panel {
  display: block; }
.cui .panel--gray-ghost {
  border: none; }
.cui .panel--indigo a:not(.btn) {
  color: #fff;
  text-decoration: underline; }

.home-right-panel {
  border-left: 1px solid #fff; }

.home-left-panel {
  border-right: 1px solid #fff; }

@media (max-width: 768px) {
  .home-right-panel {
    border-left: none; }

  .home-left-panel {
    border-right: none; } }
@media (max-width: 768px) {
  .social-icon {
    order: 1;
    text-align: center;
    margin-bottom: 30px; }

  .social-community-text {
    order: 2; }

  .social-network-links {
    order: 3; }

  .social-network-section {
    display: flex;
    flex-wrap: wrap; } }
.form-item-mycountry > .control-label {
  margin-top: 10px; }

.view-nextgen-academiesbynameid > .view-content > .table-responsive > .views-table {
  padding-left: 38px;
  padding-right: 38px; }
  .view-nextgen-academiesbynameid > .view-content > .table-responsive > .views-table > tbody > tr > td {
    white-space: normal !important; }
  .view-nextgen-academiesbynameid > .view-content > .table-responsive > .views-table > thead {
    background-color: #7f7f86;
    color: #fff; }

.search_result_wrapper > .view-content > .table-responsive > .views-table > tbody > tr > td {
  white-space: normal !important; }
.search_result_wrapper > .view-content > .table-responsive > .views-table > thead {
  background-color: #7f7f86;
  color: #fff; }

#netacad-academy-search-home-form #edit-submit-button {
  margin-top: 5px; }

#edit-submit-nextgen-academiesbynameid {
  margin-top: 0px; }

#edit-search-wrapper,
.asc-marketo-search {
  margin-left: 40px; }

.asc-marketo-search {
  margin-top: 20px; }

form#views-form-all-courses-block .table-responsive > table > tbody > tr > td {
  border: none !important;
  padding-bottom: 20px; }
form#views-form-all-courses-block .table-responsive > table > tbody > tr {
  background: none;
  padding-bottom: 20px; }

.cui .panel-variant-1 .panel {
  padding: 0;
  background: inherit;
  border: none;
  height: inherit;
  display: block; }

.cui .expand-story {
  height: inherit; }

.expand-story .popup-img {
  background-size: cover;
  background-position: center center;
  height: 60%; }

.expand-story .popup-video {
  height: 60%; }

.taxonomy-lang a {
  color: inherit; }
  .taxonomy-lang a:hover {
    cursor: auto;
    color: inherit; }

.taxonomy-course-label {
  padding-left: 74px;
  margin-top: -37px;
  padding-right: 15px; }
  .taxonomy-course-label > span.field-label {
    font-weight: bold; }

.close-address {
  position: absolute;
  right: 10px;
  top: 35px; }

.jumbotron {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: transparent;
  margin-bottom: 0px; }

@media (max-width: 991px) {
  .cui .hero-banner .section .field + .field {
    margin-top: 20px; }

  #netacad-academy-search-home-form {
    /* WebKit browsers */ }
    #netacad-academy-search-home-form .form-control::-webkit-input-placeholder,
    #netacad-academy-search-home-form .form-control:-moz-placeholder,
    #netacad-academy-search-home-form .form-control::-moz-placeholder,
    #netacad-academy-search-home-form .form-control :-ms-input-placeholder {
      font-size: 12px; } }
@media (min-width: 992px) {
  .cui .hero-banner .section .field + .field {
    margin: 0 0 0 20px; } }
.noresults {
  padding: 20px 0px 35px 80px; }

@media (max-width: 768px) {
  .view-course-category #views-bootstrap-grid-1 {
    padding: 20px; }

  .view-article-category #views-bootstrap-grid-1 {
    padding: 0; } }
.headerloginlogout ul li {
  list-style: none; }

.address-gmap > .form-item-submitted-location-group-1-institution-address-autocompletion-block {
  margin-right: 0px; }

.ui-step:last-child {
  z-index: 0; }

a.tabledrag-handle .handle {
  height: unset;
  width: unset; }

/* favicon in menu */
#admin-menu-icon img {
  background: #fff; }

.hideline::after {
  background: none !important; }

@media (max-width: 320px) {
  .cui .hero .section .btn {
    padding: 0 20px; }

  .view-course-category #views-bootstrap-grid-1 .views-field-nothing .field-content h4 {
    margin-right: 25%; }
  .view-course-category #views-bootstrap-grid-1 .views-field-nothing .field-content > div:first-child {
    margin-right: 20%; }

  .field-name-field-course-delivery-type {
    vertical-align: middle;
    width: 150px; } }
.learn-more {
  float: right; }

.cui .form-group__text.select select:focus {
  outline: 1px dotted #006285; }

#block-views-all-courses-block {
  margin-top: -10px; }

form#views-form-all-courses-block {
  padding-top: 20px;
  background-color: #e8ebf1; }
  form#views-form-all-courses-block div#edit-actions {
    margin-bottom: 0px; }

.inst-info {
  padding-right: 25px; }

@media (max-width: 767px) {
  #block-menu-menu-locator-menu {
    height: auto; }
    #block-menu-menu-locator-menu > ul {
      display: grid; }
      #block-menu-menu-locator-menu > ul > li:nth-child(2) {
        padding-top: 20px;
        padding-bottom: 20px; }
      #block-menu-menu-locator-menu > ul > li:last-child {
        padding-top: 10px;
        padding-bottom: 20px; }
    #block-menu-menu-locator-menu ul li {
      text-align: center; } }
.view-nextgen-academies > .row,
.view-nextgen-ascs > .row {
  padding-left: 38px;
  padding-right: 38px; }

.view-nextgen-itcs > #netacad-academy-search-form {
  padding-left: 0px; }

.leaflet-bar {
  display: inline-grid;
  background: #fff; }
  .leaflet-bar a:first-child {
    border-bottom: 1px solid #ccc; }

#views-exposed-form-nextgen-academiesbynameid-page {
  padding-left: 48px;
  margin-top: 14px; }

.view-nextgen-academiesbynameid > .view-empty {
  padding-left: 48px; }

.locator_roll_distance {
  float: right; }

@media (max-width: 767px) {
  #netacad-academy-search-home-form .form-control::-webkit-input-placeholder,
  #netacad-academy-search-home-form .form-control::-webkit-input-placeholder,
  #netacad-academy-search-home-form .form-control:-moz-placeholder,
  #netacad-academy-search-home-form .form-control:-moz-placeholder,
  #netacad-academy-search-home-form .form-control::-moz-placeholder,
  #netacad-academy-search-home-form .form-control::-moz-placeholder
  .form-control :-ms-input-placeholder,
  #netacad-academy-search-home-form .form-control:-ms-input-placeholder,
  #netacad-academy-search-form .form-control::-webkit-input-placeholder,
  #netacad-academy-search-form .form-control::-webkit-input-placeholder,
  #netacad-academy-search-form .form-control:-moz-placeholder,
  #netacad-academy-search-form .form-control:-moz-placeholder,
  #netacad-academy-search-form .form-control::-moz-placeholder,
  #netacad-academy-search-form .form-control::-moz-placeholder
  .form-control :-ms-input-placeholder,
  #netacad-academy-search-form .form-control:-ms-input-placeholder {
    color: transparent; }

  #netacad-academy-search-form .form-item-curriculum {
    width: 100%; } }
@media (max-width: 940px) {
  #netacad-academy-search-form .form-control::-webkit-input-placeholder,
  #netacad-academy-search-form .form-control:-moz-placeholder,
  #netacad-academy-search-form .form-control::-moz-placeholder,
  #netacad-academy-search-form .form-control:-ms-input-placeholder {
    color: transparent; }

  .cui .mob-help-text {
    display: block !important;
    margin-left: 49px; } }
.mob-help-text {
  color: #999;
  margin-top: 10px;
  display: none !important; }

#netacad-academy-search-home-form .form-group__text:before {
  content: "\E0E4";
  font-family: cui-font;
  line-height: 2.8rem;
  font-size: 1.8rem;
  color: #0096d6;
  position: absolute;
  top: 10px;
  left: 5px; }

.search-advanced {
  padding-left: 0px; }

@media (max-width: 576px) {
  .form-group label:first-of-type {
    white-space: normal; }

  .custom-form-actions > span.pull-right {
    flex-wrap: wrap;
    width: 80%;
    float: left !important; }
  .custom-form-actions > span.pull-left a {
    margin-left: 10px; }
  .custom-form-actions > span.pull-right > .webform-next {
    margin-bottom: 10px; }

  .webform-submit {
    margin-bottom: 10px; }

  .webform-component--privacy-statement ~ .pull-right .webform-previous {
    margin-left: 10px; }

  h6 a.btn.home-enrollnow-btn {
    display: -webkit-box !important;
    max-width: 200px;
    margin: auto; } }
.icon-contact {
  padding-left: 10px;
  color: #676767; }

.view-welcome-back-user {
  color: #676767; }

.dropdown-caret {
  color: #b6b8b9; }

.category-badge-icons {
  background: #e8ebf1; }

#coursesforfacility {
  padding-top: 20px; }

.enrollbtn-section > div {
  font-size: 12px; }

#edit-submit-button:focus {
  outline: 1px solid #049fd9; }

.certification-level-tax .field-item.even {
  padding-left: 15px; }

.gm-style a:focus,
.gmnoprint button:focus,
.gm-style-mtc div:focus,
.gm-style button:focus,
.gm-svpc div:focus {
  outline: 1px solid #049fd9;
  background-color: transparent; }

.cui .ajax-progress .glyphicon-refresh:before {
  content: ""; }

.cui .pane-netacad-academy-search-academy-search {
  padding-left: 20px; }
  .cui .pane-netacad-academy-search-academy-search h2 {
    font-size: 19px; }

.cui #netacad-academy-search-home-form input {
  font-size: 13px;
  padding-left: 25px; }

@media (max-width: 767px) {
  #netacad-academy-search-form .form-item-location {
    width: 100%; }
    #netacad-academy-search-form .form-item-location .name-id-search {
      float: left;
      margin-left: 15px; }

  #netacad-academy-search-form .btn,
  #edit-submit-button {
    display: block;
    margin: 5px auto !important;
    float: none; } }
div#in_person_learning ul {
  padding: 0 12px 0 0; }

.pane-netacad-academy-search-academy-search h2 {
  padding: 0 21px 0 0; }

#netacad-academy-search-home-form {
  padding: 0 16px 0 0; }

.cui .mktoRadioList ~ .mktoError {
  right: 200px !important;
  bottom: -30px !important; }
.cui #FirstName ~ .mktoError,
.cui #LastName ~ .mktoError {
  right: 3px !important;
  bottom: -30px !important; }
.cui .webform-component--contact-group-2--re-enter-email-address .required-block,
.cui .webform-component--contact-group-1--country-region-code .required-block,
.cui .webform-component--contact-group-1--preferred-language .required-block {
  right: 5px; }
.cui .webform-component--contact-group-1--number-include-area-code .required-block {
  right: 7px; }

.inst-info ~ div {
  padding-right: 25px; }

#countrypages {
  color: initial;
  border-radius: 4px;
  height: 31px;
  width: 100%; }

a .field-name-field-ngacademy-website {
  word-break: break-word; }

.cui .field-name-field-course-description p > a {
  display: inline; }

.cui .badges-full-length {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: space-around; }
  .cui .badges-full-length > .badge-collection {
    width: 150px;
    flex: auto;
    text-align: center; }

.certifications .row > div:first-child {
  padding: 0; }

#edit-location ~ label {
  overflow: inherit; }

.list-inactive-li li a[lang="ja"],
.list-inactive-li li a[lang="zh-hant"],
#lang-dropdown-select-language ul li a[aria-label="Japanese"],
#lang-dropdown-select-language ul li a[aria-label="ChineseTraditional"] {
  display: none; }

.field-collection-container .field-collection-view .entity-field-collection-item .content {
  padding: 10px 20px; }

@media (min-width: 1024px) {
  .field-collection-container + .field-collection-container {
    width: 70%;
    float: left;
    padding-left: 60px; }

  .field-collection-container + .field-collection-container + .field-name-field-right-sidebar {
    display: inline-flex;
    width: 30%;
    justify-content: center; } }
@media (max-width: 1023px) {
  .field-name-field-right-sidebar {
    padding: 20px; } }
.role-inst {
  width: 462px; }
  .role-inst label {
    font-weight: bold; }

.allcourse-skill-image {
  position: absolute; }

.imgwrapperdiv {
  position: relative; }

.learnmorewrapper {
  padding-top: 20px; }

#countrypages:focus {
  outline: #0377a1 solid 1px; }

#colorbox:focus {
  outline: #0377a1 solid 1px; }

#enroll-as-guest-user .btn.self-enroll-button,
#enroll-as-ex-user .btn.self-enroll-button,
.btn--orange {
  color: #2e2e30;
  background-color: #fbab18; }

.cui .form-group label:first-of-type {
  color: #838383; }

.cui .easy-breadcrumb_segment-title {
  color: #4f4f54; }

.cui .apollo-hero,
.cui .hero {
  background-color: #000000; }

#self-enroll-email-form {
  padding-top: 20px;
  padding-bottom: 20px; }

.field-name-field-core-skills > .field-items.row {
  display: block; }

#self-enroll-email-form label:first-of-type[for] {
  overflow: unset;
  white-space: nowrap; }

.cui #pre-loginnavbar .nav .dropdown-menu {
  background: #f5f5f5;
  left: auto;
  right: 0; }

#pre-loginnavbar .nav > .dropdown-menu li {
  border-bottom: 1px solid #ececec; }

.cui #pre-loginnavbar .dropdown-menu li a {
  border-radius: 0;
  color: #58585b; }

#pre-loginnavbar .dropdown:hover > .dropdown-menu {
  display: block; }

.cui #pre-loginnavbar .dropdown-menu > li.active > a:hover {
  text-decoration: none;
  color: #fff;
  background: #0377a1; }

#pre-loginnavbar .nav > li:hover {
  color: #006285;
  border-bottom: 5px solid #006285; }

.cui #pre-loginnavbar .dropdown-menu a:hover {
  background: #0377a1;
  color: #fff;
  text-decoration: none; }

.pane-bundle-pathways-advance {
  float: left;
  width: 33%; }

.pathwayPanel {
  background-color: unset !important;
  position: relative;
  min-height: unset;
  overflow: hidden;
  border: 1px solid #0377a1;
  margin: 30px;
  margin-bottom: -10px; }

.path-panel-variant-1 {
  border-width: 1px;
  border-color: #666666;
  border-style: solid;
  border-radius: 4px;
  background-color: white;
  /*  width: 358px;*/
  min-height: 145px;
  margin: 10px !important;
  flex: 0 !important; }

.tt {
  margin-right: 15px; }

.img-path > .field-name-field-skill-image {
  width: 24%;
  height: 17px;
  margin: 10px; }

.path-del-type {
  font-size: 14px;
  color: #39393b;
  line-height: 2;
  text-align: left;
  margin: 10px;
  margin-bottom: 0px; }

.path-title {
  font-size: 22px;
  line-height: 1;
  margin: 10px;
  margin-top: 0px; }

.path-abs {
  font-size: 16px;
  line-height: 1.2;
  margin: 10px; }

.path-level {
  font-size: 14px;
  line-height: 1.2;
  margin: 10px; }

.path-btn {
  font-size: 16px;
  color: #39393b !important;
  background-color: #00bceb !important;
  padding-top: 10px !important;
  margin: 10px; }

.showDiv {
  display: block; }

.hideme {
  display: none; }

#adv-track-courses .path-adv-career-head {
  font-size: 25px;
  color: #39393b;
  line-height: 1.2;
  padding-top: 18px;
  margin-bottom: 25px;
  text-align: center; }

.panel1-path-wrapper {
  display: flex;
  padding: 0px !important; }

.panel4-path-wrapper {
  display: flex;
  padding: 0px 69px; }

.tt-path {
  margin-top: 15px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 15px;
  min-height: auto; }

.panel1-wrapper .tt-path {
  margin: 0px !important; }

#adv-track-courses {
  margin-top: 8px;
  margin-bottom: 20px; }

#adv-track-courses .tt-path {
  margin-bottom: 0px !important;
  margin-left: 10px;
  margin-right: 8px !important;
  display: flex;
  flex-direction: column;
  padding: 1em;
  width: 100%; }

#adv-track-courses .tt-path:first-child {
  margin-left: 0px; }

#adv-track-courses .tt-path:nth-last-child(2) {
  margin-right: 0px !important; }

#role-step .tt-path {
  margin-right: 10px !important;
  margin-left: 10px !important;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
  display: inherit; }

#market-watch .tt-path {
  margin-right: 10px !important;
  margin-left: 10px !important;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
  display: inherit; }

.role-watch {
  margin-top: auto; }

.watch-container {
  text-align: center;
  height: 200px; }

.watch-video-link {
  margin: 10%; }

.watch-panel-variant {
  background-color: transparent; }

.top-margin {
  margin-top: 20px; }

.side-margin {
  margin-right: 20px;
  margin-left: 20px; }

.pane-bundle-watch-video-panel .panel1-wrapper {
  padding-top: 0px;
  margin-left: 11px;
  margin-right: 11px; }

.img-path-cert > .field-name-field-skill-image {
  width: 70px;
  height: 9px;
  margin: 10px;
  float: left; }

.showBtn-plus {
  float: right;
  position: relative !important;
  margin-left: 10px;
  margin-top: 17px !important;
  background-color: #00bceb !important;
  margin-right: -7px; }

.cert-blue-icon-open {
  margin-left: 7px !important;
  width: 30px !important;
  height: 30px; }

.cert-blue-icon-close {
  margin-left: 7px !important;
  width: 27px !important;
  height: 27px; }

.showBtn-minus {
  float: right;
  color: #00bceb;
  margin-right: 10px; }

.full-desc-btn {
  margin-bottom: 10px; }

.bluediv {
  background-color: #00bceb;
  color: #fff; }

.whitediv {
  background-color: #fff;
  color: #39393b; }

.whitetext {
  color: #fff;
  text-decoration: none; }

.greytext {
  color: #39393b; }

.role-desc {
  width: 67%;
  overflow-wrap: normal;
  font-size: 16px;
  color: #231f20;
  line-height: 1.2;
  text-align: left; }

.resize {
  display: none; }

#adv-track-courses .resize {
  display: none; }

.accordions-content {
  display: contents; }

.accordions-content.default {
  display: block; }

@media (max-width: 768px) {
  #adv-track-courses .accordions-content {
    display: none; }

  #adv-track-courses .tt-path {
    margin-bottom: 10px !important;
    padding: 0px; }

  #adv-track-courses .fullsize {
    display: none; }

  #adv-track-courses .resize {
    display: block; }

  #adv-track-courses .accordions-toggle:first-child .showBtn-plus {
    background-color: transparent !important;
    color: #00bceb;
    margin-left: 30px; }

  #adv-track-courses .accordions-toggle:first-child .showBtn-minus {
    margin-left: 15px; }

  .side-margin {
    margin-left: 0px;
    margin-right: 0px; }

  #adv-track-courses .path-adv-career-head {
    text-align: left; }

  .path-adv-career-head {
    font-size: 25px;
    color: #39393b;
    line-height: 1.2;
    padding-top: 18px;
    margin-bottom: 25px;
    margin-left: 10px;
    text-align: left; }

  #adv-track-courses .role-watch {
    margin-left: 10px; } }
.img-path {
  margin-top: 20px; }

.path-adv-career-head {
  font-size: 25px;
  color: #39393b;
  line-height: 1.2;
  padding-top: 18px;
  margin-bottom: 25px;
  margin-left: 10px;
  text-align: left; }

.skills-description {
  margin-left: 10px; }

.cui .tooltip-inner {
  background-color: grey;
  color: #fff; }
.cui .tooltip.left .tooltip-arrow {
  border-left-color: grey; }

.getintouch-panel1 {
  padding: 40px;
  background-color: #ff9800;
  margin-right: 10px;
  width: 31%;
  float: left;
  margin-left: 3%; }

.getintouch-panel2 {
  padding: 40px;
  background-color: #4caf50;
  width: 31%;
  float: left; }

.getintouch-panel3 {
  padding: 40px;
  background-color: #2196f3;
  margin-left: 10px;
  width: 31%;
  float: left; }

.getintouch-content {
  margin: 11%; }

.infographic {
  margin-top: 5px; }

.orientation-div {
  padding-left: 40px; }

.dont-show {
  background: lightgrey;
  width: 90%;
  padding: 5px;
  margin-bottom: 35px; }

.btn-center {
  width: 90%;
  padding: 5px;
  text-align: center; }

#navbarabc {
  width: 1600px;
  font-size: 12pt;
  height: 56px;
  background: rgba(255, 255, 255, 0.9);
  color: #fff;
  margin-left: -5px;
  z-index: 3;
  display: block;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1); }
  #navbarabc > li {
    display: inline-block;
    margin-right: 15px; }
    #navbarabc > li > a {
      padding-right: 20px;
      padding: 14px 0px;
      display: block; }
      #navbarabc > li > a:hover, #navbarabc > li > a:focus {
        background-color: transparent; }
    #navbarabc > li:hover {
      color: #006285;
      border-bottom: 5px solid #006285; }

.contentt {
  width: 640px;
  height: 500vh;
  font-size: 14px;
  padding-top: 100px;
  margin: 0 auto 0; }

@media (max-width: 768px) {
  #navbarabc {
    height: inherit; }
    #navbarabc li {
      display: block; } }
#mktoForm_1380 {
  border: 1px solid grey;
  padding-bottom: 10px;
  background: lightgray; }

@media (max-width: 768px) {
  #mktoForm_1380 {
    margin-top: 20px; } }
/* Button used to open the chat form - fixed at the bottom of the page */
.open-button {
  background-color: #555;
  color: #fff;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  opacity: 0.8;
  position: fixed;
  bottom: 35px;
  right: 28px;
  width: auto; }

/* The popup chat - hidden by default */
.chat-popup {
  display: none;
  position: fixed;
  bottom: 0;
  right: 15px;
  border: 3px solid #f1f1f1;
  z-index: 9; }

#myForm {
  background: lightgray;
  padding: 15px; }

.open-button {
  background: orange;
  border-radius: 10px; }

/*button char*/
.talk-bubble {
  display: inline-block;
  width: 120px;
  height: auto;
  background-color: #fbab18;
  position: fixed;
  bottom: 40px;
  right: 28px;
  z-index: 999;
  border: 1px solid #666 !important; }

.border {
  border: 2px solid #666; }

.round {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px; }

/*Right triangle, placed bottom left side slightly in*/
.tri-right.border.btm-left-in:before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: 37px;
  right: auto;
  top: auto;
  bottom: -22px;
  border: 11px solid;
  border-color: #666 transparent transparent #666; }

.tri-right.btm-left-in:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: 38px;
  right: auto;
  top: auto;
  bottom: -20px;
  border: 10px solid;
  border-color: #fbab18 transparent transparent #fbab18; }

/* talk bubble contents */
.talktext {
  text-align: center;
  line-height: 1.5em; }

.attached-pretty-search {
  position: relative; }

.attached-pretty-search .icon-box {
  position: absolute;
  right: 0;
  top: 0;
  padding: 8px; }

.attached-pretty-search .icon-box li {
  cursor: pointer; }

.attached-pretty-search .icon-box .remove-search,
.attached-pretty-search.has-search-content .icon-box .search-button {
  display: none; }

.attached-pretty-search.has-search-content .icon-box .remove-search {
  display: block; }

#edit-submit-asc-academies-list-from-sfdc {
  margin-top: 25px; }

#views-exposed-form-asc-academies-list-from-sfdc-block .views-exposed-form {
  background: #f4f4f4;
  padding-left: 20px;
  padding-bottom: 20px;
  padding-top: 0px; }

#block-views-4fc75ecb0ef2fed53eb4c14c2403a81f .block-title {
  font-size: 19px;
  background: #f4f4f4;
  padding-left: 20px;
  padding-top: 20px; }

.view-asc-academies-list-from-sfdc .table-responsive {
  background: #f4f4f4; }

.view-asc-academies-list-from-sfdc .attached-pretty-search .icon-box li {
  right: -23px; }

.tb-background > td {
  background: #f4f4f4;
  padding-top: 10px !important;
  padding-bottom: 10px !important; }

#block-views-4fc75ecb0ef2fed53eb4c14c2403a81f {
  display: none;
  padding-right: 20px;
  padding-left: 20px;
  margin: 0 auto;
  max-width: 1209px; }

#educator_banner .hero__content {
  width: 100%;
  text-align: center; }

.search-filter .search-icon {
  position: absolute;
  right: 10px;
  top: 10px; }

.faq-questions a.search-string {
  margin-bottom: 10px; }

.error-page {
  color: #20293f;
  animation: fadein 0.8s ease-in;
  text-align: center;
  margin-top: 90px; }
  .error-page .code {
    font-size: 10.5em;
    font-weight: 900;
    margin: 0; }
  .error-page .desc {
    font-weight: 400; }

@keyframes fadein {
  0% {
    opacity: 0; }
  50% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }

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