@import url(https://fonts.googleapis.com/css?family=Raleway:400,900,700,600,500,300);
@import url(https://fonts.googleapis.com/css?family=Montserrat:700);
html body{
    font-family: 'Raleway',"arial", sans-serif;
    color:#0093BC;
    margin:0;
    background: #FFFFFF;
}
.clear{
    clear:both;
}
img{
    max-width: 99%;
}
a img:hover{
    opacity: 0.7;
}
.footer a:link,.footer a:visited{
    color:#FFFFFF;
    text-decoration: blink;
}
.footer a:link, .footer a:visited{
    color:#008DB3;
    text-decoration: blink;
}
a:hover{
    color: white;
}
#headout{
    position: fixed;
    top:0;
    left:0;
    right:0;
    background: #FFFFFF;
    width: 100%;
    height:82px;
    z-index: 100;
}
#header{
    position: absolute;
    width:100%;
    top:0;
    text-align: center;

}
#header .links{
    text-align: center;
}
#header .links ul{
    /*margin:0;*/
    padding: 7px;
}
#header .links li{
    display: inline;
    margin:0 1.5%;
    font-size:14px;
}
#header .links a:link,#header .links a:visited{
    text-decoration: none;
    color:#A7338A;
    font-weight: bold;
}
#header .links a:link.blue,#header .links a:hover{
    color:#07A1DD;
}
#header .links a:hover.blue{
    color:#A7338A;
}
#logo{
    padding:0 0 5px 0;
}
#video{
    width:100%;
    margin:auto;
    position: fixed;
    top: 82px;
    right: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}
#video video{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    /*height: 100%;*/
}
#body{
    /*padding-top:82px;*/
    z-index: 1;
    width:100%;
}
#main {
    color: #FFFFFF;
    padding: 1% 5%;
    /*text-shadow: 2px 2px black;*/
    position: relative;
    z-index: 1;
    background: rgba(0, 0, 0, .4);
}
.box{
    max-width:1000px;
    margin:40px auto 50px auto;
    color:#FFFFFF;
    text-align: center;
}
.carousel-box{
    background-color: #ffffff;
    border-radius: 10px;
}
#main .headline{
    line-height: 1.2;
}
#main .headline .big{
    /*font-weight: 900;*/
    font-size: 53px;
}
#main .headline .medium{
    font-weight: 700;
    font-size:28px;
}
#main .headline .small{
    font-size:24px;
    font-weight: 600;
}
#main .line{
    max-width: 350px;
    margin: 20px auto;
    border-bottom:2px #7FC2AA solid;
}
#main .bullets{
    padding:20px 0 20px 10px;
}
#main .werds {
    font-weight: 300;
    padding-bottom: 15px;
    font-style: italic;
}
form{
    text-align: center;
}
.assets{
    background:#20BCD2;
}
.assets .in-one{
    background:url(/img/stcc/GRA_GreenGraphicElement.png) no-repeat -80px -80px;
}
.assets .in-two{
    background:url(/img/stcc/GRA_GreenGraphicElement_BottomrRight.png) no-repeat right bottom;
}
.assets .headline{
    color:#373657;
    text-align: center;
    padding: 35px 5px 30px;
    box-sizing: border-box;
}
.assets .headline .small{
    font-size:16px;
}
.assets .headline .big{
    font-weight: 900;
    font-size:32px;
    padding:10px 0 35px 0;
}
.assets .headline .werds{
    font-size:16px;
    line-height: 1.6;
    padding-top: 15px;
}
.assets .items{
    max-width:861px;
    margin:auto;
    color:#3B3C57;
    padding-bottom: 40px;
}
.assets .items .item{
    width:267px;
    height:200px;
    float:left;
    background:#FFFFFF;
    box-sizing: border-box;
    padding:20px;
    text-align: center;
    margin:10px;
    border-radius:8px;
}
.assets .item .icon{
    padding:32px 0;
    font-size: 64px;
    vertical-align: center;
}
.assets .item .title{
    font-size:14px;
    font-weight:700;
}

.assets .item .noshow{
    display: none;
}

/*.assets .item:hover{
    background:#6EE3E4;
    border:4px #FFFFFF solid;
    cursor:-webkit-grab;
    cursor:grab;
}*/
.assets .items .item .noshow .title{
    font-size:16px;
}
.assets .items .item .noshow .line,.trio .item .noshow .line{
    border-bottom:2px #A0F884 solid;
    max-width:80%;
    margin:0 auto 10px auto;
    padding-top:10px;
}
.assets .items .item .noshow .werds{
    font-size:16px;
}

/*.assets .item:hover > .noshow{
    display: block;
}
.assets .item:hover > .show{
    display: none;
}*/

.assets .more{
    text-align: center;
    padding:40px 0;
}
.phone{
    background:#FFFFFF;
    color:#373754;
}
.phone .in-one{
    background:url(/img/stcc/GRA_PurpleGraphicElement_BottomLeft.png) no-repeat left bottom;
}
.phone .in-two{
    background:url(/img/stcc/GRA_PurpleGraphicElement.png) no-repeat 75% -35px;
}
.phone .inside{
    max-width:960px;
    margin:auto;
}
.phone .left{
    width:50%;
    float:left;
    padding-top: 60px;
}
.phone .right{
    width:50%;
    float:left;
    text-align: left;
    padding-top:40px;
}
.phone .right img{
    display: block;
}
.phone .headline{
    font-size:32px;
    font-weight: 600;
}
.phone .bullets{
    padding-top:60px;
}
.phone .bullets .number{
    float:left;
    width:84px;
    box-sizing: border-box;
    padding:10px;
}
.phone .bullets .bull{
    padding-bottom:25px;
}
.phone .number div{
    background:#8FF68D;
    color:#373854;
    border-radius:50px;
    font-size:42px;
    font-weight: 700;
    padding:10px 15px;
    text-align: center;
    line-height: 1;
    margin:auto;
    vertical-align: center;
    font-family: "Montserrat",sans-serif;
}
.phone .werds{
    padding-left:80px;
    font-size:14px;
}
.phone .title{
    font-size:19px;
    font-weight: 700;
    padding-bottom:12px;
    padding-top:10px;
}
.friends{
    background: url(/img/stcc/BG_SocialScore_Friends.jpg) no-repeat center center;
    background-size: 100% auto;
    padding-bottom:10%;
}
.friends .headline{
    padding:10% 5px;
    text-align: center;
    color:#FFFFFF;
}
.friends .headline .small{
    font-size:22px;
    padding-bottom:10px;
}
.friends .headline .big{
    font-size:44px;
    font-weight: 900;
}
.friends .title{
    color:#FFFFFF;
    font-weight: 700;
    text-align: center;
    font-size:22px;
    padding-bottom:20px;
}
.friends .trio .title{
    padding-bottom:0;
    color:#3B3C57;
}
.friends .trio{
    max-width:861px;
    margin:auto;
}
.trio .item:hover > .noshow{
    display: block;
}
.trio .item:hover > .show{
    display: none;
}
.trio{
    max-width:861px;
    margin:auto;
    color:#3B3C57;
}
.trio .item{
    width:267px;
    height:200px;
    float:left;
    background:#FFFFFF;
    box-sizing: border-box;
    padding:20px;
    text-align: center;
    margin:10px;
    border-radius:8px;
}
.trio .item .icon{
    padding:32px 0;
    font-size: 64px;
    vertical-align: center;
}
.trio .item .title{
    font-size:14px;
    font-weight:700;
}
.trio .item .werds{
    font-size:14px;
}
.trio .item .noshow{
    display: none;
}
.trio .item:hover{
    background:#6EE3E4;
    border:4px #FFFFFF solid;
    cursor:-webkit-grab;
    cursor:grab;
}
#disc {
    background: #5a483a;
    color: #FFFFFF;
    text-align: center;
}
#disc .inside{
    max-width:960px;
    margin:auto;
    padding: 25px 5px;
}
.slideshow{
    background: #1FBBD1;
    color:#363653;
    text-align:center;
}
.slideshow .in-one{
    background: url(/img/stcc/GRA_GreenGraphicElement_BottomrLeft.png) no-repeat left bottom;
}
.slideshow .in-two{
    background: url(/img/stcc/GRA_GreenGraphicElement.png) no-repeat right top;
    background-position: 110% -80px;
}
.slideshow .headline{
    padding:5% 5px;
}
.slideshow .headline .big{
    font-size: 22px;
    font-weight: 600;
}
.slideshow .headline .small{
    font-size:13px;
    font-weight:600;
}
.slides{
    max-width:900px;
    margin:auto;
}
.slick-slide img {
    display: inline;
}
.slides .werds{
    padding:25px 5px;
    line-height: 1.6;
    font-size: 24px;
    max-width: 600px;
    margin:auto;
}
.slideshow .testimon{

}
.slideshow .testimon .big{
    font-size:22px;
}
.slideshow .testimon .small{
    font-size: 14px;
}
.arrows{
    font-size: 40px;
    cursor:pointer;
    color:#586DC2;
    text-align: center;
    max-width: 100px;
    margin:auto;
    padding:25px 0;
}
.arrow-left,.arrow-right{
    width:50%;
    float:left;
}
.footer{
    color:#FFFFFF;
    font-size:12px;
    background: #0095C2;
    padding: 30px 5px;
}
.footer .row{
    max-width:1000px;
    margin:auto ;
}
.footer a:link,.footer a:visited{
    color:#FFFFFF;
}
.footer a:hover{
    color:#FFCA4D;
}
.footer .row .left{
    width:28%;
    float:left;
}
.footer .row .middle{
    width:43%;
    float:left;
}
.footer .row .right{
    width:28%;
    float:left;
}
.footer .left div{
    padding:10px 25px;
    border:2px #FFFFFF solid;
    border-radius:9px;
    text-align: left!important;
}
.footer .left div p{
    text-align: left!important;
}
.footer .middle .bubbles{
    width:70%;
    margin:auto;
}
.footer .middle .disc{
    max-width:60%;
    float:left;
    line-height: 1.5;
    text-align: left;
}
/*.footer .middle .cards{
    float:left;
    width:40%;
    text-align: center;
}*/
.footer li{
    padding-bottom:5px;
}
.footer .cards{
    text-align: center;
}
.footer .cards table{
    margin:auto;
}
.footer .cards table td{
    padding:10px;
}
.mob{
    display: none;
}

.list {
    display: none;
    margin: 0 10px;
    text-align: center;
}

.list a:link {
    text-decoration: underline;
}

.award-winning-images {
    display: flex;
    justify-content: space-evenly;
    margin: auto;
    width: 630px;
    padding: .5rem 0;
}

.form {
    padding-top: 15px;
}

.f-size {
    font-size: 18px;
    font-weight: 500;
}

.container {
    align-items: stretch;
    column-gap: 1em;
    row-gap: 1em;
    padding: 30px;
    text-align: center;
}

.header-box {
    display: grid;
    width: 295px;
    padding: 20px;
    background-color: white;
    border-radius: 8px;
    color: black;
}

.background {
    background-color: #f2f0f1;
    padding: 4em;
    text-align: center;
    color: black;
}
.item {
    text-align: center;
    color: black;
}

.thebox-title {
    padding-top: 2em;
}

.maroon-bg {
    background-color: rgba(122, 67, 96, 0.7);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    padding-top: 4em;
    padding-bottom: 1em;
}

.myButton {
    background-color: #82d2af;
    border-radius: 6px;
    display: inline-block;
    color: #ffffff;
    font-size: 19px;
    font-weight: bold;
    padding: 16px 58px;
    text-decoration: none;
    border: none;
}

.myButton:hover {
    background-color: rgba(130, 210, 175, 0.8);
}

.slick-slide {
    text-align: -webkit-center;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-image: none;
}
.carousel-control-prev-icon,
.carousel-control-next-icon
{
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #007bff;
    color: #007bff;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border 0.2s, color 0.2s, background 0.2s;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='%230d6efd' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M11 2L5 8l6 6'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='%230d6efd' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 2l6 6-6 6'/%3e%3c/svg%3e");
}

.flexed-images {
    width: 200px;
}

.container-images {
    display: flex;
    justify-content: stretch;
    align-items: end;
    column-gap: 2em;
}

@media screen and (max-width: 991px) {
  .header-box {
    width: 100%;
    max-width: 320px;
    min-width: 0;
    margin-bottom: 1em;
  }
}

@media screen and (max-width: 575px) {
  .carousel-container {
    overflow-x: hidden;
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
  .header-box {
    width: 100%;
    max-width: 350px;
    min-width: 0;
    margin-bottom: 1.2em;
    padding: 10px 10px 16px 10px;
    font-size: 1rem;
    box-sizing: border-box;
  }
  .header-box .header {
    padding-bottom: 0.4em;
  }
  .header-box .content {
    font-size: 1.05em;
  }
  .header-box .header-footer {
    font-size: 0.90em;
  }
  .carousel-grid {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 880px) {
    .assets .items {
        max-width: 574px;
    }

    .footer .row .left {
        width: 100%;
    }

    .footer .row .left > div {
        margin: 0 20px;
    }
    .footer .row .middle{
        width:100%;
    }
    .footer .row .right{
        width:100%;
    }
    .footer .middle .bubbles {
        width:100%;
    }
    .footer .middle .bubbles .disc{
        max-width:100%;
        text-align: center;
        float:initial;
    }
    .footer .middle .bubbles .cards{
        width:100%;
        float:initial;
    }
    .footer .list{
        display: block;
        padding-top:20px;
    }
    .footer #nav{
        display: none;
    }
    .carousel-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 887px){
    .trio .item{
        float:initial;
        margin:10px auto;
    }
    .friends{
        background-size: 100% 100%;
    }
}
@media screen and (max-width: 787px){
    #video{
        width:150%;
        margin:auto;
        position: fixed;
        top: 82px;
        right: -25%;
        left: -25%;
        overflow: hidden;
        z-index: -100;
    }
    #video video{
        position: relative;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        /*height: 500px;*/
    }

    .friends .bauble .icon {
        font-size: 46px;
        padding-bottom: 17px;
    }

    .award-winning-images {
        width: unset;
        flex-direction: column;
        text-align: center;
    }

    .container {
        flex-direction: column;
    }

    .header-box {
        width: unset;
    }

    .container-images {
        flex-direction: column;
    }

    .maroon-bg {
        height: unset;
    }

    .box {
        margin: unset;
    }

    .form {
        padding-bottom: 15px;
    }
}

@media screen and (max-width: 700px) {
    .phone .left, .phone .right {
        width: 90%;
        float: initial;
        margin: auto;
    }

    .phone .right img {
        margin: 0 auto;
    }
    .phone .in-two {
        background-position: 110% -55px;
    }
    #main br{
        display: none;
    }
}
@media screen and (max-width: 558px){
    .friends .trio .bauble{
        padding:20px 0;
    }
    .friends .bauble .title{
        font-size:13px;
    }
    .friends .bauble .icon{
        padding-bottom:3px;
    }
    .slides .werds{
        font-size:18px;
    }
}
@media screen and (max-width: 505px){

    .footer .row .left > div{
        margin:0 10px;
        padding:0 10px
    }
}
@media screen and (max-width: 435px){
    .friends{
        background-size: auto 100%;
    }
}
@media screen and (max-width:575px){
    .assets .items{
        max-width: 287px;
    }
}
@media screen and (max-width: 480px){
    #video{
        width:200%;
        margin:auto;
        position: fixed;
        top: 82px;
        right: -50%;
        left: -50%;
        overflow: hidden;
        z-index: -100;
    }
    #video video{
        position: relative;
        top: 0;
        left: 0;
        bottom:0;
        right:0;
        width: 100%;
        /*height: 500px;*/
    }
}
@media screen and (max-width: 410px){
    #main .headline .big {
        font-size: 38px;
    }
    #main .headline .small {
        font-size: 18px;
    }
}
@media screen and (max-width: 386px){
    #header .links li {
        margin: 0 0.5%;
        font-size:12px;
    }
    .phone .headline {
        font-size: 25px;
    }
}
@media screen and (max-width: 386px){
    #main .werds {
        padding-bottom: 15px;
        font-size:12px;
    }
    #main .headline .big {
        font-size: 30px;
    }
}
@media screen and (max-width: 372px) {
    .friends .trio .bauble {
        padding: 10px 0;
    }
    .friends .bauble .icon {
        font-size: 36px;
    }
}
