@import url("https://fonts.googleapis.com/css?family=Roboto:400,100,300,300i,500,700");
:root {
  font-size: 16px;
}

body {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  background-color: #ffffff;
}

a,
a.h1 {
  color: #1a52a3;
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

/* Remove dotted outline on active elements */

a:focus,
a:active:focus,
a.active:focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.group-span-filestyle:focus,
.group-span-filestyle:active:focus,
.group-span-filestyle.active:focus {
  outline: none !important;
  outline-offset: 0;
}

/* Add focus effect to btn */

.btn-primary-glow:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}

.btn-pill {
  border-radius: 1.5em;
}

/* bootstrap-filestyle: Apply bootstap form control highlight when internal span receives focus */

.bootstrap-filestyle:focus-within,
.bootstrap-filestyle:active:focus-within,
.bootstrap-filestyle.active:focus-within {
  border-color: #66afe9;
  outline: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}

/* bootstrap alert-xxx overrides */

.alert-primary,
.alert-secondary,
.alert-success,
.alert-danger,
.alert-warning,
.alert-info,
.alert-light,
.alert-dark {
  color: black !important;
}

.row-striped:nth-of-type(odd) {
  background-color: #e5eef7;
}

.row-striped:nth-of-type(even) {
  background-color: #eeeeee;
}

.row-equal-size {
  display: flex;
  flex-wrap: wrap;
}

.col-equal-height {
  display: grid;
}

.align-items-end {
  display: flex;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

/* Panel Flex layout.  Used within row-equal-size col-equal-height */

.panel-flex {
  display: flex;
  flex-direction: column;
}

.panel-flex .panel-footer {
  margin-top: auto;
}

.panel-flex.link:hover {
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.2);
}

/* Align Icons with middle of element*/

i.align-middle {
  font-size: xx-large;
  vertical-align: -moz-middle-with-baseline;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters .col,
.no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.min-gutters {
  margin-right: 5px;
  margin-left: 5px;
}

.min-gutters .col,
.min-gutters [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.muted-text-sm {
  color: #7d899b !important;
  font-size: 85%;
}

.text-muted {
  color: #7d899b !important;
}

.muted-text {
  color: #7d899b !important;
}

.muted-text-lg {
  color: #7d899b !important;
  font-size: 115%;
}

.muted-text-xl {
  color: #7d899b !important;
  font-size: 150%;
}

.link {
  cursor: pointer;
}

.noscroll {
  overflow: hidden;
}

.bp-wrapper {
  margin-bottom: 20px;
  margin-left: 0px;
  margin-right: 0px;
  background-color: #ffffff;
  border: 1px solid #cfd0d5;
  padding: 20px 30px 30px 30px;
}

.bp-call-text {
  font-size: 2.5em;
  font-weight: 100;
  color: #7d899b;
}

#tag-new {
  background-color: #ffffff;
  border: 1px solid rgb(26, 82, 163);
  border-radius: 4px;
  padding: 5px;
  margin: 1px;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  float: left;
}

.bp-wrap {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  hyphens: auto;
}

.insite {
  background-color: #f3f3f4;
}

.main-brand {
  padding: 6px 2px 6px 6px;
}

.main-brand > img,
img.logo {
  height: 35px;
}

.collapse-custom {
  color: #1a52a3 !important;
}

[data-toggle="collapse"].collapsed .if-not-collapsed {
  display: none;
}

[data-toggle="collapse"]:not(.collapsed) .if-collapsed {
  display: none;
}

/********************************
 * Main Navigation Bar 
 ********************************/

#bp-main-nav {
  border-radius: 0px !important;
}

#bp-main-nav > .container-fluid {
  background-color: rgba(255, 255, 255, 0.95) !important;
}

#bp-main-nav:not(.navbar-marquee) {
  border-bottom: 1px solid #1a52a3;
}

#bp-main-nav .navbar-toggle {
  border-color: #1a52a3;
}

#bp-main-nav .navbar-toggle .icon-bar {
  background-color: #1a52a3;
}

#bp-main-nav .navbar-toggle:hover,
#bp-main-nav .navbar-toggle:focus {
  background-color: #1a52a3;
  border-color: #ffffff;
}

#bp-main-nav .navbar-toggle:hover .icon-bar,
#bp-main-nav .navbar-toggle:focus .icon-bar {
  background-color: #ffffff;
}

#bp-main-nav .dropdown-menu > li > a,
#bp-main-nav .dropdown-submenu > li > a,
.drop-menu-custom > li > a {
  color: #1a52a3;
}

#bp-main-nav .dropdown-menu > li > a:hover,
#bp-main-nav .dropdown-submenu > li > a:hover,
#bp-main-nav .dropdown-submenu.open > a,
#bp-main-nav .dropdown-submenu:hover > a,
.drop-menu-custom > li > a:hover {
  background-color: #1a52a3 !important;
  color: #ffffff !important;
}

.navbar-insite {
  background-color: rgba(255, 255, 255, 0.95) !important;
  border-bottom: 1px solid #1a52a3 !important;
}

.navbar .hr {
  border-bottom: 2px solid #ddd;
  padding-bottom: 15px;
  margin-bottom: 15px;
  margin-left: -15px;
}

.nav.nav-custom > li > a {
  padding: 13px 10px;
}

.nav .settings {
  font-size: 1.2em;
}

.nav.nav-custom .badge {
  padding: 3px 3px;
  position: absolute;
  font-size: 0.7rem;
  border-radius: 0.8rem;
  border: 2px solid #1a52a3;
  min-width: 1.4rem;
}

.nav.nav-custom .badge.navigation-badge {
  top: 1px;
  right: 0;
}

.nav.nav-custom .dropdown .badge.navigation-badge {
  top: 1px;
  right: 8px;
}

.nav.nav-custom .dropdown .dropdown-menu .badge.navigation-badge {
  position: relative;
  top: -1px;
  right: 0;
}

.navigation-badge,
.pending-connection-badge,
.message-badge,
.search-filter-badge {
  background: #e5eef7;
  color: #1a52a3;
}

/********************************
 * Mobile "drawer" dropdown menu 
 ********************************/

.navbar-fixed-top .navbar-collapse.drawer-modal,
.navbar-fixed-bottom .navbar-collapse.drawer-modal {
  max-height: none;
}

.navbar-collapse.drawer-modal.in {
  overflow-y: unset;
}

.navbar-nav.drawer {
  top: 0;
  left: 0;
  height: 100%;
  position: fixed;
  z-index: 1300;
  padding-left: 0;
  margin: 0;
}

.navbar-nav.drawer .drawer-overlay::before {
  content: "";
  background-color: black;
  position: fixed;
  height: 10000px;
  width: 2000px;
  left: -20px;
  opacity: 0.5;
  transition: none;
  margin-top: -6px;
}

.navbar-nav.drawer .drawer-paper {
  left: auto;
  right: 0;
  position: fixed;
  width: 250px;
  height: 100%;
  background-color: white;
  padding-left: 15px;
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
}

.navbar-nav.drawer .drawer-paper > li {
  margin-left: -15px;
}

.navbar-nav.drawer .drawer-paper > li > a {
  display: block;
  text-decoration: none;
  padding-left: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.navbar-nav.drawer .drawer-paper .badge.navigation-badge {
  position: relative;
  top: -1px;
  right: 0;
}

.nav-custom > li > a:hover,
.navbar-nav.drawer .drawer-paper > li > a:hover,
.navbar-nav.drawer .drawer-paper > li > a:focus {
  background-color: #1a52a3 !important;
  border-radius: 0px !important;
  color: white !important;
  text-decoration: none;
}

.navbar-nav > .open > a,
.navbar-nav > .open > a:hover,
.navbar-nav > .open > a:focus {
  background: #1a52a3 !important;
  border-color: #1a52a3;
  color: white !important;
}

/********************************
 * Submenus 
 ********************************/

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu.open > .dropdown-menu,
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #1a52a3;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu.open > a:after,
.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  border-radius: 6px 0 6px 6px;
}

.dropdown-submenu.submenu-toggle:active,
.open .submenu-toggle {
  background: none !important;
  color: #000 !important;
}

.dropdown-submenu > a > .caret {
  display: none;
}

.caret {
  margin-left: 5px;
}

#navbar-ico {
  font-size: 150%;
  margin-top: -8px;
}

#noscriptmsg {
  position: fixed;
  top: 50px;
  width: 100%;
  z-index: 10;
}

#global-status {
  position: initial;
  top: 50px;
  z-index: 10;
  display: none;
}

/********************
 * Jumbotrons
 ********************/

.jumbotron {
  margin-bottom: 0px;
  color: white;
}

.jumbotron-heading {
  font-size: 60px !important;
}

.jumbotron-ebook {
  background-image: url(/images/second-travel-nurse-contract-negotiation.jpg);
  background-position: 0% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.jumbotron-travel-nursing {
  background-image: url(/images/travel-nursing-small.jpg);
  background-position: 0% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.jumbotron-clients {
  background-image: url(/images/travel-nurse-recruiting-small.jpg);
  background-position: 0% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.jumbotron-nursing {
  margin-bottom: 0px;
  background-image: url(/images/nurse-home-page-5.webp);
  background-position: 0% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
  margin-top: 50px;
}

.jumbotron-calculator {
  background-color: #0079bf;
}

.jumbotron-privacy {
  background-image: url(/images/bluepipes-privacy-small.jpg);
  background-position: 0% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.jumbotron-about {
  background-image: url(/images/about-bluepipes.jpg);
  background-position: 0% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.jumbotron .mg-top-xxl {
  margin-top: 150px;
}

/********************
 * Jumbotrons - End
 ********************/

.signup-h3 {
  color: #1a52a3;
  text-align: center;
}

.tag-line {
  margin-top: 0px;
  text-align: center;
}

@media screen and (min-width: 1650px) {
  .tag-line {
    margin-top: 100px;
  }
}

.sub-tag {
  margin-top: 0px;
  text-align: center;
}

@media (max-width: 1100px) {
  .sub-tag {
    margin-top: 25px;
  }
}

.sign-up-h2 {
  color: #1a52a3;
  font-size: 130%;
  margin: 5px;
  text-align: center;
}

.signup-btn {
  margin-top: 175px;
}

@media (max-width: 1100px) {
  .signup-btn {
    margin-top: 25px;
  }
}

.feature {
  color: #1a52a3 !important;
}

.feature-wrapper {
  background-color: #ffffff;
  border-bottom: 1px solid #1a52a3;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

/************
for messages
************/

.table > tbody > tr.message-unread > td {
  background-color: #e5eff5;
}

[aria-expanded="false"] > .expanded,
[aria-expanded="true"] > .collapsed {
  display: none;
}

.history:before {
  content: " ";
  display: block;
  border: 1px solid #d0d0d0;
}

/************
end for messages
************/

/************
for custom positioning of validation icons
************/

.dateHorizontal .form-control-feedback {
  top: 0;
  right: 10px;
}

.dateHorizontal .form-control {
  padding-right: 0;
}

.dateHorizontal div[class*="col-"] {
  padding-right: 0;
}

.dateHorizontal div[class*="col-"]:last-of-type {
  padding-right: 15px;
}

span.inline.help-block {
  margin-top: 0px;
}

span.inline .help-block {
  margin-top: 0px;
}

.help-block-container {
  margin-top: 0px;
  display: inline-block !important;
  color: #a94442;
}

/************
end validation icons
************/

.footer {
  min-height: 50px;
  margin-bottom: 20px;
  margin-top: 30px;
}

/**
added for skills checklist revision and contact-sales
**/

.plain-container {
  background-color: #ffffff;
}

.sectionB-2 {
  background-color: #0085b4;
  padding: 50px 20px;
  color: #ffffff;
}

.sectionDB-2 {
  background-color: #175676;
  padding: 50px 20px;
  color: #ffffff;
}

.sectionW-2 {
  background-color: #ffffff;
  padding: 50px 20px;
  color: #333;
}

.customfont100 {
  font-weight: 100;
}

.customfont300 {
  font-weight: 300;
}

.customfont300i {
  font-weight: 300;
  font-style: italic;
}

.customfont400 {
  font-weight: 400;
}

.customfont500 {
  font-weight: 500;
}

.customfont700 {
  font-weight: 700;
}

.styledP {
  font-size: 22px;
  line-height: 30px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.styledP8 {
  font-size: 16px;
  line-height: 20px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.styledP9 {
  font-size: 16px;
  line-height: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.header-text-lg {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 20px;
  position: relative;
}

.header-text-lg2 {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 50px;
  position: relative;
}

.card {
  width: 100%;
  min-height: 250px;
  padding: 10px 30px;
  border: 1px solid #cce7f5;
  border-radius: 10px;
  margin-top: 30px;
  text-align: center;
  color: #333;
}

/**
end added for skills checklist revision
**/

/**
added for ebook landing page
**/

.sectionG3 {
  background-color: rgba(236, 238, 241, 1);
  padding: 50px 0px;
  color: #a1a9b5;
  border-top: 2px solid #d1d3d4;
  border-bottom: 2px solid #d1d3d4;
}

/**
end ebook landing page
**/

/*******
added for travel nursing homepage
*******/

.sectionW {
  background-color: #ffffff;
  padding: 50px 0px;
  color: #333;
}

.sectionW1z {
  background-color: #ffffff;
  padding: 50px 30px;
  color: #333;
}

.sectionB-gradient {
  background: linear-gradient(to right, #1a52a3 0, #0c2750 100%);
  padding: 50px 0px;
  color: #333;
}

.sectionB {
  background-color: #197fc3;
  padding: 50px 0px;
  color: #ffffff;
}

.sectionG {
  background-color: #fafbfc;
  padding: 50px 0px;
  color: #333;
}

.sectionG2 {
  background-color: #f8f8f8;
  padding: 50px 0px;
  color: #333;
}

.sectionG2a {
  background-color: #f8f8f8;
  padding: 50px 20px;
  color: #333;
}

ul.list-blue li {
  list-style-type: none;
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}

ul.list-blue li::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: 7px;
  left: 0;
  border: 2px solid #33b5e5;
}

li.custom1z1 {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 20px;
}

.header-text {
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 60px;
  position: relative;
}

.header-text2 {
  font-size: 30px;
  line-height: 36px;
}

.styledP1 {
  font-size: 20px;
  line-height: 28px;
  margin-top: 15px;
  margin-bottom: 30px;
}

.styledP3 {
  font-size: 22px;
  line-height: 30px;
  margin-top: 20px;
  margin-bottom: 15px;
}

.styledP4 {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 15px;
}

.card2 {
  width: 100%;
  border: 1px solid #197fc3;
  margin-top: 30px;
}

.card2-head {
  background-color: #197fc3;
  color: #ffffff;
  padding: 15px 10px;
  text-align: center;
  font-size: 20px;
  line-height: 24px;
}

.card2-body {
  padding: 15px 25px;
  text-align: center;
}

.card2a-body {
  padding: 15px 25px;
}

.card9 {
  width: 100%;
  border: 1px solid #197fc3;
}

.card9-head {
  background-color: #197fc3;
  color: #ffffff;
  padding: 15px 10px;
  text-align: center;
  font-size: 20px;
  line-height: 24px;
}

.card9-body {
  padding: 15px 25px;
}

.img-section1 {
  margin-bottom: 0px;
  background-image: url(/images/travel-nurse-privacy.jpg);
  background-position: 0% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
  padding: 50px 0px;
}

img.img-center {
  margin-left: auto;
  margin-right: auto;
}

.container-small {
  max-width: 970px !important;
}

.container-xs {
  max-width: 750px !important;
}

.my-btn {
  background: none;
  color: #ffffff;
  border-radius: 0px;
  border: 1px solid #ffffff;
}

.my-btn:hover {
  border-color: #4cae4c;
  background-color: #5cb85c;
  color: #ffffff;
}

.my-btn:active {
  color: #ffffff !important;
}

.my-btn:focus {
  color: #ffffff !important;
}

.my-btn2 {
  background: none;
  color: #5cb85c;
  border-radius: 0px;
  border: 1px solid #4cae4c;
}

.my-btn2:hover {
  border-color: #4cae4c;
  background-color: #5cb85c;
  color: #ffffff;
}

.my-btn3 {
  background: none;
  color: #f0ad4e;
  border-radius: 0px;
  border: 1px solid #f0ad4e;
}

.my-btn3:hover {
  border-color: #eea236;
  background-color: #eea236;
  color: #ffffff;
}

.radius0 {
  border-radius: 0px;
}

.container2 {
  padding: 10px 20px;
}

.bp-img-circle-sm {
  border-radius: 100px;
  max-height: 75px;
}

.container-d {
  margin-bottom: 50px;
  padding: 0px 25px;
}

.divider {
  border-top: 1px solid #dbdbdb;
  height: 10px;
}

/*******
end added for travel nursing homepage
*******/

/**
added for client pages
**/

.removeDecoration a {
  text-decoration: none;
}

a.disabled {
  text-decoration: none;
  cursor: default;
  pointer-events: none;
  color: black;
}

.btn.disabled {
  text-decoration: none;
  cursor: default;
  pointer-events: none;
}

.card4 {
  width: 100%;
  min-height: 165px;
  padding: 10px 30px;
  border: 1px solid #eea236;
  border-radius: 10px;
  margin-top: 30px;
  text-align: center;
  color: #eea236;
}

.card4:hover {
  background-color: #eea236;
  color: #ffffff;
}

.card5 {
  width: 100%;
  min-height: 165px;
  padding: 10px 30px;
  border: 1px solid #4cae4c;
  border-radius: 10px;
  margin-top: 30px;
  text-align: center;
  color: #4cae4c;
}

.card5:hover {
  background-color: #4cae4c;
  color: #ffffff;
}

.styledP6 {
  font-size: 30px;
  margin-top: 40px;
}

.header-text3 {
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 20px;
  position: relative;
}

.header-text3a {
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 20px;
  position: relative;
}

/**
end added for client pages
**/

/*******
added for new company dashboard
*******/

.ibox {
  border: 1px solid #cfd0d5;
  background-color: #ffffff;
  margin-bottom: 1.5rem;
}

.ibox-title {
  border-bottom: 1px solid #e7eaec;
  padding: 10px;
}

.ibox-body {
  padding: 15px 20px;
  overflow: auto;
}

.ibox-body2 {
  padding: 24px 45px;
}

.grid-padding [class^="col-"] {
  padding-top: 5px;
  padding-bottom: 5px;
}

.inner-container {
  max-width: 970px;
  margin: 0 auto;
}

/*******
end added for new company dashboard
*******/

/**css to put an image on the left and text on the right with NO WRAPPING**/

.leftRight {
  display: flex;
}

.leftRightImage {
  margin: 5px 15px 0 0;
  width: 26px;
  object-fit: contain;
  align-self: flex-start;
}

.leftRightImageMid {
  margin: 0px 15px 0 0;
  width: 75px;
  object-fit: contain;
  align-self: flex-start;
}

.leftRightText {
  flex: 1 1 auto;
}

/**end left-right**/

/*******
added for new company roles
*******/

.role .fa-check {
  color: #3c763d;
}

.role .fa-times {
  color: #a94442;
}

/*******
end added for new company roles
*******/

/****************************
 * PAYPACKAGE FEATURE
 ****************************/

/*FIXME: Are there really no EXISTING styles you can use?!  Why are these all unique names, that is not how CSS works.
/*FIXME: Font-sizes are no longer percentages and should be a multiplier * 16px (default font-size).  Example: 2.5rem vs 250%*/

.ibox-breaker3 {
  padding: 15px 20px;
  background-color: #f3f6fb;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 25px;
}

.pay {
  font-size: 18px;
  font-weight: bold;
}

.ibox2 {
  border: 1px solid #cfd0d5;
  background-color: #ffffff;
  margin-bottom: 20px;
}

.ibox-title2 {
  border-bottom: 1px solid #e7eaec;
  padding: 20px;
}

.ibox-body2c {
  padding: 15px 20px;
  background-color: #f3f6fb;
}

.ibox-body2a {
  padding: 20px;
  border-top: 1px solid #e7eaec;
}

.ibox-body2b {
  padding: 15px 20px;
  background-color: #f3f6fb;
  border-top: 1px solid #e7eaec;
}

.ibox-breaker {
  margin-top: 10px;
  padding: 15px 20px;
  background-color: #f3f6fb;
}

.btn-q {
  background-color: #691cc9;
  border-color: #691cc9;
  color: #ffffff;
}

.btn-q:hover,
.btn-q:focus,
.btn-q:visited,
.btn-q:active,
.btn-q:active:focus,
.open > .dropdown-toggle.btn-q {
  background-color: #421080;
  border-color: #421080;
  outline: 0 none;
  color: #ffffff;
}

h3.h3ibox {
  color: #676a6c;
  margin: 5px 0px 5px 0px;
  font-size: 16px;
}

.ibox-breaker2 {
  padding: 15px 20px;
  background-color: #f3f6fb;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 25px;
}

.blue1a {
  color: #175676;
}

.mg-btm-15 {
  margin-bottom: 15px;
}

.clearfix {
  overflow: auto;
}

.floatIt {
  float: left;
}

.th-call {
  background-color: #f3f6fb;
  color: #175676;
  font-size: 18px;
}

.card3 {
  width: 100%;
  border: 1px solid #197fc3;
}

.card3-head {
  background-color: #197fc3;
  color: #ffffff;
  padding: 15px 10px;
  text-align: center;
  font-size: 20px;
  line-height: 24px;
}

.card3-body {
  padding: 15px 25px;
}

ul.list-blue {
  list-style-type: none;
  padding: 0px;
}

ul.list-blue li {
  list-style-type: none;
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}

ul.list-blue li::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: 5px;
  left: 0;
  border: 2px solid #5e72e4;
}

ul.list-mg-btm > li {
  margin-bottom: 10px;
}

.card10 {
  background-color: #ffffff;
  border-radius: 7px;
  box-shadow: 2px 2px 15px rgba(167, 167, 167, 0.5);
  margin: auto;
  height: 100%;
  margin-bottom: 30px;
}

.card10-head {
  padding: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  text-align: center;
}

.card10-body {
  padding: 20px;
}

.table.tablex2 > tbody > tr > td {
  border: none;
}

.table.tablex2 > tbody > tr > td.td-header1 {
  color: #676a6c;
  font-weight: bold;
}

.table.tablex2 > tbody > tr > td.td-header2 {
  color: green;
  font-weight: bold;
}

.table.tablex2 > tbody > tr > td.td-sub {
  padding-left: 20px;
}

.table.tablex2 > tbody > tr > th {
  border: none;
}

.table-responsive.x23az td,
.table-responsive.x23az th {
  white-space: nowrap;
}

.table-responsive.x23az {
  overflow-x: auto;
}

tr.costRow {
  color: red;
}

.input-group-addon.xlt3 {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}

/****************************
 * END PAYPACKAGE FEATURE
 ****************************/

/****************************
 * Search Filtering
 ****************************/

.navbar-marquee > .container-fluid {
  border-bottom: 1px solid #1a52a3;
}

.navbar-marquee ~ [data-notify="container"] {
  margin-top: 60px !important;
}

.navbar-marquee-offset {
  padding-top: 40px;
}

.navbar-banner {
  margin-top: 50px;
  margin-bottom: 0px;
}

.navbar-banner.navbar-marquee-offset {
  padding-top: 60px;
}

.container.navbar-marquee-offset {
  padding-top: 120px;
}

.grid {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.grid_col {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-left: 12px;
  padding-right: 12px;
  width: 100%;
}

.grid-no-gutters > .grid-col {
  padding-left: 0;
  padding-right: 0;
}

.search-filter {
  background-color: rgba(255, 255, 255, 0.95) !important;
  border-bottom: 1px solid #1a52a3;
  border-radius: 0px 0px 6px 6px !important;
  box-shadow: 0px 3px 2px 1px rgba(0, 0, 0, 0.2);
  z-index: 10;
  display: flex;
  align-items: center;
  min-height: 60px;
  max-height: 1500px;
}

.search-bar {
  background: 0 0;
  margin-bottom: 0;
  position: relative;
  display: flex;
  flex: 1;
  justify-content: space-around;
}

.search-bar > ul {
  list-style: none;
  padding: 0;
  display: flex;
}

.search-bar > ul > li {
  margin-right: 8px;
}

.search-bar .dropdown-menu,
.search-bar .navbar-offcanvas,
.search-bar .navbar-offcanvas .panel-footer {
  background-color: #f3f6fb;
}

.search-bar .navbar-offcanvas {
  min-width: 350px;
  left: -350px;
}

.search-bar .navbar-offcanvas.in {
  left: -250px;
}

.search-bar .navbar-offcanvas-container,
.search-bar .dropdown-menu-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: auto;
}

.search-bar .dropdown-menu {
  min-width: 350px;
  max-height: 450px;
  height: auto;
}

.search-bar .dropdown.open > .dropdown-menu {
  overflow-y: auto;
}

.search-bar .dropdown-menu .panel-footer {
  display: flex;
  justify-content: flex-end;
  padding: 5px 15px;
}

.search-bar .dropdown-item {
  flex: 1;
  overflow-y: scroll;
  max-height: 500px;
}

.search-bar .dropdown-item section {
  height: 100%;
  overflow-y: auto;
  overflow-x: visible;
}

.search-bar .dropdown-item .close {
  margin-top: -15px;
}

.search-bar .dropdown-item .input-group input[type="text"] {
  border-radius: 4px 0 0 4px;
}

.search-bar .dropdown-item .input-group-btn {
  vertical-align: top;
}

.search-bar .navbar-offcanvas .close {
  margin-top: -10px;
  margin-right: -15px;
}

.search-bar .filter-heading.disabled {
  color: grey;
}

.search-bar .filter-heading + .radio,
.search-bar .radio + .showMoreLess,
.search-bar .radio + .showMoreLess .showMoreLess-link {
  margin-top: -5px;
}

.search-bar .dropdown-item .disabled > label,
.search-bar .dropdown-item label.disabled {
  color: grey;
}

.search-results {
  padding-bottom: 15px;
}

.search-results.summary {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.search-results > .counter {
  align-self: flex-end;
  min-width: 110px;
}

/****************************
 * END Search Filtering
 ****************************/

/***************
added for privacy, terms, about pages
***************/

.header1 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 20px;
}

.headerUL {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 10px;
  text-decoration: underline;
}

.marginBSM {
  margin-bottom: 5px;
}

/***************
end added for privacy, terms, about pages
***************/

.page,
.profile-page {
  margin-top: 65px !important;
}

.maintenance {
  border-top: solid 1px #1a52a3 !important;
}

.name {
  margin-top: 15px !important;
  font-size: 165%;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  font-weight: bold;
}

#edit-name {
  margin-bottom: 0px !important;
}

.edit-btn {
  text-align: center;
  margin-bottom: 5px;
}

.btn .glyphicon,
a .glyphicon {
  padding-right: 5px;
}

.glyphicon-map-marker {
  color: #5cb85c;
}

a .glyphicon-map-marker {
  color: unset;
}

#profile-img {
  display: block;
  margin: 0 auto;
  background-color: #ffffff;
}

.bp-img-border {
  margin: 10px;
  padding: 5px;
}

.bp-img-rounded {
  border-radius: 10px;
}

.bp-img-circle {
  border-radius: 100px;
  max-height: 115px !important;
}

.profile-progress > ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.profile-progress > ul > li {
  margin-bottom: 5px;
}

.panel .progress {
  border-radius: unset;
}

.pp-checked {
  color: green;
}

.pp-unchecked {
  color: red;
}

/***********************
border tags
***********************/

.border-none {
  border: none !important;
}

.border-right {
  border-right: 1px;
  border-right-color: #ddd;
}

/***********************
end border tags
***********************/

/***********************
background tags
***********************/

.bg-c-light {
  background-color: aliceblue;
}

.bg-c-light.free {
  background-color: honeydew;
}

/***********************
end background tags
***********************/

.profile-summary {
  background-color: #ffffff;
  padding-left: 0px;
  border-top-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-left-style: solid;
  border-top-color: #cfd0d5;
  border-right-color: #cfd0d5;
  border-left-color: #cfd0d5;
}

.nav-search .input-group {
  display: flex;
}

.navbar-summary {
  width: 100%;
}

.navbar-summary ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  text-align: center;
}

.navbar-summary ul li {
  display: inline-block;
  vertical-align: top;
}

.navbar-summary ul li a,
.navbar-summary ul li .a-class {
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  color: white;
  border: 1px solid transparent;
}

.navbar-summary ul li a:hover,
.navbar-summary ul li a:active,
.navbar-summary ul li a.selected {
  background-color: white;
  border: 1px solid white;
  color: #1a52a3;
}

.navbar-summary ul li a.disabled {
  opacity: 0.65;
  pointer-events: none;
  cursor: not-allowed;
}

.profile-nav {
  background-color: #1a52a3;
  padding: 0px !important;
  margin-bottom: 0px !important;
  border: 1px solid transparent;
}

.profile-details {
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 0px;
  margin-right: 0px;
  background-color: #ffffff;
  border: 1px solid #cfd0d5;
  padding: 10px 10px 30px 10px;
}

.standard-container {
  border: 1px solid #cfd0d5;
  background-color: #ffffff;
  padding: 15px;
  margin-bottom: 10px;
}

.search-highlight b {
  background-color: yellow;
}

@media (min-width: 768px) {
  .search-container {
    min-height: 180px;
  }
}

@media (min-width: 768px) {
  .alertGutters {
    padding-left: 75px;
    padding-right: 75px;
  }
}

.account-wrapper {
  margin-bottom: 20px;
  margin-left: 0px;
  margin-right: 0px;
  background-color: #ffffff;
  border: 1px solid #cfd0d5;
  padding: 10px;
}

.bp-main-container {
  margin-bottom: 20px;
  margin-left: 0px;
  margin-right: 0px;
  background-color: #ffffff;
  border: 1px solid #cfd0d5;
  padding: 20px 30px 30px 30px;
}

.bp-modal-header {
  background-color: #ffffff;
  border-radius: 6px 6px 0px 0px;
  padding: 10px;
}

.modal-body-signin {
  background-color: #dddddd;
  padding: 0 0;
}

.bp-modal-body {
  padding: 15px;
}

.bp-modal-body-sm {
  padding: 15px 15px 0;
}

.bp-modal-footer {
  margin: 0;
  padding: 10px;
}

#bp-modal-footer {
  padding: 10px;
  margin-top: 0;
}

.modal .modal-skills {
  width: 95%;
}

.modal-body textarea {
  width: 100%;
}

.modal .alert {
  border: none;
  border-radius: unset;
}

.general-modal-header,
.bootbox .modal-header {
  background-color: #ffffff !important;
  color: #1a52a3;
}

.bootbox-confirm .modal-header h4 .glyphicon {
  top: 2px;
}

.bootbox .modal-header {
  border-radius: 6px 6px 0 0;
}

.bootbox .modal-footer {
  background-color: #f5f5f5;
  padding: 10px 20px;
}

.bootbox.bootbox-alert .modal-header {
  background-color: #f2dede;
}

.hr {
  border-bottom: 1px solid #ddd;
  padding-top: 5px;
  width: 100%;
}

.table hr {
  color: #ddd;
  margin: 5px auto;
}

.avail-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.avail-row {
  display: table-row;
}

.avail-column-left {
  display: table-cell;
  padding-right: 20px;
}

.avail-column-right {
  display: table-cell;
}

.right-content {
  border: 1px solid #cfd0d5;
  background-color: #ffffff;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.module {
  background-color: #ffffff;
  border: 1px solid #cfd0d5;
  margin-bottom: 20px;
}

.module h2 {
  margin-top: 0;
  margin-bottom: 0;
}

.module .title {
  background-color: #ffffff;
  font-size: 2em;
  text-align: center;
  padding: 20px 0 20px;
}

.module .panel-body {
  padding: 10px 15px;
}

.module .noheading {
  padding: 20px;
}

.module .ellipsis {
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: block;
}

.module .panel-footer a {
  font-weight: bold;
}

a.anchor {
  display: block;
  position: relative;
  top: -80px;
  visibility: hidden;
}

#invite-navbar {
  margin-top: 10px;
}

#invite-navbar ul li {
  margin-top: 3px;
  border: 2px solid #1a52a3;
}

@media (max-width: 48em) {
  #invite-navbar ul li {
    margin: 3px;
    border-top: 2px solid #1a52a3;
    border-bottom: 2px solid #1a52a3;
    border-right: 2px solid #1a52a3;
    border-left: 2px solid #1a52a3;
  }
  #invite-navbar ul li {
    width: 45%;
    float: left;
  }
}

.form-group.has-feedback.has-error .control-label {
  color: #a94442;
}

.form-group.required .control-label:after {
  content: "*";
  color: #a94442;
}

/* Multiselect FormValidation CSS */

.has-error .multiselect-native-select .btn-group,
.has-error .input-group-btn .btn {
  border-color: #a94442 !important;
  color: #a94442 !important;
}

.has-error .multiselect-selected-text {
  color: #a94442 !important;
}

.has-error .input-group-btn .btn {
  background-color: #f2dede;
}

.text-dark {
  color: #1a52a3;
}

.text-blue {
  color: #428bca;
}

.text-small {
  font-size: 75%;
  margin-top: 5px;
}

.text-small a {
  color: #1a52a3;
}

.text-small a hover {
  text-decoration: underline;
}

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

.characters {
  margin-top: 0px;
  color: #1a52a3;
  font-size: 75%;
}

.join-footer {
  margin-top: 10px;
  color: #1a52a3;
  font-size: 75%;
}

.join-footer a {
  color: #1a52a3;
  text-decoration: underline;
}

.details-ico {
  color: #1a52a3;
}

.h2-details {
  font-size: 120%;
  font-weight: normal;
  color: #7d899b;
  margin-top: 0px;
}

.h2-panel-title {
  font-size: 250%;
  font-weight: bold;
  color: #1a52a3;
  margin: 0px !important;
}

.h3-details {
  font-size: 115%;
  padding: 0px !important;
  margin: 0px 0px 0px 0px !important;
  font-weight: bold;
}

.h3-edit {
  font-size: 105%;
  padding: 0px !important;
  margin: 0px 0px 0px 10px !important;
  font-weight: bold;
}

.h3-more {
  font-size: 85%;
  font-weight: normal !important;
}

.lic-info {
  margin-left: 20px;
  color: #4a4a4a;
}

.lic-attachment {
  margin-left: 8px;
  color: #4a4a4a;
}

.lic-info-edit {
  margin-left: 20px;
  margin-bottom: 10px;
  color: #4a4a4a;
}

.details-type {
  margin-bottom: 10px;
}

.details-formatted {
  margin-bottom: 20px;
}

.details-container {
  margin-top: 20px;
  border-bottom: 1px solid #428bca;
  padding-bottom: 10px;
}

.account-container {
  padding-bottom: 10px;
  margin-left: 25px;
  margin-top: 10px;
}

.account-details {
  border-bottom: 1px solid #428bca;
  margin-bottom: 10px;
}

p.small {
  line-height: 100%;
}

.small-close {
  line-height: 1.1rem;
  font-size: 0.75rem;
}

/* use this where you need to have same line height as bootstraps h-tags and classes */

.h-height {
  line-height: 1.1;
}

.add-edit-btn {
  margin-top: 20px !important;
}

.panel-default .panel-heading {
  background-color: #ffffff;
}

.panel-heading1 {
  background-color: #ffffff !important;
}

.panel-heading-login {
  background-color: #ffffff !important;
  text-align: center;
}

.accordion-toggle-left {
  cursor: pointer;
}

.accordion-toggle-left:before {
  /* symbol for "opening" panels */
  font-family: "Glyphicons Halflings";
  /* essential for enabling glyphicon */
  content: "\e114";
  color: #2a6496;
  padding-right: 15px;
}

.accordion-toggle-left.collapsed:before {
  /* symbol for "collapsed" panels */
  content: "\e080";
}

.accordion-toggle {
  padding-right: 15px;
}

.accordion-toggle:after {
  /* symbol for "opening" panels */
  font-family: "Glyphicons Halflings";
  /* essential for enabling glyphicon */
  content: "\e114";
  color: #2a6496;
}

.accordion-toggle.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\e080";
}

.text-underline {
  text-decoration: underline;
}

.text-large {
  font-size: 175%;
  color: #1a52a3;
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 300;
}

.text-large-login {
  font-size: 200%;
  color: #1a52a3;
}

.text-med {
  font-size: 150%;
}

.text-one {
  font-size: 125%;
}

.signup-panel {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.ref-title {
  margin-left: 10px;
}

.reference-container {
  margin-bottom: 20px;
  border-bottom: 1px solid #e5eef7;
  padding-bottom: 10px;
}

.reference-details {
  margin-top: 10px;
}

.tabs-account {
  margin-bottom: 20px;
}

.nav > li > a:hover {
  background-color: #1a52a3;
  color: white;
}

.nav-tabs > li > a {
  color: #428bca;
}

.nav-tabs > li.active > a {
  color: #1a52a3;
}

.nav-tabs > li.active > a:hover {
  color: #428bca;
}

.h3-computer-skills {
  font-size: 115%;
  padding: 0px !important;
  margin: 0px 0px 10px 0px !important;
  font-weight: bold;
}

.h4-details {
  font-size: 105%;
  padding: 0px !important;
  margin: 0px 0px 0px 0px !important;
  font-weight: bold;
}

.h3-account {
  font-size: 175%;
  color: #1a52a3;
  margin: 0px;
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 300;
}

.section-header {
  background-color: #e5eef7;
  padding: 7px;
  margin-bottom: 5px;
}

.checklist-header {
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin-top: 5px;
}

.checklist-section-1 {
  background-color: #e5eef7;
  padding: 7px;
  margin-bottom: 5px;
}

.documents_panel_header {
  display: flex;
  justify-content: space-between;
}

#key-tips {
  color: #a94442;
  margin-left: 10px;
  margin-right: 10px;
}

.h4-skills {
  font-size: 110%;
  color: #1a52a3;
  margin: 0px;
  font-weight: bold;
}

.checklist-section-item {
  margin-bottom: 10px;
}

.checklist-section-2 {
  color: #a94442;
  font-weight: bold;
}

.skill-1 {
  border-bottom: 1px solid #92bdd3;
  margin-bottom: 10px;
}

.skill-subset {
  color: #a94442;
  font-weight: bold;
}

.checklist-item {
  font-weight: bold;
}

.agency-position {
  margin-bottom: 20px;
  margin-left: 20px;
  border-bottom: 1px dashed;
  border-color: #92bdd3;
  padding-bottom: 10px;
}

.edit-container {
  margin-bottom: 20px;
  border-bottom: 1px dashed;
  border-color: #92bdd3;
  padding-bottom: 10px;
}

.email-container {
  padding-right: 10px;
}

.codeBrown > .row + .row {
  margin-top: 1em;
}

.codeBrown {
  color: #754c38;
}

td.vcenter {
  margin: 0px !important;
  line-height: normal !important;
  vertical-align: middle !important;
}

tr.vcenter td {
  margin: 0px !important;
  line-height: normal !important;
  vertical-align: middle !important;
}

th.vcenter {
  margin: 0px !important;
  line-height: normal !important;
  vertical-align: middle !important;
}

td.center-cell, th.center-cell {
  text-align: center;
}

input#InputFile {
  width: 90% !important;
  border: 1px solid #1a52a3;
}

.doc-wrapper {
  border: 1px solid #92bdd3;
  padding: 10px;
}

.exp-wrapper {
  border: 1px solid #92bdd3;
  padding: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-bottom: 5px;
}

.popover-title {
  background-color: #e5eef7 !important;
  color: #1a52a3 !important;
  font-weight: bold;
}

.activity ~ .popover {
  max-width: 500px;
}

.popover-content .table {
  margin-bottom: 0;
}

#profile-download .popover {
  max-width: 100%;
}

.contact-container-flex {
  display: grid;
  margin-bottom: 10px;
  border: 1px solid #cfd0d5;
  padding: 15px;
}

.jobs-similar-container-flex {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.jobs-similar-container-flex .panel-footer {
  padding: 0;
}

.jobs-similar-container-flex .panel-footer .btn-block {
  border-radius: 0px;
}

.job-buttons {
  display: flex;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
  justify-content: space-between;
}

.import-container {
  margin-bottom: 10px;
  border-bottom: 1px solid #cfd0d5;
  padding-bottom: 5px;
}

.connection-image {
  margin-right: 0px !important;
  padding-right: 0px !important;
  margin-bottom: 10px !important;
}

.connection-content {
  padding: 5px;
}

.connections-body {
  margin-top: 15px;
}

.my-connections {
  background-color: #ffffff;
  padding-bottom: 20px;
  border: 1px solid #cfd0d5;
  margin-bottom: 20px;
}

.connections-header {
  padding: 10px;
  background-color: #e5eef7;
  margin-bottom: 10px;
}

.indent-sm {
  margin-top: 15px;
}

.connections-body {
  padding-left: 10px;
  padding-right: 10px;
}

.message-container {
  padding: 10px;
}

.message-list {
  cursor: pointer;
}

.padding-container {
  margin: 10px 0 10px 0;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

/* SHOW MORE LESS 
Use:
<div class="showMoreLess">
 <div id="<yourID>" class="collapse" data-container="<(optional) flex container selector>">
 -- Your Multi-line Text Here --
 </div>
 <button type=button class="btn btn-link showMoreLess-link collapsed"
		data-toggle="collapse" data-target="#<yourID>"
		aria-expanded="false" aria-controls="<yourID>">
 </button>
</div>
*/

.showMoreLess .collapse:not(.in) {
  height: 2.85714286em !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.showMoreLess .collapsing {
  min-height: 3em !important;
}

.showMoreLess .showMoreLess-link.collapsed:after {
  content: "+more";
}

.showMoreLess .showMoreLess-link:not(.collapsed):after {
  content: "-less";
}

.showMoreLess.searchFilter .collapse:not(.in) {
  height: 0px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.showMoreLess.searchFilter .collapsing {
  min-height: 3em !important;
}

/* END SHOW MORE LESS */

#tag {
  background-color: #ffffff;
  border: 1px solid rgb(26, 82, 163);
  border-radius: 4px;
  padding: 5px;
  display: inline-block;
  margin: 3px;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  float: left;
}

#tag .remove {
  color: #1a52a3;
}

.margin-top-mid {
  margin-top: 10px;
}

.logo {
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: 3px;
}

.panel-heading-signin {
  background-color: #ffffff !important;
}

.text-medium {
  font-size: 1.5em;
}

.text-medium a {
  color: #1a52a3;
}

.text-medium a hover {
  text-decoration: underline;
}

.banner {
  display: block;
  margin: 0 auto;
}

.hr-right {
  border-bottom: 1px solid;
  color: #92bdd3;
  margin: 20px auto;
}

.invite-header {
  color: #1a52a3;
  margin-top: 0px;
  margin-bottom: 0px;
}

.subtitle {
  margin-top: 5px;
  margin-bottom: 0px;
}

.webmail-container {
  background-color: #eeeff4;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.connection-report .ibox-title{height:115px;}
.connection-report .pull-right{
  margin-left: 15px;
}

@media (max-width: 1001px) {
  .navbar-header-991 {
    float: none;
  }
  .navbar-left-991,
  .navbar-right-991 {
    float: none !important;
  }
  .navbar-toggle-991 {
    display: block;
  }
  .navbar-collapse-991 {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-collapse-991.collapse {
    display: none !important;
  }
  .navbar-nav-991 {
    float: none !important;
    margin-top: 7.5px;
  }
  .navbar-nav-991 > li {
    float: none;
  }
  .navbar-nav-991 > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse-991.in {
    display: block !important;
  }
  .navbar-collapse-991.in {
    overflow-y: auto !important;
  }
  .navbar-nav-991 .open .dropdown-menu,
  .navbar-nav-991 .open .dropdown-submenu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
}

.bp-wrap {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  hyphens: auto;
}

.bp-absolute {
  position: absolute;
  left: 60%;
  top: 70%;
}

button.btn-link {
  padding: 0;
  color: #1a52a3;
}

.btn-link > span.glyphicon {
  top: 0;
}

.btn-file {
  position: relative;
  overflow: hidden;
}

.btn-file input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

/* Button radio active */

.btn-primary.radio.active {
  background-color: #337ab7;
  border-color: #2e6da4;
  margin-top: 0;
}

/* Button radio not active */

.btn-primary.radio:not(.active) {
  background-color: #eee;
  border-color: darkgrey;
  color: black;
}

/* Button radio align top */

.btn-primary.radio {
  margin-top: 0 !important;
}

.bp-label-bold {
  color: #ffb80e !important;
  font-size: 1.2em;
  font-weight: bold;
}

.has-feedback .twitter-typeahead .form-control-feedback {
  top: 0;
}

.form-control .form-control-button {
  margin-right: -12px;
  margin-top: -6px;
  padding: 5px 11px;
}

textarea.form-control.noresize,
textarea.form-control-plaintext.noresize {
  resize: none;
}

textarea.form-control.hresize,
textarea.form-control-plaintext.hresize {
  resize: horizontal;
}

textarea.form-control.vresize,
textarea.form-control-plaintext.vresize {
  resize: vertical;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

span.inline {
  display: inline-block !important;
}

* {
  box-sizing: border-box;
}

.form-group .radio,
.form-group .checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}

/* Turn off input type=number spinner control */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
  /* Firefox */
}

/* Forums ShareThis buttons formatting */

.ShareThisButtonWrapper {
  padding-top: 5px;
}

span.stButton span.stMainServices {
  height: 25px;
}

/* end Forums ShareThis buttons formatting */

/* Begin job-features */

.chaching {
  color: #5cb85c;
}

.chaching.h3 {
  margin: 0;
}

.alt-blue {
  color: #1345f9;
}

.job-summary {
  display: flex;
  flex-flow: wrap;
}

.job-summary .summary {
  flex: 1 1 50%;
  overflow: hidden;
  line-height: initial;
}

.job-summary-details {
  font-size: 0.85em;
  font-weight: 500;
  line-height: 1.3em;
  display: flex;
  flex-flow: wrap;
}

.job-summary-details .summary-detail {
  flex: 1 1 50%;
  overflow: hidden;
  line-height: initial;
}

.job-summary i:before,
.job-summary-details i:before {
  padding-right: 0.25em;
}

.job-details {
  font-weight: 300;
  line-height: 1.3em;
}

.job-payrate {
  text-align: center;
}

.job-filter.listings label {
  color: white;
}

/*** commenting out - too invasive - unintended consequences - modify specific item instead of sitewide
.input-group .input-group-addon, .input-group input {
  width: auto;
}
***/

.multiselect-container {
  padding-left: 10px;
}

.multiselect-container.dropdown-menu {
  width: 100%;
}

.multiselect-container.dropdown-menu > .active > a,
.multiselect-container.dropdown-menu > .active > a:hover,
.multiselect-container.dropdown-menu > .active > a:focus {
  background-color: transparent;
  color: #333;
}

.multiselect-native-select i.form-control-feedback {
  display: none !important;
}

.job-filter.listings .multiselect-container > li > a > label {
  color: black;
}

.job-filter.collapse.in button.multiselect.disabled,
.job-posting button.multiselect.disabled {
  background-color: rgb(238, 238, 238);
}

#company-dash-nav.navbar-default .navbar-brand {
  color: white;
}

#company-dash-nav.navbar-default {
  font-size: 14px;
  background-color: rgba(82, 83, 84, 1);
  border-width: 0px;
  border-radius: 0px;
}

#company-dash-nav.navbar-default .nav-pills > li > a {
  color: white !important;
  background-color: rgba(82, 83, 84, 1) !important;
}

#company-dash-nav.navbar-default .nav-pills > li > a.active {
  background-color: rgba(117, 119, 122, 1) !important;
}

#company-dash-nav.navbar-default .navbar-nav > li > a:hover,
#company-dash-nav.navbar-default .navbar-nav > li > a:focus {
  color: white;
  background-color: rgba(117, 119, 122, 1) !important;
}

#company-dash-nav .dropdown-menu > li > a:hover,
#company-dash-nav .dropdown-menu > li > a:focus {
  background-color: #e0e0e0;
}

#company-dash-nav.navbar-default .navbar-nav > .active > a,
#company-dash-nav.navbar-default .navbar-nav > .active > a:hover,
#company-dash-nav.navbar-default .navbar-nav > .active > a:focus {
  color: white;
  background-color: rgba(117, 119, 122, 1);
}

#company-dash-nav.navbar-default .navbar-toggle {
  border-color: #ffffff;
}

#company-dash-nav.navbar-default .navbar-toggle:hover,
#company-dash-nav.navbar-default .navbar-toggle:focus {
  background-color: #1a52a3;
}

#company-dash-nav.navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff;
}

#company-dash-nav.navbar-default .navbar-toggle:hover .icon-bar,
#company-dash-nav.navbar-default .navbar-toggle:focus .icon-bar {
  background-color: #ffffff;
}

.nav-pills > li.active > button,
.nav-pills > li.active > button:hover,
.nav-pills > li.active > button:focus {
  color: #fff;
  background-color: #337ab7;
}

.maxH {
  max-height: 150px;
}

.maxH-sm {
  max-height: 75px;
}

.txt-xlg-em {
  font-size: 3.5em;
}

.txt-lg-em {
  font-size: 3em;
}

.txt-md-em {
  font-size: 2em;
}

.font20 {
  font-size: 1.25rem;
}

.subscription-price {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 2em;
  color: #197fc3;
}

.large-price {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 4em;
  color: #197fc3;
}

.my-btn4 {
  background: none;
  color: #5cb85c;
  border-radius: 0px;
  border: 1px solid #4cae4c;
  font-size: 2em;
}

.my-btn4:hover {
  border-color: #4cae4c;
  background-color: #5cb85c;
  color: #ffffff;
}

.sectionB-3 {
  background-color: rgb(3, 115, 153);
  padding: 50px 0px;
  color: #ffffff;
}

.company-name {
  margin-top: 15px !important;
  font-size: 200%;
  padding-left: 10px;
  padding-right: 10px;
}

.box-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.agency-info-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
}

.agency-info-item {
  display: inline-flex;
  margin-bottom: 10px;
}

.agency-info-item-content {
  display: flex;
}

.agency-info-container .location::before {
  content: "";
  background: url(/images/jobs-location.png) no-repeat;
  width: 33px;
  height: 33px;
  margin-top: 5px;
  margin-right: 10px;
}

.agency-info-container .phone:before {
  content: "";
  background: url(/images/jobs-phone.png) no-repeat;
  width: 33px;
  height: 33px;
  margin-right: 10px;
}

.agency-info-container .website:before {
  content: "";
  background: url(/images/jobs-company.png) no-repeat;
  width: 33px;
  height: 33px;
  margin-right: 10px;
}

#company-info .location {
  background: url(/images/company-location.png) 20px center no-repeat;
  padding-left: 60px;
  min-height: 35px;
}

#company-info .phone {
  background: url(/images/company-phone.png) 20px center no-repeat;
  padding: 5px 0 0 60px;
  min-height: 35px;
}

#company-info .website {
  background: url(/images/company-website.png) 20px center no-repeat;
  padding: 5px 0 0 60px;
  min-height: 35px;
}

/*--BPA-1470--*/
  .verified-time{margin:10px 0; color: #7d899b !important}
/*--BPA-1470--*/

.my-btn5 {
  font-size: 1.5em;
}

.mgt-mgb {
  margin-top: 20px;
  margin-bottom: 20px;
}

.table > tbody > tr > td.vAlign {
  vertical-align: middle;
}

.mgtzero {
  margin-top: 0px;
}

#inline-list {
  list-style-position: inside;
  margin: 0;
  padding: 0;
}

#inline-list li {
  display: inline;
}

.ibox-title-jobs {
  padding: 5px;
  background: linear-gradient(to right, #1a52a3 0, #0c2750 100%);
}

.ibox-title-jobs h1 {
  font-size: revert;
}

.jobs.no-results .h1 {
  font-size: 1.5em;
  margin-top: 12px;
}

.txt-white {
  color: #ffffff;
}

.sectionG4 {
  background-color: #fafbfc;
  color: #333;
}

.styledP7 {
  font-size: 1.2em;
  line-height: 1.3em;
  color: rgba(0, 0, 0, 0.7);
}

.mg-right-md {
  margin-right: 15px !important;
}

.text {
  font-size: 1em;
}

.text-sm {
  font-size: 0.85em;
}

.text-xs {
  font-size: 0.65em;
}

.text-mid,
.text-md {
  font-size: 1.25rem;
}

.maxH-mid {
  max-height: 100px;
}

.text-lg {
  font-size: 1.4em;
}

.text-morph {
  font-size: 2em;
}

h2.text-morph {
  margin-top: 0px;
  margin-bottom: 10px;
}

h3.h3-mg {
  margin: 0px 0px 5px 0px;
}

.loader {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url("images/ajax-page-loader.gif") 50% 50% no-repeat;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*end job-features */

/* Redactor Editor Custom CSS */

.redactor-box.redactor-styles-on {
  margin: 0;
  padding: 0;
  background: #fff;
  border: 2px solid rgba(0, 0, 0, 0.075);
  border-radius: 4px;
  box-shadow: none;
}

.redactor-air,
.redactor-toolbar {
  z-index: 50;
  border-bottom: 1px solid #ccc;
  padding: 5px 5px 0 5px !important;
}

.redactor-editor {
  border: 2px solid #ccc;
  border-radius: 0 0 4px 4px;
}

.redactor-box.redactor-error {
  border: 2px solid #a94442 !important;
}

.redactor-read-only {
  background-color: #f8f8f8;
}

/* FormValidation Error class */

.has-error > .redactor-box {
  border: 2px solid #a94442 !important;
}

ul.redactor-statusbar {
  padding: 0px;
  margin: 1px;
}

.breadcrumb {
  padding: 5px 0;
  background-color: white;
}

ul.breadcrumb,
ol.breadcrumb {
  margin-top: 0;
  margin-bottom: 0;
}

.currency {
  display: inherit;
  position: relative;
}

td.currency {
  display: table-cell;
  position: relative;
}

.currency::before {
  content: "$";
  padding: 0.45em;
  text-align: center;
}

table.dataTable thead .sorting_asc::after {
  content: "\e113";
  opacity: unset;
}

table.dataTable thead .sorting_desc::after {
  content: "\e114";
  opacity: unset;
}

.blur {
  opacity: 0.5;
  filter: blur(2px);
  cursor: default;
  pointer-events: none;
}

.blur a,
.blur button {
  cursor: default;
  pointer-events: none;
}

.float-center {
  position: fixed;
  top: 50%;
}

.manage-panel {
  background-color: #e5eff5;
  padding: 5px;
}

.close.clear {
  float: unset;
}

/** Display Classes defined in Bootstrap 4.0 **/

.d-inline {
  display: inline;
}

.d-inline-block {
  display: inline-block;
}

.d-inline-flex {
  display: inline-flex;
}

/** Width Classes defined in Bootstrap 4.0 **/

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

/***********************
margin tags
***********************/

.mg-none {
  margin: 0px;
}

.mg-sm {
  margin: 5px 0;
}

.mg-top-none {
  margin-top: 0;
}

.mg-top-tiny {
  margin-top: 3px;
}

.mg-top-sm {
  margin-top: 5px;
}

.mg-top-md {
  margin-top: 10px;
}

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

.mg-top-xl {
  margin-top: 30px;
}

.mg-btm-none {
  margin-bottom: 0;
}

.mg-btm-sm {
  margin-bottom: 5px;
}

.mg-btm-md {
  margin-bottom: 10px;
}

.mg-btm-mdd {
  margin-bottom: 15px;
}

.mg-btm-lg {
  margin-bottom: 20px;
}

.mg-btm-xl {
  margin-bottom: 30px;
}

.mg-lft-sm {
  margin-left: 5px;
}

.mg-lft-md {
  margin-left: 10px;
}

.mg-lft-lg {
  margin-left: 20px;
}

.mg-lft-xl {
  margin-left: 40px;
}

.mg-rgt-sm {
  margin-right: 5px;
}

.mg-rgt-md {
  margin-right: 10px;
}

.mg-rgt-lg {
  margin-right: 20px;
}

.mg-rgt-xl {
  margin-right: 40px;
}

/***********************
end margin tags
***********************/

/***********************
padding tags
***********************/

.pad-none,
.table > thead > tr > th.pad-none {
  padding: 0;
}

.pad-top-none {
  padding-top: 0;
}

.pad-top-sm {
  padding-top: 5px;
}

.pad-top-md {
  padding-top: 10px;
}

.pad-top-lg {
  padding-top: 20px;
}

.pad-btm-none {
  padding-bottom: 0 !important;
}

.pad-btm-md {
  padding-bottom: 10px;
}

.pad-btm-lg {
  padding-bottom: 20px;
}

.pad-rgt-none {
  padding-right: 0;
}

.pad-rgt-md {
  padding-right: 10px;
}

.pad-rgt-lg {
  padding-right: 20px;
}

.pad-rgt-xlg {
  padding-right: 40px !important;
}

.pad-lft-none {
  padding-left: 0;
}

.pad-lft-sm {
  padding-left: 5px;
}

.pad-lft-lg {
  padding-left: 20px;
}

/***********************
end padding tags
***********************/

.pay-calculation {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.jobs-similar-container-flex h2, .jobs-at-other-locations h2{
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom:3%;
}

.form-horizontal .checklist-row {
  margin-left:0px !important;
}
.h4-nodata {
  color : #a94442;
  font-weight: bold;
  margin-top: 0px;
  font-size: 16px;
} 

.profile-connect .ibox-title{height:115px;}
.profile-connect .pull-right{
  margin-left: 15px;
}

.message-connect .ibox-title{height:115px;}
.message-connect .pull-right{
  margin-left: 15px;
}

div.h1-alt {
  line-height: 1.1;
}

button.link {
  all: unset !important;
  color: #1a52a3 !important;
  text-decoration: underline !important;
  font-size: 14px !important;
  cursor: pointer !important;
}

/****************************
* MEDIA QUERIES
****************************/

/* X-SMALL: 0 - 767 */

@media (max-width: 767.98px) {
  .table-responsive .dropdown-menu {
    position: relative;
  }
  .btn-xs ~ .dropdown-menu-right {
    left: -96px;
  }
  .h1-alt {
    font-size: 1.25rem;
  }
  .h2-alt {
    font-size: 1.1rem;
  }
  .h3-alt {
    font-size: 1rem;
  }
  .h4-alt {
    font-size: 0.8rem;
  }
  .text-center-sm,
  .text-center-xs {
    text-align: center;
  }
  .text-left-sm,
  .text-left-xs {
    text-align: left;
  }
  .xs-pad-top-md {
    padding-top: 10px;
  }
  .mg-lft-none-sm {
    margin-left: 0;
  }
  .xs-pad-none {
    padding: 0;
  }
  .xs-pad-rgt-sm {
    padding-right: 5px;
  }
  .sizeh2 {
    font-size: 1.1rem;
  }
  .sizeh3 {
    font-size: 1rem;
  }
  .ibox-pad {
    padding: 20px;
  }
  .xs-mg-btm-lg {
    margin-bottom: 20px;
  }
  .jumbotron-heading {
    font-size: 40px !important;
  }
  .grid {
    max-width: 540px;
    width: 540px;
  }
}

/* SMALL: 768 - 991 */

@media (min-width: 768px) {
  .h1-alt {
    font-size: 1.375rem;
  }
  .h2-alt {
    font-size: 1.2rem;
  }
  .h3-alt {
    font-size: 1.15rem;
  }
  .h4-alt {
    font-size: 1rem;
  }
  .text {
    font-size: 1.25rem;
  }
  .text-center-sm {
    text-align: center;
  }
  .text-left-sm {
    text-align: left;
  }
  .sm-mg-lft-lg {
    margin-left: 20px;
  }
  .sm-account-container {
    margin-left: 25px;
    margin-top: 10px;
  }
  .sizeh2 {
    font-size: 1.2rem;
  }
  .sizeh3 {
    font-size: 1.15rem;
  }
  .ibox-title-jobs h1,
  .jobs.no-results .h1 {
    font-size: 1.5em;
  }
  .job-summary .summary {
    flex: 1 1 50%;
    overflow: hidden;
  }
  .job-summary-details .summary-detail {
    flex: 1 1 25%;
    overflow: hidden;
  }
  .sm-mg-btm-lg {
    margin-bottom: 20px;
  }
  .grid {
    max-width: 720px;
    width: 720px;
  }
}

/* iPhone X portrait */

@media screen and (min-width: 768px) and (max-width: 812px) and (orientation: landscape) {
  .search-bar .dropdown-menu.dynamic-height-landscape {
    min-width: 350px;
    max-height: calc(375px - 110px);
    height: calc(100vh - 110px);
  }
}

/* MEDIUM: 992 - 1199 */

@media (min-width: 992px) {
  .h1-alt {
    font-size: 1.75rem;
  }
  .h2-alt {
    font-size: 1.5rem;
  }
  .h3-alt {
    font-size: 1.3rem;
  }
  .h4-alt {
    font-size: 1.1rem;
  }
  .text-center-sm {
    text-align: left;
  }
  .sizeh2 {
    font-size: 1.5rem;
  }
  .sizeh3 {
    font-size: 1.3rem;
  }
  .ibox-title-jobs h1,
  .jobs.no-results .h1 {
    font-size: 2em;
  }
  .grid {
    max-width: 960px;
    width: 960px;
  }
  .search-bar .dropdown-menu {
    min-width: 430px;
    max-height: 675px;
    height: auto;
  }
}

/* LARGE: 1200+ */

@media (min-width: 1200px) {
  #bp-main-nav > .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
  .h1-alt {
    font-size: 2rem;
  }
  .h2-alt {
    font-size: 1.75rem;
  }
  .h3-alt {
    font-size: 1.5rem;
  }
  .h4-alt {
    font-size: 1.25rem;
  }
  .sizeh2 {
    font-size: 1.75rem;
  }
  .sizeh3 {
    font-size: 1.5rem;
  }
  .ibox-title-jobs h1 {
    font-size: 3em;
  }
  .grid {
    max-width: 1128px;
    width: 1128px;
  }
}

/* BP X-LARGE: 1400+ */

@media (min-width: 1400px) {
  #bp-main-nav > .container-fluid {
    padding-left: 100px;
    padding-right: 100px;
  }
  .container {
    width: 1360px;
  }
}

/* BP XX-LARGE: 1700+ */

@media (min-width: 1700px) {
  #bp-main-nav > .container-fluid {
    padding-left: 150px;
    padding-right: 150px;
  }
  .container {
    width: 1660px;
  }
}

/****************************
* ORIGINAL BP MEDIA QUERIES
*****************************/

@media (min-width: 750px) {
  .card2 {
    min-height: 500px;
  }
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-submenu .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-submenu .dropdown-menu .dropdown-header {
    padding-left: 40px;
  }
  .dropdown-submenu > a::after {
    display: none;
  }
  .dropdown-submenu > a::after {
    display: none;
  }
  .dropdown-submenu > a > .caret {
    display: inline-block;
  }
  .img-shrink {
    max-height: 100px;
  }
  .flex-mgn-mid-sm {
    margin-bottom: 5px;
  }
  .img-shrink2 {
    max-height: 300px;
  }
}

@media screen and (min-width: 768px) {
  .image-left {
    margin-right: 0px !important;
    padding-right: 0px !important;
  }
  .text-medium {
    font-size: 1.15em;
  }
  .flex-mgn-mid {
    margin-bottom: 10px;
  }
  .text-morph {
    font-size: 1.5em;
  }
  .jumbotron .mg-top-xxl {
    margin-top: 300px;
  }
  .jumboText2 {
    font-size: 35px !important;
  }
  .jumbotron-travel-nursing {
    background-image: url(/images/travel-nursing-large.jpg);
  }
  .jumbotron-clients {
    background-image: url(/images/travel-nurse-recruiting.jpg);
  }
  .jumbotron-privacy {
    background-image: url(/images/bluepipes-privacy.jpg);
  }
  .verticle-img {
    margin-top: 100px;
  }
  .header-text3 {
    font-size: 40px;
    line-height: 50px;
  }
}

@media (min-width: 1000px) {
  .jumbo-position {
    margin-top: 125px;
  }
}

@media (min-width: 1200px) {
  .card2 {
    min-height: 340px;
  }
}

@media (min-width: 1400px) {
  .title-position {
    margin-top: 150px;
  }
  .jumbo-position {
    margin-top: 200px;
  }
}

@media screen and (min-width: 1700px) {
  .jumbotron .mg-top-xxl {
    margin-top: 400px;
  }
}

/****************************
 * New Media Entries from paypackage.css
 ****************************/

/*FIXME: The following media queries need to be integrated with standards above!*/

@media screen and (max-width: 992px) {
  .marginTSM2 {
    margin-top: 15px;
  }
}

@media screen and (max-width: 992px) and (min-width: 768px) {
  .marginTSM3 {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .marginTSM {
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .marginTB2d {
    margin-bottom: 25px;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .marginTLcv3 {
    margin-top: 19px;
  }
}

@media screen and (min-width: 768px) {
  .marginTB2c3 {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 768px) {
  .marginTB2c31 {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 768px) {
  .col-xs-border {
    border: 1px solid #676a6c;
    margin: 10px 15px 20px 15px;
    padding: 15px;
  }
}

@media screen and (max-width: 768px) {
  .table.tablex2 > tbody > tr > td.td-header2 {
    font-size: 14px;
  }
  .table.tablex2 > tbody > tr > td.td-header1 {
    font-size: 14px;
  }
  .table.tablex2 > tbody > tr > td {
    font-size: 12px;
  }
}

@media screen and (min-width: 769px) {
  .table.tablex2 > tbody > tr > td.td-header2 {
    font-size: 16px;
  }
  .table.tablex2 > tbody > tr > td.td-header1 {
    font-size: 16px;
  }
  .table.tablex2 > tbody > tr > td {
    font-size: 14px;
  }
}

@media screen and (min-width: 992px) {
  .table.tablex2 > tbody > tr > td.td-header2 {
    font-size: 22px;
  }
  .table.tablex2 > tbody > tr > td.td-header1 {
    font-size: 22px;
  }
  .table.tablex2 > tbody > tr > td {
    font-size: 18px;
  }
}

@media screen and (min-width: 992px) {
  .table.tablex2.tablex21 > tbody > tr > td {
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  .row.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 786px) {
  .center-small {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .stylex2 {
    border-left: 1px solid rgba(220, 220, 220, 0.8);
    padding-left: 20px;
  }
}

/****************************
 * END New Media Entries from paypackage.css
 ****************************/

 @media screen and (min-width: 1600px) {
  .search-bar .dropdown-item {
    max-height: 700px;
  }
}
