html,
body {
    height: 100%;
    width: 100%;
    font-family: 'museo_sans300', Arial, sans-serif;
}
hr {
    border-color: #C8102E;
    border-width: 3px;
    max-width: 50px;
}
hr.light {
    border-color: white;
}
.btn {
    border: 0;
    border-radius: 0;
    padding: 15px 25px;
    font-size: 20px;
}
a.btn:hover,
a.btn:focus {
    color: #333;
    background: #eee;
}

.form-group {
    margin-bottom: 30px;
}
.form-control {
	padding: 20px;
    height: auto;
    border: 1;
	border-radius: 0;
    font-size: 20px;
}
select {
    height: 70px !important;  /* Chrome & Safari */
}
.alert-danger {
    clear: left;
    text-align: center;
}
.errors { list-style: none; padding: 0; }
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #ffffff;
}
label { display: none; }
label.required { display: none; }

.checkbox input[type="checkbox"] {
    margin-left: -35px;
    width: 25px;
    height: 25px;
}
.checkbox {
    margin-top: 0;
}
.checkbox label {
    display: block !important; 
	font-size: 1.5em;
    padding-left: 30px;
}

a {
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    color: #C8102E;
}
a:hover,
a:focus {
    color: #eb3812;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'museo_sans900', Arial, sans-serif;
    line-height: 1.2;
}
p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
}
.lead {
    font-size: 1.6em;
    line-height: 1.8;
}
.lead-lrg {
    font-size: 2.5em;
    line-height: 1.7;
}
ol, ul {
    padding-left: 15px;
}
.post ol, .post ul {
    padding-left: 15px;
    margin-bottom: 25px;
}
ul li {
	font-size: 16px;
    line-height: 1.5;
    margin-bottom: 10px;
}
.bg-primary {
    background-color: #C8102E;
    color: white;
}
.bg-black {
    background-color: #000000;
    color: white;
}
.bg-navy {
	background-color: #00396B;
    color: white;
}
.bg-dark {
    background-color: #222222;
    color: white;
}
.bg-dark-grey {
    background-color: #d7d7d7;
}
.bg-medium-grey {
    background-color: #e6e6e6;
}
.bg-light-grey {
    background-color: #f0f0f0;
}
.bg-white {
    background-color: #ffffff;
    color: #333333;
}
.bg-yellow {
    background-color: #febe07;
    color: black;
}
.text-faded {
    color: rgba(255, 255, 255, 0.7);
}
.text-red {
    color: #C8102E;
}
.text-yellow {
    color: #febe07;
}
.text-white {
    color: #ffffff;
}
.text-black {
    color: #000000;
}
.text-dark {
    color: #333333;
}
.text-shadow {
    text-shadow: 0px 0px 6px rgba(0,0,0,0.5);
}
.text-white:hover, .text-white:focus {
    color: #ffffff;
    text-decoration: none;
}
.text-dark:hover, .text-dark:focus {
    color: #333333;
    text-decoration: none;
}
.long-dash-hr {
	font-size: 70px;
	line-height: 30px;
    margin: -9px 0 0 -9px;
}
aside {
    padding: 50px 0;
}
.no-margin {
    margin: 0 !important;
}
.no-margin-top {
    margin-top: 0 !important;
}
.no-margin-bottom {
    margin-bottom: 0 !important;
}
.no-padding {
    padding: 0 !important;
}
.no-padding-left {
    padding-left: 0 !important;
}
.no-padding-right {
    padding-right: 0 !important;
}
.no-padding-top {
    padding-top: 0 !important;
}
.no-padding-bottom {
    padding-bottom: 0 !important;
}

.padding-xs { padding: .25em; }
.padding-sm { padding: .5em; }
.padding-md { padding: 1em; }
.padding-lg { padding: 1.5em; }
.padding-xl { padding: 3em; }

.padding-x-xs { padding: .25em 0; }
.padding-x-sm { padding: .5em 0; }
.padding-x-md { padding: 1em 0; }
.padding-x-lg { padding: 1.5em 0; }
.padding-x-xl { padding: 3em 0; }

.padding-y-xs { padding: 0 .25em; }
.padding-y-sm { padding: 0 .5em; }
.padding-y-md { padding: 0 1em; }
.padding-y-lg { padding: 0 1.5em; }
.padding-y-xl { padding: 0 3em; }

.padding-top-xs { padding-top: .25em; }
.padding-top-sm { padding-top: .5em; }
.padding-top-md { padding-top: 1em; }
.padding-top-lg { padding-top: 1.5em; }
.padding-top-xl { padding-top: 3em; }

.padding-right-xs { padding-right: .25em; }
.padding-right-sm { padding-right: .5em; }
.padding-right-md { padding-right: 1em; }
.padding-right-lg { padding-right: 1.5em; }
.padding-right-xl { padding-right: 3em; }

.padding-bottom-xs { padding-bottom: .25em; }
.padding-bottom-sm { padding-bottom: .5em; }
.padding-bottom-md { padding-bottom: 1em; }
.padding-bottom-lg { padding-bottom: 1.5em; }
.padding-bottom-xl { padding-bottom: 3em; }

.padding-left-xs { padding-left: .25em; }
.padding-left-sm { padding-left: .5em; }
.padding-left-md { padding-left: 1em; }
.padding-left-lg { padding-left: 1.5em; }
.padding-left-xl { padding-left: 3em; }

.margin-xs { margin: .25em; }
.margin-sm { margin: .5em; }
.margin-md { margin: 1em; }
.margin-lg { margin: 1.5em; }
.margin-xl { margin: 3em; }

.margin-x-xs { margin: .25em 0; }
.margin-x-sm { margin: .5em 0; }
.margin-x-md { margin: 1em 0; }
.margin-x-lg { margin: 1.5em 0; }
.margin-x-xl { margin: 3em 0; }

.margin-y-xs { margin: 0 .25em; }
.margin-y-sm { margin: 0 .5em; }
.margin-y-md { margin: 0 1em; }
.margin-y-lg { margin: 0 1.5em; }
.margin-y-xl { margin: 0 3em; }

.margin-top-xs { margin-top: .25em; }
.margin-top-sm { margin-top: .5em; }
.margin-top-md { margin-top: 1em; }
.margin-top-lg { margin-top: 1.5em; }
.margin-top-xl { margin-top: 3em; }

.margin-right-xs { margin-right: .25em; }
.margin-right-sm { margin-right: .5em; }
.margin-right-md { margin-right: 1em; }
.margin-right-lg { margin-right: 1.5em; }
.margin-right-xl { margin-right: 3em; }

.margin-bottom-xs { margin-bottom: .25em; }
.margin-bottom-sm { margin-bottom: .5em; }
.margin-bottom-md { margin-bottom: 1em; }
.margin-bottom-lg { margin-bottom: 1.5em; }
.margin-bottom-xl { margin-bottom: 3em; }

.margin-left-xs { margin-left: .25em; }
.margin-left-sm { margin-left: .5em; }
.margin-left-md { margin-left: 1em; }
.margin-left-lg { margin-left: 1.5em; }
.margin-left-xl { margin-left: 3em; }

.text-xs-left { text-align: left; }
.text-xs-right { text-align: right; }
.text-xs-center { text-align: center; }
.text-xs-justify { text-align: justify; }

@media (min-width: @screen-sm-min) {
    .text-sm-left { text-align: left; }
    .text-sm-right { text-align: right; }
    .text-sm-center { text-align: center; }
    .text-sm-justify { text-align: justify; }
}

@media (min-width: @screen-md-min) {
    .text-md-left { text-align: left; }
    .text-md-right { text-align: right; }
    .text-md-center { text-align: center; }
    .text-md-justify { text-align: justify; }
}

@media (min-width: @screen-lg-min) {
    .text-lg-left { text-align: left; }
    .text-lg-right { text-align: right; }
    .text-lg-center { text-align: center; }
    .text-lg-justify { text-align: justify; }
}

.container-fluid {
    padding-right: 50px;
    padding-left: 50px;
    max-width: 1400px;
}
.page-header {
    padding-bottom: 15px;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #eee;
}
/* ------------------ Align Vertical Center ------------------ */

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
/* ------------------ Equal Height Columns ------------------ */

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}
/* ------------------ Navbar ------------------ */
.nav li {
	margin-bottom: 0;
}
.navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 30px;
}
.navbar-text {
    float: left;
    margin: 5px 20px;
    color: #333 !important;
	font-family: 'museo_sans700', Arial, sans-serif;
    font-size: 14px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 15px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

/*
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; // remove the gap so it doesn't close
}
*/

.dropdown-menu > li > a {
    font-size: 15px;
}
.caret {
    margin-bottom: 4px;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 0;
    margin-top: 15px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 0;
    border-radius: 0;
}
.navbar-default {
    background-color: black;
    border: 0;
    font-family: 'museo_sans300', Arial, sans-serif;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}
.navbar-default .navbar-header .navbar-brand {
    color: #C8102E;
    font-family: 'museo_sans700', Arial, sans-serif;
}
.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
    color: #eb3812;
}
.navbar-default .navbar-header .navbar-toggle {
    font-weight: 700;
    font-size: 1.3em;
    color: #fff;
    text-transform: uppercase;
}
.navbar-default .navbar-header .navbar-toggle:hover {
    color: #eb3812;
    background-color: transparent;
    background-image: none;
}
.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    color: #fff;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
    color: #fff;
}
.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
    color: #C8102E !important;
    background-color: transparent;
}
.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
    background-color: transparent;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #333;
    background-color: #acacac;
}
@media (min-width: 768px) {
    .navbar-default .navbar-header .navbar-brand:hover,
    .navbar-default .navbar-header .navbar-brand:focus {
        color: white;
    }
    .navbar-default .nav > li > a,
    .navbar-default .nav > li > a:focus {
        color: rgba(255, 255, 255, 0.7);
    }
    .navbar-default .nav > li > a:hover,
    .navbar-default .nav > li > a:focus:hover {
        color: white !important;
    }
    .navbar-default.affix .navbar-header .navbar-brand {
        font-size: 14px;
    }
    .navbar-default.affix .navbar-header .navbar-brand:hover,
    .navbar-default.affix .navbar-header .navbar-brand:focus {
        color: #eb3812;
    }
    .navbar-default.affix .nav > li > a:hover,
    .navbar-default.affix .nav > li > a:focus:hover {
        color: #C8102E;
    }
}
/* ------------------ Announcement ------------------ */
#announcement {
	margin-top: 60px;
	padding: 5px 0;
    color: #ffffff;
}
#announcement p {
	font-size: 13px;
    text-transform: uppercase;
}

/* ------------------ Header ------------------ */

#header {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 550px;
    text-align: left;
    margin-top: 60px;
    padding: 0;
}
#header .container-fluid, #header .row {
	height: 100%;
}
.header-content {
	display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
/* HEADER BACKGROUNDS*/
#header.home-bkg {
    background-image: url('https://www.ryedesign.co.uk/images/sys_images/home-header-image.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    width: auto;
    background-position: center right;
}
#header.education-bkg {
    background-image: url('https://www.ryedesign.co.uk/images/sys_images/education-header-image.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    width: auto;
    background-position: center right;
}
#header.websites-bkg {
    background-image: url('https://www.ryedesign.co.uk/images/sys_images/website-design.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    width: auto;
    background-position: top right;
}
#header.vtb-bkg {
    background-image: url('https://www.ryedesign.co.uk/images/sys_images/conference-backdrop-design.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    width: auto;
    background-position: center center;
}
#header.kingsdown-bkg {
    background-image: url('https://www.ryedesign.co.uk/images/sys_images/Kingsdown-School.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    width: auto;
    background-position: center right;
}
#header.strood-bkg {
    background-image: url('https://www.ryedesign.co.uk/images/sys_images/Strood-Academy-Building-Design.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    width: auto;
    background-position: center center;
}
#header.glas-bkg {
    background-image: url('https://www.ryedesign.co.uk/images/sys_images/GLAS-blog-hero.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    width: auto;
    background-position: center center;
}
#header.policies-bkg {
    background-image: url('https://www.ryedesign.co.uk/images/sys_images/TakeAbreakCup.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    width: auto;
    background-position: bottom right;
}
#header.four-oh-four-bkg {
    background-image: url('https://www.ryedesign.co.uk/images/sys_images/404.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    width: auto;
    background-position: top right;
}
/* HEADER TEXT */
#header .header-content .header-content-inner h1 {
    text-transform: uppercase;
    margin-top: -5px;
    margin-bottom: 20px;
    font-size: 6.2em;
    line-height: 0.85em;
    letter-spacing: -4px;
}
/* HEADER SCHOOL WEBSITE DESIGNS */
#header.websites-bkg .header-content .header-content-inner h1 {
    font-size: 7.5em;
}
#header.websites-bkg .header-content .header-content-inner h1 span.text-yellow {
    font-size: 1.2em;
    line-height: 0.85em;
}
/* 404 */
#header.four-oh-four-bkg .header-content .header-content-inner h1 {
    font-size: 8em;
    margin-top: 0;
	margin-bottom: 20px;
}
#header.four-oh-four-bkg .header-content .header-content-inner h2 {
    font-size: 3em;
    line-height: 1.1;
}
#header.four-oh-four-bkg .header-content .header-content-inner h2 a:hover {
    text-decoration: none;
}

/* ------------------ General Styling ------------------ */

section {
    position: relative;
    background-color: #fff;
    padding: 100px 0;
    z-index: 0;
}
section.customer-logos {
    padding: 0;
}
section .section-heading {
    font-size: 3.5em;
    margin-top: 0;
    margin-bottom: 40px;
}
section .heading {
    margin-top: 0;
    margin-bottom: 40px;
}
section ul.large li {
    list-style: none;
    font-size: 1.8em;
    font-family: 'museo_sans900', Arial, sans-serif;
    line-height: 1.3;
}
/* ------------------ Section Styling - ABOUT ------------------ */ 

#about .lead {
    font-size: 2.5em;
    line-height: 1.4em;
}
/* ------------------ Section Styling - STRATEGY ------------------ */ 

#strategy { 
	background-image: url('https://www.ryedesign.co.uk/images/sys_images/design_studio.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #ffffff;
}
#strategy:before {
	position: absolute;
    content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
}
/* ------------------ Section Styling - TICKS ------------------ */ 

#ticks {
    padding: 30px 0;
}
#ticks h3 {
	font-size: 22px;
    font-family: 'museo_sans700', Arial, sans-serif;
	margin-left: 52px;
    text-transform: uppercase;
}
#ticks h3 span {
    font-size: 60px;
	position: absolute;
	display: inline-block;
	margin-top: -10px;
	left: 15px;
}
/* ------------------ Section Styling - CREATIVE ------------------ */

#creative .slick-slide img {
    width: auto !important;
}
#creative.website-carousel .slick-slide img {
    padding: 0 30px;
    max-height: 275px !important;
}
#creative .variable-width .slick-slide p {
    background: #fff;
    margin: 5px;
    color: #C8102E;
    font-weight: bold;
    text-align: center;
}
/* ------------------ Section Styling - WEBSITE ------------------ */

#website .img-responsive {
    margin-bottom: 40px;
}
/* ------------------ Section Styling - ANALYTICS ------------------ */

#analytics {
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('https://www.ryedesign.co.uk/images/sys_images/analytics.svg');
}
/* ------------------ Section Styling - FEATURES GRID ------------------ */

#features-grid .col-xs-6 {
	margin-bottom: 50px;
}
#features-grid h3 {
	margin-top: 0;
}
#features-grid .feature-item {
	height: 150px;
    width: 190px;
    overflow: hidden;
    margin: 0 auto;
}
#features-grid .feature-item.unlimited-pages img {
    margin-top: -150px;
}
#features-grid .feature-item.photo-galleries img {
    margin-top: -300px;
}
#features-grid .feature-item.calendar img {
    margin-top: -450px;
}
#features-grid .feature-item.staff-vacancies img {
    margin-top: -600px;
}
#features-grid .feature-item.video img {
    margin-top: -750px;
}
#features-grid .feature-item.analytics img {
    margin-top: -900px;
}
#features-grid .feature-item.quick-links img {
    margin-top: -1050px;
}
#features-grid .feature-item.scheduled-publishing img {
    margin-top: -1200px;
}
#features-grid .feature-item.social-integration img {
    margin-top: -1350px;
}
#features-grid .feature-item.mobile-ready-sites img {
    margin-top: -1500px;
}
#features-grid .feature-item.ssl-secure-site img {
    margin-top: -1650px;
}
#features-grid .feature-item.user-training img {
    margin-top: -1800px;
}
#features-grid .feature-item.regular-backups img {
    margin-top: -1950px;
}
#features-grid .feature-item.doc-library img {
    margin-top: -2100px;
}

/* FEATURE BACKGROUNDS*/
#features-grid .ofsted-ready-bkg {
    background-image: url('https://www.ryedesign.co.uk/images/sys_images/ofsted-ready.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
    min-height: 290px;
    padding-top: 2%;
}
#features-grid .enhanced-seo-bkg {
    background-image: url('https://www.ryedesign.co.uk/images/sys_images/SEO-enhanced.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
    min-height: 290px;
    padding-top: 2%;
}
#features-grid .shopping-cart-bkg {
    background-image: url('https://www.ryedesign.co.uk/images/uploads/shopping-cart.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
    min-height: 290px;
    padding-top: 2%;
}
#features-grid .stationery-design-bkg {
    background-image: url('https://www.ryedesign.co.uk/images/sys_images/stationery-design.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
    min-height: 290px;
    padding-top: 2%;
}
#features-grid .packaging-bkg {
    background-image: url('https://www.ryedesign.co.uk/images/sys_images/packaging-design.gif');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
    min-height: 290px;
    padding-top: 2%;
}
/* ------------------ Section Styling - MANAGED SERVERS ------------------ */

#managed-servers .server-box {
	padding: 30px 30px 50px 30px;
    border-radius: 25px;
    margin-top: 30px;
    min-height: 610px;
}
#managed-servers h2.text-red {
	font-size: 90px;
    margin-top: 0;
    margin-bottom: 5px;
}
#managed-servers p {
	margin-bottom: 10px;
}

/* ------------------ Section Styling - WEBSITE PACKAGES ------------------ */

#website-packages .package-box {
	padding: 30px 30px 50px 30px;
    border-radius: 25px;
    margin-top: 30px;
    min-height: 1020px;
}
#website-packages h2.text-red {
	font-size: 90px;
    margin-top: 0;
    margin-bottom: 5px;
}
#website-packages p {
	margin-bottom: 10px;
    font-family: 'museo_sans500', Arial, sans-serif;
}
#website-packages small {
    font-family: 'museo_sans300', Arial, sans-serif;
}
#website-packages hr {
	border-color: #f0f0f0;
	border-width: 3px;
	max-width: 100%;
}
/* ------------------ Section Styling - NEED IT NOW ------------------ */

#need-it-now {
    background-size: 30%;
    background-position: center right;
    background-repeat: no-repeat;
    background-image: url('https://www.ryedesign.co.uk/images/sys_images/rocket.svg');
}
#need-it-now h2.lrg {
    font-size: 3.5em;
    line-height: 1.2em;
    font-family: 'museo_sans900', Arial, sans-serif;
}
#need-it-now a {
	color: #000;
    text-decoration: none;
}
/* ------------------ Section Styling - GRID BOXES ------------------ */

#grid-boxes {
    padding: 0;
}
#grid-boxes .box {
    padding: 50px;
}
#grid-boxes .bkg-img {
	background-position: center center;
    background-size: cover; 
    background-repeat: no-repeat;
}
#grid-boxes .equal-height {
	min-height: 25em;
}
/* ------------------ Section Styling - Case Studies ------------------ */

#casestudies {
    padding: 50px 0;
}
#casestudies .section-heading {
	margin-bottom: 0;
    font-size: 2.5em;
}
#casestudies a {
    padding: 10px 20px;
    text-transform: uppercase;
    border: solid 1px #333333;
    text-decoration: none;
    display: block;
    width: 100%;
}
#casestudies a:hover {
    background: #333333;
    color: #ffffff;
}
/* ------------------ Section Styling - MINIBUS ------------------ */

#minibus .section-heading {
    font-size: 5.5em;
}
/* ------------------ Section Styling - USB ------------------ */

#usb {
	padding: 40px 0 0 0;
}
#usb .section-heading {
    font-size: 5.5em;
}
/* ------------------ Section Styling - SIMPLE PRICING ------------------ */

#simple-pricing ul.large li {
    line-height: 1;
}
#simple-pricing ul.large li span {
    font-size: 1.5em;
}
/* ------------------ Section Styling - EASY ORDERING ------------------ */

#easy-ordering span {
	font-size: 6em;
	font-family: 'museo_sans900', Arial, sans-serif;
    margin-right: 20px;
    vertical-align: bottom;
}
#easy-ordering p {
    line-height: 1.5em;
    margin-top: 30px;
}
/* ------------------ Section Styling - ABOUT YOUR SCHOOL : BANNER FORM ------------------ */

#about-your-school::after {
    position: absolute;
    top: 0;
    height: 0;
    width: 0;
    left: 50%;
    transform: translateX(-50%);
    border: 40px solid transparent;
    border-top-color: #ffffff;
    content: "";
}
/* ------------------ Section Styling - ABOUT YOUR BANNER : BANNER FORM ------------------ */

#about-your-banner::after {
    position: absolute;
    top: 0;
    height: 0;
    width: 0;
    left: 50%;
    transform: translateX(-50%);
    border: 40px solid transparent;
    border-top-color: #d7d7d7;
    content: "";
}
#about-your-banner label.btn {
	padding: 0;
}
#about-your-banner label.btn-default {
	background-color: none;
}
#about-your-banner .radio {
	display: inline-block;
	width: auto;
    max-width: auto;
}
#about-your-banner .img-thumbnail {
	max-width: 100%;
    margin-right: 10px;
    opacity: 0.6; 
}
#about-your-banner .img-thumbnail:last-child {
    margin-right: 0;
}

.error { 
	color: #C8102E;
    font-family: 'museo_sans700', Arial, sans-serif;
    text-transform: uppercase;
}
.check { 
	opacity: 1 !important;
    border: solid red 2px;
}
.fancy-radio-group .btn-fancy-radio img { 
	display: none; 
    vertical-align: initial; 
    margin-bottom: -2px; 
    margin-right: 5px; 
}
.fancy-radio-group .btn { 
	text-align: left;
}
.fancy-radio-group .btn-fancy-radio .normal { 
	display: inline;
}
.fancy-radio-group .btn-fancy-radio.active .normal { 
	display: none; 
}
.fancy-radio-group .btn-fancy-radio.active .checked { 
	display: inline;
}
.fancy-radio-group .btn.active, .btn:active { 
	box-shadow: none; 
}
/* ------------------ Section Styling - OTHER INFORMATION : BANNER FORM ------------------ */

#other-information::after {
    position: absolute;
    top: 0;
    height: 0;
    width: 0;
    left: 50%;
    transform: translateX(-50%);
    border: 40px solid transparent;
    border-top-color: #e6e6e6;
    content: "";
}
/* ------------------ Section Styling - SUBMISSION : BANNER FORM ------------------ */

#submission::after {
    position: absolute;
    top: 0;
    height: 0;
    width: 0;
    left: 50%;
    transform: translateX(-50%);
    border: 40px solid transparent;
    border-top-color: #f0f0f0;
    content: "";
}
/* ------------------ Section Styling - CLIENTS ------------------ */

#clients img {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    
    filter: grayscale(100%);
}
#clients img:hover {
    -webkit-filter: grayscale(0%);
    /* Safari 6.0 - 9.0 */
    
    filter: grayscale(0%);
}
/* ------------------ Section Styling - CATEGORY BLOG ROW x 4 ------------------ */

.small-blogs h4 {
    font-size: 1.2em;
    font-family: 'museo_sans500', Arial, sans-serif;
}
.small-blogs h4 a {
    text-decoration: none;
    color: #333;
}
.blog-image {
    height: 210px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
}
/* ------------------ Section Styling - CONTACT ------------------ */

#contact a {
    text-decoration: none;
}

/* ------------------ Section Styling - MAP ------------------ */

#map {
    height: 500px;
}

.map-responsive {
    overflow: hidden;
    padding-bottom: 30%;
    position: relative;
    height: 0;
}
.map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

/* ------------------ Section Styling - FOOTER ------------------ */

.footer {
    padding: 20px 0 20px 0;
    position: relative;
}
.footer h3 {
    margin: 0;
}
.footer a {
    color: #fff;
    text-decoration: none;
}
.footer a:hover {
    color: #fff;
    text-decoration: none;
}
.footer .ssl {
    display: inline-block;
}
.footer .ssl img {
    width: 76px;
}
/* SOCIAL ICONS */

.social-icons a {
    color: #fff;
    margin-left: 5px;
}
.social-icons a i:hover {
    color: #C8102E;
}
/* PARTNER LOGOS */

.partner-logos a {
    margin-left: 5px;
}
.partner-logos a:hover {
    text-decoration: none;
}
.partner-logos img {
    width: 30px;
}
/* ------------------ Section Styling - STATISTICS ------------------ */

#statistics::after {
    position: absolute;
    top: 0;
    height: 0;
    width: 0;
    left: 50%;
    transform: translateX(-50%);
    border: 40px solid transparent;
    border-top-color: #C8102E;
    content: "";
}
#statistics .no-margin {
    margin-top: 20px;
}
#statistics .lead {
    font-size: 1.4em;
    line-height: 1.8;
    margin-top: 20px;
}
#statistics .infographic-number {
    font-size: 4em;
    font-family: 'museo_sans900', Arial, sans-serif;
    color: #C8102E;
    margin-bottom: 0;
}
#statistics .infographic-caption {
    font-size: 1.4em;
    line-height: 1.2em;
}
#statistics img {
    margin: 0 auto;
}
#statistics .col-md-5 img {
    max-width: none;
    margin-top: -150px;
}
/* ------------------ Blog Single Post ------------------ */

.container-fluid.blog.post {
    max-width: 1400px;
}
.blog h1 {
    margin-top: 0;
}
.blog .summary p {
    font-size: 1.4em;
}
.blog p i {
    color: #333;
}
.blog ul {
	margin-top: -15px;
}
.blog ul li {
	margin-bottom: -15px;
    line-height: 1.4;
}
.blog ul li:last-child {
	margin-bottom: 0;
}
.blog img {
    margin-bottom: 20px;
    width: 100%;
    height: auto;
}
.blog .social-icons a {
    color: #333;
    margin-left: 2px;
}
/* ------------------ Blog Grid Listing ------------------ */

.blog-grid {
    position: relative;
    height: 830px;
}
.blog-grid .col-md-6 {
    height: 101.2%;
}
.blog-grid .blog-item {
    height: 100%;
}
.blog-grid .small-blogs {
    height: 100%;
}
.small-blogs .blog-item {
    height: 100%;
}
.blog-grid .grid-block-2 {
    height: 40%;
}
.blog-grid .grid-block-3 {
    height: 55%;
}
.blog-grid .grid-block-4 {
    height: 60%;
    position: relative;
    top: -115px;
}
.blog-grid .grid-block-5 {
    height: 45%;
    position: relative;
    top: 10px;
}
#blog {
    padding-left: 15px;
    padding-right: 15px;
}
#blog .row {
    margin-left: -5px;
    margin-right: -5px;
}
#blog .blog {
    margin-top: 0;
    margin-bottom: 0;
}
#blog .col-md-12,
#blog .col-md-6,
#blog .col-md-3 {
    padding-left: 5px;
    padding-right: 5px;
}
#blog .pagination {
    border-top: 0px;
    margin-top: 35px;
    padding-top: 0;
}
.blog {
    margin-top: 100px;
    margin-bottom: 50px;
}
.blog .row {
    margin-left: -5px;
    margin-right: -5px;
}
.blog .row.post {
    margin-left: -15px;
    margin-right: -15px;
}
.blog .col-md-12,
.blog .col-md-6,
.blog .col-md-3 {
    padding-left: 5px;
    padding-right: 5px;
}
.blog .col-md-3.related-blogs {
    padding-left: 15px;
    padding-right: 15px;
}
.blog .blog-img-lrg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 15%;
    transition: all 300ms;
    width: 100%;
    height: 100%;
}
.blog .blog-img-sml {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
}
.blog .reg-grid .blog-img-sml {
    height: 350px;
    margin-top: -105px;
}
.blog .blog-item {
    position: relative;
}
.blog .blog-item h4 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 1.2em;
    font-family: 'museo_sans300', Arial, sans-serif;
}
.blog .blog-item h2 a,
.blog .blog-item h4 a {
    color: #fff;
    text-decoration: none;
}
.blog .blog-item p {
    margin-bottom: 15px;
}
.blog .content-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    padding: 0 20px 0 20px;
    color: #fff;
}
/* ------------------ Blog - Related Blogs ------------------ */

.related-blogs img {
    margin-bottom: 10px !important;
}
.related-blogs h4 a {
    color: #333;
    text-decoration: none;
}
.related-blogs small {
    margin-bottom: 0;
}
.recent-blogs small {
    margin-bottom: 0;
}
/* ------------------ Blog News Items ------------------ */

.news-item {
    margin-bottom: 20px;
}
.news-item:last-child {
    margin-bottom: 0;
}
.news-item h4 {
    margin-bottom: 5px;
    font-family: 'museo_sans700', Arial, sans-serif;
}
.news-item h5 {
    margin-top: 0;
    margin-bottom: 10px;
}
.news-item img {
    margin-bottom: 0;
}
.news-item small {
    display: block;
    margin-top: 0;
    margin-bottom: 10px;
}
/* ------------------ Blog Listing Pagination ------------------ */

.pagination {
    border-top: 1px solid #e0e0e0;
    margin-top: 25px;
    padding-top: 28px;
    width: 100%;
}
.pagination a {
    color: white;
    padding: 8px 14px;
    text-decoration: none;
    background-color: #222;
    transition: background-color .3s;
}
.pagination a:hover:not(strong) {
    background-color: #ddd;
    color: #222;
}
.pagination strong {
    color: white;
    padding: 8px 14px;
    text-decoration: none;
    background-color: #C8102E;
}
/* ------------------ Portfolio ------------------ */

.portfolio {
    margin-top: 100px;
}
.portfolio img {
    margin-bottom: 20px;
}
#portfolio .container-fluid-wide {
    max-width: 100%;
}
#portfolio .container-fluid-wide .row {
    margin-right: 0px;
    margin-left: 0px;
}

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

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
/* ------------------ Responsive Masonry Grid ------------------ */
#masonry-grid {
	padding-top: 0;
    padding-bottom: 30px;
}
#masonry-grid .row {
    display: flex;
    flex-wrap: wrap;
    padding: 0 7px;
}

/* Create three equal columns that sits next to each other */
#masonry-grid .col {
    flex: 33.33%;
    max-width: 33.33%;
    padding: 0 7px;
}

#masonry-grid .col img {
    vertical-align: middle;
    width: 100%;
}

#masonry-grid .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
}

#masonry-grid .overlay img {
	text-align: center;
    height: auto;
    width: auto;
    margin-bottom: 15px;
}

#masonry-grid .img-box {
    position: relative;
    margin-top: 14px;
}

#masonry-grid .img-box:hover .overlay {
    opacity: 1;
}

#masonry-grid .text {
    color: white;
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 60%;
}
#masonry-grid .text p {
    margin-bottom: 0;
}
#masonry-grid .text a {
    color: white;
    text-decoration: underline;
}
#masonry-grid .text a:hover {
    text-decoration: none;
}

.grecaptcha-badge {
	bottom: 100px !important;
}