x/*
x/*
Theme Name: msi
Description: A child theme to house custom coding which modifies the Divi parent theme by Elegant Themes.
Author:   Lukas Graf
Template: Divi
*/

/* --- BASIC STYLES --- */

@import url('../Divi/style.css');

/* Fonts */

/* manrope-300 - latin */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 300;
  src: local(''),
       url('../msi/fonts/manrope-v13-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../msi/fonts/manrope-v13-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* manrope-regular - latin */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../msi/fonts/manrope-v13-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../msi/fonts/manrope-v13-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* manrope-600 - latin */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  src: local(''),
       url('../msi/fonts/manrope-v13-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../msi/fonts/manrope-v13-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* manrope-800 - latin */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  src: local(''),
       url('../msi/fonts/manrope-v13-latin-800.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../msi/fonts/manrope-v13-latin-800.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* Logo */
.et_pb_image_0 .et_pb_image_wrap img {
border-radius: 0 !important;}

.et_pb_image_0_tb_footer .et_pb_image_wrap img {
border-radius: 0 !important;	
}

/* Fonts */

h1, h2 {
	line-height: 1.2em;
	font-weight: 800;
}

h3, h4, h5, h6, h7 {
	line-height: 1.5em;
	font-weight: 800;
	color: #202227;
}


body {
	font-family: 'Manrope';
  	font-style: normal;
	font-weight: 400;
	line-height: 1.75em;
	background-color: #fff;
	font-size: 16px;
	color: #202227;
	letter-spacing: 0.3px;
}

h1 {font-size: 5em;}
h2 {font-size: 3.5em;}
h3 {font-size: 2em;}
h4 {font-size: 1.5em;}
h5 {font-size: 1.3em;}
h6 {font-size: 1.2em;}
.subhead {font-size: 1.5em; line-height: 1.7em !important; font-weight: 500; padding-bottom: 0.75em !important;}
.p-small {font-size: 14px !important; line-height: 22px !important;}


@media (max-width: 1500px) {
h1 {font-size: 4.25em;}
h2 {font-size: 3em;}
h3 {font-size: 1.75em;}
h4 {font-size: 1.5em;}
h5 {font-size: 1.2em;}
h6 {font-size: 1em;}
.subhead {font-size: 1.5em;}
.p-small {font-size: 14px;}
}


@media (max-width: 980px) {
h1 {font-size: 4em;}
h2 {font-size: 2em;}
h3 {font-size: 1.5em;}
h4 {font-size: 1.2em;}
h5 {font-size: 1.1em;}
.subhead {font-size: 1.2em;}
.p-small {font-size: 14px ;}
body, h1, h2, h3, h4, h5, h5, h7, p, .subhead, .p-small {text-align: left !important;}
}

@media (max-width: 767px) {
h1 {font-size: 3em;}
h2 {font-size: 1.8em;}
h3 {font-size: 1.6em;}
h4 {font-size: 1.4em;}
h5 {font-size: 1.2em;}
.subhead {font-size: 1.2em;}
.p-small {font-size: 13px;}
}

/* H1 Page Intros */

@media (min-width: 981px) {
	.page-intro {
		max-width: 75%;
	}
}
	
/* Body */

.et_pb_image_wrap img{
	border-radius: 0.5em;
}

.et_pb_module {
	margin-bottom: 1.6% !important;
}

.et_pb_text {
	max-width: 950px;
	margin-bottom: 2em;
	margin: auto;
}

.et_pb_row {
    width: 85%;
}

.container {
    width: 90%;
}

.et_fixed_nav.et_show_nav #page-container {
	padding-top: 74px;
}

@media only screen and (min-width: 1750px) {
	.text-section {
    padding: 5% 0 !important;
	}
}

@media only screen and (min-width: 981px) {
	.et_pb_section {
    padding: 8% 0;
	}
	
	.text-section {
    padding: 5% 0 !important;
	}
}

@media (max-width: 980px) {
	
	.et_pb_section {
    padding: 2em 0;
}
	
	.et_pb_module {
	margin-bottom: 3% !important;
}
	.et_pb_column {
    margin-bottom: 0px;
	
}
}

	@media (max-width: 767px) {
	.et_pb_module {
	margin-bottom: 4% !important;
}	
}


/* Margin Text Modules */

	.et_pb_module.et_pb_text {
		margin-bottom: 10px;
	}
	
	@media (max-width: 980px) {
		.et_pb_module.et_pb_text {
		margin-bottom: 0.75% !important;
		}
	}	


/* FOOTER */

#main-footer {
	display: none;
}

.logo-footer {
	width: 200px;
	height: auto;
	margin-bottom: 20px;
}

#main-footer .footer-widget h4 {
    margin-top: 13px;
    margin-bottom: 14px;
}

@media (max-width: 980px) {
#main-footer .footer-widget h4 {
    margin-top: 0px;
}
}

#footer-bottom{
	display: none;
}

#footer-widgets .footer-widget li:before {
    display: none;
}

#footer-widgets .footer-widget li {
    padding-left: 0px;
}

#main-footer {
    background-color: #ffffff;
    border-top: 1px solid #e3e8ed;
}

/* Footer Menu Links */

.msi-footer-menu {
	background: none !important;
	display: block !important;
	text-transform: uppercase;
	color: #333 !important;
	opacity: 1 !important;

}

.msi-footer-menu .et-menu a {
	opacity: 1 !important;
	color: #333 !important;
}

.msi-footer-menu.et_pb_menu .et_pb_menu__menu {
	display: block !important;
}

.msi-footer-menu.et_pb_menu .et_pb_menu__menu > nav {
	display: block !important;	
}

.msi-footer-menu.et_pb_menu .et_pb_menu__menu > nav > ul {
	display: block !important;	
}

.msi-bottom-menu {
	background: none !important;
}

.msi-bottom-menu .et-menu a {
	opacity: 1 !important;
	color: #333 !important;
}


@media (max-width: 980px) {
	.et_pb_menu--style-left_aligned .et_pb_menu__wrap {
		justify-content: flex-start;
	}
	.et_pb_menu .et_mobile_nav_menu {
		display: none;
	}
	.et_pb_menu .et_pb_menu__menu {
		display: block;
	}
}




/* Buttons */

.button-black {
		background-color: #202227 !important;
		color: #fff !important;
		margin-left: 0 !important;
}

.button-black:hover {
		background-color: #000 !important;
}

.button-white {
		background-color: #fff !important;
		color: #202227 !important;
}

.button-white:hover {
    background-color: #f3f3f3 !important;
	color: #202227 !important;
}

.cta-button.et_pb_button.et_pb_bg_layout_light {
  	color: #fff;
	background-color: #ff9d00;
	padding: .5em 1.1em .5em 2.5em;
}

.cta-button.et_pb_button.et_pb_bg_layout_light:hover {
	padding: .5em 1.1em .5em 2.5em !important;
}

.cta-button::before {
    content: "\e023";
    font-family: "ETmodules"!important;
    line-height: inherit;
    font-size: inherit!important;
    opacity: 1;
    margin-left: -1.4em;
    right: auto;
}

.cta-button:hover {
    background-color: #ffae2d !important;
}

.et_pb_button_module_wrapper.et_pb_module {
	margin-top: 20px;
}

.et_pb_button {
  padding: 1em 1.75em !important;
  font-weight: 700 !important;
  min-width: 90px;
  border-radius: 0.5em;
  font-size: 1em; 

}

.et_pb_button.et_pb_bg_layout_light  {
  padding: 1em 1.75em !important;
}

.et_pb_button.et_pb_bg_layout_light:hover  {
  padding: 1em 1.75em !important;
}

.et_pb_button:hover {
}

.et_pb_button:active {
}

.et_pb_button.et_pb_bg_layout_dark {
	padding: 1em 1.75em !important;
}
.et_pb_button.et_pb_bg_layout_dark:hover {
	padding: 1em 1.75em !important;
}

/* Header Columns */

@media (max-width: 979px) {
	.header-column {
	width: 50% !important;
	margin: auto;
	}
}

.flex-row {
	display: flex !important;
	max-width: 90%;
	left: 0em;
	right: 0em;
}

/* Language Switcher */


.trp-ls-shortcode-current-language:before {
  	content:"";
    background:url(/wp-content/themes/msi/icons/language.svg) repeat-y;
    position: relative;
    display: inline-block;
	float: left;
    vertical-align:middle;
    width:24px;
    height:24px;
	top: 5px;
	opacity: 1;
}

.trp-language-switcher > div > a {
	padding: 0.25em 0.25em 0.25em 2em;
	text-align: left;
	color: #fff;
	font-weight: 600;
	transition: all 0.2s ease-in-out;
}

.trp-language-switcher > div {
	box-sizing: border-box;
    padding: 10px 10px 10px 12px;
    border: 0px solid #c1c1c1;
    border-radius: 8px;
    background-image: none;
    background-position: calc(100% - 8px) calc(1em + 0px), calc(100% - 3px) calc(1em + 0px);
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
    background-color: rgba(255,255,255,0);
	transition: all 0.2s ease-in-out;
}

.trp-language-switcher > div > a:hover {
    background: #202227;
}


.trp-ls-shortcode-language.trp-ls-clicked:before {
	content:"";
    background:url(/wp-content/themes/msi/icons/language.svg) repeat-y;
    position: relative;
    display: inline-block;
	float: left;
    vertical-align:middle;
    width:24px;
    height:24px;
	top: 5px;
	opacity: 1;
	
	
}

.trp-ls-shortcode-current-language {
 width: 95px !important;
transition: all 0.2s ease-in-out;
}

.trp-ls-shortcode-language .trp-ls-clicked {
 width: 95px !important;
}

.trp_language_switcher_shortcode .trp-language-switcher .trp-ls-shortcode-language.trp-ls-clicked {
	background: #202227 !important;
	width: 95px !important;
}

.trp-ls-shortcode-current-language:hover {
	background: #202227;
}
/* Special icons */

.et_pb_button_module_wrapper, #button-contact {
	display: inline-block;
	margin-right: 1em;
	margin-left: 0 !important;
	text-align: left !important;
}

@media (max-width: 980px){
	.et_pb_button_module_wrapper, .et_pb_module #button-contact {
	display: flex !important;
	text-align: left !important;
}
}


#button-contact {
	padding: 0.75em 2em 0.75em 2em !important;
	background: #fff !important;
}

#button-contact:hover {
	background: #fff !important;
	opacity: 0.8;
}


#button-contact:before {
	content:"";
    background:url(/wp-content/themes/msi/icons/chat_black.svg) repeat-y;
    position:absolute;
    display:inline-block;
    vertical-align:top;
    width:24px;
    height:24px;
	opacity: 1;
}

#button-mail {
	padding: 0.75em 2em 0.75em 2em !important;
	background: #fff !important;
}

#button-mail:hover {
	background: #fff !important;
	opacity: 0.8;
}

#button-mail:before {
	content:"";
    background:url(/wp-content/themes/msi/icons/mail_black.svg) repeat-y;
    position:absolute;
    display:inline-block;
    vertical-align:top;
    width:24px;
    height:24px;
	opacity: 1;
}

#button-learn {
	padding: 1em 1.75em 1em 3.75em !important;
}

#button-learn:before {
	content:"";
    background:url(/wp-content/themes/msi/icons/learn.svg) repeat-y;
    position:absolute;
    display:inline-block;
    vertical-align:top;
    width:24px;
    height:24px;
	opacity: 1;
}


/* New hamburger Icon */

	
.mobile_menu_bar:before {
	content: "";
    background:url(/wp-content/themes/msi/icons/chat_black.svg) repeat-y;
    display:inline-block;
    vertical-align: middle;
    width:24px;
    height:24px;
	opacity: 1;
	top: 0.2em;
}

.mobile_nav.opened .mobile_menu_bar:before {
	content: "";
    background:url(/wp-content/themes/msi/icons/close_black.svg) repeat-y;
    display:inline-block;
    vertical-align: middle;
    width:24px;
    height:24px;
	opacity: 1;
	top: 0.2em;
}

/* CTA Button in Nav */


.menu_cta {
background-color: #ff9d00;
border: 1px solid #ff9d00;
color: #fff;
padding: 0 !important;
border-radius: 5px;
  box-shadow: 0 2px 2px rgba(0,0,0,0.15);
  transition: box-shadow 0.3s ease-in-out;
}


.menu_cta:hover {
  box-shadow: 0 7px 15px -8px rgba(0,0,0,0.5);
}

.menu_cta a {
color: #fff !important;
padding: 15px 15px 15px 15px !important;
}

.menu_cta a:hover {
opacity:1 !important;
}

@media (min-width: 980px){
.menu_cta a:before {
content: "\e023" !important;
font-family: "ETmodules"!important;;
color: #fff !important;
font-size: 15px !important;
line-height: 1 !important;
position: absolute !important;
left: 12px !important;
opacity: 1 !important;
transform: none !important;	
background: none !important;
padding-top: 8px !important;
}

.menu_cta a {
padding: 15px 15px 15px 35px !important;
}
}



/* Menu Icons */

.nav-chat a {
	color: #202227 !important;
}

.nav-mail a {
	color: #202227 !important;
}

@media (min-width: 981px) {

.nav-chat a {
	padding-left: 2em !important;
}

.nav-chat:before {
	content:"";
    background:url(/wp-content/themes/msi/icons/chat_black.svg) repeat-y;
    position: absolute;
    display:inline-block;
    vertical-align: middle;
    width:24px;
    height:24px;
	opacity: 1;
	top: -4px;
}

.nav-mail a {
	padding-left: 2em !important;
}

.nav-mail:before {
	content:"";
    background:url(/wp-content/themes/msi/icons/mail_black.svg) repeat-y;
    position: absolute;
    display:inline-block;
    vertical-align: middle;
    width:24px;
    height:24px;
	opacity: 1;
	top: -4px;
}

}

/* Mobile Menu */

.et_fixed_nav.et_show_nav #page-container {
	padding-top: 0px !important;
}

@media (max-width: 980px) {
	#main-header {
		max-height: 60px;
		display: none;
	}
	.et_header_style_left #et-top-navigation {
		padding-top: 10px;
	}
	.mobile_menu_bar::before {
    	font-size: 36px;
	}
	.logo_container {
		height: 60px !important;
	}
	.et_menu_container {
		height: 60px !important;
	}
	#page-container {
		padding-top: 0;
	}
}

.et_mobile_menu li a {
    text-align: center;
	text-transform: none;
	font-size: 1em;
	padding:   14px 34px;
	}

/*
.et_mobile_menu li a:hover, .nav ul li a:hover {
    background: none !important;
}
*/

.et_mobile_menu {
    background-color: #fff !important;
    z-index: -1;
    margin-top: -90px;
    padding-top: 13vh !important;
    margin-left: -30px;
    padding: 90px 5% 5% 5%;
    width: calc( 100% + 60px);
	border-top: none;
}


/* Mobile Dropdown */

#main-header .et_mobile_menu li ul.sub-menu.hide {
	display: none !important;
	visibility: hidden !important;
	transition: all 1.5s ease-in-out;
}

#main-header .et_mobile_menu li ul.sub-menu.visible {
	display: block !important;
	visibility: visible !important;
}

.et_mobile_menu .menu-item-has-children > a:after {
  display: none;
}

.et_mobile_menu .menu-item-has-children > a:hover:after {
	border-top: 7px solid #393d44;
}

.et_mobile_menu .menu-item-has-children>a {
    background: none !important;
}

.et_mobile_menu li li {
    padding-left: 0%;
}

.et_mobile_menu li li a {
    font-weight: 400;
}

/* Reverse Column on mobile */

@media screen and ( max-width: 980px ) {
    .reverse-columns {
        display: flex;
        flex-direction: column-reverse;
    }
} 

/* Custom Row Stacking */

@media all and (max-width: 980px) {
/*** wrap row in a flex box ***/
.custom_row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
-webkit-flex-wrap: wrap; /* Safari 6.1+ */
flex-wrap: wrap;
}
 
/*** custom classes that will designate the order of columns in the flex box row ***/
.first-on-mobile {
-webkit-order: 1;
order: 1;
}
 
.second-on-mobile {
-webkit-order: 2;
order: 2;
}
 
.third-on-mobile {
-webkit-order: 3;
order: 3;
}
 
.fourth-on-mobile {
-webkit-order: 4;
order: 4;
}
/*** add margin to last column ***/
.custom_row:last-child .et_pb_column:last-child {
margin-bottom: 30px;
}
 
}

/* Blurb */
.et_pb_blurb_content {
	margin-left: 0;
}

/* Arrow-Down */

.arrow-down {
width: 2em;
height: 2em;
margin-left: 0 !important;
margin-top: 2em;
}

@media only screen and (max-width: 980px) {

.arrow-down {
margin-left: 0 !important;
}
}

/* Logo Column */

.logo-column {
	margin: auto;
	max-width: 50% !important;
}
.et_pb_column_1_6 {
	margin-bottom: auto !important;
}

/* Full height section */


.fullpage-section {
height: 100vh; 
display: flex; 
flex-direction: column; 
justify-content: center;
overflow: hidden;
min-height: -webkit-fill-available;
padding: 0;
}
	
	
.fullpage-section-content {
height: 100vh; 
display: flex; 
flex-direction: column; 
justify-content: center;
overflow: hidden;
min-height: -webkit-fill-available;
padding: 0;
}


@media only screen and (max-width: 980px) {

	
.fullpage-section-content {
height: auto; 
padding-top: 2em;
padding-bottom: 2em;
}
}

/* Mobile Slide Row
@media (max-width: 980px) {
.four-columns .et_pb_column {
min-width: 300px!important;
left: 7.5%;
}
	
.four-columns {
		overflow-x: scroll !important;
		width: 100%;
		padding-right: 14%;
	}
	
.four-columns::-webkit-scrollbar {
  display: none;
}

	
.four-columns {
display: flex;
flex-wrap: nowrap !important;
	}
	
.four-columns>.et_pb_column {
	margin-right: 2em !important;
	margin-bottom: 30px !important;
}
	
}

/* Toggle */
.et_pb_toggle {
	max-width: 950px;
	margin-bottom: 0px !important;
	border: none;
	margin-left: auto !important;
	margin-right: auto !important;
}

.et_pb_toggle {
	border-bottom: 1px solid #000;
	padding-left: 0 !important;
}

.et_pb_toggle_close {
	background-color: rgba(255,255,255, 0);
	border-bottom: 1px solid #666;
}

.et_pb_toggle_open {
	background-color: rgba(255,255,255, 0);
	border-bottom: 1px solid #666;
}

.et_pb_toggle_title {
	color: #333 !important;
}

.et_pb_toggle_title::before {
  content: "\33";
  font-size: 24px !important;
  color: #333 !important;
}

.et_pb_toggle_open .et_pb_toggle_title::before {
  content: "\32";
}

/* sticky nav*/
#onepage {
  position: relative;
  z-index: 999999;
}
#onepage.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0,0,0,.1);
  z-index: 999999;
}
#onepage ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
#onepage li {
  display: inline-block;
  margin: 0 20px;
}
#onepage li a {
  display: block;
  padding: 10px 0;
  color: #555;
  text-decoration: none;
}
#onepage li a:hover {
  color: #222;
}

