.main-wrapper {
    /* max-width: 1500px; note: use this istead fo Bootstrap's container class if you want to make the content section wider */
    margin: 0 auto;
    padding: 0 50px;
}
.main-wrapper a {
    text-decoration: none !important;
}
.social-sharing-buttons {
    justify-content: left;
}
.social-sharing-buttons svg {
    background-color: #fff;
}
.section_title {
    font-size: 1.1em;
    color: #888;
    padding-bottom: 10px;
}
.blurb {
    font-size: 1.2em;
    color: #fff;
}
.box_link {
    border: 2px solid #fff;
    padding: 5px 30px;
}
.box_link a {
    color: #fff !important;
}
#intro {
    font-weight: 300;
    text-align: center;
    display: inline-block;
    width: 100%;
}
#intro .left {
    padding-right: 80px;
}
#intro .intro-title {
    font-family: 'Oswald',sans-serif;
    font-weight: 300;
    font-size: 1.5em;
    letter-spacing: 0.08em;
    font-weight: 400;
    line-height: 1.5;
}
#intro .blurb {
    font-size: 1.2em;
    color: #fff;
    width: 550px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-bottom: 30vh;
}
#intro table {
    margin-top: 15px;
    margin-left:auto; 
    margin-right:auto;
}
#intro table td {
    padding: 0 10px;
}
#intro img {
    width: 20px;
}
#intro #videoDiv {
    width: 100%; 
    max-width: 1900px;
    height: 360px; 
    position: relative;
    display: flex;
    margin: auto;
}
#intro #videoDiv video {
    margin: auto;
    width: 100%;
    height: auto;
    object-fit: cover;
}
#intro #videoDiv #videoMessage { 
    position: absolute; 
    top: 15vw;
    display: flex;
    flex-direction: column; 
    justify-content: center;
    align-items: center; 
    width: 100%;
    color: #fff;
    font-size: 1.4em;
    font-weight: 200;
    letter-spacing: -1px;
    max-width: 620px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#discover {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    padding-top: 100px;
}
#discover .subtitle {
    padding: 10px 0;
}

#discover .container .flex-control-nav {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    width: auto;
    height: 20px;
    display: inline;
    z-index: 10;
}
#discover .container .flex-control-paging li a {
    width: 18px;
    height: 18px;
}
#discover .container .flex-control-paging li a {
    background: transparent;
    border: 3px solid #333;
}
#discover .container .flex-control-paging li a.flex-active {
    background: #fff;
    border: 3px solid #fff;
    box-shadow: none;

}
#discover .container .views-field.views-field-title {
    margin-top: 40px;
    font-size: 1.2em;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.08em;
}
#discover .container .flex-direction-nav .flex-prev{
    left: 0;
}
#discover .container .flex-direction-nav .flex-next{
    right: 0;
}
#discover .flex-control-nav li {
    margin: 0 20px 0 0;
}
#discover .flex-direction-nav {
    height: 50px;
    position: relative;
    width: 70px;
    left: calc(50% - 100px);
}
#discover .flex-direction-nav a:before{
    font-size: 18px;
}
#discover .flexslider .flex-direction-nav a, 
#discover .flexslider .flex-direction-nav a {
    display: block;
    opacity: 1;
    color: transparent !important;
    text-shadow: none;
    border: 1px solid #333;
    text-align: center;
    vertical-align: middle;
    line-height: 30px !important;
    height: 30px !important;
}
#explore {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 100px;
}
#explore a {
    color: #c4c4c4 !important;
}
#explore .searchBox { /*push search to bottom of div */
    position: relative;
}
#explore .searchBox .wrapper { /*push search to bottom of div */
    /* position: absolute; */
    bottom: 0;
    right: 0;
    width: 80%;
    margin-left: auto; 
margin-right: 0;
}
#explore .searchBox table {
    width: 100%;
}
#explore .searchBox input#searchInputBox {
    background: rgb(15,19,24);
    border: 1px solid #fff;
    width: 100%;
    max-width: 500px;
    padding: 3px 10px;
    color: #fff;
}
#explore .searchBox input[type="button"] {
    background: #fff;
    height: 33px;
    border-style: none;
    width: 60px;
    margin-left: 10px;
    color: #1a2028;
}
#explore img {
    width: 100px;
}
#explore .same-height {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}
#explore .box {
    border: 2px solid #1a2028;
    padding: 20px;
    margin: 10px;
    border-radius: 5px;
    min-height: 200px;
}
#explore .box_text {
    padding: 20px;
}
#explore .license .wrapper {
    margin:0 auto;
    width: 50%;
    margin-top: 30px;
    padding: 30px;
    background-color: #14181e;
}
#explore .license .license_icon {
    padding: 10px;
}
#explore .license .license_text {
    color: #fff;
    padding-left: 30px;
}
#success_stories {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 100px;
}
#success_stories img {
    max-width: 100%;
}
/*** begin: Patents ***/
#patents {
    text-align: center;
    display: inline;
}
#patents .col-sm-2 {
    border: 1px solid #1a2028;
    padding: 20px;
    margin: 10px;
}
#patents img {
    width: 60px;
}
#patents a {
    color: #fff;
}
/*** end: Patents ***/

/*** begin: Category ***/
#category {
    text-align: center;
    display: inline;
}
#category .row {
    margin-left:auto; 
    margin-right:auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
#category .col-sm-3 {
    border: 2px solid #1a2028;
    padding: 20px;
    margin: 10px;
    text-align: left;
}
#category img {
    width: 230px;
}
#category .subtitle {
    color: #fff;
    height: 84px;
}
#category .blurb {
    font-size: 0.8em;
}
/*** end: Category ***/

/* Styles for Bootstrap's col-lg grid */
@media only screen and (max-width: 991px) {
    #intro #videoDiv {
        height: auto;
    }
    #intro #videoDiv #videoMessage {
        top: 20vw;
        font-size: 2vw;
        max-width: 508px;
    }
    #explore .license .wrapper {
        width: 100%;
        margin: 0 25px;
    }
    #explore .searchBox .wrapper { 
        padding-top: 20px;
    }
    #explore .box {
        margin: 10px 0;
    }
    #explore .license {
        padding-top: 10px;
    }
    #discover .flex-direction-nav {
        left: auto;
        margin: 0 auto;
    }
    .views-field-field-slider-text, .views-field-field-event-description-short{
        width: 100% !important;
        padding: 0;
    }
    .flexslider {
        margin: 0 0 20px;
    }
    .intro-description {
        max-width: 540px;
        margin: 0 auto;
        font-size: 1.1em;
        letter-spacing: normal;
        width: 100%;
    }
    .blurb {
        padding-top: 20px;
    }
    .section_title {
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 540px) {
    #explore .container .box table td>.box_text{
        padding-right: 0;
    }
    #explore .container .box table td img{
        padding-top: 25px;
        width: 80px;
    }
    #explore .container .box table td>.box_text>.subtitle {
        font-size: 1.3em;
    }
    #explore .container .box table td{
        vertical-align: top;
        
    }

    #explore .container .box table td>. .box_text {
        padding-right: 0;
        font-size: 1em;
    }
    #intro #videoDiv #videoMessage,
    #intro #videoDiv{
        display:block;
    }
    #intro #videoDiv #videoMessage{
        top: 10px;
        position: relative;
        font-size: .8em;
        margin-bottom: 30px;
    }
    #intro .intro-title {
        margin-bottom: 10px;
    }
    .main-wrapper {
        padding: 0 10px;
    }
    .title {
        font-size: 1.3em;
        padding-bottom: 10px;
    }
    .views-field-field-slider-text>.field-content {
        font-size: .77em;
        padding-top: 10px;
    }
    .blurb {
        font-size: 1em;
    }
    /* feature stories */
    #discover {
        padding-top: 10px;
    }
    .views-field-title {
        font-size: 0.9em !important;
        padding-right: 0px !important;
    }
    .views-field-body, .views-field-field-event-description-short {
        font-size: 1em !important;
        padding-right: 0 !important;
    }

    /* explore technologies */
    #explore {
        padding-top: 10px;
    }
    #explore .searchBox .wrapper {
        width: 100%;
    }
    #explore .license .wrapper {
        margin: 0;
    }
    #explore .license_text .subtitle {
        font-size: 1.3em;
    }
    #explore #learn-license {
        display: none;
    }
}