
body{
  background: #FFF;
  color:#00184A;
  font-size:16px;
  font-family:'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}
a{
  color:#00184A;
}
#header {
  height:auto;
}
#header .headerInner {
  height:100px;
  padding:0px 20px;
}
nav{
  background:transparent;
}
.sub-nav {
  top:auto;
  left:auto;
  margin:0 auto;
  position:relative;
}
.sub-nav a {
  padding:25px 15px;
}
.sub-nav a.show-sub-nav span {
  padding:25px 0;
}
#header .logo img {
  max-width:200px;
}
.social-icons {
  width: 120px;
}
h1,h2{
  font-family:"FatFrank",sans-serif;
  font-weight:700;
  font-style:normal;
  color:#00184A;
  text-transform:uppercase;
}
h3,h4,h5,h6{
  font-family:"Open Sans",sans-serif;
  font-weight: 400;
  font-style: normal;
  color:#00184A;
}
h1{
  font-size:60px;
  line-height:62px;
}
h2{
  font-size:60px;
  line-height:62px;
}
h3{
  font-size:50px;
  line-height:62px;
}
h4{
  font-size:40px;
  line-height:52px;
}
h5{
  font-size:30px;
  line-height:42px;
}
h6{
  font-size:20px;
  line-height:32px;
}
.account-details {
  background:#ECF0F2;
  color:#fff;
  margin-left:50px;
}
.account-details h2 {
  color:#00184A;
  font-size:20px;
  font-weight:700;
  font-family:"Open Sans",sans-serif;
  text-transform:none;
}
.account-details h3 {
  color:#00184A;
  line-height:32px;
  font-family:"Open Sans",sans-serif;
}
.account-details p{
  color:#00184A;
  font-size:14px;
}
.dashboard-navigation .column {
  background:#00AFF1;
  font-family:"Open Sans",sans-serif;
}
.footerTop {
  background:#ECF0F2;
}
#footer .footerMenu li a {
  font-size:16px;
}
.footerTop .footerCallout .logoWrap img {
  max-width:200px;
}
#LogOutButton {
  background:#00184A;
  color:#FFF;
  border-radius:4px;
  padding:25px;
  border:1px solid #FFF;
  transition:.5s;
}
#LogOutButton:hover {
  background:#FFF;
  color:#00184A;
  border:1px solid #00184A;
  transition:.5s;
}
.dashboard-navigation a {
  font-weight:700;
}
.sub-nav a {
  font-weight:700;
  font-size:18px;
}
.sub-nav a:hover, .sub-nav a.active {
  background: transparent;
}
@media screen and (max-width:1175px){
  .sub-nav {
    margin:0 0;
  }
  .sub-nav .open {
    margin-top:480px;
  }
  #LogOutButton {
    border:0px;
    border-radius:0px;
  }
  #LogOutButton:hover {
    border:0px;
    border-radius:0px;
  }
}
.button.cancel, input[type="submit"].cancel, button.cancel {
  background-color:#FF4040;
  border-radius:4px;
  font-size:16px;
  text-transform:none;
}
.button.add, input[type="submit"].add, button.add {
  background-color:#5DC543;
  border-radius:4px;
  font-size:16px;
  text-transform:none;
}
.button.submit, input[type="submit"].submit, button.submit {
  background-color:#00184A;
  border-radius:4px;
  font-size:16px;
  text-transform:none;
}
.button, input[type="submit"], button {
  background-color:#00184A;
  border-radius:4px;
  font-size:16px;
  text-transform:uppercase;
}

input:-internal-autofill-selected {
  background-color:#FFF;
}
.row input:not([type='checkbox']):not([type='radio']):not([class='vs__search']), .row textarea {
  border: 1px solid #00184A;
}
.row input:not([type='checkbox']):not([type='radio']):not([class='vs__search']):focus, .row textarea:focus {
  border: 1px solid #00184A;
}

.DateSelectForOrderChange, .EndDateOfOrderChange, .AddProductToOrderChange, .OrderChangeConfirmationForm, .clientContact, .DDconfirmation, #vLogin, #resendcode, #SuccessAccount2 {
  display:none;
}
.PasswordVcodeSend {
  background: #39a935;
  color: #fff;
  text-align: center;
  padding: 20px;
  display:none;
}
.ConfirmCancel {
  float:right;
}
.InputSelectSmall {
  width:80px;
}
.InputSelectMedium {
  width:100px;
}

#OfferMessageBox {
  color:#00184A;
}
.uppercase {
  text-transform: uppercase;
}
.SubmitErrorMessage, #errormsg {
  color:#d52929;
  text-align:center;
  padding:10px 0 0px 0;
  font-weight:600;
}
#changeDateHeader {
  text-align:left;
  margin:13px 0 0;
}
.DateSelectForOrderChange, .DateSelectForOrderChange tr, .DateSelectForOrderChange td, .AddProductToOrderChange, .CustomerContactDetails, .CustomerContactDetails tr {
  border:none;
  text-align: left !important;
}
.CustomerContactDetails td {
  text-align: right;
  border:none;
}
.DateSelectForOrderChange input {
  width:180px;
  margin:0;
}

.AddProductToOrderChange input, .RadioStyle input {
  margin:0 !important;
}
.RadioStyle input, .RadioStyle label {
  display:inline;
}
.sendAccountTitle {
  padding:10px 0;
  font-size:16px;
}
.CustomerContactDetails input {
  width:80%;
  margin:0;
}
.customerPopUpBox {
  position:fixed;
  top:50%;
  left:50%;
  margin:-200px 0 0 -25%;
  z-index:1700;
  background:#ECF0F2;
  color:#fff;
  width:50%;
  box-shadow:0 0 10px #00184A;
}
.customerPopUpBox table, .customerPopUpBox table tr {
  margin:0;
  border:none;
}
.customerPopUpBox thead {
  background:#2C8229;
  color:#fff;
}
.customerPopUpBox td {
  font-size:19px;
  color:#FFF;
  padding:10px 10px 10px 10px !important;
  text-align:left !important;
}
.customerPopUpBox button {
  font-size:16px;
  float:right;
  margin:10px;
  padding:3px 20px;
  background:#0184C8;
  width:auto !important;
}
.customerPopUpBox button:hover {
  background:#6FBCF3;
}
.customerPopUpBox thead td {
  font-family: "Open Sans",sans-serif;
  font-size:20px;
  padding:5px 10px;
}
.popup .popup-box h2 {
  background-color:#ECF0F2;
  font-family: "Open Sans",sans-serif;
  font-weight:700;
  margin:0px 0 10px;
  text-transform:none;
}
#contactform select {
  margin-bottom:30px;
}
#postcodeCheck p {
  margin-bottom:0;
  color:#262;
  font-weight:600;
}
#postcodeCheck p b {
  color:red;
  font-weight:600;
}
.ExistingHolidays {
  background-color:#0F78BA;
  color:#FFF;
  padding:10px;
  margin:0 auto 10px;
  text-align: center;
}
.ExistingHolidays2 {
  background-color:#FFF;
  padding:10px;
  margin:0 auto 10px;
  text-align: center;
}
.ExistingHolidays h3 {
  font-family:"FatFrank",sans-serif;
  font-size:45px;
}
.ExistingHolidays p {
  margin:0 0 0 10px;
  color:#fff;
  text-align:center;
}
.ExistingHolidays ul, .ExistingHolidays2 ul {
  margin:10px 0 10px 10px;
  text-align:center;
}
.ExistingHolidays ul li, .ExistingHolidays2 ul li {
  font-size: 16px;
  margin-bottom:10px;
  list-style: none;
  line-height: 60%;
}
.ExistingHolidays ul li i, .ExistingHolidays2 ul li i {
  font-size:9px;
}
.OrderList table {
  border-top:none !important;
}
.NoHolidaysSubmitted {
  margin:0 auto 10px;
  padding:10px;
  text-align: center;
}
.NoHolidaysSubmitted h3 {
  font-size:20px;
}
.SubmittedSuccessfully {
  background-color:#0F78BA;
  color:#FFF;
  margin:0 auto 10px;
  padding:10px;
  text-align: center;
}
.SubmittedSuccessfully h3 {
  font-family:"FatFrank",sans-serif;
  font-size:40px;
}
.HolidayListDisplay {
  border:none;
  margin-bottom:10px !important;
}
.HolidayListDisplay thead td {
  font-weight:bold;
}
h3.newpassword{
  font-size:20px;
}
input[type=password], #np-vcode{
  margin:0;
}

/********* Password Strength ***************/
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #0184c8;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
.progress-bar {
  color: #222;
}
.error-list li {
  list-style:none;
}
.error-list li span {
  color: #a33;
  text-align: center;
  padding: 0 0 10px 0;
  font-weight: 600;
}

/***************** Login password Tooltip **********************/

.tooltip {
  position: relative;
  opacity:1;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 200px;
  background-color: #00AFF0;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 10px;
  position: absolute;
  z-index: 11;
  bottom: 75%;
  left: 30%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
  font-size:15px;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #abb8c3 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.Announcement {
  font-size:16px;
  line-height:110%;
  background:#00AFF0;
  text-align:center;
  position:relative;
  padding:0 10px 10px;
  top:0;
  font-family:arial;
  margin:0 0 20px;
}
.Announcement h4 {
  font-size:20px;
  text-align: center;
  padding:10px 0;
  font-family: 'Open Sans', sans-serif;
}
.christmas {
  background-image: url("/img/christmas/xmas.png"),url("/img/christmas/xmas1.png"),url("/img/christmas/xmas2.png");
  background-repeat:no-repeat,no-repeat,repeat-x;
  background-position:top left, top right, bottom center;
  background-color:#0A0C33;
  color:#fff;
  font-weight:300;
  text-shadow:0 0 10px #00184A;
  box-shadow:0 0 30px #018498;
  padding-bottom:40px;
}
.christmas h4 {
  color:#fff;
  margin:0;
  font-weight:900;
}
.christmas a {
  font-weight:900;
  color:#fff;
  text-decoration: underline;
}
#cancelholidayForm li {
  padding:3px 0;
  list-style:none;
}
#cancelholidayForm input[type=checkbox]{
  /* Double-sized Checkboxes */
 -ms-transform: scale(2); /* IE */
 -moz-transform: scale(2); /* FF */
 -webkit-transform: scale(2); /* Safari and Chrome */
 -o-transform: scale(2); /* Opera */
 transform: scale(2);
 padding: 10px;
}
.simple-banner-text {
  font-weight: 700;
  padding: 10px;
  text-align: center;
}
.PasswordNotice {
  width:100%;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  color:#00184A;
  padding:5px 0 20px;
  text-align: center;
}
.icon-before.reverse::before {
  -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}
#isthisyou, #acceptterms, #CustomerDDetails, #confirmDD, #IsThisYourBank, #IsThisYourBankButtons, #downloadDDI, #SubmitDDBtn, #BankisVerified {
  display:none;
}
#accept1,#checkboxaccept1 {
  float:left;
}
#accept {
  margin:0 20px;
}
[type="checkbox"]{
    vertical-align:middle;
}

/****************** NEW MTC SITE CHANGES *****************/

.followButtons img { width: 180px; }

.highlight-box{
	background: #ECF0F2;
	padding:20px;
	margin-bottom:40px;
  display:table;
}
.highlight-box h4{
		background:transparent;
    color:#00184A;
    font-size:28px;
		font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
		text-align: center;
}
.highlight-box h3{
		font-family: 'Open Sans', Helvetica, Arial, sans-serif;
		font-weight: 400;
    margin:0px;
}
.highlight-box p{
		line-height: 1.5rem;
}
.highlight-box table{
		margin-bottom: 40px;
}
@media screen and (min-width:750px){
  .highlight-box {
    padding:30px;
  }
}
#nLogin a {
  font-size:12px;
}
.notice {
	background:#0F78BA;
	color:#fff;
	text-align:center;
	padding:10px;
  margin:0 0 10px;
}
.ui-datepicker {
    width: 230px;
    height: 220px;
    margin: 5px auto 0;
    font: 12pt Arial, sans-serif;
}
.ui-datepicker table {
    width: 100%;
}
.ui-datepicker-header {
    background: #0F78BA;
    color: #ffffff;
    font-family:'Open Sans', Helvetica, Arial, sans-serif;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
    text-align: center;
    font-size: 13px;
    padding:5px 0;
    border-bottom:0;
}
.ui-datepicker-prev {
    float: left;
    cursor: pointer;
    background-position: center -30px;
}
.ui-datepicker-next {
    float: right;
    cursor: pointer;
    background-position: center 0px;
}
.ui-datepicker thead {
    background-color: #f7f7f7;
}
.ui-datepicker th {
    background-color:#FFF;
    text-transform: uppercase;
    font-size: 8pt;
    color: #666666;
}
.ui-datepicker tbody td {
    padding: 0;
    /*border-right: 1px solid #808080;*/
}
.ui-datepicker tbody td:last-child {
    border-right: 0px;
}
.ui-datepicker tbody tr {
    border-bottom: 1px solid #bbb;
}
.ui-datepicker tbody tr:last-child {
    border-bottom: 0px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-header .ui-datepicker-next span {
    display: block;
}

.ui-datepicker a {
    text-decoration: none;
}
.ui-datepicker td span, .ui-datepicker td a {
    display: inline-block;
    text-align: center;
    width: 30px;
    height: 22px;
    line-height: 30px;
    color: #ffffff;
}
.ui-datepicker-calendar .ui-state-default {
      background: #00AFF1;
      color:#ffffff;
      height:22px;
      width:30px;
      line-height: 1rem;
}
.ui-datepicker .ui-datepicker-calendar td a {
  color:#00184A;
}
.ui-state-hover {
    color: #00184A;
}
.ui-datepicker-calendar .ui-state-active {
    background: #33adff;
    -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
    box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
    color: #e0e0e0;
    text-shadow: 0px 1px 0px #4d7a85;
    border: 1px solid #55838f;
    position: relative;
    margin: -1px;
}
.ui-datepicker-unselectable .ui-state-default {
    background: #D6E4BE;
    color: #00184A;
}
.ui-datepicker .ui-datepicker-calendar th, .ui-datepicker .ui-datepicker-calendar td {
    padding: 0px;
}
.ui-corner-all {
  border-radius:0;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
  border: 0;
  background: transparent;
  font-weight: normal;
  color: #212121;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:after, .ui-datepicker .ui-datepicker-header .ui-datepicker-next:after {
  content: none;
}
#OrderedItemsDisplay, #ConfirmOrderChanges {
  margin:10px 0 0;
}
#OrderedItemsDisplay table, #ConfirmOrderChanges table {
  border:0;
  margin:0 0 20px;
  border-bottom:1px solid #BDC1C3;
}
#OrderedItemsDisplay table td, #ConfirmOrderChanges table td, .debitConfirm {
  padding:5px 0;
  border:0;
}
#OrderedItemsDisplay table thead td, #ConfirmOrderChanges table thead td {
  border-bottom:1px solid #BDC1C3;
}
.order-type {
  margin:0 0 20px;
}
.order-type li {
  padding:15px 0 10px;
}
#debitform .row .sort-code .sortcodeBox {
  width:50px;
  display:inline-block;
}
.sort-code label {
  width:100%;
}
.SubmitToPayPalButton {
  width:100%;
  background:#00184A;
  color:#fff;
  text-align:center;
  text-decoration:none;
  padding:10px 100px;
  cursor:pointer;
  text-transform:none;
}
.SubmitToPayPalButton:hover {
  background:#004e86;
  color:#fff;
  text-decoration:none;
}
.pound-sign b {
  position:absolute;
  top:12px;
  left:10px;
  z-index:11;
}
.row .column .pound-sign input[type="text"] {
  padding-left:25px;
}

.mini_banner {
  font-size:13px;
  background-color:#00AFF0;
  text-align:justify;
}

.dd-form img {
  width: 190px;
}

.uspMain {
  position: relative;
  background: #00AFF1;
  color: #fff;
  height: 40px;
  overflow: hidden;
}
.row input[type=checkbox][type=radio] + label:after, .row input[type=radio][type=radio] + label:after {
  background-color:#00184A;
  top:4px;
}

#footer .footerMenu.halfItems li {
  width:100%;
}
.footerMain .footerSection {
  flex:none;
  margin: 0 10px;
}
.sectionBody {
  display: flex;
  max-width: 1270px;
  margin: 0 auto;
  padding: 0 20px;
}
.footerTop .footerCallout {
  flex: 0 0 24%;
  padding-right: 30px;
}
.footerMain {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 5%;
}

	/*######################################################################################################################################
	################################################# 404 Page #############################################################################
	######################################################################################################################################*/

  .fourzerofour {
    text-align:center;
    position:fixed;
    top:50%;
    left:50%;
    margin:-250px 0 0 -290px;
    width:500px;
    height:330px;
    background-color:#00184A;
    color:#FFF;
    padding:20px 40px 40px;
    display:table;
  }
  .fourzerofour img {
    margin:0 auto;
  }
  .fourzerofour h1 {
    font-family:'Open Sans', Helvetica, Arial, sans-serif;
    font-size:30px;
    color:#FFF;
  }
  .fourzerofour p {
    font-size:14px;
    font-weight:100;
    color:#FFF;
    font-family:'Open Sans', Helvetica, Arial, sans-serif;
  }
  .fourzerofour button {
    font-size:17px;
  }

  .ViewPassword {
    position: relative;
  }

  #togglePassVisibility, #toggleCpassVisibility {
    position: absolute; 
    right: 10px; 
    top: 22px; 
    transform: translateY(-50%); 
    cursor: pointer;
    z-index:50;
    width:30px;
  }

