﻿
@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }


body {
    font-family: Arial, sans-serif;
    font-size: 13px;
    line-height: 18px;
}

small, .small {
    font-size: 90%;
}

.k-main-container a, .k-main-container a:link, .k-main-container a:visited {
	color: #cc2328;
}

td {
	vertical-align: top;
}


.k-main-container h1 {
    font-size: 24px;
}
.k-main-container h2 {
    font-size: 20px;
}
.k-main-container h3 {
    font-size: 16px;
}
.k-main-container h4 {
    font-size: 15px;
}
.k-main-container h5 {
    font-size: 14px;
}
.k-main-container h6 {
    font-size: 13px;
}



.k-home-page {
	display: none;
}
.k-not-home-page {
	display: inherit;
}
.k-is-home-page .k-home-page {
	display: inherit;
}
.k-is-home-page .k-not-home-page {
	display: none;
}


.k-old-design {
	width: 940px;
	margin: 0 auto;
}



/* Custom styles
-------------------------------------------------- */


.k-top-header {
    background-color: #16242d;
    color: #95A8B4;
    font-size: 12px;
    padding-top: 10px;
    height: 40px;
}

.k-top-header a, .k-footer-fat a {
    color: #95A8B4;
}


.k-footer-fat {
    background-color: #16242d;
    color: #95A8B4;
    padding-left: 30px;
    padding-right: 30px;
}
.k-footer-copyright {
    background-color: #cc2328;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 0;
}
.k-footer-copyright a {
    color: #fff;
}
.k-footer-heading, .k-footer-heading a {
    color: #64879d;
    padding-bottom: 10px;
}



.k-main-container {
    min-height: 20px; /* 420px = To be tall enough to match the borders */
}

.k-main-container > .row {
    margin-left: 0;
    margin-right: 0;
}


.k-footer-list li {
    border-bottom: 1px #64879d dotted;
    padding: 6px 0;
}
.k-footer-list li:last-child {
    border-bottom: none;
}



.k-box {
    padding: 10px 20px;
}

.k-scalable-img {
    max-width: 100%;
    height: auto;
}





/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
.navbar-static-top {
    border-width: 0;
}
.navbar-inverse {
    background-color: #cc2328;
    border-color: #cc2328;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
    background-color: #16242d;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
    background-color: #16242d;
}
.navbar-inverse .ms-core-listMenu-horizontalBox li.static > .ms-core-listMenu-item:hover {
    background-color: #16242d;
}
.navbar-inverse .navbar-nav>li>a, .navbar-inverse .static .menu-item-text, .navbar-inverse .ms-navedit-editLinksText > span > .ms-metadata {
    color: #fff;
}
.navbar-inverse .dynamic .menu-item-text {
    color: #333;
}

.nav > li > a, .navbar-inverse .ms-core-listMenu-horizontalBox li.static > .ms-core-listMenu-item {
    padding-left: 12px;
    padding-right: 12px;
    font-weight: bold;
}

@media (min-width: 768px) {
    .nav > li > a, .navbar-inverse .ms-core-listMenu-horizontalBox li.static > .ms-core-listMenu-item {
        padding-left: 8px;
        padding-right: 8px;
    }
}
@media (min-width: 992px) {
    .nav > li > a, .navbar-inverse .ms-core-listMenu-horizontalBox li.static > .ms-core-listMenu-item {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (min-width: 1200px) {
    .nav > li > a, .navbar-inverse .ms-core-listMenu-horizontalBox li.static > .ms-core-listMenu-item {
        padding-left: 21px;
        padding-right: 21px;
    }
}

.dropdown-menu{
	font-size: 12px;
}

.dropdown-header, .dropdown-menu>li.dropdown-header>a {
	color: inherit;
    font-size: inherit;
    font-weight: bold;
}
.dropdown-menu>li.dropdown-header>a {
	padding: 0;
}

.dropdown-menu, .navbar-inverse ul.dynamic {
	min-width: 185px;
}

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
    position: absolute;
    top: 40px;
    right: 0;
    left: 0;
    z-index: 20;
}

    /* Flip around the padding for proper display in narrow viewports */
    .navbar-wrapper .container {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-wrapper .navbar {
        padding-right: 15px;
        padding-left: 15px;
    }


/* Hide the brand on large screens */
@media (min-width: 768px) {
    .navbar-brand {
        display: none;
    }
}

.navbar-inverse .navbar-brand {
    color: #fff;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #999;
}

.navbar-inverse .navbar-toggle {
    border-color: #fff;
}




/* CUSTOMIZE THE BANNER CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.k-carousel .carousel {
    height: 300px;
}

.k-carousel .carousel-control {
    width: 5%;
}

.k-carousel .carousel-indicators {
    left: auto;
    width: auto;
    margin-left: 5px;
}

/* Since positioning the image, we need to help out the caption */
.k-carousel .carousel-caption-custom {
    position: absolute;
    bottom: 80px;
    z-index: 10;
    background-color: #000;
    background-color: rgba(0,0,0,0.8);
    color: #fff;
    font-size: 13px;
    text-align: left;
    padding: 20px;
    margin-left: 5px;
    width: 280px;
}

.k-carousel .carousel-caption-logo {
    position: absolute;
    margin-left: -260px;
    z-index: 5;
}

.ie .k-carousel .carousel-caption-logo {
    margin-left: -264px;
}

@media screen and (min-width: 768px) {
  .k-carousel .carousel-indicators {
    bottom: 10px;
  }
}

/* Declare heights because of positioning of img element */
.k-carousel .item {
    height: 300px;
    background-color: #16242d;
}

.k-carousel .carousel-inner > .item > img, .k-carousel .carousel-inner > .item > a > img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: inherit;
    width: 1920px;
    height: 300px;
}

.k-carousel .carousel-inner > .item > img.k-center, .k-carousel .carousel-inner > .item > a > img.k-center {
    left: 50%;
    margin-left: -960px;
}


.k-carousel .carousel-indicators .active {
    margin: 2px;
    width: 24px;
    height: 24px;
    background-color: #cc2328;
}
.k-carousel .carousel-indicators li {
    margin: 2px;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 0;
    background-color: #fff;
}


a.carousel-control, a.carousel-control:link, a.carousel-control:visited {
	color: #fff;
}



.k-mini-banner {
	background-color: #16242d;
}

.k-mini-banner .container {
	padding-left: 0;
	padding-right: 0;
}







/* CUSTOMIZE THE NEWS CAROUSEL
-------------------------------------------------- */

.k-ticker .carousel-control {
    position: static;
    width: auto;
    height: auto;
    font-size: 8px;
    text-shadow: none;
    filter: alpha(opacity=100);
    opacity: 1;
    display: inline-block;
}

.k-ticker .carousel-control.left,
.k-ticker .carousel-control.right {
    background-color: #16242d;
    background-image: none;
    filter: none;
}

.k-ticker .carousel-control .icon-prev,
.k-ticker .carousel-control .icon-next,
.k-ticker .carousel-control .glyphicon-chevron-left,
.k-ticker .carousel-control .glyphicon-chevron-right {
    position: static;
    width: auto;
    height: auto;
    margin-top: 0;
    margin-left: 0;
    padding: 8px;
    font-size: 8px;
}

@media screen and (min-width: 768px) {
    .k-ticker .carousel-control .glyphicon-chevron-left,
    .k-ticker .carousel-control .glyphicon-chevron-right,
    .k-ticker .carousel-control .icon-prev,
    .k-ticker .carousel-control .icon-next {
        width: auto;
        height: auto;
        margin-top: 0;
        margin-left: 0;
        padding: 8px;
        font-size: 8px;
    }
}

.k-ticker .k-carousel-control-container {
    position: absolute;
	top: -40px;
	right: 0;
    margin-top: 10px;
}

.k-caption-title-and-body {
    height: 130px;
    margin: 0 0 10px;
    overflow: hidden;
}
.k-caption-title {
    height: 36px;
    margin-bottom: 10px;
    overflow: hidden;
}
.k-caption-title, .k-caption-title a {
    color: #cc2328;
}
.k-caption-body {
    color: #777;
    height: 75px;
    margin-bottom: 15px;
    overflow: hidden;
}
.k-caption-readmore, .k-caption-readmore a {
    color: #cc2328;
}
.k-caption-readmore {
    border-top: 1px solid #ececec;
    padding-top: 10px;
    text-align: right;
}








/* scrollingHotSpot
-------------------------------------------------- */

/* Invisible left hotspot */
div.scrollingHotSpotLeft
{
	/* The hotspots have a minimum width of 100 pixels and if there is room the will grow
    and occupy 15% of the scrollable area (30% combined). Adjust it to your own taste. */
	min-width: 75px;
	width: 10%;
	height: 100%;
	/* There is a big background image and it's used to solve some problems I experienced
    in Internet Explorer 6. */
	background-image: url("smoothdivscroll/big_transparent.gif");
	background-repeat: repeat;
	background-position: center center;
	position: absolute;
	z-index: 200;
	left: 0;
	/*  The first url is for Firefox and other browsers, the second is for Internet Explorer */
	cursor: url("smoothdivscroll/cursor_arrow_left.png"), url("smoothdivscroll/cursor_arrow_left.cur"),w-resize;
}

/* Visible left hotspot */
div.scrollingHotSpotLeftVisible
{
	background-image: url("smoothdivscroll/arrow_left.gif");
	background-color: #fff;
	background-repeat: no-repeat;
	opacity: 0.35; /* Standard CSS3 opacity setting */
	-moz-opacity: 0.35; /* Opacity for really old versions of Mozilla Firefox (0.9 or older) */
	filter: alpha(opacity = 35); /* Opacity for Internet Explorer. */
	zoom: 1; /* Trigger "hasLayout" in Internet Explorer 6 or older versions */
}

/* Invisible right hotspot */
div.scrollingHotSpotRight
{
	min-width: 75px;
	width: 10%;
	height: 100%;
	background-image: url("smoothdivscroll/big_transparent.gif");
	background-repeat: repeat;
	background-position: center center;
	position: absolute;
	z-index: 200;
	right: 0;
	cursor: url("smoothdivscroll/cursor_arrow_right.png"), url("smoothdivscroll/cursor_arrow_right.cur"),e-resize;
}

/* Visible right hotspot */
div.scrollingHotSpotRightVisible
{
	background-image: url("smoothdivscroll/arrow_right.gif");
	background-color: #fff;
	background-repeat: no-repeat;
	opacity: 0.35;
	filter: alpha(opacity = 35);
	-moz-opacity: 0.35;
	zoom: 1;
}

/* The scroll wrapper is always the same width and height as the containing element (div).
   Overflow is hidden because you don't want to show all of the scrollable area.
*/
div.scrollWrapper
{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

div.scrollableArea
{
	position: relative;
	width: auto;
	height: 100%;
}



#productsScrollContainer div.scrollingHotSpotLeft, #productsScrollContainer div.scrollingHotSpotRight {
	min-width: 50px;
	width: 50px;
	height: 50px;
    top: 35px;
}

#productsScrollContainer div.scrollingHotSpotLeft {
    margin-left: 185px;
}

#productsScrollContainer {
	background-image: url("ProductsLogo.png");
	background-repeat: no-repeat;
	background-position: left center;
    padding-left: 185px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
}
#productsScroll {
	width: auto;
    height: 120px;
}
@media (min-width: 768px) {
  #productsScroll {
    width: 565px;
  }
}
@media (min-width: 992px) {
  #productsScroll {
	width: 785px;
  }
}
@media (min-width: 1200px) {
  #productsScroll {
    width: 985px;
  }
}



/* dropdown-submenu
-------------------------------------------------- */

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}























/*
Table Style
------------------------------------------------------------------ */
.k-table a:link {
	color: #666;
	font-weight: bold;
	text-decoration:none;
}
.k-table a:visited {
	color: #999999;
	font-weight:bold;
	text-decoration:none;
}
.k-table a:active,
.k-table a:hover {
	color: #bd5a35;
	text-decoration:underline;
}
.k-table {
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
	text-shadow: 1px 1px 0px #fff;
	background:#eaebec;
	border:#ccc 1px solid;

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;

	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}
.k-table th {
	padding:12px 25px 13px 25px;
	border-left: 1px solid #2a3e4a;
	border-right: 1px solid #2a3e4a;
	text-shadow: 1px 1px 0px #20303a;
	text-align: center;

	background: #2a3e4a;
	color: #CBDBE6;
	font-size: 14px;
	font-weight: normal;
}
.k-table th, .k-table>thead>tr>th, .k-table>thead:first-child>tr:first-child>th {
	border-top:1px solid #2a3e4a;
	border-bottom:1px solid #2a3e4a;
	white-space: nowrap;
}
.k-table tr:first-child th:first-child {
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
.k-table tr:first-child th:last-child {
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
.k-table tr {
	text-align: center;
	padding-left:20px;
}
.k-table td:first-child {
	text-align: left;
	padding-left:20px;
	border-left: 0;
}
.k-table td {
	padding:18px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	
	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
.k-table tr.even td {
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
.k-table tr:last-child td {
	border-bottom:0;
}
.k-table tr:last-child td:first-child {
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
.k-table tr:last-child td:last-child {
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
.k-table tr:hover td {
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);	
}
.k-table .fa {
	display: block;
}



.k-subsector > h2 {
	display: none;
}



















/* Headers */

.k-page-header {
	background-repeat: no-repeat;
	background-position: left bottom;
    display: table-cell;
    vertical-align: bottom;
}

.k-page-header > div {
	background-image: url("HeaderBackground.png");
	background-repeat: repeat-x;
	background-position: left center;
	height: 25px;
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	padding: 0 20px;
}

.k-page-header {
	width: 940px;
}

.k-page-header-200 {
	height: 200px;
}
.k-page-header-300 {
	height: 300px;
}








/*
Misc
*/

.k-brochures > span {
	font-weight: bold;
}




