
@import url(https://fonts.googleapis.com/css?family=Doppio+One);

html {
    font-size: 17px;
}

body {
    font-family: "Source Sans Pro", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300;
    letter-spacing: -.02rem;
}
h2 {
    font-weight: bold;
}

* {
    box-sizing: border-box;
  }

*,
*:focus {
    outline: none !important;
}

a {
    color: #2d2d2d;
    cursor: pointer;
}

a:hover,
a:focus {
    color: #0c86b6;
    text-decoration: none;
}

.hiding {
    opacity: 0;
}

.showing {
    opacity: 1;
}

.checked {
    color: #13bfc0;
}
.unchecked {
    color: lightgrey;
}

.img-rounded {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.img-fluid-1 {
    max-width: 22vw;
    height: 10vw;
}

.img-fluid-2 {
    max-width: 22vw;
    height: 14vw;
    margin: auto;
}

.btn {
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
}

.btn-blue {
    color: #fff;
    background: #227fe8;
}

.btn-blue:hover,
.btn-blue:focus {
    color: #fff;
    background: #233b6f;
}

.btn-green {
    color: #ffffff;
    background-color: #8bcb2d;
    border-color: #8bcb2d;
    box-shadow: 5px 5px 5px rgba(139, 203, 45, 0.5);
}

.btn-green:hover,
.btn-green:focus {
    color: #fff;
    background: #7db925;
}

.btn-dark {
    color: #fff;
    background: #233b6f;
}

.btn-dark:hover,
.btn-dark:focus {
    color: #fff;
    background: #233b6f;
}

.list-inline-item:not(:last-child) {
    margin-right: 1rem;
}

.loader {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: #fff;
}

.loading {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4rem;
    height: 4rem;
    margin: -2rem 0 0 -2rem;
    text-indent: -9999rem;
    border-radius: 50%;
    background: #233b6f;
    background: -moz-linear-gradient(left, #233b6f 10%, rgba(35,59,111, 0) 42%);
    background: -webkit-linear-gradient(left, #233b6f 10%, rgba(35,59,111, 0) 42%);
    background: -o-linear-gradient(left, #233b6f 10%, rgba(35,59,111, 0) 42%);
    background: -ms-linear-gradient(left, #233b6f 10%, rgba(35,59,111, 0) 42%);
    background: linear-gradient(to right, #233b6f 10%, rgba(35,59,111, 0) 42%);
    -webkit-animation: loading 1s infinite linear;
    animation: loading 1s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.loading:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 50%;
    content: "";
    background: #233b6f;
    border-radius: 100% 0 0 0;
}

.loading:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 94%;
    height: 94%;
    content: "";
    background: #fff;
    border-radius: 50%;
}

.navbar-light {
    margin-bottom: 0;
    background: #fff;
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .2);
}

.navbar-light .navbar-brand {
    font-weight: bold;
    color: #666;
    text-transform: uppercase;
}

.navbar-brand img {
    width: 12%;
}

.navbar-light .navbar-nav .nav-link {
    font-weight: bold;
    text-transform: uppercase;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .active > .nav-link:hover,
.navbar-light .navbar-nav .active > .nav-link:focus {
    color: #13bfc0;
    background: transparent;
}

.navbar-light .navbar-toggler {
    border-color: transparent;
}

.navbar-light.fixed {
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    border-bottom-color: transparent;
}

.page {
    position: relative;
    overflow: hidden;
}

.page .content {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.page .content-2 {
    margin-top: 2rem;
}

.page .content.cover {
    margin-top: 8rem;
    margin-bottom: 8rem;
}

.page .border {
    width: 6rem;
    height: 2px;
    margin-left: auto;
    margin-right: auto;
    background: lightgrey;
}

.page.overlay:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.1);
}

.page.overlay .content {
    position: relative;
    z-index: 1;
}
/*
.filter-blur {
-webkit-filter: blur(5px);
filter: url(#effect-blur-1);
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'effect-blur-1\'><feGaussianBlur stdDeviation=\'15\' /></filter></svg>#effect-blur-1");
margin: 20px;cursor: pointer;
box-shadow: 5px 1px 5px #000000;
}

.filter-blur-none {
-webkit-filter: none;
filter: none;
}

.background-image {
  left: 0;
  right: 0;
  z-index: 1;
  background-image: url('../img/cover/corp_benefits_toddler.jpg');
  width: 1200px;
  height: 800px;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}

.content {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 999;
  margin-left: 20px;
  margin-right: 20px;
}
*/

#ModalHubspotCalendar .modal-header img {
    max-width: 40%;
    margin: auto;
}
#ModalHubspotCalendar .modal-dialog {
    max-width: 950px;
}
#ModalHubspotCalendar .modal-header img {
    max-width: 30%;
    margin: auto;
}

#home {
    display: block;
    margin-top: 50px;
    padding: 0;
    color: #fff;
    /* magenta scrim over the collage - keeps the hero reading pink while
       holding enough contrast for the white hero text (first layer sits on top) */
    background-image: linear-gradient(rgba(140, 26, 99, 0.50), rgba(140, 26, 99, 0.50)),
        linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)),
        url(../../assets/images/heros/NDEAM_Hero.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height:450px;
}
#home h1 {
    font-size: 4rem;
    line-height: 1;
    margin-top: -250px;
/*    width:50%;
    float:right;
*/
}
/*#home a {
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
    margin: 5px;
    width: 125px;
    font-size: 12px;
}*/
/* .title-top {
    margin-top: -215px;
}*/
/*.title-top img {
    width: 65%;
}*/

#services {
    background: #f5f5f5;
    border-bottom: 1px solid #e7e7e7;
}

#services .service i {
    margin-top: 4rem;
}

#services .service:hover i {
    color: #8bcb2d;
}

#work .heading p {
    margin-bottom: 4rem;
}

#portfolio {
    width: 100%;
}

#portfolio .filters {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

#portfolio .filters li a {
    color: #999;
    font-weight: bold;
    text-transform: uppercase;
}

#portfolio .filters li a:hover,
#portfolio .filters li a:focus {
    color: #333;
}

#portfolio .filters li a.active {
    color: #227fe8;
}

#portfolio .items li {
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
}

#portfolio .items li a img {
    width: 100%;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

#portfolio .items li a .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    background: rgba(0, 0, 0, .6);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    opacity: 0;
}

#portfolio .items li a .overlay span {
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    color: #fff;
    text-transform: uppercase;
}

#portfolio .items li a:hover .overlay {
    opacity: 1;
}

#portfolio .items li a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

#clients {
    /*color: #fff;*/
    background-color: #000;
    color: white;
    height: 16rem
}

#testimonials .item {
    margin-bottom: 2rem;
}

#testimonials .quote {
    padding: 0 2rem;
    font-size: 1.5rem;
    font-style: italic;
}

#testimonials div .quote:before {
    margin-right: 1rem;
    font-family: fontawesome;
    content: "\f10d";
}

#testimonials .quote:after {
    margin-left: 1rem;
    font-family: fontawesome;
    content: "\f10e";
}


#testimonials .client {
    color: #fff;
}
/*#testimonials .client:after {
    margin-left: 1rem;
    font-family: fontawesome;
    content: "\f10e";
}*/

#testimonials .carousel-indicators {
    bottom: 30px;
    margin-bottom: 0;
}

#testimonials .carousel-indicators li {
    height:4px;
    width:50px;
    /*width: .8rem;
    max-width: .8rem;
    height: .8rem;*/
    background: transparent;
    border: 1px solid grey;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}

#testimonials .carousel-indicators li:hover,
#testimonials .carousel-indicators li:focus {
    border-color: #fff;
}

#testimonials .carousel-indicators .active {
    height:4px;
    width:50px;
    margin-bottom:1px;
    background: #fff;
    border-color: #fff;
}

#about a {
    width: 150px;
    margin: 10px;
}
#about .video {
        max-width: 80%;
        margin: auto;
}
#about .content {
    margin-bottom: 0;
}

#about .teammate {
    margin-top: 4rem;
    margin-bottom: 2rem;
}

#about .teammate .profile-photo {
    overflow: hidden;
}

#about .teammate .profile-photo img {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

#about .teammate:hover .profile-photo img,
#about .teammate:focus .profile-photo img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

#about img {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

#about img:hover,
#about img:focus {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

#about .teammate .bio .border {
    height: 1px;
}

#about .teammate .bio ul {
    margin-bottom: 0;
}

#about .teammate .bio a {
    color: #666;
}

#about .teammate .bio a:hover,
#about .teammate .bio a:focus {
    color: #222;
}
#about .heading h2 {
        width: 90%;
        margin: auto;
    }

.ytp-cued-thumbnail-overlay-image {
    background-image: url("https://i.ytimg.com/vi/u8Xq463pvIc/sd1.jpg");
}

#about .learn-more {
    position: absolute;
        bottom: -2%;
        left: 25%;
    text-decoration: underline;
}

#experts .expert .profile-photo img {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

#experts .expert:hover .profile-photo img,
#experts .expert:focus .profile-photo img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

#partners .partner img {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

#partners .partner:hover img,
#partners .partner:focus img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

#hosts {
    /*color: #fff;
    background-color: #13bfc0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;*/
}

#hosts a {
    width: 150px;
    margin: 10px;
}

#hosts img {
    width: 100%;
}

#profiles .item {
    margin-bottom: 2rem;
}

#profiles .quote {
    padding: 0 2rem;
    font-size: 1.5rem;
}

#profiles .quote:before {
    margin-right: 1rem;
    font-family: fontawesome;
    content: "\f10d";
}


#profiles .host {
    color: #ccc;
}
/*#testimonials .client:after {
    margin-left: 1rem;
    font-family: fontawesome;
    content: "\f10e";
}*/

#profiles .carousel-indicators {
    bottom: 30px;
    margin-bottom: 0;
}

#profiles .carousel-indicators li {
    height:4px;
    width:50px;
    /*width: .8rem;
    max-width: .8rem;
    height: .8rem;*/
    background: transparent;
    border: 1px solid #a6a6a6;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}

#profiles .carousel-indicators li:hover,
#profiles .carousel-indicators li:focus {
    border-color: #13bfc0;
}

#profiles .carousel-indicators .active {
    height:4x;
    width:50px;
    margin-bottom:1px;
    background: #13bfc0;
    border-color: #13bfc0;
}

#sessions .session {
    position: relative;
    text-align: center;
    color: white;
    margin: 10px 0px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

#sessions .session:hover,
#sessions .session:focus {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

#sessions .session img {
    border-radius: 5px;
}

#sessions .session h2 {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-family: 'Doppio One', sans-serif;
      font-size: 180%;
      /*color: #FFFFFF;*/
      /*background: #FFFFFF;*/
      text-shadow: 1px 1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px 0px 0 #000, 0px 1px 0 #000, -1px 0px 0 #000, 0px -1px 0 #000;
}

#sessions .session .badge {
    position: absolute;
      top: 10%;
      left: 10%;
}

#sessions .carousel-control-next .right {
    right: -100px;
}

#sessions .carousel-control-next .left {
    left: -100px;
}

#sessions .carousel-indicators {
    bottom: -35px;
    margin-bottom: 0;
}

#sessions .carousel-indicators li {
    height:4px;
    width:50px;
    /*width: .8rem;
    max-width: .8rem;
    height: .8rem;*/
    background: transparent;
    border: 1px solid #a6a6a6;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}

/*#sessions .carousel-indicators li:hover,
#sessions .carousel-indicators li:focus {
    border-color: darkgrey;
}*/

#sessions .carousel-indicators .active {
    height:4x;
    width:50px;
    margin-bottom:1px;
    background: #a6a6a6;
    border-color: #a6a6a6;
}

#contact {
    /*background: url(../img/cover/Elize_varia_2_cropped.jpeg); */
    background-color: #13bfc0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

#contact,
#contact a,
#contact a:hover,
#contact a:focus {
    color: #fff
}

#contact .heading .border {
    background: #fff
}

#contact a {
    display: block;
}

#contact i {
    margin: 4rem 0 1rem;
}

#footer {
    padding: 2rem 3rem;
    color: #fff;
    text-align: center;
    /*background: #13bfc0;*/
    background: #399495;
}

#footer .desktop {
    display: none;
}
#footer .mobile {
    display: none;
}

#footer a,
#footer a:hover,
#footer a:focus {
    color: #fff;
}

#footer .social {
    margin-bottom: 1rem;
}

#footer .social li .facebook:hover,
#footer .social li .facebook:focus {
    color: #3b5998
}

#footer .social li .twitter:hover,
#footer .social li .twitter:focus {
    color: #00aced
}

#footer .social li .google-plus:hover,
#footer .social li .google-plus:focus {
    color: #d34836
}

#footer .social li .dribbble:hover,
#footer .social li .dribbble:focus {
    color: #ea4c89
}

#footer .copyright {
    margin-bottom: 0;
}

.work .title {
    color: #222;
}


/* Venobox */

.vbox-container {
    overflow: hidden;
}


/* Animations */

@-webkit-keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/* Responsive style */


/*@media (min-width: 768px) {
    .page .content.cover {
        margin-top: 16rem;
        margin-bottom: 16rem;
    }
    #portfolio .items li {
        width: 50%;
    }
    #testimonials .quote {
        padding: 0 8rem;
    }
}

@media (min-width: 992px) {
    .page .content.cover {
        margin-top: 20rem;
        margin-bottom: 20rem;
    }
    .navbar-light .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
        font-weight: bold;
        text-transform: uppercase;
    }
    #testimonials .quote {
        padding: 0 12rem;
    }
}*/
@media (max-width: 576px) {
    h2 {
        font-size: 1.7rem;
    }
    /*#home {
        background-size: auto;
    }*/
    #about .video {
        max-width: 85%;
    }
    #home {
        height: 420px;
    }
    #about .learn-more {
        left: 30%;
    }
    #sessions .session h2 {
      position: absolute;
      font-size: 110%;
    }
   /* .title-top {
        margin-top: -70px;
    }
    .title-top img {
        width: 90%;
    }
     #clients {
        height: 24rem;
    }
    .navbar-brand img {
        width: 30%;
    }
    #hosts a {
        width: 100px;
        font-size: 10px;
        margin: 5px;
    }
    #hosts img {
    width: 75%;
}
    #about a {
        width: 100px;
        font-size: 10px;
        margin: 5px;
    }
*/    #footer .mobile {
        display: block;
    }
    /*#footer {
        padding: 2rem 3rem;
    }*/
    .img-fluid-1 {
        max-width: 65vw;
        height: 45vw;
    }
    .img-fluid-2 {
        max-width: 65vw;
        height: 45vw;
    }
}

@media (max-width: 768px) {
    /*#clients {
        height: 18rem;
    }*/
    .title-top {
        margin-top: -70px;
    }
    .title-top img {
        width: 90%;
    }
     #clients {
        height: 20rem;
    }
    .navbar-brand img {
        width: 30%;
    }
    #hosts a {
        width: 100px;
        font-size: 10px;
        margin: 5px;
    }
    #hosts img {
    width: 75%;
}
    #about a {
        width: 140px;
        font-size: 15px;
        margin: 20px 5px 0px 5px;
    }
    /*#footer .mobile {
        display: block;
    }*/
    #footer {
        padding: 2rem 3rem;
    }
    /*.img-fluid-1 {
        max-width: 65vw;
        height: 45vw;
    }*/
    /*#profiles .carousel-indicators {
    bottom: -30px;
    }*/
}

.box {
    background-color: transparent;
    border-radius: 3px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    height: 300px;
    transform-style: preserve-3d;
    perspective: 2000px;
    transition: 0.4s;
    text-align: center;
  }
  .box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    border-top: 20px solid #13bfc0;
    border-left: 20px solid #13bfc0;
    box-sizing: border-box;
  }
  .box:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-bottom: 20px solid #13bfc0;
    border-right: 20px solid #13bfc0;
    box-sizing: border-box;
  }
  .box .fas {
    font-size: 25px;
    height: 50px;
    width: 50px;
    line-height: 50px !important;
    background-color: #13bfc0;
    color: #fff;
    /* color: #2C3A47; */
  }
  .box .fa2 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
  }
  .box .text {
    position: absolute;
    top: 30px;
    left: -30px;
    width: calc(100% + 60px);
    height: calc(100% - 60px);
    background-color: #093966;
    /* background-color: #2C3A47; */
    border-radius: 3px;
    transition: 0.4s;
  }
  .box .text .fa1 {
    position: absolute;
    top: 0;
    left: 0;
  }
  .box .text div {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
    padding: 30px 60px;
    line-height: 1.5;
    box-sizing: border-box;
  }
  .box .text div h3 {
    font-size: 30px;
    margin-bottom: 5px;
  }
  .box .text div p {
    font-size: 15px;
  }
  .box:hover {
    transform: translate(-50%, -50%) rotateY(-20deg) skewY(3deg);
  }
  .box:hover .text {
    transform: rotateY(20deg) skewY(-3deg);
  }

  .planContainer {
    display: flex;
    flex-wrap: wrap;
    margin: 1em;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
  }
  
  .plan {
    background: white;
    width: 20em;
    box-sizing: border-box;
    text-align: center;
    margin: 1em auto;
    /* margin-bottom: 1em; */
  }
  .plan .titleContainer {
    background-color: #13bfc0;
    padding: 1em;
  }
  .plan .titleContainer .title {
    font-size: 1.45em;
    text-transform: uppercase;
    color: #f3f3f3;
    font-weight: 700;
  }
  .plan .infoContainer {
    padding: 1em;
    color: #2d3b48;
    box-sizing: border-box;
  }
  .plan .infoContainer .price {
    font-size: 1.35em;
    padding: 1em 0;
    font-weight: 600;
    margin-top: 0;
    display: inline-block;
    width: 80%;
  }
  .plan .infoContainer .price p {
    font-size: 1.35em;
    display: inline-block;
    margin: 0;
  }
  .plan .infoContainer .price span {
    font-size: 1.0125em;
    display: inline-block;
  }
  .plan .infoContainer .desc {
    padding-bottom: 1em;
    border-bottom: 2px solid #f3f3f3;
    margin: 0 auto;
    width: 90%;
  }
  .plan .infoContainer .desc em {
    font-size: 1em;
    font-weight: 500;
  }
  .plan .infoContainer .features {
    font-size: 1em;
    list-style: none;
    padding-left: 0;
  }
  .plan .infoContainer .features li {
    padding: 0px 0.5em;
    /* text-align: left; */
  }
  .plan .infoContainer .selectPlan {
    border: 2px solid #1abc9c;
    padding: 0.75em 1em;
    border-radius: 2.5em;
    cursor: pointer;
    transition: all 0.25s;
    margin: 1em auto;
    box-sizing: border-box;
    max-width: 70%;
    display: block;
    font-weight: 700;
  }
  .plan .infoContainer .selectPlan:hover {
    background-color: #1abc9c;
    color: white;
  }

@media (max-width: 992px) {
    #home {
        background-position: unset;
    }
    #about .teammate {
        margin-top: 2rem;
        margin-bottom: 0rem;
    }
    #profiles .carousel-indicators {
    bottom: -30px;
    }
}

@media (max-width: 992px) and  (min-width: 576px) {
    #about .video {
        max-width: 65%;
    }
}

@media (min-width: 576px) {
    .page .content.cover {
        margin-top: 12rem;
        margin-bottom: 12rem;
    }
    #portfolio .items li {
        width: 50%;
    }
    #testimonials .quote {
        padding: 0 4rem;
    }
    #footer .desktop {
        display: block;
    }

}

@media (min-width: 768px) {
     .page .content.cover {
        margin-top: 16rem;
        margin-bottom: 16rem;
    }
    #portfolio .items li {
        width: 25%;
    }
    #testimonials .quote {
        padding: 0 4rem;
    }
    .title-top {
        margin-top: -150px;
    }
    .title-top img {
        width: 65%;
    }
    #about .heading h2 {
        width: 80%;
    }
    #clients {
        height: 18rem;
    }
    /*#footer .desktop {
        display: block;
    }*/
}

@media (min-width: 992px) {
      .page .content.cover {
        margin-top: 20rem;
        margin-bottom: 20rem;
    }
    .navbar-light .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
        font-weight: bold;
        text-transform: uppercase;
    }
    #testimonials .quote {
        padding: 0 10rem;
    }
    .title-top {
        margin-top: -215px;
    }
    .sub-heading {
        width: 90%;
        margin: auto;
    }
    .title-top img {
        width: 55%;
    }
    #about .heading h2 {
        width: 70%;
    }
    #sessions .heading h2 {
        width: 100%;
    }
    #clients {
        height: 16rem;
    }
    .bio {
        width: 80%;
        margin: auto;
    }
}

@media (min-width: 1024px) {
    .sub-heading {
        width: 65%;
        margin: auto;
    }
    .title-top img {
        width: 40%;
    }
    /*#clients {
        height: 19rem;
    }*/
}
@media (min-width: 1250px) {
    #home .sub-heading {
        width: 55%;
        margin: auto;
    }
    .sub-heading {
        width: 75%;
        margin: auto;
    }
    .title-top img {
        width: 40%;
    }
    /*#clients {
        height: 18rem;
    }*/
}
