<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
 * Bootstrap v4.0.0-alpha (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

template {
  display: none;
}

a {
  background-color: transparent;
}

a:active {
  outline: 0;
}

a:hover {
  outline: 0;
}


b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

mark {
  color: #000;
  background: #ff0;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}


figure {
  margin: 1em 40px;
}

hr {
  height: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button {
  -webkit-appearance: button;
  cursor: pointer;
}


button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}


input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}


input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

td,
th {
  padding: 0;
}

@media print {
  *,
  *:before,
  *:after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  pre,
  blockquote {
    border: 1px solid #999;

    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

@-moz-viewport {
  width: device-width;
}

@-ms-viewport {
  width: device-width;
}

@-webkit-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

html {
  font-size: 16px;

  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #373a3c;
  background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

a {
  color: #0275d8;
  text-decoration: none;
}

a:focus,
a:hover {
  color: #014c8c;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
}

table {
  background-color: transparent;
}

caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #818a91;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: left;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

input,
button,
select,
textarea {
  margin: 0;
  line-height: inherit;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
}

output {
  display: inline-block;
}

h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1, h2, h3 {
  margin-bottom: .5rem;
}

h4, h5, h6 {
  margin-bottom: .5rem;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: .0625rem solid rgba(0, 0, 0, .1);
}

small {
  font-size: 80%;
  font-weight: normal;
}

mark {
  padding: .2em;
  background-color: #fcf8e3;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: .2rem .4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f7f7f9;
  border-radius: .25rem;
}

kbd {
  padding: .2rem .4rem;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: .2rem;
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  line-height: 1.5;
  color: #373a3c;
}
.container {
  padding-right: .9375rem;
  padding-left: .9375rem;
  margin-right: auto;
  margin-left: auto;
}

.container:before,
.container:after {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}

@media (min-width: 34em) {
  .container {
    max-width: 34rem;
  }
}

@media (min-width: 48em) {
  .container {
    max-width: 45rem;
  }
}

@media (min-width: 62em) {
  .container {
    max-width: 60rem;
  }
}

@media (min-width: 75em) {
  .container {
    max-width: 74.25rem;
  }
}
.row {
  margin-right: -.9375rem;
  margin-left: -.9375rem;
}

.row:before,
.row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.col-md-3, .col-md-4 {
  position: relative;
  min-height: 1px;
  padding-right: .9375rem;
  padding-left: .9375rem;
}


@media (min-width: 48em) {
.col-md-3, .col-md-4 {
    float: left;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.333333%;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
  opacity: 1;
}

.form-control::placeholder {
  color: #999;
  opacity: 1;
}


.btn {
  display: inline-block;
  padding: .375rem 1rem;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: .0625rem solid transparent;
  border-radius: .25rem;
}

.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:focus,
.btn:hover {
  text-decoration: none;
}
.c-select::-ms-expand {
  opacity: 0;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress[value]::-webkit-progress-bar {
  background-color: #eee;
  border-radius: .25rem;
}

.progress[value]::-webkit-progress-value::before {
  content: attr(value);
}

.progress[value]::-webkit-progress-value {
  background-color: #0074d9;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

.progress[value="100"]::-webkit-progress-value {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}

.progress-striped[value]::-webkit-progress-value {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  -webkit-background-size: 1rem 1rem;
          background-size: 1rem 1rem;
}
.progress-animated[value]::-webkit-progress-value {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}
.progress-success[value]::-webkit-progress-value {
  background-color: #5cb85c;
}

.progress-info[value]::-webkit-progress-value {
  background-color: #5bc0de;
}

.progress-warning[value]::-webkit-progress-value {
  background-color: #f0ad4e;
}

.progress-danger[value]::-webkit-progress-value {
  background-color: #d9534f;
}

.text-center {
  text-align: center;
}

/*
 * Base structure
 */

html,
body {
  height: 100%;
}
body {
  color: #333;
 /* text-shadow: 0 1px 3px rgba(0,0,0,.5);*/
}

/* Page Layers */
.custom-background {
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	z-index:0;
	background-size:cover;
	background-position:center;
	overflow:hidden;
}
.overlay {
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	z-index:1;
	background-color:#000;
	opacity:.43;
}
.custom-background img {
	width:100%!important;
	height:100%!important;
	max-height:100%!important;
	max-width:100%!important;
}
.background {
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	z-index:0;
	background-size:cover;
	background-position:center;
	overflow:hidden;
}
/* TEMPLATE CUSTOM STYLES */
.container {
	max-width:1080px;
	position:relative;
	z-index:2;
}
.menu-bar .container {
	max-width:970px;
}
@media (max-width:990px) {
	/*.container{
		padding-left:0;
		padding-right:0;
	}*/
	
}
.container.full-width {
	width:100%;
	max-width:100%;
	padding-left:15px;
	padding-right:15px;
}
.container.full-width .col-md-3, .container.full-width .col-md-9 {
	padding:30px;
	padding:30px;
}
.col-md-2 {
	padding:10px;
}
.col-md-2:not(last-of-type) {
	/*margin-right: 10px;*/
}
.container.full-width .col-md-3 p {
	line-height:22px;
}
/*.container.full-width .col-md-3:first-child {
	padding-left:0;
}
.container.full-width .col-md-3:last-child {
	padding-right:0;
	}*/
.section {
  padding: 60px 0 0 0;	
  font-weight: 200;
  line-height: 28px;
	position:relative;
	overflow:hidden;
}
.section.replacement-purple-background img {
	width:400px!important;
}
.footer {
	padding:20px 0;
}
.footer p {
	margin:0;
}
.right-arrow {
	position:absolute;
	top:100px;
	right:-30px;
}
img {
	max-width:100%!important;
}
.btn-primary {
	background-color:#ffc200;
	border:0;
}
.btn-primary:hover, .btn-primary.active {
	background-color:#e5ae01;
}
.arrow-after:after {
	content:'';
	width:30px;
	height:30px;
	background:inherit;
	position:absolute;
	left:50%;
	margin-left:-15px;
	bottom:-15px;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	z-index:1;
}
ul {
	list-style-type:decimal;
}
.row.flexible {
  display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   overflow: hidden;
 	justify-content:center;
	-webkit-justify-content:center;
}
@media (max-width:990px) {
	.row.flexible {
		display:block;
	}
	.section {
		padding:15px 0;
		padding:30px 15px;
	}
}
blockquote {
	padding:0;
	margin-top:20px;
	display:inline-block;
	border-left:0;
}
.testimonial h3 {
	text-align:left;
	padding-left:65px;
	margin-bottom:0;
	font-size:20px;
	margin-top:0;
}
.testimonial p.small {
	padding-left:65px;
	font-size:14px;
}
.five-stars {
	text-align:center;
	margin-top:20px;
}
.five-stars img {
	max-width:200px!important;
	float:none;
}
.divider-20 {
	height:20px;
}
.sub-section {
	padding:10px;
	padding-bottom:0;
	background-color:rgba(0,0,0,.05);
}
#clock-settings-menu .sub-section {
	padding-bottom:10px;
}
#clock-settings-menu .sub-section p:last-child {
	background-color:#eeeeee;
	padding:10px;
	margin-bottom:0!important;
	margin-top:10px;
	border-radius:6px;
}
#background-settings-menu .tab-content li, #background-settings-menu .tab-content li:nth-child(2n+2), #texture li div, #background-settings-menu div.video-image, .color-swatch, .ui-selectee .selectable-cover {
	width:120px;
}
#background-settings-menu div.background-image {
	width:120px;
}
.slider {
	width:231px;
}
.section.light {
	background-color:#333333;
}
.section.dark {
	background-color:#fffffe;
}
.light {
	color:#fffffe;
}
.dark {
	color:#333333;
}
.section .btn {
	/*background-color:#ffc201;*/
	color:inherit;
}
ul {
	list-style:none;
	padding-left:0;
}
v, .modal .btn {
	border-radius:0px!important;
	border:0;
	background-color:#000000;
	padding:12px 30px;
	font-size:20px;
	color:#ffffff!important;
	white-space:inherit;
}
.nav&gt;li&gt;a {
	padding:10px 5px;
}

h1, h2, h3, p, a {
	font-family: 'Cabin', sans-serif;
	word-wrap:break-word;
}
h1, h2 {
	font-weight:400;
}
h3 {
	font-weight:400;
}
p {
	font-weight:400;
}
/*****************
*** Menu Bar ***
*****************/
.menu-bar .navbar {
    background-color: transparent; 
}
.menu-bar ul li {
	margin-top:0!important;
}
.menu-bar .navbar-nav .nav-item + .nav-item {
    margin-left: 0px;
}
.menu-bar .btn {
    display: block;
    width: 100%!important;
    display: block!important;
}
.menu-bar .nav {
	float:right;
}
.menu-bar {
	width:100%;
	z-index:4;
	box-shadow:0 3px 2px rgba(0,0,0,.1);
	top:0;
}
.menu-bar:first-child {
	position:fixed;
}
.menu-bar .btn {
	padding:10px 20px;
	font-size:14px;
}
.menu-bar .btn:hover {
	background-color:#333!important;
	color:#ffffff!important;
}
.menu-bar ul li {
	margin-top:5px;
}
.menu-bar ul li a {
	padding-bottom:7px;
}
.menu-bar li:last-child {
	margin-top:6px;
	margin-right:0!important;
}
.menu-bar .navbar-light .navbar-nav .current &gt; .nav-link {
	color:#000000;
	opacity:1;
}
.menu-bar .navbar-light .navbar-nav .nav-link {
	color:#000000;
	/*opacity:.3;*/
}
.menu-bar .btn {
	opacity:1!important;
}
/* Small devices (landscape phones, 34em and up)*/
 @media (max-width: 34em) {

	 .menu-bar .nav {
	 	width:100%;
	 }
	 .menu-bar li {
	     display: block;
	     width: 100%;
	 }
}
 /* Medium devices (tablets, 48em and up)*/
@media (max-width: 48em) {

}
.page-container .btn {
	background-color:#f2594b;
	border-radius:40px!important;
	-webkit-border-radius:40px!important;
	font-weight:700;
	font-size:24px;
	padding-left:45px;
	padding-right:45px;
	color:#ffffff!important;
	white-space:inherit;
	max-width:100%;
}
.page-container .btn:hover {
	background:#dd3525;
}
.promotional .btn {
	background-color:#951a2a;
	border-radius:20px!important;
	-webkit-border-radius:20px!important;
	font-weight:700;
	font-size:18px;
	padding-left:15px;
	padding-right:15px;
	color:#ffffff!important;
	white-space:inherit;
	max-width:100%;
}
.promotional .btn:hover {
	background:#dd3525;
}





 @media (max-width: 34em) {
	 .page-container .btn {
		 font-size:18px;
		 padding:15px 30px;
		 white-space:inherit;
	 }
 }
.divider {
	width:70%;
	margin-left:15%;
	height:1px;
	background:#ffffff;
}
/*****************
*** Header ***
*****************/
.header {
	padding-top:20px;
	padding-bottom:100px;
	color:#fff;
  text-shadow:
   -1px -1px 0 #000,  
    1px -1px 0 #000,
    -1px 1px 0 #000,
     1px 1px 0 #000;
}
.header .logo-container {
	float:left;
}
.header .nav {
	height:130px;
}
.header .nav ul {
	float:right;
	margin-top:10px;
}
.header .nav li {
	float:left;
	margin-right:5px;
}
.header .nav li:last-child {
	margin-right:0;
}
.header .nav li a {
	color:#ffffff;
}
.header h1 {
	font-size:66px;
	/*font-weight:700;*/
}
.header .divider {
	margin-top:25px;
	margin-bottom:35px;
}
.header h2 {
	font-size:20px;
	margin-bottom:60px;
}
/* Small devices (landscape phones, 34em and up)*/
 @media (max-width: 34em) {
	 .header {
		 padding-bottom:40px;
	 }
	 .header .logo-container {
		 text-align:center;
		 float:none;
		 margin-bottom:15px;
		 width:100%;
	 }
	 .header .logo-container img {
		 display:inline-block;
	 }
	 .header .nav ul {
		 float:none;
		 text-align:center;
		 margin-bottom:30px;
	 }
	 .header .nav li {
		 display:inline-block;
		 float:none;
		 margin-right:10px;
	 }
	 .header .nav li.pipe {
		 display:none;
	 }
	 .header h1 {
		 margin-top:30px;
		 font-size:42px;
	 }
	 .header h2 {
		 margin-bottom:30px;
	 }
}
 /* Medium devices (tablets, 48em and up)*/
@media (max-width: 48em) {

}
/*****************
*** Partners ***
*****************/
.partners {
	background-color:#bfc5c8;
	padding-top:20px;
	padding-bottom:20px;
	box-shadow:2px 0 10px rgba(0,0,0,.2);
}
/* Small devices (landscape phones, 34em and up)*/
 @media (max-width: 34em) {
	 .partners .col-md-3 {
		 margin-bottom:30px;
	 }
	 .partners .col-md-3:last-child {
		 margin-bottom:0;
	 }
}
 /* Medium devices (tablets, 48em and up)*/
@media (max-width: 48em) {

}
/*****************
*** Video Section ***
*****************/
.video-section {
	padding-top:70px;
	padding-bottom:0;
}
.video-section h2 {
	font-size:44px;
	color:#36bfb1;
	margin-bottom:0;
	margin-bottom:40px;
}
.video-section h3 {
	font-size:20px;
	color:#888888;
	margin-bottom:55px;
}
.video-section .video-container {
	padding-left:50px;
	padding-right:50px;
	position:relative;
	max-width:100%;
}
.video-section .video-container iframe {
	max-width:100%;
}
.video-section .video-container:before {
	content:'';
	height:50%;
	left:-9999px;
	right:-9999px;
	bottom:0;
	position:absolute;
	z-index:-1;
	background:#f1f1f1;
}
/* Small devices (landscape phones, 34em and up)*/
 @media (max-width: 34em) {
	 .video-section h2 {
		 font-size:36px;
	 }
	 .video-section h3 {
		 margin-bottom:30px;
	 }
	 .video-section .video-container {
		 padding:0;
	 }
}
 /* Medium devices (tablets, 48em and up)*/
@media (max-width: 48em) {

}
/*****************
*** Features ***
*****************/
.features {
	background:#f1f1f1;
	padding-top:30px;
	padding-bottom:30px;
}
.features .divider {
	background:#888888;
	margin-top:60px;
	margin-bottom:60px;
}
.features h2 {
	font-size:44px;
	color:#951a2a; /*CRT COLOR*/
	margin-bottom:0;
	padding-bottom:40px;
}
.features h3 {
	font-size:20px;
	color:#888888;
	margin-bottom:70px;
}
.features .well {
	background:#ffffff;
	border-top:5px solid #951a2a; /*CRT COLOR*/
	padding:20px;
	padding-bottom:30px;
}
.features .well h3 {
	font-size:26px;
	color:#444444;
	margin-bottom:25px;
	line-height:1.3;
}
.features p {
	line-height:1.5em;
}
.features a:not(.btn) {
	color:#888888;
	text-decoration:underline;
	display:block;
}
.features .btn:last-child {
	margin-top:10px;
}
.features .well {
	margin-bottom:60px;
}
.features img {
	margin-top:30px;
}
 /* Medium devices (tablets, 48em and up)*/
@media (max-width: 48em) {
	.features .well h3 {
		font-size:17px;
	}
}
/* Small devices (landscape phones, 34em and up)*/
 @media (max-width: 34em) {
 	.features .well h3 {
 		font-size:22px;
 	}
	.features h2 {
		font-size:36px;
	}
}
/*****************
*** Features-desc ***
*****************/
.features-desc {
	background:#f1f1f1;
	padding-top:60px;
	padding-bottom:10px;
}
.features-desc .well {
	/*border-top:2px solid #951a2a; CRT COLOR*/
	padding:20px;
	padding-bottom:30px;
	margin-right: 15px;
	color: #951a2a;
	font-weight: bold;
}
.features-desc .well:last-of-type {
	margin-right: 0px;
}
/*****************
*** images ***
*****************/
.images {
	background:#f1f1f1;
	padding-top:0px;
	padding-bottom:60px;
}
/*****************
*** Partners 2 ***
*****************/
.partners-2 {
	background-color:#bfc5c6;
	padding-top:20px;
	padding-bottom:20px;
	box-shadow:2px 0 10px rgba(0,0,0,.2);
}
/* Small devices (landscape phones, 34em and up)*/
 @media (max-width: 34em) {
	 .partners-2 .col-md-3 {
		 margin-bottom:30px;
	 }
	 .partners-2 .col-md-3:last-child {
		 margin-bottom:0;
	 }
}
 /* Medium devices (tablets, 48em and up)*/
@media (max-width: 48em) {

}
/*****************
*** Testimonials ***
*****************/
.testimonials {
	padding-top:70px;
	padding-bottom:70px;
}
.testimonials h2 {
	font-size:44px;
	margin-bottom:30px;
}
.testimonials h3 {
	color:#888888;
	font-size:20px;
	margin-bottom:70px;
}
.testimonials .row:nth-child(odd) h3, .testimonials .row:nth-child(odd) p {
	color:#36bfb1;
}
.testimonials .row h3 {
	font-style:italic;
	margin-bottom:10px;
	font-family: 'Lora', sans-serif;
	line-height:1.8em;
}
.testimonials .row p {
	color:#888888;
	margin-bottom:0;
	/*font-weight:600;*/
}
.testimonials .row {
	margin-bottom:60px;
}
.testimonials .btn {
	margin-top:10px;
	margin-bottom:10px;
}
/* Small devices (landscape phones, 34em and up)*/
 @media (max-width: 34em) {
	 .testimonials h2 {
		 font-size:36px;
	 }
}
 /* Medium devices (tablets, 48em and up)*/
@media (max-width: 48em) {

}
/*****************
*** Footer 1 ***
*****************/
.footer-1 {
	background-color:#f1f1f1;
	color:#888888;
	padding-bottom:50px;
}
.footer-1 .nav {
	display:inline-block;
	margin-top:60px;
	margin-bottom:0px;
	max-width:100%;
}
.footer-1 .nav li {
	float:left;
	margin-right:5px;
	max-width:100%;
}
.footer-1 li.pipe {
	/*padding-top:10px;*/
}
.footer-1 .nav li a {
	color:#888888;
}
.footer-1 .nav li:last-child {
	margin-right:0;
}
/* Small devices (landscape phones, 34em and up)*/
 @media (max-width: 34em) {
	 .footer-1 .col-md-4 {
		 margin-bottom:30px;
	 }
	 .footer-1 .nav li a {
		 padding:10px 4px;
	 }
	 .footer-1 .nav {
		 text-align:center;
		 margin-bottom:0!important;
		 margin-top:0!important;
	 }
	 .footer-1 .nav li {
		 display:inline-block;
		 float:none;
	 }
	 .footer-1 li.pipe {
		 display:none;
	 }
}
 /* Medium devices (tablets, 48em and up)*/
@media (max-width: 48em) {
	.footer-1 .nav {
		margin-top:30px;
		margin-bottom:10px;
	}
}
/*****************
*** Footer 2 ***
*****************/
.footer-2 {
	background:#bfc5c7;
	padding-top:20px;
	padding-bottom:15px;
	color:#ffffff;
}
.footer-2 a {
	color:#ffffff;
}
.footer-2 .nav {
	display:inline-block;
	max-width:100%;
}
.footer-2 .nav li {
	float:left;
	margin-right:0px;
	max-width:100%;
}
.footer-2 .nav li a {
	color:#ffffff;
	padding:10px 4px;
}
.footer-2 li.pipe {
	/*padding-top:10px;*/
}
.footer-2 .nav li:last-child {
	margin-right:0;
}
/* Small devices (landscape phones, 34em and up)*/
 @media (max-width: 34em) {
	 .footer-2 .nav {
		 text-align:center;
	 }
	 .footer-2 .nav li {
		 display:inline-block;
		 float:none;
	 }
	 .footer-2 .nav li.pipe {
		 display:none;
	 }
}
 /* Medium devices (tablets, 48em and up)*/
@media (max-width: 48em) {

}


/* Share Icons */
/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.4.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&amp;v=4.4.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
	display:inline-block;
	font:normal normal normal 14px/1 'FontAwesome';
	font-size:inherit;
	text-rendering:auto;
	-webkit-font-smoothing:antialiased;
}
ul.social-widget {
	margin-bottom:0;
	display:inline-block;
}
ul.social-widget li {
	float:left;
	display:inline-block;
	max-width:56px;
}
ul.social-widget li:last-child a {
	margin-right:0;
}
a.share {
	display:inline-block;
	text-align:center;
	padding:11px;
	color:#ffffff;
	font-size:30px;
	min-width:56px;
	/*border-radius:100%;*/
	/*margin:0 6px;*/
	opacity:1;
}
a.share:hover {
	cursor:pointer;
	opacity:.8;
}
a.share:first-child {
	margin-left:0;
}
a.share.twitter {
	background:#28aae1;
	/*background:#ffffff;*/
}
.fa-twitter:before {
	content:"\f099";
}
a.share.facebook {
	background:#3460a1;
	/*background:#ffffff;*/
}
.fa-facebook-f:before, .fa-facebook:before {
	content:"\f09a";
}
a.share.linkedin {
	background:#136d9d;
	/*background:#ffffff;*/
}
.fa-linkedin:before {
	content:"\f0e1";
}
a.share.googleplus {
	background:#de5543;
	/*background:#ffffff;*/
}
.fa-google-plus:before {
	content:"\f0d5";
}
/* Small devices (landscape phones, 34em and up)*/
 @media (max-width: 34em) {
	 a.share {
		 padding:9px;
		 min-width:48px;
	 }
}
 /* Medium devices (tablets, 48em and up)*/
@media (max-width: 48em) {
 a.share {
	 padding:9px;
	 min-width:48px;
 }
}
/******** REPLACEMENT CSS **********/
/* THESE ARE SETUP STYLES*/
/*.background, .custom-background {
	display:none;
	}
.section {
	background-color:#fffffe;
}*/
.env-production a.share, .env-builder a.share {
	color:#fffff2!important;
}
.env-production .header, .env-builder .header { 
 background-color:#fffffe!important;
} 
.env-production .partners, .env-builder .partners { 
 background-color:#bfc5c8!important;
} 
.env-production .video-section, .env-builder .video-section { 
 background-color:#fffffd!important;
} 
.env-production .features, .env-builder .features { 
 background-color:#f1f1f1!important;
} 
.env-production .partners-2, .env-builder .partners-2 { 
 background-color:#bfc5c7!important;
} 
.env-production .testimonials, .env-builder .testimonials { 
 background-color:#fffffc!important;
} 
.env-production .footer-1, .env-builder .footer-1 { 
 background-color:#f1f1f0!important;
} 
.env-production .footer-2, .env-builder .footer-2 { 
 background-color:#bfc5c6!important;
} 
.env-production .page-container .btn, .env-builder .page-container .btn { 
 color:#fffffb!important;
} 
.env-production .page-container .btn:hover, .env-builder .page-container .btn:hover { 
 color:#fffff6!important;
}
.env-production .header .divider, .env-builder .header .divider { 
 background-color:#fffffa!important;
} 
.env-production .header .pipe, .env-builder .header .pipe { 
	color:#fffff3!important;
}
.env-production .features .divider, .env-builder .features .divider { 
 background-color:#888887!important;
} 
.env-production .features .well, .env-builder .features .well { 
 border-color:#951a2a; /*CRT COLOR*/
 background-color:#fffff8!important;
}
.env-production .header .a, .env-builder .header .a, .header a { 
 color:#fffff7!important;
}
.env-production .features a:not(.btn), .env-builder .features a:not(.btn), .features a:not(.btn) { 
 color:#888886!important;
}
.env-production .footer-1 a:not(.share), .env-builder .footer-1 a:not(.share) { 
 color:#888885!important;
}
.env-production .footer-1 .pipe, .env-builder .footer-1 .pipe { 
 color:#888884!important;
} 
.env-production .footer-2 a, .env-builder .footer-2 a { 
 color:#fffff5!important;
}
.env-production .footer-2 .pipe, .env-builder .footer-2 .pipe { 
 color:#fffff4!important;
}

.blocker{
	z-index:9999 !important;
}

.modal{
	max-width: 78vw !important;
	/*text-align: center;*/
}

.promo{
	max-width:95vw !important;
	width:75vw;
}
</pre></body></html>