@keyframes shine {
    0% {
        color: #fff
    }
    50% {
        color: #ff0
    }
    55% {
        color: #ff0
    }
    80% {
        color: #fff
    }
}

@keyframes shine-red {
    0% {
        background-color: #e00
    }
    50% {
        background-color: #cd0000
    }
    55% {
        background-color: #cd0000
    }
    80% {
        background-color: #e00
    }
}

@keyframes elastic {
    0% {
        transform: scale(1)
    }
    50% {
        transform: scale(1)
    }
    55% {
        transform: scale(.95)
    }
    60% {
        transform: scale(1)
    }
    100% {
        transform: scale(1)
    }
}

.shiny {
    animation-name: shine;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    transition: ease all
}

.jiggle {
    animation-name: elastic;
    animation-duration: 1s;
    animation-iteration-count: 3;
    transition: ease all
}

body {
    color: #710000;
    font: normal 16px 'Lato', sans-serif;;
    font-weight: 300;
    overflow-x: hidden;
    line-height: 1.5;
    height: 100%
}

img {
    max-width: 100%
}

.btn,
button {
    white-space: initial
}

.btn-warning.pull-right {
    height: auto;
    border-radius: 0;
    border: none;
    font-size: 18px
}

a {
    color: #54585a;
    cursor: pointer;
    text-decoration: none;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s
}

a:focus,
a:hover {
    color: #2980b9;
    outline: 0;
    text-decoration: none
}

a.boxlink {
    color: #fff
}

.select2-container .select2-selection--single {
    height: 42px
}

.select2-container--default .select2-selection--single {
    overflow: hidden
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    white-space: pre-wrap;
    line-height: 42px
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Abril Fatface', cursive;
    letter-spacing: 0.055rem;
    font-weight: 400;
    margin-bottom: 15px;
    margin-top: 0
}

h1 {
    font-size: 38px
}

h2 {
    font-size: 24px;
    font-weight: 400
}

h3 {
    font-size: 20px
}

h4 {
    font-size: 18px
}

h5 {
    font-size: 16px
}

h6 {
    font-size: 14px
}

td {
    padding: 5px 0
}

p.lead {
    font-size: 24px;
    font-weight: 200
}

p {
    margin-bottom: 20px
}

p:last-child {
    margin-bottom: 0
}

ol,
ul {
    margin-bottom: 20px
}

blockquote {
    padding-top: 0;
    padding-bottom: 0;
    border-color: #1abc9c
}

blockquote small {
    color: inherit
}

pre {
    background-color: rgba(255, 255, 255, .5);
    border-color: rgba(0, 0, 0, .1);
    margin-bottom: 20px
}

.mt-1 {
    margin-top: 1em
}

.border-blue {
    border: 2px solid #18438b
}

.google-maps {
    position: relative;
    height: 400px;
    background-image: url(../images/google-map.jpg);
    background-position: center
}

.section {
    padding: 50px 0
}

.new {
    padding: 5px;
    background: #d00;
    border-radius: 5px;
    color: #fff
}

.active-section {
    top: 80px
}

.navbar.active-section {
    top: 0 !important
}

.alert {
    color: #fff;
    border: none
}

[class*=" alert-"] .alert-link,
[class^=alert-] .alert-link {
    color: #fff;
    font-weight: 300;
    text-decoration: underline
}

.btn,
.label {
    font-weight: 300;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s
}

.btn:focus,
.btn:hover {
    outline: 0
}

.btn-link {
    color: #1abc9c
}

.btn-link:focus,
.btn-link:hover {
    color: #16a085
}

.btn-default,
.label-default {
    background-color: #005491;
    border-color: #005491;
    color: #fff
}

.btn-default:focus,
.btn-default:hover {
    background-color: #005491;
    border-color: #005491;
    color: #fff
}

.alert-success,
.btn-success,
.label-success {
    background-color: #2ecc71;
    border-color: #2ecc71
}

.btn-success:focus,
.btn-success:hover {
    border-color: #27ae60;
    background-color: #27ae60
}

.btn-primary {
    border: none;
    border-bottom: 5px solid #156fab
}

.btn-secondary {
    background-color: #f90;
    border: none
}

.btn-secondary:focus,
.btn-secondary:hover {
    background-color: #49abec
}

.btn-primary,
.label-primary {
    background-color: #e7edf1
}

.text-info-top {
    font-family: 'Abril Fatface', cursive;
    letter-spacing: 0.055rem;
    color: #710000;
}

#submit-button {
    background-color: #ca5310;
    border-bottom: 5px solid #710000;
}

#submit-button:hover {
    background-color: #710000;
    border-bottom: 5px solid #ca5310;
}

.btn-primary:focus,
.btn-primary:hover {
    background-color: #49abec;
    border-bottom: 5px solid #1e86cc
}

.alert-info,
.btn-info,
.label-info {
    background-color: #3498db
}

.btn-info:focus,
.btn-info:hover {
    background-color: #2980b9;
    border-color: #2980b9
}

.alert-warning,
.btn-warning,
.label-warning {
    background-color: #f90;
    border-color: #f90
}

.btn-warning:focus,
.btn-warning:hover {
    background-color: #d35400;
    border-color: #d35400
}

.alert-danger,
.btn-danger,
.label-danger {
    background-color: #e74c3c;
    border-color: #e74c3c
}

.btn-danger:focus,
.btn-danger:hover {
    background-color: #c0392b;
    border-color: #c0392b
}

.variation .btn-primary {
    background-color: #fb0;
    border-color: #c93;
    font-weight: 700;
    color: #000
}

.variation .btn-primary:hover {
    background-color: #fc0;
    border-color: #ca4
}

.variation .btn-danger {
    background-color: #fb0;
    border-color: #c93;
    font-weight: 700;
    color: #000
}

.btn-danger:focus,
.variation .btn-danger:hover {
    background-color: #fc0;
    border-color: #ca4
}

.tab-pane {
    padding: 15px 0;
    margin-bottom: 5px
}

.nav-logo {
    padding: 13px 0;
    width: 190px;
    margin-right: 50px
}

.nav-tabs {
    border-bottom-color: #ecf0f1
}

.nav-tabs > li > a {
    padding: 10px 0;
    margin-right: 30px;
    color: inherit;
    font-size: 16px;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0)
}

.nav-social {
    margin-top: 16px
}

.nav-social img {
    margin: 3px
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
    background: 0 0;
    border: none;
    border-color: rgba(255, 255, 255, 0)
}

.nav > li > a:focus,
.nav > li > a:hover {
    background-color: #ecf0f1
}

.nav-tabs > li > a:focus,
.nav-tabs > li > a:hover {
    color: #1abc9c;
    background: 0 0
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    background: 0 0;
    border: none;
    color: #1abc9c;
    border-bottom: 1px solid #1abc9c
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
    background-color: #0691f1;
    color: #fff !important
}

#fields-nav li a:hover {
    color: #337ab7
}

.nav .caret,
.nav a:hover .caret {
    border-top-color: #1abc9c;
    border-bottom-color: #1abc9c
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
    background-color: #1abc9c
}

.navbar .navbar-collapse,
.navbar .navbar-form {
    border-color: #bdc3c7
}

.navbar .navbar-toggle {
    background-color: #005491;
    border-color: #005491;
    margin-top: 23px
}

.navbar .navbar-toggle:focus {
    outline: 0
}

.box {
    background-color: #710000;
    padding: 20px;
    color: #fff;
	box-shadow: 0 0 10px #0007;
}

.greybox {
    padding: 20px;
    margin-bottom: 30px;
    background-color: #710000
}

.panel {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none
}

.panel-default {
    border-color: #ecf0f1
}

.panel-default:last-child {
    margin-bottom: 25px
}

.panel-default > .panel-heading {
    background: #a70808;
    color: inherit;
    border-bottom: 1px solid #ddd
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
    border-top: none
}

label {
    font-weight: 300
}

.input-group {
    margin-bottom: 15px
}

.form-control {
    font-weight: 300;
    border-color: #ecf0f1;
    background-color: #ecf0f1;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s
}

.form-control[disabled],
.form-control[disabled]:focus,
.form-control[disabled]:hover,
.form-control[readonly],
.form-control[readonly]:focus,
.form-control[readonly]:hover,
fieldset[disabled] .form-control,
fieldset[disabled] .form-control:focus,
fieldset[disabled] .form-control:hover {
    background-color: #ecf0f1
}

.form-control:focus,
.form-control:hover {
    outline: 0;
    border-color: #ecf0f1;
    background-color: #fff;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none
}

.form-control:-moz-placeholder {
    color: #bdc3c7;
    font-weight: 300
}

.form-control::-moz-placeholder {
    color: #bdc3c7;
    font-weight: 300
}

.form-control:-ms-input-placeholder {
    color: #bdc3c7;
    font-weight: 300
}

.form-control::-webkit-input-placeholder {
    color: #bdc3c7;
    font-weight: 300
}

.input-group-addon {
    background-color: #fff;
    border-color: #ecf0f1;
    color: #ecf0f1
}

[class*=" has-"] .form-control,
[class^=has-] .form-control {
    color: #fff
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline {
    color: #2ecc71
}

.has-success .form-control {
    border-color: #2ecc71;
    background-color: #2ecc71
}

.has-success .form-control:focus,
.has-success .form-control:hover {
    border-color: #2ecc71;
    background-color: #fff;
    color: #2ecc71;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline {
    color: #e67e22
}

.has-warning .form-control {
    border-color: #e67e22;
    background-color: #e67e22
}

.has-warning .form-control:focus,
.has-warning .form-control:hover {
    background-color: #fff;
    border-color: #e67e22;
    color: #e67e22;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline {
    color: #e74c3c
}

.has-error .form-control {
    border-color: #e74c3c;
    background-color: #e74c3c
}

.has-error .form-control:focus,
.has-error .form-control:hover {
    background-color: #fff;
    border-color: #e74c3c;
    color: #e74c3c;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none
}

#header {
    z-index: 9999;
    height: 110px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .95);
    border-bottom: 1px solid #eee
}

#header .nav-text .text-right {
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 1.5em;
    line-height: 1em;
}

.navbar .navbar-brand {
    padding: 0;
    margin-right: 10px;
    margin-left: 10px;
    color: inherit
}

.navbar > .container .navbar-brand {
    margin-left: 0
}

.navbar .navbar-brand:focus,
.navbar .navbar-brand:hover {
    color: #000
}

.navbar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .95);
    border: none
}

.navbar-right button {
    margin: 23px 0
}

.navbar-nav > li > a {
    padding: 30px 0;
    margin: 0 10px
}

.navbar .navbar-nav > li > a {
    color: inherit;
    text-transform: uppercase;
    font-size: 12px
}

.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > .active > a:focus,
.navbar .navbar-nav > .active > a:hover,
.navbar .navbar-nav > li > a:focus,
.navbar .navbar-nav > li > a:hover {
    background-color: transparent;
    background-color: rgba(255, 255, 255, 0);
    color: #3498db
}

.header-button {
    margin-left: 15px
}

#header .nav-menu {
    font-family: 'Lato', sans-serif;
    list-style: none;
    font-size: 1.2em;
    padding: 0;
    margin: 5px 0 0 0;
    float: right
}

.box a {
    color: #fff
}

#header .nav-menu li {
    float: left;
    margin-left: 15px;
}

#bluebar {
    margin-top: 110px;
    background-color: #691E06;
    color: #fff;
    padding: 5px
}

.form-bg {
    background: url(../images/main-bg.jpg?20210517);
    background-size: cover;
    background-position: bottom right;
    min-height: 250px;
    padding: 15px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start
}

#hero {
    color: #fff;
    padding: 0;
    margin-top: 0;
    background-image: url(../images/student-bg.jpg?v=20210915);
    background-size: cover;
}

.row-hero {
    display: flex
}

.mainfg-form {
    padding: 0;
}

#hero .lp-element {
    border-radius: 5px;
    padding: 20px;
    background-color: #fbba72;
    -moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, .5);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .2)
}

#hero h1 {
    font-size: 60px
}

#hero h2 {
    font-size: 1.7em;
    color: #fff
}

#hero p.lead {
    font-size: 1.8em
}

#programmes img {
    max-width: 100%;
    margin-bottom: 10px
}

#programmes p {
    font-size: 16px;
    line-height: 1.3em
}

#highlights img {
    max-width: 100%;
    margin-bottom: 10px
}

#highlights p {
    font-size: .9em;
    line-height: 1.3em
}

#fields img {
    width: 100%;
    height: auto
}

#fields .intake {
    position: relative;
    padding: 12px 10px;
    background-color: #3498db;
    background-color: rgba(52, 152, 219, .8);
    color: #fff;
    font-size: .8em;
    font-weight: 700;
    margin-top: -29px;
    float: left;
    margin-left: 5px;
    margin-bottom: 2px;
    border-radius: 5px
}

ul#fields-nav li a {
    font-size: .9em;
    padding: 6px;
    border-bottom: 1px dotted #ddd;
    border-radius: 0
}

ul#fields-nav li.active a {
    border-radius: 5px
}

#inter1,
#inter2 {
    background-color: #fff;
    border-top: 5px dashed #710000;
    border-bottom: 5px dashed #710000
}

.carousel-control.left,
.carousel-control.right {
    background-image: none
}

.carousel-control {
    color: #3498db;
    opacity: 1;
    text-shadow: none
}

.carousel-control:hover {
    color: #2980b9
}

.carousel-indicators li {
    border-color: #005491;
    margin: 0 2px;
    height: 15px;
    width: 15px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    margin: 0 2px;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s
}

.carousel-indicators .active {
    height: 15px;
    width: 15px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    margin: 0 2px;
    background-color: #005491;
    border: 1px solid #005491
}

.carousel.slide {
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s
}

.carousel-inner blockquote {
    border: none;
    text-align: center;
    padding: 40px 15%
}

.carousel-inner blockquote small {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400
}

.carousel-inner blockquote p {
    font-size: 24px
}

.carousel-control .glyphicon {
    left: 50%;
    margin-top: -10px;
    margin-left: -10px;
    font-size: 20px
}

.carousel-indicators {
    bottom: 10px
}

.carousel-control {
    background: 0 0;
    position: absolute;
    top: 50%;
    margin-top: 0;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    height: 40px;
    width: 40px
}

#contact {
    background-color: #f3f3f3;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom
}

#contact form {
    width: 50%;
    margin: 0 25%
}

.form-control {
    height: 42px;
    font-size: 16px
}

.form-group {
    margin-bottom: 20px
}

#hero input[type=email],
#hero input[type=text],
#hero select,
#hero textarea {
    background-color: #fff;
    border: 1px solid #ccc
}

#hero .private {
    font-size: .8em
}

#hero .container {
    padding-bottom: 30px;
    padding-top: 20px
}

input[type=checkbox],
input[type=radio],
select {
    cursor: pointer
}

.flex-align-center {
    align-items: center
}

.navbar-nav > li > a {
    line-height: 10px
}

.navbar-toggle .icon-bar {
    background-color: #fff
}

.burger .navbar-nav .nav-item {
    padding: 5px;
    display: block;
    width: 100%;
    border-bottom: dotted 1px #ddd
}

nav.collapse.navbar-collapse.bs-navbar-collapse.navbar-right {
    float: right
}

.container > .navbar-header {
    height: 70px
}

#social-footer {
    font-size: .8em;
    margin: auto;
    padding: 20px;
    list-style: none;
    background-color: #fff;
    text-align: center;
    background-color: #54585a;
    color: #fff
}

#social-footer ul {
    margin-bottom: 0;
    padding-left: 0
}

#social-footer li {
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 10px
}

.inline-block {
    display: inline-block !important
}

#application .btn-primary {
    margin: 10px 0;
    height: 70px;
    color: #005491;
    border-bottom: 5px solid #710000
}

#application .btn-primary:hover {
    background-color: #49abec;
    color: #fff
}

#application .btn-primary span {
    position: relative;
    top: 25%
}

#assistance .btn-primary {
    margin: 10px 0;
    height: 70px;
    color: #005491;
    border-bottom: 5px solid #710000
}

#assistance .btn-primary:hover {
    background-color: #49abec;
    color: #fff
}

#assistance .btn-primary span {
    position: relative;
    top: 25%
}

#financial table {
    font-size: .8em
}

#financial table th {
    background-color: #3ca2e0;
    color: #fff;
    text-align: center
}

#fields a.btn.btn-lg.btn-danger {
    display: inline-block;
    margin-bottom: 0
}

#fields div.no-link {
    margin-bottom: 30px;
    display: block
}

#fields table.pathway {
    width: 100%
}

#fields table.pathway td {
    border: 1px solid;
    padding: 10px 15px;
    color: #d6fd2e
}

#fields table.pathway.bd td {
    padding: 8px 15px 5px 15px
}

#fields table.pathway.bd thead td {
    padding: 10px 15px
}

#fields table.pathway thead td {
    text-transform: uppercase;
    font-size: 1.3em;
    background-color: #9cb920;
    color: #fff
}

#fields table.entry_requirements {
    width: 100%;
    font-size: 14px
}

#fields table.entry_requirements.english {
    font-size: 12px
}

#fields table.entry_requirements td {
    border: 1px solid;
    padding: 10px 5px
}

#fields table.entry_requirements.english td {
    padding: 5px
}

#fields table.entry_requirements thead td {
    text-align: center;
    text-transform: uppercase;
    font-size: 1.3em;
    background-color: #9cb920;
    padding: 5px
}

#fields table tr.entry_sub_head td {
    background-color: #fff;
    color: #000;
    font-size: 12px;
    font-weight: 700;
    border-color: #fff
}

#fields table a {
    margin-bottom: 0;
    color: #d6fd2e
}

.variation #fields table.entry_requirements thead td,
.variation #fields table.pathway thead td {
    background-color: #fb0;
    color: #000;
    font-weight: 700
}

.variation #fields table tr td {
    color: #fdca3d
}

.variation #fields table a {
    color: #fdca3d
}

.variation #fields table tr.entry_sub_head td {
    color: #000
}

.text-red {
    color: red
}

.text-white {
    color: #fff
}

.link-one a {
    color: #710000;
}

.link-one a:hover {
    collapse: rgba(82, 2, 47, 0.98);
}

.link-white a {
    color: #fff
}

.link-white a:hover {
    color: #ff0
}

.link-primary a,
a.link-primary {
    color: gold !important;
    text-decoration: none
}

.link-primary a:hover,
a.link-primary:hover {
    color: #eee !important;
    text-decoration: underline
}

.openday-highlight-1 {
    border: 1px solid;
    padding: 20px;
    color: #fff;
    background-color: #005491;
    text-shadow: 1px 1px 3px #000
}

.openday-highlight-2 {
    padding: 20px
}

.badge-new {
    font-size: 14px;
    line-height: 14px;
    margin-left: 15px;
    padding: 5px 15px;
    background-color: #cd0000;
    animation-name: shine-red;
    animation-iteration-count: infinite;
    animation-duration: 2s
}

div.slider-1,
div.slider-2,
div.slider-3,
div.slider-4,
div.slider-5,
div.slider-6 {
    padding: 30px 0 80px
}

div.slider-1::after,
div.slider-2::after,
div.slider-3::after,
div.slider-4::after,
div.slider-5::after,
div.slider-6::after {
    content: "";
    opacity: .4;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
    background-position: top center !important
}

.foundation {
    background-image: url(../images/foundation.jpg?v=2);
    background-size: cover;
    height: 350px;
    padding: 15px;
    box-shadow: 0 35px 50px rgba(0, 0, 0, .2)
}

.degree {
    background-image: url(../images/degree.jpg?v=2);
    background-size: cover;
    height: 350px;
    padding: 15px;
    box-shadow: 0 35px 50px rgba(0, 0, 0, .2)
}

.carousel-inner > .item {
    min-height: 300px
}

.ads-content {
    color: #fff;
    position: absolute;
    bottom: 15px
}

.carousel-inner > .item > img {
    min-height: 250px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}

.trap {
    display: none
}

.popup {
    z-index: 9999;
    position: absolute;
    top: 120px;
    width: 100%
}

.popup-content {
    margin: auto;
    width: 600px;
    background: #fff;
    border: 5px solid #ccc;
    -moz-box-shadow: 0 0 50px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, .2);
    box-shadow: 0 0 50px rgba(0, 0, 0, .2);
    color: #000
}

.popup .error .popup-close {
    background: #c00;
    padding: 10px 20px;
    text-align: center;
    color: #fff;
    cursor: pointer
}

.popup .error .popup-close:hover {
    background: #d00
}

.popup .success .popup-close {
    background: #0a0;
    padding: 10px 20px;
    text-align: center;
    color: #fff;
    cursor: pointer
}

.popup .success .popup-close:hover {
    background: #0b0
}

div.prog_title {
    background-color: rgba(255, 255, 255, .8);
    padding: 5px 10px;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 1.2;
    color: #000;
    font-weight: 700;
    font-size: .9em;
    text-align: center
}

#student {
    max-height: 400px;
    padding-left: 220px
}

.sc-avail {
    position: relative;
    display: inline;
    bottom: 25px;
    background-color: rgba(231, 76, 60, .9);
    line-height: 0;
    padding: 7px
}

.kpt {
    font-size: 10px
}

.dates h2 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 35px
}

.dates h3 {
    font-size: 24px;
    font-weight: 700
}

.dates h3 .fa {
    font-size: 48px;
    color: #f35344
}

.dates .title {
    font-size: 22px
}

.no-gutters > div {
    padding-left: 0;
    padding-right: 0
}

.my-15 {
    margin-top: 15px;
    margin-bottom: 15px
}

#vod {
	background: url(../images/content-bg.png);
    border-bottom: 5px solid #a70808;
}
.vod_block {
	background: linear-gradient(30deg,#960545 0,#6f0061 51%,#472150 75%);
    padding: 55px 25px 40px 25px;
	border-radius: 5px;
	box-shadow: 0 10px 50px rgb(0 0 0 / 20%);
}
#vod h1 {
	margin-bottom: 0;
    padding: 10px;
    float: left;
    background-color: #a70808;
    color: #fff;
}
#vod span {
	font-size: 40px;
	color:#eada04;
}
#vod .date {
	font-size: 35px;
	color:#fff;
	text-align: center;
}
#vod .month {
	font-size: 22px;
	color:#fff;
	text-align: center;
}
#vod span.white {
	color:#fff;
	font-size: 35px;
}
#vod h2 {
	color:#222;
}
#vod .inner_block {
    padding: 5px 0;
	background-color: #ffffff24;
}
#vod .month p {
	margin-bottom:15px;
}
#save .save-wrap {
    min-height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    border-radius: 5px;
    display: flex;
}

#save .save-wrap h4 {
    padding: 8px 15px 0;
    margin: 5px 0;
    display: inline-block;
    box-shadow: rgba(0,0,0,0.2) 1px 1px 5px;
}

#save .save-wrap p {
    padding: 5px 15px;
    margin: 5px 0;
    display: inline-block;
    box-shadow: rgba(0,0,0,0.2) 1px 1px 5px;
}

.save-link {
    margin-top: auto;
    margin-bottom: 0;
    padding: 5px 15px;
    color: #ffffff;
    transform: scale(0.9);
}

.save-link h4 {
    font-size: 38px;
    line-height: 38px;
    margin-bottom: 0;
}

#save .save-wrap:hover .save-link,
.save-link:hover {
    color: #ffffff;
}

#save .save-wrap:hover .save-link {
    transform: scale(1);
    margin-bottom: 0;
    transition: 0.1s ease all;
}

.video-container {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0
}

.video-container iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute
}

h1.title-responsive {
    margin-top: 15px;
    font-size: 32px
}

h2.title-responsive {
    font-size: 24px
}

.d-flex {
    display: flex;
}

@media (max-width: 991px) {
	.nav-logo .navbar-brand {
		float: none;
		width: 100%;
		text-align: center;
	}
	.nav-logo .navbar-brand img {
		width: 200px;
		margin: auto;
	}
	#header .nav-text .text-right {
		margin-top: 0;
		text-align: center;
	}
    .nav-logo {
		float: none;
		width: 100%;
		margin: 0;
	}

    #bluebar {
        margin-top: 0;
        font-size: .85em
    }
	#header {
		height: auto;
		position: relative;
		margin-bottom: 0;
	}
    #header .nav-text {
		font-size: .85em;
		padding: 15px;
		float: none!important;
	}

    .navbar .navbar-brand {
        width: 190px
    }

    .nav-social {
        margin-top: 12px
    }

    #hero .container {
        padding-top: 0
    }

    #parallax {
        height: 100%
    }
}

@media (max-width: 991px) {
    .navbar-collapse.collapse {
        display: none !important
    }

    .navbar-header {
        float: none
    }

    .navbar-left,
    .navbar-right {
        float: none !important
    }

    .navbar-toggle {
        display: block
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px
    }

    .navbar-nav > li {
        float: none
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        margin: 0 7px
    }

    .collapse.in {
        display: block !important
    }

    .navbar .navbar-collapse,
    .navbar .navbar-form {
        border: none;
        overflow: visible;
        margin: 0;
        padding: 0
    }

    ul.nav.navbar-nav {
        background-color: #fff;
        float: right;
        max-width: 300px;
        margin-top: 0;
        border: 1px solid #ccc;
        position: relative;
        margin-right: 0
    }

    ul.nav.navbar-nav li {
        text-align: center;
        padding: 0;
        border-bottom: 1px solid #ccc
    }

    ul.nav.navbar-nav li a {
        font-size: 1.1em;
        padding: 20px 30px
    }
}

@media (min-width: 992px) {
    .text-md-left {
        text-align: left
    }

    .my-md-0 {
        margin-top: 0;
        margin-bottom: 0
    }

    .mt-md-30 {
        margin-top: 30px
    }

    .mb-md-30 {
        margin-bottom: 30px
    }

    .d-md-flex {
        display: flex
    }

    .form-bg {
        min-height: inherit
    }

    .margin-top-md-90px {
        margin-top: 90px !important
    }
}

@media (max-width: 767px) {

    .text-info-top {
        font-size: 2rem;
    }

	.waiver-block-text h4, .waiver-block-text p {
		display:block!important;
	}
	.waiver-block-text {
		margin-bottom: 15px;
	}
	.no-padding {
		height: auto!important;
	}
    h1.title-responsive {
        font-size: 21px
    }

    h2.title-responsive {
        font-size: 18px
    }

    .my-xs-15 {
        margin-top: 15px;
        margin-bottom: 15px
    }

    #bluebar {
        margin-top: 0 !important
    }

    .navbar {
        margin-bottom: 0
    }

    .navbar-fixed-top {
        position: relative
    }

    .btn-xs-block {
        width: 100%;
        margin-bottom: 5px
    }

    .panel-default > .panel-heading + .panel-collapse .panel-body {
        color: #005491
    }

    .box a {
        color: inherit
    }
    .navbar .navbar-brand {
        width: 100%;
        margin: 0
    }

    .container {
        max-width: 690px;
        padding-left: 30px;
        padding-right: 30px
    }

    .faq-block {
        margin: 0 50px
    }

    .navbar-nav > li > a {
        padding: 10px
    }

    .header-button {
        margin: 0
    }

    .navbar-right button {
        margin-top: 0;
        margin-bottom: 50px
    }

    table.entry_requirements.english {
        border-collapse: collapse
    }

    .hide-mobile {
        display: none
    }

    body {
        font-size: 16px
    }

    h1 {
        font-size: 28px
    }

    h2 {
        font-size: 24px
    }

    h3 {
        font-size: 20px
    }

    .carousel-inner blockquote p,
    h4 {
        font-size: 18px
    }

    h5 {
        font-size: 16px
    }

    h6 {
        font-size: 16px
    }

    p.lead {
        font-size: 18px
    }

    .section {
        padding: 60px 0
    }

    .container {
        max-width: 690px;
        padding-left: 30px;
        padding-right: 30px
    }

    #contact form {
        width: 100%;
        margin: 0
    }

    .btn-lg,
    .input-lg {
        font-size: 12px;
        height: 37px
    }

    .faq-block {
        margin: 0 40px
    }

    .popup-content {
        width: 90%
    }

    .research-area {
        max-width: 255px;
        margin: 10px auto;
        min-height: auto
    }

    .research-area img {
        width: 100%
    }

    span.prog_title {
        min-height: 55px;
        font-size: 80%
    }

    #fields .foundation .col-xs-6:nth-of-type(2n+4) {
        clear: none
    }

    #application .btn-primary {
        font-size: 15px;
        height: 60px
    }

    #application h1 {
        float: none;
        text-align: center
    }

    #assistance .btn-primary {
        font-size: 15px;
        height: 60px
    }

    #header .nav-text {
        font-size: 1em;
        margin-top: 15px
    }

    #header .nav-text span {
        display: block
    }
}

@media (max-width: 599px) {
    body {
        padding-top: 0
    }

    #header {
        height: auto
    }

    .nav-logo {
        float: none;
        width: 100%;
        margin: 0
    }

    .nav-logo .navbar-brand {
        float: none;
        width: 100%;
        text-align: center
    }

    .nav-logo .navbar-brand img {
        width: 200px;
        margin: auto
    }

    .nav-social {
        display: none
    }

    .nav-text br {
        display: none
    }

    .btn-warning.pull-right {
        float: none !important;
        display: block
    }

    #assistance .col-xs-6 {
        width: 100%
    }

    #header .nav-text {
        margin-top: 0;
        margin-bottom: 10px;
        float: none !important
    }

    #header .nav-text span {
        display: inline-block
    }

    #header .nav-text .text-right {
        margin-top: 0;
        text-align: center
    }
}

@media (max-width: 490px) {
    .container {
        max-width: 430px;
        padding-left: 20px;
        padding-right: 20px
    }

    #hero h1 {
        font-size: 38px
    }

    #hero p.lead {
        font-size: 1.5em
    }

    #fields .col-xs-6 {
        width: 50%
    }

    .faq-block {
        margin: 0
    }

    .popup-content {
        width: 90%
    }
}

@media (max-width: 510px) {
    div#social-footer span.text {
        display: none
    }

    .carousel-inner > .item > img {
        min-height: auto
    }

    .popup-content {
        width: 90%
    }
}

@media (max-width: 362px) {
    ul.nav.navbar-nav {
        width: auto;
        font-size: 12px
    }

    #bluebar {
        display: none
    }

    #hero {
        margin-top: 10px
    }
}

@media (min-width: 768px) {
    .carousel-inner > .item > img {
        min-height: auto
    }
}

@media (min-width:1200px) {
	.event-overlay {
		min-height:87px;
	}
	.waiver-block-text p {
		min-height: 64px;
	}
}

@media (min-width: 1200px) and (max-width: 1580px) {
    .popup-content {
        width: 600px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
	#header .container {
		width: 100%;
	}
    #hero .private {
        font-size: .6em;
        line-height: 1.5;
        display: inline-block;
        margin-left: 20px
    }

    .carousel-inner > .item {
        min-height: 250px
    }

    .carousel-inner > .item > img {
        min-height: auto
    }

    .research-area img {
        width: 100%
    }

    span.prog_title {
        min-height: 50px;
        font-size: .7em
    }

    #header .nav-menu {
        font-size: 1.4em
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .carousel-inner > .item > img {
        min-height: auto;
        width: 100%
    }

    .carousel-inner > .item {
        min-height: 270px
    }

    .popup-content {
        width: 600px
    }

    .research-area {
        max-width: 255px
    }

    span.prog_title {
        min-height: 50px
    }

    section {
        font-size: .9em
    }
    #header .nav-menu {
        font-size: 1.2em
    }

    #header .nav-menu li {
        margin-left: 10px
    }
}

@media (max-width: 1360px) {
    .mainfg-form,
    .mainfg-main {
        width: 100%
    }

    .row-hero {
        display: block
    }

    .mainfg-main > div {
        margin-left: inherit;
        padding-top: inherit;
        float: right
    }
}

@media (max-width: 576px) {
    .mainfg-main > div {
        margin-left: 150px;
        padding-top: 50px;
        float: left;
        width: 58.33333333%
    }

    .mainfg-main {
        background-position: -40px
    }

    .ads-content {
        left: 0
    }
}

.padding-none {
    padding: 0
}

.absolute {
    position: absolute;
    text-align: right;
    bottom: 0;
    right: 0;
    background: linear-gradient(30deg, hsl(334deg 73% 41%) 0, hsl(308deg 69% 19%) 51%, hsl(289deg 78% 12%) 75%);
    padding: 10px 15px;
    width: 100%
}

.bwp-image-subtitle {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: hsl(0deg 0% 0%);
    position: relative;
    background: hsl(52deg 99% 57%);
    display: inline-block;
    line-height: 28px;
    border-radius: 5px
}

.bwp-image-subtitle span {
    padding: 10px
}

.absolute p {
    color: #fff
}

.btn-warning {
	font-size: 18px;
}
.event-overlay {
	position: absolute;
    bottom: 0;
    background-color: #710000bf;
    padding: 15px 15px 0 15px;
}
.event-overlay h4 {
	color: #ffffff;
}
.waiver-block-text h4 {
	font-size: 23px;
    padding: 8px;
    color: #fff;
    margin: 0;
}
.waiver-block-text p {
    padding: 8px;
    color: #fff;
}
.waiver-block-whole img {
	transition: .3s ease-in-out;
}
.waiver-block-whole:hover img {
	transform: scale(1.1);
}
.no-padding {
	padding:0;
	height: 347.08px;
	overflow: hidden;
}
.main-title {
	background-color: #c50227;
	color:#ffffff;
}
.flex {
	display: flex;
    justify-content: center;
    align-items: center;
}
.main-title h2 {
	font-size: 35px;
    font-weight: normal;
}
.main-title p {
	color: #ffffffbf;
}
#programmes {
	background-image: url(../images/programme-bg.jpg);
    background-size: cover;
    background-position: center;
	border-top: 5px solid #c50227;
    border-bottom: 5px solid #c50227;
}
#programmes h1, #contact h1, #assistance h1 {
	margin-bottom: 0;
    padding: 10px 25px;
    float: left;
    background-color: #c50227;
    color: #fff;
}
.skin-divider {
	border: 2px solid #c50227;
	margin-bottom: 35px;
}
.divider {
	background-color: #f1f1f1;
}
.application-block {
	padding: 27px 15px;
	background-color:#ffffff;
	border-left: 5px solid #c50227;
	box-shadow: 0 0 10px #0007;
}
#application:before {
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    background-image: url(../images/counter-bg.png);
    z-index: -1;
}
#application {
	background-color: #710000;
    position: relative;
    z-index: 2;
}
#testimonial .testimonial-block {
    border: 1px solid #e1e1e1;
    padding: 23px 10px 24px 0;
    position: relative;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
	margin-bottom:15px;
}
#testimonial .testimonial-block:before {
    content: "";
    right: -1px;
    top: -1px;
    bottom: 0;
    width: 85%;
    height: 2px;
    position: absolute;
	background-color: #f90;
}
#testimonial .testimonial-block:hover {
    box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 20%);
}
.anchor {
    display: block;
    position: relative;
    top: -110px;
    visibility: hidden;
}
