body {
  background-color: white;
  line-height: 2.0;
}

.container-fluid {
  padding-right: 0px;
}

.navbar {
  background-color: #3498DB;
}

.navbar-header {
  padding: 0px 7px !important;
}

.navbar-brand {
  height: 100%;
}

.navbar-right li.collaborate-panel {
  background-color: #34DBC4;
  padding-left: 5px;
  padding-right: 15px;
  height: 60px;
}

@media (max-width: 767px) {
  .navbar-right li.collaborate-panel {
    padding-right: 25px;
  }
}

.navbar-right li.collaborate-panel .dropdown-menu > li > a {
  color: #3498DB;
}

.navbar-right li.collaborate-panel .dropdown-menu > li > a:hover {
  color: #636b6f;
}

.navbar-right li.collaborate-panel ul.dropdown-menu {
  margin-top: 1px !important;
}

@media (max-width: 767px) {
  .navbar .navbar-nav {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: -7px;
  }
}

.navbar-right > li {
  padding-right: 10px;
}

.navbar-right > li > a {
  color: #ffffff;
  font-size: 16px;
  line-height: 0px;
}

.navbar-right > li > a:hover {
  color: #636b6f;
  background-color: transparent;
}

.navbar-right > li > a > i {
  font-weight: bold;
}

.navbar-right > li > a > span {
  padding-left: 5px;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: transparent;
  border-color: #3498DB;
}

.navbar .navbar-toggle {
  float: none;
  padding-top: 15px;
}

.padding-top-10 {
  padding-top: 10px;
}

.borderline-bottom {
  border-bottom: 1px solid #e6e6e6;
}

/*-------Middle Section-----*/

.middle-bar {
  padding-top: 60px;
}

.middle-bar ul.dropdown-menu {
  margin-top: 1px !important;
  margin-left: -14px;
}

.middle-bar ul.dropdown-menu > li {
  margin-left: 8px;
}

.middle-bar .input-group-addon {
  line-height: 0 !important;
}

.middle-bar .btn {
  padding-top: 8px;
}

.middle-bar .btn-group,
.middle-bar .btn-group-vertical {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.middle-bar .btn-color {
  color: #3498DB;
  font-size: 14px !important;
}

.middle-bar .a:focus,
.middle-bar .a .btn-color {
  color: #3498DB !important;
}

.middle-bar .input-group {
  margin-bottom: 0px;
}

.middle-bar .borderline-left {
  border-left: 1px solid #e6e6e6;
}

@media (max-width: 767px) {
  .middle-bar .borderline-left {
    border-left: none;
  }
}

/*--------Jambotron Content----*/

div.hero-content {
  background-color: #ffffff;
  padding-left: 5% !important;
  padding-bottom: 5% !important;
  border-bottom: 1px solid #ccd0d2;
  border-radius: 0px !important;
  margin-bottom: 0px;
}

div.hero-content h3 {
  font-size: 28px !important;
  font-weight: normal;
  color: #636b6f;
}

@media (max-width: 767px) {
  .padding-left {
    padding-left: 10px;
  }
}

.main-image {
  background: url("/img/Landing_Page_Main_Graphic.png") right;
  background-repeat: no-repeat;
}

.main-image .btn-lg {
  font-size: 18px !important;
  font-weight: normal !important;
  background-color: #34DBC4 !important;
  color: #ffffff;
}

.main-image .btn-lg:hover {
  color: #636b6f;
}

@media screen and (min-width: 768px) {
  .main-image .jumbotron {
    padding-top: 43px !important;
    padding-bottom: 43px;
    background: transparent;
  }
}

.bottom-section {
  border-top: 1px solid #ccd0d2;
}

.bottom-section .border-right {
  border-right: 1px solid #ccd0d2;
}

@media (max-width: 767px) {
  .bottom-section .border-bottom {
    border-bottom: 1px solid #ccd0d2;
    border-right: none;
  }
}

.bottom-section > div .bottom-content {
  padding: 15px 100px;
}

.bottom-section > div .bottom-content ul a {
  font-size: 18px;
  color: #636b6f !important;
}

.bottom-section > div .bottom-content ul a:hover {
  text-decoration: none;
  color: #34DBC4 !important;
}

div.chat-container {
  width: 20%;
  padding: 0 50px;
  margin-top: -60px;
  position: absolute;
  text-align: right;
  right: 0;
}

div.chat-container button.chat-circle {
  width: 3.5em;
  height: 3.5em;
  text-align: center;
  vertical-align: middle;
}

div.chat-container i.large-icons {
  font-size: 27px !important;
  text-align: center !important;
  vertical-align: middle !important;
}

div.chat-container .custom-lable-count {
  width: 20px;
  height: 20px;
  top: -5px;
  right: 42px;
  background-color: #34DBC4;
  color: #ffffff;
  font-weight: bold;
  border-radius: 50px;
  text-align: center;
  padding-top: 4px;
  font-size: 12px;
}

.btn:not(.btn-link):not(.btn-circle) i {
  top: 2px !important;
}

