/*
Theme Name: StudyAstronomy
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: studyastronomy
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

StudyAstronomy is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
v	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

form #website{
    display:none;
}

.websitelabel {
    display:none;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
    font-family: 'Montserrat', sans-serif;
    font-size: 16pt;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

body.mobileNavOpen {
    overflow: hidden;
}

#primary {
    margin: 0 auto;
}

.section.genericPageSection {
    padding-left: 0%;
    padding-right: 0%;
    background-color: #F7F7F7;
}

.section.genericPageSection:after {
    content: "";
    display: table;
    clear: both;
}

.section {
    min-height: 50vh;
    padding: 50px 15%;
}

.greySection {
    padding-top: 50px;
    padding-bottom: 50px;
    background: rgb(247, 247, 247) url("https://www.transparenttextures.com/patterns/shattered.png");

}

.overflow-auto {
    overflow: auto;
}

.tintSection {
    background-color: #f7f7f7;
}

.whiteSection {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    background-size: cover;
    background: url('./images/coursebookbackground.jpeg') center;
    color: #d4d6d6;
}

.whiteSectionColourOverlay {
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
}

#secondary {
    display: none;
    float: left;
    width: 35%;
}

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

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

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

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

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

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: 500;
}

dfn {
    font-style: italic;
}

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

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

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

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

figure {
    margin: 1em 40px;
}

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

pre {
    overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

button[disabled],
html input[disabled] {
    cursor: default;
}

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

input {
    line-height: normal;
}

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

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

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

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

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

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

td,
th {
    padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
    color: rgb(51, 51, 51);
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 30px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
    font-weight: 200;
}

p:first-child {
  margin-top: 1em;
}

p:last-child {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}


blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
}

figure {
    margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, .8);
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
    width: 100%;
    background-color: #fcfcfc;
}

select {
    border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

textarea {
    width: 100%;
}


.querysubmit {
  background-color: #be0f34;
  color: white;
  font-size: 0.8rem;
  padding: 10px 30px;
  border-bottom: 3px solid #be0f34;
  position: relative;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: #be0f34;
    font-weight: 300;
    transition: 0.2s all ease-in-out;
}

a:hover {
    font-weight: 500;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}

#desktopNav .menu li.has-children > a:after {
    color: #121212;
    content: ' ▼';
    font-size: 10px;
    vertical-align: 1px;
    padding-left: 5px;
}

#desktopNav .menu li li.has-children > a:after {
    color: #222;
    content: ' ►';
    font-size: 10px;
    vertical-align: 1px;
}

li {
    font-weight: 200;
}

.main-navigation ul {
    /* display: none; */
    /* list-style: none; */
    margin: 0;
    padding-left: 10%;
    float: left;
}

/* .nav li a {
	padding-left: 0px;
    padding-right: 0px;
}
 */
.main-navigation li {
    /* float: left; */
    position: relative;
    padding-right: 20px;
    transition: 0.4s all ease;
}


.main-navigation a {
    display: block;
    text-decoration: none;
    transition: 0.4s all ease;
    border-bottom: 3px solid transparent;
    color: #121212;
}

.main-navigation a:hover {
    color: #be0f34;
    border-color: #be0f34;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
    background-color: #F7F7F7;
    padding: 10px 0;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul a {
    text-align: left;
    padding: 10px 10px 10px 20px;
    white-space: nowrap;
}

.main-navigation ul ul a:hover {
    color: #be0f34;
    border-color: #F7F7F7;
}

.main-navigation ul ul:hover {

}

.main-navigation ul ul li {
    color: white;

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {

}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: block;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
    max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.hentry {

}

.byline,
.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
    margin-bottom: 1.5em;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

.inlineBlock {
    display: inline-block;
}

.circledNumber {
    border: 2px solid #be0f34;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    text-align: center;
    color: #be0f34;
}

.twoEmFont {
    font-size: 2em;
}

.moduleTableContainer {
    overflow-x: auto;
}

#mobileNav {
    background-color: #dadada;
    width: 100%;
    text-align: center;
    overflow: hidden;
    height: 0;
    transition: 0.2s all ease-out;
    box-shadow: inset 0 -4px 4px #c7c7c7;
}

#mobileNav.mobileNavHide {
    height: initial;
}

.hamburgerContainer {
    text-align: left;
    display: none;
    transition: 0.1s all ease-in-out;
}

.topDisplay {
    position: absolute;
    top: 0;
    margin-top: 40px;
}

.mobileNavHamburger {
    display: inline-block;
    z-index: 999;
}

.hamburgerText {
    display: inline-block;
    color: #f7f7f7;
    font-size: 1.6em;
    margin-bottom: 0;
    position: relative;
    vertical-align: top;
}

.mobileNavContainer {
    position: relative;
}

.mobileNavHeader {
    color: #be0f34;
    font-weight: 300;
    font-size: 3em;
}

#mobileNav .menu-main-navigation-container #primary-menu, #mobileNav .menu-main-navigation-container #primary-menu ul {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 0;
}

#mobileNav .menu-main-navigation-container #primary-menu ul {
    margin-left: 0;
    padding-left: 0;
    display: none;

}

.linkSubText {
    font-style: italic;
    font-size: 14px;
    color: #121212;
}

.imageHeaderContainer {
    background-color: black;
    position: relative;
}

.contentPageDisplayNone {
    display: none;
}

.headerTextContainer {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    z-index: 3;
    padding-left: 10%;
    width: 100%;
}

h1.headerText {
    font-size: 5em;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 10px;
    font-weight: 500;
    display: inline-block;
    text-shadow: 0 2px 17px #585858;
}

h2.headerTagline {
    font-size: 1em;
    font-weight: 400;
    display: inline-block;
}

.headerOverlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 2;
}

.sectionTitleLine1 {
    font-size: 30px;
    line-height: 0;
    position: relative;
    z-index: 3;
}

.entry-title, .sectionTitleLine2 {
    font-size: 55px;
    position: relative;
    line-height: 55px;
}

.courseSection .entry-title, .moduleSection .entry-title {
    font-size: 30px;
}

.ghostButtonContainer {
    position: relative;
    z-index: 3;
    padding-top: 20px;
}

a.ghostButton {
    display: inline-block;
    line-height: 22px;
    padding: 12px 30px;
    color: white;
    margin-left: 1%;
    margin-right: 1%;
    text-transform: uppercase;
    border: none;
    text-align: center;
    width: 12%;
    text-decoration: none;
}

a.ghostButtonClear {
    border: solid 1px white;
}

a.ghostButtonFill {
    background-color: #be0f34;
}

a.ghostButtonFill:hover {
    color: white;
    background-color: #bb5617;
}

nav.navigation.post-navigation {
    display: none;
}

.current-menu-item > a {
    color: #be0f34;
}

.videoContainerWrapper {
    max-width: 60%;
    margin: 0 auto;
}

.videoContainer {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.youtubeVideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.error404section {
    margin-top: 10vh;
    margin-bottom: 10vh;
    text-align: center;
}

.error404section h2 {
    font-weight: 300;
    font-size: 2rem;
}

#desktopHeaderTop {
    border-bottom: 1px solid rgb(225, 225, 225);
    background-color: black;
/*    background-image: url("https://sdo.gsfc.nasa.gov/assets/img/browse/2012/03/17/20120317_002901_1024_0171.jpg"); */
    background-image: url("/images/dl-logo.jpg");
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10%;
    text-align: right;
    overflow: auto;
/*    background-position-y: 35%; */
    background-repeat: no-repeat; 
    background-size: auto;
}

#desktopHeaderTop p {
    margin: 0;
    color: white;
    display: inline-block;
}

.column-2.column-left.contactFormDetailsDesktop p {
    margin: 0;
}

.contact-form-entry-content p {
    margin:0;
}


.contactInformationLeft {
    padding-right: 85px;
}

.contactInformationIcon {
    padding-right: 10px;
}

.contactFormContainer {
    margin-top: 120px;
}

.contactFormDetailsMobile {
    display: none;
}

.contactFormDetails p {
    margin-bottom: 0;
    margin-top: 0.5em;
}

.centerAlign {
    text-align: center;
}

.rightAlign {
    text-align: right;
}

.footerUCLanLogo {
    max-width: 50%;
}

.margin-top-50 {
    margin-top: 50px;
}

.aboveSideContainer {
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-left: 2.5%;
}

i.material-icons.aboveSideContainerIcon {
    vertical-align: middle;
    padding-right: 10px;
    color: #be0f34;
}

.exploreIcon {
    padding-left: 10px;
    color: white;
    vertical-align: middle;
}

.faqContainer {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    background-color: white;
    padding: 3px 20px;
    margin-bottom: 20px;
    transition: 0.2s all ease-in-out;
}

.faqContainer:hover {
    box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.35);
}

.faqQuestion p {
    font-weight: 500;
    color: #be0f34;
}

.moduleSideIcon {
    vertical-align: middle;
    font-size: 1em;
}

.faqSideQuestion, .moduleSide {
    cursor: pointer;
    transition: 0.2s all ease-in-out;
    border-left: 4px solid white;
}

.faqSideQuestion:hover, .moduleSide:hover {
    border-color: #be0f34;
    color: #be0f34;
    padding-left: 5px;
}

.faqSideQuestion p, .moduleSide a {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 0.9em;
    padding: 10px 20px;
    border-bottom: 1px solid #e1e1e1;
}

.faqSideContainer, .moduleSideContainer {
    background-color: white;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}

.moduleSide a {
    display: block;
    text-decoration: none;
    color: rgb(51, 51, 51);
    transition: 0.2s all ease-in-out;
}

.moduleSide a:hover {
    color: #be0f34;
}

.abstractBackground {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border: none;
    font: normal 100%/normal Arial, Helvetica, sans-serif;
    color: rgba(255, 255, 255, 1);
    -o-text-overflow: clip;
    text-overflow: clip;
    background: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 
0.2) 50%, rgba(255, 255, 255, 0.2) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0) 0), #be0f34;
    background: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.2) 
50%, rgba(255, 255, 255, 0.2) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0) 0), #be0f34;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.2) 50%, 
rgba(255, 255, 255, 0.2) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0) 0), #be0f34;
    /*background-position: auto auto;*/
    -webkit-background-origin: padding-box;
    background-origin: padding-box;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    -webkit-background-size: 50px 50px;
    background-size: 50px 50px;
}

.horizontalCard .imageContainer.abstractBackground {
    width: 2%;
}

.coursesDisplay {
    overflow: hidden;
    clear: both;
    margin-bottom: 50px;
}

.courseOuterContainer {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-bottom: 65px;
    flex-wrap: wrap;
}

.courseContainer {
    background-color: white;
    width: 48%;
    text-align: left;
    display: flex;
    flex-direction: column;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 20px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    transition: 0.2s all ease-in-out;
    position: relative;
    padding-left: 0pt;
    padding-right: 0pt;
}

.courseContainer:hover {
    box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.35);
}

.courseImageContainer {
    overflow: hidden;
    position: relative;
    height: 300px;
}

.courseImageContainer img {
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0pt;
}

.courseContainerContent {
    padding: 20px;
}

.courseContainer .courseText {
    margin-bottom: 3em;
}

.courseContainer .courseHeader {
    padding: 1.9em 0.9em 1.6em;
    text-transform: uppercase;
}

.courseContainer .courseName {
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 500;
}

.courseContainer .courseCost {
    color: #e97d68;
    font-size: 4rem;
}

.courseContainer .courseContent {
    background-color: #ececec;
    padding: 20px 20px 40px;
    flex: 1;
}

.courseContainer .courseContent p {
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 40px;
}

.courseContainer .perModule {
    color: rgba(23, 61, 80, 0.4);
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 2px;
    padding-left: 10px;
}

.courseContainer .poundSign {
    color: rgba(23, 61, 80, 0.4);
    font-size: 20px;
    vertical-align: top;
    margin: 10px;
    font-weight: 600;
}

.courseCode {
    margin: 0;
    color: #be0f34;
    font-weight: 400;
}

a.learnMoreButton.homePageButton {
    margin-left: 0;
    position: absolute;
    bottom: 0;
    margin-bottom: 3%;
}

a.learnMoreButton, a.cardButton {
    margin-left: 4%;
    background-color: #be0f34;
    padding: 13px 26px;
    color: white;
    text-decoration: none;
    transition: 0.2s all ease-in-out;
    cursor: pointer;
    display: inline-block;
}

a.learnMoreButton:hover, a.cardButton:hover {
    background-color: #121212;
}

a.cardButton {
    margin-left: 0;
    margin-right: 1%;
}

a.cardButton.greyButton {
    background-color: #757575;
}

a.cardButton.greyButton:hover {
    background-color: #121212;
}

a.backButton {
    margin-bottom: 20px;
    border-radius: 3px;
}

.horizontalCard {
    background-color: white;
    width: 100%;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    transition: 0.2s all ease-in-out;
    display: flex;
}

.horizontalCard:hover {
    box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.35);
}

.horizontalCard .imageContainer {
    width: 30%;
    display: -webkit-box;
    vertical-align: top;
}

.horizontalCard .imageContainer img {
    display: block;
    object-fit: cover;
}

.horizontalCard .contentContainer {
    width: 79%;
    display: inline-block;
    padding-left: 2%;
}

.horizontalCard .cardTitle {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: initial;
    font-size: 22px;
    display: inline-block;
    margin-top: 1rem;
    color: rgb(51, 51, 51);
    text-decoration: none;
}

.horizontalCard .cardCode {
    color: #be0f34;
    margin: 0;
    font-weight: 400;
}

.horizontalCard .buttonContainer {
    padding-bottom: 40px;
}

.cardDivider {
    margin-bottom: 25px;
    margin-top: 25px;
}

.toggle {
    text-align: center;
    margin-bottom: 40px;
}

.toggleText {
    display: inline-block;
    font-weight: 500;
    color: rgba(23, 61, 80, 0.4);
    margin-left: 20px;
    margin-right: 20px;
    padding: 13px 30px;
    border-radius: 50em;
    cursor: pointer;
    transition: 0.2s ease all;
}

.toggleText.active {
    background-color: #be0f34;
    color: white;
    cursor: default;
}

.flipContainer {
    perspective: 3000px;
    background-color: #F7F7F7;
    box-shadow: none;
    display: block;
    margin-bottom: 30px;
}

.flipContainer:hover {
    box-shadow: none;
}

.flipContainer, .front, .back {
    width: 100%;
    min-height: 515px;
}

.flipper {
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative;
}

.flipper .front, .flipper .back {
    position: absolute;
    top: 0;
    left: 0;
    backface-visibility: hidden;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    background-color: white;
    display: flex;
    height: 100%;
    transition: 0.6s ease all;
}

.flipper .front {
    z-index: 2;
    transform: rotateY(0deg);
}

.flipper .back {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.flipContainer.flip .flipper .front {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.flipContainer.flip .flipper .back {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.horizontalCard.flipContainer .imageContainer {
    height: 100%;
}

.displayAll {
    width: 47%;
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    overflow: hidden;
}

.testiDivider {
    border-top: 2px solid rgba(0, 0, 0, 0.08);
    margin-bottom: 25px;
    margin-top: 25px;
}

.priceOuterContainer {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-bottom: 65px;
}

.priceContainer {
    background-color: #ececec;
    width: 33%;
    text-align: center;
    display: flex;
    flex-direction: column;
    border: 2px solid #be0f34;
    margin-left: 2%;
    margin-right: 2%;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    transition: 0.2s all ease-in-out;
}
/*
.priceContainer:hover {
    border-color: #e97d68;
}
*/
.priceContainer .priceHeader {
    padding: 1.9em 0.9em 1.6em;
    text-transform: uppercase;
}

.priceContainer .priceName {
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 500;
}

.priceContainer .priceCost {
    color: #be0f34;
    font-size: 4rem;
    padding-top: 2rem;
}

.priceContainer .priceContent {
    background-color: #ececec;
    padding: 20px 20px 40px;
    min-height: 420px;
    position: relative;
}

.priceContainer .priceContent p {
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 40px;
}

.priceContainer .perModule {
    color: #be0f34 /*rgba(23, 61, 80, 0.4)*/ ;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 2px;
    padding-left: 10px;
}

.priceContainer .poundSign {
    color: #be0f34 /*rgba(23, 61, 80, 0.4)*/ ;
    font-size: 20px;
    vertical-align: top;
    margin: 10px;
    font-weight: 600;
}

.priceContainer .learnMoreButton {
    position: absolute;
    bottom: 0;
    margin-bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 0;
}

p.notice {
    font-style: italic;
    font-size: 0.8em;
    color: #F44336;
}

.mainTestiContent {
    width: 40%;
    display: inline-block;
    vertical-align: top;
}

.mainTestiContent p:before {
    content: '\201c';
    font-size: 40px;
    vertical-align: middle;
    padding-right: 15px;
    color: #c9755a;
}

.mainTestiContent p:after {
    content: '\201d';
    font-size: 40px;
    position: absolute;
    padding-left: 15px;
    color: #c9755a;
}

.testiVideoContainer {
    width: 59%;
    display: inline-block;
    height: 450px;
}

.courseName {
    font-weight: 300;
}

.testiVideoContainer .videoContainerWrapper {
    max-width: 90%;
}

.smallTestiContainer {
    display: flex;
}

.smallTesti {
    display: inline-block;
    width: 30%;
    margin-left: 1.5%;
    margin-right: 1.5%;
    vertical-align: top;
    position: relative;
}

.smallTesti .courseName {
    position: absolute;
    bottom: 0;
}

.openQuote, .closeQuote {
    color: rgba(23, 61, 80, 0.4);
}

.testiText {
    font-family: 'Lora', sans-serif;
    font-size: 18px;
    font-style: italic;
    color: #7D7D7D;
}

.smallTesti .testiText p, .smallTesti .whyUCLan p {
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 10px;
    font-style: italic;
}

.smallTesti .courseName, .mainTesti .courseName {
    color: #e97d68;
}

.row {
    margin-left: 2.5%;
    margin-right: 2.5%;
}

.columnContainer {
    overflow: auto;
}

.column-2 {
    float: left;
    width: 45%;
    margin-left: 2.5%;
    margin-right: 2.5%;
}

.column-2-left {
    margin-left: 0;
}

.column-2-right {
    margin-right: 0;
}

.column-left-mobile {
    margin-left: 0;
    margin-right: 0;
}

.column-30 {
    width: 20%;
    margin-left: 0;
}

.column-70 {
    width: 70%;
}

.uclanLogo {
    max-width: 45%;
}

.moduleUCLanLogo {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
}

.studentName {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    text-transform: uppercase;
}

.testimonial-right .studentName {
    text-align: right;
}

.testimonialContainer {
    width: 80%;
    margin: 0 auto 80px;
    position: relative;
    text-align: justify;
}

.testimonialContainer:after {
    content: "";
    display: table;
    clear: both;
}

.testimonial-left img {
    float: left;
    width: 12%;
    margin-right: 5%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.35);
    border-radius: 3px;
    margin-left: 8px;
    transition: 0.2s all ease-in-out;
}

.testimonial-left .testimonialContent {
    float: right;
    width: 85%;
}

.testimonial-right img {
    width: 12%;
    margin-left: 5%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.35);
    border-radius: 3px;
    margin-right: 8px;
    transition: 0.2s all ease-in-out;
}

.testimonial-right .testimonialContent {
    float: left;
    width: 85%;
}

.testimonial-right img:hover, .testimonial-left img:hover {
    box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.55);
}

.wpcf7-form {
    width: 100%;
}

.flexBoxContainer {
    display: flex;
    flex-wrap: wrap;
}

.absolute-bottom-center {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.modalOuterContainer {
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
    display: none;
}

.modal {
    background-color: #f7f7f7;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 90vh;
    width: 70vw;
    padding: 2%;
    overflow-y: auto;
}

.closeModalButton {
    position: absolute;
    right: 0;
    margin-right: 20px;
    margin-top: 20px;
    background-color: #F44336;
    padding: 13px 26px;
    border-radius: 5px;
    color: white;
    font-weight: 300;
    cursor: pointer;
    transition: 0.2s all ease-in-out;
}

.closeModalButton:hover {
    background-color: #c73126;
}

.modal .imageContainer {
    text-align: center;
    padding-top: 30px;
}

.modal .cardTitle {
    font-weight: 500;
}

.staffContainer {
    float: left;
    width: 40%;
    margin-left: 5%;
    margin-right: 5%;
    text-align: center;
    margin-bottom: 150px;
    position: relative;
}

.staffName, .facilityName {
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 20px;
    color: #be0f34;
    text-align: center;
}

.staffName p, .staffJobTitle p, .facilityName p {
    font-weight: 500;
}

.staffJobTitle {
    text-align:center;
}

.staffJobTitle p {
    display: inline-block;
}

.staffJobTitle:before, .staffJobTitle:after {
    content: " - ";
    display: inline-block;
    color: #be0f34;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 25px;
}

/* .staffJobTitle:before, .staffJobTitle:after {
    content: " - ";
    display: inline-block;
    color: #be0f34;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 25px;
}
 */

/* .staffJobTitle {
    display: inline-block;
    text-align: center;
}
 */
.staffDesc p {
    text-align: left;
    padding-bottom: 60px;
}

.staffImageContainer {
    position: relative;
    margin: 0 auto;
    height: 300px;
    width: 300px;
}

.staffContainer p {
    margin-bottom: 0;
}

.staffImage {
    border-radius: 50%;
    max-height: 300px;
    width: auto;
    display: block;
    margin: 0 auto;
}

.staffImageOverlay:hover {
    background-color: rgba(243, 113, 30, 0.5);
    color: rgba(255, 255, 255, 0.8);
}

.staffImageOverlay {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    left: 50%;
    transform: translate(-50%);
    transition: 0.2s all ease-in-out;
    cursor: pointer;
    color: transparent;
    font-size: 5em;
}

.staffMailOverlayIcon {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-size: 100px;
}

a.uclanProfile {
    background-color: #be0f34;
    padding: 13px 26px;
    color: white;
    border-radius: 3px;
    cursor: pointer;
    transition: 0.2s all ease-in-out;
    width: 100%;
}

a.uclanProfile:hover {
    background-color: #c9755a;
}

.staffProfileButtonIcon {
    padding-right: 15px;
}

.facilityDesc {
    font-weight: 300;
}

.facilityContainer {
    margin-bottom: 100px;
}

.facilityContainer:after {
    display: table;
    clear: both;
    content: "";
}

.floatLeftImage .facilityContent {
    float: right;
    width: 75%;
}

.floatRightImage .facilityContent {
    float: left;
    width: 75%;
}

.floatLeftImage .facilityImage {
    border-radius: 5px;
    float: left;
    max-width: 20%;
    height: auto;
}

.floatRightImage .facilityImage {
    border-radius: 5px;
    float: right;
    max-width: 20%;
    height: auto;
}

.facilityImage {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.floatLeft {
    float: left;
}

.floatRightDesktop {
    float: right;
}

.sectionBottomImage {
    background-size: 300px;
}

.section a {
    transition: 0.2s all ease-in-out;
}

.site-content {
    background-color: #F7F7F7;
}

.padding-10-left {
    padding-left: 10%;
}

.padding-10-right {
    padding-right: 10%;
}

.bold {
    color: #be0f34;
    font-weight: 500;
}

.boldBlack {
    font-weight: 500;
}

.moduleIndicator {
    background-color: #2d2d2d;
    color: white;
    padding: 5px 23px;
    display: inline-block;
    border-radius: 5px;
}

.courseModuleCard {
    margin-bottom: 20px;
}

.courseModuleCard .contentContainer {
    width: 100%;
}

.nav-links {
    display: none;
}

.scrolltop {
    padding: 4px;
    border-radius: 50%;
    background-color: #be0f34;
    color: white;
    position: fixed;
    bottom: 3%;
    right: 3%;
    cursor: pointer;
    transition: 0.2s all ease-in-out;
    border: 2px solid white;
    display: none;
    z-index: 999;
}

.scrolltop:hover {
    background-color: white;
    color: #C9755A;
    border-color: #C9755A;
}

.scrollButtonIcon {
    vertical-align: middle;
    font-size: 40px;
}

.hiddenCard {
    display: none;
}

.hiddenTitle {
    padding-left: 15px;
    color: #be0f34;
    text-transform: uppercase;
    font-weight: 400;
}

.orangeDivider {
    border: 1px solid rgba(245, 117, 30, 0.4);
}

.blockDivider {
    border: 1px solid #be0f34; /* rgba(245, 117, 30, 0.4); */
}


.deadlineDate {
    padding: 13px 26px;
    border: solid 2px #be0f34;
}

.deadlineDate p {
    margin-bottom: 0;
    margin-top: 0;
}

.applicationButtonATag {
    text-decoration: none;
    padding-right: 5px;
}

.applicationButton {
    cursor: pointer;
}

.applicationButton p {
    background-color: #be0f34 /*#7A3206*/;
    padding: 17px 26px;
    margin-right: 10px;
    color: white;
    font-weight: bold;
    text-align: center;
/*    border-bottom: 3px solid #db5a0a;
    border-right: 3px solid #db5a0a; */
    transition: 0.2s all ease-in-out;
}

.applicationButton p:hover {
    background-color: #121212 /*#db5a0a*/;
}

th {
    text-transform: uppercase;
    text-align: left;
}

td {
    transition: 0.05s all ease-in-out;
}

tr td {
    padding: 5px 3px;
}

tr:hover td {
    background-color: rgba(0, 0, 0, 0.1);
}

td.available {
    color: #38803A;
    text-align: center;
}

td.notAvailable {
    color: #be0f34;
    text-align: center;
}

td.prerequisite {
    color: #be0f34;
    text-align: center;
}

td.runningReview {
    color: #38803A;
    text-align: center;
    font-size: 24px;
}

td.notRunningReview {
    color: #be0f34;
    text-align: center;
    font-size: 24px;
}

th.availableHeader {
    text-align: center;
}

.currentYear {
    background-color: #E6E6E6;
}

.runningKey {
    color: #38803A;
}

.notRunningKey {
    color: #be0f34;
}

.prereqKey {
    color: #be0f34;
}

.runningReviewKey {
    color: #38803A;
}

.notRunningReviewKey {
    color: #be0f34;
}

.runningReviewKey, .notRunningReviewKey {
    font-size: 24px;
    padding-right: 10px;
}

.vertical-align-middle {
    vertical-align: middle;
}

.hideInDesktop {
    display: none;
}

.floatRight {
    float: right;
}

/* ------------- */
/* HAMBURGER ICON */
/* ------------- */

#nav-icon1 {
    width: 50px;
    height: 45px;
    position: relative;
    margin-left: 30px;
    margin-top: -5px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon1 span {
    display: block;
    position: absolute;
    height: 6px;
    width: 100%;
    background: #ca7357;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
    top: 0;
}

#nav-icon1 span:nth-child(2) {
    top: 16px;
}

#nav-icon1 span:nth-child(3) {
    top: 32px;
}

#nav-icon1.open span:nth-child(1) {
    top: 18px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

#nav-icon1.open span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

/* ------------- */
/* BOOTSTRAP CAROUSEL */
/* ------------- */

.sr-only {
    position: absolute;
    left: -9999999px;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
    max-height: 700px;
}

.carousel {
    position: relative;
}

.carousel img {
    min-width: 100%;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        transition: -webkit-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }

    .carousel-inner > .item.next,
    .carousel-inner > .item.active.right {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    .carousel-inner > .item.prev,
    .carousel-inner > .item.active.left {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    .carousel-inner > .item.next.left,
    .carousel-inner > .item.prev.right,
    .carousel-inner > .item.active {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}

.carousel-inner > .active {
    left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .next {
    left: 100%;
}

.carousel-inner > .prev {
    left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    left: 0;
}

.carousel-inner > .active.left {
    left: -100%;
}

.carousel-inner > .active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 2.5em;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    filter: alpha(opacity=50);
    opacity: .5;
}

.carousel-control.left {
    background-repeat: repeat-x;
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-repeat: repeat-x;
}

.carousel-control.right, .carousel-control.left {
    color: white;
    border: none;
}

.carousel-control:hover,
.carousel-control:focus {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1;
}

.carousel-control .icon-prev:before {
    content: '\2039';
}

.carousel-control .icon-next:before {
    content: '\203a';
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 10px;
    float: none;
    padding: 0;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 60px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption p {
    margin-bottom: 0;
}

.carousel-caption .btn {
    text-shadow: none;
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 1.5em;
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -15px;
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -15px;
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 60px;
    }

    .carousel-indicators {

    }
}

/* ------------- */
/* MEDIA QUERIES */
/* ------------- */

@media only screen and (max-width: 1800px) {
    /*a.applyNowButton {*/
    /*margin-right: 5%;*/
    /*}*/
    .main-navigation ul {
        padding-left: 5%;
    }

    a.ghostButton {
        width: 13%;
    }

    .container-fluid{
    margin: 0px;
    padding: 0px;
}

}

@media only screen and (max-width: 1650px) {
    /*a.applyNowButton {*/
    /*font-size: 0.9em;*/
    /*padding: 10px 23px;*/
    /*}*/
    .main-navigation ul {
        font-size: 0.9em;
    }

    a.ghostButton {
        width: 16%;
    }
}

@media only screen and (max-width: 1500px) {
    .main-navigation li {
        padding-right: 0px;
    }

    .carousel-indicators li {
        padding: 0;
    }

    /*a.applyNowButton {*/
    /*margin-right: 2%;*/
    /*}*/
    .main-navigation ul {
        padding-left: 2%;
    }

    .carousel-caption {
        display: none;
    }

    .uclanLogo {
        max-width: 60%;
    }
}

@media only screen and (max-width: 1350px) {
    .main-navigation ul {
        padding-right: 2%;
    }

    .testimonialContainer {
        width: 100%;
    }

    h1.headerText {
        font-size: 4em;
        margin-bottom: -10px;
    }

    h2.headerTagLine {
        font-size: 0.8em;
        width: 70%;
        margin: -10px auto 0;
    }

    a.ghostButton {
        width: 19%;
    }

    .displayAll {
        width: 100%;
    }

    .priceContainer {
        width: 46%;
    }
}

@media only screen and (max-width: 1200px) {
    /* Hide the desktop navigation here and begin showing the mobile menu */
    .hamburgerContainer {
        display: block;
    }

    h1.headerText {
        margin-top: 0;
        font-size: 3em;
    }

    h2.headerTagline {
        font-size: 0.8em;
    }

    a.ghostButton {
        width: 21%;
    }
}

@media only screen and (max-width: 1100px) {
    .faq-column {
        float: none;
        width: 100%;
        margin-bottom: 20px;
        margin-left: 0;
        margin-right: 0;
    }

    .mainTestiContent {
        margin-bottom: 20px;
    }

    .testiVideoContainer {
        height: 400px;
    }

    .mainTestiContent, .testiVideoContainer {
        width: 100%;
    }
}

@media only screen and (max-width: 1000px) {
    .courseItem {
        width: 90%;
        float: none;
        margin: 0 auto 20px;
    }

    .genericPageHeader .contactInformationRight, .genericPageHeader .contentPageHeaderTitle {
        float: none;
    }

    .genericPageHeader .contentPageHeaderTitle {
        margin-bottom: 0;
    }

    div#desktopHeaderTop {
        overflow: visible;
    }

    a.ghostButton {
        width: 28%;
    }

    .floatLeftImage .facilityImage, .floatRightImage .facilityImage {
        float: none;
        max-width: 100%;
        left: 50%;
        transform: translateX(-50%);
        position: relative;
    }

    .floatLeftImage .facilityContent, .floatRightImage .facilityContent {
        float: none;
        width: 100%;
    }

    .floatRightDesktop {
        float: none;
    }
}

@media (max-width: 992px) {
    .courseContainer {
        width: 100%;
    }

    .testimonial-left img, .testimonial-right img {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
        position: relative;
        top: initial;
        transform: initial;
    }

    .testimonial-left .testimonialContent, .testimonial-right .testimonialContent {
        width: 100%;
    }

    .staffContainer {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 100px;
    }

    .staffImageContainer {
        max-width: 100%;
        margin: 0 auto;
    }

    .section, .section.genericPageSection {
        padding-left: 0%;
        padding-right: 0%;
        padding-top: initial;
    }

    .applicationButton p {
        padding: 10px 3px;
    }

    .column-2 {
        margin-left: initial;
        margin-right: initial;
    }

    .deadlineDate {
        margin: 0 auto;
        width: 100%;
    }

    .horizontalCard .contentContainer {
        width: 100%;
        padding-left: 5%;
        padding-right: 5%;
    }

    a.cardButton {
        margin-left: 0;
        margin-right: 0;
        display: block;
        text-align: center;
        margin-bottom: 5px;
    }

    .horizontalCard {
        flex-direction: column;
    }

    .smallTestiContainer {
        display: block;
        text-align: center;
    }

    .smallTesti {
        width: 100%;
        text-align: center;
        margin: 0 auto 30px;
    }

    .smallTesti .testiText p {
        margin-bottom: 30px;
    }

    .smallTesti .courseName {
        width: 100%;
    }
}

@media only screen and (max-width: 900px) {
    h1.headerText {
        font-size: 2.5em;
    }

    h2.headerTagline {
        display: none;
    }

    .carousel-indicators {
        margin-bottom: 0;
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
        font-size: 0.8em;
    }

    .hamburgerText {
        font-size: 1.3em;
    }

    .videoContainerWrapper {
        max-width: 85%;
    }

    .sectionTitleLine1 {
        font-size: 23px;
    }

    .sectionTitleLine2, .entry-title {
        font-size: 40px;
    }

    a.ghostButton {
        width: 47%;
    }

    .headerTextContainer {
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
        padding-left: 0;
        text-align: center;
    }

    .priceOuterContainer {
        display: block;
    }

    .priceContainer {
        width: 100%;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 750px) {
    h1.headerText {
        letter-spacing: 5px;
        font-size: 2em;
        padding: 20px;
    }

    .headerSection {
        height: 65px;
        padding-top: 15px;
    }

    .column-2 {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }

    .staffContainer {
        width: 100%;
    }

    .staffImage {
        margin: 0 auto;
    }

    .testiVideoContainer {
        height: 300px;
    }

    /* .contactFormDetailsDesktop {
        display: none;
    }
 */
    .contactFormDetailsMobile {
        display: block;
    }

    .contactFormContainer {
        margin-top: 0;
    }

    .hideInDesktop {
        display: block;
    }

    .toggleText {
        margin-left: 10px;
        margin-right: 10px;
        font-size: 0.8em;
        padding: 7px 20px;
    }
}

@media only screen and (max-width: 600px) {
    h1.headerText {
        padding: 10px;
        font-size: 1.5em;
    }

    #desktopHeaderTop p {
        display: block;
    }

    .contactInformationLeft {
        padding-right: 0;
    }

    .sectionTitleLine2, .entry-title {
        font-size: 36px;
    }

    .courseItem {
        width: 97%;
    }

    a.ghostButton {
        display: none;
    }

    .testiVideoContainer {
        height: 200px;
    }
}

/* ------------- */
/* DEBUGGING STYLES */
/* ------------- */
/*
* {
  background: #000 !important;
  color: #0f0 !important;
  outline: solid #f00 1px !important;
}
*/
.column-2.column-left.contactFormDetailsDesktop p {
    margin: 0;
}

select {
    width: 100%;
    padding: 3px;
    background-color: white;
}

input[type=submit].wpcf7-form-control.wpcf7-submit {
    background-color: #be0f34;
    color: white;
    font-size: 1rem;
    padding: 10px 30px;
    border-bottom: 3px solid #be0f34;
    position: relative;
}
.site-footer {
    background-color: #2D2D2D;
    color: white;
    padding: 25px 10%;
}

.footerSection {
    width: 25%;
    float: left;
}

.footerSectionLarge {
    float: left;
    width: 50%;
}

.footerSectionTitle {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
}

.footerLink {
    text-decoration: none;
    color: white;
    display:block;
    font-size: 0.7rem;
}

.footerPrivacyLink {
    color: #F46B15;
}

.footerPrivacyLink: hover {
    color: #F46B15;
}

.footerLink:hover {
    text-decoration: underline;
}

.footerHR {
    background-color: #4A4A4A;
    width: 60%;
    margin-left: 0;
}

.footerButton {
    background-color: rgb(1, 186, 256);
    color: white;
    padding: 7px 13px;
    text-decoration: none;
    transition: 0.2s all ease;
}

.footerButton:hover {
    background-color: rgb(0, 90, 123);
}

.footerBottom p {
    background-color: #212121;
    font-weight: 300;
    clear: both;
    padding-left: 10%;
    color: white;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
}

@media only screen and (max-width: 800px) {
    .footerSectionLarge, .footerSection {
        width: 100%;
    }

    .footerUCLanLogo {
        max-width: 30%;
    }
}

.contentPageHeaderTitle {
    color: white;
    float: left;
    padding-left: 10%;
}

.header-logo {
    max-height: 60px;
    margin-right: 30px;
}

.genericPageHeader {
    overflow: auto;
}

.genericPageHeader .contentPageHeaderTitle {
    float: left;
    padding-left: 11%;
    width: initial;
}

.genericPageHeader .contactInformationRight {
    position: relative;
    transform: translateY(30%);
}

.genericPageHeader .contactInformationRight, .genericPageHeader #desktopHeaderTop p {
    margin-top: 1.67em;
    margin-bottom: 1.67em;
}

a.applyNowButton {
    color: white;
    background-color: #be0f34;
    display: initial;
    padding: 13px 26px;
    margin-right: 10%;
    transition: 0.2s all ease;
    box-shadow: 0 1px 2px rgba(43, 59, 93, 0.4);
    border-color: #c14b27 #c14b27 #c14b27;
    float: right;
    position: relative;
    transform: translateY(-25%);
}

a.applyNowButton:hover {
    background-color: #121212;
    color: white;
    border-color: #c14b27;
}

.applyNowButtonIcon {
    vertical-align: middle;
    padding-right: 5px;
}

.headerLogo {
    float: left;
    color: #2D2D2D;
    margin-left: 10%;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 0;
    font-size: 30px;
}

.site-header {
    position: sticky;
    z-index: 999;
    width: 100%;
    top: 0;
}

.hamburgerContainer {
    cursor: pointer;
}

.hamburgerContainer i.material-icons {
    color: #f7f7f7;
    margin-left: 2%;
    font-size: 1.5em;
    line-height: 30px;
}

#mobileNav a {
    text-decoration: none;
    padding: 2% 10px;
    display: block;
    transition: 0.2s all ease-in-out;
    border-bottom: solid 1px rgba(0, 0, 0, 0.05);
    color: rgb(51, 51, 51);
    text-align: left;
    font-size: 0.9rem;
    font-weight: 500;
}

#mobileNav a:hover {
    background-color: #be0f34;
}

.headerLogo {
    max-height: 65px;
}

@media (min-width: 576px) {

}

@media (min-width: 768px) {

}

@media (min-width: 992px) {

}

@media (max-width: 992px) {
    a.applyNowButton {
        display: none;
    }

    #desktopNav {
        display:none;
    }

    .main-navigation {
        float: none;
    }

    #desktopHeaderTop {
        display: none;
    }

    .headerSection {
        padding-top: 2vh;
        padding-bottom: 1vh;
        background-color: #be0f34;
        height: initial;
    }
}

@media (min-width: 1200px) {

}
h1.news-title {
    font-size: 2rem;
    margin-bottom: 0;
}

.postedDate {
    padding-top: 0;
    margin-top: 0;
    color: #be0f34;
}

.newsImageContainer {
    margin-top: 20px;
}

.newsImageContainer img {
    width: 100%;
}
