/* Custom styles used for all pages */
/*  PAGE BODY SIZE & BACKGROUND AND TEXT FORMATTING**************************        */
@font-face { 
    font-family: 'HelveticaLight'; 
    src: url('http://webcast.openbriefing.com/link-group-cmd/resources/helveticaneueltstd-lt-webfont.eot'); 
    src: url('http://webcast.openbriefing.com/link-group-cmd/resources/helveticaneueltstd-lt-webfont.eot') format('embedded-opentype'),
         url('http://webcast.openbriefing.com/link-group-cmd/resources/helveticaneueltstd-lt-webfont.ttf') format('truetype'),
         url('http://webcast.openbriefing.com/link-group-cmd/resources/helveticaneueltstd-lt-webfont.svg') format('svg'); 
         
    font-weight:normal; 
    font-style:normal; 
 }

@font-face { 
    font-family: 'HelveticaBold'; 
    src: url('http://webcast.openbriefing.com/link-group-cmd/resources/helveticaneueltstd-bd-webfont.eot'); 
    src: url('http://webcast.openbriefing.com/link-group-cmd/resources/helveticaneueltstd-bd-webfont.eot') format('embedded-opentype'),
         url('http://webcast.openbriefing.com/link-group-cmd/resources/helveticaneueltstd-bd-webfont.ttf') format('truetype'),
         url('http://webcast.openbriefing.com/link-group-cmd/resources/helveticaneueltstd-bd-webfont.svg') format('svg'); 
         
    font-weight:normal; 
    font-style:normal; 
 }

html, body {
    background: #FFFFFF; 
    font-family: 'HelveticaLight', Helvetica, Arial, sans-serif;
        font-size: 17px;

}

#container {
    border: 0px;
    box-shadow: none;
    background: transparent;
    max-width: 1380px!important;
    width: 100%;
}

.registration_below {
    padding: 5px 0px 5px 0px;
    margin-left: 15px;
}
a:active {
    outline: 0;
    background: #8AB6E6;
}

/* HTML SIZE********************************************************** */
#header{
    display: none;
}
html {
height: initial;
 width: 100%;
}

/* Preregistration********************************************************** */

.preregistration_message {
margin: 10px 0px 10px 0px;
}

/* BANNER SIZE ON ALL PAGES*************************************************************** */

div#splash {
    background: #252d59 url(http://webcast.openbriefing.com/link-group-cmd/images/fluidPattern.jpg) 75% 115% no-repeat;
    height: 300px;
    margin-left: -30px;
}
#banner img {
    width: 120px;
    padding: 27px 20px 20px 20px;
    margin-left: 0;
    margin-left: 7%;
}
#MessagePanel{
    background-color: #ffffff;
    padding: 20px;
    border: 1px solid #dedede;
    box-shadow: -1px 1px 1px 1px #dcdcdc;
}

/* BORDER FOR CONTAINER************************************************************** */

#content > div > div.title > img{
border: 0px;
}

#content{
border: 0px;
}

#container { 
border: 0px;
}

/* SPACE FORMATTING ********************************************************* */


#content > div.content_container > div.title > img{ width: 100%;
padding: 0px 0px 10px 0px;
}

#content > div > div.preregistration_message{
    background: #ffffff;
    padding: 20px;
    max-width: fit-content;
    margin-top: 25px;
}


#content > div > div.title > div:nth-child(1) > img{
width: 96%;
}


/* TEXT FORMATTING************************************************************* */

.bold {
font-weight: normal;
}
.title {
font-size: 18px;
font-weight: normal;
}
#content > div > div.title > div:nth-child(2){
    z-index: 1000;
    font-family: 'HelveticaBold', Helvetica, Arial, sans-serif;
    font-size: 39px;
    color: #ee7330;
    margin-top: -237px;
    margin-bottom: 50px;
    padding: 50px 85px;
    width: fit-content;
    
}
.subtitle {
bold: none;
}
.speaker_title {
color: #000000;
}
.colour-bar {
color: #ffffff;
font-weight: normal;
    border-top: none;
    border-bottom: none;
}

.subtitle, .registration-title, .login-title {
color: #000000;
font-size: 16px;
}



/* SPEAKER THUMBNAIL FORMAT***************************************************** */

.speaker_image {
border: none;
-webkit-box-shadow: 0px 0px 9px #333;
}

/* LAUNCH BUTTONS****************************************************************** */

#player_container1946 > div{
color: #ffffff
}

#player_container1947 > div{
color: #ffffff
}
.player_button span {
    background-image: none;
    background-repeat: no-repeat;
    background-position: left center;
    /* display: inline-block; */
    padding: 0px 3px 0px 3px;
}

.player_button {
    background-image: none;
    background-repeat: repeat-x;
    background-color: transparent;
    border-radius: 4px;
    box-shadow: none;
    display: inline-block;
    font-weight: bold;
    margin: 5px;
    padding: 10px;
    text-decoration: none;
    vertical-align: middle;
}
.launch_newwindow{
display: none;
}

/* BARS FORMATTING****************************************************************** */

.bar_background_image {
background-image: none;
}

#footer {
background-image: none;
box-shadow: none;
    line-height: 10px;
    min-height: 10px;
}
.chevron {
padding: 0px 0px 0px 0px;
    vertical-align: middle;
}
#header {
    background-image: none;
    box-shadow: none;
    line-height: 25px;
    min-height: 25px;
    padding: 3px;
    padding-left: 17px;
    margin-top: 1px;
    background: #FFFFFF;
    color: #000000;
}





/* IMG FORMATTING****************************************************************** */

.content_container {
    padding: 10px 14px 20px 30px;
    margin-right: -10px;
    height: -webkit-fill-available;
    width: 100%;
    left: 0;
    right: 0;
}


@media screen and (max-width: 500px)  {


#content > div > div.title > div:nth-child(2) {
    margin-left: 30px;
    font-size: 18px;
    margin-top: -210px;
    padding: 9px;
    margin-bottom: 100px;

}
.content_container {
    padding: 0;
}


}

a, a:link, a:active, a:visited {
    color: #ffffff;
}

/* Custom styles for player page */

/* PLAYER SIZE & BACKGROUND**************************************************************** */

body {
float: none; 
margin: auto !important; 
width: 80%; 
position: relative !important;
-webkit-box-shadow: 0px 0px 4px #333;
box-shadow: 0px 0px 4px #333;
background-color: #f9f9f9 !important; 
}
div#SlideTop {
    border: 1px solid #eeeeeeee;
}
div#PresentationSpeakerHolder {
    padding: 1px;
    margin-bottom: 7px;
    background: white;
    color: #001650;
    background-color: #EEEEEE;
}
div#TopContainer {
    background: #ffffff;
}
img#top_banner_image {
     width: 110px!important;
    padding: 24px;   
    border-bottom: 0;
}
div#HeaderHTML {
    background: #ffffff;
    border-bottom: 1px solid #eeeeee;
    }

@media screen and (max-width: 1024px)  {

body {
    width: 100%;
}
}
#MediaPanel{
    overflow-x: hidden;

}
div#topbar {
    display: none;
}
div#SlideHolder {
    margin-left: 5px;
    width: 99%!important;
}
.video-js .vjs-progress-holder .vjs-play-progress { /* LOADING BAR */
background: #EA580C!important;
}
.video-js .vjs-control-bar {
    background-color: #EA580C; 
}
.video-js {
    background: transparent!important;
}
.player_agenda_holder {
    background-position-y: -23px;
}
.bar_background_image {
background: #F2F2F2;
color: #EA580C!important

}
.buttonsholder_right.bar_background_image {
    font-weight: bold;
    }
div#bottombar {
    background: #F2F2F2;
}
.player_agenda_holder hr {
display: none;
} 
div#PlayerAgendaHolder b {
    color: #000000;
    font-size: 13px;
}

/* HTML BACKGROUND************************************************************************** */
html{ 
    height: 100%;
    background: #f5f5f5;
    background-size: cover;
}

/* PLAYER BANNER************************************************************************** */
#top_banner_image {
padding: 15px;
border-bottom: 1px solid #eeeeee;
}

<!-- PLAYER BODY BACKGROUND*************************************************************** */
#container{
width: 100%;
background-color: #ffffff;
}

#MediaPlayerHolder{
    padding: 4px !important;
    padding-bottom: 0!important;
}

#TDTopContainerBars{
  
    background-size: cover;
    background-repeat: no-repeat;
}


/* SLIDE AREA STYLING BELOW ********************************************************************************************************** */

.contentleftrightedge {
border-style: solid; 
border-color: #ffffff; 
border-width: 0px 0px 0px 0px;
}

/*SPEAKER NAMES FORMAT******************************************************************** */

.player_presentation_header{
display:none;
}
.player_speaker_name{
text-align: center; 
font-weight: bold; 
margin-top: 2px; 
font-size: 14px;
color: #2e2e7c;
}
.player_presentation_name{
text-align: center; 
margin-top: 2px; 
font-size: 13px;
height: 23px;
color: #2e2e7c;
}


#PlayerLogo{
padding-left: 4px;
}

/* Preregistration********************************************************** */

.preregistration_message {
margin: 10px 0px 10px 0px;
}

/* BOTTOM BAR STYLING BELOW ***************************************************************************************************** */

/* #TRBottomBar {display:none;} */
.bar_styling_bottom {-webkit-box-shadow: 0px 0px 0px #666;
} 

/* TOP BAR FORMATTING*********************************************************************** */

#topbar > div:nth-child(1) > span > span > div:nth-child(2)
{
display: none;
}

#topbar > div:nth-child(1) > span > span > div:nth-child(1) > img{
display: none;
}
#TRTopBar > div{
height: 10px  !important;
}


#TRTopBar{margin-bottom: 0px;
height: 10px  !important;
}
.bar_styling_top {
-webkit-box-shadow: 0px 0px 0px #666;
height: 10px  !important;
}


/* .colour-bar {color: #000000;} */

/* NOTEPAD FORMATING************************************************************************ */

#AskAQuestionMenuTopAll{
position: relative !important;
}

.QuestionTextArea {
    background-color: rgba(157, 157, 157, 0.46) !important;
}
#CloseQuestionButton{
display: none;
}

#QuestionText{
width: 341px;
resize: vertical; 
}
/* FOOTER STYLING BELOW *********************************************************************************************************** */

.footer-copyright {
text-align: left;
font-size: 12px;
}
.chevron {
    padding: 0px 0px 0px 0px;
    vertical-align: middle;
    visibility: hidden;
}
/*.social a {
display: none;
}  */
#FooterHTML > div > table > tbody > tr > td.social > a:nth-child(1){
padding-right: 10px;
padding-left: 10px;
}

#FooterHTML > div > table > tbody > tr > td.social > a:nth-child(2)
{
padding-right: 10px;
}


#FooterHTML > div > table > tbody > tr > td:nth-child(3) > a{
padding-right: 10px;
}
/* AGENDA TITLE********************************************************************************* */ 

#PresentationSpeakerHolder{
    background-color: #EEEEEE;
}
#ResourceLibraryMenu{
background-color: #ffffff;
}
#FeaturesHolder {
    padding: 4px !important;
left: 0px !important;
}
.player_presentation_info_holder, .player_presentation_info_holder_center {
    text-align: left;
    padding: 5px 3px 0px 3px;
}

#PlayerAgendaContainer {
display: block;
   background-color: #EEEEEE;

}      /* Hides/shows Agenga list - change value to none/block to hide/show*/
.player_agenda_header {
font-size: 14px;
}
#PlayerAgenda {
margin-left: 15px;
margin-right: 15px;
    font-size: 14px;
}
#PlayerAgendaHeader{
display: none;
}

#AskAQuestionMenuAll{
padding: 15px !important;
background: transparent;
padding-top: 0!important;
}
div#AskAQuestionMenuWrap {
width: 91%!important;
}
.QuestionFieldLabel {
display: none;
}

.player_borders {
     border: none;
}

.player_background {
   background-color: #252D59;
   box-shadow: none;
   color: #ffffff;
}

/* THUMBNAILS */
div#SlideThumbnailsHolder {
    background: #ffffff;
    opacity: 0.9;
}
img.player_background.player_borders.slide_thumbnail_image {
    border: 1px solid #eeeeee;
}
@media screen and (max-width: 490px)  {

td.social {
    display: none;
 
}

#SlideTop {
overflow:  inherit;
}

}



 @media screen and (max-width: 450px) {

div#HeaderHTML  {
    display: none;
}
        div#SlideHolder {
      height: auto!important;  
    }

#FeaturesHolder {
    display: none;

}
#FooterHTML > div > table {
    display: none;
}

#SlideTop {
overflow: inherit!important;
    position: initial!important;
}

#div#MediaPanel {
position: relative !important;
}

span#Thumbnails.button {
display:none;
}


#bottombar > div.buttonsholder_right.bar_background_image > img:nth-child(5) {
display:none;
}

#MediaPanel {
    top:315px;
position: relative !important;
}


div#SlideTabPanel {
float: left!important;
    left: 0!important;
    position: absolute!important;
    bottom: 0!important;
    height: 100%;
    width: 100%!important;

}

div#ContentHolder {
    width: 100%!important;

}
.contentleftrightedge {
    width: 100%!important;

}
div#SlideTop {
    display: block!important;
    width: 88%!important;
    margin-left: 13px;
    margin-top: 7px;
    height: 88%!important;
    border: 0;
}
#MediaPanel {

    position: relative;
    bottom: 0!important;
    height: auto!important;
    z-index: 20!important;
    display: block!important;

}
div#MediaPanel {
    margin-top: -80px;
    margin: auto;
    display: block!important;
    margin-left: 9px;
height: auto!important;
width: 92%!important;
    margin-right: 20px;
    margin-bottom: 5px;
}
img#PlayerLogo {
    width: 100%!important;
    height: auto!important;
    position: initial;
    padding-left: 0!important;
}
div#PlayerAndLogoHolder {
    width: 100%!important;
}
#MediaPlayerHolder {
    padding: 0!important;
    width: 100%!important;
}
div#JSPlayer {
    margin: auto!important;
    margin-left: 0!important;
    margin-right: 0!important;
    width: 100%;
}

td.social {
    display: none;
 
}
.footer-copyright {
    text-align: center;
    font-size: 10px;
    width: 100%!important;

}
} 

@media screen and (max-width: 375px) {

    div#SlideHolder {
      height: auto!important;  
    }


#FeaturesHolder {
    display: none;

}

#FooterHTML > div > table {
    display: none;

}

div#TRTopBar {
    display: none;
}

#div#MediaPanel {
position: relative !important;
}

#SlideTop {
overflow: inherit!important;
    position: initial!important;
}

#MediaPanel {
    top:270px;
position: relative !important;
}


div#SlideTabPanel {
float: left!important;
    left: 0!important;
    position: absolute!important;
    bottom: 0!important;
    height: 100%;
    width: 100%!important;

}

div#ContentHolder {
    width: 100%!important;


}
.contentleftrightedge {
    width: 100%!important;


}
div#SlideTop {
    display: block!important;
    width: 88%!important;
    margin-left: 13px;
    margin-top: 7px;
    height: 88%!important;

}
#MediaPanel {

    bottom: 0!important;
    height: auto!important;
    z-index: 20!important;
    display: block!important;
}
div#MediaPanel {

    position: relative;
    margin: auto;
    display: block!important;
height: auto!important;
width: 100%!important;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
}
img#PlayerLogo {
    width: 100%!important;

    height: auto!important;
    position: initial;
    padding-left: 0!important;
}
div#PlayerAndLogoHolder {
    width: 100%!important;
}
#MediaPlayerHolder {
    padding: 0!important;
    width: 100%!important;
}
div#JSPlayer {
    margin: auto!important;
    margin-left: 0!important;
    margin-right: 0!important;
    width: 100%;
}

td.social {
    display: none;
 
}
.footer-copyright {
    text-align: center;
    font-size: 10px;
    width: 100%!important;

}
} 


@media screen and (max-width: 320px) {

    div#HeaderHTML {
        display: none!important;
    }

#FeaturesHolder {
    display: none;

}
#top_banner_image {
   display: none;

}

#SlideTop {
overflow: inherit!important;
    position: initial!important;
}



#FooterHTML > div > table {
    display: none;


}

div#TRTopBar {
    display: none;
}
#div#MediaPanel {
position: relative !important;
    height: auto !important;

       margin-right: 20px;
}



#MediaPanel {
    top:225px;
position: relative !important;
}


div#SlideTabPanel {
float: left!important;
    left: 0!important;
    position: absolute!important;
    bottom: 0!important;
    height: 100%;
    width: 100%!important;

}

div#ContentHolder {
    width: 100%!important;


}
.contentleftrightedge {
    width: 100%!important;


}
div#SlideTop {
    display: block!important;
    width: 88%!important;
    margin-left: 13px;
    margin-top: 7px;
    height: 88%!important;

}
#MediaPanel {

    bottom: 0!important;
    height: auto!important;
    z-index: 20!important;
    display: block!important;
}
div#MediaPanel {
    width: 100%!important;
    margin: auto;
    display: block!important;
    margin-left: 0px;
    margin-right: 0;
    margin-bottom: 5px;
}
img#PlayerLogo {
    width: 100%!important;

    height: auto!important;
    position: initial;
    padding-left: 0!important;
}
div#PlayerAndLogoHolder {
    width: 100%!important;
}
#MediaPlayerHolder {
    padding: 0!important;
    width: 100%!important;
}
div#JSPlayer {
    margin: auto!important;
    margin-left: 0!important;
    margin-right: 0!important;
    width: 100%;
}

td.social {
    display: none;
 
}
.footer-copyright {
    text-align: center;
    font-size: 10px;
    width: 100%!important;

}
} 
@media  screen and  (max-height: 425px)  { /* mobile landscape */
   @media  screen and  (max-width: 770px)  {
  
  div#FooterHTML {
    display: none;
}
div#TRBottomBar {
    display: none;
}
#top_banner_image {
    background-color: #FFFFFF;
    text-align: left;
    padding: 6px;
    z-index: 100000;
    width: 100%;
    position: fixed;
    left: 0;
        border-top: 0;
        box-shadow: none;
}
#MediaPlayerHolder {
    margin-top: 0;
}
#PlayerAgenda {
    display: block;
}
#MediaPanel {
    overflow-x: unset;
}
/*#PlayerAgendaContainer {
    display: block;
}*/
img#top_banner_image {
    display: none;
}
}



* STYLES USED FOR OB & OBL PLAYER BELOW ******************************************************************************************** */

.player_presentation_header_center {display:block} /* Hides/shows the word Speaker on "center" players - change value to none to hide for OBL's - */

#StreamMenuButtonHolder {display:block;} /* Hides/shows Quality button - change value to none to hide for OBL's - */

.player_speaker_name_center {text-align: left;} /* Aligns the speaker name to the left on "center" players - change value to none to hide for OBL's - */

.player_presentation_name_center {text-align: left;} /* Aligns the speaker title to the left on "center" players - change value to none to hide for OBL's - */

#PlayerAgendaContainerCenter {display: block;}  /* Hides/shows the Agenda on "center" players - change value to none to hide for OBL's - */


/*recreated - not from cache - process time 0.0092899799346924 */
