/* UPDATED 01/21/2021 @ 5:13PM */

html { -webkit-text-size-adjust: 100%; }
#Page, #Navigation { -webkit-transition: all 0.3s ease;  -moz-transition: all 0.3s ease;  transition: all 0.3s ease; }

body { margin: 0px; height: 100%; background-color: #000000; }
div, td { font-family: 'Roboto', arial, helvetica, sans-serif; font-size: 12px; line-height: 120%; color: #333333; }
a { color: #3366CC; text-decoration: none; }
a:hover { text-decoration: underline; }
form { margin: 0px; padding: 0px; }
img { border: none; }

h1, h2, h3, h4, h5 { line-height: 120%; }

.Audio { background-color: #000000; } /* 16:9 */	
.Audio iframe { width: 100%; }

.Video { position: relative; padding-bottom: 56.25%; height: 0px; max-width: 100%; background-color: #000000; } /* 16:9 */	
.Video iframe { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; }
.Video img { width: 100%; height: auto; }

.Marker { display: none; }

#BacktoTop { display: none; width: 40px; height: 40px; position: fixed; cursor: pointer; z-index: 9000; background-image: url(../Images/BacktoTop.svg); background-repeat: no-repeat; background-position: center center; }

/* /////////////////////////////////////////////////////////////////////////// */

#PlayerBottom { display: none; position: fixed; bottom: -100px; width: 100%; z-index: 9990; }
.PlayerBox { color: #ffffff; display: block; width: 100%; max-width: 640px; margin: 0px auto; min-height: 100px; position: relative; }
.PlayerBoxBackground { display: block; width: 100%; height: 100%; position: absolute; top: 0px; left: 0px; background-color: #232323; opacity: 0.9; z-index: 100; }
.PlayerBoxInfo { display: block; width: 100%; height: 100%; position: absolute; top: 0px; left: 0px; z-index: 101; color: #FFFFFF; }
#NowPlaying { display: block; padding: 10px; margin: 0px auto; color: #FFFFFF; font-size: 12px; text-align: center; }
#NowPlaying b { color: #FFCC00; font-weight: 700; text-transform: uppercase; }
#Controls { display: table; width: 50px; margin: 0px auto; }
#Popout { display: table-cell; width: 40px; text-align: center; vertical-align: middle; cursor: pointer; }
#PlayStop { display: table-cell; width: 60px; text-align: center; vertical-align: middle; padding: 0px 5px; cursor: pointer; }
#Mute { display: table-cell; width: 40px; text-align: center; vertical-align: middle; cursor: pointer; }

/* /////////////////////////////////////////////////////////////////////////// */

#HomePlayer { display: block; margin: 0px auto; background-color: #000000; }
#HomePlayerContent {	display: block;	margin: 0px auto; }
#AudioPlayer { display: block; max-width: 480px; margin: 0px auto; padding: 20px; text-align: center; text-align: center; font-size: 14px; color: #FFFFFF;  }
#AudioPlayer h1 { font-family: 'Montserrat'; font-size: 28px; font-weight: 900; text-transform: uppercase; margin-bottom: 0px; }
#AudioPlayer span { color: #FFCC00; }
.HomeButton { display: block; width: 100%; max-width: 250px; margin: 30px auto; background-color: #FFFFFF; font-size: 14px; font-weight: 900; text-transform: uppercase; }
.HomeButton a { display: block; padding: 15px 10px; text-align: center; color: #000000; text-decoration: none; }

/* /////////////////////////////////////////////////////////////////////////// */

#Page { display: block; min-width: 300px; width: 100%; position: absolute; top: 0px; left: 0px; z-index: 1000; }
#Content { display: block; padding: 20px; background-color: #FFFFFF; }
#Footer { display: block; width: auto; padding: 20px 20px 180px 20px; margin: 0px auto; text-align: center; font-size: 12px; color: #666666; }

/* /////////////////////////////////////////////////////////////////////////// */

.SectionHead { display: block; width: auto; margin: 0px auto 15px auto; font-family: 'Montserrat'; font-size: 18px; font-weight: 900; color: #000000; text-transform: uppercase; user-select: none; }

.MoreLink { display: block; width: auto; margin: 15px auto; font-size: 14px; font-weight: 700; }
.MoreLink a { color: #FF0000; }

/* /////////////////////////////////////////////////////////////////////////// */

#TopLinks { display: block; width: 220px; margin: 0px auto; }
#TopLinksContent { display: block; margin: 0px auto; }
#TopLinksContentColumn1 { display: block; margin: 0px auto; }
#TopLinksContentColumn2 { display: block; margin: 0px auto; }
#TopLinksContentColumn1 div { display: block; margin: 0px auto; padding: 10px; border-bottom: solid 1px #666666; font-size: 16px; font-weight: 700; color: #FFFFFF; }
#TopLinksContentColumn2 div { display: block; margin: 0px auto; padding: 10px; border-bottom: solid 1px #666666; font-size: 12px; font-weight: 700; color: #FFFFFF; }

#TopLinksContentColumn1 div a { color: #FFFFFF; text-decoration: none; display: block; }
#TopLinksContentColumn2 div a { color: #FFFFFF; text-decoration: none; display: block; }
#TopLinksContentColumn1 div a:hover { color: #FFFFFF; }
#TopLinksContentColumn2 div a:hover { color: #FFFFFF; }

/* /////////////////////////////////////////////////////////////////////////// */

#Masthead { display: table; width: 100%; margin: 0px auto; background-color: #000000; border-bottom: solid 1px #333333; }
#MastheadContent { display: table-row; }

#ButtonMenu { display: table-cell; width: 70px; cursor: pointer; background-repeat: no-repeat; background-position: center center; }


.ButtonMenu { background-image: url(../images/Button-Menu.svg); }
.ButtonBack { background-image: url(../images/Button-Back.svg); }
.ButtonClose { background-image: url(../images/Button-Close.svg) !important; }




#ButtonCover { display: block; width: 100%; height: 100%; position: fixed; left: 0px; top: 0px; z-index: 8000; cursor: pointer; }

#Logo { display: table-cell; width: auto; padding: 10px 70px 10px 10px; vertical-align: middle; text-align: center; color: #FFFFFF; }
#Logo img { max-width: 200px; width: 100%; max-height: 100%; }

#Navigation { display: block; width: 252px; height: 100%; position: fixed; left: -252px; top: 0px; z-index: 9000; }
#Links { display: block; width: 220px; margin: 0px auto; }
#Links div { display: block; margin: 0px auto; padding: 10px; border-bottom: solid 1px #666666; font-size: 16px; font-weight: 700; color: #FFFFFF; }
#Links div a { color: #FFFFFF; text-decoration: none; display: block; }

/* /////////////////////////////////////////////////////////////////////////// */

#MoreVideos { display: block; width: auto; margin: 0px auto 15px auto; text-align: center; vertical-align: middle; font-size: 14px; line-height: 165%; color: #333333; }
#MoreVideos a { display: block; color: #999999; text-decoration: none; background-color: #FFFFFF; padding: 12px 10px; border: 1px solid #CCCCCC; border-radius: 3px; -webkit-user-select: none; }
#MoreVideos a:hover { background-color: #ECECEC; }

#PageNavigation { display: table; width: 100%; max-width: 400px; margin: 0px auto; }
#PageNavigation div { display: table-cell; width: auto; text-align: center; vertical-align: middle; font-size: 13px; line-height: 165%; color: #333333; }
#PageNavigation div a { color: #999999; text-decoration: none; }
#PageNavigation div a:hover { }
#PageNavigation div:nth-child(1) { width: 100px; }
#PageNavigation div:nth-child(1) a { display: block; background-color: #FFFFFF; padding: 7px 10px; border: 1px solid #CCCCCC; border-radius: 3px; -webkit-user-select: none; }
#PageNavigation div:nth-child(1) a:hover { background-color: #ECECEC; }
#PageNavigation div:nth-child(2) { color: #000000; }
#PageNavigation div:nth-child(2) a { color: #000000; text-decoration: underline; }
#PageNavigation div:nth-child(2) a:hover { }
#PageNavigation div:nth-child(3) { width: 100px }
#PageNavigation div:nth-child(3) a { display: block; background-color: #FFFFFF; padding: 7px 10px; border: 1px solid #CCCCCC; border-radius: 3px; -webkit-user-select: none; }
#PageNavigation div:nth-child(3) a:hover { background-color: #ECECEC; }

/* /////////////////////////////////////////////////////////////////////////// */

.ContentTable { display: block; width: 100%; margin: 0px auto; }
.ContentRow { display: block; width: 100%; margin: 0px auto; }
.ContentRow .Column1 { display: block; width: 100%; margin: 0px auto; }
.ContentRow .Column2 { display: block; width: 100%; margin: 0px auto; }

/* POST PAGE ////////////////////////////////////////////////////////////// */

#Player { display: block; width: 100%; margin: 0px auto; }

#VideoDetails { }
#VideoDetails .Col1 { }
#VideoDetails .Col2 { padding: 20px; }

.Category { display: block; width: 100%; margin: 0px auto 15px auto; font-size: 16px; font-weight: 700; color: #FFCC00; }
.Category a { color: #FFCC00; }
.Title { display: block; width: 100%; margin: 0px auto 15px auto; font-family: 'Montserrat'; font-size: 24px; font-weight: 500; color: #FFFFFF; }
.Description { display: block; width: 100%; margin: 0px auto 15px auto; font-size: 14px; line-height: 140%; color: #999999; }
.Description a { color: #FFCC00; }

.Author { display: block; width: 100%; margin: 0px auto 15px auto; font-size: 12px; color: #FFCC00; }
.Author a { color: #FFCC00; }
.Date { display: block; width: 100%; margin: 0px auto 15px auto; font-size: 13px; color: #666666; }
.Date a { color: #CCCCCC; }
.Keywords { display: block; width: 100%; font-size: 13px;color: #666666; margin: 0px auto 20px auto;}
.Keywords a { color: #CCCCCC; }
.Keywords b { text-transform: uppercase; }

.Buttons { display: block; width: 100%; margin: 0px auto 15px auto; }
.Article { display: block; width: 100%; margin: 0px auto 30px auto; font-size: 14px; line-height: 140%; }
.Comments { display: block; width: 100%; margin: 0px auto 30px auto; }

.SocialButtons { display: table; margin: 0px; }
.SocialButtons div { display: table-cell; width: 35px; height: 30px; background-repeat: no-repeat; background-position: center center; text-align: center; vertical-align: middle; border-right: solid 1px #FFFFFF; cursor: pointer; }
.SocialButtons .Facebook { background-color: #3B5999; background-image: url(../Images/Icon-Facebook-White.svg); }
.SocialButtons .Twitter { background-color: #55ACEF; background-image: url(../Images/Icon-Twitter-White.svg); }
.SocialButtons .Add2Any { background-color: #3274D1; background-image: url(../Images/Icon-A2A-White.svg); }
.SocialButtons .Comments { background-color: #ED1B2F; background-image: url(../Images/Icon-Comments-White.svg); }
.SocialButtons .Email { background-color: #666666; background-image: url(../Images/Icon-Email-White.svg); }
.SocialButtons .Print { background-color: #666666; background-image: url(../Images/Icon-Print-White.svg); }

/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

@media (min-width: 500px) {

.SectionHead { font-size: 20px; }

}

/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

@media (min-width: 640px) {

.SocialButtons div { width: 60px; height: 40px; background-size: 22px 22px; }
.Title { font-size: 30px; }
#AudioPlayer h1 { font-size: 42px; }
.SectionHead { font-size: 24px; }
#VideoDetails .Description { font-size: 16px; }


#NowPlaying { font-size: 14px; }
#Controls { display: table; width: 150px; margin: 0px auto; }

}

/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

@media (min-width: 1000px) {

#Page { position: static; }
#Content { }
#Footer { width: 100%; max-width: 1180px; padding: 40px 40px 180px 40px; }

.SectionHead { font-size: 26px; }

/* /////////////////////////////////////////////////////////////////////////// */

#Masthead { display: block; width: auto; padding: 0px 20px; }
#MastheadContent { display: table; width: 100%; max-width: 1180px; margin: 0px auto; }
#ButtonMenu { display: none; }
#Logo { text-align: left; vertical-align: middle; width: 200px; padding: 15px 30px 15px 0px; }
#Navigation { display: table-cell; position: static; width: auto; padding: 15px 0px; color: #FFFFFF; text-align: left; vertical-align: middle; }
#Links { display: table; width: auto; margin: 0px; }
#Links div { display: table-cell; width: auto; vertical-align: middle; padding: 0px 20px 0px 0px; text-transform: uppercase; border-bottom: none 0px; font-size: 15px; font-weight: 300; }
#Links div a {  }
#Links div a:hover { color: #FFCC00; }

/* /////////////////////////////////////////////////////////////////////////// */

#TopLinks { display: block; width: auto; padding: 0px 20px; background-color: #000000; }
#TopLinksContent { display: table; width: 100%; max-width: 1180px; margin: 0px auto; }
#TopLinksContentColumn1 { display: table-cell; width: auto; padding: 10px 10px 10px 0px; }
#TopLinksContentColumn2 { display: table-cell; width: auto; text-align: right; padding: 10px 10px 10px 20px; }
#TopLinksContentColumn1 div { display: inline; font-size: 10px; text-transform: uppercase; border-bottom: none 0px; padding: 0px 20px 0px 0px; }
#TopLinksContentColumn2 div { display: inline; font-size: 10px; text-transform: uppercase; border-bottom: none 0px; padding: 0px 0px 0px 20px; }
#TopLinksContentColumn1 div a { color: #666666; display: inline; }
#TopLinksContentColumn2 div a { color: #666666; display: inline; }

/* /////////////////////////////////////////////////////////////////////////// */

#HomePlayerContent {	display: block;	margin: 0px auto; max-width: 1180px;	height: 300px;	background-image: url(../Images/Background-Robert-Scott-Bell-Show.jpg);	background-repeat: no-repeat; 	background-position: center center; }
#AudioPlayer { margin: 0px; text-align: left; }

.HomeButton { margin: 30px 0px; }

/* /////////////////////////////////////////////////////////////////////////// */

.ContentRow { max-width: 1180px; padding-bottom: 0px; margin-bottom: 15px; }
.ContentTable { display: table; margin: 0px auto; }
.ContentTable .Col1 { display: table-cell; width: auto; vertical-align: top; }
.ContentTable .Col2 { display: table-cell; width: auto; vertical-align: top; }

/* /////////////////////////////////////////////////////////////////////////// */

#PlayerRow { background-color: #000000; width: auto; max-width: 100%; padding: 20px; }

#VideoDetails { max-width: 1180px; }
#VideoDetails .Col1 { width: 60%; padding: 0px 30px 0px 0px; }
#VideoDetails .Col2 { padding: 0px; }

#VideoArticle .Col1 { padding: 0px 60px 0px 0px; }
#VideoArticle .Col2 { width: 400px; }

.PlayerBox { max-width: 100%; }

}

/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

@media (max-width: 999px) {

#Masthead { top: 0px; z-index: 99999999999999999998; position: -webkit-sticky; position: -moz-sticky; position: -o-sticky; position: -ms-sticky; position: sticky; }

}