@charset "UTF-8";
@media (max-width: 768px) {
  .navbar-fixed-side {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media (min-width: 768px) {
  .navbar-fixed-side {
    position: fixed;
    margin: 0 -15px;
    height: 100vh;
    width: inherit;
    overflow: auto;
    border-top-width: 0;
    border-bottom-width: 0;
    border-radius: 0;
  }
  .navbar-fixed-side .container,
  .navbar-fixed-side .container-fluid {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-fixed-side .navbar-header {
    float: none;
  }
  .navbar-fixed-side .navbar-brand {
    height: auto;
  }
  .navbar-fixed-side>.container .navbar-brand,
  .navbar-fixed-side>.container-fluid .navbar-brand {
    margin-left: 0;
  }
  .navbar-fixed-side .navbar-collapse {
    width: 100%;
    border-top: 1px solid #DCDCDC;
  }
  .navbar-fixed-side .navbar-nav {
    float: none;
    margin: 0 -15px;
  }
  .navbar-fixed-side .navbar-nav>li {
    float: none;
  }
  .navbar-fixed-side .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #DCDCDC;
  }
  .navbar-fixed-side .navbar-form {
    margin: 0;
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-bottom: 1px solid #DCDCDC;
  }
  .navbar-fixed-side .navbar-text {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  .navbar-fixed-side .navbar-left,
  .navbar-fixed-side .navbar-right {
    float: none !important;
  }
  .navbar-fixed-side .navbar-nav .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
    border-bottom: 1px solid #DCDCDC;
  }
  .navbar-fixed-side .navbar-nav .dropdown-menu>li>a,
  .navbar-fixed-side .navbar-nav .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-fixed-side .navbar-nav .dropdown-menu>li>a {
    line-height: 20px;
    color: #777;
  }
  .navbar-fixed-side .navbar-nav .dropdown-menu>li>a:hover,
  .navbar-fixed-side .navbar-nav .dropdown-menu>li>a:focus {
    background-image: none;
  }
  .navbar-fixed-side .navbar-nav .dropdown-menu>.active>a {
    background-color: #e7e7e7;
    color: #555;
  }
  .navbar-fixed-side .navbar-nav>li>a:hover,
  .navbar-fixed-side .navbar-nav>li>a:focus,
  .navbar-fixed-side .navbar-nav .dropdown-menu>li>a:hover,
  .navbar-fixed-side .navbar-nav .dropdown-menu>li>a:focus {
    background-color: #f0f0f0;
    color: #333;
  }
  .navbar-fixed-side .dropdown>.dropdown-toggle,
  .navbar-fixed-side .dropdown-menu>.dropdown-header {
    background-color: transparent !important;
    color: #9d9d9d !important;
    cursor: default;
    font-size: 0.8em;
    text-transform: uppercase;
    border-bottom: none;
    padding-bottom: 0;
  }
  .navbar-fixed-side .dropdown-toggle .caret {
    display: none;
  }
  .navbar-fixed-side .dropdown-menu {
    display: block;
  }
  .navbar-fixed-side.navbar-inverse .navbar-collapse,
  .navbar-fixed-side.navbar-inverse .navbar-nav>li>a,
  .navbar-fixed-side.navbar-inverse .navbar-form,
  .navbar-fixed-side.navbar-inverse .navbar-nav .dropdown-menu {
    border-color: #363636;
  }
  .navbar-fixed-side.navbar-inverse .divider {
    background-color: #363636;
  }
  .navbar-fixed-side.navbar-inverse .navbar-nav .dropdown-menu>li>a {
    color: #9d9d9d;
  }
  .navbar-fixed-side.navbar-inverse .navbar-nav .dropdown-menu>.active>a {
    background-color: #090909;
    color: #fff;
  }
  .navbar-fixed-side.navbar-inverse .navbar-nav>li:not(.active)>a:hover,
  .navbar-fixed-side.navbar-inverse .navbar-nav>li:not(.active)>a:focus,
  .navbar-fixed-side.navbar-inverse .navbar-nav .dropdown-menu>li:not(.active)>a:hover,
  .navbar-fixed-side.navbar-inverse .navbar-nav .dropdown-menu>li:not(.active)>a:focus {
    background-color: #2f2f2f;
    color: #fff;
  }
  .navbar-fixed-side.navbar-inverse .dropdown>.dropdown-toggle {
    color: #777777 !important;
  }
}

.messaging {
  margin-bottom: 10px;
  background-color: #DCDCDC;
  padding: 10px 30px;
}

.messaging.warning {
  background-color: #D40E14;
}

.messaging.warning .headline,
.messaging.warning p,
.messaging.warning a {
  color: #FFFFFF;
}

.messaging.error {
  background-color: #FFE100;
}

.messaging.disruption {
  background-color: #FCB712;
}

.messaging .headline {
  color: #000000;
}

.messaging .headline:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: pink;
  margin-right: 5px;
  position: relative;
  top: 7px;
}

.messaging p {
  width: 70%;
  display: inline-block;
  color: #000000;
}

.messaging a {
  width: 29%;
  display: inline-block;
  text-align: center;
  min-width: 130px;
  text-decoration: underline;
  color: #000000;
}

@media (max-width: 993px) {
  .messaging p {
    width: 100%;
  }
  .messaging a {
    text-align: left;
  }
}

.form-group label {
  text-transform: uppercase;
  color: #737373;
  font-weight: 100;
}

.form-group input[type="text"] {
  border-radius: 0;
  color: #000000;
  border: 1px solid #D7D2C3;
}

.form-group input[type="text"].error {
  color: #D40E14;
  border: 1px solid #D40E14;
}

.form-group input[type="text"].error+p {
  color: #D40E14;
}

.form-group .form-control:focus {
  box-shadow: none;
  border-color: #2EA9E0;
}

hr {
  border-top: 1px solid #4C4C4C;
}

hr.beige {
  border-top: 1px solid #D7D2C3;
}

.tooltip.in {
  opacity: 1 !important;
}

.tooltip .tooltip-inner {
  white-space: pre-wrap;
  max-width: 120px;
  text-align: left;
  background-color: #737373 !important;
  color: #fff;
}

.tooltip.top .tooltip-arrow {
  border-top-color: #737373;
}

.tooltip.right .tooltip-arrow {
  border-right-color: #737373;
}

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #737373;
}

.tooltip.left .tooltip-arrow {
  border-left-color: #737373;
}

.panel-group {
  margin-bottom: 0;
}

.panel-group .panel-default {
  border-radius: 0;
}

.panel-group .panel-default .panel-heading {
  color: #092A5E;
  background-color: #DBF2FC;
  border-radius: 0;
  padding: 0;
}

.panel-group .panel-default .panel-heading .panel-title {
  text-transform: uppercase;
}

.panel-group .panel-default .panel-heading .panel-title a {
  padding: 10px 15px;
  width: 100%;
  display: block;
  position: relative;
}

.panel-group .panel-default .panel-heading .panel-title a .icon {
  display: inline-block;
  width: 27px;
  height: 27px;
  background-color: red;
  vertical-align: top;
  margin-right: 10px;
}

.panel-group .panel-default .panel-heading .panel-title a .chevron:after {
  font-family: 'Glyphicons Halflings';
  content: "\e114";
  font-size: 18px;
  width: 15px;
  text-align: right;
  display: inline-block;
  position: absolute;
  right: 15px;
}

.panel-group .panel-default .panel-heading .panel-title a[aria-expanded="true"] .chevron:after {
  content: "\e113";
}

.panel-group .panel-default .panel-heading .panel-title a[aria-expanded="true"][data-toggle="collapse"] .chevron:after {
  content: "\e113";
}

.text-accordion:before {
  content: "Show more";
}

.text-accordion:after {
  font-family: 'Glyphicons Halflings';
  content: "\e114";
  font-size: 11px;
  width: 15px;
  text-align: right;
  display: inline-block;
}

.text-accordion[aria-expanded="true"]:before {
  content: "Show more";
}

.text-accordion[aria-expanded="true"]:after {
  content: "\e113";
}

.text-accordion[aria-expanded="true"][data-toggle="collapse"]:before {
  content: "Show less";
}

.text-accordion[aria-expanded="true"][data-toggle="collapse"]:after {
  content: "\e113";
}

.text-accordion:hover {
  cursor: pointer;
}

section {
  padding-top: 5px;
}

.rating {
  display: block;
}

.rating span {
  vertical-align: top;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.rating.star span:after {
  content: "★";
  font-size: 26px;
  line-height: 18px;
  color: #2EA9E0;
}

.rating.t-rating span:after {
  content: "T";
  font-size: 14px;
  padding: 0 4px;
  line-height: 18px;
  background-color: #2EA9E0;
  color: #FFFFFF;
  border-radius: 50%;
  height: 18px;
  width: 18px;
  display: block;
  font-weight: bold;
}

.rating.one span:not(:first-of-type) {
  opacity: 0.3;
}

.rating.two span:nth-of-type(n+3) {
  opacity: 0.3;
}

.rating.three span:nth-of-type(n+4) {
  opacity: 0.3;
}

.rating.four span:last-of-type {
  opacity: 0.3;
}

.rating.plus:after {
  content: "Plus";
  color: #2EA9E0;
  margin-left: 5px;
}

.modal-content {
  border-radius: 0;
}

.modal-content .modal-header {
  padding: 5px 15px;
  background-color: #DBF2FC;
  text-transform: uppercase;
}

.modal-content .modal-header .close {
  margin-top: 3px;
  font-size: 29px;
  color: #70CBF4;
  opacity: 1;
}

.modal-content .modal-header .close:hover {
  color: #2EA9E0;
}

.modal-content .modal-footer {
  padding: 0;
  border: none;
  font-size: 0;
}

.modal-content .modal-footer .modal-button {
  width: 50%;
  display: inline-block;
  border: none;
  box-sizing: border-box;
  font-size: 14px;
  padding: 10px 0;
  text-transform: uppercase;
  font-weight: bold;
}

.modal-content .modal-footer .modal-button.cancel {
  background-color: #DBF2FC;
  color: #092A5E;
}

.modal-content .modal-footer .modal-button.cancel:hover {
  background-color: #D9EDF6;
}

.modal-content .modal-footer .modal-button.apply {
  background-color: #70CBF4;
  color: #FFFFFF;
}

.modal-content .modal-footer .modal-button.apply:hover {
  background-color: #6BC1E7;
}

p.large {
  font-size: 18px;
  line-height: 25px;
}

p.small {
  font-size: 14px;
  line-height: 19px;
}

p {
  font-size: 16px;
  line-height: 22px;
}

@media (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 36px;
  }
}

@media (min-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 48px;
  }
}

h2 {
  font-size: 30px;
  line-height: 36px;
}

h3 {
  font-size: 22px;
  line-height: 26px;
}

h4 {
  font-size: 24px;
  line-height: 29px;
}

h5 {
  font-size: 20px;
  line-height: 24px;
}

h6 {
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase;
}

@keyframes slideInFromLeft {
  0% {
    left: -2000px;
  }
  50% {
    left: -2000px;
  }
  100% {
    left: 0;
  }
}

.tab-container-full {
  width: 100%;
  background-color: #B7E5F9;
}

.tab-container-full .tab-container-inner {
  width: 75%;
  margin: 0 auto;
}

.tab-container-full .tab-container-inner ul {
  font-size: 0;
  position: relative;
  z-index: 1;
  padding-left: 0;
  list-style: none;
}

.tab-container-full .tab-container-inner ul li {
  font-size: 15px;
  display: inline-block;
  text-align: center;
  position: relative;
}

.tab-container-full .tab-container-inner ul li:not(.active):hover {
  background-color: #94D8F7;
}

.tab-container-full .tab-container-inner ul li.active:hover a {
  color: #092A5E;
  cursor: default;
}

.tab-container-full .tab-container-inner ul li.active:after {
  animation: 2s ease-in-out 0s 1 slideInFromLeft;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  background-color: #FFFFFF;
  z-index: -1;
  top: 0;
  left: 0;
}

.tab-container-full .tab-container-inner ul li a {
  text-decoration: none !important;
  width: 100%;
  height: 100%;
  display: block;
  padding: 8px 0;
  color: #092A5E;
  text-transform: uppercase;
  font-weight: bold;
}

.tab-container-full .tab-container-inner ul li:first-child:nth-last-child(1) {
  width: 100%;
}

.tab-container-full .tab-container-inner ul li:first-child:nth-last-child(2),
.tab-container-full .tab-container-inner ul li:first-child:nth-last-child(2)~li {
  width: 50%;
}

.tab-container-full .tab-container-inner ul li:first-child:nth-last-child(3),
.tab-container-full .tab-container-inner ul li:first-child:nth-last-child(3)~li {
  width: 33.33333%;
}

.tab-container-full .tab-container-inner ul li:first-child:nth-last-child(4),
.tab-container-full .tab-container-inner ul li:first-child:nth-last-child(4)~li {
  width: 25%;
}

.tab-container-full .tab-container-inner ul li:first-child:nth-last-child(5),
.tab-container-full .tab-container-inner ul li:first-child:nth-last-child(5)~li {
  width: 20%;
}

pre {
  margin-bottom: 0;
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  font-size: 12px;
}

.element-container {
  padding: 20px;
  border: 1px solid #DCDCDC;
  margin-bottom: 40px;
}

.form.element input {
  display: none;
}

.form.element input.large+label .inner-element {
  height: 30px;
  width: 30px;
}

.form.element input.large+label .inner-element+.text {
  margin-top: 5px;
}

.form.element input.large+label .toggle-switch {
  width: 70px;
  height: 35px;
}

.form.element input.large+label .toggle-switch .switch {
  height: 35px;
  width: 35px;
}

.form.element input.large+label .toggle-switch+.text {
  margin-top: 7px;
}

.form.element input.large+label .square .tick {
  width: 20px;
  height: 20px;
  margin: 7px auto;
}

.form.element input:disabled+label .toggle-switch {
  border: 1px solid #DCDCDC;
}

.form.element input:disabled+label .toggle-switch .switch {
  border: 1px solid #DCDCDC;
}

.form.element input:disabled+label:hover {
  cursor: default;
}

.form.element input:disabled+label .inner-element {
  background-color: #DCDCDC;
}

.form.element input:disabled+label .text {
  color: #DCDCDC;
}

.form.element input:disabled:checked+label .inner-element {
  background-color: #DCDCDC;
  box-shadow: none !important;
}

.form.element input:disabled:not(:checked)+label .inner-element .tick {
  display: none;
}

.form.element input:not(:disabled)+label:hover {
  cursor: pointer;
}

.form.element input:not(:disabled)+label:hover .inner-element {
  background-color: #F0FAFE;
}

.form.element input:not(:disabled)+label .inner-element {
  box-shadow: inset 0px 0px 0px 1px #2EA9E0;
}

.form.element input+label {
  padding-left: 0 !important;
  margin-right: 20px;
}

.form.element input+label .text {
  font-weight: 100;
}

.form.element input+label .square {
  border-radius: 1px;
}

.form.element input+label .square .tick {
  width: 15px;
  height: 12px;
  margin: 4px auto;
  display: block;
  background-image: url(http://digital.thomson.co.uk/tick.svg);
  background-repeat: no-repeat;
}

.form.element input+label .toggle-switch {
  width: 50px;
  height: 25px;
  border-radius: 20px;
  border: 1px solid #2EA9E0;
  display: inline-block;
  background-color: #DCDCDC;
  position: relative;
  transition: all 0.2s;
}

.form.element input+label .toggle-switch .switch {
  height: 25px;
  width: 25px;
  border: 1px solid #2EA9E0;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: -1px;
  top: -1px;
  background-color: #FFFFFF;
  transition: all 0.2s;
}

.form.element input+label .toggle-switch+.text {
  margin-top: 2px;
}

.form.element input+label .circle {
  border-radius: 50%;
}

.form.element input+label .inner-element {
  display: inline-block;
  height: 20px;
  width: 20px;
  transition: all 0.15s;
}

.form.element input+label .text {
  vertical-align: top;
  display: inline-block;
  margin-left: 5px;
}

.form.element input:checked.large+label .square {
  box-shadow: inset 0px 0px 0px 15px #2EA9E0;
}

.form.element input:checked.large+label .circle {
  box-shadow: inset 0px 0px 0px 10px #2EA9E0;
}

.form.element input:checked+label .square {
  box-shadow: inset 0px 0px 0px 10px #2EA9E0;
}

.form.element input:checked+label .circle {
  box-shadow: inset 0px 0px 0px 7px #2EA9E0;
}

.form.element input:checked+label .toggle-switch {
  background-color: #2EA9E0;
}

.form.element input:checked+label .toggle-switch .switch {
  left: 50%;
}

a {
  color: #219ED9;
}

label {
  user-select: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #092A5E;
}

p {
  color: #4C4C4C;
}

.toggles.pills {
  font-size: 0;
}

.toggles.pills input[type="radio"] {
  display: none;
}

.toggles.pills input[type="radio"]:checked+label {
  background-color: #2EA9E0;
  color: #FFFFFF;
}

.toggles.pills input[type="radio"]:not(:checked)+label {
  color: #2EA9E0;
}

.toggles.pills input[type="radio"]:not(:checked)+label:hover {
  cursor: pointer;
  background-color: #F0FAFE;
}

.toggles.pills label {
  user-select: none;
  border: 1px solid #2EA9E0;
  font-size: 16px;
  padding: 7px 25px;
  font-weight: 100;
  border-right: none;
  text-transform: uppercase;
  font-size: 14px;
}

.toggles.pills label:first-of-type {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.toggles.pills label:last-of-type {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-right: 1px solid #2EA9E0;
}

button.primary {
  color: #000000;
  border: 1px solid #FCB712;
}

button.primary:hover {
  border: 1px solid #FCB712;
}

button.primary:not(.fill):hover {
  background-color: #FDF7E7;
}

button.primary.fill {
  background-color: #FCB712;
}

button.primary.fill:hover {
  background-color: #ECAC16;
  border: 1px solid #ECAC16;
}

button.secondary {
  border: 1px solid #70CBF4;
}

button.secondary:not(.fill) {
  color: #000000;
}

button.secondary:not(.fill):hover {
  background-color: #F0FAFE;
}

button.secondary.fill {
  color: #FFFFFF;
  background-color: #70CBF4;
}

button.secondary.fill:hover {
  background-color: #6BC1E7;
  border: 1px solid #6BC1E7;
}

button.tertiary {
  border: 1px solid #DBF2FC;
}

button.tertiary.fill {
  color: #000000;
  background-color: #DBF2FC;
}

button.tertiary.fill:hover {
  background-color: #D9EDF6;
}

.cta {
  font-size: 14pt;
  padding: 8px 50px;
  max-width: 420px;
  border: none;
  border-radius: 0.2rem;
  text-transform: uppercase;
}

.cta.fill {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
}

.cta:hover {
  cursor: pointer;
}

.cta.large {
  padding: 15px 50px;
}

.cta.primary,
.cta.secondary {
  background-color: #FFFFFF;
}

.button-container {
  width: 100%;
  margin: 5px 0;
}

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

.button-container.right {
  text-align: right;
}

.nav-header {
  color: #9d9d9d;
  font-size: 0.8em;
  text-transform: uppercase;
  border-bottom: none;
  padding-bottom: 0;
}

.nav-header {
  padding: 5px 15px;
}

.search-bar {
  padding: 15px;
  border-bottom: 1px solid #DCDCDC;
}

.btn.glyphicon {
  top: 0 !important;
}

@media (min-width: 768px) {
  .navbar-fixed-side .navbar-nav>li>a {
    color: #9d9d9d !important;
    font-size: 0.8em;
    text-transform: uppercase;
  }
}

.atom-pod h4 {
  margin-bottom: 0;
  margin-top: 15px;
}

.highlight {
  margin: 5px 0;
  text-align: center;
  padding: 10px;
}

.highlight.full {
  width: 100%;
}

.highlight.secondary:not(.fill) {
  color: #70CBF4;
  border: 1px solid #70CBF4;
}

.highlight.secondary.fill {
  background-color: #70CBF4;
  color: #FFFFFF;
}

.highlight.warning:not(.fill) {
  color: #D40E14;
  border: 1px solid #D40E14;
}

.highlight.warning.fill {
  background-color: #D40E14;
  color: #FFFFFF;
}

.highlight.notification:not(.fill) {
  color: #AAD700;
  border: 1px solid #AAD700;
}

.highlight.notification.fill {
  background-color: #AAD700;
  color: #FFFFFF;
}