html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/*
  Variable Grid System.
  Learn more ~ http://www.spry-soft.com/grids/
  Based on 960 Grid System - http://960.gs/

  Licensed under GPL and MIT.
*/
/*
  Forces backgrounds to span full width,
  even if there is horizontal scrolling.
  Increase this if your layout is wider.

  Note: IE6 works fine without this fix.
*/
body {
  min-width: 960px;
}

/* Containers
----------------------------------------------------------------------------------------------------*/
.container_12 {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
  display: inline;
  float: left;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
}

.push_1, .pull_1,
.push_2, .pull_2,
.push_3, .pull_3,
.push_4, .pull_4,
.push_5, .pull_5,
.push_6, .pull_6,
.push_7, .pull_7,
.push_8, .pull_8,
.push_9, .pull_9,
.push_10, .pull_10,
.push_11, .pull_11,
.push_12, .pull_12 {
  position: relative;
}

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/
.alpha {
  margin-left: 0;
}

.omega {
  margin-right: 0;
}

/* Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .grid_1 {
  width: 60px;
}

.container_12 .grid_2 {
  width: 140px;
}

.container_12 .grid_3 {
  width: 220px;
}

.container_12 .grid_4 {
  width: 300px;
}

.container_12 .grid_5 {
  width: 380px;
}

.container_12 .grid_6 {
  width: 460px;
}

.container_12 .grid_7 {
  width: 540px;
}

.container_12 .grid_8 {
  width: 620px;
}

.container_12 .grid_9 {
  width: 700px;
}

.container_12 .grid_10 {
  width: 780px;
}

.container_12 .grid_11 {
  width: 860px;
}

.container_12 .grid_12 {
  width: 940px;
}

/* Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .prefix_1 {
  padding-left: 80px;
}

.container_12 .prefix_2 {
  padding-left: 160px;
}

.container_12 .prefix_3 {
  padding-left: 240px;
}

.container_12 .prefix_4 {
  padding-left: 320px;
}

.container_12 .prefix_5 {
  padding-left: 400px;
}

.container_12 .prefix_6 {
  padding-left: 480px;
}

.container_12 .prefix_7 {
  padding-left: 560px;
}

.container_12 .prefix_8 {
  padding-left: 640px;
}

.container_12 .prefix_9 {
  padding-left: 720px;
}

.container_12 .prefix_10 {
  padding-left: 800px;
}

.container_12 .prefix_11 {
  padding-left: 880px;
}

/* Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .suffix_1 {
  padding-right: 80px;
}

.container_12 .suffix_2 {
  padding-right: 160px;
}

.container_12 .suffix_3 {
  padding-right: 240px;
}

.container_12 .suffix_4 {
  padding-right: 320px;
}

.container_12 .suffix_5 {
  padding-right: 400px;
}

.container_12 .suffix_6 {
  padding-right: 480px;
}

.container_12 .suffix_7 {
  padding-right: 560px;
}

.container_12 .suffix_8 {
  padding-right: 640px;
}

.container_12 .suffix_9 {
  padding-right: 720px;
}

.container_12 .suffix_10 {
  padding-right: 800px;
}

.container_12 .suffix_11 {
  padding-right: 880px;
}

/* Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .push_1 {
  left: 80px;
}

.container_12 .push_2 {
  left: 160px;
}

.container_12 .push_3 {
  left: 240px;
}

.container_12 .push_4 {
  left: 320px;
}

.container_12 .push_5 {
  left: 400px;
}

.container_12 .push_6 {
  left: 480px;
}

.container_12 .push_7 {
  left: 560px;
}

.container_12 .push_8 {
  left: 640px;
}

.container_12 .push_9 {
  left: 720px;
}

.container_12 .push_10 {
  left: 800px;
}

.container_12 .push_11 {
  left: 880px;
}

/* Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .pull_1 {
  left: -80px;
}

.container_12 .pull_2 {
  left: -160px;
}

.container_12 .pull_3 {
  left: -240px;
}

.container_12 .pull_4 {
  left: -320px;
}

.container_12 .pull_5 {
  left: -400px;
}

.container_12 .pull_6 {
  left: -480px;
}

.container_12 .pull_7 {
  left: -560px;
}

.container_12 .pull_8 {
  left: -640px;
}

.container_12 .pull_9 {
  left: -720px;
}

.container_12 .pull_10 {
  left: -800px;
}

.container_12 .pull_11 {
  left: -880px;
}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
/* http://sonspring.com/journal/clearing-floats */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */
.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/
.clearfix {
  zoom: 1;
}

/* Page Styles
----------------------------------------------------------------------*/
* {
  margin: 0;
}

html, body {
  width: 100%;
  margin: 0;
  padding: 0;
  height: 100%;
  background: #fff;
}

.page-wrap {
  min-width: 960px;
  margin: 0 auto;
  overflow: hidden;
}

.splash {
  width: 100%;
  display: block;
  overflow: hidden;
  height: 550px;
  position: absolute;
}
.splash .innersplash {
  width: 960px;
  position: relative;
  overflow: visible;
  margin: 0 auto;
  height: 100%;
}
.splash .innersplash .pitch {
  margin: 260px 0 0 20px;
  width: 290px;
  float: left;
  background: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  padding: 20px 50px 20px 20px;
}
.splash .innersplash .pitch h2 {
  font-family: 'Whitney SSm A', 'Whitney SSm B', tahoma, verdana, arial;
  color: #fff;
  font-weight: 700;
  font-size: 1.4em;
  font-style: normal;
}
.splash .innersplash .pitch h4 {
  font-family: 'Whitney SSm A', 'Whitney SSm B', tahoma, verdana, arial;
  color: #fff;
  font-weight: 300;
  font-size: 1.3em;
  margin-top: 20px;
  margin-bottom: 40px;
  line-height: 1.5em;
  font-style: normal;
}
.splash .innersplash .pitch a {
  text-decoration: none;
  color: #fff;
  padding: 12px;
  background: #2ecc71;
  font-weight: 400;
  font-style: normal;
  font-size: 0.95em;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  font-family: 'Whitney SSm A', 'Whitney SSm B', tahoma, verdana, arial;
  display: inline-block;
  -webkit-transition: background-color 0.4s ease-in-out;
  -moz-transition: background-color 0.4s ease-in-out;
  -o-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}
.splash .innersplash .pitch a:hover {
  background-color: #27ae60;
}
.splash .innersplash img {
  bottom: 0;
  margin: 0 auto;
  left: 350px;
  width: 700px;
  position: absolute;
}

header {
  width: 100%;
  background: #ecf0f1;
  margin: 0;
  z-index: 9999;
  min-width: 960px;
  border-bottom: 0px solid #bdc3c7;
  height: 177px;
}

header .headbar {
  padding-top: 70px;
  position: relative;
}

header .headbar .newsroom-link {
  position: absolute;
  right: 10px;
  top: 0;
}

.newsroom-link a {
  background: rgba(0, 0, 0, 0.2);
  padding: 10px 10px 6px 10px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.78em;
  color: #fff;
  font-family: 'Whitney SSm A', 'Whitney SSm B', tahoma, verdana, arial;
  font-style: normal;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  display: block;
}

.newsroom-link a:hover {
  background: rgba(0, 0, 0, 0.4);
}

.welcome header {
  background: none;
}

.lower-splash {
  width: 100%;
  height: 295px;
  background: #ecf0f1;
  top: 550px;
  position: absolute;
  text-align: center;
  padding-top: 55px;
}
.lower-splash p {
  font-family: 'Whitney SSm A', 'Whitney SSm B', verdana, tahoma, arial;
  font-size: 0.8em;
  font-weight: 400;
  color: #666;
  padding: 20px;
  line-height: 1.6em;
  font-style: normal;
  text-align: justify;
}
.lower-splash p a {
  color: #3498db;
  text-decoration: none;
}
.lower-splash p a:hover {
  border-bottom: 1px solid #3498db;
}
.lower-splash a.icon {
  margin: 0 auto;
  overflow: hidden;
  padding: 12px 10px 0 10px ;
  width: 90px;
  height: 70px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background: #34495e;
  line-height: 70px;
  border-bottom: 0px solid #7f8c8d;
  text-decoration: none;
  display: block;
}
.lower-splash a.icon span {
  font-family: 'Pictos Custom';
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  text-transform: none;
  font-size: 4em;
  font-weight: normal;
  color: #fff;
}
.lower-splash h3 {
  font-family: 'Whitney SSm A', 'Whitney SSm B', tahoma, verdana, arial;
  color: #34495e;
  font-weight: 300;
  font-size: 1.3em;
  margin-top: 20px;
  line-height: 1.5em;
  font-style: normal;
}

.certified {
  width: 100%;
  height: 260px;
  background: #fff;
  top: 900px;
  position: absolute;
  text-align: center;
  padding-top: 30px;
}
.certified h2 {
  font-family: 'Whitney SSm A', 'Whitney SSm B', tahoma, verdana, arial;
  color: #34495e;
  font-weight: 300;
  font-size: 2em;
  line-height: 2.4em;
  font-style: normal;
}
.certified p {
  font-family: 'Whitney SSm A', 'Whitney SSm B', verdana, tahoma, arial;
  font-size: 0.8em;
  font-weight: 400;
  color: #666;
  padding: 20px;
  line-height: 1.6em;
  text-align: justify;
  font-style: normal;
}

.subnav {
  background: #d8e1e3;
  height: 60px;
  line-height: 60px;
  width: 100%;
  position: absolute;
  z-index: 9999;
  min-width: 960px;
}

.content {
  width: 100%;
  position: relative;
}

.heading {
  background: #fff;
  width: 100%;
  min-width: 960px;
  padding: 60px 0;
}

.text {
  background: #fff;
  padding: 0;
  overflow: hidden;
}
.text .sidebar {
  margin-bottom: 20px;
  padding: 20px 0;
  overflow: hidden;
}
.text .sidebar p {
  font-family: 'Whitney SSm A', 'Whitney SSm B', verdana, tahoma, arial;
  font-size: 0.9em;
  font-weight: 400;
  color: #333;
  padding: 20px;
  line-height: 1.4em;
  font-style: normal;
}
.text .sidebar p a {
  color: #3498db;
  text-decoration: none;
}
.text .sidebar p a:hover {
  border-bottom: 1px solid #3498db;
}
.text .sidebar p.icon {
  margin: 0 auto;
  overflow: visible;
  padding-bottom: 0px;
  width: 100px;
  height: 100px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background: #95a5a6;
  line-height: 100px;
  border-bottom: 0px solid #7f8c8d;
}
.text .sidebar p.icon span {
  font-family: 'Pictos Custom';
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  text-transform: none;
  font-size: 5em;
  font-weight: normal;
  color: #fff;
}
.text .webcopy {
  background: #ecf0f1;
  margin-bottom: 60px;
  padding: 0 0 20px 0;
  overflow: hidden;
}
.text .webcopy img.leadimg {
  width: 100%;
  margin-bottom: 20px;
}

.mdown {
  padding-top: 20px !important;
}
.mdown ul {
  margin-left: 20px;
  padding: 0px 40px 20px 30px;
}
.mdown ul li {
  list-style: circle;
}
.mdown p, .mdown li {
  color: #333;
  font-family: 'Whitney SSm A', 'Whitney SSm B', verdana, tahoma, arial;
  font-size: .95em;
  font-weight: 400;
  line-height: 1.8em;
  font-style: normal;
}
.mdown p span, .mdown li span {
  color: #3498db;
}
.mdown p {
  padding: 0px 60px 20px 30px;
}
.mdown a {
  color: #3498db;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.mdown a:hover {
  border-bottom: 1px solid #3498db;
  color: #3498db;
}
.mdown strong, .mdown b {
  font-weight: 600;
}
.mdown h2, .mdown h3, .mdown h4, .mdown h5, .mdown h6 {
  font-weight: 700;
  padding: 20px 30px 20px 30px;
  font-family: 'Whitney SSm A', 'Whitney SSm B', verdana, tahoma, arial;
  font-style: normal;
}
.mdown h3 {
  font-size: 1.3em;
  color: #444;
}

#map_div {
  height: 360px;
  margin: 20px 0px;
}

.services .mdown {
  border-bottom: 1px solid #ccc;
  padding-top: 80px !important;
  margin-bottom: 20px !important;
}

.welcome footer {
  top: 1013px;
  position: relative;
}

footer {
  min-width: 960px;
}

.stuck {
  position: fixed;
  z-index: 9999;
}

.right-divide {
  box-shadow: inset -1px 0px 0px #cfd4d7, 1px 0px 0px #fff;
}

#toTop {
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 30px;
  background: #ecf0f1;
  padding: 15px;
  position: fixed;
  /* this is the magic */
  bottom: 50px;
  /* together with this to put the div at the bottom*/
  right: 50px;
  cursor: pointer;
  display: none;
  font-size: 2em;
  border-radius: 50%;
  color: #7f8c8d;
  font-family: 'Pictos Custom';
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  z-index: 20000;
  overflow: visible;
}

/* Menu
----------------------------------------------------------------------*/
header h1 {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url("../img/logo.png")/*tpa=http://HmeAdmin.com/assets/img/logo.png*/ no-repeat;
  background-size: 280px;
  background-position: center center;
  width: 280px;
  height: 18px;
  overflow: hidden;
  padding: 8px 10px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
header h1:hover {
  background-color: #f6f8f8;
}

.menu ul li {
  float: right;
  padding: 8px 14px;
  text-align: center;
}
.menu ul li a {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.88em;
  color: #666;
  font-family: 'Whitney SSm A', 'Whitney SSm B', tahoma, verdana, arial;
  font-style: normal;
  letter-spacing: 0.1em;
  border-bottom: 2px solid transparent;
  padding-bottom: 4px;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.menu ul li a:hover {
  border-bottom: 2px solid #3498db;
  color: #7f8c8d;
}
.menu ul li a.active {
  border-bottom: 2px solid #3498db;
}
.menu ul li a span {
  font-family: 'Pictos Custom';
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  text-transform: none;
  font-size: 1.2em;
  font-weight: normal;
}
.menu ul li.navbox {
  padding: 0;
  margin-left: 14px;
}
.menu ul li.navbox a {
  color: #ecf0f1;
  display: block;
  padding: 8px 10px;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  -webkit-transition: background-color 0.4s ease-in-out;
  -moz-transition: background-color 0.4s ease-in-out;
  -o-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}
.menu ul li.navbox a:hover {
  background-color: #27ae60;
}
.menu ul li.login a {
  background: #2ecc71;
  border-bottom: 0px;
  padding: 8px 10px 6px 10px;
}
.menu ul li.login a span {
  color: #c3f2d7;
}

.subnav ul li {
  float: left;
  padding: 0px 48px 0px 0;
  text-align: left;
}
.subnav ul li a {
  text-decoration: none;
  text-transform: normal;
  font-weight: 700;
  font-size: 0.78em;
  color: #7f8c8d;
  font-family: 'Whitney SSm A', 'Whitney SSm B', tahoma, verdana, arial;
  font-style: normal;
  letter-spacing: 0.1em;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.subnav ul li a:hover {
  color: #333;
}

/* Page Styles
----------------------------------------------------------------------*/
.heading h1 {
  text-align: center;
  font-family: 'Whitney SSm A', 'Whitney SSm B', tahoma, verdana, arial;
  font-style: normal;
  font-size: 3.4em;
  color: #7f8c8d;
  font-weight: 300;
  letter-spacing: 0em;
}
.heading h1 span {
  color: #3498db;
}

.text-center {
  text-align: center;
}

.services .mdown h3 {
  text-align: center;
  font-family: 'Whitney SSm A', 'Whitney SSm B', tahoma, verdana, arial;
  font-size: 2.4em;
  font-style: normal;
  color: #7f8c8d;
  font-weight: 300;
  letter-spacing: 0em;
  margin-bottom: 10px;
}
.services .mdown h3 span {
  color: #3498db;
}

.contact .webcopy {
  padding: 20px 0;
}

.contact form {
  display: block;
  background: #ecf0f1;
  margin: 20px 30px 20px 0px;
  overflow: hidden;
}
.contact form .formHeader {
  background: #95a5a6;
  display: block;
  margin-bottom: 20px;
  border-bottom: 0px solid #7f8c8d;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}
.contact form p {
  color: #fff !important;
  text-align: center;
  padding: 10px 0 !important;
  font-family: 'Whitney SSm A', 'Whitney SSm B', tahoma, verdana, arial;
  font-size: 1.2em !important;
  font-weight: 400;
  font-style: normal;
}
.contact form .inputgrp {
  overflow: hidden;
  position: relative;
}
.contact form .inputgrp p {
  overflow: visible;
  padding: 0 !important;
  display: none;
  color: #333 !important;
  font-size: 0.8em !important;
}
.contact form .inputgrp p.sent {
  font-family: 'Pictos Custom';
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  font-size: 150px !important;
  font-weight: normal;
  text-transform: none;
  color: #3498db !important;
  overflow: visible;
}
.contact form .inputgrp p.sent span {
  font-family: 'Whitney SSm A', 'Whitney SSm B', verdana, tahoma, arial;
  font-size: 0.8em !important;
  font-weight: 400;
  font-style: normal;
}
.contact form .inputgrp p.inTouch {
  position: absolute;
  bottom: 30px;
  color: #333;
  font-size: 0.9em !important;
  width: 100%;
}
.contact form input, .contact form textarea {
  margin: 0 30px 1px 30px;
  padding: 8px 6px;
  outline: none;
  border: 0;
  font-family: 'Whitney SSm A', 'Whitney SSm B', verdana, tahoma, arial;
  width: 358px;
  font-size: 0.8em;
  color: #666;
  line-height: 1.8em !important;
  font-weight: 400;
  font-style: normal;
}
.contact form input.error, .contact form textarea.error {
  box-shadow: inset 0px 0px 2px #c0392b;
}
.contact form textarea {
  resize: none;
  margin-bottom: 18px;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  background-clip: padding-box;
}
.contact form input.txtname {
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-clip: padding-box;
}
.contact form button {
  margin: 0 30px 20px 30px;
  padding: 8px 14px 5px 14px;
  border-bottom: 0;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  font-family: 'Whitney SSm A', 'Whitney SSm B', tahoma, verdana, arial;
  background: #3498db;
  color: #ecf0f1;
  font-size: 0.9em;
  float: right;
  text-transform: uppercase;
  font-weight: 700;
  font-style: normal;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  -webkit-transition: background-color 0.4s ease-in-out;
  -moz-transition: background-color 0.4s ease-in-out;
  -o-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
  outline: none;
}
.contact form button span {
  font-family: 'Pictos Custom';
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  font-size: 1.2em;
  font-weight: normal;
  text-transform: none;
  color: #a7d3ef;
}
.contact form button:hover {
  background-color: #2980b9;
}

/* Footer
----------------------------------------------------------------------*/
.push {
  height: 80px;
}

.ftr {
  height: auto;
  background: #2c3e50;
  min-width: 960px;
}
.ftr .ssae16 {
  font-family: 'Whitney SSm A', 'Whitney SSm B', tahoma, verdana, arial;
  font-size: 1.2em;
  font-weight: 300;
  color: #ecf0f1;
  text-align: center;
  background: #34495e;
  width: 100%;
  padding: 20px 0 10px 0;
  font-style: normal;
}
.ftr .ssae16 span {
  font-family: 'Pictos Custom';
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  text-transform: none;
  font-size: 2.5em;
  font-weight: normal;
  color: #ecf0f1;
  vertical-align: middle;
}
.ftr .ssae16 a {
  color: #ecf0f1;
  text-decoration: none;
}
.ftr .ssae16 a:visited {
  color: #ecf0f1;
  text-decoration: none;
}
.ftr .ssae16 a:hover, .ftr .ssae16 a:hover span {
  color: #3498db;
}
.ftr p {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.ftr p small {
  font-size: 0.7em;
  font-weight: 300;
  font-family: 'Whitney SSm A', 'Whitney SSm B', verdana, tahoma, arial;
  color: #c4e1f5;
  font-style: normal;
}
.ftr p small a {
  color: #c4e1f5;
  text-decoration: none;
}
.ftr p small a:hover {
  color: #3498db;
}

sub, sup {
  /* Specified in % so that the sup/sup is the
     right size relative to the surrounding text */
  font-size: 75%;

  /* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0;

  /* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;

  /* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline;
}

sup {
  /* Move the superscripted text up */
  top: -0.5em;
}

sub {
  /* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}

.icon:before {
  font-family: 'Pictos Custom' !important;
  content: attr(data-icon);
  text-transform: none;
  font-weight: normal;
  font-size: 1.2em;
}
