@charset "UTF-8";
/* BOOTSTRAP VARIABLES */
/* OUR VARIABLES */
/*********************
TYPOGRAPHY
*********************/
/*********************
FOR GRID (BOOTSTRAP)
*********************/
/*********************
SITE WIDTHS
*********************/
/*********************
COLORS
*********************/
/*********************
ELEMENTS
*********************/
/*********************
Navigation
*********************/
/* BOOTSTRAP FILES */
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

progress {
  vertical-align: baseline; }

template,
[hidden] {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline-width: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

button,
input,
select,
textarea {
  font: inherit; }

optgroup {
  font-weight: bold; }

button,
input,
select {
  overflow: visible; }

button,
input,
select,
textarea {
  margin: 0; }

button,
select {
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer; }

[disabled] {
  cursor: default; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

html {
  box-sizing: border-box; }

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

@-ms-viewport {
  width: device-width; }

html {
  font-size: 16px;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #635d5c;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: none !important; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #818a91; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: bold; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

a {
  color: #0275d8;
  text-decoration: none; }
  a:focus, a:hover {
    color: #014c8c;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: none; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle; }

[role="button"] {
  cursor: pointer; }

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

table {
  border-collapse: collapse;
  background-color: transparent; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #818a91;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: left; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
textarea {
  margin: 0;
  line-height: inherit;
  border-radius: 0; }

input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
  cursor: not-allowed; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit; }

input[type="search"] {
  -webkit-appearance: none; }

output {
  display: inline-block; }

[hidden] {
  display: none !important; }

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 544px) {
    .container {
      max-width: 576px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 940px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%; }

.col-xs {
  position: relative;
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.33333%;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-xs-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-xs-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

.col-xs-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-xs-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.66667%;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-xs-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

.col-xs-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.33333%;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-xs-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66667%;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-xs-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%; }

.col-xs-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.33333%;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-xs-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.66667%;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-xs-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

.pull-xs-0 {
  right: auto; }

.pull-xs-1 {
  right: 8.33333%; }

.pull-xs-2 {
  right: 16.66667%; }

.pull-xs-3 {
  right: 25%; }

.pull-xs-4 {
  right: 33.33333%; }

.pull-xs-5 {
  right: 41.66667%; }

.pull-xs-6 {
  right: 50%; }

.pull-xs-7 {
  right: 58.33333%; }

.pull-xs-8 {
  right: 66.66667%; }

.pull-xs-9 {
  right: 75%; }

.pull-xs-10 {
  right: 83.33333%; }

.pull-xs-11 {
  right: 91.66667%; }

.pull-xs-12 {
  right: 100%; }

.push-xs-0 {
  left: auto; }

.push-xs-1 {
  left: 8.33333%; }

.push-xs-2 {
  left: 16.66667%; }

.push-xs-3 {
  left: 25%; }

.push-xs-4 {
  left: 33.33333%; }

.push-xs-5 {
  left: 41.66667%; }

.push-xs-6 {
  left: 50%; }

.push-xs-7 {
  left: 58.33333%; }

.push-xs-8 {
  left: 66.66667%; }

.push-xs-9 {
  left: 75%; }

.push-xs-10 {
  left: 83.33333%; }

.push-xs-11 {
  left: 91.66667%; }

.push-xs-12 {
  left: 100%; }

.offset-xs-1 {
  margin-left: 8.33333%; }

.offset-xs-2 {
  margin-left: 16.66667%; }

.offset-xs-3 {
  margin-left: 25%; }

.offset-xs-4 {
  margin-left: 33.33333%; }

.offset-xs-5 {
  margin-left: 41.66667%; }

.offset-xs-6 {
  margin-left: 50%; }

.offset-xs-7 {
  margin-left: 58.33333%; }

.offset-xs-8 {
  margin-left: 66.66667%; }

.offset-xs-9 {
  margin-left: 75%; }

.offset-xs-10 {
  margin-left: 83.33333%; }

.offset-xs-11 {
  margin-left: 91.66667%; }

@media (min-width: 544px) {
  .col-sm {
    position: relative;
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .pull-sm-0 {
    right: auto; }
  .pull-sm-1 {
    right: 8.33333%; }
  .pull-sm-2 {
    right: 16.66667%; }
  .pull-sm-3 {
    right: 25%; }
  .pull-sm-4 {
    right: 33.33333%; }
  .pull-sm-5 {
    right: 41.66667%; }
  .pull-sm-6 {
    right: 50%; }
  .pull-sm-7 {
    right: 58.33333%; }
  .pull-sm-8 {
    right: 66.66667%; }
  .pull-sm-9 {
    right: 75%; }
  .pull-sm-10 {
    right: 83.33333%; }
  .pull-sm-11 {
    right: 91.66667%; }
  .pull-sm-12 {
    right: 100%; }
  .push-sm-0 {
    left: auto; }
  .push-sm-1 {
    left: 8.33333%; }
  .push-sm-2 {
    left: 16.66667%; }
  .push-sm-3 {
    left: 25%; }
  .push-sm-4 {
    left: 33.33333%; }
  .push-sm-5 {
    left: 41.66667%; }
  .push-sm-6 {
    left: 50%; }
  .push-sm-7 {
    left: 58.33333%; }
  .push-sm-8 {
    left: 66.66667%; }
  .push-sm-9 {
    left: 75%; }
  .push-sm-10 {
    left: 83.33333%; }
  .push-sm-11 {
    left: 91.66667%; }
  .push-sm-12 {
    left: 100%; }
  .offset-sm-0 {
    margin-left: 0%; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    position: relative;
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .pull-md-0 {
    right: auto; }
  .pull-md-1 {
    right: 8.33333%; }
  .pull-md-2 {
    right: 16.66667%; }
  .pull-md-3 {
    right: 25%; }
  .pull-md-4 {
    right: 33.33333%; }
  .pull-md-5 {
    right: 41.66667%; }
  .pull-md-6 {
    right: 50%; }
  .pull-md-7 {
    right: 58.33333%; }
  .pull-md-8 {
    right: 66.66667%; }
  .pull-md-9 {
    right: 75%; }
  .pull-md-10 {
    right: 83.33333%; }
  .pull-md-11 {
    right: 91.66667%; }
  .pull-md-12 {
    right: 100%; }
  .push-md-0 {
    left: auto; }
  .push-md-1 {
    left: 8.33333%; }
  .push-md-2 {
    left: 16.66667%; }
  .push-md-3 {
    left: 25%; }
  .push-md-4 {
    left: 33.33333%; }
  .push-md-5 {
    left: 41.66667%; }
  .push-md-6 {
    left: 50%; }
  .push-md-7 {
    left: 58.33333%; }
  .push-md-8 {
    left: 66.66667%; }
  .push-md-9 {
    left: 75%; }
  .push-md-10 {
    left: 83.33333%; }
  .push-md-11 {
    left: 91.66667%; }
  .push-md-12 {
    left: 100%; }
  .offset-md-0 {
    margin-left: 0%; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    position: relative;
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .pull-lg-0 {
    right: auto; }
  .pull-lg-1 {
    right: 8.33333%; }
  .pull-lg-2 {
    right: 16.66667%; }
  .pull-lg-3 {
    right: 25%; }
  .pull-lg-4 {
    right: 33.33333%; }
  .pull-lg-5 {
    right: 41.66667%; }
  .pull-lg-6 {
    right: 50%; }
  .pull-lg-7 {
    right: 58.33333%; }
  .pull-lg-8 {
    right: 66.66667%; }
  .pull-lg-9 {
    right: 75%; }
  .pull-lg-10 {
    right: 83.33333%; }
  .pull-lg-11 {
    right: 91.66667%; }
  .pull-lg-12 {
    right: 100%; }
  .push-lg-0 {
    left: auto; }
  .push-lg-1 {
    left: 8.33333%; }
  .push-lg-2 {
    left: 16.66667%; }
  .push-lg-3 {
    left: 25%; }
  .push-lg-4 {
    left: 33.33333%; }
  .push-lg-5 {
    left: 41.66667%; }
  .push-lg-6 {
    left: 50%; }
  .push-lg-7 {
    left: 58.33333%; }
  .push-lg-8 {
    left: 66.66667%; }
  .push-lg-9 {
    left: 75%; }
  .push-lg-10 {
    left: 83.33333%; }
  .push-lg-11 {
    left: 91.66667%; }
  .push-lg-12 {
    left: 100%; }
  .offset-lg-0 {
    margin-left: 0%; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    position: relative;
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .pull-xl-0 {
    right: auto; }
  .pull-xl-1 {
    right: 8.33333%; }
  .pull-xl-2 {
    right: 16.66667%; }
  .pull-xl-3 {
    right: 25%; }
  .pull-xl-4 {
    right: 33.33333%; }
  .pull-xl-5 {
    right: 41.66667%; }
  .pull-xl-6 {
    right: 50%; }
  .pull-xl-7 {
    right: 58.33333%; }
  .pull-xl-8 {
    right: 66.66667%; }
  .pull-xl-9 {
    right: 75%; }
  .pull-xl-10 {
    right: 83.33333%; }
  .pull-xl-11 {
    right: 91.66667%; }
  .pull-xl-12 {
    right: 100%; }
  .push-xl-0 {
    left: auto; }
  .push-xl-1 {
    left: 8.33333%; }
  .push-xl-2 {
    left: 16.66667%; }
  .push-xl-3 {
    left: 25%; }
  .push-xl-4 {
    left: 33.33333%; }
  .push-xl-5 {
    left: 41.66667%; }
  .push-xl-6 {
    left: 50%; }
  .push-xl-7 {
    left: 58.33333%; }
  .push-xl-8 {
    left: 66.66667%; }
  .push-xl-9 {
    left: 75%; }
  .push-xl-10 {
    left: 83.33333%; }
  .push-xl-11 {
    left: 91.66667%; }
  .push-xl-12 {
    left: 100%; }
  .offset-xl-0 {
    margin-left: 0%; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

/* OUR MIXINS */
/**
 * Mixin to add turn an element into a fontawesome icon.
 *
 * $content (string) The desired icon's unicode character in the format "\f18e"
 */
/* PARTIALS */
body {
  font-size: 16px;
  line-height: 1.5;
  font-family: "Lato", sans-serif;
  color: #635d5c; }

p,
ul,
ol,
li,
blockquote {
  padding: 0;
  margin: 0; }

ul,
ol {
  list-style: none; }

hr {
  width: 100px;
  margin: 24px auto;
  border: none;
  border-bottom: 2px solid #f26d33; }

/*********************
TITLES & HEADLINES
*********************/
h1, .h1,
h2, .h2, .course-intro h1,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Lato", sans-serif;
  margin: 0 0 24px;
  color: #635d5c; }

h1, .h1 {
  font-size: 26px;
  text-transform: uppercase;
  color: white;
  text-shadow: 0 0 20px black; }
  @media (min-width: 544px) {
    h1, .h1 {
      font-size: 32px; } }

h2, .h2, .course-intro h1 {
  font-size: 30px; }
  @media (min-width: 544px) {
    h2, .h2, .course-intro h1 {
      font-size: 48px; } }

h3, .h3 {
  font-size: 24px; }
  @media (min-width: 544px) {
    h3, .h3 {
      font-size: 30px; } }

h4, .h4 {
  text-transform: uppercase;
  color: #f26d33;
  font-size: 22px; }

h5, .h5 {
  font-size: 18px; }

h6, .h6 {
  font-size: 13px; }

/*********************
CONTENT TYPOGRAPHY
*********************/
.mce-content-body p,
.mce-content-body ul,
.mce-content-body ol,
.mce-content-body blockquote,
.content p,
.content ul,
.content ol,
.content blockquote {
  margin-bottom: 24px; }

.mce-content-body ul,
.content ul {
  margin-bottom: 24px;
  list-style: none; }
  .mce-content-body ul li,
  .content ul li {
    margin-left: 30px;
    margin-bottom: 6px; }
    .mce-content-body ul li:before,
    .content ul li:before {
      content: "\f046";
      font-family: FontAwesome;
      font-size: 16px;
      display: inline-block;
      margin-left: -25px;
      margin-right: 10px;
      color: #f26d33; }

.mce-content-body .gform_fields li,
.content .gform_fields li {
  margin-left: 0; }
  .mce-content-body .gform_fields li:before,
  .content .gform_fields li:before {
    content: none; }

.mce-content-body .gform_fields .gfield_radio li,
.content .gform_fields .gfield_radio li {
  margin-left: 4px; }

.mce-content-body ol,
.content ol {
  list-style: decimal; }

.mce-content-body li,
.content li {
  margin-left: 24px; }

.mce-content-body blockquote,
.content blockquote {
  padding: 0 24px;
  color: #f26d33;
  border-left: 2px solid currentcolor; }

html {
  box-sizing: border-box; }

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

/*********************
LINKS
*********************/
a, a:visited {
  color: #f26d33;
  text-decoration: none; }

a img {
  border: none; }

a:hover, a:focus {
  color: #f58c5e;
  text-decoration: underline;
  cursor: pointer;
  outline: none; }

/*********************
BUTTONS
*********************/
.button {
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  background: transparent; }
  .button, .button:visited {
    color: #f26d33;
    text-decoration: none; }
  .button:hover, .button:focus {
    text-decoration: none; }
  .button:active {
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
    box-shadow: none; }
  .button.button--filled, .button.gform_button {
    padding: 11px 24px;
    border: 1px solid #f26d33;
    color: white;
    background: #f26d33;
    border-color: transparent; }
    .button.button--filled:hover, .button.gform_button:hover, .button.button--filled:focus, .button.gform_button:focus {
      color: white;
      background: #f48859; }
  .button.button--content {
    margin: 12px 0;
    padding: 10px 48px; }
    @media (min-width: 544px) {
      .button.button--content {
        padding: 10px 72px; } }

/*********************
HIDE
*********************/
.hide {
  display: none; }
  @media (min-width: 544px) {
    .hide-sm-up {
      display: none; } }
  @media (max-width: 543px) {
    .hide-sm-down {
      display: none; } }
  @media (min-width: 768px) {
    .hide-md-up {
      display: none; } }
  @media (max-width: 767px) {
    .hide-md-down {
      display: none; } }
  @media (min-width: 992px) {
    .hide-lg-up {
      display: none; } }
  @media (max-width: 991px) {
    .hide-lg-down {
      display: none; } }
  @media (min-width: 1200px) {
    .hide-xl-up {
      display: none; } }
  @media (max-width: 1199px) {
    .hide-xl-down {
      display: none; } }

/*********************
IMAGES
*********************/
img {
  height: auto;
  max-width: 100%;
  vertical-align: middle; }

/*********************
SELECTION TEXT
*********************/
::-moz-selection {
  color: white;
  background-color: #102345; }

::selection {
  color: white;
  background-color: #102345; }

/*********************
FEE SHORTCODES
*********************/
.content-brick--content .tuition-fees h3,
.content-brick--content .general-fees h3,
.content-brick--content .important-dates h3,
.tuition-fees h3,
.general-fees h3,
.important-dates h3 {
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 0;
  color: #f26d33; }
  .content-brick--content .tuition-fees h3 span,
  .content-brick--content .general-fees h3 span,
  .content-brick--content .important-dates h3 span,
  .tuition-fees h3 span,
  .general-fees h3 span,
  .important-dates h3 span {
    display: block;
    font-size: 16px;
    text-transform: none;
    line-height: 14px;
    margin-bottom: 6px;
    font-weight: 400; }

.content-brick--content .tuition-fees__table:not(:first-child),
.content-brick--content .general-fees__table:not(:first-child),
.content-brick--content .important-dates__table:not(:first-child),
.tuition-fees__table:not(:first-child),
.general-fees__table:not(:first-child),
.important-dates__table:not(:first-child) {
  margin-top: 36px; }

.content-brick--content .tuition-fees__row,
.content-brick--content .general-fees__row,
.content-brick--content .important-dates__row,
.tuition-fees__row,
.general-fees__row,
.important-dates__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  border-bottom: 4px solid #fbd4c3;
  padding-top: 6px;
  padding-bottom: 6px; }
  .content-brick--content .tuition-fees__row:first-child,
  .content-brick--content .general-fees__row:first-child,
  .content-brick--content .important-dates__row:first-child,
  .tuition-fees__row:first-child,
  .general-fees__row:first-child,
  .important-dates__row:first-child {
    padding-top: 0; }

.content-brick--content .tuition-fees__heading, .content-brick--content .tuition-fees__field,
.content-brick--content .general-fees__heading,
.content-brick--content .general-fees__field,
.content-brick--content .important-dates__heading,
.content-brick--content .important-dates__field,
.tuition-fees__heading,
.tuition-fees__field,
.general-fees__heading,
.general-fees__field,
.important-dates__heading,
.important-dates__field {
  padding: 6px; }

.content-brick--content .tuition-fees p,
.content-brick--content .general-fees p,
.content-brick--content .important-dates p,
.tuition-fees p,
.general-fees p,
.important-dates p {
  margin-bottom: 0; }

@media (max-width: 543px) {
  .content-brick--content .tuition-fees__field,
  .content-brick--content .general-fees__field,
  .content-brick--content .important-dates__field,
  .tuition-fees__field,
  .general-fees__field,
  .important-dates__field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%; }
    .content-brick--content .tuition-fees__field.title,
    .content-brick--content .general-fees__field.title,
    .content-brick--content .important-dates__field.title,
    .tuition-fees__field.title,
    .general-fees__field.title,
    .important-dates__field.title {
      font-size: 18px; }
    .content-brick--content .tuition-fees__field h3,
    .content-brick--content .tuition-fees__field p,
    .content-brick--content .general-fees__field h3,
    .content-brick--content .general-fees__field p,
    .content-brick--content .important-dates__field h3,
    .content-brick--content .important-dates__field p,
    .tuition-fees__field h3,
    .tuition-fees__field p,
    .general-fees__field h3,
    .general-fees__field p,
    .important-dates__field h3,
    .important-dates__field p {
      width: 50%; }
    .content-brick--content .tuition-fees__field h3,
    .content-brick--content .general-fees__field h3,
    .content-brick--content .important-dates__field h3,
    .tuition-fees__field h3,
    .general-fees__field h3,
    .important-dates__field h3 {
      padding-right: 6px;
      text-align: right; }
    .content-brick--content .tuition-fees__field p,
    .content-brick--content .general-fees__field p,
    .content-brick--content .important-dates__field p,
    .tuition-fees__field p,
    .general-fees__field p,
    .important-dates__field p {
      padding-left: 6px;
      text-align: left; } }

@media (min-width: 544px) {
  .content-brick--content .tuition-fees__row,
  .content-brick--content .general-fees__row,
  .content-brick--content .important-dates__row,
  .tuition-fees__row,
  .general-fees__row,
  .important-dates__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
  .content-brick--content .tuition-fees__field.title, .content-brick--content .tuition-fees__heading.title,
  .content-brick--content .general-fees__field.title,
  .content-brick--content .general-fees__heading.title,
  .content-brick--content .important-dates__field.title,
  .content-brick--content .important-dates__heading.title,
  .tuition-fees__field.title,
  .tuition-fees__heading.title,
  .general-fees__field.title,
  .general-fees__heading.title,
  .important-dates__field.title,
  .important-dates__heading.title {
    margin-right: auto;
    text-align: left; }
  .content-brick--content .tuition-fees .title,
  .content-brick--content .general-fees .title,
  .content-brick--content .important-dates .title,
  .tuition-fees .title,
  .general-fees .title,
  .important-dates .title {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .content-brick--content .tuition-fees .duration,
  .content-brick--content .tuition-fees .fee,
  .content-brick--content .general-fees .duration,
  .content-brick--content .general-fees .fee,
  .content-brick--content .important-dates .duration,
  .content-brick--content .important-dates .fee,
  .tuition-fees .duration,
  .tuition-fees .fee,
  .general-fees .duration,
  .general-fees .fee,
  .important-dates .duration,
  .important-dates .fee {
    width: 26%; } }

@media (min-width: 768px) {
  .content-brick--content .tuition-fees .duration,
  .content-brick--content .tuition-fees .fee,
  .content-brick--content .general-fees .duration,
  .content-brick--content .general-fees .fee,
  .content-brick--content .important-dates .duration,
  .content-brick--content .important-dates .fee,
  .tuition-fees .duration,
  .tuition-fees .fee,
  .general-fees .duration,
  .general-fees .fee,
  .important-dates .duration,
  .important-dates .fee {
    width: 20%; } }

@media (min-width: 1200px) {
  .content-brick--content .tuition-fees .duration,
  .content-brick--content .tuition-fees .fee,
  .content-brick--content .general-fees .duration,
  .content-brick--content .general-fees .fee,
  .content-brick--content .important-dates .duration,
  .content-brick--content .important-dates .fee,
  .tuition-fees .duration,
  .tuition-fees .fee,
  .general-fees .duration,
  .general-fees .fee,
  .important-dates .duration,
  .important-dates .fee {
    width: 15%; } }

.icreate-logo-svg {
  width: 1.2em;
  height: 1.2em;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px; }
  .icreate-logo-svg__path {
    fill: currentcolor; }

/*********************
IMAGES
*********************/
.alignnone,
img.alignnone {
  display: inline;
  margin: 0 0 10px; }

.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin: 0 10px 10px 0; }

.alignright,
img.alignright {
  display: inline;
  float: right;
  margin: 0 0 10px 10px; }

.aligncenter,
img.aligncenter,
.entry_content .centered {
  display: block;
  margin: 0 auto 10px; }

@media (max-width: 767px) {
  .alignleft, img.alignleft,
  .alignright, img.alignright {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto; } }

/*********************
WP-CAPTION
*********************/
.wp-caption {
  text-align: center; }
  .wp-caption .wp-caption-text {
    font-size: .75em; }

/*********************
OLD BROWSER MESSAGES
*********************/
#outdated-browser {
  position: fixed;
  top: 0;
  background: red;
  color: white;
  padding: 20px;
  width: 100%;
  text-align: center;
  font-weight: bold;
  z-index: 1; }
  #outdated-browser a {
    color: blue; }

.site-container {
  overflow: hidden; }

.pre-footer .wrap,
.site-footer .wrap {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 544px) {
    .pre-footer .wrap,
    .site-footer .wrap {
      max-width: 576px; } }
  @media (min-width: 768px) {
    .pre-footer .wrap,
    .site-footer .wrap {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .pre-footer .wrap,
    .site-footer .wrap {
      max-width: 940px; } }
  @media (min-width: 1200px) {
    .pre-footer .wrap,
    .site-footer .wrap {
      max-width: 1140px; } }

.site-inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 544px) {
    .site-inner {
      max-width: 576px; } }
  @media (min-width: 768px) {
    .site-inner {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .site-inner {
      max-width: 940px; } }
  @media (min-width: 1200px) {
    .site-inner {
      max-width: 1140px; } }

.content-sidebar-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }
  .content-sidebar-wrap .content,
  .content-sidebar-wrap .sidebar {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%; }
  @media (min-width: 992px) {
    .content-sidebar-wrap .content {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 66.66667%;
          -ms-flex: 0 0 66.66667%;
              flex: 0 0 66.66667%;
      max-width: 66.66667%; }
    .content-sidebar-wrap .sidebar {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 33.33333%;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%; } }

@media (min-width: 992px) {
  .full-width-content .content-sidebar-wrap .content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 992px) {
  .sidebar-content .content-sidebar-wrap .content {
    left: 33.33333%; }
  .sidebar-content .content-sidebar-wrap .sidebar {
    right: 66.66667%; } }

.nav-primary {
  position: relative;
  z-index: 30; }
  @media (min-width: 768px) {
    .nav-primary {
      border-top: 4px solid #f26d33;
      background-color: #f1f1f1; } }
  .nav-primary .wrap {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0; }
    @media (min-width: 544px) {
      .nav-primary .wrap {
        max-width: 576px; } }
    @media (min-width: 768px) {
      .nav-primary .wrap {
        max-width: 720px; } }
    @media (min-width: 992px) {
      .nav-primary .wrap {
        max-width: 940px; } }
    @media (min-width: 1200px) {
      .nav-primary .wrap {
        max-width: 1140px; } }
    @media (min-width: 768px) {
      .nav-primary .wrap {
        margin-left: auto;
        margin-right: auto;
        padding-left: 15px;
        padding-right: 15px; } }
    @media (max-width: 767px) {
      .nav-primary .wrap {
        max-width: none; } }
    @media (min-width: 1200px) {
      .nav-primary .wrap {
        max-width: none;
        width: 100%;
        margin-left: 5px; } }
  .nav-primary ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .nav-primary li {
    display: block; }
  .nav-primary .menu {
    display: none; }
    @media (min-width: 768px) {
      .nav-primary .menu {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin: 0 -12px; } }
    @media (min-width: 1200px) {
      .nav-primary .menu {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
  .nav-primary .menu-item {
    position: relative;
    z-index: 10; }
    .nav-primary .menu-item a {
      display: block;
      padding: 12px 12px;
      font-size: 14px;
      text-transform: uppercase;
      color: #635d5c;
      text-decoration: none; }
      .nav-primary .menu-item a:focus, .nav-primary .menu-item a:hover {
        color: #f26d33; }
      @media (min-width: 768px) {
        .nav-primary .menu-item a {
          padding: 24px 0; } }
      @media (min-width: 992px) {
        .nav-primary .menu-item a {
          padding: 24px 12px; } }
    .nav-primary .menu-item.current-menu-item > a {
      color: #f26d33; }
    .nav-primary .menu-item.menu-item-has-children > .mobile-dropdown-toggle {
      position: absolute;
      top: 0;
      right: 0;
      height: 48px;
      width: 48px;
      z-index: 15;
      font-size: 1.3em;
      opacity: .7;
      text-align: center;
      line-height: 48px;
      cursor: pointer; }
      .nav-primary .menu-item.menu-item-has-children > .mobile-dropdown-toggle::before {
        display: inline-block;
        font-family: 'FontAwesome', serif;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        -webkit-transition: -webkit-transform .4s;
        transition: -webkit-transform .4s;
        transition: transform .4s;
        transition: transform .4s, -webkit-transform .4s; }
      .nav-primary .menu-item.menu-item-has-children > .mobile-dropdown-toggle.active::before {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
      @media (min-width: 768px) {
        .nav-primary .menu-item.menu-item-has-children > .mobile-dropdown-toggle {
          display: none; } }
    .nav-primary .menu-item .sub-menu {
      background-color: #dedede;
      padding-left: 12px; }
      .nav-primary .menu-item .sub-menu .sub-menu {
        background-color: #e6e6e6; }
    @media (min-width: 768px) {
      .nav-primary .menu-item .sub-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        margin-right: -99999px;
        padding: 0;
        z-index: 20; }
        .nav-primary .menu-item .sub-menu a {
          padding: 12px 12px; }
          .nav-primary .menu-item .sub-menu a:focus, .nav-primary .menu-item .sub-menu a:hover {
            color: white;
            background-color: #f26d33; }
        .nav-primary .menu-item .sub-menu .sub-menu {
          background-color: #e6e6e6;
          top: 0;
          left: 100%; }
        .nav-primary .menu-item .sub-menu > .menu-item-has-children > a span::after,
        .nav-primary .menu-item .sub-menu > .menu-item-has-children > a span::before {
          content: '';
          font-size: .7em;
          line-height: 24px;
          position: relative;
          top: 1px; }
      .nav-primary .menu-item:not(.sub-right) .sub-menu > .menu-item-has-children > a span::after {
        display: inline-block;
        font-family: 'FontAwesome', serif;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        margin-left: 1em;
        float: right; }
      .nav-primary .menu-item.sub-right .sub-menu {
        left: auto;
        right: 0;
        margin-right: 0;
        margin-left: -99999px;
        text-align: right; }
        .nav-primary .menu-item.sub-right .sub-menu > .menu-item-has-children > a span::before {
          display: inline-block;
          font-family: 'FontAwesome', serif;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: "";
          margin-right: 1em;
          float: left; }
        .nav-primary .menu-item.sub-right .sub-menu .sub-menu {
          top: 0;
          left: auto;
          right: 100%; } }
  .nav-primary .mobile-menu-toggle {
    padding: 12px 12px;
    background: #f1f1f1;
    color: #102345;
    position: relative;
    box-sizing: content-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 14px;
    text-transform: uppercase;
    border-top: 4px solid #f26d33; }
    .nav-primary .mobile-menu-toggle:focus, .nav-primary .mobile-menu-toggle:hover {
      cursor: pointer; }
    @media (min-width: 768px) {
      .nav-primary .mobile-menu-toggle {
        display: none; } }
    .nav-primary .mobile-menu-toggle__icon {
      width: 24px;
      height: 28px;
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .5s ease-in-out;
      transition: .5s ease-in-out;
      cursor: pointer;
      position: absolute;
      right: 13px;
      bottom: 20px;
      margin: 0;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease;
      z-index: 5; }
      .nav-primary .mobile-menu-toggle__icon span {
        display: block;
        position: absolute;
        height: 4px;
        width: 100%;
        border-radius: 1px;
        left: 0;
        -webkit-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
        background: #102345; }
        .nav-primary .mobile-menu-toggle__icon span:nth-child(1) {
          top: 14px;
          -webkit-transform-origin: left center;
          transform-origin: left center; }
        .nav-primary .mobile-menu-toggle__icon span:nth-child(2) {
          top: 22px;
          -webkit-transform-origin: left center;
          transform-origin: left center; }
        .nav-primary .mobile-menu-toggle__icon span:nth-child(3) {
          top: 30px;
          -webkit-transform-origin: left center;
          transform-origin: left center; }
    .nav-primary .mobile-menu-toggle.open .mobile-menu-toggle__icon span:nth-child(1) {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 14px;
      left: 3px; }
    .nav-primary .mobile-menu-toggle.open .mobile-menu-toggle__icon span:nth-child(2) {
      width: 0;
      opacity: 0;
      filter: alpha(opacity=0); }
    .nav-primary .mobile-menu-toggle.open .mobile-menu-toggle__icon span:nth-child(3) {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      top: 31px;
      left: 3px; }

/*********************
ACCESSIBILITY
*********************/
.genesis-skip-link {
  margin: 0; }

.genesis-skip-link li {
  height: 0;
  width: 0;
  list-style: none; }

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden; }

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
  clip: auto !important;
  height: auto;
  width: auto;
  display: block;
  font-size: 1em;
  font-weight: bold;
  padding: 15px 23px 14px;
  color: #635d5c;
  background: #fff;
  z-index: 100000;
  /* Above WP toolbar. */
  text-decoration: none;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); }

.more-link {
  position: relative; }

/*********************
FORM ELEMENTS
*********************/
label, input[type=button], input[type=submit], button {
  cursor: pointer; }

input,
textarea,
select {
  padding: 12px;
  line-height: 24px;
  font-family: "Lato", sans-serif;
  border: none;
  border-radius: 0;
  background: white;
  border: 1px solid #ccc;
  -webkit-transition: all .3s;
  transition: all .3s; }
  input:focus, input:active,
  textarea:focus,
  textarea:active,
  select:focus,
  select:active {
    outline: 0;
    border-color: #f26d33; }

option {
  max-width: 100%; }

select {
  padding: 13px 12px 14px;
  max-width: 100%; }

::-webkit-input-placeholder {
  color: #635d5c; }

::-moz-placeholder {
  color: #635d5c; }

/* firefox 19+ */
:-ms-input-placeholder {
  color: #635d5c; }

/* ie */
:-moz-placeholder {
  color: #635d5c; }

/*********************
GRAVITY FORM STYLES 
*********************/
.gform_wrapper ul li {
  list-style-type: none;
  margin-left: 0; }

.gform_wrapper input[type="text"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="password"],
.gform_wrapper select,
.gform_wrapper textarea {
  width: 100%; }

.gform_wrapper .gfield {
  margin-bottom: 20px; }

.gform_wrapper .gfield_radio {
  margin-bottom: 0; }
  .gform_wrapper .gfield_radio label {
    margin-left: 6px; }
  .gform_wrapper .gfield_radio li {
    margin-left: 10px; }
    .gform_wrapper .gfield_radio li:last-child {
      margin-bottom: 0; }

.gform_wrapper .validation_error {
  text-align: center; }

.gform_wrapper .validation_message {
  position: absolute; }

.gform_wrapper button.gform_button:before {
  content: '\f1d8';
  font-family: FontAwesome;
  margin-right: 4px; }

.gform_wrapper button.gform_button:after {
  content: none; }

.gfield_label {
  display: none; }

.gform_description {
  display: block;
  margin-bottom: 24px;
  font-weight: bold; }

.gform_button:after {
  content: ' \f061';
  font-family: FontAwesome; }

.hide-labels .gfield_label {
  display: none; }

.gform_hidden {
  display: none; }

.gfield_visibility_hidden {
  display: none; }

/*********************
GRAVITY FORM CONFIRMATIONS
*********************/
.gform_confirmation_wrapper {
  margin: 24px 0; }

.gform_confirmation_message {
  color: #f26d33; }

/*********************
GRAVITY FORM ERRORS
*********************/
.validation_error {
  padding: 12px;
  color: red;
  border-top: 1px solid red;
  border-bottom: 1px solid red;
  margin-bottom: 24px; }

.gform_validation_container {
  display: none !important; }

.gfield_error input, .gfield_error select, .gfield_error textarea {
  border-color: red; }

.validation_message {
  font-size: .75em;
  color: red; }

.site-header {
  padding: 24px 0 0;
  width: 100%;
  position: relative; }
  .site-header .wrap {
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 544px) {
      .site-header .wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    @media (min-width: 670px) {
      .site-header .wrap {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    @media (min-width: 768px) {
      .site-header .wrap {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding-bottom: 0; } }
  @media (min-width: 768px) {
    .site-header {
      padding-bottom: 0; } }
  @media (min-width: 1200px) {
    .site-header {
      padding: 0; } }

.title-area {
  margin-bottom: 24px; }
  @media (min-width: 670px) {
    .title-area {
      margin-bottom: 0; } }
  @media (min-width: 992px) {
    .title-area {
      width: auto; } }

.site-title {
  margin: 0;
  position: relative;
  z-index: 31; }
  .site-title a {
    display: block;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    background: url("../images/logo.png") left top no-repeat;
    background-size: contain;
    background-position: center;
    margin: 0 auto;
    width: 412px;
    max-width: 100%;
    height: 51px; }
    @media (min-width: 768px) {
      .site-title a {
        margin: 0; } }
  @media (min-width: 1200px) {
    .site-title {
      margin-top: 24px; } }

.site-description {
  display: none; }

@media (min-width: 544px) {
  .header-adds {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%; } }

@media (min-width: 670px) {
  .header-adds {
    margin-top: 24px; } }

@media (min-width: 920px) {
  .header-adds {
    margin-top: 18px; } }

@media (min-width: 1350px) {
  .header-adds {
    width: calc(100% - 427px);
    margin-top: 0;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; } }

.header-english {
  font-weight: 900;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 12px;
  color: #8e8a89; }
  @media (min-width: 544px) {
    .header-english {
      width: 100%;
      margin-bottom: 0; } }
  @media (min-width: 670px) {
    .header-english {
      text-align: left;
      margin-top: -12px; } }
  @media (min-width: 920px) {
    .header-english {
      margin-top: 0;
      position: absolute;
      width: auto;
      top: 52px;
      left: 447px;
      border-left: 3px solid #8e8a89;
      height: 23px;
      line-height: 23px;
      padding-left: 18px; } }
  @media (min-width: 1520px) {
    .header-english {
      font-size: 20px; } }

.header-phone {
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 24px;
  text-align: center; }
  @media (min-width: 544px) {
    .header-phone {
      width: 100%;
      margin-top: 10px; } }
  @media (min-width: 670px) {
    .header-phone {
      position: absolute;
      top: 36px;
      right: 15px;
      width: auto;
      margin-bottom: 0;
      margin-top: 0; } }
  @media (min-width: 768px) {
    .header-phone {
      height: 10px; } }
  @media (min-width: 1350px) {
    .header-phone {
      position: inherit;
      margin-right: 24px;
      height: auto; } }

.header-enrol {
  font-weight: 900;
  text-transform: uppercase;
  text-align: center; }
  .header-enrol i {
    margin-left: 6px; }
  .header-enrol .button {
    padding: 11px 48px;
    position: relative;
    z-index: 31;
    background-color: #102345;
    border-radius: 40px; }
    .header-enrol .button:hover, .header-enrol .button:focus {
      background-color: #1e4383; }
  @media (min-width: 544px) {
    .header-enrol {
      width: 50%;
      text-align: left; } }
  @media (min-width: 768px) {
    .header-enrol {
      width: 40%; } }
  @media (min-width: 1350px) {
    .header-enrol {
      width: auto;
      position: absolute;
      top: 114px;
      right: 15px; } }

.header-sections {
  margin-top: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  margin-right: -15px; }
  .header-sections a.header-sections__button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 50%;
    padding: 24px 12px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    color: #635d5c;
    background-color: #f1f1f1;
    border-top-left-radius: 20px;
    letter-spacing: 1px;
    font-size: 12px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .header-sections a.header-sections__button:first-child {
      margin-right: -48px;
      width: calc(50% + 48px);
      padding-right: 60px; }
    .header-sections a.header-sections__button:hover, .header-sections a.header-sections__button:focus {
      text-decoration: none; }
  .header-sections a.header-sections__vocational {
    background-color: #f26d33;
    color: white; }
  .header-sections a.header-sections__english:hover, .header-sections a.header-sections__english:focus {
    background-color: #ea2330;
    color: white; }
  @media (min-width: 544px) {
    .header-sections {
      width: calc(50% + 15px);
      margin-left: 0;
      margin-top: 0; } }
  @media (min-width: 768px) {
    .header-sections {
      width: calc(60% + 15px); }
      .header-sections a.header-sections__button {
        padding: 24px; } }
  @media (min-width: 992px) {
    .header-sections a.header-sections__button {
      font-size: 16px; } }
  @media (min-width: 1350px) {
    .header-sections {
      width: 400px; }
      .header-sections a.header-sections__button {
        height: 100px; } }
  @media (min-width: 1520px) {
    .header-sections {
      width: 550px; } }

.banner {
  height: 192px;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-color: #e4e4e4; }
  .banner__inner {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .banner__title {
    margin: 0;
    padding: 12px 0 0; }
  .banner .breadcrumbs {
    padding-bottom: 0; }
    .banner .breadcrumbs__inner {
      text-shadow: 0 0 10px black; }
    .banner .breadcrumbs__sep {
      color: white;
      margin: 0 0.5em; }
    .banner .breadcrumbs a {
      color: white; }
      .banner .breadcrumbs a:hover, .banner .breadcrumbs a:focus {
        text-decoration: none;
        color: #d9d9d9; }

/*********************
FOOTER STYLES
*********************/
.pre-footer {
  background-color: #102345;
  color: white;
  padding: 48px 0; }
  .pre-footer .wrap {
    padding: 0; }
  .pre-footer a {
    display: block;
    margin-top: 6px;
    color: white;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none; }
    .pre-footer a:hover, .pre-footer a:focus {
      color: #f26d33; }
  .pre-footer h4 {
    color: white;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 12px; }
  .pre-footer img {
    margin-bottom: 24px; }
  .pre-footer .footer-paragraph {
    margin-bottom: 24px; }
  .pre-footer .block {
    margin-bottom: 24px; }
    .pre-footer .block:last-child {
      margin-bottom: 0; }
    @media (min-width: 544px) {
      .pre-footer .block {
        margin-bottom: 36px; }
        .pre-footer .block:nth-last-child(2) {
          margin-bottom: 0; } }
    @media (min-width: 992px) {
      .pre-footer .block {
        margin-bottom: 0; } }
  .pre-footer li {
    margin-left: 24px; }
    .pre-footer li a {
      display: inline-block; }
      .pre-footer li a:hover, .pre-footer li a:focus {
        color: #1abaff; }
    .pre-footer li:before {
      content: "\f105";
      font-family: FontAwesome;
      font-size: 20px;
      font-weight: bold;
      display: inline-block;
      margin-left: -17px;
      margin-right: 10px; }
  .pre-footer #menu-social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .pre-footer #menu-social li {
      margin-right: 10px;
      margin-left: 0; }
      .pre-footer #menu-social li a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        background-color: white;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        height: 35px;
        width: 35px;
        border-radius: 35px;
        color: #102345;
        margin-top: 0; }
        .pre-footer #menu-social li a:hover, .pre-footer #menu-social li a:focus {
          background-color: #1abaff; }
      .pre-footer #menu-social li:before {
        content: none;
        margin-left: 0;
        margin-right: 0; }

.site-footer {
  background-color: #071631;
  border-top: 1px solid white; }

.footer {
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 14px;
  color: white; }
  .footer a,
  .footer a:visited {
    color: white;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .footer a:hover, .footer a:focus,
    .footer a:visited:hover,
    .footer a:visited:focus {
      color: #1abaff;
      text-decoration: none; }

.footer--copyright {
  text-align: center; }
  .footer--copyright .menu-footer-menu-container {
    display: inline-block; }
    .footer--copyright .menu-footer-menu-container .menu {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      list-style: none;
      margin: 0; }
      .footer--copyright .menu-footer-menu-container .menu-item::before {
        margin: 0 .5em;
        content: '\7c'; }
  .footer--copyright .footer__column:not(:last-child) {
    margin-bottom: 12px; }
  @media (min-width: 768px) {
    .footer--copyright {
      text-align: left; }
      .footer--copyright .footer__inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
      .footer--copyright .footer__column:not(:last-child) {
        margin-bottom: 0; }
      .footer--copyright .footer__column--right {
        text-align: right; } }

.breadcrumbs {
  text-transform: uppercase;
  color: #1abaff;
  font-size: 12px;
  text-align: center; }
  .breadcrumbs .wrap {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 544px) {
      .breadcrumbs .wrap {
        max-width: 576px; } }
    @media (min-width: 768px) {
      .breadcrumbs .wrap {
        max-width: 720px; } }
    @media (min-width: 992px) {
      .breadcrumbs .wrap {
        max-width: 940px; } }
    @media (min-width: 1200px) {
      .breadcrumbs .wrap {
        max-width: 1140px; } }
  .breadcrumbs__inner {
    padding: 12px 0 0; }
  .breadcrumbs__sep {
    color: #635d5c;
    margin: 0 0.5em; }
  .breadcrumbs a {
    color: #635d5c;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }

.widget h4 {
  margin: 0; }

.widget ul,
.widget ol {
  padding: 0; }

.widget li {
  margin: 0;
  padding: 0;
  word-wrap: break-word;
  /* remove the border for the last item in a list */ }
  .widget li:last-child {
    border-bottom: 0; }

/*********************
FOOTER WIDGETS 
*********************/
.footer-widgets {
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  clear: both;
  /* overrides for the featured posts */ }
  .footer-widgets h4 {
    background: none;
    border: none;
    margin: 0 0 5px;
    padding: 0; }
  .footer-widgets p {
    font-size: inherit;
    line-height: inherit;
    margin: 0 0 10px; }
  .footer-widgets .widget {
    background: none;
    border: 0;
    margin: 0 0 15px;
    padding: 20px 20px 0; }
    .footer-widgets .widget ul,
    .footer-widgets .widget ol {
      padding: 0; }
  .footer-widgets .featuredpage .page,
  .footer-widgets .featuredpost .post {
    margin: 0 0 10px;
    padding: 0; }
  .footer-widgets .textwidget {
    padding: 0; }

@media (min-width: 992px) {
  .footer-widgets .widget {
    padding: 0; } }

.ui-datepicker {
  width: 216px;
  height: auto;
  margin: 0 auto;
  font: 9pt Arial, sans-serif;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5); }

.ui-datepicker a {
  text-decoration: none; }

.ui-datepicker table {
  width: 100%;
  border-collapse: collapse; }

.ui-datepicker-header {
  background-color: #666;
  /* set the header background color */
  color: #e0e0e0;
  font-weight: bold;
  box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 0.2);
  text-shadow: 1px -1px 0px #000;
  -webkit-filter: dropshadow(color=#000, offx=1, offy=-1);
          filter: dropshadow(color=#000, offx=1, offy=-1);
  line-height: 30px;
  min-height: 30px !important;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #666; }

.ui-datepicker-title {
  text-align: center; }

.ui-datepicker-title select {
  margin-top: 2.5%; }

.ui-datepicker-prev,
.ui-datepicker-next {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  background-image: url("../images/datepicker-arrow.png");
  background-repeat: no-repeat;
  line-height: 600%;
  overflow: hidden; }

.ui-datepicker-prev {
  float: left;
  background-position: center -30px; }

.ui-datepicker-next {
  float: right;
  background-position: center 0px; }

.ui-datepicker thead {
  background: #f7f7f7;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #f1f1f1));
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background: linear-gradient(to bottom, #f7f7f7 0%, #f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f1f1',GradientType=0 );
  border-bottom: 1px solid #bbb; }

.ui-datepicker th {
  text-transform: uppercase;
  text-align: center;
  font-size: 6pt;
  padding: 5px 0;
  color: #666666;
  text-shadow: 1px 0px 0px #fff;
  -webkit-filter: dropshadow(color=#fff, offx=1, offy=0);
          filter: dropshadow(color=#fff, offx=1, offy=0); }

.ui-datepicker tbody td {
  padding: 0;
  border-top: 1px solid #bbb;
  border-right: 1px solid #bbb; }

.ui-datepicker tbody td:last-child {
  border-right: 0px; }

.ui-datepicker tbody tr {
  border-bottom: 1px solid #bbb; }

.ui-datepicker tbody tr:last-child {
  border-bottom: 0px; }

.ui-datepicker td span,
.ui-datepicker td a {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #666666;
  text-shadow: 1px 1px 0px #fff;
  -webkit-filter: dropshadow(color=#fff, offx=1, offy=1);
          filter: dropshadow(color=#fff, offx=1, offy=1); }

.ui-datepicker-calendar .ui-state-default {
  background: #ededed;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZWRlZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed), color-stop(100%, #dedede));
  background: -webkit-linear-gradient(top, #ededed 0%, #dedede 100%);
  background: linear-gradient(to bottom, #ededed 0%, #dedede 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dedede',GradientType=0 );
  box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, 0.5); }

.ui-datepicker-calendar .ui-state-hover {
  background: #f7f7f7; }

.ui-datepicker-calendar .ui-state-active {
  background: #FFF2AA;
  /* set the active date background color */
  border: 1px solid #c19163;
  /* set the active date border color */
  color: #666;
  /* set the active date font color */
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  text-shadow: 0px 1px 0px #FFF;
  -webkit-filter: dropshadow(color=#FFF, offx=0, offy=1);
          filter: dropshadow(color=#FFF, offx=0, offy=1);
  position: relative;
  margin: -1px; }

.ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #b4b3b3; }

.ui-datepicker-calendar td:first-child .ui-state-active {
  width: 29px;
  margin-left: 0; }

.ui-datepicker-calendar td:last-child .ui-state-active {
  width: 29px;
  margin-right: 0; }

.ui-datepicker-calendar tr:last-child .ui-state-active {
  height: 29px;
  margin-bottom: 0; }

td.ui-datepicker-unselectable.ui-state-disabled {
  background-color: #d7d7d7; }

table.ui-datepicker-calendar {
  margin: 0 0 0 0 !important; }

body div#ui-datepicker-div[style] {
  z-index: 9999 !important; }

.contact_details [itemprop='name'] {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden; }

/* POSTS */
.post__image {
  margin-bottom: 24px; }
  .post__image a {
    display: block; }

.post .entry-title {
  margin: 0; }

.post .entry-meta {
  font-size: .9em;
  text-transform: uppercase; }

.blog .post:not(:last-child),
.archive .post:not(:last-child) {
  margin-bottom: 48px; }

@media (min-width: 992px) {
  .full-width-content.single .content-sidebar-wrap .content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
    margin-left: 16.66667%; } }

.blog .post,
.archive .post {
  text-align: center;
  margin: 48px auto;
  max-width: 350px; }
  .blog .post__image:hover, .blog .post__image:focus,
  .archive .post__image:hover,
  .archive .post__image:focus {
    opacity: 0.8;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  .blog .post .entry-title,
  .archive .post .entry-title {
    padding: 0; }
  .blog .post h2,
  .archive .post h2 {
    margin-bottom: 6px;
    text-transform: uppercase; }
    .blog .post h2 a,
    .archive .post h2 a {
      color: #333; }
    @media (min-width: 544px) {
      .blog .post h2,
      .archive .post h2 {
        font-size: 36px; } }
    @media (min-width: 768px) {
      .blog .post h2,
      .archive .post h2 {
        margin-top: 12px; } }
  .blog .post .entry-meta,
  .archive .post .entry-meta {
    color: #102345;
    font-weight: 700; }
  .blog .post__image, .blog .post__detail,
  .archive .post__image,
  .archive .post__detail {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%; }
  @media (min-width: 768px) {
    .blog .post,
    .archive .post {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      margin-left: -15px;
      margin-right: -15px;
      max-width: none;
      text-align: left; }
      .blog .post__image,
      .archive .post__image {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%; }
      .blog .post__detail,
      .archive .post__detail {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%; } }
  @media (min-width: 992px) {
    .blog .post__image,
    .archive .post__image {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 41.66667%;
          -ms-flex: 0 0 41.66667%;
              flex: 0 0 41.66667%;
      max-width: 41.66667%; }
    .blog .post__detail,
    .archive .post__detail {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 58.33333%;
          -ms-flex: 0 0 58.33333%;
              flex: 0 0 58.33333%;
      max-width: 58.33333%; } }

@media (min-width: 992px) {
  .full-width-content.blog .content-sidebar-wrap .content, .full-width-content.archive .content-sidebar-wrap .content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
    margin-left: 8.33333%; } }

/* BRICKS */
.content-bricks {
  margin-top: 48px;
  margin-bottom: 48px; }
  .content-bricks h1,
  .content-bricks .h1 {
    text-shadow: none;
    color: #102345; }
  .content-bricks .content-brick--background {
    padding: 48px 0; }
  .content-bricks > :first-child.content-brick--background,
  .content-bricks .content-brick--background + .content-brick--background {
    margin-top: -48px; }
  .content-bricks > :last-child.content-brick--background {
    margin-bottom: -49px; }
  .content-bricks .content-brick--single-heading + .content-brick--important,
  .content-bricks .content-brick--double-heading + .content-brick--important {
    margin-top: -36px; }

.content-brick {
  margin-bottom: 48px; }
  .content-brick--content p,
  .content-brick--content ul,
  .content-brick--content ol,
  .content-brick--content blockquote {
    margin-bottom: 24px; }
  .content-brick--content ul {
    margin-bottom: 24px;
    list-style: none; }
    .content-brick--content ul li {
      margin-left: 30px;
      margin-bottom: 6px; }
      .content-brick--content ul li:before {
        content: "\f046";
        font-family: FontAwesome;
        font-size: 16px;
        display: inline-block;
        margin-left: -25px;
        margin-right: 10px;
        color: #f26d33; }
  .content-brick--content .gform_fields li {
    margin-left: 0; }
    .content-brick--content .gform_fields li:before {
      content: none; }
  .content-brick--content .gform_fields .gfield_radio li {
    margin-left: 4px; }
  .content-brick--content ol {
    list-style: decimal; }
  .content-brick--content li {
    margin-left: 24px; }
  .content-brick--content blockquote {
    padding: 0 24px;
    color: #f26d33;
    border-left: 2px solid currentcolor; }
  .content-brick:not(.content-brick--full) .content-brick__container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 544px) {
      .content-brick:not(.content-brick--full) .content-brick__container {
        max-width: 576px; } }
    @media (min-width: 768px) {
      .content-brick:not(.content-brick--full) .content-brick__container {
        max-width: 720px; } }
    @media (min-width: 992px) {
      .content-brick:not(.content-brick--full) .content-brick__container {
        max-width: 940px; } }
    @media (min-width: 1200px) {
      .content-brick:not(.content-brick--full) .content-brick__container {
        max-width: 1140px; } }
  .content-brick.content-brick--full .content-brick__container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0; }
  .content-brick__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px; }
  .content-brick__column {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%; }
    .content-brick__column--main > *:last-child {
      margin-bottom: 0; }
    @media (min-width: 992px) {
      .content-brick--large .content-brick__column--main {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        margin-left: 0%; }
      .content-brick--medium .content-brick__column--main {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
            -ms-flex: 0 0 83.33333%;
                flex: 0 0 83.33333%;
        max-width: 83.33333%;
        margin-left: 8.33333%; }
      .content-brick--small .content-brick__column--main {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
            -ms-flex: 0 0 66.66667%;
                flex: 0 0 66.66667%;
        max-width: 66.66667%;
        margin-left: 16.66667%; } }
  .content-sidebar-wrap .content-brick .content-brick__container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0; }
  .content-sidebar-wrap .content-brick .content-brick__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0; }
  .content-sidebar-wrap .content-brick .content-brick__column--main {
    position: relative;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0;
    width: 100%; }
    @media (min-width: 992px) {
      .content-sidebar-wrap .content-brick .content-brick__column--main {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        margin-left: 0%; } }

.content-brick--single-heading {
  text-align: center; }

.content-brick--double-heading {
  text-align: center; }
  .content-brick--double-heading__line-1 {
    margin-bottom: 0; }
  .content-brick--double-heading__line-2 {
    font-size: 28px;
    font-weight: bold; }

.content-brick--two-column-content__column--right > *:last-child {
  margin-bottom: 0; }

@media (min-width: 992px) {
  .content-brick--two-column-content__column--left > *:last-child {
    margin-bottom: 0; } }

.content-brick--important {
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
  text-align: center; }

body.english-college .content-brick--cta-button a.button {
  border-color: white;
  background-color: transparent; }
  body.english-college .content-brick--cta-button a.button:hover, body.english-college .content-brick--cta-button a.button:focus {
    border-color: white;
    background-color: white;
    color: #f26d33; }

.content-brick--cta-button {
  text-align: center;
  background-color: #f26d33; }
  .content-brick--cta-button .text {
    font-size: 24px;
    font-weight: bold;
    color: white; }
    .content-brick--cta-button .text a {
      color: #102345; }
  .content-brick--cta-button .button {
    border-color: white;
    border-width: 2px;
    margin-top: 24px; }
    .content-brick--cta-button .button:focus, .content-brick--cta-button .button:hover {
      background-color: white;
      color: #f26d33; }

.content-brick--image-set img {
  width: 100%;
  max-width: none; }

.content-brick--image-set--has-gap .content-brick--image-set__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }

.content-brick--image-set:not(.content-brick--image-set--has-gap) .content-brick--image-set__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: 0;
  margin-right: 0; }

.content-brick--image-set--has-gap .content-brick--image-set__image {
  margin-bottom: 24px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%; }

.content-brick--image-set:not(.content-brick--image-set--has-gap) .content-brick--image-set__image {
  position: relative;
  min-height: 1px;
  padding-right: 0;
  padding-left: 0;
  width: 100%; }

@media (min-width: 768px) {
  .content-brick--image-set--has-gap .content-brick--image-set__image {
    margin-bottom: 0; }
  .content-brick--image-set--image-count-1 .content-brick--image-set__image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .content-brick--image-set--image-count-2 .content-brick--image-set__image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .content-brick--image-set--image-count-3 .content-brick--image-set__image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; } }

.content-brick--video {
  text-align: center; }
  .content-brick--video.content-brick--background {
    padding-top: 48px;
    padding-bottom: 72px;
    background-size: cover;
    background-position: center; }
  .content-brick--video h2 {
    margin-bottom: 0; }
  .content-brick--video p {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 36px;
    font-size: 20px;
    font-weight: bold; }
    @media (min-width: 544px) {
      .content-brick--video p {
        font-size: 30px; } }
  .content-brick--video__container {
    width: 100%;
    max-width: 700px;
    margin: 0 auto; }
  .content-brick--video__inner {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 2px solid white; }
  .content-brick--video__embed {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50; }
    .content-brick--video__embed iframe {
      width: 100%;
      height: 100%; }
  .content-brick--video__play {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.25);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .content-brick--video__play--no-splash {
      display: none; }
    .content-brick--video__play > * {
      position: relative;
      z-index: 10; }
      .content-brick--video__play > *:before {
        content: '';
        position: absolute;
        display: block;
        top: -5px;
        bottom: -5px;
        left: -5px;
        right: -5px;
        border-radius: 50%;
        z-index: -2; }
    .content-brick--video__play .icon i {
      border: 2px solid currentcolor;
      border-radius: 50%;
      width: 58px;
      height: 58px;
      line-height: 58px;
      font-size: 25px;
      -webkit-transition: -webkit-transform .2s;
      transition: -webkit-transform .2s;
      transition: transform .2s;
      transition: transform .2s, -webkit-transform .2s; }
      .content-brick--video__play .icon i:before {
        position: relative;
        top: -1px;
        right: -3px; }
    .content-brick--video__play .text {
      font-size: 18px;
      margin-top: 10px;
      letter-spacing: 0.08em;
      font-weight: 700; }
      @media (min-width: 600px) {
        .content-brick--video__play .text {
          margin-top: 20px;
          font-size: 28px; } }
    .content-brick--video__play:hover .icon i {
      -webkit-transform: scale(1.06);
              transform: scale(1.06); }
  .content-brick--video .video-block__caption {
    text-align: center;
    font-family: "Lato", sans-serif;
    font-size: 18px;
    margin-top: 5px; }
    .content-brick--video .video-block__caption i {
      display: block;
      margin-top: 5px;
      font-family: "Lato", sans-serif;
      text-transform: uppercase;
      font-size: 12px;
      font-style: normal;
      line-height: 12px; }

.content-brick--map .acf-map {
  width: 100%;
  height: 400px; }

.content-brick--map__info {
  background-color: #f1f1f1;
  max-width: 950px;
  border-top: 4px solid #102345;
  padding: 24px 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 48px; }

.content-brick--map__content {
  border-top: none; }

.content-brick--map__text {
  padding: 0 24px 24px; }

.content-brick--map__image {
  text-align: center; }

.content-brick--map__location {
  margin-left: 36px;
  margin-bottom: 18px; }
  .content-brick--map__location span {
    color: #ea2330;
    margin-left: -36px;
    margin-right: 16px;
    width: 20px;
    display: inline-block;
    text-align: center; }

@media (min-width: 992px) {
  .content-brick--map__info {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .content-brick--map__image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    padding-right: 24px; } }

@media (min-width: 1200px) {
  .content-brick--map__info {
    position: relative;
    margin: -48px auto 48px; } }

body.english-college .content-brick--accordion__toggle__tab {
  border-color: #ea2330; }

.content-brick--accordion__toggle {
  line-height: 24px; }
  .content-brick--accordion__toggle.active .content-brick--accordion__toggle__tab {
    border-color: transparent; }
  .content-brick--accordion__toggle:not(:last-child) {
    margin-bottom: 12px; }
  .content-brick--accordion__toggle__tab {
    display: block;
    position: relative;
    background-color: #ddd;
    border-top: 3px solid #f26d33;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 18px;
    padding-right: 66px; }
    .content-brick--accordion__toggle__tab__heading {
      margin: 0;
      font-weight: 900; }
    .content-brick--accordion__toggle__tab__icon {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      width: 48px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .content-brick--accordion__toggle__tab__icon i {
        display: block;
        font-size: 1.2em;
        -webkit-transition: -webkit-transform .4s;
        transition: -webkit-transform .4s;
        transition: transform .4s;
        transition: transform .4s, -webkit-transform .4s; }
        .content-brick--accordion__toggle.active .content-brick--accordion__toggle__tab__icon i {
          -webkit-transform: rotate(180deg);
                  transform: rotate(180deg); }
  .content-brick--accordion__toggle__content {
    width: 100%;
    display: none;
    padding: 12px 24px 24px;
    border: 1px solid #ddd; }
    .content-brick--accordion__toggle__content__inner {
      padding-top: 12px; }
    .content-brick--accordion__toggle__content *:last-child {
      margin-bottom: 0; }

.content-brick--course-features {
  text-align: center; }
  .content-brick--course-features__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .content-brick--course-features__feature {
    max-width: 380px;
    margin: 36px auto 0; }
    .content-brick--course-features__feature__image {
      height: 165px;
      width: 165px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      border-radius: 225px;
      background-color: #f26d33;
      margin: 0 auto 24px; }
    .content-brick--course-features__feature__icon {
      max-height: 65px;
      max-width: 65px; }
    .content-brick--course-features__feature__title {
      margin: 0 0 24px; }
    .content-brick--course-features__feature:first-child {
      margin-top: 0; }
    @media (min-width: 544px) {
      .content-brick--course-features__feature {
        max-width: none;
        margin-left: 0;
        margin-right: 0;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%; }
        .content-brick--course-features__feature__title {
          min-height: 48px; }
        .content-brick--course-features__feature:nth-child(2) {
          margin-top: 0; } }
    @media (min-width: 992px) {
      .content-brick--course-features__feature {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
            -ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;
        max-width: 33.33333%; }
        .content-brick--course-features__feature:nth-child(3) {
          margin-top: 0; } }

.content-brick--wayfinder {
  text-align: center; }
  .content-brick--wayfinder__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .content-brick--wayfinder__item {
    max-width: 440px;
    margin-top: 24px;
    position: relative; }
    .content-brick--wayfinder__item__inner {
      height: 100%;
      padding-top: 12px;
      padding-bottom: 48px; }
    .content-brick--wayfinder__item__image, .content-brick--wayfinder__item__text {
      margin-bottom: 24px; }
    .content-brick--wayfinder__item h3 {
      margin-bottom: 0;
      line-height: 36px; }
    .content-brick--wayfinder__item .subtitle {
      text-transform: uppercase;
      font-weight: bold;
      margin-bottom: 24px; }
    .content-brick--wayfinder__item__button {
      position: absolute;
      bottom: 12px;
      left: 0;
      right: 0; }
    .content-brick--wayfinder__item:first-child {
      margin-top: 0; }
    @media (min-width: 544px) {
      .content-brick--wayfinder__item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%; }
        .content-brick--wayfinder__item:nth-child(2) {
          margin-top: 0; } }
    @media (min-width: 992px) {
      .content-brick--wayfinder__item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
            -ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;
        max-width: 33.33333%; }
        .content-brick--wayfinder__item:nth-child(3) {
          margin-top: 0; } }
  @media (min-width: 992px) {
    .content-brick--wayfinder.content-brick--4-columns .content-brick--wayfinder__item {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 25%;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%; }
      .content-brick--wayfinder.content-brick--4-columns .content-brick--wayfinder__item:nth-child(3), .content-brick--wayfinder.content-brick--4-columns .content-brick--wayfinder__item:nth-child(4) {
        margin-top: 0; } }

.content-brick--divider--spacing-1 {
  padding: 12px 0; }

.content-brick--divider--spacing-2 {
  padding: 24px 0; }

.content-brick--divider--spacing-3 {
  padding: 36px 0; }

.content-brick--divider--spacing-4 {
  padding: 48px 0; }

.content-brick--divider:not(.content-brick--divider--has-rule) hr {
  display: none; }

.content-brick--tile-slider {
  background-color: #e8f8ff; }
  .content-brick--tile-slider h2 {
    text-align: center;
    font-weight: bold;
    max-width: 800px;
    margin: 0 auto; }
  .content-brick--tile-slider h3 {
    color: #ea2330; }
  .content-brick--tile-slider__nav {
    margin: 36px 0; }
    .content-brick--tile-slider__nav .icon {
      display: none; }
    .content-brick--tile-slider__nav-single {
      display: block;
      font-weight: 900;
      margin-bottom: 6px; }
      .content-brick--tile-slider__nav-single.current .overlay {
        background-color: #102345; }
  .content-brick--tile-slider .background {
    height: 100%;
    background-size: cover;
    background-position: center; }
  .content-brick--tile-slider .overlay {
    color: white;
    text-align: center;
    padding: 12px;
    background-color: #ea2330;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .content-brick--tile-slider .overlay:hover, .content-brick--tile-slider .overlay:focus {
      background-color: #102345; }
  .content-brick--tile-slider .title {
    font-size: 22px;
    width: 100%; }
  .content-brick--tile-slider__content {
    width: 100%;
    text-align: center; }
    .content-brick--tile-slider__content-wrap {
      max-width: 800px;
      margin-left: auto;
      margin-right: auto; }
    .content-brick--tile-slider__content p,
    .content-brick--tile-slider__content ul {
      text-align: left; }
  .content-brick--tile-slider .colour-icon {
    margin-bottom: 24px; }
  @media (min-width: 544px) {
    .content-brick--tile-slider__nav-single {
      font-size: 18px; } }
  @media (min-width: 768px) {
    .content-brick--tile-slider__nav {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 48px; }
      .content-brick--tile-slider__nav-single {
        width: calc(100% / 4 - 8px);
        margin-right: 10px;
        position: relative;
        z-index: 10; }
        .content-brick--tile-slider__nav-single:last-child {
          margin-right: 0; }
        .content-brick--tile-slider__nav-single.current .overlay {
          background-color: #ea2330;
          text-shadow: none; }
          .content-brick--tile-slider__nav-single.current .overlay:hover, .content-brick--tile-slider__nav-single.current .overlay:focus {
            background-color: #ea2330; }
        .content-brick--tile-slider__nav-single.current .arrow {
          bottom: -20px; }
    .content-brick--tile-slider .overlay {
      padding: 24px 12px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.4);
      text-shadow: 0 0 8px black; }
      .content-brick--tile-slider .overlay:hover, .content-brick--tile-slider .overlay:focus {
        background-color: rgba(0, 0, 0, 0.5); }
    .content-brick--tile-slider .arrow {
      position: absolute;
      margin-right: auto;
      margin-left: auto;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: -1;
      width: 20px;
      border-left: 20px solid transparent;
      border-right: 20px solid transparent;
      border-top: 20px solid #ea2330;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; } }
  @media (min-width: 992px) {
    .content-brick--tile-slider__nav .icon {
      display: block;
      margin-bottom: 18px; }
    .content-brick--tile-slider .overlay {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  @media (min-width: 1200px) {
    .content-brick--tile-slider .overlay {
      padding: 48px 24px; } }

body.english-college .content-brick--contact-form input:hover, body.english-college .content-brick--contact-form input:focus {
  border-color: white; }

body.english-college .content-brick--contact-form button.gform_button {
  color: #ea2330;
  background-color: white; }
  body.english-college .content-brick--contact-form button.gform_button:focus, body.english-college .content-brick--contact-form button.gform_button:hover {
    color: #ea2330;
    background-color: white; }

.content-brick--contact-form {
  text-align: center;
  background-color: #ea2330;
  padding-top: 36px;
  padding-bottom: 36px;
  /* firefox 19+ */
  /* ie */ }
  .content-brick--contact-form .gform_title {
    color: white;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 24px;
    letter-spacing: 1px;
    font-size: 22px; }
  .content-brick--contact-form label {
    display: none; }
  .content-brick--contact-form .gform_wrapper ul li {
    max-width: 400px;
    margin: 0 auto 24px;
    position: relative; }
  .content-brick--contact-form input {
    height: 50px; }
  .content-brick--contact-form input,
  .content-brick--contact-form textarea {
    border-color: white;
    color: white;
    max-height: 118px;
    background-color: transparent; }
  .content-brick--contact-form .gform_footer {
    position: relative;
    width: 180px;
    margin: 0 auto; }
  .content-brick--contact-form button.gform_button {
    color: #ea2330;
    border-style: none;
    background-color: white;
    padding: 13px 0;
    width: 180px; }
    .content-brick--contact-form button.gform_button:focus, .content-brick--contact-form button.gform_button:hover {
      color: #ea2330;
      background-color: white;
      opacity: 0.8; }
  .content-brick--contact-form ::-webkit-input-placeholder {
    color: white; }
  .content-brick--contact-form ::-moz-placeholder {
    color: white; }
  .content-brick--contact-form :-ms-input-placeholder {
    color: white; }
  .content-brick--contact-form :-moz-placeholder {
    color: white; }
  .content-brick--contact-form .gform_confirmation_message {
    color: white; }
  .content-brick--contact-form .validation_error {
    display: none;
    width: 100%;
    color: #102345;
    border-color: #102345; }
  .content-brick--contact-form .validation_message {
    left: 0;
    color: #102345; }
  .content-brick--contact-form .gform_ajax_spinner {
    position: absolute;
    top: 18px;
    right: 20px; }
  @media (min-width: 544px) {
    .content-brick--contact-form form {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
    .content-brick--contact-form .gform_heading {
      width: 100%; }
    .content-brick--contact-form .gform_body {
      width: calc(100% - 180px); }
    .content-brick--contact-form .gform_wrapper ul li {
      margin-bottom: 0; }
    .content-brick--contact-form .gform_wrapper ul li {
      max-width: none; } }
  @media (min-width: 768px) {
    .content-brick--contact-form form {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .content-brick--contact-form .gform_heading {
      width: 260px;
      margin-top: 9px;
      margin-right: auto; }
    .content-brick--contact-form .gform_title {
      margin-bottom: 0; }
    .content-brick--contact-form .gform_body {
      width: calc(100% - 471px);
      max-width: 400px; }
    .content-brick--contact-form .gform_footer {
      margin: 0; } }

.content-brick--testimonials {
  text-align: center;
  position: relative;
  z-index: 10;
  background-image: url("../images/testimonial-bg.jpg");
  background-size: cover;
  background-position: center; }
  .content-brick--testimonials .wrap {
    max-width: 980px;
    margin: 0 auto; }
  .content-brick--testimonials h2 {
    color: white; }
  .content-brick--testimonials .testimonial-slider {
    border: 10px solid white; }
  .content-brick--testimonials .flickity-slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .content-brick--testimonials .carousel-cell {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 100%;
    width: 100%;
    overflow: auto; }
  .content-brick--testimonials img {
    margin-top: 36px;
    border-radius: 110px;
    max-width: 110px; }
  .content-brick--testimonials p {
    width: 100%;
    letter-spacing: 1px;
    color: white;
    font-size: 18px;
    font-weight: 900;
    padding: 24px 24px 0; }
  .content-brick--testimonials .title {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 84px; }
  .content-brick--testimonials .flickity-prev-next-button {
    bottom: 10px;
    top: auto;
    border: 1px solid white;
    border-radius: 0;
    background: none;
    height: 30px;
    width: 30px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .content-brick--testimonials .flickity-prev-next-button.next {
      right: calc(50% - 35px); }
    .content-brick--testimonials .flickity-prev-next-button.previous {
      left: calc(50% - 35px); }
    .content-brick--testimonials .flickity-prev-next-button .arrow {
      fill: white; }
    .content-brick--testimonials .flickity-prev-next-button:focus, .content-brick--testimonials .flickity-prev-next-button:hover {
      background-color: white; }
      .content-brick--testimonials .flickity-prev-next-button:focus .arrow, .content-brick--testimonials .flickity-prev-next-button:hover .arrow {
        fill: #666; }
  .content-brick--testimonials svg {
    height: 10px;
    top: 32%; }
  @media (min-width: 992px) {
    .content-brick--testimonials p {
      padding: 24px 120px 0; } }

.content-brick--trainer-list {
  padding-bottom: 24px; }
  .content-brick--trainer-list h2 {
    width: 100%;
    text-align: center;
    margin-bottom: 60px; }
  .content-brick--trainer-list h3 {
    margin-bottom: 0; }
  .content-brick--trainer-list img {
    display: block;
    margin: 0 auto 36px;
    border-radius: 225px; }
  .content-brick--trainer-list .trainer {
    margin: 60px auto 0;
    max-width: 380px; }
    .content-brick--trainer-list .trainer:nth-child(1) {
      margin-top: 0; }
    .content-brick--trainer-list .trainer__content {
      max-width: 370px;
      margin: 0 auto; }
    .content-brick--trainer-list .trainer__title h3 {
      text-align: center;
      color: #333;
      margin-bottom: 0;
      line-height: 34px; }
    .content-brick--trainer-list .trainer__locations {
      text-align: center;
      color: #f26d33;
      text-transform: uppercase;
      font-size: 14px;
      font-weight: 900; }
    .content-brick--trainer-list .trainer .qualifications {
      text-align: center;
      color: #102345;
      text-transform: none;
      font-weight: 600;
      letter-spacing: 1px; }
    .content-brick--trainer-list .trainer__text > *:last-child {
      margin-bottom: 0; }
    .content-brick--trainer-list .trainer__more {
      display: none;
      margin-top: 24px; }
  .content-brick--trainer-list a.button {
    padding-top: 24px;
    color: #f26d33; }
    .content-brick--trainer-list a.button:hover, .content-brick--trainer-list a.button:focus {
      color: #f48859; }
  @media (min-width: 768px) {
    .content-brick--trainer-list .content-brick__column {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      margin-left: -15px;
      margin-right: -15px;
      margin: 0;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
    .content-brick--trainer-list .trainer {
      max-width: 50%; }
      .content-brick--trainer-list .trainer:nth-child(2) {
        margin-top: 0; } }
  @media (min-width: 992px) {
    .content-brick--trainer-list .trainer {
      max-width: calc(100% / 3); }
      .content-brick--trainer-list .trainer:nth-child(3) {
        margin-top: 0; } }

.content-brick--information {
  background-color: #f1f1f1; }
  .content-brick--information.content-brick--background {
    padding-bottom: 0; }
  .content-brick--information__title {
    text-align: center;
    padding: 0 15px; }
  .content-brick--information__content {
    padding: 0 0 48px; }
    .content-brick--information__content-wrap {
      margin-left: auto;
      margin-right: auto;
      padding-left: 15px;
      padding-right: 15px; }
      @media (min-width: 544px) {
        .content-brick--information__content-wrap {
          max-width: 576px; } }
      @media (min-width: 768px) {
        .content-brick--information__content-wrap {
          max-width: 720px; } }
      @media (min-width: 992px) {
        .content-brick--information__content-wrap {
          max-width: 940px; } }
      @media (min-width: 1200px) {
        .content-brick--information__content-wrap {
          max-width: 1140px; } }
      .content-brick--information__content-wrap > *:last-child {
        margin-bottom: 0; }
  .content-brick--information__tile {
    background-color: #102345;
    padding: 48px 0; }
    .content-brick--information__tile-wrap {
      margin-left: auto;
      margin-right: auto;
      padding-left: 15px;
      padding-right: 15px; }
      @media (min-width: 544px) {
        .content-brick--information__tile-wrap {
          max-width: 576px; } }
      @media (min-width: 768px) {
        .content-brick--information__tile-wrap {
          max-width: 720px; } }
      @media (min-width: 992px) {
        .content-brick--information__tile-wrap {
          max-width: 940px; } }
      @media (min-width: 1200px) {
        .content-brick--information__tile-wrap {
          max-width: 1140px; } }
      .content-brick--information__tile-wrap > *:last-child {
        margin-bottom: 0; }
    .content-brick--information__tile p,
    .content-brick--information__tile ol,
    .content-brick--information__tile ul,
    .content-brick--information__tile li,
    .content-brick--information__tile h1, .content-brick--information__tile .h1,
    .content-brick--information__tile h2, .content-brick--information__tile .h2, .content-brick--information__tile .course-intro h1, .course-intro .content-brick--information__tile h1,
    .content-brick--information__tile h3, .content-brick--information__tile .h3,
    .content-brick--information__tile h4, .content-brick--information__tile .h4,
    .content-brick--information__tile h5, .content-brick--information__tile .h5,
    .content-brick--information__tile h6, .content-brick--information__tile .h6 {
      color: white; }
  .content-brick--information:not(.content-brick--full) .content-brick__container {
    max-width: none;
    padding: 0; }
  @media (min-width: 992px) {
    .content-brick--information.content-brick--background {
      padding-bottom: 48px; }
    .content-brick--information:not(.content-brick--full) .content-brick__container {
      max-width: 940px;
      padding-left: 15px;
      padding-right: 15px; }
    .content-brick--information .content-brick__column {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; }
    .content-brick--information__title {
      width: 100%; }
    .content-brick--information__content {
      padding-left: 0;
      padding-bottom: 0; }
      .content-brick--information__content-wrap {
        padding-left: 0; }
    .content-brick--information__tile {
      padding: 60px 24px; } }
  @media (min-width: 1200px) {
    .content-brick--information:not(.content-brick--full) .content-brick__container {
      max-width: 1140px; } }

.content-brick--steps__step {
  position: relative;
  margin-bottom: 24px; }
  .content-brick--steps__step:nth-child(1) .content-brick--steps__block {
    background-color: #1abaff; }
    .content-brick--steps__step:nth-child(1) .content-brick--steps__block span:first-child {
      border-top-color: #1abaff;
      border-bottom-color: #1abaff; }
    .content-brick--steps__step:nth-child(1) .content-brick--steps__block span:last-child {
      border-left-color: #1abaff; }
  .content-brick--steps__step:nth-child(1) .content-brick--steps__content {
    border-left: 1px solid #1abaff; }
  .content-brick--steps__step:nth-child(2) .content-brick--steps__block {
    background-color: #1c50d1; }
    .content-brick--steps__step:nth-child(2) .content-brick--steps__block span:first-child {
      border-top-color: #1c50d1;
      border-bottom-color: #1c50d1; }
    .content-brick--steps__step:nth-child(2) .content-brick--steps__block span:last-child {
      border-left-color: #1c50d1; }
  .content-brick--steps__step:nth-child(2) .content-brick--steps__content {
    border-left: 1px solid #1c50d1; }
  .content-brick--steps__step:nth-child(3) .content-brick--steps__block {
    background-color: #244189; }
    .content-brick--steps__step:nth-child(3) .content-brick--steps__block span:first-child {
      border-top-color: #244189;
      border-bottom-color: #244189; }
    .content-brick--steps__step:nth-child(3) .content-brick--steps__block span:last-child {
      border-left-color: #244189; }
  .content-brick--steps__step:nth-child(3) .content-brick--steps__content {
    border-left: 1px solid #244189; }
  .content-brick--steps__step:nth-child(4) {
    margin-bottom: 0; }
    .content-brick--steps__step:nth-child(4) .content-brick--steps__block {
      background-color: #102345; }
      .content-brick--steps__step:nth-child(4) .content-brick--steps__block span:first-child {
        border-top-color: #102345;
        border-bottom-color: #102345; }
      .content-brick--steps__step:nth-child(4) .content-brick--steps__block span:last-child {
        border-left-color: #102345; }
    .content-brick--steps__step:nth-child(4) .content-brick--steps__content {
      border-left: 1px solid #102345; }

.content-brick--steps__icon {
  width: 76px;
  margin-bottom: 6px; }

.content-brick--steps__content {
  max-width: 70%;
  padding-left: 12px;
  padding-bottom: 36px; }

.content-brick--steps__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-transform: uppercase;
  font-size: 42px;
  font-weight: 900;
  color: white;
  margin-right: 32px;
  margin-left: 32px; }
  .content-brick--steps__block span {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 32px solid transparent;
    border-bottom: 32px solid transparent;
    border-left: 32px solid transparent; }
    .content-brick--steps__block span:first-child {
      margin-left: -32px; }
    .content-brick--steps__block span:last-child {
      margin-right: -32px; }

.content-brick--steps .stepman {
  position: absolute;
  right: 20px;
  bottom: 80px; }

@media (min-width: 544px) {
  .content-brick--steps__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .content-brick--steps__step {
    max-width: none;
    width: calc(50% + 10px); }
    .content-brick--steps__step:nth-child(odd) {
      margin-right: -10px; }
    .content-brick--steps__step:nth-child(even) {
      margin-left: -10px; }
    .content-brick--steps__step:nth-child(3) {
      margin-bottom: 0; }
  .content-brick--steps__content {
    max-width: 200px;
    height: calc(100% - 63px); } }

@media (min-width: 768px) {
  .content-brick--steps__step {
    width: calc(50% + 22px); }
    .content-brick--steps__step:nth-child(odd) {
      margin-right: -22px; }
    .content-brick--steps__step:nth-child(even) {
      margin-left: -22px; }
  .content-brick--steps__content {
    height: calc(100% - 126px); }
  .content-brick--steps__block {
    margin-right: 63px;
    margin-left: 63px; }
    .content-brick--steps__block span {
      border-width: 63px; }
      .content-brick--steps__block span:first-child {
        margin-left: -63px; }
      .content-brick--steps__block span:last-child {
        margin-right: -63px; }
  .content-brick--steps .stepman {
    left: 200px;
    right: 0;
    bottom: 150px; } }

@media (min-width: 1200px) {
  .content-brick--steps__step {
    margin-bottom: 0;
    width: calc(25% + 33px); }
    .content-brick--steps__step:nth-child(odd) {
      margin-right: -22px; }
    .content-brick--steps__step:nth-child(even) {
      margin-left: -22px; }
    .content-brick--steps__step:nth-child(3) {
      margin-left: -44px; } }

body.english-college .course-code span {
  color: #ea2330; }

.content-brick--courses h2 {
  text-align: center;
  margin-bottom: 48px; }

.content-brick--courses h3 {
  margin-bottom: 0; }

.content-brick--courses .career-courses-course {
  max-width: 400px;
  text-align: center;
  margin: 36px auto 0; }
  .content-brick--courses .career-courses-course__image {
    border-radius: 180px;
    margin: 0 auto;
    width: 180px;
    height: 180px;
    background-repeat: none;
    background-position: center;
    background-size: cover;
    margin-bottom: 24px; }
  .content-brick--courses .career-courses-course__text {
    margin: 24px 0; }
  .content-brick--courses .career-courses-course:first-child {
    margin-top: 0; }

@media (min-width: 544px) {
  .content-brick--courses h3 {
    line-height: 30px;
    margin-bottom: 6px; }
  .content-brick--courses .career-courses-course {
    max-width: 50%;
    text-align: left;
    margin: 36px 0 0; }
    .content-brick--courses .career-courses-course:nth-child(2) {
      margin-top: 0; } }

@media (min-width: 992px) {
  .content-brick--courses .career-courses-course {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .content-brick--courses .career-courses-course__image {
      margin-left: 0; }
    .content-brick--courses .career-courses-course__content {
      padding-left: 12px;
      width: calc(100% - 190px); } }

.course-code {
  text-transform: uppercase; }
  .course-code span {
    color: #f26d33; }

.content-brick--course-highlights {
  background-image: url("../images/highlights-aged-bg.jpg");
  background-position: center;
  background-size: cover; }
  .content-brick--course-highlights.content-brick--background {
    padding: 96px 0; }
  .content-brick--course-highlights h2 {
    text-align: center; }
  .content-brick--course-highlights p {
    font-size: 20px;
    margin-left: 34px;
    margin-bottom: 6px; }
  .content-brick--course-highlights i {
    color: #1abaff;
    margin-left: -34px;
    margin-right: 12px; }

body.english-college .location__text-point i {
  color: #ea2330; }

body.english-college .location a.button {
  border: 2px solid #102345;
  background-color: #102345; }
  body.english-college .location a.button:focus, body.english-college .location a.button:hover {
    color: #102345;
    border-color: #102345;
    background-color: white; }

.location {
  margin-top: 18px;
  position: relative; }
  .location__content {
    height: 100%;
    background-color: #f1f1f1;
    border-top: 4px solid #102345;
    padding: 24px; }
  .location__text-point {
    display: block;
    margin-left: 36px;
    margin-bottom: 18px; }
    .location__text-point span {
      color: #f26d33;
      margin-left: -36px;
      margin-right: 16px;
      width: 20px;
      display: inline-block;
      text-align: center; }
  .location__text a {
    display: inline-block; }
  .location .button {
    margin: 12px 0;
    border: 2px solid #102345;
    background-color: #102345; }
    .location .button:focus, .location .button:hover {
      color: #102345;
      background-color: white; }
  .location:first-child {
    margin-top: 0; }
  @media (min-width: 768px) {
    .location:nth-child(2) {
      margin-top: 0; } }
  @media (min-width: 992px) {
    .location__content {
      padding: 24px 48px; } }

.content-brick--feature-list {
  text-align: center;
  background-image: url("../images/features-bg.jpg");
  background-size: cover;
  background-position: center; }
  .content-brick--feature-list.content-brick--background {
    padding: 72px 0; }
  .content-brick--feature-list h2 {
    width: 100%;
    margin-bottom: 0;
    text-align: center;
    text-shadow: 0 0 10px white; }
  .content-brick--feature-list .subtitle {
    width: 100%;
    margin-bottom: 48px;
    text-shadow: 0 0 10px white;
    font-size: 30px;
    font-weight: 900; }
  .content-brick--feature-list__feature {
    font-size: 20px;
    font-weight: 900;
    line-height: 26px;
    margin-top: 24px; }
    .content-brick--feature-list__feature-wrap {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-left: auto;
      margin-right: auto;
      width: 100%;
      max-width: 280px;
      background-color: rgba(255, 255, 255, 0.6);
      padding: 48px 24px;
      height: 100%;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
      .content-brick--feature-list__feature-wrap:hover, .content-brick--feature-list__feature-wrap:focus {
        background-color: white;
        text-decoration: none; }
    .content-brick--feature-list__feature img {
      margin-bottom: 12px; }
    .content-brick--feature-list__feature__text {
      color: #635D5C; }
    .content-brick--feature-list__feature:nth-child(3) {
      margin-top: 0; }
  @media (min-width: 544px) {
    .content-brick--feature-list__feature:nth-child(4) {
      margin-top: 0; } }
  @media (min-width: 992px) {
    .content-brick--feature-list__feature:nth-child(5), .content-brick--feature-list__feature:nth-child(6) {
      margin-top: 0; } }

.content-brick--location-slider {
  padding: 0 0 48px; }
  .content-brick--location-slider h2 {
    text-align: center;
    margin-bottom: 36px; }
  .content-brick--location-slider .location-slider {
    padding: 0 50px; }
    .content-brick--location-slider .location-slider__image {
      height: 300px;
      margin-bottom: 24px;
      background-size: cover;
      background-position: center; }
  .content-brick--location-slider .carousel-cell {
    width: 100%;
    padding: 0 10px; }
  .content-brick--location-slider .flickity-prev-next-button.previous {
    left: 0; }
  .content-brick--location-slider .flickity-prev-next-button.next {
    right: 0; }
  .content-brick--location-slider .flickity-page-dots {
    bottom: -50px;
    width: calc(100% - 100px); }
    .content-brick--location-slider .flickity-page-dots .dot {
      border: 1px solid #635d5c;
      opacity: 1;
      background-color: transparent; }
      .content-brick--location-slider .flickity-page-dots .dot.is-selected {
        background-color: #635d5c; }
  @media (min-width: 1100px) {
    .content-brick--location-slider .location-slider {
      padding: 0; }
      .content-brick--location-slider .location-slider__content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        min-height: 100%;
        height: 100%; }
      .content-brick--location-slider .location-slider__image, .content-brick--location-slider .location-slider__text {
        width: 48%; }
      .content-brick--location-slider .location-slider__image {
        height: auto;
        margin-bottom: 0; }
      .content-brick--location-slider .location-slider__text {
        padding-top: 48px;
        padding-bottom: 24px; }
    .content-brick--location-slider .carousel-cell {
      margin-bottom: 24px;
      min-height: 100%; }
    .content-brick--location-slider .flickity-page-dots {
      bottom: -74px; }
    .content-brick--location-slider .flickity-prev-next-button.previous {
      left: -50px; }
    .content-brick--location-slider .flickity-prev-next-button.next {
      right: -50px; } }
  @media (min-width: 1200px) {
    .content-brick--location-slider .location-slider__image {
      width: 62%; }
    .content-brick--location-slider .location-slider__text {
      width: 35%; } }

.content-brick--documents__document {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #ddd;
  text-align: center; }
  .content-brick--documents__document:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none; }

.content-brick--documents h4 {
  text-transform: none;
  margin-bottom: 12px; }

.content-brick--documents .button {
  width: 185px;
  text-align: center; }

@media (min-width: 768px) {
  .content-brick--documents__document {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left; }
  .content-brick--documents h4 {
    margin-bottom: 0; }
  .content-brick--documents .button {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-left: 24px; } }

@media (min-width: 992px) {
  .content-brick--documents .button {
    margin-left: 48px; } }

body .content-brick--agents__agent {
  text-align: center;
  margin-top: 30px; }
  body .content-brick--agents__agent a {
    display: block;
    word-break: break-all; }
  body .content-brick--agents__agent:first-child {
    margin-top: 0; }

body .content-brick--agents__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 36px 24px;
  height: 100%;
  background-color: #efefef; }

body .content-brick--agents__title {
  line-height: 34px; }

body .content-brick--agents__name {
  color: #102345;
  text-transform: uppercase;
  letter-spacing: 1px; }

@media (min-width: 768px) {
  body .content-brick--agents__agent:nth-child(2) {
    margin-top: 0; } }

@media (min-width: 992px) {
  body .content-brick--agents__agent:nth-child(3) {
    margin-top: 0; } }

.content-brick--whats-on img {
  max-width: 100%; }

.content-brick--whats-on .carousel-cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 70px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 544px) {
    .content-brick--whats-on .carousel-cell {
      width: 50%; } }
  @media (min-width: 768px) {
    .content-brick--whats-on .carousel-cell {
      width: calc(100% / 3); } }
  @media (min-width: 992px) {
    .content-brick--whats-on .carousel-cell {
      width: calc(100% / 5); } }

.content-brick--three-column-content__column--right > *:last-child {
  margin-bottom: 0; }

@media (min-width: 992px) {
  .content-brick--three-column-content__column--middle > *:last-child, .content-brick--three-column-content__column--left > *:last-child {
    margin-bottom: 0; } }

/* PAGES */
/*********************
SLIDER
*********************/
.home-slider-wrap,
.home-banner-wrap {
  position: relative; }

.home-slider__form label {
  display: none; }

.home-slider__form input {
  padding: 7px 12px; }

.home-slider__form select {
  padding: 8px 12px 9px; }

.home-slider__form .gform_wrapper {
  max-width: 370px;
  margin: 0 auto;
  background-color: #102345;
  padding: 24px 24px 30px; }

.home-slider__form .gform_title {
  color: white;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 6px; }

.home-slider__form .gform_description {
  color: white;
  text-align: center;
  margin-bottom: 24px; }
  .home-slider__form .gform_description a {
    display: block;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 6px; }

.home-slider__form .gfield {
  margin-bottom: 18px; }

.home-slider__form .button {
  width: 100%; }

.home-slider__form .validation_message {
  position: absolute; }

.home-slider__form .validation_error {
  display: none; }

@media (min-width: 390px) {
  .home-slider__form {
    padding: 48px 0; } }

@media (min-width: 544px) {
  .home-slider__form .gform_title {
    line-height: 36px; } }

@media (min-width: 992px) {
  .home-slider__form {
    position: absolute;
    z-index: 20;
    width: 100%;
    max-width: 1140px;
    top: 35px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto; }
    .home-slider__form .gform_wrapper {
      margin-right: 84px; } }

@media (min-width: 1366px) {
  .home-slider__form .gform_wrapper {
    margin-right: 15px; } }

.home-banner {
  background-size: cover;
  background-position: -150px center; }
  @media (min-width: 544px) {
    .home-banner {
      background-position: center; } }

.home-slider,
.home-banner {
  height: 300px;
  overflow: hidden; }
  .home-slider .carousel-cell,
  .home-banner .carousel-cell {
    overflow: hidden;
    background-size: cover;
    background-position: center;
    height: 300px;
    width: 100%; }
  .home-slider .wrap,
  .home-banner .wrap {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 24px 60px; }
  .home-slider .slider-text,
  .home-banner .slider-text {
    display: block;
    text-align: center;
    max-width: 1140px;
    position: relative;
    z-index: 21; }
  .home-slider .slider-subtitle,
  .home-banner .slider-subtitle {
    font-weight: 900;
    font-size: 20px;
    text-shadow: 0 0 10px black;
    max-width: 400px;
    margin: 0 auto;
    color: white; }
  .home-slider .slider-title,
  .home-banner .slider-title {
    font-weight: 900;
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
    text-shadow: 0 0 10px black;
    max-width: 400px;
    color: white; }
  .home-slider .flickity-prev-next-button,
  .home-banner .flickity-prev-next-button {
    display: block;
    border-radius: 0;
    padding: 24px 0;
    width: 24px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: rgba(0, 0, 0, 0.4);
    border: 1px solid white; }
    .home-slider .flickity-prev-next-button svg,
    .home-banner .flickity-prev-next-button svg {
      height: 15px;
      width: 13px;
      top: 16px; }
    .home-slider .flickity-prev-next-button .arrow,
    .home-banner .flickity-prev-next-button .arrow {
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      fill: white; }
    .home-slider .flickity-prev-next-button.previous,
    .home-banner .flickity-prev-next-button.previous {
      left: 10px; }
    .home-slider .flickity-prev-next-button.next,
    .home-banner .flickity-prev-next-button.next {
      right: 10px; }
    .home-slider .flickity-prev-next-button:hover, .home-slider .flickity-prev-next-button:focus,
    .home-banner .flickity-prev-next-button:hover,
    .home-banner .flickity-prev-next-button:focus {
      background-color: white; }
      .home-slider .flickity-prev-next-button:hover .arrow, .home-slider .flickity-prev-next-button:focus .arrow,
      .home-banner .flickity-prev-next-button:hover .arrow,
      .home-banner .flickity-prev-next-button:focus .arrow {
        fill: #102345; }
  .home-slider .flickity-page-dots,
  .home-banner .flickity-page-dots {
    display: block;
    bottom: 0;
    bottom: 15px; }
    .home-slider .flickity-page-dots .dot,
    .home-banner .flickity-page-dots .dot {
      opacity: 1;
      border: 2px solid white;
      background: none;
      width: 13px;
      height: 13px; }
      .home-slider .flickity-page-dots .dot.is-selected,
      .home-banner .flickity-page-dots .dot.is-selected {
        background-color: white; }
  @media (min-width: 544px) {
    .home-slider,
    .home-banner {
      display: block;
      height: 400px; }
      .home-slider .carousel-cell,
      .home-banner .carousel-cell {
        height: 400px; }
      .home-slider .slider-subtitle,
      .home-banner .slider-subtitle {
        font-size: 30px;
        line-height: 40px; }
      .home-slider .slider-title,
      .home-banner .slider-title {
        font-size: 40px;
        line-height: 40px; } }
  @media (min-width: 992px) {
    .home-slider,
    .home-banner {
      height: 736px; }
      .home-slider .wrap,
      .home-banner .wrap {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
      .home-slider .carousel-cell,
      .home-banner .carousel-cell {
        height: 736px; }
      .home-slider .slider-text,
      .home-banner .slider-text {
        text-align: left;
        margin-left: 60px; }
      .home-slider .slider-subtitle,
      .home-banner .slider-subtitle {
        margin-left: 0; }
      .home-slider .slider-title,
      .home-banner .slider-title {
        font-size: 64px;
        line-height: 64px; }
      .home-slider .flickity-prev-next-button,
      .home-banner .flickity-prev-next-button {
        width: 49px; }
        .home-slider .flickity-prev-next-button svg,
        .home-banner .flickity-prev-next-button svg {
          width: 29px; } }
  @media (min-width: 1200px) {
    .home-slider .slider-text,
    .home-banner .slider-text {
      margin-left: 200px; } }
  @media (min-width: 1366px) {
    .home-slider .wrap,
    .home-banner .wrap {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .home-slider .slider-text,
    .home-banner .slider-text {
      margin-left: 0;
      padding-right: 180px; } }
  @media (min-width: 1500px) {
    .home-slider .slider-subtitle,
    .home-slider .slider-title,
    .home-banner .slider-subtitle,
    .home-banner .slider-title {
      max-width: 450px; } }

.course-intro {
  text-align: center;
  margin-top: 48px; }
  .course-intro .wrap {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 544px) {
      .course-intro .wrap {
        max-width: 576px; } }
    @media (min-width: 768px) {
      .course-intro .wrap {
        max-width: 720px; } }
    @media (min-width: 992px) {
      .course-intro .wrap {
        max-width: 940px; } }
    @media (min-width: 1200px) {
      .course-intro .wrap {
        max-width: 1140px; } }
  .course-intro h1 {
    margin: auto auto 0;
    max-width: 700px;
    text-shadow: none;
    text-transform: none; }
  .course-intro .course-excerpt {
    margin: 24px auto 0;
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
    max-width: 700px; }

.location-map {
  margin-top: 48px; }
  .location-map .acf-map {
    height: 400px; }

.location-introduction {
  overflow: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 544px) {
    .location-introduction {
      max-width: 576px; } }
  @media (min-width: 768px) {
    .location-introduction {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .location-introduction {
      max-width: 940px; } }
  @media (min-width: 1200px) {
    .location-introduction {
      max-width: 1140px; } }
  .location-introduction .location {
    background-color: #f1f1f1;
    max-width: 950px;
    border-top: 4px solid #102345;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 48px; }
    .location-introduction .location__content {
      border-top: none; }
    .location-introduction .location__image {
      text-align: center;
      padding-bottom: 24px; }
    @media (min-width: 992px) {
      .location-introduction .location__content {
        padding-right: 15px;
        padding-left: 24px; }
      .location-introduction .location__image {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 24px 0;
        padding-right: 24px; } }
    @media (min-width: 1200px) {
      .location-introduction .location {
        margin: -48px auto 48px; } }

.single-post .content {
  margin-top: 48px;
  margin-bottom: 48px; }

.single-post .entry-content > :last-child {
  margin-bottom: 0; }

.single-post .entry-time {
  color: #111;
  font-weight: bold; }

.contact_details--title {
  color: #111;
  font-size: 20px;
  margin-bottom: 12px; }
  .contact_details--title:not(first-child) {
    margin-top: 24px; }

.contact_details i {
  margin-right: 6px; }

@media (min-width: 768px) {
  #gform_wrapper_3 .gform_fields,
  #gform_wrapper_5 .gform_fields {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 0; }
  #gform_wrapper_3 #field_3_1,
  #gform_wrapper_3 #field_3_2,
  #gform_wrapper_3 #field_5_1,
  #gform_wrapper_3 #field_5_2,
  #gform_wrapper_5 #field_3_1,
  #gform_wrapper_5 #field_3_2,
  #gform_wrapper_5 #field_5_1,
  #gform_wrapper_5 #field_5_2 {
    width: 49%; }
  #gform_wrapper_3 #field_3_1,
  #gform_wrapper_3 #field_5_1,
  #gform_wrapper_5 #field_3_1,
  #gform_wrapper_5 #field_5_1 {
    margin-right: 2%; }
  #gform_wrapper_3 #field_3_3,
  #gform_wrapper_3 #field_3_4,
  #gform_wrapper_3 #field_3_6,
  #gform_wrapper_3 #field_5_3,
  #gform_wrapper_3 #field_5_4,
  #gform_wrapper_3 #field_5_5,
  #gform_wrapper_5 #field_3_3,
  #gform_wrapper_5 #field_3_4,
  #gform_wrapper_5 #field_3_6,
  #gform_wrapper_5 #field_5_3,
  #gform_wrapper_5 #field_5_4,
  #gform_wrapper_5 #field_5_5 {
    width: 32%; }
  #gform_wrapper_3 #field_3_3,
  #gform_wrapper_3 #field_5_4,
  #gform_wrapper_5 #field_3_3,
  #gform_wrapper_5 #field_5_4 {
    margin-left: 2%;
    margin-right: 2%; }
  #gform_wrapper_3 #field_3_5,
  #gform_wrapper_3 #field_5_6,
  #gform_wrapper_5 #field_3_5,
  #gform_wrapper_5 #field_5_6 {
    width: 100%; } }

@media (min-width: 992px) {
  #gform_wrapper_3 #field_3_1,
  #gform_wrapper_3 #field_3_2,
  #gform_wrapper_3 #field_3_3,
  #gform_wrapper_3 #field_3_6,
  #gform_wrapper_3 #field_5_1,
  #gform_wrapper_3 #field_5_2,
  #gform_wrapper_3 #field_5_3,
  #gform_wrapper_3 #field_5_4,
  #gform_wrapper_5 #field_3_1,
  #gform_wrapper_5 #field_3_2,
  #gform_wrapper_5 #field_3_3,
  #gform_wrapper_5 #field_3_6,
  #gform_wrapper_5 #field_5_1,
  #gform_wrapper_5 #field_5_2,
  #gform_wrapper_5 #field_5_3,
  #gform_wrapper_5 #field_5_4 {
    width: 48%; }
  #gform_wrapper_3 #field_3_1,
  #gform_wrapper_3 #field_5_1,
  #gform_wrapper_5 #field_3_1,
  #gform_wrapper_5 #field_5_1 {
    margin-right: 4%; }
  #gform_wrapper_3 #field_3_3,
  #gform_wrapper_3 #field_5_4,
  #gform_wrapper_5 #field_3_3,
  #gform_wrapper_5 #field_5_4 {
    margin-left: 4%;
    margin-right: 0; }
  #gform_wrapper_3 #field_3_4,
  #gform_wrapper_3 #field_5_5,
  #gform_wrapper_5 #field_3_4,
  #gform_wrapper_5 #field_5_5 {
    width: 100%; } }

#gform_wrapper_4 #field_4_12 > label {
  display: block;
  font-weight: bold; }

@media (min-width: 544px) {
  #gform_wrapper_4 .gform_fields {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 0; }
  #gform_wrapper_4 .gfield {
    width: 49%; }
    #gform_wrapper_4 .gfield:nth-child(odd) {
      margin-right: 2%; }
  #gform_wrapper_4 #field_4_10 {
    margin-right: 2%; }
  #gform_wrapper_4 #field_4_9,
  #gform_wrapper_4 #field_4_11 {
    margin-right: 0; }
  #gform_wrapper_4 #field_4_12 {
    width: 100%; } }

.cool_timeline.cool-timeline-wrapper {
  margin-top: 0; }
  .cool_timeline.cool-timeline-wrapper h1.timeline-main-title {
    display: none; }
  .cool_timeline.cool-timeline-wrapper .cooltimeline_cont {
    padding: 0px 0 0; }
  .cool_timeline.cool-timeline-wrapper .timeline-meta {
    display: none; }
  @media (min-width: 861px) {
    .cool_timeline.cool-timeline-wrapper .timeline-post {
      margin-bottom: 0; } }

body.english-college {
  /* Fee Shortcodes */
  /* Course Features Brick */
  /* Timeline */ }
  body.english-college a,
  body.english-college a:visited,
  body.english-college h4,
  body.english-college .h4,
  body.english-college ul li:before,
  body.english-college blockquote {
    color: #ea2330; }
  body.english-college a:hover, body.english-college a:focus,
  body.english-college a:visited:hover,
  body.english-college a:visited:focus {
    color: #ee4d57; }
  body.english-college .button, body.english-college .button:visited {
    color: #ea2330; }
  body.english-college .button:hover, body.english-college .button:focus {
    color: #ee4853; }
  body.english-college .button.button--filled, body.english-college .button.gform_button,
  body.english-college .button.gform_button {
    border-color: #ea2330;
    background-color: #ea2330;
    color: white; }
    body.english-college .button.button--filled:hover, body.english-college .button.gform_button:hover, body.english-college .button.button--filled:focus, body.english-college .button.gform_button:focus,
    body.english-college .button.gform_button:hover,
    body.english-college .button.gform_button:focus {
      color: white;
      border-color: #ee4853;
      background-color: #ee4853; }
  body.english-college hr {
    border-color: #ea2330; }
  body.english-college input:focus,
  body.english-college input:active,
  body.english-college textarea:focus,
  body.english-college textarea:active,
  body.english-college select:focus,
  body.english-college select:active {
    border-color: #ea2330; }
  body.english-college .header-enrol .button {
    background-color: #102345;
    border-color: #102345; }
    body.english-college .header-enrol .button:hover, body.english-college .header-enrol .button:focus {
      background-color: #1e4383;
      border-color: #1e4383;
      color: white; }
  body.english-college .nav-primary .mobile-menu-toggle {
    border-color: #ea2330; }
  body.english-college .nav-primary .menu-item.current-menu-item > a {
    color: #ea2330; }
  body.english-college .nav-primary .menu-item a {
    color: #635d5c; }
    body.english-college .nav-primary .menu-item a:focus, body.english-college .nav-primary .menu-item a:hover {
      color: #ea2330; }
  @media (min-width: 768px) {
    body.english-college .nav-primary {
      border-color: #ea2330; }
      body.english-college .nav-primary .menu-item .sub-menu a:focus, body.english-college .nav-primary .menu-item .sub-menu a:hover {
        color: white;
        background-color: #ea2330; } }
  body.english-college .banner .breadcrumbs {
    color: #f76973; }
    body.english-college .banner .breadcrumbs a {
      color: white; }
  body.english-college .header-sections a.header-sections__vocational {
    background-color: #f1f1f1;
    color: #635d5c; }
    body.english-college .header-sections a.header-sections__vocational:hover, body.english-college .header-sections a.header-sections__vocational:focus {
      background-color: #f26d33;
      color: white; }
  body.english-college .header-sections a.header-sections__english {
    background-color: #ea2330;
    color: white; }
  body.english-college .pre-footer a {
    color: white; }
    body.english-college .pre-footer a:hover, body.english-college .pre-footer a:focus {
      color: #ee525c; }
  body.english-college .pre-footer h4 {
    color: white; }
  body.english-college .pre-footer li:before {
    color: white; }
  body.english-college .pre-footer #menu-social li a:hover, body.english-college .pre-footer #menu-social li a:focus {
    background-color: #ee525c; }
  body.english-college .content-brick--cta-button .text a:hover, body.english-college .content-brick--cta-button .text a:focus {
    color: #102345; }
  body.english-college .footer {
    color: white; }
    body.english-college .footer li:before {
      color: white; }
    body.english-college .footer a,
    body.english-college .footer a:visited {
      color: white; }
      body.english-college .footer a:hover, body.english-college .footer a:focus,
      body.english-college .footer a:visited:hover,
      body.english-college .footer a:visited:focus {
        color: #ee525c; }
  body.english-college .content-brick--content .tuition-fees h3,
  body.english-college .content-brick--content .general-fees h3,
  body.english-college .content-brick--content .important-dates h3,
  body.english-college .tuition-fees h3,
  body.english-college .general-fees h3,
  body.english-college .important-dates h3 {
    color: #ea2330; }
  body.english-college .content-brick--content .tuition-fees__row,
  body.english-college .content-brick--content .general-fees__row,
  body.english-college .content-brick--content .important-dates__row,
  body.english-college .tuition-fees__row,
  body.english-college .general-fees__row,
  body.english-college .important-dates__row {
    border-color: #f7afb3; }
  body.english-college .content-brick--course-features__feature__image {
    background-color: #ea2330; }
  body.english-college .cool-timeline.white-timeline .timeline-post.odd .icon-dot-full,
  body.english-college .cool-timeline.one-sided.white-timeline .timeline-post .icon-dot-full,
  body.english-college .cool-timeline.white-timeline .timeline-post.odd .timeline-content .content-title {
    background-color: #ea2330; }
  body.english-college .cool-timeline.white-timeline .timeline-post.odd .timeline-content .content-title:before {
    border-left-color: #ea2330; }
    @media (max-width: 860px) {
      body.english-college .cool-timeline.white-timeline .timeline-post.odd .timeline-content .content-title:before {
        border-left-color: transparent;
        border-right-color: #ea2330; } }

@media (min-width: 992px) {
  .page-template-t-home .home-slider .wrap,
  .page-template-t-home .home-banner .wrap {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .page-template-t-home .home-slider .slider-text,
  .page-template-t-home .home-banner .slider-text {
    padding-bottom: 144px; } }

@media (min-width: 1200px) {
  .page-template-t-home .home-slider .slider-text,
  .page-template-t-home .home-banner .slider-text {
    margin-left: 300px; }
  .page-template-t-home .home-slider .slider-title,
  .page-template-t-home .home-slider .slider-subtitle,
  .page-template-t-home .home-banner .slider-title,
  .page-template-t-home .home-banner .slider-subtitle {
    max-width: 330px; } }

@media (min-width: 1366px) {
  .page-template-t-home .home-slider .slider-text,
  .page-template-t-home .home-banner .slider-text {
    margin-left: 0; } }

/* THE REST */
/******************************************************************
PRINT STYLESHEET
******************************************************************/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
            filter: none !important;
    -ms-filter: none !important; }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; } }

/* end of print stylesheet (DO NOT DELETE) */

/*# sourceMappingURL=maps/style.css.map */
