/*

breakpoints
-----------
small: 470px
medium: 720px
large: 980px


text sizing
-----------
base: 14px
line height: 20px

micro: 11px
milli: 12px
kilo: 16px
mega: 18px
giga: 21px
tera: 26px
peta: 32px
exa: 40px
yotta: 48px


colors
------
black: #222
white: #fafafa
copy: #444

blue: #1e5696
orange: #cf7600
green: #9fa618
gray-light: #e2e2e2
gray: #cac8c7

*/
/****************************************\
                  =reset
\****************************************/

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.lt-ie8 * {
    behavior: url("js/boxsizing.htc");
}
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
img {
    -ms-interpolation-mode: bicubic;
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 20px 40px;
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
/****************************************\
                 =general
\****************************************/

html {
    font: 62.5% / 1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    width: 100%;
    overflow-x: hidden;
}
body {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    color: #444;
    background-color: #fafafa;
    overflow-x: hidden;
}
a {
    text-decoration: none;
    color: #cf7600;
}
a:hover {
    color: #9fa618;
}
.page-bounds {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
}
.page-content > .page-bounds {
    margin-top: 40px;
    margin-bottom: 40px;
}
/* CUSTOM - EF */

.page-content > .page-bounds {
    margin-top: 20px;
    margin-bottom: 40px;
}
nav.breadcrumbs {
    margin: 0 0 15px 0;
    font-size: 12px;
    font-weight: 700;
}
#faqAccordion h2 {
    float: left;
    margin: 20px 0 10px 0;
    font-size: 23px;
    width: 100%;
}
.accordion-toggle {
    float: left;
    width: 100%;
    margin: 7px 0;
    cursor: pointer;
    color: #1f5696;
    text-decoration: none;
    font-weight: 700;
}
.accordion-toggle:hover {
    color: #cf7600;
}
.accordion-content {
    display: none;
}
.accordion-content.default {
    float: left;
    display: block;
    width: 100%;
    border: 0px #EEEEEE solid;
    padding: 5px 0 20px 0;
    background-color: #FAFAFA;
}
.accordion-content.default table td {
    vertical-align: top;
}
.accordion-content.default table tr:nth-child(even) {
    background: #eeeeee;
}
.accordion-content.default table td:first-child {
    font-weight: 700;
}
/* CUSTOM - EF */

@media only screen and (min-width: 980px) {
    .page-bounds {
        padding-left: 40px;
        padding-right: 40px;
    }
}
/****************************************\
        =typography, =formatted
\****************************************/

.font-default {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #444;
}
.font-alt,
.title-1,
.title-2,
.title-3,
.title-4,
.title-action,
.title-5,
.title-6,
.content-box-title,
.content-box-more,
.button,
.vertical-accordion .tab,
.expander__item__title,
.page-nav > ul > li > a,
.home-feature-2 .slide-title,
.footer-contact-title,
.footer-utility,
.footer-nav > ul > li > a {
    font-family: "Open Sans Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
}
.title-1,
.title-2 {
    margin-bottom: 30px;
    font-size: 32px;
    line-height: 30px;
    border-bottom: 2px solid #cac8c7;
    color: #cf7600;
}
.title-1 small,
.title-2 small {
    font-size: 21px;
}
.title-1 small::before,
.title-2 small::before {
    content: '\00a0\00a0';
}
.title-1,
.title-3 {
    box-shadow: 0 2px 0 #fafafa, 0 4px 0 #cac8c7;
}
.title-3 {
    font-size: 26px;
    line-height: 30px;
    border-bottom: 2px solid #cac8c7;
    color: #1e5696;
}
.title-3 small {
    font-size: 18px;
}
.title-4,
.title-action {
    font-size: 16px;
}
.title-4,
.title-4 a,
.title-action,
.title-action a {
    color: #1e5696;
}
.title-4 a:hover,
.title-action a:hover {
    color: #9fa618;
}
.title-5,
.title-6 {
    font-size: 26px;
    line-height: 30px;
    color: #1e5696;
}
.title-5 small,
.title-6 small {
    font-size: 18px;
}
.title-6 {
    font-size: 21px;
}
/* EF added 9/26/15 */

.toc p .title-7.small {
    text-decoration: none;
    color: #cf7600;
    margin-bottom: 0;
    font-size: 10pt;
    font-weight: 400;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.toc p .title-7.small:hover {
    color: #9fa618;
}
.toc p {
    margin-bottom: 7px !important;
}
.grid-item.grid-1-3.grid-toc h4 {
    min-height: 60px
}
.grid-item.grid-1-3.grid-toc ul li {
    margin-bottom: 5px;
    font-size: 10pt;
}
/* EF added 9/26/15 */

.secondary-text {
    font-style: italic;
    opacity: 0.8;
}
.reading-width {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}
.small {
    font-size: 12px;
}
.content-box-title,
.content-box-more {
    padding: 5px 20px;
    font-size: 21px;
    line-height: 30px;
    color: #fafafa;
    background: #1e5696;
}
.content-box-more {
    font-size: 18px;
}
.timestamp {
    font-size: 12px;
    font-style: italic;
    opacity: 0.8;
}
.formatted {
    font-size: 14px;
}
.formatted p,
.formatted ol,
.formatted ul,
.formatted li,
.formatted h1,
.formatted h2,
.formatted h3,
.formatted h4,
.formatted h5,
.formatted h6,
.formatted dl {
    margin-bottom: 20px;
}
.formatted li {
    margin-bottom: 10px;
}
.formatted p,
.formatted ol,
.formatted ul,
.formatted li,
.formatted dl {
    orphans: 2;
    widows: 2;
}
.formatted p:last-child,
.formatted ol:last-child,
.formatted ul:last-child,
.formatted li:last-child,
.formatted dl:last-child {
    margin-bottom: 0;
}
.formatted ol,
.formatted ul {
    margin-left: 2em;
}
.formatted ul {
    list-style-type: disc;
}
.formatted h1,
.formatted h2,
.formatted h3,
.formatted h4,
.formatted h5,
.formatted h6 {
    text-rendering: optimizeLegibility;
    color: #222;
}
.formatted h5 {
    font-size: 16px;
}
.formatted h4 {
    font-size: 18px;
}
.formatted h3 {
    font-size: 21px;
    line-height: 30px;
}
.formatted h2 {
    font-size: 23px;
    line-height: 30px;
}
.formatted h1 {
    font-size: 32px;
    line-height: 40px;
}
/* CUSTOM EF 9/25/15 */

h1 a.titleLink {
    float: right;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    position: relative;
    top: 0;
    font-size: 14px;
}
/* CUSTOM EF 9/25/15 */

.formatted img {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}
.formatted dt {
    font-weight: 700;
    width: 30%;
    float: left;
    clear: left;
    word-wrap: break-word;
}
.formatted dd {
    width: 70%;
    float: left;
    padding-left: 20px;
}
.formatted table {
    border-top: 1px solid #e2e2e2;
}
.formatted table th,
.formatted table td {
    border-bottom: 1px solid #e2e2e2;
}
.formatted table th {
    padding: 10px 20px 10px 0;
}
/****************************************\
                 =video embed
\****************************************/

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
	margin-bottom:25px;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/****** EF CUSTOM 11/9/15 ******/

p.registerFormTxt {
    margin-top: 60px;
    font-size: 13px;
    text-align: center;
}
p.registerFormTxt a {
    padding: 10px 0px;
    text-align: center;
}
@media only screen and (min-width: 720px) {
    .title-1.has-action {
        padding-right: 220px;
    }
    .title-action {
        position: absolute;
        right: 20px;
        top: 10px;
    }
    .pageBuilderLayoutDesign .title-action {
        position: static;
    }
}
@media only screen and (min-width: 980px) {
    .title-action {
        right: 40px;
    }
}
/****************************************\
                  =grids
\****************************************/
/* !importants and messy selectors are for working with lovely bootstrap. Sorry about that */

.grid,
.row {
    display: block;
    padding: 0 !important;
    margin: 0 -40px 0 0 !important;
    letter-spacing: -0.31em;
    text-rendering: optimizespeed;
    text-align: center !important;
}
.grid-unit,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block !important;
    width: 100%;
    float: none !important;
    padding: 0 40px 40px 0 !important;
    margin: 0 !important;
    vertical-align: top;
    letter-spacing: normal;
    text-rendering: auto;
    text-align: left;
}
.lt-ie8 .grid-unit,
.lt-ie8 .col-lg-1,
.lt-ie8 .col-lg-10,
.lt-ie8 .col-lg-11,
.lt-ie8 .col-lg-12,
.lt-ie8 .col-lg-2,
.lt-ie8 .col-lg-3,
.lt-ie8 .col-lg-4,
.lt-ie8 .col-lg-5,
.lt-ie8 .col-lg-6,
.lt-ie8 .col-lg-7,
.lt-ie8 .col-lg-8,
.lt-ie8 .col-lg-9,
.lt-ie8 .col-md-1,
.lt-ie8 .col-md-10,
.lt-ie8 .col-md-11,
.lt-ie8 .col-md-12,
.lt-ie8 .col-md-2,
.lt-ie8 .col-md-3,
.lt-ie8 .col-md-4,
.lt-ie8 .col-md-5,
.lt-ie8 .col-md-6,
.lt-ie8 .col-md-7,
.lt-ie8 .col-md-8,
.lt-ie8 .col-md-9,
.lt-ie8 .col-sm-1,
.lt-ie8 .col-sm-10,
.lt-ie8 .col-sm-11,
.lt-ie8 .col-sm-12,
.lt-ie8 .col-sm-2,
.lt-ie8 .col-sm-3,
.lt-ie8 .col-sm-4,
.lt-ie8 .col-sm-5,
.lt-ie8 .col-sm-6,
.lt-ie8 .col-sm-7,
.lt-ie8 .col-sm-8,
.lt-ie8 .col-sm-9,
.lt-ie8 .col-xs-1,
.lt-ie8 .col-xs-10,
.lt-ie8 .col-xs-11,
.lt-ie8 .col-xs-12,
.lt-ie8 .col-xs-2,
.lt-ie8 .col-xs-3,
.lt-ie8 .col-xs-4,
.lt-ie8 .col-xs-5,
.lt-ie8 .col-xs-6,
.lt-ie8 .col-xs-7,
.lt-ie8 .col-xs-8,
.lt-ie8 .col-xs-9 {
    behavior: url("js/boxsizing.htc");
}
.grid-unit {
    width: 100% !important;
}
.grid.compact {
    margin-right: -20px !important;
}
.grid.compact .grid-unit {
    padding-right: 20px !important;
    padding-bottom: 20px !important;
}
.col-xs-6 {
    width: 50%;
}
.grid-unit-1-2 {
    width: 50% !important;
}
.col-xs-4 {
    width: 33.33%;
}
.grid-unit-1-3 {
    width: 33.33% !important;
}
.col-xs-8 {
    width: 66.66%;
}
.grid-unit-2-3 {
    width: 66.66% !important;
}
.col-xs-3 {
    width: 25%;
}
.grid-unit-1-4 {
    width: 25% !important;
}
.col-xs-9 {
    width: 75%;
}
.grid-unit-3-4 {
    width: 75% !important;
}
.grid-unit-1-5 {
    width: 20% !important;
}
.grid-unit-2-5 {
    width: 40% !important;
}
.grid-unit-3-5 {
    width: 60% !important;
}
.grid-unit-4-5 {
    width: 80% !important;
}
.col-xs-2 {
    width: 16.6%;
}
.col-xs-5 {
    width: 41.6%;
}
.col-xs-7 {
    width: 58.3%;
}
.col-xs-10 {
    width: 83.3%;
}
.col-xs-11 {
    width: 91.6%;
}
@media only screen and (min-width: 470px) {
    .col-sm-6 {
        width: 50%;
    }
    .grid-unit-1-2-s {
        width: 50% !important;
    }
    .col-sm-4 {
        width: 33.33%;
    }
    .grid-unit-1-3-s {
        width: 33.33% !important;
    }
    .col-sm-8 {
        width: 66.66%;
    }
    .grid-unit-2-3-s {
        width: 66.66% !important;
    }
    .col-sm-3 {
        width: 25%;
    }
    .grid-unit-1-4-s {
        width: 25% !important;
    }
    .col-sm-9 {
        width: 75%;
    }
    .grid-unit-3-4-s {
        width: 75% !important;
    }
    .grid-unit-1-5-s {
        width: 20% !important;
    }
    .grid-unit-2-5-s {
        width: 40% !important;
    }
    .grid-unit-3-5-s {
        width: 60% !important;
    }
    .grid-unit-4-5-s {
        width: 80% !important;
    }
    .col-sm-2 {
        width: 16.6%;
    }
    .col-sm-5 {
        width: 41.6%;
    }
    .col-sm-7 {
        width: 58.3%;
    }
    .col-sm-10 {
        width: 83.3%;
    }
    .col-sm-11 {
        width: 91.6%;
    }
}
@media only screen and (min-width: 720px) {
    .col-md-6 {
        width: 50%;
    }
    .grid-unit-1-2-m {
        width: 50% !important;
    }
    .col-md-4 {
        width: 33.33%;
    }
    .grid-unit-1-3-m {
        width: 33.33% !important;
    }
    .col-md-8 {
        width: 66.66%;
    }
    .grid-unit-2-3-m {
        width: 66.66% !important;
    }
    .col-md-3 {
        width: 25%;
    }
    .grid-unit-1-4-m {
        width: 25% !important;
    }
    .col-md-9 {
        width: 75%;
    }
    .grid-unit-3-4-m {
        width: 75% !important;
    }
    .grid-unit-1-5-m {
        width: 20% !important;
    }
    .grid-unit-2-5-m {
        width: 40% !important;
    }
    .grid-unit-3-5-m {
        width: 60% !important;
    }
    .grid-unit-4-5-m {
        width: 80% !important;
    }
    .col-md-2 {
        width: 16.6%;
    }
    .col-md-5 {
        width: 41.6%;
    }
    .col-md-7 {
        width: 58.3%;
    }
    .col-md-10 {
        width: 83.3%;
    }
    .col-md-11 {
        width: 91.6%;
    }
}
@media only screen and (min-width: 980px) {
    .col-lg-6 {
        width: 50%;
    }
    .grid-unit-1-2-l {
        width: 50% !important;
    }
    .col-lg-4 {
        width: 33.33%;
    }
    .grid-unit-1-3-l {
        width: 33.33% !important;
    }
    .col-lg-8 {
        width: 66.66%;
    }
    .grid-unit-2-3-l {
        width: 66.66% !important;
    }
    .col-lg-3 {
        width: 25%;
    }
    .grid-unit-1-4-l {
        width: 25% !important;
    }
    .col-lg-9 {
        width: 75%;
    }
    .grid-unit-3-4-l {
        width: 75% !important;
    }
    .grid-unit-1-5-l {
        width: 20% !important;
    }
    .grid-unit-2-5-l {
        width: 40% !important;
    }
    .grid-unit-3-5-l {
        width: 60% !important;
    }
    .grid-unit-4-5-l {
        width: 80% !important;
    }
    .col-lg-2 {
        width: 16.6%;
    }
    .col-lg-5 {
        width: 41.6%;
    }
    .col-lg-7 {
        width: 58.3%;
    }
    .col-lg-10 {
        width: 83.3%;
    }
    .col-lg-11 {
        width: 91.6%;
    }
}
/****************************************\
                =icons
\****************************************/

[class^="icon-social-"] {
    display: inline-block;
    width: 20px;
    height: 20px;
    color: transparent;
    text-indent: 150%;
    overflow: hidden;
    background: url("../../../Images/icons-social.png") no-repeat 0 0;
}
[class^="icon-social-"] + [class^="icon-social"] {
    margin-left: 10px;
}
.icon-social-tw {
    background-position: 0 0;
}
.icon-social-tw:hover,
.icon-social-tw:focus {
    background-position: 0 -25px;
}
.icon-social-li {
    background-position: -25px 0;
}
.icon-social-li:hover,
.icon-social-li:focus {
    background-position: -25px -25px;
}
.icon-social-fb {
    background-position: -50px 0;
}
.icon-social-fb:hover,
.icon-social-fb:focus {
    background-position: -50px -25px;
}
.icon-social-pin {
    background-position: -75px 0;
}
.icon-social-pin:hover,
.icon-social-pin:focus {
    background-position: -75px -25px;
}
.icon-social-g {
    background-position: -100px 0;
}
.icon-social-g:hover,
.icon-social-g:focus {
    background-position: -100px -25px;
}
.icon-social-igm {
    background-position: -125px 0;
}
.icon-social-igm:hover,
.icon-social-igm:focus {
    background-position: -125px -25px;
}
.icon-social-rss {
    background-position: -150px 0;
}
.icon-social-rss:hover,
.icon-social-rss:focus {
    background-position: -150px -25px;
}
/****************************************\
              =components
\****************************************/

.no-js .if-js,
.js .if-no-js {
    display: none;
}
.block {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.margin-large {
    margin-bottom: 40px;
}
.margin-large-top {
    margin-top: 40px;
}
.margin,
.title-3,
.title-action,
.title-5,
.title-6,
.margin-medium {
    margin-bottom: 20px;
}
.margin-top,
.item-list > li + li,
.margin-medium-top {
    margin-top: 20px;
}
.margin-small {
    margin-bottom: 10px;
}
.margin-small-top {
    margin-top: 10px;
}
.no-margin {
    margin-bottom: 0 !important;
}
.no-margin-top {
    margin-top: 0;
}
.img-left,
.img-right {
    display: block;
    max-width: 40%;
}
.img-left,
.formatted .img-left {
    float: left;
    margin: 0 20px 10px 0;
}
.img-right,
.formatted .img-right {
    float: right;
    margin: 0 0 10px 20px;
}
.text-align-left {
    text-align: left;
}
.text-align-center {
    text-align: center;
}
.text-align-right {
    text-align: right;
}
.more {
    display: block;
    font-weight: 700;
    text-align: center;
    position: relative;
}
.more span {
    display: inline-block;
    vertical-align: middle;
    padding: 10px;
    background: #fafafa;
    position: relative;
    z-index: 2;
}
.more::before,
.more::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #e2e2e2;
    position: absolute;
    left: 0;
    top: 50%;
}
.more::after {
    margin-top: 2px;
}
.more::before {
    margin-top: -2px;
}
.more:hover::before,
.more:hover::after {
    background: rgba(159, 166, 24, 0.5);
}
.button {
    display: block;
    width: 100%;
    padding: 10px 20px;
    text-align: center;
    font-size: 18px;
    color: #fafafa;
    background: #1e5696;
}
.button:hover {
    color: #fafafa;
}
.button.inline {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}
.button.orange {
    background: #cf7600;
}
.button.green {
    background: #9fa618;
}
.button.small {
    width: auto;
    padding: 5px 10px;
    font-size: 14px;
}
hr {
    margin: 20px 0;
    border-bottom: 2px solid #8ca8c8;
    box-shadow: 0 4px 0 #8ca8c8;
}
.content-box {
    padding: 40px 20px;
    background: #e2e2e2;
}
.content-box .content-box-title {
    margin: -40px -20px 20px;
}
.content-box .more-links {
    clear: both;
}
.content-box .content-box-more {
    margin: 20px -20px -40px;
}
.content-box .content-box-more + .content-box-more {
    margin-top: 40px;
    background: #cf7600;
}
.content-box .content-box-more + .content-box-more + .content-box-more {
    background: #9fa618;
}
.content-box-more {
    display: block;
    text-align: center;
}
.content-box-more:hover {
    color: #1e5696 !important;
    background: #fafafa !important;
    box-shadow: inset 0 0 0 2px #1e5696;
}
.content-box.bordered {
    border: 1px solid #cac8c7;
    background: #fafafa;
    padding: 20px;
}
.content-box.bordered .content-box-title {
    margin: 0 0 20px;
    padding: 0;
    color: #1e5696;
    background: transparent;
    border-bottom: 2px solid #cac8c7;
}
.content-box.bordered .more-links {
    text-align: right;
}
.content-box.bordered .content-box-more {
    margin: 0;
    font-size: 16px;
}
.content-box.bordered .content-box-more + .content-box-more {
    margin-top: 10px;
}
.generic-slideshow {
    position: relative;
}
.js .generic-slideshow .pane {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    z-index: 1;
    -webkit-transition: opacity 0.5s ease, z-index 0s linear;
    -moz-transition: opacity 0.5s ease, z-index 0s linear;
    -ms-transition: opacity 0.5s ease, z-index 0s linear;
    -o-transition: opacity 0.5s ease, z-index 0s linear;
    transition: opacity 0.5s ease, z-index 0s linear;
}
.js .generic-slideshow .pane:first-child {
    position: relative;
}
.js .generic-slideshow .pane:not(.active) {
    display: block;
    opacity: 0;
    z-index: 0;
    -webkit-transition: opacity 0.5s ease, z-index 0s linear 0.5s;
    -moz-transition: opacity 0.5s ease, z-index 0s linear 0.5s;
    -ms-transition: opacity 0.5s ease, z-index 0s linear 0.5s;
    -o-transition: opacity 0.5s ease, z-index 0s linear 0.5s;
    transition: opacity 0.5s ease, z-index 0s linear 0.5s;
}
.js .generic-slideshow .nav {
    padding: 10px 0 0;
    text-align: center;
}
.js .generic-slideshow .tab {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    background: #cac8c7;
    border-radius: 100%;
}
.js .generic-slideshow .tab.active {
    background: #9fa618;
}
.no-js .generic-slideshow .pane {
    display: none;
}
.no-js .generic-slideshow .pane:first-child {
    display: block;
}
.no-js .generic-slideshow .nav {
    display: none;
}
.js .toggle-target {
    display: none;
}
.js .toggle-target.active {
    display: block;
}
.js .toggle:not(.active) .toggle-active-content,
.js .toggle.active .toggle-inactive-content {
    display: none;
}
.js .toggle.toggle-arrow {
    padding-right: 36px;
    background-image: url("../../../Images/icon-arrow-down.png");
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-position: calc(100% - 10px) 50%;
}
.js .toggle.toggle-arrow.active {
    background-image: url("../../../Images/icon-arrow-up.png");
}
.js .tabs .pane {
    display: none;
}
.js .tabs .pane.active {
    display: block;
}
.vertical-accordion .tab {
    display: block;
    padding: 10px 20px;
    margin-bottom: -1px;
    border: 1px solid #e2e2e2;
    font-size: 18px;
    background: #fff;
}
.vertical-accordion .pane {
    border: 1px solid #e2e2e2;
    margin-bottom: -1px;
}
.js .vertical-accordion .pane {
    display: block !important;
    overflow: hidden;
    padding: 0 20px;
    max-height: 0;
    -webkit-transition: max-height 0.35s cubic-bezier(0, 1, 0.8, 1), padding 0.35s ease;
    -moz-transition: max-height 0.35s cubic-bezier(0, 1, 0.8, 1), padding 0.35s ease;
    -ms-transition: max-height 0.35s cubic-bezier(0, 1, 0.8, 1), padding 0.35s ease;
    -o-transition: max-height 0.35s cubic-bezier(0, 1, 0.8, 1), padding 0.35s ease;
    transition: max-height 0.35s cubic-bezier(0, 1, 0.8, 1), padding 0.35s ease;
}
.js .vertical-accordion .pane.active {
    padding: 20px;
    max-height: 5000px;
    -webkit-transition: max-height 0.35s cubic-bezier(1, 0, 1, 0.8), padding 0.35s ease;
    -moz-transition: max-height 0.35s cubic-bezier(1, 0, 1, 0.8), padding 0.35s ease;
    -ms-transition: max-height 0.35s cubic-bezier(1, 0, 1, 0.8), padding 0.35s ease;
    -o-transition: max-height 0.35s cubic-bezier(1, 0, 1, 0.8), padding 0.35s ease;
    transition: max-height 0.35s cubic-bezier(1, 0, 1, 0.8), padding 0.35s ease;
}
.slider {
    width: 100%;
    position: relative;
}
.js .slider {
    overflow: hidden;
}
.js .slider .slider-items {
    position: relative;
    left: 0;
    -webkit-transition: left 0.5s ease;
    -moz-transition: left 0.5s ease;
    -ms-transition: left 0.5s ease;
    -o-transition: left 0.5s ease;
    transition: left 0.5s ease;
}
.slider .item {
    width: 200px;
    overflow: hidden;
    float: left;
}
.slider .slider-nav-container {
    clear: both;
    text-align: center;
}
.slider .slider-nav {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.slider .slider-nav-item {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 2.5px;
    border-radius: 100%;
    background: #888;
}
.slider .slider-nav-item.current {
    background: #1e5696;
}
.slider .slider-next,
.slider .slider-prev {
    display: inline-block;
    vertical-align: top;
}
.slider .slider-next {
    margin-left: 10px;
}
.slider .slider-prev {
    margin-right: 10px;
}
.expander__item__title {
    font-size: 18px;
}
@media only screen and (max-width: 719px) {
    .min-m {
        display: none !important;
    }
    .expander__item {
        display: block;
    }
    .expander__item:after {
        content: '';
        display: table;
        clear: both;
    }
    .expander__item + .expander__item {
        margin-top: 20px;
    }
    .expander__item__image {
        max-width: 40%;
        float: left;
        margin: 0 10px 10px 0;
    }
    .expander__item__description {
        color: #444;
    }
}
@media only screen and (min-width: 720px) {
    .max-m {
        display: none !important;
    }
    .content-box.bordered .content-box-more {
        display: inline-block;
        vertical-align: top;
        padding-left: 5px;
        padding-right: 5px;
        width: 30.5%;
    }
    .content-box.bordered .content-box-more + .content-box-more {
        margin: 0 0 0 3%;
    }
    .grid-unit-1-3-m .content-box.bordered .content-box-more,
    .grid-unit-1-3-l .content-box.bordered .content-box-more,
    .grid-unit-1-4-m .content-box.bordered .content-box-more,
    .grid-unit-1-4-l .content-box.bordered .content-box-more {
        display: block;
        width: 100%;
    }
    .grid-unit-1-3-m .content-box.bordered .content-box-more + .content-box-more,
    .grid-unit-1-3-l .content-box.bordered .content-box-more + .content-box-more,
    .grid-unit-1-4-m .content-box.bordered .content-box-more + .content-box-more,
    .grid-unit-1-4-l .content-box.bordered .content-box-more + .content-box-more {
        margin: 10px 0 0;
    }
    .expander {
        display: table;
        table-layout: fixed;
        width: 100%;
    }
    .expander__items {
        display: table-row;
    }
    .expander__item {
        display: table-cell;
        width: 33.3%;
        color: #fafafa;
        -webkit-transition: all 0.35s ease;
        -moz-transition: all 0.35s ease;
        -ms-transition: all 0.35s ease;
        -o-transition: all 0.35s ease;
        transition: all 0.35s ease;
    }
    .expander__item__bounds {
        height: 300px;
        max-height: 40vw;
        position: relative;
        overflow: hidden;
    }
    .expander__item__bounds:before {
        content: '';
        display: block;
        width: 100%;
        height: 60%;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 2;
        background: linear-gradient(to top, rgba(30, 86, 150, 0.7) 0, rgba(30, 86, 150, 0) 100%);
        -webkit-transition: all 0.35s ease;
        -moz-transition: all 0.35s ease;
        -ms-transition: all 0.35s ease;
        -o-transition: all 0.35s ease;
        transition: all 0.35s ease;
    }
    .expander__item__bounds:after {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background: #1e5696;
        background: rgba(30, 86, 150, 0.8);
        position: absolute;
        left: 0;
        top: 100%;
        z-index: 2;
        -webkit-transition: all 0.35s ease;
        -moz-transition: all 0.35s ease;
        -ms-transition: all 0.35s ease;
        -o-transition: all 0.35s ease;
        transition: all 0.35s ease;
    }
    .expander__item__image {
        position: absolute;
        max-width: none;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 1;
    }
    .csstransforms .expander__item__image {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .expander__item__title {
        width: 8em;
        text-align: center;
        position: absolute;
        left: 50%;
        bottom: -2px;
        margin-left: -4em;
        padding-bottom: 20px;
        border-bottom: 2px solid rgba(250, 250, 250, 0.3);
        z-index: 3;
        color: #fafafa !important;
        -webkit-transition: all 0.35s ease;
        -moz-transition: all 0.35s ease;
        -ms-transition: all 0.35s ease;
        -o-transition: all 0.35s ease;
        transition: all 0.35s ease;
    }
    .expander__item__description {
        width: 100%;
        padding: 0 20px 40px;
        position: absolute;
        bottom: 0;
        left: -100%;
        color: #fafafa !important;
        opacity: 0;
        z-index: 3;
        -webkit-transition: all 0.35s ease;
        -moz-transition: all 0.35s ease;
        -ms-transition: all 0.35s ease;
        -o-transition: all 0.35s ease;
        transition: all 0.35s ease;
    }
    .expander:hover .expander__item {
        opacity: 0.5;
    }
    .expander:hover .expander__item__title {
        opacity: 0;
    }
    .expander__item:hover {
        width: 70%;
        opacity: 1 !important;
    }
    .expander__item:hover .expander__item__bounds:before {
        bottom: -60%;
    }
    .expander__item:hover .expander__item__bounds:after {
        top: 0;
    }
    .expander__item:hover .expander__item__title {
        bottom: 60%;
        opacity: 1;
    }
    .expander__item:hover .expander__item__description {
        left: 0;
        opacity: 1;
        -webkit-transition: all 0.35s ease 0.175s;
        -moz-transition: all 0.35s ease 0.175s;
        -ms-transition: all 0.35s ease 0.175s;
        -o-transition: all 0.35s ease 0.175s;
        transition: all 0.35s ease 0.175s;
    }
}
/****************************************\
                =header
\****************************************/

.page-header,
.page-footer {
    background: #1e5696;
    color: #fafafa;
    position: relative;
    z-index: 5;
}
.page-header a,
.page-footer a {
    color: #fafafa;
}
.page-header a:hover,
.page-footer a:hover {
    color: #9fa618;
}
.page-header .text,
.page-footer .text {
    visibility: hidden;
    position: absolute;
    left: -999em;
}
.page-logo-print {
    display: none;
}
.page-utility {
    font-size: 12px;
    text-align: center;
}
.page-utility a {
    display: inline-block;
    margin: 0 10px;
    color: #adc1d7;
}
.page-search {
    padding-right: 40px;
    position: relative;
}
.page-search-input {
    display: block;
    width: 100%;
    padding: 5px 10px;
    line-height: 20px;
    border: 1px solid #1f4673;
    color: #444;
    background: #fafafa;
}
.page-search-input:focus {
    border-color: #cf7600;
}
.page-search-submit {
    display: block;
    width: 45px;
    line-height: 30px;
    padding: 0;
    border: solid #1f4673;
    border-width: 1px 1px 1px 0;
    font-weight: 700;
    color: #fafafa;
    background: #9fa618;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}
.page-search-submit:hover,
.page-search-submit:focus {
    background: #cf7600;
}
.page-nav > ul > li > a {
    font-size: 16px;
}
.page-nav a {
    display: block;
}
.page-nav li {
    position: relative;
}
/*Added Highlight Menu EF*/

nav.page-nav ul li.highlight > a {
    color: #9fa618;
}
ul.sidebar-nav li.highlight a {
    color: #cf7600;
}
.page-nav ul ul a {
    padding: 5px 20px;
    font-size: 10pt;
}
.page-nav ul ul a:hover {
    color: #fafafa;
    background: #9fa618;
}
.page-nav ul ul li.highlight a:hover {
    color: #fafafa;
    background: #9fa618;
}
/*Added Highlight Menu EF*/

.page-nav ul ul {
    max-height: 0;
    overflow: hidden;
    visiblity: hidden;
    font-size: 12px;
    -webkit-transition: max-height 0.2s ease-out, padding 0.2s ease, visiblity 0s linear 0.2s;
    -moz-transition: max-height 0.2s ease-out, padding 0.2s ease, visiblity 0s linear 0.2s;
    -ms-transition: max-height 0.2s ease-out, padding 0.2s ease, visiblity 0s linear 0.2s;
    -o-transition: max-height 0.2s ease-out, padding 0.2s ease, visiblity 0s linear 0.2s;
    transition: max-height 0.2s ease-out, padding 0.2s ease, visiblity 0s linear 0.2s;
}
@media only screen and (max-width: 719px) {
    .page-header,
    .page-footer {
        overflow: hidden;
    }
    .page-logo {
        float: left;
        padding: 20px 0;
    }
    .page-logo-wide {
        display: none;
    }
    .page-logo-tall {
        width: 120px;
    }
    .mobile-nav-toggle {
        display: block;
        width: 30px;
        border: none;
        font-size: 11px;
        color: #444;
        position: absolute;
        right: 20px;
        top: 30px;
    }
    .page-utility,
    .page-search,
    .page-nav {
        clear: left;
        margin-bottom: 20px;
        max-height: 80px;
        overflow: hidden;
        -webkit-transition: max-height 0.2s ease-in, margin 0.2s ease, border 0.2s ease, visibility 0.2s linear;
        -moz-transition: max-height 0.2s ease-in, margin 0.2s ease, border 0.2s ease, visibility 0.2s linear;
        -ms-transition: max-height 0.2s ease-in, margin 0.2s ease, border 0.2s ease, visibility 0.2s linear;
        -o-transition: max-height 0.2s ease-in, margin 0.2s ease, border 0.2s ease, visibility 0.2s linear;
        transition: max-height 0.2s ease-in, margin 0.2s ease, border 0.2s ease, visibility 0.2s linear;
    }
    .js .page-utility:not(.active),
    .js .page-search:not(.active),
    .js .page-nav:not(.active) {
        max-height: 0;
        margin-bottom: 0;
        -webkit-transition: max-height 0.2s ease-out, margin 0.2s ease, border 0.2s ease, visibility 0s linear 0.2s;
        -moz-transition: max-height 0.2s ease-out, margin 0.2s ease, border 0.2s ease, visibility 0s linear 0.2s;
        -ms-transition: max-height 0.2s ease-out, margin 0.2s ease, border 0.2s ease, visibility 0s linear 0.2s;
        -o-transition: max-height 0.2s ease-out, margin 0.2s ease, border 0.2s ease, visibility 0s linear 0.2s;
        transition: max-height 0.2s ease-out, margin 0.2s ease, border 0.2s ease, visibility 0s linear 0.2s;
    }
    .page-nav {
        margin-left: -20px;
        margin-right: -20px;
        max-height: 1600px;
    }
    .page-nav > ul > li {
        border-top: 1px solid #4a77aa;
    }
    .page-nav > ul > li > a {
        line-height: 40px;
    }
    .page-nav a {
        padding-left: 20px;
    }
    .page-nav .subnav-toggle {
        display: block;
        width: 40px;
        height: 40px;
        position: absolute;
        right: 0;
        top: 0;
        background: #adc1d7 url("../../../Images/icon-subnav-toggle.png") no-repeat 50% 50%;
        background-size: 100% 100%;
        -webkit-transition: transform 0.2s ease;
        -moz-transition: transform 0.2s ease;
        -ms-transition: transform 0.2s ease;
        -o-transition: transform 0.2s ease;
        transition: transform 0.2s ease;
    }
    .page-nav .subnav-toggle.active {
        -webkit-transform: scaleY(-1);
        -moz-transform: scaleY(-1);
        -ms-transform: scaleY(-1);
        -o-transform: scaleY(-1);
        transform: scaleY(-1);
    }
    .page-nav ul.active {
        max-height: 400px;
        padding-bottom: 10px;
        -webkit-transition: max-height 0.2s ease-in, padding 0.2s ease, visibility 0s linear;
        -moz-transition: max-height 0.2s ease-in, padding 0.2s ease, visibility 0s linear;
        -ms-transition: max-height 0.2s ease-in, padding 0.2s ease, visibility 0s linear;
        -o-transition: max-height 0.2s ease-in, padding 0.2s ease, visibility 0s linear;
        transition: max-height 0.2s ease-in, padding 0.2s ease, visibility 0s linear;
    }
    .page-nav ul ul a {
        line-height: 30px;
        padding-left: 30px;
        color: #ced9e6;
    }
}
@media only screen and (min-width: 720px) {
    .page-logo-tall,
    .mobile-nav-toggle,
    .subnav-toggle {
        display: none;
    }
    .page-logo-wide {
        width: 350px;
    }
    .page-logo {
        padding: 20px 0;
        float: left;
    }
    .page-search {
        width: 30%;
        position: absolute;
        top: 30px;
        right: 20px;
    }
    .page-utility,
    .page-nav {
        clear: both;
    }
    .page-utility {
        margin-bottom: 20px;
    }
    .page-nav {
        margin-bottom: 0;
    }
    .page-nav > ul > li {
        width: 16.6%;
        float: left;
        text-align: center;
    }
    .page-nav > ul > li > a:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 0;
        height: 60px;
    }
    .page-nav > ul > li > a > span {
        display: inline-block;
        vertical-align: middle;
        width: 90%;
    }
    .page-nav > ul > li > ul {
        width: 180%;
        position: absolute;
        left: 0;
        top: 100%;
        text-align: left;
        background: #1e5696;
        background: rgba(30, 86, 150, 0.9);
        opacity: 0;
        -webkit-transition: max-height 0.1s ease, padding 0.1s ease, opacity 0.1s ease, visibility 0s linear 0.1s;
        -moz-transition: max-height 0.1s ease, padding 0.1s ease, opacity 0.1s ease, visibility 0s linear 0.1s;
        -ms-transition: max-height 0.1s ease, padding 0.1s ease, opacity 0.1s ease, visibility 0s linear 0.1s;
        -o-transition: max-height 0.1s ease, padding 0.1s ease, opacity 0.1s ease, visibility 0s linear 0.1s;
        transition: max-height 0.1s ease, padding 0.1s ease, opacity 0.1s ease, visibility 0s linear 0.1s;
    }
    .page-nav > ul > li:last-child > ul {
        left: auto;
        right: 0;
    }
    .page-nav > ul > li:hover > a {
        color: #9fa618;
    }
    .page-nav > ul > li:hover > ul {
        max-height: 400px;
        padding: 10px 0;
        opacity: 1;
        visibility: visible;
        -webkit-transition: max-height 0.15s ease-in, padding 0.15s ease, opacity 0.3s ease, visibility 0s linear;
        -moz-transition: max-height 0.15s ease-in, padding 0.15s ease, opacity 0.3s ease, visibility 0s linear;
        -ms-transition: max-height 0.15s ease-in, padding 0.15s ease, opacity 0.3s ease, visibility 0s linear;
        -o-transition: max-height 0.15s ease-in, padding 0.15s ease, opacity 0.3s ease, visibility 0s linear;
        transition: max-height 0.15s ease-in, padding 0.15s ease, opacity 0.3s ease, visibility 0s linear;
    }
    .page-nav ul ul a {
        padding: 5px 20px;
    }
    .page-nav ul ul a:hover {
        background: #fafafa;
        background: #9fa618;
    }
}
@media only screen and (min-width: 980px) {
    .page-utility {
        position: absolute;
        top: 30px;
        right: 35px;
    }
    .page-search {
        top: 60px;
        right: 40px;
    }
    .page-nav > ul > li > a {
        font-size: 18px;
        padding: 0 14%;
    }
    .page-nav > ul > li > ul {
        width: 150%;
    }
}
/****************************************\
                 =home
\****************************************/

.home-feature-2 {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.home-feature-2 .slide-title {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 20px;
}
.csstransforms .home-feature-2 .slide-title {
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
}
.home-feature-2 .slide-title .top,
.home-feature-2 .slide-title .title,
.home-feature-2 .slide-title .bottom {
    padding: 10px;
    float: right;
    clear: right;
    font-size: 16px;
    color: #fafafa;
    background: #222;
    background: rgba(0, 0, 0, 0.4);
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.5);
}
.home-feature-2 .slide-title .title {
    font-size: 18px;
    font-weight: 700;
    background: #6ba6cf;
    background: rgba(107, 166, 207, 0.6);
}
.home-feature-2-caption {
    background: #222;
    background: rgba(34, 34, 34, 0.8);
}
.home-feature-2-nav {
    position: absolute;
    right: 20px;
    bottom: 0;
}
.home-feature-2-nav .tab {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 10px;
    border-radius: 100%;
    background: #cac8c7;
    background: rgba(250, 250, 250, 0.5);
}
.home-feature-2-nav .tab.active {
    background: #fafafa;
}
@media only screen and (max-width: 469px) {
    .home-feature-caption {
        display: none;
    }
    .home-feature-2 .slide-title .top,
    .home-feature-2 .slide-title .bottom {
        display: none;
    }
    .home-feature-2-caption {
        display: none;
    }
}
@media only screen and (min-width: 720px) {
    .home-feature {
        text-align: center;
        overflow: hidden;
    }
    .home-feature-panes {
        display: inline-block;
        max-width: 100%;
        position: relative;
        height: 100%;
        max-height: 500px;
        overflow: hidden;
    }
    .home-feature-panes .pane {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 100%;
        background: #222;
        -webkit-transition: left 0.6s ease, box-shadow 0.6s ease;
        -moz-transition: left 0.6s ease, box-shadow 0.6s ease;
        -ms-transition: left 0.6s ease, box-shadow 0.6s ease;
        -o-transition: left 0.6s ease, box-shadow 0.6s ease;
        transition: left 0.6s ease, box-shadow 0.6s ease;
    }
    .js .home-feature-panes .pane {
        display: block;
    }
    .home-feature-panes .pane:first-child {
        position: relative;
    }
    .home-feature-panes .active {
        left: 0;
        box-shadow: 0 0 15px 4px rgba(0, 0, 0, 0.6);
        z-index: 4;
    }
    .home-feature-panes .pane img {
        -webkit-transition: opacity 0.6s ease;
        -moz-transition: opacity 0.6s ease;
        -ms-transition: opacity 0.6s ease;
        -o-transition: opacity 0.6s ease;
        transition: opacity 0.6s ease;
    }
    .home-feature-panes .next img,
    .home-feature-panes .prev img {
        opacity: 0.5;
    }
    .home-feature-panes .next {
        left: 100%;
        z-index: 2;
    }
    .home-feature-panes .prev {
        left: -100%;
        z-index: 3;
    }
    .home-feature-caption {
        height: 60px;
        margin-top: -60px;
        position: relative;
        z-index: 5;
    }
    .home-feature-social {
        float: left;
        margin-top: 20px;
    }
    .home-feature-nav {
        float: right;
        margin-top: 10px;
    }
    .home-feature-nav .tab {
        width: 40px;
        height: 40px;
        margin-left: 10px;
        display: inline-block;
        overflow: hidden;
    }
    .home-feature-nav .tab img {
        max-width: none;
        height: 100%;
        -webkit-transform: translateX(-25%);
        -moz-transform: translateX(-25%);
        -ms-transform: translateX(-25%);
        -o-transform: translateX(-25%);
        transform: translateX(-25%);
    }
    .home-feature-nav .tab:hover {
        box-shadow: 0 0 0 4px rgba(250, 250, 250, 0.3);
    }
    .home-feature-nav .tab.active {
        box-shadow: 0 0 0 4px #fafafa;
    }
    .home-feature-2 {
        text-align: center;
        overflow: hidden;
    }
    .home-feature-2 .slide-title {
        bottom: 60px;
    }
    .home-feature-2 .slide-title .top,
    .home-feature-2 .slide-title .title,
    .home-feature-2 .slide-title .bottom {
        padding: 15px 30px;
    }
    .home-feature-2 .slide-title .top,
    .home-feature-2 .slide-title .bottom {
        font-size: 18px;
    }
    .home-feature-2 .slide-title .title {
        font-size: 32px;
        line-height: 40px;
    }
    .home-feature-2-panes {
        display: inline-block;
        max-width: 100%;
        position: relative;
        height: 100%;
    }
    .home-feature-2-panes .pane {
        width: 100%;
        height: 100%;
        max-height: 500px;
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 100%;
        background: #222;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: -webkit-transform 0.6s ease, left 0.6s ease;
        -moz-transition: -moz-transform 0.6s ease, left 0.6s ease;
        -ms-transition: -ms-transform 0.6s ease, left 0.6s ease;
        -o-transition: -o-transform 0.6s ease, left 0.6s ease;
        transition: transform 0.6s ease, left 0.6s ease;
    }
    .js .home-feature-2-panes .pane {
        display: block;
    }
    .home-feature-2-panes .pane:first-child {
        position: relative;
    }
    .home-feature-2-panes .active {
        left: 0;
        box-shadow: 0 0 15px 4px rgba(0, 0, 0, 0.6);
        z-index: 4;
    }
    .home-feature-2-panes .next {
        left: 100%;
        z-index: 2;
    }
    .csstransforms .home-feature-2-panes .next {
        left: 0;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }
    .home-feature-2-panes .prev {
        left: -100%;
        z-index: 3;
    }
    .csstransforms .home-feature-2-panes .prev {
        left: 0;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    .home-feature-2-caption {
        height: 40px;
        /*margin-top: -$line*2; */
        
        margin-top: -45px;
        background: #222;
        background: rgba(34, 34, 34, 0.8);
        position: relative;
        z-index: 5;
    }
    .home-feature-2-social {
        float: left;
        margin-top: 10px;
    }
    .home-feature-2-nav {
        bottom: 2.5px;
    }
}
@media only screen and (min-width: 980px) {
    .home-feature-caption {
        height: 80px;
        margin-top: -80px;
    }
    .home-feature-social {
        margin-top: 30px;
    }
    .home-feature-nav .tab {
        width: 60px;
        height: 60px;
    }
    .home-feature-2 .slide-title .top,
    .home-feature-2 .slide-title .bottom {
        font-size: 26px;
        line-height: 30px;
    }
    .home-feature-2 .slide-title .title {
        font-size: 48px;
        line-height: 60px;
    }
}
/****************************************\
                =layout
\****************************************/

.igx-body-container {
    border: none !important;
    box-shadow: none !important;
    background: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
.igx-body-container.page-bounds {
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.override-bootstrap {
    width: 100% !important;
    float: none;
    padding: 0 !important;
    margin: 0 !important;
}
.pageBuilderLayoutDesign .override-bootstrap {
    min-height: 40px !important;
    border: 2px solid #ccc !important;
    background-color: transparent !important;
    background-image: -webkit-repeating-linear-gradient(135deg, #fff 0, #fff 5px, #fafafa 5px, #fafafa 10px);
    background-image: repeating-linear-gradient(135deg, #fff 0, #fff 5px, #fafafa 5px, #fafafa 10px);
    box-shadow: none !important;
}
.page-date {
    display: block;
}
.page-title + .page-date {
    margin-top: -10px;
    margin-bottom: 20px;
}
.sidebar-nav-container {
    padding-bottom: 0;
}
.sidebar-nav-title {
    margin-bottom: 0 !important;
}
.sidebar-nav {
    padding: 20px 0;
}
.sidebar-nav a {
    font-weight: 700;
    color: #1e5696;
}
.sidebar-nav a:hover {
    color: #cf7600;
}
.sidebar-nav li {
    padding-bottom: 10px;
}
.sidebar-nav li:last-child {
    padding-bottom: 0;
}
.column-secondary-top {
    margin-bottom: 30px;
}
@media only screen and (max-width: 719px) {
    .js .sidebar-nav-title {
        background-image: url("../../../Images/icon-arrow-down.png");
        background-repeat: no-repeat;
        background-position: 95% 50%;
        background-position: calc(100% - 20px) 50%;
        cursor: pointer;
    }
    .js .sidebar-nav-title.active {
        background-image: url("../../../Images/icon-arrow-up.png");
    }
    .js .sidebar-nav {
        display: none;
    }
    .js .sidebar-nav.active {
        display: block;
    }
}
@media only screen and (min-width: 720px) {
    .page-title,
    .page-date {
        margin-left: calc(30% + 40px);
    }
    .column-secondary-top,
    .column-secondary {
        width: 30%;
    }
    .column-secondary-top.override-bootstrap,
    .column-secondary.override-bootstrap {
        width: 30% !important;
    }
    .column-secondary-top {
        float: left;
        margin-bottom: 30px;
        clear: both;
    }
    .column-secondary {
        clear: left;
    }
    .column-primary {
        width: 70%;
        padding-left: 40px;
        float: right;
        overflow: hidden;
    }
    .column-primary.override-bootstrap {
        width: 70% !important;
        padding-left: 40px !important;
        float: right !important;
    }
    .pageBuilderLayoutDesign .column-primary.override-bootstrap {
        padding-left: 0 !important;
        border-left: 40px solid #ccc !important;
    }
}
@media only screen and (min-width: 980px) {
    .page-title,
    .page-date {
        margin-left: calc(20% + 40px);
    }
    .column-primary {
        width: 80%;
    }
    .column-primary.override-bootstrap {
        width: 80% !important;
    }
    .column-secondary-top,
    .column-secondary {
        width: 20%;
    }
    .column-secondary-top.override-bootstrap,
    .column-secondary.override-bootstrap {
        width: 20% !important;
    }
    .column-primary-main {
        width: 65%;
        float: left;
    }
    .column-primary-main.override-bootstrap {
        width: 65% !important;
    }
    .column-primary-aside {
        width: 35%;
        float: right;
        padding-left: 40px;
    }
    .column-primary-aside.override-bootstrap {
        width: 35% !important;
        padding-left: 40px !important;
    }
    .pageBuilderLayoutDesign .column-primary-aside.override-bootstrap {
        padding-left: 0 !important;
        border-left: 40px solid #ccc !important;
    }
}
/****************************************\
                =forms
\****************************************/

.form-label {
    display: block;
}
.form-label .text {
    display: block;
}
.checkbox-label {
    display: block;
    position: relative;
    padding-left: 20px;
}
.checkbox-label input[type=checkbox],
.checkbox-label input[type=radio] {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -6px;
}
.text-input {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    padding: 4px 10px;
    background: #fff;
    border: 1px solid #cac8c7;
}
.text-input:focus {
    border-color: #1e5696;
}
.select-input {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    height: 34px;
    padding: 5px 10px;
    background: #fff;
    border: 1px solid #cac8c7;
}
.select-input:focus {
    border-color: #1e5696;
}
.form-submit {
    display: inline-block;
    padding: 10px 20px;
    color: #fafafa;
    background: #cf7600;
    border: none;
}
.form-submit:hover,
.form-submit:focus {
    background: #1e5696;
}
.login-page-form {
    max-width: 400px;
    padding: 20px 0;
}
.login-page-form .button {
    float: left;
}
.login-page-form .recover {
    float: right;
    margin-top: 5px;
}
.login-page-current-user {
    padding: 20px 0;
}
.podcasts-form .form-submit {
    margin-top: 20px;
}
@media only screen and (min-width: 720px) {
    .login-page-form {
        margin: 80px auto 60px;
        padding: 20px;
        border: 1px solid #e2e2e2;
    }
    .login-page-current-user {
        margin: 80px auto 60px;
        text-align: center;
    }
    .podcasts-form .keyword-label {
        position: relative;
        padding-right: 60px;
    }
    .podcasts-form .form-submit {
        padding: 5px 10px;
        position: absolute;
        right: 0;
        bottom: 0;
    }
}
/****************************************\
                =footer
\****************************************/

.page-footer {
    padding: 40px 0;
    overflow: hidden;
    clear: both;
}
.footer-contact-title,
.footer-contact,
.footer-utility,
.footer-social {
    margin-bottom: 20px;
}
.footer-contact-title {
    font-size: 18px;
}
.footer-utility {
    font-size: 16px;
    font-weight: 300;
}
.footer-utility a {
    padding: 0 10px;
}
.footer-utility a + a {
    border-left: 1px solid #9fa618;
}
.footer-copyright {
    font-size: 11px;
}
@media only screen and (max-width: 979px) {
    .page-footer {
        text-align: center;
    }
    .footer-contact p {
        font-size: 12px;
        opacity: 0.9;
    }
    .footer-nav {
        display: none;
    }
}
@media only screen and (min-width: 980px) {
    .footer-social,
    .footer-utility {
        position: absolute;
        right: 40px;
        top: 0;
    }
    .footer-utility {
        top: 50px;
        right: 30px;
    }
    .footer-nav {
        margin: 40px -20px 40px 0;
    }
    .footer-nav > ul > li {
        width: 16.6%;
        float: left;
        padding-right: 20px;
    }
    .footer-nav > ul > li > a {
        display: block;
        font-size: 16px;
        color: #9fa618;
        min-height: 40px;
    }
    .footer-nav li li {
        margin-top: 10px;
        font-size: 12px;
        line-height: 15px;
    }
    .footer-copyright {
        text-align: center;
    }
}
/****************************************\
                 =search
\****************************************/

.debug-url {
    padding: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #f4f4f4;
    border: 1px solid #ddd;
}
.pagerBlock {
    margin: 20px 0;
}
.pagerBlock > span:first-child {
    display: block;
    margin-bottom: -10px;
    opacity: 0.8;
}
.pagerBlock .pagerPage,
.pagerBlock .pagerPrevious,
.pagerBlock .pagerNext {
    display: inline-block;
    height: 30px;
    margin: 5px 0;
    line-height: 30px;
    text-align: center;
}
.pagerBlock .pagerPage {
    width: 30px;
}
.pagerBlock span.pagerPage {
    background: #9fa618;
    color: #fafafa;
    opacity: 1;
}
.pagerBlock a.pagerPage:hover {
    background: #efefef;
    box-shadow: 0 0 0 1px #e2e2e2;
}
.pagerBlock .pagerPrevious {
    margin-right: 10px;
}
.pagerBlock .pagerNext {
    margin-left: 10px;
}
.search-results-form {
    position: relative;
    padding-right: 50px;
}
.search-results-form .search-results-submit {
    position: absolute;
    right: 0;
    top: 0;
}
.search-refine {
    padding-top: 20px;
}
.search-refine-title {
    margin-bottom: 10px;
    cursor: pointer;
}
.search-refine-title:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    border: 0.5em solid transparent;
    border-top-color: #ccc;
    border-bottom-width: 0;
    transform: scaleX(0.6);
    transition: all 0.2s ease;
}
.search-refine-title.active:after {
    transform: scaleX(0.6) scaleY(-1);
}
.search-refine-cats .toggle-target {
    padding-bottom: 10px;
    color: #888;
}
.search-results-active-filter {
    display: inline-block;
    padding: 5px 25px 5px 10px;
    margin: 10px 10px 10px 0;
    color: #444;
    background: #eee url('../../../Images/icon-x.png') no-repeat 100% 50%;
    background-position: calc(100% - 7px) 50%;
}
@media only screen and (max-width: 719px) {
    .pagerBlock {
        text-align: center;
    }
}
@media only screen and (min-width: 720px) {
    .search-refine-cats {
        display: block !important;
    }
}
/****************************************\
                 =misc
\****************************************/

.page-warning {
    padding: 20px;
    margin-bottom: 40px;
    border: 2px solid #b66700;
    text-align: center;
    color: #fafafa;
    background: #cf7600;
    background-image: -webkit-repeating-linear-gradient(135deg, #ca7505 0, #ca7505 5px, #c57000 5px, #c57000 10px);
    background-image: repeating-linear-gradient(135deg, #ca7505 0, #ca7505 5px, #c57000 5px, #c57000 10px);
}
.page-warning a {
    color: #fafafa;
    text-decoration: underline;
}
.account-info {
    text-align: left;
}
.account-info p {
    margin-bottom: 20px;
}
.account-info-list > dt {
    width: 40%;
    float: left;
    clear: left;
    padding-right: 20px;
    margin-bottom: 10px;
    font-weight: 700;
}
.account-info-list > dd {
    width: 60%;
    float: left;
    margin-bottom: 10px;
}
.account-info-edit {
    float: right;
}
.title-3 + .account-info-edit {
    margin-top: -45px;
}
.account-info-ncsp {
    min-height: 298px;
    padding: 0;
    border: 0 solid #e2e2e2;
    background: url("../../../Images/Logos/Cert-Logo-10-percent.png") no-repeat 50% 0%;
    background-size: 60%;
}
.account-info-get-certified {
    padding: 20px;
    border: 2px solid #9fa618;
    background: #f6f7e3;
}
.account-info-get-certified .formatted {
    padding-left: 60px;
    background: url("../../../Images/logo-cert-mini.png") no-repeat 0 5px;
}
.account-info-get-certified .button {
    margin-left: 60px;
}
.account-info-show-your-pride {
    padding: 20px;
    border: 2px solid #9fa618;
    background: #f6f7e3;
}
.account-info-show-your-pride .formatted {
    padding-left: 0;
    background: none;
}
.account-info-show-your-pride .button {
    margin-left: 0;
}

.member-profile-section {
    margin-bottom: 40px;
}
.member-profile-checkbox-list {
    -webkit-column-width: 250px;
    -moz-column-width: 250px;
    column-width: 250px;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
}
.member-profile-checkbox-list > li {
    display: inline-block;
    width: 100%;
    padding: 3px 0;
    word-wrap: break-word;
}
.pub-issue-articles > li {
    position: relative;
}
.pub-issue-articles > li + li {
    border-top: 1px solid #e2e2e2;
    padding-top: 20px;
}
.pub-issue-articles > li + li .buttons {
    top: 20px;
}
.pub-issue-articles .title-4 {
    padding-right: 100px;
}
.pub-issue-articles .buttons {
    position: absolute;
    right: 0;
    top: 0;
}
.pub-issue-articles .author {
    font-style: italic;
}
.pub-issue-articles .pages {
    margin-bottom: 10px;
}
.pub-issue-articles .abstract {
    max-height: 80px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}
.pub-issue-articles .abstract::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: -webkit-linear-gradient(to top, #fafafa, transparent);
    background-image: linear-gradient(to top, #fafafa, transparent);
}
.cart-icon {
    padding-left: 40px !important;
    background-image: url('../../../Images/icon-cart.png');
    background-repeat: no-repeat;
    background-position: 10px 50%;
}
.pageBuilderLayoutDesign .stylesheet-component-container:before {
    content: '[Set stylesheet]';
}
.pageBuilderLayoutDesign .stylesheet-component-container {
    padding: 10px 0;
    background: #eee;
    text-align: center;
    margin-bottom: 20px;
}
.site-map > ul > li {
    margin-bottom: 20px;
}
.site-map > ul > li > a {
    font-size: 20px;
    font-weight: 700;
}
.site-map ul {
    padding-bottom: 10px;
}
.site-map ul > li:first-child {
    padding-top: 10px;
}
.site-map ul ul {
    padding-left: 20px;
}
@media (max-width: 479px) {
    .go-to-cart {
        background: none;
        padding: 0 !important;
        text-align: left;
        color: #1e5696;
    }
    .go-to-cart:hover {
        color: #1e5696;
    }
}
@media (min-width: 480px) {
    .go-to-cart {
        float: right;
        padding-top: 2px !important;
        padding-bottom: 2px !important;
        position: relative;
        top: -6px;
    }
}
/* responsive tables */

table.dataResponsive {
    width: 100%;
    margin: 10px 0;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0;
}
table.dataResponsive tr {
    padding: 5px;
}
table.dataResponsive th,
table td {
    padding: 5px;
}
table.dataResponsive th,
table.dataResponsive th a {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    color: #444444;
    text-align: left;
}
@media screen and (max-width: 600px) {
    table.dataResponsive {
        border: 0;
    }
    table.dataResponsive thead {
        display: none;
    }
    table.dataResponsive tr {
        margin-bottom: 10px;
        display: block;
        border-bottom: 1px solid #ddd;
    }
    table.dataResponsive td {
        display: block;
        border-bottom: 1px dotted #ccc;
    }
    table.dataResponsive td:last-child {
        border-bottom: 0;
    }
    table.dataResponsive td:before {
        content: attr(data-label);
        font-weight: bold;
        width: 50%;
        margin-right: 20px;
        display: inline-block;
    }
}
/****************************************\
                 =fixes
\****************************************/

.group:after,
.page-bounds:after,
.formatted:after,
.formatted dl:after,
.item-list > li:after,
.content-box:after,
.content-box.bordered .more-links:after,
.slider:after,
.login-page-form:after {
    content: "";
    display: table;
    clear: both;
}
/****************************************\
           =custom Convention
\****************************************/

table.sessionTable1,
table.sessionTable {
    width: 100%;
    margin-bottom: 20px;
}
table.sessionTable1 td {
    width: 50%;
    vertical-align: top;
    color: #444444;
}
table.sessionTable td:first-child {
    font-weight: 700;
}
table.sessionTable1 td h3 {
    font-size: 16px;
    line-height: 20px;
    margin: 10px 0;
}
table.sessionTable1 td h2 {
    margin: 10px 0;
    color: #000000;
}
.formatted table.sessionTable1 td ul {
    margin-bottom: 10px;
}
.formatted table.sessionTable1 td ul li {
    margin-bottom: 5px;
}
@media only screen and (max-width: 719px) {
    table.sessionTable1 td {
        width: 100%;
        display: block;
    }
}
/****************************************\
                 =print
\****************************************/

@media print { 
@page { 
margin: .40in .5in; 
} 
body { 
background-color:#FFFFFF; 
} 
.page-logo, 
.page-nav, 
.page-utility, 
.page-search, 
.mobile-nav-toggle, 
.page-header > .page-bounds:after, 
.footer-nav, 
.footer-utility, 
.footer-social, 
.column-secondary-top, 
.home-feature, 
.home-feature-2, 
.item-list .abstract a, 
.more::before, 
.more::after { 
display: none !important; 
clear: none !important; 
} 
.page-logo-print { 
float: left; 
width: auto; 
display: block !important; 
max-width: 30%; 
padding: 20px 40px 20px 0; 
margin: 1em 40px 2em 0; 
border-right: 1px #999 solid; 
clear: both; 
} 
#igx-body { 
clear: right; 
page-break-before: avoid !important; 
} 
.page-header, 
.page-footer, 
.page-footer, 
.content-box { 
color: #444 !important; 
background: transparent !important; 
} 
.page-header a, 
.page-footer a { 
color: #222 !important; 
} 
div, 
p { 
orphans: 3 !important; 
widows: 3 !important; 
} 
.title-1, 
.title-2, 
.title-3 { 
border: none !important; 
box-shadow: none !important; 
color: #000 !important; 
} 
.page-bounds > .title-1:first-child { 
max-width: 60%; 
font-size: 40px; 
line-height: 1.1; 
} 
.page-content > .page-bounds { 
    margin-top: 0; 
    margin-bottom: 0; 
} 
.formatted a:after, 
.content-box-more:after, 
.item-list .title-4 a:after, 
.more:after { 
/* content: " [ " attr(href) " ]"; */ 

display: inline; 
font-size: 0; 
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
font-weight: 400; 
font-style: normal; 
color: #444 !important; 
word-wrap: break-word; 
} 
.content-box { 
page-break-inside: avoid !important; 
} 
.content-box-more { 
background: #fff !important; 
border: 2px solid #888; 
color: #222 !important; 
} 
nav.breadcrumbs { 
display: none; 
} 
h1 { 
float:none; 
margin: 20px 0 40px 0 !important; 
} 
h2, h3, h4 { 
float: left; 
width:100%; 
margin:20px 0; 
} 
ul, ol { 
display: inline-block; 
} 

table td ul, table td ol { 
float: left; 
} 
.content-box { 
float: left; 
padding: 20px; 
} 
.formatted { 
float: left; 
width:100%;
} 
.footer-contact { 
margin-bottom: 10px; 
} 
h1.footer-contact-title { 
margin-bottom: 5px !important; 
} 
.grid-unit, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 { 
display: block !important; 
} 

.column-secondary-top, .column-primary-aside, .content-box .content-box-more, .sidebar-nav-container, .content-box.margin-large.normal, .button, a.button.title-action { 
display: none !important; 
} 
table td { 
vertical-align: top; 
} 
.cq-note {
    display: none !important;
}
} 
