@charset "utf-8";
/* CSS Document */

/* RESET STYLES START */

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,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}
body {
  line-height: 1;
  color: black;
  background: white;
}
ol,
ul {
  list-style: none;
}
h2 {
  font: bold 20px Arial, Helvetica, sans-serif;
  color: #093e6b;
  text-decoration: none;
  line-height: 20px;
  margin-top: 11px;
  margin-bottom: 18px;
  margin-left: -10px;
}
h3 {
  font: bold 16px Arial, Helvetica, sans-serif;
  color: #093e6b;
  margin: 15px 0px;
}
h4 {
  font: bold 20px Arial, Helvetica, sans-serif;
  color: #093e6b;
  margin: 35px 25px;
  font-variant: small-caps;
}
h5 {
  font: bold 16px Arial, Helvetica, sans-serif;
  color: #093e6b;
  margin: 10px 20px;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
textarea {
  overflow: auto;
}
img {
  -ms-interpolation-mode: bicubic;
}

/* RESET STYLES END */

body {
  line-height: 1;
  background-color: #b9b9b9;
}

/* Font Face Kit */
@font-face {
  font-family: "GillSansMT";
  src: url("../font/gil_____.eot");
  src: url("../font/gil_____.eot?#iefix") format("embedded-opentype"),
    url("../font/gil_____.woff") format("woff"),
    url("../font/gil_____.ttf") format("truetype"),
    url("../font/gil_____.svg#gil_____") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "LucidaSansUnicodeRegular";
  src: url("../font/sans-webfont.eot");
  src: url("../font/sans-webfont.eot?#iefix") format("embedded-opentype"),
    url("../font/sans-webfont.woff") format("woff"),
    url("../font/sans-webfont.ttf") format("truetype"),
    url("../font/sans-webfont.svg#LucidaSansUnicodeRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "HelveticaBold";
  src: url("../font/helvetica_bold-webfont.eot");
  src: url("../font/helvetica_bold-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../font/helvetica_bold-webfont.woff") format("woff"),
    url("../font/helvetica_bold-webfont.ttf") format("truetype"),
    url("../font/helvetica_bold-webfont.svg#HelveticaBold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "HelveticaRegular";
  src: url("../font/helvetica-webfont.eot");
  src: url("../font/helvetica-webfont.eot?#iefix") format("embedded-opentype"),
    url("../font/helvetica-webfont.woff") format("woff"),
    url("../font/helvetica-webfont.ttf") format("truetype"),
    url("../font/helvetica-webfont.svg#HelveticaRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "CantarellBold";
  src: url("../font/cantarell-bold-webfont.eot");
  src: url("../font/cantarell-bold-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../font/cantarell-bold-webfont.woff") format("woff"),
    url("../font/cantarell-bold-webfont.ttf") format("truetype"),
    url("../font/cantarell-bold-webfont.svg#CantarellBold") format("svg");
  font-weight: normal;
  font-style: normal;
}

.header {
  width: auto;
  height: 148px;
  border-bottom: #f42e2d thin solid;
  border-bottom-width: 4px;
  background: url(../images/header.gif) center center repeat-x;
}
.logo {
  margin: 0px auto 0px auto;
}

.main-container {
  width: 80%;
  margin: 0 auto;
  background: url(../images/bg.png) repeat-y;
}

nav {
  font-family: "GillSansMT";
  font-size: 24px;
  color: #fff;
  margin: 0px auto 0px auto;
  text-align: center;
  background-color: #093e6b;
  height: 57px;
}
nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
nav li {
  display: inline-block;
  padding: 15px 7px 0 7px;
}
nav li.bullet {
  font-family: "GillSansMT";
  font-size: 20px;
  color: #808080;
  text-decoration: none;
  display: inline-table;
  margin: 0px 0px 0px 0px;
  height: 44px;
  vertical-align: top;
  padding: 15px 0 0 0;
}
nav li a {
  font-family: "GillSansMT";
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  display: inline-table;
  margin: 0px 0px 0px 0px;
  height: 44px;
}
nav li a:hover {
  font-family: "GillSansMT";
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  display: inline-table;
  color: #919191;
  margin: 0px 0px 0px 0px;
  height: 44px;
}
nav ul li.on a {
  text-decoration: none;
  list-style-type: none;
  display: inline-table;
  color: #919191;
  background: url(../images/menuArrow.png) center bottom no-repeat;
  margin: 0px 0px 0px 0px;
  height: 44px;
}

.menu-shadow {
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr = '#b2b2b2', endColorstr = '#f1f1f1');
  -ms-filter: "progid: DXImageTransform.Microsoft.gradient(startColorstr = '#b2b2b2', endColorstr = '#f1f1f1')";
  background-image: -moz-linear-gradient(top, #b2b2b2, #f1f1f1);
  background-image: -ms-linear-gradient(top, #b2b2b2, #f1f1f1);
  background-image: -o-linear-gradient(top, #b2b2b2, #f1f1f1);
  background-image: -webkit-gradient(
    linear,
    center top,
    center bottom,
    from(#b2b2b2),
    to(#f1f1f1)
  );
  background-image: -webkit-linear-gradient(top, #b2b2b2, #f1f1f1);
  background-image: linear-gradient(top, #b2b2b2, #f1f1f1);
  height: 4px;
  width: auto;
  background-color: f1f1f1;
}

.slogan {
  width: 980px;
  height: 25px;
  background-color: #f1f1f1;
  font-family: "LucidaSansUnicodeRegular";
  font-size: 20px;
  color: #01408f;
  font-weight: bold;
  text-align: center;
  padding: 25px 0px 0px 0px;
  border-bottom: #d8d8d8 thin solid;
  border-bottom-width: 1px; /*margin-top:4px;*/
}

.content {
  font: normal 0.94em Helvetica, Arial, sans-serif;
  color: #333;
  background-color: #fff;
  line-height: 1.26;
  word-spacing: 0.1em;
  padding: 22px 50px 20px 55px;
  border-right: #a7a7a7 thin dotted;
  border-right-width: 2px;
}
.content p span {
  /*font-family:"HelveticaBold";*/
  font-family: "HelveticaRegular";
  font-weight: bold;
}
.content p a {
  color: #09c;
}
.content p a:hover {
  color: #000;
}
.content .column {
  width: 290px;
  display: inline-block;
  vertical-align: top;
}

.content .columns {
  padding: 20px 0;
}
.content .leftcolumn {
  width: 350px;
  height: 360px;
  vertical-align: top;
  padding: 20px;
  display: inline-block;
  background: #fff;
  border: none 0px #bdbaba;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 0px 0px 10px #bdbaba;
  -webkit-box-shadow: 0px 0px 10px #bdbaba;
  box-shadow: 0px 0px 10px #bdbaba;
}
.content .rightcolumn {
  width: 350px;
  height: 360px;
  vertical-align: top;
  padding: 20px;
  display: inline-block;
  margin-left: 15px;
  background: #fff;
  border: none 0px #bdbaba;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 0px 0px 10px #bdbaba;
  -webkit-box-shadow: 0px 0px 10px #bdbaba;
  box-shadow: 0px 0px 10px #bdbaba;
}

.resource_text {
  font: normal 14px Helvetica, Arial, sans-serif;
  color: #777;
  text-decoration: none;
}
.resource_text a:link {
  font: normal 15px Helvetica, Arial, sans-serif;
  color: #b40000;
  text-decoration: none;
}
.resource_text a:visited {
  font: normal 15px Helvetica, Arial, sans-serif;
  color: #b40000;
  text-decoration: none;
}
.resource_text a:hover {
  font: normal 15px Helvetica, Arial, sans-serif;
  color: #b40000;
  text-decoration: none;
}
.resource_text ul {
  list-style: disc;
  margin: 10px 0;
}
.resource_text li {
  margin-left: 20px;
  padding: 5px 0;
}

#pdfdoc {
  display: inline-block;
  background: url(../images/pdfdoc.gif) left 0.7em no-repeat;
  list-style: none;
  margin: 0px;
  padding: 5px 5px 5px 15px;
  line-height: 1.5em;
  margin-left: 30px;
  font: normal 18px Helvetica, Arial, sans-serif;
  color: #b40000;
  text-decoration: none;
}
ul.pdfdoc {
  width: 760px;
  margin-bottom: 20px;
  overflow: hidden;
  border-top: 1px solid #ccc;
}
li.pdfdoc {
  width: 50%;
  line-height: 1.5em;
  border-bottom: 1px solid #ccc;
  float: left;
  display: inline;
  text-decoration: none;
}
#double a {
  text-decoration: none;
}

#double li {
  width: 42%;
  display: inline;
  background: url(../images/pdfdoc.gif) left 0.7em no-repeat;
  line-height: 1.5em;
  float: left;
  padding: 10px 5px 5px 15px;
  margin-left: 35px;
  font: normal 16px Helvetica, Arial, sans-serif;
  color: #b40000;
  text-decoration: none;
}

li.check {
  display: inline-block;
  background-image: url("clip_image001.gif");
  background-repeat: no-repeat;
  background-position: 0 0.1em;
  padding-left: 1.9em;
  margin: 0em 0;
}

.content .box {
  width: 88%;
  margin-top: 20px;
  margin-bottom: 13px;
  margin-left: 15px;
  vertical-align: top;
  text-align: justify;
  padding: 20px;
  display: inline-block;
  background-color: rgba(9, 62, 107, 0.07);
  font-size: 0.85em;
  border: none 0px #093e6b;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 0px 0px 10px #bdbaba;
  -webkit-box-shadow: 0px 0px 10px #bdbaba;
  box-shadow: 0px 0px 10px #bdbaba;
}

article label.hdg {
  margin-top: 20px;
  padding-bottom: 10px;
  display: block;
  border-bottom: 1px solid #eaeaea;
  font: normal 16px Helvetica, Arial, sans-serif;
  color: #777;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
  text-decoration: none;
}
article label.hdg a {
  font: normal 16px Helvetica, Arial, sans-serif;
  color: #777;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
  text-decoration: none;
}
article .answer {
  padding: 10px;
  border-right: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  margin: 0 0 5px 0;
  background: #f4f4f4;
  line-height: 18px;
  font: normal 14px Helvetica, Arial, sans-serif;
  color: #777;
  text-decoration: none;
  display: none;
}

.sidebar {
  background-color: rgba(9, 62, 107, 0.3);
  width: 260px;
  float: left;
}
.sidebar ul {
  border-bottom: #fff thin solid;
  border-bottom-width: 6px;
}
.module-title {
  font-family: "HelveticaBold";
  font-size: 16px;
  color: #014ba8;
  text-align: center;
  padding: 23px 0px 0px 0px;
}
.arrow-right {
  background: url(../images/arrow_right.png) no-repeat;
  width: 23px;
  height: 23px;
  float: left;
  margin: -17px 0px 0px 181px;
}

.goto {
  background: url(../images/button-go.gif) no-repeat;
  width: 40px;
  height: 17px;
  float: left;
  margin: -14px 0px 0px 165px;
}
.arrow-down {
  background: url(../images/arrow_down.png) no-repeat;
  width: 14px;
  height: 9px;
  float: left;
  margin: -9px 0px 0px 305px;
}
.readmore {
  background: url(../images/readmore.jpg) no-repeat;
  width: 84px;
  height: 20px;
  float: left;
  margin: 0px 20px 0px 5px;
}

/* IE 8 */
.ie8 .arrow-right {
  margin: -8px 0px 0px 190px !important;
}

.button-appointment {
  margin: 23px auto 28px auto;
  width: 208px;
  height: 33px;
  border: #e0e0e0 thin solid;
  border-width: 4px;
  border-radius: 1px;
  border-radius: 1px\9;
  -o-border-radius: 1px;
  moz-border-radius: 1px;
  text-align: center;
  background: url(../images/button.gif) center center repeat-x;
}
.button-appointment a {
  display: block;
  background: url(../images/cloud.png) no-repeat;
  background-position: 5px 7px;
  font-family: "CantarellBold";
  font-size: 10px;
  color: #020202;
  text-decoration: none;
  letter-spacing: 1px;
  border-right: #bdbdbd thin solid;
  border-right-width: 1px;
  border-left: #bdbdbd thin solid;
  border-left-width: 1px;
  display: block;
  width: 207px;
  height: 23px;
  padding: 11px 0px 0px 0px;
}
/*.button-appointment a:hover { height:20px; border-top:#bdbdbd thin solid; border-top-width:1px; border-bottom:#bdbdbd thin solid; border-bottom-width:2px; display:block; background:url(../images/cloud.png) no-repeat; background-position:5px 7px; color:#000; }*/

.button-book-appointment {
  margin: 23px auto 28px auto;
  width: 208px;
  height: 33px;
  border: #e0e0e0 thin solid;
  border-width: 4px;
  border-radius: 1px;
  border-radius: 1px\9;
  -o-border-radius: 1px;
  moz-border-radius: 1px;
  text-align: center;
  background: url(../images/button.gif) center center repeat-x;
}
.button-book-appointment a {
  display: block;
  background: url(../images/calendar.png) no-repeat;
  background-position: 5px 6px;
  font-family: "CantarellBold";
  font-size: 10px;
  color: #020202;
  text-decoration: none;
  letter-spacing: 1px;
  border-right: #bdbdbd thin solid;
  border-right-width: 1px;
  border-left: #bdbdbd thin solid;
  border-left-width: 1px;
  display: block;
  width: 207px;
  height: 23px;
  padding: 11px 0px 0px 0px;
}
/*.button-book-appointment a:hover { height:20px; border-top:#bdbdbd thin solid; border-top-width:1px; border-bottom:#bdbdbd thin solid; border-bottom-width:2px; display:block; background:url(../images/calendar.png) no-repeat; background-position:5px 7px; color:#000; }*/

.button-live-chat {
  margin: 23px auto 28px auto;
  width: 208px;
  height: 33px;
  border: #e0e0e0 thin solid;
  border-width: 4px;
  border-radius: 1px;
  border-radius: 1px\9;
  -o-border-radius: 1px;
  moz-border-radius: 1px;
  text-align: center;
  background: url(../images/button.gif) center center repeat-x;
}
.button-live-chat a {
  display: block;
  background: url(../images/clouds.png) no-repeat;
  background-position: 5px 4px;
  font-family: "CantarellBold";
  font-size: 10px;
  color: #020202;
  text-decoration: none;
  letter-spacing: 1px;
  border-right: #bdbdbd thin solid;
  border-right-width: 1px;
  border-left: #bdbdbd thin solid;
  border-left-width: 1px;
  display: block;
  width: 207px;
  height: 23px;
  padding: 11px 0px 0px 0px;
}
/*.button-live-chat a:hover { height:20px; border-top:#bdbdbd thin solid; border-top-width:1px; border-bottom:#bdbdbd thin solid; border-bottom-width:2px; display:block; background:url(../images/clouds.png) no-repeat; background-position:5px 5px; color:#000; }*/

.button-go-oppa {
  margin: 23px auto 28px auto;
  width: 208px;
  height: 33px;
  border: #e0e0e0 thin solid;
  border-width: 4px;
  border-radius: 1px;
  border-radius: 1px\9;
  -o-border-radius: 1px;
  moz-border-radius: 1px;
  text-align: center;
  background: url(../images/button.gif) center center repeat-x;
}
.button-go-oppa a {
  display: block;
  background: url(../images/oppaback.png) no-repeat;
  background-position: 5px 4px;
  font-family: "CantarellBold";
  font-size: 11px;
  color: #020202;
  text-decoration: none;
  letter-spacing: 1px;
  border-right: #bdbdbd thin solid;
  border-right-width: 1px;
  border-left: #bdbdbd thin solid;
  border-left-width: 1px;
  display: block;
  width: 207px;
  height: 23px;
  padding: 11px 0px 0px 0px;
}
/*.button-go-oppa a:hover { height:20px; border-top:#bdbdbd thin solid; border-top-width:1px; border-bottom:#bdbdbd thin solid; border-bottom-width:2px; display:block; background:url(../images/clouds.png) no-repeat; background-position:5px 5px; color:#000; }*/

.button-contact {
  margin-left: 25px;
  padding: 10px 0;
  font-family: "CantarellBold";
  font-weight: bold;
  font-size: 16px;
  color: #2a2b27;
  letter-spacing: 0px;
  text-decoration: none;
}
.button-contact a:link {
  font-family: "CantarellBold";
  font-weight: bold;
  font-size: 16px;
  color: #2a2b27;
  text-decoration: none;
}
.button-contact a:visited {
  font-family: "CantarellBold";
  font-weight: bold;
  font-size: 16px;
  color: #a1a39a;
  text-decoration: none;
}
.button-contact a:hover {
  font-family: "CantarellBold";
  font-weight: bold;
  font-size: 16px;
  color: #a1a39a;
  text-decoration: none;
}

.button-checklistb {
  margin: 23px auto 28px auto;
  width: 208px;
  height: 33px;
  border: #e0e0e0 thin solid;
  border-width: 4px;
  border-radius: 1px;
  border-radius: 1px\9;
  -o-border-radius: 1px;
  moz-border-radius: 1px;
  text-align: center;
  background: url(../images/button.gif) center center repeat-x;
}
.button-checklistb a {
  display: block;
  background: url(../images/cloud.png) no-repeat;
  background-position: 5px 7px;
  font-family: "CantarellBold";
  font-size: 10px;
  color: #020202;
  text-decoration: none;
  letter-spacing: 1px;
  border-right: #bdbdbd thin solid;
  border-right-width: 1px;
  border-left: #bdbdbd thin solid;
  border-left-width: 1px;
  display: block;
  width: 207px;
  height: 23px;
  padding: 11px 0px 0px 0px;
}
/*.button-checklistb a:hover { height:20px; border-top:#bdbdbd thin solid; border-top-width:1px; border-bottom:#bdbdbd thin solid; border-bottom-width:2px; display:block; background:url(../images/cloud.png) no-repeat; background-position:5px 7px; color:#000; }*/

.button-checklist {
  margin: 2px auto 2px auto;
  width: 270px;
  height: 33px;
  border: #e0e0e0 thin solid;
  border-width: 4px;
  border-radius: 1px;
  border-radius: 1px\9;
  -o-border-radius: 1px;
  moz-border-radius: 1px;
  text-align: center;
  background: url(../images/button.gif) center center repeat-x;
}
.button-checklist a {
  display: block;
  background: url(../images/checklist.jpg) no-repeat;
  background-position: 1px 1px;
  font-family: "CantarellBold";
  font-size: 11px;
  color: #01408f;
  text-decoration: none;
  letter-spacing: 1px;
  border-right: #bdbdbd thin solid;
  border-right-width: 1px;
  border-left: #bdbdbd thin solid;
  border-left-width: 1px;
  display: block;
  width: 272px;
  height: 23px;
  padding: 7px 0px 0px 0px;
}
.button-checklist a:link {
  font-family: "Cantarell";
  font-weight: bold;
  font-size: 15px;
  color: #01408f;
  text-decoration: none;
}
.button-checklist a:hover {
  font-size: 15px;
  color: #56a1fe;
}

/*.button-checklist a:hover { height:33px; border-top:#bdbdbd thin solid; border-top-width:1px; border-bottom:#bdbdbd thin solid; border-bottom-width:2px; display:block; background:url(../images/checklist.jpg) no-repeat; background-position:1px 1px; color:#000; }*/

.button-docs {
  margin: 2px auto 2px auto;
  width: 270px;
  height: 33px;
  border: #e0e0e0 thin solid;
  border-width: 4px;
  border-radius: 1px;
  border-radius: 1px\9;
  -o-border-radius: 1px;
  moz-border-radius: 1px;
  text-align: center;
  background: url(../images/button.gif) center center repeat-x;
}
.button-docs a {
  display: block;
  background: url(../images/docs.png) no-repeat;
  background-position: -2px 0px;
  font-family: "CantarellBold";
  font-size: 11px;
  color: #01408f;
  text-decoration: none;
  letter-spacing: 1px;
  border-right: #bdbdbd thin solid;
  border-right-width: 1px;
  border-left: #bdbdbd thin solid;
  border-left-width: 1px;
  display: block;
  width: 272px;
  height: 23px;
  padding: 7px 0px 0px 0px;
}
.button-docs a:link {
  font-family: "Cantarell";
  font-weight: bold;
  font-size: 15px;
  color: #01408f;
  text-decoration: none;
}
.button-docs a:hover {
  font-size: 15px;
  color: #56a1fe;
}
/*.button-docs a:hover { height:33px; border-top:#bdbdbd thin solid; border-top-width:1px; border-bottom:#bdbdbd thin solid; border-bottom-width:2px; display:block; background:url(../images/checklist.jpg) no-repeat; background-position:1px 1px; color:#000; }*/

/*.appointment { display:block; background:url(../images/cloud.png) no-repeat; background-position:5px 7px; }*/

.button-goto {
  margin: 26px auto 25px auto;
  width: 208px;
  height: 33px;
  border: #e0e0e0 thin solid;
  border-width: 4px;
  border-radius: 1px;
  border-radius: 1px\9;
  -o-border-radius: 1px;
  moz-border-radius: 1px;
  text-align: center;
  background: url(../images/button.gif) center center repeat-x;
}
.button-goto a {
  display: block;
  font-family: "CantarellBold";
  font-size: 11px;
  color: #020202;
  text-decoration: none;
  letter-spacing: 1px;
  border-right: #bdbdbd thin solid;
  border-right-width: 1px;
  border-left: #bdbdbd thin solid;
  border-left-width: 1px;
  display: block;
  width: 207px;
  height: 23px;
  padding: 10px 0px 0px 0px;
}
/*.button-goto a:hover { height:20px; border-top:#bdbdbd thin solid; border-top-width:1px; border-bottom:#bdbdbd thin solid; border-bottom-width:2px; display:block; background:url(../images/calendar.png) no-repeat; background-position:5px 7px; color:#000; }*/

footer {
  height: 75px;
  background-color: #093e6b;
  clear: both;
}

.copyright {
  text-align: center;
  color: #a7a7a7;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  padding: 33px 15px 0px 0px;
}

/* Popup --->>> */

#popup_bg {
  background: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 15000;
}
#popup {
  position: absolute;
  padding-bottom: 10px;
  background: #fff;
  top: 50px;
  left: 50%;
  margin-left: -350px;
  width: 600px;
  border: none 0px #000000;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 0px 0px 10px #000000;
  -webkit-box-shadow: 0px 0px 10px #000000;
  box-shadow: 0px 0px 10px #000000;
  z-index: 15050;
}
#popup .hdg {
  padding: 10px 20px;
  border-bottom: 2px solid #093e6b;
  font: normal 25px Arial, Helvetica, sans-serif;
  color: #093e6b;
  text-decoration: none;
}
#popup ul {
  margin: 0;
  padding: 0;
}
#popup li {
  margin: 0;
  padding: 10px;
  border-bottom: 1px solid #e1e1e1;
}
#popup li label {
  width: 150px;
  display: inline-block;
  font-weight: bold;
  vertical-align: top;
}
#popup li .text {
  width: 420px;
  display: inline-block;
  vertical-align: top;
}
#popup li .text input[type="text"],
#popup li .text input[type="password"],
#popup li .text textarea {
  padding: 3px;
  background: #fff;
  border: 1px solid #bebebe;
  font: normal 11px Arial, Helvetica, sans-serif;
  color: #8e8e8e;
  text-decoration: none;
}
#popup .close_icon {
  vertical-align: top;
  margin-top: 10px;
  margin-left: 600px;
  float: right;
  margin-right: 40px;
}
#popup ul #msg {
  color: #b40000;
  display: none;
}

#popup2 {
  position: absolute;
  padding-bottom: 10px;
  background: #fff;
  top: 50px;
  left: 50%;
  margin-left: -350px;
  width: 800px;
  border: none 0px #000000;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 0px 0px 10px #000000;
  -webkit-box-shadow: 0px 0px 10px #000000;
  box-shadow: 0px 0px 10px #000000;
  z-index: 15050;
}
#popup2 p {
  margin: 10px;
  padding: 10px;
  font: normal 14px Arial, Helvetica, sans-serif;
  line-height: 17px;
}

.popup_text {
  font: normal 16px Arial, Helvetica, sans-serif;
  color: #505050;
  text-decoration: none;
  line-height: 17px;
}
.popup_text a:link {
  font: normal 15px Arial, Helvetica, sans-serif;
  color: #00b0ed;
  text-decoration: none;
  line-height: 17px;
}
.popup_text a:visited {
  font: normal 15px Arial, Helvetica, sans-serif;
  color: #00b0ed;
  text-decoration: none;
  line-height: 17px;
}
.popup_text ul {
  list-style: square;
  margin-top: 0;
  margin-bottom: 0;
}
.popup_text li {
  margin-left: 25px;
}

/* <<<--- Popup */

.contentadjustment {
  background: white;
  width: 100% !important;
  padding-bottom: 20px;
}

.print-pages {
  display: flex;
  justify-content: center;
}
