/* CSS Document */

/* FROM ICONS.CSS */
@font-face {
  font-family: 'fontello';
  font-display: swap;
  src: url('https://esdemo2.convertlanguage.com/wp-content/themes/motionpoint/fonts/fontello.eot?73487513');
  src: url('https://esdemo2.convertlanguage.com/wp-content/themes/motionpoint/fonts/fontello.eot?73487513#iefix') format('embedded-opentype'),
       url('https://esdemo2.convertlanguage.com/wp-content/themes/motionpoint/fonts/fontello.woff2?73487513') format('woff2'),
       url('https://esdemo2.convertlanguage.com/wp-content/themes/motionpoint/fonts/fontello.woff?73487513') format('woff'),
       url('https://esdemo2.convertlanguage.com/wp-content/themes/motionpoint/fonts/fontello.ttf?73487513') format('truetype'),
       url('https://esdemo2.convertlanguage.com/wp-content/themes/motionpoint/fonts/fontello.svg?73487513#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('https://esdemo2.convertlanguage.com/wp-content/themes/motionpoint/fonts/fontello.svg?73487513#fontello') format('svg');
  }
}
*/

audio, canvas, progress, video {display: inline-block;vertical-align: baseline;}audio:not([controls]) {display: none;height: 0;}[hidden], template {display: none;}a:active, a:hover {outline: 0;}abbr[title] {border-bottom: 1px dotted;}b, strong {font-weight: bold;}dfn {font-style: italic;}mark {background: #ff0;color: #000;}small {font-size: 80%;}sub, sup {font-size: 75%;line-height: 0;position: relative;vertical-align: baseline;}sup {top: -0.5em;}sub {bottom: -0.25em;}svg:not(:root) {overflow: hidden;}figure {margin: 1em 40px;}pre {overflow: auto;}code, kbd, pre, samp {font-family: monospace, monospace;font-size: 1em;}button[disabled], html input[disabled] {cursor: default;}button::-moz-focus-inner, input::-moz-focus-inner {border: 0;padding: 0;}input {line-height: normal;}input[type="checkbox"], input[type="radio"] {box-sizing: border-box;padding: 0;}input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {height: auto;}input[type="search"] {-webkit-appearance: textfield;-moz-box-sizing: content-box;-webkit-box-sizing: content-box;box-sizing: content-box;}input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}fieldset {border: 1px solid #c0c0c0;margin: 0 2px;padding: 0.35em 0.625em 0.75em;}legend {border: 0;padding: 0;}textarea {overflow: auto;}optgroup {font-weight: bold;}table {border-collapse: collapse;border-spacing: 0;}td, th {padding: 0;}input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea, select {height: 38px;padding: 6px 10px;background-color: #fff;border: 1px solid #D1D1D1;border-radius: 4px;box-shadow: none;box-sizing: border-box;}input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea {-webkit-appearance: none;-moz-appearance: none;appearance: none;}textarea {min-height: 65px;padding-top: 6px;padding-bottom: 6px;}input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="text"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, textarea:focus, select:focus {border: 1px solid #33C3F0;outline: 0;}label, legend {display: block;margin-bottom: .5rem;font-weight: 600;}fieldset {padding: 0;border-width: 0;}input[type="checkbox"], input[type="radio"] {display: inline;}label > .label-body {display: inline-block;margin-left: .5rem;font-weight: normal;}ul {list-style: circle inside;}ol {list-style: decimal inside;}ol, ul {padding-left: 0;margin-top: 0;}ul ul, ul ol, ol ol, ol ul {margin: 1.5rem 0 1.5rem 3rem;font-size: 90%;}li {margin-bottom: 1rem;}code {padding: .2rem .5rem;margin: 0 .2rem;font-size: 90%;white-space: nowrap;background: #F1F1F1;border: 1px solid #E1E1E1;border-radius: 4px;}pre > code {display: block;padding: 1rem 1.5rem;white-space: pre;}th, td {padding: 12px 15px;text-align: left;border-bottom: 1px solid #E1E1E1;}th:first-child, td:first-child {padding-left: 0;}th:last-child, td:last-child {padding-right: 0;}input, textarea, select, fieldset {margin-bottom: 1.5rem;}pre, blockquote, dl, figure, table, p, ul, ol, form {margin: 0;}.u-full-width {width: 100%;box-sizing: border-box;}.u-max-full-width {max-width: 100%;box-sizing: border-box;}.u-pull-right {float: right;}.u-pull-left {float: left;}/*.container:after, .row:after, .u-cf {content: "";display: table;clear: both;}*/
 
 [class^="icon"]:before, [class*=" icon"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.iconusers:before { content: '\e800'; } /* '' */
.iconmp-logo:before { content: '\e801'; } /* '' */
.iconworld-map:before { content: '\e802'; } /* '' */
.iconsearch:before { content: '\e803'; } /* '' */
.iconuser-male:before { content: '\e804'; } /* '' */
.iconmp-user:before { content: '\e805'; } /* '' */
.iconfacebook-squared:before { content: '\e806'; } /* '' */
.iconcancel-circled:before { content: '\e807'; } /* '' */
.icongplus-squared:before { content: '\e808'; } /* '' */
.icongplus:before { content: '\e809'; } /* '' */
.iconfacebook:before { content: '\e80a'; } /* '' */
.iconlinkedin-squared:before { content: '\e80b'; } /* '' */
.iconlinkedin:before { content: '\e80c'; } /* '' */
.icontwitter-squared:before { content: '\e80d'; } /* '' */
.icontwitter:before { content: '\e80e'; } /* '' */
.icondown-dir:before { content: '\e80f'; } /* '' */
.iconup-dir:before { content: '\e810'; } /* '' */
.iconleft-dir:before { content: '\e811'; } /* '' */
.iconright-dir:before { content: '\e812'; } /* '' */
.iconuser:before { content: '\e813'; } /* '' */
.iconcancel:before { content: '\e814'; } /* '' */
.iconforward:before { content: '\e815'; } /* '' */
.iconright-open-big:before { content: '\e816'; } /* '' */
.iconleft-open-big:before { content: '\e817'; } /* '' */
.icondown-open-big:before { content: '\e818'; } /* '' */
.iconup-open-big:before { content: '\e819'; } /* '' */
.iconup-open-mini:before { content: '\e81a'; } /* '' */
.iconright-open-mini:before { content: '\e81b'; } /* '' */
.iconleft-open-mini:before { content: '\e81c'; } /* '' */
.icondown-open-mini:before { content: '\e81d'; } /* '' */
.icondot:before { content: '\e81e'; } /* '' */
.icondot-2:before { content: '\e81f'; } /* '' */
.icondot-3:before { content: '\e820'; } /* '' */
.icongauge:before { content: '\e821'; } /* '' */
.iconangle-double-left:before { content: '\e822'; } /* '' */
.iconangle-double-right:before { content: '\e823'; } /* '' */
.iconangle-double-up:before { content: '\e824'; } /* '' */
.iconangle-double-down:before { content: '\e825'; } /* '' */
.iconangle-circled-left:before { content: '\e826'; } /* '' */
.iconangle-circled-right:before { content: '\e827'; } /* '' */
.iconangle-circled-up:before { content: '\e828'; } /* '' */

.iconangle-circled-down:before { content: '\e829'; } /* '' */
.iconglobe:before { content: '\e82a'; } /* '' */
.iconglobe-1:before { content: '\e82b'; } /* '' */
.iconusers-1:before { content: '\e82c'; } /* '' */
.iconlink:before { content: '\e82d'; } /* '' */
.iconlink-1:before { content: '\e82e'; } /* '' */
.iconlink-3:before { content: '\e82f'; } /* '' */
.iconexport:before { content: '\e830'; } /* '' */
.iconshare:before { content: '\e831'; } /* '' */
.iconlink-2:before { content: '\f07b'; } /* '' */
.iconcircle-empty:before { content: '\f10c'; } /* '' */
.iconcircle:before { content: '\f111'; } /* '' */
.iconcircle-thin:before { content: '\f1db'; } /* '' */

/* FROM V3-TMP.CSS  */
body{
	padding-top: 45px;
}
.svg-icon{
	/*filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(245deg) brightness(101%) contrast(101%);*/
}
.svg-icon-blog{
	filter: invert(79%) sepia(3%) saturate(453%) hue-rotate(160deg) brightness(110%) contrast(87%);
}
.svg-icon-blog:hover{
	filter: invert(33%) sepia(89%) saturate(3429%) hue-rotate(200deg) brightness(103%) contrast(107%);
}
/*******NAVIGATION STYLES**********************************************************/
#cta-call-banner{
	height: 45px;
	line-height: 45px;
	font-size: 18px;
	text-align: center;
}
#cta-call-banner a:hover{
	color: #fff;
}
#cta-call-banner p{
	/*height: 98px;
	line-height: 98px;
	font-size: 20px;
	*/
}
.mpv3.navbar {
    line-height: 19px;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
	margin-top: 45px;
}
body.company .mpv3.navbar, .mpv3.navbar.bg-dark, .mpv3.navbar .navbar-collapse.show, .mpv3.navbar .collapsing, body.solid .mpv3.navbar {
    background: rgba(0,96,213,1);
    background: -moz-linear-gradient(90deg, rgba(0,96,213,1) 0%, rgba(5,51,138,1) 60%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0,96,213,1)), color-stop(600%, rgba(5,51,138,1)));
    background: -webkit-linear-gradient(90deg, rgba(0,96,213,1) 0%, rgba(5,51,138,1) 60%);
    background: -o-linear-gradient(90deg, rgba(0,96,213,1) 0%, rgba(5,51,138,1) 60%);
    background: -ms-linear-gradient(90deg, rgba(0,96,213,1) 0%, rgba(5,51,138,1) 60%);
    background: linear-gradient(90deg, rgba(0,96,213,1) 0%, rgba(5,51,138,1) 60%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0060d5', endColorstr='#05338a', GradientType=1 );
    opacity: .95;
    border-bottom: 1px solid #05338a;
}
nav.mpv3 .nav-item a, nav.mpv3 .nav-item label {
    color: #FFF;
    font-size: 16px;
}
nav.mpv3 .nav-item .navbar-brand {
    font-size: 23px;
    line-height: 0;
}
nav.mpv3 #languages img {
    width: 35px;
	margin-top: -2px;
    
}
#languages{
	margin-top:-7px;
	margin-left:10px;
	text-decoration: none;
}
#languages:hover{
	text-decoration: none;
}

.navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1px;
    padding-left: 1px;
}
#cookie-disclaimer {
    position: fixed;
    top: 0;
    color: #fff;
    background: #002640;
    z-index: 500;
    width: 100%;
}
#cookie-disclaimer p {
    font-size: 15px;
    line-height: 25px;
    margin: .5rem 0;
    padding: 10px 0 10px 90px;
}
#cookie-disclaimer a {
    color: #ffcb05;
}
#cookie-disclaimer a:hover {
    color: #FFC100;
}
#disclaimer-close {
    font-size: 28px;
    margin-top: 10px;
    font-weight: 300;
    cursor: pointer;
}
#covid-close {
    font-size: 28px;
    margin-top: 5px;
    font-weight: 300;
    cursor: pointer;
}
#disclaimer {
    min-height: 30px;
}

#covid-disclaimer {
    position: fixed;
    top: 0;
    color: #fff;

    background: #6206b7;
    z-index: 500;
    width: 100%;
}
#covid-disclaimer p {
	font-size: 15px;
	line-height: 20px;
	margin: .5rem 0;
	padding: 5px 0 5px 090px;
	text-align: center;
}
#covid-disclaimer a {
    color: #ffcb05;
}
#covid-disclaimer a:hover {
    color: #FFC100;
}

.btn-cta {
    /*	background-color: rgba(5,51,138,1);*/
    background-color: #0061d5;
    border-radius: 5px;
    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.15);
    max-width: 140px;
}

.contact-nav, .contact-nav:hover, .contact-nav:active {
	color: #002640 !important;
	background-color: #ffcb05 !important;
    border-radius: 5px;
    /*background-image: -moz-linear-gradient( 50deg, rgb(225,184,26) 0%, rgb(255,203,5) 100%);
    background-image: -webkit-linear-gradient( 50deg, rgb(225,184,26) 0%, rgb(255,203,5) 100%);
    background-image: -ms-linear-gradient( 50deg, rgb(225,184,26) 0%, rgb(255,203,5) 100%);
    box-shadow: 0px 0px 30px 2px rgba(0, 0, 0, 0.3);*/
	line-height: 25px;
}
/*#mp-oss {
    position: absolute;
    right: 0;
    padding: 15px;
    background: rgba(188, 188, 188, 0.1);
    border-radius: 0 0 5px 5px;
    display: none;
}
#mp-oss input {
	display: block;
	padding: .375rem .75rem;
	
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-align: center;
	align-items: center;
	width: 275px;
	font-size: 14px;
	font-style: italic;
	font-family: inherit !important;
}
#mp-oss input::placeholder {
	color: #6c757d;
	opacity: 1;
}
#mp-oss input:focus {
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
}*/
#nav_search a {
    color: #fff;
}
.iconworld-map {
    font-size: 25px;
}
/*******Navigation Selection**********/

body.discover a.discover-nav, body.solution a.solution-nav, body.resources a.resources-nav, body.customers a.customers-nav, body.company a.company-nav, body.why-us a.why-us-nav, body.customers a.customers-nav {
    border-bottom: 1px solid #fff;
    display: inline-block;
}
html body.solution .navbar.bg-dark a.nav-link.solution-nav, body.discover .bg-dark a.discover-nav, body.soution .bg-dark a.solution-nav, html body.resources .navbar.bg-dark a.nav-link.resources-nav, body.resources .bg-dark a.resources-nav, body.customers .bg-dark a.customers-nav, body.company .bg-dark a.company-nav, html body.why-us .navbar.bg-dark a.nav-link.why-us-nav, html body.customers .navbar.bg-dark a.nav-link.customers-nav {
    border-bottom: none;
    display: inline-block;
    color: #ffcb05;
}
#blog-head{
	display: none;
	/*margin-left: 70px;*/
	color: #fff;
	font-family: 'Lato', sans-serif !important;
/*	font-family: 'domine';*/
	
	font-size: 24px;
}
#blog-head a{
	color: #fff;
	font-family: 'Lato', sans-serif !important;
/*	font-family: 'domine';*/
	font-size: 24px;
}
#blog-head a:hover{
	text-decoration: none;
}
.blog #blog-head {
	display: inline-block;
	line-height: 40px;
}
.blog #blog-head span{
	padding-right: 10px;
}
.blog li.nav-item:nth-child(1){
	margin-left:70px;
}
/*******BASE STYLES**********************************************************/

body, .body {
    font-family: 'Lato', sans-serif;
    color: #65737c;
    font-size: 1.25rem;
    line-height: 1.65em;
    font-weight: 400;
}
#services p {
    font-size: 18px;
    line-height: 28px;
}
b, strong {
    font-weight: 600;
}
a {
    color: #65737c;
    font-size: 16px;
}
a:hover {
    color: #05338a;
    text-decoration: underline;
}
p a{
	font-size: inherit;
	text-decoration: none !important;
}
/*Headings*/

.heading {
    font-size: 60px;
    line-height: 70px;
}
h1, .h1 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 300;
    letter-spacing: 0.5px;
}
#hero-slider {
	position: relative;
	background-color: #f4f7f9 !important;
}
#hero-slider h1 {
    text-shadow: 1px 1px 3px #002640;
    font-size: 60px;
    line-height: 70px;
    font-weight: 600;
    width: 75%;
    margin: 0 auto;
}
#cat-tabs{
	position: relative !important;
}
h2, .h2 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 400;
}
h3, .h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
}
#hero-card h3, #ux-carousel h3, #carouselExampleIndicators h3 {
    font-size: 42px;
    font-weight: 400;
    line-height: 50px;
}
#hero-card .center-divider-blue, #ux-carousel .divider-blue, #carouselExampleIndicators .divider-blue {
    width: 65px!important;
}
#hero-card p, #ux-carousel p, #carouselExampleIndicators p {
    font-size: 20px;
    line-height: 30px;
}
#hero-card a {
    font-size: 18px;
    line-height: 30px;
}
.animate-element{
	opacity:0;
}
h4, .h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}
h5, .h5 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
}
.subtitle {
    text-shadow: 1px 1px 16px #002640;
}
footer {
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid #F3F5F6;
    font-size: 13px;
}
footer li {
    line-height: 23px;
    list-style: none;
}
#footer-content li a, #footer-legal-links a, #footer-change-language a {
    font-size: 13px;
}
#footer #social-links li {
    display: inline;
}
#footer .iconmp-logo::before, #footer .iconmp-logo::after {
    width: 130px;
}
#social-links a {
    font-size: 20px;
}
footer #copyright {
    border-top: 1px solid #ccd4d9;
    margin: 30px 30px 0;
    padding: 10px 0 30px;
    font-size: 13px;
}
/* footer adjustment for mobile */
footer li {
    white-space: nowrap;
}

.lazyloaded {
		background-size: cover !important;
	}

@media(max-width:767px) {
	
	#ae-webinar-background .ae-grid{
		flex-basis: 100% !important;
		
	}
	#ae-webinar-background .ae-flex{
		flex-wrap: wrap;
	}
	#ae-webinar-background .ae-graphic img{
		display: none;
	}
	
	
#footer .col-xs-6.col-md-2 {
    min-height: 135px;
}
#footer .row.full .col-xs-6.col-md-2:first-child {
    display: none;
}
#footer-content > div.row.full > div:nth-child(5) {
    min-height: 185px;
}
}

/*******CONTACT STYLES**********************************************************/
#contactModal.modal {
    background: #f4f7f9;
}

/*******SIGNUP STYLES**********************************************************/
.attention-modal{
	background: rgba(0,0,0,.79);
	
	
}
.attention-modal .modal-dialog {
	max-width: 500px;
	margin: 5rem auto;
}

.attention-modal .modal-content{
	border-radius: 0;
}

.attention-modal .modal-body {
	padding: 0;
	text-align: left;
}

.attention-modal .modal-body > iframe {
	min-height: unset !important;
}
.attention-modal .modal-dialog{
	max-width: 610px;
}
.attention-modal .modal-logo{
	float: left;
}

.attention-modal .close{
	float: right;
	color: #fff;
}
.attention-modal .h2 {
	font-size: 45px;
	font-weight: 600;
	line-height: 45px;
	clear: both;
	width: 100% !important;
	text-align: left;
	
}
.attention-modal p{
	font-size: 18px;
	line-height: 20px;
	font-weight: 300;
	marign-top: 15px;
	text-align: left;
}
.attention-modal .close {
	font-size: 2.5rem;
	font-weight: 300;
    margin-top: -12px;
    margin-right: -9px;
	color: #fff;
}

#webinarModal .close {
    position: absolute;
    right: 23px;
	top:14px;
}

#webinarModal p{
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 10px;
}
#webinarModal p.strong{
	font-size: 16px;
	font-weight: 700;
}
#webinarModal ul{
	font-size: 14px;
	line-height: 24px;
}
#webinarModal .modal-text{
	padding:0 30px 30px 30px;
	margin-top: -28px;
}
.attention-modal h2{
	font-size: 39px;
}
#modal-image{
	width: 100%;
	height: 236px;
	background-size: contain !important;
	background-repeat: no-repeat !important;
}
#webinarModal .modal-dialog {
	/*width: 600px;*/
	max-width: 600px;
	 margin: 30px auto;
	
}
/*******COMMON STYLES**********************************************************/
.container {
    max-width: 1350px;
    padding: 0 46px;
}
.lead {
    font-weight: 400;
}
/*MP Colors*/
.white {
    color: #ffffff;
}
.cobalt-blue {
    color: #05338a;
}
.royal-blue {
    color: #0061d5;
}
.royal-blue:hover {
    color: #0073bf;
}
.caribbean-blue {
    color: #05338a;
}
.corporate-blue {
    color: #002640;
}
.sunshine {
    color: #ffcb05;
}
.slate-gray {
    color: #65737c;
}
.crisp-gray {
    color: #f4f7f9;
}
.silver-gray {
    color: #ccd4d9;
}
.sky-blue {
    color: #edf7ff;
}
.egg-shell {
    color: #f7f7f3;
}
/*MP Box Shadows*/
.box-shadow-1 {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 8px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
}
.box-shadow-2 {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}
.box-shadow-3 {
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3), 0 0 0 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3), 0 0 0 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3), 0 0 0 0 rgba(0, 0, 0, 0.3);
}
.box-shadow-4 {
    -webkit-box-shadow: 0 0 24px 1px rgba(0, 0, 0, 0.25), 0 0 0 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 24px 1px rgba(0, 0, 0, 0.25), 0 0 0 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 24px 1px rgba(0, 0, 0, 0.25), 0 0 0 0 rgba(0, 0, 0, 0.3);
}
.box-shadow-5 {
    -webkit-box-shadow: 0 0 40px 2px rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 40px 2px rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 40px 2px rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(0, 0, 0, 0.3);
}
.box-shadow-6 {
    -webkit-box-shadow: 0px 0px 41px 0px rgba(147,147,147,0.54);
    -moz-box-shadow: 0px 0px 41px 0px rgba(147,147,147,0.54);
    box-shadow: 0px 0px 41px 0px rgba(147,147,147,0.54);
}
.box-shadow-7 {
    -webkit-box-shadow: 0 0 50px 0 rgba(0,0,0,0.15);
    -moz-box-shadow: 0 0 50px 0 rgba(0,0,0,0.15);
    box-shadow: 0 0 50px 0 rgba(0,0,0,0.15);
}
.box-shadow-8 {
    -webkit-box-shadow: 0px 5px 22.91px 6.09px rgba(204, 212, 217, 0.7);
    -moz-box-shadow: 0px 5px 22.91px 6.09px rgba(204, 212, 217, 0.7);
    box-shadow: 0px 5px 22.91px 6.09px rgba(204, 212, 217, 0.7);
    border: 0px;
}
.box-shadow-9 {
    -webkit-box-shadow: 0px 5px 22.91px 6.09px rgba(4, 39, 106, 0.7);
    -moz-box-shadow: 0px 5px 22.91px 6.09px rgba(4, 39, 106, 0.7);
    box-shadow: 0px 5px 22.91px 6.09px rgba(4, 39, 106, 0.7);
    border: 0px;
}
.box-shadow-10 {
    -webkit-box-shadow: 0px 5px 22.91px -2.91px rgba(204, 212, 217, 0.7);
    -moz-box-shadow: 0px 5px 22.91px -2.91px rgba(204, 212, 217, 0.7);
    box-shadow: 0px 5px 22.91px -2.91px rgba(204, 212, 217, 0.7);
    border: 0px;
}
/*MP Backgroun Colors & Gradient*/

.cobalt-blue-bg {
    background-color: #05338a;
}
.corporate-blue-bg {
    background-color: #002640;
}
.royal-blue-bg {
    background-color: #0061d5;
}
.black-bg{
	background-color: #000;
}
.crisp-gray-bg {
    background-color: #f4f7f9!important;
}
.sky-blue-bg {
    background-color: #edf7ff;
}
.egg-shell-bg {
    background-color: #f7f7f3;
}
.sunshine-bg {
    background-color: #ffcb05;
}
.silver-gray-bg {
    background-color: #ccd4d9;
}
.purple-bg{
	background-color: #6206b7;
}
.bg-express-gradient{
		background: rgb(0,97,213);
background: -moz-linear-gradient(141deg, rgba(0,97,213,1) 10%, rgba(206,85,188,1) 92%);
background: -webkit-linear-gradient(141deg, rgba(0,97,213,1) 10%, rgba(206,85,188,1) 92%);
background: linear-gradient(141deg, rgba(0,97,213,1) 10%, rgba(206,85,188,1) 92%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0061d5",endColorstr="#ce55bc",GradientType=1);
	}
.gray-gradient-bg{
	 background: rgba(92,105,114,1);
    background: -moz-linear-gradient(top, rgba(92,105,114,1) 0%, rgba(60,69,75,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(92,105,114,1)), color-stop(100%, rgba(60,69,75,1)));
    background: -webkit-linear-gradient(top, rgba(92,105,114,1) 0%, rgba(60,69,75,1) 100%);
    background: -o-linear-gradient(top, rgba(92,105,114,1) 0%, rgba(60,69,75,1) 100%);
    background: -ms-linear-gradient(top, rgba(92,105,114,1) 0%, rgba(60,69,75,1) 100%);
    background: linear-gradient(to bottom, rgba(92,105,114,1) 0%, rgba(60,69,75,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c6972', endColorstr='#3c454b', GradientType=0 );
}

.corporate-gradient-bg {
    background: rgba(0,38,64,1);
    background: -moz-linear-gradient(top, rgba(0,38,64,1) 0%, rgba(5,51,138,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,38,64,1)), color-stop(100%, rgba(5,51,138,1)));
    background: -webkit-linear-gradient(top, rgba(0,38,64,1) 0%, rgba(5,51,138,1) 100%);
    background: -o-linear-gradient(top, rgba(0,38,64,1) 0%, rgba(5,51,138,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,38,64,1) 0%, rgba(5,51,138,1) 100%);
    background: linear-gradient(to bottom, rgba(0,38,64,1) 0%, rgba(5,51,138,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002640', endColorstr='#05338a', GradientType=0 );
}
.cobalt-gradient-bg {
 background: rgb(1,68,191);
background: -moz-linear-gradient(2deg, rgba(1,68,191,1) 7%, rgba(0,97,213,1) 100%);
background: -webkit-linear-gradient(2deg, rgba(1,68,191,1) 7%, rgba(0,97,213,1) 100%);
background: linear-gradient(2deg, rgba(1,68,191,1) 7%, rgba(0,97,213,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0144bf",endColorstr="#0061d5",GradientType=1);
}
.cobalt-gradient-bg2 {
background: #05338a; /* Old browsers */
background: -moz-linear-gradient(top, #05338a 0%, #0061d5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #05338a 0%,#0061d5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #05338a 0%,#0061d5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05338a', endColorstr='#0061d5',GradientType=0 ); /* IE6-9 */
}
.cobalt-gradient-bg3 {
background: #0061d5; /* Old browsers */
background: -moz-linear-gradient(left, #0061d5 0%, #05338a 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #0061d5 0%,#05338a 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #0061d5 0%,#05338a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0061d5', endColorstr='#05338a',GradientType=1 ); /* IE6-9 */
}
.cobalt-royal-gradient{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#002640+0,0061d5+56,0061d5+100 */
background: #002640; /* Old browsers */
background: -moz-linear-gradient(top, #002640 0%, #0061d5 33%, #0061d5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #002640 0%,#0061d5 33%,#0061d5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #002640 0%,#0061d5 33%,#0061d5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002640', endColorstr='#0061d5',GradientType=0 ); /* IE6-9 */
}
.ebook-gradient-bg {
    background: rgba(0,38,64,1);
    background: -moz-linear-gradient(top, rgba(21,29,35,1) 0%, rgba(0,38,64,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,38,64,1)), color-stop(100%, rgba(0,38,64,1)));
    background: -webkit-linear-gradient(top, rgba(21,29,35,1) 0%, rgba(0,38,64,1) 100%);
    background: -o-linear-gradient(top, rgba(21,29,35,1) 0%, rgba(0,38,64,1) 100%);
    background: -ms-linear-gradient(top, rgba(21,29,35,1) 0%, rgba(0,38,64,1) 100%);
    background: linear-gradient(to bottom, rgba(21,29,35,1) 0%, rgba(0,38,64,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#151d23', endColorstr='#002640', GradientType=0 );
}
.blog-gradient-1, .pillar-gradient-1 {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8c0cc1+0,6206b7+100 */
    background: #8c0cc1; /* Old browsers */
    background: -moz-linear-gradient(top, #8c0cc1 0%, #6206b7 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #8c0cc1 0%, #6206b7 100%); /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(top, #8c0cc1 0%, #6206b7 100%);
    background: -ms-linear-gradient(top, #8c0cc1 0%, #6206b7 100%);
    background: linear-gradient(to bottom, #8c0cc1 0%, #6206b7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c0cc1', endColorstr='#6206b7', GradientType=0 ); /* IE6-9 */
}
.blog-gradient-2 {
    background: rgba(0,96,213,1);
    background: -moz-linear-gradient(-45deg, rgba(0,96,213,1) 0%, rgba(5,51,138,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0,96,213,1)), color-stop(100%, rgba(5,51,138,1)));
    background: -webkit-linear-gradient(-45deg, rgba(0,96,213,1) 0%, rgba(5,51,138,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(0,96,213,1) 0%, rgba(5,51,138,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(0,96,213,1) 0%, rgba(5,51,138,1) 100%);
    background: linear-gradient(135deg, rgba(0,96,213,1) 0%, rgba(5,51,138,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0060d5', endColorstr='#05338a', GradientType=1 );
}
.blog-gradient-3 {
background: rgba(17,171,40,1);
background: -moz-linear-gradient(-45deg, rgba(17,171,40,1) 0%, rgba(7,184,34,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(17,171,40,1)), color-stop(100%, rgba(7,184,34,1)));
background: -webkit-linear-gradient(-45deg, rgba(17,171,40,1) 0%, rgba(7,184,34,1) 100%);
background: -o-linear-gradient(-45deg, rgba(17,171,40,1) 0%, rgba(7,184,34,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(17,171,40,1) 0%, rgba(7,184,34,1) 100%);
background: linear-gradient(135deg, rgba(17,171,40,1) 0%, rgba(7,184,34,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#11ab28', endColorstr='#07b822', GradientType=1 );
}
.blog-gradient-4 {
background: rgba(255,102,0,1);
background: -moz-linear-gradient(left, rgba(255,102,0,1) 0%, rgba(224,105,0,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,102,0,1)), color-stop(100%, rgba(224,105,0,1)));
background: -webkit-linear-gradient(left, rgba(255,102,0,1) 0%, rgba(224,105,0,1) 100%);
background: -o-linear-gradient(left, rgba(255,102,0,1) 0%, rgba(224,105,0,1) 100%);
background: -ms-linear-gradient(left, rgba(255,102,0,1) 0%, rgba(224,105,0,1) 100%);
background: linear-gradient(to right, rgba(255,102,0,1) 0%, rgba(224,105,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6600', endColorstr='#e06900', GradientType=1 );
}
.blog-gradient-5 {
background: rgba(0,38,64,1);
background: -moz-linear-gradient(-45deg, rgba(0,38,64,1) 0%, rgba(0,96,213,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0,38,64,1)), color-stop(100%, rgba(0,96,213,1)));
background: -webkit-linear-gradient(-45deg, rgba(0,38,64,1) 0%, rgba(0,96,213,1) 100%);
background: -o-linear-gradient(-45deg, rgba(0,38,64,1) 0%, rgba(0,96,213,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(0,38,64,1) 0%, rgba(0,96,213,1) 100%);
background: linear-gradient(135deg, rgba(0,38,64,1) 0%, rgba(0,96,213,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002640', endColorstr='#0060d5', GradientType=1 );
}
.blog-gradient-6 {
   background: rgba(139,12,193,1);
background: -moz-linear-gradient(-45deg, rgba(139,12,193,1) 0%, rgba(0,96,213,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(139,12,193,1)), color-stop(100%, rgba(0,96,213,1)));
background: -webkit-linear-gradient(-45deg, rgba(139,12,193,1) 0%, rgba(0,96,213,1) 100%);
background: -o-linear-gradient(-45deg, rgba(139,12,193,1) 0%, rgba(0,96,213,1) 100%);

background: -ms-linear-gradient(-45deg, rgba(139,12,193,1) 0%, rgba(0,96,213,1) 100%);
background: linear-gradient(135deg, rgba(139,12,193,1) 0%, rgba(0,96,213,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8b0cc1', endColorstr='#0060d5', GradientType=1 );
}
.web-gradient {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff6600+34,ffa200+99 */
    background: #ff6600; /* Old browsers */
    background: -moz-linear-gradient(45deg, #ff6600 34%, #ffa200 99%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #ff6600 34%, #ffa200 99%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #ff6600 34%, #ffa200 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6600', endColorstr='#ffa200', GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.pillar-hero-gradient, .pillar-gradient-2 {
 background: rgb(1,68,191);
background: -moz-linear-gradient(2deg, rgba(1,68,191,1) 7%, rgba(0,97,213,1) 100%);
background: -webkit-linear-gradient(2deg, rgba(1,68,191,1) 7%, rgba(0,97,213,1) 100%);
background: linear-gradient(2deg, rgba(1,68,191,1) 7%, rgba(0,97,213,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0144bf",endColorstr="#0061d5",GradientType=1);
}

#seo p {
    margin-bottom: 1em;
}

/****Reset & Overwrites****/

.container.full, .container-fluid.full {
    padding-left: 0;
    padding-right: 0;
}
.btn-secondary.focus, .btn-secondary:focus, .btn-primary.focus, .btn-primary:focus, .btn-outline.focus, .btn-secondary-outline:focus, .btn-secondary-outline, .btn-outline:focus {
    box-shadow: none;
}
.btn {
    white-space: normal;
}
#contact-us {
    white-space: nowrap;
	padding-top: 0px;
	padding-bottom: 4px;
	margin-top: 4px;
}
/*MP Button Styles*/

.btn-primary {
    color: #fff;
    background-color: #0061d5;
    border-color: #0061d5;
    border-radius: 100px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 30px;
}
.btn-primary:hover {
    color: #fff;
    background-color: #0144bf;
    border-color: #0144bf;
}
.btn-secondary {
    color: #002640;
    background-color: #ffcb05;
    border-color: #ffcb05;
}
.btn-secondary:hover {
    color: #002640;
    background-color: #FFC100;
    border-color: #FFC100;
}
.btn-tertiary {
    color: #002640;
    background-color: #fff;
    border-color: #fff;
}
.btn-tertiary:hover {
    color: #002640;
    background-color: #f4f7f9;
    border-color: #f4f7f9;
}
.btn-outline {
    color: #0061d5;
    border: 2px solid #0061d5;
    background: none;
	border-radius: 100px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 30px;
}
.btn-outline:hover {
    color: #0144bf;
    border: 2px solid #0144bf;
    background: none;
}
.btn-secondary-outline {
    color: #ffcb05;
    border: 2px solid #ffcb05;
    background: none;
}
.btn-secondary-outline:hover {
    color: #ffcb05;
    border: 2px solid #ffcb05;
    background: none;
}
.btn-tertiary-outline {
    color: #fff;
    border: 2px solid #fff;
    background: none;
}
.btn-tertiary-outline:hover {
    color: #fff;
    border: 2px solid #fff;
    background: none;
}
.round {
    border-radius: 50%;
}
/* Viewport Relative*/

.col-lg-1.full, .col-lg-10.full, .col-lg-11.full, .col-lg-12.full, .col-lg-2.full, .col-lg-3.full, .col-lg-4.full, .col-lg-5.full, .col-lg-6.full, .col-lg-7.full, .col-lg-8.full, .col-lg-9.full, .col-md-1.full, .col-md-10.full, .col-md-11.full, .col-md-12.full, .col-md-2.full, .col-md-3.full, .col-md-4.full, .col-md-5.full, .col-md-6.full, .col-md-7.full, .col-md-8.full, .col-md-9.full, .col-sm-1.full, .col-sm-10.full, .col-sm-11.full, .col-sm-12.full, .col-sm-2.full, .col-sm-3.full, .col-sm-4.full, .col-sm-5.full, .col-sm-6.full, .col-sm-7.full, .col-sm-8.full, .col-sm-9.full, .col-xs-1.full, .col-xs-10.full, .col-xs-11.full, .col-xs-12.full, .col-xs-2.full, .col-xs-3.full, .col-xs-4.full, .col-xs-5.full, .col-xs-6.full, .col-xs-7.full, .col-xs-8.full, .col-xs-9.full {
    padding-left: 0;
    padding-right: 0;
}
.col-xs-6 {
    width: 50%;
}
.full-height {
    min-height: 100vh !important;
}
.ninety-height {
    min-height: 90vh !important;
}
.eighty-height {
    min-height: 80vh !important;
}
.seventy-height {
    min-height: 70vh !important;

}
.sixty-height {
    min-height: 60vh !important;
}
.half-height {
    min-height: 50vh !important;
}
.fourty-height {
    min-height: 40vh !important;
}
.thirty-height {
    min-height: 30vh !important;
}
.twenty-height {
    min-height: 20vh !important;
}
.fifteenth-height {
    min-height: 15vh !important;
}
.tenth-height {
    min-height: 10vh !important;
}
.seventh-height {
    min-height: 7vh !important;
}
/* Elements */
#content-wrapper {
    overflow: hidden;
}
.border-right {
    border-right: 1px solid #65737c;
}
.border-left {
    border-left: 1px solid #65737c;
}
.divider-white {
    width: 50%;
    max-width: 50px;
    margin: 3vh 0 3vh;
    border-color: #ffffff;
}
.divider-blue {
    width: 50%;
    max-width: 50px;
    margin: 3vh 0 3vh;
    border-color: #002640;
}
.divider-corporate-blue {
    width: 50%;
    max-width: 50px;
    margin: 3vh 0 3vh;
    border-color: #002640;
}
.center-divider-blue {
    width: 15%;
    max-width: 50px;
    border-color: #002640;
    margin: 24px auto !important;
}
.center-divider-white {
    width: 15%;
    max-width: 50px;
    border-color: #ffffff;
    margin: 24px auto !important;
}
.center-divider-slate-gray {
    width: 15%;
    max-width: 50px;
    border-color: #65737c;
    margin: 24px auto !important;
}
.left-divider-white {
    width: 15%;
    max-width: 50px;
    border-color: #ffffff;
    margin: 24px 0 !important;
}
.center-divider-cobalt {
    border-color: #05338a;
    margin: 24px auto !important;
    max-width: 65px;
}
.hr-divider-silver-dark {
    background: rgba(0, 0, 0, 0) url(https://www.motionpoint.com/wp-content/themes/motionpoint/images/mp/bg/hr-divider-silver-dark.png) no-repeat scroll 50% 0;
    text-indent: -9999px;
    height: 200px;
	/* z-index: 9999; commented out for /translation/ */
	position: relative;
}
.bg-padding-topless {
    padding: 65px 15px 145px;
}
.bg-padding {
    padding: 145px 15px;
}
.center-content {
    padding: 0 155px;
}
.plus-list ul {
    list-style-image: url(https://www.motionpoint.com/wp-content/themes/motionpoint/images/content/solutions/manufacturing/white-plus.png);
}
.pull-quote-white {
    background-image: url(https://www.motionpoint.com/wp-content/themes/motionpoint/images/content/customer/left-quote-white.png);
    background-position: top left;
    background-repeat: no-repeat;
}
.pull-quote-white span {
    display: block;
    background-image: url(https://www.motionpoint.com/wp-content/themes/motionpoint/images/content/customer/right-quote-white.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    font-size: 18px;
    line-height: 32px;
    padding: 0 55px;
}
.uppercase {
    text-transform: uppercase;
}
.card img {
    align-self: center;
}
.card-link{
	display: block;
	height: 100%;
	width: 100%;
	text-indent: -9999px;
	position: absolute;
	top: 0;
	left: 0;
}
.solution-name {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
}
.solution-name span {
    background-color: rgba(5, 51, 138, 0.3);
    border-radius: 3px;
    padding: 5px 15px;
    margin: 0 auto 15px;
    height: 26px;
}
#hero-card {
    margin: -135px auto 0 auto;
    padding: 0;
}
.card .btn-wrapper {
    position: absolute;
    bottom: 55px;
    /* left: 50%; */
    left: 0;
    right: 0;
}
.card a.btn {
    position: relative;
    font-size: 16px;
}
/**DROPDOWN MENU**/
.dropdown:hover {
    position: relative;
    cursor: pointer;
}
/*.mp-dropdown-menu .fa.fa-caret-up {
    font-size: 33px;
}*/


.mp-dropdown-menu i {
    margin-top: -13px;
    font-size: 30px;
    height: 30px;
    vertical-align: middle;
}
.mp-dropdown-menu .svg-icon {
    margin-top: -13px;
    font-size: 30px;
    height: 30px;
    vertical-align: middle;
}
.dropdown-arrow {
    padding-left: 25px;
    height: 10px;
    width: 30px;
}
.mp-dropdown-menu {
    display: none;
    text-align: left;
    /* margin-left: 50px; */
    position: absolute;
    left: -6px;
    width: 272px;
    margin-top: -11px;
}
#resources-dropdown .mp-dropdown-menu{
	
    width: 221px;
	
}
.nav-item .dropdown{
	display: inline-block;
}
.mp-dropdown-menu a {
    display: block;
    color: #65737c !important;
    padding: 5px 20px;
    font-size: 14px !important;
}
.mp-dropdown-menu a:hover {
    color: #0061d5 !important;
    background-color: #f4f7f9;
    text-decoration: none;
}
.dropdown-content {
   /* background-color: #fff;
    padding: 25px 0 10px 0;
    border-radius: 5px;*/
}

.dropdown-content h6 {
    font-weight: 600;
    text-transform: uppercase;
    padding: 5px 20px;
    margin: 0;
    font-size: 14px;
}
#role-dropdown {
    margin-bottom: 20px;
}
#industry-dropdown, #learning-dropdown {
    margin-bottom: 15px;
}
#problem-dropdown {
    background: url(https://www.motionpoint.com/wp-content/themes/motionpoint/images/content/solution/problem-bg.jpg) no-repeat top center;
    padding-top: 10px
}
.dropdown:hover .mp-dropdown-menu {
    display: block;
}
.mp-dropdown-menu i {
    color: #fff;
}
.mobile-display {
    display: none;
}
#solution-desktop, #discover-desktop {
    display: inline-block;
}
#chooser-desktop {
    text-align: left;
    padding-top: 5px;
}
/**Hover Cards**/
.hover-card {
    cursor: pointer;
    min-height: 300px;
}
.hover-text {
    display: none;
    color: #fff;
}
.hover-title {
    width: 100%;
    display: block;
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 15px;
}
.hover-card:hover {
    -webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
    background-color: #0060d5;
}
.hover-card:hover img, .hover-card:hover p {
    display: none;
}
.hover-card:hover .hover-text {
    display: block;
}
.hover-text {
    font-size: 16px;
    line-height: 26px;
}
/**FURTHER READING/KEEP LEARNING CARDS**/
.reading-cards a:hover, .reading-cards-2 a:hover, .video-cards a:hover, .customer-cards a:hover, .blog-cards a:hover, .link-cards a:hover {
    text-decoration: none;
    color: #65737c;
}
.reading-card, .reading-card-2 {
    max-width: 250px;
    padding: 155px 25px 35px 25px;
    position: relative;
    border: none !important;
}
.video-card, .customer-card, .blog-card {
    max-width: 350px;
    padding: 218px 30px 75px 30px;
    position: relative;
    border: none !important;
    width: 100%;
}
.reading-card:hover, .video-card:hover, .customer-card:hover, #featured-vid:hover, .blog-card:hover, .link-card:hover {
    -webkit-box-shadow: 0px 5px 22.91px 6.09px rgba(204, 212, 217, 0.7);
    -moz-box-shadow: 0px 5px 22.91px 6.09px rgba(204, 212, 217, 0.7);
    box-shadow: 0px 5px 22.91px 6.09px rgba(204, 212, 217, 0.7);
    -webkit-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    -ms-transition: all .1s ease-in;
    -kthtml-transition: all .1s ease-in;
    transition: all .2s ease-in;/*	padding: 0;*/
    transform: scale(1.01, 1.01);
	cursor: pointer;
}
.reading-card-2:hover {
    -webkit-box-shadow: 0px 5px 22.91px 6.09px rgba(4, 39, 106, 0.7);
    -moz-box-shadow: 0px 5px 22.91px 6.09px rgba(4, 39, 106, 0.7);
    box-shadow: 0px 5px 22.91px 6.09px rgba(4, 39, 106, 0.7);
    -webkit-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    -ms-transition: all .1s ease-in;
    -kthtml-transition: all .1s ease-in;
    transition: all .2s ease-in;/*	padding: 0;*/
    transform: scale(1.01, 1.01);
}
.reading-card p, .reading-card-2 p {
    font-size: 16px;
    line-height: 22px;
    margin: 25px 0;
}
p.read-link {
    font-size: 16px;
    position: absolute;
    bottom: 25px;
    right: 0;
    left: 0;
    margin: 0 auto;
}
#subscribe-form {
    padding: 2px 20px;
    position: absolute;
}
#subscribe {
    position: absolute;
    padding-right: 20px;
}
#subscribe-form h3 {
    font-size: 43px;
    line-height: 43px;
    margin-bottom: 20px;
    margin-top: 22px;
    font-weight: 300;
}
#subscribe-form p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}
#subscribe-form-container .card {
    padding: 0;
    overflow: hidden;
    cursor: default;
}
#subscribe-form label {
    padding: 0;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 0;
}
#subscribe-form input {
    width: 100%;
    margin-bottom: 0;
    border-radius: 3px;
    border: 1px solid #afafaf;
    cursor: pointer;
    font-size: 12px;
    padding-left: 6px;
}
#subscribe-form button {
    width: 100% !important;
    padding: 4px;
    cursor: pointer;
}
#close-form {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 10px;
    /* Fallback for web browsers that don't support RGBa */
    background-color: rgb(0, 0, 0);
    /* RGBa with 0.6 opacity */
    background-color: rgba(0, 0, 0, 0.25);
    opacity: 0;
    z-index: 400;
    cursor: pointer;
}

.open-quote{
	display: inline-block;
	width:22px;
	height: 17px;
	position: relative;
	
}
.close-quote{
	display: inline-block;
	width:22px;
	height: 17px;
	position: relative;
	
}
.open-quote img {
	position: absolute;
	top: -13px;
	left: 0;
}

.close-quote img {
	position: absolute;
	bottom: -10px;
	left: 4px;
}
.quote-owner{
	margin-top:20px;
}
.quote-owner p{
	font-size: 14px;
	line-height: 24px;
}
.carousel-caption {
	max-width: 88%;
	margin: 0 auto;
}
.carousel-caption, .carousel-caption .container {
	padding-top: 0 !important;
	margin-top: 0 !important;
}
.carousel-caption, .carousel-caption.row {
	top: 47% !important;
	transform: translateY(-50%);
}
#contat-hero .carousel-caption {
	top: 60% !important;
}
.fourty-height .carousel-caption{
	padding-top:60px !important;
}
#hero-slider .eighty-height{
	position: relative;
}
.carousel-caption h3{
	max-width: 85% !important;
	margin: 0 auto;
}
.carousel-caption h1 {
	margin-top: 0 !important;
}

/* MODAL */

ul.express-hero-list {
            list-style-type: none; /* Removes default bullets */
            padding-left: 0; /* Optional: Removes default padding */
        }
        
        ul.express-hero-list li {
			font-size: 20px;
			line-height: 1.2;
            background-image: url('https://www.motionpoint.com/wp-content/uploads/checkmark-yellow-1.png');
            background-repeat: no-repeat;
            background-position: 5px 2px; /* Adjust the position of the image */
            padding-left: 40px; /* Adjust padding to make space for the bullet image */
            background-size: 20px; /* Adjust the size of the image */
            margin-bottom: 10px; /* Optional: Adds space between list items */
        }

ul.express-hero-list.pink-checkmarks li{
	font-size: 18px !important;
    line-height: 1.3 !important;
	background-image: url('https://www.motionpoint.com/wp-content/uploads/express-checkmark.png');
}
ul.express-hero-list.primary-checkmarks li{
	font-size: 18px !important;
    line-height: 1.3 !important;
	background-image: url('https://www.motionpoint.com/wp-content/uploads/concierge-checkmark.png');
}

#overlay-express{
	border-left: 1px solid #CCD4D9;
	padding-left: 30px !important;
}
#overlay-express-title{
		font-size: 38px !important;
	}
.overlay-express-button{
	    margin-top: 35px !important;
}
.overlay-express-button:hover{
	text-decoration: none !important;
}
#form-close{
	position: absolute;
	top: 5px;
	right: 50px;
	font-size: 40px;
	z-index: 10;
}

.modal-close{
	position: absolute;
	top: 5px;
	right: 50px;
	font-size: 40px;
	z-index: 10;
}
.modal-background{
		position: fixed;
    display: block;
    height: 100vh;
    width: 100vw;
    top: 0;
    z-index: 99999;
    background-color: rgba(0,0,0,.8);
		
	}
	.modal-body{
		max-width: 760px;
		margin: 0 auto;
		position: absolute;
		top: 50px;
		left: 0;
		right: 0;
		opacity: 1;
		padding: 50px 20px 20px 20px !important;
	}
.modal-body .h1{
	font-size: 30px;
	line-height: 35px;
}
.moda-body h4{
	color: #323c4a !important;
}
.modal-body{
		padding: 30px !important;
	}
	.modal-body .h1{
		font-size: 35px;
		    line-height: 1.2;
		margin-bottom: 0 !important;
	}
.landing-form-wrapper{
	padding: 0 !important;
}
/*******Desktop & Mobile Customization *********/
@media only screen and (max-width: 1770px) {
	.blog li.nav-item:nth-child(1) {
	margin-left:0px;
	}
	/*
		.blog li.nav-item:nth-child(2){
			margin-left:0px !important;
		}
	*/
	.blog .nav-justified .nav-item {
	flex-basis: auto;
}

}
@media only screen and (max-width: 1600px) {
#hero-card {
    margin: -70px auto 0 auto;
}
#cookie-disclaimer p {
    padding: 10px 0 10px 52px;
}
	
}

@media only screen and (min-width: 1200px) {
.hidden-xl {
    display: none;
}
}

@media only screen and (max-width: 1024px) {
		#hero-slider h1 {

    width: 100% !important;
}
	.subtitle{
		width: 100% !important;
	}
h2 {
    font-size: 35px;
    line-height: 45px;
}
#hero-card {
    margin: -127px auto 0 auto;
}
#hero-card h3, #ux-carousel h3, #carouselExampleIndicators h3 {
    font-size: 28px;
    line-height: 38px;
}
#cookie-disclaimer p {
    padding: 10px 0 10px 31px;
}
		.blog #blog-head{
	display:none;
}
	.blog li.nav-item:nth-child(1) {
	margin-left: 0px;
}
}
@media only screen and (max-width: 992px) {
.animate-element{
	opacity:1;
}
	}
@media only screen and (min-width: 992px) {
.hidden-lg {
    display: none;
}
}
@media only screen and (max-width: 990px) {
	.animate-element{
		opacity: 1;
	}
	#covid-disclaimer p {
	font-size: 11px;
	line-height: 20px;
	margin: .5rem 0;
	padding: 5px 0 5px 0px;
	text-align: center;
}
	
	#covid-close {
	font-size: 18px;
	margin-top: 5px;
	font-weight: 300;
	cursor: pointer;
}
}
@media only screen and (max-width: 828px) {
div.col-xs-6:nth-child(1) > ul:nth-child(1) {
    padding-left: 0;
    margin-left: -6px;
}
div.col-xs-6:nth-child(2) > ul:nth-child(1) {
    padding-left: 21px;
}
div.col-xs-6:nth-child(3) > ul:nth-child(1) {
    padding-left: 27px;
}
div.col-xs-6:nth-child(4) > ul:nth-child(1) {
    padding-left: 53px;
}
}

@media only screen and (min-width: 768px) {
	
.hidden-md {
    display: none;
}
	
}
@media only screen and (max-width: 768px) {
	

	.container-md{
		max-width: 100% !important;
		width: 100% !important;
		padding: 0 !important;
	}
}

@media only screen and (max-width: 640px) {
footer li {
    line-height: 14px;
    white-space: normal;
    padding-bottom: 8px;
}
h1 {
    font-size: 46px;
    line-height: 56px;
}
h3 {
    font-size: 17px;
    line-height: 26px;
}
#hero-card h3, #ux-carousel h3, #carouselExampleIndicators h3 {
    font-size: 25px;
    line-height: 35px;
}
#hero-card p, #ux-carousel p, #carouselExampleIndicators p {
    font-size: 18px;
    line-height: 27px;
}
.border-right, .border-left {
    border: transparent;
}
.bg-padding {
    padding: 75px 15px;
}
#footer-content li a, #footer-legal-links a, #footer-change-language a {
    font-size: 11px;
}
#hero-card {
    margin: 20px auto 0 auto;
}
body, .body {
    font-size: 1.15rem;
    line-height: 1.4em;
}
}

@media only screen and (max-width: 768px) {
#hero-card {
    margin: -200px auto 0 auto;
}
h1 {
    font-size: 60px;
}
#cookie-disclaimer p {
    padding: 10px 0 10px 16px;
}

}

@media only screen and (max-width: 767px) {
	.container {
	padding: 0 30px;
}
.bg-dark .mp-dropdown-menu {
    width: 110%;
    margin-left: -5%;
}
.solution-nav, .discover-nav {
    color: #fff;
    margin: 0;
    cursor: pointer
}
#solution-mobile, #discover-mobile, #resources-mobile  {
    display: none;
}
.mobile-display {
    display: inline-block;
}
#solution-desktop, #discover-desktop, #resources-desktop {
    display: none;
}
	.nav-item .dropdown{
		display: block;
	}
.mp-dropdown-menu {
    position: relative;
    left: 0;
    width: auto;
    margin-top: -1px;
    display: block;
    text-align: center;
}
.dropdown-content {
    border-radius: 0;
}
.dropdown-arrow {
    display: none;
}
.mp-dropdown-menu {
    max-height: 0;
    overflow: hidden;
}
/* Toggle Effect */


input:checked ~ .mp-dropdown-menu {
    max-height: 100%;
    display: block;
}
	/*
#mp-oss input {
    width: 100%;
}
#mp-oss {
    position: relative !important;
}
	*/
#nav_search {
    text-align: center;
}
.hidden-sm {
    display: none;
}
div.col-xs-6:nth-child(1) > ul:nth-child(1) {
    padding-left: 40px;
    margin-left: 0px;
}
div.col-xs-6:nth-child(2) > ul:nth-child(1) {
    padding-left: 10px;
}
div.col-xs-6:nth-child(3) > ul:nth-child(1) {
    padding-left: 40px;
}
div.col-xs-6:nth-child(4) > ul:nth-child(1) {
    padding-left: 10px;
}
}

@media only screen and (max-width: 640px) {
h1, #hero-slider h1 {
    font-size: 30px;
    line-height: 40px;
}
	/*.carousel-caption {
    top: 8% !important;
}*/
}

/*media queries for height*/
@media only screen and (max-device-height: 850px), screen and (max-height: 850px) {
#hero-card {
    margin: -75px auto 0 auto;
}
}

@media only screen and (max-device-height: 800px), screen and (max-height: 800px) {
#hero-card {
    margin: 0 auto;
}
	#intro{
		padding-top:40px;
	}
}

@media only screen and (max-device-height: 767px), screen and (max-height: 767px) {
.eighty-height, .seventy-height, .sixty-height,.fourty-height {
    min-height: 90vh !important;
}
h1, .carousel-caption {
    margin: 0px auto 0 auto!important;
}
h1 {
    font-size: 45px;
}
/*#hero-slider .carousel-caption {
    padding-top: 150px;
}*/
#hero-slider #home-hero .carousel-caption {
    padding-top: 20px;
}
	
.center-divider-white {
    margin: 24px auto!important;
}
	/*.carousel-caption {
		top: 0% !important;
	position: relative !important;
	padding-bottom: 30px !important;
}*/
	
}
@media only screen and (max-device-height: 700px), screen and (max-height: 700px) {
	.eighty-height, .seventy-height, .sixty-height,.fourty-height {
    min-height: 112vh !important;
}
	.carousel-caption, .carousel-caption.row {
	top: 50% !important;
}
}
@media only screen and (max-device-height: 600px), screen and (max-height: 600px) {
/*#hero-slider .carousel-caption {
    padding-top: 125px !important;
}*/
#cookie-disclaimer p {
    padding: 10px 0 10px 30px;
}
	
}

@media only screen and (max-device-height: 550px), screen and (max-height: 550px) {
/*#hero-slider .carousel-caption {
    padding-top: 100px !important;
}*/
}

@media only screen and (max-width: 540px) {
.hidden-xs {
    display: none;
}
#company-icon img {
    width: 98%;
}
#company-icon {
    padding: .75rem 0 0 0;
}
}

@media only screen and (max-width: 480px) {
h1 {
    font-size: 30px;
    line-height: 40px;
}
h3 {
    font-size: 20px;
    line-height: 30px;
}
.row .full {
    padding-left: 20px;
    padding-right: 20px;
}
}

@media only screen and (max-width: 370px) {
h1 {
    font-size: 21px;
    line-height: 28px;
}
h3 {
    font-size: 17px;
    line-height: 26px;
}
}


/* FROM CONTACT CSS */

#contactModal iframe {
    min-height: 500px;
	width: 100%;
}
#contactModal body, #contactModal .body {
    font-family: 'Lato', sans-serif !important;
    color: #65737c !important;
    font-size: 1.25rem !important;
    line-height: 1.65em !important;
    font-weight: 400 !important;
}
#contactFormWrap {
    border: 1px solid #ccd4d9;
    -ms-border-radius: 5px;
    border-radius: 5px;
    padding: 35px 35px 0 !important;
    margin: 50px 20px 0;
    min-height: 510px;
    z-index: 10000;
}
#contactModal h2.h1 {
    font-family: 'Lato', sans-serif !important;
    font-size: 60px !important;
    line-height: 70px !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    color: #002640 !important;
}
#contactModal .fa {
    color: #05338a;
}
#contactModal i.fa.fa-times {
    color: #0061d5 !important;
}
#mp-address img {
    margin: -5px 7px 0 0;
    width: 22px;
}
.comment_span {
    display: none;
}
/* MODAL ONLY */
#contactModal .modal-dialog {
    max-width: 100%;
    width: inherit;
    height: 85%;
}
#contactModal .close {
    font-size: 30px;
    margin: 0 50px 0 0;
    -ms-text-shadow: none;
    text-shadow: none;
    z-index: 1000;
    color: #0099ff;
    opacity: 1;
}
.modal-backdrop {
    background-color: #F3F5F6;
    background-color: rgba(243,245,246,0.99);
}
.modal-backdrop.in {
    opacity: .99;
}
/* MOVE TO common.css */
.margin-top-30 {
    margin-top: 30px;
}
/* For HubSpot Contact Form - START */
#contactForm .hs-form .hs-form-field > label {
    display: none!important;
}
#contactForm .hs-form ul.hs-error-msgs {
    list-style: none;
    color: #EE4036;
    padding: 0 0 10px 0;
    margin: -15px 0 0 0;
}
#contactForm .hs-form input.hs-input, #contactForm .hs-form textarea.hs-input, #contactForm .hs-form select {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #7b8994;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccd4d9;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-bottom: 15px;
}
#contactForm .hs-form textarea.hs-input {
    height: auto;
}
#contactForm .hs-form input.hs-button.primary.large {
    background-color: #fff;
    color: #0099ff;
    border: 1px solid #0099ff;
    border-radius: 4px;
    margin-top: 20px;
    padding: 6px 12px;
    font-size: 14px;
    text-align: center;
    width: 110px;
}
#contactForm .hs-form input.hs-input.error, div.field.error input, div.field.error textarea, div.field.error .chzn-choices, textarea.hs-input.error {
    border-color: #c87872;
    box-shadow: 0 0 3px rgba(171,41,32,0.25);
}
#contactForm .hs-form ul.hs-error-msgs li label {
    font-weight: normal;
    font-size: 12px;
}


#success a {
    color: inherit;
    font-size: inherit;
}	


@media (min-width: 992px) {
#mp-address p {
    font-size: 16px;
}
}

/* For HubSpot Contact Form - END */

@media only screen and (max-width: 767px) {
#contactModal .close {
    margin: -20px 15px 0 0
}
}


/* FROM home_v2.css */

/*#hero-slider h1 {
    font-size: 54px;
    line-height: 60px;
}*/
.slogan {
    max-width: 600px;
    margin: 0 auto;
}
#hero-content {
    padding-top: 70px;
}
#hero-clients ul {
    margin: 20px auto;
    padding: 0;
    text-align: center;
}
#hero-clients li {
    display: inline-block;
    margin: 20px 0 0;
    padding: 0 30px;
}
#hero-clients img {
    max-width: 100%;
}
#home-hero {
    background: url(https://www.motionpoint.com/wp-content/themes/motionpoint/images/mp/campaign/homepage-hero.jpg) no-repeat center center;
    background-size: cover;
}
#hero-logos {
    opacity: 0.5;
    position: absolute;
    bottom: 40px;
    text-align: center;
    left: 15px;
    right: 15px;
}
#hero-logos img {
    max-width: 130px;
}
.carousel-caption {
    color: unset;
    text-shadow: none;
    bottom: auto;
    left: 0;
    padding-bottom: 0;
    right: 0;
    top: 10%;
}
.button-yellow {
    color: #002640;
    padding: 10px 30px;
    text-align: center;
    text-transform: uppercase;
    transition: 1s;
    background-size: 200% auto;
    border-radius: 3px;
    letter-spacing: 1px;
    font-family: 'Lato', sans-serif;
    font-weight: 800;
    line-height: 30px;
    font-size: 16px;
    margin-top: 5vh;
}
.button-yellow-outline {
    color: #ffcb05;
    border: 2px solid #ffcb05;
    background: rgba(29, 95, 156, 0.3) !important;
    padding: 10px 30px;
    text-align: center;
    text-transform: uppercase;
    transition: .5s;
    background-size: 200% auto;
    border-radius: 3px;
    letter-spacing: 1px;
    font-family: 'Lato', sans-serif;
    font-weight: 800;
    line-height: 30px;
    font-size: 16px;
    margin-top: 5vh;
}
.button-yellow-outline:hover {
    color: #ffda68!important;
    border: 2px solid #ffda68;
    background: rgba(29, 95, 156, 0.3) !important;/*background: #ffcb05!important;
	background-image: -moz-linear-gradient( 50deg, rgb(225,184,26) 0%, rgb(255,203,5) 100%)!important;
	background-image: -webkit-linear-gradient( 50deg, rgb(225,184,26) 0%, rgb(255,203,5) 100%)!important;
	background-image: -ms-linear-gradient( 50deg, rgb(225,184,26) 0%, rgb(255,203,5) 100%)!important;
	color: #002640!important;*/
}
/* <- Magic Stuff Start */

.button-yellow:hover {
    background-position: right center; /* change the direction of the change here */
}
.btn-1, .btn-1:active {
    border-radius: 5px;
    background-image: -moz-linear-gradient( 50deg, rgb(225,184,26) 0%, rgb(255,203,5) 100%);
    background-image: -webkit-linear-gradient( 50deg, rgb(225,184,26) 0%, rgb(255,203,5) 100%);
    background-image: -ms-linear-gradient( 50deg, rgb(225,184,26) 0%, rgb(255,203,5) 100%);
    box-shadow: 0px 0px 30px 2px rgba(0, 0, 0, 0.3);
}
.button-express{
		background: #fff !important;
		color: #0061d5 !important;
		border: none;
		transition: 0.3s;
		cursor: pointer;
	}
	.button-express-solid{
		background: #ce55bc !important;
		color: #fff !important;
		border: none;
		transition: 0.3s;
		cursor: pointer;
	}
	.button-express:hover, .button-express-solid:hover{
		background: #3537da !important;
		color: #fff !important;
	}
#home-content .card {
    border: none;
}
.home-quote-box img {
    margin-bottom: 20px;
    width: 100px;
}
.home-quote-box i {
    font-size: 17px;
}
.quote-name {
    font-size: 14px;
    font-weight: 800;
}
.quote-title {
    font-size: 13px;
    font-weight: 600;
    line-height: 16px;
}
#home-quotes .divider-blue {
    width: 50%;
    max-width: 50px;
    margin: 0 auto;
    border-color: #002640;
}
/*#problems {
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 1%, #eaeae8 35%, #eaeae8 100%);
	background: -webkit-linear-gradient(top, #ffffff 1%, #eaeae8 35%, #eaeae8 100%);
	background: linear-gradient(to bottom, #ffffff 1%, #eaeae8 35%, #eaeae8 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeae8', GradientType=0 );
}
*/

#badges{
	    margin-top: -73px;
	align-items: center;
}
#slator{
	width: 200px;
	
}
#nimdzi{
	width: 180px;
	
}
#problems {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 1%, #eaeae8 31%, #eaeae8 100%);
    background: -webkit-linear-gradient(top, #ffffff 1%, #eaeae8 31%, #eaeae8 100%);
    background: linear-gradient(to bottom, #ffffff 1%, #eaeae8 31%, #eaeae8 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeae8', GradientType=0 );
}
#problems-bg {
    background-image: url(https://www.motionpoint.com/wp-content/themes/motionpoint/images/content/home/samll-team-2.jpg);
    background-position: bottom center;
    background-size: 800px;
    background-repeat: no-repeat;
    padding: 0;
    min-height: 850px;
}
#solution-value {
    background-image: url(https://www.motionpoint.com/wp-content/themes/motionpoint/images/content/home/worry-free-5.jpg);
    background-position: top center;
    background-size: cover;
}
#solution-value #streamline-operations {
    padding-top: 270px;
}
#services {
    margin-top: -17px;
}
#solution-value .card-footer {
    background: none;
    border: none;
}
#solution-value .container {
    min-height: 750px;
}
.free-spirt {
    position: absolute;
    width: 820px;
    left: 75px;
    top: -35px;
}
.feature-desktop {
    position: absolute;
    top: -206px;
    right: -246px;
    width: 900px;
}
.feature-mobile {
    position: absolute;
    top: -316px;
    left: -295px;
    clip-path: inset(171px 0 208px 0);
}
.feature-ebook {
    position: absolute;
    top: -179px;
    left: 45px;
}
.feature-technology {
    position: absolute;
    width: 711px;
    top: 22px;
    right: -44px;
}
#our-customers {
    padding-top: 65px;
    background: #031231;
    background: -moz-linear-gradient(top, #031231 1%, #05338a 100%);
    background: -webkit-linear-gradient(top, #031231 1%, #05338a 100%);
    background: linear-gradient(to bottom, #031231 1%, #05338a 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#031231', endColorstr='#05338a', GradientType=0 );
}
.logo-col {
    min-height: 100px;
    padding-top: 31px;
}
#value-list {
    margin: 65px 0 115px;
    font-size: 18px;
    line-height: 28px;
}
.red-bg {
    background-color: #D71A25;
}
#customer-quotes {
    padding: 65px;
}
/*******Why MP section *********/

#why-mp-hero-bg {
    background-image: url(https://www.motionpoint.com/wp-content/themes/motionpoint/images/content/home/why-mp-hero.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    min-height: 663px;
    left: 0;
    right: 0;
    top: 0;
    z-index: 0;
}
#technology .divider-white {
    margin: 3vh auto;
}
.bg-black {
    background-color: #000;
}


/** For Ebook Insource vs Outsource customization**/
.pad-vert-large {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
}
	.pad-top-large {
    padding-top: 6rem !important;
}
	.h-100 {
    height: 100%;
}
	.hero {
    margin-top: -115px;
    padding-top: 115px;
    height: auto;
}
	.hero, .hero .container, .hero .flex {
    min-height: 60vh;
}
	.space-between {
    justify-content: space-between;
}
	.align-center {
    align-items: center;
    align-content: center;
    vertical-align: middle;
    margin: 0 auto;
    align-self: center;
}
	.flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.flex-col{
	display: flex;
	flex-direction: column;
}
.container:not(.carousel-caption) {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
    max-width: 1168px;
}
	.bg-primary-gradient {
    background: rgb(1,68,191);
    background: -moz-linear-gradient(2deg, rgba(1,68,191,1) 7%, rgba(0,97,213,1) 100%);
    background: -webkit-linear-gradient(2deg, rgba(1,68,191,1) 7%, rgba(0,97,213,1) 100%);
    background: linear-gradient(2deg, rgba(1,68,191,1) 7%, rgba(0,97,213,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0144bf",endColorstr="#0061d5",GradientType=1);
}
	.hero h1 {
    font-size: 45px;
		line-height: 1.2;
		font-weight: 800 !important;
}
	.hero p{
		font-size: 20px;
		font-weight: 400;
    line-height: 1.2;
    margin: 15px 0 !important;
	}
	.color-secondary {
    color: #ffcb05;
}

/*******Desktop & Mobile Customization *********/

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

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

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

@media only screen and (max-width: 1280px) {
.feature-desktop {
    right: -336px;
}
}

@media only screen and (max-width: 1024px) {
.heading {
    font-size: 45px;
    line-height: 55px;
}
.feature-desktop {
    right: -456px;
}
}

@media only screen and (max-width: 768px) {
.feature-desktop, .feature-mobile, .feature-ebook {
    display: none;
}
#home-quotes .h-100 {
    height: inherit !important;
}
#home-quotes .card {
    margin: 0 25px 35px !important;
}
.center-content {
    padding: 0;
}
.logo-col img {
    max-width: 89px;
    height: auto;
}
#why-mp-hero .container {
    margin-top: 50% !important;
}
}

/*#760945.2//10.19.17//
MP
*/

/*
https://www.motionpoint.com/
*/

@media(max-width: 640px) {

#hero-logos {
    display: none;
}
}
@media(max-width: 460px) {
div#home-content > div#problems > div#problems-bg {
    min-height: 920px;
}
 @media(max-width: 420px) {
div#home-hero > div.carousel-caption > div.container > a.btn {
 font-size: 3.4vw;
}
}
div#home-content > div#problems > div#problems-bg > div.container {
    margin-top: -20% !important;
}
.button-yellow-outline {
    margin-top: 3vh;
}
}

@media only screen and (max-width: 414px) {
#home-hero .container.mt-md-5 {
    padding: 0 10px;
}
}

@media only screen and (max-width: 360px) {
div#home-hero > div.carousel-caption > div.container > a.btn {
    font-size: 3vw;
}
}

