/*******************************
            Global
*******************************/

@import url('http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700|Open+Sans:300italic,400,300,600,700');

html,
body {
  font-size: 1.05em;
  height: 100%; 
}

body {
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  background: #E5E5E5;
  margin: 0px;
  padding: 0px;
  color: rgba(0, 0, 0, .95);
  text-rendering: optimizeLegibility;
  min-width: 320px;
  line-height: 125%;
}

@font-face {
 font-family: 'Basic Icons';
 src: url('../fonts/basic.icons.eot');
 src: url('../fonts/basic.icons?#iefix') format('embedded-opentype'),
 url('../fonts/basic.icons.woff') format('woff'),
 url('../fonts/basic.icons.ttf') format('truetype'),
 url('../fonts/basic.icons.svg#FontName') format('svg');
 font-weight: normal;
 font-style: normal;
}

/*******************************
          UI Overrides
*******************************/

/* headerpic is in transitions.js */

.ui.header {
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.ui.header,
h1,
h2 {
  font-weight: bold !important;
  padding-bottom: 8px;
  line-height: 125%;
}

h1.ui.header {
  font-size: 3em;
}

h4.ui.header,
h5.ui.header,
.ui.icon.header {
  font-weight: bold !important;
  line-height: 125%;
}

.ui.button {
  font-weight: normal;
  text-decoration: none;
}

a {
  color: #005bbf;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

a:hover {
  color: #005bbf;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:visited {
  text-decoration: none !important;
}

.menu a:hover {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; 
}

p.backto a:visited {
  color: #005bbf;
}

p a:hover {
  color: #005bbf !important;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; 
}

p a:visited {
  color: #666;
}

p.left a:visited, p.index-piclink a:visited {
  color: #003c80;
}

p.left a:hover, p.index-piclink a:hover {
  color: #005bbf !important;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; 
}

/* ------------- */

p {
  line-height: 145%;
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.width50 {
  width: 50%;
}

.right {
  text-align: right;
}

.italic {
  font-style: italic;
}

.bold {
  font-weight: bold;
}


/* index page sections with pictures */
.index-piclink {
  font-size: 1.2rem; 
  font-weight: bold;
}

.index-picsec {
  margin-top: 10px;
}

.index-picsec img {
  width: 100%;
}

.index-news img {
  width: 100%;
}

.index-news-link {
  font-size: 1.05rem; font-weight: bold;
}

.intro-padding {
  margin-top: 5px;
  padding-left: 40px; 
  padding-right: 40px
}

.light-grey {
  background-color: #f3f3f3;
}

@media only screen and (max-width : 768px) {
  .intro-padding {
    margin-top: 0px;
    padding-left: 20px; 
    padding-right: 20px
  }
}

@media only screen and (max-width : 480px) {
  .intro-padding {
    margin-top: 0px;
    padding-left: 0px; 
    padding-right: 0px
  }

  p.caption {
    display: none;
  }
}

.left {
  text-align: left;
}

/* siemens logo spacing under text */
.index-siemens {
  text-align: center; 
  margin: 5px 10px 20px 10px;
}

/* index page text */
#index-blurb {
  padding: 1% 7% 1% 7%;
}

.index-blurb {
  font-weight: 800;
  font-size: 1.3rem;
  color: rgba(0, 0,0, .75);
}

.index-blurb-highlight {
  color: #009999;
}

.small-screen-caption {
  display: none;
}

/* delem links */

li.delem a:visited {
  color: #666;
}

li.delem a:hover {
  color: #005bbf !important;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; 
}

h3, h4 {
  clear: both;
  line-height: 125%;
}

h4.semibold {
  font-weight: 600;
}

.safari .fontchange {
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
/* p a {
  font-weight: bold;
} */

.overview {
	background-color: #ffffff;
}

h3.delem {
  clear: both;
  line-height: 125%;	
  padding-bottom: 0;
  margin-bottom: 0;
}

.delem-model {
	font-weight: bold; 
	font-size: 1.35rem;
}

.delem-type {
	font-size: 1rem;
}

.delem-pic {
	text-align: center;
}

img.delem-w {
	width: 100%;
	margin-top: 35px;
	max-width: 450px;
}

img.delem-400 {
	max-width: 400px;
}

img.delem-300 {
	max-width: 300px;
}

img.delem-250 {
	max-width: 250px;
}

img.welder {
	width: 100%;
	max-width: 400px;
}

.backto {
	padding: 20px 0px 15px 0px;
}

.width100 {
	width: 100%;
}

.underline {
  text-decoration: underline;
}

.breadcrumb-container {
  margin-top: -8px; 
  margin-bottom: 8px; 
  padding: 0px; 
  color: #666; 
  font-size: .9em;
}

/* events formatting */
.center {
  text-align: center;
}

img.events {
  width: 100%;
  max-width: 1280px;
}

div.events-pics {
  width:80%; 
  margin: auto; 
  padding: 10px 0px 10px 0px;
}

@media only screen and (max-width: 768px) {
  div.events-pics {
    width:100%; 
    margin: auto; 
    padding: 10px 0px 10px 0px;
  }
}

/* section index h3 */
h3.sections {
  margin-top: -8px;
}

/* section index highlight paragraph */
.highlight-text {
  font-size: 1.10rem;
  font-weight: 600;
  /* color: #444; */
  line-height: 125%;
}

.padded {
  padding-bottom: 1.9rem;
}

.padded-inline {
  padding-bottom: 1.4rem;
}

/* for stackable columns within a column */
.ui.grid .stackable > .column {
  margin-top: 0rem; 
  margin-bottom: 0rem;
} 

/* partners logos CSS */ 
.partner-logo {
  float: right; 
  padding-left: 20px;
}

/* @media only screen and (max-width: 830px) and (min-width: 566px) {
  .caption br {
    display: none;
  }
} */

@media only screen and (max-width: 565px) {
  .partner-logo {
  width: 100%;
  text-align: center;
  padding: 5px 0px 20px 0px;
  }

  /* index page slideshow caption with dark background */
  .caption {
  display: none;
  }

  .small-screen-caption {
    display: block;
    padding: 0px 7% 0px 7%;
    font-weight: bold;
  }

  .index-blurb {
    font-weight: 600;
    font-size: 1rem;
  }
}

/* content */
.content {
  max-width: 960px;
  margin: auto;
}


/* back to top */
.top {
	text-align: right; 
	font-size: .8rem;
}

.top a {
	color: #999;
	/* color: #444; */
}

.top a:hover {
	color: #222;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; 
	/* color: #005bbf; */
}

/* welder pics */
.welder-pics {
	text-align: right;
}

@media only screen and (max-width: 768px) {
.welder-pics {
	text-align: center;
 }
}

/* sections overlay CSS, headerpic size */

/* general/bigger resolutions */
h2.section { 
  position: absolute; 
  top: 10px; 
  left: 0; 
  width: 100%;
  font-weight: 600 !important;
  letter-spacing: 1px;
}

h2.subsection { 
  position: absolute; 
  bottom: 0; 
  left: 0; 
  width: 100%;
  text-align: right;
  font-weight: 600 !important;
}

h2.section a, h2.subsection a, h3.section a, h3.subsection a {
	color: #fff;
}

h3.section { 
  position: absolute; 
  bottom: 5px; 
  left: 0; 
  width: 100%;
  text-align: right;
  font-weight: 600;
}

h2 span { 
  color: white; 
  line-height: 1.33;
  font-size: 2.85rem;
  /* letter-spacing: -1px; */ 
  background: rgb(0, 0, 0); /* fallback color */
  background: rgba(0, 0, 0, 0.7);
  padding: 5px 15px; 
}

h3.subsection span { 
  color: white; 
  line-height: 1.33;
  font-size: 2.2rem;
  /* letter-spacing: -1px; */ 
  background: rgb(0, 0, 0); /* fallback color */
  background: rgba(0, 0, 0, 0.7);
  padding: 5px 10px; 
  text-transform: none;
  font-weight: 600;
}

h3.subsection { 
  position: absolute; 
  bottom: 0; 
  left: 0; 
  width: 100%;
  text-align: right;
}

h3 span { 
  color: white; 
  line-height: 1;
  font-size: .95rem;
  font-weight: normal;
  /* letter-spacing: -1px;  */
  background: rgb(0, 0, 0); /* fallback color */
  background: rgba(0, 0, 0, 0.7);
  padding: 10px; 
  width: 100%;
  text-transform: uppercase;
}

.ui.information {
  margin-bottom: -5px;
}

@media only screen and (max-width: 1200px) {
  h2 span { 
    color: white; 
    line-height: 1.33;
    font-size: 2.25rem;
    /* letter-spacing: -1px; */ 
    background: rgb(0, 0, 0); /* fallback color */
    background: rgba(0, 0, 0, 0.7);
    padding: 5px 12px; 
  }

  h3.subsection span { 
    color: white; 
    line-height: 1.33;
    font-size: 1.8rem;
    /* letter-spacing: -1px; */ 
    background: rgb(0, 0, 0); /* fallback color */
    background: rgba(0, 0, 0, 0.7);
    padding: 5px 12px; 
  }

  h3.section span { 
   color: white; 
   line-height: 1;
   font-size: .85rem;
   /* letter-spacing: -1px; */ 
   background: rgb(0, 0, 0); /* fallback color */
   background: rgba(0, 0, 0, 0.7);
   padding: 5px 12px; 
  }

  .ui.information {
    margin-bottom: -5px;
  }
}

@media only screen and (max-width: 900px) {
   h3 span { 
   color: white; 
   line-height: 1;
   font-size: .85rem;
   font-weight: normal;
   /* letter-spacing: -1px;  */
   background: rgb(0, 0, 0); /* fallback color */
   background: rgba(0, 0, 0, 0.7);
   padding: 10px; 
   width: 100%;
   text-transform: uppercase;
  }

   h3.subsection span { 
   color: white; 
   line-height: 1.33;
   font-size: 1.5rem;
   /* letter-spacing: -1px; */ 
   background: rgb(0, 0, 0); /* fallback color */
   background: rgba(0, 0, 0, 0.7);
   padding: 5px 12px; 
  }

  h3.section span { 
   color: white; 
   line-height: 1;
   font-size: .75rem;
   /* letter-spacing: -1px; */ 
   background: rgb(0, 0, 0); /* fallback color */
   background: rgba(0, 0, 0, 0.7);
   padding: 5px 12px; 
  }

  .ui.information {
    margin-bottom: -15px;
  }
}

@media only screen and (max-width: 768px) {
  h2 span { 
   color: white; 
   line-height: 1.33;
   font-size: 2.25rem;
   /* letter-spacing: -1px; */ 
   background: rgb(0, 0, 0); /* fallback color */
   background: rgba(0, 0, 0, 0.7);
   padding: 5px 12px; 
  }

   h3.subsection span { 
   color: white; 
   line-height: 1.33;
   font-size: 1.5rem;
   /* letter-spacing: -1px; */ 
   background: rgb(0, 0, 0); /* fallback color */
   background: rgba(0, 0, 0, 0.7);
   padding: 5px 12px; 
  }

  h3.section { position: absolute; 
   bottom: 0; 
   left: 0; 
   width: 100%;
   text-align: right;
  }

  h3.section span { 
   color: white; 
   line-height: 1;
   font-size: .72rem;
   /* letter-spacing: -1px; */ 
   background: rgb(0, 0, 0); /* fallback color */
   background: rgba(0, 0, 0, 0.7);
   padding: 5px 12px; 
  }

  h3 span { 
   color: white; 
   line-height: 1;
   font-size: .80rem;
   font-weight: normal;
   /* letter-spacing: -1px;  */
   background: rgb(0, 0, 0); /* fallback color */
   background: rgba(0, 0, 0, 0.7);
   padding: 10px; 
   width: 100%;
   text-transform: uppercase;
  }

  .ui.information {
    margin-bottom: -15px;
  }
}

@media only screen and (max-width: 680px) {
  h2 span { 
   color: white; 
   line-height: 1.33;
   font-size: 2rem;
   /* letter-spacing: -1px; */ 
   background: rgb(0, 0, 0); /* fallback color */
   background: rgba(0, 0, 0, 0.7);
   padding: 5px 12px; 
  }

  h3 span { 
   color: white; 
   line-height: 1;
   font-size: .75rem;
   font-weight: normal;
   /* letter-spacing: -1px;  */
   background: rgb(0, 0, 0); /* fallback color */
   background: rgba(0, 0, 0, 0.7);
   padding: 10px; 
   width: 100%;
   text-transform: uppercase;
  }

  h3.subsection span { 
   color: white; 
   line-height: 1.33;
   font-size: 1.2rem;
   /* letter-spacing: -1px; */ 
   background: rgb(0, 0, 0); /* fallback color */
   background: rgba(0, 0, 0, 0.7);
   padding: 5px 12px; 
  } 

  h3.section span { 
   color: white; 
   line-height: 1;
   font-size: .62rem;
   /* letter-spacing: -1px; */ 
   background: rgb(0, 0, 0); /* fallback color */
   background: rgba(0, 0, 0, 0.7);
   padding: 5px 12px; 
  }

  .ui.information {
    margin-bottom: -30px;
  }
  
}

@media only screen and (max-width: 605px) {
  h2 span { 
   color: white; 
   line-height: 1.33;
   font-size: 2rem;
   /* letter-spacing: -1px; */ 
   background: rgb(0, 0, 0); /* fallback color */
   background: rgba(0, 0, 0, 0.7);
   padding: 5px 12px; 
  }

  h3.subsection span, h3 span { 
    display: none;
  }

  .ui.information {
    margin-bottom: -30px;
  }
}

@media only screen and (max-width: 480px) {
  h2 span { 
   color: white; 
   line-height: 1.78;
   font-size: 1.5rem;
   /* letter-spacing: -1px; */ 
   background: rgb(0, 0, 0); /* fallback color */
   background: rgba(0, 0, 0, 0.7);
   padding: 5px 12px; 
  }

  h3.subsection span, h3 span { 
    display: none;
  }

  .ui.headerpic.image {
    width: 480px;
    height: 131px;
    overflow: hidden;
  }

  .ui.information {
    margin-bottom: -30px;
  }
}


@media only screen and (max-width: 320px) {
  h2 span { 
   color: white; 
   line-height: 1.78;
   font-size: 1.5rem;
   /* letter-spacing: -1px; */ 
   background: rgb(0, 0, 0); /* fallback color */
   background: rgba(0, 0, 0, 0.7);
   padding: 5px 12px; 
  }

  .ui.headerpic.image {
    width: 480px;
    height: 131px;
  }

  .ui.information {
    margin-bottom: -30px;
  }

  h3 span { 
    display: none;
  }
}

/* safari grid fix */

.safari .ui.column.grid > .column, 
.ui.column.grid > .row > .column {
  display: block;
  float: left;
}

/*******************************
       Global Overrides
*******************************/
/*rtl:ignore*/

.menu .right.menu > .mobile.item {
  display: none;
}

.menu .right.menu > .item {
  padding-left: 12px !important;
  padding-right: 12px !important;
} 

/* menu text color */
.menu .right.menu > .item a {
  color: #333 !important;
}

.menu .right.menu > .item a:hover {
  color: #000 !important;
}

.clear {
  clear: both;
}

/* menu item alignment */
.pixel {
  margin-top: 1px !important;
}

/* change menu underline here */
.ui.secondary.pointing.menu > .menu > .item,
.ui.secondary.pointing.menu > .item {
  padding-top: 1.2em;
  padding-bottom: 1.5em;
  padding-left: 0.95em;
  padding-right: 0.95em;
}

/* obfuscate email address attempt */
#dummy {
    display: none;
}

/* adjust for logo here so it doesn't overlap with navigation */ 
/* bigger number max-width when you have more items on the menu */
@media only screen and (max-width: 1000px) {
.menu .right.menu > .item {
  display: none;
	}
.menu .right.menu > .mobile.item {
    display: block;
  }
}

/* adjust segment margins top and bottom, default: 3.5 */
.ui.page.grid.segment {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; 
}

.masthead.segment {
  /* background-image: url(images/bg.jpg);  background image here */
  -webkit-background-size: cover;
  background-size: cover; 
  margin: 0em;
  padding-top: 4rem;
  overflow: hidden;
  -webkit-box-shadow: 0 -20px 10px 0 rgba(0, 0, 0, 0.1) inset !important;
  box-shadow: 0 -20px 10px 0 rgba(0, 0, 0, 0.1) inset !important; 
}

.masthead.segment .column {
  position: relative;
}

.masthead.segment .information {
  margin: 3em 1em 1em 280px;
}

.masthead.segment .information p {
  max-width: 600px;
  margin: 0em 0px 2em 0em;
  font-size: 1.2em;
}

.masthead.segment h1.ui.header .sub {
  font-size: 0.7em;
}

.masthead.segment .image {
  position: absolute;
  left: 0%;
  bottom: -110px;
}

.overview .divided.grid .header + p {
  min-height: 100px;
}

.ui.shape .icon,
.link.list .icon {
  margin: 0em;
  padding: 0em;
}

.ui.cube.shape .side {
  background-color: transparent;
}

.csilogo {
  float: left;
  border: none;
  max-width: 260px;
}

.siemenslogo {
  text-align: center; 
  margin: 50px;
}

/* search */

.tipue.search.icon {
  font-size: 1.05rem !important;
}

.searchbox {
  margin: 25px 30px 20px 30px !important;
}

/* footer */

input.prompt {
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
  font-size: .90rem !important;
}

.search.icon {
  font-size: .95rem;
}

.footer, .footer a {
  font-size: .95rem !important;
  color: #444 !important;
}

.footersm {
  font-size: .2rem !important;
}

.footer a {
  text-decoration: none;
}

.footer a:hover {
  color: #005bbf !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; 
}

.footer .item {
  padding: 0px 6px 0px 6px;
}

.footer2 {
  font-size: .90rem !important;
  color: #444 !important;
}

.grey {
  padding-top: 10px !important;
  padding-bottom: 5px !important;
}

.greyfooter {
  background-color: #d2d2d2 !important; 
  padding: 1rem !important;
}

.name-break {
  display: none;
}

.footer-nav-sec {
  margin-bottom: .6rem !important;
}

.footer-spacer {
  display: none;
}

@media only screen and (max-width : 767px) {
  .med-center {
    text-align: center !important;
  }
}

@media only screen and (max-width : 768px) {
  .name-break {
    display: inline;
  }
  
  .footer-nav-sec {
    padding-bottom: .6rem;
  }

  .footer-spacer {
    display: block;
  }
}

@media only screen and (max-width : 480px) {
  .addr-break {
    display: inline;
  }
  .disp-sm {
    display: none;
  }
}
@media only screen and (min-width : 481px) {
  .addr-break {
    display: none;
  }
  .disp-sm {
    display: inline;
  }
}

@media only screen and (min-width : 1367px) {
  .footer {
    font-size: 15px;
    color: #444;
  }
}

.ui.icon.input {
  margin-top: 15px;
}


/* csi logo adjustment for small screens */

@media only screen and (max-width: 420px) {
.csilogo img {
  max-width: 230px;
  }
}

@media only screen and (max-width: 380px) {
.csilogo img {
  max-width: 180px;
  padding-top: 10px;
  }
} 

/* pictures in articles */

.picleft {
  padding-top: 5px; 
  padding-bottom: 5px;
  padding-right: 15px;
  float: left;
}

.picright {
  padding-top: 5px; 
  padding-bottom: 5px;
  padding-left: 15px;
  float: right;
}

.picleft img, .picright img {
  max-width: 500px; 
  width: 100%
}

.padleft {
  padding-right: 15px;
}

.padright {
  padding-left: 15px;
}

/* contact us - hidden elements */

.hideit {
  visibility: hidden;
}


/*******************************
          Responsive
*******************************/

/* Mobile Only */

@media only screen and (max-width: 768px) {

  .ui.page.grid.segment {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  /*rtl:ignore*/
  .menu .right.menu > .item {
    display: none;
  }
  /*rtl:ignore*/
  .menu .right.menu > .mobile.item {
    display: block;
  }

  h1.ui.header {
    font-size: 1.5em;
  }

  .masthead.segment {
    -webkit-background-size: auto;
    background-size: auto;
  }

  .masthead.segment .information {
    margin-left: 190px;
  }

  .masthead.segment .image {
    bottom: -65px;
    width: 150px;
  }

  .masthead.segment .button {
    font-size: 1rem;
  }

  .overview .divided.grid .header .icon {
    font-size: 1.5em;
  }

  .overview .divided.grid .header + p {
    min-height: 0px;
  }

  .masthead.segment .column {
    font-size: 0.7rem;
  }

  .masthead.segment .column p {
    display: none;
  }
  /*rtl:ignore*/
  .selection.list .right.floated {
    display: none;
  }

  /* pictures in articles */

  .picleft, .picright {
    padding-top: 5px; 
    padding-bottom: 5px;
    padding-left: 0px;
    padding-right: 0px;
    margin: auto;
    float: none;
  }

  .picleft img, .picright img {
    max-width: 800px;
    width: 100%
  }
}
