@charset "utf-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
small,
strong,
sub,
sup,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
pre,
code,
kbd,
samp {
  font-family: monospace, sans-serif;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
select,
input,
textarea,
button {
  font: 99% sans-serif;
}
ul,
ol {
  margin-left: 1.8em;
}
ol {
  list-style-type: decimal;
}
nav ol,
nav ul,
nav li {
  margin: 0;
  list-style: none;
}
small {
  font-size: 85%;
}
mark,
b,
strong,
th {
  font-weight: 700;
}
mark,
i,
cite,
em,
var,
address,
dfn {
  font-style: italic;
}
td,
td img {
  vertical-align: top;
}
sub {
  vertical-align: sub;
  font-size: smaller;
}
sup {
  vertical-align: super;
  font-size: smaller;
}
pre {
  padding: 15px;
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  word-wrap: break-word;
}
textarea {
  overflow: auto;
}
input[type="checkbox"] {
  vertical-align: text-bottom;
}
input[type="radio"] {
  vertical-align: bottom;
}
input[type=button],
input[type=submit],
button {
  cursor: pointer;
}
button,
input,
select,
textarea {
  margin: 0;
  outline: none;
}
/* fixing mozilla extra padding on buttons */
button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner {
  padding: 0 !important;
}
button {
  width: auto;
  overflow: visible;
}
html {
  overflow-y: scroll;
}
/* common classes
------------------------------------------------------------- */
.hidden {
  display: none;
  visibility: hidden;
}
.leftalign,
.alignleft {
  float: left;
}
.rightalign,
.alignright {
  float: right;
}
.aligncenter {
  margin: auto;
  display: block;
}
.ta-c {
  text-align: center;
}
.ta-r {
  text-align: right;
}
.ta-l {
  text-align: left;
}
.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  visibility: hidden;
}
.clearfix:after {
  clear: both;
}
/* extra IE fixing
------------------------------------------------------------- */
.lte7 .clearfix {
  zoom: 1;
}
.lte7 button {
  width: 1;
  overflow: visible;
}
.lte7 legend {
  margin-left: -7px;
}
.ie7 img {
  -ms-interpolation-mode: bicubic;
}
.ie7 input[type="checkbox"] {
  vertical-align: baseline;
}
.lte7 input[type="checkbox"] {
  vertical-align: bottom;
}
/* @end */
::-moz-selection {
  color: #fff;
  text-shadow: none;
  background: #000;
}
::selection {
  color: #fff;
  text-shadow: none;
  background: #000;
}
::-webkit-input-placeholder {
  color: #999;
}
input:-moz-placeholder {
  color: #999;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
a {
  outline: none;
  color: #6c5f9e;
}
a:focus {
  outline: 1px dotted #eee;
}
a:hover,
a:focus {
  color: #000;
}
/* PLUGINS */
/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  *zoom: 1;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  background: #fff;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../images/bxslider/bx_loader.gif) center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
  padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(../images/bxslider/controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url(../images/bxslider/controls.png) no-repeat -43px -32px;
}
.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(../images/bxslider/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(../images/bxslider/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url(../images/fancybox/fancybox_sprite.png);
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(../images/fancybox/fancybox_loading.gif) center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(../images/fancybox/blank.gif);
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url(../images/fancybox/fancybox_overlay.png);
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url(../images/fancybox/fancybox_sprite@2x.png);
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url(../images/fancybox/fancybox_loading@2x.gif);
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
/* END PLUGINS */
body {
  font-family: Arial, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #666;
  line-height: 160%;
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
  -webkit-overflow-scrolling: touch;
  position: relative;
  background: #eee;
}
a {
  color: #993333;
}
img {
  max-width: 100%;
  height: auto;
}
img.alignleft {
  margin-right: 30px;
  margin-top: 5px;
  padding-bottom: 5px;
}
img.alignright {
  margin-left: 30px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.vc_col-sm-4 img.alignleft,
.vc_col-sm-3 img.alignleft {
  margin: 0!important;
  margin-top: 5px!important;
  padding-bottom: 0!important;
}
.vc_col-sm-4 img.alignright,
.vc_col-sm-3 img.alignright {
  margin: 0!important;
  margin-top: 5px!important;
  padding-bottom: 0!important;
}
html {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
iframe {
  -webkit-overflow-scrolling: touch;
}
a {
  outline: 0;
}
a:focus {
  outline: 0;
}
.opacity {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.transition {
  -webkit-transition: all 0.2 ease-in-out;
  -moz-transition: all 0.2 ease-in-out;
  -o-transition: all 0.2 ease-in-out;
  transition: all 0.2s ease-in-out;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  max-width: 100%;
}
.col {
  float: left;
  width: 100%;
}
.col.one {
  width: 33.3333%;
}
.col.two {
  width: 50%;
}
.col.three {
  width: 75%;
}
.col.four {
  width: 25%;
}
.col.five {
  width: 20%;
}
.col.no-padding {
  padding: 0!important;
}
.wrap {
  width: 940px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.wrap.full-width {
  width: 100%;
}
.logo {
  float: left;
}
.logo img {
  float: left;
}
#header {
  border-top: 6px solid #9e3127;
  padding: 25px 0 15px;
  background: #fff;
  border-bottom: 1px solid #9e3127;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 100%;
}
h1 {
  font-size: 28px;
  font-weight: 700;
}
.pageWrap {
  min-height: 600px;
  padding: 30px 0;
}
#footer {
  padding: 0 0 20px;
  color: #41404;
  border-top: #ccc 1px solid;
}
#footer p {
  color: #414042;
}
#footer p a {
  color: #414042;
}
#footer p a:hover {
  text-decoration: none;
}
#footer ul {
  color: #414042;
}
#footer ul a {
  color: #414042;
}
#footer ul a:hover {
  text-decoration: none;
}
#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6 {
  color: #414042;
}
#footer h1 a,
#footer h2 a,
#footer h3 a,
#footer h4 a,
#footer h5 a,
#footer h6 a {
  color: #414042;
}
#footer h1 a:hover,
#footer h2 a:hover,
#footer h3 a:hover,
#footer h4 a:hover,
#footer h5 a:hover,
#footer h6 a:hover {
  text-decoration: none;
}
#footer .widgetWrap {
  margin-top: 20px;
  display: block;
  float: left;
  width: 100%;
}
#footer .widgetWrap h3 {
  margin-bottom: 20px;
}
#footer .postArticle {
  margin-top: 20px;
  float: left;
  width: 100%;
}
#footer .postArticle p {
  font-weight: 400;
}
#footer .postArticle p a {
  text-decoration: none;
}
.footerSection {
  padding: 0 0 0;
  background: #fff;
  margin-bottom: 20px;
}
.footerSection .wpb_row {
  margin-bottom: 0;
}
.footerSection .wpb_row .wpb_column {
  margin-top: 20px;
}
.footerSection .wpb_row .wpb_column:first-child p {
  max-width: 95%;
}
.footerSection .logo {
  margin-bottom: 10px;
}
.footerSection p {
  float: left;
  width: 100%;
  font-size: 12px;
  margin-top: 10px;
}
.footerSection p:first-child {
  margin-top: 0;
}
.footerSection .tweetsTitle {
  float: left;
  width: 100%;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  padding: 0 0 0 30px;
  background: url(../images/twitterIcon.png) no-repeat 0 1px;
}
.footerSection .contactInfo {
  float: left;
  width: 100%;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  padding: 0 0 0 30px;
  background: url(../images/contactIcon.png) no-repeat 0 1px;
}
.footerSection .email {
  padding: 0 0 0 20px;
  background: url(../images/fMail.png) no-repeat 0 3px;
  margin-top: 20px;
}
.footerSection .address {
  padding: 0 0 0 20px;
  background: url(../images/fMap.png) no-repeat 0 3px;
  margin-top: 20px;
}
.footerSection .phone {
  padding: 0 0 0 20px;
  background: url(../images/fPhone.png) no-repeat 0 5px;
  margin-top: 20px;
}
#footerNav {
  float: left;
  list-style: none;
  padding: 0;
  margin: 0;
}
#footerNav li {
  float: left;
  margin-left: 20px;
}
#footerNav li:first-child {
  margin-left: 0;
}
#footerNav li a {
  float: left;
  color: #414042;
  font-size: 12px;
  text-decoration: none;
}
.footerCopyright {
  float: right;
}
.footerCopyright p {
  color: #fff;
  font-size: 12px;
}
.aboutSection,
.newsSection {
  padding: 30px 0;
}
.aboutSection .wpb_row,
.newsSection .wpb_row {
  margin-bottom: 0;
}
.aboutSection .wpb_row .wpb_column,
.newsSection .wpb_row .wpb_column {
  margin-top: 0;
}
.white-section {
  background: #fff;
}
.aboutHeader {
  background: url(../images/about-header.png) no-repeat 50% 0;
  background-size: cover;
  padding: 30px 0;
}
.aboutHeader h1 {
  font-size: 34px;
  color: #fff;
  font-weight: 700;
  float: left;
  width: 100%;
  margin-top: 30px;
  line-height: 100%;
}
.aboutHeader.solutionsHeader {
  background: url(../images/solutions-header.png) no-repeat 50% 0;
}
.aboutHeader.newsHeader {
  background: url(../images/news-header.png) no-repeat 50% 0;
}
.defaultHeader {
  background: #fff;
  padding: 30px 0;
}
.defaultHeader h1 {
  font-size: 34px;
  color: #666;
  font-weight: 700;
  float: left;
  width: 100%;
  margin-top: 30px;
  line-height: 100%;
}
.defaultHeader #subMenu {
  background: #9e3127;
}
.aboutPage,
.newsPage {
  background: #ffffff;
  padding: 0;
}
.solutionsPage {
  background: #fff;
  padding: 0;
}
.newsPage .postArticle {
  margin-top: 10px;
}
.newsPage .postArticle:first-child {
  margin-top: 0;
}
.eventsPage .postArticle {
  margin-top: 30px;
}
.eventsPage .postArticle:first-child {
  margin-top: 0;
}
.blogPage {
  padding: 0;
}
.blogPage .postArticle {
  float: left;
  width: 100%;
  margin-top: 50px;
}
.blogPage .postArticle.noImage .articleText {
  margin-left: 0;
}
.blogPage .postArticle:first-child {
  margin-top: 0;
}
.blogPage .postArticle .articleImage {
  float: left;
  width: 196px;
  margin-top: 5px;
}
.blogPage .postArticle .articleImage a {
  float: left;
  width: 100%;
}
.blogPage .postArticle .articleImage a img {
  float: left;
  width: 100%;
  height: auto;
}
.blogPage .postArticle .articleText {
  margin-left: 212px;
}
.blogPage .postArticle .articleText h2 {
  font-size: 24px;
  font-weight: 400;
}
.blogPage .postArticle .articleText h2 a {
  text-decoration: none;
}
.blogPage .postArticle .articleText h3 {
  font-size: 24px;
  font-weight: 400;
  font-size: 18px;
  margin-top: 5px;
}
.blogPage .postArticle .articleText h3 a {
  text-decoration: none;
}
.blogPage .postArticle .articleText ol {
}
.blogPage .postArticle .articleText ol a {
}
.blogPage .postArticle .articleText ul {
}
.blogPage .postArticle .articleText ul a {
}
.blogPage .postArticle .articleText p {
  font-size: 16px;
  margin-top: 5px;
}
.blogPage .postArticle .articleText p a {
  text-decoration: none;
}
.blogPage .postArticle .articleText p:first-child a {
  text-decoration: underline;
}
.blogPage .postArticle .articleText p:first-child a:hover {
  text-decoration: none;
}
.blogSection {
  padding: 30px 0;
}
.resourcePage {
  background: #fff;
  padding: 0;
}
.resourcePage .tp_recent_tweets {
  color: #333!important;
}
.resourcePage .tp_recent_tweets a {
  color: #333!important;
}
.resourcePage .tp_recent_tweets ul li {
  color: #333!important;
}
.resourcePage h2,
.resourcePage h3,
.resourcePage h4,
.resourcePage h5,
.resourcePage h6 {
  color: #333!important;
}
.resourcePage .resourceSection .mainContent h2 {
  float: left;
  width: 100%;
  font-size: 30px;
  color: #333;
  font-weight: 400;
  padding-left: 25px;
  margin-top: 0;
}
.resourcePage .resourceSection .mainContent ul {
  float: left;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 35px;
}
.resourcePage .resourceSection .mainContent ul > li {
  float: left;
  width: 100%;
  padding-left: 25px;
  color: #333;
  margin-top: 10px;
  position: relative;
  font-size: 16px;
}
.resourcePage .resourceSection .mainContent ul > li .resourceToggle {
  position: absolute;
  left: 0;
  top: 5px;
  width: 15px;
  height: 15px;
  background: url(../images/resource-plus.png) no-repeat 50% 50%;
  cursor: pointer;
}
.resourcePage .resourceSection .mainContent ul > li .resourceToggle.active {
  background: url(../images/resource-minus.png) no-repeat 50% 50%;
}
.resourcePage .resourceSection .mainContent ul > li h3 {
  font-size: 16px;
  color: #333;
  font-weight: 400;
  margin: 0;
}
.resourcePage .resourceSection .mainContent ul > li p,
.resourcePage .resourceSection .mainContent ul > li ul,
.resourcePage .resourceSection .mainContent ul > li ol {
  font-size: 16px;
  margin-top: 5px;
  color: #333;
}
.resourcePage .resourceSection .mainContent ul > li a {
  color: #333;
  text-decoration: underline;
}
.resourcePage .resourceSection .mainContent ul > li a:hover {
  text-decoration: none;
}
.resourcePage .resourceSection .mainContent ul > li .resourceContent {
  float: left;
  width: 100%;
  display: none;
}
.resourceSection {
  padding: 30px 0;
}
#subMenu {
  float: left;
  list-style: none;
  padding: 0;
  margin: 0;
  background: rgba(158, 49, 39, 0.6);
  padding: 0 5px;
}
#subMenu li {
  float: left;
}
#subMenu li a {
  float: left;
  color: #fff;
  font-size: 18px;
  padding: 10px 15px;
  text-decoration: none;
}
#subMenu li.current-menu-item a {
  color: #fff;
  font-weight: 700;
}
.sliderWrapper {
  position: relative;
}
.sliderWrapper .slider {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
.sliderWrapper .slider img {
  width: 100% !important;
  height: auto !important;
}
.sliderWrapper .slider .textOverlay {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
  padding: 20px 15px;
  min-height: 140px;
  background: rgba(145, 50, 37, 0.8);
}
.sliderWrapper #customPager {
  position: absolute;
  right: 15px;
  top: 15px;
  margin: 0;
  padding: 0;
  z-index: 100;
  list-style: none;
}
.sliderWrapper #customPager li {
  float: left;
  margin-left: 15px;
}
.sliderWrapper #customPager li a {
  float: left;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #4e4e51;
  padding: 6px;
}
.sliderWrapper #customPager li a.active {
  background: rgba(145, 50, 37, 0.8);
}
.sliderWrapper #customPager li a:hover {
  background: rgba(145, 50, 37, 0.8);
}
.sliderWrapper #customPager li a img {
  width: 100%;
}
.sliderWrapper .slideIcon {
  float: left;
  margin-top: 0;
}
.sliderWrapper .slideText {
  margin-left: 120px;
  max-width: 80%;
  margin-top: 15px;
}
.sliderWrapper .slideText h1 {
  font-size: 30px;
  color: #fff;
  font-weight: 400;
}
.sliderWrapper .slideText p {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  margin-top: 10px;
  line-height: 130%;
}
.home .pageWrap {
  padding: 0;
}
.home .red-section {
  margin-top: 40px;
  padding: 10px 0;
}
.home .red-section .wpb_row {
  margin-bottom: 0;
}
.home .red-section .wpb_row .wpb_column {
  margin-top: 20px;
  margin-bottom: 20px;
}
.home .postArticle {
  margin-top: 10px;
}
.home .innerContent {
  padding-top: 30px;
}
.home .innerContent h3 a {
  text-decoration: none;
}
.home .innerContent p a,
.home .innerContent ol a,
.home .innerContent ul a {
  text-decoration: none;
}
.home .innerContent .wpb_row .wpb_column {
  margin-top: 10px;
}
.wpb_row {
  margin-bottom: 0;
}
.wpb_row .wpb_column {
  margin-top: 40px;
}
.red-section {
  background: #9e3127;
  color: #fff;
}
.red-section a {
  color: #fff;
}
.red-section .innerContent p {
  color: #fff;
}
.red-section .innerContent p a {
  color: #fff;
}
.red-section .innerContent ul {
  color: #fff;
}
.red-section .innerContent ul a {
  color: #fff;
}
.red-section .innerContent ol {
  color: #fff;
}
.red-section .innerContent ol a {
  color: #fff;
}
.red-section .innerContent h1,
.red-section .innerContent h2,
.red-section .innerContent h3,
.red-section .innerContent h4,
.red-section .innerContent h5,
.red-section .innerContent h6 {
  color: #fff;
}
.red-section .innerContent h1 a,
.red-section .innerContent h2 a,
.red-section .innerContent h3 a,
.red-section .innerContent h4 a,
.red-section .innerContent h5 a,
.red-section .innerContent h6 a {
  color: #fff;
}
.innerContent p {
  font-size: 14px;
  color: #666;
  line-height: 160%;
  font-weight: 400;
  margin-top: 15px;
}
.innerContent p:first-child {
  margin-top: 0;
}
.innerContent p a {
  color: #9e3127;
}
.innerContent p a:hover {
  text-decoration: none;
}
.innerContent ul {
  font-size: 14px;
  color: #666;
  line-height: 160%;
  font-weight: 400;
  margin-top: 15px;
}
.innerContent ul li {
  font-size: 14px;
  color: #666;
  line-height: 160%;
  font-weight: 400;
  margin-top: 15px;
}
.innerContent ul:first-child {
  margin-top: 0;
}
.innerContent ul a {
  color: #666;
}
.innerContent ul a:hover {
  text-decoration: none;
}
.innerContent ol {
  font-size: 14px;
  color: #666;
  line-height: 160%;
  font-weight: 400;
  margin-top: 15px;
}
.innerContent ol:first-child {
  margin-top: 0;
}
.innerContent ol a {
  color: #666;
}
.innerContent ol a:hover {
  text-decoration: none;
}
.innerContent form {
  margin-top: 15px;
}
.innerContent form:first-child {
  margin-top: 0;
}
.innerContent form table td {
  padding: 5px 0;
}
.innerContent form label {
  margin-right: 10px;
}
.innerContent h1 {
  color: #666;
}
.innerContent h1 a {
  color: #666;
}
.innerContent h2,
.innerContent h3,
.innerContent h4,
.innerContent h5,
.innerContent h6 {
  color: #9e3127;
  font-weight: 700;
  margin-top: 20px;
}
.innerContent h2:first-child,
.innerContent h3:first-child,
.innerContent h4:first-child,
.innerContent h5:first-child,
.innerContent h6:first-child {
  margin-top: 0;
}
.innerContent h2 a,
.innerContent h3 a,
.innerContent h4 a,
.innerContent h5 a,
.innerContent h6 a {
  color: #9e3127;
}
.innerContent h2 a:hover,
.innerContent h3 a:hover,
.innerContent h4 a:hover,
.innerContent h5 a:hover,
.innerContent h6 a:hover {
  text-decoration: none;
}
.innerContent h3 {
  font-size: 18px;
  line-height: 160%;
}
.innerContent h2 {
  font-size: 24px;
  line-height: 130%;
}
.innerContent h4 {
  line-height: 160%;
}
.innerContent .vc_row {
  margin-top: 20px;
}
.innerContent .vc_row:first-child {
  margin-top: 0;
}
.single-post .blog-item a,
.category .blog-item a {
  color: #993333 !important;
}
#contributorsMenu {
  float: left;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}
#contributorsMenu li {
  float: left;
  text-align: center;
  width: 80px;
  margin-left: 5px;
}
#contributorsMenu li:first-child {
  margin-left: 0;
}
#contributorsMenu li img {
  display: inline-block;
}
#contributorsMenu li span {
  display: block;
  text-align: center;
  font-size: 14px;
}
.innerPage .innerContent {
  margin-top: 30px;
}
.mainContent {
  float: left;
  width: 70%;
  padding-right: 30px;
}
.sidebar {
  float: right;
  width: 30%;
}
.sidebar .widgetWrap {
  float: left;
  width: 100%;
  margin-top: 40px;
}
.sidebar .widgetWrap:first-child {
  margin-top: 0;
}
.sidebar .tp_recent_tweets {
  margin-top: 20px;
}
.author .sidebar .tp_recent_tweets {
  margin-top: 0;
}
.contactPage .mainContent iframe {
  float: left;
  margin-left: -8px;
}
.contactPage .sidebar h2 {
  font-size: 22px;
  color: #993333;
  font-weight: 700;
  margin: 0;
}
.contactPage .sidebar p {
  font-size: 14px;
  color: #666;
  font-weight: 400;
  margin: 0;
}
.contactPage h1 {
  margin-bottom: 30px;
}
.newsSection h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
.newsSection p {
  font-weight: 400;
  font-size: 16px;
}
.newsSection ul, .newsSection ul li {
  font-size: 16px !important;
  color: #666 !important;
}
.newsSection .newsDate {
  float: left;
}
.newsSection .newsTitle {
  margin-left: 165px;
}
.authorProfile {
  float: left;
  width: 100%;
  margin-top: 40px;
}
.authorProfile .authorImage {
  float: left;
  width: 232px;
}
.authorProfile .authorImage img {
  float: left;
  width: 100%;
  height: auto;
}
.authorProfile .authorInfo {
  margin-left: 252px;
  min-height: 232px;
  position: relative;
}
.authorProfile .authorInfo .authorName {
  position: absolute;
  left: 0;
  bottom: 0;
}
.authorProfile .authorInfo .authorName h2 {
  font-size: 32px;
  margin: 0;
}
.authorProfile .authorInfo .authorName h3 {
  font-size: 18px;
  margin: 0;
  margin-top: 10px;
}
.authorProfile .blogCategories li {
  clear: none;
  margin-top: 0;
  margin-right: 15px;
}
.authorProfile .blogCategories li a {
  width: 42px;
  height: 42px;
  text-indent: -9999px;
  padding: 0;
}
.authorContent {
  float: left;
  width: 100%;
  font-size: 16px;
  line-height: 160%;
  font-weight: 400;
  margin-top: 20px;
}
.authorContent p,
.authorContent ul {
  font-size: 16px;
  margin-top: 20px;
}
.authorContent p:first-child,
.authorContent ul:first-child {
  margin-top: 0;
}
.authorColumns {
  margin-top: 50px;
}
.authorColumns h4 {
  font-size: 21px;
  font-weight: 700;
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.blogCategories {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
}
.blogCategories li {
  float: left;
  clear: left;
  margin-top: 15px;
}
.blogCategories li:first-child {
  margin-top: 0;
}
.blogCategories li a {
  float: left;
  padding: 0 0 0 0;
  font-size: 16px;
  text-decoration: none;
}
.authorPage .widgetWrap h3 {
  float: left;
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
  margin-bottom: 15px;
}
.authorPage .widgetWrap h2 {
  float: left;
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
  margin-bottom: 15px;
  font-size: 18px;
}
.authorPage .widgetWrap .tp_recent_tweets {
  float: left;
  width: 100%;
  margin-top: 10px;
}
.authorPage .authorConnect {
  font-size: 16px;
  margin-top: 15px;
}
.authorPage .authorConnect p {
  font-size: 16px;
  margin-top: 15px;
}
.authorPage .authorConnect p a {
}
.authorPage .authorConnect a {
}
.social {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
}
.social li {
  float: left;
  margin-left: 20px;
}
.social li:first-child {
  margin-left: 0;
}
.social li a {
  float: left;
  text-decoration: none;
}
.social li a img {
  float: left;
  width: 32px;
  height: auto;
  padding-right: 6px;
  margin-top: 2px;
  margin-bottom: 6px;
}
.authorWidgets {
  float: left;
  width: 100%;
}
.authorWidgets .widgetWrap {
  float: left;
  width: 100%;
  margin-top: 45px;
}
.authorWidgets .widgetWrap:first-child {
  margin-top: 0;
}
.authorWidgets .widgetWrap h5 {
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
}
.authorWidgets .widgetWrap h5 a {
}
.authorWidgets .widgetWrap p {
  font-size: 16px;
  font-weight: 400;
  margin-top: 15px;
}
.authorWidgets .widgetWrap p a {
}
.authorWidgets .widgetWrap iframe {
  width: 100%;
}
.author .blog-contributors a {
  font-weight: 700;
}
.author .about-item a {
  color: #993333!important;
}
.headerNavWrap {
  float: right;
}
.headerNavWrap .social {
  float: right;
  margin-top: 10px;
}
.headerNavWrap .social li {
  margin-left: 10px;
}
.headerNavWrap .searchWrap {
  float: right;
  clear: right;
}
.headerNavWrap .searchForm {
  float: right;
  margin-top: 14px;
  position: relative;
  width: 125px;
  margin-right: 20px;
}
.headerNavWrap .searchForm input[type="submit"],
.headerNavWrap .searchForm .submit {
  display: none;
}
.headerNavWrap .searchForm input[type="text"] {
  float: left;
  width: 100%;
  height: 22px;
  border: 1px solid #adadad;
  font-size: 12px;
  color: #666;
  padding: 5px 5px;
}
.headerNavWrap .searchForm input[type="text"]::-webkit-input-placeholder {
  color: #666;
}
.headerNavWrap .searchForm input[type="text"]:-moz-placeholder {
  color: #666;
}
.headerNavWrap .searchForm input[type="text"]::-moz-placeholder {
  color: #666;
}
.headerNavWrap .searchForm input[type="text"]:-ms-input-placeholder {
  color: #666;
}
.tp_recent_tweets {
  float: none;
  display: block;
  width: 100%;
}
.tp_recent_tweets ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tp_recent_tweets ul li {
  margin-top: 20px;
  padding-bottom: 0;
}
.tp_recent_tweets ul li:first-child {
  margin-top: 0;
}
.gform_wrapper {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0!important;
}
.gform_wrapper .gform_body {
  float: left;
  width: 100%;
}
.gform_wrapper .gform_body .gform_fields {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
.gform_wrapper .gform_body .gform_fields li {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
.gform_wrapper .gform_body .gform_fields li label {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400!important;
}
.gform_wrapper .gform_body .gform_fields li label span {
  color: #fff;
  font-size: 20px;
}
.gform_wrapper .gform_body .gform_fields li .ginput_container {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
.gform_wrapper .gform_body .gform_fields li.gfield {
  margin-top: 20px;
}
.gform_wrapper .gform_body .gform_fields li.gfield:first-child {
  margin-top: 0;
}
.gform_wrapper textarea {
  float: left;
  width: 100%!important;
  border: 1px solid #fff;
  background: #a1a1a1;
  padding: 8px!important;
  height: 155px;
  margin-top: 10px;
}
.gform_wrapper input[type="email"],
.gform_wrapper input[type="text"] {
  float: left;
  width: 100%!important;
  border: 1px solid #fff;
  background: #a1a1a1;
  padding: 5px 5px!important;
  height: 38px;
  margin-top: 10px;
}
.gform_wrapper .gform_footer {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  margin-top: 20px;
}
.gform_wrapper .gform_footer .gform_button {
  float: left;
  border: 0;
  margin: 0;
  padding: 10px 20px;
  background: #333;
  color: #fff;
  text-decoration: none;
  outline: none;
  font-size: 16px;
}
.blog-controls {
  display: block;
  text-align: center;
  margin-top: 30px;
}
.blog-controls ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.blog-controls ul li {
  display: inline-block;
  margin: 0 5px;
  color: #666;
}
.blog-controls ul li a {
  text-decoration: none;
  padding: 3px 10px;
  border: 1px solid #666;
  border-radius: 5px;
  display: inline-block;
  color: #666;
}
.blog-controls ul li a.blog-prev {
  border: 0;
  padding: 3px 0;
}
.blog-controls ul li a.blog-next {
  border: 0;
  padding: 3px 0;
}
.blogSection .blog-controls {
  float: left;
  width: 100%;
}
.good_old_twitter_widget {
  list-style: none;
  padding: 0;
  margin: 0;
}
.good_old_twitter_widget li {
  background: url(../images/tweet-icon.png) no-repeat 0 5px;
  padding: 0 0 0 35px;
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.6em;
}
.good_old_twitter_widget li:first-child {
  margin-top: 0;
}
.widget_goodoldtwitterwidget .good_old_twitter_widget {
  float: left;
  width: 100%;
}
.postMeta {
  margin-top: 15px;
  float: left;
}
.postCat {
  float: left;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 700;
}
.selectnav {
  display: none;
}
@media screen and (max-width: 960px) {
  .wrap {
    width: 100%;
    padding: 0 15px;
  }
  .wrap.sliderWrapper {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .js #mainNav {
    display: none;
  }
  .js #subMenu {
    display: none;
  }
  .js .selectnav {
    float: right;
    position: relative;
    width: 318px;
    padding: 10px;
    border-radius: 0;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    border: 1px solid #9e3127;
  }
  #header .logo {
    margin-bottom: 20px;
  }
  .sidebar {
    width: 100%;
    margin-top: 30px;
  }
  .mainContent {
    width: 100%;
  }
  .defaultHeader .selectnav {
    background: #9e3127;
    color: #fff;
    float: none;
    display: block;
    border-radius: 0;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
  }
  .wpb_row .wpb_column {
    margin-top: 30px!important;
    float: left;
    width: 100%;
  }
  .authorColumns {
    margin-top: 0;
  }
  .sliderWrapper .slideIcon {
    display: none;
  }
  .sliderWrapper .slideText {
    margin-left: 0;
    max-width: 100%;
    margin-top: 0;
  }
  .sliderWrapper #customPager li {
    margin-left: 5px;
  }
  .bx-wrapper img {
    height: auto;
  }
  .sliderWrapper .slider .textOverlay {
    bottom: 10px;
    min-height: inherit;
    padding: 10px;
  }
}
@media screen and (max-width: 480px) {
  .blogPage .postArticle .articleText {
    float: left;
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
  }
  .blogPage .postArticle .articleImage {
    width: 100%;
    margin-top: 0;
    text-align: center;
  }
  .blogPage .postArticle .articleImage a {
    display: inline-block;
    float: none;
    width: auto;
  }
  .blog-controls ul li {
    margin: 3px;
  }
  .blog-controls ul li a {
    padding: 0 5px;
  }
  .authorProfile .authorInfo {
    margin-left: 0;
    width: 100%;
    float: left;
    margin-top: 15px;
    min-height: 160px;
  }
  .js .selectnav {
    width: 100%;
  }
  #header .logo {
    margin-bottom: 0;
  }
  #header .selectnav {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  #header .headerNavWrap {
    width: 100%;
  }
  .sliderWrapper #customPager {
    display: none;
  }
  .sliderWrapper .slider .textOverlay {
    bottom: auto;
    top: 0;
    height: 100%;
    min-height: inherit;
    padding: 10px;
  }
  .sliderWrapper .slideText h1 {
    font-size: 20px;
  }
}

#mainNav, #mainNav-pre {
  float: right;
  list-style: none;
  padding: 0;
  margin: 0;
}
#mainNav-pre {
  margin-top: -15px;
  margin-bottom: 15px;
}
span.clear { 
    display: block; 
    clear: both; 
    width: 1px; 
    height: 0.001%;
    font-size: 0px; 
    line-height: 0px; 
} 
#mainNav-pre .nav-phone {
  color: #993333 !important;
  font-weight: 700;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
#mainNav-pre {
  visibility: collapse;
}
}



#mainNav > li, #mainNav-pre > li {
  float: left;
  position: relative;
  margin-left: 20px;
}
#mainNav > li:first-child {
  margin-left: 0;
}
#mainNav > li.current-menu-item a, #mainNav-pre > li.current-menu-item a {
  color: #993333;
}
li.current-page-ancestor li.current-menu-item a {
  color: #993333 !important;
}
ul.sub-menu li.menu-item a {
  color: #333 !important;
}
ul.sub-menu li.current-menu-item a {
  color: #993333 !important;
}
li.current-page-ancestor a li.current-menu-item a {
  color: #993333;
}
#mainNav > li > a, #mainNav-pre > li > a {
  color: #333;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  float: left;
  font-weight: 400;
}
#mainNav-pre > li > a {
  font-size: 12px;
}
#mainNav > li:hover > a, #mainNav-pre > li:hover > a {
  color: #993333;
  text-decoration: none;
}
	li ul.sub-menu {
	display: none;
	padding: 0;
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 900;
	margin-top: 0;
	margin-right: -36px;
	margin-bottom: 0;
	margin-left: 0;
	list-style: none;
	border-left: 0;
	border-top: 2px solid #9e3127;
	}
	#mainNav li:hover ul.sub-menu {
		display: block;
	}
	li ul.sub-menu ul {
		top: 0;
		left: 100%;
		list-style: none;
	}
	li ul.sub-menu li a {
		background-color: #fff;
		display: block;
		font-size: 14px;
		font-size: 0.785714286rem;
		line-height: 2.181818182;
		padding: 8px;
		width: 250px;
		white-space: normal;
		color: #333 !important;
		transition: ease .4s background-color;
		text-decoration: none;
		text-transform: uppercase;
	}
	li ul.sub-menu li a:hover {
		background-color: #666;
		color: #ffffff !important;
	}

.homepage-logos h2.wpb_gallery_heading {
	color: #9e3127;
	font-size: 18px;
	margin-bottom: 20px;
}
.homepage-logos {
	margin-top: -30px !important;
	margin-bottom: -50px;
}
.homepage-logos h2 {
}
.homepage-logos .vc_inner {
	width: 100% !important;
	height: auto !important;
}
.homepage-logos .vc_images_carousel.vc_per-view-more .vc_carousel-slideline .vc_carousel-slideline-inner > .vc_item > .vc_inner {
    margin: 0 !important;
}
.homepage-logos .vc_inner img {
	padding-left: 5px;
	padding-right: 5px;
	margin-top: -10px;
}


#pagewrap {
	background: #fff;
	max-width: 980px;
	margin: 0 auto;
	padding: 0;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.4);
}
.wp-caption {
	max-width: 100%;
}
.innerContent .mainContent ol a {
  color: #9e3127;
}