@import url("btn.css");
@import url("form.css");
@import url("icon.css");
@import url("util.css");

/* ==========================================================================
   1. RESET
   2. BOOTSTRAP MODS
   3. BASICS
   4. HEADER
   5. NAVIGATION UTILITY
   6. NAVIGATION PRIMARY
   7. NAVIGATION SECONDARY
   8. FOOTER
   9. FEATURED INDEX ITEM
   10. HOME
   11. PRODUCTS TABLE
   12. EVENTS LIST
========================================================================== */





/* ==========================================================================
   1. RESET
========================================================================== */
html{-webkit-text-size-adjust:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth;}
body{ word-wrap: break-word; font-size: 0.9375rem; line-height: 1.3; color: #000000; font-family: 'FFDINWebProLight', sans-serif; font-weight: normal; }



/* ==========================================================================
   2. BOOTSTRAP MODS
========================================================================== */
@media (min-width: 1600px) {
	.container, .container-sm, .container-md, .container-lg, .container-xl { max-width: 1440px; }
}


.breadcrumb { font-family: 'ApexRounded-Medium', sans-serif; font-size: 1.125rem; color: #043676; margin: 0; padding-left: 0; background: none; }
.breadcrumb em { font-family: 'ApexRounded-MediumItalic', sans-serif; font-style: normal; }
.breadcrumb a { color: #62BA46; }
.breadcrumb .breadcrumb-item.active { color: #043676; }
.breadcrumb .breadcrumb-item + .breadcrumb-item::before { color: #62BA46; content: ">"; }

.carousel .carousel-indicators { margin: 0; }
.carousel .carousel-indicators li {
	width: 10px;
	height: 10px;
	margin: 5px;
	border-radius: 100%;
	background-color: #043676;
	opacity: 1;
}
.carousel .carousel-indicators li:hover {
	opacity: 0.5;
}
.carousel .carousel-indicators li.active {
	background-color: #62BA46;
	opacity: 1;
}
.carousel-caption { 
	top: 55%;
	transform: translateY(-55%);
}
.carousel-caption {
	font-size: 2.5rem;
}
.carousel-caption > div { text-align: left; }
.carousel-caption h1 {
	font-size: 3rem;
	line-height: 1.2;
	margin: 0 0 0.25em 0;
}
@media only screen and (max-width : 768px) {
	.carousel-caption{		
		top: auto;
		height: auto;
		text-align: center;
		left: 0;
		right: 0;
		bottom: 0;
		padding: 30px 15% 60px 15%;
		z-index: 1;
		transform: none;
	}
	.carousel-caption > div { text-align: center; }
}
.jumbotron-img {
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-khtml-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	display: flex;
	justify-content: center;
	align-items: end;
	background-size: cover;
	background-attachment: scroll;
	background-repeat: no-repeat;	
	text-shadow: 0px 0px 8px #000029;
	color: #fff;
	padding-top: 75px;
	min-height: 600px;
}
.jumbotron-img h1 { font-family: 'ApexRounded-Medium', sans-serif; color: #fff; font-size: 2.975rem; margin:0; }
.jumbotron-img em { font-family: 'ApexRounded-MediumItalic', sans-serif; font-style: normal; }

@media only screen {
	.jumbotron-img { min-height: 220px; }
	.jumbotron-img h1 { font-size: 1.975rem; }
	.carousel-caption h1 { font-size: 2.25rem; }
}
@media only screen and (min-width : 768px) {
	.jumbotron-img { min-height: 400px; }
	.jumbotron-img h1 { font-size: 2.375rem; }
	.carousel-caption h1 { font-size: 2.5rem; }
}
@media only screen and (min-width : 992px) {
	.jumbotron-img { min-height: 500px; }
	.jumbotron-img h1 { font-size: 2.675rem; }
	.carousel-caption h1 { font-size: 2.75rem; }
}
@media only screen and (min-width : 1200px) {
	.jumbotron-img { min-height: 420px; }
	.jumbotron-img h1 { font-size: 2.975rem; }
	.carousel-caption h1 { font-size: 3rem; }
}
@media only screen and (min-width : 1600px) {
	.carousel-caption h1 { font-size: 3.75rem; }
	.jumbotron-img { min-height: 580px; }
}



/* ==========================================================================
   3. BASICS
========================================================================== */

.supnew {top:-.8em; position:relative; font-size:40%; line-height: 0;vertical-align: super;}
.chromeframe {position:absolute;top:0;}
.nobr,.phone{white-space:nowrap;}
.uppercase{text-transform:uppercase;}
a { color: #043676; font-weight:bold; -o-transition: color 0.3s ease; -moz-transition: color 0.3s ease; -khtml-transition: color 0.3s ease; -webkit-transition: color 0.3s ease; -ms-transition: color 0.3s ease; transition: color 0.3s ease; }
a:hover { color: #62BA46; }
h1, .h1 { font-family: 'ApexRounded-Medium', sans-serif; font-size: 2rem; line-height: 1.1; color: #043676; margin-bottom: 0.5em; }
h2, .h2 { font-family: 'ApexRounded-Medium', sans-serif; font-size: 1.75rem; line-height: 1.1; color: #043676; margin-bottom: 0.5em; }
h3, .h3 { font-family: 'ApexRounded-Medium', sans-serif; font-size: 1.5rem; line-height: 1.2; color: #043676; margin-bottom: 0.25em; }
h4, .h4 { font-family: 'ApexRounded-Medium', sans-serif; font-size: 1.25rem; line-height: 1.2; color: #043676; margin-bottom: 0.25em; }
h1 em, .h1 em, h2 em, .h2 em, h3 em, .h3 em, h4 em, .h4 em, h5 em, .h5 em, h6 em, .h6 em { font-family: 'ApexRounded-MediumItalic', sans-serif; font-style: normal; }
.dashed { padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px dashed #707070; }
hr {
	margin-top: 2em;
	margin-bottom: 2em;
	border: 0;
	border-top: 1px dashed #707070;
}
b, strong { font-family: 'FFDINWebProBold', sans-serif; font-weight: normal; }
i, em { font-family: 'FFDINWebProLightItalic', sans-serif; font-style: normal; }
strong em, em strong, b em, em b { font-family: 'FFDINWebProBoldItalic', sans-serif; font-style: normal; }
p, ul, ol { margin-bottom: 1.5em; }

#content { padding: 0 0 90px 0; }

	@media only screen and (min-width : 1600px) {
		body { font-size: 1.25rem; }
		h1, .h1 { font-size: 2rem; margin-bottom: 0.75em; }
		h2, .h2 { font-size: 1.75rem; margin-bottom: 0.75em; }
		h3, .h3 { font-size: 1.5rem; margin-bottom: 0.5em; }
		h4, .h4 { font-size: 1.5625rem; margin-bottom: 0.5em; }
	}



/* ==========================================================================
   4. HEADER
========================================================================== */

	@media only screen {
		#site-header { position: relative; }
		#content { padding-top: 0; }
	}
	@media only screen and (min-width : 768px) {
	}
	@media only screen and (min-width : 992px) {
		#site-header { position: fixed; }
		#content { padding-top: 124px; }
	}
	@media only screen and (min-width : 1600px) {
	}

	
#site-header-logo {
	display: inline-block;
	background: transparent url(../img/logo-sirtex.svg) 0 0 no-repeat;
	width: 146px;
	height: 55px;
	background-size: 146px 55px;
	overflow: hidden;
	text-indent: -999em;
	margin: 5px 0;
	padding: 0;
	cursor: pointer;
	opacity: 1;
	-webkit-transition: opacity 0.5s ease-in;
	-moz-transition: opacity 0.5s ease-in;
	transition: opacity 0.5s ease-in;
}
#site-header-logo:hover {
	opacity: .75;
}

	@media only screen {
		#site-header-logo { width: 136px; height: 50px; background-size: 136px 50px; }
	}
	@media only screen and (min-width : 768px) {
		#site-header-logo { width: 146px; height: 55px; background-size: 146px 55px; }
	}
	@media only screen and (min-width : 992px) {
		#site-header-logo { width: 160px; height: 60px; background-size: 160px 60px; }
	}
	@media only screen and (min-width : 1600px) {
		#site-header-logo { width: 186px; height: 70px; background-size: 186px 70px; }
	}

.nav-item-visual-toggle {
	float: right;
	margin-top: -5px;
	margin-right: -2px;
}
.nav-item-visual-toggle i {
	font-size: 1rem;
	color: #fff;
	text-shadow: none;
	opacity: 1;
	padding: 7px;
	line-height: 16px;
	width: 30px;
	height: 30px;
	text-align: center;
	overflow: hidden;
}
.dropdown.show .nav-item-visual-toggle .fa-plus { display: none; background-color: #62BA46; }
.dropdown.show .nav-item-visual-toggle .fa-times { display: inline-block; background-color: #F7941D; }
.dropdown .nav-item-visual-toggle .fa-plus { display: inline-block; background-color: #62BA46; }
.dropdown .nav-item-visual-toggle .fa-times { display: none; background-color: #F7941D; }
	@media only screen and (max-width : 991px) {
		#sirtex-navbar-primary .container { padding-left: 0; padding-right: 0; }
		#sirtex-navbar-primary .navbar-brand { margin-left: 20px; }
	}



.navbar { padding: 0; margin: 0; }
.navbar .dropdown { position: static; }
.navbar button.close {
	float: right;
	margin-top: 15px;
	margin-right: 5px;
}
.navbar .dropdown-menu-dark button.close {
	margin-top: 1px;
	margin-right: 0;
}
.navbar .dropdown-menu {
	border: 1px solid #fff;
	border-radius: 0;
	text-transform: none;
	padding: 0 0 15px 0;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
	clip-path: inset(0 -1rem -2em -1rem);
}
.navbar .dropdown-menu-dark {
	border: 1px solid #043676;
	background: #043676;
	color: #fff;
	padding: 15px 0;
}
.navbar .dropdown-menu-dark .form-search-input,
.navbar .dropdown-menu-dark .form-search-input:focus { box-shadow: none; background-color: #043676; background-size: 24px 24px; background-position: 10px 7px; padding-left: 45px; color: #fff; outline: 0; border: 0; background-repeat: no-repeat; background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28.99 28.99'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23ffffff;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M20.7,18.21H19.39l-.47-.45a10.78,10.78,0,1,0-1.16,1.16l.45.47V20.7L26.49,29,29,26.5Zm-9.93,0a7.45,7.45,0,1,1,7.45-7.45h0a7.44,7.44,0,0,1-7.43,7.45h0Z' transform='translate(0.03 0.03)'/%3E%3C/svg%3E"); }
.navbar .dropdown-menu-dark .form-search-input:focus { background-color: rgba(245,245,245,0.15); }
.navbar .dropdown-menu-dark .form-control::-moz-placeholder { color: #ccc; }
.navbar .dropdown-menu-dark .form-control:-ms-input-placeholder { color: #ccc; }
.navbar .dropdown-menu-dark .form-control::-webkit-input-placeholder { color: #ccc; }
.navbar .dropdown-menu-dark .input-group { margin-right: 50px; width: auto; }
.navbar .dropdown-menu-rule {
	width: 100%;
	height: 1px;
	border-top: 1px dashed #707070;
	display: none;
}
.navbar .dropdown-menu-dark h1, .navbar .dropdown-menu-dark h2, .navbar .dropdown-menu-dark h3, .navbar .dropdown-menu-dark h4, .navbar .dropdown-menu-dark h5, .navbar .dropdown-menu-dark h6,
	.navbar .dropdown-menu-dark .h1, .navbar .dropdown-menu-dark .h2, .navbar .dropdown-menu-dark .h3, .navbar .dropdown-menu-dark .h4, .navbar .dropdown-menu-dark .h5, .navbar .dropdown-menu-dark .h6 { color: #fff; }
.navbar .dropdown-menu-dark .btn { font-size: 0.9375rem; color: #fff; border: 2px solid #62BA46; text-align: left; text-shadow: none !important; }
.navbar .dropdown-menu-dark .btn:hover { color: #fff; background: #62BA46; }
.navbar .dropdown-menu-dark .btn i { padding-right: 10px; }

	@media only screen and (min-width : 992px) {
		.navbar .dropdown-menu-rule { display: block; }
	}



/* ==========================================================================
   5. NAVIGATION UTILITY
========================================================================== */
#sirtex-navbar-utility {
	background-color: #043676;
	color: #fff;
	font-size: 0.8125rem;
	line-height: 20px;
	font-family: 'FFDINWebProMedium', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 10px;
}
#sirtex-navbar-utility em { font-family: 'FFDINWebProMediumItalic', sans-serif; font-style: normal; }
#sirtex-navbar-utility .nav-item { padding: 0 15px; }
#sirtex-navbar-utility .nav-item-icon { padding: 0 7px; }
#sirtex-navbar-utility .nav-link {
	color: #fff;
	text-decoration: none;
	padding: 0;
	line-height: 29px;
}
#sirtex-navbar-utility .nav-link:hover,
#sirtex-navbar-utility .nav-item.active > .nav-link {
	color: #62BA46;
	text-decoration: none;
}
#sirtex-navbar-utility .nav-link:focus,
#sirtex-navbar-utility .nav-link:hover { outline: none; }
#sirtex-navbar-utility .navbar .dropdown-menu {
	width: 100%;
	top: 33px;
	left: auto;
	right: 0;
}
#sirtex-navbar-utility .nav-navlist { margin: 0; }
ul.utility-alt { margin: 10px 0; }
ul.utility-alt li { margin: 0 5px; }

	@media only screen {
		#sirtex-navbar-utility { padding-top: 5px; padding-bottom: 5px; }
		#sirtex-navbar-utility .navbar .dropdown-menu { width: 100%; }
	}
	@media only screen and (min-width : 992px) {
		#sirtex-navbar-utility { padding-top: 10px; padding-bottom: 10px; }
		#sirtex-navbar-utility .navbar .dropdown-menu { top: 42px; width: 70%; }
	}
	@media only screen and (min-width : 1600px) {
		#sirtex-navbar-utility { font-size: 1rem; line-height: 25px; padding-top: 15px; padding-bottom: 15px; }
		#sirtex-navbar-utility .navbar .dropdown-menu { top: 47px; }
	}



/* ==========================================================================
   6. NAVIGATION PRIMARY
========================================================================== */
#sirtex-navbar-primary {
	background-color: #fff;
	color: #58595B;
	font-size: 1rem;
	font-family: 'FFDINWebProBold', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	border-top: 5px solid #62BA46;
	padding-top: 0;
	padding-bottom: 0;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}
#sirtex-navbar-primary em { font-family: 'FFDINWebProBoldItalic', sans-serif; font-style: normal; }
#sirtex-navbar-primary .navbar .dropdown-menu-dark { position: absolute; left: 0; right: 0; }
#sirtex-navbar-primary .nav-link:focus, #sirtex-navbar-primary .nav-link:hover {
	outline: none;
}
#sirtex-navbar-primary .navbar .dropdown-menu {
	width: 100%;
	top: 68px;
}
#sirtex-navbar-primary .h1 {
	font-size: 3.1rem;
	color: #58595B;
	display: block;
	font-family: 'ApexRounded-Medium', sans-serif;
	border-bottom: 1px dashed #707070;
	margin: 15px 0;
}
#sirtex-navbar-primary .nav-navlist { margin: 0; }
#sirtex-navbar-primary .social { background: #707070; color: #fff; padding: 20px 25px; font-family: 'FFDINWebProMedium'; font-weight: normal; }
#sirtex-navbar-primary .social em { font-family: 'FFDINWebProMediumItalic', sans-serif; font-style: normal; }
#sirtex-navbar-primary .social h5 { font-size: 0.8125rem; text-transform: none; margin: 0 0 1em 0; }
#sirtex-navbar-primary .ul-social { font-size: 1rem; line-height: 1; margin: 0; padding: 0; }
#sirtex-navbar-primary .ul-social::after { content: ""; display: table; clear: both; }
#sirtex-navbar-primary .ul-social li { display: inline-block; padding: 0 10px; }
#sirtex-navbar-primary .ul-social a { color: #fff; text-decoration: none; }
#sirtex-navbar-primary .ul-social a:hover { color: #62BA46; text-decoration: none; }

	@media only screen {
		#sirtex-navbar-primary { border-top: 4px solid #62BA46; }
		#sirtex-navbar-primary .nav-item { padding: 0; }
		#sirtex-navbar-primary .navbar .dropdown-menu { top: 58px; }
	}
	@media only screen and (min-width : 768px) {
		#sirtex-navbar-primary .navbar .dropdown-menu { top: 63px; }
	}
	@media only screen and (min-width : 992px) {
		#sirtex-navbar-primary .navbar .dropdown-menu { top: 68px; }
		#sirtex-navbar-primary { border-top: 5px solid #62BA46; }
		#sirtex-navbar-primary .navbar-nav { margin-top: -5px; }
		#sirtex-navbar-primary .nav-item { padding: 0 25px; }
		#sirtex-navbar-primary .nav-item:last-child { padding-right: 0; }
		#sirtex-navbar-primary .nav-link { padding: 15px 5px 15px 5px; line-height: 40px; }
		#sirtex-navbar-primary .nav-link {
			color: #58595B;
			text-decoration: none;
			border-top: 5px solid #62BA46;
		}
		#sirtex-navbar-primary .nav-item.active > .nav-link,
		#sirtex-navbar-primary .nav-item.dropdown.show > .nav-link,
		#sirtex-navbar-primary .nav-link:hover {
			color: #F7941D;
			text-decoration: none;
			border-top: 5px solid #F7941D;
		}
	}
	@media only screen and (min-width : 1600px) {
		#sirtex-navbar-primary { font-size: 1.1875rem; }
		#sirtex-navbar-primary .nav-item { padding: 0 35px; }
		#sirtex-navbar-primary .nav-link { padding: 15px 5px 15px 5px; line-height: 50px; }
		#sirtex-navbar-primary .navbar .dropdown-menu { top: 77px; }
		#sirtex-navbar-primary .h1 { font-size: 3.75rem; }
	}

	/* limit by max width */
	@media only screen and (max-width : 991px) {
		#navbarMainContent {
			top: 65px;
			position: absolute;
			width: 100%;
			z-index: 1000;
			background: #fff;
			padding: 0;
			box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
			clip-path: inset(0 -1rem -2em -1rem);
		}
		/* highlight active top level primary */
		.navbar .navbar-collapse .nav-item.dropdown.show a.nav-link { color: #58595B; background: #F5F5F5; }
	}
	@media only screen and (max-width : 767px) {
		#navbarMainContent { top: 60px; }
	}


/* ==========================================================================
   7. NAVIGATION SECONDARY
========================================================================== */
/* light */
.nav-navlist { font-family: 'FFDINWebProBold', sans-serif; font-weight: normal; color: #58595B; font-size: 1rem; line-height: 1.2; text-transform: uppercase; list-style-type: none; margin: 15px 0; padding: 0; }
	.nav-navlist em { font-family: 'FFDINWebProBoldItalic', sans-serif; font-style: normal; }
	.nav-navlist ul { font-family: 'FFDINWebProLight', sans-serif; font-weight: normal; list-style-type: none; margin: 0 0 10px 0; padding: 0; }
		.nav-navlist ul em { font-family: 'FFDINWebProLightItalic', sans-serif; font-style: normal; }
.nav-navlist li { border-top: 1px dashed #707070; }
	.navbar .nav-navlist li:first-child { border-top: none; margin-top: 0; }
	.nav-navlist ul li { border-top: none; }
.nav-navlist li a { color: #58595B; text-decoration: none; padding: 20px; display: block; }
	.nav-navlist li.has-children { padding: 10px 0 0 0; }
	.nav-navlist li.has-children a,
	.nav-navlist ul li a { padding: 5px 20px; }
.nav-navlist li.active a
.no-touchevents .nav-navlist li a:hover {
    color: #58595B;
    background: #f5f5f5;
    text-decoration: none;
}



/* dark */
.nav-navlist.nav-navlist-dark { color: #fff; background-color: #043676;}
	.nav-navlist.nav-navlist-dark ul { color: #fff; }
.nav-navlist.nav-navlist-dark li { border-top: 1px dashed #fff; }
	.nav-navlist.nav-navlist-dark li:first-child { border-top: none; }
.nav-navlist.nav-navlist-dark li a { color: #fff; }
.no-touchevents .nav-navlist.nav-navlist-dark li a:hover { color: #fff; background: rgba(245,245,245,0.15); }

/* gray */
.navbar .nav-navlist-gray { color: #58595B; background-color: #707070; }
.navbar .nav-navlist-gray > li.nav-item { border-bottom: 1px dashed #fff; }
.navbar .nav-navlist-gray > li.nav-item a.nav-link { color: #fff; }
.no-touchevents .navbar .nav-navlist-gray > li.nav-item a.nav-link:hover,
.navbar .nav-navlist-gray > li.nav-item.dropdown.show a.nav-link { color: #fff; background: #5f5f5f; }
.navbar .nav-navlist-gray .dropdown-menu { border: none; background: #fff; padding-top: 15px; }
.no-touchevents .navbar .nav-navlist-gray li.nav-item active a:hover { color: #58595B; background: #F5F5F5; }

	@media only screen and (max-width : 991px) {
		.navbar-collapse .nav-navlist-dark li a,
		.navbar-collapse .nav-navlist-gray li a { padding: 20px 25px; }
		.dropdown-menu { box-shadow: none !important; }
		.navbar .nav-navlist { font-family: 'FFDINWebProBold', sans-serif; font-weight: normal; color: #58595B; font-size: 1rem; line-height: 1.2; text-transform: uppercase; list-style-type: none; margin: 0; padding: 0; }
			.navbar .nav-navlist em { font-family: 'FFDINWebProBoldItalic', sans-serif; font-style: normal; }
			.navbar .nav-navlist ul { font-family: 'FFDINWebProLight', sans-serif; font-weight: normal; list-style-type: none; margin: 0; padding: 0; }
				.navbar .nav-navlist ul em { font-family: 'FFDINWebProLightItalic', sans-serif; font-style: normal; }
		.navbar .navbar-nav li { border-top: 1px dashed #707070; }
			.navbar .navbar-nav li:first-child { border-top: none; margin-top: 0; }
			.navbar .navbar-nav ul li { border-top: none; }
		.navbar .navbar-nav li a { color: #58595B; text-decoration: none; padding: 20px 25px; display: block; }
			.navbar .navbar-nav li.has-children { padding: 0; }
			.navbar .navbar-nav li.has-children a,
			.navbar .navbar-nav .nav-navlist li a { padding: 10px; }
        .navbar .navbar-nav li.active a,
        .no-touchevents .navbar .navbar-nav li a:hover {
            color: #58595B;
            background: #F5F5F5;
            text-decoration: none;
        }	
	}
	@media only screen and (min-width : 1600px) {
		.nav-navlist { font-size: 1.1875rem; }
		.nav-navlist li a { padding: 25px 20px; }
		.nav-navlist li.has-children a,
			.nav-navlist ul li a { padding: 5px 20px; }
	}



/* ==========================================================================
   8. FOOTER
========================================================================== */
#site-footer { color: #fff; background: #043676; padding: 40px 0; margin-top: 40px; font-size: 0.8125rem; font-family: 'FFDINWebProMedium', sans-serif; font-weight: normal; }
#site-footer em, #site-footer i:not(.fa,.fab,.fas) { font-family: 'FFDINWebProMediumItalic', sans-serif; font-style: normal; }
#site-footer a { color: #fff; text-decoration: none; }
#site-footer a:hover { color: #F7941D; text-decoration: none; }
#site-footer .copyright { text-align: center; }
#site-footer ul { margin: 0 auto; padding: 0; text-align: center; text-transform: uppercase; }
#site-footer ul li { display: inline-block; padding: 0 20px; }
#site-footer h5 { font-size: 0.8125rem; margin: 0 0 15px 0; }

#site-footer .ul-social,
	#site-footer .ul-settings { font-size: 0.9rem; line-height: 1; margin: 0; padding: 0; }
#site-footer .ul-social::after,
	#site-footer .ul-settings::after { content: ""; display: table; clear: both; }
#site-footer .ul-social li,
	#site-footer .ul-settings li { display: inline-block; padding: 0 7px; transition: all 0.5s ease; }
#site-footer .ul-social a,
	#site-footer .ul-settings a { color: #fff; text-decoration: none; }
#site-footer .ul-social a:hover,
	#site-footer .ul-settings a:hover { color: #F7941D; text-decoration: none; }

#site-footer .ul-social li { transform: scale(1); }
#site-footer .ul-social li:hover  { transform: scale(1.1); }

#site-footer ul.footer-links { margin: 15px 0 5px 0; }
#site-footer .footer-rule { border-top: 1px dashed #fff; margin-top: 15px; padding-bottom: 15px; }
#site-footer .row-padding > [class*="col-"] { padding-top: 15px; }
#site-footer-tagline {
	display: inline-block;
	background: transparent url(../img/tagline-sirtex.svg) 0 0 no-repeat;
	width: 244px;
	height: 51px;
	background-size: 244px 51px;
	overflow: hidden;
	text-indent: -999em;
	margin: 50px 0;
	padding: 0;
}
#site-footer-brand a {
	background: transparent url(../img/logo-sirtex-alt.svg) 0 0 no-repeat;
	width: 240px;
	height: 91px;
	background-size: 240px 91px;
	display: inline-block;
	overflow: hidden;
	text-indent: -999em;
	margin: 0;
	padding: 0;
	cursor: pointer;
	opacity: 1;
	-webkit-transition: opacity 0.5s ease-in;
	-moz-transition: opacity 0.5s ease-in;
	transition: opacity 0.5s ease-in;
}
#site-footer-brand a:hover {
	opacity: .75;
}
#footer-return-top {
	font-size: 1rem;
	z-index: 1001;
	position: fixed; 
	width: 50px; 
	bottom: 50px;
	right: 0;
	background: #62BA46; 
    opacity: 0;
    -o-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -khtml-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	overflow: hidden;
}
#footer-return-top a {
	display: block;
	color: #fff;
	padding: 10px;
	text-align: center;
    -o-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -khtml-transition: background 0.3s ease;
    -webkit-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    transition: background 0.3s ease;
}
#footer-return-top a:hover { background: #F7941D; }
body.has-scrolled #footer-return-top { opacity: 1; }

	@media only screen {
		#footer-return-top { width: 40px; font-size: 0.8rem; }
		#footer-return-top a { padding: 5px; }
	}
	@media only screen and (min-width : 768px) {
		#footer-return-top { width: 50px; font-size: 1rem; }
		#footer-return-top a { padding: 10px; }
	}
	@media only screen and (min-width : 1600px) {
		#site-footer { font-size: 1rem; padding: 40px 0 50px 0; }
		#site-footer h5 { font-size: 1rem; }
		#site-footer ul li { padding: 0 25px; }
		#site-footer-brand a { width: 305px; height: 116px; background-size: 305px 116px; }
		#site-footer-tagline { width: 310px; height: 65px; background-size: 310px 65px; margin: 65px 0; }
	}



/* ==========================================================================
   9. FEATURED INDEX ITEM
========================================================================== */
.feat-index [class*="col-"] { padding: 5px; }
.feat-index.no-gutters { margin-left: -5px; margin-right: -5px; }
a.feat-index-item {
	position: relative;
	display: block;
	color: #fff;
	overflow: hidden;
    font-family: 'FFDINWebProMedium', sans-serif;
    font-weight: normal;
    font-size: 1.5rem;
    line-height: 1.1;
    background: transparent linear-gradient(180deg, #001836 0%, #043676 100%) 0% 0% no-repeat padding-box;
}
a.feat-index-item em, a.feat-index-item i { font-family: 'FFDINWebProMediumItalic', sans-serif; font-style: normal; }
a.feat-index-item img {
    -o-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -khtml-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
	transform: scale(1);
}
a.feat-index-item:hover img {
	transform: scale(1.05);
}
a.feat-index-item .overlay > span {
	position: absolute;
	bottom: 15px;
	left: 20px;
	right: 20px;
	text-shadow: 0px 0px 12px #000038;
}
.feat-index-item .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 15px;
    -o-transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -khtml-transition: background 0.5s ease;
    -webkit-transition: background 0.5s ease;
    -ms-transition: background 0.5s ease;
    transition: background 0.5s ease;
    background: rgba(4,54,118,0.2);
}
.feat-index-item:hover .overlay {
	background: rgba(4,54,118,0.4);
}
.feat-index-item.alt .overlay {
	background: rgba(255,255,255,0);
}
.feat-index-item.alt:hover .overlay {
	background: rgba(4,54,118,0.4);
}
.feat-index-item .overlay span.btn { 
 	text-shadow: none !important;
 	height: 6px;
	padding: 0 .65rem;
	margin: -5px 0 0 0;
	overflow: hidden;
	border: 3px solid #F7941D;
	display: inline-block;
	min-width: 45%;
	color: #F7941D;
	background: #F7941D;
	text-transform: uppercase;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-khtml-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.no-touchevents .feat-index-item:hover .overlay span.btn { 
	height: auto;
	padding: .375rem .75rem;
	color: #fff;
	border: 3px solid #F7941D;
	margin: 10px 0 5px 0;
}
	@media only screen {
		.feat-index-item { font-size: 1.2rem; }
	}
	@media only screen and (min-width : 768px) {
		.feat-index-item { font-size: 1.3rem; }	
		a.feat-index-item .overlay > span {    			
    			bottom: 1px;
		}	
		a.feat-index-item {
    			font-size: large;
		}
	}
	@media only screen and (min-width : 992px) {
		.feat-index-item { font-size: 1.4rem; }
		a.feat-index-item .overlay > span {    			
    			bottom: 15px;
		}
		a.feat-index-item {
    			font-size: 1.5rem;
    			line-height: 1.1;
		}	
	}
	@media only screen and (min-width : 1200px) {
		.feat-index-item { font-size: 1.5rem; }
		a.feat-index-item .overlay > span {    			
    			bottom: 15px;
		}
		a.feat-index-item {
    			font-size: 1.5rem;
    			line-height: 1.1;
		}
	}




/* ==========================================================================
   10. HOME
========================================================================== */
.bg-gray { background-color: #F5F5F5; }
.bg-blue { background-color: #043676; color: #fff; }
.bg-blue h1, .bg-blue h2, .bg-blue h3, .bg-blue h4, .bg-blue h5, .bg-blue h6,
	.bg-blue .h1, .bg-blue .h2, .bg-blue .h3, .bg-blue .h4, .bg-blue .h5, .bg-blue .h6 { color: #fff; }

.section-banner { font-family: 'ApexRounded-Medium', sans-serif; }
.section-banner em { font-family: 'ApexRounded-MediumItalic', sans-serif; font-style: normal; }
.row-bg-img {
	padding-top: 100px;
	padding-bottom: 100px;
	background-size: cover;
	background-position: center;
}
.section-banner { color: #fff; font-size: 2.125rem; line-height: 1.6; text-shadow: 0px 0px 8px #000029; }
.section-banner h2 { color: #fff; font-size: 6.75rem; margin: 0; line-height: 0.9; }
.section-banner p { margin-bottom: 0.5rem; }
@media only screen {
	.row-bg-img { padding-top: 50px; padding-bottom: 50px; }
	.section-banner { font-size: 1.125rem; line-height: 1.6; }
	.section-banner h2 { font-size: 3.5rem; }
}
@media only screen and (min-width : 768px) {
	.row-bg-img { padding-top: 75px; padding-bottom: 75px; }
	.section-banner { font-size: 2.625rem; line-height: 1.6; }
	.section-banner h2 { font-size: 4.75rem; }
}
@media only screen and (min-width : 992px) {
	.row-bg-img { padding-top: 100px; padding-bottom: 100px; }
	.section-banner { font-size: 2.125rem; line-height: 1.6; }
	.section-banner h2 { font-size: 6.75rem; }
}



/* ==========================================================================
   11. PRODUCTS TABLE
========================================================================== */
.table-sirtex {
	font-family: 'FFDINWebProBold', sans-serif;
	font-weight: normal;
	font-size: 0.8125rem;
	border-spacing: 5px;
	border-collapse: separate;
	color: #707070;
	margin-bottom: 2em;
	width: 100%;
}
.table-sirtex th {
	font-family: 'FFDINWebProBold', sans-serif;
	font-weight: normal;
	background: #F5F5F5;
	color: #043676;
	vertical-align: top;
}
.table-sirtex em, .table-sirtex i { font-family: 'FFDINWebProBoldItalic', sans-serif; font-style: normal; }
.table-sirtex th.th-width_1_6 { width: 16.666666666666667%; }
.table-sirtex td, .table-sirtex th { border: 1px solid #ccc; padding: 10px; }
.table-sirtex td { background: #fff; vertical-align: middle; }
.table-sirtex td.td-gray { background: #F5F5F5; }



/* ==========================================================================
   12. EVENTS LIST
========================================================================== */
.list-ruled { list-style-type: none; margin: 0 0 2em 0; padding: 0; }
.list-ruled li { border-top: 1px dashed #707070; list-style-type: none; margin: 0; padding: 15px 0; }

.list-events .metadata { font-family: 'FFDINWebProBold', sans-serif; font-weight: normal; text-transform: uppercase; color: #707070; display: inline-block; margin: 7px 0 0 0; }
	.list-events .metadata em { font-family: 'FFDINWebProBoldItalic', sans-serif; font-style: normal; }
.list-events .metadata .title { color: #CCCCCC; }
.list-events .event-date { font-family: 'ApexRounded-Medium', sans-serif; width: 60px; float: left; border: 1px solid #043676; text-align: center; text-transform: uppercase; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; margin-right: 20px; overflow: hidden; }
.list-events .event-date .day { background: #043676; color: #F7941D; font-size: 2rem; line-height: 1; padding: 5px 5px 0 5px; }
.list-events .event-date .month { background: #043676; color: #F7941D; font-size: 1rem; line-height: 1; padding: 0 5px 5px 5px; }
.list-events .event-date .year { background: #F5F5F5; color: #043676; font-size: 0.875rem; line-height: 1; padding: 5px; }
.list-events .event-desc { overflow: hidden; }

/* button alignment on events */
.list-events .inline-block-padding { padding: 5px; display: inline-block; }


/* ==========================================================================
   13. MODAL LIST
========================================================================== */
div#externalLinkModal
div#BoothLinkModal
div#franceRestrictModal
div#regionLinkModal
div#countryRestrictModal {
    display: none;
    z-index: 9999;
    position: fixed;
    top: 0;
    width: 100%;
    background: #eeeeee;
}

#externalLinkModal h2.modal-title
#BoothLinkModal h2.modal-title
#franceRestrictModal h2.modal-title
#regionLinkModal h2.modal-title
#countryRestrictModal h2.modal-title {
    text-align: center;
    text-transform: uppercase;
    color: #004795;
    font-size: 2.5em;
}

.modal-body p {
    text-align: center;
}

button.btn-modal:hover {
    cursor: pointer;
}

button.btn-modal.btn-continue {
    background-color: #61ba46;
	color: white;
    border: 0px;
    margin: 1% 0;
}

button.btn-modal.btn-close {
    background-color: inherit;
    border: 1px solid #030000;
    color: #030000;
    font-weight: 400;
}

.modal-header .close {
    font-size: 1em;
    color: black;
    background-color: white;
}

