/* prefix? radius = y, grad = n */

body {
padding: 0;
margin: 0;
text-align: center;
font-family: 'proxima-nova','Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 16px;
line-height: 25px;
color: #333;
background: #fff;
text-rendering: optimizeLegibility;
/*-webkit-font-smoothing: antialiased;*/
}

input { font-family: 'proxima-nova','Helvetica Neue', Helvetica, Arial, sans-serif; }

button:active, input[type="button"]:active, input[type="submit"]:active { outline: none; }
button:focus, input[type="button"]:focus, input[type="submit"]:focus { outline: none; }


@font-face {
font-family: 'proxima-nova';
src: url('/static-files/fonts/Proxima-Nova-Regular.woff2') format('woff2');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'proxima-nova';
src: url('/static-files/fonts/Proxima-Nova-Regular-Italic.woff2') format('woff2');
font-weight: 400;
font-style: italic;
}

	@font-face {
	font-family: 'proxima-nova';
	src: url('/static-files/fonts/Proxima-Nova-Semibold.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
	}
	@font-face {
	font-family: 'proxima-nova';
	src: url('/static-files/fonts/Proxima-Nova-Semibold-Italic.woff2') format('woff2');
	font-weight: 500;
	font-style: italic;
	}

@font-face {
font-family: 'proxima-nova';
src: url('/static-files/fonts/Proxima-Nova-Bold.woff2') format('woff2');
font-weight: 600;
font-style: normal;
}
@font-face {
font-family: 'proxima-nova';
src: url('/static-files/fonts/Proxima-Nova-Bold-Italic.woff2') format('woff2');
font-weight: 600;
font-style: italic;
}


h1, h2, h3, h4, h5 {
font-weight: 600;
}

b {
font-weight: 600;
}

div, ul, li, h1, h2, h3, h4, h5 {
margin: 0;
padding: 0;
}

a {
text-decoration: none;
}

h1 {
font-weight: normal;
text-align: center;
}

div.clear {
clear: both;
height: 1px;
line-height: 1px;
font-size: 1px;
}


#header  { padding: 22px 00px 12px 00px; }
#top     { padding: 30px 00px 00px 00px; }
#content { padding: 50px 00px 30px 00px; }
#footer  { padding: 47px 00px 40px 00px; }


/* ***************************
	   Layout
**************************** */


.wrapper {
text-align: left;
margin: 0 auto;
width: 1035px;
}

#content {
position: relative;
}

#container, #header {
margin: 0 auto;
}

#footer {
width: 100%;
}
#footer .wrapper {
width: 100%;
white-space:nowrap;
}


/* ***************************
	   Header
**************************** */

#header {
}
#header .wrapper {
position: relative;
}
#header #logo {
text-align: left;
}
#header #logo a {
background: url(/static-files/images/logo/survs-logo-1.svg) 0px 4px no-repeat;
background-size: 152px;
width: 162px;
height: 25px;
display: block;
padding-top: 50px;
text-indent: -9999px;
overflow: hidden;
outline: none;
}


#header ul {
position: absolute;
right: 0px;
top: 14px;
}
#header ul li {
float: left;
list-style: none;
}
#header ul li a {
color: #444;
display: block;
padding: 7px 7px 7px 7px;
margin: 0 10px;
outline: none;
text-shadow: none;
}
#header ul li.selected a {
}
#header ul li a:hover {
color: #404040;
text-decoration: none;
}
#header ul li a:hover span {
}

#header ul li.login {
margin-left: 20px;
}
#header ul li.login a {
display: block;
font-weight: 500;
color: #fff;
margin: 0;
text-align: center;
cursor: pointer;
width: 66px;
padding: 6px 3px 6px 3px; 
background: #777;
border-radius: 6px;
position: relative;
}
#header ul li.login a:hover {
background: #666;
transition: background 0.15s linear;
}
#header ul li.login a:active {
background: #888;
}
#header ul li.login a:hover span {
border: none;
}



/* ***************************
	   Top
**************************** */

#top {
position: relative;
}

#top div.col1 {
text-align: center;
margin: 0 auto;
width: 750px;
padding: 10px 0 30px 0;
}

#top div.col2 {
clear: both;
margin: 0 auto;
height: 317px;
overflow: hidden;
}

#top h1 {
color: #222;
text-shadow: 0 2px 1px rgba(255,255,255,0.5);
  font-size: 36px;
  font-weight: 600;
  line-height: 40px;
overflow: hidden;
margin: 9px 0 0 0;
}

#top h2 {
font-size: 18px;
font-weight: normal;
line-height: 30px;
overflow: hidden;
margin: 15px 0 30px 0;
}

#top div.col2 div {
position: relative;
text-align: center;
}
/*
#top div.col2 div img {
width: 800px;
margin: 0 auto;
}
*/

#top div.col2 div {
height: 100%;
background: url(/static-files/images/homepage/home-new-02-800w.png) top center no-repeat;
background-size: 800px 361px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	#top div.col2 div {
	background: url(/static-files/images/homepage/home-new-02.png) top center no-repeat;
	background-size: 800px 361px;
	}
}


/* ***************************
	   Action
**************************** */

#action {
}
#button {
margin-top: 33px;
position: relative;
}
.main-button {
color: #fbf9f4 !important;
/*overflow: hidden;*/
margin-right: 15px;
font-weight: 500;
font-size: 16px;
background: #69933c;
padding: 10px 30px 10px 30px;
border-radius: 6px;
top: 1px;
position: relative;
border-bottom: none !important;
}
.main-button:hover {
background: #5f8932; /* -10 bright */
transition: background 0.15s linear;
}
.main-button:active {
background: #739d46; /* +5 bright */
top: 2px;
padding: 11px 30px 9px 30px;
/*
-webkit-transform: translate(0, 1px);
-ms-transform: translate(0, 1px);
transform: translate(0, 1px);
*/
}

#tour {
display: inline;
padding-top: 10px;
font-weight: 600;
color: #555;
}
#tour a, #content .call .sec-button {
color: #555;
font-weight: 500;
border-bottom: 1px dotted #aaa;
background: rgba(255,255,255,0.65);
padding: 10px 30px 10px 30px;
border: 1px solid #ccb;
border-radius: 6px;
top: 1px;
position: relative;
}
#tour a:hover, #content .call .sec-button:hover {
background: rgba(255,255,255,0.45);
transition: background 0.15s linear;
}
#tour a:active, #content .call .sec-button:active {
top: 2px;
padding: 11px 30px 9px 30px;
}



.button-call {
border: none;
cursor: pointer;
font-weight: 600;
font-size: 15px;
}


/* ***************************
	   Content
**************************** */

#content {
height: 1%;
}

#content a {
color: rgba(37,114,138,1.0);
border-bottom: 1px solid rgba(37,114,138,0.20);
}


/* ***************************
   Home Features
**************************** */

#content div.feat {
float: left;
width: 315px;
}

#content div.feat h4 {
font-size: 18px;
color: #222;
font-weight: 600;
/*text-shadow: 0 1px 1px rgba(255,255,255,0.9);*/
padding-top: 10px;
margin: 0 0 5px 0 !important;
}
#content .feat h4 i {
font-size: 18px;
color: #69933C;
display: block;
margin-bottom: 11px;

width: 45px;
height: 45px;
}
#content div.feat p {
clear: both;
margin: 11px 0 0 0;
}

.home #feat1 h4 i { background: url(/static-files/images/icons/icon-pencil.svg) no-repeat; }
.home #feat2 h4 i { background: url(/static-files/images/icons/icon-globe.svg) no-repeat; }
.home #feat3 h4 i { background: url(/static-files/images/icons/icon-bar-chart.svg) no-repeat; }
.home #feat4 h4 i { background: url(/static-files/images/icons/icon-group.svg) no-repeat; }
.home #feat5 h4 i { background: url(/static-files/images/icons/icon-share.svg) no-repeat; }
.home #feat6 h4 i { background: url(/static-files/images/icons/icon-envelope.svg) no-repeat; }

.enterprise #feat1 h4 i { background: url(/static-files/images/icons/icon-group.svg) no-repeat; }
.enterprise #feat2 h4 i { background: url(/static-files/images/icons/icon-sitemap.svg) no-repeat; }
.enterprise #feat3 h4 i { background: url(/static-files/images/icons/icon-file-text.svg) no-repeat; }


#feat1 { margin: 10px 00px 22px 00px; }
#feat2 { margin: 10px 00px 22px 45px; }
#feat3 { margin: 10px 00px 22px 45px; }
#feat4 { margin: 10px 00px 20px 00px; }
#feat5 { margin: 10px 00px 20px 45px; }
#feat6 { margin: 10px 00px 20px 45px; }



#content div.testimonial {
font-family: 'Georgia', serif;
font-size: 16px !important;
line-height: 30px;
font-style: italic;
float: left;
width: 295px;
margin-bottom: 5px;
padding: 5px 10px;
border-radius: 6px;
text-align: center;
}

p.citation {
text-align: center;
}

#content div.testimonial img {
float: left;
margin: 0 5px 5px 0;
}
#content div.testimonial h4 {
font-size: 15px;
padding-top: 10px;
margin: 0 0 5px 0 !important;
}
#content .testimonial h4 i {
padding-right: 10px;
font-size: 20px;
color: #888;
}
#content div.testimonial p {
clear: both;
margin: 10px 0 0 0;
}

p.test-author {
margin: 5px 0 5px 0 !important;
color: #aaa;
font-style: normal;
font-size: 16px;
font-family: 'proxima-nova','Helvetica Neue',Helvetica, Arial,sans-serif;
}

#test1 { margin: 10px 00px 20px 00px; }
#test2 { margin: 10px 00px 20px 30px; }
#test3 { margin: 10px 00px 20px 30px; }
#test4 { margin: 10px 00px 20px 30px; }

#customers {
padding: 20px 0 15px 0;
}
#customers img {
margin: 5px 20px;
width: 945px;
width: 855px;
opacity: 0.5;
}


#content div.industry {
float: left;
width: 210px;
margin-bottom: 5px;
}


/* ***************************
	 Groups
**************************** */

div.groupscontainer {

margin: 20px 0 25px 0;
padding: 0px 5px 0 11px;
border-top: 3px solid #E3E3CF;
background: #f5f5ef url(/static-files/images/content_grad_02.gif) 10px -60px repeat-x;
height: 1%;
}

#content div.groups {
float: left;
width: 208px;
margin-top: 10px;
margin-bottom: 15px;
font-family: Arial;
font-size: 11px;
}

#content div.groups h4 {
font-size: 14px;
}
#content div.groups p {
margin: 7px 0 10px 0;
color: #717364;
}
#content div.groups ul {
padding-left: 15px;
color: #5e8a33;
}
#content div.groups ul li span {
color: #717364;
}

#content div.groups ul li a {
color: #717364;
border-bottom: 1px dotted #717364;
border-bottom: 1px solid #d3d3be;
}
#content div.groups ul li a:hover {
background: #efefe5;
}

#groups1 {
margin-left: 0; /* IE margin problem: 11px went to .groupscontainer */
padding-right: 5px;
border-right: 1px dotted #DADABE;
}
#groups2 {
margin-left: 11px;
padding-right: 5px;
border-right: 1px dotted #DADABE;
}
#groups3 {
margin-left: 11px;
padding-right: 5px;
border-right: 1px dotted #DADABE;
}
#groups4 {
margin-left: 11px;
padding-right: 0px;
border-right: none;
}


/* ***************************
  Call to Action
**************************** */

/*
00 - e3e1ce ececdf
15 - e7e5d5 efefe4
30 - ebeadd f2f2e9
45 - f0eee4 f4f4ed
60 - f4f3eb f7f7f2
*/

.call {
width: 1035px;
margin: 25px auto 0 auto;
padding: 50px 0 50px 0;
}

.sidebar .call {
width: auto;
}

table#internal-sidebar .call {
margin: 40px auto 0 auto !important;
padding: 50px 0 25px 0;
}

.call p {
margin: 0 !important;
font-weight: 600;
font-size: 15px;
}
.call p a.button:hover {
background: #69933c;
}
.call span.or {
padding: 0 5px 0 0;
}

.call .main-button {
padding: 10px 25px 10px 25px;
}
.call .main-button:active {
padding: 11px 25px 9px 25px;
}

/* ***************************
  Footer
**************************** */

#footer .wrapper {
width: 1035px;
}

.footer-col1 {
width: 495px;
float: left;
margin-right: 45px;
}
.footer-col2 {
width: 135px;
float: left;
margin-right: 45px;
padding-top: 2px;
}
.footer-col3 {
width: 135px;
float: left;
margin-right: 45px;
padding-top: 2px;
}
.footer-col4 {
width: 135px;
float: left;
padding-top: 2px;
}


#footer ul {
list-style: none;
margin: 5px 0 0 0;
padding: 0;
}
#footer ul li {
margin: 0;
padding: 0;
}


#footer a {
color: #555;
}
#footer a:hover {
color: #333;
}
#footer a:hover span {
border-bottom: 1px solid #ccc;
}
#footer a span {
border-bottom: 1px solid #ddd;
}
#footer a:hover {
text-decoration: none;
}
#footer span.bar {
padding: 0 3px;
color: #ccc;
visibility: hidden;
}


#footer .footer-col1 a {
background: url(/static-files/images/logo/logo-152px.png) 0px 0px no-repeat;
width: 162px;
height: 25px;
display: block;
padding-top: 50px;
/*border: 1px solid red;*/
/*text-indent: -9999px;*/
overflow: hidden;
outline: none;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  #footer .footer-col1 a {
  background: url(/static-files/images/logo/logo-304px-@2x.png) top left no-repeat;
  background-size: 162px auto;
  }
}





#footer-ruler {
border-top: 1px solid #ddd;
margin-top: 50px;
padding-top: 11px;	
}

#footer #copyright {
margin-top: 6px;
color: inherit;
font-size: 14px;
}
#footer #copyright a {
color: inherit;
padding: 0;
}


#footer-desc {
margin-top: -2px;
color: inherit;
display: block;
white-space: normal;
font-size: 12px;
opacity: 0.5;
line-height: 15px;
text-align: left;
/*max-width: 400px;*/
}




.small #footer {
background: none;
font-size: 14px !important;
padding: 27px 00px 20px 00px;
}
.small #footer a {
padding: 0 5px;
}
.small #footer-menu {
margin: 5px 0 10px 0;
}
.small #footer #copyright {
border-top: none;
margin-top: 0;
color: #777;
font-size: 12px;
}

body.small {
background: #f7f6f3 !important;
}


.signup #footer {
padding: 17px 00px 20px 00px;
font-size: 14px;
color: #555;
background: none;
/*background: #f6f4ef !important;*/
border-top: 1px solid #e7e5e0;
}
.signup #footer * {
text-align: center;
}
.signup #footer #copyright {
border-top: none;
margin-top: 0;
font-size: 12px;
color: #777;
}
.signup #footer a {
color: #444;
padding: 0 5px;
}
.signup #footer a span {
border-bottom: 1px solid #ddd;
}
.signup #footer #footer-menu {
margin: 20px 0 10px 0;
}


/* ***************************
  Internal
**************************** */

div.internal {
padding: 50px 0 0 0;
}

div.sidebar #content {
border-radius: 6px !important;
}

div.internal #top, div.internal #content {
margin: 0 auto 0 auto;
width: 1040px;
}

div.internal #top {
padding: 0px 0px 0px 0px;
-moz-border-radius: 6px 6px 0 0;
-webkit-border-radius: 6px 6px 0 0;
border-radius: 6px 6px 0 0;
}
div.internal #top h2 {
background: none;
height: auto;
text-indent: 0;
overflow: visible;
margin-top: 0;
color: #222;
font-size: 24px;
}
div.internal #top .col1 {
float: left;
text-align: left;
padding: 8px 0 0 0;
}
div.internal #content {
padding-top: 10px;
-moz-border-radius: 0 0 6px 6px;
-webkit-border-radius: 0 0 6px 6px;
border-radius: 0 0 6px 6px;
}
.features #content h3 {
}


div.internal #content h1 {
color: #222;
}
div.internal #content h2 {
color: #548839;
}

div.internal #content h1, .small h1 {
font-weight: 600;
text-align: left;
font-size: 24px;
line-height: 30px;
margin: 0 0 25px 0;
}
div.internal #content h2, .small h2 {
font-size: 18px;
margin: 25px 0 15px 0;
}
div.internal #content h3 {
font-size: 16px;
/*margin: 15px 0 15px 0;*/
margin: 20px 0 10px 0;
}


div.internal #content h2:first-child, .small h2:first-child {
margin: 0 0 15px 0;
}
div.internal #content h4, .small h4 {
font-size: 18px;
margin-top: 15px;
}
div.internal #content h5, .small h5 {
font-size: 16px;
margin-top: 15px;
}
div.internal #content p, .small p {
margin: 15px 0 15px 0;
}
div.internal #content ul, .small ul {
margin: 15px 25px;
}

/*.baseline-adjust h1   { position: relative; top: -1px; }*/
.baseline-adjust h1   { position: relative; top: 0px; }
.baseline-adjust h2   { position: relative; top: -3px; }
.baseline-adjust h3   { position: relative; top: -3px; }
.baseline-adjust p    { position: relative; top: -2px; }
.baseline-adjust ul   { position: relative; top: -2px; }
.baseline-adjust ol   { position: relative; top: -2px; }

/* ***************************
	   Sidebar
**************************** */

table#internal-sidebar {
border-collapse: collapse;
margin-left: 90px;
}
table#internal-sidebar td {
vertical-align: top !important;
padding: 0;
border-top-left-radius: 6px;
border-bottom-left-radius: 6px;
}
table#internal-sidebar td.col1 {
/*background: #efd;*/
padding-top: 49px;
/*border-right: 1px solid #e3e5d0;*/
background: #f2f1ec; /* Old browsers */
background: -moz-linear-gradient(left, #f2f1ec 0%, #eeede7 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f2f1ec), color-stop(100%,#eeede7)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, #f2f1ec 0%,#eeede7 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, #f2f1ec 0%,#eeede7 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, #f2f1ec 0%,#eeede7 100%); /* IE10+ */
background: linear-gradient(to right, #f2f1ec 0%,#eeede7 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f1ec', endColorstr='#eeede7',GradientType=1 ); /* IE6-9 */
}

table#internal-sidebar td.col2 {
/*padding-top: 30px;*/
}

div.sidebar #sidebar {
width: 180px;
margin-bottom: 50px;
}
div.sidebar #sidebar ul {
list-style: none;
padding: 0;
margin: 0 0 0 0;
/*border-top: 1px solid #e6e4db;*/
}
div.sidebar #sidebar ul li {
border-bottom: 1px solid #e6e4db;
padding: 0;
margin: 0;
}
div.sidebar #sidebar ul li a {
color: #558329;
display: block;
padding: 6px 0 3px 0;
border: none;
outline: none;
}
div.sidebar #sidebar ul li a:hover {
background: none;
}
div.sidebar #sidebar ul li a:hover span {
border-bottom: 1px dotted #9ab680;
}
div.sidebar #sidebar ul li.selected a {
/*background: #f5f5ef;*/
/*font-weight: 600;*/
}
div.sidebar #main {
width: 585px;
padding-left: 90px;
}

#sidebar li.list-heading span {
display: block;
padding: 6px 0 3px 0;
}
#sidebar li.list-heading:nth-child(n+2) span {
padding: 26px 0 3px 0;
}

.li-indent {
margin-left: 40px;
}


/* ***************************
	   Small
**************************** */

body.login #container { width: 500px; }

body.error #container { width: 585px; }

body.forgot #container { width: 460px; }

body.optin #header { width: 420px; }
body.optin #header #logo a { width: 320px; }
body.optin #container { width: 460px; }
body.optin .wrapper { width: 380px; }

body.optout #header { width: 420px; }
body.optout #header #logo a { width: 320px; }
body.optout #container { width: 460px; }
body.optout .wrapper { width: 380px; }

body.processing #header { width: 420px; }
body.processing #header #logo a { width: 320px; }
body.processing #container { width: 460px; }
body.processing .wrapper { width: 380px; }


body.activation #container { width: 500px; }


body.charge #header { width: 420px; }
body.charge #header #logo a { width: 320px; }
body.charge #container { width: 460px; }
body.charge .wrapper { width: 380px; }

body.contact #container { width: 585px; }

/*
body.landing #header { width: 520px; }
body.landing #header #logo a { width: 420px; }
*/
body.landing #container { width: 675px; }
/*
body.landing .wrapper { width: 480px; }
*/

body.landing-new #header { width: 420px; }
body.landing-new #header #logo a { width: 320px; }
body.landing-new #container { width: 460px; }
body.landing-new .wrapper { width: 380px; }

body.landing-new1 #header { width: 420px; }
body.landing-new1 #header #logo a { width: 320px; }
body.landing-new1 #container { width: 460px; }
body.landing-new1 .wrapper { width: 380px; }

body.google #header { width: 480px; }
body.google #header #logo a { width: 380px; }
body.google #container { width: 520px; }
body.google .wrapper { width: 440px; }


body.small .wrapper {
width: auto;
}
body.small #wrapper {
text-align: left;
margin: 0 auto;
}
body.small #header {
margin-bottom: 45px;
padding: 45px 0 0 0;
border: none;
background: none;
}
body.small #container {
border-radius: 6px;
}
body.small #header #logo {
margin: 0 30px;
}

body.small #header #logo a {
background: url(/static-files/images/logo/survs-logo-1.svg) bottom center no-repeat;
background-size: 162px;
padding-top: 40px;
margin: auto;
}

/*
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  body.small #header #logo a {
  background: url(/static-files/images/logo/logo-304px-@2x.png) bottom center no-repeat;
  background-size: 152px auto;
  }
}
*/

body.small #content {
padding: 32px 45px 27px 45px;
}

body.small #content input.inputtext {
width: 280px;
}

/*
body.small #content h2 {
font-size: 24px;
}
*/
body.small #content h1.first {
margin-top: -1px;
margin-bottom: 30px;
}
body.small #content p {
margin: 10px 0 10px 0;
}
body.small #content a:hover {
background: #deefee;
text-decoration: none;
}


/*
body.error #content h1 {
margin: 0 0 20px 0;
}
*/

body.processing #header {
display: none;
}
body.processing #container {
margin-top: 80px;
}
body.processing #content .wrapper {
text-align: center !important;
}
body.processing #content h1 {
margin-bottom: 0.6em;
}
body.processing #content div.error {
margin-top: 0;
}
body.processing #content img {
margin: 0 0 0.75em 0;
}
body.processing #content p {
margin: 0.25em 0 1.25em 0;
}


body.activation h2 img {
margin: 0 !important;
padding: 0 !important;
}

table.login {
margin: 5px auto;
}
table.login th {
padding: 5px 10px 5px 0;
vertical-align: top;
text-align: right;
}
table.login td {
}
table.login input.inputtext {
width: 250px !important;
color: #515348;
}
table.login input.public-button {
margin: 0;
}
table.login select {
padding: 3px;
color: #515348;
}
table.login tr td.separator {
padding: 10px 0 10px 0;
}
table.login tr td.separator div {
border-top: 1px dotted #bbb;
height: 0;
line-height: 0;
font-size: 0;
}
table.login span.tipinline {
font-size: 0.9em;
color: #777;
}

body.login div.error, body.login div.success {
margin: 0 0 15px 0;
text-align: center;
}


/* ***************************
	   Charge
**************************** */

body.charge h2 {
color: #638e35;
color: #548839;
}
body.charge h3 {
font-size: 13px;
margin: 20px 0 10px 0;
}
body.charge p {
}
ol {
margin: 10px 0;
padding: 0;
}
ol li {
margin: 0 0 0 20px;
padding: 0;
}


/* ***************************
	   Contact
**************************** */

body.contact h1 {
color: #548839;
}
.contact i {
color: #777;
}
.contact i.icon-info-sign {
font-size: 16px;
}


/* ***************************
	   Landing
**************************** */

body.landing h3 {
font-size: 12px;
margin-top: 15px;
}
body.landing p {
margin: 0.5em 0;
}
body.landing ul {
margin-left: 0;
}
body.landing ul li {
margin-bottom: 10px;
list-style: none;
}
body.landing ul li i {
color: #82ae57;
font-size: 17px;
}
body.activation i {
color: #82ae57;
font-size: 17px;
}
.help i.icon-ok {
color: #82ae57;
font-size: 17px;
}

body.landing div.landing_testimonial {
font-size: 20px;
font-family: Georgia, serif;
line-height: 1.5em;
text-align: center;
background: #ececdf;
padding: 0.5em 0.75em;
}
body.landing div.landing_testimonial p.author {
font-size: 12px;
text-align: center;
font-family: Helvetica, Arial, sans-serif;
margin-bottom: 0;
margin-top: 0.25em;
}


body.landing #content p a {
color: #444;
border-bottom: 1px dotted #888;
}
body.landing #content p a:hover {
color: #515348;
background: none;
border-bottom: 1px dotted #c1c3b8;
}


body.landing div.landing_call {
margin: 1.75em 0 0.25em 0;
text-align: center;
}
body.landing div.landing_call a {
margin: 0 auto;
display: block;
width: 207px;
height: 37px;
background: url(/static-files/images/action_button_02.gif) center center no-repeat;
border: none !important;
}
body.landing div.landing_call a:hover {
background: url(/static-files/images/action_button_02.gif) center center no-repeat !important;
}

body.landing div.landing_call2 {
margin: 25px auto 0px auto;
}

body.landing div.landing_call2 table {
margin: 0 !important;
font-weight: 600;
font-size: 14px;
width: 100%;
}
body.landing div.landing_call2 table td.col1 {
text-align: right;
width: 59%;
}
body.landing div.landing_call2 table td.col2 {
text-align: left;
}

body.landing div.landing_call2 table a.button {
border: none !important;
padding-right: 1px;
}
body.landing div.landing_call2 table a.button img {
border: none !important;
}
body.landing div.landing_call2 table span.text {
color: #717364;
border: none;
}
body.landing div.landing_call2 table span.text a {
padding-left: 2px;
}
body.landing div.landing_call2 table span.text a span {
color: #5e8a33;
border-bottom: 1px dotted #90b16f;
}
body.landing div.landing_call2 table span.text a:hover {
background: none !important;
}

i.icon-ok-thankyou {
padding: 0 7px;
background: url(/static-files/images/thankyou-check.png) no-repeat;
}



/* ***************************
   Landing New
**************************** */

body.landing-new #content p a.gray {
color: #515348;
border-bottom: 1px dotted #d1d3c8;
}
body.landing-new #content p a.gray:hover {
color: #515348;
background: none;
border-bottom: 1px dotted #c1c3b8;
}

body.landing-new #container {
background: none;
border: none;
}


/* ***************************
	   General
**************************** */

input.inputtext {
font: inherit;
border: 1px solid #aaa;
padding: 3px 10px;
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
border-radius: 3px;
position: relative;
}

.signup textarea {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
border: 1px solid #aaa;
padding: 7px;
margin-top: 5px;
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
font-size: 13px;
border-radius: 3px;
}


/* ***************************
	   Misc
**************************** */

.smalltxt { font-size: 12px; }

span.bar {
padding: 0 4px;
color: #999;
}

.mtop3 { margin-top: 30px !important; }
.mtop2 { margin-top: 20px !important; }
.mtop15 { margin-top: 15px !important; }
.mtop1 { margin-top: 10px !important; }
.mtop05 { margin-top: 5px !important; }
.mtop025 { margin-top: 5px !important; }
.mtop0 { margin-top: 0 !important; }
.mbottom3 { margin-bottom: 30px !important; }
.mbottom2 { margin-bottom: 20px !important; }
.mbottom15 { margin-bottom: 15px !important; }
.mbottom1 { margin-bottom: 10px !important; }
.mbottom075 { margin-bottom: 5px !important; }
.mbottom05 { margin-bottom: 5px !important; }
.mbottom025 { margin-bottom: 5px !important; }
.mbottom0 { margin-bottom: 0 !important; }
.mvert2 { margin: 20px 0 !important; }
.mvert15 { margin-top: 15px !important; margin-bottom: 15px !important; }
.mvert1 { margin-top: 10px !important; margin-bottom: 10px !important; }
.mvert075 { margin-top: 10px !important; margin-bottom: 10px !important; }
.mvert05 { margin-top: 5px !important; margin-bottom: 5px !important; }
.mvert025 { margin-top: 5px !important; margin-bottom: 5px !important; }
.mvert0 { margin-top: 0 !important; margin-bottom: 0 !important; }

.aleft { text-align: left !important; }
.acenter { text-align: center !important; }

.highlight1 { background: #ffa;}


/* ***************************
	   Pricing
**************************** */

div.internal #top h1.pricing {
color: #548839;
font-size: 36px;
text-align: center;
margin: 4px 0 9px 0;
}
div.internal #top h2.pricing {
font-size: 18px;
margin: 0px 0 14px 0;
padding-top: 6px;
font-weight: normal;
color: #515348;
text-align: center;
}
div.internal #top h2.pricing a {
color: #36808e;
border-bottom: 1px solid #d0e8e7;
}
div.internal #top h2.pricing a:hover {
background: #deefee;
text-decoration: none;
}


/* pricing table  colors */

/*
00 - e3e1ce ececdf
15 - e7e5d5 efefe4
30 - ebeadd f2f2e9
45 - f0eee4 f4f4ed
60 - f4f3eb f7f7f2
*/

table.pricing, table.pricing th, table.pricing td {
border-color: #f5f5ef;
}
table.pricing th, table.pricing td {
border-color: #a6c47c;
}
table.pricing th h3 {
color: #c5e0aa !important;
}
table.pricing th {
background: #333;
}
table.pricing tr.buttons td {
background: #f4f3eb;
}


table.pricing td {
/*color: #555;*/
background: none;
}
table.pricing td em {
/*color: #555;*/
}
table.annual-pricing th {
border-color: #a6c47c;
background: #f4f3eb;
}
table.annual-pricing td {
border-color: #a6c47c;
background: #f4f3eb;
}
table.annual-pricing th h4 {
color: #65903c !important;
}
table.annual-pricing td h4 {
color: #65903c !important;
}


/* pricing table */

table.pricing {
border-collapse: collapse;
width: 100%;
margin: 25px 0 0 0;
}
table.pricing, table.pricing th, table.pricing td {
border-top-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-right-width: 1px;
border-style: solid;
}
table.pricing {
border-width: 1px;
}
table.pricing th, table.pricing td {
border-style: dotted;
border-width: 1px;
}
table.pricing th {
padding: 15px 10px 13px 10px;
text-align: center;
/*color: #555;*/
font-weight: normal;
}
table.pricing td {
padding: 9px 5px 10px 5px;
text-align: center;
vertical-align: top;
background: #fff;
}
table.pricing th h3 {
border: none;
padding: 0 !important;
margin: 0 !important;
font-size: 24px !important;
font-weight: 600;
top: 0 !important;
}
table.pricing th.first_col {
border-radius: 10px 0 0 0;
/*position: relative;*/
}
table.pricing th.last_col {
border-radius: 0 10px 0 0;
/*position: relative;*/
}
table.pricing tr.buttons td {
padding: 10px 10px 18px 10px;
}
table.pricing tr.buttons td a {
color: #fff !important;
font-weight: 500;
font-size: 16px;
border-radius: 8px;
padding: 6px 17px 8px 17px;
position: relative;

background: #69933c;
border: none !important;
text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.15);
}
table.pricing tr.buttons td a:hover {
background: #5f8932;
transition: background 0.15s linear;
}
table.pricing tr.buttons td a:active {
background: #739d46;
top: 1px;
padding: 7px 17px 7px 17px;
}


table.pricing tr.buttons td a img {
border: none;
}
table.pricing td div.price {
font-size: 14px;
margin: 3px 0 12px 0;
}
table.pricing td div.price em {
font-size: 18px;
padding: 0 0px;
font-weight: 500;
/*letter-spacing: 0.02em !important;*/
}
table.pricing td div.price span {
/*padding: 0 1px;*/
padding: 0.06em;
}
table.pricing td p {
margin: 5px 0 !important;
}
table.pricing td em {
font-style: normal;
font-weight: 600;
}
table.pricing td.current {
}
table.pricing tr.buttons td {
vertical-align: middle;
}
/*
p.fhighlight em {
font-size: 14px;
}
*/
table.pricing-summary th, table.pricing-summary td {
width: 25%;
}


/* annual pricing table */

table.annual-pricing th, table.annual-pricing td {
width: 25%;
}
table.annual-pricing {
margin-top: 0;
border-collapse: collapse;
width: 100%;
margin: 15px 0 15px 0;
border-width: 1px;
}
table.annual-pricing, table.annual-pricing th, table.annual-pricing td {
border-width: 1px;
border-style: solid;
border-color: #f5f5ef;
}
table.annual-pricing th {
padding: 12px 5px 10px 5px;
text-align: center;
color: #555;
font-weight: normal;
vertical-align: top;
border-color: #a6c47c;
border-style: dotted;
border-width: 1px;
}
table.annual-pricing td {
padding: 13px 5px;
text-align: center;
color: #555;
vertical-align: top;
border-color: #a6c47c;
border-style: dotted;
border-width: 1px;
}
table.annual-pricing th h4 {
margin-top: 0 !important;
font-size: 14px;
}
table.annual-pricing td {
font-size: 14px;
}
table.annual-pricing td h4 {
margin-top: 0 !important;
font-size: 12px !important;
display: none;
}
table.annual-pricing tr td p a {
font-weight: 600 !important;
font-size: 16px;
}

	table.annual-pricing td div.price {
	font-size: 14px;
	}
	table.annual-pricing td div.price em {
	margin-top: 10px;
	font-style: normal;
	font-size: 16px;
		font-weight: 500;
		/*letter-spacing: 0.02em !important;*/
	}
	table.annual-pricing td div.price span {
	padding: 0 1px;
		padding: 0 0.06em;
	}

table.annual-pricing tr th p {
margin: 16px 0 11px 0 !important;
}
table.annual-pricing tr td p {
margin: 5px 0 !important;
}


#content .complete_list {
text-align: center;
padding: 12px 0 0px 0;
width: 600px;
/*margin: 10px auto 20px auto;*/
margin: 20px auto 35px auto;
}
#content .complete_list h4 {
margin: 0 0 6px 0;
}
#content .complete_list p {
margin: 0 0 21px 0 !important;
}
#content .complete_list a.button-enterprise {
font-weight: 500;
font-size: 16px;
background: #eef2e1;
padding: 6px 17px 6px 17px;
color: #58852b !important;
border: 2px solid #90af6b;
border-radius: 8px;
position: relative;
}


/* pricing faq */

table.pricing-faq {
width: 100%;
margin: 29px 0 20px 0;
}
table.pricing-faq td {
vertical-align: top;
width: 50%;
}
table.pricing-faq td.col1 {
padding-right: 22px;
}
table.pricing-faq td.col2 {
padding-left: 23px;
}
table.pricing-faq td h3, table.pricing-faq td h4 {
margin: 25px 0 10px 0 !important;
}
table.pricing-faq td p {
margin: 10px 0 10px 0 !important;
color: #555;
}
table.pricing-faq img {
margin: 10px 0 0 0;
}


.pricing-currency {
text-align: center;
margin: 0 0 -19px 0;
}
.pricing-currency * {
color: #888;
font-size: 14px;
}
.pricing-currency abbr {
border-bottom: 1px dotted #888;
}

.tooltip.currency-tooltip span {
width: auto;
text-align: center !important;
margin-top: -50px;
margin-left: -50px;
}

/*
.tooltip span {
z-index: 10;
font-size: 16px;
display: none;
padding: 10px 20px;
margin-top: -30px;
margin-left: 5px;
width: 240px;
text-align: left;
}
*/

a.sec-link-pricing {
color: inherit !important;
border: none !important;
}

/* ***************************
	   Pricing Complete
**************************** */

table.pricing-complete thead th {
padding: 14px 10px;
text-align: center;
color: #555;
font-weight: normal;
background: #333;
color: #eef2e1;
}
table.pricing-complete tbody th, table.pricing-complete td {
padding: 5px 10px 5px 10px;
}
table.pricing-complete tbody th {
font-weight: normal;
background: red;
text-align: left;
background: none;
}
table.pricing-complete td {
text-align: center;
/*color: #555;*/
vertical-align: middle;
background: none;
}
table.pricing-complete tbody td {
width: 17% !important;
}
table.pricing-complete tbody td img {
margin: 0 !important;
padding: 0 0 0 0 !important;
}
table.pricing-complete tbody tr.separator th {
padding: 9px 10px 9px 10px;
background: #f0eee4;
}
table.pricing-complete tr.separator th h4 {
margin: 0 !important;
}
table.pricing-complete td i {
color: #82ae57;
font-size: 17px;
}
table.pricing-complete .small {
font-size: 12px;
color: #777;
}

/*
00 - e3e1ce ececdf
15 - e7e5d5 efefe4
30 - ebeadd f2f2e9
45 - f0eee4 f4f4ed
60 - f4f3eb f7f7f2
*/


table.complete th { width: auto; }
table.complete td { width: 17%; }

table.annual-pricing.complete {
margin: 20px 0 15px 0;
}

.pricing-tooltip {
padding-left: 5px;
font-size: 16px;
color: #cecbbd !important;
border-bottom: none !important;
}

.text-tooltip {
color: #777 !important;
}
.text-tooltip em {
font-style: normal;
border-bottom: 1px dotted #aaa !important;
}
.tooltip {
/*cursor: pointer !important;*/
cursor: help !important;
}
.tooltip a {
color: #bbb !important;
text-decoration: none !important;
border-bottom: 1px solid #555 !important;
}
.tooltip:hover {
text-decoration: none;
}
.tooltip span {
z-index: 10;
font-size: 16px;
display: none;
padding: 10px 20px;
margin-top: -30px;
margin-left: 5px;
width: 240px;
text-align: left;
}
.tooltip:hover span {
display: inline !important;
position: absolute;
color: #eee;
/*border: 1px solid #aaa;*/
background: #333;
opacity: 0.95;
}

.ptooltip .callout {
z-index: 20;
position: absolute;
top: 30px;
border: 0;
left: -12px;
}

/* CSS3 extras */
.tooltip span {
border-radius:4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}

a.sec-link {
color: #555 !important;
/*color: inherit !important;*/
border-bottom: 1px solid #ddd !important;
}

a.sec-link-dark {
color: #333 !important;
border-bottom: 1px dotted #aaa !important;
}

/* ***************************
	   Sign Up
**************************** */

.signup #top h1 {
text-align: left;
}
.signup .public-button {
margin-bottom: 20px;
}
.signup .promo {
font-size: 14px;
}

.signup select {
/*
font-family: inherit;
padding: 5px;
*/
/*font-size: 12px;*/
/*
color: #000;
height: 30px;
padding: 5px;
*/
}

table.signup {
margin: 0;
}

table.signup th {
padding: 8px 10px 11px 20px;
vertical-align: top;
text-align: right;
width: 125px;
width: 135px;
font-size: 14px;
font-weight: 600;
}

table.signup td {
}
table.signup input.inputtext {
width: 250px;
color: #515348;
}

table.signup select {
padding: 3px;
color: #515348;
}

table.signup tr td.separator {
padding: 20px 0 20px 0;
}
table.signup tr td.separator div {
border-top: 1px dotted #bbb;
height: 0;
line-height: 0;
font-size: 0;
}
table.signup .promo {
margin: 0 0 -15px 0 !important;
}

span.tipinline {
font-size: 12px;
color: #777;
}
p.tipinline {
margin: 3px 0 6px 0 !important;
font-size: 11px;
color: #777;
}

body.signup h2 {
margin-top: 35px !important;
font-weight: 700 !important;
}

body.signup #heading1 {
background: url(/static-files/images/signup/number1.svg) 0px 2px no-repeat !important;
padding: 2px 30px;
margin-top: 0;
background-size: 22px !important;
}
body.signup #heading2 {
background: url(/static-files/images/signup/number2.svg) 0px 2px no-repeat !important;
padding: 2px 30px;
background-size: 22px !important;
}
body.signup #heading3 {
background: url(/static-files/images/signup/number3.svg) 0px 2px no-repeat !important;
padding: 2px 30px;
background-size: 22px !important;
}
body.signup #heading4 {
background: url(/static-files/images/signup/number4.svg) 0px 2px no-repeat !important;
padding: 2px 30px;
background-size: 22px !important;
}

.vat_country {
background: #eee;
border: 1px solid #aaa;
padding: 4px 4px 2px 4px;
border-radius: 3px;
width: 20px;
display: block;
float: left;
text-align: center;
/*margin-top: 3px;*/
margin-right: 4px;
}

table.signup input.error {
border: 2px solid #be3932;
}
table.signup span.error {
color: #be3932;
font-weight: 600;
}

table.signup img.card {
margin-bottom: -12px !important;
margin-top: -12px !important;
padding-bottom: 1px !important;
}
table.signup img.check {
margin-bottom: -4px !important;
margin-top: -4px !important;
padding-bottom: 3px !important;
}
table.signup p.agreement {
margin: 5px 0 0 0 !important;
font-size: 12px;
color: #656565;
}
table.signup p.agreement a {
color: #656565 !important;
border-bottom: 1px solid #ddd !important;
}


body.small #content a.green-button { /* ie8 needs these selectors */
padding: 7px 30px 10px 30px;
color: #fff !important;
overflow: hidden;
margin-right: 6px;
font-weight: 600;
font-size: 15px;
background: #69933c;
border: none !important;
border-radius: 6px !important;
}
body.small #content a.green-button:hover {
background: #69933c;
}

body.small #content a.gray-button { /* ie8 needs these selectors */
vertical-align: top;
padding: 8px 16px 8px 16px;
border: 1px solid #bbb;
color: #333;
cursor: pointer;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background: linear-gradient(#fff, #e5e5e5);
position: relative;
}
body.small #content a.gray-button:hover {
background: #e5e5e5;
border: 1px solid #a2a2a2;
transition: background 0.05s linear;
}


.public-button {
font-family: inherit;
font-size: inherit;
vertical-align: top;
padding: 6px 16px 6px 16px;
border: 1px solid #a2a2a2;
color: #444;
cursor: pointer;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background: linear-gradient(#fff, #e5e5e5);
position: relative;
}
.public-button:hover {
background: #e5e5e5;
transition: background 0.05s linear;
}
.public-button:active {
background: linear-gradient(#e5e5e5, #fff);
padding: 7px 16px 5px 16px;
}



div.error {
margin: 15px 0;
background: #a62b25;
background: #b53029;
border-top: 2px solid #ef7842;
border-bottom: 2px solid #ef7842;
padding: 5px 15px 5px 15px;
color: #fff;
font-weight: 600;
}
div.error p {
margin: 5px 0 5px 0 !important;
}
div.error ul, div.success ul {
margin: 5px 0 5px 0 !important;
padding: 0 0 0 20px;
color: #fff;
/*line-height: 1.75em;*/
}
div.error ul li, div.success ul li {
margin: 0;
padding: 0;
}
.signup div.error {
width: 575px !important;
margin-bottom: 20px;
/*margin-top: -5px;*/
}
p.error {
margin: 1px 0 5px 0 !important;
font-size: 14px;
color: #a62b25;
}


div.success {
margin: 1em 0;
background: #568233;
border-top: 2px solid #aec989;
border-bottom: 2px solid #aec989;
padding: 5px 10px;
color: #fff;
font-weight: 600;
}
div.success p {
margin: 5px 0;
}


table.total_overview  {
margin: 0.75em 0 0 0;
border-collapse: collapse;
}
table.total_overview th {
display: none;
}
table.total_overview th.col3 {
padding-left: 1.1em;
text-align: right;
}
table.total_overview td.col1 {
}
table.total_overview td.col3 {
text-align: right;
padding-left: 1em;
}


/* ***************************
	 Internal Column
**************************** */

div.right_col {
position: absolute;
top: 20px;
right: 40px;
width: 270px;
padding: 15px 20px;
margin-left: 20px;
font-size: 14px;
border-radius: 6px;
color: #555;
/*
background: #e2ede4; original
background: #e0eee4;
background: #e0efe4;
background: #e4f0e8; +5 +25 +10 
*/
background: #e6f2e8; /* +5 +25 +20 */
}
div.right_col h5.first {
margin-top: 0 !important;
}
div.right_col div.cards {
text-align: center;
}
div.right_col div.cards img {
margin: 5px auto 0 auto !important;
}
div.right_col p {
margin-top: 5px !important;
}


table.structural, table.structural th, table.structural td {
border-collapse: collapse;
margin: 0;
padding: 0;
}


/* ***************************
	 Take a Tour
**************************** */

.features {
background: #eeede7 !important;
}
.features #top {
border-bottom: none;
}
.features #top div.col1 {
padding: 10px 0 10px 0;
}
.features #top {
padding: 35px 0 10px 0;
}
.features #content {
padding: 25px 00px 30px 00px;
}
.features .call {
border-top: none;
}

.features #top h1 {
color: #548839;
}

table.features-layout {
border-collapse: collapse;
margin: 40px -10px 20px 0;
}
table.features-layout tr td {
padding: 0;
vertical-align: top;
}



table.features-layout td.col-img div#screen1 {
height: 350px;
background: url(/static-files/images/features/screen-1-405w.png) top center no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	table.features-layout td.col-img div#screen1 {
	background: url(/static-files/images/features/screen-1.png) top center no-repeat;
	background-size: 405px auto;
	}
}
table.features-layout td.col-img div#screen2 {
height: 350px;
background: url(/static-files/images/features/screen-2-405w.png) top center no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	table.features-layout td.col-img div#screen2 {
	background: url(/static-files/images/features/screen-2.png) top center no-repeat;
	background-size: 405px auto;
	}
}
table.features-layout td.col-img div#screen3 {
height: 350px;
background: url(/static-files/images/features/screen-3-405w.png) top center no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	table.features-layout td.col-img div#screen3 {
	background: url(/static-files/images/features/screen-3.png) top center no-repeat;
	background-size: 405px auto;
	}
}
table.features-layout td.col-img div#screen4 {
height: 350px;
background: url(/static-files/images/features/screen-4-405w.png) top center no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	table.features-layout td.col-img div#screen4 {
	background: url(/static-files/images/features/screen-4.png) top center no-repeat;
	background-size: 405px auto;
	}
}




table.features-layout td.col-img {
padding: 8px 0 10px 0;
width: 405px;
max-width: 405px;
overflow: hidden;
}
table.features-layout td.col-img img {
width: 405px;
}

table.features-layout td.gutter {
width: 90px;
}
table.features-layout td.col-txt {
width: 540px;
padding-bottom: 10px;
}






table.features-layout h3 {
margin-top: 5px !important;
}
table.features-layout ul {
margin: 15px 0 0 0 !important;
padding: 0 !important;
}
table.features-layout ul li {
margin: 0 !important;
padding: 0 !important;
margin-left: 0 !important;
padding-left: 0 !important;
margin: 0 0 8px 0 !important;
list-style: none;
}
table.features-layout i {
color: #82ae57;
font-size: 17px;
}

.google-apps table.features-layout td.col-txt {
width: 495px;
padding-bottom: 10px;
}
.google-apps table.features-layout td.gutter {
width: 45px;
}

ul.check-list {
margin: 15px 0 0 0 !important;
padding: 0 !important;
}
ul.check-list li {
margin: 0 !important;
padding: 0 !important;
margin-left: 0 !important;
padding-left: 0 !important;
margin: 0 0 5px 0 !important;
list-style: none;
}
ul.check-list li i {
color: #82ae57;
font-size: 17px;
}

ul.check-list-docs {
margin: 15px 0 0 0 !important;
padding: 0 !important;
}
ul.check-list-docs li {
margin: 0 !important;
padding: 0 !important;
margin-left: 0 !important;
padding-left: 0 !important;
margin: 0 0 5px 0 !important;
list-style: none;
}
ul.check-list-docs li i {
color: #777;
font-size: 14px;
padding-right: 3px;
}

a.secondary {
color: #777 !important;
border-bottom: 1px solid #ddd !important;
}

div.separator {
width: 1035px;
margin: 40px auto 40px auto;
position: relative;
text-align: center;
}

div.separator-label {
position: absolute;
top: -10px;
text-align: center;
width: 100%;
}
div.separator-label span {
padding: 5px 30px;
font-size: 14px;
}

.features .separator {
margin: 30px auto 50px auto;
}
div.separator_first {
border-top: 1px solid #e2e2cd;
padding: 15px 30px 0 30px;
margin-left: -50px;
margin-right: -50px;
}


table.features-layout td.screen1,
table.features-layout td.screen2, 
table.features-layout td.screen3, 
table.features-layout td.screen4 {
position: relative;
}

table.features-layout td.screen1 div.features-screen_container { background: url(/static-files/images/features-screen1_shadow_01.png) 1px 0px no-repeat; }
table.features-layout td.screen2 div.features-screen_container { background: url(/static-files/images/features-screen2_shadow_01.png) 1px 0px no-repeat; }
table.features-layout td.screen3 div.features-screen_container { background: url(/static-files/images/features-screen3_shadow_01.png) 1px 0px no-repeat; }
table.features-layout td.screen4 div.features-screen_container { background: url(/static-files/images/features-screen4_shadow_01.png) 1px 0px no-repeat; }

table.features-layout td.screen1, table.features-layout td.screen1 div.features-screen { height: 230px; }
table.features-layout td.screen2, table.features-layout td.screen2 div.features-screen { height: 245px; }
table.features-layout td.screen3, table.features-layout td.screen3 div.features-screen { height: 310px; }
table.features-layout td.screen4, table.features-layout td.screen4 div.features-screen { height: 270px; }


/* ***************************
	 Help
**************************** */

.help table#internal-sidebar { margin-left: 45px; margin-left: 0; }
.help div.sidebar #main { width: 675px; width: 765px; }

ul.help-intro {
list-style: none;
font-size: 14px;
margin-left: 0 !important;
}
ul.help-intro li {
padding: 3px 0 !important;
margin: 0 !important;
}
ul.help-intro a {
}
ul.help-intro .section a {
font-weight: 600;
font-size: 15px;
margin-top: 20px !important;
}
ul.help-intro .section {
margin-bottom: 5px !important;
}

.help h3 {
margin: 30px 0 15px 0 !important;
}

.help h3 i {
font-size: 30px;
/*color: #7ea157;*/
margin-right: 5px;
}

.help #content #main ul {
margin: 15px 0 20px 25px;
}
.help #content #main ul li {
margin: 5px 0;
}

.help ol {
margin-left: 10px;
}
.help ol li {
margin-top: 5px;
margin-bottom: 5px;
}

.help blockquote {
font-style: italic;
margin: 20px 40px;
}


img.help-inline {
border: none !important;
padding: 0 !important;
margin: 0 4px;
margin-bottom: -5px;
}

table.help-index {
border-collapse: collapse;
width: 100%;
}
table.help-index tr td {
width: 20% !important;
}

table.help-index i {
color: #aaa;
color: #83b0b6;
font-size: 20px;
/*display: block;*/
margin: 0 5px 10px 0;
display: none;
}


div.question {
margin: 1.5em 3em;
font-style: italic;
}
div.question p {
margin: 0.1em 0 !important;
}
div.help img {
border: 1px solid #ddd;
padding: 10px;
background: #fff;
}


table.help-roles {
border-collapse: collapse;
width: 100%;
margin: 15px 0;
}
table.help-roles th {
text-align: center;
border: 1px solid #e1dfd4;
padding: 7px 10px 7px 10px;
background: #f1f0eb;
}
table.help-roles td {
text-align: center;
border: 1px solid #e1dfd4;
padding: 7px 10px 7px 10px !important;
background: #fafaf7;
vertical-align: middle;
}
table.help-roles img {
margin-top: 4px;
padding: 0;
border: none;
background: none;
}


p.top {
text-align: right;
}
p.top a {
}



.sample {
padding: 15px 30px 15px 30px;
color: #555;
margin-bottom: 20px;
font-size: 16px;
border: 1px solid #eee;
background: rgba(255,255,255,1.0);
border-radius: 4px;
}
.sample p {
margin: 0 !important;
padding: 0 0 10px 0 !important;
}
.sample .inputtext {
padding: 5px 10px;
line-height: 20px;
border: 1px solid #bbb;
border-radius: 3px;
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
}
.sample textarea {
padding: 5px 10px;
line-height: 20px;
border: 1px solid #bbb;
border-radius: 3px;
box-sizing: border-box;
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
}
div.sample-code {
font-family: Courier, monospace;
padding: 15px 30px 15px 30px;
color: #555;
margin-bottom: 20px;
font-size: 13px;
border: 1px solid #eee;
background: rgba(255,255,255,1.0);
border-radius: 4px;
}
span.sample-code {
font-family: Courier, monospace;
padding: 2px 4px;
color: #777;
font-size: 13px;
background: rgba(255,255,255,0.5);
}

.sample input[type="text"], .sample textarea, .sample select, .sample > div:last-child {
margin-bottom: 5px !important;
}


.sample-matrix  {
border-collapse: collapse;
width: 100%;
margin: 0;
}
.sample-matrix th {
text-align: center;
border: 1px solid #e1dfd4;
padding: 7px 10px 7px 10px !important;
/*background: #fafaf7;*/
vertical-align: middle;
font-weight: normal;
}
.sample-matrix td {
text-align: center;
border: 1px solid #e1dfd4;
padding: 7px 10px 7px 10px !important;
/*background: #fafaf7;*/
vertical-align: middle;
}
.sample-matrix tr td:first-child {
text-align: left;
}

/* ***************************
	Articles
**************************** */

.articles table.help-roles .aleft {
width: 300px;
}

.articles table.help-roles th {
vertical-align: top;
font-size: 12px;
}


/* ***************************
	 Buzz & Press
**************************** */

div.press h3 {
margin-top: 0 !important;
}
div.press h4 {
font-size: 12px !important;
font-family: Georgia, Serif;
font-style: italic;
}
div.press h4 a.publication {
font-weight: normal;
}
div.press h4 span.author {
}
div.press blockquote {
margin: 5px 0 10px 0;
}
div.press-col1 {
float: left;
width: 340px;
margin-right: 40px;
}
div.press-col2 {
float: left;
width: 340px;
}

div.press_logo {
margin: 20px 0 0 0;
vertical-align: bottom;
}
div.press_logo a {
display: block;
border: 2px solid red;
padding: 15px 15px 15px 15px;
background: #fff;
border: 1px solid #ddd !important;
vertical-align: bottom;
}
div.press_logo a:hover {
background: #fff !important;
}
div.press_logo a img {
vertical-align: bottom;
border: none !important;
}


div.press-col2 h4 {
margin-top: 0.5em !important;
}


/* ***************************
	 Media Kit
**************************** */

div.media_copy {
margin-top: 2em;
background: #fff;
border: 1px solid #ddd;
padding: 10px;
}
div.media_copy h4 {
font-size: 12px !important;
margin-top: 0 !important;
margin-bottom: 15px;
}
div.media_copy p {
font-family: Courier New, monospace;
font-size: 12px;
}


table.media_logos {
width: 100%;
}
table.media_logos td {
vertical-align: top;
}
table.media_logos tr.first td {
padding-bottom: 20px;
}
table.media_logos td img {
background: #fff;
padding: 10px;
border: 1px solid #ddd;
margin: 0 10px -5px 0;
float: left;
}
table.media_logos td div {
float: left;
width: 100px;
}
table.media_logos td span {
font-size: 0.9em;
}


/* ***************************
	 Surveys
**************************** */

#survs_desc {
margin: 0 0 1.5em 0;
}
#survs_desc table {
width: 100%;
}
#survs_desc table td {
vertical-align: top;
width: 50%;
}
#survs_desc table td.col1 {
padding-right: 10px;
width: 435px;
}
#survs_desc table td.col2 {
padding-left: 10px;
width: 435px;
}
#survs_desc table ul {
margin: 0 !important;
padding: 0 !important;
margin-left: 0 !important;
}
#survs_desc table ul li {
margin: 0 !important;
padding: 0 !important;
margin-left: 0 !important;
padding-left: 22px !important;
margin-bottom: 8px !important;
list-style: none;
background: url(/static-files/images/check02.gif) 0px -1px no-repeat;
}

body.surveys div.sidebar #sidebar {
width: 172px; /* 202 - 30 margin = 172 */
}
body.surveys div.sidebar #sidebar ul li a {
padding: 5px 0px 5px 30px;
font-size: 13px;
}


a.imglink {
border: none !important;
}
a:hover.imglink {
background: none !important;
border: none !important;
}
a.imglink img {
border: none;
}


.survey-category {
font-style: italic;
color: #888;
}


#google-desc {
margin: 20px 0 20px 0;
}

#google-desc table {
width: 100%;
}
#google-desc table td {
vertical-align: top;
width: 50%;
}
#google-desc table td.col1 {
padding-right: 20px;
width: 420px;
}
#google-desc table td.col2 {
padding-left: 10px;
width: 430px;
}
#google-desc table ul {
margin: 0 !important;
padding: 0 !important;
margin-left: 0 !important;
}
#google-desc table ul li {
margin: 0 !important;
padding: 0 !important;
margin-left: 0 !important;
margin-bottom: 8px !important;
list-style: none;
}
#google-desc table ul li i {
color: #82ae57;
font-size: 17px;
}


.google-apps p.add {
margin-top: 15px !important;
margin-bottom: 0 !important;
}
.google-apps p.add a, .google-apps p.add img {
border: none !important;
text-decoration: none;
padding: 0;
}


/* ***************************
	 Languages
**************************** */

table#languages {
width: 100%;
border-collapse: collapse;
margin: 30px 0 40px 0;
}
table#languages td {
border: 1px solid #ddd;
background: #fafafa;
padding: 10px 20px 10px 20px;
}

.languages-col1 { width: 312px; }
.languages-col2 { width: 312px; }
.languages-col3 { width: 312px; }

/*
.languages-col1 { width: 33%; }
.languages-col2 { width: 33%; }
.languages-col3 { width: 33%; }
*/

table#languages td span {
margin: 0 10px -7px 0;
display: inline-block;
width: 24px;
height: 24px;
/*background: url(/static-files/images/flags/Bulgaria.png) no-repeat;*/
}

.lang01 { background: url(/static-files/images/flags/Jordan.png) no-repeat; }
.lang02 { background: url(/static-files/images/flags/Bulgaria.png) no-repeat; }
.lang03 { background: url(/static-files/images/flags/China.png) no-repeat; }

.lang04 { background: url(/static-files/images/flags/Czech-Republic.png) no-repeat; }
.lang05 { background: url(/static-files/images/flags/Denmark.png) no-repeat; }
.lang06 { background: url(/static-files/images/flags/Netherlands.png) no-repeat; }

.lang07 { background: url(/static-files/images/flags/United-Kingdom.png) no-repeat; }
.lang08 { background: url(/static-files/images/flags/United-States.png) no-repeat; }
.lang09 { background: url(/static-files/images/flags/Finland.png) no-repeat; }

.lang10 { background: url(/static-files/images/flags/France.png) no-repeat; }
.lang11 { background: url(/static-files/images/flags/Canada.png) no-repeat; }
.lang12 { background: url(/static-files/images/flags/Germany.png) no-repeat; }

.lang13 { background: url(/static-files/images/flags/Greece.png) no-repeat; }
.lang14 { background: url(/static-files/images/flags/Israel.png) no-repeat; }
.lang15 { background: url(/static-files/images/flags/Hungary.png) no-repeat; }

.lang16 { background: url(/static-files/images/flags/Indonesia.png) no-repeat; }
.lang17 { background: url(/static-files/images/flags/Italy.png) no-repeat; }
.lang18 { background: url(/static-files/images/flags/Japan.png) no-repeat; }

.lang19 { background: url(/static-files/images/flags/South-Korea.png) no-repeat; }
.lang20 { background: url(/static-files/images/flags/Malaysia.png) no-repeat; }
.lang21 { background: url(/static-files/images/flags/Norway.png) no-repeat; }

.lang22 { background: url(/static-files/images/flags/Poland.png) no-repeat; }
.lang23 { background: url(/static-files/images/flags/Brazil.png) no-repeat; }
.lang24 { background: url(/static-files/images/flags/Portugal.png) no-repeat; }

.lang25 { background: url(/static-files/images/flags/Romania.png) no-repeat; }
.lang26 { background: url(/static-files/images/flags/Russia.png) no-repeat; }
.lang27 { background: url(/static-files/images/flags/Mexico.png) no-repeat; }

.lang28 { background: url(/static-files/images/flags/Spain.png) no-repeat; }
.lang29 { background: url(/static-files/images/flags/Sweden.png) no-repeat; }
.lang30 { background: url(/static-files/images/flags/Philippines.png) no-repeat; }

.lang31 { background: url(/static-files/images/flags/Thailand.png) no-repeat; }
.lang32 { background: url(/static-files/images/flags/Turkey.png) no-repeat; }
.lang33 { background: url(/static-files/images/flags/Vietnam.png) no-repeat; }


#language-faq {
text-align: left;
}


.button-examples {
margin-left: -6px;
margin-right: 12px;
}

/*
.call-bottom-languages .sec-button, .call-bottom-languages .button-examples, .call-bottom-languages .main-button {
display: inline-block !important;
position: relative !important;
padding: 7px 25px 7px 25px !important;
margin-top: -5px;
margin-bottom: -5px;
}
*/
/* ***************************
	 Enterprise
**************************** */


.enterprise {
background: #eeede7 !important;
}
.enterprise #top {
border-bottom: none;
}
.enterprise #top div.col1 {
padding: 10px 0 10px 0;
}
.enterprise #top {
padding: 35px 0 10px 0;
}
.enterprise #content {
padding: 25px 00px 30px 00px;
}
.enterprise .call {
border-top: none;
}


#enterprise-estimate {
margin: 30px auto 10px auto;
text-align: center;
}
#enterprise-estimate > div {
margin: auto;
display: inline-block;
border: 1px dotted #a6c47c;
border-radius: 5px;
}
#enterprise-estimate table {
margin: 0 auto 0 auto;
border-collapse: collapse;
}
#enterprise-estimate table tr td {
border-radius: 5px;
padding: 10px 20px;
background: #f6f4ef;
background: #f8f7f3;
vertical-align: top;
text-align: center;
width: 220px;
}
#enterprise-estimate table tr td.col1 {
border-right: 1px dotted #a6c47c;
}
#enterprise-estimate input.inputtext {
font-family: 'proxima-nova','Helvetica Neue', Helvetica, Arial, sans-serif;
border: 1px solid #aaa;
padding: 7px;
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
font-size: 14px;
border-radius: 3px;
width: 50px;
text-align: center;
color: #444;
margin: 10px 0 9px 0;
}
#enterprise-estimate p {
margin: 5px 0;
padding: 0;
}

#enterprise-estimate span {
font-size: 12px;
color: #777;
}
.estimate-price {
font-size: 26px;
text-align: center;
font-weight: 300;
margin: 20px 0 18px 0 !important;
}
.enterprise .call {
margin: 20px auto 0 auto;
padding: 23px 0 22px 0;
}



#enterprise-estimate .col1 {
padding: 5px 0;
width: auto !important;
}
#enterprise-estimate td.col2 {
width: auto !important;
/*padding-top: 39px;*/
padding-top: 44px;
}
.enterprise-estimate-left {
padding: 0 !important;
}
.enterprise-estimate-left input.inputtext {
margin: 0 !important;
}
.enterprise-estimate-left table th,
.enterprise-estimate-left table td {
/*border: 1px solid #ccc;*/
}
.enterprise-estimate-left table th {
width: 220px;
text-align: right;
font-weight: normal;
padding: 10px 15px 9px 15px;
}
.enterprise-estimate-left table td {
width: 30px !important;
padding: 15px 20px 5px 5px !important;
}
.estimate-instructions {
text-align: center;
max-width: 790px;
margin: 22px auto 20px auto;
}
.estimate-price {
padding: 1px 0 !important;
}







/* ***************************
	 Media
**************************** */



@media screen and (max-device-width: 480px){
  body{
	-webkit-text-size-adjust: none;
  }
}



/* COLORS */

/* Color balance: max yellow; */

/* -40 sat, hue -10

01 #fafaf8
02 #f7f6f3
03 #f2f1ec
04 #eeede7
05 #ebe9e1
06 #e6e4db
07 #e1dfd4
08 #dedbcf
09 #d8d5c7
10 #d4d1c2

*/



/*
#header { background: #eeede7; border-bottom: 2px solid #d8d5c7; }
#top { background: #e6e4db; border-bottom: 4px solid #d8d5c7; }
body.home #content { background: #f7f6f3; }
html, body { background: #e6e4db; }
.footer-home { background: #eeede7 !important; border-top: 2px solid #d8d5c7; }

div.internal, body.small { background: #e6e4db; }
div.internal #top { background: #f2f1ec; background: linear-gradient(#f2f1ec, #eeede7); -pie-background: linear-gradient(#f2f1ec, #eeede7); position: relative; border: 1px solid #e0ddcd; }
div.internal #content { background: #f7f6f3; border: 1px solid #e1dfd4; border-top: none; }
#footer { background: #e6e4db; }

div.separator { border-top: 1px solid #e1dfd4; }
.call { border-top: 1px solid #e1dfd4; }
div.separator-label span { background: #f7f6f3; }

body.small #container { background: #f7f6f3; border: 1px solid #e1dfd4; }
*/




#header { background: #f6f4ef; border-bottom: 1px solid #e7e5e0; }

#top { background: #f6f4ef; border-bottom: 1px solid #e7e5e0; }

body.home #content { background: #fff; }

	html { background: none; }
  body { background: #f6f4ef; /*background: #f1efea;*/ }
	.footer-home { background: #f6f4ef !important; border-top: 1px solid #e7e5e0; }

	div.internal, body.small { background: #FAF9F7; }
	div.internal #top { background: none; position: relative; }
	div.internal #top { border: none; border-bottom: none; }
	.enterprise #top { background: #fdfcfb; border-bottom: 1px solid #eeeeee; }
	.enterprise #content { background: #fff !important; }
	.features #top { background: #fdfcfb; border-bottom: 1px solid #eeeeee; }
	.features #content { background: #fff; /*background: #fdfcfb;*/ }
	div.internal #content { background: #faf9f7; border: none; /*border-top: none;*/ }

	table#internal-sidebar td.col1 { background: none; }



#footer { background: #f1efea; }

	div.separator { border-top: 1px solid #e7e5e0; }
	.call { border-top: 1px solid #e7e5e0; }
	div.separator-label span { background: #fff; }

	body.small #container { /*background: #f7f6f3; border: 1px solid #e7e5e0;*/ background: #fdfcfb; border: 1px solid #e7e5e0; }



/*


+75 light  #fdfcfb
+50 light  #faf9f7
+25 light  #f8f7f3
0   #f6f4ef
-5  #f1efea
-10 #eceae5
	old border #eae9db
-15 #e7e5e0
-20 #e2e0db
	#e1dfd4 (usado p/ border)


*/




@media only screen and (min-width: 0px) and (max-width: 800px) {

	html {
	-webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
	}

	#header {
	width: 100%;
	text-align: center;
	}
	.wrapper, .call {
	width: 100% !important;
	position: static;
	padding-left: 15px !important;
	padding-right: 15px !important;
	box-sizing: border-box;
	}
	#header #logo a {
	width: 162px;
	margin: 0 auto 20px auto;
	}
	#header ul {
		margin: 0 auto;
	position: static;
	display: block;
	right: auto;
	top: auto;
	text-align: center;
	}
	#header ul li {
	float: none;
	display: inline-block;
	}
	#header ul li.login {
	display: block;
	margin: 15px auto 10px auto;
	}
	#header ul li.login a {
	width: 25%;
	margin: 0 auto;
	}
	#container {
	}
	#top {
	padding: 15px 0 0 0;
	}
	#top div.col1 {
	width: 100%;
	padding: 8px 0 30px 0;
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0;
	}
	#top h2 {
	/*font-size: 30px;*/
	}
	#top h2 br {
	display: none;
	}
	.main-button {
	display: block;
	margin-right: 0;
	}
	input.main-button, input.sec-button {
	width: 100%;
	}
	.sec-button {
	display: block;
	margin-right: 0;
	margin-top: 20px;
	}
	#tour {
	padding-top: 0;
	display: block;
	}
	#tour a {
	display: block;
	}

	#top div.col2 {
	height: auto;
	width: 100%;
	position: relative;
	bottom: -1px; 
	}
	#top div.col2 div img {
	width: 100%;
	margin: 0 auto;
	position: relative;
	bottom: -6px;
	}

	#content {
	padding: 30px 00px 30px 00px;
	} 
	#feat1, #feat2, #feat3, #feat4, #feat5, #feat6 {
	margin: 0;
	}
	#content div.feat {
	display: block;
	width: 100%;
	padding: 15px 15px;
	padding-left: 0;
	padding-right: 0;
	}

	#content div.testimonial {
	float: none;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0;
	}

	.call {
	padding-top: 25px;
	padding-bottom: 5px;
	}

	div.separator {
	width: 100%;
	}
	#customers img {
	width: 90%;
	margin: 5px 0;
	}

	#footer {
	line-height: 30px;
	}
	#footer .wrapper {
	white-space: normal;
	}



	div.internal #top, div.internal #content {
	margin: 0 auto 0 auto;
	width: 100%;
	}

	table.features-layout td {
	display: block;
	}
	table.features-layout td.col-img {
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	}
	table.features-layout td.col-img img {
	width: 100%;
	}
	table.features-layout td.col-txt {
	width: 100%;
	}
	div.internal #top {
	border-radius: 0;
	}
	div.internal {
	padding: 0 0 0 0;
	}
	div.internal #top {
	border: none;
	border-bottom: none;
	}
	div.internal #content {
	border: none;
	/*
	border-top: 1px solid #e7e5e0;
	border-bottom: 1px solid #e7e5e0;
	*/
	border-radius: 0;
	}
	table.features-layout {
	margin: 20px 0 20px 0;
	}
	.features .separator {
	margin: -10px auto 30px auto;
	}


	table#internal-sidebar td.col1 {
	display: none;
	}
	div.sidebar #main {
	width: 100%;
	padding-left: 0;
	}
	table#internal-sidebar {
	border-collapse: collapse;
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 0;
	}
	.call .main-button {
	margin-bottom: 20px;
	}
	table#internal-sidebar .call {
	padding: 30px 0 0 0;
	}
	div.sidebar #content {
	border-radius: 0 !important;
	}



	#content .complete_list {
	width: 80%;
	}
	table.pricing td {
	background: #faf9f7;
	}
	table.pricing-faq td.col1 {
	padding-right: 0;
	}
	table.pricing-faq td {
	display: block;
	vertical-align: top;
	width: 100%;
	}
	table.pricing-faq td.col2 {
	padding-left: 0;
	}
	table.pricing tr.buttons td a {
	white-space: nowrap;
	}



	div.internal #content h2 {
	line-height: 30px;
	}

	table.help-index tr td {
	display: block;
	width: 100% !important;
	}

	body.small #container {
	width: 100%;
	}
	body.small #container {
	border-radius: 0;
	border: 1px solid #e7e5e0;
	border-left: none;
	border-right: none;
	}
	body.small #content {
	padding: 25px 0 20px 0;
	}
	body.contact #header {
	width: 100% !important;
	}
	body.contact #header #logo a {
	width: 100% !important;
	}


	div.internal #content h1, .small h1 {
	margin: 30px 0 25px 0;
	}
	div.internal #top h1.pricing {
	margin: 9px 0 9px 0;
	}
	div.internal #top {
	padding: 35px 0 10px 0 !important;
	}
	.enterprise #top div.col1 {
	padding: 0 0 10px 0;
	}
	.features #top div.col1 {
	padding: 0 0 10px 0;
	}


	.help div.sidebar #main {
	width: auto;
	}

	#footer {
	padding: 27px 00px 40px 00px;
	}
	#footer * {
	text-align: center !important;
	}
	.footer-col1 {
	width: auto;
	float: none;
	margin-right: 0;
	}
	#footer .footer-col1 a {
	background: url(/static-files/images/logo/logo-304px-@2x.png) top center no-repeat;
	background-size: 162px auto;
	width: auto;
	display: block;
	}
	.footer-col2, .footer-col3, .footer-col4 {
	width: auto;
	float: none;
	margin-right: 0;
	padding: 20px 0 10px 0;
	}


}




.google-apps-desc ul li {
margin: 0 !important;
padding: 0 !important;
margin-left: 0 !important;
padding-left: 0 !important;
margin: 0 0 8px 0 !important;
list-style: none;
}
.google-apps-desc i {
color: #82ae57;
font-size: 17px;
}



.col-img a {
display: block;
position: absolute;
width: 405px;
height: 305px;
border: 1px solid red;
border: none !important;
}
.col-img img {
}


/* ***************************
	Temp
**************************** */

.two-cols {
columns: 2;
}


.three-cols {
columns: 3;
}







