html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	background-color: white;
	height: 100%;
    word-wrap: break-word;
    display: flex;
    flex-direction: column;
}

#wrapper {
    flex: 1;
}

a {
	text-decoration: none;
    color: black;
}

#header {
	position: fixed;
	top: 0px;
	width: 100%;
	height: 75px;
	display: block;
	background-color: #ffffffdd;
	z-index: 10;
    font-weight: 400;
}

#header #logo {
	position: absolute;
	left: 20px;
    height: 75px;
    display: flex; 
    align-items: center; 
}

#header #logo a {
    color: #081117;
    letter-spacing: 0.5pt;
    font-weight: bold;
    font-size: 17px;
}

#header #logo img {
	height: 60px;
    vertical-align:middle;
    margin-right: 10px;
    border-radius: 30px;
}

#navigation {
    position: absolute;
    right: 40px;
    top: 27px;
    margin-left: 210px;
	font-weight: bold;
}

#navigation a {
	color: #444444;
	text-decoration: none;
	letter-spacing: 0.5pt;
    margin-left: 10px;
    margin-right: 10px;
}

#navigation a.active {
	color: #3b75a2;
	border-radius: 4px;
}

#navigation a:hover { 
    color: #1467A7;
}

#navigation a:active { 
    color: #3b75a2;
}

#navigation_btn {
    display: none;
}

.material-icons.main_menu {
    padding: 5px;
	fill: #333333;
    border-radius: 50%;
    font-size: 50px;
}

#main {
    overflow: auto;
}

#content_wrapper {
    margin-top: 75px;
}

#footer {
	width: 100%;
	font-weight: lighter;
    min-height: 70px;
}

#footer_content {
    background-color: #444444;
    padding: 10px 20px 10px 20px;
	text-align: center;
}

#footer_content ul {
    margin: 0;
    padding: 0;
}

#footer li {
	display: inline;
	list-style-type: none;
}

#footer li a {
	margin-left: 30px;
    display: inline-block;
	line-height: 50px;
	text-decoration: none;
	color: #c2c2c2;
    white-space: nowrap;
}

#footer li a:hover {
	color: #3b75a2;
}

h1, h2 {
    text-align: center;
    margin: 0px;
    padding: 0px;
}

.main_banner {
    color: white;
    background-color: rgba(0, 0, 0, 0.8);
	background-image:url('/images/background2.webp');
    background-size: cover;
	background-repeat: no-repeat;
    background-position: center;
	background-blend-mode: multiply;
    text-align:center;
    width: 100%;
}

.screenshot img.platform {
    width: 600px;
    top: 0px;
}

.main_banner_content .screenshot {
    display: inline-block;
    vertical-align:top;
    padding: 10px;
}

.main_banner_content .headers {
    display: inline-block;
    max-width: 550px;
    vertical-align:top;
    padding: 60px 20px 0px 0px;
}

.main_banner_content {
	display: inline-block;
	text-align: left;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 10px;
	padding-right: 10px;
}

.main_banner h1 {
    font-weight: bolder;
    font-size: 3.8em;
    margin-left:auto;
    text-align: left;
}

.main_banner h2 {
    font-weight: bold;
    font-size: 2.5em;
    padding: 0px;
    text-align: left;
}

.main_banner h3 {
    font-weight: 300;
    font-size: 1.6em;
    text-align: left;
    padding: 0px;
    margin-top:30px;
    margin-bottom:50px;
    color: white;    
}

.aboutus_banner {
    background-image:url('/images/aboutus.webp');
    background-color: rgba(35, 51, 79, 0.5);
    background-blend-mode: multiply;
}
.branded_banner {
    background-image:url('/images/branded.webp');
    background-color: rgba(35, 51, 79, 0.5);
    background-blend-mode: multiply;
}
.methodologies_banner {
    background-image:url('/images/background.webp');
    background-color: rgba(35, 51, 79, 0.5);
    background-blend-mode: multiply;
}
.app_banner {
    color: white;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center left;
    text-align:center;
    width: 100%;
}

.app_banner_content {
	display: inline-block;
	max-width: 800px;
	text-align: left;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 10px;
	padding-right: 10px;
}

.app_banner h1 {
    font-weight: bold;
    font-size: 2.8em;
    margin-left:auto;
}

.app_banner p {
    font-weight: 400;
	font-size: 1.5em;
    margin-left:auto;
    margin-right:auto;
	padding: 10px;
    line-height: 35px;
	max-width: 800px;
}

.panel {
    padding-top: 40px;
    padding-bottom: 40px;
}

.panel h1 {
    font-weight: bolder;
    font-size: 1.5em;
}

.panel h2 {
    font-weight: bolder;
    font-size: 1.2em;
}

.panel p {
    font-weight: 400;
    text-align: left;
}

.panel > h1,h2,h3,h4 {
    padding-left: 20px;
	padding-right: 20px;
}

.panel > p {
    font-weight: 400;
	font-size: 1.2em;
    line-height: 30px;
	padding-left: 20px;
	padding-right: 20px;
	max-width: 800px;
}

.panel > h1 {
    font-weight: bolder;
    font-size: 1.5em;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.panel_blue {
    color: white;
    background-color: #4c96d0;
}

.panel_blue > h1 {
    margin-left:auto;
    margin-right:auto;
}

.panel_blue > p {
    color: #23334F;
	font-size: 1.1em;
    margin-left:auto;
    margin-right:auto;
}

.panel_blue a {
    color: #23334F;
    font-weight: 500;
}

a.button {
    padding: 10px 20px 10px 20px;
    margin-left: 10px;
    margin-right: 10px;
    line-height: 60px;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}

.panel_blue a.button {
    border: 5px solid white;
    border-radius: 25px;
    color: white;
}

.panel_white a.button {
    border: 5px solid #4c96d0;
    border-radius: 25px;
    color: #4c96d0;
}

.panel_white a {
    color: #3b75a2;
}

.panel_white {
    color: #444444;
    background-color: white;
}

.panel_white > h1 {
    color: #4386b9;
    margin-left:auto;
    margin-right:auto;
}

.panel_white > p {
    color: #444444;
	font-size: 1.1em;
    margin-left:auto;
    margin-right:auto;
    margin-top:6px;
}

.panel_white > h2 {
    margin-left:auto;
    margin-right:auto;
    max-width: 800px;
}

.panel_white > h3 {
    color: #4386b9;
    text-align: left;
    margin-left:auto;
    margin-right:auto;
    max-width: 800px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-left: 20px;
	padding-right: 20px;
}

.panel_white > h4 {
    margin-left:auto;
    margin-right:auto;
    max-width: 800px;
    padding-left: 20px;
	padding-right: 20px;
}

.panel_white > ul,ol {
    margin-left:auto;
    margin-right:auto;
    max-width: 800px;
}

.panel_white li {
    padding-right:20px;
}

.screenshots {
	text-align:center;
    scroll-margin-top: 75px;
}

.screenshots a {
    color: #f3f4f5;
}

.screenshots img {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom left;
    width: 280px;
    position: relative;
    left: 0px;
	margin-top: 10px;
}

.screenshots h1 {
    text-align: left;
    margin-top: 20px;
    font-weight: bolder;
    color: #4386b9;
    font-size: 1.5em;
    text-transform: uppercase;
}

.panel_white .screenshots h1 {
    color: #4386b9;
    text-align: left;
}

.screenshots p {
    font-weight: 400;
    color: #444444;
    width: 300px;
    line-height: 26px;
    text-align: left;
}

.screenshot1 {
	display: inline-block;
	vertical-align: top;
    padding-left:5px;
    padding-right:5px;
}

.screenshot2 {
	display: inline-block;
	vertical-align: top;
    padding-left:5px;
    padding-right:5px;
}

.mmrs h1 {
    text-align: left;
}

.panel .mmrs {
    text-align:center;
    overflow: hidden;
    padding-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

.panel .mmrs img {
    margin-bottom: 20px;
}

.panel .mmr13 {
    display: inline-block;
    width: 260px;
    vertical-align: top;
	margin-bottom: 15px;
	padding-left: 5px;
	padding-right: 5px;
    text-align: left;
}

.mmr .mmr13 h1 {
    font-weight: bolder;
    color: #444444;
    font-size: 1.5em;
}

.mmr .mmr13 p {
    font-weight: 400;
    color: #444444;
}

.panel .mmr13 .feature_text h1 {
    font-size: 1.3em;
}

.panel_gray {
    color: #444444;
    background-color: #f3f4f5;
}

.panel_gray > h1 {
    color: #4386b9;
    margin-left:auto;
    margin-right:auto;
    line-height: 40px;
}

.panel_gray > p {
    color: #444444;
	font-size: 1.1em;
    margin-left:auto;
    margin-right:auto;
}

#map-canvas {
    width: 100%;
    height: 400px;
    background-color: #CCC;
}

.mmr23 {
    display: inline-block;
    max-width: 500px;
}

.contact_info p {
    font-weight: 400;
    color: #4386b9;
    line-height: 21px;
    text-align: left;
}

.contact_info a.email {
    font-size: 15px;
    font-weight: 500;
    color: #4386b9;
}

#contact_form {
    padding: 0px;
    margin: 0px;
    text-align: center;
}

#contact_form input {
    color: #4386b9;
    overflow: hidden;
    width: 320px;
    height: 30px;
    border: 0px;
    margin: 5px;
    padding: 10px;
    border-radius: 20px; 
    font-size: 17px;
}

#contact_form input[type="submit"] {
    height: 46px; 
    border-radius: 30px;
    background-color: #4386b9;
    color: white;
    font-size: 19px;
    width: 340px;
}

#contact_form input[type=submit]:disabled {
  border: 1px solid #999999;
  color: #666666;
}

#contact_form input[type=submit]:hover {
    border: 2px solid #444444;
}
  
#contact_form textarea {
    color: #4386b9;
    margin-right: 20px;
    font-size: 16px;
    width: 320px;
    height: 150px;
    border: 0px;
    margin: 5px;
    padding: 10px; 
    border-radius: 20px;
    font-family: 'Roboto', sans-serif;
}

.contact_info strong {
    font-weight: bold;
}

::placeholder {
    color: #4386b9;
    opacity: 1;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 16px;
}

.features img {
    float: left;
}

.features .mmr13 {
    width: 300px;
    margin: 30px 0px 10px 0px;
}

.feature_text {
    padding-left: 10px;
    width: 175px;
    float: left;
    margin: 0px;
    overflow: hidden;
}

.feature_text p {
    margin-top: 0px;
    margin-bottom: 0px;
	font-size: 1em;
	line-height: 23px;
}

.pricing_banner {
    background-color: #222222;
    display: inline-block;
    vertical-align:top;
    margin: 60px 0px 0px 0px;
    padding: 10px;
    border-radius: 10px;
}

.pricing table {
    margin-top: 50px;
    margin-left:auto;
    margin-right:auto;
    table-layout:fixed;
}

.pricing table td {
    padding: 5px;
    line-height: 23px;
    color: #444444;
    width: 200px;
    text-align: center;
}

.pricing1 {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 20px;
}

.pricing1 th {
    font-weight: bolder;
    padding-left: 10px;
	padding-right: 10px;
    line-height: 30px;
    color: white;
    padding: 10px;
    border-radius: 2px;
}

.pricing1 th:nth-child(1) {
    background-color: #fed45b;
    color: black;
}

.pricing1 th:nth-child(2) {
    background-color: #747d7f;
}

.pricing1 th:nth-child(3) {
    background-color: #429edd;
}

.pricing1 strong {
    font-weight: bold;
    color: black;
    line-height: 70px;
}

.pricing2 {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 10px;
}

.pricing2 th {
    font-weight: bolder;
    padding-left: 10px;
	padding-right: 10px;
    line-height: 30px;
    color: white;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
}

.pricing2 td {
    padding: 10px;
    line-height: 23px;
    color: white;
    width: 200px;
    text-align: center;
    vertical-align:top;
}

.pricing2 th:nth-child(1) {
    background-color: #fed45b;
    color: black;
}

.pricing2 th:nth-child(2) {
    background-color: #429edd;
    color: black;
}


.pricing2 th:nth-child(3) {
    background-color: #aaaaaa;
    color: black;
}


.pricing2 strong {
    font-weight: bold;
    color: black;
    line-height: 70px;
}

.pricing2 .details {
    font-size: 14px;
}

.mydashboard .mmr13 {
    width: 260px;
    padding-left: 20px;
    padding-right: 20px;
}

.mydashboard .mmr13 h1 {
    color: white;
}

.mydashboard .mmr13 p {
    color: #444444;
}

.step {
    overflow: hidden;
    display: inline-block;
}

.align_right {
    text-align: right;
}

.branding {
    margin-top: 20px;
    text-align: center;
}

.branding_line {
    background-image: url('/images/branding_line.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom left;
    text-align:center;
    height: 120px;
    width: 8px;
    margin-left:auto;
    margin-right:auto;
}

.branding h1 {
    font-weight: bolder;
    color: #4386b9;
    font-size: 1.5em;
    text-transform: uppercase;
    margin-left:auto;
    margin-right:auto;
    text-align: left;
    padding: 0px;
}

.branding .align_right h1 {
    text-align: right;
}

.branding p {
    font-weight: 400;
    color: #444444;
    text-align: left;
    line-height: 30px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.branding .align_right p {
    text-align: right;
}

.branding img {
    width: 150px;
    margin-top: 10px;
    float: left;
    overflow: hidden;
}

.branding .text {
    float: left;
    max-width: 550px;
    padding: 10px 20px 10px 20px;
}

.admin {
    margin: auto;
    margin-top: 80px;
}

.admin textarea {
   height: 500px;
   min-width: 750px;
}

.myinsights_pricing p {
    font-weight: 400;
}

.myinsights_pricing .item strong {
    font-weight: bold;
}

.brandedapp {
    overflow: hidden;
    margin-top: 20px;
    display:inline-block;
}

.brandedapp h1 {
    font-weight: bolder;
    font-size: 1.5em;
    text-transform: uppercase;
    margin-left:auto;
    margin-right:auto;
    text-align: left;
    padding: 0px;
}

.brandedapp p {
    font-weight: 400;
    color: #444444;
    text-align: left;
    line-height: 23px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.brandedapp img {
    border: 20px solid white;
    border-radius: 10px;
    width: 210px;
    margin-top: 10px;
    float: left;
    overflow: hidden;
}

.brandedapp .text {
    float: left;
    width: 450px;
    padding: 10px 20px 10px 20px;

}

#message {
    display:none;
}

.icon {
    width: 60px;
    height: 60px;
	fill: #4c96d0;
}

.material-icons.feature_icon {
    padding: 5px;
	fill: black;
    border-radius: 50%;
    font-size: 35px;
	float: left;
}

.material-icons.method_icon {
    padding: 5px;
	fill: #333333;
    border-radius: 50%;
    font-size: 35px;
}

.feature_blue {
    background-color: #4c96d0;
}

.feature_yellow {
    background-color: #fed45b;
}

.feature_green {
    background-color: #83e0d0;
}

a.signup {
    border: 5px solid #4c96d0;
    border-radius: 30px;
    color: white;
    padding: 10px 20px 10px 20px;
    line-height: 80px;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    font-size: 1.5em;
    background-color: #4c96d0;
    margin-right: 20px;
}

a.contact {
    border: 5px solid #444444;
    border-radius: 30px;
    color: white;
    padding: 10px 20px 10px 20px;
    line-height: 80px;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    font-size: 1.5em;
    background-color: #444444;
    margin-right: 20px;
}

.app_link {
    display: inline-block;
	margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
}

.app_links {
    text-align: center;
}

.legal_links {
	max-width: 600px;
	text-align: center;
	margin: 0 auto;
	margin-top: 20px;
}
.legal_links a:link {
    color: #4386b9;
}
.legal_links a:visited {
    color: #4386b9;
}
.company {
	display: block;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 1.1em;
	text-align: center;
	letter-spacing: 2px;
}

.legal_links {
	max-width: 600px;
	text-align: center;
	margin: 0 auto;
	margin-top: 20px;
}
.legal_links a:link {
    color: #4386b9;
}
.legal_links a:visited {
    color: #4386b9;
}
.company {
	display: block;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 1.1em;
	text-align: center;
	letter-spacing: 2px;
}

#legal p {
    margin-left: 0px;
    padding: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
}

#legal li {
	list-style-image: none;
}
#legal {
	max-width: 600px;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
    font-family: Verdana;
	font-size: 15px;
}
#legal h1 {
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 1.5em;
	text-align: center;
	background: #ffffff;
}
#legal h2 {
	margin: 10px;
	font-size: 1em;
	text-align: center;
	background: #ffffff;
}
#legal h3 {
	margin-top: 15px;
	margin-bottom: 6px;
	padding-bottom: 0px;
	font-size: 1em;
	padding-left: 0px;
	margin-left: 0px;
	background: #ffffff;
}
#legal ol.main {
	margin: 0px 0px 20px 0px;
	padding-left: 0px;
}
#legal ol.main > li {
	margin-top: 20px;
}
#legal ol.main > li:before {
	margin-right: 20px;
}
#legal>ol>li {
	list-style-type: none;
	font-weight: bold;
	counter-increment: article;
}
#legal ol.section {
	margin-left: 0px;
	padding-top: 4px;
	padding-left: 60px;
	counter-reset: item;
	position: relative;
}
#legal ol.section>li {
	list-style-type: none;
	counter-increment: item;
}
#legal ol.a {
	margin-left: 15px;
	padding-left: 0px;
	list-style-type:lower-alpha;
}
#legal ol.a > li {
	padding-left: 10px;
}
#legal ol.section > li:before {
	counter-increment: def;
	content: counter(article) "." counter(item) " ";
	position: absolute;
	left: 0px;
	display: block;
	text-align: left;
}
#legal>ol.normal>li {
	list-style-type: disc;
	font-weight: normal;
}
.italics {
	font-style: italic;
}
.bold {
	font-weight: bold;
}
#success {
    display: none;
}
#success p {
    border: 1px solid #4386b9;
    padding:5px 10px 5px 10px;
    border-radius: 10px;
    background-color: white;
    color:#333333;
}

::placeholder {
    color: #4386b9;
}

img.screenshot {
    border-radius: 10px;
}

.clients img {
    width: 100px;
    padding:5px;
    border-radius: 20px;
}
.methodology h1 {
    margin-bottom: 20px;
}

.methodology h1, .methodology h2, .methodology h3, .methodology h4 {
    text-align: left;
    max-width: 800px;
}

.methodology img {
    width: 260px;
    display: block;
    float: right;
    margin-right: 10px;
    margin-left: 10px;
}

#methodologies .bar {
    display: flex;
    align-items:center;
}

#methodologies i {
    width: 40px;
    text-align: center;
}

#methodologies span {
    width: 100%;
    padding-left: 15px;
}



@media (max-width: 800px) {
    body {
        font-size: 18px;
    }
    #navigation_btn {
		display: block;
		position: fixed;
		top: 10px;
		right: 10px;
		z-index: 2;
    }
	#navigation a {
		margin: 5px 0px 5px 10px;
        margin-bottom: 10px;
		line-height: 30px;
		white-space: nowrap;
	}
    #navigation {
		height: 100%;
		width: 0;
		min-width: 0;
		position: fixed;
		z-index: 1;
		top: 0;
		right: 0;
		background-color: white;
		overflow-x: hidden;
		padding-top: 20px;
		transition: 0.5s;
    }
    #navigation a {
        display: block;
        clear: left;
    }
    .main_banner_content {
    	padding-top: 20px;
        padding-bottom: 10px;
    }
    .app_banner_content {
        padding-top: 40px;
    }
	.main_banner h2 {
	    font-size: 1.8em;
	}
    .main_banner h3 {
	    font-size: 1.6em;
        margin-top: 10px;
        margin-bottom: 10px;
	}
    .main_banner_content .headers {
        padding: 0px;
    }
	.app_banner h1 {
	    font-size: 2.2em;
	}
	.branding img {
	    float: none;
	}
    .panel .mmr13 {
        width: 100%;
        padding-left: 0px;
    }
    .panel h1 {
        font-size: 1.4em;
    }
    .feature_text {
        width: 280px;
    }
    #footer li a {
		margin: 10px 20px 10px 20px;
	}
    .methodology img {
        width: 140px;
        margin-right: 5px;
        margin-left: 5px;
    }
    .screenshot img.platform {
        width: 100%;
    }
}
