@import url('https://fonts.googleapis.com/css?family=Muli|Open+Sans:400,700,800');
body{
    background: #f6862a;
}
.jumbotron{
    color:#0A246A;
    font-family: 'Open Sans', sans-serif;
    background-color: #f6862a;
}
.points-text h2{
    font-size: medium;
    color:#0A246A;
    font-weight: bold;
    font-family: 'Muli', cursive,arial;
}
.points-text{
    font-size: medium;
    color: #ffffff;

    font-family: 'Muli', cursive,arial;
}
.row-blank{
    margin-top: 25px;
}
.home-fluid{
    background: url("../images/main-banner-jun17.jpg");
    background-size: cover;
}
.terms a{
    color: #ffffff;
    font-weight: bold;
}
.hs-responsive-embed-youtube {

    position: relative;

    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */

    padding-top: 25px;

}

.hs-responsive-embed-youtube iframe {

    position: absolute;

    width: 100%!important;

    height: 100%!important;

}