﻿
/* Colors
--------------------------------------------------------------------------
Blue: #0F5683
Orange: #F1A954
--------------------------------------------------------------------------*/


/* Base
--------------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
body#base {
    width: 100%;
    margin: 0;
    padding: 0;
    background: #0f5683;
    font-family: 'museo_sans300', sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #333;
}
#base a {
    color: #f1a954;
    cursor: pointer;
    text-decoration: none;
}
#base a:hover {
	color: #0f5683;
	text-decoration: none;
}
strong {
	font-family: 'museo_sans500';
	font-weight: normal;
	color: #0f5683;
}
em {
	font-family: 'museo_sans300_italic';
	font-style: normal;
}
strong em, em strong {
	font-family: 'museo_sans700_italic';
	font-style: normal;
}
#base p {
	margin: 20px 0 0;
}
.wrapper {
	width: 960px;
	margin: 0 auto;
}


/* Header
--------------------------------------------------------------------------*/
#header {
    background: #0f5683;
	height: 40px;
	width: 100%;
}
#header a.bw-link 
{
    background: url('/sfimages/default-source/default-album/barry-wehmiller.png');
    width: 159px;
    height: 20px;
    margin: 10px 10px 10px 0;
    display: block;
    float: left;
}
#header a.bw-link:hover
{
    background-position: bottom;
}


/* Header > Search
--------------------------------------------------------------------------*/
#header fieldset.sfsearchBox
{
    border: 0 !important;
    float: right;
    margin-top:-1px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}
#header fieldset.sfsearchBox input.sfsearchTxt
{
    border: 0 !important;
    width: 200px !important;
    height: 41px;
    padding: 0 5px;
    background: #efeff0;
    font-family: 'museo_sans300', Verdana;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}
#header fieldset.sfsearchBox input.sfsearchSubmit
{
    height: 41px;
    padding: 0 5px;
    margin-left: -4px;
    cursor: pointer;
    background: #f1a954;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-family: 'museo_sans500', Verdana;
    font-weight: normal;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}
#header fieldset.sfsearchBox input.sfsearchSubmit:before
{
	font-family: 'fontawesome';
	content: '\f002 ';
}
#header fieldset.sfsearchBox input.sfsearchSubmit:hover
{
    background: #0f5683;
}
#header .sfsearchBox .sfsearchTxt.k-autocomplete {
	border: none;
}
#header .sfsearchBox .sfsearchTxt.k-autocomplete .k-clear-value {
	display: none;
}


/* Header > Search > Search Results
--------------------------------------------------------------------------*/
#content .sfsearchResultStatistics
{
    margin-top: 20px !important;
}
#content .sfsearchResultStatistics strong {
	font-family: 'museo_sans500_italic';
}
#content .sfsearchResultTitle
{
    font-size: 12pt;
	font-weight: normal;
    margin-top: 20px;
}
#content .sfsearchResultUrl a
{
    color: #5c666f;
    display: inline-block;
}
#content .sfsearchResultHighLighter {
	margin-top: 10px;
}
#content .sfsearchResultHighLighter:before, #content .sfsearchResultHighLighter:after {
	content: '[...]';
}


/* Subheader
--------------------------------------------------------------------------*/
#subheader {
    background: #fff;
	height: 120px;
	width: 100%;
}


/* Subheader > Logo
--------------------------------------------------------------------------*/
#subheader .sf_2cols_1_50 a {
	display: block;
	width: 303px;
	height: 35px;
	margin: 42.5px 0;
	background: url('/sfimages/default-source/MSCI/machinery-support.png') no-repeat;
	background-size: 303px 35px;
}


/* Subheader > Contact
--------------------------------------------------------------------------*/
#subheader .sf_2cols_2_50 .sfContentBlock {
	float: right;
	margin: 35px 0;
	text-align: right;
	width: auto;
}
#subheader .sf_2cols_2_50 ul {
	margin: 0;
}
#subheader .sf_2cols_2_50 ul li {
	list-style-type: none;
}
#subheader .sf_2cols_2_50 ul li:nth-child(2) {
	border-top: 1px solid #efeff0;
}
#subheader .sf_2cols_2_50 ul li:nth-child(1):before {
	font-family: 'fontawesome';
	content: '\f095 ';
	color: #0f5683;
	margin-right: 5px;
}
#subheader .sf_2cols_2_50 ul li:nth-child(2):before {
	font-family: 'fontawesome';
	content: '\f0e0 ';
	color: #0f5683;
	margin-right: 5px;
}


/* Navigation
--------------------------------------------------------------------------*/
#nav {
	width: 100%;
	height: 40px;
	background: #0f5683;
}
#nav .sfNavHorizontalDropDown {
	background: none;
	display: flex;
}
#nav .sfNavHorizontalDropDownWrp li {
	background: #f1a954;
	border: none;
	position: relative;
}
#nav .sfNavHorizontalDropDownWrp li:hover {
	background: #0f5683;
}
#nav .sfNavHorizontalDropDownWrp a {
	height: 40px;
	line-height: 40px;
	margin: 0;
	padding: 0 10px;
	background: none;
	font-family: 'museo_sans300', sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
}
#nav .sfNavHorizontalDropDownWrp a .k-menu-expand-arrow {
	display: none;
}
#nav .sfNavHorizontalDropDown .k-popup li {
	border: none !important;
	background: rgba(15,86,131,0.8);
}
#nav .sfNavHorizontalDropDownWrp a:hover {
	color: #f1a954;
}
#nav .k-menu .k-animation-container, #nav .k-popup .k-animation-container {
	margin-top: 0 !important;
}
#nav .k-menu .k-animation-container .k-child-animation-container {
	width: max-content !important;
}
#nav span.k-icon.k-i-arrow-s {
	display: none !important;
}
#nav .sfNavHorizontalDropDown .k-i-arrow-e {
	background-color: #fff;
	border-radius: 50px;
}


/* Content
--------------------------------------------------------------------------*/
#content {
	width: 100%;
	height: auto;
	background: #efeff0;
}
#content .wrapper {
	width: 920px;
	padding: 20px;
	background: #fff;
}


/* Heading Tags
--------------------------------------------------------------------------*/
#base h1, #base h2, #base h3 {
	font-family: 'museo_sans500', sans-serif;
	font-weight: normal;
	color: #f1a954;
	margin: 0;
	padding: 0;
	border: none;
}
#base h1 { font-size: 32px; }
#base h2 { font-size: 20px; }
#base h3 { font-size: 16px; }


/* Content > List Items
--------------------------------------------------------------------------*/
#content ul li {
	margin-left: 24px;
}
#content ul li.rrItem {
    margin-left: 0;
}
#content ul li.rrItem img {
    width: 920px;
    height: auto;
}


/* Content > Button
--------------------------------------------------------------------------*/
#content a.button {
	margin-top: 20px;
	padding: 10px;
	background: #f1a954;
	font-family: 'museo_sans500';
	font-size: 14px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
	position: relative;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
}
#content a.button:hover {
	background: #0f5683;
}


/* Content > Home News Feed
--------------------------------------------------------------------------*/
#content .home-news {
	margin-top: 20px;
	border-top: 1px solid #efeff0;
	padding-top: 20px;
}
#content .home-news ul li {
	margin-left: 0;
	margin-top: 10px;
	padding: 0;
}
#content .home-news .sfpostListItem a {
	line-height: 14px;
}
#content .sfpostListTitleDate .sfpostDate {
	line-height: 11px;
}


/* Content > News Feed
--------------------------------------------------------------------------*/
#content .news-feed ul li {
	margin-left: 0;
	margin-top: 20px;
	padding: 0;
}
#content .news-feed ul li:first-child {
	margin-top: 0;
}


/* Content > Breadcrumbs
--------------------------------------------------------------------------*/
#content .sfBreadcrumbWrp {
	font-size: 12px;
	margin: 0 0 20px;
}
#content .sfBreadcrumbWrp li {
	margin: 0;
}
#content .sfBreadcrumbWrp li:first-child:before {
	font-family: 'fontawesome';
	content: '\f015 ';
	margin-right: 5px;
	color: #0f5683;
}
#content .sfBreadcrumbWrp a:hover {
	background: none;
}


/* Content > Request Quote Form
--------------------------------------------------------------------------*/
#content .request {
	margin-top: 20px;
	border-top: 1px solid #efeff0;
	padding-top: 20px;
}
#content .request h2 {
	margin: 0 0 20px;
}
#content .request div.sfFormBox, #content .request div.sfFormDropdown {
	width: 100%;
}
#content .request div.sfFormBox div, #content .request div.sfFormDropdown div {
	display: inline-block;
}
#content .request div.sfFormBox div:first-child, #content .request div.sfFormDropdown label {
	width: 30%;
	text-align: right;
	display: inline-block;
}
#content .request label {
	font-weight: normal;
}
#content .request input.sfTxt {
	width: 287px;
	margin-left: 10px;
	padding: 5px;
}
#content .request div.sfFormDropdown span.sfDropdownList {
	width: 289px;
	margin-left: 10px;
	display: inline-block;
}
#content .request div.sfFormDropdown span.sfDropdownList select {
	width: 299px;
	padding: 5px;
}
#content .request textarea {
	width: 435px;
	padding: 5px;
}


/* Content > Connect
--------------------------------------------------------------------------*/
#body-main .connect-form input.sfTxt, #body-main .connect-form textarea.sfTxt {
	width: 70%;
	padding: 5px;
	margin-bottom: 20px;
}
#body-main .connect-form .RadCaptcha label {
	display: block;
	margin-bottom: 30px;
}
#body-main .connect-form .sfFormSubmit input {
	display: block;
	border: none;
	cursor: pointer;
	width: 150px;
	height: 50px;
	margin-top: 40px;
	background: #646469;
	color: #fff;
	line-height: 50px;
	text-transform: uppercase;
	font-family: 'museo_sans700';
	font-size: 14pt;
	position: relative;
	border-radius: 100px;
}
#body-main .connect-form .sfFormSubmit input:hover {
	background: #ff9e15;
}

/* Contact Form
--------------------------------------------------------------------------*/
.contact-form label {
	display: block;
	margin-right: 30px;
	font-size: 20px;
	margin-bottom: 15px;
}

.contact-form .sf-fieldWrp {
	margin-bottom: 20px;
}

.contact-form input[type="text"] {
	padding: 7px;
	width: 93%;
}

.contact-form textarea {
	height: 200px;
}

.contact-form select {
	border: 1px solid #ccc;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	width: 97%;
	height: 30px;
	margin-bottom: 20px;
}

.contact-form button[type="submit"] {
	width: 30%;
	height: auto;
	padding: 15px;
	font-size: 16px;
	background: #0f5683;
	color: #fff;
	border: none;
}

.contact-form button[type="submit"]:hover {
	cursor: pointer;
	background: #f1a954;
}


/* Footer
--------------------------------------------------------------------------*/
#footer {
	width: 100%;
	height: auto;
	padding: 20px 0;
	background: #0f5683;
}
#footer .sf_4cols_1_25 a {
	display: block;
	width: 200px;
	height: 24px;
	background: url('/sfimages/default-source/msci/logo-footer.png') no-repeat;
	background-size: 200px auto;
}
#footer h3 {
	margin: 0 0 20px;
}
#footer .sfNavVertical li {
	background: none;
	border: none;
}
#footer .sfNavVertical a {
	display: inline;
	height: auto;
	line-height: inherit;
	padding: 0;
	background: none;
	color: #fff;
	font-weight: normal;
}
#footer .sfNavVertical a:hover {
	background: none;
	color: #f1a954;
}
#footer .sf_4cols_4_25 {
	text-align: right;
}
#footer .sf_4cols_4_25 img {
	margin: 0;
}

/* Cookie Banner
--------------------------------------------------------------------------*/
a.banner-policy-link {
    color: #0F5683 !important;
}
 

.contact-form button[data-sf-role='captcha-audio-btn'] {
	display: none !important;
}