/* CSS Document */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
audio,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
mark,
menu,
meter,
nav,
output,
progress,
section,
summary,
time,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  list-style-position: inside
}

body {
  font-size: 62.5%;
  border-collapse: collapse;
  line-height: 1.25;
  background-color: #d1cfff;
  color: #000000;
  /*/*Set default to 10px */
}

a:link,
a:visited,
a:hover,
a:active {
  color: #000000;
  text-decoration: none
}

h1 {
  font-size: 1.5em;
  text-decoration: underline;
}

h2 {
  font-size: 1.25em;
}

h3 {
  font-size: 1.15em;
}

h4 {
  font-size: .65em;
}

h1,
h2,
h3,
h4 {
  color: #000080;
  margin-top: .25em;
  margin-bottom: .25em
}

.CBase {
  color: #000080;
}

.CRed {
  color: red;
}

.CWhite {
  color: white;
}

.CGreen {
  color: green;
}

.CBlue {
  color: blue
}

.CGrey {
  color: #bebebe;
}

.TL {
  text-align: left
}

.TC {
  text-align: center
}

.TR {
  text-align: right
}

.TI {
  font-style: italic;
}

.TB {
  font-weight: bold;
}

.TU {
  text-decoration: underline
}

.FL {
  float: left;
}

.FR {
  float: right;
}

.FC {
  text-align: center;
  margin: 0 auto;
}

.floatR {
  float: right;
  margin: 10px;
  /* Optional border advisable*/
}

.floatL {
  float: left;
  margin: 10px;
  /* Optional border advisable*/
}

.floatCentre {
  width: 300px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}

.FCl {
  clear: both
}

.BR_10px,
.BR_25px,
.BR_50px {
  border: solid medium blue;
  padding: 5px 15px
}

.BR_10px {
  border-radius: 10px;
}

.BR_25px {
  border-radius: 25px;
}

.BR_50px {
  border-radius: 50px;
}


.Col_1_1,
.Col_1_1x,
.Col_1_2,
.Col_1_3,
.Col_2_3,
.Col_1_4,
.Col_2_4,
.Col_3_4 {
  display: inline-table;
  border: none;
  padding: .5em;
  margin-left: .1em;
}

.Col_1_1 {
  max-width: 98%;
  min-width: 98%
}

.Col_1_1x {
  max-width: 98%;
  min-width: 98%
}

.Col_1_2 {
  max-width: 98%;
  min-width: 98%;
}

.Col_1_3 {
  max-width: 32%;
  min-width: 32%;
}

.Col_2_3 {
  max-width: 64%;
  min-width: 64%;
}

.Col_1_4 {
  max-width: 23%;
  min-width: 23%;
}

.Col_3_4 {
  max-width: 72%;
  min-width: 72%;
}

.Col_Content {
  width: 96%;
  border: white medium solid;
  padding: .5%;
  border-radius: 10px;
  margin-top: .5em
}

.W20px,
.W30px,
.W50px,
.W75px,
.W100px,
.W150px,
.W200px,
.W250px,
.W300px,
.W400px,
.W500px,
.W600px {
  display: inline-block;
  padding: 2px;
  box-sizing: border-box;
}

.W20px,
.W30px,
.W50px {
  padding: none;
}

.W20px {
  max-width: 15px;
  min-width: 15px;
}

.W30px {
  max-width: 25px;
  min-width: 25px;
}

.W50px {
  max-width: 45px;
  min-width: 45px;
}

.W75px {
  max-width: 70px;
  min-width: 70px;
}

.W100px {
  max-width: 95px;
  ;
  min-width: 95px;
}

.W150px {
  max-width: 145px;
  min-width: 145px;
}

.W200px {
  max-width: 195px;
  min-width: 195px;
}

.W250px {
  max-width: 245px;
  min-width: 245px;
}

.W300px {
  max-width: 295px;
  ;
  min-width: 295px;
}

.W400px {
  max-width: 395px;
  min-width: 395px;
}

.W500px {
  max-width: 495px;
  min-width: 495px;
}

.W600px {
  max-width: 595px;
  min-width: 595px;
}

.W700px {
  max-width: 695px;
  min-width: 695px;
}

.W05,
.W10,
.W15,
.W20,
.W25,
.W30,
.W40,
.W50,
.W60,
.W70,
.W80,
.W90 {
  display: inline-block;
  padding: 2px;
  box-sizing: border-box;
}

.W05 {
  max-width: 5%;
  min-width: 5%;
}

.W10 {
  max-width: 9%;
  min-width: 9%;
}

.W15 {
  max-width: 14%;
  min-width: 14%;
}

.W20 {
  max-width: 19%;
  min-width: 19%;
}

.W25 {
  max-width: 24%;
  min-width: 24%;
}

.W30 {
  max-width: 29%;
  min-width: 29%;
}

.W40 {
  max-width: 39%;
  min-width: 39%;
}

.W50 {
  max-width: 49%;
  min-width: 49%;
}

.W60 {
  max-width: 59%;
  min-width: 59%;
}

.W70 {
  max-width: 69%;
  min-width: 69%;
}

.W80 {
  max-width: 79%;
  min-width: 79%;
}

.W90 {
  max-width: 89%;
  min-width: 89%;
}

.img10,
.img15,
.img20,
.img25,
.img30,
.img100 {
  padding: .25em;
  display: inline;
  vertical-align: top;
}

.img10 {
  width: 10%;
  display: none
}

.img15 {
  width: 15%;
  min-width: 60px;
  max-width: 75px;
}

.img20 {
  width: 20%;
  min-width: 80px;
  max-width: 100px;
}

.img25 {
  width: 25%;
  min-width: 80px;
  max-width: 125px;
}

.img30 {
  width: 30%;
  min-width: 90px;
  max-width: 150px;
}

.img100 {
  width: 100%;
  max-width: 400px;
  min-width: 200px;
  text-align: center;
}

.imgCal {
  width: 15%;
  min-width: 60px;
  max-width: 75px;
}

.icon_Add::after {
  content: " "url('/imgStandard/Icon_Add.gif');
}

.icon_Blog::after {
  content: " "url('/imgStandard/Icon_Blog_H16.png');
}

.icon_Canx::after {
  content: " "url('/imgStandard/Icon_Cx_H24.png');
}

.icon_Clone::after {
  content: " "url('/imgStandard/Icon_Clone_H16.png');
}

.icon_CurrY::after {
  content: " "url('/imgStandard/Icon_CurrBunY_H24.png');
}

.icon_CurrN::after {
  content: " "url('/imgStandard/Icon_CurrBunN_H24.png');
}

.icon_Delete::after {
  content: " "url('/imgStandard/Icon_Delete.gif');
}

.icon_Word::after {
  content: " "url('/imgStandard/Icon_DOC_H24.png');
}

.icon_Edit::after {
  content: " "url('/imgStandard/Icon_Modify.gif');
}

.icon_Excel::after {
  content: " "url('/imgStandard//Icon_XLS_H24.png');
}

.icon_Image::after {
  content: " "url('/imgStandard/Icon_Img_H24.png');
}

.icon_Info::after {
  content: " "url('/imgStandard/Icon_Info24.png');
}

.icon_LessThan::after {
  content: " "url('/imgStandard/Icon_LessThan.png');
}

.icon_Link::after {
  content: " "url('/imgStandard/Icon_Link_H16.png');
}

.icon_MoreThan::after {
  content: " "url('/imgStandard/Icon_GreaterThan.png');
}

.icon_MyDiary::after {
  content: " "url('/imgStandard/Icon_MyDiary_H24.png');
}

.icon_New::after {
  content: " "url('/imgStandard/Icon_New_H24.png');
}

.icon_News::after {
  content: " "url('/imgStandard/Icon_News_H24.png');
}

.icon_PDF::after {
  content: " "url('/imgStandard/Icon_PDF_H16.png');
}

.icon_Powerpoint::after {
  content: " "url('/imgStandard/Icon_PPT_H24.png');
}

.icon_Return::after {
  content: " "url('/imgStandard/Icon_Return_H24.png');
}

.icon_TickCrossN::after {
  content: " "url('/imgStandard/Icon_TickCrossN_H16.png');
}

.icon_TickCrossY::after {
  content: " "url('/imgStandard/Icon_TickCrossY_H16.png');
}

.icon_UserNW::after {
  content: " "url('/imgStandard/UserAccessN.png');
}

.icon_UserS::after {
  content: " "url('/imgStandard/UserAccessS.png');
}

.icon_UserT::after {
  content: " "url('/imgStandard/UserAccessT.png');
}

.icon_UserV::after {
  content: " "url('/imgStandard/UserAccessV.png');
}


.Hide2_480,
.Hide2_768,
.Hide2_1200 {
  display: none
}

.wrapper {
  clear: both;
  width: 100%;
  max-width: 2500px;
  margin: 0 auto;
  font-size: 1.4em;
  background-color: #d1cfff
}

.header {
  min-width: 100%;
  min-height: 4em;
  display: inline-block;
  font-size: 1em;
  background-color: #d1cfff;
}

.headerTitle {
  position: absolute;
  left: 28%;
  min-width: 40%;
  max-width: 40%;
  height: auto;
  z-index: 2;
  font-size: 2.5em;
  border: thin solid grey;
  top: 1%;
}

.headerTitle_img {
  position: absolute;
  left: 30%;
  min-width: 35%;
  max-width: 35%;
  border: none;
  text-align: center;
}

.headerTitle_img img {
  max-width: 100%;
}

.headerLogoL,
.headerLogoR {
  left: 1%;
  top: 0%;
  max-width: 15%;
  height: auto;
  z-index: 1;
  display: inline-block;
}

.headerLogoR {
  left: 84%;
  position: absolute;
}

.headerTextBox {
  left: 75%;
  position: absolute;
  z-index: 4;
  columns: #000000;
  font-size: 1.4em
}

#menu {
  display: none;
  min-width: 30%;
  max-width: 30%;
  border: thin solid #ffffff;
  opacity: .9;
  border-radius: 3em;
  text-align: center;
  display: none;
  position: absolute;
  left: 15%;
  top: 3%;
  background-color: #000080;
  margin-bottom: .5em;
  overflow: visible
}

.menuLi,
.menuIcon {
  font-size: 1.6em;
  display: block;
  border: none;
  padding: .2em;
  text-decoration: none;
  color: white;
  font-weight: bold
}

a.menuLi {
  color: white;
}

.menuIcon {
  position: absolute;
  left: 20%;
  top: 0%;
  z-index: 3;
  font-size: 1.8em;
  color: #000000;
  font-weight: bold
}

.menuLiHide {
  display: none;
  font-size: 1.2em;
}

.MenuFilter a:link {
  text-align: center;
  font-size: 1.2em;
  padding: 0 .2em;
  margin: .25em .25em;
  border: thin solid #4c45d5;
  border-radius: .25em;
  display: inline-block
}

.MenuFilter a:hover {
  font-weight: bold;
  color: #AF0039;
}

/* Forms*/
.Form_1 {
  background-color: #d1cfff;
  font-size: 1em
}

.Form_1 label {
  padding-right: 4px;
  vertical-align: middle;
  margin: 1px 0px;
  min-height: 20px
}

.Form_1 input,
.Form_1 select,
.Form_1 textarea {
  padding-left: 4px;
  vertical-align: middle;
  margin: 1px 0px;
  border: 1px solid blue;
  font-size: 1.2em;
  border-radius: 4px;
  min-height: 40px;
}

.Form_1 [ type=number] {
  color: red;
  max-width: 4em;
}

.Form_1 textarea {
  min-width: 60%;
  min-height: 6em;
  font-size: 1.2em;
}

.Form_1 input:focus,
.Form_1 select:focus,
.Form_1 textarea:focus {
  box-shadow: 0 0 0 4px #88D5E9;
  transition: all 0 .5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.Form_1 input[type=submit],
.form-style-1 input[type=button],
.F1 input[type=file] {
  background: #000080;
  padding: 8px 15px 8px 15px;
  border: none;
  color: #fff;
  max-width: 10em;
}

.Form_1 input[type=submit]:hover {
  background: #4691A4;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.Form_1 [ type=checkbox] {
  display: none;
}

.Form_1 [ type=checkbox]+label {
  width: 30px;
  height: 30px;
  content: url(/imgStandard/Icon_TickCrossN_H24.png);
  background-size: auto 100%;
}

.Form_1 [ type=checkbox]:checked+label {
  width: 30px;
  height: 30px;
  content: url(/imgStandard/Icon_TickCrossY_H24.png);
  background-size: auto 100%;
}

.Form1_R {
  position: absolute;
  opacity: 0;
  width: 20px;
  height: 20px;
}

.Form1_CheckboxR {
  font-size: 20px;
  padding-left: 20px;
  background-image: url(/imgStandard/Icon_TickCrossN_H24.png);
  background-size: auto 100%;
}

.Form1_R:checked+.Form1_CheckboxR {
  background-image: url(/imgStandard/Icon_TickCrossY_H24.png);
}

.Form1_R_Title {
  display: inline-block;
  padding-left: 3px;
  padding-right: 6px;
  font-size: 12px;
  vertical-align: middle;
}

/* Story  Styling */
.H {
  color: #000080;
  font-size: 1.5em;
  text-decoration: underline;
  width: 100%;
  ;
  font-weight: bold
}

.S {
  color: #000080;
  font-size: 1.3em;
  width: 100%;
}

.W {
  color: red;
  font-size: 1.2em;
  width: 100%;
}

.Pr {
  max-width: 32%
}

.C {
  text-align: center
}

.L {
  text-align: left
}

.R {
  text-align: right
}

.B {
  font-weight: bold
}

.imgContactSheetOuter {
  max-width: 150px;
  display: inline-block;
  overflow-wrap: break-word;
  word-wrap: break-word;
  vertical-align: top;
}

.imgContactSheetInner {
  display: table-cell;
  text-align: center;
  padding: 5px;
  max-width: 100%;
  min-width: 100%;
  max-width: 100%;
}

@media (min-width:320px) {}

@media (min-width:480px) {
  .Hide2_480 {
    display: inline
  }

  .Col_1_1,
  .Col_1_2,
  .Col_1_3,
  .Col_2_3,
  .Col_1_4,
  .Col_2_4,
  .Col_3_4 {
    padding: .25em;
    margin-left: .15em
  }

  .Col_1_3 {
    max-width: 33%;
    min-width: 33%;
  }

  .Col_2_3 {
    max-width: 64.5%;
    min-width: 64.5%;
  }

  .Col_1_4 {
    max-width: 23.5%;
    min-width: 23.5%;
  }

  .Col_3_4 {
    max-width: 73.5%;
    min-width: 73.5%;
  }
}

@media (min-width:600px) {
  .Col_1_2 {
    max-width: 48.5%;
    min-width: 48.5%;
  }

  .imgCal {
    width: 15%;
    max-width: 90px;
  }
}

@media (min-width:768px) {
  .wrapper {
    font-size: 1.8em;
  }

  .Hide2_768 {
    display: inline
  }

  .Col_1_1,
  .Col_1_1x,
  .Col_1_2,
  .Col_1_3,
  .Col_2_3,
  .Col_1_4,
  .Col_2_4,
  .Col_3_4 {
    padding: .25em;
    margin-left: .25em
  }

  .Col_1_2 {
    max-width: 49%;
    min-width: 49%;
  }

  .Col_1_3 {
    max-width: 33%;
    min-width: 33%;
  }

  .Col_2_3 {
    max-width: 65%;
    min-width: 65%;
  }

  .Col_1_4 {
    max-width: 24%;
    min-width: 24%;
  }

  .Col_3_4 {
    max-width: 73.5%;
    min-width: 73.5%;
  }

  .img10 {
    display: inline
  }

  .img15 {
    max-width: 120px;
  }

  .img20 {
    max-width: 200px;
  }

  .img25 {
    max-width: 250px;
  }

  .img30 {
    max-width: 300px;
  }

  .img100 {
    max-width: 400px;
  }

  .menuIcon {
    display: none
  }

  #menu {
    position: initial;
    min-width: 100%;
    max-width: 100%;
    text-align: center;
    display: block;
    background-color: #d1cfff;
    margin-top: .5em;
    border: none
  }

  .menuLi {
    font-size: 1.8em;
    display: inline;
    border: 2px solid white;
    padding: .2em .5em;
    background-color: #000080;
    color: #ffffff;
    position: initial;
    text-align: center;
    border-radius: .5em
  }

  a.menuLi {
    color: white;
  }

  .menuLi:hover {
    border: 2px solid grey;
  }

  #Form1_CheckboxYN {
    font-size: 25px;
    padding-right: 25px;
  }

  .Form1_R {
    width: 25px;
    height: 25px;
  }

  .Form1_CheckboxR {
    font-size: 25px;
    padding-left: 25px;
  }

  .Form1_R_Title {
    font-size: 25px;
    padding-left: 3px;
    padding-right: 6px;
  }
}

@media (min-width:900px) {
  .Col_3_4 {
    max-width: 74%;
    min-width: 74%;
  }

  .imgCal {
    max-width: 100px;
  }
}

@media (min-width:1050px) {
  .wrapper {
    font-size: 2.2em;
  }

  .Col_1_1,
  .Col_1_2,
  .Col_1_3,
  .Col_2_3,
  .Col_1_4,
  .Col_2_4,
  .Col_3_4 {
    padding-left: 1em;
    margin-left: .5em
  }

  .Col_1_2 {
    max-width: 48%;
    min-width: 48%;
  }

  .Col_1_3 {
    max-width: 33%;
    min-width: 33%;
  }

  .Col_2_3 {
    max-width: 65%;
    min-width: 65%;
  }

  .Col_1_4 {
    max-width: 24%;
    min-width: 24%;
  }

  .Col_3_4 {
    max-width: 73.5%;
    min-width: 73.5%;
  }

  .imgCal {
    max-width: 120px;
  }
}

@media (min-width:1200px) {
  .Col_1_1x {
    max-width: 48%;
    min-width: 48%;
  }

  .img10 {
    display: inline;
    max-width: 160px;
  }

  .img15 {
    max-width: 240px;
  }

  .img20 {
    max-width: 320px;
  }

  .img25 {
    max-width: 400px;
  }

  .img30 {
    max-width: 480px;
  }

  .img100 {
    max-width: 480px;
  }

  .Hide2_1200 {
    display: inline
  }

  .menuLi {
    font-size: 2.5em;
  }
}

@media (min-width:1600px) {
  .imgCal {
    max-width: 130px;
  }
}

@media (min-width:2000px) {}