/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://use.typekit.net/zfk3glm.css");
@import url(fonts/stylesheet.css);
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Reset
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

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

/* Base Styles
========================================================================== */
/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box;
  font-size: 16px;
  scroll-behavior: smooth;
  font-family: "Open Sans", sans-serif;
  touch-action: manipulation;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::after,
*::before {
  box-sizing: inherit;
}

/**
 * Basic styles for links - solid
 */
a {
  color: inherit;
  /* link colours by default will be inherited */
  text-decoration: inherit;
  /* no underline- */
}

body {
  background: #fff;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  /* Adhere to container width. */
  vertical-align: middle;
}

img.objectFit {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: middle;
  z-index: 5;
  position: relative;
}

/* END Base Styles
======================================================================== */
/***
 * Web fonts
 */
h1 {
  font-size: 3rem;
  line-height: 1.2em;
  padding-bottom: 1.875rem;
  font-family: poynter-oldstyle-display, serif;
  font-weight: 700;
  font-style: normal;
}

@media (max-width: 768px) {
  h1 {
    font-size: 2.5rem;
  }
}

@media (max-width: 416px) {
  h1 {
    font-size: 2.25rem;
  }
}

h2 {
  font-size: 2.25rem;
  line-height: 1.2em;
  padding-bottom: 1.25rem;
  font-family: 'Fixture Medium', sans-serif;
}

@media (max-width: 768px) {
  h2 {
    font-size: 1.875rem;
  }
}

@media (max-width: 416px) {
  h2 {
    font-size: 1.5rem;
  }
}

h3 {
  font-size: 1.5rem;
  line-height: 1.2em;
  padding-bottom: 0.9375rem;
  font-family: source-sans-pro, sans-serif;
  font-weight: 700;
}

@media (max-width: 768px) {
  h3 {
    font-size: 1.625rem;
  }
}

@media (max-width: 416px) {
  h3 {
    font-size: 1.25rem;
  }
}

h4 {
  font-size: 1.5rem;
  line-height: 1.2em;
  padding-bottom: 0.625rem;
}

@media (max-width: 768px) {
  h4 {
    font-size: 1.125rem;
  }
}

@media (max-width: 416px) {
  h4 {
    font-size: 1rem;
  }
}

h5 {
  font-size: 1.125rem;
  line-height: 1.2em;
  padding-bottom: 0.625rem;
}

@media (max-width: 768px) {
  h5 {
    font-size: 1.125rem;
  }
}

@media (max-width: 416px) {
  h5 {
    font-size: 1rem;
  }
}

p {
  font-size: 1.125rem;
  line-height: 1.3em;
  padding-bottom: 0.9375rem;
  font-family: source-sans-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #505D68;
}

@media (max-width: 416px) {
  p {
    font-size: 1rem;
  }
}

p:last-child {
  padding-bottom: 0;
}

blockquote {
  font-size: 1.75rem;
  line-height: 1.2em;
  padding-bottom: 0.625rem;
}

@media (max-width: 768px) {
  blockquote {
    font-size: 1.375rem;
  }
}

@media (max-width: 416px) {
  blockquote {
    font-size: 0.875rem;
  }
}

button,
input,
li,
label,
optgroup,
select,
textarea {
  font-size: 1rem;
  line-height: 1.2em;
}

button {
  display: block;
  width: 100%;
  background: none;
  border: none;
  cursor: pointer;
}

.btn {
  display: inline-block;
  transition: background-color 0.3s ease;
  min-width: 130px;
  min-height: 56px;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  line-height: 56px;
}

@media (max-width: 768px) {
  .btn {
    min-height: 44px;
    line-height: 44px;
  }
}

.btn:hover {
  transition: background-color 0.3s ease;
}

.btn--primary {
  background: #f2675c;
  color: white;
}

.btn--primary:hover {
  background-color: #f05549;
}

.btn--secondary {
  background-color: #F7D6D4;
  color: #f2675c;
}

.btn--secondary:hover {
  background-color: #fabfba;
}

.btn + .btn {
  margin-left: 34px;
}

@media (max-width: 768px) {
  .btn + .btn {
    margin-left: 20px;
  }
}

.btn-sm {
  padding: 10px 20px;
  font-size: 0.75rem;
}

.btn-md {
  padding: 15px 25px;
  font-size: 0.9375rem;
}

@media (max-width: 768px) {
  .btn-md {
    padding: 10px 25px;
    font-size: 0.9375rem;
  }
}

.btn-lg {
  padding: 20px 40px;
  font-size: 1.25rem;
}

@media (max-width: 768px) {
  .btn-lg {
    padding: 20px 25px;
    font-size: 0.9375rem;
  }
}

.full-bleed {
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
}

/*
 * Accordions
 */
.accordion {
  border-top: 1px solid #DCDDDE;
  border-bottom: 1px solid #DCDDDE;
  background-color: #fff;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .accordion + .accordion {
    border-top: none;
  }
}

.accordion > .accordion__header {
  padding: 1em 0;
  margin: 0;
  text-decoration: none;
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
}

.accordion > .accordion__header::after {
  content: '';
  width: 12px;
  height: 8px;
  background-image: url("img/icon-arrow.png");
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  position: absolute;
}

.accordion > .accordion__content {
  overflow: hidden;
  transition-property: all;
  transition-timing-function: ease;
}

.accordion.js-enabled > .accordion__content {
  visibility: hidden;
}

.accordion.is-active {
  padding-bottom: 30px;
}

.accordion.is-active > .accordion__content {
  visibility: visible;
}

.accordion.is-active > .accordion__header::after {
  content: '';
  transform: scaleY(-1);
  top: 45%;
}

#site-header {
  padding: 20px 80px;
  position: fixed;
  width: 100%;
  z-index: 90;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 1024px) {
  #site-header {
    padding: 13px;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
  }
}

@media (max-width: 1024px) {
  .header__container-left {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
}

.container {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
}

@media (max-width: 416px) {
  .container {
    padding: 10px;
    color: #505D68;
  }
}

.logo {
  max-width: 160px;
  margin-right: 20px;
}

@media (max-width: 375px) {
  .logo {
    max-width: 100px;
  }
}

button.menu-toggle ul {
  height: 20px;
  width: 34px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

button.menu-toggle ul li {
  width: 20px;
  height: 2px;
  width: 100%;
  transition: 0.5s ease;
}

button.menu-toggle ul li:first-of-type {
  width: 70%;
}

button.menu-toggle ul li:last-of-type {
  width: 70%;
}

.clearHeader {
  background: #fdc88b;
  transition: background-color 0.5s ease;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.clearHeader .logo img {
  width: 240px;
}

@media (max-width: 1279px) {
  .clearHeader .logo img {
    width: 160px;
  }
}

@media (max-width: 1024px) {
  .clearHeader .logo img {
    width: 240px;
  }
}

.clearHeader .logo img:first-child {
  display: none;
}

.clearHeader .logo img:last-child {
  display: block;
}

.clearHeader button.menu-toggle ul li {
  background: #000;
  transition: 0.5s ease;
}

.clearHeader button.menu-toggle ul li:first-of-type {
  width: 100%;
}

.clearHeader button.menu-toggle ul li:last-of-type {
  width: 100%;
}

.clearHeader ul.social-links li a img:last-of-type {
  display: none;
}

.whiteHeader {
  background: white;
  transition: background-color 0.5s ease;
}

.whiteHeader .logo img:first-child {
  display: none;
}

.whiteHeader .logo img:last-child {
  display: block;
}

.whiteHeader button.menu-toggle ul li {
  background: blue;
}

.whiteHeader .main-menu li a {
  color: black;
}

.whiteHeader ul.social-links li a img:first-of-type {
  display: none;
}

.mobile-button {
  display: none;
  width: 44px;
  height: 44px;
}

@media (max-width: 1024px) {
  .mobile-button {
    display: flex;
  }
}

.mobile-button svg {
  width: 25px;
}

.main-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-menu li :last-child {
  padding-right: 0;
}

.main-menu li a {
  color: #000;
  font-family: 'Fixture Medium', sans-serif;
  position: relative;
}

@media (max-width: 1120px) {
  .main-menu li a {
    font-size: 15px;
  }
}

.main-menu li a::before {
  content: '';
  position: absolute;
  background: #000;
  bottom: -2px;
  left: 0;
  z-index: 1;
  width: 0%;
  height: 2px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.main-menu li a:hover::before {
  width: 100%;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}

.main-menu li + li {
  margin-left: 40px;
}

@media (max-width: 1120px) {
  .main-menu li + li {
    margin-left: 25px;
  }
}

@media (max-width: 1024px) {
  .main-menu {
    display: none;
  }
}

.mobile-nav {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 100%;
  width: 60%;
  height: auto;
  display: flex;
  margin: 0px;
  justify-content: flex-start;
  padding-top: 60px;
  flex-direction: column;
  z-index: 1100;
  background: #fdc88b;
  transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

@media (max-width: 560px) {
  .mobile-nav {
    width: 90%;
  }
}

.mobile-nav h2 {
  font-size: 1.875rem;
  padding-left: 10px;
  padding-bottom: 8px;
  margin-bottom: 25px;
}

.mobile-nav ul.site-nav {
  display: flex;
  flex-direction: column;
  padding: 0;
}

.mobile-nav ul.site-nav li {
  padding: 10px 20px;
  font-weight: 700;
}

.mobile-nav ul.site-nav li a {
  color: #000;
  padding: .7em 0;
  display: block;
}

.mobile-nav ul.site-nav li.border {
  border-top: 1px solid #E3AF72;
  margin-top: .7em;
}

.mobile-nav .close-mobile {
  position: absolute;
  top: 30px;
  right: 20px;
  width: 25px;
  cursor: pointer;
  z-index: 600;
}

.menu-mobile-animate {
  left: 40%;
  transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

@media (max-width: 560px) {
  .menu-mobile-animate {
    left: 10%;
  }
}

/*
 * Global styles
 */
html {
  scroll-padding-top: 80px;
}

@media (max-width: 768px) {
  html {
    scroll-padding-top: 70px;
  }
}

/*
 * General section styles
 */
.section__container {
  max-width: 1600px;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 80px;
}

@media (max-width: 768px) {
  .section__container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 416px) {
  .section__container {
    padding: 30px 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.section__container li {
  font-size: 1.125rem;
  line-height: 1.3em;
  padding-bottom: 0.9375rem;
  font-family: source-sans-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #505D68;
  list-style: disc outside;
  margin-left: 1em;
  padding-left: .2em;
  padding-bottom: .4em;
}

@media (max-width: 416px) {
  .section__container li {
    font-size: 1rem;
  }
}

.section__container li:last-child {
  padding-bottom: 1.3em;
}

/*
 * Intro
 */
.section__intro {
  height: 100vh;
  max-height: 840px;
  background-image: url("img/intro-bg-desktop.jpg");
  background-size: cover;
  background-position: top left;
}

@media (max-width: 768px) {
  .section__intro {
    height: 460px;
    background-image: url("img/intro-bg-mobile.jpg");
    background-size: 43em;
    background-position: 30% -10%;
  }
}

.section__intro .section__container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section__intro .section__intro__logo {
  width: 980px;
}

@media (max-width: 768px) {
  .section__intro .section__intro__logo {
    width: 80%;
    padding-bottom: 10%;
  }
}

@media (max-width: 416px) {
  .section__intro .section__intro__logo {
    width: 90%;
  }
}

/*
 * Vision
 */
.section__vision {
  background-color: #6ea0d5;
}

@media (max-width: 768px) {
  .section__vision {
    height: 300px;
  }
}

.section__vision::before {
  content: "";
  display: block;
  height: 10px;
  background-image: url("img/vision-border-top.svg");
  background-size: cover;
}

.section__vision::after {
  content: "";
  display: block;
  height: 10px;
  background-image: url("img/vision-border-bottom.svg");
  background-size: cover;
}

.section__vision .section__container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 130px;
  width: 60%;
}

@media (max-width: 1200px) {
  .section__vision .section__container {
    width: 90%;
  }
}

@media (max-width: 768px) {
  .section__vision .section__container {
    height: 280px;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.section__vision p {
  text-align: center;
  color: #fff;
  font-size: 1.875rem;
  font-weight: 300;
  line-height: 1.4em;
}

@media (max-width: 768px) {
  .section__vision p {
    font-size: 1.125rem;
  }
}

/*
 * Why study at College of Ministry?
 */
.section__why {
  background-color: rgba(196, 196, 196, 0.2);
}

@media (max-width: 560px) {
  .section__why {
    background-color: #fff;
  }
}

@media (max-width: 560px) {
  .section__why .section__container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.section__why h1 {
  text-align: center;
}

@media (max-width: 560px) {
  .section__why h1 {
    text-align: left;
  }
}

.section__why .section__why__item__container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  align-items: stretch;
}

@media (max-width: 1200px) {
  .section__why .section__why__item__container {
    flex-wrap: wrap;
  }
}

@media (max-width: 560px) {
  .section__why .section__why__item__container {
    flex-direction: column;
    align-items: flex-end;
  }
}

.section__why .section__why__item__container .section__why__item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  border-radius: 4px;
  width: 16%;
  min-width: 160px;
  padding: 20px;
  background-color: #fff;
}

@media (max-width: 1200px) {
  .section__why .section__why__item__container .section__why__item {
    width: 32%;
    margin-top: 20px;
  }
}

@media (max-width: 560px) {
  .section__why .section__why__item__container .section__why__item {
    width: 100%;
    padding: 20px 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
  }
}

.section__why .section__why__item__container .section__why__item.study {
  border: 2px solid rgba(0, 136, 168, 0.25);
}

@media (max-width: 560px) {
  .section__why .section__why__item__container .section__why__item.study {
    border: none;
    border-bottom: 1px #DCDDDE solid;
  }
}

.section__why .section__why__item__container .section__why__item.disciples {
  border: 2px solid rgba(233, 133, 36, 0.25);
}

@media (max-width: 560px) {
  .section__why .section__why__item__container .section__why__item.disciples {
    border: none;
    border-bottom: 1px #DCDDDE solid;
  }
}

.section__why .section__why__item__container .section__why__item.supernatural {
  border: 2px solid rgba(233, 202, 0, 0.45);
}

@media (max-width: 560px) {
  .section__why .section__why__item__container .section__why__item.supernatural {
    border: none;
    border-bottom: 1px #DCDDDE solid;
  }
}

.section__why .section__why__item__container .section__why__item.serve {
  border: 2px solid rgba(231, 31, 32, 0.25);
}

@media (max-width: 560px) {
  .section__why .section__why__item__container .section__why__item.serve {
    border: none;
    border-bottom: 1px #DCDDDE solid;
  }
}

.section__why .section__why__item__container .section__why__item.belonging {
  border: 2px solid rgba(110, 160, 213, 0.4);
}

@media (max-width: 560px) {
  .section__why .section__why__item__container .section__why__item.belonging {
    border: none;
    border-bottom: 1px #DCDDDE solid;
  }
}

.section__why .section__why__item__container .section__why__item.ministry {
  border: 2px solid rgba(175, 173, 54, 0.4);
}

@media (max-width: 560px) {
  .section__why .section__why__item__container .section__why__item.ministry {
    border: none;
    border-bottom: 1px #DCDDDE solid;
  }
}

@media (max-width: 560px) {
  .section__why .section__why__item__container .section__why__item:last-child {
    border-bottom: none;
  }
}

.section__why .section__why__item__container .section__why__item + .section__why__item {
  margin-left: 20px;
}

@media (max-width: 1200px) {
  .section__why .section__why__item__container .section__why__item + .section__why__item {
    margin-left: 0;
  }
}

.section__why .section__why__item__container .section__why__item__icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  margin: 4px 0 24px 0;
}

@media (max-width: 560px) {
  .section__why .section__why__item__container .section__why__item__icon-container {
    width: 25%;
    height: auto;
    margin: 0;
    text-align: center;
  }
}

.section__why .section__why__item__container .section__why__item__icon-container .section__why__item-container__icon {
  max-width: 100px;
  max-height: 100px;
  width: auto;
  height: auto;
}

@media (max-width: 768px) {
  .section__why .section__why__item__container .section__why__item__icon-container .section__why__item-container__icon {
    max-width: 55px;
    max-height: 55px;
    width: auto;
    height: auto;
  }
}

@media (max-width: 560px) {
  .section__why .section__why__item__container .section__why__item__text {
    width: 75%;
    padding-left: 20px;
  }
}

.section__why .section__why__item__container .section__why__item__text p {
  text-align: center;
  font-size: 18px;
}

@media (max-width: 560px) {
  .section__why .section__why__item__container .section__why__item__text p {
    text-align: left;
    font-size: 16px;
  }
}

/*
 * What does College involve?
 */
.section__what {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: auto;
  background-image: url("img/college-graphic-bg.svg");
  background-size: 200%;
  background-position: center;
}

.section__what .section__container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #fff;
  margin: 60px 80px;
  padding: 60px 17.5%;
  text-align: center;
}

@media (max-width: 1024px) {
  .section__what .section__container {
    padding: 60px 10%;
  }
}

@media (max-width: 560px) {
  .section__what .section__container {
    margin: 20px;
    padding: 10px 15px 15px 15px;
    text-align: left;
  }
}

.section__what .section__what__buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 68%;
  max-width: 500px;
  min-width: 250px;
  padding-top: 30px;
}

@media (max-width: 768px) {
  .section__what .section__what__buttons {
    width: 100%;
    padding-top: 20px;
  }
}

.section__what .section__what__buttons .btn {
  width: 50%;
}

/*
 * Course info section
 */
.section__course-info {
  display: flex;
  flex-direction: column;
}

/*
 * Requirements and Fees
 */
.section__requirements-fees .accordion-container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.section__requirements-fees .accordion-container .accordion.requirements {
  width: 60%;
}

.section__requirements-fees .accordion-container .accordion.requirements .accordion__content {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

@media (max-width: 1024px) {
  .section__requirements-fees .accordion-container .accordion.requirements .accordion__content {
    display: block;
  }
}

.section__requirements-fees .accordion-container .accordion.requirements .accordion__content .accordion__content--col {
  width: 50%;
  padding-right: 20px;
}

@media (max-width: 1024px) {
  .section__requirements-fees .accordion-container .accordion.requirements .accordion__content .accordion__content--col {
    width: 100%;
  }
}

.section__requirements-fees .accordion-container .accordion.fees {
  width: 35%;
  margin-left: 5%;
}

@media (max-width: 768px) {
  .section__requirements-fees .accordion-container {
    display: block;
  }
  .section__requirements-fees .accordion-container .accordion.requirements, .section__requirements-fees .accordion-container .accordion.fees {
    width: 100%;
    margin: 0;
  }
}

.section__requirements-fees a {
  color: #f2675c;
  font-weight: 700;
}

.section__requirements-fees a:hover {
  text-decoration: underline;
}

/*
 * How to apply
 */
.section__apply {
  order: -1;
  background-color: #6ea0d5;
}

@media (max-width: 768px) {
  .section__apply {
    order: 0;
  }
}

.section__apply .section__container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

@media (max-width: 768px) {
  .section__apply .section__container {
    align-items: flex-start;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.section__apply h1 {
  text-align: center;
}

@media (max-width: 768px) {
  .section__apply h1 {
    text-align: left;
  }
}

.section__apply .section__apply__buttons {
  width: 40%;
  max-width: 500px;
  min-width: 250px;
}

@media (max-width: 1200px) {
  .section__apply .section__apply__buttons {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .section__apply .section__apply__buttons {
    width: 100%;
    min-width: 100%;
  }
}

.section__apply .btn--primary {
  width: 100%;
  margin-bottom: 20px;
}

.section__apply .section__apply__buttons--secondary {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section__apply .section__apply__buttons--secondary .btn {
  width: 50%;
}

/*
 * Other courses available
 */
.section__other-courses .section__container {
  padding-top: 0;
}

@media (max-width: 768px) {
  .section__other-courses .section__container {
    padding-top: 20px;
  }
}

.section__other-courses .accordion-container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.section__other-courses .accordion-container .accordion.church-planting {
  width: 47.5%;
}

.section__other-courses .accordion-container .accordion.prophetic-arts {
  width: 47.5%;
  margin-left: 5%;
}

@media (max-width: 768px) {
  .section__other-courses .accordion-container {
    display: block;
  }
  .section__other-courses .accordion-container .accordion.church-planting {
    width: 100%;
  }
  .section__other-courses .accordion-container .accordion.prophetic-arts {
    width: 100%;
    margin-left: 0;
  }
}

.section__other-courses a {
  color: #f2675c;
  font-weight: 700;
  position: relative;
}

.section__other-courses a::before {
  content: '';
  position: absolute;
  background: #f2675c;
  bottom: 2px;
  left: 0;
  z-index: 1;
  width: 0%;
  height: 2px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.section__other-courses a:hover::before {
  width: 100%;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}

/*
 * Footer and Contact us
 */
footer {
  background-color: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 80px;
}

@media (max-width: 768px) {
  footer {
    padding: 0;
    flex-direction: column;
    align-items: flex-start;
  }
}

footer .section__contact {
  background-color: #000;
  color: #fff;
  width: 80%;
}

@media (max-width: 768px) {
  footer .section__contact {
    color: #000;
    background-color: #fdc88b;
    padding: 30px 20px;
    width: 100%;
  }
}

footer .section__contact .section__container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
}

@media (max-width: 768px) {
  footer .section__contact .section__container {
    flex-direction: column;
    align-items: flex-start;
  }
}

footer .section__contact .section__container h1 {
  display: none;
}

@media (max-width: 768px) {
  footer .section__contact .section__container h1 {
    display: block;
  }
}

footer .section__contact .section__container img {
  margin-right: 25px;
}

footer .section__contact .section__container p {
  font-weight: 600;
  color: #fff;
}

@media (max-width: 768px) {
  footer .section__contact .section__container p {
    color: #000;
  }
}

footer .section__contact .section__container a {
  color: #fff;
}

@media (max-width: 768px) {
  footer .section__contact .section__container a {
    color: #000;
  }
}

footer .section__contact .section__container > div {
  margin-right: 60px;
}

@media (max-width: 768px) {
  footer .section__contact .section__container > div {
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  footer .section__contact .section__container div + div {
    padding-top: 20px;
  }
}

footer .section__contact .section__contact__phone--dark, footer .section__contact .section__contact__mail--dark {
  display: none;
}

@media (max-width: 768px) {
  footer .section__contact .section__contact__phone--dark, footer .section__contact .section__contact__mail--dark {
    display: inline-block;
  }
  footer .section__contact .section__contact__phone--light, footer .section__contact .section__contact__mail--light {
    display: none;
  }
}

@media (max-width: 768px) {
  footer .section__copyright {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 20px;
  }
}

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