@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}


/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
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],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*
Pixels
small: 480
medium: 767
large: 1024
xlarge: 1200
*/
/*
@mixin open-sans(){ 
	font-family: 'Open Sans', sans-serif; font-weight: 400;
	.wf-open-sans-n4-loading &{
		font-family: 'Helvetica Neue', Arial, sans-serif;
	}
}
@mixin open-sans-semibold(){ 
	font-family: 'Open Sans', sans-serif; 
	font-weight: 600;

	.wf-open-sans-n6-loading &{
		font-family: 'Helvetica Neue', Arial, sans-serif;
	}
}
@mixin slabo(){ 
	font-family: 'Slabo 27px', serif; 
	letter-spacing: -1px; font-weight: 400;

	.wf-slabo27px-n4-loading &{
		font-family: Georgia, "Times New Roman", Times, serif;
	}
}
*/
.abstract p {
  color: #636466;
  font-size: 1.125em;
  padding: 0 1.375em 1.375em;
  margin: 0;
  line-height: 1.5;
}

@media screen and (min-width: 64em) {
  .abstract p {
    padding: 3.4375em 6.8em;
    font-size: 1.375em;
  }
	
	.footer__row {
    padding: 1.5em 0 2.5em 6.875em !important;
	}
	
	.footer__container--right {
	margin-top: 10px !important;
}
}

@media screen and (min-width: 64em) {
  .abstract p + p {
    padding-top: 0;
    margin-top: -2em;
  }
}

.addthis-smartlayers {
  display: none;
}

.animated {
  opacity: 0;
}

.visible {
  opacity: 1;
}

.fadedown {
  -webkit-animation: fadedown 500ms linear forwards;
          animation: fadedown 500ms linear forwards;
}

@-webkit-keyframes fadedown {
  0% {
    margin-top: -2em;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}

@keyframes fadedown {
  0% {
    margin-top: -2em;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}

.fadeup {
  -webkit-animation: fadeup 500ms linear forwards;
          animation: fadeup 500ms linear forwards;
}

@-webkit-keyframes fadeup {
  0% {
    margin-bottom: -2em;
    opacity: 0;
  }
  100% {
    margin-bottom: 0;
    opacity: 1;
  }
}

@keyframes fadeup {
  0% {
    margin-bottom: -2em;
    opacity: 0;
  }
  100% {
    margin-bottom: 0;
    opacity: 1;
  }
}

.fadein {
  -webkit-animation: fadein 400ms linear 500ms forwards;
          animation: fadein 400ms linear 500ms forwards;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes bumpup {
  0%, 100% {
    margin-bottom: 0;
  }
  50% {
    margin-bottom: 0.5em;
  }
}

@keyframes bumpup {
  0%, 100% {
    margin-bottom: 0;
  }
  50% {
    margin-bottom: 0.5em;
  }
}

@-webkit-keyframes bumpdown {
  0%, 100% {
    margin-top: 0;
  }
  50% {
    margin-top: 0.5em;
  }
}

@keyframes bumpdown {
  0%, 100% {
    margin-top: 0;
  }
  50% {
    margin-top: 0.5em;
  }
}

@-webkit-keyframes hero {
  0%, 100% {
    background-position: center 45%;
  }
  50% {
    background-position: center 37%;
  }
}

@keyframes hero {
  0%, 100% {
    background-position: center 45%;
  }
  50% {
    background-position: center 37%;
  }
}

.background {
  background-image: url("../images/background-light.png");
}

.background--logo {
  z-index: 1;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../images/logo-icon.png");
  background-repeat: no-repeat;
  background-position: left center;
  display: none;
}

@media screen and (min-width: 64em) {
  .background--logo {
    display: block;
  }
}

.background--gradient {
  z-index: 1;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100 */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
  /* IE6-9 */
}

@media screen and (min-width: 64em) {
  .background--gradient {
    background: #fec430;
    /* Old browsers */
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #fec430 20%, #fec430 20%, #f1b133 36%, rgba(255, 255, 255, 0) 52%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, color-stop(20%, #fec430), color-stop(20%, #fec430), color-stop(36%, #f1b133), color-stop(52%, rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, #fec430 20%, #fec430 20%, #f1b133 36%, rgba(255, 255, 255, 0) 52%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fec430', endColorstr='#00ffffff',GradientType=1 );
    /* IE6-9 */
  }
}

.breadcrumb {
  font-size: 0.625em;
  margin: 0;
  padding: 0;
  display: none;
}

@media screen and (min-width: 64em) {
  .breadcrumb {
    display: block;
  }
}

.breadcrumb li {
  display: inline-block;
}

.breadcrumb li:before {
  content: ' > ';
  margin: 0 1px 0 2px;
}

.breadcrumb li:first-child:before {
  content: '';
}

.breadcrumb li a {
  color: #000;
}

.btn {
  text-decoration: none;
  display: inline-block;
  text-align: center;
  padding: 0.6em 1em;
  border-radius: 0.35em;
  font-weight: 600;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.btn:hover, .btn:focus {
  text-decoration: none;
}

.btn--yellow {
  background-color: #fec430;
  color: #343338;
}

.btn--yellow:hover {
  background-color: #eba834;
}

.btn--yellow-dark {
  background-color: #eba834;
  color: #343338;
}

.btn--yellow-dark:hover {
  background-color: #fec430;
}

.btn--yellow-border {
  color: #343338;
  border: 2px solid #fec430;
}

.btn--yellow-border:hover {
  background-color: #fec430;
}

.btn--grey {
  background-color: #636466;
  color: #fff;
}

.btn--grey:hover {
  background-color: #7c7d80;
}

.ebook-download {
  max-width: 250px;
  margin: auto;
}

.resource-filter {
  clear: both;
  text-align: right;
}

.resource-filter .form-submit {
  color: #333333;
  background: #eba834;
  font-weight: bold;
  border: none;
  padding: 0.6em 1em;
  border-radius: 0.3em;
  font-size: 1em;
}

.resource-filter .form-submit:hover {
  background-color: #fec430;
}

.resource-filter #edit-reset {
  color: #333333;
  background: #FFF;
  font-weight: bold;
  border: 1px solid #333333;
  padding: 0.6em 1em;
  border-radius: 0.3em;
  font-size: 1em;
  margin-left: .5em;
  text-decoration: none;
  -webkit-appearance: inherit;
}

.resource-filter #edit-reset:hover {
  background-color: #333333;
  color: #FFF;
}

.resource-filter > .form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 15px;
}

.resource-filter > .form-item > label {
  font-size: 1.2em;
  padding: 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
  max-width: 30%;
  margin-right: 20px;
}

.form-item-types, .form-item-subjects, .form-item-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form-item-types > label, .form-item-subjects > label, .form-item-categories > label {
  margin-right: 20px;
  width: 20%;
  text-align: right;
}

.inline-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.inline-btn input[type='checkbox'] {
  display: none;
}

.inline-btn label {
  font-weight: bold;
  background: #F7F7F7;
  padding: 15px;
  border-radius: 5px;
  cursor: pointer;
}

.inline-btn input:checked + label {
  background: #fec430;
}

.inline-btn .form-item {
  margin-right: 10px;
}

.campaign.ribbon--title {
  margin-top: -webkit-calc(1em + 26vw);
  margin-top: calc(1em + 26vw);
}

@media screen and (min-width: 64em) {
  .campaign.ribbon--title {
    margin-top: 28em;
  }
}

.campaign.abstract p {
  padding-bottom: 0;
}

@media screen and (min-width: 64em) {
  .campaign.abstract p {
    padding-bottom: 2.3em;
  }
}

.campaign__content {
  padding: 0 1.6em;
}

@media screen and (min-width: 64em) {
  .campaign__content {
    padding: 0 9.2em;
    margin-bottom: 3.5em;
  }
}

.campaign__content p {
  line-height: 1.7;
}

.campaign__content figure {
  text-align: center;
  margin: 0;
}

@media screen and (min-width: 48em) {
  .campaign__content figure {
    margin: 1em 40px;
  }
}

.center {
  text-align: center;
}

.clientlogin {
  margin: 0 auto;
}

@media screen and (min-width: 30em) {
  .clientlogin {
    max-width: 30em;
  }
}

@media screen and (min-width: 48em) {
  .clientlogin {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 3.4375em 0 1em;
    max-width: 64em;
  }
}

.clientlogin__item {
  padding: 1em 2em;
}

.clientlogin__item a {
  margin-right: 1em;
  margin-bottom: 1em;
  padding: 1em 2em;
  width: 100%;
}

.clientlogin__item p {
  margin: 0;
}

@media screen and (min-width: 48em) {
  .clientlogin__item {
    padding: 2em;
    width: 50%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

@media screen and (min-width: 64em) {
  .clientlogin__item {
    max-width: 50%;
    width: 33%;
  }
}

.contact {
  margin-top: 2em;
}

@media screen and (min-width: 48em) {
  .contact {
    margin-top: 5em;
  }
}

@media screen and (min-width: 64em) {
  .contact {
    border-top: 1px solid #ededed;
  }
}

.contact__title {
  background-color: #fff;
  display: inline-block;
  padding: 0 0.25em 1.5em 0.25em;
  font-size: -webkit-calc(0.738em + 1vw);
  font-size: calc(0.738em + 1vw);
}

@media screen and (min-width: 64em) {
  .contact__title {
    margin-left: 2.7em;
    font-size: 1.75em;
    max-width: 9.5em;
  }
}

.contact__title__container {
  display: none;
}

@media screen and (min-width: 64em) {
  .contact__title__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: -1.75em;
    display: block;
    max-width: 58.875em;
    margin-left: auto;
    margin-right: auto;
    margin-top: -2.7em;
  }
}

.contact__content {
  padding: 0 1.6em;
}

@media screen and (min-width: 48em) {
  .contact__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.contact__col {
  margin: 0 1em;
  border: 0;
}

@media screen and (min-width: 48em) {
  .contact__col {
    margin: 0 2.25em;
  }
}

.contact__col--checkbox {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 37%;
          flex: 1 1 37%;
  margin-top: 1em;
}

@media screen and (min-width: 48em) {
  .contact__col--checkbox {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 0;
  }
}

.contact__col--checkbox > span {
  display: block;
  line-height: 1;
  font-size: 1.2em;
  font-weight: 400;
  margin-bottom: 1.5em;
}

.contact__col--checkbox .infusion-option {
  margin: 1em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 48em) {
  .contact__col--checkbox .infusion-option {
    margin: 1.5em 0;
  }
}

.contact__col--checkbox .infusion-option label {
  cursor: pointer;
  font-weight: 600;
  font-size: 1.25em;
}

.contact__col--checkbox .infusion-option input[type="checkbox"] {
  background-color: #fff;
  -webkit-appearance: none;
  outline: none;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0.75em;
  width: 0.75em;
  border: 0.15em solid #fff;
  margin-right: 1em;
  -webkit-box-shadow: 0 0 0 1px #000;
          box-shadow: 0 0 0 1px #000;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.contact__col--checkbox .infusion-option input[type="checkbox"]:checked {
  background-color: #000;
}

@media screen and (min-width: 48em) {
  .contact__col--text {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 63%;
            flex: 1 1 63%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.contact__col--text .infusion-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 1.25em 0 0 0;
}

.contact__col--text .infusion-field .option-inline label {
  display: inline-block;
  cursor: pointer;
  padding: 0;
  background: none;
  width: auto;
}

.contact__col--text label {
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-weight: 600;
  background: #e2e2e3;
  padding: 1em;
  border-radius: 0.5em 0 0 0.5em;
  width: 35%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

@media screen and (min-width: 30em) {
  .contact__col--text label {
    display: block;
    width: 12.1875em;
  }
}

.contact__col--text label.required:after {
  content: '';
  display: block;
  position: absolute;
  background: #e14610;
  width: 0.5625em;
  top: 0;
  right: 0;
  bottom: 0;
  min-height: 4.75em;
}

@media screen and (min-width: 30em) {
  .contact__col--text label.required:after {
    min-height: 0;
  }
}

.contact__col--text input, .contact__col--text select {
  color: #333333;
  outline: none;
  padding: 1em;
  border-radius: 0 0.5em 0.5em 0;
  border: 1px solid #e2e2e3;
  border-left: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 4.75em;
}

@media screen and (min-width: 30em) {
  .contact__col--text input, .contact__col--text select {
    min-height: 0;
  }
}

.contact__col--text input[type="checkbox"], .contact__col--text input[type="radio"], .contact__col--text select[type="checkbox"], .contact__col--text select[type="radio"] {
  background-color: #fff;
  -webkit-appearance: none;
  outline: none;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0.75em;
  width: 0.75em;
  border: 0.15em solid #fff;
  margin-right: 1em;
  -webkit-box-shadow: 0 0 0 1px #000;
          box-shadow: 0 0 0 1px #000;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0;
  border-radius: 0;
}

.contact__col--text input[type="checkbox"]:checked, .contact__col--text input[type="radio"]:checked, .contact__col--text select[type="checkbox"]:checked, .contact__col--text select[type="radio"]:checked {
  background-color: #000;
}

.contact input[type="submit"] {
  background-color: #eba834;
  border: 0;
  border-radius: 0.5em;
  width: 100%;
  padding: 0.84em;
  margin-top: 0.75em;
  font-weight: 600;
  font-size: 1.25em;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

@media screen and (min-width: 48em) {
  .contact input[type="submit"] {
    margin-top: 1.5em;
  }
}

.contact input[type="submit"]:hover {
  background-color: #fec430;
}

.contact form.infusion-form {
  max-width: 60.875em;
  margin: 0 auto;
  font-size: 85%;
}

@media screen and (min-width: 48em) {
  .contact form.infusion-form {
    font-size: 100%;
  }
}

.contact-error {
  color: #e14610;
  display: block;
  font-weight: bold;
  -webkit-transform: translateY(16px);
          transform: translateY(16px);
  margin-left: 12.1875em;
}

.error-field label, .error-field input, .error-field select {
  border: 2px solid #e14610 !important;
}

.error-field label {
  border-right: 0 !important;
}

.error-field input, .error-field select {
  border-left: 0 !important;
}

form[id^=webform-client-form-] {
  max-width: 60.875em;
  margin: 0 auto;
  font-size: 85%;
}

@media screen and (min-width: 48em) {
  form[id^=webform-client-form-] {
    font-size: 100%;
  }
}

@media screen and (min-width: 48em) {
  form[id^=webform-client-form-] > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

form[id^=webform-client-form-] .form-item.webform-component.webform-component-email,
form[id^=webform-client-form-] .form-item.webform-component.webform-component-textfield {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 1.25em 0 0 0;
}

form[id^=webform-client-form-] .form-item.webform-component.webform-component-email label,
form[id^=webform-client-form-] .form-item.webform-component.webform-component-textfield label {
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-weight: 600;
  background: #e2e2e3;
  padding: 1em;
  border-radius: 0.75em 0 0 0.75em;
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

@media screen and (min-width: 30em) {
  form[id^=webform-client-form-] .form-item.webform-component.webform-component-email label,
  form[id^=webform-client-form-] .form-item.webform-component.webform-component-textfield label {
    display: block;
    width: 12.1875em;
  }
}

form[id^=webform-client-form-] .form-item.webform-component.webform-component-email input,
form[id^=webform-client-form-] .form-item.webform-component.webform-component-textfield input {
  color: #333333;
  outline: none;
  padding: 1em;
  border-radius: 0 0.75em 0.75em 0;
  border: 1px solid #e2e2e3;
  border-left: 0;
  width: 100%;
}

form[id^=webform-client-form-] .form-item.webform-component.webform-component-email span.form-required,
form[id^=webform-client-form-] .form-item.webform-component.webform-component-textfield span.form-required {
  display: block;
  position: absolute;
  background: #e14610;
  width: 0.5625em;
  top: 0;
  right: 0;
  bottom: 0;
}

form[id^=webform-client-form-] .form-item.webform-component.webform-component-checkboxes > label {
  display: block;
  line-height: 1;
  font-size: 1.2em;
  font-weight: 400;
  margin-bottom: 1.5em;
}

@media screen and (min-width: 48em) {
  form[id^=webform-client-form-] .form-item.webform-component.webform-component-checkboxes > label {
    max-width: 14.6875em;
  }
}

form[id^=webform-client-form-] .form-item.form-type-checkbox {
  margin: 1em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 48em) {
  form[id^=webform-client-form-] .form-item.form-type-checkbox {
    margin: 1.5em 0;
  }
}

form[id^=webform-client-form-] .form-item.form-type-checkbox label {
  cursor: pointer;
  font-weight: 600;
  font-size: 1.25em;
}

form[id^=webform-client-form-] input[type="checkbox"] {
  background-color: #fff;
  -webkit-appearance: none;
  outline: none;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0.75em;
  width: 0.75em;
  border: 0.15em solid #fff;
  margin-right: 1em;
  -webkit-box-shadow: 0 0 0 1px #000;
          box-shadow: 0 0 0 1px #000;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

form[id^=webform-client-form-] input[type="checkbox"]:checked {
  background-color: #000;
}

form[id^=webform-client-form-] input[type="submit"] {
  background-color: #eba834;
  border: 0;
  border-radius: 0.5em;
  width: 100%;
  padding: 0.84em;
  margin-top: 0.75em;
  font-weight: 600;
  font-size: 1.25em;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

@media screen and (min-width: 48em) {
  form[id^=webform-client-form-] input[type="submit"] {
    margin-top: 1.5em;
  }
}

form[id^=webform-client-form-] input[type="submit"]:hover {
  background-color: #fec430;
}

form[id^=webform-client-form-] .form-actions {
  margin-bottom: 0;
}

.container {
  position: relative;
  max-width: 85.375em;
  margin: 0 auto;
}

.container--inner {
  position: relative;
  max-width: 80.3125em;
  margin: 0 auto;
}

.container--overlap {
  background-color: #fff;
  overflow: hiddn;
  border-radius: 0.35em 0.35em 0 0;
}

@media screen and (min-width: 64em) {
  .container--overlap {
    margin-top: -9em;
  }
}

@media screen and (min-width: 64em) {
  .container--overlap:after {
    z-index: -1;
    position: absolute;
    content: '';
    top: 6em;
    left: 0;
    right: 0;
    height: 4em;
    -webkit-box-shadow: 0 0 1.5em rgba(0, 0, 0, 0.7);
            box-shadow: 0 0 1.5em rgba(0, 0, 0, 0.7);
  }
}

.container--media {
  position: relative;
}

.container--media iframe {
  position: static;
  width: 100%;
  height: 15.25em;
  font-size: -webkit-calc(0.80em + 1vw);
  font-size: calc(0.80em + 1vw);
}

@media screen and (min-width: 64em) {
  .container--media iframe {
    z-index: 1;
    position: absolute;
    height: 80%;
    min-height: 26.875em;
    width: 66%;
    font-size: 100%;
  }
}

.container--media .quote {
  display: none;
}

@media screen and (min-width: 64em) {
  .container--media .quote {
    display: block;
  }
}

.container--media .quote p {
  margin: 0;
  padding: 2em 4.375em;
}

.container--media .btn {
  margin: 1em;
  padding: 1em;
  font-size: 1.1875em;
}

@media screen and (min-width: 64em) {
  .container--media .btn {
    margin: 2.5em 0;
  }
}

.container--media .ribbon {
  border-radius: 0;
  font-size: -webkit-calc(0.25em + 1vw);
  font-size: calc(0.25em + 1vw);
}

@media screen and (min-width: 64em) {
  .container--media .ribbon {
    border-radius: 0.35em;
    font-size: 100%;
  }
}

.container--media .ribbon h1 {
  text-align: center;
}

@media screen and (min-width: 64em) {
  .container--media .ribbon h1 {
    text-align: left;
  }
}

.container--media .quote h1,
.container--media .btn__row h1,
.container--media .ribbon h1 {
  font-size: 2.4em;
  padding: 0.5em 3.5em;
  line-height: 0.95;
}

@media screen and (min-width: 64em) {
  .container--media .quote h1,
  .container--media .btn__row h1,
  .container--media .ribbon h1 {
    padding: 0 1em;
  }
}

.container--media-left {
  padding: 0;
}

@media screen and (min-width: 64em) {
  .container--media-left {
    padding: 1.25em 0 9.375em;
  }
}

@media screen and (min-width: 64em) {
  .container--media-left .quote,
  .container--media-left .btn__row,
  .container--media-left .ribbon {
    padding-right: 68%;
  }
}

.container--media-left iframe {
  right: 1.25em;
  top: 1.25em;
}

@media screen and (min-width: 64em) {
  .container--media-left .btn__row {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
}

.container--media-right {
  padding: 0;
  margin-bottom: 3em;
}

@media screen and (min-width: 64em) {
  .container--media-right {
    padding: 10em 0 1.25em;
  }
}

@media screen and (min-width: 64em) {
  .container--media-right .quote,
  .container--media-right .btn__row,
  .container--media-right .ribbon {
    padding-left: 68%;
  }
}

.container--media-right iframe {
  left: 1.25em;
  bottom: 1.25em;
}

@media screen and (min-width: 64em) {
  .container--media-right .btn__row {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
}

.disclaimer, .disclaimer p {
  font-size: 0.75em;
  color: gray;
}

.downloads.btn {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.downloads__title {
  background-color: #fff;
  display: inline-block;
  padding: 0 0.25em 0 0.25em;
  font-size: -webkit-calc(0.738em + 1vw);
  font-size: calc(0.738em + 1vw);
}

@media screen and (min-width: 64em) {
  .downloads__title {
    padding: 0 0.25em 1.5em 0.25em;
    margin-left: 2.7em;
    font-size: 1.75em;
  }
}

.downloads__title__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -1.75em;
}

@media screen and (min-width: 64em) {
  .downloads__title__container {
    display: block;
    max-width: 58.875em;
    margin-left: auto;
    margin-right: auto;
    margin-top: -2.7em;
  }
}

.downloads--outer {
  margin-top: 2em;
}

@media screen and (min-width: 64em) {
  .downloads--outer {
    border-top: 1px solid #ededed;
    margin-top: 5em;
  }
}

.downloads--inner {
  padding: 0 0 3em;
  margin: 0 auto;
}

@media screen and (min-width: 48em) {
  .downloads--inner {
    max-width: 50.5em;
  }
}

.downloads__list {
  padding: 0 1em;
  margin-bottom: 5em;
  list-style: none;
  max-width: 30em;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 48em) {
  .downloads__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 64em;
  }
}

.downloads__list__item {
  margin: 1.5em 0;
  padding: 1em;
}

@media screen and (min-width: 48em) {
  .downloads__list__item {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 50%;
  }
}

@media screen and (min-width: 64em) {
  .downloads__list__item {
    width: 33%;
  }
}

.downloads__list__item a {
  width: 100%;
}

.downloads__list__item p {
  margin: 0.625em 0;
}

.enquiry.btn {
  border-radius: 0;
  font-size: 0.8125em;
  display: block;
}

@media screen and (min-width: 64em) {
  .enquiry.btn {
    border-radius: 0.3em;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    font-size: 1em;
    width: 10.9375em;
    height: auto;
    padding: 0.6em 1em;
  }
}

@media screen and (min-width: 64em) {
  li.enquiry {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.event__rsvp {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.5em;
  font-size: 0.75em;
}

.event__rsvp svg {
  margin-right: 0.5em;
}

.event__date {
  display: block;
  margin-top: 0.8em;
  font-size: 0.85em;
  font-weight: 600;
  line-height: 1;
}

.event__address {
  display: block;
  font-size: 0.85em;
  font-weight: 600;
  line-height: 1;
}

.footer__row {
  position: relative;
  padding: 1em;
  border-bottom: 1px solid #ededed;
  overflow: auto;
}

@media screen and (min-width: 64em) {
  .footer__row {
    padding: 2.5em 0 2.5em 6.875em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    overflow: visible;
  }
}

.footer__row--fpa {
  padding: 1.25em 1em;
}

@media screen and (min-width: 64em) {
  .footer__row--fpa {
    padding: 1.25em 6.875em;
  }
}

.footer__link__container {
  display: none;
}

@media screen and (min-width: 64em) {
  .footer__link__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.footer__link__container > div {
  margin-right: 8.5%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0;
          flex: 1 1 0;
}

.footer__link__container .menu__item {
  list-style-image: none;
  list-style-type: none;
}

.footer__link__container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer__link__container ul li:first-child a {
  font-size: 0.9375em;
  font-weight: 600;
}

.footer__link__container ul li a {
  color: #333333;
  text-decoration: none;
  font-size: 0.875em;
  display: block;
}

.footer__link__container ul li a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 64em) {
  .footer__link__container ul li a {
    line-height: 1.75;
  }
}

.footer__fpa > div {
  float: left;
  width: 50%;
}

.footer__fpa > div h6 {
  margin: 0 1em 0 0;
  font-size: -webkit-calc(0.35em + 1vw);
  font-size: calc(0.35em + 1vw);
  line-height: 1.5;
}

@media screen and (min-width: 48em) {
  .footer__fpa > div h6 {
    font-size: 0.9em;
  }
}

.footer__map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  height: 100%;
  background: #fff url("../images/map.png") no-repeat center center;
  -webkit-box-shadow: inset 0 0 3.5em 1.5em #fff;
          box-shadow: inset 0 0 3.5em 1.5em #fff;
}

@media screen and (min-width: 64em) {
  .footer__container--left {
    float: left;
    width: 64%;
  }
}

@media screen and (min-width: 64em) {
  .footer__container--right {
    float: left;
    width: 36%;
  }
}

.footer__container--half {
  float: left;
  width: 50%;
}

.footer__gotop {
  background-color: #eba834;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  border-radius: 50%;
  height: 3.25em;
  width: 3.25em;
  right: 1.25em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 1em auto;
}

@media screen and (min-width: 64em) {
  .footer__gotop {
    position: absolute;
    margin: -4.25em 0 0 0;
  }
}

.footer__gotop:hover {
  background-color: #fec430;
}

.footer__gotop:hover svg {
  -webkit-animation: bumpup 300ms linear forwards;
          animation: bumpup 300ms linear forwards;
}

.footer__gotop svg {
  width: 1.3125em;
  height: 0.8125em;
}

.footer__contact {
  max-width: 12.5em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.footer__contact > * {
  width: 100%;
}

.footer__contact__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer__contact__info--address {
  border-bottom: 1px solid #ededed;
  padding: 1.625em 0 0.75em 0.625em;
  -webkit-box-align: start;
      -ms-flex-align: start;
              -ms-grid-row-align: flex-start;
          align-items: flex-start;
}

.footer__contact__info--address a {
  padding-left: 0;
  display: block;
}

@media screen and (min-width: 48em) {
  .footer__contact__info--address a {
    display: inline;
    padding-left: 1em;
  }
}

.footer__contact__info--phone {
  padding: 1em 0 1em 0.625em;
  -webkit-box-align: center;
      -ms-flex-align: center;
              -ms-grid-row-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  white-space: nowrap;
}

@media screen and (min-width: 48em) {
  .footer__contact__info--phone {
    border-bottom: 1px solid #ededed;
  }
}

.footer__contact__info p {
  font-size: 0.875em;
  line-height: 1.7;
  margin: 0;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.footer__contact__info svg {
  width: 2.5em;
  height: 1.25em;
  padding-right: 1.25em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.footer__disclaimer {
  color: #636466;
  font-size: 0.625em;
  line-height: 1.7;
  margin: 0;
}

@media screen and (min-width: 64em) {
  .footer__disclaimer {
    padding-right: 8em;
  }
}

.footer__disclaimer__link {
  font-size: 0.76em;
  display: inline-block;
  margin-top: 0.5em;
}

@media screen and (min-width: 64em) {
  .footer__disclaimer__link {
    margin-top: 0;
  }
}

.footer__credit {
  display: block;
  margin-top: 0.75em;
}

.footer__credit__link {
  color: #333333;
  font-size: 0.76em;
}

.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 17.25em;
}

@media screen and (min-width: 48em) {
  .footer__social {
    max-width: none;
  }
}

.footer__social a {
  text-align: center;
  display: block;
}

@media screen and (min-width: 48em) {
  .footer__social a {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}

.footer__social a svg {
  display: block;
}

.footer__social__title {
  font-size: 0.875em;
  margin: 0.875em 0;
}

.footer__social__container--desktop {
  display: none;
}

@media screen and (min-width: 48em) {
  .footer__social__container--desktop {
    display: block;
    padding-left: 0.75em;
  }
}

.footer__social__container--mobile {
  display: block;
  border-bottom: 1px solid #ededed;
  padding: 0 1em 0.75em;
}

@media screen and (min-width: 48em) {
  .footer__social__container--mobile {
    display: none;
  }
}

.goodday.container {
  padding-left: 1em;
  padding-right: 1em;
}

@media screen and (min-width: 64em) {
  .goodday.container {
    padding-left: 5em;
    padding-right: 5em;
  }
}

.goodday.background {
  background-color: #636466;
  padding: 4em 0 2em;
  font-size: -webkit-calc(0.75em + 1vw);
  font-size: calc(0.75em + 1vw);
}

@media screen and (min-width: 64em) {
  .goodday.background {
    padding: 7em 0 14.125em;
    font-size: 100%;
  }
}

.goodday.ribbon {
  background-color: #636466;
  color: #fff;
  border-radius: 0.25em;
  max-width: 62.25em;
  padding: 0.5em 1em;
}

@media screen and (min-width: 64em) {
  .goodday.ribbon {
    padding: 0.5em 4em 1em;
  }
}

.goodday.ribbon span {
  font-size: 0.8em;
}

@media screen and (min-width: 64em) {
  .goodday.ribbon span {
    font-size: 1.75em;
  }
}

.goodday.ribbon h1 {
  font-size: 1.7em;
  margin: 0;
}

@media screen and (min-width: 64em) {
  .goodday.ribbon h1 {
    font-size: 2.91em;
    line-height: 0.8;
  }
}

.goodday.btn {
  margin: 0 0 1em;
  padding: 0.8em 2em;
  font-size: 1.2em;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 64em) {
  .goodday.btn {
    margin: 1em 0 0.5em;
  }
}

.gradient:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  top: 0;
  width: 1.25em;
}

.container--media .gradient:after {
  display: none;
}

@media screen and (min-width: 64em) {
  .container--media .gradient:after {
    display: block;
  }
}

@media screen and (min-width: 64em) {
  .gradient--left h1 {
    margin-left: 0.625em;
  }
}

.gradient--left:after {
  left: 0;
}

@media screen and (min-width: 64em) {
  .gradient--right h1 {
    margin-right: 0.625em;
  }
}

.gradient--right:after {
  right: 0;
}

.gradient--yellow:after {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fbc131+0,eca934+100 */
  background: #fbc131;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #fbc131 0%, #eca934 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#fbc131), to(#eca934));
  background: linear-gradient(to right, #fbc131 0%, #eca934 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbc131', endColorstr='#eca934',GradientType=1 );
  /* IE6-9 */
}

.gradient--grey:after {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#87888c+0,646368+100 */
  background: #87888c;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #87888c 0%, #646368 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#87888c), to(#646368));
  background: linear-gradient(to right, #87888c 0%, #646368 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87888c', endColorstr='#646368',GradientType=1 );
  /* IE6-9 */
}

.gradient--light-grey:after {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f7f6f7+0,e9e9e9+100 */
  background: #f7f6f7;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #f7f6f7 0%, #e9e9e9 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#f7f6f7), to(#e9e9e9));
  background: linear-gradient(to right, #f7f6f7 0%, #e9e9e9 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f6f7', endColorstr='#e9e9e9',GradientType=1 );
  /* IE6-9 */
}

/* ---- grid ---- */
.grid {
  margin: 0 auto 2.5em;
  max-width: 100%;
  overflow: hidden;
  /* clearfix */
}

.grid:after {
  content: '';
  display: block;
  clear: both;
}

.grid--outer {
  max-width: 81.25em;
  margin: 0 auto;
}

.grid--outer-events {
  margin-top: 3em;
}

/* ---- grid-item ---- */
.grid-item {
  width: 20.3125em;
  height: 13.125em;
  padding: 0.625em;
  float: left;
}

.grid-item--event {
  height: auto;
}

.grid-item--event .ribbon {
  height: 100%;
  max-height: 100%;
  padding-bottom: 1rem;
}

.grid-item--event .ribbon > * {
  padding: 0 1rem 0 2.75rem;
}

.grid-item--event .ribbon > img {
  padding: 0 0 0 1.28em;
}

.grid-item--event .ribbon img {
  width: 100%;
}

.grid-item--event .ribbon h5 {
  margin: 0.75em 0 0;
  font-size: 1.1875em;
}

.grid-item--event .ribbon p {
  margin: 1em 0;
  font-size: 0.9375em;
  line-height: 1.65;
}

.grid-item--event .gradient--left:after {
  border-radius: 0.25em 0 0 0.25em;
}

.grid-item--event:hover, .grid-item--event:focus {
  text-decoration: none;
}

.grid-item--small .ribbon {
  height: 100%;
  max-height: 100%;
  padding: 0 1em 0 2.75em;
}

.grid-item--small .ribbon h5 {
  margin: 0.75em 0 0;
  font-size: 1.1875em;
}

.grid-item--small .ribbon h5:not(.no-ellipse) {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.grid-item--small .ribbon p {
  margin: 0.8em 0 0 0;
  font-size: 0.9375em;
  line-height: 1.65;
}

.grid-item--small .ribbon a {
  color: #333333;
}

.grid-item--small .gradient--left:after {
  border-radius: 0.25em 0 0 0.25em;
}

.grid-item--small:hover, .grid-item--small:focus {
  text-decoration: none;
}

.grid-item--large {
  height: 18.125em;
}

.grid-item--large .ribbon {
  height: 100%;
  max-height: 100%;
}

.grid-item--large .ribbon iframe {
  width: 100%;
  height: 11.875em;
  padding-left: 1.25em;
}

.grid-item--large .ribbon h5 {
  margin: 0.25em 0 0 0;
  padding: 0 0.75em 0 1.75em;
}

.grid-item--large .gradient--left:after {
  border-radius: 0.25em 0 0 0.25em;
}

.grid-item--large p {
  margin: 0;
}

header {
  z-index: 2;
  background-color: #fff;
  position: relative;
}

@media screen and (min-width: 64em) {
  header {
    border-radius: 0.35em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 1.25em;
  }
}

.header__background {
  position: relative;
}

@media screen and (min-width: 64em) {
  .header__background {
    padding: 1.25em;
  }
}

.header__background--home {
  background-color: #fff;
  background-image: url("../images/guy-new.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  background-position: 60% center;
  padding-bottom: 0;
}

@media screen and (min-width: 30em) {
  .header__background--home {
    background-position: center center;
  }
}

@media screen and (min-width: 64em) {
  .header__background--home {
    background-color: #fec430;
  }
}

.header__background--overview {
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  background-position: center 35px;
  padding-bottom: 0;
}

@media screen and (min-width: 30em) {
  .header__background--overview {
    background-position: center 0%;
  }
}

@media screen and (min-width: 48em) {
  .header__background--overview {
    background-position: center 10%;
  }
}

@media screen and (min-width: 64em) {
  .header__background--overview {
    background-position: center 30%;
  }
}

.header__background--overview--professional {
  background-image: url("../images/Guy.jpg");
}

.header__background--overview--student {
  background-image: url("../images/Student.jpg");
}

.header__background--overview--default {
  background-image: url("../images/guy-new.jpg");
}

/* ---- Medical Professional Header ---- */

.page-node-8 .header__background--overview--default {
  background-image: url("../images/doctor.jpg");
}

/* ---- Dentist Header ---- */

.page-node-26 .header__background--overview--default {
  background-image: url("../images/dentist.jpg");
}

/* ---- Medical Student Header ---- */

.page-node-12 .header__background--overview--default {
  background-image: url("../images/medical-student.jpg");
}

.header__background--campaign {
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  background-position: center 35px;
  padding-bottom: 0;
}

@media screen and (min-width: 30em) {
  .header__background--campaign {
    background-position: center 0%;
  }
}

@media screen and (min-width: 48em) {
  .header__background--campaign {
    background-position: center 10%;
  }
}

@media screen and (min-width: 64em) {
  .header__background--campaign {
    background-position: center 30%;
  }
}

.header__background--standard {
  background-color: #E0E0E0;
  background-image: url("../images/background-light.png");
}

.header__logo {
  padding-bottom: 1.35em;
  display: none;
}

@media screen and (min-width: 64em) {
  .header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-left: 2.8em;
  }
}

.header__logo img {
  height: auto;
  width: auto;
}

.header__telephone {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 1em;
}

.header__telephone img {
  margin-right: 0.3em;
}

.header__telephone span {
  font-size: 0.75em;
}

.header__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.header__content--top {
  display: none;
}

@media screen and (min-width: 64em) {
  .header__content--top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header__content--bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  font-size: -webkit-calc(0.75em + 1vw);
  font-size: calc(0.75em + 1vw);
}

@media screen and (min-width: 64em) {
  .header__content--bottom {
    -webkit-box-align: center;
        -ms-flex-align: center;
                -ms-grid-row-align: center;
            align-items: center;
    font-size: 100%;
  }
}

.header--btns--login {
  background-color: #E8E8E8;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 0.75em;
  padding: 0.5em 1.2em;
  border-radius: 0 0 0 0.35em;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.header__btns.active .header--btns--login {
  display: none;
}

.header--btns--login:hover {
  background-color: #F1F1F1;
  text-decoration: none;
}

.header__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  border-radius: 0 0 0.35em 0.35em;
}

@media screen and (min-width: 64em) {
  .header__btns {
    width: 10.9375em;
  }
}

.header__btns--single {
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.75em;
  padding: 0.5em 1.2em;
  border-radius: 0 0 0.35em 0.35em;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  margin-right: 1em;
}

.header__btns--search {
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0.5em 1.25em;
  border-radius: 0 0 0.35em 0;
  cursor: pointer;
  z-index: 1;
}

.header__btns--search svg {
  width: 0.9375em;
  height: 0.9375em;
  fill: #fff;
}

.header__btns--search-magnify {
  display: block;
}

.header__btns.active .header__btns--search-magnify {
  display: none;
}

.header__btns--search-close {
  display: none;
}

.header__btns.active .header__btns--search-close {
  display: block;
}

.header__btns--search-input {
  background-color: #000;
  color: #fff;
  display: none;
  outline: none;
  width: 0%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 0.75em;
  border: 0;
  padding: 0.5em 1.2em;
  border-radius: 0 0 0 0.35em;
}

.header__btns.active .header__btns--search-input {
  display: block;
}

nav {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media screen and (min-width: 64em) {
  nav {
    -webkit-box-align: end;
        -ms-flex-align: end;
                -ms-grid-row-align: flex-end;
            align-items: flex-end;
  }
}

nav ul.header__nav__list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 64em) {
  nav ul.header__nav__list {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    min-width: 39.0625em;
  }
}

nav ul.header__nav__list > li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media screen and (min-width: 64em) {
  nav ul.header__nav__list > li {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}

nav ul.header__nav__list > li:nth-last-child(2) a span {
  border-right: 0;
}

@media screen and (min-width: 64em) and (min-width: 64em) {
  nav ul.header__nav__list > li:hover > a > span {
    border-top: 1px solid #fec430;
  }
}

@media screen and (min-width: 64em) {
  nav ul.header__nav__list > li:hover > ul.header__drop {
    opacity: 1;
    visibility: visible;
  }
  nav ul.header__nav__list > li:hover > ul.header__drop li {
    opacity: 1;
    visibility: visible;
  }
}

nav ul.header__nav__list > li.mobile-open > ul.header__drop {
  opacity: 1;
  visibility: visible;
}

nav ul.header__nav__list > li.mobile-open > ul.header__drop li {
  opacity: 1;
  visibility: visible;
}

@media screen and (min-width: 64em) {
  nav ul.header__nav__list > li.active span {
    border-top: 1px solid #fec430;
  }
}

nav ul.header__nav__list > li.doctor {
  background-color: #fec430;
}

@media screen and (min-width: 64em) {
  nav ul.header__nav__list > li.doctor {
    background-color: #fff;
  }
}

nav ul.header__nav__list > li.medical {
  background-color: #636466;
}

@media screen and (min-width: 64em) {
  nav ul.header__nav__list > li.medical {
    background-color: #fff;
  }
}

nav ul.header__nav__list > li.medical span {
  color: #fff;
}

@media screen and (min-width: 64em) {
  nav ul.header__nav__list > li.medical span {
    color: #333333;
  }
}

nav ul.header__nav__list > li.about {
  display: none;
}

@media screen and (min-width: 64em) {
  nav ul.header__nav__list > li.about {
    display: block;
  }
}

@media screen and (min-width: 64em) {
  nav ul.header__nav__list > li.about ul.header__drop {
    width: 150%;
  }
}

nav ul.header__nav__list > li a {
  color: #333333;
  display: inline-block;
  text-decoration: none;
  height: 100%;
  width: 100%;
}

@media screen and (min-width: 64em) {
  nav ul.header__nav__list > li a {
    padding: 1.25em 0;
  }
}

nav ul.header__nav__list > li a span {
  display: inline-block;
  text-align: center;
  display: block;
  padding: 0.6em 1em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 0.8125em;
  font-weight: 600;
  height: 100%;
}

@media screen and (min-width: 64em) {
  nav ul.header__nav__list > li a span {
    border-top: 1px solid #fff;
    border-right: 1px solid #eee;
    font-size: 0.975em;
    font-weight: 400;
    text-align: left;
    padding: 0.5em 2.5em;
  }
}

nav ul.header__nav__list > li ul.header__drop {
  z-index: 1;
  position: absolute;
  top: 100%;
  left: 0%;
  width: 100%;
  padding: 0;
  border-radius: 0 0 0.25em 0.25em;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
}

nav ul.header__nav__list > li ul.header__drop li {
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  text-align: left;
  position: relative;
  border-top: 1px solid #f6f6f6;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

nav ul.header__nav__list > li ul.header__drop li:first-child {
  border-top: 0;
}

nav ul.header__nav__list > li ul.header__drop li:hover:after {
  background-color: #fec430;
  content: '';
  display: block;
  position: absolute;
  width: 0.5em;
  bottom: 0;
  top: 0;
}

nav ul.header__nav__list > li ul.header__drop li.active {
  background-color: #F1F1F1;
}

nav ul.header__nav__list > li ul.header__drop li.active:after {
  background-color: #fec430;
  content: '';
  display: block;
  position: absolute;
  width: 0.5em;
  bottom: 0;
  top: 0;
}

nav ul.header__nav__list > li ul.header__drop li a {
  width: 100%;
  padding: 1em 2.5em;
  font-size: 0.875em;
}

nav ul.header__nav__list > li ul.header__drop li a:hover, nav ul.header__nav__list > li ul.header__drop li a:focus {
  background-color: #F1F1F1;
  text-decoration: none;
}

.hero__form {
  z-index: 1;
  padding: 2em 2.5em 25em;
  font-size: -webkit-calc(0.2em + 1vw);
  font-size: calc(0.2em + 1vw);
  position: relative;
}

@media screen and (min-width: 64em) {
  .hero__form {
    padding: 6em 4em 28em;
    font-size: 84%;
	padding-top: 3.5em;
  }
}

.hero__form h1 {
  color: #333333;
  display: block;
  font-size: 1.55em;
  font-weight: 400;
  margin: 1em 0 0;
}

.hero__form__options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 64em) {
  .hero__form__options {
    font-size: 89%;
  }
}

.hero__form__options span {
  background-color: #fff;
  display: block;
  border-radius: 0;
  height: 0.676em;
  width: 0.676em;
  margin-right: 0.4em;
  -webkit-transition: background-color 300ms;
  transition: background-color 300ms;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
  border: 2px solid white;
  -webkit-box-shadow: 0 0 1px #674C07;
          box-shadow: 0 0 1px #674C07;
}

@media screen and (min-width: 64em) {
  .hero__form__options span {
    border: 3px solid white;
  }
}

.hero__form__options input[type="radio"] {
  display: none;
}

.hero__form__options input[type="radio"]:checked + span {
  background-color: #333333;
}

.hero__form__options label {
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.3125em;
  font-weight: 600;
  cursor: pointer;
  padding: 0.1em 0;
}

.hero__form__links {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 12.5em;
  padding-top: 1em;
      margin-left: 2.5em;
}

.hero__form__links[data-links="training"] {
  display: none;
}

.hero__form__links li {
  padding: 0.75em 0;
}

@media screen and (min-width: 48em) {
  .hero__form__links li {
    padding: 0.25em 0;
    margin: 0.25em 0;
  }
}

.hero__form__links li a {
  color: #333333;
  display: inline !important;
  font-size: 1.8em;
  font-weight: 600;
}

.hero__info {
  z-index: 1;
  background-color: #8B8C90;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 83%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

@media screen and (min-width: 48em) {
  .hero__info {
    border-radius: 0.45em 0.45em 0 0;
    max-width: 53.125em;
  }
}

@media screen and (min-width: 64em) {
  .hero__info {
    padding: 1.5em 9em;
    font-size: 100%;
	  padding-top: 3.2em;
  }
}

.hero__info:hover, .hero__info:focus {
  text-decoration: none;
}

.hero__info--text {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.hero__info svg {
  fill: #fff;
  height: 3.125em;
  width: 2.25em;
  margin-right: 1.5em;
	background-image: url("/sites/all/themes/bongiorno/assets/images/Graduation-Hat-512.png");
   background-size: 35px;
   background-repeat: no-repeat;
	margin-top: 3px;
}

.hero__info p {
  font-size: 1.075em;
  margin: 0;
  margin-top: 0.5em;
}

.hero__info p strong {
  font-size: 1em;
}

.hero__info small {
  display: block;
  font-size: 0.74em;
}

.hero__info strong {
  display: block;
  font-size: 1.075em;
  margin-top: 0.3em;
}

.hero__godown {
  z-index: 1;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fec430+0,eba934+100 */
  background: #fec430;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #fec430 0%, #eba934 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#fec430), to(#eba934));
  background: linear-gradient(to right, #fec430 0%, #eba934 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fec430', endColorstr='#eba934',GradientType=1 );
  /* IE6-9 */
  -webkit-box-align: center;
      -ms-flex-align: center;
              -ms-grid-row-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  cursor: pointer;
  border-radius: 50%;
  height: 3.25em;
  width: 3.25em;
  right: 3.25em;
  bottom: 1.25em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: none;
}

@media screen and (min-width: 64em) {
  .hero__godown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.hero__godown:hover svg {
  -webkit-animation: bumpdown 300ms linear forwards;
          animation: bumpdown 300ms linear forwards;
}

.hero__godown svg {
  fill: #333333;
  width: 1.3125em;
  height: 0.8125em;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.infusion-form.infusion-form--ebook .infusion-field--ifno {
  display: none;
}

.landing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  max-width: 69em;
}

.landing__item {
  color: #333333;
  text-align: center;
  display: block;
  margin: 1.5em;
  padding: 2em 3em;
  border-radius: 0.3em;
  -webkit-box-shadow: 0 0.25em 0.625em rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.25em 0.625em rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.landing__item:hover, .landing__item:focus {
  text-decoration: none;
  -webkit-box-shadow: 0 0.25em 0.625em rgba(0, 0, 0, 0.25);
          box-shadow: 0 0.25em 0.625em rgba(0, 0, 0, 0.25);
}

.landing__item h6 {
  margin: 0.5em 0;
}

.landing__item svg {
  fill: #fec430;
}

.landing__btn {
  margin: 1em 1.25em;
  padding: 1em 3.4em;
  font-size: 0.91em;
  -webkit-box-shadow: 0 0.25em 0.625em rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.25em 0.625em rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 64em) {
  .landing__btn {
    margin: 4em 0 1em;
    font-size: 1.1875em;
  }
}

.listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.listing__resources {
  max-width: 80em;
  margin: 4.44em auto 2.85em;
  position: relative;
}

.listing__search {
  max-width: 80em;
  margin: 4.44em auto 2.85em;
  font-size: 80%;
}

@media screen and (min-width: 48em) {
  .listing__search {
    font-size: 100%;
  }
}

@media screen and (min-width: 64em) {
  .listing__search {
    border-top: 1px solid #ededed;
  }
}

.listing__search__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -26px;
}

.listing__search__label {
  background-color: #000;
  color: #fff;
  display: none;
  border-radius: 0.5em 0 0 0.5em;
  padding: 0.75em 1.9em;
  font-weight: 600;
  font-size: 1.1875em;
}

@media screen and (min-width: 48em) {
  .listing__search__label {
    display: block;
  }
}

.listing__search__input {
  height: 100%;
  width: 100%;
  border: 0;
  padding: 0.65em 3em 0.65em 1em;
  font-size: 1.2em;
  outline: none;
}

.listing__search__input-container {
  position: relative;
  overflow: hidden;
  border-radius: 0.5em;
  border: 1px solid #000;
  min-width: 20.375em;
}

@media screen and (min-width: 48em) {
  .listing__search__input-container {
    border-radius: 0 0.5em 0.5em 0;
  }
}

.listing__search__input-submit {
  color: #000;
  position: absolute;
  top: 0.75em;
  right: 1em;
  border: 0;
  background: transparent url("../images/ico_search.svg") no-repeat;
  outline: 0;
}

@media screen and (min-width: 48em) {
  .listing__search__input-submit {
    color: #fff;
    top: 1em;
  }
}

.listing__title {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
  font-size: 1em;
}

@media screen and (min-width: 48em) {
  .listing__title {
    font-size: 1.5em;
  }
}

@media screen and (min-width: 64em) {
  .listing__title {
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }
}

.listing__item {
  padding-top: 1em;
  padding-bottom: 3em;
  padding-right: 1.25em;
  padding-left: 2.5em;
  overflow: hidden;
  display: block;
  position: relative;
  overflow: hidden;
  height: 100%;
  border-radius: 0.5em;
  margin-bottom: 1.375em;
  width: 100%;
  max-width: 50.0625em;
  margin: 0.5em 1em;
  -webkit-transition: background-color 0.3s, -webkit-box-shadow 0.3s;
  transition: background-color 0.3s, -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s, background-color 0.3s;
  transition: box-shadow 0.3s, background-color 0.3s, -webkit-box-shadow 0.3s;
}

@media screen and (min-width: 64em) {
  .listing__item {
    margin: 0.5em 5em;
  }
}

.listing__item:hover, .listing__item:focus {
  background-color: #fff;
  text-decoration: none;
}

.listing__item h5 {
  margin: 0;
  font-size: 1.1875em;
}

.listing__item p {
  margin: 0.8em 0 0 0;
  font-size: 0.9375em;
  line-height: 1.65;
}

.mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding: 0 0.4em;
}

@media screen and (min-width: 64em) {
  .mobile {
    display: none;
  }
}

.mobile__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mobile__btns--menu {
  height: 2.5em;
  width: 2.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.mobile__btns--menu svg {
  fill: #333333;
  height: 1.5em;
  width: 1.5em;
}

.mobile__btns--menu-hamburger {
  display: block;
}

.mobile__btns--menu.active .mobile__btns--menu-hamburger {
  display: none;
}

.mobile__btns--menu-close {
  display: none;
}

.mobile__btns--menu.active .mobile__btns--menu-close {
  display: block;
}

.mobile__btns--search {
  background-color: #333333;
  border-radius: 0.25em;
  height: 2.5em;
  width: 2.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.mobile__btns--search svg {
  fill: #fff;
  height: 1.2em;
  width: 1.2em;
}

.mobile__btns--search-magnify {
  display: block;
}

.mobile__btns--search.active .mobile__btns--search-magnify {
  display: none;
}

.mobile__btns--search-close {
  display: none;
}

.mobile__btns--search.active .mobile__btns--search-close {
  display: block;
}

.mobile__logo {
  padding-top: 0.5em;
}

@media screen and (min-width: 30em) {
  .mobile__logo {
    padding-left: 1em;
  }
}

.mobile__logo img {
  padding-right: 2em;
  max-height: 2.75em;
}

.mobile__menu {
  z-index: 2;
  list-style: none;
  position: absolute;
  margin: 0;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  padding: 0;
  border-radius: 0 0 0.25em 0.25em;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  font-size: -webkit-calc(0.75em + 1vw);
  font-size: calc(0.75em + 1vw);
  display: none;
}

@media screen and (min-width: 64em) {
  .mobile__menu {
    font-size: 100%;
  }
}

.mobile__menu li {
  background-color: #fff;
  text-align: left;
  position: relative;
  border-top: 1px solid #f6f6f6;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.mobile__menu li a {
  color: #333333;
  padding: 1em 2.5em;
  font-size: 0.875em;
  display: inline-block;
  text-decoration: none;
  height: 100%;
  width: 100%;
}

.mobile__menu li a:hover, .mobile__menu li a:focus {
  background-color: #F1F1F1;
}

.mobile__search {
  position: absolute;
  top: 0;
  left: 0;
  right: 6.25em;
  bottom: 0;
  display: none;
}

.mobile__search input {
  outline: none;
  padding: 0 1em;
  border: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 48em) {
  .mobileapp.container--inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-left: 1em;
    padding-right: 1em;
  }
}

.mobileapp.background {
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  padding: 2em 0 0;
  position: relative;
  font-size: 4vw;
  margin-top: 1em;
}

@media screen and (min-width: 48em) {
  .mobileapp.background {
    padding: 2em 0 0;
    font-size: 0.7em;
    margin-top: 5em;
  }
}

@media screen and (min-width: 64em) {
  .mobileapp.background {
    font-size: 1em;
  }
}

.mobileapp.background span {
  font-size: 0.875em;
}

@media screen and (min-width: 48em) {
  .mobileapp.background span {
    font-size: 1.75em;
  }
}

.mobileapp.background h1 {
  font-size: 1.5em;
  margin: 0;
}

@media screen and (min-width: 48em) {
  .mobileapp.background h1 {
    font-size: 2.9em;
    line-height: 0.8;
  }
}

.mobileapp.background img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.mobileapp.ribbon {
  padding: 0.5em 1em;
  margin-bottom: -0.25em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: static;
}

@media screen and (min-width: 48em) {
  .mobileapp.ribbon {
    padding: 0.5em 4em;
    margin-bottom: 2em;
  }
}

.mobileapp.ribbon a {
  display: block;
  margin: 1em 0 0 0;
}

@media screen and (min-width: 48em) {
  .mobileapp.ribbon a {
    margin: 0.25em 0 0 4em;
  }
}

.mobileapp.ribbon a img {
  display: block;
  width: 6.5625em;
}

@media screen and (min-width: 48em) {
  .mobileapp.ribbon a img {
    width: auto;
  }
}

.mobileapp__btns {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 2em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (min-width: 48em) {
  .mobileapp__btns {
    position: static;
    margin: 0;
  }
}

.mobileapp__mobile {
  display: block;
  margin-left: auto;
  margin-right: 2em;
  width: 7.25em;
}

@media screen and (min-width: 48em) {
  .mobileapp__mobile {
    width: auto;
    margin: 0;
  }
}

.offers {
  padding: 0 1.375em;
}

@media screen and (min-width: 64em) {
  .offers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.offers__item {
  margin: 1.5em 0;
}

@media screen and (min-width: 64em) {
  .offers__item {
    max-width: 16.25em;
    margin: 0 1em;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
}

.offers__item h6 {
  margin: 0;
}

.offers__item p {
  margin: 0.625em 0;
}

.offers__btn {
  margin: 1em 1.25em;
  padding: 1em 3.4em;
  font-size: 0.91em;
}

@media screen and (min-width: 64em) {
  .offers__btn {
    margin: 2.5em 0;
    font-size: 1.1875em;
  }
}

.overview.ribbon--title {
  z-index: 1;
  margin-top: -webkit-calc(1em + 26vw);
  margin-top: calc(1em + 26vw);
}

@media screen and (min-width: 64em) {
  .overview.ribbon--title {
    margin-top: 28em;
  }
}

.overview.services {
  margin-bottom: 0;
}

@media screen and (min-width: 64em) {
  .overview.services {
    padding: 0;
  }
}

.item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  padding: 1.875em 0;
  max-width: 80em;
  margin: 0 auto;
  font-size: 55%;
}

@media screen and (min-width: 30em) {
  .item-list {
    font-size: 75%;
  }
}

@media screen and (min-width: 48em) {
  .item-list {
    font-size: 100%;
  }
}

.item-list .pager li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

ul.pager {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  border: 1px solid #F7F7F7;
  border-radius: 0.75em;
}

ul.pager li {
  display: inline-block;
  line-height: 1;
  width: 1.875em;
  height: 1.875em;
  margin-bottom: 0;
}

ul.pager li a {
  color: #333333;
}

ul.pager li.pager-previous {
  margin: 0;
  height: 100%;
  width: 100%;
  padding: 0;
  max-width: 2.625em;
}

@media screen and (min-width: 30em) {
  ul.pager li.pager-previous {
    max-width: 3.1875em;
  }
}

@media screen and (min-width: 48em) {
  ul.pager li.pager-previous {
    max-width: 3.9375em;
  }
}

@media screen and (min-width: 64em) {
  ul.pager li.pager-previous {
    max-width: none;
  }
}

ul.pager li.pager-previous a {
  background-color: #F7F7F7;
  padding: 1em 1.5em;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

ul.pager li.pager-previous a:hover {
  background-color: #ededed;
}

ul.pager li.pager-previous svg {
  height: 0.9375em;
  widows: 0.9375em;
  fill: #636466;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

ul.pager li.pager-next {
  height: 100%;
  width: 100%;
  padding: 0;
  max-width: 2.625em;
}

@media screen and (min-width: 30em) {
  ul.pager li.pager-next {
    max-width: 3.1875em;
  }
}

@media screen and (min-width: 48em) {
  ul.pager li.pager-next {
    max-width: 3.9375em;
  }
}

@media screen and (min-width: 64em) {
  ul.pager li.pager-next {
    max-width: none;
  }
}

ul.pager li.pager-next a {
  background-color: #F7F7F7;
  padding: 1em 1.5em;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

ul.pager li.pager-next a:hover {
  background-color: #ededed;
}

ul.pager li.pager-next svg {
  height: 0.9375em;
  widows: 0.9375em;
  fill: #636466;
}

ul.pager li.pager-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-weight: 600;
}

ul.pager li.pager-current {
  background-color: #fec430;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

@media screen and (min-width: 64em) {
  .person--outer {
    border-top: 1px solid #ededed;
    margin-top: 5em;
  }
}

.person--inner {
  overflow: auto;
  padding: 1em 1.375em;
}

@media screen and (min-width: 64em) {
  .person--inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: visible;
    padding: 0;
  }
}

.person--inner:after {
  content: "";
  display: table;
  clear: both;
}

.person__title {
  background-color: #fff;
  display: inline-block;
  font-size: -webkit-calc(0.738em + 1vw);
  font-size: calc(0.738em + 1vw);
  padding: 1em 0 0;
}

@media screen and (min-width: 64em) {
  .person__title {
    max-width: 8.214285714285714em;
    padding: 0 0.25em 1.5em 0.25em;
    margin-left: 2.7em;
    font-size: 1.75em;
  }
}

.person__title__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 64em) {
  .person__title__container {
    display: block;
    max-width: 58.875em;
    margin-left: auto;
    margin-right: auto;
    margin-top: -2.7em;
  }
}

.person__option {
  padding: 0.5525em;
  display: inline-block;
  width: 32%;
}

@media screen and (min-width: 48em) {
  .person__option {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 16.66666666666667%;
  }
}

@media screen and (min-width: 64em) {
  .person__option {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 50%;
  }
}

.person__option.active img {
  -webkit-box-shadow: 0 0 0 6px #eba834;
          box-shadow: 0 0 0 6px #eba834;
  -webkit-filter: none;
          filter: none;
}

.person__option img {
  cursor: pointer;
  display: block;
  border-radius: 0.25em;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: -webkit-filter 0.3s, -webkit-box-shadow 0.3s;
  transition: -webkit-filter 0.3s, -webkit-box-shadow 0.3s;
  transition: filter 0.3s, box-shadow 0.3s;
  transition: filter 0.3s, box-shadow 0.3s, -webkit-filter 0.3s, -webkit-box-shadow 0.3s;
}

.person__media {
  display: none;
}

.person__media.active {
  display: block;
}

.person__media .coffee {
  border: none;
  width: 100%;
  margin-top: 1em;
}

.person__media .coffee img {
  width: auto;
  display: inline-block;
  margin: .2em 0 -.2em .5em;
}

.person__info {
  display: none;
}

.person__info.active {
  display: block;
}

@media screen and (min-width: 64em) {
  .person__col {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    max-width: 19.625em;
    margin: 0 0.5525em;
  }
}

.person__col--options {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -0.5525em 0.5525em;
}

@media screen and (min-width: 30em) {
  .person__col--options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

@media screen and (min-width: 64em) {
  .person__col--options {
    margin: -0.5em 0 0 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 5.58em;
  }
}

@media screen and (min-width: 64em) {
  .person__col--options.person__col--options-single {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.person__col--media {
  float: left;
  width: 33.333333%;
}

@media screen and (min-width: 64em) {
  .person__col--media {
    float: none;
    width: 100%;
  }
}

.person__col--media img {
  display: block;
}

.person__col--info {
  float: left;
  width: 66.666666%;
  padding-left: 0.75em;
}

@media screen and (min-width: 64em) {
  .person__col--info {
    float: none;
    width: 100%;
    padding-left: 0;
  }
}

.person__col--info h3 {
  margin: 0;
  font-size: -webkit-calc(0.68em + 1vw);
  font-size: calc(0.68em + 1vw);
}

@media screen and (min-width: 64em) {
  .person__col--info h3 {
    font-size: 1.5em;
  }
}

.person__col--info em {
  display: block;
  font-weight: 600;
  font-size: 0.8125em;
}

@media screen and (min-width: 64em) {
  .person__col--info em {
    font-size: 1.25em;
  }
}

.person__col--info p {
  font-size: 0.75em;
  line-height: 1.4;
}

@media screen and (min-width: 30em) {
  .person__col--info p {
    font-size: 0.82em;
    line-height: 1.55;
  }
}

@media screen and (min-width: 48em) {
  .person__col--info p {
    font-size: 0.875em;
    line-height: 1.75;
  }
}

.person__col--info p:first-of-type {
  margin-top: 0.8em;
}

@media screen and (min-width: 64em) {
  .person__col--info p:first-of-type {
    margin-top: 2em;
  }
}

.person__img {
  border-radius: 0.25em;
  width: 100%;
  height: auto;
}

.person__social {
  text-align: left;
  margin-bottom: 20px;
}

@media screen and (min-width: 64em) {
  .person__social {
    text-align: center;
    margin: 2em 0;
  }
}

.person__social img {
  display: block;
  margin: 1em 0 0;
}

@media screen and (min-width: 48em) {
  .person__social img {
    display: inline;
    margin: 1em 1em 0 0;
  }
}

.person__social .tel {
  display: inline-block;
  font-family: "Century Gothic", CenturyGothic, 'Helvetica Light', Arial, sans-serif;
  font-weight: bold;
  color: #000;
}

.person__social .tel img {
  margin-left: .5em;
  margin-bottom: -.2em;
  display: inherit;
}

.quote p:before, .quote p:after {
  font-size: 2.5em;
  line-height: 0;
  vertical-align: bottom;
  pointer-events: none;
  display: inline-block;
}

.quote p:before {
  content: '“';
  margin-right: 0.125em;
}

.quote p:after {
  content: '”';
  margin-left: 0.125em;
}

.related__title {
  background-color: #fff;
  display: inline-block;
  padding: 0 0.25em 1.5em 0.25em;
  font-size: -webkit-calc(0.738em + 1vw);
  font-size: calc(0.738em + 1vw);
}

@media screen and (min-width: 64em) {
  .related__title {
    margin-left: 2.7em;
    font-size: 1.75em;
  }
}

.related__title__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -1.75em;
}

@media screen and (min-width: 64em) {
  .related__title__container {
    display: block;
    max-width: 58.875em;
    margin-left: auto;
    margin-right: auto;
    margin-top: -2.7em;
  }
}

.related--outer {
  margin-top: 2em;
}

@media screen and (min-width: 64em) {
  .related--outer {
    border-top: 1px solid #ededed;
    margin-top: 7.5em;
  }
}

.related--inner {
  position: relative;
  padding: 0 0.65em;
}

@media screen and (min-width: 48em) {
  .related--inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
  }
}

@media screen and (min-width: 64em) {
  .related--inner {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.related__col {
  margin: 0 0.625em;
}

@media screen and (min-width: 48em) {
  .related__col {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 45%;
            flex: 1 1 45%;
  }
}

@media screen and (min-width: 64em) {
  .related__col {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    max-width: 19.0625em;
  }
}

.related__item {
  display: block;
  position: relative;
  overflow: hidden;
  height: 100%;
  border-radius: 0.5em;
  margin-bottom: 1.375em;
}

@media screen and (min-width: 64em) {
  .related__item {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 64em) {
  .related__item + .related__item {
    margin-top: 1.25em;
  }
}

.related__item.related__out {
  -webkit-animation: relatedOut 300ms linear forwards;
          animation: relatedOut 300ms linear forwards;
  pointer-events: none;
}

.related__item.related__out.related__in {
  pointer-events: auto;
}

@-webkit-keyframes relatedOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}

@keyframes relatedOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}

.related__item.related__in {
  -webkit-animation: relatedIn 300ms linear forwards;
          animation: relatedIn 300ms linear forwards;
  opacity: 0;
  position: absolute;
  top: 5em;
  left: 10em;
  right: 10em;
  bottom: 5em;
  padding: 0;
  margin-top: 0;
  z-index: 1;
  height: auto;
}

@-webkit-keyframes relatedIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes relatedIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.related__item.related__in:after, .related__item.related__in:before {
  display: none;
}

.related__item.related__in iframe {
  height: 100%;
}

.related__item.related__in-two {
  -webkit-animation: relatedInTwo 300ms linear forwards;
          animation: relatedInTwo 300ms linear forwards;
}

@-webkit-keyframes relatedInTwo {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

@keyframes relatedInTwo {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

.related__item--text {
  padding-top: 1em;
  padding-bottom: 1em;
  padding-right: 1.25em;
  padding-left: 2.5em;
  overflow: hidden;
}

.related__item--text:hover {
  text-decoration: none;
}

.related__item--text h5 {
  margin: 0;
  font-size: 1.1875em;
}

.related__item--text p {
  margin: 0.8em 0 0 0;
  font-size: 0.9375em;
  line-height: 1.65;
}

.related__item--video {
  padding-bottom: 1em;
  padding-left: 1.25em;
  overflow: hidden;
}

.related__item--video iframe {
  width: 100%;
  height: 13em;
}

.related__item--video h5 {
  margin: 0;
  padding-left: 0.75em;
  font-size: 1.1875em;
}

@media screen and (min-width: 64em) {
  .related__item--video:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
    z-index: 1;
  }
}

#block-views-related-articles-related {
  overflow: hidden;
}

@media screen and (min-width: 64em) {
  #block-views-related-articles-related {
    overflow: visible;
  }
}

.ribbon {
  position: relative;
  border-radius: 0.25em;
  overflow: hidden;
}

.ribbon--title {
  display: block;
  padding: 0.6875em;
  margin: 0.6875em 0.6875em 0;
  border-radius: 0.25em 0.25em 0 0;
}

.ribbon--title:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: auto;
  height: 0.25em;
}

@media screen and (min-width: 64em) {
  .ribbon--title {
    display: inline-block;
    padding: 1em 9em 1em 5em;
    margin: 5em 5em 1em;
    border-radius: 0.25em;
  }
  .ribbon--title:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    top: 0;
    height: auto;
    width: 1.25em;
  }
}

.ribbon--title h1 {
  font-size: 1.5em;
  margin: 0;
}

@media screen and (min-width: 64em) {
  .ribbon--title h1 {
    font-size: 2.9em;
  }
}

.ribbon--yellow {
  background-color: #fec430;
  color: #343338;
}

.ribbon--grey {
  background-color: #636466;
  color: #fff;
}

.ribbon--light-grey {
  background-color: #F7F7F7;
  color: #333333;
}

.ribbon--white {
  background-color: #fff;
}

.section--services {
  z-index: 1;
  position: relative;
}

.services {
  position: relative;
  padding: 1em;
  margin-bottom: -3.25em;
  max-width: 75.375em;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 64em) {
  .services {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 5em 0;
    margin-bottom: 0;
  }
}

.services__block {
  background-color: #fff;
  color: #000;
  display: block;
  margin: 0 0 0.5em;
  padding: 1em;
  -webkit-box-shadow: 0 0.25em 0.625em rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.25em 0.625em rgba(0, 0, 0, 0.1);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  border-radius: 0.25em;
  -webkit-transition: -webkit-box-shadow 300ms;
  transition: -webkit-box-shadow 300ms;
  transition: box-shadow 300ms;
  transition: box-shadow 300ms, -webkit-box-shadow 300ms;
}

@media screen and (min-width: 64em) {
  .services__block {
    margin: 0 1.9em 2.5em;
    -ms-flex-preferred-size: 15%;
        flex-basis: 15%;
  }
}

.services__block:hover, .services__block:focus {
  text-decoration: none;
  -webkit-box-shadow: 0 0.25em 0.625em rgba(0, 0, 0, 0.25);
          box-shadow: 0 0.25em 0.625em rgba(0, 0, 0, 0.25);
}

.services__block svg {
  fill: #eba834;
  width: 2.6em;
  height: 2.6em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.services__block h6 {
  margin: 0 0 0 1em;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.services__block p {
  font-size: 0.875em;
  line-height: 1.7;
  padding-left: 4.2em;
}

@media screen and (min-width: 64em) {
  .services__block p {
    padding-left: 0em;
  }
}

.services__title__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.social {
  z-index: 10;
  position: fixed;
  overflow: hidden;
  right: 0;
  top: 43%;
  border-radius: 0.5em 0 0 0.5em;
  display: none;
}

@media screen and (min-width: 64em) {
  .social {
    display: block;
  }
}

.social__item {
  border-bottom: #2d2d2d;
}

.social__item span {
  background-color: #333333;
  color: #fff;
  display: block;
  font-weight: 600;
  font-size: 0.65em;
  padding: 0.6em;
}

.social__item a {
  background-color: #333333;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 100%;
  padding: 0.5em 0.6em;
}

.social__item a.social__more {
  cursor: pointer;
  padding: 0.75em 0.6em;
}

.social__item a:hover, .social__item a:focus {
  background-color: #414141;
  text-decoration: none;
}

.social__item a svg {
  fill: #fff;
}

.social__item--hidden {
  display: none;
}

@media screen and (min-width: 64em) {
  .team {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (min-width: 64em) {
  .team.container--media {
    margin-top: 5em;
  }
}

.team.container--media .ribbon {
  width: 100%;
}

.team__title {
  background-color: #fff;
  display: inline-block;
  padding: 0 0.25em 1.5em 0.25em;
  font-size: -webkit-calc(0.738em + 1vw);
  font-size: calc(0.738em + 1vw);
}

@media screen and (min-width: 64em) {
  .team__title {
    margin-left: 2.7em;
    font-size: 1.75em;
  }
}

.team__title__container--outer {
  border-top: 1px solid #ededed;
  margin-top: 3em;
}

@media screen and (min-width: 64em) {
  .team__title__container--outer {
    margin-top: 5em;
  }
}

.team__title__container--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -1.75em;
}

@media screen and (min-width: 64em) {
  .team__title__container--inner {
    display: block;
    max-width: 58.875em;
    margin-left: auto;
    margin-right: auto;
    margin-top: -2.7em;
  }
}

.team__filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
}

@media screen and (min-width: 64em) {
  .team__filter {
    margin-top: 3em;
  }
}

.team__filter a {
  color: #333333;
  display: inline-block;
  padding: 0.75em;
  margin: 0.75em 0.5em 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  font-size: 85%;
  max-width: 18em;
}

@media screen and (min-width: 30em) {
  .team__filter a {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 44%;
            flex: 0 1 44%;
    margin: 1em 0.5em 0;
    padding: 1em;
    max-width: none;
  }
}

@media screen and (min-width: 48em) {
  .team__filter a {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 30%;
            flex: 0 1 30%;
    font-size: 100%;
  }
}

@media screen and (min-width: 64em) {
  .team__filter a {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}

.team--member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0 1em;
  margin: 2em auto;
  max-width: 42.1875em;
}

@media screen and (min-width: 64em) {
  .team--member {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 50%;
    margin: 2em 0;
  }
}

.team__member__col {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  padding: 0 0.5em;
}

.team__member__col--info h3 {
  margin: 0;
}

.team__member__col--info em {
  font-size: 1.25em;
  font-weight: 600;
}

.team__member__col--info p {
  font-size: 0.75em;
  line-height: 1.4;
}

@media screen and (min-width: 30em) {
  .team__member__col--info p {
    font-size: 0.82em;
    line-height: 1.55;
  }
}

@media screen and (min-width: 48em) {
  .team__member__col--info p {
    font-size: 0.875em;
    line-height: 1.75;
  }
}

.team__member__col--info p:first-of-type {
  margin-top: 0.8em;
}

@media screen and (min-width: 64em) {
  .team__member__col--info p:first-of-type {
    margin-top: 2em;
  }
}

.team__member__img {
  width: 100%;
  border-radius: 0.25em;
}

.team__member__media {
  margin: 1em 0;
  padding: 0 1em;
}

.team__member__media--phone {
  color: #333333;
  font-weight: 600;
  font-size: 0.75em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 30em) {
  .team__member__media--phone {
    font-size: 1em;
  }
}

.team__member__media--phone img {
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0 0.5em 0 0;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
body {
  font-family: "Century Gothic", CenturyGothic, 'Helvetica Light', Arial, sans-serif;
}

a {
  color: #0a488f;
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: underline;
}

h1 {
  font-size: 2em;
  font-weight: 600;
}

h2 {
  font-size: 1.75em;
  font-weight: 600;
}

h3 {
  font-size: 1.5em;
  font-weight: 600;
}

h4 {
  font-size: 1.375em;
  font-weight: 600;
}

h5 {
  font-size: 1.125em;
  font-weight: 600;
}

h6 {
  font-size: 1em;
  font-weight: 600;
}

.page-title {
  display: inline;
  padding: 0 50px;
  float: left;
  background: #FFFFFF;
}

.page-title:after {
  display: block;
  content: "";
  width: 110%;
  position: absolute;
  top: 45px;
  left: -5%;
  border-top: 1px solid #ededed;
  z-index: -2;
}

img {
  max-width: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.browsehappy {
  text-align: center;
  margin: 0;
  background: #fff8e2;
  color: #000;
  padding: 0.5em 0;
}

/*# sourceMappingURL=main.css.map */


h2.block__title {
	display: none;
}

.upload-form {
	min-width: 30%;
}

.upload-form.form-item.webform-component.webform-component-email.webform-component--email {
	    position: absolute;
    margin-top: 95px;
	width: 71.5%;
}

.upload-form.form-item.webform-component.webform-component-textfield.webform-component--to-the-attention-of {
	position: absolute;
    margin-top: 170px;
	width: 71.5%;
}

.upload-form.form-item.webform-component.webform-component-textfield.webform-component--which-entity-are-these-details-for {
	position: absolute;
    margin-top: 245px;
	width: 71.5%;
}

.upload-form.form-item.webform-component.webform-component-file.webform-component--attachment-1 {
	    position: absolute;
    margin-top: 350px;
        margin-left: -970px;
		width: 71.5%;
}

.upload-files-attachment.form-managed-file {
	display: block;
}

.upload-form.form-item.webform-component.webform-component-file.webform-component--attachment-2 {
	    position: absolute;
    margin-top: 440px;
        margin-left: -970px;
		width: 71.5%;
}

.infusion-field.form-item.webform-component.webform-component-file.webform-component--attachment-3 {
	position: absolute;
    margin-top: 530px;
        margin-left: -970px;
		width: 71.5%;
}

.upload-form.form-item.webform-component.webform-component-file.webform-component--attachment-4 {
	    position: absolute;
    margin-top: 620px;
        margin-left: -970px;
		width: 71.5%;
}

.upload-form.form-item.webform-component.webform-component-file.webform-component--attachment-5 {
	    position: absolute;
    margin-top: 710px;
        margin-left: -970px;
		width: 71.5%;
}

.upload-form.form-item.webform-component.webform-component-textfield.webform-component--comments-for-your-accountant {
	position: absolute;
    margin-top: 820px;
		width: 71.5%;
}

.upload-form.form-item.webform-component.webform-component-file.webform-component--attachment-1 .description, .upload-form.form-item.webform-component.webform-component-file.webform-component--attachment-2 .description, .infusion-field.form-item.webform-component.webform-component-file.webform-component--attachment-3 .description, .upload-form.form-item.webform-component.webform-component-file.webform-component--attachment-4 .description {
	display: none;
}

form[id^=webform-client-form-] {
	margin-bottom: 100px;
}

.webform-client-form-29 .form-actions {
	margin-top: 950px;
	    margin-left: -970px;
		width: 71.5%;
	text-align: center;
}

form[id^=webform-client-form-] input[type="submit"] {
    width: 30%;
    padding: 0.54em;
    margin-top: 30px;
    position: absolute;
}

.student-form.form-item.webform-component.webform-component-textfield.webform-component--phone-number {
		    position: absolute;
    margin-top: 95px;
	width: 71.5%;
}

.student-form.form-item.webform-component--i-consent-to-my-personal-information-being-collected-and-used-in-accordance-with-smith-coffeys-privacy-policy {
	    margin-top: 780px;
    margin-left: -790px;
}

.student-form.form-item.webform-component.webform-component-email.webform-component--email-non-university {
			    position: absolute;
    margin-top: 170px;
	width: 71.5%;
}

.student-form.form-item.webform-component.webform-component-textfield.webform-component--university {
			    position: absolute;
    margin-top: 260px;
	width: 71.5%;
}

.student-form.form-item.webform-component.webform-component-textfield.webform-component--graduation-year {
				    position: absolute;
    margin-top: 335px;
	width: 71.5%;
}

.student-form.form-item.webform-component.webform-component-radios.webform-component--an-australian-citizen-or-permanent-resident {
					    position: absolute;
    margin-top: 420px;
	width: 71.5%;
}

.student-form.form-item.webform-component.webform-component-radios.webform-component--enrolled-as-a-full-time-medical-student {
						    position: absolute;
    margin-top: 510px;
	width: 71.5%;
}

.student-form.form-item.webform-component.webform-component-radios.webform-component--able-to-demonstrate-satisfactory-results-ie-transcript-does-not-contain-multiple-fails {
							    position: absolute;
    margin-top: 600px;
	width: 71.5%;
}

.student-form.form-item.webform-component.webform-component-radios.webform-component--do-you-have-total-debt-credit-limits-in-excess {
    position: absolute;
    margin-top: 690px;
    width: 71.5%;
}

.webform-client-form-30 .form-actions {
	    margin-left: 0px;
	margin-top: 850px;
	text-align: left;
	margin-left: -550px;
}

.student-form.form-item.webform-component.webform-component-textfield.webform-component--name {
	min-width: 170%;
}

#edit-submitted-name {
	padding-left: 10px;
}

h2.contact__title {
	margin-top: 10%;
}

.webform-component--i-would-be-interested-in-talking-about {
	min-width: 25%;
	}

.contact__form label {
display: block;
    line-height: 1;
    font-size: 1.2em;
    font-weight: 400;
}

.contact__form input[type="checkbox"], input[type="radio"] {
    background-color: #fff;
    -webkit-appearance: none;
    outline: none;
    box-sizing: content-box;
    height: .75em;
    width: .75em;
    border: .15em solid #fff;
    margin-right: 1em;
    box-shadow: 0 0 0 1px #000;
    transition: background-color .3s;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

label.option {
    cursor: pointer;
    font-weight: 600;
    font-size: 1.25em;
	display: inline;
}

.contact_form_consent_wrapper {
    margin-top: 750px;
    width: 900px;
    margin-left: 100px;
}

.form-type-radio.form-item-submitted-i-consent-to-my-personal-information-being-collected-and-used-in-accordance-with-smith-coffeys-privacy-policy {
	margin-top: 20px;
}

.form-item-submitted-i-would-be-interested-in-talking-about {
    margin: 1.5em 0;
}

.name.field.form-item.webform-component.webform-component-textfield.webform-component--first-name {
		    position: absolute;
    margin-top: 0px;
	width: 50%;
	margin-left: 27.5%;
}

.name.field.form-item.webform-component.webform-component-textfield.webform-component--last-name {
		    position: absolute;
    margin-top: 80px;
	margin-left: 27.5%;
	width: 50%;
}

.name.field.form-item.webform-component.webform-component-email.webform-component--email {
	position: absolute;
    margin-top: 160px;
    margin-left: 27.5%;
    width: 50%;
}

.name.field.form-item.webform-component.webform-component-textfield.webform-component--state {
	position: absolute;
    margin-top: 240px;
    margin-left: 27.5%;
    width: 50%;
}

.name.field.form-item.webform-component.webform-component-textfield.webform-component--contact-number {
	position: absolute;
    margin-top: 320px;
    margin-left: 27.5%;
    width: 50%;
}

.contact.field.form-item.webform-component.webform-component-textfield.webform-component--medical-profession {
	position: absolute;
    margin-top: 400px;
    margin-left: 27.5%;
    width: 50%;
}

.type.field.form-item.webform-component.webform-component-radios.webform-component--profession-type {
	position: absolute;
    margin-top: 480px;
    margin-left: 29%;
    width: 50%;
}

.name.field.form-item.webform-component.webform-component-textfield.webform-component--medical-student-level {
		position: absolute;
    margin-top: 545px;
    margin-left: 27.5%;
    width: 50%;
}

.select.field.form-item.webform-component.webform-component-select.webform-component--how-did-you-hear-about-us {
			position: absolute;
    margin-top: 640px;
    margin-left: 27.5%;
    width: 50%;
}

#edit-submitted-how-did-you-hear-about-us {
	margin-top: 10px;
	width: 100%;
    padding: 10px;
}

.webform-client-form-50 .webform-submit.button-primary.form-submit {
    margin-top: 20px;
    margin-left: -580px;
    padding-left: 50px;
    padding-right: 50px;
    margin-top: 860px;
}

.menu-mlid-620 a {
	font-size: 0.9375em !important;
    font-weight: 600;
    margin-top: 10px;
}

.page-node-1 .ribbon--light-grey {
	background-color: #fec430;
	color: #343338;
}

.page-node-1 .gradient--light-grey:after {
	background: linear-gradient(90deg,#fbc131 0,#eca934);
}

img.footer-image {
	width: 150px;
}

.footer-left1 {
	display: inline;
}

.footer-left2 {
    display: inline-block;
    width: 70%;
    padding-top: 0px;
    vertical-align: top;
    margin-top: 10px;
}

.docusign.form-item.webform-component.webform-component-email.webform-component--current-email {
		    position: absolute;
    margin-top: 0px;
	width: 80%;
}

.docusign.phone.form-item.webform-component.webform-component-textfield.webform-component--current-mobile-number {
			    position: absolute;
    margin-top: 80px;
	width: 80%;
}

.docusign.select.form-item.webform-component.webform-component-radios.webform-component--i-would-like-to-update {
		position: absolute;
    margin-top: 170px;
    width: 80%;
}
.docusign.email.form-item.webform-component.webform-component-email.webform-component--new-email {
			position: absolute;
    margin-top: 270px;
    width: 80%;
}

.docusign.new-mobile.form-item.webform-component.webform-component-textfield.webform-component--new-mobile-number {
			position: absolute;
    margin-top: 270px;
    width: 80%;
}

#webform-client-form-57 {
	margin-bottom: 500px;
}

#edit-submitted-i-would-like-to-update-1 {
	margin-top: 20px;
}

.upload-form.webform-component--i-consent-to-my-personal-information-being-collected-and-used-in-accordance-with-smith-coffeys-privacy-policy {
    margin-top: 920px;
    margin-left: -970px;
}

.webform-client-form-57 .webform-submit.button-primary.form-submit {
				position: absolute;
    margin-top: 350px;
}

input#edit-submitted-attachment-1-upload-button, input#edit-submitted-attachment-2-upload-button, input#edit-submitted-attachment-3-upload-button, input#edit-submitted-attachment-4-upload-button, input#edit-submitted-attachment-5-upload-button {
	margin-top: -20px;
}

input[type="radio"]:checked, input[type="checkbox"]:checked { 
    background:black !important;
}


@media screen and (max-width: 736px) {
	.mobileapp__mobile {
    display: block;
    margin-left: auto;
    margin-right: 0em;
    width: 100%;
}
}

.section-resource-centre .header__background {
	    background-color: #E0E0E0;
    background-image: url(../images/background-light.png) !important;
}

@media screen and (max-width: 1024px) {
	
input.upload-files-name.form-text.required {
    width: 52% !important;
}
	
	.webform-client-form-29 {
    margin-left: 8% !important;
}
	
	.upload-form.webform-component--i-consent-to-my-personal-information-being-collected-and-used-in-accordance-with-smith-coffeys-privacy-policy {
    width: 900px;
}
	
	.upload-form.form-item.webform-component.webform-component-textfield.webform-component--comments-for-your-accountant {
    margin-top: 850px;
}
	
	
	.upload-form.webform-component--i-consent-to-my-personal-information-being-collected-and-used-in-accordance-with-smith-coffeys-privacy-policy {
    margin-top: 950px;
}
	
	.webform-client-form-30 .form-actions {
    margin-left: -650px;
}
	
	.student-form.form-item.webform-component--i-consent-to-my-personal-information-being-collected-and-used-in-accordance-with-smith-coffeys-privacy-policy {
    margin-top: 800px;
    margin-left: -725px;
}
	
		.student-form.form-item.webform-component--i-consent-to-my-personal-information-being-collected-and-used-in-accordance-with-smith-coffeys-privacy-policy label {
			width: 90%;
	}
	
	.student-form.form-item.webform-component.webform-component-textfield.webform-component--phone-number {
    width: 95% !important;
}
	
	.student-form.form-item.webform-component.webform-component-email.webform-component--email-non-university,
	.student-form.form-item.webform-component.webform-component-textfield.webform-component--university,
	.student-form.form-item.webform-component.webform-component-textfield.webform-component--graduation-year {
    width: 95%;
}
	
	.student-form.form-item.webform-component.webform-component-radios.webform-component--do-you-have-total-debt-credit-limits-in-excess {
    margin-top: 710px;
}
	
	.contact__form label {
		margin-bottom: 10px !important;
	}
	
	.webform-component--i-would-be-interested-in-talking-about {
    max-width: 30%;
}
	
	label.option {
		font-size: 1.0em;
	}
	
	.contact_form_consent_wrapper {
    margin-top: 750px;
    width: 900px;
    margin-left: 0px;
}
	
	.webform-client-form-29 .form-actions {
    margin-top: 1020px;
    margin-left: -970px;
    width: 71.5%;
    text-align: center;
}
	
}

@media screen and (max-width: 812px) {
	
	.interested-container {
    width: 100% !important;
    display: block;
}
.right-content {
    width: 100% !important;
    float: none;
}
	
	input.upload-files-name.form-text.required {
    width: 440px !important;
		height: 58px;
	}
	
		input.upload-files-email, input.upload-files-attention {
		height: 58px;
}
	
	.upload-form.webform-component--i-consent-to-my-personal-information-being-collected-and-used-in-accordance-with-smith-coffeys-privacy-policy {
    width: 700px;
		    margin-left: -360px;
		margin-top: 955px;
}
	
	.webform-client-form-29 .form-actions {
    margin-left: -650px;
}
	
	.student-form.form-item.webform-component--i-consent-to-my-personal-information-being-collected-and-used-in-accordance-with-smith-coffeys-privacy-policy label {
    width: 100%;
}
	
	.student-form.form-item.webform-component--i-consent-to-my-personal-information-being-collected-and-used-in-accordance-with-smith-coffeys-privacy-policy {
    margin-left: -690px;
		margin-top: 820px;
}
	
	.webform-client-form-30 .form-actions {
     margin-left: 0px;
    margin-top: 920px;
}
	
	form[id^=webform-client-form-] {
    margin-bottom: 100px;
    margin-left: 40px;
		    width: 50% !important;
		margin-top: 70px;
}
	
	.contact_form_consent_wrapper {
    margin-top: 750px;
    width: 400px;
    margin-left: 60px;
}
	
	.menu-mlid-648 {
		background-color: #eba834;
	}
	
	.menu-mlid-586 {
	background-color: #fec430;	
	}
	
	.menu-mlid-604 {
	background-color: #8b8c90;	
	}
	
	.menu-mlid-604 a span, .menu-mlid-582 a span {
		color: #FFFFFF !important;
	}
	
	.menu-mlid-582 {
	background-color: #636466;	
	color: #FFFFFF;
	}
	
	.menu-mlid-604 a.menu__link {
		color: #333333 !important;
	}
	
#edit-submitted-name {
	padding-left: 10px;
}
	
.webform-client-form-50 .webform-submit.button-primary.form-submit {
    width: 70%;
    margin-left: -60%;
    margin-top: 880px;
}
	
	.upload-form.form-item.webform-component.webform-component-file.webform-component--attachment-1,
	.upload-form.form-item.webform-component.webform-component-file.webform-component--attachment-2,
	.infusion-field.form-item.webform-component.webform-component-file.webform-component--attachment-3,
	.upload-form.form-item.webform-component.webform-component-file.webform-component--attachment-4,
	.upload-form.form-item.webform-component.webform-component-file.webform-component--attachment-5
	{
		margin-left: -330px;
	}
	
	.upload-form.form-item.webform-component.webform-component-textfield.webform-component--comments-for-your-accountant {
		margin-top: 860px;
	}
	
		.menu__item.is-leaf.leaf.menu-mlid-599 {
		display: none;
	}
	
	.webform-client-form-29 {
		padding-left: 20px;
	}
	
}

@media screen and (max-width: 768px) {
	.student-form.form-item.webform-component--i-consent-to-my-personal-information-being-collected-and-used-in-accordance-with-smith-coffeys-privacy-policy label {
    width: 150%;
}
	
	.student-form.form-item.webform-component--i-consent-to-my-personal-information-being-collected-and-used-in-accordance-with-smith-coffeys-privacy-policy {
    margin-left: -650px;
}
	
	
}

@media screen and (max-width: 736px) {
	
	.webform-client-form-29 .form-actions {
    margin-top: 0px;
    margin-left: 0px;
}
	
	input.upload-files-name.form-text.required {
    width: 325px !important;
    height: 58px;
}
	
	.upload-form.webform-component--i-consent-to-my-personal-information-being-collected-and-used-in-accordance-with-smith-coffeys-privacy-policy {
    width: 500px;
    margin-left: 0px;
    margin-top: 820px;
}
	
		
	.student-form.form-item.webform-component.webform-component-textfield.webform-component--name {
    min-width: 140%;
}
	
	input#edit-submitted-name, input#edit-submitted-phone-number {
		height: 50px;
	}
	
	input#edit-submitted-email-non-university {
		height: 65px;
	}
	
	form[id^=webform-client-form-] {
    margin-bottom: 150px;
}
	
	.student-form.form-item.webform-component.webform-component-textfield.webform-component--phone-number {
    margin-top: 0px;
		width: 70% !important;
}	
	
	.student-form.form-item.webform-component.webform-component-email.webform-component--email-non-university {
    margin-top: 60px;
}
	
	.student-form.form-item.webform-component.webform-component-textfield.webform-component--graduation-year {
    margin-top: 135px;
}
	
	.student-form.form-item.webform-component.webform-component-textfield.webform-component--university {
    margin-top: 195px;
}

.student-form.form-item.webform-component.webform-component-email.webform-component--email-non-university, .student-form.form-item.webform-component.webform-component-textfield.webform-component--university, .student-form.form-item.webform-component.webform-component-textfield.webform-component--graduation-year {
    width: 70%;
}
	
	.student-form.form-item.webform-component.webform-component-radios.webform-component--an-australian-citizen-or-permanent-resident {
    margin-top: 280px;
}
	
	.student-form.form-item.webform-component.webform-component-radios.webform-component--enrolled-as-a-full-time-medical-student {
    margin-top: 370px;
}
	
	.student-form.form-item.webform-component.webform-component-radios.webform-component--able-to-demonstrate-satisfactory-results-ie-transcript-does-not-contain-multiple-fails {
    margin-top: 460px;
}
	
	.student-form.form-item.webform-component--i-consent-to-my-personal-information-being-collected-and-used-in-accordance-with-smith-coffeys-privacy-policy {
    margin-top: 650px;
    margin-left: 0px;
    width: 700px;
}
	
	.student-form.form-item.webform-component--i-consent-to-my-personal-information-being-collected-and-used-in-accordance-with-smith-coffeys-privacy-policy label {
    width: 100%;
}
	
	.student-form.form-item.webform-component.webform-component-radios.webform-component--do-you-have-total-debt-credit-limits-in-excess {
    margin-top: 560px;
}
	
	.webform-client-form-30 .form-actions {
    margin-top: 0px;
    margin-left: 100px;
}
		
	.webform-component--i-would-be-interested-in-talking-about {
    max-width: 80%;
    margin-left: 10%;
}
	
	.name.field.form-item.webform-component.webform-component-textfield.webform-component--first-name {
    position: absolute;
    margin-top: 0px;
    width: 70%;
    margin-left: 9%;
}
	
	.name.field.form-item.webform-component.webform-component-textfield.webform-component--last-name {
    position: absolute;
    margin-top: 80px;
    margin-left: 9%;
    width: 70%;
}
	
	.name.field.form-item.webform-component.webform-component-email.webform-component--email {
    position: absolute;
    margin-top: 160px;
    margin-left: 9%;
    width: 70%;
}
	
	.name.field.form-item.webform-component.webform-component-textfield.webform-component--state {
    position: absolute;
    margin-top: 240px;
    margin-left: 9%;
    width: 70%;
}
	
	.name.field.form-item.webform-component.webform-component-textfield.webform-component--contact-number {
    position: absolute;
    margin-top: 320px;
    margin-left: 9%;
    width: 70%;
}
	
	.contact.field.form-item.webform-component.webform-component-textfield.webform-component--medical-profession {
    position: absolute;
    margin-top: 400px;
    margin-left: 9%;
    width: 70%;
}
	
	.type.field.form-item.webform-component.webform-component-radios.webform-component--profession-type {
    position: absolute;
    margin-top: 480px;
    margin-left: 9%;
    width: 70%;
}
	
	.name.field.form-item.webform-component.webform-component-textfield.webform-component--medical-student-level {
    position: absolute;
    margin-top: 545px;
    margin-left: 9%;
    width: 70%;
}
	
	.select.field.form-item.webform-component.webform-component-select.webform-component--how-did-you-hear-about-us {
    position: absolute;
    margin-top: 640px;
    margin-left: 9%;
    width: 70%;
}
	
	.contact_form_consent_wrapper {
    margin-top: 780px;
    width: 400px;
    margin-left: 9%;
}
	
	.webform-client-form-50 .webform-submit.button-primary.form-submit {
    margin-top: 0px;
    margin-left: 9%;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 10px;
}
	
	.upload-files-name {
		width: 70% !important;
		    height: 49px;
	}
	
	.upload-form.form-item.webform-component.webform-component-email.webform-component--email {
    position: absolute;
    margin-top: 0px;
}
	
	
	
	.upload-form input#edit-submitted-email {
		 height: 49px;
	}
	
	.upload-form.form-item.webform-component.webform-component-textfield.webform-component--to-the-attention-of {
		    position: absolute;
    margin-top: 65px;
	}
	
	.upload-form input#edit-submitted-to-the-attention-of {
		 height: 49px;
	}
	
	.upload-form.form-item.webform-component.webform-component-textfield.webform-component--which-entity-are-these-details-for {
				    position: absolute;
    margin-top: 120px;
	}
	
	.upload-form input#edit-submitted-which-entity-are-these-details-for {
		 height: 65px;
	}
	
	.upload-form.form-item.webform-component.webform-component-file.webform-component--attachment-1 {
    position: absolute;
    margin-top: 200px;
    margin-left: 10px !important;
    width: 70%;
}
	
	.upload-form.form-item.webform-component.webform-component-file.webform-component--attachment-2 {
		    position: absolute;
    margin-top: 280px;
    margin-left: 10px !important;
    width: 70%;
	}
	
	.infusion-field.form-item.webform-component.webform-component-file.webform-component--attachment-3 {
		    position: absolute;
    margin-top: 360px;
    margin-left: 10px !important;
    width: 70%;
	}
	
	.upload-form.form-item.webform-component.webform-component-file.webform-component--attachment-4 {
				    position: absolute;
    margin-top: 440px;
    margin-left: 10px !important;
    width: 70%;
	}
	
	.upload-form.form-item.webform-component.webform-component-file.webform-component--attachment-5 {
				    position: absolute;
    margin-top: 520px;
    margin-left: 10px !important;
    width: 70%;
	}
	
.upload-form.form-item.webform-component.webform-component-textfield.webform-component--comments-for-your-accountant {
					    position: absolute;
    margin-top: 680px;
	}
	
	.upload-form.form-item.webform-component.webform-component-file.webform-component--attachment-1, .upload-form.form-item.webform-component.webform-component-file.webform-component--attachment-2, .infusion-field.form-item.webform-component.webform-component-file.webform-component--attachment-3, .upload-form.form-item.webform-component.webform-component-file.webform-component--attachment-4, .upload-form.form-item.webform-component.webform-component-file.webform-component--attachment-5 {
			margin-left: 10px;
	}
	
	.upload-form input#edit-submitted-comments-for-your-accountant {
		 height: 65px;
	}
	
	.webform-client-form-29 .description {
		margin-top: 20px;
	}
	
	.webform-client-form-29 .form-actions {
    width: 85%;
    text-align: center;
    padding-bottom: 50px !important;
    position: relative;
}
}

@media screen and (max-width: 667px) {
	.student-form.form-item.webform-component--i-consent-to-my-personal-information-being-collected-and-used-in-accordance-with-smith-coffeys-privacy-policy {
    width: 500px;
}
}

@media screen and (max-width: 414px) {
	
	.student-form.form-item.webform-component--i-consent-to-my-personal-information-being-collected-and-used-in-accordance-with-smith-coffeys-privacy-policy label {
    width: 80%;
}
	
.webform-client-form-29 input.webform-submit.button-primary.form-submit {
    width: 400px;
}
	
	.webform-client-form-29 {
    margin-left: 0% !important;
}
	
	input.upload-files-name.form-text.required {
    width: 180px !important;
    height: 58px;
}
	
	.upload-form.webform-component--i-consent-to-my-personal-information-being-collected-and-used-in-accordance-with-smith-coffeys-privacy-policy {
    width: 350px;
}
	
.student-form.form-item.webform-component--i-consent-to-my-personal-information-being-collected-and-used-in-accordance-with-smith-coffeys-privacy-policy {
    width: 360px;
}
	
.student-form.form-item.webform-component.webform-component-textfield.webform-component--name label {
    width: 70% !important;
}
	
	form[id^=webform-client-form-] {
    margin-left: 0px;
}
	
	.contact_form_consent_wrapper {
    width: 350px;
}
	
	.hero__form {
    padding: 2em 2.5em 40em;
}
	
	.upload-form.form-item.webform-component.webform-component-textfield.webform-component--name {
    width: 355px;
    margin-left: 10%;
}
	
	.upload-form.form-item.webform-component.webform-component-email.webform-component--email {
		width: 85%;
		margin-left: 5%;
		margin-top: 0px;
	}
	
	.upload-form.form-item.webform-component.webform-component-textfield.webform-component--to-the-attention-of {
			width: 85%;
		margin-left: 5%;
		margin-top: 60px;
	}
	
	.upload-form.form-item.webform-component.webform-component-textfield.webform-component--which-entity-are-these-details-for {
			width: 85%;
		margin-left: 5%;
		margin-top: 135px;
	}
	
	.upload-form.form-item.webform-component.webform-component-textfield.webform-component--comments-for-your-accountant {
		margin-top: 210px;
			width: 85%;
		margin-left: 5%;
	}
	
	.upload-form.form-item.webform-component.webform-component-file.webform-component--attachment-1 {
		margin-top: 300px;
	}
	
	.upload-form.form-item.webform-component.webform-component-file.webform-component--attachment-2 {
    margin-top: 370px;
	}
	
	.infusion-field.form-item.webform-component.webform-component-file.webform-component--attachment-3 {
    margin-top: 440px;
	}
	
	.upload-form.form-item.webform-component.webform-component-file.webform-component--attachment-4 {
    margin-top: 510px;
	}
	
	.upload-form.form-item.webform-component.webform-component-file.webform-component--attachment-5 {
				    position: absolute;
    margin-top: 580px;
    margin-left: 10px !important;
	}
	
	#edit-submitted-attachment-1-upload-button, #edit-submitted-attachment-2-upload-button, #edit-submitted-attachment-3-upload-button, #edit-submitted-attachment-4-upload-button, #edit-submitted-attachment-5-upload-button {
		width: 30% !important;
	}
	
	.webform-client-form-29 .form-actions {
		    margin-top:0px;
    margin-left: -20%;
    width: 71.5%;
	}
	
	.webform-component--i-would-be-interested-in-talking-about {
		margin-left: 5%;
	}
.student-form.form-item.webform-component.webform-component-textfield.webform-component--name {
    min-width: 90%;
}
	
	form[id^=webform-client-form-] .form-item.webform-component.webform-component-email label, form[id^=webform-client-form-] .form-item.webform-component.webform-component-textfield label {
		width: 50% !important;
	}
	
	form[id^=webform-client-form-] {
		margin-bottom: 100px;
	}
	
	#edit-submitted-name {
    padding-left: 10px;
	width: 145px; !important;
	height: 50px;
}
	
	#edit-submitted-phone-number, #edit-submitted-university, #edit-submitted-graduation-year {
		height: 50px;
	}
	
	#edit-submitted-email-non-university {
		height: 65px;
	}
	
	.name.field.form-item.webform-component.webform-component-textfield.webform-component--first-name, .name.field.form-item.webform-component.webform-component-textfield.webform-component--last-name,
	.name.field.form-item.webform-component.webform-component-email.webform-component--email, .name.field.form-item.webform-component.webform-component-textfield.webform-component--state,
	.name.field.form-item.webform-component.webform-component-textfield.webform-component--contact-number, 
	.contact.field.form-item.webform-component.webform-component-textfield.webform-component--medical-profession, 
	.name.field.form-item.webform-component.webform-component-textfield.webform-component--medical-student-level,
	.select.field.form-item.webform-component.webform-component-select.webform-component--how-did-you-hear-about-us{
		margin-left: 5%;
		    width: 90%;
	}
	
	
	.student-form.form-item.webform-component.webform-component-textfield.webform-component--phone-number {
		margin-top: 0px;
		
	}
	
	.student-form.form-item.webform-component.webform-component-email.webform-component--email-non-university {
		margin-top: 60px;
	}
	
	.student-form.form-item.webform-component.webform-component-textfield.webform-component--university {
		margin-top: 135px;
	}
	
	.student-form.form-item.webform-component.webform-component-textfield.webform-component--graduation-year {
		margin-top: 195px;
	}
	
	.student-form.form-item.webform-component.webform-component-radios.webform-component--an-australian-citizen-or-permanent-resident {
		margin-top: 265px;
		width: 90%
	}
	
	.student-form.form-item.webform-component.webform-component-radios.webform-component--enrolled-as-a-full-time-medical-student {
		margin-top: 350px;
		width: 90%
	}
	
	.student-form.form-item.webform-component.webform-component-radios.webform-component--able-to-demonstrate-satisfactory-results-ie-transcript-does-not-contain-multiple-fails {
		margin-top: 440px;
		width: 90%;
	}
	
	.webform-client-form-30 .form-actions {
		margin-left: 0px;
		padding-bottom: 5px;
		margin-top: 0px
	}
	
	.webform-client-form-30 {
		margin-left: 30px !important;
		max-width: 50em !important;
	}
	

}
.node-type-staff-profile-page .team__member__col.team__member__col--img .center {
	display: none;
}

.node-type-staff-profile-page .team__member__col--info {
	display: inline-block;
	margin-top: 80px;
    position: absolute;
}

.node-type-staff-profile-page .team__member__col--img {
	display: inline-block;
}

.node-type-staff-profile-page .header__background {
background-color: #E0E0E0;
    background-image: url(../images/background-light.png);
	}

.menu-mlid-690 {
	display: none !important;
}

.messages--error {
	display: none;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
   /* IE10+ specific styles go here */  
	
	.name.field.form-item.webform-component.webform-component-textfield.webform-component--first-name, .name.field.form-item.webform-component.webform-component-textfield.webform-component--last-name, .name.field.form-item.webform-component.webform-component-email.webform-component--email, .name.field.form-item.webform-component.webform-component-textfield.webform-component--state, .name.field.form-item.webform-component.webform-component-textfield.webform-component--contact-number, .contact.field.form-item.webform-component.webform-component-textfield.webform-component--medical-profession, .type.field.form-item.webform-component.webform-component-radios.webform-component--profession-type, .select.field.form-item.webform-component.webform-component-select.webform-component--how-did-you-hear-about-us, .name.field.form-item.webform-component.webform-component-textfield.webform-component--medical-student-level {
		margin-left: 5%;
	}
	
	.type.field.form-item.webform-component.webform-component-radios.webform-component--profession-type {
		margin-left: 7%;
	}
	
	.webform-client-form-50 .webform-submit.button-primary.form-submit {
		margin-left: 0px;
		padding-left: 100px;
		padding-right: 100px;
	}
	
	svg {
		height: 30px;
	}
	
	.student-form.form-item.webform-component.webform-component-textfield.webform-component--name {
		min-width: 100%;
	}
	
	.student-form.form-item.webform-component.webform-component-textfield.webform-component--phone-number, .student-form.form-item.webform-component.webform-component-email.webform-component--email-non-university, .student-form.form-item.webform-component.webform-component-textfield.webform-component--university, .student-form.form-item.webform-component.webform-component-textfield.webform-component--graduation-year, .student-form.form-item.webform-component.webform-component-radios.webform-component--an-australian-citizen-or-permanent-resident, .student-form.form-item.webform-component.webform-component-radios.webform-component--enrolled-as-a-full-time-medical-student, .student-form.form-item.webform-component.webform-component-radios.webform-component--able-to-demonstrate-satisfactory-results-ie-transcript-does-not-contain-multiple-fails {
		width: 59.5%;
		margin-left: -280px;
	}
	
	.student-form #edit-submitted-name {
		padding-left: 200%;
	}
	
	.webform-client-form-30 .form-submit {
		margin-left: 300px;
	}
	
	form[id^=webform-client-form-] .form-item.webform-component.webform-component-email, form[id^=webform-client-form-] .form-item.webform-component.webform-component-textfield {
		width: 55%;
	}
	
	.upload-form.form-item.webform-component.webform-component-email.webform-component--email, .upload-form.form-item.webform-component.webform-component-textfield.webform-component--to-the-attention-of, .upload-form.form-item.webform-component.webform-component-textfield.webform-component--which-entity-are-these-details-for, .upload-form.form-item.webform-component.webform-component-textfield.webform-component--comments-for-your-accountant {
		width: 58.5%;
		margin-left: -795px;
	}
	
	.upload-form.form-item.webform-component.webform-component-file.webform-component--attachment-1, .upload-form.form-item.webform-component.webform-component-file.webform-component--attachment-2, .infusion-field.form-item.webform-component.webform-component-file.webform-component--attachment-3, .upload-form.form-item.webform-component.webform-component-file.webform-component--attachment-4, .upload-form.form-item.webform-component.webform-component-file.webform-component--attachment-5 {
		margin-left: -795px;
	}
	
	.webform-client-form-29 .form-submit {
		margin-left: 50px;
	}
	
	.webform-client-form-29 .button-primary.form-submit {
		margin-left: 200px;
	}
	
}

/**
 * EBook Page.
 */
 
 .infusion-field-label-container {
    background: #e2e2e3;
    border-radius: 0.75em 0 0 0.75em;
    padding: 6px;
    text-transform: lowercase;
	border-right: 8px solid #e14610;
}

.page-node-72 .infusion-field-container input[type='text'], .page-node-73 .infusion-field-container input[type='text'] {
    width: 300px;
	    padding-left: 10px;
}

.form-table__body, .form-table tbody, form table tbody {
    border-top: 0px;
	border-bottom: 0px;
}

.form-table__row, .form-table tbody tr, form table tbody tr {
	border-bottom: 0px;
	background-color: #FFFFFF;
}

.infusion-field-input-container {
    width: 100% !important;
}

.infusion-field-container input[type='text'] {
	height: 40px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}

.infusion-field-label-container label {
    margin-left: 10px;
}

.page-node-72 .infusion-field-label-container, .page-node-73 .infusion-field-label-container {
     width: 30%;
}

.page-node-72 .custom-26 {
    margin-top: -80px;
    width: 50%;
}

.page-node-73 .custom-26 {
    margin-top: -130px;
	width: 50%;
}

p.secondary-text {
    color: #000;
    line-height: 1.7em;
    font-size: 100%;
    padding-left: 11%;
    margin-bottom: 20px;
}
 
 select#inf_custom_Occupation {
	 width: 140%;
 }
 
 .infusion-option label {
	 font-weight: 400;
	 display: inline;
	 margin-left: 10px;
 }
 
.infusion-option input[type='radio'], input[type='checkbox'] {
     background-color: #fff;
    -webkit-appearance: none;
    outline: none;
    box-sizing: content-box;
    height: .75em;
    width: .75em;
    border: .15em solid #fff;
    margin-right: 1em;
    box-shadow: 0 0 0 1px #000;
    transition: background-color .3s;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
 }
 
 .infusion-option {
	 margin-left: 10px;
 }
 
 .infusion-submit button {
	 background-color: #fec430;
	     border: 0;
    border-radius: 0.5em;
	font-weight: 600;
    font-size: 1.25em;
	transition: background-color 0.3s;
	width: 30%;
    padding: 0.54em;
 }
 
 .infusion-submit {
	 text-align: center !important;
 }
 
 .infusion-field-container .contact-error {
    color: #e14610;
    display: block;
    font-weight: bold;
    -webkit-transform: translateY(16px);
    transform: translateY(16px);
    margin-left: 12.1875em;
    position: absolute;
}

.abstract p.no-padding {
	padding-bottom: 0px;
}

@media screen and (max-width: 1024px) {
	.page-node-72 .abstract p, .page-node-73 .abstract p {
		padding-left: 60px !important;
	}
	
	.page-node-72 .abstract img, .page-node-73 .abstract img {
		margin-right: -30px !important;
	}
	
	.custom-26 {
    width: 100%;
}

.page-node-73 .custom-26 {
	width: 100%;
}

.page-node-72 .infusion-field-container input[type='text'], .page-node-73 .infusion-field-container input[type='text'] {
    width: 450px;
    padding-left: 10px;
}
}

@media screen and (max-width: 812px) {
.page-node-72 .abstract img, .page-node-73 .abstract img {
    margin-right: 0px !important;
    max-width: 50%;
}

.custom-26 {
    margin-left: 20px;
}
}

@media screen and (max-width: 414px) {
	.page-node-72 .abstract img, .page-node-73 .abstract img {
    max-width: 100%;
	margin-bottom: 20px;
}

.page-node-72 .abstract p, .page-node-73 .abstract p {
    padding-left: 20px !important;
}

.custom-26 {
    margin-left: 0px;
}

.page-node-72 .infusion-field-container input[type='text'], .page-node-73 .infusion-field-container input[type='text'] {
    width: 220px;
    padding-left: 10px;
}

.page-node-72 .campaign__content, .page-node-73 .campaign__content {
    padding-left: 10px;
    padding-right: 10px;
}

.page-node-72 .infusion-field-label-container, .page-node-73 .infusion-field-label-container {
    width: 35%;
}
}

/**
 * Fixed Fees vs percentage Page.
 */
 
 p.secondary-text.lesspadding {
    margin-bottom: 0px;
}

/**
 * New Contact Form
 */
 
 .interested-container {
	 width: 25%;
	 display: inline-block;
 }
 
 .right-content {
	 width: 65%;
	 float: right;
 }
 
 .options-container {
	 display: block;
 }
 
 .interested {
	 width: 100%;
 }
 
 .page-node-51 .infusion-option {
	 display: block;
 }
 
 .page-node-51 .infusion-field-container input[type='text'] {
    height: 60px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    width: 100%;
	border: 1px solid #e2e2e3;
}

#inf_custom_Pleaseletusknowthebestdayandtimetocallyou {
    padding-top: 35px;
    padding-bottom: 35px;
}

#inf_custom_State1, #inf_custom_Howdidyouhearaboutus {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
}

#inf_custom_ReferredTo {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.custom-26 {
	margin-top: -100px;
}

 .page-node-51 .infusion-field-label-container {
    width: 50%;
}

.page-node-51 label {
    font-size: 1em;
    padding-top: 10px;
    padding-bottom: 10px;
}
 
 .interested label {
     line-height: 1;
    font-size: 1.2em;
    font-weight: 400;
	margin-bottom: 25px;
 }
 
 .interested-radio .infusion-option label {
	 cursor: pointer;
    font-weight: 600;
    font-size: 1.25em;
    display: inline;
 }
 
 .interested-radio .infusion-option {
 margin: 1.5em 0;
 }

@media screen and (max-width: 414px) {
.infusion-field-label-container {
    width: 40%;
}

.infusion-field-container .contact-error {
    margin-left: 3em;
    font-size: 12px;
}

.campaign__content {
    padding: 0 1.6em;
    padding-right: 1.6em;
}
}

/**
 * Custom Blog Formatting
 */
 
 .page-blog header {
	 padding-left: 0px;
 }
 
 li.blog_usernames_blog.last {
	 display: none;
 }
 
 li.node-readmore.first a {
	background-color: #eba834;
    color: #343338;
	    text-align: center;
    padding: 0.6em 1em;
    border-radius: 0.35em;
    font-weight: 600;
 }	
 
  li.node-readmore.first a:hover {
	  text-decoration: none;
     background-color: #fec430;
}

.page-blog .field-body {
	margin-bottom: 30px;
}

.page-blog h2 {
	margin-bottom: 0px;
}

.page-blog .links.inline {
	margin-bottom: 30px;
}

.feed-icon {
	display: none;
}

.page-blog main {
	padding: 0 9.2em;
}

.node-type-blog main {
	padding: 0 9.2em;
}

.node-type-blog .header__background {
background-color: #E0E0E0;
    background-image: url(../images/background-light.png);
}

.node-type-blog .field-body {
	margin-top: 50px;
}

.node-type-blog .breadcrumb {
	display: none;
}

.header-blog span {
	color: #333333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0.75em;
    padding: 0.8em 1.2em;
    border-radius: 0 0 0.35em 0.35em;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    margin-right: 1em;
	text-transform: uppercase;
}

/* Community Page
   ========================================================================== */
   
   .node-type-community .header__background {
background-color: #E0E0E0;
    background-image: url(../images/background-light.png);
}

.node-type-community .field-body p {
    padding: 3.4375em 6.8em;
    font-size: 1.375em;
	margin: 0;
    line-height: 1.5;
	color: #636466;
}

.node-type-community .paragraphs-item-image-left, .node-type-community .paragraphs-item-image-right {
	width: 100%;
}

.node-type-community .field-image-field {
    display: inline-block;
    width: 30%;
}

.node-type-community .field-text-long em {
	margin-left: 20px;
}

.node-type-community .field-image-right {
    width: 30%;
	float: right;
}

.node-type-community .field-text-long {
    width: 70%;
    float: right;
}

.node-type-community .field-text-long h2 {
    font-size: 2em;
    line-height: 0.95;
    background: #eeeeee;
    padding: 20px 0px 20px 40px;
    border-radius: 0px 10px 10px 0px;
}

.node-type-community .field-text-long p {
    padding-left: 40px;
}

.node-type-community .field-long-text {
    width: 70%;
    float: left;
	text-align: right;
}

.node-type-community .field-long-text h2 {
    font-size: 2em;
    line-height: 0.95;
    background: #eeeeee;
    padding: 20px 40px 20px 00px;
    border-radius: 10px 0px 0px 10px;
}

.node-type-community .paragraphs-item-image-right, .node-type-community .paragraphs-item-image {
    padding-top: 50px;
	padding-bottom: 20px;
	    display: flex;
}

.node-type-community .field-long-text p {
    padding-right: 40px;
}

@media only screen and (max-width: 1366px) {
	.node-type-community .paragraphs-items-field-paragraph-full {
		width: 90%;
		margin: auto;
}
}


@media only screen and (max-width: 414px) {
	.node-type-community .field-body p {
    padding: 3.4375em 2em;
}

.node-type-community .field-image-field {
    display: inline-block;
    width: 100%;
}

.node-type-community .field-text-long {
    width: 100%;
}

.node-type-community .field-image-right {
    width: 100%;
}

.node-type-community .field-long-text {
    width: 100%;
}

.node-type-community .paragraphs-item-image-right, .node-type-community .paragraphs-item-image {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 2px solid #eeeeee;
    margin-bottom: 15px;
}
}

/* Resources Page
   ========================================================================== */

ul.list-buttons li {
    margin-right: 20px;
    list-style: none;
    background: #eba834;
    display: inline;
    padding: 10px 30px;
    border-radius: 5px;
}

ul.list-buttons li:hover {
    background: #fec430;
}

ul.list-buttons li a {
	color: #333333;
	font-size: 1em;
	text-decoration: none !important;
	font-weight: 600;
}

ul.list-buttons {
	margin: 0px;
	padding: 0px;
}

ul.list-buttons li u {
		text-decoration: none !important;
}

.page-node-19 .abstract p {
	padding-bottom: 1em;
}

.resources-top {
	padding-bottom: 20px;
	border-bottom: 1px solid #ededed;
	text-align: center;
}

.page-node-19 .campaign__content {
	margin-bottom: 0px;
	    padding: 0 4em;
}

.page-node-19 .container--media iframe {
	min-height: 20em;
	    width: 45%;
}

.page-node-19 .container--media .ribbon h1{
	    font-size: 1.5em;
		padding: 0.8em 0em;
}

.page-node-19 .container--media .ribbon {
	padding-left: 50%;
}

.page-node-19 .container--media-right .quote {
	padding-left: 45%;
}

.page-node-19 .container--media-right {
    padding: 5em 0 1.25em;
} 

.page-node-19 .paragraphs-item-video-reference {
		border-bottom: 1px solid #ededed;
}

.resource-articles p {
    line-height: 1.7;
    width: 23%;
    display: inline-block;
    margin-right: 30px;
    vertical-align: top;
    width: 47%;
}

.resource-articles, .resources-fact {
	border-bottom: 1px solid #ededed;
	padding-bottom: 20px;
}

.resource-articles p:before {
	    background: url(/sites/all/themes/bongiorno/assets/images/Doc.svg) no-repeat;
    content: "";
    width: 50px;
    height: 100px;
    float: left;
    margin: 0 6px 0 0;
    display: block;
}

.resource-articles u a {
		color: #333333;
	font-size: 1em;
	text-decoration: none !important;
	font-weight: 600;
	    background: #eba834;
    padding: 10px 30px;
	border-radius: 5px;
	margin-top: 20px;
		    line-height: 50px;
}	

.source {
	font-size: 14px;
}

.resources-fact li {
    width: 30%;
    display: inline-block;
	background: #eba834;
	border-radius: 10px;
}

.resources-fact ul {
	padding-left: 0px;
	margin-left: 0px;
}

.resources-fact li:before {
	background: url(/sites/all/themes/bongiorno/assets/images/Doc.svg) no-repeat;
    content: "";
    width: 50px;
    height: 100px;
    float: left;
    margin: 0 6px 0 0;
    display: block;
}

.resources-fact li {
    width: 25%;
    display: inline-block;
    background: #eba834;
    border-radius: 10px;
    padding-left: 20px;
    padding-top: 20px;
    margin-right: 30px;
	margin-bottom: 30px;
	    height: 100px;
}

.resources-fact li a {
		color: #333333;
	font-size: 1em;
	text-decoration: none !important;
	font-weight: 600;
	    background: #eba834;
    padding: 10px 30px;
	border-radius: 5px;
	margin-top: 20px;
		    line-height: 50px;
}

@media only screen and (max-width: 1024px) {
.page-node-19 .paragraphs-item-video-reference {
    width: 95%;
    margin: auto;
}

.resource-articles p {
    width: 100%;
}

.resources-fact li {
    width: 45%;
}
}

@media only screen and (max-width: 812px) {
	ul.list-buttons li {
    padding: 10px 20px;
}

.page-node-19 .container--media-right {
    padding: 0em 0 1.25em; 
}

.page-node-19 .container--media .ribbon {
    padding-left: 0%;
}


.page-node-19 .container--media iframe {
    width: 100%;
}

}

@media only screen and (max-width: 736px) {
	.page-node-19 .campaign__content {
    padding: 0 1em;
}

.resources-fact li {
    width: 100%;
}
}

@media only screen and (max-width: 414px) {
	ul.list-buttons li {
    padding: 10px 100px;
    display: block;
    width: 100%;
    margin-top: 10px;
}

.page-node-19 .container--media iframe {
    min-height: 20px;
}
}

/* New Homepage Intro
   ========================================================================== */


.hero__form {
	background: #FFFFFF;
    width: 58%;
    margin-left: 2%;
	margin-top: 2%;
}

@media only screen and (max-width: 812px) {
	.homepage-intro {
    width: 100%;
}

.hero__form {
    padding: 2em 2.5em 28em;
    width: 70% !important;
}

.hero__form__links li a {
	font-size: 1.4em;
}

.hero__form h1 {
    font-size: 1.5em;
}

}
@media only screen and (max-width: 1024px) {
.hero__form {
    width: 70%;
    padding-bottom: 45%;
}
}

@media only screen and (max-width: 414px) {
	.hero__form {
    padding: 2em 2.5em 45em;
}
}
   