


a {
    color: #616161;
    text-decoration: none;
}

a:hover, a:focus {
    color: #525252;
}

body {
    line-height: 1.3;
}


html, .container {
    overflow-x: hidden;
}






article {
    overflow-y: auto;
}
article,
body,
html,
.off-canvas-wrap, 
.off-canvas-wrap .inner-wrap,
.row {
    height: 100%;
    width: 100%;
}



h1 {
    font-weight: 100;
}




.header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;

}

.box, .box-vid {
    width: 100%;
    height:250px;
    background: #e3e3e3;
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
    line-height: 250px;
    color: white;
    margin-bottom: 9px;
}

.box-vid {
    margin-bottom:0;
    line-height: 200px;
    height: auto;
}

.box img {
    vertical-align: middle;

}

.mainContent {
    margin-top: 50px;
    padding-bottom: 60px;
}

.boxWrapper {
    margin-top:10px;
    margin-bottom:10px;
}

footer {
    background: #e3e3e3;
    width:100%;
    padding: 10px 0;
}

blockquote {
    background: #f9f9f9;
    border-left: 10px solid #ccc;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
    quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
    color: #ccc;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}
blockquote p {
    display: inline;
}

.button{
    background: #fcfcfc;
    border-color: grey;
    color: grey;
}

button:hover, button:focus, .button:hover, .button:focus {
    background-color: grey;
}




#menu li a { margin: 0px; display: block; width: 100%; height: 100%; padding:10px; color:#616161; padding-left: 55px; text-decoration: none;}
#menu li:hover { background-color:#dcdcdc; }


#menu ul {
    list-style-type: none;
    margin-left:0;
    padding-left: 0;
}
#menu {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 14.755em;
    left: -14.755em;
    height: 100%;
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: 0.15s ease;
    -moz-transition: 0.15s ease;
    -o-transition: 0.15s ease;
    transition: 0.15s ease;
    padding-top:60px;

}
#menu.active {
    -webkit-transform: translate(14.755em, 0px);
    -moz-transform: translate(14.755em, 0px);
    -o-transform: translate(14.755em, 0px);
    -ms-transform: translate(14.755em, 0px);
    transform: translate(14.755em, 0px);

}


.container.active {
    padding-left:242px

}
.container {

    margin-top:55px;
    background: #fcfcfc;
    padding-top: 20px;
    overflow-x: auto;
    height: 100%;
}




.menu-link {

    z-index:100;
}



header {
    padding:10px 0 10px;
    position: fixed;
    z-index: 1;
    width: 100%;
    /* border-bottom: 1px solid #d2d2d2; */
    top: 50%;
}

.dash, .vte, .video, .pub, .resources, .guildelines, .web, .learn, .cal {
    background-repeat: no-repeat;
    background-position: 7% 50%;
    background-color: $greyBg;


}



.dash {
    background-image: url(../img/dashboard.png);
}

.vte {
    background-image: url(../img/vte.png);
}

.video {
    background-image: url(../img/video.jpg);
}

.learn {
    background-image: url(../img/icon-learn.png);
}

.pub {
    background-image: url(../img/docs.png);
}

.resources {
    background-image: url(../img/resources.png);
}

.guildelines {
    background-image: url(../img/clip.png);
}

.web {
    background-image: url(../img/tv.png);
}

.cal {
    background-image: url(../img/calenderIcon.png);
}


input[type="text"]{
    margin:0;
    box-shadow: none;
}


.box-vid {
    width:70%;
    float:left;

}


.box-wrapper {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);
    background: #fff;
    box-sizing: border-box;
    padding: 10px 24px 24px;
    margin-bottom: 28px;



}

.lt-ie9.box-wrapper  {
    border: 3px solid red !important;
}


.bold {
    font-weight: 500;
}

.intro h3 {
    line-height: 30px;
    margin-top: 14px;
}

.event {
    border: 1px solid #e3e3e3;
    padding: 14px;
    margin-bottom: 3px;
    width:100%;
    display: block;
}

a.event {
    color: #616161 !important;
    text-decoration: none;
}

a.event:hover {
    background: #e3e3e3;
}

.callout h2 {
    line-height: 40px;
    margin-top: 28px;
}

.center-button > .button {
    border-radius: 34px !important;
    border: 2px solid;
    behavior: url(http://clients.medmedia.ie/leo/cat/pie/PIE.htc);
}

.center-button {
    width:100%;
    text-align: center;
    margin-top: 30px;
    padding-left: 25px;
    padding-right: 25px;
}

.publications a {
    text-decoration:underline;
    color:#616161;
}

.publications ul {
    margin-left: -20px;
}

.publications li {
    margin-top:5px;
    padding-left: 20px;
}
.videoList ul {
    padding: 0;
    padding-top: 20px;
    list-style-type: none;
    margin: 0;

}
.videoList li{
    padding:5px;
    background: #f1f1f1;
    padding-left: 16px;
    cursor: pointer;
}

.videoList li:hover {
    background: #dcdcdc;
}

.videoList {
    width:100%;

}

.videoNav {
    background: #f1f1f1;
    width:100%;
    clear: both;
    margin-top:-10px;
}

.video-player {
    background: #f1f1f1;
}

.box-vid {
    width:100%;

}


.profile-image {
    background: url(../img/jimmy.jpg) 50% 50% no-repeat;
    width:100px;
    height: 100px;
    border-radius:50%;
    margin: 0 auto;
}

.profile {
    position: relative;;
}

.profile > .button{
    position: absolute;
    right:10px;
    top:10px;
    padding-top: 0.2rem;
    padding-right: 0.5rem;
    padding-bottom: 0.2rem;
    padding-left: 0.5rem;
    font-size: 12px;
}

.profile-right, .profile-left {

    display: inline;
}

.profile-left {
    width:30%;

}

.profile-right {
    width:70%;

}


.profile-right ul {
    list-style-type: none;
    margin-top:15px;
    text-align: center;
}

.eye {
    background: url(../img/eye.png) 50% 50% no-repeat;
    padding-left:13px;
    padding-right:13px;
}

.popUp {
    width:400px;
    padding:20px 0 0 20px ;
    /* background: rgba(23,35,34,.8); */
    color: white;
    display: none;
    position: absolute;
    bottom: 20px;
    left: -405px;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;

}

.popUp:hover {
    -webkit-transform: scale(1.1);
}

.chartIcon {
    background: url(../img/chartIcon.png) no-repeat 50% 50% #3894ea;

    float: left;

    width:10%;
    height: 80px;
}

.charDsc {
    float: left;
    display: inline;
    width:30%;
    color:#525252;
    background: white;
    font-size: 24px;
    line-height: 24px;
    height:80px;
    padding: 16px;

}
.no-overflow {
    overflow: hidden;
}

#wrapperStyle{
    position: relative;
}
#player1{
    position:absolute;
}
.bigOne {

    color: white;
    display: none;
    position: relative;
    top: 15%;
    left: 50%;
    z-index:89;
    width: 80%;
    box-sizing: border-box;
}



.bigOne h1 {
    color: #2e2e2e;
    text-align: center;
}

.overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    display:none;
}

.player .video-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    background: pink !important;
    -webkit-filter: blur(15px) !important;
}
#menu {
    overflow-y: scroll; 
}

#play-button, #pause-button {

    color: white;
    padding: 1px 20px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 99;
    display: none;
    cursor: pointer;
    font-size: 50px;
    border: 1px solid white;
    text-align: center;
}
#play-button:hover {
    background: white;
    color: black;
}

#pause-button {
    background: purple;
    right: 101px;
    display: none;
}

@media (min-width: 769px) {


    #menu.active {
        -webkit-transform: none;
        -moz-transform:  none;
        -o-transform:  none;
        -ms-transform:  none;
        transform:  none;

        left: 0;
    }

    #menu {

        -webkit-transform: none;
        -moz-transform: none;
        -o-transform:  none;
        -ms-transform:  none;
        transform:  none;
        -webkit-transition:  none;
        -moz-transition: none;
        -o-transition: none;
        transition:  none;

    }

    /*    #menu {
            overflow-y: hidden;
        }*/
    .profile-left {
        width: 30%;
        float: left;
    }

    img.logo {
        padding-top: 4px;
        max-width:none;
        text-align: left;

    }

    .videoList {
        width:30%;
        float:left;

    }

    .box-vid {
        width:70%;
        float:left;
        line-height:350px;
    }

    .container {
        /*        margin-top:50px;
                padding:30px;*/
    }

    .profile-right ul {
        text-align: left;
    }

    .profile-image {
        margin: 0;
    }
}




.cancer {
    position: absolute;
    margin: 0 auto;
    left: 349px;
    bottom: 89px;
    z-index: 2;
}

.shadow {
    position: absolute;
    bottom: 77px;
    left: 364px;
    z-index: 1;
}

.risk, .risk-on {
    width: 295px;
    height: auto;
    position: absolute;
    padding:5px 10px;
    box-sizing: border-box;
    border-top:5px solid #ffffff;
}

.risk-on {
    border-top:5px solid #84bd00;
    background: url(../img/cancer-bg.png);
}


.risk h3 {
    color: #6a6a6a;
    text-transform: uppercase;  
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}

.risk p {
    font-size: 18px;
    line-height: 22px;
}


.content-1 {
    top: 113px;
    left: 18px;
}

.content-2 {
    top: 132px;
    right: 11px;
}

.content-3 {
    top: 300px;
    left: 18px;
}

.content-4 {
    top: 283px;
    right: 11px;
}

.oncology-ribbon {
    position: absolute;
    top: -5px;
    left: 12px;
}

.clearance-canvas h2 {
    font-size: 36px;
    color: white;
    margin-left: 20px;
    margin-left: 89px;
    padding-top: 16px;
}

.title-subtext {
    margin-left: 241px;
    font-size: 18px;
}

#chart-cancer {
    margin:0 auto;
    position:relative;
    width: 771px;
    height: 408px;
}

.oncology-chart {
    position: absolute;
}

.chart-line {
    bottom: 30px;
    left: 43px;
}

.push-left {
    left:44px !important;
}

.oncology-chart-legend {
    /*    margin-left: 52px;*/
    margin-top: 33px;
    margin-bottom: 33px;
    text-align: center;

}

.legend-green, .legend-grey, .legend-orange, .legend-blue, .legend-opc {
    display: inline-block;
    min-width: 173px;
    cursor: pointer;
    border: 2px solid #0ca766;
    padding: 15px;
    color: white;
    border-radius: 120px;
}

.legend-green:hover, .legend-grey:hover, .legend-orange:hover, .legend-blue:hover {
    opacity: 0.5;
}

.legend-green p, .legend-grey p, .legend-orange p, .legend-blue p, .legend-opc p {
    font-size: 16px;

    margin: -3px 0;
}


.legend-grey{
    width: 179px;
    border-color: #b2b7bb;
    margin-left:20px;
    margin-right:20px;
}

.legend-blue {
    width: 154px;
    border-color: #6caedf;
    margin-right:20px;
}





.legend-orange {
    /* width: 200px; */
    border-color:#f8981d;
}


.legend-circle {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    border: 3px solid green;
    box-sizing: border-box;
    float:left;
    margin-right: 9px;
}

.green {
    border-color: #00a261;
}

.grey {
    border-color: #b2b7bb;

}

.blue {
    border-color: #6caedf;
}

.orange {
    border-color: #f8981d;
}
.display {
    display: none;
}

.legend-opc {
    opacity: 0.5;

}

.yaxis-label {
    position: absolute;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: 407px;
    left: 21px;
    color: white;
    font-weight: 900;

    font-weight: 200;
}

.xaxis-label {
    position: absolute;

    bottom: -36px;

    left: 455px;
    color: white;

    font-weight: 200;
}

.arrow {
    position: absolute;
}

.content-1 .arrow {
    top: 49px;
    right: -37px;
    -webkit-transform: rotate(-180deg);
}
.content-2 .arrow {
    top: 31px;
    /* width: 50px; */
    /* height: 16px; */
    left: -50px;

    -webkit-transform: rotate(-40deg);
}
.content-3 .arrow {
    top: 29px;
    right: -40px;
    -webkit-transform: rotate(142deg);
}
.content-4 .arrow {
    top: 46px;
    left: -51px;
}

.reveal-modal {
    top: 50px;
    width: 1024px;
    height: 640px;
    margin-left: -512px;
}

.modal-ribbon {
    position: absolute;
    top: -6px;
    left: 15px;

}

.reveal-modal h1 {
    margin-left: 50px;
    margin-top: 1px;
}

.chart-subtext-wrapper {
    width: 94%;
    float: left;
    margin-top: 71px;
    position: absolute;
}

.chart-subtext-wrapper-page {
    width: 97%;
    float: left;
    margin-top: 371px;
}

.chart-subtext-right {
    float: right;
    width: 215px;
    margin-right: -5px;
    margin-bottom: 10px;
}

.ref-adp-sup {
    font-size: 0.75em;
    line-height: 5px;
    vertical-align: top;
}

.study-icon-lrg {
    background: url(../img/chart-overlay-lrg.png);
}






dialog, .reveal-modal {
    visibility: hidden;
    display: block;
    position: absolute;
    z-index: 100;
    left:50%;
    /*top: 55% !important;*/
    background-color: transparent;
    padding: 1.25rem;
    border: none;
    box-shadow: none;
}


dialog .close-reveal-modal, .reveal-modal .close-reveal-modal {
    position: absolute;
    top: 20px;
    right: 21px;
    font-weight: 100;
    cursor: pointer;
    border: 2px solid white;
    color: white;
    padding: 0 12px 6px 13px;
    font-size: 40px;
    line-height: 40px;
    /* margin-top: 0; */
}

.close-reveal-modal:hover{
    background: white;
    color: black
}

.reveal-modal h1 {
    font-size: 48px;
    color: white;
    text-transform:uppercase;
    line-height: 43px;
    padding-left: 125px;
    margin-left:0;
    margin-bottom: 2%;
    padding-right: 119px;
    min-height: 84px;
}

.reveal-modal-icon-ppt {
    background: url(../img/PPTIcon.jpg) no-repeat 0% 50%;
}

.reveal-modal-icon-chart {
    background: url(../img/chartIcon.png) no-repeat 0% 50%;
}

.reveal-modal-icon-pdf {
    background: url(../img/pdfIcon.jpg) no-repeat 0% 50%;
}

.reveal-modal-icon-info {
    background: url(../img/moreIcon.jpg) no-repeat 0% 50%;
}

.reveal-modal-icon-exit {
    background: url(../img/medmedia.png) no-repeat 0% 50%;
}

.reveal-modal-icon-study {
    background: url(../img/studyIcon.jpg) no-repeat 0% 50%;
}


.bold {
}


.font-24 {
    font-size: 24px;
}

.modal-white-space {
    width: 100%;
    padding: 20px 0;
    height: 680px;
}

.reveal-modal-bg {
    background: rgba(0, 0, 0, 0.8);
}

.hotspot {
    color: #525252;
    position: absolute;
    width: 422px;
}

.hotspot.bottom {
    bottom:50px;
}

.hotspot.top {
    top:50px;
}

.hotspot.left {
    left:-10px;
}

.hotspot.right {
    right:50px;
}

.hotspot.center {
    left: 50%;
}

.hotspot.center ul {
    position: relative;
    left: -50%;
}

.hotspot.vcenter {
    top: 48%;
}

.hotspot ul li {
    position: relative;
}


.hotspot ul li a {
    display: block;
    width: 100%;
    height: 80px;
    background-color: white;
    margin-bottom: 4px;
    padding-left: 113px;
    color: #686868;
    font-size: 19px;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 20px;
    vertical-align: middle;
    padding-top: 19px;
    padding-right: 24px;
    -webkit-transition: all .2s ease-in-out;
    font-weight: 200;
}

.hotspot ul li a:hover{
    -webkit-transform: scale(1.05);
}

.hotspot ul {
    list-style: none; 
}


.closeModal {
    color: #b4b4b4;
    width: 40px;
    height: 40px;
    z-index: 99999;
    line-height: 24px;
    right: 0;
    top: 0;
    position: absolute;
    cursor: pointer;
    text-align: center;
    padding-top: 5px;
    padding-left: 7px;
    -webkit-transition: all .2s ease-in-out;
}

li.closeAllHotspots {
    text-align: right;
    color: white;
    cursor: pointer;
    text-decoration: underline;
    font-size:12px;
}

.blur {
    filter: blur(30px); 
    -webkit-filter: blur(30px); 
    -moz-filter: blur(30px);
    -o-filter: blur(30px); 
    -ms-filter: blur(30px);
    filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='3');
    filter: url(../svg/filters.svg#blur);
    transition: 1s filter linear;
}



.closeModal:hover {
    -webkit-transform: scale(1.1);
    font-size: 24px;
    color: #686868;
}

.icon-chart {
    background: url(../img/chartIcon.png) no-repeat 0% 50% #3894ea;
}

.icon-pdf {
    background: url(../img/pdfIcon.jpg) no-repeat 0% 50%;
}

.icon-canvas {
    background: url(../img/canvasIcon.jpg) no-repeat 0% 50%;
}

.icon-info {
    background: url(../img/moreIcon.jpg) no-repeat 0% 50%;
}

.icon-exit {
    background: url(../img/medmedia.png) no-repeat 0% 50%;
}

.icon-ppt {
    background: url(../img/PPTIcon.jpg) no-repeat 0% 50%;
}

.icon-study {
    background: url(../img/studyIcon.jpg) no-repeat 0% 50%;
}



.cui-topBar1 {

    background-color: #0093f5;
}


.end{
  padding-left: 0px !important;
  text-align: center !important;
  color: #3db8e4 !important;
  font-size: 26px !important;
  padding-top: 31px !important;
  padding-right: 0px !important;
  cursor: pointer;
}

.end .close-hotspot{
    color: white !important;
}


.elearning-menu {
    display: none;
}


#menu::-webkit-scrollbar { width: 8px; height: 3px;}

#menu::-webkit-scrollbar-button {  background-color: #d5d5d5 }

#menu::-webkit-scrollbar-track {  background-color: #d5d5d5;}

#menu::-webkit-scrollbar-track-piece { background-color: #e3e3e3;}

#menu::-webkit-scrollbar-thumb { height: 50px; background-color: #d5d5d5; border-radius: 3px;}

#menu::-webkit-scrollbar-corner { background-color: #d5d5d5;}

#menu::-webkit-resizer { background-color: #d5d5d5;}

canvas {
    cursor: pointer;
    /* background: green; */
}


.close-video {
    position: absolute;
    top:20px;
    right:20px;
    color: #000;
    font-weight: 900; 
    letter-spacing: 2px; 
    text-transform: uppercase; 
    background-color: #fff;
    padding: 10px;
}

.close-video:hover {
    color: #0087FE;
}





.responsive-calendar .controls {
    text-align: center;
}
.responsive-calendar .controls a {
    cursor: pointer;
}
.responsive-calendar .controls h4 {
    display: inline;
}
.responsive-calendar .day-headers,
.responsive-calendar .days {
    font-size: 0;
}
.responsive-calendar .day {
    display: inline-block;
    position: relative;
    font-size: 14px;
    width: 14.285714285714286%;
    text-align: center;
}
.responsive-calendar .day a {
    color: #000000;
    display: block;
    cursor: pointer;
    padding: 20% 0 20% 0;
}
.responsive-calendar .day a:hover {
    background-color: #eee;
    text-decoration: none;
}
.responsive-calendar .day.header {
    border-bottom: 1px gray solid;
}
.responsive-calendar .day.active a {
    background-color: #1d86c8;
    color: #ffffff;
}
.responsive-calendar .day.active a:hover {
    background-color: #36a0e2;
}
.responsive-calendar .day.active .not-current {
    background-color: #8fcaef;
    color: #ffffff;
}
.responsive-calendar .day.active .not-current:hover {
    background-color: #bcdff5;
}
.responsive-calendar .day.not-current a {
    color: #ddd;
}
.responsive-calendar .day .badge {
    position: absolute;
    top: 2px;
    right: 2px;
    z-index: 1;
}












.reveal-modal-bg {
    z-index:1;
}

