
.group_box {
    display: block;
    padding:  20px;
    background-color: #e9f1f7;
    border-radius: 30px;
    margin-bottom: 25px;
    margin-left: 20px;
    margin-right: 20px;
}

.program_img {
    display: block;
    float: left;
    margin-right: 20px;
    margin-bottom: 0px;
    border-style: solid;
    border-width: 6px;
    border-color: white;
}

.header3 {
    text-align: right;
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 22px;
    color: #5b6063;
   
}

.default_text {
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 16px;
    color: #4d5154;    
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 30px;
}

.group_box p {
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 16px;
    color: #5b6063;
}

.myButton {
    display: block;
    float: right;
	box-shadow: 1px 7px 14px -7px #276873;
	background:linear-gradient(to bottom, #599bb3 5%, #408c99 100%);
	background-color:#599bb3;
	border-radius:15px;
	
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	padding:6px 32px;
	text-decoration:none;
	text-shadow:0px 1px 0px #3d768a;
}

.myButton:hover {
	background:linear-gradient(to bottom, #408c99 5%, #599bb3 100%);
	background-color:#408c99;
    color: white;
    text-decoration: none;
}

.myButton:active {
	position:relative;
	top:1px;
}

.button_container {
    display: block;
    text-align: center;
    margin: auto 0;
    margin-top: 45px;
    margin-bottom: 30px;
}

.homeButton {
 	box-shadow: 1px 7px 14px -7px #276873;
	background:linear-gradient(to bottom, #599bb3 5%, #408c99 100%);
	background-color:#599bb3;
	border-radius:  28px;
	
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:25px;
	font-weight:bold;
	padding:8px 35px 8px 35px;
	text-decoration:none;
	text-shadow:0px 1px 0px #3d768a;
}

.homeButton:hover {
	background:linear-gradient(to bottom, #408c99 5%, #599bb3 100%);
	background-color:#408c99;
    color: white;
    text-decoration: none;
}

.homeButton:active {
	position:relative;
	top:1px;
}


.topnav {
    display: none;
    visibility:  hidden;
}




.header_main {
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 24px;
    font-weight: 400;
    color: #747474;
    padding-left: 20px;
    margin-top: 40px;
}

.subtitle {
    text-align: right;
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 13px;
    color: #5b6063;
}


.videos_container_main {
    display: block;
}

#this_video_container {
    margin: 0 auto;
    margin-top: 20px;
    position: relative;
    margin-left: 20px;
    padding-right: 20px;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}

#this_video_container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    height: 90%;
}


.left_titles_block {
    padding: 20px 10px 20px 10px;
    background-color: #faf4e8;
    
    min-width: 390px;
}

.right_viewer_block {
    padding: 0px;
    background-color:white;

}

.intro_box {
    display: block;
    text-align: center;
    padding: 4px 10px 4px 10px;
    margin-bottom: 12px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #475459;    
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(207, 205, 205);


}


.signin-msg {
    text-align: center;
    padding: 8px 20px;
    margin: auto 0;
    margin-bottom: 30px;
    font-size: 19px;
    font-weight: 400;
    color: white;    
    background-color:  #335b6d;
    border-color: white;
    border-style: solid;
    border-width: 10px;
}

.paid-msg {
    text-align: center;
    padding: 5px 15px;
    margin: auto 0;
    float: right;
    font-size: 16px;
    font-weight: 400;
    color: #2c3336;    
    background-color:  #dce7f0;
    border-color: white;
    border-style: solid;
    border-width: 4px;
    border-radius: 9px;
}

.err-msg {
    text-align: center;
    padding: 5px 15px;
    margin: auto 0;
    float: right;
    font-size: 16px;
    font-weight: 400;
    color: white;    
    background-color:  #335b6d;
    border-color: white;
    border-style: solid;
    border-width: 4px;
    border-radius: 9px;
}



input[type="submit" i] {
    border:     none   !important;
}

.title_box {
    display: block;
    padding: 4px 10px 4px 10px;
    margin-bottom: 12px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #475459;    
}

.video_title span a{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #475459;
}    

.video_title:hover {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 16px;
    cursor: pointer;
    color: #4cb1cf; 
}   

.video_title{
    display: inline-block;
}

#this_video_title {
    margin-top: 20px;
    margin-left: 20px;
    color: rgb(85, 92, 100);
    text-align: left;
    font-size: 24px;
}



.video_number {
    text-align: center;
    background-color: #557b8d   ;
    border-radius: 23px;
    display: inline;
    float: left;
    margin-right: 10px;   
    padding: 5px;
    width: 40px;
    border-style: solid;
    border-width: 3px;
    border-color: white;
}

.video_number span{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 15px;
    font-weight: 200;
    color:white;

}  

.subtitle {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 12px;
    font-weight: 200;
    color: #757575;
    text-align: right;
}

.group_set_wrapper{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 18px;
    color: #656f74; 
    margin-bottom: 12px;
    text-align: center;
    background-color: #faf4e8;;
    border-bottom-width: 1px;
    padding: 2px 60px 2px 60px;
    border-bottom-style: solid;
    border-bottom-color: rgb(207, 205, 205);
}

.group_set_wrapper:hover {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 18px;
    cursor: pointer;
    color: #4cb1cf; 
}   

.dropdown_container {
    display: none;
    margin-left: 20px;
}

.footer {
    display: block;
    background-color: #335b6d;
    color: white;
    height: 200px;
    margin-top: 0px;
    text-align: center;
}

.navbar {
    height: 70px;
    background-color: #335b6d   !important;
    color: white        !important;
    font-size: 18px;

}

.navbar a{
    color: white        !important;
    font-size: 18px;

}

.navbar a:hover{
    color: rgb(203, 240, 252)        !important;
    font-size: 18px;

}

.dropdown-menu a{
    color: #2e3233         !important;
    font-size: 18px;

}

.dropdown-menu a:hover{
    color: #2e3233         !important;
    font-size: 18px;

}

.block_header {
    display: block;
    padding: 10px;
    background-color: #c0a27c; 
    margin: -20px -20px 20px -10px   !important;
    color: white;
    font-size: 20px;
    
    text-align: center;
}

.card-header {
    background-color: #f1e9d8  !important;
    font-size: 17px;
    text-align: right;
}

.nav-item {
    margin-right: 10px  !important;
}

#home_video_container{
    display: flex;
    margin: 0 auto;
    text-align: center;
    background-color: #f7e3c9;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: -25px;
}

#home_video_container iframe{
    margin: 0 auto;
    text-align: center;
    
}

.logo_img {
    text-align: center;
    
   
}

.banner_text h4{
    margin-top: 30px;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.text_box{
    padding: 25px !important;
 
    font-size: 18px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(219, 219, 219);
    
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 55px;
    margin-top: 55px;
}

.site_top{
    background-image: url(../images/banner1.jpg);
    background-size: 100%;
    background-color: #f7e3c9;
    padding-top: 30px;
    padding-bottom: 40px;
}

.form_box {
    display: block;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(207, 207, 207);
    padding: 0 25px;
    background-color: white;
}

.videos_container_mobile {
    display: none;
    visibility: hidden;
}

.program_img img{
    height:  140px;
    width:   210px;
}


@media (max-device-width: 720px) { 

.program_img {
    display: block;
    margin-bottom: 10px;
    border-style: solid;
    border-width: 6px;
    border-color: white;
}

.program_img img{
    height:  100%;
    width:   100%;
}

.header3{
    display: block;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 20px;
    color: #5b6063;
    text-align: left      !important;
}    

.subtitle {
    display: block;
    width: 100%;
    text-align: left;
}

.block_text {
    display: block;
    width: 100%;
    float: left;
}

.mobile_video_container {
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
   
} 

.player_1 {
    margin: 10px;
    border-style: solid   !important;
    border-width: 1px     !important;
    border-color: rgb(163, 163, 163)   !important;
 }


.dropdown_container {
    margin-left: 0      !important;
}


#myLinks {
    display: none;
}

.navbar {
    display: none;
    visibility:  hidden;
}

.navbar-brand {
    display: block;
    width: 100%;
    background-color: #335b6d;
    padding: 15px;
    color: white;
    font-size: 19px;
}

.topnav {
    display: block;
    visibility: visible;
}

.mobile_menu_item {
    display: block;
    color: white;
    text-align: right;
    font-size: 19px;
    padding-right: 20px;
    padding-top: 4px;
    padding-bottom: 4px;
    background-color:#fff3eb;
    border-bottom: #e0d4ca;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.videos_container_main {
    display: none;
    visibility: hidden;
}

.mobile_title {
    display: block;
    visibility: visible;
}

.videos_container_mobile {
    display: block;
    width: 100%;
    background-color: #faf4e8;
    visibility: visible;
    margin-top:  12px;
    padding-top: 5px    !important;
    padding-bottom: 5px    !important;
}




.title_box {
    display: block;
    padding: 4px 10px 4px 20px    !important;
    margin-bottom: 15px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #475459;    
}

.group_mob_wrapper {
    display: block;
    width: 100%;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 18px;
    color: #656f74; 
    margin-bottom: 12px;
    text-align: center;
    border-bottom-width: 1px;
    padding: 2px 60px 2px 60px;
    border-bottom-style: solid;
    border-bottom-color: rgb(207, 205, 205);
}
}


@media (min-device-width: 720px) and (max-device-width: 1000px) { 
   
    
.mobile_video_container {
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
   
} 

.mobile_video_container {
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
   
} 

.player_1 {
    margin: 10px;
    border-style: solid   !important;
    border-width: 1px     !important;
    border-color: rgb(163, 163, 163)   !important;
 }

.dropdown_container {
    margin-left: 0      !important;
}



    .title_box {
        display: block;
        padding: 4px 15px 4px 30px;
        margin-bottom: 15px;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        font-size: 20px;
        font-weight: 300;
        color: #475459;    
    }

  

    #myLinks {
        display: none;
    }
    
    .navbar {
        display: none;
        visibility:  hidden;
    }
    
    .navbar-brand {
        display: block;
        width: 100%;
        background-color: #335b6d;
        padding: 15px;
        color: white;
        font-size: 19px;
    }
    
    .topnav {
        display: block;
        visibility: visible;
    }
    
    .mobile_menu_item {
        display: block;
        color: white;
        text-align: right;
        font-size: 19px;
        padding-right: 20px;
        padding-top: 4px;
        padding-bottom: 4px;
        background-color:#fff3eb;
        border-bottom: #e0d4ca;
        border-bottom-width: 1px;
        border-bottom-style: solid;
    }
    
    .videos_container_main {
        display: none;
        visibility: hidden;
    }
    
    .mobile_title {
        display: block;
        visibility: visible;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        font-size: 22px;
        font-weight: 300;
    
    }
    
    .videos_container_mobile {
        display: block;
        width: 100%;
        background-color: #faf4e8;
        visibility: visible;
        margin-top:  12px;
        padding-top: 5px    !important;
        padding-bottom: 5px    !important;
    }
    
    
    .subtitle {
        float: right;
        padding-right: 20px;
    
    }
    
   
    .group_mob_wrapper {
        display: block;
        width: 100%;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        font-size: 18px;
        color: #656f74; 
        margin-bottom: 12px;
        text-align: center;
        border-bottom-width: 1px;
        padding: 2px 60px 2px 60px;
        border-bottom-style: solid;
        border-bottom-color: rgb(207, 205, 205);
    }
     
    .group_set_title {
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        font-size: 24px;

    }

    .video_title, .intro_box a {
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        font-size: 22px;
    }

    .block_header {
        display: block;
        padding: 10px;
        background-color: #c0a27c; 
        margin: -20px -20px 20px -10px   !important;
        color: white;
        font-size: 25 px;
        
        text-align: center;
    }
}    
