﻿.ourflex {
    flex-grow: 1;
}

.course-title {
    color: white;
    opacity: 1;
    /*white-space: nowrap;*/
    font-size: 32px;
    font-family: 'Barlow condensed',Barlow,Arial,Helvetica,sans-serif;
    font-weight: 500;
    text-align: center;
    height: 100px;
    padding: 8px;
    line-height: 2.5rem;
    border-radius: 6px 6px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.trailer-title {
    color: #dadada;
    opacity: 1;
    /*white-space: nowrap;*/
    font-size: 28px;
    font-family: 'Barlow condensed',Barlow,Arial,Helvetica,sans-serif;
    font-weight: 200;
    text-align: center;
    padding-top: 80px;
}

.cme-credits {
    display: inline;
    font-family: Barlow, Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-stretch: 100%;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    text-size-adjust: 100%;
    width: auto;
    color: white;
}
 
.course-item-title {
     max-height: 200px;
     margin-top: 40px;
    background: rgba(0,0,0,.5);
    left: 0px;
     padding-top: 5px;
    width: -webkit-fill-available;
    height: 90px;
      font-size: 28px;
    border-radius: 0 0 6px 6px;
    font-family: 'Barlow condensed',Barlow,Arial,Helvetica,sans-serif;
    text-align: center;
    font-weight: 500;
    color: white;
    line-height: 2.5rem;
}

.menu-title {
    color: white;
    opacity: 1;
    white-space: nowrap;
}

.course-item-description {
    color: black;
    font-size: 10px !important;
    font-family: 'Barlow condensed',Barlow,Arial,Helvetica,sans-serif;
}

.course-item {
    background-position: center;
    float: left;
    /*padding: 10px 20px 20px 10px;*/
    min-width: 230px;
    width: 30%;
    height: 350px;
    margin: 10px;
    background-size: cover;
    box-shadow: 0 0.425rem 0.525rem rgba(0, 0, 0, 0.375);
}

.course-item-blur {
    filter: blur(4px);
}

.well {
    border-radius: 6px;
}



.curve-mask {
    width: 100%;
    overflow: hidden;
    border-radius: 6px 6px 0 0;
}

    .curve-mask .curve-up, .curve-mask .curve-down {
        position: relative;
        z-index: 10;
        width: 120%;
        margin-left: -10%;
        margin-right: 10%;
        height: 100px;
        border-radius: 200vh 200vh 0% 0% / 20vh 20vh 0% 0%;
        -moz-border-radius: 200vh 200vh 0% 0% / 20vh 20vh 0% 0%;
        -webkit-border-radius: 200vh 200vh 0% 0% / 20vh 20vh 0% 0%;
        overflow: hidden;
        border-bottom: 4px solid;
         
    }

    .curve-mask .curve-down {
        position: relative;
        z-index: 10;
        border-radius: 0% 0% 200vh 200vh / 0% 0% 20vh 20vh;
        -moz-border-radius: 0% 0% 200vh 200vh / 0% 0% 20vh 20vh;
        -webkit-border-radius: 0% 0% 200vh 200vh / 0% 0% 20vh 20vh;
    }

        .curve-mask .curve-down .standard-section {
            padding-bottom: 120px;
        }

    .curve-mask .curve-content {
        width: 84%;
        margin: 0 auto;
    }

        .curve-mask .curve-content .row {
            width: 100%;
            margin: 0 auto;
        }

.plain {
    background: #897c79;
}

    .plain h1, .plain h2, .plain h3, .plain h4, .plain h5 {
        color: #FFFFFF;
    }

.para {
    min-height: 200px;
    padding-bottom: 150px;
    background-position: 50% 50%;
    background-size: cover;
    color: #FFFFFF;
}

    .para h1, .para h2, .para h3, .para h4, .para h5 {
        color: #FFFFFF;
    }

@@media only screen and (min-width: lower-bound(1201px, 1600px)) {
    .para {
        background-attachment: fixed;
    }
}

.standard-section {
    padding-bottom: 80px;
}

@@media only screen and (min-width: lower-bound(1201px, 1600px)) {
    .standard-section h1.section-title {
        margin-bottom: 50px;
    }
}

@@media only screen and (min-width: lower-bound(769px, 960px)) {
    .standard-section h1.section-title {
        margin-bottom: 50px;
    }
}

@@media only screen and (min-width: lower-bound(321px, 600px)) {
    .standard-section h1.section-title {
        margin-bottom: 30px;
    }
}

@@media only screen and (min-width: lower-bound(1201px, 1600px)) {
    .standard-section {
        padding-top: 80px;
    }
}

@@media only screen and (min-width: lower-bound(769px, 960px)) {
    .standard-section {
        padding-top: 80px;
    }
}

@@media only screen and (min-width: lower-bound(321px, 600px)) {
    .standard-section {
        padding-top: 30px;
    }
}

#compare {
    background-image: url("https://40.media.tumblr.com/6ebf947388e55a3ca4f6a582ab60f730/tumblr_nv5u2qxUMm1qlo56to1_1280.png");
    margin-bottom: -50px;
}

.desc {
    padding-top: 30px;
    padding-bottom: 30px;
}

.center-all {
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}


.subheader-icon {
    width: 22px;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
}

.course-content {
    font-size: 16px;
    line-height: 1.4em;
}

.teacher-stack {
    width: 55px;
    height: 55px;
    vertical-align: middle;
    text-align: center;
    border-radius: 6px;
}

.btn-buy {
    font-size: 1.375rem;
    font-weight: 500;
}

.picture-teacher {
    width: 60px;
    height: 60px;
    background-color: #999999;
    border: 4px solid #CCCCCC;
    color: #FFFFFF;
    border-radius: 50%;
    overflow: hidden;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    float: left;
   /* margin-right: 10px;*/
}

.circle-number {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial;
    color: #f2f2f2 !important;
    font-weight: bold;
}