/* Global reset */
*,
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
label,
fieldset,
input,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

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

fieldset,
img {
  border: 0; }

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal; }

ul,
ul li {
  list-style: none; }

caption,
th {
  text-align: left; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal; }

q:before,
q:after {
  content: ""; }

a {
  text-decoration: none;
  position: relative;
  outline: 0; }

html {
  -webkit-text-size-adjust: none; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

a img {
  border: none;
  margin: 0px;
  padding: 0px; }

input::-moz-focus-inner {
  border: 0; }

* {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent; }

input {
  -webkit-appearance: none;
  -webkit-border-radius: 0px; }

a:focus {
  outline: 0; }

sup,
sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  _vertical-align: bottom;
  position: relative; }

sup {
  bottom: 1ex; }

sub {
  top: 0.5ex; }

.group:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

br.clear {
  clear: both;
  margin: 0px !important;
  padding: 0px !important;
  height: 1px;
  font-size: 1px;
  line-height: 1px; }

body {
  color: #4d4d4d;
  margin: 0px;
  padding: 0px;
  font-family: "museo", serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  /*1.3em*/
  background-color: #FFF; }

.green {
  color: #94ba47; }

.blue {
  color: #0099cc; }

/* Margin util classes */
.mar-btm-40, .content-break.mar-btm-40 {
  margin-bottom: 40px; }

.mar-btm-20 {
  margin-bottom: 20px; }

/* Typography */
h1, h2, h3, h4 {
  font-family: "museo", serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1em; }

h1 {
  font-weight: 500;
  font-size: 3em;
  /*4em 64px;*/
  color: #94ba47;
  line-height: 1.1em; }

/* Mobile */
@media only screen and (max-width: 640px) {
  h1 {
    font-size: 1.5em; } }
/* Tablet - Portrait */
@media only screen and (min-width: 640px) and (max-width: 768px) {
  h1 {
    font-size: 2.5em; } }
h2 {
  font-weight: 300;
  font-size: 2.25em;
  /* 36px; */
  margin-bottom: 18px;
  color: #668285; }

h2 sup {
  font-size: 0.5em;
  bottom: 2ex; }

/* Mobile */
@media only screen and (max-width: 640px) {
  h2 {
    font-size: 1.75em; } }
h3 {
  font-weight: 500;
  font-size: 1.5em;
  /* 24px; */
  margin-bottom: 18px; }

h4 {
  font-weight: 500;
  font-size: 1.125em;
  /* 18px; */
  margin-bottom: 4px; }

p {
  color: #4d4d4d;
  font-size: 1em;
  line-height: 1.3em;
  margin-bottom: 1.3em; }

/* Links */
a, a:visited {
  color: #94ba47;
  font-weight: 500; }

a:hover {
  color: #e4007d; }

a.featurelink, div.green a.featurelink, input.submit-btn {
  width: 64px;
  height: 64px;
  display: block;
  background-color: #94ba47;
  background-image: url(../images/featurelink.png);
  background-size: 26px 22px;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  color: #FFF;
  line-height: 64px; }

a.featurelink.popup.backarrow, div.green a.featurelink.popup.backarrow {
  background-image: url(../images/AH-back-arrow.png);
  float: left; }

a.featurelink.popup.rightside, div.green a.featurelink.popup.rightside {
  float: right; }

a.featurelink.popup.rightside.back {
  background-position: 12px  center;
  padding-left: 50px;
  width: 100px;
  background-image: url(../images/AH-back-arrow.png); }

a.featurelink.popup.rightside {
  background-position: 80px  center;
  padding-left: 17px;
  width: 100px; }

a.featurelink.popup, div.green a.featurelink.popup, input.submit-btn {
  width: 80px;
  height: 64px;
  display: block;
  background-color: #94ba47;
  background-image: url(../images/featurelink.png);
  background-size: 26px 22px;
  background-repeat: no-repeat;
  background-position: 15px  center;
  text-indent: 0px;
  color: #FFF;
  line-height: 64px;
  padding-left: 50px;
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius: 7px;
  /* Firefox 1-3.6 */
  -moz-border-radius: 7px;
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  border-radius: 7px; }

p a.featurelink {
  position: absolute;
  bottom: 0px;
  right: 0px; }

/* Prev Link */
a.prevlink {
  width: 64px;
  height: 64px;
  display: inline;
  background-color: #0099cc;
  background-image: url(../images/prevlink.png);
  background-size: 26px 22px;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  color: #FFF;
  line-height: 64px; }

a.featurelink.blue, div.blue a.featurelink {
  background-color: #0099cc; }

a.featurelink.blue, div.mid-blue a.featurelink {
  background-color: #0099cc; }

a.featurelink.grey, div.grey a.featurelink {
  background-color: #668285; }

a:hover.featurelink, a:hover.prevlink, div a:hover.featurelink {
  background-color: #e4007d; }

/* X Cross */
a.xlink, div.green a.xlink {
  width: 64px;
  height: 64px;
  display: block;
  background-color: #94ba47;
  background-image: url(../images/oklink.png);
  background-size: 26px 22px;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  color: #FFF;
  line-height: 64px; }

p a.xlink {
  position: absolute;
  bottom: 0px;
  right: 0px; }

/* Lists */
ul, ol {
  color: #94ba47;
  font-weight: 700; }

.article ul, .article ol {
  color: #4d4d4d;
  font-weight: 300; }

ul li span, ol li span {
  color: #4d4d4d;
  font-weight: 300; }

.content ul li {
  margin-left: 0px;
  padding-left: 30px;
  margin-bottom: 1em;
  background-image: url(../images/bullet-square.gif);
  background-repeat: no-repeat;
  background-position-x: 7px;
  background-position-y: 5px; }

/* Mobile */
@media only screen and (max-width: 640px) {
  .content ul li span {
    word-wrap: break-word; } }
ol li {
  margin-left: 30px;
  margin-bottom: 1em; }

/* Header */
#header {
  width: 100%;
  height: 120px;
  position: relative;
  top: 0px;
  left: 0px;
  z-index: 1001; }

body.home #header {
  height: 100px;
  position: absolute; }

/* Mobile */
@media only screen and (max-width: 640px) {
  body.home #header {
    height: 240px; } }
/* Tablet - Portrait */
@media only screen and (min-width: 640px) and (max-width: 768px) {
  #header {
    height: 140px; } }
#header .header-inner {
  width: 1160px;
  height: 100px;
  position: relative;
  margin: 0 auto; }

/* Mobile */
@media only screen and (max-width: 640px) {
  #header .header-inner {
    width: 100%;
    height: 240px; } }
/* Tablet - landscape */
@media only screen and (min-width: 768px) and (max-width: 1300px) {
  #header .header-inner {
    width: 940px;
    height: 100px;
    position: relative;
    margin: 0 auto; } }
/* Tablet - Portrait */
@media only screen and (min-width: 640px) and (max-width: 768px) {
  #header .header-inner {
    width: 100%;
    height: 240px; } }
body.home a.ah-logo {
  background-image: url(../images/ah-logo-neg2.png);
  background-size: 320px 86px;
  background-repeat: no-repeat;
  width: 372px;
  height: 100px;
  display: block;
  top: 20px;
  left: -20px;
  text-indent: -9999px;
  z-index: 100; }

/* Tablet - landscape */
@media only screen and (min-width: 768px) and (max-width: 1300px) {
  body.home a.ah-logo {
    left: 0px; } }
/* Mobile */
@media only screen and (max-width: 640px) {
  body.home a.ah-logo {
    background-size: 327px 88px;
    background-position: center top;
    background-repeat: no-repeat;
    width: 100%;
    height: 88px;
    left: 0px;
    top: 0px;
    float: none;
    margin: 0 auto;
    position: absolute; } }
/* Tablet - Portrait */
@media only screen and (min-width: 640px) and (max-width: 768px) {
  body.home a.ah-logo {
    background-size: 371px 100px;
    width: 100%;
    height: 100px;
    background-position: center top;
    background-repeat: no-repeat;
    left: 0px;
    top: 120px;
    float: none;
    margin: 0 auto;
    position: absolute;
    z-index: 0; } }
a.ah-logo.white {
  background-image: url("../images/ah-logo-neg2.png");
  background-repeat: no-repeat;
  background-size: 320px 86px;
  display: block;
  height: 100px;
  left: -20px;
  text-indent: -9999px;
  top: 30px;
  width: 372px;
  z-index: 100; }

a.ah-logo {
  background-image: url(../images/ah-logo-pos.png);
  background-size: 300px 54px;
  width: 300px;
  height: 54px;
  display: block;
  top: 34px;
  text-indent: -9999px;
  z-index: 100; }

a.ah-logo-mini {
  background-image: url(../images/ah-logo-neg.png);
  background-size: 167px auto;
  background-repeat: no-repeat;
  width: 167px;
  height: 30px;
  display: block;
  position: relative;
  top: 17px;
  left: 16px;
  text-indent: -9999px;
  z-index: 100;
  opacity: 0;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out; }

.menu-stuck a.ah-logo-mini {
  opacity: 1; }

/* Mobile */
@media only screen and (max-width: 640px) {
  a.ah-logo {
    background-size: 290px 52px;
    background-position: center top;
    background-repeat: no-repeat;
    width: 100%;
    height: 52px;
    left: 0px;
    top: 70px;
    float: none;
    margin: 0 auto;
    position: absolute; }

  a.ah-logo-mini {
    top: 10px;
    left: 10px; } }
/* Tablet - landscape */
@media only screen and (min-width: 768px) and (max-width: 1300px) {
  a.ah-logo {
    left: 20px; } }
/* Tablet - Portrait */
@media only screen and (min-width: 640px) and (max-width: 768px) {
  a.ah-logo {
    background-image: url(../images/ah-logo-pos.png);
    background-size: 332px 60px;
    width: 100%;
    height: 60px;
    background-position: center top;
    background-repeat: no-repeat;
    left: 0px;
    top: 100px;
    float: none;
    margin: 0 auto;
    position: absolute;
    z-index: 0; } }
/* Header Menu */
.menu-wrapper {
  position: fixed;
  margin: 0 auto;
  height: 64px;
  width: 1160px;
  top: 0px;
  z-index: 10;
  display: none;
  /* desktop hide */ }

/* Mobile */
@media only screen and (max-width: 640px) {
  .menu-wrapper {
    width: 100%;
    position: absolute;
    top: 0;
    display: block; } }
/* Tablet - landscape */
@media only screen and (min-width: 768px) and (max-width: 1300px) {
  .menu-wrapper {
    width: 940px;
    position: absolute;
    top: 0;
    display: block; } }
/* Tablet - Portrait */
@media only screen and (min-width: 640px) and (max-width: 768px) {
  .menu-wrapper {
    width: 100%;
    position: absolute;
    top: 0;
    display: block; } }
/* Menu stick and unstick */
.menu-stick {
  top: 0px;
  right: 0px; }

.menu-wrapper.menu-unstuck {
  position: fixed;
  top: 0; }

.menu-wrapper.menu-stuck {
  position: fixed;
  top: 0px; }

/* Mobile */
@media only screen and (max-width: 640px) {
  .menu-stick {
    width: 100%; }

  .menu-wrapper.menu-unstuck {
    position: fixed;
    top: 0px;
    z-index: 101; }

  body.home .menu-wrapper.menu-unstuck {
    position: relative;
    top: 230px; }

  .menu-wrapper.menu-stuck .menu-stick .menu {
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out; } }
/* Tablet - landscape */
@media only screen and (min-width: 768px) and (max-width: 1300px) {
  .menu-wrapper.menu-stuck .menu-stick .menu {
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out; } }
/* Tablet - Portrait */
@media only screen and (min-width: 640px) and (max-width: 768px) {
  .menu-wrapper.menu-stuck .menu-stick .menu {
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out; } }
.menu {
  background-color: #113052;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 360px;
  height: 64px;
  line-height: 64px;
  color: #FFFFFF;
  z-index: 1; }

/* Mobile */
@media only screen and (max-width: 640px) {
  .menu {
    position: relative;
    width: 290px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    float: none; } }
/* Tablet - Portrait */
@media only screen and (min-width: 640px) and (max-width: 768px) {
  .menu {
    position: relative;
    margin: 0 auto;
    float: none; } }
.menu a.menutrigger {
  width: 92px;
  height: 64px;
  padding: 0 18px;
  position: absolute;
  top: 0px;
  right: 0px;
  background-image: url(../images/nav-trigger-retina.png);
  background-size: 30px 128px;
  background-position: 85% 0;
  background-repeat: no-repeat;
  color: #FFF;
  font-size: 1.125em; }

.menu a:hover.menutrigger {
  background-position: 85% 100%; }

/* Mobile */
@media only screen and (max-width: 640px) {
  .menu a.menutrigger {
    width: 80px;
    height: 50px;
    font-size: 1em;
    background-position: 85% 8%; }

  .menu a:hover.menutrigger {
    background-position: 85% 90%; } }
.menu input.search {
  background-color: #668285;
  width: 165px;
  height: 32px;
  margin: 16px 0 0 18px;
  padding-right: 0; }

/* Mobile */
@media only screen and (max-width: 640px) {
  .menu input.search {
    width: 130px;
    height: 30px;
    margin: 10px 0 0 10px; } }
.menu input.search-btn {
  background-image: url(../images/input-search.png);
  background-size: 21px 21px;
  background-repeat: no-repeat;
  background-position: 70% center;
  background-color: #668285;
  width: 37px;
  height: 32px;
  text-indent: -9999px; }

/* Mobile */
@media only screen and (max-width: 640px) {
  .menu input.search-btn {
    height: 30px;
    width: 32px;
    background-position: right 6px center; } }
.menu input:hover.search-btn {
  background-color: #e4007d;
  cursor: pointer; }

.menu input:focus {
  -webkit-appearance: none; }

/* Slide out the main nav */
.dropdown-menu-wrapper {
  top: 64px;
  position: absolute; }

/* Mobile */
@media only screen and (max-width: 640px) {
  .dropdown-menu-wrapper {
    top: 50px;
    position: absolute; } }
/********* Menu Horizontal **********/
/* Mobile */
@media only screen and (max-width: 640px) {
  .menu_hor_wrapper {
    display: none; }

  #hcp-message-inner {
    margin-top: 30%; } }
/* Tablet - landscape */
@media only screen and (min-width: 768px) and (max-width: 1300px) {
  .menu_hor_wrapper {
    display: none; } }
/* Tablet - Portrait */
@media only screen and (min-width: 640px) and (max-width: 768px) {
  .menu_hor_wrapper {
    display: none; } }
/* ipad portrait */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .menu-wrapper {
    display: block; }

  .menu_hor_wrapper {
    display: none; } }
/* ipad landscape */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  .menu-wrapper {
    display: block; }

  .menu_hor_wrapper {
    display: none; } }
/* Desktop */
@media only screen and (min-width: 1024px) {
  .menu-wrapper {
    display: none; }

  .menu_hor_wrapper {
    display: block; } }
/* toouch class from modernizr.js */
.touch .menu-wrapper {
  display: block; }

.touch .menu_hor_wrapper {
  display: none; }

.menu_hor_wrapper {
  width: 100%;
  height: 100px;
  position: absolute;
  top: 0;
  right: 0; }

.menu_hor ul {
  text-align: right;
  margin: 54px 0 0 0;
  padding: 0; }

.menu_hor ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative; }

.menu_hor ul li a {
  display: inline-block;
  color: #113052;
  margin: 0;
  padding: 0 0.25em 0 0.5em;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px; }

.menu_hor ul li a.white {
  color: #fff; }

.menu_hor ul li.has_children:hover {
  background: #94ba47; }

.menu_hor ul li.home_link {
  display: none; }

.menu_hor ul li.first a {
  margin-left: 0; }

.menu_hor ul li.has_children a:after {
  content: '';
  width: 0;
  height: 0;
  position: relative;
  top: 0.75em;
  margin-left: 0.25em;
  padding: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #94ba47; }

.menu_hor ul li.has_children:hover a:after {
  border-top: 6px solid #fff; }

.menu_hor.home_hor ul li a {
  color: #fff;
  text-shadow: 1px 1px 3px black; }

.menu_hor ul li.has_children ul li a:after {
  display: none; }

.menu_hor ul li ul.sub_menu_hor {
  display: none;
  position: absolute;
  top: 30px;
  left: 0;
  width: 300px;
  height: auto;
  background: #94ba47;
  text-align: left;
  margin: 0;
  padding: 0; }

.menu_hor ul li.has_children:hover ul {
  display: block; }

.menu_hor ul li ul.sub_menu_hor li {
  float: none;
  display: block;
  margin: 0;
  padding: 0;
  height: 30px;
  width: 100%; }

.menu_hor ul li ul.sub_menu_hor li a {
  display: block;
  height: 30px;
  width: 100%;
  margin: 0;
  padding: 0 0.25em 0 .5em;
  color: #fff;
  background-color: #94ba47;
  border-bottom: 1px solid #113052;
  line-height: 30px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  background-image: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  text-shadow: none !important; }

.menu_hor ul li ul.sub_menu_hor li a:hover {
  background-color: #8cb143; }

/* Cookie Message */
#cookie-message-wrapper {
  position: absolute;
  top: 64px;
  right: 0px;
  z-index: 1; }

/* Mobile */
@media only screen and (max-width: 640px) {
  #cookie-message-wrapper {
    display: none; } }
/* Tablet - Portrait */
@media only screen and (min-width: 640px) and (max-width: 768px) {
  #cookie-message-wrapper {
    width: 100%; } }
/* Desktop */
@media only screen and (min-width: 1024px) {
  #cookie-message-wrapper {
    top: 0px; }

  .touch #cookie-message-wrapper {
    top: 64px; } }
/* touch class overide for wider tablets */
#cookieTerms, .touch #cookieTerms {
  background-color: #e4007d;
  padding: 18px;
  width: 360px;
  font-size: 0.8em;
  padding-right: 100px;
  height: auto;
  color: #FFFFFF;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* Tablet - Portrait */
@media only screen and (min-width: 640px) and (max-width: 768px) {
  #cookieTerms {
    margin: 0 auto;
    position: relative; }

  #cookieTerms p {
    font-size: 0.8em;
    line-height: 1.5em; }

  #cookieTerms h3 {
    margin-bottom: 12px; } }
#cookieTerms p {
  color: #FFFFFF;
  margin-bottom: 0px; }

#cookieTerms h3 {
  font-weight: 300; }

#cookieTerms a.normalized {
  color: #fff;
  border-bottom: 1px dotted #fff; }

#cookieTerms a.normalized:hover {
  border-bottom: none; }

#cookieTerms a.xlink {
  position: absolute;
  right: 0px;
  bottom: 20px; }

#cookieTerms a.xlink:hover {
  background-color: #668285; }

@media only screen and (min-width: 1024px) {
  #cookieTerms {
    background-color: #e4007d;
    padding: 10px 70px 10px 10px;
    width: 640px;
    height: 50px; }

  #cookieTerms a.xlink {
    width: 50px;
    height: 50px;
    background-size: 26px 22px;
    bottom: 0px !important; } }
/* Structure */
#wrapper {
  width: 100%;
  min-width: 1280px;
  height: 100%;
  position: absolute; }

/* Mobile */
@media only screen and (max-width: 640px) {
  #wrapper {
    width: 100%;
    min-width: 100%; } }
/* Tablet - landscape */
@media only screen and (min-width: 768px) and (max-width: 1300px) {
  #wrapper {
    width: 100%;
    min-width: 100%; } }
/* Tablet - Portrait */
@media only screen and (min-width: 640px) and (max-width: 768px) {
  #wrapper {
    width: 100%;
    min-width: 100%; } }
#footer {
  width: 100%;
  background-color: #113052;
  float: left;
  color: #FFF;
  margin-top: 64px; }

/* Mobile */
@media only screen and (max-width: 640px) {
  #footer {
    /*background-color: $mid-blue;*/
    background-image: url(../images/ah-logo-neg.png);
    background-size: auto 40px;
    background-repeat: no-repeat;
    background-position: center 96%;
    padding-bottom: 40px; } }
/* Tablet - Portrait */
@media only screen and (min-width: 640px) and (max-width: 768px) {
  #footer {
    /*background-color: $mid-blue;*/
    background-image: url(../images/ah-logo-neg.png);
    background-size: auto 40px;
    background-repeat: no-repeat;
    background-position: 3% 96%;
    padding-bottom: 40px; } }
#footer .signup {
  position: absolute;
  bottom: 50px;
  left: 0px;
  width: auto;
  height: 70px;
  float: left; }

#footer .signup a {
  font-weight: 300;
  font-size: 2.25em;
  line-height: 70px; }

/* Signup form */
#signup-form {
  width: 580px;
  height: auto;
  background: #94ba47;
  z-index: 2;
  position: absolute;
  bottom: 0px;
  left: -20px;
  padding: 20px 20px 0 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* Mobile */
@media only screen and (max-width: 640px) {
  #signup-form {
    display: none; }

  .signup {
    display: none; } }
/* Tablet - Portrait */
@media only screen and (min-width: 640px) and (max-width: 768px) {
  #signup-form {
    display: none; }

  .signup {
    display: none; } }
#signup-form h2 {
  margin-bottom: 25px;
  color: #FFF; }

#signup-form div {
  width: 500px;
  margin-bottom: 20px;
  height: 48px;
  line-height: 48px; }

#signup-form div label {
  width: 105px;
  font-size: 22px;
  float: left; }

#signup-form div input.text {
  height: 48px;
  width: 375px; }

#signup-form .submit {
  height: 64px;
  margin-bottom: 0px;
  float: left;
  position: relative; }

#signup-form .submit input.submit-btn {
  background-color: #0099cc;
  cursor: pointer;
  position: absolute;
  right: 0px; }

#signup-form .submit input.submit-btn:hover {
  background-color: #e4007d; }

#footer .ah-logo {
  position: absolute;
  bottom: 55px;
  right: 0px;
  background-image: url(../images/ah-logo-neg.png);
  background-size: 332px 60px;
  width: 332px;
  height: 60px;
  text-indent: -9999px; }

/* Mobile */
@media only screen and (max-width: 640px) {
  #footer .ah-logo {
    display: none; } }
/* Tablet - Portrait */
@media only screen and (min-width: 640px) and (max-width: 768px) {
  #footer .ah-logo {
    display: none; } }
#footer h4 {
  font-weight: 300;
  margin-bottom: 12px;
  color: #fff; }

#footer .footer-inner {
  width: 1160px;
  margin: 0 auto;
  position: relative;
  padding: 40px 0 150px; }

/* Mobile */
@media only screen and (max-width: 640px) {
  #footer .footer-inner {
    width: 94%;
    /*line-height: 50px;*/
    padding: 20px 3%;
    /*height: 50px;*/ } }
/* Tablet - landscape */
@media only screen and (min-width: 768px) and (max-width: 1300px) {
  #footer .footer-inner {
    width: 940px; } }
/* Tablet - Portrait */
@media only screen and (min-width: 640px) and (max-width: 768px) {
  #footer .footer-inner {
    width: 94%;
    /*line-height: 50px;*/
    padding: 20px 3%;
    /*height: 50px;*/ } }
#footer .footer-inner ul li {
  background-image: none;
  padding-left: 0px;
  margin-bottom: 0.5em; }

#footer .footer-inner ul li a, #footer .footer-inner p {
  font-weight: 300;
  color: #8997a2; }

#footer .footer-inner ul li a:hover {
  color: #94ba47; }

/* Social footer links */
.social-links {
  height: 64px;
  width: auto;
  position: absolute;
  top: -64px;
  right: 0px; }

.social-links ul {
  width: 192px;
  float: left; }

/* Mobile */
@media only screen and (max-width: 640px) {
  .social-links {
    left: 64px; } }
.social-links ul li {
  float: left;
  width: 64px;
  height: 64px; }

.social-links ul li a {
  display: block;
  width: 64px;
  height: 64px;
  background-image: url(../images/social.png);
  background-size: 192px 64px;
  text-indent: -9999px; }

.social-links ul li.linkedin a {
  background-color: #0099cc;
  background-position: 0px 0px; }

.social-links ul li.twitter a {
  background-color: #668285;
  background-position: -64px 0px; }

.social-links ul li.facebook a {
  background-color: #94ba47;
  background-position: -128px 0px; }

.social-links ul li a:hover {
  background-color: #e4007d; }

#footer .footer-inner .links-group {
  margin-right: 2%;
  width: 18%;
  height: auto;
  float: left; }

/* Mobile */
@media only screen and (max-width: 640px) {
  #footer .footer-inner .links-group {
    /*display: none;*/
    width: auto !important;
    margin-bottom: 20px; } }
/* Tablet - Portrait */
@media only screen and (min-width: 640px) and (max-width: 768px) {
  #footer .footer-inner .links-group {
    width: auto !important;
    /*display: none;*/ } }
#footer .footer-inner .links-group.address {
  width: 20%;
  margin-right: 0px;
  float: right; }

@media only screen and (max-width: 768px) {
  #footer .footer-inner .links-group.address {
    float: left; } }
#absolute-footer {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: #4a7696;
  float: left;
  color: #113052; }

/* Mobile */
@media only screen and (max-width: 640px) {
  #absolute-footer {
    /*display: none;*/
    width: 94%;
    padding: 3%;
    height: auto;
    line-height: normal;
    text-align: center; } }
/* Tablet - Portrait */
@media only screen and (min-width: 640px) and (max-width: 768px) {
  #absolute-footer {
    /*display: none;*/
    width: 100%; } }
#absolute-footer .absolute-footer-inner {
  width: 1160px;
  margin: 0 auto;
  position: relative;
  font-size: 0.875em;
  font-weight: 500; }

/* Mobile */
@media only screen and (max-width: 640px) {
  #absolute-footer .absolute-footer-inner {
    width: 100%; } }
/* Tablet - landscape */
@media only screen and (min-width: 768px) and (max-width: 1300px) {
  #absolute-footer .absolute-footer-inner {
    width: 940px; } }
/* Tablet - Portrait */
@media only screen and (min-width: 640px) and (max-width: 768px) {
  #absolute-footer .absolute-footer-inner {
    width: 97%;
    padding-left: 3%; } }
#absolute-footer a, #absolute-footer a:visited, #absolute-footer a:hover {
  color: #113052;
  text-decoration: none; }

.legal-links {
  float: right;
  width: auto; }

.legal-links ul {
  margin: 0;
  text-align: right; }

.legal-links ul li {
  display: inline-block;
  margin-left: 20px;
  list-style: none; }

/* Mobile */
@media only screen and (max-width: 640px) {
  .legal-links {
    float: none;
    width: 100%; }

  .legal-links ul {
    margin: 10px;
    text-align: center; }

  .legal-links ul li {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    list-style: none; } }
/* Hero */
#hero {
  float: left;
  width: 100%;
  height: 100%;
  min-height: 600px;
  background-image: url(../images/ah-bg-image.jpg);
  background-size: cover;
  display: table; }

/* Mobile */
@media only screen and (max-width: 640px) {
  #hero {
    width: 100%;
    height: 235px;
    padding-top: 20px;
    min-height: 235px;
    overflow: hidden; } }
/* Tablet - Portrait */
@media only screen and (min-width: 640px) and (max-width: 768px) {
  #hero {
    width: 100%;
    height: 500px;
    min-height: 500px;
    padding-top: 80px;
    overflow: hidden; } }
#hero .hero-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 100px; }

/* Mobile */
@media only screen and (max-width: 640px) {
  #hero .hero-inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0 15px; } }
/* Tablet - Portrait */
@media only screen and (min-width: 640px) and (max-width: 768px) {
  #hero .hero-inner {
    padding: 0 50px; } }
#hero .hero-inner h1 {
  font-size: 3em;
  color: #FFFFFF;
  position: relative;
  text-align: center;
  width: 100%;
  text-shadow: 0 0 10px #000000; }

/* Mobile */
@media only screen and (max-width: 640px) {
  #hero .hero-inner h1 {
    font-size: 1.5em; }

  #hero h1 {
    line-height: 28px;
    text-shadow: 0 0 5px #000000; }

  #hero h1 span {
    color: #fff !important; } }
#hero h1.off {
  display: none; }

#content-wrap {
  width: 100%;
  margin: 0 auto 64px auto;
  position: relative;
  float: left; }

body.home #content-wrap {
  top: -64px;
  margin: 0 auto; }

/* Mobile */
@media only screen and (max-width: 640px) {
  body.home #content-wrap {
    top: 25px;
    margin: 0 auto 100px auto; } }
.content {
  width: 1160px;
  margin: 0 auto;
  background-color: none; }

/* Mobile */
@media only screen and (max-width: 640px) {
  .content {
    width: 100%; } }
/* Tablet - landscape */
@media only screen and (min-width: 768px) and (max-width: 1300px) {
  .content {
    width: 940px; } }
/* Tablet - Portrait */
@media only screen and (min-width: 640px) and (max-width: 768px) {
  .content {
    width: 100%; } }
.content.links {
  width: 1160px;
  height: 64px;
  position: relative; }

.hide-desktop {
  display: none; }

/* Tablet - landscape */
@media only screen and (min-width: 768px) and (max-width: 1300px) {
  .content.links {
    width: 940px; } }
/* Tablet - Portrait */
@media only screen and (min-width: 640px) and (max-width: 768px) {
  .content.links {
    display: none; }

  .hide-desktop {
    display: inline; } }
/* Mobile */
@media only screen and (max-width: 640px) {
  .content.links {
    display: none; }

  .hide-desktop {
    display: inline; } }
.content.links .half {
  float: left;
  width: 50%;
  height: 64px;
  position: relative; }

.content.links .half a {
  position: absolute;
  right: 0px; }

.introduction {
  width: 100%;
  margin: 20px 0 0 0; }

/* Mobile */
@media only screen and (max-width: 640px) {
  .introduction img {
    max-width: 100%; } }
/* Tablet - Portrait */
@media only screen and (min-width: 640px) and (max-width: 768px) {
  .introduction img {
    max-width: 100%; } }
.introduction p {
  margin-bottom: 0px; }

.introduction p img {
  max-width: 100%; }

.introduction ul {
  margin-top: 10px; }

.content:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.content.first {
  margin-top: 0; }

/* Center first block */
.content.first .title.text-center {
  text-align: center; }

.product-image {
  width: 100%;
  height: 420px;
  overflow: hidden;
  margin-top: 10px;
  float: left; }

div.half {
  position: relative;
  float: left;
  width: 580px; }

/* Mobile */
@media only screen and (max-width: 640px) {
  div.half {
    width: 100%; } }
/* Tablet - landscape */
@media only screen and (min-width: 768px) and (max-width: 1300px) {
  div.half {
    width: 50%; } }
/* Tablet - Portrait */
@media only screen and (min-width: 640px) and (max-width: 768px) {
  div.half {
    width: 100%; } }
.content-break div.half p {
  color: #FFF; }

.content-break-inner div.half.image p {
  margin-bottom: 0; }

div.image {
  position: relative;
  width: 580px; }

/* Mobile */
@media only screen and (max-width: 640px) {
  div.image {
    width: 100%; } }
/* Tablet - landscape */
@media only screen and (min-width: 768px) and (max-width: 1300px) {
  div.image {
    width: 50%; } }
/* Tablet - Portrait */
@media only screen and (min-width: 640px) and (max-width: 768px) {
  div.image {
    width: 100%; } }
div.image img, div.half img {
  position: relative;
  width: auto; }

/* Mobile */
@media only screen and (max-width: 640px) {
  div.image img, div.half img {
    width: 100%; } }
/* Tablet - landscape */
@media only screen and (min-width: 768px) and (max-width: 1300px) {
  div.image img, div.half img {
    width: auto; } }
/* Tablet - Portrait */
@media only screen and (min-width: 640px) and (max-width: 768px) {
  div.image img, div.half img {
    width: 100%; } }
/* Video iFrame */
/* Tablet - Portrait */
@media only screen and (min-width: 640px) and (max-width: 768px) {
  .content iframe {
    width: 100%;
    height: 360px; } }
div.copy {
  padding: 40px 40px 40px 40px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* Images within copy */
.content-break-inner div.copy img {
  margin: 0 20px 15px 0;
  width: auto;
  /*width: 100%;*/ }

/* Mobile */
@media only screen and (max-width: 640px) {
  .content-break-inner div.copy img {
    margin: 0 0 15px 0;
    width: 100% !important;
    height: auto !important; } }
div.copy.no-gap {
  padding-bottom: 0px; }

/* Mobile */
@media only screen and (max-width: 640px) {
  div.copy, div.copy.no-gap {
    padding: 20px 30px 60px 30px; } }
/* Tablet - Portrait */
@media only screen and (min-width: 640px) and (max-width: 768px) {
  div.copy, div.copy.no-gap {
    padding: 40px 40px 60px 40px; } }
/* Mobile */
@media only screen and (max-width: 640px) {
  .content .copy:first-child {
    padding: 8% 3% 60px 3%;
    float: left; } }
div.half.copy.group {
  padding-top: 0; }

div.title {
  position: relative;
  float: left;
  width: 1160px;
  padding-bottom: 40px; }

.news_page .title {
  padding-bottom: 40px; }

/* Mobile */
@media only screen and (max-width: 640px) {
  div.title {
    width: 100%; } }
/* Tablet - landscape */
@media only screen and (min-width: 768px) and (max-width: 1300px) {
  div.title {
    width: 940px; } }
/* Tablet - Portrait */
@media only screen and (min-width: 640px) and (max-width: 768px) {
  div.title {
    width: 100%; } }
.article div.title {
  padding-top: 60px;
  padding-bottom: 0px;
  margin-bottom: -40px; }

span.site-section {
  position: absolute;
  top: 0px;
  font-family: "museo", serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1em;
  font-weight: 300;
  font-size: 1.5em;
  color: #668285; }

/* Content Break */
.content-break {
  width: 100%;
  margin: 0 auto;
  background-color: #4a7696; }

.article-bar {
  width: 100%;
  margin: 40px auto 60px auto;
  height: 40px;
  background-color: #113052;
  position: relative; }

.article-bar-inner {
  width: 1080px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative; }

/* Mobile */
@media only screen and (max-width: 640px) {
  .article-bar {
    margin: 0px auto 20px auto; }

  .article-bar-inner {
    width: 94%;
    padding-left: 3%;
    padding-right: 3%; } }
/* Tablet - landscape */
@media only screen and (min-width: 768px) and (max-width: 1300px) {
  .article-bar-inner {
    width: 860px; } }
.article-bar-inner p {
  font-size: 1.125em;
  line-height: 40px;
  margin: 0px;
  color: #b3b3b3; }

.content-news {
  width: 100%;
  margin: 40px auto 0 auto;
  height: 480px;
  background-color: #113052;
  position: relative; }

.content-news .content-break-inner div.copy p {
  font-size: 1.5em;
  font-weight: 300;
  color: #94ba47; }

.content-news .content-break-inner div.copy span.date {
  font-weight: 300;
  color: #b3b3b3;
  font-weight: 500;
  font-size: 1.125em;
  margin-bottom: 1em;
  display: inline-block; }

.content-news .content-break-inner {
  height: 480px; }

/* Mobile */
@media only screen and (max-width: 640px) {
  .content-news .content-break-inner {
    height: auto; } }
.content-news a.featurelink, .content-news a.prevlink {
  position: absolute; }

a.previous-article {
  left: 0px;
  bottom: 0px; }

a.next-article {
  right: 0px;
  bottom: 0px;
  background-color: #94ba47; }

.content-news div.copy {
  padding: 60px 40px 60px 40px; }

#news-author {
  position: absolute;
  top: -64px;
  width: auto;
  height: 64px;
  line-height: 64px;
  color: #b3b3b3;
  z-index: 0;
  font-size: 1.5em;
  font-weight: 500; }

#news-archive {
  position: absolute;
  top: -64px;
  right: 0px;
  background-color: #94ba47;
  width: 342px;
  height: 64px;
  line-height: 64px;
  color: #FFFFFF;
  z-index: 0;
  font-size: 1.5em;
  font-weight: 500;
  padding-left: 18px;
  background-image: url(../images/arrow-down.png);
  background-size: 21px 25px;
  background-repeat: no-repeat;
  background-position: right 22px center; }

/* Mobile */
@media only screen and (max-width: 640px) {
  #news-archive {
    display: none; } }
#news-list-group {
  width: 1160px;
  margin: 0 auto 60px auto;
  position: relative; }

/* Mobile */
@media only screen and (max-width: 640px) {
  #news-list-group {
    width: 94%;
    padding: 3%; } }
/* Tablet - landscape */
@media only screen and (min-width: 768px) and (max-width: 1300px) {
  #news-list-group {
    width: 860px; } }
#news-list-group:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.news-list {
  float: left;
  width: 700px;
  margin-left: 40px; }

/* Mobile */
@media only screen and (max-width: 640px) {
  .news-list {
    float: left;
    width: 100%;
    margin-left: 0px; } }
/* Tablet - landscape */
@media only screen and (min-width: 768px) and (max-width: 1300px) {
  .news-list {
    float: left;
    width: 520px;
    margin-left: 0px; } }
.news-list .news-article {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  border-bottom: 1px solid #113052; }

.news-list .news-article .preview {
  margin-bottom: 1.3em; }

.news-list .news-article .preview .thumb {
  display: block;
  float: left;
  width: 50%;
  min-height: 150px;
  margin: 0px 16px 0px 0px; }

.news-list .news-article h2 a {
  color: #0099cc;
  font-weight: 300; }

.news-list .news-article h2 a:hover {
  color: #4d4d4d; }

.news-list .news-article span.date {
  font-weight: 300;
  color: #b3b3b3;
  font-weight: 500;
  font-size: 1.125em;
  margin-bottom: 1em;
  display: inline-block; }

.news-list .news-article div.preview p {
  margin: 0px; }

.article-link {
  width: 100%;
  float: left;
  height: 64px; }

.article-link a {
  float: right;
  height: 64px;
  width: 64px;
  background-image: url(../images/news-link.png);
  background-size: 64px 64px;
  text-indent: -9999px; }

.news-categories {
  float: right;
  width: 360px; }

/* Mobile */
@media only screen and (max-width: 640px) {
  .news-categories {
    float: none;
    width: 100%; } }
/* Tablet - landscape */
@media only screen and (min-width: 768px) and (max-width: 1300px) {
  .news-categories {
    float: right;
    width: 300px; } }
.news-categories h3 {
  font-weight: 300;
  color: #0099cc; }

.news-categories ul {
  margin-bottom: 2em; }

.news-categories ul li {
  margin-left: 0px;
  padding-left: 30px;
  margin-bottom: 0.5em;
  background-image: url(../images/bullet-square.gif);
  background-repeat: no-repeat;
  background-position-x: 7px;
  background-position-y: 5px;
  color: #4d4d4d;
  font-weight: 300; }

.widget {
  clear: both; }

/* Share links */
.share-links {
  height: 64px;
  width: 100%;
  position: relative;
  clear: both; }

.share-links ul {
  width: 192px;
  float: left; }

/* Mobile */
@media only screen and (max-width: 640px) {
  .share-links {
    /*left: 64px;*/ } }
.share-links ul li {
  float: left;
  width: 64px;
  height: 64px;
  background: none;
  padding-left: 0; }

.share-links ul li a {
  display: block;
  width: 64px;
  height: 64px;
  background-image: url(../images/share.png);
  background-size: 192px 64px;
  text-indent: -9999px; }

.share-links ul li.linkedin a {
  background-color: #0099cc;
  background-position: 0px 0px; }

.share-links ul li.twitter a {
  background-color: #668285;
  background-position: -64px 0px; }

.share-links ul li.facebook a {
  background-color: #94ba47;
  background-position: -128px 0px; }

.share-links ul li a:hover {
  background-color: #e4007d; }

.content-break.dark {
  background-color: #113052; }

.content-break .half {
  /*height: 320px;*/
  min-height: 320px;
  overflow: hidden; }

/* Mobile */
@media only screen and (max-width: 640px) {
  .content-break .half {
    height: auto;
    min-height: 160px; } }
/* Tablet - Portrait */
@media only screen and (min-width: 640px) and (max-width: 768px) {
  .content-break .half {
    height: auto;
    min-height: 160px; } }
/* Tablet - landscape */
@media only screen and (min-width: 768px) and (max-width: 1300px) {
  .content-break .half {
    height: auto;
    /*min-height: 259px;*/
    /*height:259px;*/ } }
.content-break h2 {
  margin-bottom: 12px; }

.content-break h4 {
  margin-bottom: 18px; }

.content-break .half.left {
  height: 320px; }

.content-break-inner {
  width: 1160px;
  margin: 0 auto;
  position: relative; }

/* Mobile */
@media only screen and (max-width: 640px) {
  .content-break-inner {
    width: 100%; } }
/* Tablet - landscape */
@media only screen and (min-width: 768px) and (max-width: 1300px) {
  .content-break-inner {
    width: 940px; } }
/* Tablet - Portrait */
@media only screen and (min-width: 640px) and (max-width: 768px) {
  .content-break-inner {
    width: 100%; } }
.content-break-inner div.copy p {
  color: #FFF; }

/* Mobile */
@media only screen and (max-width: 640px) {
  .content-break-inner div.copy:first-child {
    padding: 30px 30px 0px 30px;
    /* no padding bottom on stacked blocks */ } }
.content-break h4 {
  color: #FFF; }

.content-break.dark h4 {
  color: #b3b3b3; }

/* Content Break Mid Blue */
div.mid-blue {
  color: #94ba47; }

/* Content Break Green */
div.green h2 {
  color: #94ba47; }

/* Content Break Blue */
div.blue h2 {
  color: #94ba47; }

/* Content Dark Break Blue */
div.dark-blue h2 {
  color: #113052; }

.content-break-inner div img {
  /*float: left;*/
  position: relative; }

.content-break-inner div a.featurelink {
  position: absolute;
  bottom: 0px;
  right: 0px; }

/* Features */
.features {
  width: 1200px;
  margin-left: -20px; }

/* Mobile */
@media only screen and (max-width: 640px) {
  .features {
    width: 100%;
    margin-left: 0; } }
/* Tablet - landscape */
@media only screen and (min-width: 768px) and (max-width: 1300px) {
  .features {
    width: 960px;
    margin-left: -10px; } }
/* Tablet - Portrait */
@media only screen and (min-width: 640px) and (max-width: 768px) {
  .features {
    width: 100%;
    margin-left: 0px; } }
.features .feature {
  float: left;
  width: 360px;
  margin: 0 20px; }

/* Mobile */
@media only screen and (max-width: 640px) {
  .features .feature {
    width: 290px;
    margin: 0 auto;
    float: none; } }
/* Tablet - landscape */
@media only screen and (min-width: 768px) and (max-width: 1300px) {
  .features .feature {
    width: 300px;
    margin: 0 10px;
    float: left; } }
/* Tablet - Portrait */
@media only screen and (min-width: 640px) and (max-width: 768px) {
  .features .feature {
    width: 30%;
    margin: 0 2% 0 0;
    float: left; }

  .features .feature.welcome {
    margin-left: 3%; } }
.features .feature .inner {
  width: 100%; }

.feature .inner a {
  height: 64px;
  line-height: 64px;
  width: 100%;
  float: left;
  padding: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url(../images/arrow-right.png);
  background-size: 25px 21px;
  background-repeat: no-repeat;
  /*background-position: right 22px top 18px;*/
  background-position: 94% center; }

/* Mobile */
@media only screen and (max-width: 640px) {
  .feature .inner a {
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    /*background-position: right 22px top 14px;*/
    background-position: right 22px top 14px; }

  .feature .inner a h3 {
    line-height: 50px; } }
.feature .feature-text {
  padding: 5px 20px;
  height: 135px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left; }

/* Tablet - landscape */
@media only screen and (min-width: 768px) and (max-width: 1300px) {
  .feature .feature-text {
    height: 170px; } }
.feature .feature-image {
  height: 190px;
  width: 100%;
  float: left; }

/* Mobile */
@media only screen and (max-width: 640px) {
  .feature .feature-text {
    display: none; }

  .feature .feature-image {
    display: none; } }
/* Tablet - Portrait */
@media only screen and (min-width: 640px) and (max-width: 768px) {
  .feature .feature-text {
    height: 200px; }

  .feature .feature-image {
    height: auto; }

  .feature .feature-image img {
    width: 100%;
    float: left; } }
/* Tablet - landscape */
@media only screen and (min-width: 768px) and (max-width: 1300px) {
  .feature .feature-image {
    height: auto; }

  .feature .feature-image img {
    width: 100%;
    float: left; } }
.features .feature .inner p, .features .feature .inner h3 {
  color: #FFFFFF; }

.features .feature {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.features .feature:hover {
  margin-top: -60px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

/*.features .feature .inner a.nudge {
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.features .feature .inner a.nudge:hover {
    -webkit-transform: translateY(-20px); 
    -moz-transform: translateY(-20px); 
    -ms-transform: translateY(-20px); 
    -o-transform: translateY(-20px); 
    transform: translateY(-20px); 
}*/
/* Mobile */
@media only screen and (max-width: 640px) {
  .features .feature:hover {
    margin-top: 0px; }

  	/*.features .feature .inner a.nudge:hover {
      -webkit-transform: translateY(0px); 
      -moz-transform: translateY(0px); 
      -ms-transform: translateY(0px); 
      -o-transform: translateY(0px); 
      transform: translateY(0px); 
  	}*/ }
/* Tablet - Portrait */
@media only screen and (min-width: 640px) and (max-width: 768px) {
  .features .feature:hover {
    margin-top: 0px; }

  	/*.features .feature .inner a.nudge:hover {
      -webkit-transform: translateY(0px); 
      -moz-transform: translateY(0px); 
      -ms-transform: translateY(0px); 
      -o-transform: translateY(0px); 
      transform: translateY(0px); 
  	}*/ }
.features .feature.welcome, .feature.welcome .inner a {
  background-color: #0099cc; }

.features .feature.products, .feature.products .inner a {
  background-color: #668285; }

.features .feature.news, .feature.news .inner a {
  background-color: #94ba47; }

div.block {
  margin: 1em 0; }

div.bodycopy1 {
  font-weight: 100; }

div.bodycopy2 {
  font-weight: 500; }

div.bodycopy3 {
  font-weight: 300;
  font-size: 1.75em;
  line-height: 1.1em;
  color: #94ba47; }

div.blockquote {
  /*font-weight: 300;
  font-size: 2.25em;
  line-height: 1.33em;
  text-align: center;*/
  color: #668285;
  padding: 90px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* Mobile */
@media only screen and (max-width: 640px) {
  div.blockquote {
    /*font-weight: 300;
    font-size: 1.125em;
    line-height: 1.125em;
    text-align: center;*/
    color: #668285;
    padding: 45px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; } }
/* Tablet - Portrait */
@media only screen and (min-width: 640px) and (max-width: 768px) {
  div.blockquote {
    /*font-weight: 300;
    font-size: 1.5em;
    line-height: 1.5em;
    text-align: center;*/
    color: #668285;
    padding: 45px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; } }
div.blockquote p {
  margin: 0;
  font-weight: 300;
  color: #668285; }

/* Form Styling */
input {
  background-color: #668285;
  height: 32px;
  padding: 0 10px;
  border: 0px;
  -webkit-appearance: none;
  outline: none;
  color: #FFFFFF;
  font-size: 1.125em;
  font-family: "museo", serif;
  font-weight: 500; }

::-webkit-input-placeholder {
  color: #9eadaf; }

::-moz-placeholder {
  color: #9eadaf; }

/* firefox 19+ */
:-ms-input-placeholder {
  color: #9eadaf; }

/* ie */
input:-moz-placeholder {
  color: #9eadaf; }

/* Contact Form */
.contact-form input, .contact-form textarea {
  background-color: #668285;
  height: 32px;
  padding: 0 10px;
  border: 0px;
  -webkit-appearance: none;
  outline: none;
  color: #fff;
  font-size: 1.125em;
  font-family: "museo", serif;
  font-weight: 500;
  width: 94%;
  margin-bottom: 1em; }

.contact-form input:focus, .contact-form textarea:focus {
  background-color: #b3b3b3; }

/* Mobile */
.contact-form textarea {
  height: 100px;
  padding: 10px;
  -webkit-appearance: none;
  border-radius: 0; }

.contact-form input[type="submit"] {
  width: 94%;
  color: #fff;
  cursor: pointer;
  height: 64px;
  text-align: left;
  padding-left: 20px;
  background-color: #94ba47;
  background-image: url(../images/arrow-right.png);
  background-size: 25px 21px;
  background-repeat: no-repeat;
  /*background-position: right 22px top 18px;*/
  background-position: 94% center; }

/* Tablet - Portrait */
@media only screen and (min-width: 640px) and (max-width: 768px) {
  .contact-form input[type="submit"] {
    width: 97%; } }
.contact-form input[type="submit"]:hover {
  background-color: #e4007d; }

.contact-form select {
  background-color: #668285;
  color: #fff;
  width: 94%;
  font-size: 1.125em;
  font-family: "museo", serif;
  font-weight: 500; }

.error {
  color: #e4007d; }

/* Cookie style message */
#hcp-message {
  display: block;
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: #113052;
  z-index: 10; }

#hcp-message-inner {
  display: block;
  background-color: #113052;
  margin: 10% auto;
  width: 60%;
  height: auto;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 2%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  z-index: 11; }

#hcp-message-inner .widget {
  float: left; }

#hcp-message p {
  float: left;
  margin: 0px;
  color: #FFF; }

#hcp-message h3 {
  color: #FFF; }

#hcp-message a {
  cursor: pointer;
  margin-top: 2rem;
  margin-right: 15px; }

#hcp-message p a {
  float: none;
  margin: 0; }

/* Disclaimer style message */
#disclaimer-box {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: #113052;
  z-index: 33; }

#disclaimer-box-inner {
  display: block;
  background-color: #113052;
  margin: 10% auto;
  width: 60%;
  height: auto;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 2%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  z-index: 11; }

#disclaimer-box p {
  float: left;
  margin: 0px;
  color: #FFF;
  width: 90%; }

#disclaimer-box h3 {
  color: #FFF; }

#disclaimer-box a {
  cursor: pointer;
  margin-top: 20px;
  margin-right: 15px; }

#disclaimer-box p a {
  float: none;
  margin: 0; }

#disclaimer-box div.copy {
  padding: 0;
  width: 100%;
  height: 400px;
  overflow: auto; }

p a.featurelink.disclaimerok {
  position: relative; }

#disclaimer-box p a.disclaimerok {
  margin-top: 20px;
  width: 65px; }

@media only screen and (max-width: 1024px) {
  #disclaimer-box-inner {
    width: 93%; }

  #hcp-message-inner {
    width: 93%; } }
@media only screen and (max-width: 640px) {
  #hcp-message p {
    padding: 1rem; }

  #hcp-message-inner {
    width: 100%; }

  #hcp-message-inner {
    margin-top: 40%; }

  #disclaimer-box-inner {
    margin-top: 40%; }

  html body {
    overflow: auto;
    height: auto; }

  #disclaimer-box div.copy {
    height: 150px; }

  #hcp-message-inner .widget {
    height: 170px;
    overflow: auto; } }
#wrapper.positionrel {
  position: relative; }

#disclaim-new p, #disclaim-new h3 {
  color: #fff; }

#firstModal .menu_hor ul li a {
  color: #fff; }

#disclaim-new {
  margin: 0 10px; }
