/* Empty CSS file for your own CSS */

/* typography */
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    color: #111111;
}

p, td {
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5em;
    color: #111111;
}

h1, .h1 {
    font-size: 1.75em;
    font-weight: 600;
    line-height: 1.5em;
    padding-bottom: 15px;
    display: inline-block;
    border-bottom: 2px solid #cccccc;
}
.popuph1 {
    font-size: 1.75em;
    font-weight: 600;
    line-height: 1.5em;
    padding-bottom: 0px;
    margin-bottom: 10px;
    display: inline-block;
    border-bottom: 2px solid #cccccc;
}
h2, .h2 {
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1.5em;
    border-bottom: 0px;
}
h3, .h3 {
    font-size: 1.3333em;
    font-weight: 600;
    line-height: 1.5em;
}
h4, .h4 {
    font-size: 1.125em;
    font-weight: 600;
    line-height: 1.5em;
}
h5, .h5 {
    font-size: 1em;
    font-weight: 600;
    line-height: 1.5em;
}
h6, .h6 {
    font-size: .85em;
    font-weight: 600;
    line-height: 1.5em;
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-bottom: 1em;
}

@media (max-width: 768px) {
h1, .h1 {
    font-size: 1.33em !important;
    font-weight: 600;
    line-height: 1.5em;
    padding-bottom: 10px;
}
.popuph1 {
    font-size: 1.33em;
    line-height: 1.5em;
    padding-bottom: 0px;
    margin-bottom: 10px;

}
h2, .h2 {
    font-size: 1.25em;
    font-weight: 600;
    line-height: 1.5em;
}
h3, .h3 {
    font-size: 1.125em;
    font-weight: 600;
    line-height: 1.5em;
}
h4, .h4 {
    font-size: 1em;
    font-weight: 600;
    line-height: 1.5em;
}
h5, .h5 {
    font-size: .75em;
    font-weight: 600;
    line-height: 1.5em;
}
h6, .h6 {
    font-size: .5em;
    font-weight: 600;
    line-height: 1.5em;
}
}
a {
    color: #23527c;
    text-decoration: none;
    font-weight: 600;
}
a:focus, a:hover {
    color: #3747C3;
    text-decoration: underline;
    outline: 0;
    outline-offset: 0;
}
a:active, a:hover {
    outline: 0;
}
li {
    padding-bottom: 10px;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #ccc;
}
.footnote {
    font-size: .9em;
    line-height: 1.5em;
    padding: 0 0 10px 0;
}
.center {
    text-align: center;
}
.indent1 {
    margin-left: 24px;
}
.indent2 {
    margin-left: 48px;
}
.nowrap {
    white-space: nowrap;
}
.table td .small-cell-left {
    text-align: center;
    width: 25%;
}
.table td .large-cell-right {
    text-align: left;
    width: 75%;
}
th h3 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 0 0 10px;
    font-size: 1.125em;
}
/* layout */
.center1170 {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;/* border: 2px solid #ccc; */
}
.center970 {
    max-width: 970px;
    margin: 0 auto;
    padding: 0 15px;/* border: 2px solid #ccc; */
}
.center840 {
    max-width: 840px;
    margin: 0 auto;
    padding: 0 15px;/* border: 2px solid #ccc; */
}
.headerbg {
    background: rgba(169,3,41,1);
    background: -moz-linear-gradient(left, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(169,3,41,1)), color-stop(44%, rgba(143,2,34,1)), color-stop(100%, rgba(109,0,25,1)));
    background: -webkit-linear-gradient(left, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
    background: -o-linear-gradient(left, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
    background: -ms-linear-gradient(left, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
    background: linear-gradient(to right, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019', GradientType=1 );
    background-position: left center;
    background-size: contain;
}
.header2bg {
    background: rgba(169,3,41,1);
    background: -moz-linear-gradient(left, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(169,3,41,1)), color-stop(44%, rgba(143,2,34,1)), color-stop(100%, rgba(109,0,25,1)));
    background: -webkit-linear-gradient(left, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
    background: -o-linear-gradient(left, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
    background: -ms-linear-gradient(left, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
    background: linear-gradient(to right, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019', GradientType=1 );
    background-position: left center;
    background-size: contain;
}
.page-header {
    padding: 0 30px 8px 70px;
    margin: 30px -15px 0 15px;
    border-bottom: 0;
}
.header-title {
    color: #ffffff;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
    line-height: 1.5em;
    margin-top: .25em;
    margin-bottom: .25em;
    border-bottom: 0;
}
.header-subtitle {
    color: #efefef;
    font-size: 1.25em;
    padding-left: 15px;
}
.home-icon {
    padding: 10px 5px;
    color: #444;
}
.home-icon a {
    padding: 20px;
    color: #999;
}
.home-icon a:hover {
    padding: 20px;
    color: #ccc;
}
.menurow {
    display: block;
    padding: 8px 8px;
    border: 1px solid #aaaaaa;
    margin-bottom: 10px;
    border-radius: 12px;
}
.menurow:hover {
    background-color: #eee;
}
.menupic {
    display: block;
    padding: 0 5px;
}
.menupic img {
    width: 100%;
    height: auto;
    border-radius: 6px;
}
.menulink {
    display: table-cell;
    padding: 20px;
    font-size: 1.25em;
}
.menulink a:hover {
    text-decoration: none;
}

.pagenavlist {
    list-style-type: none;
    margin-left:0;
    margin-bottom:20px;
    padding-inline-start: 0;
}

.pagenavlist li {
    text-decoration: none;
    padding:5px;
    display: block;
}

.pagenavlist li a {
    text-decoration: none;
}

.pagenavlist li a:hover {
    background-color: #eee;
    text-decoration: underline;  
}

/*.pagenavlist li a:after {
    content:" »";
} */

@media (min-width: 768px) {
.home-icon {
    display: none;
}
}

@media (max-width: 767px) {
.home-icon {
    display: block;
    margin-top: -10px;
}
.container {
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}
.menulink {
    padding: 5px 10px;
    font-size: 1.125em;
    text-align: center;
}
.menupic {
    padding: 0;
}
}
.header-logo {
    margin: 15px 30px 15px 0;
    float: right;
}

@media (max-width: 992px) {
.container-fluid {
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}
.page-header {
    padding: 0 15px 8px 15px;
    margin: 15px 0 0 0;
}
.header-title {
    margin-top: .25em;
    margin-bottom: .25em;
    line-height: 1.5em;
}
.header-subtitle {
    font-size: 1.33em;
    padding: 0px;
    line-height: 1.5em;
}
.header-logo {
    display: none;
}
}

@media (max-width: 768px) {
.container-fluid {
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}
.page-header {
    padding: 0 15px 8px 15px;
    margin: 15px 0 0 0;
}
.header-title {
    line-height: 1.5em;
}
.header-subtitle {
    font-size: 1.25em;
    padding: 0px;
    line-height: 1.5em;
}
.header-logo {
    display: none;
}
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff !important;
}
.home-icon a {
    padding: 20px;
    color: #fff;
}
.nav-row {
    padding: 15px 40px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#45484d+0,000000+100;Black+3D+%231 */
    background: #293957; /* Old browsers */
    background: -moz-linear-gradient(top, #293957 0%, #879ec8 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #293957 0%, #879ec8 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #293957 0%, #879ec8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#293957', endColorstr='#879ec8', GradientType=0 ); /* IE6-9 */
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.5);
    border-top: 2px solid #ccc;
    border-bottom: 1px solid #ccc;
    
}

@media (max-width: 1280px) {
.nav-row {
    padding: 15px 5px 15px 0;
}
}
.navbar {
    position: relative;
    min-height: 44px;
    margin-bottom: 0;
    margin-top: -1px;
    border: 0;
    background-color: transparent;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
    background-color: transparent;
}
.nav>li {
    padding: 0;
    font-size: 1em;
}

@media (max-width: 1280px) {
.nav>li {
    padding: 0;
    font-size: 1.125em;
    line-height: 1.5em;
}
}

@media (max-width: 992px) {
.nav>li {
    padding: 0;
    font-size: 1em;
    line-height: 1.5em;
}
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-weight: 600;
    line-height: 1.5em;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    font-weight: 600;
}
.navbar-default .navbar-nav>.active>a {
    font-weight: 600;
    color: #23527c;
    background-color: #eee;
    border: 1px solid #666;
    border-radius: 8px;
}
.navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    font-weight: 600;
    color: #3747C3;
    background-color: #fff;
    border: 1px solid #666;
    border-radius: 8px;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: #23527c;
    border-radius: 8px;
}

@media (max-width: 768px) {
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #ccc;
    font-size: .9em;
    padding: 10px 0 10px 30px;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #fff;
    background-color: transparent;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    margin-top: 2px;
}
}

@media (min-width: 768px) {
.navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
}
.navbar .navbar-collapse {
    text-align: center;
}
}
.caret {
    margin-left: 2px;
    vertical-align: middle;
    border-top: 8px dashed;
    border-top: 8px solid\9;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}
.toggle-break {
    display: none;
}
.toggle-break2 {
    display: block;
}

@media (min-width: 1200px) {
.toggle-break {
    display: block;
}
.toggle-break2 {
    display: none;
}
}

@media (max-width: 1200px) {
.toggle-break {
    display: block;
}
}

@media (max-width: 768px) {
.toggle-break {
    display: none;
}
.toggle-break2 {
    display: none;
}
}
.dropdown-menu>li>a {
    display: block;
    padding: 4px 20px;
    clear: both;
    font-weight: 600;
    font-size: 1.25em;
    line-height: 1.5em;
    color: #333;
    white-space: nowrap;
}
.dropdown-menu>li>a:hover {
    color: #666;
}
.dropdown-menu>.active>a {
    color: #fff;
    text-decoration: none;
    background-color: #23527c;
    outline: 0;
}
.dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #3747C3;
    outline: 0;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #ddd;
}
.navbar-nav>li>.dropdown-menu {
    margin-top: 10px;
}
.content-column {
    padding-bottom: 20px;
    min-height: 400px
}
.columnguide {
/* border: 1px #80CC66 solid; */
}
.footerbg {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,cccccc+100;Gren+3D */
    background: #eeeeee; /* Old browsers */
    background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #eeeeee 0%, #cccccc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0 ); /* IE6-9 */
    padding: 30px 15px;
    border-top: 2px solid #ddd;
}
.footer-row-max-width {
    max-width: 1600px;
    margin: 0 auto;
}
.footer-left-block {
    padding: 0 30px;
    font-size: .9em;
}
.footer-center-block {
    padding: 0 30px 0 0;
    font-size: .9em;
    line-height: 1.5em;
}
.footer-right-block {
    padding: 0 30px;
    font-size: .9em;
}
.pad-list li {
    line-height: 1.5em;
}
address strong {
    font-size: 1em;
    line-height: 1.5em;
}
address strong {
    font-size: 1.125em;
}
/* elements */
.btn {
    background-color: #23527c;
    color: #ffffff;
    font-size: 1.125em;
    margin: 0 8px 8px 0;
}
.btn:hover, .btn:focus {
    background-color: #3747C3;
    color: #ffffff;
    margin: 0 8px 8px 0;
}
.close {
    float: right;
    font-size: 1.25em;
    font-weight: 700;
    line-height: 1.5em;
    color: #23527c;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=70);
    opacity: .7;
}
.breadcrumb {
    padding: 0;
    margin-bottom: 20px;
    margin-top: 10px;
    list-style: none;
    background-color: transparent;
    border-radius: 4px;
    font-size: 1em;
}
.breadcrumb>.active {
    color: #777;
    font-weight: 500;
}

@media (max-width: 768px) {
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    margin-top: 10px;
    list-style: none;
    font-size: .85em;
}
.breadcrumb>li {
    display: block;
}
.breadcrumb>li+li:before {
    padding: 0;
    color: #ccc;
    content: "";
}
}
.photocaption {
    font-size: .85em;
    color: #333333;
    display: block;
    padding: 16px;
    line-height: 1.5em;
    text-align: center;
}
.photocaption img {
    margin: 8px;
    border: 1px solid #ccc;
    width: 100%;
    height: auto;
}
.photocaption-noborder {
    font-size: .9em;
    color: #333333;
    display: block;
    padding: 16px;
    line-height: 1.5em;
    text-align: center;
}
.photocaption-noborder img {
    margin: 8px;
    border: 0;
    width: 100%;
    height: auto;
}
/* carousel */
.carousel-row {
    margin: 15px 0;
}
/* pagination block style */
.pagination>li>a, .pagination>li>span {
    font-weight: 600;
    font-size: 1.125em;
}
.footer-menu {
    display: block;
}
.page-number {
    display: none;
}

@media print {
.nav-row, .pagination, .page-number, footer {
    display: none;
}
.page-number {
    display: block;
}
.breadcrumb>li {
    display: inline-block;
    white-space: nowrap;
}
.breadcrumb>li:after {
    content: " / ";
}
.breadcrumb>li:last-child:after {
    content: " ";
}
}
blockquote {
    padding: 10px 20px;
    margin: 20px;
    font-size: 1em;
    line-height: 1.5em;
    border-left: 10px solid #ddd;
}
.pagequote {
    font-size: 1.25em;
    font-weight: bold;
    text-align: center;
    line-height: 1.5em;
    margin: 40px 0 0 0;
    background-color: #dddddd;
    color: #555555;
    padding: 15px 10px 5px 10px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.pagequote .cite {
    font-size: 1.125em;
    font-weight: bold;
    text-align: center;
    font-style: italic;
}
.popover {
    max-width: 600px; /* Max Width of the popover (depending on the container!) */
}
.popupbox {
    border: 2px solid #cccccc;
    border-radius: 10px;
    background-color: #eeeeee;
    padding: 20px;
    margin: 15px;
}

@media (max-width: 768px) {
.popupbox {
    padding: 10px;
    margin: 15px 0;
}
}
.popupboxtv {
    border: 2px solid #cccccc;
    border-radius: 10px;
    background-color: #eeeeee;
    padding: 20px 20px 20px 60px;
    margin: 15px;
    position: relative;
}
.popupboxbook {
    border: 2px solid #cccccc;
    border-radius: 10px;
    background-color: #eeeeee;
    padding: 20px 20px 20px 60px;
    margin: 15px;
    position: relative;
}
.popupboxcam {
    border: 2px solid #cccccc;
    border-radius: 10px;
    background-color: #eeeeee;
    padding: 20px 20px 20px 60px;
    margin: 15px;
    position: relative;
}
.popupboxaudio {
    border: 2px solid #cccccc;
    border-radius: 10px;
    background-color: #eeeeee;
    padding: 20px 20px 20px 60px;
    margin: 15px;
    position: relative;
}
.popupboxada {
    border: 2px solid #cccccc;
    border-radius: 10px;
    background-color: #eeeeee;
    padding: 20px 20px 20px 60px;
    margin: 15px;
    position: relative;
}
.iconposition {
    position: absolute;
    top: 20px;
    left: 16px;
    color: #333;
}
.transcript {
    /*clear: both;*/
    margin: 0 auto 16px auto;
    max-width: 800px;
    overflow: auto;
    border: 1px solid #9A9A9A;
    padding: 8px;
    font-size: .9em;
    background-color: #FAFAFA;
    height: 200px;
}
.resources {
    /*clear: both;*/
    margin: 0 auto 16px auto;
    max-width: 800px;
    overflow: auto;
    border: 1px solid #9A9A9A;
    padding: 8px;
    font-size: .9em;
    background-color: #FAFAFA;
    height: 200px;
}
.carousel-caption {
    position: absolute;
    right: 5%;
    bottom: 5px;
    left: 5%;
    padding-top: 10px;
    padding-bottom: 10px;
    text-shadow: 1px 1px 3px rgba(0,0,0,.9);
}
.carousel-caption p {
    line-height: 1.5em;
    font-size: .9em;
    background-color: rgba(0,0,0,.5);
    padding: 10px;
    margin: 0;
}
.subnav {
    display: inline-block;
    width: 110px;
    font-size: .85em;
}
.subnav a:hover {
    text-decoration: none;
}
.subnav img {
    width: 94px;
    height: 78px;
    border: 4px solid #99cc00;
    border-radius: 12px;
}
.subnav img:hover {
    width: 94px;
    height: 78px;
    border: 4px solid #337AB7;
    border-radius: 12px;
}
.subnavactive {
    display: inline-block;
    width: 110px;
    font-size: .85em;
}
.subnavactive a:hover {
    text-decoration: none;
}
.subnavactive img {
    width: 94px;
    height: 78px;
    border: 4px solid #337AB7;
    border-radius: 12px;
}
.gallerycell {
    padding: 10px;
    font-size: .9em;
    line-height: 1.5em;
}
.gallerycell img {
    margin: 5px;
    border: 1px solid #aaaaaa;
}
/* videojs customize skin */

.video-js .vjs-menu-button-inline.vjs-slider-active, .video-js .vjs-menu-button-inline:focus, .video-js .vjs-menu-button-inline:hover, .video-js.vjs-no-flex .vjs-menu-button-inline {
    width: 10em;
}
.video-js .vjs-controls-disabled .vjs-big-play-button {
    display: none!important;
}
.video-js .vjs-control {
    width: 3em;
}
.video-js .vjs-menu-button-inline:before {
    width: 1.5em;
}
.vjs-menu-button-inline .vjs-menu {
    left: 3em;
}
.vjs-paused.vjs-has-started.video-js .vjs-big-play-button, .video-js.vjs-ended .vjs-big-play-button, .video-js.vjs-paused .vjs-big-play-button {
    display: block;
}
.video-js .vjs-load-progress div, .vjs-seeking .vjs-big-play-button, .vjs-waiting .vjs-big-play-button {
    display: none!important;
}
.video-js .vjs-mouse-display:after, .video-js .vjs-play-progress:after {
    padding: 0 .4em .3em;
}
.video-js.vjs-ended .vjs-loading-spinner {
    display: none;
}
.video-js.vjs-ended .vjs-big-play-button {
    display: block !important;
}
video-js.vjs-ended .vjs-big-play-button, .video-js.vjs-paused .vjs-big-play-button, .vjs-paused.vjs-has-started.video-js .vjs-big-play-button {
    display: block;
}
.video-js .vjs-big-play-button {
    top: 50%;
    left: 50%;
    margin-left: -1.5em;
    margin-top: -1em;
}
.video-js .vjs-big-play-button {
    background-color: rgba(0,0,0,0.5);
    font-size: 4em !important;
    border-radius: 50% !important;
    height: 2em !important;
    line-height: 2em !important;
    margin-top: -1em !important;
}
.video-js:hover .vjs-big-play-button, .video-js .vjs-big-play-button:focus, .video-js .vjs-big-play-button:active {
    background-color: rgba(0,0,0,0.35);
}
.video-js .vjs-loading-spinner {
    border-color: rgba(255,255,255,0.7);
}
.video-js .vjs-control-bar2 {
    background-color: transparent;
}
.video-js .vjs-control-bar {
    background-color: rgba(0,0,0,0.5) !important;
    color: #ffffff;
    font-size: .9em;
}
.video-js .vjs-play-progress, .video-js .vjs-volume-level {
    background-color: #2483d5;
}
.video-js .vjs-big-play-button {
    height: 2em !important;
    width: 2em !important;
    line-height: 1.9em !important;
    margin-top: -1em !important;
    margin-left: -1em;
    border-width: 3px;
}
.video-js .vjs-icon-play:before, .video-js .vjs-big-play-button:before {
    font-size: 4em;
}
.video-js .vjs-progress-holder {
    font-size: 1.7em;
    border-radius: 10px;
}
.video-js .vjs-progress-holder .vjs-play-progress, .video-js .vjs-progress-holder .vjs-load-progress, .video-js .vjs-progress-holder .vjs-load-progress div, .video-js .vjs-slider, .vjs-volume-level {
    border-radius: 10px;
}
.video-js .vjs-load-progress {
    background: rgba(255,255,255,0.5);
}
.youtube560 {
    width: 100%;
    max-width: 560px;
    margin: 15px auto 30px auto;
}
.youtube640 {
    width: 100%;
    max-width: 640px;
    margin: 15px auto 30px auto;
}
.youtube720 {
    width: 100%;
    max-width: 720px;
    margin: 15px auto 30px auto;
}
.video-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}
.video-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}
.comment {
    font-family: Consolas, Andale Mono, Lucida Console, Lucida Sans Typewriter, Monaco, Courier New, monospace;
    color: red;
    background-color: yellow;
}
button {
    padding: 10px;
    border-radius: 5px;
    font-size: 1.125em;
}
button:hover {
    background-color: #127CB3;
    color: #ffffff;
}
button a:hover {
    color: #ffffff;
    text-decoration: none;
}
