/* HOME PAGE */
.home {
  margin-top: -1px;
  background-color: white;
  background: url(/assets/images/home-bg.png) right 20px no-repeat white;
}

.home .content {
  /*	background: #FFF; */
}

.home a.btn {
  padding: 14px 30px;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 1px;
  margin-right: 20px;
  border-radius: 3px;
}

.home a.btn:hover {
  color: #fff;
}

.home .sec1 {
  padding: 150px 0;
}
.home .sec1 h3 {
  font-size: 15px;
  float: left;
  text-align: center;
  margin-top: 50px;
}

.home h1 {
  font-size: 54px;
  line-height: 1.3;
  border: none;
  margin: 0;
  padding-bottom: 0;
  text-transform: uppercase;
}

.home h2 {
  font-size: 30px;
  font-weight: 300;
  text-transform: none;
  margin: 10px 0 55px;
}

.home h3 {
  font-weight: 600;
  font-size: 30px;
  text-transform: uppercase;
  padding-bottom: 7px;
}

.home h3 .lighter {
  font-weight: 400;
}

.home h3 img {
  padding-top: 4px;
  padding-bottom: 4px;
  margin-top: -7px;
}

.home h3 img.border-left {
  padding-left: 10px;
}

.home h3 img.border-right {
  padding-right: 10px;
}

.home h4 {
  font-size: 20px;
  text-align: left;
  margin: 10px 0 0;
  text-transform: uppercase;
}

.home .border-right {
  border-right: 1px solid #1B2C4B;
}

.home .border-left {
  border-left: 1px solid #1B2C4B;
}

.home p {
  font-size: 17px;
  line-height: 1.6em;
}

.home .padded {
  padding: 0 30px;
}

.med-hr {
  background: #e1e8ed;
  color: #BDCBD5;
  height: 1px;
  width: 100%;
  margin: 60px 0;
  clear: both;
  text-align: center;
  font-size: 35px;
  line-height: 3px;
}

.med-hr:after {
  content: "\e60b";
  font-family: 'icomoon';
  speak: none;
  position: absolute;
  left: 50%;
  margin-left: -13px;
}

.med-hr:before {
  content: "\e60c";
  position: absolute;
  font-family: 'icomoon';
  speak: none;
  color: #FFF;
  margin-left: -13px;
}

.home .sec2 {
  padding: 0 70px 0 85px;
}

.home .sec2 .details {
  padding: 75px 0 0 70px;
  width: 514px;
  float: left;
}

.home .video {
  width: 570px;
  height: 320px;
  float: left;
}

.home .sec3 {
  padding: 0;
}

.home .sec3 h3 {
  text-align: center;
  margin: 0 auto 35px;
  max-width: 560px;
}

.home .sec3 .iconD {
  position: relative;
  text-align: center;
  color: #3491c6;
  font-size: 25px;
  float: left;
  font-weight: 600;
}

.home .sec3 .iconD img {
  position: relative;
  opacity: 1;
  padding-bottom: 15px;
}

.home .sec3 .iconD img:hover {
  opacity: .5;
  top: -5px;
}

.home .sec4 .left-details {
  margin-top: 80px;
}

.home .sec4 .left-details .logo-img {
  margin: 0 0 25px 70px;
}

.home .sec4 .num-list {
  float: left;
}

.home .sec4 .num-list > div {
  clear: both;
  float: left;
  margin-bottom: 50px;
}

.home .sec4 .num-list p {
  margin: 0;
  line-height: 1.2em;
}

.home .sec4 .num-list .num-ico {
  background: #1D86C0;
  height: 65px;
  width: 65px;
  line-height: 65px;
  border-radius: 65px;
  color: #FFF;
  font-weight: 600;
  font-size: 27px;
  text-align: center;
  float: left;
  margin-right: 25px;
}

.home .sec4 .num-list .details {
  width: 305px;
  float: left;
}

.home .sec4 .num-list .num2 {
  margin-left: 40px;
}

.home .sec4 .num-list .num2 .num-ico {
  background: #213871;
}

.home .sec4 .num-list .num2 h4 {
  margin-top: 2px;
}

.home .sec4 .num-list .num3 {
  margin-left: 90px;
}

.home .sec4 .num-list .num3 .num-ico {
  background: #1B2C4B;
}

.home .sec4 .num-list .num4 {
  margin-left: 40px;
}

.home .sec4 .num-list .num4 .num-ico {
  background: #213871;
}

.home .sec5 {
  position: relative;
  clear: both;
  padding: 100px 60px;
  height: 450px;
  background-image: url("/assets/images/home-b-c-bg.jpg");
  background-size: cover;
}

.home .sec5 .details {
  background: rgba(29, 134, 192, 0.9);
  padding: 30px 20px;
  color: #FFF;
}

.home .sec5 .details .border-right {
  border-color: #FFF;
}

.sec5 .container {
  width: auto;
}

.home .sec6 {
  text-align: center;
  padding-top: 40px;
}

.home .sec6 .border-right, .home .sec6 .border-left {
  border-color: #c9d5de;
}

.home .sec6 .border-bottom {
  border-bottom: 1px solid #c9d5de;
}

.home .sec6 h4, .home .sec6 h3 {
  text-align: center;
}

.home .sec6 .details {
  margin: 50px 0 10px;
}

.home .sec6 .row > div {
  height: 230px;
}

.home .sec7 {
  padding: 20px 0 70px;
}

.home .sec7 .content {
  background: none;
}

.home .sec7 .headline {
  color: #1d85c0;
  font-size: 21px;
  line-height: 30px;
}

.home .sec7 .headline strong {
  width: 100%;
  font-size: 31px;
  display: block;
  text-transform: uppercase;
}

.home .sec7 .btn {
  float: right;
  font-weight: 300;
  padding: 12px 55px;
  font-size: 20px;
}

/* Animated */
[data-anim] {
  opacity: 0;
  position: relative;
}

[data-anim].is-shown {
  opacity: 1 !important;
  top: 0 !important;
  left: 0 !important;
}

/* Pat Landing */
.section.pad-top {
  padding-top: 90px;
}

.section.pad-bottom {
  padding-bottom: 90px;
}

.section h1 {
  margin-bottom: 10px;
}

.section h1.text-center {
  margin-bottom: 0;
}

.section h2.text-center {
  margin-bottom: 90px;
}

.section.blue-bg {
  background-color: #1D86C0;
  color: white;
}

.step-heading {
  text-transform: uppercase;
  margin-bottom: 10px;
}

.step-heading span:first-child {
  font-weight: 100;
}

.home .btn.blue-btn:hover {
  background-color: #1D86C0;
}

.home .btn.dark-blue-btn:hover {
  background-color: #1D86C0;
}

#scroll-btn {
  position: fixed;
  bottom: 10px;
  left: 50%;
  width: 100px;
  margin-left: -50px;
}

#scroll-btn button {
  background: #FFFFFF;
  border: 2px solid #333;
  border-radius: 50px;
  width: 100px;
  height: 100px;
  padding: 0;
  text-align: center;
}

#scroll-btn button:focus, #scroll-btn button:active {
  outline: none;
}

#scroll-btn img {
  width: 75px;
  margin-top: 11px;
}

.ubernurses-homepage {
  background: none;
  position: relative;
}
.ubernurses-homepage h4 {
  font-weight: 600;
  font-size: 36px;
  text-transform: capitalize;
  text-align: center;
}
.ubernurses-homepage p {
  font-size: 21px;
}
.ubernurses-homepage .un-howitworks {
  padding: 60px 0;
  background: #FFFFFF;
}
.ubernurses-homepage .un-howitworks .carousel-control {
  background: none;
  width: 60px;
  color: #3491c6;
  opacity: 1;
}
.ubernurses-homepage .un-howitworks .step-heading span {
  font-weight: 400;
}
.ubernurses-homepage .un-howitworks .how-slide {
  text-align: left;
  padding: 30px 0 20px;
}
.ubernurses-homepage .un-howitworks .how-slide.ng-enter,
.ubernurses-homepage .un-howitworks .how-slide.ng-leave.ng-leave-active {
  opacity: 0;
}
.ubernurses-homepage .un-howitworks .how-slide.ng-leave,
.ubernurses-homepage .un-howitworks .how-slide.ng-enter.ng-enter-active {
  opacity: 1;
}
.ubernurses-homepage .job-board-container {
  padding: 50px 30px;
  text-align: center;
}
.ubernurses-homepage .job-board-container .job-search-controls {
  display: none;
}
.ubernurses-homepage .job-board-container .job-count {
  display: none;
}
.ubernurses-homepage .job-board-container .job-board-search {
  padding-bottom: 0;
}
.ubernurses-homepage .job-board-container tr.load-more {
  display: none;
}
.ubernurses-homepage .job-board-container a.load-more {
  border-radius: 0px 0px 20px 20px;
  width: 350px;
  max-width: 100%;
  outline: none;
  position: relative;
  padding: 10px 30px;
  line-height: 1em;
  font-size: 15px;
  font-weight: 400;
  margin: 0;
}
