﻿@charset "UTF-8";
html {
  font-size: 100%;
  box-sizing: border-box;
  font-weight: 500;
}

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

body {
  margin: 0;
  font-size: 18px;
  font-family: "Raleway", sans-serif;
  color: #444;
  overflow-x: hidden;
}

.cf:before,
.cf:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.cf:after {
  clear: both;
}

h2 {
  text-align: center;
  font-size: 2em;
  margin: 2em 0;
}

h3 {
  font-size: 1.8em;
  margin: 1.8em 0;
}

h4 {
  font-size: 22px;
}

ul {
  margin: 0;
  display: inline-block;
}

p, li, a {
  line-height: 1.5;
}

p.smallprint {
  font-size: 1em;
}
p.smallprint a {
  font-size: 1em;
}

label {
  display: block;
  margin-top: 1em;
  margin-bottom: 0.1em;
}

input, textarea, select {
  font-size: 1.2em;
  color: #444;
  font-family: "Raleway", sans-serif;
  font-weight: 100;
  padding: 0.2em 0.1em;
  width: 100%;
  max-width: 600px;
}

input[type=checkbox] {
  width: 20px;
  height: 20px;
  vertical-align: top;
}

.submit {
  width: auto;
  display: block;
  padding: 5px 8px;
  margin-top: 1em;
}
.submit:hover {
  cursor: pointer;
}

textarea {
  height: 150px;
}

table {
  border: solid 1px #666;
  text-align: center;
}
table tr th {
  border: solid 1px #666;
  background-color: #ddd;
}
table tr td {
  border: solid 1px #666;
}

hr {
  border-top: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  margin: 5em 0;
  padding: 0;
}

.wrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.wrap-wide {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 50px;
}

header nav {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding: 0 20px;
  z-index: 10;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0));
  font-size: 1.1em;
}
header nav div.mobile-menu-button {
  display: none;
}
header nav div.mobile-menu-button span.glyphicons, header nav div.mobile-menu-button span.material-symbols-outlined {
  font-size: 17px;
  color: #fff;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}
header nav ul {
  float: right;
  text-align: right;
  list-style-type: none;
  margin: 0;
  padding: 30px 15px 30px 0;
}
header nav ul li {
  display: inline-block;
  margin: 0 -3px;
  padding: 0;
}
header nav ul li a, header nav ul li span.menu-link {
  position: relative;
  display: block;
  padding: 5px 15px;
  color: #fff;
  text-decoration: none;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  transition: 0.2s;
}
header nav ul li a .effect, header nav ul li span.menu-link .effect {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  border: solid 1px #fff;
  transition: 0.2s;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.5), inset 0 0 4px 2px rgba(0, 0, 0, 0.5);
}
header nav ul li a:hover, header nav ul li span.menu-link:hover {
  color: #fff;
  transition: 0.2s;
}
header nav ul li a:hover .effect, header nav ul li span.menu-link:hover .effect {
  opacity: 1;
}
header nav ul li ul.sub-menu {
  display: none;
  width: 100%;
  text-align: left;
  position: relative;
  padding: 10px 0;
}
header nav ul li ul.sub-menu li {
  display: block;
  position: relative;
  width: 50px;
  overflow-x: visible;
}
header nav ul li ul.sub-menu li a {
  text-align: left;
  margin-left: 3px;
  position: relative;
  width: 500%;
  font-size: 0.8em;
  color: #eee;
}
header nav ul li ul.sub-menu li a:hover {
  color: #fff;
}
header nav ul li ul.sub-menu li ul.sub-menu-2 {
  width: 100%;
  position: relative;
  padding: 0 0 0 30px;
  float: none;
}
header nav ul li ul.sub-menu li ul.sub-menu-2 li a {
  width: calc(500% - 30px);
}
header nav ul li:hover ul.sub-menu {
  display: block;
}
header div.cover-image-large {
  position: relative;
  height: 45vw;
  min-height: 420px;
}
header div.cover-image-medium {
  position: relative;
  height: 35vw;
  min-height: 320px;
}
header div.cover-image-small {
  position: relative;
  height: 460px;
}
header div.cover-image-small h1.page-title {
  font-size: 5em;
}
header div.cover-image-small h1.page-title.long-title {
  font-size: 3.5em;
  padding-top: 20px;
}
header div.cover-image-small h1.page-title.bottom {
  position: absolute;
  bottom: 30px;
}
header a {
  color: #fff;
}
header h1.page-title {
  color: #fff;
  font-size: 6em;
  margin: 90px 0 0 0;
  z-index: 1000;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}
header h1.page-title img {
  max-width: 30%;
  filter: drop-shadow(2px 3px 5px #000);
}
header h1.page-title.bottom {
  position: absolute;
  bottom: 30px;
}
header h1.page-title.right {
  position: absolute;
  right: 50px;
}
header h1.news-story-title {
  font-size: 4em;
  color: #fff;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
  margin-bottom: 20px;
  position: absolute;
  bottom: 0;
}
header p.sub-title {
  position: absolute;
  bottom: 20px;
  color: #fff;
  font-size: 1.6em;
  padding-right: 30%;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

main p, main li, main a, main label, main input, main textarea, main select {
  font-size: 22px;
}
main section {
  padding-bottom: 80px;
}
main section.news {
  padding-top: 50px;
}
main header.vcard {
  display: block;
  padding: 25px 0;
  font-size: 1.6em;
  background-color: #ddd;
  line-height: 1.5;
}

footer {
  background-color: #666;
}
footer div.logos {
  padding: 1em;
  text-align: center;
}
footer div.logos .logo {
  display: inline-block;
  max-width: 17%;
  padding: 20px;
  vertical-align: middle;
}
footer div.logos .logo.wide {
  max-width: 20%;
}
footer div.logos .logo img {
  max-width: 100%;
  display: block;
  width: auto;
  height: auto;
  max-height: 80px;
  margin: 0 auto;
}
footer div.copyright {
  float: left;
  padding: 20px 0 40px 0;
  color: #fff;
  line-height: 1;
}
footer div.footer-menu ul {
  float: right;
  padding: 20px 0 40px 0;
  line-height: 1;
}
footer div.footer-menu ul li {
  text-align: right;
  list-style-type: none;
  line-height: 1;
}
footer div.footer-menu ul li a {
  color: #fff;
  line-height: 1;
}

ul.news-menu {
  padding: 0;
}
ul.news-menu li {
  display: inline-block;
}
ul.news-menu li:last-of-type:after {
  content: none;
}
ul.news-menu li:after {
  content: "|";
}

div.text-saver {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.25) 75%, rgba(0, 0, 0, 0.5));
}

div.product-tile-container div.product-tile {
  position: relative;
  float: left;
  width: 50%;
  height: calc(50vw - 20px);
  max-height: 480px;
  overflow: hidden;
}
div.product-tile-container div.product-tile div.product-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  box-shadow: inset 0px 0px 40px 15px rgba(0, 0, 0, 0.4);
}
div.product-tile-container div.product-tile div.product-background.planit {
  background: url(../Images/planit.jpg);
  background-size: cover;
  background-position: left;
}
div.product-tile-container div.product-tile div.product-background.work-placements {
  background: url(../Images/workit.jpg);
  background-size: cover;
  background-position: center;
}
div.product-tile-container div.product-tile div.product-background.cpd {
  background: url(../Images/cpd.jpg);
  background-size: cover;
  background-position: left;
}
div.product-tile-container div.product-tile div.product-background.engage {
  background: url(../Images/engage.jpg);
  background-size: cover;
  background-position: right;
}
div.product-tile-container div.product-tile div.product-background.devs {
  background: url(../Images/bespokeDevelopments.jpg);
  background-size: cover;
  background-position: center;
}
div.product-tile-container div.product-tile div.product-background.devs-alt {
  background: url(../Images/web_development_banner_notext.png);
  background-size: cover;
  background-position: center;
}
div.product-tile-container div.product-tile div.product-background.publications {
  background: url(../Images/publications.jpg);
  background-size: cover;
  background-position: center;
}
div.product-tile-container div.product-tile div.product-background.eypn {
  background: url(../Images/eypn.jpg);
  background-size: cover;
  background-position: center;
}
div.product-tile-container div.product-tile div.product-background .link-slider {
  position: absolute;
  top: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  transition: 0.3s;
}
div.product-tile-container div.product-tile div.product-background .link-slider a {
  color: #fff;
}
div.product-tile-container div.product-tile div.product-background .text-saver {
  padding: 40px 15px 15px;
}
div.product-tile-container div.product-tile div.product-background.webDevs h4 {
  display: inline-block;
  position: relative;
  margin: 0 auto;
  font-size: 0.8em;
  top: calc(100% - 40px);
  transform: translateY(-50%);
  padding: 15px 25px;
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.5);
}
div.product-tile-container div.product-tile div.product-background .slider {
  position: absolute;
  top: 65%;
  right: 0;
  bottom: 0;
  left: 0;
  transition: 0.3s;
}
div.product-tile-container div.product-tile div.product-background .slider:hover {
  top: 0;
  background-color: rgba(0, 0, 0, 0.75);
  transition: 0.4s;
}
div.product-tile-container div.product-tile div.product-background .slider:hover .link-slider {
  top: 80%;
  transition: 0.4s;
}
div.product-tile-container div.product-tile div.product-background .slider h4 {
  display: inline-block;
  margin: 0 auto;
  padding: 15px 25px;
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.5);
}
div.product-tile-container div.product-tile div.product-background .slider p {
  margin-top: 17%;
  color: #fff;
  line-height: 1.4;
  font-size: 1em;
}
div.product-tile-container div.product-tile div.product-background .slider a {
  font-size: 1em;
}

a.back-to-top {
  display: block;
  padding: 15px 0;
  margin-top: 40px;
  text-decoration: none;
  color: rgb(0, 101, 134);
  line-height: 1.5;
}
a.back-to-top:hover {
  text-decoration: underline;
}
a.back-to-top:before {
  font-family: "Glyphicons Regular";
  content: "\e214";
  vertical-align: bottom;
  line-height: 1.5;
  font-size: 22px;
}

div.info-block {
  display: table;
  height: 40vw;
  max-height: 400px;
  width: 100%;
}
div.info-block a {
  color: inherit;
  font-size: 1em;
  transition: 0.2s;
}
div.info-block a:hover {
  color: rgb(0, 101, 134);
  transition: 0.2s;
}
div.info-block div.image {
  display: table-cell;
  position: relative;
  width: 50%;
  vertical-align: middle;
  text-align: center;
}
div.info-block div.image.red {
  background-color: rgb(150, 40, 51);
  color: #fff;
}
div.info-block div.image.blue {
  background-color: rgb(0, 101, 134);
  color: #fff;
}
div.info-block div.image.green {
  background-color: rgb(2, 139, 97);
  color: #fff;
}
div.info-block div.text {
  display: table-cell;
  width: 50%;
  padding: 30px;
  line-height: 1.5;
  font-size: 1.4em;
  vertical-align: middle;
}
div.info-block div.text.red {
  background-color: rgb(150, 40, 51);
  color: #fff;
}
div.info-block div.text.blue {
  background-color: rgb(0, 101, 134);
  color: #fff;
}
div.info-block div.text.green {
  background-color: rgb(2, 139, 97);
  color: #fff;
}
div.info-block div.text.right {
  text-align: right;
}
div.info-block div.text a {
  font-size: 1em;
  text-decoration: none;
  color: #fff;
}
div.info-block div.text a h4 {
  margin-top: 0;
  font-size: 1.1em;
}
div.info-block div.text a p {
  font-size: 1em;
  margin-bottom: 0;
  line-height: 1.2;
}
div.info-block div.text a:hover h4 {
  text-decoration: underline;
}
div.info-block.medium {
  height: 20vw;
  max-height: 200px;
}
div.info-block.medium div.image {
  width: 25%;
}
div.info-block.medium div.image span.glyphicons, div.info-block.medium div.image span.social, div.info-block.medium div.image span.material-symbols-outlined {
  font-size: 4em;
}
div.info-block.medium div.text {
  width: 75%;
}
div.info-block.medium div.text.padding-left {
  padding-left: 75px;
}
div.info-block.small {
  height: 12vw;
  max-height: 120px;
}
div.info-block.small div.image {
  width: 17.5%;
}
div.info-block.small div.image span.glyphicons, div.info-block.small div.image span.social, div.info-block.small div.image span.material-symbols-outlined {
  font-size: 3em;
}
div.info-block.small div.text {
  width: 82.5%;
}
div.info-block.small div.text.padding-left {
  padding-left: 2em;
}

.ui-accordion .ui-accordion-header {
  background-color: #ddd;
  border-radius: 5px 5px 0 0;
  padding: 0.5em 0.3em;
  margin: 0.3em 0 0 0;
}
.ui-accordion .ui-accordion-header.ui-accordion-header-collapsed {
  border-radius: 5px;
}
.ui-accordion .ui-accordion-header:hover {
  background-color: rgb(203.15, 203.15, 203.15);
}
.ui-accordion .ui-accordion-content {
  padding: 0;
  margin: 0;
  border: solid 2px #ddd;
  border-top: 0;
  border-radius: 0 0 5px 5px;
}

ul.job-profiles {
  display: flex;
  flex-wrap: wrap;
}
ul.job-profiles li {
  display: inline-block;
  width: 33%;
  padding: 8px;
  line-height: 1.2;
  margin: 5px 0;
}
ul.job-profiles li img {
  max-width: 100%;
  margin: 0;
}
ul.job-profiles li span {
  margin: 0;
}
ul.job-profiles li a {
  line-height: 1.2;
  text-decoration: none;
  color: #000;
}

div.portfolio-header {
  margin-top: 6em;
  padding-bottom: 2em;
}
div.portfolio-header h3 {
  font-size: 2.8em;
  margin-bottom: 0.1em;
}

.product-screenshot {
  box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.2);
  max-width: 100%;
}

div.testimonial-box {
  background-color: rgb(150, 40, 51);
  padding: 5em 3em 3em 9em;
  margin-top: 80px;
  position: relative;
}
div.testimonial-box.light-grey {
  background-color: #666;
}
div.testimonial-box.red {
  background-color: rgb(150, 40, 51);
}
div.testimonial-box.blue {
  background-color: rgb(0, 101, 134);
}
div.testimonial-box.green {
  background-color: rgb(2, 139, 97);
}
div.testimonial-box .text {
  display: block;
  color: #fff;
  font-size: 1.5em;
  line-height: 1.3;
  padding-right: 4em;
}
div.testimonial-box .open-quote {
  position: absolute;
  top: 0.1em;
  left: 0.2em;
  color: #fff;
  display: inline-block;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
  font-size: 10em;
}
div.testimonial-box .open-quote:before {
  content: "“";
}
div.testimonial-box .close-quote {
  position: absolute;
  top: 0.1em;
  right: 0.2em;
  color: #fff;
  display: inline-block;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
  font-size: 10em;
}
div.testimonial-box .close-quote:before {
  content: "”";
}
div.testimonial-box .vcard {
  color: #eee;
  margin-top: 1.5em;
  display: block;
  text-align: right;
  font-size: 1.3em;
  font-weight: 900;
}

a.contact-us-link {
  text-align: center;
  display: block;
  font-size: 1.6em;
  font-weight: 900;
  padding: 2em 0 1em;
  margin-top: 2em;
  text-decoration: none;
  line-height: 1.2;
  color: rgb(2, 139, 97);
}
a.contact-us-link:hover {
  text-decoration: underline;
}
a.contact-us-link span.glyphicons, a.contact-us-link span.material-symbols-outlined {
  line-height: 1.2;
}

a.visit-site-link {
  text-align: center;
  display: block;
  font-size: 1.6em;
  font-weight: 900;
  padding: 0 0 1em;
  margin-top: 2em;
  text-decoration: none;
  line-height: 1.2;
  color: rgb(0, 101, 134);
}
a.visit-site-link:hover {
  text-decoration: underline;
}
a.visit-site-link span.glyphicons, a.visit-site-link span.material-symbols-outlined {
  line-height: 1.2;
}

a.ghost-button {
  display: inline-block;
  padding: 20px 30px;
  border: solid 1px rgb(0, 101, 134);
  border-radius: 12px;
  text-decoration: none;
  color: rgb(0, 101, 134);
  transition: 0.2s;
}
a.ghost-button:hover {
  background-color: rgb(176.35, 203.7104477612, 212.65);
  transition: 0.2s;
}

img.book-cover {
  float: left;
  max-width: 20%;
  margin-right: 20px;
  margin-bottom: 10px;
}

a.news-container, span.news-container {
  display: block;
  margin: 30px 0;
  min-height: 100px;
  position: relative;
  padding: 20px;
  padding-left: calc(17% + 20px);
  border: solid 1px #666;
  transition: 0.2s;
  color: #444;
  text-decoration: none;
  font-size: 0.9em;
}
a.news-container:hover, span.news-container:hover {
  background-color: #eee;
  cursor: pointer;
  transition: 0.2s;
}
a.news-container div.featured-image, span.news-container div.featured-image {
  position: absolute;
  top: 0;
  right: 83%;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
a.news-container div.featured-image.red, span.news-container div.featured-image.red {
  background-color: rgb(150, 40, 51);
}
a.news-container div.featured-image.blue, span.news-container div.featured-image.blue {
  background-color: rgb(0, 101, 134);
}
a.news-container div.featured-image.green, span.news-container div.featured-image.green {
  background-color: rgb(2, 139, 97);
}
a.news-container div.featured-image .glyphicons, a.news-container div.featured-image span.material-symbols-outlined, span.news-container div.featured-image .glyphicons, span.news-container div.featured-image span.material-symbols-outlined {
  font-size: 3em;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
a.news-container div.featured-image img, span.news-container div.featured-image img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: auto;
}
a.news-container h3, span.news-container h3 {
  font-size: 1.8em;
  line-height: 1.2;
  margin: 0;
}
a.news-container p.news-meta, span.news-container p.news-meta {
  font-style: italic;
  margin-top: 2px;
}

.glyphicons-accordion-arrow:before {
  content: "\e224";
}

.ui-accordion-header-active .glyphicons-accordion-arrow:before {
  content: "\e602";
}

.hidden {
  display: none;
}

.no-header {
  padding-top: 50px;
}

.bottom-padding {
  padding-bottom: 50px;
}

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

.float-left {
  float: left;
  margin: 0 20px 20px 0;
}

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

#benefits {
  background: -moz-linear-gradient(top, rgba(221, 221, 221, 0.65) 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(221, 221, 221, 0.65) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, rgba(221, 221, 221, 0.65) 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a6dddddd", endColorstr="#00ffffff",GradientType=0 );
  margin: 80px auto 0 auto;
  padding: 20px 30px 0 30px;
  max-width: 1200px;
}

/***** Client logos *****/
#logo-container .logo {
  width: 25%;
  float: left;
  padding: 2em;
  height: 170px;
}
#logo-container img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

ul.slick-dots {
  display: block;
  list-style: none;
  padding: 0;
  margin: 20px 0;
  text-align: center;
}
ul.slick-dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #ccc;
  margin: 0 10px;
  transition: 0.2s;
}
ul.slick-dots li:hover {
  cursor: pointer;
  background-color: #999;
  transition: 0.2s;
}
ul.slick-dots li.slick-active {
  background-color: #999;
  transition: 0.2s;
}
ul.slick-dots button {
  visibility: hidden;
}

#next-options-container {
  padding-bottom: 6em;
}
#next-options-container .next-option {
  float: left;
  width: 33.333%;
  padding: 0 10px;
}
#next-options-container .next-option .next-option-content {
  display: block;
  height: 200px;
  color: #fff;
  position: relative;
  padding: 1.2em 0.8em 0.8em 0.8em;
  text-decoration: none;
  transition: 0.2s;
  font-size: 0.9em;
}
#next-options-container .next-option .next-option-content.red {
  background-color: #FF4500;
  transition: 0.2s;
}
#next-options-container .next-option .next-option-content.red:hover {
  background-color: #C13400;
  padding-top: 1.4em;
  transition: 0.2s;
}
#next-options-container .next-option .next-option-content.red:hover p {
  bottom: 1em;
  transition: 0.2s;
}
#next-options-container .next-option .next-option-content.dark-orange {
  background-color: #FF6200;
  transition: 0.2s;
}
#next-options-container .next-option .next-option-content.dark-orange:hover {
  background-color: #C14A00;
  padding-top: 1.4em;
  transition: 0.2s;
}
#next-options-container .next-option .next-option-content.dark-orange:hover p {
  bottom: 1em;
  transition: 0.2s;
}
#next-options-container .next-option .next-option-content.orange {
  background-color: #FF7800;
  transition: 0.2s;
}
#next-options-container .next-option .next-option-content.orange.active:hover {
  background-color: #C15B00;
  padding-top: 1.4em;
  transition: 0.2s;
  cursor: pointer;
}
#next-options-container .next-option .next-option-content.orange.active:hover p {
  bottom: 1em;
  transition: 0.2s;
}
#next-options-container .next-option .next-option-content h4 {
  font-size: 1.5em;
  margin: 0;
}
#next-options-container .next-option .next-option-content p {
  font-size: 1.2em;
  position: absolute;
  left: 0.8em;
  bottom: 0.8em;
  right: 0.8em;
  margin: 0;
  line-height: 1.4;
  transition: 0.2s;
}
#next-options-container .next-option .next-option-content p span.glyphicons, #next-options-container .next-option .next-option-content p span.material-symbols-outlined {
  line-height: 30px;
  font-size: 18px;
}
#next-options-container .next-option .next-option-content p span.glyphicons:before, #next-options-container .next-option .next-option-content p span.material-symbols-outlined:before {
  padding-left: 0;
  padding-right: 0;
}
#next-options-container .next-option .next-option-content p a {
  color: #fff;
  font-size: 0.8em;
  line-height: 1;
  text-decoration: none;
}
#next-options-container .next-option .next-option-content p a:hover {
  text-decoration: underline;
}

#squares-container {
  margin: 0;
}
#squares-container .square {
  width: 33.333%;
  height: 33.333vw;
  max-height: 399px;
  float: left;
  position: relative;
  overflow: hidden;
}
#squares-container .square .slider {
  position: absolute;
  top: 65%;
  right: 0;
  bottom: 0;
  left: 0;
  padding-top: 2em;
  transition: all 0.4s;
  background-color: rgba(0, 0, 0, 0);
}
#squares-container .square .slider:hover {
  top: 0;
  transition: all 0.4s;
  background-color: rgba(0, 0, 0, 0.5);
}
#squares-container .square h4 {
  display: block;
  color: #fff;
  width: 80%;
  margin: 0 auto;
  border: solid 1px #fff;
  border-radius: 4px;
  padding: 0.8em;
  text-align: center;
  font-size: 1.4em;
  font-weight: normal;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
  background-color: rgba(0, 0, 0, 0.1);
}
#squares-container .square p {
  color: #fff;
  padding: 7%;
  font-size: 1.25em;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
#squares-container .square.employability {
  background: url(../Images/employability.jpg);
  background-position: center;
  background-size: cover;
}
#squares-container .square.community {
  background: url(../Images/community.jpg);
  background-position: center;
  background-size: cover;
}
#squares-container .square.profile {
  background: url(../Images/profile.jpg);
  background-position: center;
  background-size: cover;
}
#squares-container .square.inspire {
  background: url(../Images/inspire.jpg);
  background-position: center;
  background-size: cover;
}
#squares-container .square.future {
  background: url(../Images/future.jpg);
  background-position: center;
  background-size: cover;
}
#squares-container .square.development {
  background: url(../Images/development.jpg);
  background-position: center;
  background-size: cover;
}

.hide {
  display: none;
}

div.early-bird-offer {
  padding: 15px;
  border: 2px solid #eb050e;
  margin-bottom: 0px;
}

div.early-bird-offer p {
  margin: 0px;
}

div.early-bird-offer span {
  font-size: 1.25em;
  line-height: 1.5;
  font-weight: 900;
}

div.early-bird-offer span strong {
  color: #eb050e;
}

div.red-text {
  text-align: center;
  display: block;
  font-size: 1.6em;
  font-weight: 900;
  padding: 2em 0 1em;
  margin-top: 2em;
  text-decoration: none;
  line-height: 1.2;
  color: #eb050e;
}

div.videoHolder {
  width: 66.7%;
  height: 34.7vw;
  max-height: 363px;
}
div.videoHolder p {
  font-size: 0.8em;
  float: right;
  line-height: 1;
  margin-top: 0;
}
div.videoHolder p a {
  font-size: 1em;
}

div.value-container {
  display: inline-flex;
  flex-grow: 0;
  align-items: center;
  vertical-align: middle;
  width: calc(50% - 20px);
  margin-bottom: 2em;
}
@media only screen and (max-width: 1200px) {
  div.value-container {
    justify-content: left;
    text-align: left;
    width: 100%;
    margin-bottom: 1.5em;
  }
}
div.value-container div.value-image {
  vertical-align: middle;
}
div.value-container div.value-image img {
  width: 100%;
  max-width: 350px;
  min-width: 200px;
}
@media only screen and (max-width: 600px) {
  div.value-container div.value-image img {
    min-width: 150px;
  }
}
div.value-container div.value-text {
  display: inline-block;
  vertical-align: middle;
  padding-left: 20px;
  padding-right: 20px;
  text-align: left;
}
div.value-container div.value-text h3 {
  margin: 0 0 5px 0;
}
div.value-container div.value-text p {
  margin: 0;
  line-height: 1.1;
}
@media only screen and (max-width: 600px) {
  div.value-container div.value-text {
    left: -10px;
  }
  div.value-container div.value-text h3, div.value-container div.value-text p {
    white-space: unset;
  }
}

table.news-story-table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}
table.news-story-table th, table.news-story-table td {
  padding: 10px 5px;
  text-align: left;
  border: none;
  width: auto;
  max-width: 700px;
}
table.news-story-table tr:nth-last-of-type(2n+1) {
  background-color: #eee;
}
