/*

 * This file is part of Theme for
 * pragmaMx - Web Content Management System.
 *
 * $template : arclite2 $
 * $Revision: 2.1 $
 *
 * $Author: TECMU - http://www.tecmu.de $
 * $Date: 2016-09-26 09:21:12 $
  */

/* Modifs perso - effets rainbow */

/* Titre */
#animate-title {
  background-image:
  -webkit-linear-gradient(left,red,orange,yellow,green,blue,indigo,violet,red);
  background-image:
  -moz-linear-gradient(left,red,orange,yellow,green,blue,indigo,violet,red);
  background-image:
  -o-linear-gradient(left,red,orange,yellow,green,blue,indigo,violet,red);
  background-image: linear-gradient(to right,red,orange,yellow,green,blue,indigo, violet,red);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: rainbow-animation 1500s linear infinite;
}
@keyframes rainbow-animation {
  to {
    background-position: 4500vh;
  }
}

/* Slogan */
.awesome {
  font-size: 16px;
}

.awesome_text_animated {
  background: linear-gradient(to right, #6666ff, #0099ff , #00ff00, #ff3399, #6666ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: awesome_animation 15s ease-in-out infinite;
  background-size: 400% 100%;
}

@keyframes awesome_animation {
  0%,100% {
    background-position: 0 0;
  }

  50% {
    background-position: 100% 0;
  }
}

#ghost-text {
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  background: linear-gradient(90deg , transparent 15%, #A6FFFB,transparent 60%);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: animate 6s infinite linear;
}
@keyframes animate {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -200% 0;
  }
}

/* ON BLOQUE LA SÉLECTION DE TEXTES SUR LA PAGE */
html, body {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Fin ajout modifs perso */

#main
{
  background: #E8EDF1;
  margin: 0 auto;
  font-size: 16px;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: normal;
  text-align: justify;
  position: relative;
  width: 100%;
  min-height: 100%;
  min-width: 768px;
  left: 0;
  top: 0;
  cursor: default;
  overflow: hidden;
  text-justify: none;
}
table, ul.hmenu
{
  font-size: 16px;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: normal;
  text-align: justify;
  text-justify: none;
}

h1, h2, h3, h4, h5, h6, p, a, ul, ol, li
{
  margin: 0;
  padding: 0;
  text-justify: none;
}

/* Reset buttons border. It's important for input and button tags.
 * border-collapse should be separate for shadow in IE.
 */
.button,
form button,
button,
form input[type="submit"],
form input[type="reset"],
input[type="button"],
a.button,
.button:active,
.button:focus,
a.button:focus,
.formbutton

{
  border: 0;
  border-collapse: separate;
  -webkit-border-radius: 0;
  -webkit-background-origin: border !important;
  -moz-background-origin: border !important;
  background-origin: border-box !important;
  background: #D5DCF0;
  border-width: 0;
  padding: 0 10px;
  margin: 0 auto;
  height: 25px;
}

.postcontent,
.postheadericons,
.postfootericons,
.blockcontent,
ul.vmenu a
{
  text-align: justify;
  text-justify: none;
}

.postcontent,
.postcontent li,
.postcontent table,
.postcontent a,
.postcontent a:link,
.postcontent a:visited,
.postcontent a.visited,
.postcontent a:hover,
.postcontent a.hovered
{
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  text-justify: none;
}

.postcontent p
{
  margin: 13px 0;
  text-justify: none;
}

h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover,
h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover,
h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover,
h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover,
h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover,
h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover,
.blockheader .t, .blockheader .t a, .blockheader .t a:link, .blockheader .t a:visited, .blockheader .t a:hover,
.vmenublockheader .t, .vmenublockheader .t a, .vmenublockheader .t a:link, .vmenublockheader .t a:visited, .vmenublockheader .t a:hover,
.headline, .headline a, .headline a:link, .headline a:visited, .headline a:hover,
.slogan, .slogan a, .slogan a:link, .slogan a:visited, .slogan a:hover,
.postheader, .postheader a, .postheader a:link, .postheader a:visited, .postheader a:hover
{
  font-size: 30px;
  font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: normal;
  text-justify: none;
  line-height: 120%;
  text-justify: none;
}

.postcontent a, .postcontent a:link
{
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  color: #06567F;
  text-justify: none;
}

.postcontent a:visited, .postcontent a.visited
{
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  color: #6C84CB;
  text-justify: none;
}

.postcontent a:hover, .postcontent a.hover
{
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  color: #06567F;
  text-justify: none;
}

h1
{
  color: #000000;
  margin: 10px 0 0;
  font-size: 26px;
  font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  font-variant: small-caps;
  text-align: center;
  text-justify: none;
}

.blockcontent h1
{
  margin: 10px 0 0;
  font-size: 26px;
  font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  font-variant: small-caps;
  text-align: center;
  text-justify: none;
}

h1 a, h1 a:link, h1 a:hover, h1 a:visited, .blockcontent h1 a, .blockcontent h1 a:link, .blockcontent h1 a:hover, .blockcontent h1 a:visited
{
  font-size: 26px;
  font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  font-variant: small-caps;
  text-align: center;
  text-justify: none;
}

h2
{
  color: #000000;
  margin: 10px 0 0;
  font-size: 22px;
  font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  font-variant: small-caps;
  text-align: center;
  text-justify: none;
}

.blockcontent h2
{
  margin: 10px 0 0;
  font-size: 22px;
  font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  font-variant: small-caps;
  text-align: center;
  text-justify: none;
}

h2 a, h2 a:link, h2 a:hover, h2 a:visited, .blockcontent h2 a, .blockcontent h2 a:link, .blockcontent h2 a:hover, .blockcontent h2 a:visited
{
  font-size: 22px;
  font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  font-variant: small-caps;
  text-align: center;
  text-justify: none;
}

h3
{
  color: #000000;
  margin: 10px 0 0;
  font-size: 18px;
  font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  font-variant: small-caps;
  text-align: center;
  text-justify: none;
}

.blockcontent h3
{
  margin: 10px 0 0;
  font-size: 18px;
  font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  font-variant: small-caps;
  text-align: center;
  text-justify: none;
}

h3 a, h3 a:link, h3 a:hover, h3 a:visited, .blockcontent h3 a, .blockcontent h3 a:link, .blockcontent h3 a:hover, .blockcontent h3 a:visited
{
  font-size: 18px;
  font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  font-variant: small-caps;
  text-align: center;
  text-justify: none;
}

h4
{
  color: #021B27;
  margin: 10px 0 0;
  font-size: 16px;
  font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  font-variant: small-caps;
  text-align: center;
  text-justify: none;
}

.blockcontent h4
{
  margin: 10px 0 0;
  font-size: 16px;
  font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  font-variant: small-caps;
  text-align: center;
  text-justify: none;
}

h4 a, h4 a:link, h4 a:hover, h4 a:visited, .blockcontent h4 a, .blockcontent h4 a:link, .blockcontent h4 a:hover, .blockcontent h4 a:visited
{
  font-size: 16px;
  font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  font-variant: small-caps;
  text-align: center;
  text-justify: none;
}

h5
{
  color: #000000;
  margin: 10px 0 0;
  font-size: 14px;
  font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  font-variant: small-caps;
  text-align: center;
  text-justify: none;
}

.blockcontent h5
{
  margin: 10px 0 0;
  font-size: 14px;
  font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  font-variant: small-caps;
  text-align: center;
  text-justify: none;
}

h5 a, h5 a:link, h5 a:hover, h5 a:visited, .blockcontent h5 a, .blockcontent h5 a:link, .blockcontent h5 a:hover, .blockcontent h5 a:visited
{
  font-size: 14px;
  font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  font-variant: small-caps;
  text-align: center;
  text-justify: none;
}

h6
{
  color: #000000;
  margin: 10px 0 0;
  font-size: 16px;
  font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  font-variant: small-caps;
  text-align: center;
  text-justify: none;
}

.blockcontent h6
{
  margin: 10px 0 0;
  font-size: 16px;
  font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  font-variant: small-caps;
  text-align: center;
  text-justify: none;
}

h6 a, h6 a:link, h6 a:hover, h6 a:visited, .blockcontent h6 a, .blockcontent h6 a:link, .blockcontent h6 a:hover, .blockcontent h6 a:visited
{
  font-size: 16px;
  font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  font-variant: small-caps;
  text-align: center;
  text-justify: none;
}

header, footer, article, nav, #hmenu-bg, .sheet, .hmenu a, .vmenu a, .slidenavigator > a, .checkbox:before, .radiobutton:before
{
  -webkit-background-origin: border !important;
  -moz-background-origin: border !important;
  background-origin: border-box !important;
  text-justify: none;
}

header, footer, article, nav, #hmenu-bg, .sheet, .slidenavigator > a, .checkbox:before, .radiobutton:before
{
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-justify: none;
}

ul
{
  list-style-type: none;
  text-justify: none;
}

ol
{
  list-style-position: inside;
  text-justify: none;
}

html, body
{
  height: 100%;
  background-color: #E8EDF1;
  text-justify: none;
}

/**
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 * https://github.com/necolas/normalize.css
 */

html {
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

body
{
  padding: 0;
  margin: 0;
  min-width: 780px;
  background-color: #E8EDF1;
}

.header:after,
#header-bg:after,
.layout-cell:after,
.layout-wrapper:after,
.footer:after,
.pmxnav:after,
#hmenu-bg:after,
.sheet:after,
.cleared,
.clearfix:after
{
  clear: both;
  display: table;
  content: '';
  text-justify: none;
}

form
{
  padding: 0 !important;
  margin: 0 !important;
  text-justify: none;
}

table.position
{
  position: relative;
  width: 100%;
  table-layout: fixed;
  text-justify: none;
}

li h1, .postcontent li h1, .blockcontent li h1
{
  margin: 1px;
  text-justify: none;
}
li h2, .postcontent li h2, .blockcontent li h2
{
  margin: 1px;
  text-justify: none;
}
li h3, .postcontent li h3, .blockcontent li h3
{
  margin: 1px;
  text-justify: none;
}
li h4, .postcontent li h4, .blockcontent li h4
{
  margin: 1px;
  text-justify: none;
}
li h5, .postcontent li h5, .blockcontent li h5
{
  margin: 1px;
  text-justify: none;
}
li h6, .postcontent li h6, .blockcontent li h6
{
  margin: 1px;
  text-justify: none;
}
li p, .postcontent li p, .blockcontent li p
{
  margin: 1px;
  text-justify: none;
}


.shapes
{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 0;
  text-justify: none;

}
.shapes2 {
  max-width: 1240px;
  margin: 0 auto;
  display: block;
  position: relative;
  text-justify: none;
  /*overflow: hidden;	*/
}

.slider-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  text-justify: none;
}

.slidenavigator > a {
  display: inline-block;
  vertical-align: middle;
  outline-style: none;
  font-size: 1px;
  text-justify: none;
}

.slidenavigator > a:last-child {
  margin-right: 0 !important;
  text-justify: none;
}

.headline
{
  display: inline-block;
  position: absolute;
  min-width: 50px;
  top: 35px;
  left: 1.37%;
  margin-left: -4px !important;
  line-height: 100%;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  z-index: 101;
  text-justify: none;
}

.headline,
.headline a,
.headline a:link,
.headline a:visited,
.headline a:hover
{
  font-size: 45px;
  font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  letter-spacing: -1px;
  font-variant: small-caps;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
  padding: 0;
  margin: 0;
  color: #FFFFFF !important;
  white-space: nowrap;
  text-justify: none;
}
#slogan
{
  font-size: 30px;
  display: inline-block;
  position: absolute;
  min-width: 50px;
  top: 135px;
  left: 1.94%;
  line-height: 100%;
  margin-left: -3px !important;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  z-index: 102;
  white-space: nowrap;
  text-justify: none;
}

.slogan,
.slogan a,
.slogan a:link,
.slogan a:visited,
.slogan a:hover
{
  font-size: 25px;
  font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  text-decoration: none;
  letter-spacing: -1px;
  text-transform: none;
  text-align: left;
  padding: 0;
  margin: 0;
  color: #FFFFFF !important;
  text-justify: none;
}

.positioncontrol
{
  text-justify: none;
}

.positioncontrol-2043603503
{
  display: block;
  left: 97.98%;
  margin-left: -194px;
  position: absolute;
  top: 171px;
  width: 198px;
  height: 26px;
  z-index: 104;
  text-justify: none;

  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);

}
.positioncontrol
{}

.positioncontrol-311130365
{
  display: block;
  left: 98.03%;
  margin-left: -368px;
  position: absolute;
  top: 2px;
  width: 376px;
  height: 49px;
  z-index: 105;
  text-justify: none;

  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);

}
.object227400126 h1,
.object227400126 h2,
.object227400126 h3,
.object227400126 h4,
.object227400126 h5,
.object227400126 h6,
.object227400126 p,
.object227400126 a,
.object227400126 ul,
.object227400126 ol,
.object227400126 li
{
  line-height: 26px;
  text-justify: none;
}

.object227400126
{
  position: absolute;
  top: 102px;
  left: 97.88%;
  margin-left: -195px !important;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  background-image: url('images/object227400126.png');
  background-position: 0px 0px;
  background-repeat: no-repeat;
  z-index: 103;
  width: 200px;
  height: 26px;
  text-justify: none;
}

.default-responsive .object227400126
{
  background-image: none;
  text-justify: none;
}

.footer .layout-item-0 {
  margin-bottom: 5px;
  text-justify: none;
}
.ie7 .post .layout-cell {
  border: none !important;
  padding: 0 !important;
  text-justify: none;
}
.ie6 .post .layout-cell {
  border: none !important;
  padding: 0 !important;
  text-justify: none;
}

.header
{
  margin: 0 auto;
  background-repeat: no-repeat;
  height: 250px;
  position: relative;
  background-image: url('images/header.jpg');
  background-position: center top;
  background-size: cover;
  text-justify: none;
}

.custom-responsive .header
{
  background-image: url('images/header.jpg');
  background-position: center top;
  text-justify: none;
}

.default-responsive .header,
.default-responsive #header-bg
{
  background-image: url('images/header.jpg');
  background-position: center center;
  background-size: cover;
  text-justify: none;
}

.header-inner {
  position: relative;
  min-width: 780px;
  max-width: 1240px;
  width: 100%;
  z-index: auto !important;
  margin: 0 auto;
  text-justify: none;
}

.header>.widget
{
  position: absolute;
  z-index: 101;
  text-justify: none;
}

.pmxnav
{
  background: #06537A;
  background: -webkit-linear-gradient(top, #086EA1 0, #043853 100%) no-repeat;
  background: -moz-linear-gradient(top, #086EA1 0, #043853 100%) no-repeat;
  background: -o-linear-gradient(top, #086EA1 0, #043853 100%) no-repeat;
  background: -ms-linear-gradient(top, #086EA1 0, #043853 100%) no-repeat;
  -svg-background: linear-gradient(top, #086EA1 0, #043853 100%) no-repeat;
  background: linear-gradient(to bottom, #086EA1 0, #043853 100%) no-repeat;
  padding: 6px;
  position: absolute;
  margin: 0;
  bottom: 0;
  width: 100%;
  z-index: 100;
  text-justify: none;
}

ul.hmenu a, ul.hmenu a:link, ul.hmenu a:visited, ul.hmenu a:hover
{
  outline: none;
  position: relative;
  z-index: 11;
  text-justify: none;
}

ul.hmenu, ul.hmenu ul
{
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  list-style-type: none;
  text-justify: none;
}

ul.hmenu li
{
  position: relative;
  z-index: 5;
  display: block;
  float: left;
  background: none;
  margin: 0;
  padding: 0;
  border: 0;
  text-justify: none;
}

ul.hmenu li:hover
{
  z-index: 10000;
  white-space: normal;
  text-justify: none;
}

ul.hmenu:after, ul.hmenu ul:after
{
  content: ".";
  height: 0;
  display: block;
  visibility: hidden;
  overflow: hidden;
  clear: both;
  text-justify: none;
}

ul.hmenu, ul.hmenu ul
{
  min-height: 0;
  text-justify: none;
}

ul.hmenu
{
  display: inline-block;
  vertical-align: middle;
  padding-left: 6px;
  padding-right: 6px;
  text-justify: none;
}

.pmxnav-inner:before
{
  content: ' ';
  text-justify: none;
}

nav.pmxnav
{
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  text-justify: none;
}

.pmxnav-inner {
  text-align: left;
  margin: 0 auto;
  text-justify: none;
}

.desktop .pmxnav-inner {
  min-width: 780px;
  max-width: 1240px;
  width: 100%;
  padding-left: 6px;
  padding-right: 6px;
  text-justify: none;
}

.desktop .pmxnav
{
  padding-left: 0;
  padding-right: 0;
  text-justify: none;
}

.hmenu-extra1
{
  position: relative;
  display: block;
  float: left;
  width: auto;
  height: auto;
  background-position: center;
  text-justify: none;
}

.hmenu-extra2
{
  position: relative;
  display: block;
  float: right;
  width: auto;
  height: auto;
  background-position: center;
  text-justify: none;
}

.menuitemcontainer
{
  margin: 0 auto;
}
ul.hmenu>li {
  margin-left: 5px;
  text-justify: none;
}
ul.hmenu>li:first-child {
  margin-left: 2px;
  text-justify: none;
}
ul.hmenu>li:last-child, ul.hmenu>li.last-child {
  margin-right: 2px;
  text-justify: none;
}

ul.hmenu>li>a
{
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid transparent;
  padding: 0 22px;
  margin: 0 auto;
  position: relative;
  display: block;
  height: 23px;
  cursor: pointer;
  text-decoration: none;
  color: #E2F4FE;
  line-height: 23px;
  text-align: center;
  text-justify: none;
}

.hmenu>li>a,
.hmenu>li>a:link,
.hmenu>li>a:visited,
.hmenu>li>a.active,
.hmenu>li>a:hover
{
  font-size: 16px;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  text-justify: none;
}

ul.hmenu>li>a.active
{
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 0 22px;
  margin: 0 auto;
  color: #FFFFFF;
  text-decoration: none;
  text-justify: none;
}

ul.hmenu>li>a:visited,
ul.hmenu>li>a:hover,
ul.hmenu>li:hover>a {
  text-decoration: none;
  text-justify: none;
}

ul.hmenu>li>a:hover, .desktop ul.hmenu>li:hover>a
{
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 0 22px;
  margin: 0 auto;
  text-justify: none;
}
ul.hmenu>li>a:hover,
.desktop ul.hmenu>li:hover>a {
  color: #DDE3F3;
  text-decoration: none;
  text-justify: none;
}

ul.hmenu>li:before
{
  position: absolute;
  display: block;
  content: ' ';
  top: 0;
  left: -5px;
  width: 5px;
  height: 23px;
  background: url('images/menuseparator.png') center center no-repeat;
  text-justify: none;
}
ul.hmenu>li:first-child:before {
  display: none;
  text-justify: none;
}

ul.hmenu li li a
{
  background: #41BAF6;
  background: transparent;
  padding: 0 22px;
  margin: 0 auto;
  text-justify: none;
}
ul.hmenu li li
{
  float: none;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  text-justify: none;
}

.desktop ul.hmenu li li ul>li:first-child
{
  margin-top: 0;
  text-justify: none;
}

ul.hmenu li li ul>li:last-child
{
  margin-bottom: 0;
  text-justify: none;
}

.hmenu ul a
{
  display: block;
  white-space: nowrap;
  height: 24px;
  min-width: 7em;
  border: 0 solid transparent;
  text-align: left;
  line-height: 24px;
  color: #021722;
  font-size: 13px;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  margin: 0;
  text-justify: none;
}

.hmenu ul a:link,
.hmenu ul a:visited,
.hmenu ul a.active,
.hmenu ul a:hover
{
  text-align: left;
  line-height: 24px;
  color: #021722;
  font-size: 13px;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  margin: 0;
  text-justify: none;
}

ul.hmenu ul li a:hover, .desktop ul.hmenu ul li:hover>a
{
  background: #06537A;
  margin: 0 auto;
  text-justify: none;
}
.hmenu ul a:hover
{
  text-decoration: none;
  color: #DDE3F3;
  text-justify: none;
}

.desktop .hmenu ul li:hover>a
{
  color: #DDE3F3;
  text-justify: none;
}

ul.hmenu ul:before
{
  background: #ECEFF8;
  border: 1px solid #C6D0EB;
  margin: 0 auto;
  display: block;
  position: absolute;
  content: ' ';
  z-index: 1;
  text-justify: none;
}
.desktop ul.hmenu li:hover>ul {
  visibility: visible;
  top: 100%;
  text-justify: none;
}
.desktop ul.hmenu li li:hover>ul {
  top: 0;
  left: 100%;
  text-justify: none;
}

ul.hmenu ul
{
  visibility: hidden;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  background-image: url('images/spacer.gif');
  text-justify: none;
}

.desktop ul.hmenu>li>ul
{
  padding: 13px 32px 32px 32px;
  margin: -10px 0 0 -30px;
  text-justify: none;
}

.desktop ul.hmenu ul ul
{
  padding: 32px 32px 32px 13px;
  margin: -32px 0 0 -9px;
  text-justify: none;
}

.desktop ul.hmenu ul.hmenu-left-to-right
{
  right: auto;
  left: 0;
  margin: -10px 0 0 -30px;
  text-justify: none;
}

.desktop ul.hmenu ul.hmenu-right-to-left
{
  left: auto;
  right: 0;
  margin: -10px -30px 0 0;
  text-justify: none;
}

.desktop ul.hmenu li li:hover>ul.hmenu-left-to-right {
  right: auto;
  left: 100%;
  text-justify: none;
}
.desktop ul.hmenu li li:hover>ul.hmenu-right-to-left {
  left: auto;
  right: 100%;
  text-justify: none;
}

.desktop ul.hmenu ul ul.hmenu-left-to-right
{
  right: auto;
  left: 0;
  padding: 32px 32px 32px 13px;
  margin: -32px 0 0 -9px;
  text-justify: none;
}

.desktop ul.hmenu ul ul.hmenu-right-to-left
{
  left: auto;
  right: 0;
  padding: 32px 13px 32px 32px;
  margin: -32px -9px 0 0;
  text-justify: none;
}

.desktop ul.hmenu li ul>li:first-child {
  margin-top: 0;
  text-justify: none;
}
.desktop ul.hmenu li ul>li:last-child {
  margin-bottom: 0;
  text-justify: none;
}

.desktop ul.hmenu ul ul:before
{
  border-radius: 0;
  top: 30px;
  bottom: 30px;
  right: 30px;
  left: 10px;
  text-justify: none;
}

.desktop ul.hmenu>li>ul:before
{
  top: 10px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  text-justify: none;
}

.desktop ul.hmenu>li>ul.hmenu-left-to-right:before {
  right: 30px;
  left: 30px;
  text-justify: none;
}
.desktop ul.hmenu>li>ul.hmenu-right-to-left:before {
  right: 30px;
  left: 30px;
  text-justify: none;
}
.desktop ul.hmenu ul ul.hmenu-left-to-right:before {
  right: 30px;
  left: 10px;
  text-justify: none;
}
.desktop ul.hmenu ul ul.hmenu-right-to-left:before {
  right: 10px;
  left: 30px;
  text-justify: none;
}

.desktop ul.hmenu>li.ext>a
{
  white-space: nowrap;
  text-justify: none;
}

.desktop ul.hmenu>li.ext>a:hover,
.desktop ul.hmenu>li.ext:hover>a,
.desktop ul.hmenu>li.ext:hover>a.active
{
  background: none;
  /* default padding + border size */
  padding: 1px 23px 1px 23px;
  /* margin for shadow */
  margin: -0 -0 0 -0;
  overflow: hidden;
  position: relative;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: #000000;
  text-justify: none;
}

.desktop ul.hmenu>li.ext>a:hover:before,
.desktop ul.hmenu>li.ext:hover>a:before,
.desktop ul.hmenu>li.ext:hover>a.active:before
{
  position: absolute;
  content: ' ';
  /* top, right, left - for shadow */
  top: 0;
  right: 0;
  left: 0;
  /* border + shadow */
  bottom: -1px;
  background-color: #ECEFF8;
  border: 1px Solid #C6D0EB;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.8);
  z-index: -1;
  text-justify: none;
}

.desktop ul.hmenu>li.ext:hover>ul
{
  padding-top: 1px;
  /* menu bar padding */
  margin-top: 0;
  text-justify: none;
}

.desktop ul.hmenu>li.ext:hover>ul:before
{
  /* border + shadow */
  top: -1px;
  clip: rect(2px, auto, auto, auto);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.8);
  text-justify: none;
}

ul.hmenu>li.ext>.ext-r,
ul.hmenu>li.ext>.ext-l,
ul.hmenu>li.ext>.ext-m,
ul.hmenu>li.ext>.ext-off
{
  display: none;
  z-index: 12;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-justify: none;
}

.desktop ul.hmenu>li.ext>ul
{
  z-index: 13;
  text-justify: none;
}

.desktop ul.hmenu>li.ext.ext-r:hover>.ext-r,
.desktop ul.hmenu>li.ext.ext-l:hover>.ext-l
{
  position: absolute;
  display: block;
  overflow: hidden;
  /* size of radius
   * if size if 0 we should now generate script
   * that adds ext-r and ext-m divs
   */
  height: 2px;
  top: 100%;
  padding-top: 1px;
  margin-top: -1px
  text-justify: none;;
  /* border width + shadow */
}

.desktop ul.hmenu>li.ext:hover>.ext-r:before,
.desktop ul.hmenu>li.ext:hover>.ext-l:before
{
  position: absolute;
  content: ' ';
  top: 0;
  /* border + shadow */
  bottom: -1px;
  background-color: #ECEFF8;
  border: 1px Solid #C6D0EB;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.8);
  text-justify: none;
}

.desktop ul.hmenu>li.ext.ext-r:hover>.ext-r
{
  left: 100%;
  right: auto;
  padding-left: 0;
  margin-left: 0;
  padding-right: 1px;
  margin-right: -1px;
  text-justify: none;
  /* only shadow */
}

.desktop ul.hmenu>li.ext.ext-r:hover>.ext-r:before
{
  right: 0;
  left: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  text-justify: none;
}

.desktop ul.hmenu>li.ext.ext-l:hover>.ext-l
{
  right: 100%;
  left: auto;
  padding-right: 0;
  margin-right: 0;
  padding-left: 1px;
  margin-left: -1px;
  text-justify: none;
  /* only shadow */
}

.desktop ul.hmenu>li.ext.ext-l:hover>.ext-l:before
{
  right: -1px;
  left: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  text-justify: none;
}

.desktop ul.hmenu>li.ext:hover>.ext-m,
.desktop ul.hmenu>li.ext:hover>.ext-off
{
  position: absolute;
  display: block;
  overflow: hidden;
  height: 1px;
  top: 100%;
  text-justify: none;
}

.desktop ul.hmenu>li.ext.ext-r:hover>.ext-m
{
  /* shadow offset */
  left: -0;
  right: 0;
  /* shadow offset */
  padding-right: 0;
  padding-left: 0;
  text-justify: none;
}

.desktop ul.hmenu>li.ext:hover>.ext-off
{
  /* shadow offset */
  left: -0;
  right: -0;
  /* shadow offset */
  padding-left: 0;
  padding-right: 0;
  text-justify: none;
}

.desktop ul.hmenu>li.ext.ext-l:hover>.ext-m
{
  /* shadow offset */
  right: -0;
  left: 0;
  /* shadow offset */
  padding-left: 0;
  padding-right: 0;
  text-justify: none;
}

.desktop ul.hmenu>li.ext.ext-l.ext-r:hover>.ext-m
{
  /* shadow offset */
  right: -0;
  left: -0;
  /* shadow offset */
  padding-left: 0;
  padding-right: 0;
  text-justify: none;
}

.desktop ul.hmenu>li.ext:hover>.ext-m:before,
.desktop ul.hmenu>li.ext:hover>.ext-off:before
{
  position: absolute;
  content: ' ';
  top: -1px;
  bottom: -1px;
  /* shadow offset */
  background-color: #ECEFF8;
  border: 1px Solid #C6D0EB;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.8);
  text-justify: none;
}

.desktop ul.hmenu>li.ext.ext-r:hover>.ext-m:before
{
  right: -1px;
  left: 0;
  text-justify: none;
}

.desktop ul.hmenu>li.ext.ext-l:hover>.ext-m:before
{
  left: -1px;
  right: 0;
  text-justify: none;
}

.desktop ul.hmenu>li.ext.ext-l.ext-r:hover>.ext-m:before
{
  left: -1px;
  right: -1px;
  text-justify: none;
}

.sheet
{
  background: #FFFFFF;
  margin: 0 auto;
  position: relative;
  cursor: auto;
  width: 100%;
  min-width: 780px;
  max-width: 1240px;
  z-index: auto !important;
  text-justify: none;
}

.layout-wrapper
{
  position: relative;
  margin: 20px auto 0 auto;
  z-index: auto !important;
  text-justify: none;
}

.content-layout
{
  display: table;
  width: 100%;
  table-layout: fixed;
  text-justify: none;
}

.content-layout-row
{
  display: table-row;
  text-justify: none;
}

.layout-cell
{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  vertical-align: top;
  font-size: 12px;
  text-justify: none;
}

/* need only for content layout in post content */
.postcontent .content-layout
{
  border-collapse: collapse;
  text-justify: none;
}

.breadcrumbs
{
  margin: 0 auto;
  text-justify: none;
}

a.button,
a.button:link,
a:link.button:link,
body a.button:link,
a.button:visited,
body a.button:visited,
input.button,
button.button
{
  text-decoration: none;
  font-size: 11px;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-weight: bold;
  font-style: normal;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  color: #01141D;
  margin: 0 5px 0 0 !important;
  overflow: visible;
  cursor: pointer;
  text-indent: 0;
  line-height: 25px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  text-justify: none;
}

.button img
{
  margin: 0;
  vertical-align: middle;
}

.firefox2 .button
{
  display: block;
  float: left;
  text-justify: none;
}

input, select, textarea, a.search-button span
{
  vertical-align: middle;
  font-size: 11px;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-weight: bold;
  font-style: normal;
  text-justify: none;
}

.block select
{
  width: 96%;
  text-justify: none;
}

input.button
{
  float: none !important;
  -webkit-appearance: none;
  text-justify: none;
}

.button.active, .button.active:hover
{
  background: #C6D0EB;
  border-width: 0;
  padding: 0 10px;
  margin: 0 auto;
  text-justify: none;
}

.button.active, .button.active:hover {
  color: #043F5D !important;
  text-justify: none;
}

.button.hover, a.button:hover, a.formbutton:hover, formbutton:hover, .button:hover
{
  background: #92A3D9;
  border-width: 0;
  padding: 0 10px;
  margin: 0 auto;
  text-justify: none;
}
.button.hover, .button:hover {
  color: #032B3F !important;
  text-justify: none;
}

input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="number"], input[type="range"], input[type="tel"], input[type="time"], input[type="week"], textarea
{
  background: #F7F9FC;
  background: -webkit-linear-gradient(top, #C3CCEA 0, #ECEFF8 40%, #F0F2FA 50%, #F0F2FA 100%) no-repeat;
  background: -moz-linear-gradient(top, #C3CCEA 0, #ECEFF8 40%, #F0F2FA 50%, #F0F2FA 100%) no-repeat;
  background: -o-linear-gradient(top, #C3CCEA 0, #ECEFF8 40%, #F0F2FA 50%, #F0F2FA 100%) no-repeat;
  background: -ms-linear-gradient(top, #C3CCEA 0, #ECEFF8 40%, #F0F2FA 50%, #F0F2FA 100%) no-repeat;
  -svg-background: linear-gradient(top, #C3CCEA 0, #ECEFF8 40%, #F0F2FA 50%, #F0F2FA 100%) no-repeat;
  background: linear-gradient(to bottom, #C3CCEA 0, #ECEFF8 40%, #F0F2FA 50%, #F0F2FA 100%) no-repeat;
  border: 1px solid #41BAF6;
  margin: 0 auto;
  text-justify: none;
}
input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="number"], input[type="range"], input[type="tel"], input[type="time"], input[type="week"], textarea
{
  width: auto;
  padding: 6px 0;
  color: #2A3E79 !important;
  font-size: 11px;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-weight: bold;
  font-style: normal;
  text-shadow: none;
  text-justify: none;
}
input.error, textarea.error
{
  background: #F7F9FC;
  border: 1px solid #E2341D;
  margin: 0 auto;
  text-justify: none;
}
input.error, textarea.error {
  color: #E2341D !important;
  font-size: 11px;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-weight: bold;
  font-style: normal;
  text-justify: none;
}
form.search input[type="text"]
{
  background: #06537A;
  background: -webkit-linear-gradient(top, #043F5D 0, #065D88 40%, #07608D 50%, #07608D 100%) no-repeat;
  background: -moz-linear-gradient(top, #043F5D 0, #065D88 40%, #07608D 50%, #07608D 100%) no-repeat;
  background: -o-linear-gradient(top, #043F5D 0, #065D88 40%, #07608D 50%, #07608D 100%) no-repeat;
  background: -ms-linear-gradient(top, #043F5D 0, #065D88 40%, #07608D 50%, #07608D 100%) no-repeat;
  -svg-background: linear-gradient(top, #043F5D 0, #065D88 40%, #07608D 50%, #07608D 100%) no-repeat;
  background: linear-gradient(to bottom, #043F5D 0, #065D88 40%, #07608D 50%, #07608D 100%) no-repeat;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #C3CCEA;
  margin: 0 auto;
  width: 100%;
  padding: 4px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #E2F4FE !important;
  font-size: 16px;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: normal;
  text-justify: none;
}
form.search
{
  background-image: none;
  border: 0;
  display: block;
  position: relative;
  top: 0;
  padding: 0;
  margin: 5px;
  left: 0;
  line-height: 0;
  text-justify: none;
}

form.search input, a.search-button
{
  -webkit-appearance: none;
  top: 0;
  right: 0;
  text-justify: none;
}

form.search>input, a.search-button {
  bottom: 0;
  left: 0;
  vertical-align: middle;
  text-justify: none;
}

form.search input[type="submit"], input.search-button, a.search-button
{
  border-radius: 0;
  margin: 0 auto;
  text-justify: none;
}
form.search input[type="submit"], input.search-button, a.search-button {
  position: absolute;
  left: auto;
  display: block;
  border: none;
  background: url('images/searchicon.png') center center no-repeat;
  width: 24px;
  height: 100%;
  padding: 0;
  color: #FFFFFF !important;
  cursor: pointer;
  text-justify: none;
}

a.search-button span.search-button-text {
  display: none;
  text-justify: none;
}

label.checkbox:before
{
  background: #F7F9FC;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  border-width: 0;
  margin: 0 auto;
  width: 16px;
  height: 16px;
  text-justify: none;
}
label.checkbox
{
  cursor: pointer;
  font-size: 16px;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: normal;
  line-height: 16px;
  display: inline-block;
  color: #06537A !important;
  text-justify: none;
}

.checkbox>input[type="checkbox"]
{
  margin: 0 5px 0 0;
  text-justify: none;
}

label.checkbox.active:before
{
  background: #E5D07B;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  border-width: 0;
  margin: 0 auto;
  width: 16px;
  height: 16px;
  display: inline-block;
  text-justify: none;
}

label.checkbox.hovered:before
{
  background: #7BCFF9;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  border-width: 0;
  margin: 0 auto;
  width: 16px;
  height: 16px;
  display: inline-block;
  text-justify: none;
}

label.radiobutton:before
{
  background: #F7F9FC;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-width: 0;
  margin: 0 auto;
  width: 13px;
  height: 13px;
  text-justify: none;
}
label.radiobutton
{
  cursor: pointer;
  font-size: 16px;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: normal;
  line-height: 13px;
  display: inline-block;
  color: #06537A !important;
  text-justify: none;
}

.radiobutton>input[type="radio"]
{
  vertical-align: baseline;
  margin: 0 5px 0 0;
  text-justify: none;
}

label.radiobutton.active:before
{
  background: #41BAF6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-width: 0;
  margin: 0 auto;
  width: 13px;
  height: 13px;
  display: inline-block;
  text-justify: none;
}

label.radiobutton.hovered:before
{
  background: #7BCFF9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-width: 0;
  margin: 0 auto;
  width: 13px;
  height: 13px;
  display: inline-block;
  text-justify: none;
}

.comments
{
  border-top: 1px dotted #15AAF4;
  margin: 0 auto;
  margin-top: 25px;
  text-justify: none;
}

.comments h2
{
  color: #04354E;
  text-justify: none;
}

.comment-inner
{
  background: #ECEFF8;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #95A6DA;
  padding: 7px;
  margin: 0 auto;
  margin-left: 96px;
  text-justify: none;
}
.comment-avatar
{
  float: left;
  width: 80px;
  height: 80px;
  padding: 2px;
  background: #fff;
  border: 1px solid #DDE3F3;
  text-justify: none;
}

.comment-avatar>img
{
  margin: 0 !important;
  border: none !important;
  text-justify: none;
}

.comment-content
{
  padding: 10px 0;
  color: #1E2D57;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  text-justify: none;
}

.comment
{
  margin-top: 6px;
  text-justify: none;
}

.comment:first-child
{
  margin-top: 0;
  text-justify: none;
}

.comment-header
{
  color: #033249;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  text-justify: none;
}

.comment-header a,
.comment-header a:link,
.comment-header a:visited,
.comment-header a.visited,
.comment-header a:hover,
.comment-header a.hovered
{
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  text-justify: none;
}

.comment-header a, .comment-header a:link
{
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  color: #0BA3EF;
  text-justify: none;
}

.comment-header a:visited, .comment-header a.visited
{
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  color: #0BA3EF;
  text-justify: none;
}

.comment-header a:hover, .comment-header a.hovered
{
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  color: #0BA3EF;
  text-justify: none;
}

.comment-content a,
.comment-content a:link,
.comment-content a:visited,
.comment-content a.visited,
.comment-content a:hover,
.comment-content a.hovered
{
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  text-justify: none;
}

.comment-content a, .comment-content a:link
{
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  color: #A28820;
  text-justify: none;
}

.comment-content a:visited, .comment-content a.visited
{
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  color: #283A71;
  text-justify: none;
}

.comment-content a:hover, .comment-content a.hovered
{
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  color: #A28820;
  text-justify: none;
}

.pagination
{
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 6px;
  margin: 2px;
  text-justify: none;
}

.pagination>*:last-child
{
  margin-right: 0 !important;
  text-justify: none;
}

.pagination>span {
  cursor: default;
  text-justify: none;
}

.pagination>*
{
  background: #7BCFF9;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 10px;
  margin: 0 4px 0 auto;
  line-height: normal;
  position: relative;
  display: inline-block;
  margin-left: 0;
  text-justify: none;
}

.pagination a:link,
.pagination a:visited,
.pagination .active
{
  line-height: normal;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  color: #021E2C;
  text-justify: none;
}

.pagination .active
{
  background: #85D3F9;
  padding: 10px;
  margin: 0 4px 0 auto;
  color: #FFFFFF;
  text-justify: none;
}

.pagination .more
{
  background: #7BCFF9;
  margin: 0 4px 0 auto;
  text-justify: none;
}
.pagination a.more:link,
.pagination a.more:visited
{
  color: #262008;
  text-justify: none;
}
.pagination a:hover {
  background: #41baf6;
}
.pagination a:hover,
.pagination a.more:hover
{
  color: #032536;
  text-justify: none;
}
.pagination>*:after
{
  margin: 0 0 0 auto;
  display: inline-block;
  position: absolute;
  content: ' ';
  top: 0;
  width: 0;
  height: 100%;
  right: 0;
  text-decoration: none;
  text-justify: none;
}

.pagination>*:last-child:after {
  display: none;
  text-justify: none;
}

.commentsform
{
  background: #D5DCF0;
  padding: 10px;
  margin: 0 auto;
  margin-top: 25px;
  color: #04354E;
  text-justify: none;
}

.commentsform h2 {
  padding-bottom: 10px;
  margin: 0;
  color: #04354E;
  text-justify: none;
}

.commentsform label {
  display: inline-block;
  line-height: 25px;
  text-justify: none;
}

.commentsform input:not([type=submit]), .commentsform textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  text-justify: none;
}

.commentsform .form-submit
{
  margin-top: 10px;
  text-justify: none;
}
.vmenublock
{
  margin: 3px;
  text-justify: none;
}
div.vmenublock img
{
  margin: 0;
  text-justify: none;
}

.vmenublockheader
{
  padding: 10px 0;
  margin: 0 auto 7px;
  text-justify: none;
}
.vmenublockheader .t,
.vmenublockheader .t a,
.vmenublockheader .t a:link,
.vmenublockheader .t a:visited,
.vmenublockheader .t a:hover
{
  color: #D7B737;
  font-size: 16px;
  font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: normal;
  font-variant: small-caps;
  text-align: center;
  margin: 0 10px;
  text-justify: none;
}

.vmenublockcontent
{
  margin: 0 auto;
  text-justify: none;
}

ul.vmenu, ul.vmenu ul
{
  list-style: none;
  display: block;
  text-justify: none;
}

ul.vmenu, ul.vmenu li
{
  display: block;
  margin: 0;
  padding: 0;
  width: auto;
  line-height: 0;
  text-justify: none;
}

ul.vmenu
{
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  text-justify: none;
}

ul.vmenu>li>a
{
  padding: 0 10px;
  margin: 0 auto;
  font-size: 16px;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #000000;
  min-height: 30px;
  line-height: 30px;
  text-justify: none;
}
ul.vmenu a
{
  display: block;
  cursor: pointer;
  z-index: 1;
  position: relative;
  text-justify: none;
}

ul.vmenu ul, ul.vmenu li {
  position: relative;
  text-justify: none;
}

ul.vmenu>li
{
  margin-top: 0;
  text-justify: none;
}
ul.vmenu>li:first-child
{
  margin-top: 0;
  text-justify: none;
}

ul.vmenu>li>a:before
{
  content: url('images/vmenuitemicon.png');
  margin-right: 5px;
  bottom: 2px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
  text-justify: none;
}
.opera ul.vmenu>li>a:before
{
  /* Vertical-align:middle in Opera doesn't need additional offset */
  bottom: 0;
  text-justify: none;
}

ul.vmenu>li.active:before
{
  content: url('images/vmenuactiveitemicon.png');
  margin-right: 5px;
  bottom: 2px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
  text-justify: none;
}
.opera ul.vmenu>li.active:before
{
  /* Vertical-align:middle in Opera doesn't need additional offset */
  bottom: 0;
  text-justify: none;
}

ul.vmenu>li>a:hover:before, ul.vmenu>li.active:hover:before, ul.vmenu>li:hover>a:before, ul.vmenu>li:hover>a.active:before
{
  content: url('images/vmenuhovereditemicon.png');
  margin-right: 5px;
  bottom: 2px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
  text-justify: none;
}
.opera ul.vmenu>li>a:hover:before, .opera ul.vmenu>li.active:hover:before, .opera ul.vmenu>li:hover>a:before, .opera ul.vmenu>li:hover>a.active:before
{
  /* Vertical-align:middle in Opera doesn't need additional offset */
  bottom: 0;
  text-justify: none;
}

ul.vmenu>li>a:hover, ul.vmenu>li.active:hover, ul.vmenu>li:hover>a, ul.vmenu>li:hover>a.active
{
  background: #06537A;
  padding: 0 10px;
  margin: 0 auto;
  text-justify: none;
}
ul.vmenu>li>a:hover, ul.vmenu>li.active:hover
{
  text-decoration: none;
  text-justify: none;
}

ul.vmenu a:hover, ul.vmenu a.active:hover
{
  color: #DDE3F3;
  text-justify: none;
}

ul.vmenu>li.active:hover>span.border-top, ul.vmenu>li.active:hover>span.border-bottom
{
  background-color: transparent;
  text-justify: none;
}

ul.vmenu>li:hover>a, ul.vmenu>li:hover>a.active
{
  color: #DDE3F3;
  text-justify: none;
}

ul.vmenu>li.active
{
  padding: 0 10px;
  margin: 0 auto;
  text-decoration: none;
  color: #000000;
  text-justify: none;
}

ul.vmenu ul:before
{
  background: #D5DCF0;
  border: 1px solid #C3CCEA;
  margin: 0 auto;
  text-justify: none;
}
.desktop ul.vmenu ul
{
  padding: 36px 36px 36px 16px;
  margin: -36px 0 0 -5px;
  text-justify: none;
}

.desktop ul.vmenu>li>ul
{
  padding-left: 16px;
  margin-left: -10px;
  padding-top: 36px;
  margin-top: -30px;
  text-justify: none;
  top: 0;
}

.desktop ul.vmenu ul.vmenu-left-to-right
{
  right: auto;
  left: 0;
  padding: 36px 36px 36px 16px;
  margin: -36px 0 0 -5px;
  text-justify: none;
}

.desktop ul.vmenu>li>ul.vmenu-left-to-right
{
  padding-left: 16px;
  margin-left: -10px;
  padding-top: 36px;
  margin-top: -30px;
  text-justify: none;
}

.desktop ul.vmenu ul.vmenu-right-to-left
{
  left: auto;
  right: 0;
  padding: 36px 16px 36px 36px;
  margin: -36px -5px 0 0;
  text-justify: none;
}

.desktop ul.vmenu>li>ul.vmenu-right-to-left
{
  padding-right: 16px;
  margin-right: -10px;
  padding-top: 36px;
  margin-top: -30px;
  text-justify: none;
}

.desktop ul.vmenu ul:before
{
  display: block;
  position: absolute;
  content: ' ';
  z-index: -1;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 10px;
  text-justify: none;
}

.desktop ul.vmenu>li>ul:before
{
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 10px;
  text-justify: none;
}

.desktop ul.vmenu ul ul.vmenu-left-to-right:before
{
  right: 30px;
  left: 10px;
  text-justify: none;
}

.desktop ul.vmenu ul ul.vmenu-right-to-left:before
{
  right: 10px;
  left: 30px;
  text-justify: none;
}

.desktop ul.vmenu>li>ul.vmenu-left-to-right:before
{
  right: 30px;
  left: 10px;
  text-justify: none;
}

.desktop ul.vmenu>li>ul.vmenu-right-to-left:before
{
  right: 10px;
  left: 30px;
  text-justify: none;
}

ul.vmenu li li a
{
  margin: 0 auto;
  text-justify: none;
}

ul.vmenu ul a
{
  display: block;
  position: relative;
  min-height: 22px;
  overflow: visible;
  padding: 0;
  padding-left: 25px;
  z-index: 0;
  line-height: 22px;
  color: #0874AA;
  font-size: 16px;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  margin-left: 0;
  margin-right: 0;
  padding-right: 25px;
  text-justify: none;
}

.desktop ul.vmenu ul a
{
  min-width: 7em;
  white-space: nowrap;
  text-justify: none;
}

ul.vmenu ul a:visited, ul.vmenu ul a.active:hover, ul.vmenu ul a:hover, ul.vmenu ul a.active
{
  line-height: 22px;
  color: #0874AA;
  font-size: 16px;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  margin-left: 0;
  margin-right: 0;
  text-justify: none;
}

ul.vmenu li li
{
  position: relative;
  margin-top: 0;
  text-justify: none;
}

ul.vmenu li li:first-child
{
  margin-top: 0;
  text-justify: none;
}

ul.vmenu li {
  position: relative;
  text-justify: none;
}

ul.vmenu:after, ul.vmenu ul:after
{
  content: ".";
  height: 0;
  display: block;
  visibility: hidden;
  overflow: hidden;
  clear: both;
  text-justify: none;
}
ul.vmenu ul
{
  visibility: hidden;
  position: absolute;
  z-index: 10;
  background: none;
  min-height: 0;
  background-image: url('images/spacer.gif');
  /* left to right by default */
  left: 0;
  top: 0;
  text-justify: none;
}

.desktop ul.vmenu li:hover
{
  z-index: 10000;
  white-space: normal;
  text-justify: none;
}
.desktop ul.vmenu li:hover>ul
{
  visibility: visible;
  /* left to right by default */
  left: 100%;
  text-justify: none;
}

.desktop ul.vmenu li:hover>ul.vmenu-left-to-right
{
  right: auto;
  left: 100%;
  text-justify: none;
}
.desktop ul.vmenu li:hover>ul.vmenu-right-to-left
{
  left: auto;
  right: 100%;
  text-justify: none;
}
ul.vmenu ul>li+li>a,
ul.vmenu ul>li+li>a:hover,
ul.vmenu ul>li+li>a.active,
ul.vmenu ul>li+li>a:hover.active {
  border-top: 0;
  text-justify: none;
}

ul.vmenu ul>li>a:hover, ul.vmenu ul>li>a.active:hover, ul.vmenu ul>li:hover>a
{
  background: #06537A;
  margin: 0 auto;
  text-justify: none;
}
ul.vmenu ul li a:hover, ul.vmenu ul li a.active:hover
{
  text-decoration: none;
  color: #DDE3F3;
}

ul.vmenu ul a:hover:after
{
  background-position: center;
  text-justify: none;
}
ul.vmenu ul a.active:hover:after
{
  background-position: center;
  text-justify: none;
}
ul.vmenu ul a.active:after
{
  background-position: bottom;
  text-justify: none;
}

ul.vmenu ul li:hover>a
{
  color: #DDE3F3;
  text-justify: none;
}

ul.vmenu ul>li>a.active
{
  margin: 0 auto;
  text-justify: none;
}
ul.vmenu ul a.active, ul.vmenu ul a:hover, ul.vmenu ul a.active:hover
{
  text-decoration: none;
  color: #957D1D;
  text-justify: none;
}

.block
{
  margin: 3px;
  text-justify: none;
}

div.block img
{
  border: none;
  margin: 3px;
  text-justify: none;
}

.blockheader
{
  background: #2F71A7 url('images/blockheader.png') no-repeat scroll;
  background: -webkit-linear-gradient(top, rgba(39, 94, 138, 0.13) 0, rgba(52, 126, 186, 0.24) 40%, rgba(54, 130, 192, 0.24) 50%, rgba(52, 126, 186, 0.24) 60%, rgba(39, 94, 138, 0.13) 100%) no-repeat, url('images/blockheader.png') no-repeat, -webkit-linear-gradient(top, #2A6493 0, #3279B3 40%, #347CB7 50%, #3279B3 60%, #2A6493 100%) no-repeat;
  background: -moz-linear-gradient(top, rgba(39, 94, 138, 0.13) 0, rgba(52, 126, 186, 0.24) 40%, rgba(54, 130, 192, 0.24) 50%, rgba(52, 126, 186, 0.24) 60%, rgba(39, 94, 138, 0.13) 100%) no-repeat, url('images/blockheader.png') no-repeat, -moz-linear-gradient(top, #2A6493 0, #3279B3 40%, #347CB7 50%, #3279B3 60%, #2A6493 100%) no-repeat;
  background: -o-linear-gradient(top, rgba(39, 94, 138, 0.13) 0, rgba(52, 126, 186, 0.24) 40%, rgba(54, 130, 192, 0.24) 50%, rgba(52, 126, 186, 0.24) 60%, rgba(39, 94, 138, 0.13) 100%) no-repeat, url('images/blockheader.png') no-repeat, -o-linear-gradient(top, #2A6493 0, #3279B3 40%, #347CB7 50%, #3279B3 60%, #2A6493 100%) no-repeat;
  background: -ms-linear-gradient(top, rgba(39, 94, 138, 0.13) 0, rgba(52, 126, 186, 0.24) 40%, rgba(54, 130, 192, 0.24) 50%, rgba(52, 126, 186, 0.24) 60%, rgba(39, 94, 138, 0.13) 100%) no-repeat, url('images/blockheader.png') no-repeat, -ms-linear-gradient(top, #2A6493 0, #3279B3 40%, #347CB7 50%, #3279B3 60%, #2A6493 100%) no-repeat;
  -svg-background: linear-gradient(top, rgba(39, 94, 138, 0.13) 0, rgba(52, 126, 186, 0.24) 40%, rgba(54, 130, 192, 0.24) 50%, rgba(52, 126, 186, 0.24) 60%, rgba(39, 94, 138, 0.13) 100%) no-repeat, url('images/blockheader.png') no-repeat, linear-gradient(top, #2A6493 0, #3279B3 40%, #347CB7 50%, #3279B3 60%, #2A6493 100%) no-repeat;
  background: linear-gradient(to bottom, rgba(39, 94, 138, 0.13) 0, rgba(52, 126, 186, 0.24) 40%, rgba(54, 130, 192, 0.24) 50%, rgba(52, 126, 186, 0.24) 60%, rgba(39, 94, 138, 0.13) 100%) no-repeat, url('images/blockheader.png') no-repeat, linear-gradient(to bottom, #2A6493 0, #3279B3 40%, #347CB7 50%, #3279B3 60%, #2A6493 100%) no-repeat;
  padding: 10px 5px;
  margin: 0 auto 2px;
  text-justify: none;
}
.blockheader .t,
.blockheader .t a,
.blockheader .t a:link,
.blockheader .t a:visited,
.blockheader .t a:hover
{
  color: #FFFFFF;
  font-size: 16px;
  font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: normal;
  font-variant: small-caps;
  text-align: center;
  margin: 0 10px;
  text-justify: none;
}

.blockcontent
{
  padding: 5px;
  margin: 0 auto;
  color: #000000;
  font-size: 16px;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  text-align: justify;
  text-justify: none;
}

.blockcontent table,
.blockcontent li,
.blockcontent a,
.blockcontent a:link,
.blockcontent a:visited,
.blockcontent a:hover
{
  color: #000000;
  font-size: 16px;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  text-align: justify;
  text-justify: none;
}

.blockcontent p
{
  margin: 0 5px;
  text-justify: none;
}

.blockcontent a, .blockcontent a:link
{
  color: #06567F;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  text-justify: none;
}

.blockcontent a:visited, .blockcontent a.visited
{
  color: #06567F;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  text-justify: none;
}

.blockcontent a:hover, .blockcontent a.hover
{
  color: #06567F;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  text-justify: none;
}

.block ul>li:before
{
  content: url('images/blockbullets.png');
  margin-right: 6px;
  bottom: 2px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
  margin-left: -16px;
  text-justify: none;
}

.opera .block ul>li:before
{
  /* Vertical-align:middle in Opera doesn't need additional offset */
  bottom: 0;
  text-justify: none;
}

.block li
{
  font-size: 16px;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  line-height: 125%;
  color: #000000;
  margin: 5px 0 0 10px;
  text-justify: none;
}

.block ul>li, .block ol
{
  padding: 0;
  text-justify: none;
}

.block ul>li
{
  padding-left: 16px;
  text-justify: none;
}

.post
{
  padding: 5px;
  text-justify: none;
}
a img
{
  border: 0;
}

.article img, img.article, .block img, .footer img
{
  margin: 5px 5px 5px 5px;
}

.metadata-icons img
{
  border: none;
  vertical-align: middle;
  margin: 2px;
}

.article table, table.article
{
  border-collapse: collapse;
  margin: 1px;
  text-justify: none;
}

.post .content-layout-br
{
  height: 0;
  text-justify: none;
}

.article th, .article td
{
  padding: 2px;
  vertical-align: top;
  text-align: left;
  text-justify: none;
}

.article th
{
  text-align: center;
  vertical-align: middle;
  padding: 7px;
  text-justify: none;
}

pre
{
  overflow: auto;
  padding: 0.1em;
  text-justify: none;
}

.preview-cms-logo
{
  border: 0;
  margin: 1em 1em 0 0;
  float: left;
  text-justify: none;
}

.image-caption-wrapper
{
  padding: 5px 5px 5px 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.image-caption-wrapper img
{
  margin: 0 !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.image-caption-wrapper div.collage
{
  margin: 0 !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.image-caption-wrapper p
{
  font-size: 80%;
  text-align: right;
  margin: 0;
}

.postheader
{
  color: #021B27;
  margin: 5px 0;
  font-size: 24px;
  font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: normal;
  font-variant: small-caps;
  text-align: center;
  text-justify: none;
}

.postheader a,
.postheader a:link,
.postheader a:visited,
.postheader a.visited,
.postheader a:hover,
.postheader a.hovered
{
  font-size: 24px;
  font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: normal;
  font-variant: small-caps;
  text-align: center;
  text-justify: none;
}

.postheader a, .postheader a:link
{
  font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  text-decoration: none;
  text-align: left;
  color: #06537A;
  text-justify: none;
}

.postheader a:visited, .postheader a.visited
{
  font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  text-decoration: none;
  color: #06537A;
}

.postheader a:hover, .postheader a.hovered
{
  font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  text-decoration: underline;
  color: #0BA6F4;
  text-justify: none;
}

.postheadericons,
.postheadericons a,
.postheadericons a:link,
.postheadericons a:visited,
.postheadericons a:hover
{
  font-size: 11px;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  text-align: center;
  color: #364F9B;
  text-justify: none;
}

.postheadericons
{
  padding: 1px;
  text-justify: none;
}

.postheadericons a, .postheadericons a:link
{
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: italic;
  text-decoration: none;
  color: #DCBF4C;
  text-justify: none;
}

.postheadericons a:visited, .postheadericons a.visited
{
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: italic;
  text-decoration: none;
  color: #3D59AE;
  text-justify: none;
}

.postheadericons a:hover, .postheadericons a.hover
{
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: italic;
  text-decoration: underline;
  color: #C4A427;
  text-justify: none;
}

.postdateicon:before
{
  content: url('images/postdateicon.png');
  margin-right: 6px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
  bottom: auto;
}

.opera .postdateicon:before
{
  /* Vertical-align:middle in Opera doesn't need additional offset */
  bottom: 0;
}

.postauthoricon:before
{
  content: url('images/postauthoricon.png');
  margin-right: 6px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
  bottom: auto;
}

.opera .postauthoricon:before
{
  /* Vertical-align:middle in Opera doesn't need additional offset */
  bottom: 0;
}

.postpdficon:before
{
  content: url('images/postpdficon.png');
  margin-right: 6px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
  bottom: auto;
}

.opera .postpdficon:before
{
  /* Vertical-align:middle in Opera doesn't need additional offset */
  bottom: 0;
}

.postprinticon:before
{
  content: url('images/postprinticon.png');
  margin-right: 6px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
  bottom: auto;
}

.opera .postprinticon:before
{
  /* Vertical-align:middle in Opera doesn't need additional offset */
  bottom: 0;
}

.postemailicon:before
{
  content: url('images/postemailicon.png');
  margin-right: 6px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
  bottom: auto;
  text-justify: none;
}

.opera .postemailicon:before
{
  /* Vertical-align:middle in Opera doesn't need additional offset */
  bottom: 0;
}

.postediticon:before
{
  content: url('images/postediticon.png');
  margin-right: 6px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
  bottom: auto;
}

.opera .postediticon:before
{
  /* Vertical-align:middle in Opera doesn't need additional offset */
  bottom: 0;
  text-justify: none;
}

.postcontent ul>li:before, .post ul>li:before, .textblock ul>li:before
{
  content: url('images/postbullets.png');
  margin-right: 6px;
  bottom: 2px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
  text-justify: none;
}

.opera .postcontent ul>li:before, .opera .post ul>li:before, .opera .textblock ul>li:before
{
  /* Vertical-align:middle in Opera doesn't need additional offset */
  bottom: 0;
  text-justify: none;
}

.postcontent li, .post li, .textblock li
{
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  text-align: justify;
  color: #21305E;
  margin: 5px 0 5px 11px;
  text-justify: none;
}

.postcontent ul>li, .post ul>li, .textblock ul>li, .postcontent ol, .post ol, .textblock ol
{
  padding: 0;
  text-justify: none;
}

.postcontent ul>li, .post ul>li, .textblock ul>li
{
  padding-left: 16px;
  text-justify: none;
}

.postcontent ul>li:before, .post ul>li:before, .textblock ul>li:before
{
  margin-left: -16px;
  text-justify: none;
}

.postcontent ol, .post ol, .textblock ol, .postcontent ul, .post ul, .textblock ul
{
  margin: 1em 0 1em 11px;
  text-justify: none;
}

.postcontent li ol, .post li ol, .textblock li ol, .postcontent li ul, .post li ul, .textblock li ul
{
  margin: 0.5em 0 0.5em 11px;
  text-justify: none;
}

.postcontent li, .post li, .textblock li
{
  margin: 5px 0 5px 0;
  text-justify: none;
}

.postcontent ol>li, .post ol>li, .textblock ol>li
{
  /* overrides overflow for "ul li" and sets the default value */
  overflow: visible;
  text-justify: none;
}

.postcontent ul>li, .post ul>li, .textblock ul>li
{
  /* makes "ul li" not to align behind the image if they are in the same line */
  overflow-x: visible;
  overflow-y: hidden;
  text-justify: none;
}

blockquote
{
  background: #CAD3EC url('images/postquote.png') no-repeat scroll;
  padding: 10px 10px 10px 47px;
  margin: 10px 0 0 25px;
  color: #080C17;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: italic;
  text-align: justify;
  /* makes block not to align behind the image if they are in the same line */
  overflow: auto;
  clear: both;
  text-justify: none;
}

blockquote a, .postcontent blockquote a, .blockcontent blockquote a, .footer blockquote a,
blockquote a:link, .postcontent blockquote a:link, .blockcontent blockquote a:link, .footer blockquote a:link,
blockquote a:visited, .postcontent blockquote a:visited, .blockcontent blockquote a:visited, .footer blockquote a:visited,
blockquote a:hover, .postcontent blockquote a:hover, .blockcontent blockquote a:hover, .footer blockquote a:hover
{
  color: #080C17;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: italic;
  text-align: justify;
  text-justify: none;
}

/* Override native 'p' margins*/
blockquote p,
.postcontent blockquote p,
.blockcontent blockquote p,
.footer blockquote p
{
  margin: 0;
  text-justify: none;
}

.postfootericons,
.postfootericons a,
.postfootericons a:link,
.postfootericons a:visited,
.postfootericons a:hover
{
  font-size: 11px;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  text-align: center;
  color: #364F9B;
  text-justify: none;
}

.postfootericons
{
  padding: 1px;
  text-justify: none;
}

.postfootericons a, .postfootericons a:link
{
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: italic;
  text-decoration: none;
  color: #C4A427;
  text-justify: none;
}

.postfootericons a:visited, .postfootericons a.visited
{
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: italic;
  text-decoration: none;
  color: #0874AA;
  text-justify: none;
}

.postfootericons a:hover, .postfootericons a.hover
{
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: italic;
  text-decoration: underline;
  color: #C4A427;
  text-justify: none;
}

.postcategoryicon:before
{
  content: url('images/postcategoryicon.png');
  margin-right: 6px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
  bottom: auto;
  text-justify: none;
}

.opera .postcategoryicon:before
{
  /* Vertical-align:middle in Opera doesn't need additional offset */
  bottom: 0;
}

.posttagicon:before
{
  content: url('images/posttagicon.png');
  margin-right: 6px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
  bottom: auto;
  text-justify: none;
}
.opera .posttagicon:before
{
  /* Vertical-align:middle in Opera doesn't need additional offset */
  bottom: 0;
}

.postcommentsicon:before
{
  content: url('images/postcommentsicon.png');
  margin-right: 6px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
  bottom: auto;
  text-justify: none;
}

.opera .postcommentsicon:before
{
  /* Vertical-align:middle in Opera doesn't need additional offset */
  bottom: 0;
}

.Navigator .ccs-navigator img, .Navigator img
{
  border: 0;
  margin: 0;
  vertical-align: middle;
  text-justify: none;
}

tr.Navigator td, td span.Navigator
{
  text-align: center;
  vertical-align: middle;
  text-justify: none;
}

.Sorter img
{
  border: 0;
  vertical-align: middle;
  padding: 0;
  margin: 0;
  position: static;
  z-index: 1;
  width: 13px;
  height: 6px;
  text-justify: none;
}

.Sorter a
{
  position: relative;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  color: #0B99E0;
  text-justify: none;
}

.Sorter a:link
{
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  color: #0B99E0;
  text-justify: none;
}

.Sorter a:visited, .Sorter a.visited
{
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  color: #0B99E0;
  text-justify: none;
}

.Sorter a:hover, .Sorter a.hover
{
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  color: #0874AA;
  text-justify: none;
}

.Sorter
{
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  color: #06537A;
  text-justify: none;
}

.footer
{
  background: #06537A;
  border-top: 1px dotted #95A6DA;
  margin: 0 auto;
  float: bottom;
  position: relative;
  color: #FFFFFF;
  font-size: 11px;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  text-align: center;
  padding: 0;
  text-justify: none;
}

.footer a,
.footer a:link,
.footer a:visited,
.footer a:hover,
.footer td,
.footer th,
.footer caption
{
  color: #FFFFFF;
  font-size: 11px;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  text-justify: none;
}

.footer p
{
  padding: 0;
  text-align: center;
  text-justify: none;
}

.footer a,
.footer a:link
{
  color: #869AD5;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  text-justify: none;
}

.footer a:visited
{
  color: #6881CA;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  text-justify: none;
}

.footer a:hover
{
  color: #E4CE77;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  text-justify: none;
}

.footer h1
{
  color: #0A8FD1;
  font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  text-justify: none;
}

.footer h2
{
  color: #15AAF4;
  font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  text-justify: none;
}

.footer h3
{
  color: #DCBF4C;
  font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  text-justify: none;
}

.footer h4
{
  color: #95A6DA;
  font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  text-justify: none;
}

.footer h5
{
  color: #95A6DA;
  font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  text-justify: none;
}

.footer h6
{
  color: #95A6DA;
  font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  text-justify: none;
}

.footer img
{
  border: none;
  margin: 0;
  text-justify: none;
}

.footer-inner
{
  margin: 0 auto;
  min-width: 780px;
  max-width: 1240px;
  width: 100%;
  padding: 25px;
  padding-right: 25px;
  padding-left: 25px;
  text-justify: none;
}

.rss-tag-icon
{
  background: url('images/footerrssicon.png') no-repeat scroll;
  margin: 0 auto;
  min-height: 51px;
  min-width: 51px;
  display: inline-block;
  text-indent: 54px;
  background-position: left center;
  vertical-align: middle;
}

.rss-tag-icon:empty
{
  vertical-align: middle;
}

.facebook-tag-icon
{
  background: url('images/footerfacebookicon.png') no-repeat scroll;
  margin: 0 auto;
  min-height: 51px;
  min-width: 51px;
  display: inline-block;
  text-indent: 54px;
  background-position: left center;
  vertical-align: middle;
}

.facebook-tag-icon:empty
{
  vertical-align: middle;
}

.twitter-tag-icon
{
  background: url('images/footertwittericon.png') no-repeat scroll;
  margin: 0 auto;
  min-height: 51px;
  min-width: 51px;
  display: inline-block;
  text-indent: 54px;
  background-position: left center;
  vertical-align: middle;
}

.twitter-tag-icon:empty
{
  vertical-align: middle;
}

.tumblr-tag-icon
{
  background: url('images/tumblricon.png') no-repeat scroll;
  margin: 0 auto;
  min-height: 32px;
  min-width: 32px;
  display: inline-block;
  text-indent: 35px;
  background-position: left center;
  vertical-align: middle;
}

.tumblr-tag-icon:empty
{
  vertical-align: middle;
}

.pinterest-tag-icon
{
  background: url('images/pinteresticon.png') no-repeat scroll;
  margin: 0 auto;
  min-height: 32px;
  min-width: 32px;
  display: inline-block;
  text-indent: 35px;
  background-position: left center;
  vertical-align: middle;
}

.pinterest-tag-icon:empty
{
  vertical-align: middle;
}

.vimeo-tag-icon
{
  background: url('images/vimeoicon.png') no-repeat scroll;
  margin: 0 auto;
  min-height: 32px;
  min-width: 32px;
  display: inline-block;
  text-indent: 35px;
  background-position: left center;
  vertical-align: middle;
}

.vimeo-tag-icon:empty
{
  vertical-align: middle;
}

.youtube-tag-icon
{
  background: url('images/youtubeicon.png') no-repeat scroll;
  margin: 0 auto;
  min-height: 32px;
  min-width: 32px;
  display: inline-block;
  text-indent: 35px;
  background-position: left center;
  vertical-align: middle;
}

.youtube-tag-icon:empty
{
  vertical-align: middle;
}

.linkedin-tag-icon
{
  background: url('images/linkedinicon.png') no-repeat scroll;
  margin: 0 auto;
  min-height: 32px;
  min-width: 32px;
  display: inline-block;
  text-indent: 35px;
  background-position: left center;
  vertical-align: middle;
}

.linkedin-tag-icon:empty
{
  vertical-align: middle;
}

.footer ul>li:before
{
  content: url('images/footerbullets.png');
  margin-right: 6px;
  bottom: 2px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
  margin-left: -16px;
  text-justify: none;
}

.opera .footer ul>li:before
{
  /* Vertical-align:middle in Opera doesn't need additional offset */
  bottom: 0;
  text-justify: none;
}

.footer li
{
  font-size: 16px;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  line-height: 125%;
  color: #F6EED0;
  text-justify: none;
}

.footer ul>li, .footer ol
{
  padding: 0;
  text-justify: none;
}

.footer ul>li
{
  padding-left: 16px;
  text-justify: none;
}

.page-footer,
.page-footer a,
.page-footer a:link,
.page-footer a:visited,
.page-footer a:hover
{
  font-family: Arial;
  font-size: 10px;
  letter-spacing: normal;
  word-spacing: normal;
  font-style: normal;
  font-weight: normal;
  text-decoration: underline;
  color: #ACE1FB;
  text-justify: none;
}

.page-footer
{
  position: relative;
  z-index: auto !important;
  padding: 1em;
  text-align: center !important;
  text-decoration: none;
  color: #A1B0DE;
  text-justify: none;
}

.lightbox-wrapper
{
  background: #333;
  background: rgba(0, 0, 0, .8);
  bottom: 0;
  left: 0;
  padding: 0 100px;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 1000000;
  text-justify: none;
}

.lightbox,
.lightbox-wrapper .lightbox-image
{
  cursor: pointer;
  text-justify: none;
}

.lightbox-wrapper .lightbox-image
{
  border: 6px solid #fff;
  border-radius: 3px;
  display: none;
  max-width: 100%;
  vertical-align: middle;
  text-justify: none;
}

.lightbox-wrapper .lightbox-image.active
{
  display: inline-block;
  text-justify: none;
}

.lightbox-wrapper .lightbox-error
{
  background: #fff;
  border: 1px solid #b4b4b4;
  border-radius: 10px;
  box-shadow: 0 2px 5px #333;
  height: 80px;
  opacity: .95;
  padding: 20px;
  position: fixed;
  width: 300px;
  z-index: 100;
  text-justify: none;
}

.lightbox-wrapper .loading
{
  background: #fff url('images/preloader-01.gif') center center no-repeat;
  border: 1px solid #b4b4b4;
  border-radius: 10px;
  box-shadow: 0 2px 5px #333;
  height: 32px;
  opacity: .5;
  padding: 10px;
  position: fixed;
  width: 32px;
  z-index: 10100;
  text-justify: none;
}

.lightbox-wrapper .arrow
{
  cursor: pointer;
  height: 100px;
  opacity: .5;
  filter: alpha(opacity=50);
  position: fixed;
  width: 82px;
  z-index: 10003;
  text-justify: none;
}

.lightbox-wrapper .arrow.left
{
  left: 9px;
  text-justify: none;
}

.lightbox-wrapper .arrow.right
{
  right: 9px;
  text-justify: none;
}

.lightbox-wrapper .arrow:hover
{
  opacity: 1;
  filter: alpha(opacity=100);
  text-justify: none;
}

.lightbox-wrapper .arrow.disabled
{
  display: none;
  text-justify: none;
}

.lightbox-wrapper .arrow-t,
.lightbox-wrapper .arrow-b
{
  background-color: #fff;
  border-radius: 3px;
  height: 6px;
  left: 26px;
  position: relative;
  width: 30px;
  text-justify: none;
}

.lightbox-wrapper .arrow-t
{
  top: 38px;
  text-justify: none;
}

.lightbox-wrapper .arrow-b
{
  top: 50px;
  text-justify: none;
}

.lightbox-wrapper .close
{
  cursor: pointer;
  height: 22px;
  opacity: .5;
  filter: alpha(opacity=50);
  position: fixed;
  right: 39px;
  top: 30px;
  width: 22px;
  z-index: 10003;
  text-justify: none;
}

.lightbox-wrapper .close:hover
{
  opacity: 1;
  filter: alpha(opacity=100);
  text-justify: none;
}

.lightbox-wrapper .close .cw,
.lightbox-wrapper .close .ccw
{
  background-color: #fff;
  border-radius: 3px;
  height: 6px;
  position: absolute;
  left: -4px;
  top: 8px;
  width: 30px;
  text-justify: none;
}

.lightbox-wrapper .cw
{
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  -o-transform: rotate(45deg);
  /* Opera */
  -moz-transform: rotate(45deg);
  /* Firefox */
  text-justify: none;
}

.lightbox-wrapper .ccw
{
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  /* IE 9 */
  -webkit-transform: rotate(-45deg);
  /* Safari and Chrome */
  -o-transform: rotate(-45deg);
  /* Opera */
  -moz-transform: rotate(-45deg);
  /* Firefox */
  text-justify: none;
}

.lightbox-wrapper .close-alt,
.lightbox-wrapper .arrow-right-alt,
.lightbox-wrapper .arrow-left-alt
{
  color: #fff;
  display: none;
  font-size: 2.5em;
  line-height: 100%;
  text-justify: none;
}

.ie8 .lightbox-wrapper .close-alt,
.ie8 .lightbox-wrapper .arrow-right-alt,
.ie8 .lightbox-wrapper .arrow-left-alt
{
  display: block;
  text-justify: none;
}

.ie8 .lightbox-wrapper .cw,
.ie8 .lightbox-wrapper .ccw
{
  display: none;
  text-justify: none;
}

.content-layout .content
{
  margin: 0 auto;
  text-justify: none;
}

.content-layout .sidebar1
{
  margin: 0 auto;
  width: 250px;
  text-justify: none;
}

.content-layout .sidebar2
{
  margin: 0 auto;
  width: 250px;
  text-justify: none;
}

/* Begin Additional CSS Styles */

/* End Additional CSS Styles */

fieldset, .fieldset
{
  background: #D5DCF0;
  padding: 10px;
  margin: 0 auto;
  margin-top: 25px;
  color: #04354E;
  text-justify: none;
}

fieldset, .fieldset h2 {
  padding-bottom: 10px;
  margin: 0;
  color: #04354E;
  text-justify: none;
}

fieldset, .fieldset label {
  display: inline-block;
  line-height: 25px;
  text-justify: none;
}

fieldset, .fieldset input:not([type=submit]), fieldset, .fieldset textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: auto;
  max-width: auto;
  text-justify: none;
}

fieldset, .fieldset .form-submit
{
  margin-top: 10px;
  text-justify: none;
}

.fieldset {
  max-width: 100%;
  text-justify: none;
}

fieldset {
  width: 100%;
  text-justify: none;
}