/* Application CSS overides 2018 redesign **********************/

body {
  margin: 0;
  font: normal 15px/18px "Trebuchet MS", Helvetica, sans-serif;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  color: #414141;
}
.background-image {
  background: transparent url(../images/header-gradient-bg.png) repeat-x 0px -62px;
}
.content-1280 {
  width:1280px;
  background: none;
  font-size: inherit;
  margin:0 auto;
  padding:0 0px;
}
.page-title h1 {
	margin-top: 15px; /*2018*/
}
.page-title h1 + p {
	margin-top: 15px; /*2018*/
}
.footer {
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 30px;
  width: 100%;
  max-width: 1280px;
  height: 80px;
  font-size: 14px;
  clear: both;
}
.footer table {
  padding-top: 10px;
  width:100%;
  border-top: 2px dotted #c8d9e9;
  font-size: 14px;
}
.footer a:link {
  color: #414141;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
.pt5 { padding-top: 5px; }
.align-right {
    text-align: right;
}


/************** Fonts *************/

/* Define the 'font-family' of font classes*/
.regular-font,
.regular-font-big-verdana,
.bread-crumb-font,
.pages-num-font,
.bold-font,
.character-limit-info-font,
.info-text-font,
.copyright-font,
.regular-font-superScript,
.informational-text-font,
.error-text-font,
.error-text-font-big,
.file-quick-info-font,
.italic-font,
.book-name-font,
.small-description-font,
.business-card-owner,
.mandatory-field-font,
.business-card-text,
.popup-window-font,
.branding-footer-text,
.branding-footer-text-product
{
   font-family: "Trebuchet MS", Helvetica, sans-serif;
}

.regular-font-big,
.title-font
{
   font-family: "Palatino Linotype", Palatino, Georgia, serif;
}

/* Define all classes contains black font */
.regular-font-big,
.regular-font,
.regular-font-big-verdana,
.bread-crumb-font,
.pages-num-font,
.bold-font,
.character-limit-info-font,
.info-text-font,
.copyright-font,
.regular-font-superScript,
.file-quick-info-font,
.italic-font,
{
   color: #414141;
}

.regular-font-big
{
   font-size: 16px;
   line-height: 18px;
}

.regular-font-big-verdana
{
   font-size: 14px;
   line-height: 17px;
}

.regular-font
{
   font-size: 14px;
   line-height: 17px;
}

.pages-num-font,
.business-card-owner
{
   font-size: 10px;
   line-height: 17px;
}

.bread-crumb-font
{
   font-size: 14px;
   line-height: 15px;
}

.bold-font
{
   font-size: 14px;
   font-weight: 700;
}

.character-limit-info-font,
.info-text-font,
.regular-font-superScript
{
   font-size: 12px;
   line-height: 17px;
}

.copyright-font
{
   font-size: 12px;
   line-height: 15px;
}

.informational-text-font
{
   font-size: 12px;
}

.error-text-font,
.error-text-font-big
{
   color: #ff6633;
}

.error-text-font
{
   font-size: 12px;
}

.error-text-font-big
{
   font-size: 15px;
   font-weight: bold;
}

.book-name-font
{
	font-style: italic;
	font-size: 13px;
	color: #017dc4;
}
.popup-window-font
{
   font-size: 14px;
   color: #017dc4;
   line-height: 17px;
}

.branding-footer-text,
.branding-footer-text-product
{
   font-family: Verdana , Arial, Helvetica, sans-serif;
   font-size: 9px;
   font-weight:normal;
   color:  #017dc4;
}
.title-font
{
   font-size: 15px;
   color: #017dc4;
   line-height: 20px;
   font-weight: 700;
}

/************** Links *************/
a:link
{
	color: #017dc4;
}

a:visited
{
	color: #017dc4;
}

a:hover
{
	color: #017dc4;
	text-decoration: underline;
}

a:active
{
	color: #017dc4;
}

/* Those link declarations inserted here for situations the "a:" css declaration in the brandingCssFile overide the application
   links declaration. */

#overrideCSSLinksDeclaration span
{
   color: #017dc4;
}

#overrideCSSLinksDeclaration td
{
   color: #017dc4;
}

#overrideCSSLinksDeclaration a:link
{
   color: #017dc4;
}

#overrideCSSLinksDeclaration a:visited
{
   color: #017dc4;
}

#overrideCSSLinksDeclaration a:hover
{
   color: #017dc4;
   text-decoration: underline;
}

#overrideCSSLinksDeclaration a:active
{ color: #017dc4; }

.square-ul-style
{
  list-style-type:square;
	font-size: 1em;
	line-height: 1.3em;
	margin-top: 0.2em;
	margin-bottom: 0.1em;
  padding-left: 30px;
}

/*Typography*/
.content_title h2 {
  margin-bottom: 10px;
  padding-bottom: 10px;
	font-size: 21px;
	font-weight: bold;
	text-transform: uppercase;
  border-bottom: 2px dotted #c8d9e9;
}
.page-title h1 {
	margin-top: 15px; /*2018*/
}
.page-title.border {
  margin-bottom: 10px;
  border-bottom: 2px dotted #c8d9e9;
}
.page-title h1 + p {
	margin-top: 15px; /*2018*/
}
.page-title h1 {
  margin-bottom: 0px;
  padding-top: 15px;
  font: normal 36px/36px "Palatino Linotype", Palatino, Georgia, serif;
  font-weight: normal;
  font-size: 36px;
  line-height: 36px;
  color: #5b5a5a;
}
h1 {
	position:relative; /*2018*/
	font-family: "Palatino Linotype", Palatino, Georgia, serif;
	font-size:36px;  /*2018*/
	color:#414141;
	margin:5px 0px 0px 0px;
	z-index:100;  /*2018*/
}
h2 {
	font-family: "Palatino Linotype", Palatino, Georgia, serif;
	font-size:18px;  /*2018*/
	margin:0;
	font-weight:bold;  /*2018*/
	color: #414141;  /*2018*/
}
