body {
  background: #eff0f4;
  font-family: 'Roboto', sans-serif; }

p {
  color: #8a919e; }

a {
  color: #273b5b; }

body {
  background: #fff; }

.master {
  max-width: 1170px;
  margin: 0 auto; }

nav, footer, section {
  clear: both; }

.weight-300 {
  font-weight: 300; }

.weight-400 {
  font-weight: 400; }

.weight-500 {
  font-weight: 500; }

.weight-700 {
  font-weight: 700; }

.weight-900 {
  font-weight: 900; }

.form-group {
  padding: 2px; }

.badge.badge-orange {
  background: #f58220; }

.strikethrough {
  text-decoration: line-through;
  opacity: 0.8; }

#recents ul {
  min-height: 200px; }

.gap {
  background: #edf2fb;
  margin-top: 20px;
  height: 40px; }

.label-lg {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 2px; }

.master-content {
  padding-top: 99px; }
  .master-content.master-content-auth {
    padding-top: 146px; }
    @media only screen and (max-width: 576px) {
      .master-content.master-content-auth {
        padding-top: 100px; } }

.nav-position-fixed {
  position: fixed;
  z-index: 99999;
  width: 100%;
  top: 0;
  left: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }

#nav {
  background: #273b5b;
  padding: 25px 50px; }
  @media only screen and (max-width: 576px) {
    #nav {
      padding: 15px 12px 6px 12px; } }
  #nav .uninets-logo {
    display: table;
    height: 50px;
    max-width: 200px; }
    #nav .uninets-logo a {
      display: table-cell;
      vertical-align: middle; }
    @media only screen and (max-width: 576px) {
      #nav .uninets-logo {
        height: 32px; } }
  #nav ul.nav.nav--pills > li, #nav ul.nav.nav--pills li.open {
    display: inline-block;
    color: #678ECE;
    float: left; }
    #nav ul.nav.nav--pills > li > a, #nav ul.nav.nav--pills li.open > a {
      color: #fff;
      margin: 0;
      display: inline-block;
      padding: 12px 4px 10px 5px; }
      @media only screen and (max-width: 640px) {
        #nav ul.nav.nav--pills > li > a, #nav ul.nav.nav--pills li.open > a {
          padding-left: 3px;
          padding-right: 1px; } }
      #nav ul.nav.nav--pills > li > a:hover, #nav ul.nav.nav--pills > li > a:active, #nav ul.nav.nav--pills li.open > a:hover, #nav ul.nav.nav--pills li.open > a:active {
        background: none !important;
        text-decoration: underline; }
  #nav ul.nav.nav--pills > li.open > a {
    background: none !important; }
  #nav .input-group-master-search {
    border: solid 2px #f58220;
    background: #fff;
    border-radius: 8px;
    width: 100%; }
    #nav .input-group-master-search input, #nav .input-group-master-search button, #nav .input-group-master-search select {
      border: none;
      font-size: 15px; }
    #nav .input-group-master-search input {
      border-right: solid 1px #cdd2db; }
    #nav .input-group-master-search select.form-control {
      box-shadow: none !important; }
    #nav .input-group-master-search button.input-group-addon {
      background: #f58220;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      #nav .input-group-master-search button.input-group-addon span {
        color: #fff; }
      #nav .input-group-master-search button.input-group-addon:hover {
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        background: #D4701C; }
        #nav .input-group-master-search button.input-group-addon:hover span {
          color: #fff; }
  #nav .navigation {
    display: table;
    height: 50px; }
    #nav .navigation .nav-pills {
      width: 100%;
      display: table-cell;
      vertical-align: middle; }
      #nav .navigation .nav-pills a {
        color: #fff;
        padding: 5px 4px;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
        #nav .navigation .nav-pills a:hover {
          background: #fff;
          color: #273b5b;
          -webkit-transition: all 0.2s ease-in-out;
          -moz-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }

#nav_bottom {
  background: #cdd2db;
  padding: 4px 0; }

footer {
  background: #273b5b;
  padding-bottom: 64px; }
  @media only screen and (max-width: 640px) {
    footer {
      text-align: center; } }
  footer .line {
    height: 9px;
    background: #f58220;
    max-width: 1138px;
    margin: 0 auto 26px auto; }
  footer .login-outline {
    border: solid 2px #51617c;
    padding: 26px 24px; }
    footer .login-outline input {
      background: #fff;
      border: solid 1px #c0c7d1; }
  footer .img-footer-logo {
    width: 160px;
    margin: 0 auto; }
  footer a {
    color: #cdd2db; }
    footer a:hover {
      color: #D4701C; }
  footer h4 {
    font-size: 18px;
    color: #7f8ea7;
    text-align: center;
    margin: 0 0 12px 0; }
  footer h3 {
    color: #f58220;
    font-weight: bold;
    font-size: 18px;
    margin: 0 0 12px 0;
    text-transform: uppercase;
    text-align: center; }
  footer .line-divider {
    border-top: solid 1px #c0c7d1;
    margin: 16px 0 24px 0; }
  footer .blog-title {
    font-style: italic;
    font-family: 'lato';
    font-weight: bold;
    color: #cdd2db;
    text-decoration: underline; }
  footer .blog-description {
    font-family: 'lato';
    font-size: 12px;
    color: #6b7b95; }
  footer .footer-static-links ul li {
    margin-bottom: 12px; }
  footer .footer-static-links p {
    margin: 5px 0;
    color: #cdd2db; }
  footer .footer-static-links .btn-social {
    font-size: 16px; }
  @media only screen and (max-width: 640px) {
    footer .footer-static-links {
      margin: 24px 0; } }

.h1 {
  border-top: solid 1px #cdd2db;
  padding: 32px 0;
  background: #fff;
  display: inline-block;
  width: 100%;
  position: relative;
  color: #40526f; }
  .h1 h1, .h1 h5 {
    vertical-align: bottom;
    display: inline-block;
    padding: 0;
    margin: 0; }
    @media only screen and (max-width: 640px) {
      .h1 h1, .h1 h5 {
        font-size: 24px; } }
  .h1 hr {
    position: absolute;
    left: 1px;
    right: 1px;
    bottom: 0;
    padding: 0;
    margin: 0;
    border-bottom: none;
    border-top: solid 2px #f58220; }

.h1.script-title h1 {
  position: relative;
  display: block;
  padding-right: 150px; }
.h1.script-title span {
  position: absolute;
  bottom: 0;
  right: 0;
  width: auto;
  font-size: 14px; }
@media only screen and (max-width: 640px) {
  .h1.script-title h1 {
    padding-right: 0; }
  .h1.script-title span {
    position: relative;
    bottom: auto;
    right: auto;
    clear: both;
    float: left;
    width: 100%;
    margin: 10px 0; } }

.h2 {
  color: #f58220;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  border-bottom: solid 2px #f58220; }
  @media only screen and (max-width: 640px) {
    .h2 {
      font-size: 22px; } }

.btn.btn-default {
  border: solid 2px #cdd2db;
  background: #fff;
  border-radius: 0;
  color: #273b5b;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .btn.btn-default:hover {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: #cdd2db; }

.btn.btn-success {
  border: solid 2px #f58220;
  background: #f58220;
  border-radius: 2px;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .btn.btn-success:hover {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: #fff;
    color: #f58220; }

.btn.btn-outline-success {
  border: solid 2px #f58220;
  background: #fff;
  border-radius: 2px;
  color: #f58220;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .btn.btn-outline-success:hover {
    background: #f58220;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #fff; }

.btn.btn-outline-success.btn-plus-minus {
  font-size: 24px;
  padding-top: 0;
  padding-bottom: 0;
  color: #8a919e;
  border: solid 1px #cdd2db; }

.btn.btn-buy {
  border: solid 2px #f58220;
  border-radius: 2px;
  color: #f58220;
  font-size: 24px; }

.btn.btn-footer-hollow {
  border: solid 1px #c0c7d1;
  width: 160px;
  background: #52627d;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .btn.btn-footer-hollow:hover {
    background: #fff;
    color: #52627d;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }

.btn-social {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  border-radius: 30px;
  color: #273b5b;
  background: #52627d;
  margin-right: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .btn-social:hover {
    background: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }

.blog-sidebar h3 {
  color: #f58220;
  border-bottom: solid 1px #cdd2db;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px; }

.box-blog-date {
  background: #cdd2db;
  display: inline-block;
  padding: 8px 6px;
  margin-bottom: 8px; }

.box-blog-text {
  margin-bottom: 10px; }
  .box-blog-text p {
    color: #40526f; }
  .box-blog-text a {
    color: #f58220;
    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;
    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto; }

.font-script {
  font-family: 'Indie Flower', cursive; }

.pt-0 {
  padding-top: 0; }

.pt-1 {
  padding-top: 4px; }

.pt-2 {
  padding-top: 8px; }

.pt-3 {
  padding-top: 16px; }

.pt-4 {
  padding-top: 32px; }

.pb-0 {
  padding-bottom: 0; }

.pb-1 {
  padding-bottom: 4px; }

.pb-2 {
  padding-bottom: 8px; }

.pb-3 {
  padding-bottom: 16px; }

.pb-4 {
  padding-bottom: 32px; }

.mt-0 {
  margin-top: 0; }

.mt-1 {
  margin-top: 4px; }

.mt-2 {
  margin-top: 8px; }

.mt-3 {
  margin-top: 16px; }

.mt-4 {
  margin-top: 32px; }

.mr-0 {
  margin-right: 0; }

.mr-1 {
  margin-right: 4px; }

.mr-2 {
  margin-right: 8px; }

.mr-3 {
  margin-right: 16px; }

.mr-4 {
  margin-right: 32px; }

.mb-0 {
  margin-bottom: 0; }

.mb-1 {
  margin-bottom: 4px; }

.mb-2 {
  margin-bottom: 8px; }

.mb-3 {
  margin-bottom: 16px; }

.mb-4 {
  margin-bottom: 32px; }

.p-8 {
  padding: 8px !important; }

.p-16 {
  padding: 16px !important; }

.p-20 {
  padding: 20px !important; }

.p-24 {
  padding: 24px !important; }

.p-32 {
  padding: 32px !important; }

.bt {
  display: table;
  height: 100%;
  width: 100%; }

.bc {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

.clearfix, .clear-fix {
  clear: both; }

.dots {
  background: url("../images/dot.gif") repeat-x bottom;
  margin: 8px 0 0 0;
  float: left;
  width: 100%;
  clear: both; }
  .dots a {
    display: block; }
  .dots span {
    padding: 0;
    line-height: 16px;
    background-color: #eeeff3; }
  .dots.dots-white span {
    background-color: #fff; }

.form-control {
  border-radius: 0; }

.register--form-position {
  padding-top: 40px;
  padding-bottom: 40px; }

textarea.form-control {
  height: 100px; }

label span {
  font-weight: 300;
  color: red; }

.help-block {
  font-weight: bold;
  color: red;
  font-size: 12px; }

.pagination-wrap {
  text-align: center; }
  .pagination-wrap .pagination > li > a, .pagination-wrap .pagination > li > span {
    color: #273b5b; }
  .pagination-wrap .pagination > .active > a, .pagination-wrap .pagination > .active > a:focus, .pagination-wrap .pagination > .active > a:hover, .pagination-wrap .pagination > .active > span, .pagination-wrap .pagination > .active > span:focus, .pagination-wrap .pagination > .active > span:hover {
    background: #273b5b;
    border-color: #273b5b;
    color: #fff; }

.no-results {
  background: #cdd2db; }
  .no-results .text-center {
    padding: 16px 0;
    max-width: 700px;
    margin: 16px auto; }
    .no-results .text-center h1 {
      color: #f58220; }
    .no-results .text-center h4 {
      color: #40526f;
      font-size: 16px;
      line-height: 24px; }

.panel {
  border: solid 1px #cdd2db;
  border-radius: 0; }
  .panel.bg-alt {
    background-color: #edf2fb; }
    .panel.bg-alt blockquote {
      padding: 0;
      font-size: 16px;
      line-height: 24px;
      color: #40526f;
      border: none; }
  .panel .panel-heading {
    border-radius: 0;
    font-size: 28px;
    color: #40526f; }
    @media only screen and (max-width: 640px) {
      .panel .panel-heading {
        font-size: 22px; } }

#loading {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  z-index: 2000; }
  #loading #loading-image {
    margin-top: 200px;
    display: inline-block; }

#hero {
  height: 400px;
  background: url(../images/bg.jpg) no-repeat center center;
  background-size: cover; }
  #hero .hero-message {
    max-width: 640px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px; }
    #hero .hero-message h1 {
      color: #f58220; }
      @media only screen and (max-width: 640px) {
        #hero .hero-message h1 {
          font-size: 24px; } }
    #hero .hero-message h4 {
      color: #fff;
      font-size: 21px; }
    @media only screen and (max-width: 640px) {
      #hero .hero-message .btn {
        font-size: 14px; } }

#count {
  background: #f58220;
  padding: 22px 0; }
  #count p {
    color: #fff;
    margin: 0;
    text-align: center;
    font-size: 18px; }
    @media only screen and (max-width: 576px) {
      #count p {
        font-size: 14.5px; } }

#benefits {
  padding: 32px 0; }
  #benefits h2 {
    color: #273b5b; }
  #benefits h3 {
    margin-top: 0;
    color: #f58220; }
  #benefits .benefits-container {
    max-width: 900px;
    margin: 0 auto; }
  #benefits .img-icon {
    width: 100px;
    text-align: center; }
  @media only screen and (max-width: 768px) {
    #benefits .mt-3 {
      margin-top: 0; }
    #benefits .benefit-element {
      margin: 12px  0;
      min-height: 120px; } }

#our-users {
  padding: 32px 0;
  border-top: solid 1px #cdd2db; }
  #our-users h2 {
    color: #f58220; }
  #our-users blockquote {
    color: #858c9c;
    font-size: 16px;
    border: solid 1px #ced2db;
    background: #eeeff3;
    margin-bottom: 10px; }

#recents {
  padding: 32px 0; }
  #recents h2 {
    background: #dde0e7;
    color: #273b5b;
    margin: 0 0 16px 0;
    padding: 16px 0;
    text-align: center;
    font-size: 24px; }
  #recents .half {
    background: #eeeff3;
    float: left;
    width: 50%; }
    @media only screen and (max-width: 900px) {
      #recents .half {
        width: 100%;
        margin-bottom: 32px;
        padding-bottom: 24px; } }
    #recents .half a {
      color: #8a919e; }
      @media only screen and (max-width: 640px) {
        #recents .half a {
          display: inline-block;
          float: left;
          width: 100%; } }
  #recents .cta a {
    margin-top: -24px; }
    @media only screen and (max-width: 900px) {
      #recents .cta a {
        display: none; } }

.image-pre-footer {
  margin-left: auto;
  margin-right: auto; }

#new-mentors {
  border-top: solid 1px #cdd2db;
  padding-top: 24px;
  padding-bottom: 64px; }
  #new-mentors img {
    border-radius: 100px; }
  #new-mentors h2 {
    color: #f58220; }
  #new-mentors h4 {
    color: #273b5b;
    font-weight: bold; }
  #new-mentors .btn {
    text-transform: uppercase; }

#bottom-cta h2 {
  color: #f58220;
  text-align: center;
  padding: 16px 0;
  margin-left: -15px;
  margin-right: -15px; }
#bottom-cta p {
  font-size: 16px;
  line-height: 24px; }

.ui-menu .ui-menu-item {
  font-size: 13px;
  font-weight: normal; }
  .ui-menu .ui-menu-item.ui-state-focus {
    background: #f58220;
    border: none;
    color: #fff; }

span.tag {
  padding: 4px 6px;
  margin: 2px;
  border: solid 1px #edf2fb;
  border-radius: 2px;
  display: inline-block; }

.stars {
  width: 90px; }
  .stars i {
    float: left;
    width: 15px;
    color: #cdd2db; }
    .stars i.active {
      color: #273b5b; }
  .stars .stars-rating {
    clear: both;
    float: left;
    width: 100%;
    color: #8a919e;
    font-size: 12px;
    line-height: 18px;
    margin-top: 5px; }

@media screen and (max-width: 576px) {
  .table-position .panel-body {
    padding: 20px 0; }

  .table.table-stacked {
    margin: 0 auto;
    width: 100%;
    border-spacing: 0; }

  .table.table-stacked thead {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden; }

  .table.table-stacked tbody,
  .table.table-stacked tr,
  .table.table-stacked th,
  .table.table-stacked td {
    display: block;
    padding: 0;
    text-align: left;
    white-space: normal; }

  .table.table-stacked tr {
    border-bottom: solid 1px #cdd2db; }

  .table.table-stacked tr td,
  .table.table-stacked tr th {
    padding: 1.2em 1em;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    border: none;
    width: 100%;
    white-space: normal; }

  .table.table-stacked th[scope="row"] {
    width: 100%;
    text-align: center;
    display: block;
    margin: 0 auto;
    padding: .5em 0; }

  .table.table-stacked td[data-header]:before {
    content: attr(data-header);
    display: block;
    float: left;
    width: 50%;
    color: #000000;
    font-weight: bold;
    text-align: left; }

  .table.table-stacked td[data-header] > * {
    display: block;
    width: 50%;
    float: right;
    clear: right;
    padding-left: 1em;
    margin-top: 0; }

  .table.table-stacked td[data-header]:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    border-right: 1px solid #EDF0F1;
    padding-bottom: 200%;
    display: block; } }
.panel-pages p, .panel-pages li {
  color: #8a919e;
  font-size: 15px;
  line-height: 140%; }
.panel-pages ul {
  padding: 12px 0;
  list-style: none; }
  .panel-pages ul li {
    color: #8a919e;
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px; }
  .panel-pages ul li:before {
    content: '\f058';
    width: 25px;
    height: 25px;
    font-size: 21px;
    font-family: fontawesome;
    color: #f58220;
    top: 0;
    left: 0;
    position: absolute; }

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