@media screen {
/* ==========  BASIC SCREEN STYLES  ========== */

.stream,
.focustarget { position:absolute;right:9999px;left:auto;white-space:nowrap; }
.clr, .clear { display: none; }


/* ********************************** */
/* Basic Style Definitions            */
/* ********************************** */

html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  background: #000 url(i/bg1.jpg) fixed 50% 0 no-repeat;
  height: 100%;
}

body {
  background: url(i/body-bg.png) fixed 50% 0 repeat-y;
  padding: 0;
  margin: 0;
  color: #262626;
  font-size: 15px;
  line-height: 1.25;
  font-family: Lato, Arial, Helvetica, sans-serif;
  letter-spacing: .1px;
  text-align: left;
  min-height: 100%;
  min-width: 960px;
}

body.ajax-wait,
body.ajax-wait * {
  cursor: wait !important;
}


div, table { font-size: 1em; }

sup, sub { line-height: .5; }
sup { vertical-align:  .4em; }
sub { vertical-align: -.4em; }


p, blockquote, ul, ol, dl, table {
  margin-top: 0px;
  margin-bottom: .7em;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
ol { padding-left: 2em; }
ul, ol  { margin-left: 0; }
li { margin: 0; padding: 0; }


a {
  color: #055fc8;
  text-decoration: none;
  -o-transition: color .1s ease-in-out, background-color .1s ease-in-out, box-shadow .1s ease-in-out;
  -moz-transition: color .1s ease-in-out, background-color .1s ease-in-out, box-shadow .1s ease-in-out;
  -webkit-transition: color .1s ease-in-out, background-color .1s ease-in-out, box-shadow .1s ease-in-out;
  transition: color .1s ease-in-out, background-color .1s ease-in-out, box-shadow .1s ease-in-out;
}
a * {
  cursor: pointer;
}

*:focus {
  outline: 0; /* Damn ugly webkit outline */
}


img {
  margin: 0;
  padding: 0;
  border: none;
  vertical-align: top;
  max-width: 100%;
}


h1, h2, h3, h4, .boxhead {
  margin: 1.2em 0 .2em;
  line-height: 1.3;
  font-weight: bold;
}
.pgmain .boxhead,
h1 {
  font-size: 32px;
  margin: 0 0 8px;
  font-weight: normal;
}
.boxhead,
h2 {
  font-size: 22px;
}
h3 {
  font-size: 18px
}
h4 {
  font-size: 16px;
}

h1 + h2,
h2 + h3,
h3 + h4 {
  margin: 0 0 .2em;
}

.boxhead { margin-top: 0; font-weight: normal; }
.boxhead a { color: #272727; }






/* **** tables **** */
table { border-collapse: collapse; }
table, td, th, caption {
  border: 0;
  background: 0;
  padding: 0;
  text-align: left;
  vertical-align: top;
}
th acronym:hover { border: 0; }
th[align="center"],
td[align="center"],
th.center,
td.center {
  text-align: center;
}
th[align="right"],
td[align="right"],
th.right,
td.right {
  text-align: right;
}
th.num, td.num {
  text-align: right;
  white-space: nowrap;
}



/* **** Layout **** */
.pgwrap {
  position: relative;
  width: 960px;
  margin: 0 auto;
  background: url(i/pattern-steel.png) 50% 100% no-repeat;
  min-height: 100%;

}
.pgw2 {
  margin: 0 -20px;
  width: 940px;
  padding: 110px 30px 100px;
  overflow-x: hidden;
}



.pghead {
  position: fixed;
  margin: 0 auto;
  z-index: 100;
  top: 0;
  left: 50%;
  margin-left: -470px;
  width: 940px;
  padding-bottom: 7px;
  background: url(i/pgh-shadow.png) 0 100% repeat-x;
}
.pghead .wrap {
  height: 110px;
  background: #000;
}
.pghead .brand { padding: 31px 0 0 20px; }

.pghead .skip:focus {
  position: fixed;
  right: 10px;
  top: 10px;
  padding: 2px 5px;
  background: #fff;
  border: 1px solid #ccc;
}


.pgmain .wrap {
  padding: 42px 240px 32px 32px;
  background: #fff;
  min-height: 400px;
}
.twocol .pgmain {
  width: 620px;
  float: left;
  border-right: 320px solid #171717;
  border-right: 320px solid rgba(0,0,0,.5);
  margin-bottom: 20px;
}
.twocol .pgmain .wrap {
  padding-right: 32px;
}

.pgaside {
  width: 320px;
  margin-left: -320px;
  float: left;
  padding-top: 42px;
  margin-bottom: 20px;
}

.pgfoot {
  clear: both;
}

.wrap:after { content:""; display:block; clear:both; height:0;  visibility:hidden; }




/* ********************************** */
/* Definitions of Individual Items    */
/* ********************************** */


.pgaside .boxhead,
.pgaside .boxbody h2 {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 5px 11px;
  background: url(i/snav-bg.png) 0 0 repeat;
  margin: 0 0 16px;
  font-family: Exo, "Trebuchet MS", sans-serif;
  letter-spacing: normal;
  color: #fff;
  text-shadow: rgba(0,0,0, .3) -1px -1px 0;
}
.pgaside .boxbody h2 {
  margin: 0 -20px 16px;
  padding-left: 20px;
}
.pgaside .boxbody {
  padding: 0 20px 20px;
}

.module-banner {
  margin-top: -20px;
}
.module-social ul {
  margin-bottom: 8px;
}
.module-social ul:after { content:""; display:block; clear:both; height:0;  visibility:hidden; }
.module-social li {
  width: 140px;
  float: left;
  height: 21px;
  line-height: 21px;
  margin-bottom: 8px;
}
.module-social li a {
  background: url(i/icn-social.png) 0 0 no-repeat;
  padding-left: 30px;
  display: block;
  color: #fff;
}
.module-social li.facebook a { background-position: 0 0; }
.module-social li.twitter a { background-position: 0 -21px; }
.module-social li.youtube a { background-position: 0 -42px; }
.module-social li.vimeo a { background-position: 0 -63px; }
.module-social li.blog a { background-position: 0 -84px; }
.module-social li.mail a { background-position: 0 -105px; }
.module-social li.instagram a { background-position: 0 -126px; }



/* ******  meta  ****** */
.meta {
  color: #959595;
  display: block;
  font-weight: normal;
  font-size: 14px;
}
.meta a { color: #959595; }
.meta span { margin-right: 10px; }

.wrap ul.share-widgets {
  list-style: none;
  height: 20px;
  padding: 0;
  margin: 15px 0;
}
.wrap ul.share-widgets li {
  float: left;
  width: 100px;
}
.wrap ul.share-widgets li.tweet {
  width: 79px;
}
.wrap ul.share-widgets li.plusone {
  width: 52px;
}

a[href$=".pdf"]:after,
a[href$=".xls"]:after,
a[href$=".xlsx"]:after,
a[href$=".doc"]:after,
a[href$=".docx"]:after,
a.external:after {
  display:inline-block;
  height:1em;
  min-height:14px;
  margin:-3px 0 0 4px;
  overflow:hidden;text-indent:150%;content:"";
  width:14px;
  vertical-align:middle;
  background: 0 0 no-repeat;
}
a.external:after { background-image: url(i/icn-external.png); width: 10px; margin-bottom: -3px; }
a[href$=".doc"]:after,
a[href$=".docx"]:after { background-image: url(i/icn-doc.png); }
a[href$=".pdf"]:after { background-image: url(i/icn-pdf.png); }
a[href$=".xls"]:after,
a[href$=".xlsx"]:after { background-image: url(i/icn-xls.png); }



.pagination .counter,
.pagination .pagination-start,
.pagination .pagination-end {
  display: none;
}
.pagination {
  text-align: center;
  display: block;
  padding-top: 30px;
  clear: both;
}
.pagination li {
  display:inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  margin: 0;
  vertical-align: middle;
}
.pagination li a,
.pagination li span {
  text-align: center;
  color: #3d78bd;
  font-family: Exo, "Trebuchet MS", sans-serif;
  letter-spacing: normal;
  width: 20px;
  display: block;
  height: 20px;
  vertical-align: middle;
}
.pagination li span {
  color: #fff;
  background: #3d78bd;
}

.pagination .pagination-next,
.pagination .pagination-prev {
  margin: 0 5px;
}
.pagination .pagination-next a,
.pagination .pagination-prev a {
  background: url(i/pgr-arrows.png) 0 0 no-repeat;
  display: block;overflow:hidden;text-indent:150%;white-space:nowrap;
  width: 20px;
  height: 20px;
}
.pagination .pagination-next a {
  background-position: -20px 0;
}
.pagination .pagination-next span,
.pagination .pagination-prev span { display: none; }




/* ******  articlelist  ****** */
.articlelist .item {
  padding-bottom: 2px;
  margin-bottom: 2px;
  border-bottom: 1px dashed #d0d5db;
}
.articlelist .item:after { content:""; display:block; clear:both; height:0;  visibility:hidden; }
.articlelist .itmborder {
  border: 1px solid #fff;
  padding: 22px 50px 5px 12px;
  position: relative;
}
.articlelist .item h2 {
  margin: 0 0 8px;
  font-weight: normal;
  font-size: 26px;
}
.articlelist .item .meta {
  font-size: .85em;
  margin: 0 0 10px;
}
.articlelist .summary {
  line-height: 1.4;
  clear: both;
}
.articlelist .summary p { margin: 0.5; }
.articlelist .summary ul {
  clear: none;
  list-style: disc;
  margin-bottom: .5em;
  padding-left: 2em;
}
.articlelist .summary ul li { padding: 0; }
.articlelist .readmore {
  margin: 0;
  display: inline;
  height: 0;
}
.articlelist .readmore a {
  position: absolute;
  right: -1px;
  bottom: -1px;
  background: url(i/readmore.png) 0 0 no-repeat;
  display:block;overflow:hidden;text-indent:150%;white-space:nowrap;
  width: 21px;
  height: 21px;
  display: none;
}

.articlelist .share-widgets {
  margin: 20px 0 15px;
}

.articlelist .img-intro-left,
.articlelist .img-intro-right {
  float: left;
  max-width: 273px;
  max-height: 162px;
  overflow: hidden;
  margin: 0 30px 15px 0;
  border: 1px solid #eaeaea;
  -moz-box-shadow:    #dfdfdf 4px 4px 0 0;
  -webkit-box-shadow: #dfdfdf 4px 4px 0 0;
  box-shadow:         #dfdfdf 4px 4px 0 0;
}
.articlelist .img-intro-right {
  float: right;
  margin: 0 0 15px 30px;
}

.articlelist .item:hover .itmborder {
  border-color: #e0e6ed;
  background: #edf1f6;
}
.articlelist .item:hover .readmore a {
  display: block;
}


.videolist .item {
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.videolist .item .img-intro-left {
  margin-bottom: 0;
}
.videolist .item .summary {
  display: none;
}



/* ******  article  ****** */
.article {
  line-height: 1.4;
}
.article .introtext {
  color: #596675;
  font-size: 18px;
  margin: 0 0 .5em 0;
}
.article .meta { margin-bottom: .7em; }
.article .introtext p { margin: 0 0 .5em; }

.article p {
  margin-bottom: 1em;
}

.article img {
  clear: both;
  display: block;
  vertical-align: text-bottom;
  margin: 0 auto 1em;
}
.article .img-left,
.article img[align="left"],
.article img.left { float: left; clear: left;  margin: .2em 25px 1em 0; }
.article .img-right,
.article img[align="right"],
.article img.right { float: right; clear: right;  margin: .2em 0 1em 25px; }

.article .img-left img,
.article .img-right img,
.article .img-none img {
  float: none !important;
  margin: 0 !important;
}

.article .img-fulltext-right {
  float: right;
  clear: right;
  margin: 0 -210px 1em 25px;
}
.article .img-fulltext-left {
  clear: left;
  float: left;
  margin: 0 25px 1em 0;
}
.article .img-fulltext-left img,
.article .img-fulltext-right img {
  margin: 0;
  border: 1px solid #eaeaea;
  -moz-box-shadow:    #dfdfdf 4px 4px 0 0;
  -webkit-box-shadow: #dfdfdf 4px 4px 0 0;
  box-shadow:         #dfdfdf 4px 4px 0 0;
}

.article .imgcaption,
.article figcaption {
  margin: 8px 0 0;
  font-size: 14px;
  font-style: italic;
  color: #676767;
  padding: 0 2%;
  max-width: 100px;
  min-width: 95.5%;
  display: block;
}

.article blockquote {
  margin: 0 0 1.5em 32px;
  border-left: 2px solid #d3d3d3;
  padding-left: 12px;
  font-style: italic;
  position: relative;
}
.article blockquote:before {
  display:block;overflow:hidden;text-indent:-99px;content: "";
  background: url(i/quotes.png) 0 0 no-repeat;
  width: 17px;
  height: 14px;
  position: absolute;
  bottom: -2px;
  left: -26px;
}

.article table {
  margin-bottom: 1.5em;
}
.article td {
  padding: 5px 20px;
  border-bottom: 1px solid #e4e4e4;
}
.article tr:hover td {
  background-color: #e8f5fd;
  border-color: #dfedf6;
}


.article ol,
.article ul { margin-bottom: 1.5em; }
.article ul {
  list-style-image: url(i/li-bg.png);
  padding-left: 15px;
}
.article p + ol,
.article p + ul { margin-top: -.5em; }
.article li ul,
.article li ol { margin-bottom: .5em; }
.article li { margin-bottom: .3em; }
.article li li { font-size: 1em; }
.article ul > li {

}


.article .focus {
  padding: 11px 12px 5px;
  border-top: 2px solid #cbe2fe;
  border-bottom: 2px solid #cbe2fe;
  background: #e1eefd;
  overflow: hidden;
}
.article .focus img {
  float: left;
  margin: 0 20px 11px 0;
  border: 1px solid #e8e9ea;
  -moz-box-shadow:    #cad6e3 4px 4px 0 0;
  -webkit-box-shadow: #cad6e3 4px 4px 0 0;
  box-shadow:         #cad6e3 4px 4px 0 0;
}

.article .pagenav {
  clear: both;
  border-top: 1px solid #e4e4e4;
  padding: 16px 0 0;
  margin: 30px 0 0;
  list-style: none;
}
.article .pagenav:after { content:""; display:block; clear:both; height:0;  visibility:hidden; }
.article .pagenav li {
  float: left;
  margin: 0;
}
.article .pagenav .pagenav-next,
.article .pagenav .next {
  float: right;
}
.article .pagenav li a {
  font-size: 13px;
  line-height: 20px;
}
.article .pagenav .previous a:before,
.article .pagenav .pagenav-prev a:before,
.article .pagenav .next a:after,
.article .pagenav .pagenav-next a:after {
  background: url(i/pgr-arrows.png) 0 0 no-repeat;
  display:inline-block;overflow:hidden;text-indent:150%;white-space:nowrap;content:"";
  width: 20px;
  height: 20px;
  margin: 0 5px 0 0;
  vertical-align: middle;
}
.article .pagenav .next a:after,
.article .pagenav .pagenav-next a:after {
  background-position: -20px 0;
  margin: 0 0 0 5px;
}

.videoblock iframe {
  overflow: hidden !important;
}


.modalpop {
  position: absolute;
  top:  0;
  left: 0;
  width:  100%;
  height: 100%;
  text-align: center;
  z-index: 1000;
}
.modalpop .curtain {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0, .7);
}
.msie .modalpop .curtain {
  background-color: #000;
  filter: alpha(opacity=70);
}
.modalpop .popwin {
  background: #000;
  border-radius: 15px;
  padding: 25px;
  position: relative;
  top: 50px;
  margin: 0 0 100px 0;
  text-align: left;
  display: inline-block;
  width: 800px;
  color: #fff;
  font-size: 15px;
  line-height: 1.36;
}
.modal-text .popwin {
  padding: 40px;
  width: 770px;
}
.modalpop iframe {
  display: block;
}
.modalpop h1,
.modalpop h2 {
  margin: 0 0 .3em;
  color: #fff;
  font-weight: normal;
  font-size: 32px;
}
.modalpop .desc {
  padding-top: 15px;
}
.modalpop .desc p {
  margin: 0;
}
.modalpop .videoblock {
  width: 800px;
  height: 450px;
  background: url(i/video-load.gif) 50% 50% no-repeat;
}
.modalpop a.closebtn {
  background: url(i/popup-close.png) 0 0 no-repeat;
  display:block;overflow:hidden;text-indent:150%;white-space: nowrap;
  width: 20px;
  height: 20px;
  display: block;
  width: 28px;
  height: 24px;

  position: absolute;
  z-index: 5;
  top: 4px;
  right: 4px;
}





.profiles .articlelist {
  margin: 0 -230px 0 -20px;
}
.profiles .articlelist:after { content:""; display:block; clear:both; height:0;  visibility:hidden; }
.profiles .boxhead  {
  padding-left: 20px;
}
.profiles .articlelist .item {
  float: left;
  width: 141px;
  margin: 0 0 10px 10px;
  padding: 0;
  border: 0;
  cursor: pointer;
}
.profiles .articlelist .item:nth-of-type(6n+1) {
  clear: left;
}
.profiles .articlelist .item .itmborder {
  padding: 15px 12px 22px 10px;
  width: 116px;
}
.profiles .articlelist .item h2 {
  font-size: 14px;
}
.profiles .articlelist .item .img-intro-left {
  margin: 0 0 10px;
  max-width: 114px;
  max-height: 168px;
}
.profiles .articlelist .item .summary {
  display: none;
}


.profiles .joomimg_row {

}
.profiles .joomimg_row > div > div {
  display: table;
  width: 89px;
  height: 89px;
}
.profiles .joomimg_row a {
  display: table-cell;
  vertical-align: middle;
}
.profiles .joomimg_row img {
  max-width: 80px;
  max-height: 80px;
  height: auto !important;
  width: auto !important;
}
.profiles .joomimg_row .imgcaption {
  display: none;
}


.main.myndbond .article {
  margin-right: -208px;
}
.main .itm {
  padding: 30px 120px 10px 290px;
  margin: 0 0 20px;
  position: relative;
  border: 1px solid #e1e7ee;
  background: #edf1f6;
  height: 95px;
  cursor: pointer;
  -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
  -moz-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
  -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}
.main .itm:hover {
  background: #171717;
  border-color: #010101;
  color: #fff;
}
.main .itm:hover:after {
  background: url(i/myndb-arrow.png) 0 0 no-repeat;
  display:block;overflow:hidden;text-indent:150%;white-space:nowrap;content: "";
  width: 56px;
  height: 56px;
  position: absolute;
  right: 40px;
  top: 40px;
}
.myndbond.main .itm:hover:after {
  background-image: url(i/myndb-arrow.png)
}
.myndir.main .itm:hover:after {
  background-image: url(i/myndir-camera.png)
}
.main .itm img {
  position: absolute;
  top: -1px;
  left: -1px;
  margin: 0;
  border-right: 1px solid #f5f6f7;
}
.main .itm h2 {
  margin: 0;
  font-size: 22px;
  color: #055fc8;
  font-weight: normal;
  text-transform: uppercase;
}
.main .itm h2 a {
  color: #055fc8;
}




.myndir .pgmain .wrap {
  padding-right: 32px;
}

.myndir .jg_element_cat,
.myndir .jg_subcatelem_cat,
.myndir .jg_subcatelem_cat_r {
  width: 20%;
}
.myndir .jg_imgalign_catimgs,
.myndir .jg_subcatelem_photo {
  display: table;
  height: 162px;
  width: 162px;
  margin: 0 auto .3em;
}
.myndir .jg_imgalign_catimgs a,
.myndir .jg_subcatelem_photo a {
  display: table-cell;
  vertical-align: middle;
}
.myndir .jg_imgalign_catimgs img,
.myndir .jg_subcatelem_photo img {
  max-width: 150px;
  vertical-align: middle;
  margin: 0;
  border: 1px solid #ccc;
  padding: 5px;
}


/* ******  mnav  ****** */
.mnav {
  position: absolute;
  top: 40px;
  right: 8px;
  width: 660px;
}
.mnav ul {
  float: right;
}
.mnav li {
  float: left;
  padding: 0 18px 0 22px;
  background: url(i/mnav-sep.png) 0 50% no-repeat;
}
.mnav .item-101 { display: none; }

.mnav li a {
  display: block;
  text-transform: uppercase;
  font-family: Exo, "Trebuchet MS", sans-serif;
  letter-spacing: normal;
  color: #fff;
  font-size: 17px;
  position: relative;
}
.wrap .mnav a:hover,
.wrap .mnav a:focus,
.wrap .mnav a:active {
  outline : 0;
  text-decoration: none;
}
.mnav li a:after {
  background: url(i/mnav-arrow.png) 0 6px no-repeat;
  display:block;overflow:hidden;text-indent:150%;white-space:nowrap;content: "";
  width: 14px;
  height: 6px;
  position: absolute;
  bottom: -14px;
  left: 50%;
  margin-left: -7px;

  -o-transition: background-position .15s ease-in-out;
  -moz-transition: background-position .15s ease-in-out;
  -webkit-transition: background-position .15s ease-in-out;
  transition: background-position .15s ease-in-out;
}

.mnav .active a {
  font-weight: bold;
}
.wrap .mnav a:hover:after,
.wrap .mnav a:focus:after,
.mnav .active a:after {
  background-position: 0 0;
}



/* ******  snav  ****** */
.snav {
  position: absolute;
  left: 0;
  top: 75px;
  width: 940px;
  height: 35px;
  background: url(i/snav-bg.png) 0 0 repeat;
}
.snav ul { padding-left: 2px; }
.snav li {
  float: left;
  padding-bottom: 0;
  padding: 0 16px 0 18px;
  background: url(i/snav-sep.png) 0 50% no-repeat;
}
.snav li:first-child {
  background: 0;
}

.snav li a {
  display: block;
  line-height: 35px;
  text-transform: uppercase;
  color: #fff;
  font-size: 13px;
  text-shadow: rgba(0,0,0, .25) -1px -1px 0;
  position: relative;
}
.wrap .snav a:hover,
.wrap .snav a:focus,
.wrap .snav a:active {
}
.snav .active a {
  font-weight: bold;
}

.snav .active a:after {
  background: url(i/snav-arrow.png) 0 0 no-repeat;
  display:block;overflow:hidden;text-indent:150%;white-space:nowrap;content: "";
  width: 13px;
  height: 6px;
  position: absolute;
  bottom: -6px;
  left: 50%;
  margin-left: -7px;
}









/* ******  footer  ****** */
.module-footer,
.module-sitemap {
  padding: 12px 16px 12px 25px;
  border: 1px solid #242424;
  background: #171717;
  background: rgba(20,20,20, .6);
  font-size: 15px;
  color: #676767;
  text-shadow: rgba(0,0,0, .75) -1px -1px 0;
  margin-bottom: 20px;
}
.module-footer:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }
.module-footer .left {
  float: left;
  margin: 0;
}
.module-footer a {
  color: #676767;
}

.module-footer ul {
  float: right;
}
.module-footer li {
  float: left;
  padding: 0 14px 0 18px;
  background: url(i/mnav-sep.png) 0 50% no-repeat;
}
.module-footer li:first-child {
  background: 0;
}
.module-footer li a {
  color: #fff;
}


.module-sitemap {
  padding: 25px 0 25px 25px;
  font-size: 15px;
}
.module-sitemap .menu:after { content:""; display:block; clear:both; height:0;  visibility:hidden; }
.module-sitemap li.item-101 {
  display: none;
}
.module-sitemap .menu > li {
  float: left;
  width: 162px;
  margin-right: 20px;
}
.module-sitemap .menu > li > a {
  color: #777;
  text-transform: uppercase;
  margin-bottom: 12px;
  display: block;
}
.module-sitemap .menu ul a {
  color: #fff;
  margin-bottom: 8px;
  display: block;
}
.module-sitemap .menu ul a:before {
  content: "/ ";
  display: inline-block;
  color: #3d78bd;
  width: 12px;
}

.pgfoot .footnote {
  margin: 0;
  color: #616161;
  font-size: 13px;
  text-align: center;
}


/* ******  tooltip  ****** */
.tip {
  border: solid 1px #333;
  background: #ffc;
  font-size: .8em;
  text-align: left;
  padding: 3px;
  max-width: 400px
}
.tip-title {
  font-weight:bold;
}








/* **** forms **** */
.wrap form {
  margin: 0;
}
.pgmain form {
  padding: 20px 20px 0;
}
.pgmain form div {
  position: relative;
  margin: 0 0 8px;
  padding: 0;
}
.wrap fieldset {
  padding: 0;
  margin: 0 0 1em;
  border: none;
  position: relative;
}

.wrap input,
.wrap select,
.wrap textarea {
  vertical-align: middle;
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-size: 1em;

}
.wrap textarea {
  vertical-align: top;
  width: 300px;
}
.wrap select,
.wrap textarea,
.wrap input[type="search"],
.wrap input[type="text"],
.wrap input[type="email"] {
  border: 1px solid #d4dae0;
  color: #8d949a;
  background: #f7f7f7;
  border-radius: 5px;
  padding: 6px 10px !important;
  width: 340px;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wrap select:focus,
.wrap textarea:focus,
.wrap input[type="search"]:focus,
.wrap input[type="text"]:focus,
.wrap input[type="email"]:focus {
  outline: 0;
  -moz-box-shadow: #3D78BD 0 0 3px;
  -webkit-box-shadow: #3D78BD 0 0 3px;
  box-shadow: #3D78BD 0 0 3px;
}
.wrap select {
  padding-right: 6px !important;
}

.wrap label {
  display:inline-block;
  vertical-align: middle;
  width: 115px;
  padding-right: 10px;
  text-align: right;
  float: none;
  margin: 0;
  font-weight: normal;
}

a.button,
.wrap button,
.wrap input[type="submit"] {
  min-width: 85px;
  padding: 5px 10px;
  background: #6797ce;
  border-radius: 5px;
  color: #fff;
  border: 0;
  border-top: 1px solid #5377a0;
  text-shadow: rgba(0,0,0, .3) -1px -1px 0;
  cursor: pointer;
  margin: 8px 0 0 128px;
  vertical-align: middle;
  -o-transition: color .08s ease-in-out, background-color .08s ease-in-out;
  -moz-transition: color .08s ease-in-out, background-color .08s ease-in-out;
  -webkit-transition: color .08s ease-in-out, background-color .08s ease-in-out;
  transition: color .08s ease-in-out, background-color .08s ease-in-out;
}
a.button:hover,
a.button:focus,
.wrap button:hover,
.wrap button:focus,
.wrap input[type="submit"]:hover,
.wrap input[type="submit"]:focus {
  background: #3d78bd;
  border-top-color: #1a4980;
}
a.button {
  display: inline-block;
  margin: 0;
}

.wrap form select.invalid,
.wrap form input.invalid,
.wrap form textarea.invalid {
  -moz-box-shadow: #c00 0 0 3px;
  -webkit-box-shadow: #c00 0 0 3px;
  box-shadow: #c00 0 0 3px;
}

.chronoform .external {
  visibility: hidden;
}

.contact-form .fi_txt label {
  padding-left: 38px;
  width: 75px;
  text-align: left;
  background: url(i/contact-icns.png) 7px 1px no-repeat;
}
.contact-form .fi_email label {
  background-position: 7px -39px;
}
.contact-form .fi_subj label {
  background-position: 7px -80px;
}
.contact-form .fi_bdy label  { position:absolute;right:9999px;left:auto; }
.contact-form .fi_bdy textarea {
  width: 466px;
  height: 150px;
}
.contact-form .star {
  display: none;
}
.contact-form button {
  float: right;
  margin-right: 50px;
}



/* ******  search  ****** */
.searchbox {
  position: absolute;
  top: 9px;
  right: 35px;
  width: 200px;
  height: 20px;
}
.searchbox div {
  margin: 0;
}
.searchbox label {
  background: url(i/icn-search.png) 0 0 no-repeat;
  display:block;overflow:hidden;text-indent:150%;white-space:nowrap;content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  right: -15px;
  top: -5px;
  z-index: 10;
  padding: 0;
}
.searchbox label:hover {
  background-position: 0 -30px;
}
.searchbox .inputbox[type="text"],
.searchbox .inputbox[type="search"] {
  position: absolute;
  font-size: 13px;
  color: #444;
  right: 0;
  height: 20px;
  padding: 0 !important;
  border: 0;
  width: 0;
  border-radius: 7px;
  -o-transition: width .12s ease-in-out;
  -moz-transition: width .12s ease-in-out;
  -webkit-transition: width .12s ease-in-out;
  transition: width .12s ease-in-out;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.searchbox:hover .inputbox,
.searchbox .focused .inputbox {
  width: 100%;
  padding: 0 10px !important;
}




.search #searchForm {
  padding: 0;
}
.search #searchForm button {
  margin: 0 0 0 5px;
}
.search .phrases,
.search .form-limit {
  display: none;
}
.search dt,
.search dd {
  margin: 0;
  padding: 0;
  line-height: 1.4;
}
.search .result-title {
  display: inline-block;
}
.search .result-category {
  display: inline-block;
}
.search .result-text {
  margin-bottom: 20px;
}




/* ******  home  ****** */
.home .pgw2 {
  padding-top: 96px;
}
.home .pgmain .wrap {
  background: 0;
  padding: 0;
}
.home .pghead .wrap {
  height: 75px;
  border-bottom: 1px solid #272727;
}

.home .mnav li a:before {
  display:block; overflow:hidden; line-height:0; text-indent:-99px; text-align:left;
  content: "";
  height: 1px;
  background: #272727;
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  -o-transition: background-color .15s ease-in-out;
  -moz-transition: background-color .15s ease-in-out;
  -webkit-transition: background-color .15s ease-in-out;
  transition: background-color .15s ease-in-out;
}
.home .mnav li a:hover:before,
.home .mnav li a:focus:before {
  background-color: #3D78BD;
}


.home-top {
  margin-bottom: 30px;
}
.home-top:after { content:""; display:block; clear:both; height:0;  visibility:hidden; }
.home-top .bannergroup {
  border: 1px solid #fff;
  width: 938px;
  height: 350px;
  position: relative;
}
.home-top .bannergroup .banneritem {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.home-top .bannergroup .banneritem:first-child {
  display: block;
}
.home-top .bannergroup .paging {
  position: absolute;
  bottom: -1px;
  left: -21px;
}
.home-top .bannergroup .paging strong,
.home-top .bannergroup .paging .next,
.home-top .bannergroup .paging .prev { display: none; }
.home-top .bannergroup .paging a {
  display: block;
  width: 20px;
  line-height: 20px;
  text-align: center;
  background: #3d78bd;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  font-family: Exo, "Trebuchet MS", sans-serif;
  letter-spacing: normal;
  margin-top: 3px;
}
.home-top .bannergroup .paging a.current {
  background: #fff;
  color: #000;
}
.home-top .bannergroup .paging a:hover,
.home-top .bannergroup .paging a:focus {
  background: #fff;
  color: #000;
  -moz-box-shadow: #fff 0 0 3px;
  -webkit-box-shadow: #fff 0 0 3px;
  box-shadow: #fff 0 0 3px;
}


.home-featured {
  margin-bottom: 20px;
}
.home-featured .boxhead  {
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  font-family: Exo, "Trebuchet MS", sans-serif;
  letter-spacing: normal;
  font-weight: 500;
}
.home-featured .boxbody {
  padding: 25px;
  background: #fff;
  font-size: 18px;
  font-weight: 300;
  *zoom:1;
}
.home-featured .boxbody .item:after { content:""; display:block; clear:both; height:0;  visibility:hidden; }
.home-featured .boxbody .img {
  float: left;
  width: 432px;
  max-height: 286px;
  overflow: hidden;
  display: block;
  border: 1px solid #eaeaea;
  -moz-box-shadow:    #e5e5e5 4px 4px 0 0;
  -webkit-box-shadow: #e5e5e5 4px 4px 0 0;
  box-shadow:         #e5e5e5 4px 4px 0 0;
  text-align: center;
  margin: 0 25px 0 0;
}
.home-featured .boxbody h3 {
  font-size: 30px;
  margin: 0 0 .3em;
  font-weight: 400;
}
.home-featured .boxbody .readmore {
  display: inline-block;
  line-height: 25px;
  padding: 0 14px;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  background: #3d78bd;
}
.home-featured .boxbody .readmore:hover,
.home-featured .boxbody .readmore:focus,
.home-featured .boxbody .readmore:active {
  background: #055FC8;
  text-decoration: none;
}


.home-cols {
  position: relative;
  *zoom:1;
}
.home-cols:after { content:""; display:block; clear:both; height:0;  visibility:hidden; }

.home-cols .col-left {
  float: left;
  width: 620px;
}
.home-cols .col-left .module {
  margin-bottom: 20px;
}
.home-cols .col-left .boxhead  {
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  font-family: Exo, "Trebuchet MS", sans-serif;
  letter-spacing: normal;
  font-weight: 500;
}
.home-cols .col-left .boxbody {
  background: #fff;
  overflow: hidden;
  position: relative;
  padding: 25px 25px 25px 5px;
  line-height: 1.36;
  font-size: 14px;
  *zoom:1;
}
.home-cols .col-left .boxbody:after { content:""; display:block; clear:both; height:0;  visibility:hidden; }

.home-cols .col-left .item {
  margin: 0 0 0 20px;
  float: left;
  width: 275px;
}
.home-cols .col-left .item .img {
  width: 273px;
  max-height: 162px;
  overflow: hidden;
  display: block;
  margin: 0 0 10px;
  border: 1px solid #eaeaea;
  -moz-box-shadow:    #e5e5e5 4px 4px 0 0;
  -webkit-box-shadow: #e5e5e5 4px 4px 0 0;
  box-shadow:         #e5e5e5 4px 4px 0 0;
  text-align: center;
}
.home-cols .col-left .item h2,
.home-cols .col-left .item h3 {
  font-size: 18px;
  margin: 0 0 .3em;
  font-weight: 400;
  display: none;
}
.home-cols .col-left .item h3.newsflash-title {
  display: block;
}

.home-cols .col-right {
  float: left;
  width: 300px;
  margin-left: 20px;
  padding-top: 30px;
}

.home-cols .col-right .bannergroup {
  width: 300px;
  height: 300px;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
}
.home-cols .col-right .banneritem {
  position: absolute;
  top: 0;
  left: 0;
}

.home-cols .col-right .custom {
  background: #fff;
  margin-bottom: 20px;
}


.home-images {
  overflow: hidden;
}
.home-images .bannergroup-left,
.home-images .bannergroup-right {
  float: left;
  margin-bottom: 20px;
  position: relative;
  width: 460px;
  height: 100px;
}
.home-images .bannergroup-right {
  margin-left: 20px;
}

.home-images .bannergroup-left .banneritem,
.home-images .bannergroup-right .banneritem {
  position: absolute;
  top: 0;
  left: 0;
}


.instafeed {
  margin-bottom: 20px;
  *zoom:1;
}
.instafeed:after { content:""; display:block; clear:both; height:0;  visibility:hidden; }
.instafeed .boxhead {
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  font-family: Exo, "Trebuchet MS", sans-serif;
  letter-spacing: normal;
  font-weight: 500;
}
.instafeed .boxhead a {
  color: #fff;
}
.instafeed .boxhead a:after {
  content: none;
}
.instafeed ul {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}
.instafeed ul:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }
.instafeed li {
  float: left;
  width: 155px;
  height: 155px;
  overflow: hidden;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.instafeed li.img-0 {
  width: 470px;
  height: 467px;
}
.instafeed li.img-1 {
  width: 311px;
  height: 311px;
}
.instafeed li a:after {
  content: none;
}
.instafeed li img {
  min-width: 100%;
  min-height: 100%;
}



/* .eot version of Exo looks bad */
.msie .pgaside .boxhead,
.msie .pgaside .boxbody h2,
.msie .pagination li a,
.msie .pagination li span,
.msie .mnav li a,
.msie .home-top .bannergroup-left .paging a,
.msie .home-tabs .boxhead,
.msie .home-tabs .tab-box a,
.msie .home-images .focusitm .title,
.msie .home-bottom .newsflash h3 a {
  font-family: "Trebuchet MS", tahoma, sans-serif;
}





/* "Fix" for crappy font rendering in Chrome for windows (v18-22) - http://code.google.com/p/chromium/issues/detail?id=137692 */
.chrome-win .pgaside .boxhead,
.chrome-win .pgaside .boxbody h2,
.chrome-win .pagination li a,
.chrome-win .pagination li span,
.chrome-win .mnav li a,
.chrome-win .home-top .bannergroup-left .paging a,
.chrome-win .home-tabs .boxhead,
.chrome-win .home-tabs .tab-box a,
.chrome-win .home-images .focusitm .title,
.chrome-win .home-bottom .newsflash h3 a {
  font-family: "Trebuchet MS", tahoma, sans-serif;
}





/* ******  links  ****** */
div.wrap a:hover,
div.wrap a:focus,
div.wrap a:active { text-decoration: underline; }
div.wrap a:hover,
div.wrap a:active { outline: none; }
body a[name],
body a[name]:hover { color: inherit; text-decoration: inherit; }




/* === END: BASIC SCREEN STYLES === */
}


@media screen and (max-width:980px) {
  .pghead {
    position: absolute;
    left: 10px;
    margin: 0;
  }
}


@media print {
/* ==========  PRINT STYLES  ========== */


.stream,
.mnav,
.snav,
.searchbox,
object,
.share-widgets,
.focustarget,
.pagenav,
.paging,
.pagination,
.readmore,
.pgaside,
.module-footer ul { display: none; }

body {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  font-size: 11pt;
}


div, table { font-size: 1em; }


a {
  text-decoration: none;
}


p, table, blockquote, ul, ol, dl {
  margin-top: 0;
  margin-bottom: 0.67em;
  widows: 2;
  orphans: 2;
}
ul, ol {
  margin-left: 0;
  padding-left: 2.25em;
}

img {
  margin: 0;
  border: none;
  padding: 0;
}

h1, h2, h3, h4, h5, caption {
  font-family: Helvetica, Arial, sans-serif;
  page-break-after: avoid;
  page-break-inside: avoid;
  font-weight: bold;
  margin: 0;
}
h1 {
  font-size: 1.5em;
  margin-bottom: .4em;
}
h2 {
  font-size: 1.33em;
  margin-top: 1.5em;
  margin-bottom: .4em;
}
h3 {
  font-size: 1.1em;
  margin-top: 1.1em;
  margin-bottom: 0.5em;
}
h4 {
  font-size: 0.9em;
  margin-top: 1em;
  margin-bottom: 0;
}
h1 a, h2 a, h3 a, h4 a {
  color: #000;
}

table {}
caption { text-align: left; }
th, td {
  page-break-inside: avoid;
  vertical-align: top;
  text-align: left;
}


.meta {
  color: #ccc;
  font-size: .9em;
}


.pghead {
  padding-bottom: 0.4em;
  border-bottom: 0.1em solid #000;
  margin-bottom: 2.1em;
}
.pghead img {
  height: 29px;
  width: auto;
  vertical-align: middle;
}


.pgfoot {
  padding-top: 0.4em;
  border-top: 0.1em solid #000;
  margin-top: 2.1em;
}
.pgfoot p {
  margin: 0;
}



/* === END: PRINT === */
}
