
/* success stories formatting ======================================================================= */

.section-success-stories {
    background: url(../bg/bg-relaxing-on-beach01.jpg) top center;
    background-size: cover;
}

.section-success-stories .container {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section-success-stories .heading {
    background: rgba(255,255,255,.80);
    box-shadow: 0px 2px 5px 0px #333;
    padding: 20px;
    max-width: 650px;
}

.section-success-stories .heading h1 {
    font-family: 'Open Sans Bold', Arial, sans-serif;
    font-size: 48px;
}

.section-success-stories .heading p {
    font-size: 20px;
    margin-bottom: 30px;
}

.section-story-collection {
    font-size: 16px;
    line-height: 28px;
}

.section-story-collection .container {
    padding-top: 50px;
    padding-bottom: 50px;
}

.section-story-collection .nav {
    margin-bottom: 40px;
    font-size: 18px;
}

.section-story-collection .nav li a,
.section-story-collection .nav li a:hover,
.section-story-collection .nav li a:focus {
    background: #fff !important;
    border-radius: 0px;
    color: #333;
}

.section-story-collection .nav li.active a {
    font-family: 'Open Sans Bold', Arial, sans-serif;
    border-bottom: 3px solid #113C80;    
}

.section-story-collection .flex-container {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
}

.section-story-collection .flex-item {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch
}

.section-story-collection .flex-wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
}

.section-story-collection .leader-spotlights .thumbnail {
    padding: 0px 0px 30px;
    border-radius: 0px;
    line-height: 28px;
}

.section-story-collection .success-shots .media {
    margin-bottom: 20px;
}

.section-story-collection .success-shots h3 {
    line-height: 26px;
}

.section-story-collection .success-shots .name {
    font-family: 'Open Sans Bold', Arial, sans-serif;
}

.section-story-collection .success-shots .link-watch {
    color: #113C80;
}

.section-story-collection .leader-spotlights .thumbnail .caption {
    padding: 0px;
    -webkit-align-self: flex-start;
    -moz-align-self: flex-start;
    align-self: flex-start;
}

.section-story-collection .leader-spotlights .thumbnail .caption .text {
    padding: 0px 15px 10px;
}

.section-story-collection .leader-spotlights .thumbnail .caption h3,
.section-story-collection .success-shots .panel h3 {
    font-family: 'Open Sans Bold', Arial, sans-serif;
    font-size: 18px;
    margin-bottom: 10px;
    width: 100%;
}

.section-story-collection .leader-spotlights .thumbnail .caption p,
.section-story-collection .success-shots .panel p {
    margin-bottom: 25px;
    width: 100%;
}

.section-story-collection .leader-spotlights .thumbnail .call-to-action {
    width: 100%;
    -webkit-align-self: flex-end;
    -moz-align-self: flex-end;
    align-self: flex-end;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}

.section-story-collection .leader-spotlights .thumbnail .call-to-action .btn {
    font-family: 'Open Sans Bold', Arial, sans-serif;
    padding: 8px 25px;
    border-radius: 0px;
    color: #113C80;
    border: 2px solid #113C80;
}

.section-story-collection .leader-spotlights .thumbnail .call-to-action .btn:hover {
    color: #fff;
    background: #113C80;
}

.section-get-started {
    background: url(../bg/bg-gadgets01.jpg) top center;
    background-size: cover;
    color: #fff;
}

.section-get-started .container {
    padding-top: 100px;
    padding-bottom: 170px;
}

.section-get-started h2 {
    font-family: 'Open Sans Bold', Arial, sans-serif;
    font-size: 28px;
    margin-bottom: 40px;
}

.section-get-started .btn-try {
    font-family: 'Open Sans Bold', Arial, sans-serif;
    font-size: 24px;
    color: #fff;
    padding: 8px 40px;
    background: #133B80;
    text-transform: uppercase;
}

.section-get-started .btn-try:hover {
    background: #1C56B7;
}

.modal-dialog .close {
    position: absolute;
    top: -15px;
    right: -15px;
    background: #fff;
    border: 2px solid #000;
    padding: 4px 8px;
    border-radius: 50%;
}

.youtube-modal .modal-dialog .modal-content .youtube-player {
    position: relative;
    padding-bottom: 56.25%;
}

.youtube-modal .modal-dialog .modal-content .youtube-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (min-width: 1200px) {
    
}

@media (min-width: 992px) and (max-width: 1199px) {

}

@media (min-width: 768px) and (max-width: 991px) {

}

@media screen and (max-width: 767px) {

    .section-success-stories .container {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    
    .section-success-stories .heading h1 {
        font-size: 28px;
    }
    
    .section-success-stories .heading p {
        font-size: 15px;
    }
    
    .section-story-collection {
        font-size: 14px;
        line-height: 24px;
    }
    
    .section-story-collection .leader-spotlights .thumbnail .caption h3, 
    .section-story-collection .success-shots .panel h3 {
        font-size: 16px;
    }
    
    .section-story-collection .nav {
        font-size: 14px;
    }
    
    .section-get-started .container {
        padding-top: 50px;
        padding-bottom: 70px;
    }

    .section-get-started h2 {
        font-size: 24px;
    }

    .section-get-started .btn-try {
        font-size: 18px;
    }
    
}







