﻿

/***************************************************************/
/* START: Sirtex custom styling                                */
/***************************************************************/

/* Sirtex Blue:  PMS288 = #00337F */

/* Sirtex Green: PMS368 = #5BBF21 */

body {
    background-color: #F4F4F4;
}

.page-title-old {
    background-color: #FFFFFF;
    margin-top: 18px;
    margin-bottom: 18px;
    padding-left: 10px;
    border-bottom: 2px solid #5BBF21;
}

header {
    background-color: #FFFFFF;
}

.top-menu {
    background-color: #FFFFFF; /* #333333; */
}

.content-body {
    background-color: #FFFFFF;
}

.body-text {
    padding: 12px 18px 14px 18px;
    background-color: #FFFFFF;
}

.feature-container
{
    position:relative;
}

.feature-image
{    
}

.feature-image-text
{
  position: absolute; /* <-- Remove the overlay from normal flow         */
  bottom: 0;          /* <-- Keep the overlay at the bottom of the box   */
  left: 0;            /* <-- Set left and right properties to 0          */
  right: 0;           /*     In order to expand the overlay horizontally */
  padding: 0.4rem;
  background-color: rgba(0, 51, 127, 0.8);
  color: #FFFFFF;
}

.feature-box {
    background-color: #C2BD00;
    border: solid 1px red;
    height: 100%;
    border-bottom: 2px solid #00337F;
}

.feature-text {
    padding: 12px 18px 14px 18px;
    background-color: #FFFFFF;
    /*min-height: 240px; */
    position:relative;
    border-bottom: 2px solid #00337F;
}

.feature-button {
    position:absolute;
    bottom:0;
    right:0;
    margin:0;
}

.feature-text .feature-button
{
    background-color: #00337F; /* Sirtex Blue */ 
}

.news-text {
    padding: 12px 18px 14px 18px;
    background-color: #FFFFFF;
    min-height: 240px;
    position:relative;
}

@media only screen and (max-width: 40em) { 
    .news-text {
        border-bottom: 2px solid #008cba;
    }
}

.news-read-more {
    line-height: 32px;
}


.document-item-title {
    padding-top: 4px;
}

.document-item-thumb-title {
    padding-top: 8px;
    padding-bottom: 4px;
}

.document-item-thumb {
    padding-top: 8px;
    padding-bottom: 6px;
    padding-left: 6px;
}

.page-title-bar {
    background-color: #5BBF21; 
}

.page-title-bar h1 {
    color: #FFFFFF;
}

.bread-crumb-title-container {
	overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
    color: #CCCCCC;
    width: inherit;
}

.bread-crumbs {
	white-space: nowrap;
    float: left;
    padding-top: 18px;
    padding-right: 10px;
    font-size: 1.25rem;
    font-weight: 300;
    font-family: 'Segoe UI', "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}

.bread-crumbs a {
	color: #DDDDDD;
}

.bread-crumbs a:hover {
	color: #FFFFFF;
}

.page-title {
    font-size: 2.75rem;
    font-weight: 300;
    font-family: 'Segoe UI Light', 'Segoe UI', "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    padding-top: 6px;
    padding-bottom: 10px;
    float: left;
}

.home-page-title {
    font-size: 2.00rem;
    font-weight: 300;
    font-family: 'Segoe UI Light', 'Segoe UI', "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    padding-top: 12px;
    padding-bottom: 16px;
}

@media only screen and (max-width: 40em) {
    .bread-crumbs {
        font-size: 1.00rem;
    padding-top: 12px;
    }
    .page-title {
        font-size: 1.75rem;
    }
}

.footnote {
    font-size: 80%;
    display: inline-block;
    line-height: 1.2;
    color: #666666;
}

div[class="body-text"] > ul {
    line-height: 1.4;
}

div[class="body-text"] ul > li {
    margin-bottom: 8px;
}


/* Used in SearchBox */

.search-box-header h3 {
    margin-top: 0;
    margin-bottom: 16px;
}

.mobile-search-box .search-box-header {
    padding: 0;
}

.search-box-close {
    font-size: 200%;
}

.search-box-submit {
    margin-bottom: 8px;
}


/* Used in Search form on results page */

.search-form-submit {
    padding: 8px 16px 8px 16px;
}




/* Used in macro VideoLink */

.video-link-row {
    background-color: #e8f4de; /*#e8f4de #f0f3ea*/
}

.video-link-thumb {
    padding-top: 16px;
    padding-bottom: 8px;
}

.video-link-play-button {
    padding-left: 0px; padding-right: 8px; padding-bottom: 4px;
}

.video-link-summary-header p {
    font-size: 0.875rem; 
    line-height:normal; 
    margin-top: 12px;
    margin-bottom: 4px;
}

.video-link-text-box {
    padding-top: 8px;
}

.video-link-text-box p {
    font-size: 0.875rem; 
    margin-bottom: 8px;
}

.video-link-text-box ul li {
    font-size: 0.875rem; 
    line-height:normal; 
    margin-top: 4px;
}

.video-link-text-box .footnote {
    font-size: 0.75rem; 
    padding-left: 1em;
    text-indent: -0.8em;
    margin-bottom: 16px;
}

.video-link-text-box .footnote:before {
  content: "*";
  padding-right: 5px;
}

.banner-box {
    margin-bottom: 1em;
    background-color: #FFFFFF;
}

.banner-text {
    padding: 12px 18px 14px 18px;
}

.banner-text-y-center {

}

@media only screen and (min-width: 40em) {

    .banner-text-y-center {
        position:relative;
        top:50%;
        transform: translateY(-50%);
    }

}


.banner-text p {
    margin: 0;
}


.facebook-logo {
    padding-left: 0px; 
    padding-right: 0px; 
    padding-bottom: 6px;
}


.twitter-logo {
    padding-left: 22px; 
    padding-right: 11px; 
    padding-bottom: 6px;
}


.linkedin-logo {
    padding-left: 11px; 
    padding-right: 0px; 
    padding-bottom: 6px;
}


.youtube-logo {
    padding-left: 24px; 
    padding-right: 0px; 
    padding-bottom: 6px;
}

.twitter-feed-box {

    background-color: #FFFFFF;
}




/***************************************************************/
/* END: Sirtex custom styling                                  */
/***************************************************************/


/***************************************************************/
/* START: Override styling for Foundation                      */
/***************************************************************/

button, .button, button:hover, button:focus, .button:hover, .button:focus
{
    background-color: #5BBF21 /* Sirtex Green */
}

body, p {
    font-family: 'Segoe UI', "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Segoe UI', "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}

.orbit-container .orbit-slides-container > li .orbit-caption {
  background-color: rgba(0, 51, 127, 0.8);
  font-size: 100%;
}

@media only screen and (max-width: 40em) { 

    .orbit-stack-on-small .orbit-slides-container > li .orbit-caption {
        position: relative;
    }

    .orbit-stack-on-small .orbit-slides-container > li {
        margin-bottom: 20px;
    }
}

/***************************************************************/
/* END: Override styling for Foundation                        */
/***************************************************************/


/***************************************************************/
/* START: Override styling for MeanMenu                        */
/***************************************************************/

    .mean-container .mean-bar {
        background: #FFFFFF;
        z-index: 0;  /* To show mobile region selector */
    }


    .mean-container a.meanmenu-reveal {
        color: #333333;
    }

    .mean-container a.meanmenu-reveal span {
        background-color: #333333;
    }

    .mean-container .mean-nav ul li a {
	    text-transform: none;
    }

/***************************************************************/



/***************************************************************/
/* Styling for logo that only appears on mobile/small */
/***************************************************************/

    div.mobile-logo {
        display: none;
    }

    .mean-container div.mobile-logo {
        display: block;
        position: absolute;
        top: 10px;
        left: 16px;
    }


/***************************************************************/
/* Styling for region selector that only appears on mobile/small */
/***************************************************************/

    div.mobile-region-selector {
        display: none;
    }


    .mean-container div.mobile-region-selector {
        display: block;
        position: absolute;
        top: 10px;
        left: 140px;
    }


/***************************************************************/
/* Styling for search box that only appears on mobile/small */
/***************************************************************/

    div.mobile-search-icon {
        display: none;
    }

    .mean-container div.mobile-search-icon {
        display: block;
        position: absolute;
        top: 12px;
        left: 220px;
    }

    #dropSearchBoxMobile {
        margin-top: 12px;
    }

/***************************************************************/



/***************************************************************/
/* START: Styling for top menu until MeanMenu kicks in         */
/***************************************************************/

header nav ul {
    margin: 0;
    list-style-type: none;
}

header nav {
    text-align: left; /* center; */
    background: #FFFFFF; /* #333333; */
}

header nav ul li {
    display: inline;
    font-size: 1.1rem;
}

header nav ul li ul {
    display: none; /* Hide sub menus */
}

header nav ul li a {
    line-height: 40px;
    color: #000000;
    padding: 11px 8px 11px 8px;
}

header nav ul li a:hover {
    background-color: #5BBF21;
    color: #FFFFFF;
}

/***************************************************************/


/**********************************************************************/
/* START: Styling for sections                                        */
/**********************************************************************/
/* .sidemenu-bar is used in the left side menu                        */
/* header nav is used in the top menu                                 */
/* They are used on medium to large viewports until MeanMenu kicks in */
/**********************************************************************/

.sidemenu-bar .sidemenu-nav li.nav-section-0 a {
    background-color: #DDDDDD; 
    color: #000000;
}

.sidemenu-bar .sidemenu-nav li.nav-section-0-active a {
    background-color: #5BBF21; 
    color: #FFFFFF;
}

.side-nav {
    background-color: #CCCCCC; 
    padding: 10px;
}

.side-nav a {
    color: white;
    font-size: 24px;
    font-weight: normal;
}

header nav ul li.nav-section-0-active a {
    position:relative;
    z-index:1;
}

header nav ul li.nav-section-0-active a:before{
    position:absolute;
    z-index:-1;
    top:90%;
    left:0;
    width:100%;
    height:10%;
    content:"";
    background-color: #5BBF21;
}


/**********************************************************************/
/* Region selector*/
/**********************************************************************/

.region-selector {
    /* background-color: #CCCCCC; */
    padding: 6px 10px 6px 10px;
    margin-bottom: 4px;
}

.region-selector a {
    color: #666666;
}


/**********************************************************************/



/* Calendar */

.time-stamp {
    background: #E8E8E8;
    background: -moz-linear-gradient(#E8E8E8, #D0D0D0);
    background: -webkit-gradient(linear, top, bottom, color-stop(0%, #E8E8E8), color-stop(100%, #D0D0D0));
    background: -webkit-linear-gradient(top, #E8E8E8 0%, #D0D0D0 100%);
    background: -o-linear-gradient(top, #E8E8E8 0%, #D0D0D0 100%);
    background: -ms-linear-gradient(top, #E8E8E8 0%, #D0D0D0 100%);
    background: linear-gradient(top, #E8E8E8, #D0D0D0);
    -pie-background: linear-gradient(top, #E8E8E8 0%, #D0D0D0 100%);
    color: white;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    display: block;
    float: left;
    margin-right: 21px;
    position: relative;
    width: 78px;
}

    .time-stamp > .day {
        color: #616161;
        display: block;
        font-size: 36px;
        line-height: 39px;
        text-align: center;
    }

    .time-stamp > .month {
        background: #79E754;
        background: -moz-linear-gradient(#79E754, #5BBF21);
        background: -webkit-gradient(linear, top, bottom, color-stop(0%, #79E754), color-stop(100%, #5BBF21));
        background: -webkit-linear-gradient(top, #79E754 0%, #5BBF21 100%);
        background: -o-linear-gradient(top, #79E754 0%, #5BBF21 100%);
        background: -ms-linear-gradient(top, #79E754 0%, #5BBF21 100%);
        background: linear-gradient(top, #79E754, #5BBF21);
        -pie-background: linear-gradient(top, #79E754 0%, #5BBF21 100%);
        color: white;
        display: block;
        font-size: 21px;
        line-height: 27px;
        margin-top: x- 3px;
        position: relative;
        text-align: center;
        text-transform: uppercase;
    }

    .time-stamp > .year {
        color: #616161;
        display: block;
        font-size: 21px;
        line-height: 27px;
        text-align: center;
        text-transform: uppercase;
    }



/**********************************************************************/
/* Footer */
/**********************************************************************/

#footer2 {
    background: #383838;
    color: #a4a4a4;
    padding: 0 0 10px 0;
    margin: 30px 0 0 0;
}

    #footer2 h5 {
        color: #fff;
        border-bottom: 1px solid #444;
        padding: 25px 0 8px 0;
        margin: 0 0 15px 0;
        font-size: 1.0rem;
    }

    #footer2 p {
                font-size: smaller;
    }



#footer-bottom {
    background: #2c2c2c;
    min-height: 60px;
                    font-size: smaller;

}

.copyright {
    color: #777;
    margin: 22px 0;
}

.copyright a, .copyright span {
    color: #bbb;
}


#copyright {
    color: #777;
    margin: 22px 0;
}

    #copyright a, #copyright span {
        color: #bbb;
    }



    #backtotop {
    position: fixed;
    right: 0;
    display: none;
    bottom: 20px;
    margin: 0 20px 0 0;
}

    #backtotop a {
        text-decoration: none;
        border: 0 none;
        display: block;
        width: 45px;
        height: 45px;
        background: url(/images/back_to_top_btn.png) no-repeat 50% 50%;
        background-color: #ccc;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

        #backtotop a:hover {
            background-color: #2da0ce;
        }
