a,
h1,
h2,
h3,
h4,
p,
blockquote,
pre,
input,
button,
textarea,
img,
figure,
video,
object,
audio,
em,
b,
strong,
article,
span {
    transition-duration: 0.25s;
    -khtml-transition-duration: 0.25s;
    -webkit-transition-duration: 0.25s;
    -moz-transition-duration: 0.25s;
    -ms-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-timing-function: ease;
    -khtml-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -ms-transition-timing-function: ease;
    -o-transition-timing-function: ease
}

* {
    position: relative;
    box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box
}

q:before {
    content: "\201C"
}

q:after {
    content: "\201D"
}

.wf-loading {
    visibility: hidden !important
}

.notification {
    padding: 10px;
    margin: 15px 0;
    border: 1px solid transparent
}

.notification.error {
    color: #981010;
    border-color: #8f0000;
    background: #fcc
}

.notification.success {
    color: #258815;
    border-color: #9adf8f;
    background: #d4ffcd
}

.notification.info {
    color: #2850c1;
    border-color: #9fc7f5;
    background: #dbecff
}

.notification.warning {
    color: #878314;
    border-color: #e5db55;
    background: #fefccb
}

.notification .button {
    font-size: 10px;
    margin: 0 0 0 10px
}

.table {
    display: table;
    text-align: center
}

.table .cell {
    display: table-cell;
    vertical-align: middle
}

a:focus,
a:active {
    outline: none
}

body {
    font: 15px/24px "proxima-nova", Arial, "Helvetica Neue", Arial, sans-serif;
    margin: 0;
    padding: 0;
    background: #fff url(img/bg.jpg) left 5px repeat-x
}

a {
    color: #007499;
    text-decoration: underline
}

a:visited {
    color: #007499
}

a:hover {
    color: #bc022a
}

img {
    max-width: 100%;
    height: auto
}

.wrapper {
    zoom: 1;
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

#primary .wrapper {
    margin: 0 auto;
    padding-left: 0px;
    padding-right: 0px;
}

.wrapper:after,
.wrapper:before {
    content: "\0020";
    display: table;
    height: 0;
    overflow: hidden
}

.wrapper:after {
    clear: both
}

.alignleft {
    float: left
}

.alignright {
    float: right
}

#header {
    z-index: 100;
    zoom: 1;
    max-width: 980px;
    margin: 0 auto;
    width: 100%;
    padding: 0 20px 0 20px;
}

#header:after,
#header:before {
    content: "\0020";
    display: table;
    height: 0;
    overflow: hidden
}

#header:after {
    clear: both
}

#header #logo {
    float: left;
    display: block;
    width: 220px;
    height: auto;
    text-indent: -999em;
    background: url(img/logo.jpg) no-repeat;
    padding-top: 103px;
    border-top: 5px solid #bc022a;
    background-position: left bottom
}

#header #logo:hover {
    border-top-color: #007499
}

#header #nav {
    float: right;
    top: 91px
}

#header #nav ul,
#header #nav li {
    display: inline;
    margin: 0;
    padding: 0
}

#header #nav ul li {
    color: #007499;
    font: 20px "proxima-nova", Arial, "Helvetica Neue", Arial, sans-serif
}

#header #nav ul li a {
    display: inline-block;
    color: #111;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid transparent
}

#header #nav ul li a:hover {
    color: #bc022a
}

#header #nav ul li span {
    display: inline-block;
    margin: 0 12px 0 15px
}

#header #nav ul li:last-child>span {
    display: none
}

#header #nav ul li.current-menu-item>a,
#header #nav ul li.current-menu-parent>a,
#header #nav ul li.current-menu-ancestor>a,
#header #nav ul li.current-page-ancestor>a,
#header #nav ul li.current_page_parent>a,
#header #nav ul li.current_page_item>a,
#header #nav ul li.current_page_ancestor>a,
#header #nav ul li.current-cat>a {
    color: #bc022a
}

#header #nav ul li.dropped {
    /*z-index: 10;
    left: -15px;
    margin-left: -1px;
    padding: 10px 15px 0 15px;
    border: 1px solid #d7d7d7;
    border-bottom: 0;
    box-shadow: 1px -3px 6px rgba(0, 0, 0, 0.07);
    -khtml-box-shadow: 1px -3px 6px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 1px -3px 6px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 1px -3px 6px rgba(0, 0, 0, 0.07);
    -ms-box-shadow: 1px -3px 6px rgba(0, 0, 0, 0.07);
    -o-box-shadow: 1px -3px 6px rgba(0, 0, 0, 0.07);
    background: #f7f7f7;*/
}

#header #nav ul li.dropped span {
    /*  display: none;*/
}

#header #nav ul li>ul.sub-menu {
    z-index: -1;
    display: none;
    position: absolute;
    left: -1px;
    top: 32px;
    width: auto;
    white-space: nowrap;
    padding-top: 6px;
    padding-bottom: 4px;
    border: 1px solid #d7d7d7;
    border-bottom: 0;
    border-top: 0;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.07);
    -khtml-box-shadow: 0 0 6px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.07);
    -ms-box-shadow: 0 0 6px rgba(0, 0, 0, 0.07);
    -o-box-shadow: 0 0 6px rgba(0, 0, 0, 0.07);
    background: #f7f7f7
}

#header #nav ul li>ul.sub-menu:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: -2px;
    right: -2px;
    height: 4px;
    background: #bc022a
}

#header #nav ul li>ul.sub-menu li a {
    display: block;
    color: #111;
    font: 16px "proxima-nova", Arial, "Helvetica Neue", Arial, sans-serif;
    text-transform: none;
    padding: 6px 17px;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    background: #f7f7f7
}

#header #nav ul li>ul.sub-menu li a:hover {
    color: #bc022a
}

#header #nav ul li>ul.sub-menu li:last-child>a {
    border-bottom: 0
}

#header #nav ul li>ul.sub-menu li span {
    display: none
}

#masthead {
    height: 170px;
    margin: 35px 0 5px;
    padding-top: 65px;
    background: #007499 url(img/masthead-1.jpg) center top no-repeat
}

#masthead h1 {
    color: #fff;
    font: 300 40px "proxima-nova", Arial, "Helvetica Neue", Arial, sans-serif
}

.parent-pageid-7 #masthead {
    background: #007499 url(img/masthead-2.jpg) center top no-repeat
}

#slideshow {
    height: 420px;
    margin: 35px 0 5px;
    border-bottom: 20px solid #007499;
    background: #111
}

#slideshow #theSlides figure {
    opacity: 0;
    z-index: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 400px;
    margin: 0;
    padding: 0;
    transition: opacity 1s ease;
    -khtml-transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
    -ms-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    background-repeat: no-repeat;
    background-position: center top
}

#slideshow #theSlides figure.active {
    z-index: 1;
    opacity: 1
}

#slideshow #theSlides figure figcaption {
    z-index: 1;
    max-width: 980px;
    margin: 0 auto;
    color: #fff;
    padding-top: 175px;
    padding-left: 0;
    padding-right: 0;
}

#slideshow #theSlides figure figcaption h2 {
    max-width: 620px;
    font: 300 40px/40px "proxima-nova", Arial, "Helvetica Neue", Arial, sans-serif;
    margin: 0;
    padding: 0;
    text-transform: capitalize;
}

#slideshow #theSlides figure figcaption .more {
    display: inline-block;
    color: #fff;
    font: 700 20px "proxima-nova", Arial, "Helvetica Neue", Arial, sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0.25em;
    -khtml-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    -ms-border-radius: 0.25em;
    -o-border-radius: 0.25em;
    margin-top: 30px;
    padding: 6px 25px 6px 10px;
    background: #bc022a url(img/icon-whiteArrow.png) 95% center no-repeat
}

#slideshow #theSlides figure figcaption .more:hover {
    padding-right: 50px;
    background-color: #ee0335
}

#slideshow #slidePager {
    z-index: 5;
    top: 360px;
    width: 940px;
    margin: 0 auto
}

#slideshow #slidePager a {
    cursor: pointer;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 99em;
    -khtml-border-radius: 99em;
    -webkit-border-radius: 99em;
    -moz-border-radius: 99em;
    -ms-border-radius: 99em;
    -o-border-radius: 99em;
    margin-right: 3px;
    background: rgba(255, 255, 255, 0.5)
}

#slideshow #slidePager a:hover,
#slideshow #slidePager a.active {
    background: #fff
}

#footer {
    padding: 35px 0 20px;
    color: #fff;
    font: 14px "proxima-nova", Arial, "Helvetica Neue", Arial, sans-serif;
    background: #007499
}

#footer a {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid transparent
}

#footer a:hover {
    border-bottom-color: rgba(255, 255, 255, 0.4)
}

#footer #footerNav {
    margin: 0;
    padding: 0
}

#footer #footerNav ul,
#footer #footerNav li {
    display: inline;
    margin: 0;
    padding: 0
}

#footer #footerNav ul li span {
    display: inline-block;
    margin: 0 7px 0 10px
}

#footer #footerNav ul li:last-child>span {
    display: none
}

#footer #social {
    float: right
}

#footer #social a {
    display: inline-block;
    width: 30px;
    height: 31px;
    text-indent: -999em;
    background: url(img/icons-social.png) no-repeat;
    margin-right: 5px
}

#footer #social a:last-child {
    margin-right: 0
}

#footer #social a:hover {
    opacity: 0.7;
    border-bottom-color: transparent
}

#footer #social a#fb {
    background-position: left top
}

#footer #social a#tw {
    background-position: right top
}

#footer #legal a {
    border-bottom-color: rgba(255, 255, 255, 0.4)
}

#footer #legal a:hover {
    border-bottom-color: #fff
}

#content {
    width: 100%;
    padding: 30px 0 30px;
    background: #fff url(img/bg.jpg) left top repeat-x
}

#content .content-area {
    max-width: 980px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

.home #content .content-area {
    max-width: none;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
}

#secondary {
    padding: 30px 0 0;
    background: #e6e6e6 url(img/bg-secondary.jpg) left top repeat-x
}

.home #content p,
.home #secondary p {
    font: 20px/30px "proxima-nova", Arial, "Helvetica Neue", Arial, sans-serif;
    margin-top: 10px
}

.home #content h1,
.home #secondary h1 {
    color: #007499;
    font: 300 40px/40px "proxima-nova", Arial, "Helvetica Neue", Arial, sans-serif;
    margin: 0;
    padding: 0
}

.home #content h1+a.viewAll,
.home #secondary h1+a.viewAll {
    top: -25px;
    color: #bc022a;
    font-weight: 700;
    text-decoration: none
}

.home #content h1+a.viewAll:hover,
.home #secondary h1+a.viewAll:hover {
    color: #ee0335
}

#sidebar {
    float: right;
    width: 300px
}

#sidebar h2 {
    color: #007499;
    font: 800 18px/30px "proxima-nova", Arial, "Helvetica Neue", Arial, sans-serif;
    text-transform: uppercase;
    margin: 0 0 10px;
    padding: 0
}

#sidebar #pageNav {
    margin: 0;
    padding: 0
}

#sidebar #pageNav ul,
#sidebar #pageNav li {
    display: inline;
    margin: 0;
    padding: 0
}

#sidebar #pageNav ul li a {
    display: block;
    color: #111;
    font: 300 18px "proxima-nova", Arial, "Helvetica Neue", Arial, sans-serif;
    text-decoration: none;
    padding: 7px 0;
    border-bottom: 1px solid #ebebeb
}

#sidebar #pageNav ul li a:before {
    content: "";
    display: inline-block;
    width: 9px;
    height: 14px;
    text-indent: -999em;
    background: url(img/icons-bullets.png) no-repeat;
    margin-right: 10px
}

#sidebar #pageNav ul li a:hover {
    color: #bc022a
}

#sidebar #pageNav ul li a:hover:before {
    background-position: right top
}

#sidebar #pageNav ul li.current_page_item>a,
#sidebar #pageNav ul li.current-cat>a {
    color: #bc022a;
    font-weight: 700
}

#sidebar #pageNav ul li.current_page_item>a:before,
#sidebar #pageNav ul li.current-cat>a:before {
    background-position: right top
}

#sidebar #pageNav ul li:last-child>a {
    border-bottom: 0
}

#sidebar .widget {
    margin: 45px 0
}

#sidebar .widget:first-child {
    margin-top: 0
}

#sidebar .widget.latestNews .newsItem {
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid #ebebeb
}

#sidebar .widget.latestNews .newsItem:last-child {
    border-bottom: 0
}

#sidebar .widget.latestNews .newsItem time {
    display: block;
    color: #999
}

#sidebar .widget.testimonial blockquote {
    color: #3c3c3c;
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 20px;
    padding: 15px;
    background: #ececec
}

#sidebar .widget.testimonial blockquote:after {
    content: "";
    display: block;
    width: 21px;
    height: 16px;
    text-indent: -999em;
    background: url(img/bg-testimonial.jpg) no-repeat;
    position: absolute;
    left: 40%;
    bottom: -16px;
    background-color: red
}

#sidebar .widget.testimonial blockquote p {
    margin: 0;
    padding: 0
}

#page {
    float: left;
    width: 594px
}

#page.full {
    float: none;
    width: auto
}

#page hr {
    clear: both;
    margin: 20px 0;
    border: 0;
    border-top: 1px solid #ebebeb
}

#page h2,
#page h3,
#page h4,
#page h5,
#page h6 {
    margin: 0;
    padding: 0
}

#page h2 {
    color: #007499;
    font: 800 18px/30px "proxima-nova", Arial, "Helvetica Neue", Arial, sans-serif;
    text-transform: uppercase
}

#page h3 {
    font: 700 14px/20px "proxima-nova", Arial, "Helvetica Neue", Arial, sans-serif;
    text-transform: uppercase
}

#page p#lead {
    font: 300 24px/34px "proxima-nova", Arial, "Helvetica Neue", Arial, sans-serif;
    margin-top: 0
}

#page img.alignleft {
    margin: 0 15px 5px 0
}

#page img.alignright {
    margin: 0 0 5px 15px
}


#secondary #members {
    zoom: 1;
    margin: 20px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

}

#secondary #members:after,
#secondary #members:before {
    content: "\0020";
    display: table;
    height: 0;
    overflow: hidden
}

#secondary #members:after {
    clear: both
}

#secondary #members .member {

    width: 33.33%;
    padding-right: 25px;
    margin-bottom: 50px;
}

#secondary #members .member:nth-child(3n) {
    margin-right: 0
}

#secondary #members .member figure {
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    box-pack: center;
    width: 130px;
    height: 130px;
    margin: 0;
    padding: 0;
    border-radius: 99em;
    -khtml-border-radius: 99em;
    -webkit-border-radius: 99em;
    -moz-border-radius: 99em;
    -ms-border-radius: 99em;
    -o-border-radius: 99em;
    background: #fff;

}

#secondary #members .member figure img {
    max-width: 100%;
    height: auto;
    vertical-align:middle;
}

#secondary #members .member aside {
    float: left;
    left: 15px;
    top: 20px;
  width: calc(100% - 130px);
      word-break: break-word;
    font: 14px/20px "proxima-nova", Arial, "Helvetica Neue", Arial, sans-serif
}

#secondary #members .member aside strong {
    display: block
}

.ie8 #secondary #members .member figure,
.no-flexbox #secondary #members .member figure {
    display: inline-block;
    line-height: 97px;
    text-align: center
}

.ie8 #secondary #members .member figure img,
.no-flexbox #secondary #members .member figure img {
    vertical-align: middle
}

#memberNav {
    text-align: justify;
    margin: 0 0 20px
}

#memberNav a {
    color: #007499;
    font: 300 40px "proxima-nova", Arial, "Helvetica Neue", Arial, sans-serif;
    text-decoration: none;
    margin-right: 0.757%
}

#memberNav a:hover,
#memberNav a:target {
    color: #bc022a
}

#page .memberDivider {
    clear: both;
    border-top: 1px solid #ebebeb;
    margin-bottom: 35px
}

#page .memberDivider span {
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    font: 700 18px "proxima-nova", Arial, "Helvetica Neue", Arial, sans-serif;
    padding: 7px;
    background: #007499
}

#page .returnToTop {
    clear: both;
    display: block;
    font: 700 17px/33px "proxima-nova", Arial, "Helvetica Neue", Arial, sans-serif;
    text-align: right;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 25px;
    padding-left: 35px;
    background: url(img/icon-returnTop.png) 0 0 no-repeat;
    display: inline-block;
    float: right;
}

#page .memberItem {
    display: inline-block;
    width: 49%;
    vertical-align: top;
    margin-bottom: 35px;
    padding-left: 35px
}

#page .memberItem figure {
    float: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-box-align: center;
    box-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-box-pack: center;
    box-pack: center;
    width: 140px;
    margin: 0 20px
}

#page .memberItem figure img {
    max-width: 100%;
    height: auto
}

#page .memberItem .push {
    float: left;
    width: 0;
    height: 1px;
    margin: 0 20px
}

#page .memberItem aside {
    float: left;
    top: 3px;
    width: 57%
}

#page .memberItem aside h3 {
    font: 700 18px "proxima-nova", Arial, "Helvetica Neue", Arial, sans-serif
}

#page .memberItem aside strong {
    display: block
}

#page .memberItem.featured aside h3 {
    display: inline-block;
    padding-right: 20px;
    background: url(img/icon-star.png) right 3px no-repeat
}

.content {
    display: none
}

.content p:first-child {
    margin-top: 0
}

#page .generalPost {
    zoom: 1;
    padding-bottom: 20px;
    margin-bottom: 25px;
    border-bottom: 1px solid #ebebeb
}

#page .generalPost:after,
#page .generalPost:before {
    content: "\0020";
    display: table;
    height: 0;
    overflow: hidden
}

#page .generalPost:after {
    clear: both
}

#page .generalPost:last-child {
    border-bottom: 0
}

#page .generalPost figure {
    float: left;
    width: 150px;
    margin: 0;
    padding: 0
}

#page .generalPost figure+aside {
    float: right;
    width: 71%
}

#page .generalPost aside h2 {
    color: #111;
    font: 700 18px "proxima-nova", Arial, "Helvetica Neue", Arial, sans-serif;
    text-transform: none;
    margin: 0;
    padding: 0
}

#page .generalPost aside strong {
    display: block
}

#page .generalPost aside strong.nobr {
    display: inline
}

#page .generalPost.executive {
    margin-bottom: 0;
    margin-top: 25px;
    border: 0
}

#page .generalPost.executive aside {
    width: 81%
}

#page .generalPost.executive aside .TBLC_title {
    display: inline-block;
    color: #fff;
    line-height: 18px;
    margin-top: 10px;
    padding: 5px;
    background: #00739a
}

#page .generalPost.executive+h2 {
    clear: both;
    padding-top: 25px;
    border-top: 1px solid #ebebeb
}

#page .generalPost.event figure {
    width: auto;
    padding: 5px;
    border: 1px solid #ebebeb;
    box-sizing: content-box;
    -khtml-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box
}

#postNav {
    zoom: 1;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ebebeb
}

#postNav:after,
#postNav:before {
    content: "\0020";
    display: table;
    height: 0;
    overflow: hidden
}

#postNav:after {
    clear: both
}

#postNav #nextPage {
    float: right
}

#page .testimonial {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ebebeb
}

#page .testimonial p:last-child {
    margin-bottom: 0
}

#page .testimonial em {
    font-style: normal
}

#page .testimonial q:before {
    margin-right: 3px
}

#page .testimonial q:after {
    margin-left: 3px
}

#page .box {
    clear: both;
    zoom: 1;
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom: 1px solid #ebebeb
}

#page .box:after,
#page .box:before {
    content: "\0020";
    display: table;
    height: 0;
    overflow: hidden
}

#page .box:after {
    clear: both
}

#page .box figure {
    float: left;
    width: 140px;
    height: auto;
    text-align: center
}

#page .box figure img {
    max-width: 100%;
    height: auto
}

#page .box .boxContent {
    float: right;
    width: 100%;
    max-width: 60%;
}

#page.full .box figure {
    width: 100%;
    max-width: 272px;
}

.slideshowlink a {
    display: none !important;
}