<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ==========================================================================
 * Author: Daniely Wright
 * URL: http://danielyewright.com
 * Theme Name: Kreativa
 * Description: Bootstrap 3 Landing Page Theme
 * Version: 1.0
========================================================================== */


/* ==========================================================================
   Global Styles
========================================================================== */
body {
    font-family: 'opensans-regular', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    color: #838c95;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}

@media (max-width: 768px) {
    body {
        text-align: center;
    }
}

/* Headings &amp; Titles */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'montserrat-regular', sans-serif;
    font-style: normal;
}

h3 {
    font: 16px/24px 'montserrat-bold', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #222;
}

h3 {
    font-size: 20px;
    color: #348DE1;
}

/* Paragraph &amp; Typographic */
p {
    line-height: 28px;
    margin-bottom: 25px;
}

/* Links */
a {
    color: #11ABB0;
    word-wrap: break-word;
}

a:hover,
a:focus {
    color: #14d0d6;
    text-decoration: none;
    outline: 0;
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}

/* Misc. */
.pad-bottom { padding-bottom: 95px; }
.pad-top { padding-top: 40px; }
/*.logo-accent { color: #95ce53; }*/

/* Bootstrap Modifications
-------------------------------------------------------------------------- */

/* Buttons */

.btn {
  border-radius: 2px;
  font: 14px/24px 'montserrat-bold', sans-serif;
  text-transform: uppercase;
  padding: 12px 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-transition: all .2s ease-in-out;
     -moz-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}

.btn-theme {
  background-color: #6fb3e8;
  color: #fff;
}

.btn-theme:hover,
.btn-theme:focus {
  background-color: #5192c8;
  color: #fff;
}

.btn-trial {
  background-color: #95ce53;
  color: #fff;
}

.btn-trial:hover {
  background-color: #7cb935;
  color: #fff;
}

.buttons a {
  margin-left: 15px;
  margin-right: 15px;
}

/* Form Control */

input[type="email"] {
  min-width: 250px;
    width: auto;
  font-size: 14px;
}

.form-control {
    display: inline-block;
    padding: 12px 20px;
    height: 50px;
    margin-right: 20px;
    text-align: center;
    border: 0;
    background-color: #d3d9d9;
}

@media (max-width: 510px) {
  .form-control {
    margin-bottom: 10px;
  }
}

.form-control:focus {
    box-shadow: none;
    border: 0;
    background-color: #777;
    color: #ccc;
    -webkit-transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}


/* ==========================================================================
   Site Sections
========================================================================== */

/* Navbar
-------------------------------------------------------------------------- */

.navbar-default {
  background-color: #fff;
  letter-spacing: 1.5px;
  padding: 10px 0;
}


.navbar-default .navbar-brand {
    color: #000;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-size: 20px;
    padding: 7px 30px 12px 15px;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:hover {
  color: #58687a;
}

.navbar-default .navbar-nav &gt; li &gt; a {
  font-family: 'montserrat-regular', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  color: #58687a;
}

.navbar-default .navbar-nav &gt; li &gt; a:hover,
.navbar-default .navbar-nav &gt; li &gt; a:focus {
  color: #6fb3e8;
}

.navbar-default .navbar-nav &gt; .active &gt; a,
.navbar-default .navbar-nav &gt; .active &gt; a:hover,
.navbar-default .navbar-nav &gt; .active &gt; a:focus {
  background-color: transparent;
  color: #6fb3e8;
}

.navbar-default .navbar-right .fa {
  color: #768d5b;
  font-size: 20px;
}

.navbar-default .navbar-right .fa-facebook:hover {
  color: #7aa24c;
  -webkit-transition: color .2s ease-in-out;
     -moz-transition: color .2s ease-in-out;
          transition: color .2s ease-in-out;
}

.navbar-default .navbar-right .fa-twitter:hover {
  color: #b6db8b;
  -webkit-transition: color .2s ease-in-out;
     -moz-transition: color .2s ease-in-out;
          transition: color .2s ease-in-out;
}

.navbar-default .navbar-right .fa-google-plus:hover {
  color: #dd4b39;
  -webkit-transition: color .2s ease-in-out;
     -moz-transition: color .2s ease-in-out;
          transition: color .2s ease-in-out;
}

/* Modified Responsive CSS */

@media (max-width: 979px) {
	.btn-navbar {
		display: none;
	}
	.navbar .nav-collapse {
		clear: none;
	}

	.nav-collapse {
		height: auto;
		overflow: auto;
	}

	.navbar .nav {
		float: left;
		margin: 0 10px 0 0;
	}

	.navbar .brand {
		margin-left: -20px;
		padding: 8px 20px 12px;
	}

	.navbar .dropdown-menu:before, 
	.navbar .dropdown-menu:after {
		display: block;
	}

	.navbar .nav &gt; li &gt; a, 
	.navbar .dropdown-menu a {
		border-radius: 0;
		color: #999999;
		font-weight: normal;
		padding: 10px 10px 11px;
	}

	.navbar .nav &gt; li {
		float: left;
	}

	.navbar .dropdown-menu {
		background-clip: padding-box;
		background-color: #FFFFFF;
		border-color: rgba(0, 0, 0, 0.2);
		border-radius: 0 0 5px 5px;
		border-style: solid;
		border-width: 1px;
		box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
		display: none;
		float: left;
		left: 0;
		list-style: none outside none;
		margin: 0;
		min-width: 160px;
		padding: 4px 0;
		position: absolute;
		top: 100%;
		z-index: 1000;
	}

	.navbar-form, .navbar-search {
		border:none;
		box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.1);
		float: left;
		margin-bottom: 0;
		margin-top:6px;
		padding: 9px 15px;
	}

	.navbar .nav.pull-right {
		float: right;
		margin-left: auto;
	}
}

@media (max-width: 550px) {
	.btn-navbar {
		display: block;
	}
	.navbar .nav-collapse {
		clear: left;
	}

	.nav-collapse {
		height: 0;
		overflow: hidden;
	}

	.navbar .nav {
		float: none;
		margin: 0 0 9px;
	}

	.navbar .brand {
		margin: 0 0 0 -5px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.navbar .dropdown-menu:before, 
	.navbar .dropdown-menu:after {
		display: none;
	}

	.navbar .nav &gt; li &gt; a, 
	.navbar .dropdown-menu a {
		border-radius: 3px 3px 3px 3px;
		color: #999999;
		font-weight: bold;
		padding: 6px 15px;
	}

	.navbar .nav &gt; li {
		float: none;
	}

	.navbar .dropdown-menu {
		background-color: transparent;
		border: medium none;
		border-radius: 0 0 0 0;
		box-shadow: none;
		display: block;
		float: none;
		left: auto;
		margin: 0 15px;
		max-width: none;
		padding: 0;
		position: static;
		top: auto;
	}

	.navbar-form, .navbar-search {
		border-bottom: 1px solid #222222;
		border-top: 1px solid #222222;
		box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.1);
		float: none;
		margin: 9px 0;
		padding: 9px 15px;
	}

	.navbar .nav.pull-right {
		float: none;
		margin-left: 0;
	}
}


/* Hero (Header)
-------------------------------------------------------------------------- */

.hero {
  background: #6fb3e8 url(/Content/images/Home/backgrounds-blue-with-highlights.jpg) center center;
  background-size: cover;
  *margin-top: 50px;
  padding-top: 110px;
  color: #ccc;
}

.hero h1 {
    font-size: 40px;
    color: #FFF;
    
    -webkit-animation-delay: 1s;
    animation-delay: 1s;

    text-shadow: 1px 2px 2px rgba(102, 102, 132, 1);
}

@media (max-width: 480px) {
    .hero h1 {
        font-size: 24px;
    }

    /* 248, 34 */
    .navbar-default .navbar-brand img {
        height: auto;
        width: 204px;
    }
}

/* Features Wrap
-------------------------------------------------------------------------- */

.featureswrap {
  background-color: #fff;
  padding: 75px 0;
}

.featureswrap h3 {
  font: 16px/24px 'montserrat-bold', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #348de1;
}

.featureswrap h3.text-center { font-size: 20px; }

@media (max-width: 768px) {
  .featureswrap .col-md-6 {
    padding-top: 0;
    padding-bottom: 0;
  }
}

/* Pricing
-------------------------------------------------------------------------- */

.pricing {
  background: #f3f7fb;
  padding: 150px 0;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  text-align: center;
}

.pricing .price-block {
  background: #fff;
  border: 1px solid #E6E6E6;
  text-align: center;
  margin-bottom: 36px;
}

.plan-title {
  font: 15px/30px 'montserrat-regular', sans-serif;
  padding: 30px 20px 6px 20px;
  margin-bottom: 0px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.plan-title .fa {
  display: block;
  margin-bottom: 6px;
  font-size: 26px;
}

.plan-price {
  font-family: 'montserrat-bold', sans-serif;
  font-size: 30px;
  color: #333;
  padding: 6px 30px 6px 30px;
  margin-bottom: 0;
  text-align: center;
  letter-spacing: .5px;
}

.plan-price span {
	font-family: 'opensans-light', sans-serif;
	font-size: 15px;
	color: #999;
	display: block;
	margin-top: 0;
}

ul.features {
  margin: 12px 0 0 0;
  list-style: none;
}

ul.features li {
  line-height: 39px;
  margin-bottom: 0;
  text-align: center;
}

.plan-sign-up {
  padding: 24px 15px;
  margin: 0;
  text-align: center;
}

/* Clients
-------------------------------------------------------------------------- */

.clientswrap {
  background-color: #fff;
  padding: 110px 0;
}

.clientswrap .image-link a {
    background-color: #F60;
    display: block;
}

.clientswrap .image-link img {
    transition:all .6s;
}

.clientswrap .image-link img:hover {
    opacity:0.7;
}

.clientswrap h3 { color: #348de1; }

@media (max-width: 768px) {
  .clientswrap img {
    display: table;
    margin: 0 auto;
    padding: 10px;
  }
}

/* Testimonials
-------------------------------------------------------------------------- */

.testimonials {
  background: #6fB3E8 url(/Content/images/Home/bg.png) center center;
  background-size: cover;
  padding: 60px 0;
  color: #fff;
}

.testimonials h3 {
  color: #fff;
  text-transform: none;
}

/* Contact
-------------------------------------------------------------------------- */

.contactwrap {
  background-color: #fff;
  padding: 110px 0;
}

.contactwrap h3 {
  color: #348DE1;
}

.contactwrap small { font-size: 11px; }

/* Footer */

.footerwrap {
  background-color: #253341;
  color: #7b8f9d;
  padding: 60px 0;
  border-top: 5px solid #ccc;
  font-size: 13px;
}

.footerwrap h2 { color: #fff; }

.footerwrap h3 {
  font-size: 16px;
  color: #fff;
}

.footerwrap .col-md-2 a { color: #7b8f9d; }
.footerwrap .col-md-2 a:hover { color: #fff; }
.footerwrap .col-md-6 a { color: #348de1; }
.footerwrap .col-md-6 .fa { color: #c0392b; }
.footerwrap .col-md-2 hr { border-top: 1px solid #7b8f9d; }

.footerwrap .social-icons i {
  font-size: 20px;
  margin-right: 15px;
}

/* EE */
.platform-description {
    line-height: 1.5em;
    margin-top: 2em;
}
.platform-description h2 {
    line-height: 1.5em;
}

#clients ul {
    list-style: none;
    margin-bottom: 3em;
    padding: 0;
}

#clients li {
    margin: .8em 0;
}

.footerwrap .fa {
    margin-right: 10px;
}

.footerwrap .fa-address:before {
    content: "\f041";
}

.login-options .dropdown {
    background: right center no-repeat url('/Content/images/login-options-dropdown.gif');
    cursor: pointer;
    float: right;
    font-size: 10pt;
    line-height: 45px;
    padding-right: 18px;
}

.login-options .options {
    background-color: #FFF;
    box-shadow: 2px 2px 4px #999;
    display: none;
    font-size: .8em;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
}

.login-options .options.expanded {
    display: block;
    position: absolute;
}

.login-options .options li {
    background-color: #FFF;
    padding: 2px 15px;
}

.login-options .options .title {
    background-color: #6fB3E8;
    color: #FFF;
    padding: 2px 10px;
}

.text-error {
  color: #B94A48;
}

.grp-ui-dialog .signup-form .content {
    clear: both;
    margin: 30px;
}

@media (max-width: 550px) {
    .login-options {
        display: none;
    }
}

/* ==========================================================================
   IE 10 in Windows 8 and Windows Phone 8 fix
========================================================================== */

@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }</pre></body></html>