@charset "UTF-8";

@font-face {
	font-family: 'etc-trispace';
	 src: url('ETCTrispaceVariable.woff2') format('woff2-variations'); 
}

@font-face {
    font-family: 'montserratbold';
    src: url('../fonts/montserrat-bold-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratbolditalic';
    src: url('../fonts/montserrat-bolditalic-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratitalic';
    src: url('../fonts/montserrat-italic-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratlight';
    src: url('../fonts/montserrat-light-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratmedium'
    src: url('../fonts/montserrat-medium-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserrat';
    src: url('../fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ptmono';
    src: url('../fonts/ptm55ft-webfont.woff2') format('woff2'),
         url('../fonts/ptm55ft-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ptsansbold';
    src: url('../fonts/pt_sans-web-bold-webfont.woff2') format('woff2'),
         url('../fonts/pt_sans-web-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ptsansbolditalic';
    src: url('../fonts/pt_sans-web-bolditalic-webfont.woff2') format('woff2'),
         url('../fonts/pt_sans-web-bolditalic-webfont.woff') format('woff');
    font-weight: boldnormal;
    font-style: italic;

}

@font-face {
    font-family: 'ptsansitalic';
    src: url('../fonts/pt_sans-web-italic-webfont.woff2') format('woff2'),
         url('../fonts/pt_sans-web-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ptsans';
    src: url('../fonts/pt_sans-web-regular-webfont.woff2') format('woff2'),
         url('../fonts/pt_sans-web-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'ptsanscaptionbold';
    src: url('../fonts/pt_sans-caption-web-bold-webfont.woff2') format('woff2'),
         url('../fonts/pt_sans-caption-web-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ptsanscaption';
    src: url('../fonts/pt_sans-caption-web-regular-webfont.woff2') format('woff2'),
         url('../fonts/pt_sans-caption-web-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ptsansnarrowbold';
    src: url('../fonts/pt_sans-narrow-web-bold-webfont.woff2') format('woff2'),
         url('../fonts/pt_sans-narrow-web-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ptsansnarrow';
    src: url('../fonts/pt_sans-narrow-web-regular-webfont.woff2') format('woff2'),
         url('../fonts/pt_sans-narrow-web-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ptserifbold';
    src: url('../fonts/pt_serif-web-bold-webfont.woff2') format('woff2'),
         url('../fonts/pt_serif-web-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ptserifbolditalic';
    src: url('../fonts/pt_serif-web-bolditalic-webfont.woff2') format('woff2'),
         url('../fonts/pt_serif-web-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ptserifitalic';
    src: url('../fonts/pt_serif-web-italic-webfont.woff2') format('woff2'),
         url('../fonts/pt_serif-web-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ptserif';
    src: url('../fonts/pt_serif-web-regular-webfont.woff2') format('woff2'),
         url('../fonts/pt_serif-web-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
/*
a:link{
text-decoration:none;
color:#6a8480;
}*/
a {
    color:#6a8480;
    outline: 0
}

a:hover {
    text-decoration: none;
    color: #286192;
}

 a:visited:before {
  font-family: FontAwesome; 
   content:  "\2713 ";
}

body {
    font-family: 'ptsans';
    /*ont-variant: no-common-ligatures proportional-nums;*/
    font-size: 16px;
    line-height:27px;
    color: #333;
}
    

p {
    text-indent: 8px;
    margin-top: 0;
    margin-bottom: .25em
}

.accent,
span.accent {
    color: #6f7e63;
    letter-spacing: 1px;
    font-weight: 600
}



.lettrine {
float: left;
display: inline-block;
   color: #767676;
    font-size: 1.8em;
    margin: -2px -8px 0px 0px;
    font-family: 'ptserifbold';
    
}




li:before {
    content: “\f13d”;
    content: “\f067”;
    font-family: “FontAwesome”;
    width: 10px;
    height: 10px;
    margin-right: 5px;
    color: #749272
}


.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'montserratmedium';
    line-height: 1.3
}

.h1, h1 {
    font-size: 22px
}

.h2, h2 {
    font-size: 20px;
    margin-bottom: 8px;
    color: #6a8480
}

.h3, h3 {
    font-size: 18px;
    /*margin-top: 18px;*/
    color: #286192
}
.h4, h4 {
    font-size: 17px;
    color: #337a83;
    margin-bottom: 12px;
    
}

.h5, h5 {
    font-size: 18px;
    font-weight: 700;
    color: #286192
}

.h6 {
    font-size: 18px;
    margin: 10px 0 2px;
    color: #286192
}


.entry-header h2,
.entry-header h2 a {
    color: #6a8480;
    font-size: 19px;
    margin: 18px 0px  -18px;  
    line-height:1.2     
}




.entry-header h2 a:hover {
    color: #286192;
    }

/*
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: pt_sans;
    line-height: 1.1
}

.h1,
h1 {
    font-size: 24px
}

.h2,
h2 {
    font-size: 22px;
    margin-bottom: 8px;
    color: #6a8480
}

.h3,
.h4,
h3,
h4 {
    font-size: 20px
}

.entry-header h2,
.entry-header h2 a {
    color: #6a8480;
    font-size: 22px;
    margin-bottom: -15px
}

.h3,
h3 {
    margin-top: 18px;
    color: #286192
}

.h5,
.h6,
h4,
h5,
h6 {
    margin: 10px 0 2px;
    color: #286192
}

.h4,
h4 {
    color: #337a83
}

.h5,
h5 {
    font-weight: 700
}
*/
strong {
    color: #6f7e63
}

#sp-left,
#sp-right {
    height: auto;
    background: linear-gradient(to bottom, #fff 5%, rgba(240, 240, 240, .5) 20%, #f8f8f8 75%)
}

#sp-header img,
img {
    display: inline;
    max-width:100%
}



.accordion-heading a:focus,
img {
    box-shadow: 0 2px 6px 1px rgba(208, 208, 208, 1)
}

#lnee_181 .newstitle a:hover,
.accordion-heading a:focus,
.center-text a:hover,
a:hover {
    color: #337ab7
}

.text-uppercase {
    text-transform: uppercase;
}
.header-fixed>tbody>tr>td,
.header-fixed>thead>tr>th {
    float: left
}

#sp-header,
.body-wrapper,
.border-right,
.nav>li>a,
.sp-megamenu-parent {
    position: relative
}



/*******************************************************************************/
.mod_events_latest_first td,
.new-look .offcanvas-menu .sp-module ul>li>i>a:hover {
    color: yellow
}
/***********************************************************************/
.nav>li>a {
    display: block;
    padding: 5px 12px
}

.nav>li>a:hover {
    border-color: #eee #eee #ddd;
   
}

.nav>li>a:hover::before {
    font-family: FontAwesome;
    font-size: .8em;
    content: "\f067";
    color: grey;
    display: inline-block;
    padding-right: 2px
}

/*.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    cursor: default;
    border-radius: 2px;
    box-shadow: inset 0 2px 6px 2px rgba(208, 208, 208, 1);
    color: #6f7e63;
    letter-spacing: 2px;
    font-size: 1em
}
*/
.nav-tabs>li.active>a:after,
.nav-tabs>li.active>a:before {
    font-size: .8em;
    content: "\f078";
    color: silver;
    margin-top: 2px;
    display: inline-block;
    vertical-align: top;
    font-family: FontAwesome;
    padding:0px 5px
}


.nav-tabs > li.active > a,
.nav-tabs > li.active > a:active,
.nav-tabs > li.active > a:focus {
    color:#6f7e63;
     font-family: 'ptsansbold';
}

.inline-box {
    display: inline-block;
    width: 45%;
    margin: 10px;
    padding: 10px
}

th {
    color: #909090;
    font-size: .75em
}

.panel-default>.panel-heading {
    color: #707070;
    background-color: #f5f5f5;
    border-color: #ddd
}

td {
    color: #6a8480
}

.header-fixed {
    width: 100%
}

.header-fixed>tbody,
.header-fixed>tbody>tr,
.header-fixed>tbody>tr>td,
.header-fixed>thead,
.header-fixed>thead>tr,
.header-fixed>thead>tr>th {
    display: block;
    overflow-y: hidden
}

.header-fixed>tbody>tr:after,
.header-fixed>thead>tr:after {
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both
}

.header-fixed>tbody {
    overflow-y: scroll;
    height: 150px;
    text-overflow: ellipsis
}

.body-wrapper {
    -webkit-transition: .5s;
    transition: .5s;
    right: 0;
    backface-visibility: hidden;
    background-color: rgba(240, 240, 240, .5)
}


img {
    background-color: #fff
}

#sp-main-body {
    padding: 50px 0px
}

#sp-right {
    margin-top: -2px
}

#sp-left {
    margin-top: 15px
}

.body-innerwrapper {
    overflow-x: visible
}

#sp-component {
    margin-top: -20px;
    border-right-style: solid;
    border-right-width: 2px;
    -webkit-border-image: -webkit-linear-gradient(to bottom, #fff 0, rgba(116, 146, 114, .61) 15%, #e8e8e8 86%) 1 100%;
    -moz-border-image: -moz-linear-gradient(to bottom, #fff 0, rgba(116, 146, 114, .61) 15%, #e8e8e8 86%) 1 100%;
    border-image: linear-gradient(to bottom, #fff 0, rgba(116, 146, 114, .61) 15%, #e8e8e8 86%) 1 100%
}

article.item {
    border-bottom: 2px solid #d0d0d0;
     margin-bottom: 5px;
}


.border-left:before,
.border-right:before {
    position: absolute;
    width: 0;
    border-left: 1px solid #aaa;
    height: 100%;
    top: 0
}

.tooltip>.tooltip-inner {
    border-radius: 4px;
    background-color: #f8f8f8;
    color: #6f7e63;
    font-weight: 700;
    border: 1px solid #6f7e63;
    font-size: 1em
}

.tab-text,
img {
    border-radius: 2px
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #6f7e63
}

.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #e0e0e0;
    bottom: 0
}

.tooltip.top-left .tooltip-arrow {
    right: 5px
}

.tooltip.top-right .tooltip-arrow {
    left: 5px
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #e0e0e0
}



.newsintro {
    font-size: .85em
}

.syndicate-module span,
syndicate-module a {
    color: #f26522
}


img {
    padding: 2px
}

#lnee_181 .newsextra {
    font-size: 14px!important;
    text-align: right;
    margin-bottom: 1px;
    font-weight: 300!important
}

#lnee_181 .newstitle a {
    font-weight: 700;
    font-size: .85em;
    color: #6a8480
}




.label,
label,
label.control-label {
    font-weight: 400;
    color: #6f7e63;
    font: inherit
}

label {
    font-weight: 400;
    color: #5f9ea0
}


.tab-text {
    color: #6f7e63;
    box-shadow: inset 0 2px 6px 3px rgba(208, 208, 208, 1);
    margin: 25px 0;
    padding: 20px
}


.box-ul {
    margin-left: 5px;
    list-style-position: inside;
    list-style-type: none
}









.box-ul,
.quoting:after,
.quoting:before,
ul.social li a {
    display: inline-block
}


.accordion-heading .accordion-toggle {
    display: block;
    padding: 8px 15px;
    font-family: 'ptserif';
    letter-spacing: 1px;
}
.accordion-heading a:hover,
.accordion-heading a:focus,
.accordion-heading a:visited,
.accordion-heading a:active  {
    color: #6f7e63;
    font-family: 'ptserifbold';
    letter-spacing: normal;
   /* text-decoration: none;
    letter-spacing: 1px*/
}

/*.accordion-heading a:focus {
    font-size: 1.1em;
    line-height: 20px;
    padding: 5px 10px;
    text-decoration: none;
    border-radius: 2px;
    display: inline-block
}*/

@media print {
    .accordion-group .accordion-body.collapse {
        height: auto
    }
}

hr.inlay {
    height: 5px;
    border: 0;
    box-shadow: inset 0 5px 5px -5px rgba(0, 0, 0, .4)
}

.box-ul {
    padding: 5px 8px 0;
    border-radius: 2px;
    box-shadow: 0 2px 6px 1px rgba(208, 208, 208, 1) inset
}

.header-border {
    border-radius: 2px;
    box-shadow: 0 2px 6px 1px rgba(208, 208, 208, 1);
    margin: 0 0 15px
}

.header-inset,
header-inset a {
    border-radius: 2px 3px 0 0;
    box-shadow: inset 0 6px 9px 1px rgba(208, 208, 208, 1);
    margin: 25px 0 -5px;
    background-color: #fff;
    
    
 
}

.paragraph-highlight {
    border-radius: 25px;
    
    box-shadow: 0 2px 6px 3px rgba(208, 208, 208, 1);
    margin: 25px 0;
    background-color: #f8f8f8;
    padding: 25px 10px
}

.text-aside {
    width: 35%;
    border-radius: 2px;
    box-shadow: 0 2px 6px 1px rgba(208, 208, 208, 1);
    background-color: #fff;
    margin: 6px 18px;
    padding: 10px 20px 6px;
    font-family: pt_serif;
    color: #6a8480;
    line-height: 1.35em
}

.text-aside:before {
    border-left: 4px solid #d4d4d4
}

.nav-arrow {
    border-radius: 4px;
    margin: auto;
    box-shadow: 0 2px 6px 1px rgba(208, 208, 208, 1) inset
}

.newsinfo {
    padding: 5px
}

.col-sm-6 {
    padding-right: 0
}

.center-text,
.center-text a {
    text-align: center;
    padding: 15px 5px;
    color: #6f7e63;
    font-weight: 700
}

.upper {
    text-transform: uppercase;
    letter-spacing: 1px
}

.sp-module ul li a:before {
    font-family: FontAwesome;
    content: "";
    margin-right: 8px
}

ul.social li {
    padding: 10px;
    margin: 0
}

ul.social li a {
    Text-align: center;
    list-style: none;
    background-color: #fff;
    color: #909090;
    margin: 0 auto
}

ul.social li a:hover i {
    font-size: 115%;
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    -ms-transition: all .2s;
    transition: .2s
}
ul.icons{
  list-style: none;
  text-align: center;
}
ul.icons li {
  display: inline-block;
}
ul.social,
ul.social li {
    padding: 10px;
    margin: -5px;
    font-size: 150%
}


/*ul.social,
ul.social li {
    display: inline;
    list-style: none
}*/

blockquote {
    border-left: 3px solid #d4d4d4;
    padding: 0 15px;
    margin: 15px 0px 15px 15px;
    font-size: 1em;
    
    color: #606060;
    line-height: 1.3em;
}
q,.quoting {
    color: #6c7d85;
    font-family: 'ptserif';
}

q:before,.quoting:before {
    font-family: FontAwesome;
    content: "\f10d";
    font-size: 10px;
    padding-right: 6px;
    margin-top: -1px;
    vertical-align: top;
    opacity: .5
}

q:after,.quoting:after {
    font-family: FontAwesome;
    content: "\f10e ";
    font-size: 10px;
    margin-top: -1px;
    vertical-align: top;
    font-style: normal;
    opacity: .5
}

p.footer:before {
    color: grey;
    content: '— '
    
}
p.footer{color:#707070}
p.quoting {}


blockquote footer,cite
{font-family: 'montserratbold';}


/* #sp-section-3 {
    background-image: url("/tpc/images/System/30footerv2.png");
    background-repeat: repeat-x;
    padding: 18px 0px 18px 0px;
}
*/

.template_footer {
border-radius: 2px; 
padding-top: 8px; 
padding-bottom:6px;
margin: 10px -25px;
box-shadow: inset 0 6px 9px 1px rgba(208, 208, 208, 1);
text-align: center;
color: #6f7e63;
 font-family: 'ptsanscaption';
text-transform: uppercase;
font-size: .8em;
 
  border-top: 1px  solid #749272;
 border-bottom: 1px  solid #749272;
  
  outline-offset: 15px;
 
}



p.readmore {
    margin: -6px 0 0
}

.btn-primary,
.sppb-btn-primary {
    border-color: #749272
}

.btn-default {
    color: #749272;
    border: none
}

.btn-default.active,
.btn-default:active,
.btn-default:focus,
.btn:hover,
.open>.dropdown-toggle.btn-primary {
    background-color: #fff;
    cursor: pointer;
    color: #286192;
    -moz-box-shadow: inset 0 0 5px #888;
    -webkit-box-shadow: inset 0 0 5px#888;
    box-shadow: inner 0 0 5px #888
}

.btn,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus,
button,
button:active,
button:focus {
    color: #286192;
    outline: 0;
    border: 0!important;
    background: 0
}

.btn a:hover {
    color: #286192;
    text-decoration: none
}


.form-search .finder .input-medium {
    width: 81%;
    border-radius: 4px;
    margin-left: 20px;
}

.finder.btn.btn-primary {
    color: #6c7d85;
    float: right;
    margin-top: -33px;
    background-color: #ffffff;
    margin-right: -15px
}

.finder.btn:hover {
    color: green;
    font-weight: 700
}
/*
.dropdown-menu>li>a,
span.detail_data {
    color: #909090
}


.dropdown-menu {
    font-size: 18px;
    list-style: none;
    text-align: left;
    color: #749272
}

.dropdown-menu>li>a:hover,
.offcanvas-inner .sp-module ul>li>a:hover {
    color: #6f7e63;
    
}
*/
.boxframe {
    border-left: 2px solid #d4d4d4;
    margin: 0 50px 15px 50px;
    -webkit-box-shadow: rgba(0, 0, 0, .4) 0 3px 10px;
    -moz-box-shadow: rgba(0, 0, 0, .4) 0 3px 10px;
    box-shadow: rgba(0, 0, 0, .4) 0 3px 10px;
    padding: 15px 20px 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
   
}



blockquote .small::before,
blockquote footer::before,
blockquote small::before,
footer::before {
    content: '\2014 \00A0'
}

cite,
cite a,
footer,
footer a,
p.footer
blockquote .small,
blockquote footer,
blockquote small,
footer {
    display: block;
    font-size:  small;
    line-height: 1.42857143;
    color: #707070;
    font-family: 'ptcaption';
    font-style:normal;
}

/*cite,
cite a,
footer,
footer a,
p.footer {
   
    color: #707070;
    text-indent: -1px;
    padding: 0 0px;
    font-size: .9em;
    font-style: normal;
     font-family: 'ptsansbold';
}
*/

.affix {
    top: 10px;
    width: 100%
}

.icon-size {
    font-size: 28px
}





.fa-facebook-square:active,
.fa-facebook-square:focus,
.fa-facebook-square:hover,
.fa-facebook:active,
.fa-facebook:focus,
.fa-facebook:hover {
    color: #3b5998
}

.fa-twitter-square:active,
.fa-twitter-square:focus,
.fa-twitter-square:hover,
.fa-twitter:active,
.fa-twitter:focus,
.fa-twitter:hover {
    color: #00aced
}

.fa-linkedin-o:active,
.fa-linkedin-o:focus,
.fa-linkedin-o:hover,
.fa-linkedin:active,
.fa-linkedin:focus,
.fa-linkedin:hover {
    color: #0077b5
}

.fa-envelope-o:active,
.fa-envelope-o:focus,
.fa-envelope-o:hover,
.fa-envelope:active,
.fa-envelope:focus,
.fa-envelope:hover {
    color: #749272
}

.fa-youtube,
.fa-youtube-play,
.fa-youtube-square {
    color: #b00
}

fa-file-text {
    color: #749272
}



/*Default F.A. home*/
.fa-home:before {
    content: "\f015";
    font-size: 16px;
}

/*.article-info,*/
.article-info {
    margin: -8px -4px -5px;
    line-height: 1;
}


#sp-header {
    background: #fff;
    box-shadow: 0px 5px 32px -8px rgba(192,192,192,1);
    height: 85px;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99
}



/***********menu ***************************/

.sp-megamenu-parent {
    list-style: none;
    z-index: 99;
    display: block;
    float: left;
   /* padding-left: 17px;*/
    text-decoration: none;
}

.sp-megamenu-parent >li >a,
.sp-megamenu-parent >li >span {
  display: inline-block;
  padding: 0 12px;
  line-height: 90px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
  margin: 0;
  color: #6f7e63;
    font-family: 'ptsanscaption';
}
/*
.sp-dropdown,
.sp-megamenu-parent>li>a,
.sp-megamenu-parent>li>span {
     font-family: 'ptsanscaption';
     color: #6f7e63;
     font-size:14px;
   }*/
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items {
font-family: 'ptsanscaption';
    font-size: 17px;
}

/**** right here ***/
.sp-megamenu-parent>li.active>a {
    color: #749272;
    font-family: 'ptsanscaptionbold';
    font-weight: bold;
    box-shadow: 0 2px 6px 1px rgba(208, 208, 208, 1) inset;
    line-height: 2.5em;
}

.sp-megamenu-parent>li:hover>a {
    line-height: 32px;
    color: #337ab7;
    box-shadow: 0 2px 6px 1px rgba(208, 208, 208, 1);
}


/*
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active>a:before {
    font-family: FontAwesome;
    content: "\f00c";
    margin-right: 2px
}
*/

/* template.css | http://127.0.0.1/tpc/templates/shaper_helix3/css/template.css */







.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active>a {
    color: #749272;
    font-family: 'ptsanscaptionbold';
    box-shadow: 0 2px 6px 1px rgba(208, 208, 208, 1) inset;
    margin-right: -4px;
   
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
    display: block;
    padding:5px;
    margin-bottom:5px;
    color: #749272;
    background-color: #ffffff;
    cursor: pointer;
    
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
background-color:transparent;
color: #286192; 
box-shadow: 0 2px 6px 1px rgba(208, 208, 208, 1) 
font-size:.90em;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
  
  font-size:.90em;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active>a:hover {
  color: #749272;
  box-shadow: inset 0 2px 6px 1px rgba(208, 208, 208, 1)
}



/******************* OFF CANVAS ------------------------*/
.offcanvas .offcanvas-menu ul.nav-child li {
    padding-left: 10px
}
.offcanvas-inner {
    background-color: #fff;
    text-transform: uppercase;
    font-family: 'montserrat';
    font-size:15px;
    line-height:2;
    color: #749272
    
    }

.new-look .offcanvas-menu .sp-module ul>li.active a {
    background: #fff;
    color: #749272;
    box-shadow: inset 0 2px 6px 3px rgba(208, 208, 208, 1);
    font-family: 'montserratbold';
    }

/*.offcanvas-menu .offcanvas-inner .sp-module ul>li:focus a,*/
.offcanvas-menu .offcanvas-inner .sp-module ul>li:hover a {
    background: #fff;
    color: #337ab7;
   
    
    font-family: 'montserratbold';
    -webkit-box-shadow: 54px 57px 16px -47px rgba(144,144,144,0.63);
-moz-box-shadow: 54px 57px 16px -47px rgba(144,144,144,0.63);
box-shadow: 54px 57px 16px -47px rgba(144,144,144,0.63);
}


/*.offcanvas-inner .sp-module ul>li>a {
    color: #749272
}
*/
#offcanvas-toggler {
    line-height: 87px;
    font-size: 25px;
    color: #749272;
    float: none;
    
}


#offcanvas-toggler>i {
    color: #749272;
    margin-left: 50px
}

.off-canvas-menu-init {
    overflow-x: hidden;
    position: relative
}

.offcanvas .offcanvas-overlay {
    visibility: visible;
    opacity: 1
}

.offcanvas-overlay {
    background: rgba(0, 0, 0, .25);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9999;
    visibility: hidden;
    -webkit-transition: .5s;
    transition: .5s
}

.off-canvas-menu-wrap {
    position: relative;
    -webkit-transition: .5s;
    transition: .5s;
    right: 0;
    backface-visibility: hidden
}

.close-offcanvas:hover {
    background: #fff;
    color: #749272;
    font-size: 1.4em;
    padding: 2px;
    margin-top: -2px
}

.close-offcanvas {
    z-index: 1;
    border-radius: 50%;
    border: 1px solid #fff;
    color: #749272;
    position: absolute;
    top: 16px;
    right: 23px
}

.offcanvas-position-right .offcanvas-menu {
    right: 90%
}

.new-look .offcanvas-menu {
    width: 250px;
    height: auto;
    background-color: red;
    color: #749272;
    position: fixed;
    top: 0;
    right: 0;
    visibility: hidden;
    overflow: inherit;
    z-index: 10000;
    margin-right: 5px;
    align-content: center;
    border-radius: 5px 0 0 5px;
    
}

.offcanvas-menu .offcanvas-inner .sp-module {
    margin-top: 2px;
    margin-bottom: 2px
}

.offcanvas-menu .offcanvas-inner .sp-module:last-child {
    border-bottom: none;
    margin-bottom: 0
}

.offcanvas-menu .offcanvas-inner .sp-module.off-canvas-menu {
    padding: 0
}

.offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase
}

.offcanvas-menu .offcanvas-inner .sp-module ul>li {
    border: 0;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    overflow: hidden
}

.offcanvas-menu .offcanvas-inner .sp-module ul>li a {
    -webkit-transition: .3s;
    transition: .3s;
   /* padding: 10px;*/
    color: #749272;
    text-transform: uppercase
}





.offcanvas-menu .offcanvas-inner .sp-module ul>li .offcanvas-menu-toggler {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 19px 25px;
    cursor: pointer;
    background-color: #749272
}

.offcanvas-menu .offcanvas-inner .sp-module ul>li .offcanvas-menu-toggler .close-icon,
.offcanvas-menu .offcanvas-inner .sp-module ul>li .offcanvas-menu-toggler.collapsed .open-icon {
    display: inline
}

.offcanvas-menu .offcanvas-inner .sp-module ul>li .offcanvas-menu-toggler.collapsed .close-icon {
    display: none
}

.new-look .offcanvas-menu .sp-module ul>li ul li a {
   /* color: #red;*/
    background: #fff!important;
    text-decoration: none;
    font-size:.8em;
    margin-left:10px
}


.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li.active > a {
  background: #ffffff !important;
  font-family: 'montserratbold';
}

/*.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li > a:focus ,*/
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li > a:hover  
{ 
color: #749272;
    background:  whitesmoke !important;
    box-shadow:  0 2px 6px 2px rgba(208, 208, 208, 1);
    font-family: 'montserratbold';
}
/*.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li > a:hover,*/
/*.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li > a:focus {
  background: cyan !important;
}
*/


/*new-look .offcanvas-menu .sp-module ul>li ul li a:focus,*/
/*.new-look .offcanvas-menu .sp-module ul>li ul li a:hover {
    color: yellow;
    background:  red !important;
    box-shadow:  0 2px 6px 2px rgba(208, 208, 208, 1);
       
    /*#1e4b70*/
}
*/
.offcanvas-menu .offcanvas-inner .sp-module ul>li ul {
    background: white
    /*background: rgba(0, 0, 0, .02)*/
}

.offcanvas-menu .offcanvas-inner .sp-module ul>li ul>li>a {
    padding-left: 30px
}

.offcanvas-menu .offcanvas-inner .sp-module:first-child {
    padding: 10px
}

.offcanvas-menu .offcanvas-inner .sp-module ul>li ul>li.active>a {
    background: #fff;
    color: #337dbc
}

.offcanvas-menu .offcanvas-inner .sp-module ul>li ul>li.active>a:before {
    font-family: FontAwesome;
    content: "\f00c";
    margin: 0 -2 0 -14px;
    display: inline-block;
    font-size: small
}

.offcanvas-menu .offcanvas-inner .search input {
    width: 70%;
    background: 0 0;
    border-color: #729474;
    color: #484848;
    font-size: 1.1em
}

.offcanvas {
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.offcanvas .off-canvas-menu-wrap {
    right: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.offcanvas .off-canvas-menu-wrap:after {
    width: 100%;
    height: 100%;
    right: 0
}

.offcanvas .offcanvas-menu {
    visibility: visible;
    z-index: 9999;
    right: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

 /************************** END MENU ----------------*/
input::-moz-focus-inner {
    border: 0
}

.center_text {
    text-align: center;
    letter-spacing: 1px;
    color: #586a78
}

.article-info {
    padding-top: 8px
}

.article-info>dd {
    display: inline-block;
    font-size: 12px;
    color: #666;
    text-transform: uppercase;
    margin: 5px 0 0 5px
}

q:after,
q:before {
    font-family: FontAwesome;
    margin-top: -1px;
    vertical-align: top;
    opacity: .5
}

.article-info>dd>i,
q:after {
    display: inline-block;
    margin-right: 3px
}



.animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.animated.infinite {
    animation-iteration-count: infinite
}

.animated.hinge {
    animation-duration: 2s
}

.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
    animation-duration: .75s
}

@keyframes bounce {
    20%,
    53%,
    80%,
    from,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        transform: translate3d(0, 0, 0)
    }
    40%,
    43% {
        animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    animation-name: bounce;
    transform-origin: center bottom
}

@keyframes flash {
    50%,
    from,
    to {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

.flash:hover {
    animation-name: flash
}

@keyframes pulse {
    from,
    to {
        transform: scale3d(1, 1, 1)
    }
    50% {
        transform: scale3d(1.05, 1.05, 1.05)
    }
}

.pulse:hover {
    animation-name: pulse
}

@keyframes rubberBand {
    from,
    to {
        transform: scale3d(1, 1, 1)
    }
    30% {
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        transform: scale3d(1.05, .95, 1)
    }
}

.rubberBand {
    animation-name: rubberBand
}

@keyframes shake {
    from,
    to {
        transform: translate3d(0, 0, 0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(-10px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    animation-name: shake
}

@keyframes headShake {
    0% {
        transform: translateX(0)
    }
    6.5% {
        transform: translateX(-6px) rotateY(-9deg)
    }
    18.5% {
        transform: translateX(5px) rotateY(7deg)
    }
    31.5% {
        transform: translateX(-3px) rotateY(-5deg)
    }
    43.5% {
        transform: translateX(2px) rotateY(3deg)
    }
    50% {
        transform: translateX(0)
    }
}

.headShake {
    animation-timing-function: ease-in-out;
    animation-name: headShake
}

@keyframes swing {
    20% {
        transform: rotate3d(0, 0, 1, 15deg)
    }
    40% {
        transform: rotate3d(0, 0, 1, -10deg)
    }
    60% {
        transform: rotate3d(0, 0, 1, 5deg)
    }
    80% {
        transform: rotate3d(0, 0, 1, -5deg)
    }
    to {
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

.swing {
    transform-origin: top center;
    animation-name: swing
}

@keyframes tada {
    from,
    to {
        transform: scale3d(1, 1, 1)
    }
    10%,
    20% {
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }
    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
}

.tada {
    animation-name: tada
}

@keyframes wobble {
    from,
    to {
        transform: none
    }
    15% {
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }
    30% {
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }
    45% {
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }
    60% {
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }
    75% {
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
}

.wobble {
    animation-name: wobble
}

@keyframes jello {
    11.1%,
    from,
    to {
        transform: none
    }
    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        transform: skewX(.390625deg) skewY(.390625deg)
    }
    88.8% {
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.jello {
    animation-name: jello;
    transform-origin: center
}

@keyframes bounceIn {
    20%,
    40%,
    60%,
    80%,
    from,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    20% {
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        transform: scale3d(1, 1, 1)
    }
}

.bounceIn {
    animation-name: bounceIn
}

@keyframes bounceInDown {
    60%,
    75%,
    90%,
    from,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0)
    }
    75% {
        transform: translate3d(0, -10px, 0)
    }
    90% {
        transform: translate3d(0, 5px, 0)
    }
    to {
        transform: none
    }
}

.bounceInDown {
    animation-name: bounceInDown
}

@keyframes bounceInLeft {
    60%,
    75%,
    90%,
    from,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0)
    }
    75% {
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        transform: translate3d(5px, 0, 0)
    }
    to {
        transform: none
    }
}

.bounceInLeft {
    animation-name: bounceInLeft
}

@keyframes bounceInRight {
    60%,
    75%,
    90%,
    from,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    from {
        opacity: 0;
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        transform: translate3d(10px, 0, 0)
    }
    90% {
        transform: translate3d(-5px, 0, 0)
    }
    to {
        transform: none
    }
}

.bounceInRight {
    animation-name: bounceInRight
}

@keyframes bounceInUp {
    60%,
    75%,
    90%,
    from,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    from {
        opacity: 0;
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }
    75% {
        transform: translate3d(0, 10px, 0)
    }
    90% {
        transform: translate3d(0, -5px, 0)
    }
    to {
        transform: translate3d(0, 0, 0)
    }
}

.bounceInUp {
    animation-name: bounceInUp
}

@keyframes bounceOut {
    20% {
        transform: scale3d(.9, .9, .9)
    }
    50%,
    55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1)
    }
    to {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    animation-name: bounceOut
}

@keyframes bounceOutDown {
    20% {
        transform: translate3d(0, 10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    animation-name: bounceOutDown
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0)
    }
    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    animation-name: bounceOutLeft
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0)
    }
    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    animation-name: bounceOutRight
}

@keyframes bounceOutUp {
    20% {
        transform: translate3d(0, -10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    animation-name: bounceOutUp
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.fadeIn {
    animation-name: fadeIn
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInDown {
    animation-name: fadeInDown
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInDownBig {
    animation-name: fadeInDownBig
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeft {
    animation-name: fadeInLeft
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeftBig {
    animation-name: fadeInLeftBig
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRight {
    animation-name: fadeInRight
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRightBig {
    animation-name: fadeInRightBig
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUp {
    animation-name: fadeInUp
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUpBig {
    animation-name: fadeInUpBig
}

@keyframes fadeOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOutDown {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    animation-name: fadeOutDown
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    animation-name: fadeOutDownBig
}

@keyframes fadeOutLeft {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    animation-name: fadeOutLeft
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    animation-name: fadeOutLeftBig
}

@keyframes fadeOutRight {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    animation-name: fadeOutRight
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    animation-name: fadeOutRightBig
}

@keyframes fadeOutUp {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    animation-name: fadeOutUp
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    animation-name: fadeOutUpBig
}

@keyframes flip {
    from {
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        animation-timing-function: ease-out
    }
    40% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        animation-timing-function: ease-out
    }
    50% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        animation-timing-function: ease-in
    }
    80% {
        transform: perspective(400px) scale3d(.95, .95, .95);
        animation-timing-function: ease-in
    }
    to {
        transform: perspective(400px);
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    animation-name: flip
}

@keyframes flipInX {
    from {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        animation-timing-function: ease-in
    }
    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }
    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }
    to {
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    animation-name: flipInX
}

.flipInY,
.flipOutX {
    -webkit-backface-visibility: visible!important
}

@keyframes flipInY {
    from {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        animation-timing-function: ease-in
    }
    60% {
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }
    80% {
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }
    to {
        transform: perspective(400px)
    }
}

.flipInY {
    backface-visibility: visible!important;
    animation-name: flipInY
}

@keyframes flipOutX {
    from {
        transform: perspective(400px)
    }
    30% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }
    to {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

.flipOutX {
    animation-name: flipOutX;
    backface-visibility: visible!important
}

@keyframes flipOutY {
    from {
        transform: perspective(400px)
    }
    30% {
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }
    to {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    animation-name: flipOutY
}

@keyframes lightSpeedIn {
    from {
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        transform: skewX(-5deg);
        opacity: 1
    }
    to {
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out
}

@keyframes lightSpeedOut {
    from {
        opacity: 1
    }
    to {
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    animation-name: lightSpeedOut;
    animation-timing-function: ease-in
}

@keyframes rotateIn {
    from {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }
    to {
        transform-origin: center;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    animation-name: rotateIn
}

@keyframes rotateInDownLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    animation-name: rotateInDownLeft
}

@keyframes rotateInDownRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    animation-name: rotateInDownRight
}

@keyframes rotateInUpLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    animation-name: rotateInUpLeft
}

@keyframes rotateInUpRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }
    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    animation-name: rotateInUpRight
}

@keyframes rotateOut {
    from {
        transform-origin: center;
        opacity: 1
    }
    to {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

.rotateOut {
    animation-name: rotateOut
}

@keyframes rotateOutDownLeft {
    from {
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    animation-name: rotateOutDownLeft
}

@keyframes rotateOutDownRight {
    from {
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    animation-name: rotateOutDownRight
}

@keyframes rotateOutUpLeft {
    from {
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    animation-name: rotateOutUpLeft
}

@keyframes rotateOutUpRight {
    from {
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    animation-name: rotateOutUpRight
}

@keyframes hinge {
    0% {
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }
    20%,
    60% {
        transform: rotate3d(0, 0, 1, 80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }
    40%,
    80% {
        transform: rotate3d(0, 0, 1, 60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    to {
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    animation-name: hinge
}

@keyframes jackInTheBox {
    from {
        opacity: 0;
        transform: scale(.1) rotate(30deg);
        transform-origin: center bottom
    }
    50% {
        transform: rotate(-10deg)
    }
    70% {
        transform: rotate(3deg)
    }
    to {
        opacity: 1;
        transform: scale(1)
    }
}

.jackInTheBox {
    animation-name: jackInTheBox
}

@keyframes rollIn {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.rollIn {
    animation-name: rollIn
}

@keyframes rollOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

.rollOut {
    animation-name: rollOut
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

.zoomIn {
    animation-name: zoomIn
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInDown {
    animation-name: zoomInDown
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInLeft {
    animation-name: zoomInLeft
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInRight {
    animation-name: zoomInRight
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInUp {
    animation-name: zoomInUp
}

@keyframes zoomOut {
    from {
        opacity: 1
    }
    50% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 0
    }
}

.zoomOut {
    animation-name: zoomOut
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutDown {
    animation-name: zoomOutDown
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    to {
        opacity: 0;
        transform: scale(.1) translate3d(-2000px, 0, 0);
        transform-origin: left center
    }
}

.zoomOutLeft {
    animation-name: zoomOutLeft
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    to {
        opacity: 0;
        transform: scale(.1) translate3d(2000px, 0, 0);
        transform-origin: right center
    }
}

.zoomOutRight {
    animation-name: zoomOutRight
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutUp {
    animation-name: zoomOutUp
}

@keyframes slideInDown {
    from {
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInDown {
    animation-name: slideInDown
}

@keyframes slideInLeft {
    from {
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInLeft {
    animation-name: slideInLeft
}

@keyframes slideInRight {
    from {
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInRight {
    animation-name: slideInRight
}

@keyframes slideInUp {
    from {
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInUp {
    animation-name: slideInUp
}

@keyframes slideOutDown {
    from {
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        transform: translate3d(0, 100%, 0)
    }
}

.slideOutDown {
    animation-name: slideOutDown
}

@keyframes slideOutLeft {
    from {
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        transform: translate3d(-100%, 0, 0)
    }
}

.slideOutLeft {
    animation-name: slideOutLeft
}

@keyframes slideOutRight {
    from {
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        transform: translate3d(100%, 0, 0)
    }
}

.slideOutRight {
    animation-name: slideOutRight
}

@keyframes slideOutUp {
    from {
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        transform: translate3d(0, -100%, 0)
    }
}

.slideOutUp {
    animation-name: slideOutUp
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden
}

.embed-container embed,
.embed-container iframe,
.embed-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.native-embed-container {
    overflow: auto!important
}

.wrapper {
    padding: 5px;
    max-width: 960px;
    width: 95%;
    margin: 20px auto
}





.columns {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    font-size: .85em
}

.column {
    flex: 1;
    margin: 2px;
    padding: 5px
}

@media screen and (max-width:980px) {
    .columns .column {
        margin-bottom: 5px;
        flex-basis: 40%
    }
}

@media screen and (max-width:680px) {
    .columns .column {
        flex-basis: 100%;
        margin: 0 0 5px
    }
}

.catimage {
    margin-right: 10px;
    margin-bottom: 12px
}

.searchbox {
    padding-top: 30px
}

.searchoffcanvas {
    margin-top: -25px
}

.finder .search-results.list-striped li {
    padding: 2px 0;
    border-bottom: 1px solid #e0e0e0
}

.callout {
    letter-spacing: .025rem;
    line-height: 1.9;
    font-size: 1.4rem;
    font-weight: 400;
    font-family: montserrat;
    color: #707070;
    padding: 1.2rem 3.5em 1.2em 1.2em;
    position: relative;
    width: 95%;
    margin: auto
}


ul {
	list-style-position: outside;
    padding-left: 40px;
    font-size:1em;
    color: #6c7d85;
	}

ol {
  list-style: none;
  counter-reset: new-counter;
  color:#6c7d85;
}
ol li {
  counter-increment: new-counter;
}
ol li::before {
  content: counter(new-counter) ". ";
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}


.bulletgreen li::before {
  /*content: "\2022";*/
  color: #749272;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}

.dashgreen ul{
   list-style: none;
 }
.dashgreen ul li {
  margin-left: 15px;
  }
.dashgreen ul li:before {
  content: '\2501';
   
  padding-right: 4px
  }

.img_caption,
figcaption {
    font-family: pt_caption;
    font-size: .85em;
    color: #707070;
    text-align:left;
    line-height:1.35;
    text-indent: none;
  } 

.entry-audio,
.entry-gallery,
.entry-image,
.entry-link,
.entry-video {
    margin-bottom: -5px
}

.carousel .carousel-item {
    transition-duration: 45s;
}
.carousel-inner > .item {
       -webkit-transition: 12.6s ease-in-out left;
    -moz-transition: 12.6s ease-in-out left;
    -o-transition: 12.6s ease-in-out left;
    transition: 12.6s ease-in-out left;
}

.right.carousel-control,
.carousel-left,.carousel-right
	.left.carousel-control {
		display: none;
	}
sup {font-weight:bold;padding-left:2px;color:#337a83;}

#login-form {
padding:5px;
         margin:0px 0px 10px 0px;
  
border: 2px solid green;
padding: 10PX;
margin-left: 14%;
max-width: 70%;



moz-border-radius: 5px;
         -webkit-border-radius: 5px;
         -khtml-border-radius: 5px;
         border-radius: 5px;
         background:#eee;
         
         border:2px solid #ccc;
        
}

/* Modal popup */
.modalDialog {
        position: fixed;
        font-family: 'ptsanscaption';
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0,0,0,0.2);
        z-index: 99999;
        opacity:0;
        -webkit-transition: opacity 400ms ease-in;
        -moz-transition: opacity 400ms ease-in;
        transition: opacity 400ms ease-in;
        pointer-events: none;
    }

    .modalDialog:target {
        opacity:1;
        pointer-events: auto;
    }

    .modalDialog > div {
        width: 400px;
        position: relative;
        margin: 20% auto;
        padding: 5px ;
        border-radius: 10px;
        background: #fff;
        background: -moz-linear-gradient(#fff, #999);
        background: -webkit-linear-gradient(#fff, #999);
        background: -o-linear-gradient(#fff, #999);
    }

    .close {
        background: #909090;
        color: #FFFFFF;
        line-height: 25px;
        position: absolute;
        right: -12px;
        text-align: center;
        top: -10px;
        width: 24px;
        text-decoration: none;
        font-weight: bold;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
        -moz-box-shadow: 1px 1px 3px #000;
        -webkit-box-shadow: 1px 1px 3px #000;
        box-shadow: 1px 1px 3px #000;
        opacity:.8;
    }

    .close:hover {color:#ffffff; background: #749272; }

mjsp-menu-select { 
width:400px
}
select {
    width: auto;
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 6px 6px;
    margin-top: -14px
}

#mjsp-menu li a {
    display: block;
    max-width: auto;
    color: #749272;
    background-color:#ffffff 
    text-decoration: none;
    padding: 5px;
}
.pager {
 
 text-align: unset;
 list-style: none;
 margin: 0;
}

/* pbreakjsspace for normal display */


#article-index {
    width: 100%;
    float: right;
    border: 1px solid #eee;
    padding: 10px;
    margin: 10px 0 20px 30px;
    background: #f9faf9;
    margin-bottom: -20PX;
}
 #article-index h3 {
    margin: 0;
    font-size: 1.1em;
    padding-bottom: 5px;
}

