@font-face {
    font-family: 'latoregular';
    src: url('../fonts/lato-regular-webfont.woff2') format('woff2'), url('../fonts/lato-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
html {
    background-color: #e5e5e5;
}
body {
    /*background-color: #e7f0dc;*/
    font-family: 'latoregular', sans-serif;
    font-weight: 400;
}
.wrapper {
    background-color: #e7f0dc;
}
.logo {	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d9d9d9+0,d9d9d9+30,f2f2f2+30,f2f2f2+100 */
    background: rgb(217, 217, 217); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(217, 217, 217, 1) 0%, rgba(217, 217, 217, 1) 30%, rgba(242, 242, 242, 1) 30%, rgba(242, 242, 242, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(217, 217, 217, 1) 0%, rgba(217, 217, 217, 1) 30%, rgba(242, 242, 242, 1) 30%, rgba(242, 242, 242, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(217, 217, 217, 1) 0%, rgba(217, 217, 217, 1) 30%, rgba(242, 242, 242, 1) 30%, rgba(242, 242, 242, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#d9d9d9', endColorstr='#f2f2f2', GradientType=1); /* IE6-9 */
}
hr {
    background-color: #34aa03;
    height: .5px;
    max-width: 880px;
}
.row-divider hr {
    background-color: #D8D8D8;
    width: 100%;
}
.img-title {
    margin-top: 1em; /*32px*/
}
.video-title {
    text-align: center;
    margin-top: .5em;
    line-height: 1.2em;
		font-size: .8em;
  font-weight: bold;
}
.videos {
    margin: 0 15px;
}
.p-1, .p-2, .p-3 {
    padding: 0px !important;
}
.p-1, .p-2 {
    margin-right: 1em;
}
.video-content-bg {
    margin-top: 40px;
}
.video-content {
    max-width: 960px;
    background-color: #f4f4f4;
    margin-bottom: 20px;
    padding-top: 20px;
}
.video-footer {
    background-color: #e5e5e5;
    padding: 18px 12px 12px;
    font-size: 14px;
}
footer p a {
    font-size: 16px;
    color: #5E5E5E;
}
footer p a:hover {
    font-size: 16px;
    color: #5E5E5E;
    text-decoration: underline;
}
a {
    color: #9AA4AB;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
}
.tab-content {
    margin: 0px 15px;
}
.mb-3, .my-3 {
    margin-bottom: 1.5rem!important;
}
.nav-link {
    display: block;
    padding: .5em 1.5em 0em 1.5em;
}
.nav-pills .nav-link:hover {
    color: #000;
}
.nav-pills .nav-link.active {
    color: #000;
    background-color: transparent;
    /*border-bottom: 4px solid #4A90E2;*/
    border-bottom: 4px solid #34aa03;
}
.play-btn {
    margin-right: 12px;
}
.download-btn {
    margin-left: 12px;
}
.hrs-sec {
    color: #9B9B9B;
}
/* accordion styles */
.panel-heading .accordion-toggle:after {
    /*   font-family: "Glyphicons Halflings";
    content: "\e160";*/
    float: left;
    margin-top: 5px;
    margin-right: 5px;
    color: #4A90E2;
}
.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    /* content: "\e159"; /* adjust as needed, taken from bootstrap.css */
}
a.accordion-toggle {
    color: #212529;
    font-family: inherit;
    font-size: 16px;
}
.col-md-4.offset-md-2, .col-md-4.offset-md-1, .col-md-5.offset-md-1, .panel .col-md-5 {
    text-align: center !important;
}
.row {
    margin: 0 !important;
		font-size: 1em;
}