/*!
Theme Name: SMS Group
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sms-group
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

SMS Group is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */


@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,400');

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
/* 	Stops horizonatl scroll */
	max-width: 100%;
    overflow-x: hidden;
}


/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 4em;
  line-height: 1.1em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-family: ubuntu;
	font-weight: 500;
	color: #3d577f;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 300;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 0;
}

ul {
	list-style: disc;
	padding-left: 1em;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #3D577F !important;
	text-decoration: none;
}

a:visited {
	color: #3D577F !important;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

#sms-footer-col3 a {
	color: #fff !important;
}

#sms-footer-col3 a:hover, a:active {
	color: #fff !important;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

.hamburger {
	display: none;
}

@media screen and (min-width: 67.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

@media screen and (max-width: 67.5em) {
	.hamburger {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/* Hamburger Menu */
.main-nav-menu {
	display: none;
}

.main-nav-menu {
	background: #84ADF94D;
	margin: 0;
	padding: 10px 0;
}

#mobile-menu {
  padding: 0;
  margin: 0;
  list-style: none;
	text-align: center;
}

#mobile-menu li {
	font-size: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
}

#mobile-menu a {
  text-decoration: none;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
## Custom CSS
--------------------------------------------------------------*/
/* Global START */
h2 {
	font-size: 2.2em;
  line-height: 1.2em;
	margin: 0.67em 0;
}

h3 {
	font-size: 1.5em;
	font-weight: 100;
  line-height: 1.2em;
	margin: 0.67em 0;
}

h4 {
	font-size: 1.2em;
	font-weight: lighter;
  line-height: 1.1em;
	margin: 0.67em 0;
}

#sms-nav-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	/* max-width: 1166px; */
	margin: 0 4%;
    padding: 12px 0;
}

.site-branding {
	margin-left: 15px;
	margin-right: auto;
}

.menu-item {
	padding-left: 40px;
}

#mobile-menu .menu-item {
	padding-left: 0;
}

.menu-item a {
	color: #3D577F;
}

.entry-content {
  margin: 0;
}

.site-footer {
	display: flex;
  justify-content: center;
  padding: 20px 0px 20px 0px;
	color: #435C8E;
	background: white;
}

.gdpr-link {
	color: white;
}

.gdpr-link:visited span {
	color: white;
}

.current-menu-item a {
	color: #dd0741 !important;
	font-weight: bolder;
}

.sms-typography > div h4 {
	line-height: 30px;
}

#page {
	overflow-x: hidden !important;
}
.link {
	text-decoration: none;
}
#sms-apply-now {
	display: flex;
	justify-content: center;
}
.sms-button {
	font-size: 20px;
	background: #3d577f;
	color: white;
	padding: 20px 100px 20px 100px;
	cursor: pointer;
	transition: background .2s ease;
}
.sms-button:hover {
	background: #6D9BF7;
}
a.anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}

a {
	outline: 0 !important;
}

.post-pagination-nav {
	/* border: 1px solid #3d577f;
	border-radius: 20px; */
}

.post-pagination-nav a {
	text-decoration: none;
	color: #3d577f;
}

.sms-partners {
	margin: 0 auto !important;
	max-width: 90%;
	padding: 20px;
}

.sms-section .vc_column-inner  {
	display: flex;
	justify-content: center;
}

.sms-section-cont {
	max-width: 1366px;
	margin: 0 auto !important;
	padding: 20px;
}
/*--------------------------------------------------------------
## Home v3
--------------------------------------------------------------*/
/* WPML Language picker style START */
.wpml-ls-menu-item {
    width: initial !important;
}
.wpml-ls-item {
    background-color: transparent !important;
}
.wpml-ls-menu-item a {
	background-color: transparent !important;
}

.wpml-ls-item:hover {
    background-color: transparent !important;
}
.menu-item-type-wpml_ls_menu_item .sub-menu {
    box-shadow: none;
		padding-left: 0 !important;
		margin-left: 0 !important;
}
.menu-item-type-wpml_ls_menu_item .sub-menu li {
	padding-left: 0 !important;
	list-style: none;
}
.wpml-ls-menu-item a {
	width: 18px;
}
.wpml-ls-menu-item a:hover {
	background-color: transparent !important;
}
.wpml-ls-current-language:hover a {
	background-color: transparent !important;
}
/* WPML Language picker style END */


.home-v3-main {
	width: 100%;
}
.hm3-cont {
	max-width: 1275px;
	margin: 0 auto;
	padding: 0 20px;
}
.hm3-cont-full-right {
	display: flex;
	justify-content: flex-end;
}
.hm3-header {
	width: 100%;
	padding-top: 60px;
	display: flex;
	justify-content: space-between;
}
#ludwig img {
	width: 100%;
	margin-bottom: 50px;
}
#hm3-menu-cont {
	display: flex;
	flex-direction: column;
	text-align: right;
}
#hm3-menu {
	padding: 0 0 0 0;
	outline: none;
}
.hm3-small-text {
	font-size: 14px;
	color: #7B7B7F;
	font-weight: bold;
}
.flex {
		display: flex;
}
.flex-col {
	flex-direction: column;
}
.flex-center {
	justify-content: center;
}
.flex-col-center {
	align-items: center;
}
.flex-col-end {
	justify-content: flex-end;
}
.flex-middle {
	justify-content: center;
	align-items: center;
}
.flex-right {
	justify-content: flex-end;
}
.flex-bottom {
	align-items: flex-end;
}
.flex-space-between {
	justify-content: space-between;
}
.ul-clean {
	list-style: none;
}
#hm3-language {
	font-size: 14px;
	color: #7B7B7F;
}
#hm3-language li:first-child {
	line-height: 9px;
}
.hm3-h1 {
	font-size: 42px;
	max-width: 800px;
}
.hm3-h2 {
	font-size: 30px;
	color: #435C8E;
}
.blue-text {
	color: #778FBB;
}
.hm3-headline {
	display: flex;
	position: relative;
	max-width: 75%;
}
#sms-group-side {
	width: 100px;
	height: 30px;
	position: absolute;
	top: 44px;
	left: 15px;
	color: #BDBDBD;
}
#hm3-main-headline {
	margin-left: 82px;
}
.rotate-text-90 {
	transform: rotate(-10deg);
	/* Safari */
	-webkit-transform: rotate(-90deg);
	/* Firefox */
	-moz-transform: rotate(-90deg);
	/* IE */
	-ms-transform: rotate(-90deg);
	/* Opera */
	-o-transform: rotate(-90deg);
	/* Internet Explorer */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
#hm3-healine-sub {
	margin-top: 150px;
	width: 318px;
	font-size: 14px;
}
.hm3-links a {
	color: #84ADF9;
	font-weight: bold;
	font-size: 20px;
}
.link-top-space {
	margin-top: 20px;
}
.color-blocks {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(2, 55px);
	width: 218px;
}
.sms-black-bg {
	background: black;
}
.sms-dark-grey-bg {
	background: #7B7B7F;
}
.sms-medium-grey-bg {
	background: #BDBDBD;
}
.sms-light-grey-bg {
	background: #E1E1E2;
}
.sms-blue-bg {
	background: #435C8E;
}
.sms-dark-blue-bg {
	background: #778FBB;
}
.sms-medium-blue-bg {
	background: #84ADF9;
}
.sms-light-blue-bg {
	background: #F5F5FE;
}
.sms-medium-blue {
	color: #84ADF9;
}
.no-padding {
	padding: 0;
}
.hm3-top-slider {
	background-image: linear-gradient(-45deg, #435C8E 0%, #778FBB 28%, #84ADF9 100%);
	height: 323px;
}
.top-slider-cars {
	width: 802px;
}
#top-slider-cont {
	max-width: 1275px;
	height: 323px;
	width: 100%;
	margin: 0 auto;
}
.space-between {
	justify-content: space-between;
}
#hm3-top-slider-text {
	top: -120px;
}
#hm3-slider-title {
	width: 407px;
}
#hm3-arrow-down {
	top: -40px;
	left: 250px;
}
.hm3-relative {
	position: relative;
}
.hm3-absolute {
	position: absolute;
}
.slider-nav {
	width: 160px;
	height: 80px;
	display: flex;
}
.slider-left {
	flex-grow:1;
}
.slider-right {
	flex-grow:1;
}
#hm3-top-slider-sub {
	width: 478px;
}
.space {
	height: 500px;
}
#hm3-section-2 {
	margin-top: 260px;
	background-image: linear-gradient(193deg, #FBFBFF 1%, #E1E1E2 100%);
	background-size: 25% 100%;
	background-position: left top;
	background-repeat: no-repeat;
	height: 800px;
}
#section-2-title {
	margin-top: 74px;
	width: 318px;
}
.hm3-features-4 {
	margin-top: 105px;
	margin-bottom: 40px;
	display: grid;
	grid-template-columns: repeat(4, minmax(160px, 1fr));
	grid-column-gap: 90px;
}
.hm3-feat-1 h2 {
	line-height: 0;
	padding-top: 10px;
}
.hm3-feat-1 p {
	padding-top: 10px;
}
#features-link {
	width: 318px;
}
#hm3-games-cont {
	margin-top: 209px;
	width: 1440px;
	height: 357px;
	left: calc(50% - 25%);
}
#hm3-games-grid {
	display: grid;
	grid-template-columns: repeat(6, 233px);
	grid-column-gap: 88px;
}
.hm3-cicle-nav {
	width: 130px;
}
.hm3-circle-nav-left {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #84ADF9;
}
.hm3-cicle-nav-right {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #435C8E;
}
#hm3-gmaes-nav {
	margin-bottom: 20px;
}
#our-games-side {
	top: 320px;
	left: 250px;
	color: #BDBDBD;
}
.partners-logos {
	width: 700px;
}
.partner-logo {
	width: 142px;
	height: 60px;
}
.partners-logos img {
	height: 60px;
	margin: 0 auto;
}
.hm3-partners-title {
	background-image: linear-gradient(193deg, #FBFBFF 1%, #E1E1E2 100%);
	padding: 40px 0 40px 40px;
	width: 1500px;
}
.hm3-partners-title h2 {
	width: 233px;
}
#automotive-partners-cont {
	margin-top: 125px;
}
#automotive-partners-inner {

}
.side-prompt-cont {

}
.side-prompts {
	align-items: flex-end;
	background: #84ADF9;
	width: 323px;
	height: 1060px;
	color: white;
	top: 265px;
	left: -1100px;
}
.side-prompts p {
	margin-bottom: 70px;
}
.side-prompt-arrow-left {
	bottom: -40px;
	left: 70px;
}
#birdseye-car {
	width: 272px;
	margin-left: 100px;
}
#pcars-ident {
	margin-left: 100px;
	margin-bottom: 30px;
}
#section-tech {
	margin-top: 50px;
}
#grey-box-bg {
	width: 320px;
	height: 640px;
	background: #E1E1E2;
}
.side-bg {
	align-items: flex-end;
	background: #E1E1E2;
	width: 3060px;
	height: 640px;
	color: white;
	top: 100px;
	left: -1100px;
	z-index: -1;
}
#technology-section {
	margin-top: -465px;
}
#tech-box-section {
	margin-top: 80px;
}
.tech-box-grey {
	height: 100%;
	width: 100%;
	background-image: linear-gradient(-193deg, #FBFBFF 1%, #E1E1E2 100%);
}
.tech-box-blue {
	height: 100%;
	width: 100%;
	background-image: linear-gradient(-44deg, #435C8E 0%, #778FBB 28%, #84ADF9 100%);
}
#hm3-madness-logo {
	margin-bottom: 85px;
	height: 100px;
}
#hm3-iotech-logo {
	margin-bottom: 85px;
	height: 100px;
}
.tech-box-text {
	padding: 90px;
}
.left-arrow_box {
	position: relative;
	background: #fff;
}
.left-arrow_box:after {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 100px;
	width: 50px;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #fff;
	border-width: 50px;
	margin-top: -50px;
}

/* Home page style */

.sms-button-center {
    display: flex;
    justify-content: center;
}
.sms-button-right {
    display: flex;
    justify-content: flex-end;
}

.sms-btn,
button {
  background: #435C8E;
  border: none;
  font-size: 10px;
  font-size: 1rem;
  background-color: #435C8E;
  color: white;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 14px 21px;
  padding: 1.4rem 2.1rem;
  border: transparent;
  transition: color 0.1s cubic-bezier(0.16, 0.08, 0.355, 1), background 0.1s cubic-bezier(0.16, 0.08, 0.355, 1);
  display: inline-block;
  cursor: pointer;
  width: 100%;
  min-width: 200px;
  outline: none;
  vertical-align: middle;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.sms-btn-n button {
    background: white;
    color: #435C8E;
}
@media (min-width: 400px) {
  .sms-btn,
  button {
    width: auto;
  }
}
@media (min-width: 800px) {
  .sms-btn,
  button {
    font-size: 1.1rem;
    padding: 1.6rem 2.8rem;
  }
}
.sms-btn:hover,
button:hover {
  background: #84ADF9;
  border-color: transparent;
  color: #fff;
}
.btn-border {
  background-color: transparent;
  color: #1d1d1d;
}
.btn-arrow {
  position: relative;
  transition: background-color 300ms ease-out;
}
.btn-arrow span {
  display: inline-block;
  position: relative;
  transition: all 300ms ease-out;
  will-change: transform;
}
.btn-arrow:hover span {
  -webkit-transform: translate3d(-1rem, 0, 0);
          transform: translate3d(-1rem, 0, 0);
}
.btn-arrow svg {
  position: absolute;
  width: 1.1em;
  right: 0px;
  right: 0rem;
  opacity: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  transition: all 300ms ease-out;
  will-change: right, opacity;
}
.btn-arrow svg * {
  stroke-width: 5;
  stroke-color: transparent;
}
.btn-arrow:hover svg {
  opacity: 1;
  right: -2rem;
}

.absolute {
    position: absolute;
}
.relative {
    position: relative;
}
#ludwig-above-endorsements {
    left: -350px;
}
#ludwig-above-people {
    left: 180px;
}

.sms-hover {
    transition: box-shadow 1s ease;
}

.sms-hover:hover {
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.3);
}

#map {
  overflow-x: hidden;
  overflow-y: hidden;
}

.sms-mgmt-img-cont {
    border: 0 !important;
}

.ult-ih-info {
    border: 0;
    transition: box-shadow 1.5s ease;
}
.ult-ih-info:hover {
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.3);
}

.sms-hover-shadow {
    transition: box-shadow 1.5s ease;
}

.sms-hover-shadow:hover {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
}

#sms-team-slider-cont {
    height: 550px;
}

#madness-top {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
}

#madness-logo {
    width: 30%;
}

.madness-text {
	padding: 0 0 20px 0;
	width: 70%;
	height: 250px;
}

#madness-text {
    padding-top: 30px;
}

#madness-text h4 {
    margin: 0;
		line-height: 1.6em !important;
}

.madness-text h4 {
		line-height: 1.6em !important;
}

#madness-section {
    background-image: linear-gradient(-137deg, #FFFFFF 39%, #F4F4F4 100%);
		padding-left: 30px;
		padding-right: 30px;
}

.sms-button-center {
    padding-bottom: 0 !important;
}

#madness-bottom {
    margin-top: 5%;
}

#blue-ludwig-gap {
    background-image: linear-gradient(-44deg, #435C8E 0%, #778FBB 28%, #84ADF9 100%);
}
.mgmt-line {
    height: 40px !important;
    width: 100% !important;
    background-image: linear-gradient(-44deg, #435C8E 0%, #778FBB 28%, #84ADF9 100%) !important;
}
.ult-ih-image-block {
    border-bottom: 5px solid #84ADF9;
}
.endorsement-cont {
    width: 70%;
    margin: 0 auto;
}
.slick-prev {
    padding-right: 50px !important;
}
.slick-next {
    padding-left: 50px !important;
}
.slick-prev, .slick-next {
    height: 50px !important;
}

.slick-prev::before, .slick-next::before {
    display: none;
}

.slick-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.slick-track {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

#iotech-text {
	/* padding-bottom: 25px; */
}

.ult-ih-info {
	border: 0 !important;
}

.mgmt-mobile-text {
	display: none;
}

/* Games page */

.games-text-col {
	padding-top: 5vh;
}
.games-cont {
	padding-top: 5vh;
}

.mobile-text-center {
	/* padding-left: 40px !important; */
}

.text-video {
	padding-top: 10% !important;
}

.tech-video, .tech-text {
	padding-right: 20% !important;
}


.sms-tech-white-col {
    height: 100vh;
}

#sms-tech-madness .vc_column-inner {
    background-position: 180px 575px !important;
}


/*#sms-tech-scrollable-text {*/
/*    height: 40vh;*/
/*    overflow: scroll;*/
/*}*/

#sms-tech-vr-bg .vc_column-inner {
    background-position: 180px 460px !important;
}

#sms-tech-auto-bg .vc_column-inner {
    background-position: 180px 460px !important;
}

#sms-tech-top-bar {
    height: 10vh;
}

.sms-tech-right-cont {
    width: 100%;
    overflow: hidden;
}

.sms-tech-right-inner {
    height: 100%;
    overflow-y: scroll;
    padding-right: 17px;
}


#sms-tech-blue-block {
    position: relative;
    left: -5%;
}

#sms-tech-auto-line-seperator .vc_sep_line {
    width: 1000px;
    left: -150px;
}

/*.sms-scroll-icon {*/
/*    background-image: url(http://localhost:8888/sms-group/wp-content/uploads/2018/04/scroll-down-noun_496876_cc.svg) !important;*/
/*    background-repeat: no-repeat !important;*/
/*    background-position: calc(50% + 0px) 95% !important;*/
/*    background-size: auto !important;*/
/*}*/

#sms-iotech-copy {
    border-left: 4px solid red #cc2d46;
}


.mobile-show-tab {
	display: none !important;
}

.tech-video {
	padding-top: 8%;
}

#tech-vr-img {
	width: 80%;
}

#tech-mobile-bottom-section {
	padding-top: 90px;
}

#footer-ludwig {
	height: 150px !important;
}

/* Contact page */

#sms-contact-hero-img {
    height: 450px;
}
.sms-row-inner-cont {
    max-width: 1166px;
    margin: 0 auto !important;
		padding-left: 30px;
		padding-right: 30px;
}
#sms-contact-map div {
    padding: 0;
}
#sms-contact-map {
	padding-right: 50px;
}
.sms-contact-typography h2 {
    color: #3d577f;
    margin-top: 0;
}

#sms-contact-email a {
    text-decoration: none;
    color: #3d577f;
}

#sms-contact-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto auto;
    grid-gap: 20px;
    justify-content: start;
}
.your-email {
    grid-column: 1 / 3;
    grid-row: 1 / 1;
}
.your-name {
    grid-column: 1 / 2;
    grid-row: 2/3;
}
.your-lastname {
    grid-column: 2/3;
    grid-row: 2/3;
}
.your-message {
    grid-column: 1/3;
    grid-row: 3/5;
}
.your-message textarea {
    height: 8em;
}
#sms-contact-submit {
    grid-row: 5/6;
    grid-column: 1/2;
}
#repactcha {
    grid-row: 6/7;
    grid-column: 1/2;
}

input[type="text"],
input[type="email"],
textarea
{
    background-color: #fff;
    color: #000;
    width: 100%;
    border-radius: 0;
    padding: 10px;
    border: 1px solid #e6e6e6;
}

#sms-contact-submit {
    padding: 10px 0;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0;
    border: none;
    cursor: pointer;
    background: #3d577f;
    color: white;
    width: 302px;
}

#sms-licensing-submit {
    padding: 10px 0;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0;
    border: none;
    cursor: pointer;
    background: #3d577f;
    color: white;
    width: 302px;
}

#licensing-form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 20px;
    color: #777;
}

#licensing-form span {
    /*margin-top: 10px;*/
}

.l-fields {
    margin: 10px 10px;
    width: 300px !important;
    padding: 10px;
}

.wpcf7-response-output, .wpcf7-mail-sent-ok, .wpcf7-validation-errors, .wpcf7-acceptance-missing {
    border: 0px !important;
}
#contact-recaptcha {
    margin-top: -20px;
}
#license-recaptcha {
    margin-top: 25px;
}
.contact-forms-mobile {
	padding-right: 100px;
}

#contact-top-section {
	padding-top: 50px;
	padding-bottom: 100px;
}
#contact-address-section {
	padding-top: 50px;
	padding-bottom: 25px;
}
#contact-license-section {
	padding-top: 30px;
	padding-bottom: 80px;
}

/* Contact page end */

.sms-news-post-grid #sms-jobs-grid-link {
	width: 370px !important;
}

.sms-news-page-post-title-cont {
	width: 370px !important;
}


/* Social Share Buttons Start */

.heateor_sss_sharing_ul {
	display: grid;
	width: 100%;
	grid-template-columns: repeat(3,1fr);
	grid-column-gap: 10px;
}
.heateorSssSharing {
	width: 100% !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
}
.heateorSssFacebookBackground::before {
	content: "Share on Facebook";
	padding-left: 20px;
	font-size: 0.9em;
}
.heateorSssTwitterBackground::before {
	content: "Share on Twitter";
	padding-left: 20px;
	font-size: 0.9em;
}
.heateorSssRedditBackground::before {
	content: "Share on Reddit";
	padding-left: 20px;
	font-size: 0.9em;
}
.heateorSssSharingSvg {
	width: 30% !important;
	margin-top: 0 !important;
	margin-right: 10px !important;
}
/* Social Share Buttons End */

.post-pagination-nav .current {
	color: red;
}


#footer-newsletter-gdpr {
	margin: 10px 0 0 0;
}

#footer-newsletter-gdpr input {
	/* margin-right: 10px; */
}

#wpcf7-f351-p468-o1 .wpcf7-mail-sent-ok {
	margin-left: 0;
	padding-left: 0;
}

#cookie-notice .button.wp-default {
	border: none;
	border-radius: 0px;
}

/* 404 page start */

.error-404 {
	height: 100vh;
	padding: 100px 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#text-404 {
	margin-left: 200px;
	text-align: left;
}

.error-404 h2 {
	color: #3D577F;
}

.error-404 .page-title, .page-content, p {
	margin: 20px 0px;
}

#button-404 {
	margin-top: 20px;
}

#cont-404 {
	display: flex;
	align-items: flex-end;
}

/* 404 page end */


/* People Page Start */

.vc_pageable-load-more-btn {
	display: none;
}



/* People Page End */







































/*--------------------------------------------------------------
## Responsive
--------------------------------------------------------------*/
@media (min-width: 768px) {
    #sms-games-car.wpb_single_image img {
    max-width: 70%;
    }
}

@media (max-width: 768px) {
	.sms-partners-title h3 {
		text-align: center !important;
	}
	.sms-partners {
		padding: 50px 0;
	}
}


@media (max-width: 1166px) {
		/* .sms-partners {
			padding: 0;
		} */
}

@media (max-width: 1024px) {
	.mgmt-mobile-text {
		display: block;
	}
	.ult-ih-info {
		display: none !important;
	}
}

/* Global END */

/* CSS from Customizer imported START */

.page {
	margin-bottom: 0;
}

.sms-margin-reset * {
	margin: 0;
}

.custom-logo {
	padding-top: 5px;
}

.sms-cc-row {
	height: 70vh;
}

.sms-features .wpb_wrapper {
	display: flex;
}

.sms-features-img .vc_single_image-wrapper {
	width: 50px;
}

.sms-features-text p {
	margin-top: 0;
	padding-left: 20px;
}

.sms-white {
	color: white;
}

.sms-blue {
	color: #3D577F;
}

#sms-google-map > div {
	padding: 0;
}

#sms-footer-menu .menu-item a {
	text-decoration: none;
	color: white;
}

#sms-footer-menu ul {
	list-style: none;
}

#menu-menu-1 {
	margin: 0;
	padding: 0;
}

#sms-footer-menu .menu-item {
	padding-left: 0;
}

#sms-newsletter-container {
	display: flex;
	margin-bottom: 10px;
	margin-top: 10px;
}

#sms-newsletter .wpcf7-email {
	border-radius: 0;
	border-style: none;
	width: 100%;
}

#sms-newsletter-join {
	border: none;
	border-radius: 0;
	background: #CC2D46;
	color: white;
	font-size: 1em;
	padding: 0 20px;
	cursor: pointer;
}

.wpcf7-response-output {
	margin: 10px 0;
	border: 0;
	font-size: 0.8em;
	padding-left: 0;
}

/* .sms-mgmt-row {
	border-bottom: 1px solid #3D577F;
} */

.sms-mgmt-img-cont {
	margin-bottom: 0 !important;
}

.sms-mgmt-img-cont li {
	margin-bottom: 0 !important;
}

.sms-mgmt-img-cont .ult-ih-image-block,.ult-ih-info {
/* 	border: 1px solid #3D577F; */
}

.sms-updates-title p {
	height: 72px;
	overflow: hidden;
	color: #3D577F;
}

header {
	background: rgba(255,255,255,0.9) !important;
	position: fixed;
	top: 0;
	transition: top 0.5s ease-in-out;
	width: 100%;
	z-index: 9999;
}

.nav-up {
  top: -95px;
}

.entry-header {
	display: none;
}

.sms-cont {
	width: 1166px;
	margin: 0 auto;
}

.sms-games-bottom-border {
	padding-bottom: 2%;
}

/* Games page: lightbox remove bottom nav */
.nch-lb-bar {
	display: none;
}
.sms-shadow {
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.3););
}
.sms-shadow img {
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
}

.sms-tech-video-shadow img {
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.3);
box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.3);
	border: none !important;
}

/* Hide menu appearing at footer, needs to be looked at again */
#secondary {
	display: none !important;
}

/* CSS from Customizer imported END */

/* SMS Footer START */

.entry-footer {
	display: none;
}

.sms-footer {
	height: auto;
	width: 100%;
	background-image: linear-gradient(-45deg, #435C8E 0%, #778FBB 28%, #7790BD 38%, #84ADF9 100%);
	padding: 100px 0;
	display: flex;
	justify-content: center;
	color: white;
}

.sms-footer-cols-cont {
	margin: 0 4%;
	display: grid;
	grid-template-columns: 1fr 1fr 0.5fr 2fr;
	grid-column-gap: 10%;
}
#footer-social-links {
        margin-top: 10px;
}
#footer-social-links img {
	margin-right: 5px;
}
.sms-footer-cols {
	height: auto;
}
.sms-footer-red-line {
	width: 40%;
	border-top: 4px solid #CC2D46;
	padding-bottom: 15px;

}
.sms-footer-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0 0 15px 0;
}

.sms-footer-navigation li {
	padding: 0;
}

.sms-footer-navigation a {
	color: white;
	text-decoration: none;
}

.current_page_item {
	color: #dd0741 !important;
}

/* SMS Footer START */


/* Jobs Posts Grid START */

.sms-jobs-post-grid-cont {
	max-width: 1166px;
	margin: 0 auto 100px auto;
	padding-left: 30px;
	padding-right: 30px;
}
.sms-jobs-post-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-auto-flow: row;
	grid-gap: 20px;
}

@media only screen and (max-width: 1120px) {
	.sms-jobs-post-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.sms-staff-image {
		height: 40vh !important;
	}
	#box1-trig,#box2-trig,#box3-trig,#box4-trig,#faq-box1-trig,#faq-box2-trig,#faq-box3-trig,#faq-box4-trig {
		pointer-events: none;
	}
}

@media only screen and (max-width: 580px) {
	.sms-jobs-post-grid {
		grid-template-columns: 1fr;
	}
	.sms-staff-image {
		height: 20vh !important;
	}
}

.sms-jobs-posts {
	padding: 20px;
	background: #F5F5F5;
	height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
	transition: background 0.5s ease, box-shadow 1s ease;
}
.sms-jobs-posts:hover {
	background: #6D9BF7;
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.3);
}
.sms-jobs-posts:hover .sms-jobs-post-title {
	color: white;
}
#sms-jobs-grid-link {
	text-decoration: none;
}
.sms-jobs-post-title {
	height: 50px;
	display: flex;
  	align-items: center;
	color: #3d577f;
	transition: color 0.5s ease 0.1s;
	text-transform: uppercase;
}

/* Jobs Posts Grid END */

/* Job Page Template START */
.sms-job-page-content-area {
	max-width: 1166px;
	margin: 90px auto 100px auto;
	display: grid;
	grid-template-columns: 3fr 1.5fr;
	grid-column-gap: 40px;
	padding-left: 30px;
	padding-right: 30px;
}

.sms-job-page-sidebar .sms-news-page-post-title {
	font-size: 15px;
	justify-content: flex-start;
}
.sms-job-page-sidebar .sms-news-post-date {
	text-align: left;
	background: #84ADF9;
	color: white;
}
.sms-news-post-date {
	background: #84ADF9;
	color: white;
}
.sms-job-page-sidebar .sms-news-page-post-title {
	width: 100%;
}
.sms-single-page-title {
	color: #3d577f;
}

.sms-job-page-sidebar-post-grid {
	display: grid;
	grid-row-gap: 20px;
}
#sms-job-page-job-posts {
	height: 100px;
}



/* Job Page Template END */



/* News Single Post START */

.sms-news-posts {
	background: ;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: center;
	transition: background 0.5s ease, box-shadow 1s ease;
	display: flex;
	flex-direction: column;
}
.sms-news-posts:hover {
	background: #3d577f;
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.3);
}
.sms-news-posts:hover .sms-jobs-post-title {
	color: white;
}
.sms-side-news-posts {
	width: 100%;
	height: 100%;
}
.sms-side-news-posts img {
	height: 208px;
}
.sms-news-post-title {
	height: 50px;
	padding: 20px 20px 30px 20px;
	display: flex;
	font-size: 18px;
  align-items: center;
	color: #E1E1E2;
	transition: color 0.5s ease 0.1s;
}
.sms-post-date {
	margin-bottom: 10px;
}

/* News Single Post END */

/* News Page START */
.sms-news-post-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
	grid-auto-rows: repeat(5, 1fr);
	object-fit: cover;
	grid-auto-flow: row;
	grid-gap: 20px;
}
.sms-news-page-grid-cont {
	max-width: 1166px;
	margin: 0 auto 0px auto;
}
.sms-news-page-content-area {
	max-width: 1166px;
	margin: 90px auto 0px auto;
	display: grid;
	grid-template-columns: 3fr 1.5fr;
	grid-column-gap: 40px;
}

.nav-links {
	height: 100px;
	text-align: center;
	margin-top: 50px;
}
.post-image-size {
	height: 208px !important;
}
.sms-news-page-post-title {
	transition: color 1s ease 0.1s;
	text-transform: uppercase;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 20px;
	background: #E1E1E2;
	color: #435C8E;
	padding: 0 20px;
}
.sms-news-page-post-title-cont {
	text-align: initial;
	text-decoration: none;
	color: #3d577f;
	transition: color 1s ease 0.1s;
	width: 100%;
}
.sms-news-posts:hover .sms-news-page-post-title {
	color: #3D577F;
}
.sms-news-post-image {
/* 	display: flex; */
}
.sms-news-post-image img {

}
.sms-news-page-posts {
	height: 100%;
}
.sms-news-post-date {
	margin-bottom: 0px;
	background: #fafafa;
	color: white;
	padding: 0 20px;
	text-align: center;
	background: #84ADF9;
}
.sms-news-alt-boxes {
	background: #fafafa;
}

.category-news img {
	margin-top: 20px;
	margin-bottom: 20px;
}

.category-news .video {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}

.category-news h4 {
	font-weight: bold;
	line-height: 1.2em;
}

.category-news .blog-content {
	margin-bottom: 40px;
}

/* Hide post thumbnails */
.attachment-post-thumbnail {
display:none;
}

/* oEmbed Youtube videos to be full width */
.sms-job-page-content-area .video {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.sms-job-page-content-area .video:before {
    content: "";
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    display: block;
    overflow: hidden;
}

.sms-job-page-content-area .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sms-footer-navigation .current-menu-item a {
	color: #CC2D46;
	font-weight: bold;
}

/* Optimise for iOS animation */
transform: translate3d(0,0,0);
-webkit-transform: translate3d(0,0,0);


@-webkit-keyframes scrollability {
    0% {
        -webkit-transform: translate3d(0, 10px, 0);
    }
    1% {
        -webkit-transform: translate3d(0, 11px, 0);
    }
    99% {
        -webkit-transform: translate3d(0, 290px, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 292px, 0);
    }
}


/* Normal style */
























/* Other sizes */

@media only screen and (max-width: 1428px) {
	.madness-text {
		height: 300px  !important;
	}
}


@media only screen and (max-width: 1366px) {
	.games-text-col {
		padding-top: 0px;
		padding-bottom: 0px;
	}
}

@media only screen and (max-width: 1190px) {
	.sms-news-post-grid {
		justify-items: center;
	}
	.sms-news-post-grid #sms-jobs-grid-link {
		max-width: 370px;
	}
	.sms-news-page-post-title {
		font-size: 17px;
	}
	.sms-single-page-title {
		text-align: left;
	}
	#cookie-notice .button.wp-default {
		margin: 10px;
	}
}

@media only screen and (max-width: 1150px) {
	.sms-news-page-content-area .sms-single-page-title {
		padding-left: 20px;
	}
}

@media only screen and (max-width: 1170px) {
	.madness-text {
		height: 350px !important;
	}
}

@media only screen and (max-width: 1014px) {
	.madness-text {
		height: 380px  !important;
	}
}

@media only screen and (max-width: 991px) {
	.tech-text {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	.tech-video {
		padding: 30px 30px !important;
	}
	.mobile-hide-tab {
		display: none !important;
	}
	.mobile-show-tab {
		display: block !important;
	}
	.tech-mobile-section {
		padding-top: 90px;
	}
	.tech-mobile-section > div {
		padding-bottom: 40px;
	}
	#tech-mobile-bottom-section {
		padding-top: 0px;
		padding-bottom: 0px !important;
	}
	.tech-mobile-section .vc_column-inner {
		background-color: transparent !important;
	}
	#tech-iotech-section {
		height: initial !important;
		/* padding-bottom: 80px !important; */
	}
	#tech-iotech-section .fp-tableCell {
		height: initial !important;
	}
	#tech-mobile-bottom-section > div {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

@media only screen and (max-width: 880px) {
	.sms-job-page-content-area {
		display: grid;
		grid-template-columns: 1fr;
		grid-column-gap: 40px;
	}
	.post-template #sms-jobs-grid-link {
		width: 370px !important;
		margin: 0 auto !important;
	}
	.post-template .sms-single-page-title {
		/* text-align: center !important; */
	}
	.sms-job-page-sidebar {
		margin-top: 50px;
	}
}


@media only screen and (min-width: 769px) {
	.desktop-hide {
		display: none;
	}
}

@media only screen and (max-width: 768px) {
	.mobile-text-center {
		text-align: center !important;
		/* padding-left: 0px !important; */
	}
	.mobile-button-center {
		display: flex;
		justify-content: center;
	}
	.games-cont {
		padding-top: 14vh;
	}
	.tech-mobile-section .mobile-text-center {
		text-align: center !important;
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	.sms-footer {
		padding: 40px 0;
	}
	.sms-footer-cols-cont {
		grid-template-columns: repeat(1, 1fr);
		grid-template-rows: 240px 270px 350px;
		text-align: center;
	}
	#footer-social-links img {
	margin: 0px 5px;
}
	.sms-footer-cols .sms-footer-red-line {
		margin: 0 auto;
	}
	#footer-ludwig {
		width: 50%;
		margin: 0 auto !important;
	}
	.site-footer {
		text-align: center;
	}
	.mobile-hide {
		display: none;
	}
	.desktop-hide {
		display: block;
	}
	.people-pics-mobile {
		height: auto !important;
	}
	.people-mobile-grid .vc_pageable-slide-wrapper {
		display: flex;
		flex-basis: auto;
		justify-content: center;
		flex-wrap: wrap;
	}
	.people-mobile-grid .vc_grid-item {
		width: 30%;
	}
	.people-mobile-grid .vc_gitem-post-data-source-post_title {
		margin-top: 0px !important;
		font-weight: bold;
		color: #3D577F;
	}
	.people-mobile-grid .vc_gitem-post-data {
		margin-bottom: 10px !important;
	}
	.sms-job-page-content-area .sms-job-page-sidebar-post-grid {
		grid-template-columns: 1fr 1fr;
		grid-gap: 20px;
	}
	.sms-job-page-content-area .sms-side-news-posts img {
		height: 208px !important;
	}
	.sms-job-page-sidebar {
		margin-top: 50px;
	}
	.sms-job-page-sidebar .sms-single-page-title {
		/* text-align: center; */
		margin-bottom: 40px;
	}
	.sms_jobs-template-single-sms-jobs {
		/* text-align: center; */
	}
	.contact-forms-mobile {
		padding-right: 0px;
	}
	.form-mobile-center {
		text-align: center;
		margin: 0 auto;
	}
	.contact-recaptcha > div {
		width: 100% !important;
	}
	#sms-contact-map {
		padding-right: 0px;
	}
	#contact-top-section {
		padding-top: 0px;
		padding-bottom: 20px;
	}
	#contact-address-section {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	#contact-license-section {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.sms-svg-3 {
		text-align: center !important;
	}
	#sms-newsletter-container {
		justify-content: center;
		padding-left: 25px;
	}
	.sms-news-page-content-area {
		grid-template-columns: 1fr;
	}
	.sms-single-page-title {
		/* text-align: center; */
	}
	.sms-job-page-content-area .sms-job-page-sidebar-post-grid {
		grid-template-columns: 1fr;
		grid-gap: 20px;
		max-width: 350px;
		margin: 0 auto;
	}
	.madness-text {
		height: auto !important;
	}
	#hm3-madness-logo {
		margin-bottom: initial;
	}
	#hm3-iotech-logo {
		margin-bottom: initial;
	}
	.error-404 {
    height: 100vh;
		padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    align-items: flex-end;
	}
	#cont-404 {
    flex-direction: column;
    align-items: center;
		justify-content: flex-end;
	}
	#text-404 {
    margin-left: initial;
    text-align: center;
	}
	#text-404 {
    margin-top: 20px;
	}
	.sms-news-page-content-area .sms-single-page-title {
		text-align: center;
		padding-left: initial;
	}
	#home-map {
		display: none !important;
	}
}

@media only screen and (max-width: 650px) {
	.people-mobile-grid .vc_grid-item {
		width: 50%;
	}
	.timeline .content {
		display: flex;
		flex-direction: column;
	}
	.sms-timeline-content-cont {
		margin-bottom: 20px;
		flex-basis: initial !important;
		text-align: center;
	}
}

@media only screen and (max-width: 470px) {
	.sms-job-page-content-area #primary {
		max-width: 380px !important;
		margin: 0 auto !important;
	}
	.sms-job-page-content-area #primary h1 {
		font-size: 2.4em;
	}
}


/* iPhone SE */
@media only screen and (max-width: 414px) {
	.sms-partners {
			padding: 10px;
	}
	#tech-mad-logo {
		padding: 0 30px;
	}
	h1 {
		font-size: 2em;
		line-height: 1em;
	}
	h2 {
		font-size: 1.5em;
		line-height: 1em;
	}
	h3 {
		font-size: 1.3em;
	}
	h4 {
		line-height: 30px;
	}
	.partner-logo-slider > div {
		padding: 0 !important;
	}
	.sms-section > div > div {
		padding: 0 !important;
	}
	#madness-logo {
		width: 100% !important;
	}
	#madness-top {
		padding: 30px;
	}
	.mobile-padding {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
	#hm3-madness-logo {
		width: 100% !important;
	}
	.madness-text {
		width: 100%;
	}
	.tech-containers {
		margin-bottom: 0 !important;
	}
	.remove-padding {
		padding: 0 !important;
	}
	#madness-section {
		padding-bottom: 40px !important;
		margin-bottom: 0 !important;
	}
	#ludwig-above-people {
		left: 0px !important;
	}
	#ludwig-above-endorsements {
		left: 0 !important;
	}
	#management-bg {
		padding: 0px !important;
	}
	.mgmt-cont ul li {
		margin: 0px !important;
	}
	.slick-prev {
		display: none !important;
	}
	.slick-next {
		display: none !important;
	}
	.endorsement-cont {
	    width: 100% !important;
	    margin: 0 auto;
	}
	.slick-slide {
		width: 100% !important;
	}
	.mgmt-mobile-text {
		display: block;
	}
	#sms-nav-container {
		padding: 0px;
	}
	.site-branding {
		width: 45%;
	}
	.sms-section-cont {
		padding: 0px;
	}
	.sms-news-post-grid #sms-jobs-grid-link {
		max-width: 280px;
	}
	.sms-news-page-post-title-cont {
		width: 100% !important;
	}
	.sms-news-page-posts .post-image-size {
		height: 157px !important;
	}
	.mgmt-mobile-text, .endorsement-cont {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
	.heateor_sss_sharing_ul {
		grid-template-columns: 1fr;
	}
	.post-template #sms-jobs-grid-link {
		width: 250px !important;
	}
	.sms-job-page-content-area .sms-side-news-posts img {
		height: 200px !important;
		width: auto;
	}
	.l-fields {
	    width: 200px !important;
	}
	#sms-contact-submit {
		width: 200px !important;
	}
	#sms-licensing-submit {
		width: 200px !important;
	}
}

@media only screen and (max-width: 370px) {
	.sms-job-page-content-area .sms-button {
		padding: 20px 70px 20px 70px;
		width: 100%;
		text-align: center;
	}
}

@media only screen and (max-width: 320px) {
	.sms-news-page-grid-cont .sms-news-post-grid {
		justify-content: center;
	}
	.sms-news-post-grid #sms-jobs-grid-link{
		width: 220px !important;
	}
	.sms-news-page-post-title-cont {
		width: 220px !important;
	}
	.sms-news-page-posts .post-image-size {
		height: 123px !important;
		width: 220px !important;
	}
	.sms-job-page-content-area #primary {
		max-width: 250px !important;
		margin: 0 auto !important;
	}
	.post-template #sms-jobs-grid-link {
		width: 250px !important;
	}
	.sms-job-page-content-area .sms-side-news-posts img {
		height: 141px !important;
		width: 100%;
	}
	.sms-news-page-post-title-cont {
		width: initial !important;
	}
	.sms-job-page-content-area #primary h1 {
    font-size: 1.8em;
    padding: 0;
	}
	.sms-news-page-post-title {
    font-size: 13px;
    text-align: center;
	}
}

/*---Hide reCaptcha v3 visible seal---*/
.grecaptcha-badge {
opacity:0 !important;
}