/*
Theme Name: New Bondway Theme
Author: Grain Creative
Author URI: http://www.graincreative.com
Description: The main New Bondway WordPress theme
Version: 1.0
*/
/* normalize.css v1.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.75em;
  margin: 2.33em 0; }

/*
 * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/*
 * Addresses margins set differently in IE 6/7.
 */
p {
  margin: 1em 0; }

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE 6/7.
 */
dl,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/*
 * Addresses paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */ }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/*
 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

html,
button,
input,
select,
textarea {
  color: #222; }

body {
  font-size: 1em;
  line-height: 1.4; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

img {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

/* @font-face */
@font-face {
  font-family: "MotivaSans-Regular";
  src: url('/wp-content/themes/newbondway/fonts/MotivaSans-Regular.eot');
  src: url('/wp-content/themes/newbondway/fonts/MotivaSans-Regular.eot?#iefix') format('eot'), url('/wp-content/themes/newbondway/fonts/MotivaSans-Regular.woff') format('woff'), url('/wp-content/themes/newbondway/fonts/MotivaSans-Regular.ttf') format('truetype'), url('/wp-content/themes/newbondway/fonts/MotivaSans-Regular.svg#MotivaSans-Regular') format('svg'); }

@font-face {
  font-family: "MotivaSans-Light";
  src: url('/wp-content/themes/newbondway/fonts/MotivaSans-Light.eot');
  src: url('/wp-content/themes/newbondway/fonts/MotivaSans-Light.eot?#iefix') format('eot'), url('/wp-content/themes/newbondway/fonts/MotivaSans-Light.woff') format('woff'), url('/wp-content/themes/newbondway/fonts/MotivaSans-Light.ttf') format('truetype'), url('/wp-content/themes/newbondway/fonts/MotivaSans-Light.svg#MotivaSans-Light') format('svg'); }

@font-face {
  font-family: "MotivaSans-Bold";
  src: url('/wp-content/themes/newbondway/fonts/MotivaSans-Bold.eot');
  src: url('/wp-content/themes/newbondway/fonts/MotivaSans-Bold.eot?#iefix') format('eot'), url('/wp-content/themes/newbondway/fonts/MotivaSans-Bold.woff') format('woff'), url('/wp-content/themes/newbondway/fonts/MotivaSans-Bold.ttf') format('truetype'), url('/wp-content/themes/newbondway/fonts/MotivaSans-Bold.svg#MotivaSans-Bold') format('svg'); }

@font-face {
  font-family: "Walkway-Black-Regular";
  src: url('/wp-content/themes/newbondway/fonts/Walkway_Black-webfont.eot');
  src: url('/wp-content/themes/newbondway/fonts/Walkway_Black-webfont.eot?#iefix') format('eot'), url('/wp-content/themes/newbondway/fonts/Walkway_Black-webfont.woff') format('woff'), url('/wp-content/themes/newbondway/fonts/Walkway_Black-webfont.ttf') format('truetype'), url('/wp-content/themes/newbondway/fonts/Walkway_Black-webfont.svg#Walkway-Black-Regular') format('svg'); }

/* Colours */
/* Base Font */
/* General */
h2 {
  color: white;
  font-family: "MotivaSans-Light", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 27px;
  line-height: 32px;
  margin: 0 0 12px; }

h3 {
  color: white;
  font-family: "MotivaSans-Bold", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  margin: 0 0 12px; }

h4 {
  font-family: "MotivaSans-Regular", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  margin: 24px 0 12px; }

p,
ol,
ul {
  font-size: 12px;
  line-height: 16px;
  margin: 0 0 12px; }

h4 {
  text-transform: uppercase;
  font-weight: normal;
  margin: 24px 0 12px; }

ul {
  list-style-position: outside;
  list-style-type: disc;
  padding-left: 20px; }

ol {
  list-style-position: outside;
  list-style-type: decimal;
  padding-left: 20px; }

ul.nobullet {
  list-style-type: none;
  padding: 0; }

strong,
b {
  font-family: "MotivaSans-Regular", Helvetica, Arial, sans-serif;
  font-weight: normal; }

em {
  text-transform: uppercase;
  font-style: normal; }

i,
q {
  font-style: italic; }

a {
  color: white;
  text-decoration: underline; }
  a:visited {
    color: white; }
  a:focus {
    color: #cccccc; }
  a:hover {
    color: #cccccc; }
  a:active {
    color: white; }
  a.hidden_link {
    text-decoration: none; }

/* General */
body {
  color: white;
  font-size: 12px;
  line-height: 15px;
  font-family: "MotivaSans-Light", Helvetica, Arial, sans-serif;
  font-weight: normal;
  -webkit-overflow-scrolling: auto; }

.wrapper {
  margin: 0 auto;
  width: 960px;
  position: relative; }

/* Header */
header {
  background: #7c6a54;
  width: 100%;
  z-index: 10000; }
  header #header {
    height: 305px; }
    header #header #logo,
    header #header #building_logo {
      position: absolute;
      bottom: 69px;
      left: 50%;
      margin: 0 0 0 -81px; }
    header #header #logo {
      width: 161px;
      height: 31px; }
      header #header #logo a {
        border: none;
        text-indent: -9999px;
        outline: none;
        display: block;
        background: url(images/new_bondway_logo@2x.png) no-repeat 0 0;
        background-size: 161px 31px;
        width: 161px;
        height: 31px; }
        header #header #logo a:active, header #header #logo a:focus {
          outline: none; }
    header #header #building_logo {
      bottom: 106px;
      margin-left: -30px; }
  header nav {
    background: white;
    position: relative; }

/* Menus */
#menu-main-navigation {
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
  background: white;
  height: 37px;
  width: 768px;
  position: relative; }
  #menu-main-navigation li {
    float: left;
    position: relative;
    z-index: 20; }
    #menu-main-navigation li.home, #menu-main-navigation li.team {
      width: 128px; }
    #menu-main-navigation li.area {
      width: 113px; }
    #menu-main-navigation li.proposal {
      width: 157px; }
    #menu-main-navigation li.faqs {
      width: 117px; }
    #menu-main-navigation li.news {
      width: 125px; }
    #menu-main-navigation li#magic-bg {
      background: #7c6a54;
      height: 37px;
      position: absolute;
      top: 0;
      z-index: 1; }
    #menu-main-navigation li.active a {
      color: white; }
    #menu-main-navigation li a {
      color: #7c6a54;
      display: block;
      height: 37px;
      font-family: "Walkway-Black-Regular", Helvetica, Arial, sans-serif;
      font-size: 15px;
      letter-spacing: 0.05em;
      line-height: 39px;
      text-align: center;
      text-decoration: none;
      outline: none; }
      #menu-main-navigation li a:hover {
        background: #7c6a54;
        color: white; }

#mobile_nav_toggle {
  display: none; }

/* Content */
#content {
  padding: 0 0 66px; }
  #content .bgimage {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    height: 512px;
    position: relative; }
    #content .bgimage p {
      background: #7c6a54;
      font-family: "MotivaSans-Regular", Helvetica, Arial, sans-serif;
      line-height: 26px;
      height: 26px;
      padding: 0 10px;
      margin: 0;
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 100; }
  #content .content {
    background: #7c6a54;
    padding: 44px 0 32px; }
    #content .content .wrapper {
      width: 512px; }
    #content .content ul {
      list-style: none;
      padding-left: 0; }
      #content .content ul li {
        margin-bottom: 8px; }
      #content .content ul.list li:before {
        content: "- "; }
      #content .content ul.consultants, #content .content ul.teamsections {
        overflow: hidden; }
        #content .content ul.consultants li, #content .content ul.teamsections li {
          margin: 0 26px 13px 0;
          float: left; }
          #content .content ul.consultants li.centre, #content .content ul.teamsections li.centre {
            text-align: center; }
          #content .content ul.consultants li.right, #content .content ul.teamsections li.right {
            text-align: right; }
          #content .content ul.consultants li.last, #content .content ul.teamsections li.last {
            margin-right: 0; }
          #content .content ul.consultants li.half, #content .content ul.teamsections li.half {
            width: 243px; }
          #content .content ul.consultants li.third, #content .content ul.teamsections li.third {
            width: 153px; }
      #content .content ul.consultants li {
        display: table;
        min-height: 84px;
        margin-bottom: 15px; }
        #content .content ul.consultants li a {
          display: table-cell;
          height: 84px;
          vertical-align: middle; }
  #content .text_col {
    width: 243px;
    float: left;
    position: relative; }
    #content .text_col.right {
      float: right; }
  #content #home .text_col.left {
    width: 220px; }
  #content .team_height {
    min-height: 340px; }
  #content #image_proposal {
    height: auto; }
    #content #image_proposal img {
      width: 100%;
      height: auto;
      position: relative;
      z-index: 10; }
  #content #news {
    text-align: center; }
  #content #faqs h3 {
    font-family: "MotivaSans-Light", Helvetica, Arial, sans-serif; }
  #content #faqs .faq_title {
    font-family: "MotivaSans-Bold", Helvetica, Arial, sans-serif; }
  #content #faqs .faq_toggle {
    outline: none; }
  #content #image_contact {
    background-position: center bottom;
    min-height: 512px !important; }

/* Error Page */
.content .error-page {
	position:fixed;
	background:#7c6a54;
	width:100%;
	height:100%;
	text-align:center;
}

.content .error-page .inner-content {
	margin:80px auto 0;
	max-width:400px;
}

.content .error-page .inner-content p {
	font-size:16px;
	line-height:125%;
}

.content .error-page .inner-content a {
	text-decoration:none;
	font-weight:bold;
}


/* Pop Up */
#mailing_list_form {
  width: 200px; }
  #mailing_list_form label {
    display: none; }
  #mailing_list_form input.text {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    background: white;
    border: none;
    height: 25px;
    padding: 0 6px;
    width: 188px;
    color: #58595b;
    font-family: "MotivaSans-Regular", Helvetica, Arial, sans-serif;
    font-size: 12px; }
  #mailing_list_form .mce-success-response,
  #mailing_list_form .mce_inline_error {
    font-size: 12px;
    line-height: 16px;
    color: white; }
  #mailing_list_form .mc-field-group {
    margin: 0 0 8px; }
  #mailing_list_form #mc-embedded-subscribe {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    background: #948783;
    border: none;
    padding: 0 10px;
    height: 30px;
    color: white;
    font-family: "MotivaSans-Light", Helvetica, Arial, sans-serif;
    font-size: 13px;
    margin-top: 5px;
    cursor: pointer; }
  #mailing_list_form #mc-embedded-subscribe:hover {
    color: #cccccc; }

/* Footer */
footer {
  background: #7c6a54;
  border-top: 1px solid #8d8d8d;
  width: 100%;
  height: 65px;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 150; }
  footer #associate_logos {
    width: 161px;
    height: 53px;
    position: absolute;
    top: 6px;
    left: 20px; }
    footer #associate_logos a {
      border: none;
      text-indent: -9999px;
      outline: none;
      background: url(images/footer_logos.png) no-repeat 0 0;
      display: block;
      height: 53px;
      width: 31px;
      float: left; }
      footer #associate_logos a:active, footer #associate_logos a:focus {
        outline: none; }
      footer #associate_logos a.mclaren {
        background-position: -31px 0;
        width: 77px; }
      footer #associate_logos a.citygrove {
        background-position: -108px 0;
        width: 53px; }
  footer p {
    color: white;
    color: rgba(255, 255, 255, 0.39);
    font-size: 10px;
    line-height: 65px;
    text-align: right;
    padding-right: 20px; }
    footer p a {
      color: rgba(255, 255, 255, 0.39);
      text-decoration: none; }
      footer p a:visited {
        color: rgba(255, 255, 255, 0.39); }
      footer p a:focus {
        color: white; }
      footer p a:hover {
        color: white; }
      footer p a:active {
        color: rgba(255, 255, 255, 0.39); }
    footer p .credit {
      font-family: "MotivaSans-Regular", Helvetica, Arial, sans-serif;
      margin-left: 8px; }
    footer p .contact_details {
      float: right; }
      footer p .contact_details span {
        color: white;
        font-size: 11px;
        margin-left: 18px; }
        footer p .contact_details span a {
          color: white; }
          footer p .contact_details span a:visited {
            color: white; }
          footer p .contact_details span a:focus {
            color: rgba(255, 255, 255, 0.39); }
          footer p .contact_details span a:hover {
            color: rgba(255, 255, 255, 0.39); }
          footer p .contact_details span a:active {
            color: white; }

@media screen and (max-width: 1023px) {
  .wrapper {
    width: auto;
    min-width: 280px; } }
@media screen and (max-width: 900px) {
  /* Content */
  #content .bgimage {
    height: 384px; }
  #content #image_contact {
    min-height: 384px !important; } }
@media screen and (max-width: 767px) {
  /* Header */
  header {
    position: static; }
    header #header {
      height: 230px; }
      header #header #logo {
        bottom: 28px; }
      header #header #building_logo {
        bottom: 65px; }

  /* Menus */
  #menu-main-navigation {
    margin: 0;
    padding: 0;
    background: white;
    width: auto; }
    #menu-main-navigation li {
      display: none;
      background: white;
      float: none;
      z-index: 20; }
      #menu-main-navigation li.home, #menu-main-navigation li.team, #menu-main-navigation li.area, #menu-main-navigation li.proposal, #menu-main-navigation li.faqs, #menu-main-navigation li.news {
        width: auto; }
      #menu-main-navigation li.active {
        display: block !important; }
        #menu-main-navigation li.active a {
          background: white;
          color: #7c6a54; }
    #menu-main-navigation a:hover, #menu-main-navigation a:active {
      background: white;
      color: #7c6a54; }

  #mobile_nav_toggle {
    background: url(images/mobile_nav_toggle.png) no-repeat 0 0;
    background-size: 37px 37px;
    display: block;
    height: 37px;
    width: 37px;
    position: absolute;
    bottom: 0;
    right: 20px;
    z-index: 200;
    outline: none; }

  /* Content */
  #content {
    padding: 0 0 53px; }
    #content .bgimage {
      height: 240px; }
    #content #image_contact {
      min-height: 240px !important; }

  /* Footer */
  footer {
    border-top: 1px solid white;
    height: 48px;
    padding-top: 4px; }
    footer #associate_logos {
      width: 30%;
      height: auto;
      position: static;
      text-align: center;
      font-size: 12px;
      line-height: 22px;
      float: left; }
      footer #associate_logos a {
        text-indent: 0;
        background: none;
        display: block;
        height: auto;
        width: auto;
        float: none;
        text-decoration: none;
        margin: 0 4px; }
        footer #associate_logos a.nb {
          display: none; }
        footer #associate_logos a.mclaren, footer #associate_logos a.citygrove {
          width: auto; }
    footer p {
      font-size: 12px;
      line-height: 22px;
      text-align: center;
      padding-right: 0;
      width: 70%;
      float: right; }
      footer p .copyright,
      footer p .contact_details {
        display: block;
        float: left;
        width: 50%;
        margin: 0; }
        footer p .copyright span,
        footer p .contact_details span {
          display: block;
          margin: 0;
          font-size: 12px; } }
@media screen and (max-width: 552px) {
  /* Content */
  #content .content {
    padding-left: 20px;
    padding-right: 20px; }
    #content .content .wrapper {
      width: auto; }
    #content .content h2 {
      font-size: 20px;
      line-height: 24px; }
    #content .content h3,
    #content .content ul,
    #content .content p {
      font-size: 13px;
      line-height: 17px; }
    #content .content ul.consultants li, #content .content ul.teamsections li {
      display: block;
      min-height: 0;
      margin: 0 0 25px;
      float: none;
      text-align: center; }
      #content .content ul.consultants li a, #content .content ul.teamsections li a {
        display: block;
        height: auto; }
      #content .content ul.consultants li.left, #content .content ul.consultants li.centre, #content .content ul.consultants li.right, #content .content ul.teamsections li.left, #content .content ul.teamsections li.centre, #content .content ul.teamsections li.right {
        text-align: center; }
      #content .content ul.consultants li.half, #content .content ul.consultants li.third, #content .content ul.teamsections li.half, #content .content ul.teamsections li.third {
        width: auto; }
    #content .content ul.teamsections li {
      text-align: left; }
      #content .content ul.teamsections li.left, #content .content ul.teamsections li.centre, #content .content ul.teamsections li.right {
        text-align: left; }
  #content .bgimage {
    height: 160px; }
    #content .bgimage p {
      font-size: 9px;
      line-height: 18px;
      height: 20px; }
  #content #image_contact {
    min-height: 160px !important; }
  #content .text_col {
    width: auto;
    float: none; }
    #content .text_col.right {
      float: none; }
  #content #home .text_col.left {
    width: auto; }
  #content .team_height {
    min-height: 0px; }

  /* Pop Up */
  #mailing_list_form {
    border-top: 1px solid white;
    width: auto; }
    #mailing_list_form h3,
    #mailing_list_form div {
      width: 200px;
      margin-left: auto;
      margin-right: auto; }
    #mailing_list_form h3 {
      margin-top: 12px; }
    #mailing_list_form label {
      display: none; }
    #mailing_list_form input.text {
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      -ms-border-radius: 0px;
      -o-border-radius: 0px;
      border-radius: 0px;
      background: white;
      border: none;
      height: 25px;
      padding: 0 6px;
      width: 188px;
      color: #58595b;
      font-family: "MotivaSans-Regular", Helvetica, Arial, sans-serif;
      font-size: 12px; }
    #mailing_list_form .mce-success-response,
    #mailing_list_form .mce_inline_error {
      font-size: 12px;
      line-height: 16px;
      color: white; }
    #mailing_list_form .mc-field-group {
      margin: 0 auto 8px; }
    #mailing_list_form #mc-embedded-subscribe {
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      -ms-border-radius: 0px;
      -o-border-radius: 0px;
      border-radius: 0px;
      background: #948783;
      border: none;
      padding: 0 10px;
      height: 30px;
      color: white;
      font-family: "MotivaSans-Light", Helvetica, Arial, sans-serif;
      font-size: 13px;
      margin-top: 5px;
      cursor: pointer; }
    #mailing_list_form #mc-embedded-subscribe:hover {
      color: #cccccc; } }
@media screen and (max-width: 400px) {
  /* Content */
  #content {
    padding: 0 0 66px; }
	
	/* Error Page */
.content .error-page {
	position:absolute;
}

.content .error-page .inner-content {
	margin:30px auto 0;
	padding:0 20px;
}

  /* Footer */
  footer {
    height: 65px;
    padding-top: 0; }
    footer #associate_logos,
    footer p {
      width: auto;
      float: none; }
    footer #associate_logos a {
      display: inline; }
    footer p .copyright,
    footer p .contact_details {
      float: none;
      width: auto; }
      footer p .copyright span,
      footer p .contact_details span {
        display: inline;
        margin: 0 4px; } }
@media print {
  @page {
    margin: 1cm; }

  .no_print {
    display: none !important; }

  .print {
    display: block !important; } }
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%; }

.hidden {
  display: none !important;
  visibility: hidden; }

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }
