/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after 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/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 when focused and also mouse hovered in all browsers.
 */
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 {
  -moz-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"] {
  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
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * 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;
}

.outer {
  padding-left: 5%;
  padding-right: 5%;
}

.inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

.max-width {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

.cf:before,
.cf:after,
.group:before,
.group:after {
  content: " ";
  display: table;
}

.cf:after,
.group:after {
  clear: both;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

h1 {
  font-size: 1.875em;
  margin-top: 0;
  margin: 0 0 0.625em 0;
  color: #3653a5;
  font-weight: 700;
  font-family: "PT Sans", sans-serif;
}

h2 {
  margin-top: 0;
  margin: 0 0 0.625em 0;
  font-size: 1.500em;
  color: #3653a5;
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
}

h3 {
  margin-top: 0;
  margin: 0 0 0.625em 0;
  font-size: 1.125em;
  color: #969696;
  font-weight: 500;
  font-family: "PT Sans", sans-serif;
}

h4 {
  margin-top: 0;
  margin: 0 0 0.321em 0;
  font-size: 1em;
  color: #969696;
  font-weight: 400;
  font-family: "PT Sans", sans-serif;
}

h5 {
  margin-top: 0;
  margin: 0 0 0.625em 0;
  font-size: 0.875em;
  color: #969696;
  font-weight: 400;
  font-family: "PT Sans", sans-serif;
}

p {
  font-weight: 300;
  font-family: "Fira Sans", sans-serif;
  margin-top: 0;
  line-height: 1.5em;
}

.highlight-paragraph {
  font-weight: 400;
  font-family: "Fira Sans", sans-serif;
  color: #6a992e;
  margin-top: 0;
  font-size: 1.125em;
  line-height: 1.5em;
}

body {
  font-family: "Fira Sans", sans-serif;
  font-weight: 300;
}

.cta-button-wrapper a {
  display: inline-block;
  color: white;
  background-image: url("../images/green-gradient.png");
  background-position: top;
  border: 1px solid #4f7222;
  padding: 0.625em 1.250em 0.625em 1.250em;
  border-radius: 3px;
  text-decoration: none;
  min-width: 150px;
  transition-duration: 0.5s;
}
.cta-button-wrapper a:hover {
  background-position: bottom;
  transition-duration: 0.5s;
}

.section {
  margin-bottom: 3em;
}

.section-top {
  margin-bottom: 3em;
  padding-bottom: 1em;
  border-bottom: 1px solid #c8c8c8;
}

.section-title h3 {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .section-title {
    width: 40.73%;
    margin-right: 1.6%;
    padding-right: 1.250em;
    float: left;
  }
}
.section-title h1 {
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0.620em;
  font-weight: 700;
  text-shadow: 0px 1px rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 768px) {
  .section-title h1 {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 768px) {
  .section-intro {
    width: 57.66%;
    float: left;
  }
  .section-intro p {
    margin: 0;
    font-size: 1.125em;
  }
}

.first-section {
  padding-top: 2.5em;
  box-shadow: 0px -2px 3px #888888;
}
@media only screen and (min-width: 768px) {
  .first-section {
    padding-top: 5em;
    box-shadow: none;
  }
}

.v-align {
  height: 250px;
  display: table-cell;
  vertical-align: middle;
}

.v-align-2 {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.hero-container {
  background-image: url("../images/header-image.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@-webkit-keyframes shabba {
  0% {
    background-color: #232323;
  }
  100% {
    background-color: rgba(35, 35, 35, 0);
  }
}
@-moz-keyframes shabba {
  0% {
    background-color: #232323;
  }
  100% {
    background-color: rgba(35, 35, 35, 0);
  }
}
@-o-keyframes shabba {
  0% {
    background-color: #232323;
  }
  100% {
    background-color: rgba(35, 35, 35, 0);
  }
}
@keyframes shabba {
  0% {
    background-color: #232323;
  }
  100% {
    background-color: rgba(35, 35, 35, 0);
  }
}
.hero-inner {
  background-color: #232323;
  text-align: center;
  height: 300px;
  width: 100%;
  z-index: 0;
  margin-top: 85px;
  -webkit-animation: shabba 1s 1s 1 forwards normal;
  /* Safari 4+ */
  -moz-animation: shabba 1s 1s 1 forwards normal;
  /* Fx 5+ */
  -o-animation: shabba 1s 1s 1 forwards normal;
  /* Opera 12+ */
  animation: shabba 1s 1s 1 forwards normal;
  /* IE 10+, Fx 29+ */
}
@media only screen and (min-width: 550px) {
  .hero-inner {
    height: 500px;
    margin-top: 0;
  }
}
.hero-inner h1 {
  color: white;
  font-size: 1.25em;
  padding: 7em 5% 1.5em 5%;
  margin: 0;
  text-align: center;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  line-height: 1.5em;
}
@media only screen and (min-width: 550px) {
  .hero-inner h1 {
    padding: 5em 5% 0 5%;
    font-size: 2.5em;
  }
}

.f-nav {
  position: fixed !important;
  top: 0;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3) !important;
  z-index: 10;
}

.fixed-nav-top-padding {
  padding-top: 73px;
}
@media only screen and (min-width: 550px) {
  .fixed-nav-top-padding {
    padding-top: 100px;
  }
}

.header-container {
  background-color: #3653a5;
  background: linear-gradient(to bottom, #3653a5 0%, #2a407f 99%);
  width: 100%;
  box-shadow: 0px -2px 3px rgba(0, 0, 0, 0.3);
  text-align: center;
  position: fixed;
  top: 0;
  z-index: 10;
  padding: 1.25em 0.625em 1.25em 0.625em;
}
@media only screen and (min-width: 768px) {
  .header-container {
    padding: 0;
    position: relative;
  }
}
@media only screen and (min-width: 940px) {
  .header-container {
    padding: 0 5% 0 5%;
  }
}

.logo {
  padding: 0;
  float: left;
  position: relative;
  z-index: 10;
}
.logo img {
  height: 40px;
}
@media only screen and (min-width: 768px) {
  .logo {
    float: none;
  }
  .logo img {
    height: 60px;
    margin: 0.625em 0 0.625em 0;
  }
}
@media only screen and (min-width: 940px) {
  .logo {
    float: left;
  }
}

#navigation-toggle {
  float: right;
  text-align: right;
  padding-right: 0.625em;
  width: 80px;
  background-image: url("../images/mobile-menu-icon-white.png");
  background-repeat: no-repeat;
  background-size: 0.875em;
  background-position: 0.625em 50%;
  border: 1px solid white;
  cursor: pointer;
  border-radius: 5px;
  transition-duration: .5s;
  height: 40px;
}
#navigation-toggle p {
  margin: 0;
  color: white;
  transition-duration: .5s;
  font-size: 0.875em;
  line-height: 43px;
}
#navigation-toggle:hover {
  transition-duration: .5s;
  background-color: darken linear-gradient(to bottom, #3653a5 0%, #2a407f 99%), 20%;
  background-image: url("../images/mobile-menu-icon-white.png");
}
#navigation-toggle:hover p {
  color: white;
  transition-duration: .5s;
}
@media only screen and (min-width: 768px) {
  #navigation-toggle {
    display: none;
  }
}

.nav-collapse {
  clear: both;
  margin: 1.250em;
}
@media only screen and (min-width: 768px) {
  .nav-collapse {
    clear: none;
    margin: 0;
  }
}
.nav-collapse ul {
  margin: 0;
  border-left: 1px solid #1d2c58;
  border-right: 1px solid #3c5db8;
}
@media only screen and (min-width: 768px) {
  .nav-collapse ul {
    width: 100%;
    border-top: 1px solid #1d2c58;
    margin-top: 0.625em;
    border-left: 0;
    padding-left: 0;
  }
}
@media only screen and (min-width: 940px) {
  .nav-collapse ul {
    border-left: 1px solid #1d2c58;
    float: right;
    width: auto;
    margin-top: 0;
    border-top: 0;
  }
}
.nav-collapse li {
  text-align: center;
  margin: 0;
  padding: 1.55em 1.250em 0 1.250em;
  list-style: none;
  width: 50%;
  float: left;
  border-right: 1px solid #1d2c58;
  border-left: 1px solid #3c5db8;
  border-bottom: 1px solid #1d2c58;
  border-top: 1px solid #3c5db8;
  float: left;
  height: 100px;
  transition: background-color .5s;
}
.nav-collapse li:hover {
  transition: .5s;
  background-color: #23366b;
}
@media only screen and (min-width: 768px) {
  .nav-collapse li {
    width: 25%;
    border-top: 0;
    height: auto;
    padding-top: 0.625em;
    border-bottom: 0;
  }
}
@media only screen and (min-width: 940px) {
  .nav-collapse li {
    width: auto;
    height: 100px;
    padding-top: 1.250em;
  }
}
.nav-collapse a {
  text-decoration: none;
  height: 100%;
  width: 100%;
  display: block;
}
.nav-collapse h3 {
  color: white;
  font-size: 1.125em;
  text-shadow: 0px 1px rgba(0, 0, 0, 0.5);
}
.nav-collapse p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.750em;
  text-shadow: 0px 1px rgba(0, 0, 0, 0.5);
  font-family: "PT Sans", sans-serif;
  margin-bottom: 0.321em;
  font-weight: 400;
}

.index-page .homepage-link,
.packages-page .packages-link,
.testimonial-page .testimonial-link,
.contact-page .contact-link {
  background-color: #23366b;
}

.introduction-container {
  margin-top: 2.5em;
  margin-bottom: 0;
}
.introduction-container .introduction-image {
  overflow: hidden;
  max-height: 300px;
  border: 5px solid white;
  box-shadow: 0px 0px 3px #888888;
  margin-bottom: 1.25em;
}
@media only screen and (min-width: 768px) {
  .introduction-container .introduction-image {
    float: left;
    width: 40.73%;
    margin-right: 1.6%;
  }
}
.introduction-container .introduction-image img {
  width: 100%;
  height: auto;
  margin-bottom: 0;
}
.introduction-container .introduction-text {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .introduction-container .introduction-text {
    float: left;
    width: 57.66%;
  }
}

.introduction-quals ul {
  padding: 0;
  max-width: 1200px;
  margin: 2.5em 0 0 0;
}
.introduction-quals li {
  list-style: none;
  text-align: left;
  min-height: 50px;
  padding: 0 0.625em 0.625em 0.625em;
  margin-bottom: 0.625em;
  width: 50%;
  float: left;
}
@media only screen and (min-width: 768px) {
  .introduction-quals li {
    width: 25%;
  }
}
.introduction-quals li .icon-container {
  height: 25px;
  width: 25px;
  border: 1px solid #29407f;
  background-color: #3653a5;
  border-radius: 50%;
  margin-right: 0.625em;
  float: left;
  position: relative;
}
.introduction-quals li img {
  height: 20px;
  position: absolute;
  top: 50%;
  margin: -10px 0 0 -6px;
  left: 50%;
}
.introduction-quals li h3 {
  color: #3653a5;
  overflow: hidden;
  font-size: 1em;
}
@media only screen and (min-width: 768px) {
  .introduction-quals li {
    border-bottom: 0;
  }
}

.programs {
  text-align: center;
}
.programs .one-of-three {
  padding-left: .5em;
  padding-right: .5em;
  margin-bottom: 2.5em;
}
@media only screen and (min-width: 768px) {
  .programs .one-of-three {
    width: 32.26%;
    margin: 0 1.6% 0 0;
    float: left;
    border-bottom: 0;
  }
}
.programs .one-of-three img {
  width: 100%;
  border: 5px solid white;
  box-shadow: 0px 0px 3px #888888;
  margin: 0 auto .75em auto;
  max-width: 22.5em;
}
.programs .one-of-three h2 {
  display: inline-block;
  color: #3653a5;
  margin-bottom: 0.5em;
}
.programs .one-of-three:last-of-type {
  margin-right: 0;
}
.programs .three-of-three {
  margin-right: 0;
}
.programs p {
  font-size: .875em;
  padding-left: 1em;
  padding-right: 1em;
}

.programs .inner {
  border-top: 3px solid #e9e9e9;
}
.programs .inner > h1 {
  background: white;
  display: inline-block;
  margin: -1em 0 1.25em 0;
  padding-left: 1em;
  padding-right: 1em;
  position: relative;
  text-align: center;
  top: -.3em;
}

.testimonial {
  padding: 3em 5% 3em 5%;
  text-align: center;
  background-image: url("../images/testimonial-bg.jpg");
  background-size: cover;
  background-position: center;
}
.testimonial p {
  color: white;
  font-size: 1.5em;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 0.6250em;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
}
@media only screen and (min-width: 768px) {
  .testimonial p {
    width: 83.06%;
  }
}
.testimonial h3 {
  color: white;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
}

.blog {
  margin-bottom: 5em;
}

.blog-article img {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .blog-article {
    float: left;
    width: 100%;
  }
  .blog-article img {
    width: 49.2%;
    margin-right: 1.6%;
    float: left;
    border: 5px solid white;
    box-shadow: 0px 0px 3px #888888;
  }
}
@media only screen and (min-width: 768px) {
  .blog-article .content-container {
    float: left;
    width: 49.2%;
  }
}
.blog-article h2 {
  margin: 0 0 0.625em 0;
  color: #3653a5;
}
.blog-article h4 {
  margin: 0 0 0.625em 0;
  color: #969696;
  font-size: 0.750em;
}
.blog-article p {
  margin-bottom: 10px;
}

.contact-index {
  background-image: url("../images/header-image-2-treated-2.jpg");
  background-size: cover;
  margin-bottom: 0;
  padding-top: 1.5em;
}
@media only screen and (min-width: 768px) {
  .contact-index form {
    max-width: 66.13%;
    margin: auto;
  }
}
.contact-index label {
  color: white;
}
@media only screen and (min-width: 550px) {
  .contact-index .section-top {
    max-width: 66.13%;
    margin: auto;
    border: 0;
    text-align: center;
  }
}
.contact-index .section-top h1 {
  color: white;
  text-shadow: 0px 2px rgba(0, 0, 0, 0.5);
}

.contact-internal, .contact-index {
  padding-bottom: 5em;
}
@media only screen and (min-width: 768px) {
  .contact-internal .contact-form-group-1, .contact-index .contact-form-group-1 {
    width: 49.2%;
    margin-right: 1.6%;
    float: left;
  }
}
@media only screen and (min-width: 768px) {
  .contact-internal .contact-form-group-2, .contact-index .contact-form-group-2 {
    margin-top: 0;
    width: 49.2%;
    float: left;
  }
}
.contact-internal .contact-form-group-3, .contact-index .contact-form-group-3 {
  margin-top: 1.450em;
  width: 100%;
}
.contact-internal .contact-form-group-3 textarea, .contact-index .contact-form-group-3 textarea {
  height: 250px;
}
.contact-internal .contact-form-group-4, .contact-index .contact-form-group-4 {
  text-align: center;
}

.contact-form {
  box-shadow: 0px 0px 3px #888888;
  border: 5px solid white;
  padding: 1.25em;
  background-image: url("../images/header-image-2-treated-2.jpg");
  background-size: cover;
}

.contact-details {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .contact-details {
    text-align: left;
  }
}
.contact-details .email {
  color: #969696;
}
@media only screen and (min-width: 768px) {
  .contact-details .email {
    float: left;
    margin-right: 2.5em;
  }
}
.contact-details .telephone {
  color: #969696;
}
@media only screen and (min-width: 768px) {
  .contact-details .telephone {
    float: right;
  }
}

footer {
  background-color: #3653a5;
  background-image: linear-gradient(to bottom, #3653a5 0%, #2a407f 99%);
  text-align: center;
  padding-top: 2.5em;
}
@media only screen and (min-width: 768px) {
  footer {
    text-align: center;
  }
}
footer .footer-logo {
  padding: 0.625em 0 0.625em 0;
}
footer .footer-logo img {
  height: 50px;
}
@media only screen and (min-width: 800px) {
  footer .footer-logo img {
    height: 50px;
    margin-bottom: 1.625em;
    float: left;
  }
}
footer nav {
  text-align: center;
}
footer nav ul {
  padding-left: 0;
}
@media only screen and (min-width: 800px) {
  footer nav ul {
    margin-top: 0;
    float: right;
  }
}
footer nav li {
  list-style: none;
  float: left;
  width: 50%;
  margin-bottom: 1.625em;
}
@media only screen and (min-width: 550px) {
  footer nav li {
    margin-bottom: 0;
    width: auto;
    float: none;
    display: inline-block;
    padding-left: 0;
    border-top: 0;
    margin-right: 2.5em;
  }
}
@media only screen and (min-width: 1024px) {
  footer nav li {
    display: inline-block;
    padding-left: 0;
    border-top: 0;
  }
}
footer nav a {
  text-decoration: none;
  height: 100%;
  width: 100%;
  display: block;
}
footer nav h3 {
  color: white;
  font-size: 1.125em;
  text-shadow: 0px 1px rgba(0, 0, 0, 0.5);
}
footer nav p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.750em;
  text-shadow: 0px 1px rgba(0, 0, 0, 0.5);
  font-family: "PT Sans", sans-serif;
  margin-bottom: 0.321em;
  font-weight: 400;
}

.footer-final {
  clear: left;
  border-top: 1px solid #1d2c58;
}
.footer-final ul {
  padding: 0;
}
.footer-final li {
  list-style: none;
}
@media only screen and (min-width: 550px) {
  .footer-final li {
    float: left;
  }
}
.footer-final li p {
  color: white;
  font-size: 0.750em;
  display: block;
}
@media only screen and (min-width: 550px) {
  .footer-final li p {
    display: inline-block;
  }
}
.footer-final li a {
  color: white;
  font-size: 0.750em;
  display: block;
  margin: 1em 0 1em 0;
  line-height: 1.5em;
  text-decoration: none;
  margin-right: 1.625em;
}
@media only screen and (min-width: 550px) {
  .footer-final li a {
    display: inline-block;
    margin: 0 1.625em 1em 0;
  }
}
@media only screen and (min-width: 550px) {
  .footer-final .saberlight-link {
    float: right;
  }
}

.training-info-text {
  text-align: left;
  margin-bottom: 2.5em;
}
@media only screen and (min-width: 768px) {
  .training-info-text {
    width: 40.73%;
    margin-right: 1.6%;
    float: left;
  }
}
.training-info-text h1 {
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0.620em;
  font-weight: 700;
  text-shadow: 0px 1px rgba(0, 0, 0, 0.2);
}

@media only screen and (min-width: 768px) {
  .training-info-support {
    float: left;
    width: 57.66%;
  }
}
.training-info-support ul {
  padding: 0;
  margin: 0;
}
.training-info-support li {
  padding-left: 2em;
  margin-bottom: 1.250em;
  list-style: none;
  background-image: url("../images/tick-bullet-blue.png");
  background-repeat: no-repeat;
  background-position: left 0.321em;
  background-size: 20px 20px;
  text-align: left;
  padding-right: 1em;
}
@media only screen and (min-width: 500px) {
  .training-info-support li {
    float: left;
    width: 50%;
  }
}
.training-info-support h4 {
  color: #3653a5;
}

.packages .inner {
  border-top: 3px solid #e9e9e9;
  text-align: center;
}
.packages .inner > h1 {
  background: white;
  display: inline-block;
  margin: -1em 0 1.25em 0;
  padding-left: 1em;
  padding-right: 1em;
  position: relative;
  text-align: center;
  top: -.3em;
}

.training-deal-container {
  text-align: center;
  box-shadow: 0px 0px 3px #888888;
  margin-bottom: 2.500em;
  transition-duration: 1s;
}
.training-deal-container:hover > .training-deal-top {
  background-image: url("../images/background-image-1-treated-3.jpg");
  background-size: cover;
  transition-duration: .5s;
}
.training-deal-container .training-deal-top {
  height: 10em;
  background-color: rgba(0, 0, 0, 0.8);
  background-image: url("../images/background-image-1-treated-2.jpg");
  background-size: cover;
  position: relative;
  padding: 2.5em 0.625em 0.625em 0.625em;
  transition: 1s;
}
.training-deal-container .training-deal-top h2 {
  color: white;
  position: relative;
  text-transform: uppercase;
  color: rgba(245, 245, 245, 0.95);
  margin-bottom: 0.321em;
}
.training-deal-container .training-deal-top h3 {
  color: white;
  color: rgba(245, 245, 245, 0.95);
}
.training-deal-container .training-deal-bottom {
  padding: 1.250em;
  background: linear-gradient(to bottom, #ffffff 0%, #f5f5f5 100%);
}
.training-deal-container .training-deal-bottom h2 {
  text-shadow: 0px 1px rgba(0, 0, 0, 0.2);
}
.training-deal-container .training-deal-booking-btn {
  padding-left: 1.250em;
  line-height: 50px;
  border-top: 1px solid #3653a5;
  transition: 1s;
}
.training-deal-container .training-deal-booking-btn a {
  color: #3653a5;
  text-decoration: none;
  height: 100%;
  width: 100%;
  display: block;
  text-transform: uppercase;
  transition: 1s;
}
.training-deal-container .training-deal-booking-btn:hover {
  background-color: #3653a5;
  transition: .5s;
}
.training-deal-container .training-deal-booking-btn:hover a {
  color: white;
  transition: .5s;
}
@media only screen and (min-width: 550px) {
  .training-deal-container {
    float: left;
    width: 32.26%;
    margin-right: 1.6%;
  }
}

.last {
  margin-right: 0;
}

.disclaimer {
  width: 75%;
  margin: 0 auto;
  text-align: center;
  line-height: 1.5em;
  clear: both;
}

.testimonials .cta-button-wrapper {
  text-align: center;
}

.testimonial-container {
  text-align: center;
  margin-bottom: 2.5em;
}
@media only screen and (min-width: 550px) {
  .testimonial-container {
    text-align: left;
    padding-right: 2.5em;
  }
}
.testimonial-container img {
  width: 25%;
  border-radius: 50%;
  margin-bottom: 0.625em;
  box-shadow: 0px 0px 3px #888888;
}
@media only screen and (min-width: 550px) {
  .testimonial-container img {
    margin-right: 3.2%;
    width: 50%;
  }
}
.testimonial-container .name-container {
  margin-bottom: 2em;
}
@media only screen and (min-width: 550px) {
  .testimonial-container .name-container {
    margin-bottom: 0;
    text-align: center;
    float: left;
    width: 23.8%;
    margin-right: 1.6%;
  }
}
.testimonial-container .text-container {
  margin-top: 1em;
}
@media only screen and (min-width: 550px) {
  .testimonial-container .text-container {
    margin-top: 0;
    text-align: left;
    width: 74.6%;
    float: left;
  }
}
.testimonial-container .text-container h2 {
  color: #969696;
  font-weight: 700;
  line-height: 1.5em;
}
.testimonial-container .text-container p {
  margin-bottom: 0.625em;
}

.help-package {
  margin-bottom: 1.250em;
}
.help-package img {
  width: 100%;
}
.help-package h2 {
  margin-bottom: 0.126em;
}
@media only screen and (min-width: 550px) {
  .help-package img {
    width: 23.8%;
    float: left;
    margin-right: 1.6%;
  }
  .help-package .text-container {
    width: 74.6%;
    float: left;
    overflow: auto;
  }
}

.primary-column {
  padding-top: 2.50em;
  margin-bottom: 2.5em;
}
@media only screen and (min-width: 768px) {
  .primary-column {
    width: 66.13%;
    margin-right: 1.6%;
    float: left;
    margin-bottom: 5em;
  }
}

.secondary-column {
  margin-bottom: 2em;
}
@media only screen and (min-width: 768px) {
  .secondary-column {
    padding-top: 2.50em;
    width: 32.26%;
    float: left;
  }
}

.internal-page-title {
  border-bottom: 1px solid #969696;
  margin-bottom: 1.250em;
}

.features-box {
  background: #3653a5;
  padding: 1.250em;
  margin-bottom: 0.625em;
}
@media only screen and (min-width: 768px) {
  .features-box {
    width: 49.2%;
    margin-right: 1.6%;
    float: left;
  }
}
.features-box h3 {
  color: white;
}
.features-box p {
  color: white;
  margin-bottom: 0;
}

.two-of-four, .four-of-four {
  margin-right: 0;
}

.sidebar-navigation {
  margin-bottom: 2.5em;
}
@media only screen and (min-width: 768px) {
  .sidebar-navigation {
    margin-bottom: 5em;
  }
}
.sidebar-navigation ul {
  padding: 0;
}
.sidebar-navigation li {
  list-style: none;
  padding: 0.625em 0 0.625em 0;
  border-bottom: 1px solid #969696;
}
.sidebar-navigation a {
  color: #6a992e;
  text-decoration: none;
}

.sidebar-contact-form h2 {
  color: #6a992e;
}

.pt-reason-container {
  margin-bottom: 2.5em;
}
.pt-reason-container .number-roundel {
  width: 1.875em;
  height: 1.875em;
  border-radius: 50%;
  background-color: #6a992e;
  line-height: 2em;
  color: white;
  text-align: center;
  float: left;
  margin-right: 0.625em;
}

.saberlight-advert {
  padding-top: 1.25em;
  padding-bottom: 1.25em;
  text-align: center;
}
.saberlight-advert img {
  height: 30px;
  display: inline;
}
.saberlight-advert h2 {
  color: #5f4992;
}
.saberlight-advert .cta-button-wrapper a {
  background-image: url("../images/purple-gradient.jpg");
  border: 1px solid #5f4992;
}

.modalDialog {
  text-align: center;
  position: fixed;
  font-family: Arial, Helvetica, sans-serif;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  opacity: 0;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  pointer-events: none;
}
.modalDialog img {
  margin-bottom: 1.25em;
  width: 60%;
}
.modalDialog h3 {
  color: #5f4992;
}
.modalDialog .add-contact-details {
  color: #969696;
  font-weight: 400;
  margin-bottom: 0.625em;
}
.modalDialog .add-contact-details a {
  text-decoration: none;
  color: #969696;
  color: #5f4992;
  font-weight: 400;
}

.modalDialog:target {
  opacity: 1;
  pointer-events: auto;
}

.modalDialog > div {
  width: 320px;
  height: 300px;
  position: relative;
  margin: 10% auto;
  padding: 1.25em 1.25em 2.5em 1.25em;
  border-radius: 10px;
  background: #fff;
  overflow: auto;
}
@media only screen and (min-width: 550px) {
  .modalDialog > div {
    width: 400px;
    height: auto;
  }
}

.close {
  display: block;
  margin-top: 1.250em;
  background: #5f4992;
  color: #FFFFFF;
  line-height: 25px;
  text-align: center;
  padding: 0.625em 1.25em 0.625em 1.25em;
  text-decoration: none;
  font-weight: bold;
  box-shadow: 1px 1px 3px #000;
}

.close:hover {
  background: #7487ba;
}

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

label {
  display: block;
  color: white;
  margin-bottom: 0.312em;
  font-size: 0.750em;
  font-weight: 300;
}

input[type="text"] {
  border: 1px solid #3653a5;
  border-radius: 5px;
  height: 50px;
  display: block;
  width: 100%;
  padding-left: 0.625em;
}
input[type="text"]:focus {
  outline: none;
  border: 2px solid #3653a5;
}

input[type="email"] {
  border: 1px solid #3653a5;
  border-radius: 5px;
  height: 50px;
  display: block;
  width: 100%;
  padding-left: 0.625em;
}
input[type="email"]:focus {
  outline: none;
  border: 2px solid #3653a5;
}

input[type="number"] {
  border: 1px solid #3653a5;
  border-radius: 5px;
  height: 50px;
  display: block;
  width: 100%;
  padding-left: 0.625em;
}
input[type="number"]:focus {
  outline: none;
  border: 2px solid #3653a5;
}

textarea {
  border: 1px solid #3653a5;
  border-radius: 5px;
  display: block;
  width: 100%;
  padding: 0.625em;
}
textarea:focus {
  outline: none;
  border: 2px solid #3653a5;
}

select {
  border: 1px solid #3653a5;
  border-radius: 5px;
  height: 50px;
  display: block;
  line-height: 40px;
  width: 100%;
  padding-left: 0.625em;
  background: white;
}
select:focus {
  outline: none;
  border-color: #3653a5;
}

input[type="submit"] {
  color: white;
  height: 50px;
  background-image: url("../images/green-gradient.png");
  background-position: top;
  font-weight: 300;
  border: 0;
  border-radius: 5px;
  padding: 0 2.5em 0 2.5em;
  transition-duration: .5s;
  border: 1px solid #4f7222;
}
input[type="submit"]:hover {
  background-image: url("../images/green-gradient.png");
  background-position: bottom;
  transition-duration: .5s;
}
