/*------------ GENERAL STYLES -----------*/
body {
  color: #444444;
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  line-height: 1.55;
}
.container {
  padding-left: 8px;
  padding-right: 8px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
  position: relative;
}
.row {
  margin-right: -8px !important;
  margin-left: -8px !important;
}
.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
h1 {
  color: #222222;
  font-size: 30px;
  margin: 3px 0 15px;
}
h2 {
  color: #222222;
  font-size: 26px;
  margin: 3px 0 15px;
}
h3 {
  color: #222222;
  font-size: 24px;
  margin: 3px 0 15px;
}
h4 {
  color: #222222;
  font-size: 20px;
  margin: 3px 0 10px;
}
h5 {
  color: #222222;
  font-size: 18px;
  margin: 3px 0 10px;
}
h6 {
  color: #009685;
  font-size: 16px;
  margin: 3px 0 10px;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}
a {
  color: #CB3727;
  -webkit-transition: all 200ms linear 0s;
  -moz-transition: all 200ms linear 0s;
  -ms-transition: all 200ms linear 0s;
  -o-transition: all 200ms linear 0s;
  transition: all 200ms linear 0s;
}
a:hover {
  color: #2F3638;
  text-decoration: none;
}
.sm-text {
  font-size: 14px;
  line-height: normal;
  color: #999;
}
.mbottom-15 {
  margin-bottom: 15px;
}
.custom-btn {
  background-color: #CB3727;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  text-shadow: none;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 30px;
  min-width: 150px;
  margin-top: 10px;
}
.custom-btn:hover {
  color: #fff;
  background-color: #333333;
}
.section-header {
  text-align: center;
  margin-bottom: 20px;
}
.section-header h1 {
  font-size: 37px;
  font-weight: 500;
  margin: 0;
}
.section-header h1 span {
  color: #009685;
  font-weight: 700;
}
/*------------ HEADER/MENU -----------*/
.header-out {
  color: #fff;
  background-color: #fff;
  box-shadow: 0 3px 3px -2px rgba(52, 52, 52, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.navbar {
  margin-bottom: 0;
  border-radius: 0;
  border: none;
  min-height: 125px;
}
#logo {
  display: inline-block;
}
#logo img {
  width: 300px;
  max-width: 100%;
  margin-top: 17px;
}
.navbar-toggle {
  background-color: #009685;
  margin-right: 0;
}
.navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-collapse {
  box-shadow: none;
}
.navbar-nav {
  margin-top: 40px;
}
.navbar-nav > li > a {
  color: #222;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 15px 20px;
}
.navbar-nav > li > a:focus, .navbar-nav > li > a:hover {
  color: #009685;
  background-color: transparent;
}
.navbar-nav > li.menu-btn > a {
  color: #fff;
  background-color: #CB3727;
  border-radius: 30px;
  padding: 15px 25px;
  margin-left: 15px;
}
.navbar-nav > li.menu-btn > a:hover {
  color: #fff;
  background-color: #333;
}
/*------------ HOMEPAGE --------------*/
.hp-hero-out {
  background-size: cover !important;
  background-position: top center !important;
  padding: 80px 0;
}
.hp-hero-out {
  background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)) repeat scroll 0 0%, transparent url(https://cdn.ymaws.com/virginianurses.site-ym.com/resource/resmgr/vnf/vnf_homepage_banner.png);
}
.hero-text {
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .3);
  max-width: 600px;
}
.hero-text h1 {
  color: #fff;
  font-size: 60px;
  margin: 0 0 15px;
}
.hp-benefits-out {
  overflow: hidden;
}
.hp-cta {
  background-color: #f0f1f3;
  padding: 50px 2%;
}
.hp-cta:nth-child(even) {
  background-color: #e4e5e9;
}
.benefit-icon {
  float: left;
  width: 60px;
}
.benefit-icon img {
  width: 75px;
}
.benefit-desc {
  float: left;
  width: calc(100% - 60px);
  padding-left: 20px;
}
.benefit-desc h6 {
  margin-top: 0;
}
.benefit-desc p {
  margin-bottom: 0;
}
.benefit-desc .custom-btn {
  font-size: 13px;
  padding: 10px 25px;
  min-width: auto;
}
.hp-services-out {
  padding: 100px 0 110px;
}
.service-col-left {
  padding-right: 2%;
  border-right: 2px solid #f0f1f3;
}
.service-col-right {
  padding-left: 2%;
}
.hp-box-desc {
  color: #fff;
  background-color: #53565A;
  padding: 50px 20px !important;
  min-height: 290px;
}
.hp-box-desc h6 {
  color: #fff;
  margin: 0;
}
.hp-box-desc hr {
  border-color: #fff;
  margin: 10px 0 15px;
  width: 35px;
}
.hp-box-desc .custom-btn {
  padding: 10px 25px;
}
.hp-box-img {
  position: relative;
  padding: 0 !important;
}
.hp-box-img img {
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  object-fit: cover;
}
.hp-testimonials-out {
  padding: 95px 0;
  background-color: #f8f8f8;
}
#hp-testimonialCarousel {
  padding: 0 10% 40px;
}
#hp-testimonialCarousel .carousel-control {
  background-image: none !important;
  width: 5%;
}
#hp-testimonialCarousel .carousel-control .fas {
  color: #2F3638;
  font-size: 28px;
  text-shadow: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  left: 0;
  margin: auto;
}
#hp-testimonialCarousel .left.carousel-control .fas {
  right: auto;
}
#hp-testimonialCarousel .right.carousel-control .fas {
  left: auto;
}
#hp-testimonialCarousel .carousel-indicators {
  margin-bottom: 0;
  bottom: 0;
}
#hp-testimonialCarousel .carousel-indicators li {
  width: 12px;
  height: 12px;
  border: none;
  background-color: #ccc;
  margin: 0 2px;
}
#hp-testimonialCarousel .carousel-indicators .active {
  background-color: #2F3638;
}
.hp-testimonial-item {
  background-color: #fff;
  padding: 25px 30px;
  border-radius: 3px;
  min-height: 230px;
}
.hp-testimonial-img img {
  border-radius: 100%;
}
.hp-testimonial-text {
  padding-left: 2%;
  margin-top: 10px;
}
.hp-testimonial-item h6 {
  line-height: normal;
  margin: 15px 0 0;
}
.hp-testimonial-item h6 span {
  display: block;
  color: #888;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  margin-left: 13px;
}
.bottom-cta-out {
  background-size: cover !important;
  background-position: top center !important;
  padding: 90px 0 80px;
}
.bottom-cta-out {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)) repeat scroll 0 0%, transparent url(https://cdn.ymaws.com/virginianurses.site-ym.com/resource/resmgr/vnf/gggg.jpg);
}
.bottom-cta-left {
  color: #fff;
  font-size: 20px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .3);
}
.bottom-cta-left h1 {
  color: #fff;
  font-size: 36px;
  margin: 0 0 8px;
}
.bottom-cta-right .custom-btn {
  display: block;
}
/*------------ SUBPAGES --------------*/
.pagebody-out {
  margin-top: 125px;
}
/* Hero */
.sp-hero-out {
  position: relative;
  overflow: hidden;
}
.sp-hero-out > img {
  width: 100%;
}
.sp-hero-out > .container {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.spHero-content {
  color: #fff;
  text-align: center;
  text-shadow: 0 0 1px #666;
  background-color: rgba(83, 86, 90, 0.85);
  max-width: 1000px;
  margin: 0 auto;
  padding: 25px 15px;
}
.spHero-content h1 {
  color: #fff;
  font-size: 34px;
  margin: 0 0 10px;
}
/* Sections */
.sp-content-out {
  padding: 40px 0;
}
.padding-top-0 {
  padding-top: 0 !important;
}
.bg-grey {
  background-color: #f4f4f4;
}
.bg-blue {
  background-color: #009685;
}
.bg-green {
  background-color: #009685;
}
/* Accordion Styles */
.panel-group {
  margin-bottom: 0;
}
.panel-group .panel {
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin: 0 0 5px !important;
}
.panel-default > .panel-heading {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.panel-title a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none !important;
  background-color: #444;
  padding: 12px 40px 12px 20px;
  display: block;
  position: relative;
}
.panel-title a.collapsed {
  background-color: #009685;
}
.panel-title a.collapsed:hover {
  background-color: #444;
}
.panel-title a::after {
  content: "\f078";
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0.7;
}
.panel-title a.collapsed::after {
  content: "\f054";
}
/*------------ Subpage 1 --------------*/
/* Transparent Accordions */
.section-accordions {
  margin-bottom: 50px;
}
.section-accordions:last-child {
  margin-bottom: 0;
}
.section-accordions h2 {
  padding-bottom: 10px;
  border-bottom: 3px solid #333;
  margin-bottom: 20px;
}
.accordion-transparent.panel {
  border: none;
  box-shadow: none;
  margin-bottom: 20px !important;
  padding-bottom: 0;
}
.panel-group .accordion-transparent.panel + .accordion-transparent .panel {
  margin-top: 0;
  border-radius: 0;
}
.accordion-transparent .panel-title a {
  color: #222;
  line-height: 1.5;
  display: block;
  padding: 0 0 0 30px;
  background-color: transparent;
  position: relative;
  text-decoration: none !important;
}
.accordion-transparent .panel-title a::after {
  top: 0;
  transform: none;
  left: 0;
  background-color: #333333;
  color: #fff;
  display: inline-block;
  width: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 100%;
  font-size: 13px;
}
.accordion-transparent .panel-title a.collapsed:hover {
  color: #222 !important;
  background-color: transparent !important;
}
.accordion-transparent .panel-title a.collapsed {
  color: #009685;
  background-color: transparent;
}
.accordion-transparent .panel-body {
  padding: 15px 0 0 30px;
  border-top: none !Important;
}
/*------------ Subpage 2 --------------*/
/* Featured Content */
.featured-left {
  padding: 0 !important;
}
.featured-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 75%;
  object-fit: cover;
}
.featured-media iframe {
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
}
.featured-right {
  padding: 60px 4% 80px;
  background-color: #f4f4f4;
}
.featured-text h1 {
  margin-bottom: 15px;
}
.featured-text .formbutton {
  margin-top: 10px;
}
/* Board of Directors */
#subpage2-board {
  text-align: center;
  padding: 60px 0 10px;
}
#subpage2-board h2 {
  margin-bottom: 50px;
}
.member-item {
  margin-bottom: 50px;
}
.member-item img {
  width: 180px;
  border-radius: 100%;
  margin: 0 auto 20px;
}
.member-item h6 {
  color: #009685;
  margin: 0 0 3px;
}
/* Donation Section */
#subpage2-donation {
  padding: 55px 0 40px;
}
#subpage2-donation h2 {
  text-align: center;
  margin-bottom: 40px;
}
.cb-left {
  padding-right: 2%;
}
.cb-right {
  padding-left: 2%;
}
.cb-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 40px;
  -webkit-box-shadow: 0 0px 15px 0px rgba(52, 52, 52, 0.15);
  box-shadow: 0 0px 15px 0px rgba(52, 52, 52, 0.15);
}
.cb-text {
  background-color: #fff;
  padding: 35px 5% 30px !important;
  min-height: 355px;
}
.cb-text .formbutton {
  margin-top: 15px;
}
.cb-img {
  position: relative;
  padding: 0 !important;
}
.cb-img img {
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  object-fit: cover;
}
/*------------ Subpage 3 --------------*/
/* Top Content Boxes */
.content-box {
  text-align: center;
  border: 2px solid #f1f1f1;
  padding: 25px 15px 10px;
  min-height: 235px;
}
.content-box i {
  color: #fff;
  font-size: 24px;
  text-align: center;
  line-height: 50px;
  width: 50px;
  background-color: #CB3727;
  border-radius: 100%;
  margin-bottom: 12px;
  -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.4);
}
/* Hover Boxes */
#subpage3-testimonials h2 {
  margin-bottom: 25px;
}
.hover-box {
  position: relative;
  height: 300px;
  overflow: hidden;
  margin-bottom: 15px;
}
.hover-box img {
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  object-fit: cover;
}
.hover-content {
  position: absolute;
  top: 245px;
  left: 0;
  width: 100%;
  color: #fff;
  text-align: center;
  line-height: normal;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 15px 10px;
  min-height: 350px;
  transition: all 0.6s ease 0s;
}
.hover-content h4 {
  color: #fff;
  font-size: 18px;
  transition: all 0.6s ease 0s;
  margin: 0 0 40px;
}
.hover-content .formbutton {
  font-size: 13px;
  margin-top: 5px;
}
.hover-box:hover .hover-content {
  top: 100px;
}
.hover-box:hover .hover-content h4 {
  margin-bottom: 10px;
}
/* Testimonial Carousel */
#subpage3-testimonials {
  padding: 65px 0 45px;
}
#testimonialsCarousel {
  padding-bottom: 50px;
  margin: 0 10%;
}
#testimonialsCarousel .carousel-indicators {
  bottom: 5px;
  margin-bottom: 0;
}
#testimonialsCarousel .item img {
  width: 180px;
  border-radius: 100%;
  border: 7px solid #e4e4e4;
}
#testimonialsCarousel .testimonial-text {
  position: relative;
  padding: 35px 110px 40px;
}
#testimonialsCarousel .testimonial-text:before {
  color: #e4e4e4;
  content: "\f10d";
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  font-size: 80px;
  line-height: normal;
  position: absolute;
  left: 10px;
  top: 0;
}
#testimonialsCarousel .testimonial-text:after {
  color: #e4e4e4;
  content: "\f10e";
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  font-size: 80px;
  line-height: normal;
  position: absolute;
  right: 10px;
  bottom: 0;
}
#testimonialsCarousel .testimonial-text h6 {
  font-style: italic;
  margin: 10px 0 0;
}
.carousel-indicators li {
  width: 10px;
  height: 10px;
  background-color: #ccc;
  border: none;
  margin: 0 1px;
}
.carousel-indicators .active {
  width: 10px;
  height: 10px;
  background-color: #2F3638;
}
.carousel-control {
  background-image: none !important;
}
#testimonialsCarousel .carousel-control {
  text-shadow: none;
  height: 30px;
  top: auto;
  bottom: 0;
}
#testimonialsCarousel .carousel-control i {
  color: #2F3638;
  font-size: 22px;
}
#testimonialsCarousel .left.carousel-control {
  text-align: left;
}
#testimonialsCarousel .right.carousel-control {
  text-align: right;
}
/*------------ Subpage 4 --------------*/
/* Navigation Bar */
.sp-nav-out {
  text-align: center;
  background-color: #53565A;
  padding: 10px 0;
}
.sp-nav {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.sp-nav li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}
.sp-nav li:last-child {
  margin-right: 0;
}
.sp-nav a {
  color: #fff;
  font-size: 18px;
  text-decoration: none !important;
  line-height: 25px;
}
.sp-nav a:hover {
  opacity: 0.7;
}
/* Video Section */
.video-left h2 {
  margin-bottom: 10px;
  font-size: 47px;
}
/* Section Border Top */
.border-top .section-header {
  border-top: 1px solid #ddd;
  padding-top: 40px;
}
/* Testimonial Carousel */
#spTestimonialSlider h2 {
  color: #fff;
}
#spTestimonialSlider {
  padding: 0 5%;
  color: #fff;
}
#spTestimonialSlider h6 {
  color: #fff;
  font-style: italic;
  line-height: 1.5;
  margin-bottom: 0;
}
#spTestimonialSlider .carousel-control {
  color: #2F3638;
  width: 5%;
  background-image: none !important;
  text-shadow: none;
}
#spTestimonialSlider .carousel-control i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#spTestimonialSlider .left.carousel-control i {
  left: 0;
}
#spTestimonialSlider .right.carousel-control i {
  right: 0;
}
/* Pricing Tables */
.event-pricing {
  margin-top: 25px;
}
.pricing-table {
  border: 1px solid #333333;
  text-align: center;
  margin-bottom: 20px;
}
.pricing-table h6 {
  text-transform: uppercase;
  margin: 0;
}
.table-row {
  padding: 25px 10px;
  position: relative;
}
.table-row-1::before {
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 13px solid #ffffff;
  content: "";
  position: absolute;
  bottom: -13px;
  width: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
}
.table-row-1 h6 {
  color: #000;
}
.table-row-2 {
  background-color: #009685;
  padding: 30px 10px 20px;
}
.table-row-2::before {
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 13px solid #009685;
  content: "";
  position: absolute;
  bottom: -13px;
  width: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
}
.table-row-2 h6, .table-row-2 h1 {
  color: #fff;
}
.table-row-3 {
  background-color: #53565A;
  padding: 30px 10px 20px;
}
.table-row-3 h6, .table-row-3 h1 {
  color: #fff;
}
.price {
  color: #fff;
  font-size: 60px;
  font-weight: 500;
  line-height: normal;
  margin-top: 3px;
  padding-right: 30px;
  display: inline-block;
  position: relative;
}
.price .currency {
  font-size: 54px;
}
.price .cents {
  font-size: 20px;
  position: absolute;
  top: 24px;
}
.table-row-4 ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 25px;
}
.table-row-4 li {
  color: 000;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 6px;
}
/* Sponsors Section */
.speakerCol {
  margin-bottom: 20px;
}
.speakerColl a {
  display: inline-block;
}
.speakerCol a:hover {
  opacity: 0.6;
}
/*------------ Subpage 5 --------------*/
/* Intro */
#subpage5-intro {
  padding-bottom: 20px;
}
/*------------FOOTER -----------*/
.footer-out {
  font-size: 14px;
  background-color: #f0f1f3;
  padding: 80px 0 90px;
}
.footer-col h5 {
  margin-bottom: 15px;
}
#footer-contact ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
#footer-contact li {
  position: relative;
  line-height: normal;
  padding-left: 25px;
  margin-bottom: 10px;
}
#footer-contact li i {
  color: #222;
  position: absolute;
  left: 0;
  top: 2px;
}
#footer-social a {
  color: #fff;
  background-color: #CB3727;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  border-radius: 100%;
  margin-right: 3px;
}
#footer-social a:hover {
  background-color: #2F3638;
}
#footer-social i {
  line-height: 30px;
  width: 30px;
}
/*------------ MEDIA QUERIES --------------*/
@media (min-width:768px) {
  .container {
    width: 750px
  }
}
@media (min-width:960px) {
  .container {
    width: 900px
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1180px
  }
}
@media (min-width: 1420px) {
  .container {
    width: 1400px
  }
}
@media (max-width: 1419px) {}
@media (max-width: 1199px) {
  /* Header/Main Menu */
  #logo img {
    width: 250px;
    margin-top: 25px;
  }
  .navbar-nav > li > a {
    font-size: 14px;
    padding: 15px 10px;
  }
  .navbar-nav > li.menu-btn > a {
    margin-left: 10px;
  }
  /* Homepage */
  .hero-text h1 {
    font-size: 44px;
  }
  /* Subpage Hero */
  .spHero-content h1 {
    margin: 0 0 5px;
  }
  /* Subpage 4 */
  .sp-nav li {
    margin-right: 20px;
  }
  .sp-nav a {
    font-size: 15px;
  }
  .price {
    font-size: 50px;
  }
  .price .currency {
    font-size: 46px;
  }
}
@media (max-width: 991px) {
  /* Homepage */
  .hp-cta {
    padding: 30px 25px;
  }
  .service-col-left {
    padding-right: 8px;
    border-right: none;
    margin-bottom: 30px;
  }
  .service-col-right {
    padding-left: 8px;
  }
  /* Subpage 2 */
  .cb-left {
    padding-right: 8px;
  }
  .cb-right {
    padding-left: 8px;
  }
}
@media (max-width: 959px) {
  /* Header/Main Menu */
  #logo img {
    width: 180px;
    margin-top: 30px;
  }
  .navbar-nav > li > a {
    font-size: 13px;
    padding: 15px 11px;
  }
  .navbar-nav > li.menu-btn > a {
    padding: 15px 20px;
    margin-left: 5px;
  }
  /* Subpage Hero */
  .spHero-content h1 {
    font-size: 30px;
  }
  /* Subpage 2 */
  .featured-right {
    padding: 40px 5% 50px;
  }
  /* Subpage 3 */
  #testimonialsCarousel {
    margin: 0;
  }
  #testimonialsCarousel .testimonial-text {
    padding: 15px 65px 20px;
  }
  #testimonialsCarousel .testimonial-text:before, #testimonialsCarousel .testimonial-text:after {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
  }
  .row {
    margin-right: -15px !important;
    margin-left: -15px !important;
  }
  /* Header/Main Menu */
  .header-out {
    position: absolute;
  }
  .navbar {
    min-height: 115px;
  }
  #logo img {
    width: 230px;
    margin-top: 25px;
  }
  .navbar-toggle {
    margin-top: 40px;
  }
  .navbar-nav {
    margin: 10px -15px 15px;
  }
  .navbar-nav > li > a {
    font-size: 14px;
    padding: 10px 15px;
  }
  /* Pagebody */
  .pagebody-out {
    margin-top: 115px;
  }
  /* Homepage */
  .hero-text {
    text-align: center;
    max-width: none;
  }
  .hero-text h1 {
    font-size: 36px;
  }
  .hp-cta {
    width: 100%;
  }
  .hp-services-out {
    padding: 60px 0 70px;
  }
  .hp-testimonials-out {
    padding: 60px 0;
  }
  .bottom-cta-out {
    text-align: center;
    padding: 60px 0;
  }
  .bottom-cta-right .custom-btn {
    display: inline-block;
    padding: 12px 35px;
  }
  /* Footer */
  .footer-out {
    text-align: center;
    padding: 60px 0;
  }
  #footer-contact {
    margin-bottom: 45px;
  }
  #footer-contact li i {
    position: initial;
  }
  #footer-contact li {
    padding-left: 0;
    margin-bottom: 15px;
  }
  /* Subpage Hero */
  .sp-hero-out {
    min-height: 200px;
  }
  .sp-hero-out > img {
    height: 280px;
    width: auto;
    max-width: none;
  }
  .spHero-content h1 {
    font-size: 36px;
  }
  /* Subpage 2 */
  .featured-left, .featured-right {
    width: 100%;
  }
  .featured-left {
    min-height: 300px;
  }
  .featured-right {
    padding: 25px 15px 50px;
  }
  .cb-left {
    padding-right: 15px;
  }
  .cb-right {
    padding-left: 15px;
  }
  .cb-box {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .cb-text {
    padding: 25px 15px 30px !important;
  }
  /* Subpage 3 */
  #testimonialsCarousel .item img {
    margin: 0 auto;
  }
  #testimonialsCarousel .testimonial-text {
    text-align: center;
    padding: 30px 50px;
  }
  #testimonialsCarousel .testimonial-text:before {
    font-size: 30px;
    left: 15px;
  }
  #testimonialsCarousel .testimonial-text:after {
    font-size: 30px;
    right: 15px;
    bottom: auto;
    top: 0;
  }
  /* Subpage 4 */
  #PageBody {
    margin-top: 0 !important;
  }
  .sp-nav li {
    display: block;
    margin: 0 0 6px;
  }
  .sp-nav a {
    display: block;
    background-color: rgba(255, 255, 255, 0.15);
    padding: 11px 15px;
    line-height: normal;
  }
  .sp-nav a:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.35);
  }
  .video-left {
    margin-bottom: 25px;
  }
  .pricing-table {
    max-width: 400px;
    margin: 0 auto 20px;
  }
}
@media (max-width: 600px) {}
@media (max-width: 480px) {
  /* Homepage */
  .hp-box-img {
    float: none;
    width: 100%;
    position: initial;
  }
  .hp-box-img img {
    position: initial;
    width: 100%;
  }
  .hp-box-desc {
    float: none;
    width: 100%;
    position: initial;
    padding: 25px 20px !important;
  }
  /* Subpage Hero */
  .spHero-content {
    font-size: 13px;
    padding: 15px 10px;
  }
  .spHero-content h1 {
    font-size: 22px;
  }
  .spHero-content .formbutton {
    padding: 10px 15px;
  }
  /* Subpage 2 */
  .featured-left {
    min-height: auto;
  }
  .featured-media img {
    position: initial;
    width: 100%;
    height: auto;
  }
  .featured-media iframe {
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
  }
  .cb-box {
    display: block;
  }
  .cb-img {
    width: 100%;
    left: 0;
  }
  .cb-img img {
    position: initial;
  }
  .cb-text {
    width: 100%;
    right: 0;
    min-height: auto;
  }
  /* Subpage 3 */
  #testimonialsCarousel .testimonial-text {
    padding: 10px 15px;
  }
  #testimonialsCarousel .testimonial-text:before, #testimonialsCarousel .testimonial-text:after {
    display: none;
  }
}