/* Base CSS Reset Below*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
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 {
  font-size: 100%;
  font: inherit;
  padding: 0;
  border: 0;
  margin: 0;
  vertical-align: baseline;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
.clear {
  clear: both;
}
/* Zer0to5ive */
/* ¯\_(ツ)_/¯  */
html {
  font-size: 19px;
  font-family: 'Open Sans', sans-serif;
}
body {
  font-size: 19px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-weight: 500;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  body {
    font-size: 20px;
  }
}
.wf-loading {
  visibility: hidden;
}
.wf-active {
  visibility: visible;
}
#main_wrapper {
  position: relative;
}
nav ul,
.nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
nav ul li,
.nav ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
nav ul li a,
.nav ul li a {
  display: block;
}
.btn {
  display: inline-block;
  padding: 20px 45px;
  background-color: #95001a;
  color: #fff;
  font-weight: 300;
  -ms-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.btn:hover {
  color: #fff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.75);
}
.btn.centered {
  display: block;
  text-align: center;
  width: 100%;
  max-width: 200px;
}
.btn.push-top {
  margin-top: 35px;
}
.box_topper {
  background-color: #82afd3;
  height: 10px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.box_topper:before {
  content: '';
  display: inline-block;
  float: left;
  width: 15%;
  height: 10px;
  background-color: #95001a;
}
.box_topper:after {
  content: '';
  display: inline-block;
  float: left;
  width: 25%;
  height: 10px;
  background-color: #57000a;
}
.white_box {
  position: relative;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 40px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  margin-bottom: 30px;
}
.white_box.alert {
  padding: 0;
}
@media (max-width: 767px) {
  .white_box.alert .alert_header {
    text-align: center;
  }
}
.white_box.alert .alert_content {
  padding: 40px;
}
@media (max-width: 1024px) {
  .white_box {
    padding: 20px;
  }
  .white_box.alert .alert_content {
    padding: 20px;
  }
}
.white_box.blue {
  background-color: rgba(1, 37, 110, 0.95);
  color: #fff;
}
.white_box.blue h2,
.white_box.blue h3,
.white_box.blue h4,
.white_box.blue b,
.white_box.blue strong,
.white_box.blue a {
  color: #fff;
}
.pe_dots .owl-dot {
  display: inline-block;
  margin-left: 10px;
  cursor: pointer;
}
.pe_dots .owl-dot span {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #95001a;
  border-radius: 100%;
  background-color: transparent;
}
.pe_dots .owl-dot.active span {
  background-color: #95001a;
}
.pe_dots .owl-dot:first-of-type:last-of-type {
  display: none;
}
.alert_header {
  background-color: #f2c100;
  width: 100%;
  padding: 10px 40px;
  position: relative;
  z-index: 1;
}
.alert_header h3 {
  font-weight: 600;
  color: #000;
  margin: 0;
}
.half_brg {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .equalflx {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }
}
.dd_menu_holder {
  position: relative;
  display: inline-block;
}
.dd_menu {
  cursor: pointer;
}
.dd_menu_pop {
  position: absolute;
  z-index: 2;
  top: 100%;
  left: 0;
  display: none;
  width: 100%;
}
.dd_menu_pop ul {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.dd_menu_pop ul li {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}
.dd_menu_pop ul li a {
  width: 100%;
  display: block;
  color: #fff;
  background-color: #95001a;
  padding: 20px;
}
.dd_menu_pop ul li a:hover {
  background-color: #57000a;
}
.dd_menu_pop.active {
  display: block;
}
.dd_menu_above .dd_menu_pop {
  bottom: 100%;
  top: inherit;
}
.col-xs-5 {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-5 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5 {
    width: 20%;
    float: left;
  }
}
#z5_events_speaker_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
#z5_events_speaker_img {
  width: 200px;
}
#z5_events_speaker_img img {
  width: 100%;
}
#z5_events_speaker_info {
  width: 100%;
  padding-left: 0;
}
#z5_events_speaker_info.with_img {
  width: calc(100% - 215px);
  padding-left: 15px;
}
#z5_events_speaker_info h2 {
  font-size: 20px;
  margin-bottom: 0;
}
#z5_events_speaker_info h3 {
  font-size: 18px;
  margin-bottom: 5px;
}
#z5_events_speaker_bio {
  font-size: 15px;
}
#z5_events_main_content {
  margin-top: 25px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  #z5_events_speaker_info.with_img {
    width: 100%;
  }
  #z5_events_speaker_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.tribe-events-schedule.tribe-clearfix {
  margin-top: 5px;
  margin-bottom: 10px;
}
.tribe-events-schedule.tribe-clearfix h2 {
  font-weight: 300;
}
.tribe-events-notices {
  background-color: #00216f!important;
  border-color: #00216f!important;
  color: #fff!important;
  text-shadow: none!important;
}
.tribe-events-button,
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] {
  background-color: #00216f!important;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12,
.col-xs-13,
.col-sm-13,
.col-md-13,
.col-lg-13,
.col-xs-14,
.col-sm-14,
.col-md-14,
.col-lg-14,
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15,
.col-xs-16,
.col-sm-16,
.col-md-16,
.col-lg-16,
.col-xs-17,
.col-sm-17,
.col-md-17,
.col-lg-17,
.col-xs-18,
.col-sm-18,
.col-md-18,
.col-lg-18,
.col-xs-19,
.col-sm-19,
.col-md-19,
.col-lg-19,
.col-xs-20,
.col-sm-20,
.col-md-20,
.col-lg-20,
.col-xs-21,
.col-sm-21,
.col-md-21,
.col-lg-21,
.col-xs-22,
.col-sm-22,
.col-md-22,
.col-lg-22,
.col-xs-23,
.col-sm-23,
.col-md-23,
.col-lg-23,
.col-xs-24,
.col-sm-24,
.col-md-24,
.col-lg-24 {
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
.row:before {
  display: none;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-bottom: 15px;
}
h1,
.h1 {
  font-size: 55px;
}
h2,
.h2 {
  color: #95001a;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 20px;
}
h3,
.h3 {
  color: #045ea7;
  font-weight: 300;
  font-size: 25px;
}
h4,
.h4 {
  font-size: 19px;
  color: #95001a;
}
h5,
.h5 {
  font-size: 22px;
}
h6,
.h6 {
  font-size: 18px;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 34px;
  }
  h2,
  .h2 {
    font-size: 30px;
    line-height: 40px;
  }
  h3,
  .h3 {
    font-size: 25px;
    line-height: 34.5px;
  }
  h4,
  .h4 {
    font-size: 16px;
  }
  h5,
  .h5 {
    font-size: 20px;
  }
  h6,
  .h6 {
    font-size: 12px;
  }
}
p {
  font-weight: 300;
  margin-bottom: 10px;
}
p:empty {
  display: none;
}
p a {
  font-weight: 500;
}
b,
strong {
  font-weight: bold;
}
i,
em {
  font-style: italic;
}
a {
  color: #95001a;
  -ms-transition: .2s;
  -o-transition: .2s;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  transition: .2s;
  cursor: pointer;
}
a:hover,
a:active,
a:focus {
  color: #c2004d;
  text-decoration: none;
  outline: none;
}
.nocolor {
  color: inherit;
}
ul {
  list-style-type: disc;
  padding-left: 30px;
  margin-bottom: 10px;
  font-weight: 300;
}
ol {
  list-style-type: decimal;
  padding-left: 30px;
  margin-bottom: 10px;
  font-weight: 300;
}
ul li,
ol li {
  font-size: 1em;
  margin-bottom: 5px;
}
blockquote {
  display: block;
  padding: 20px;
  border-left: 4px solid #000;
  margin-bottom: 15px;
}
/**/
/* Image styles */
/**/
img {
  max-width: 100%;
  height: auto;
}
img.alignleft,
img.alignright,
img.alignnone {
  border-radius: 0;
  border: none;
}
img.alignleft,
img.alignright,
img.alignnone,
img.aligncenter {
  border: none;
  padding: 15px;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.alignnone {
  float: none;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
blockquote {
  display: block;
  border-left: 5px solid #000;
  margin: 10px 0;
  padding: 10px;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.mobile_only,
.mobileonly,
.mobile-only {
  display: none;
}
@media (max-width: 767px) {
  .mobile_only,
  .mobileonly,
  .mobile-only {
    display: block;
  }
}
@media (max-width: 767px) {
  .nomobile,
  .no-mobile,
  .no_mobile {
    display: none;
  }
}
.searched {
  border-bottom: 1px solid #e0e1e3;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.content-holder table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.content-holder table > thead {
  background-color: #efefef;
}
.content-holder table > thead > tr > th,
.content-holder table > tbody > tr > th,
.content-holder table > tfoot > tr > th,
.content-holder table > thead > tr > td,
.content-holder table > tbody > tr > td,
.content-holder table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.content-holder table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.content-holder table > caption + thead > tr:first-child > th,
.content-holder table > colgroup + thead > tr:first-child > th,
.content-holder table > thead:first-child > tr:first-child > th,
.content-holder table > caption + thead > tr:first-child > td,
.content-holder table > colgroup + thead > tr:first-child > td,
.content-holder table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.content-holder table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.content-holder table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.content-holder table > thead > tr > td.active,
.content-holder table > tbody > tr > td.active,
.content-holder table > tfoot > tr > td.active,
.content-holder table > thead > tr > th.active,
.content-holder table > tbody > tr > th.active,
.content-holder table > tfoot > tr > th.active,
.content-holder table > thead > tr.active > td,
.content-holder table > tbody > tr.active > td,
.content-holder table > tfoot > tr.active > td,
.content-holder table > thead > tr.active > th,
.content-holder table > tbody > tr.active > th,
.content-holder table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.content-holder table > thead > tr > td.success,
.content-holder table > tbody > tr > td.success,
.content-holder table > tfoot > tr > td.success,
.content-holder table > thead > tr > th.success,
.content-holder table > tbody > tr > th.success,
.content-holder table > tfoot > tr > th.success,
.content-holder table > thead > tr.success > td,
.content-holder table > tbody > tr.success > td,
.content-holder table > tfoot > tr.success > td,
.content-holder table > thead > tr.success > th,
.content-holder table > tbody > tr.success > th,
.content-holder table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.content-holder table > thead > tr > td.info,
.content-holder table > tbody > tr > td.info,
.content-holder table > tfoot > tr > td.info,
.content-holder table > thead > tr > th.info,
.content-holder table > tbody > tr > th.info,
.content-holder table > tfoot > tr > th.info,
.content-holder table > thead > tr.info > td,
.content-holder table > tbody > tr.info > td,
.content-holder table > tfoot > tr.info > td,
.content-holder table > thead > tr.info > th,
.content-holder table > tbody > tr.info > th,
.content-holder table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.content-holder table > thead > tr > td.warning,
.content-holder table > tbody > tr > td.warning,
.content-holder table > tfoot > tr > td.warning,
.content-holder table > thead > tr > th.warning,
.content-holder table > tbody > tr > th.warning,
.content-holder table > tfoot > tr > th.warning,
.content-holder table > thead > tr.warning > td,
.content-holder table > tbody > tr.warning > td,
.content-holder table > tfoot > tr.warning > td,
.content-holder table > thead > tr.warning > th,
.content-holder table > tbody > tr.warning > th,
.content-holder table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.content-holder table > thead > tr > td.danger,
.content-holder table > tbody > tr > td.danger,
.content-holder table > tfoot > tr > td.danger,
.content-holder table > thead > tr > th.danger,
.content-holder table > tbody > tr > th.danger,
.content-holder table > tfoot > tr > th.danger,
.content-holder table > thead > tr.danger > td,
.content-holder table > tbody > tr.danger > td,
.content-holder table > tfoot > tr.danger > td,
.content-holder table > thead > tr.danger > th,
.content-holder table > tbody > tr.danger > th,
.content-holder table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.content-holder table {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .content-holder table {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    display: block;
  }
  .content-holder table > .content-holder table {
    margin-bottom: 0;
  }
  .content-holder table > .content-holder table > thead > tr > th,
  .content-holder table > .content-holder table > tbody > tr > th,
  .content-holder table > .content-holder table > tfoot > tr > th,
  .content-holder table > .content-holder table > thead > tr > td,
  .content-holder table > .content-holder table > tbody > tr > td,
  .content-holder table > .content-holder table > tfoot > tr > td {
    white-space: nowrap;
  }
  .content-holder table > .table-bordered {
    border: 0;
  }
  .content-holder table > .table-bordered > thead > tr > th:first-child,
  .content-holder table > .table-bordered > tbody > tr > th:first-child,
  .content-holder table > .table-bordered > tfoot > tr > th:first-child,
  .content-holder table > .table-bordered > thead > tr > td:first-child,
  .content-holder table > .table-bordered > tbody > tr > td:first-child,
  .content-holder table > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .content-holder table > .table-bordered > thead > tr > th:last-child,
  .content-holder table > .table-bordered > tbody > tr > th:last-child,
  .content-holder table > .table-bordered > tfoot > tr > th:last-child,
  .content-holder table > .table-bordered > thead > tr > td:last-child,
  .content-holder table > .table-bordered > tbody > tr > td:last-child,
  .content-holder table > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .content-holder table > .table-bordered > tbody > tr:last-child > th,
  .content-holder table > .table-bordered > tfoot > tr:last-child > th,
  .content-holder table > .table-bordered > tbody > tr:last-child > td,
  .content-holder table > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
/*Comment Output*/
#comments {
  max-width: 1130px;
  display: block;
  margin: auto;
}
#comments-list .vcard {
  font-size: 20px;
  font-weight: bold;
}
#comments-list .commentmetadata {
  font-size: 12px;
  margin-bottom: 5px;
}
#comments-list .comment {
  padding: 10px 0 10px 10px;
  border-left: 2px solid #ccc;
  margin-bottom: 15px;
}
#comments-list .comment-author img {
  display: none;
}
#comments-list .says {
  display: none;
}
#comments-list ul {
  padding: 15px;
  width: 100%;
  margin: auto;
  list-style-type: none;
}
.comment-respond label {
  display: block;
}
input,
textarea {
  border: none;
}
.content-holder form {
  display: inline-block;
  padding: 15px;
  background-color: #e0e1e3;
}
.content-holder form label {
  display: block;
  margin-bottom: 0;
}
.content-holder form input {
  display: block;
  padding: 5px;
  margin-bottom: 15px;
}
.content-holder form input[type="submit"] {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #95001a;
  color: #fff;
  font-weight: 500;
}
/*----------------------------------------*/
/* Admin Bar Hover Styles */
/* Remove After Launch */
/*----------------------------------------*/
#wpadminbar {
  opacity: .3;
}
#wpadminbar:hover {
  opacity: 1;
}
/*  Header Styles */
/*----------------------------------------*/
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
}
header.inside-page {
  position: static;
}
#aux_nav {
  background-color: #e0e1e3;
  font-size: 16px;
  padding: 11px 0;
}
#aux_nav .nav ul li:last-of-type {
  margin-right: 0;
}
#aux_nav .nav ul li a {
  font-weight: 600;
}
@media (max-width: 1024px) {
  #aux_nav {
    display: none;
  }
}
#aux_nav .aux_left li {
  margin-right: 38px;
}
#aux_nav .aux_left a {
  color: #44464b;
}
#aux_nav .aux_right ul {
  float: right;
}
#aux_nav .aux_right li {
  padding: 0 23px;
  border-right: 2px solid #95001a;
}
#aux_nav .aux_right li:last-of-type {
  border-right: none;
  padding-right: 0;
}
#aux_nav .aux_right a {
  color: #95001a;
}
.aux_left li {
  margin-right: 38px;
}
.aux_left a {
  color: #44464b;
}
@media (max-width: 1024px) {
  .aux_left {
    float: none;
    background-color: #e0e1e3;
    padding-bottom: 10px;
  }
}
.aux_right ul {
  float: right;
}
.aux_right li {
  padding: 0 23px;
  border-right: 2px solid #95001a;
}
.aux_right li:last-of-type {
  border-right: none;
  padding-right: 0;
}
.aux_right a {
  color: #95001a;
}
@media (max-width: 1024px) {
  .aux_right {
    background-color: #e0e1e3;
    padding-top: 10px;
  }
  .aux_right ul {
    float: none;
  }
  .aux_right .search_toggle {
    display: none!important;
  }
  .aux_right li {
    border-right: none;
  }
  .aux_right li a {
    color: #95001a !important;
  }
}
#main_nav {
  background-color: rgba(0, 20, 77, 0.8);
}
#main_nav .container {
  position: relative;
}
@media (max-width: 1024px) {
  #main_nav {
    display: none;
  }
}
#header.inside-page #main_nav {
  background-color: #01256e;
}
#crisis-banner {
  position: relative;
  width: 100%;
  background-color: #f2c100;
  padding: 15px 0;
  font-weight: 300;
  text-align: center;
}
#crisis-banner span {
  font-weight: 600;
}
#crisis-banner #crisis-close {
  position: absolute;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  right: 0;
  cursor: pointer;
}
#crisis-banner #crisis-close:before {
  content: '';
  position: absolute;
  width: 25px;
  height: 1px;
  background-color: #000;
  top: 25px;
  left: 0;
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#crisis-banner #crisis-close:after {
  content: '';
  position: absolute;
  width: 25px;
  height: 1px;
  background-color: #000;
  top: 25px;
  left: 0;
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 1024px) {
  #crisis-banner {
    text-align: left;
    padding-right: 35px;
    padding-left: 15px;
  }
  #crisis-banner #crisis-close:before,
  #crisis-banner #crisis-close:after {
    left: 15px;
  }
}
#search-bar {
  background-color: #01256e;
  display: none;
  font-size: 16px;
  position: relative;
  overflow: hidden;
}
#search-bar #headersearchform {
  float: right;
  padding: 15px 0;
}
#search-bar input {
  height: 45px;
  float: left;
  padding: 0 15px;
  outline: none!important;
  border-radius: 0;
  -webkit-appearance: none;
}
#search-bar #s {
  width: 350px;
  max-width: 100%;
}
#search-bar input[type="submit"] {
  height: 45px;
  padding: 0 25px;
  background-color: #95001a;
  color: #fff;
  border-radius: 0px!important;
}
@media (max-width: 1024px) {
  #search-bar {
    width: 100%;
    background-color: transparent;
    border-bottom: 1px solid #cfd0d2;
  }
  #search-bar .container {
    width: 100%;
  }
  #search-bar #headersearchform {
    width: 100%;
  }
  #search-bar #headersearchform > div {
    position: relative;
  }
  #search-bar #headersearchform > div:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 18px;
    right: 27px;
    z-index: 2;
    pointer-events: none;
  }
  #search-bar #s {
    height: 60px;
    width: calc(100% - 60px);
    float: left;
  }
  #search-bar input[type="submit"] {
    height: 60px;
    width: 60px;
    float: left;
    color: transparent;
  }
  #search-bar #headersearchform {
    padding: 0;
  }
}
#search-bar #search-close {
  position: absolute;
  top: 13px;
  left: 20px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 2;
}
#search-bar #search-close:before {
  content: '';
  position: absolute;
  top: 25px;
  left: 8px;
  width: 35px;
  height: 3px;
  background-color: #fff;
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#search-bar #search-close:after {
  content: '';
  position: absolute;
  top: 25px;
  left: 8px;
  width: 35px;
  height: 3px;
  background-color: #fff;
  -ms-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
@media (max-width: 992px) {
  #search-bar #search-close {
    display: none;
  }
}
#main-header {
  position: relative;
}
#navholder {
  position: relative;
}
#main_logo {
  margin-top: 17px;
  float: left;
  margin-bottom: 15px;
}
#main_logo img {
  position: relative;
  left: 10px;
  max-height: 85px;
}
#main-nav {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  max-width: calc(100% - 250px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#main-nav > ul {
  text-align: right;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#main-nav > ul > li {
  display: inline-block;
  margin: 0 20px;
  position: relative;
}
#main-nav > ul > li a {
  color: #fff;
  font-weight: 600;
}
#main-nav > ul > li ul {
  display: none;
  position: absolute;
  padding: 0;
  margin: 0;
  padding-top: 48px;
  top: 100%;
  z-index: 10;
  white-space: nowrap;
  text-align: left;
  background-color: transparent;
}
#main-nav > ul > li ul li {
  width: 100%;
  text-align: center;
  display: block;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.9);
}
#main-nav > ul > li ul li a {
  width: 100%;
  display: block;
  padding: 15px 35px;
  font-weight: 600;
  color: #44464b;
}
#main-nav > ul > li ul li:hover {
  background-color: #57000a;
}
#main-nav > ul > li ul li:hover a {
  color: #fff;
}
#main-nav > ul > li:hover ul {
  display: block;
}
#main_nav_2 {
  position: relative;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  list-style-type: none;
  margin: 0;
  margin-top: -15px;
  padding: 0;
}
#main_nav_2 > ul {
  text-align: right;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#main_nav_2 > ul > li {
  display: inline-block;
  margin: 0 20px;
  position: relative;
  padding-bottom: 15px;
}
#main_nav_2 > ul > li:last-of-type {
  margin-right: 0;
}
#main_nav_2 > ul > li a {
  color: #fff;
  font-weight: 500;
}
#main_nav_2 > ul > li ul {
  display: none;
  position: absolute;
  padding: 0;
  margin: 0;
  padding-top: 0px;
  top: 100%;
  z-index: 10;
  white-space: nowrap;
  text-align: left;
  background-color: transparent;
}
#main_nav_2 > ul > li ul li {
  width: 100%;
  text-align: center;
  display: block;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.97);
}
#main_nav_2 > ul > li ul li a {
  width: 100%;
  display: block;
  padding: 15px 35px;
  font-size: 19px;
  font-weight: 500;
  color: #44464b;
}
#main_nav_2 > ul > li ul li:hover {
  background-color: #57000a;
}
#main_nav_2 > ul > li ul li:hover a {
  color: #fff;
}
#main_nav_2 > ul > li:hover ul {
  display: block;
}
.scrolled nav li.menu-item-has-children {
  padding-bottom: 26px;
}
.scrolled nav ul.sub-menu {
  background-color: #fff;
  padding: 0 15px;
  left: -15px;
  box-shadow: 0px -2px 0 0 #fff, 0 0 2px rgba(0, 0, 0, 0.5);
}
.scrolled nav ul.sub-menu li {
  margin-top: 0px;
}
@media (max-width: 1024px) {
  nav ul li a {
    padding: 15px;
    color: #44464b;
  }
}
#header_site_title {
  float: right;
  color: #fff;
  margin-top: 30px;
  font-size: 40px;
  line-height: 30px;
  font-weight: 500;
  text-align: right;
}
#header_site_title a {
  color: #fff;
}
#header_site_title a:hover {
  color: #fff;
}
#header_site_title #header_site_tagline {
  font-size: 16px;
  text-align: right;
  padding-top: 5px;
}
#mobile--nav {
  display: none;
  left: 0;
  width: 100%;
  overflow: scroll;
  max-height: calc(100vh - 100px);
  z-index: 99999;
  padding: 0px;
  background-color: transparent;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.85);
  font-size: 20px;
}
#mobile--nav.scrolled {
  position: fixed;
}
#mobile--nav ul {
  padding: 0;
  list-style-type: none;
}
#mobile--nav ul#menu-aux-right {
  padding-top: 0px;
}
#mobile--nav ul#menu-aux-left {
  padding-bottom: 0px;
}
#mobile--nav ul#menu-main-nav {
  padding: 10px 0;
}
#mobile--nav ul.sub-menu {
  margin-bottom: 0px;
  padding-left: 15px;
  padding-top: 5px;
}
#mobile--nav ul li {
  display: block;
  padding: 0 10px;
}
#mobile--nav ul li a {
  color: #44464b;
  font-weight: 600;
  padding: 9px 15px;
}
#mobile-nav {
  display: none;
  background-color: #01256e;
  height: 61px;
  position: relative;
}
#mobile-logo {
  float: left;
  padding-top: 5px;
  padding-left: 15px;
}
#mobile-logo img {
  max-height: 50px;
}
#mobile-toggle {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60px;
  height: 60px;
}
#mobile-toggle span {
  position: absolute;
  width: 25px;
  height: 3px;
  background-color: #fff;
  top: 28px;
  left: 13px;
  -ms-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
#mobile-toggle span:before {
  content: '';
  display: block;
  width: 25px;
  height: 3px;
  background-color: #fff;
  left: 0;
  top: -8px;
  position: absolute;
  -ms-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
#mobile-toggle span:after {
  content: '';
  display: block;
  width: 25px;
  height: 3px;
  background-color: #fff;
  left: 0;
  top: 8px;
  position: absolute;
  -ms-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
#mobile-toggle.active span {
  background-color: transparent;
}
#mobile-toggle.active span:before {
  top: 0;
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mobile-toggle.active span:after {
  top: 0;
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#mobile_search_toggle {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 12px;
  right: 60px;
  color: #fff;
  font-size: 25px;
  line-height: 35px;
  text-align: center;
  overflow: hidden;
}
#mobile_search_toggle.active i {
  line-height: 200px;
}
#mobile_search_toggle.active:after {
  background-color: #fff;
  content: '';
  position: absolute;
  width: 3px;
  height: 30px;
  top: 5px;
  left: 20px;
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mobile_search_toggle.active:before {
  background-color: #fff;
  content: '';
  position: absolute;
  width: 3px;
  height: 30px;
  top: 5px;
  left: 20px;
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (max-width: 1024px) {
  #menu-main-nav {
    background-color: #fff;
  }
  header {
    height: auto;
  }
  #navholder {
    display: none;
  }
  #mobile-nav {
    display: block;
  }
  #mobile--toggle {
    display: block;
    width: 40px;
    height: 50px;
    margin-top: 15px;
    margin-right: 30px;
    position: relative;
  }
}
#mobile--title {
  display: none;
  background-color: #045ea7;
  color: #fff;
  font-size: 18px;
  padding: 8px 15px;
}
#mobile--title a {
  color: #fff;
}
@media (max-width: 1024px) {
  #mobile--title {
    display: block;
  }
}
/*  Footer Styles */
/*----------------------------------------*/
footer {
  color: #44464b;
  font-size: 16px;
}
#footer {
  background-color: #e0e1e3;
  padding: 15px 0;
  font-size: 16px;
}
#footer_top {
  padding-top: 25px;
  padding-bottom: 15px;
}
.pe_social {
  text-align: center;
}
.pe_social a:last-of-type .footer_social {
  margin-right: 0;
}
.pe_social .footer_social {
  margin-top: 10px;
  color: #e0e1e3;
  background-color: #44464b;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  display: inline-block;
  margin-right: 45px;
  font-size: 29px;
  text-align: center;
  line-height: 44px;
}
.pe_social .footer_social:hover {
  background-color: #95001a;
}
@media (max-width: 1200px) {
  .pe_social .footer_social {
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .pe_social .footer_social {
    margin-right: 15px;
  }
}
.pe_social #footer_fb i {
  position: relative;
  top: 2px;
}
.pe_social #footer_twitter i {
  position: relative;
  top: 2px;
}
.pe_social #footer_linkedin i {
  position: relative;
  top: 1px;
}
.pe_social #footer_instagram i {
  position: relative;
  top: 1px;
}
.pe_quick_actions {
  text-align: right;
}
.pe_quick_actions .quick_actions.btn {
  z-index: 2;
  position: relative;
  cursor: pointer;
  font-size: 19px;
  padding: 20px 65px;
}
.pe_quick_actions .quick_actions.btn:before {
  position: absolute;
  top: calc(50% - 3px);
  left: 20px;
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 6px 0 6px;
  border-color: #fff transparent transparent transparent;
  -ms-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.pe_quick_actions .quick_actions.btn.active:before {
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.pe_quick_actions .dd_menu_pop {
  font-style: italic;
  bottom: 0;
  padding-bottom: 66px;
  z-index: 1;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.75);
}
@media (max-width: 767px) {
  .pe_quick_actions .dd_menu_holder {
    display: block;
    max-width: 400px;
    margin: auto;
  }
  .pe_quick_actions .btn {
    display: block;
  }
}
#footer_bottom {
  border-top: 1px solid #44464b;
  padding-top: 35px;
  line-height: 24px;
}
#footer_bottom strong,
#footer_bottom b {
  font-weight: 600;
}
#footer_bottom span {
  font-weight: 500;
}
@media (max-width: 767px) {
  #footer_bottom {
    border-top: none;
  }
}
#footer_bottom a {
  color: #44464b;
}
#footer_bottom a:hover {
  color: #95001a;
}
@media (max-width: 992px) {
  .pe_social,
  .pe_quick_actions {
    margin-bottom: 15px;
  }
  .pe_quick_actions {
    text-align: center;
  }
  .pe_footer_logo {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .pe_social {
    margin-bottom: 35px;
    margin-top: 25px;
  }
  #footer_bottom {
    padding-top: 20px;
  }
  #footer_bottom strong,
  #footer_bottom b {
    font-weight: 500;
  }
}
/*  Home Page Styles */
/*----------------------------------------*/
#home_banner {
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.5);
}
#home_banner .home_slide {
  height: 551px;
  background-size: cover;
  background-position: center;
  position: relative;
}
#home_banner .home_slide .brg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: cover;
  background-position: center right;
}
@media (max-width: 767px) {
  #home_banner .home_slide .brg {
    background-position: top center;
  }
}
#home_banner .home_slide .container {
  position: relative;
  height: 100%;
}
#home_banner .home-slide-toggle {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 65px;
  height: 65px;
  background-color: #95001a;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  z-index: 2;
}
#home_banner .home-slide-toggle:before {
  content: '';
  position: absolute;
  top: 33px;
  left: 15px;
  width: 35px;
  height: 3px;
  background-color: #fff;
  -ms-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
#home_banner .home-slide-toggle:after {
  content: '';
  position: absolute;
  top: 33px;
  left: 15px;
  width: 35px;
  height: 3px;
  background-color: #fff;
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -ms-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
#home_banner .home-slide-toggle.active:after {
  -ms-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
#home_banner .home-slide-toggle.active:before {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#home_banner .home-slide-content {
  position: absolute;
  z-index: 2;
  display: none;
  max-width: 65%;
  background-color: rgba(255, 255, 255, 0.9);
  bottom: 0;
  left: 0;
  padding: 20px 20px 20px 100px;
}
#home_banner .home-slide-content.active {
  display: block;
}
@media (max-width: 992px) {
  #home_banner .home-slide-content {
    max-width: 85%;
  }
}
@media (max-width: 767px) {
  #home_banner .home-slide-content {
    max-width: 100%;
    width: 100%;
    padding: 20px 20px 100px 20px;
  }
  #home_banner .home-slide-toggle.active {
    width: 100%;
  }
}
#home_content {
  padding: 60px 0;
}
@media (max-width: 767px) {
  #home_content {
    padding: 30px 0;
    padding-bottom: 200px;
    background-position: bottom!important;
  }
}
#home_bottom {
  padding: 50px 0;
  background-color: white;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
}
#home_bottom .btn {
  padding: 20px 65px;
}
#home_bottom .container {
  position: relative;
  z-index: 1;
}
#home_bottom #home_bottom_content {
  padding-bottom: 15px;
  padding-top: 15px;
  background-color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 767px) {
  #home_bottom .half_brg {
    background: none!important;
    position: static;
    width: 100%;
    height: 100%;
    padding-top: 15px;
  }
  #home_bottom .half_brg img {
    display: block;
    width: 100%;
  }
}
@media (max-width: 767px) {
  #home_bottom {
    padding-bottom: 0;
    background-image: none!important;
  }
}
@media (max-width: 992px) {
  #pe_hr1_slider .hr1_content {
    padding-top: 15px;
  }
}
#pe_hr_1 img {
  display: block;
}
#pe_hr_1 .pe_dots {
  text-align: right;
  position: relative;
  top: -30px;
  float: right;
  z-index: 2;
}
@media (max-width: 1024px) {
  #pe_hr_1 .pe_dots {
    top: 0;
    float: none;
    text-align: center;
    margin-top: 25px;
  }
}
@media (max-width: 992px) {
  #pe_hr_2 .col-md-12 {
    width: 100%;
  }
  #pe_hr_2 .col-md-12 .white_box {
    width: 100%;
  }
}
#pe_hr_2 .white_box {
  padding-bottom: 20px;
  width: 100%;
}
#pe_hr_2 p {
  margin-bottom: 5px;
}
#pe_hr_2 .pe_home_news_single {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  #pe_hr_2 h2 {
    margin-top: 8px;
    margin-bottom: 15px;
  }
}
.pe_hp_ne_va a {
  color: #045ea7;
  font-size: 24px;
  font-weight: 300;
}
.pe_hr_3_slider .pe_hr_3_btn {
  align-self: center;
  display: inline-block;
}
@media (max-width: 767px) {
  .pe_hr_3_slider .pe_hr_3_btn,
  .pe_hr_3_slider .pe_hr_3_content {
    padding-right: 0;
    padding-left: 0;
  }
  .pe_hr_3_slider .pe_hr_3_btn {
    margin-top: 15px;
    margin-bottom: 5px;
  }
}
#pe_hp_ff_holder {
  -webkit-justify-content: center;
  justify-content: center;
}
#pe_hp_ff_holder .pe_hp_ff_s {
  text-align: center;
  padding-bottom: 35px;
}
@media (min-width: 768px) {
  #pe_hp_ff_holder .pe_hp_ff_s {
    padding-right: 20px;
    padding-left: 20px;
  }
}
#pe_hp_ff_holder .pe_hp_ff_s h3 {
  margin-bottom: 10px;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .hr3_pe_dots {
    margin-top: 25px;
  }
}
/* Single Page Styles */
/*----------------------------------------*/
#single-page {
  padding-bottom: 50px;
}
#single-page-content {
  padding-top: 50px;
  background-color: #fff;
}
.pe_staff_s_title {
  margin-top: 45px!important;
}
.pe_staff_s {
  border-top: 1px solid #bbbdc0;
  padding-top: 25px;
  padding-bottom: 25px;
  float: left;
  width: 100%;
}
.pe_staff_s span {
  font-weight: 500;
}
.pe_staff_s .pe_staff_image {
  float: left;
  width: 170px;
}
.pe_staff_s .pe_staff_image img {
  display: block;
}
.pe_staff_s .pe_staff_content {
  float: left;
  width: calc(100% - 170px);
  max-width: 500px;
  padding-left: 15px;
}
.pe_staff_s:last-of-type {
  border-bottom: 1px solid #bbbdc0;
}
#pe_staff_container div:last-of-type .pe_staff_s:last-of-type {
  border-bottom: none;
}
@media (max-width: 767px) {
  .pe_staff_s .pe_staff_image,
  .pe_staff_s .pe_staff_content {
    width: 100%;
    padding-left: 0px;
  }
  .pe_staff_s .pe_staff_image p,
  .pe_staff_s .pe_staff_content p {
    margin-bottom: 5px;
  }
}
.pe_accordion {
  position: relative;
  margin: 2px;
}
.pe_accordion .pe_accordion_title {
  padding: 20px;
  padding-right: 55px;
  background-color: #e0e1e3;
  position: relative;
  cursor: pointer;
}
.pe_accordion .pe_accordion_title h3 {
  color: #44464b;
  margin: 0;
  padding: 0;
}
.pe_accordion .pe_accordion_title span {
  position: absolute;
  top: calc(50% - 15px);
  right: 20px;
  width: 30px;
  height: 30px;
  -ms-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.pe_accordion .pe_accordion_title span:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #95001a;
  left: 0;
  top: 14px;
}
.pe_accordion .pe_accordion_title span:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #95001a;
  left: 0;
  top: 14px;
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.pe_accordion .pe_accordion_content {
  background-color: #e0e1e3;
  display: none;
}
.pe_accordion .pe_accordion_content .pe_accordion_content_inner {
  padding: 20px;
}
.pe_accordion.active .pe_accordion_title {
  background-color: #95001a;
}
.pe_accordion.active .pe_accordion_title h3 {
  color: #fff;
}
.pe_accordion.active .pe_accordion_title span {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.pe_accordion.active .pe_accordion_title span:after,
.pe_accordion.active .pe_accordion_title span:before {
  background-color: #fff;
}
#penn_breadcrumbs {
  background-color: #045ea7;
  padding: 10px 0;
}
#penn_breadcrumbs ul#p_bc {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#penn_breadcrumbs ul#p_bc li {
  margin: 0;
  margin-right: 5px;
  padding: 0;
  display: inline-block;
  color: #fff;
  font-size: 19px;
  font-weight: 300;
}
#penn_breadcrumbs ul#p_bc li:after {
  content: '';
  display: inline-block;
  position: relative;
  margin-left: 5px;
  top: -1px;
  height: 10px;
  width: 10px;
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
}
#penn_breadcrumbs ul#p_bc li.current_page {
  font-weight: 500;
}
#penn_breadcrumbs ul#p_bc li.current_page:after {
  display: none;
}
#penn_breadcrumbs ul#p_bc li a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 767px) {
  #penn_breadcrumbs ul#p_bc li {
    font-size: 13px;
  }
}
#fluid_content_page .fluid_content_row {
  border-bottom: 1px solid #cfd0d2;
  padding-top: 56px;
  padding-bottom: 70px;
}
#fluid_content_page .fluid_content_row:first-of-type {
  padding-top: 0px;
  padding-bottom: 60px;
}
#fluid_content_page .fluid_content_row:last-of-type {
  padding-bottom: 0px;
  border-bottom: none;
}
#fluid_content_page .fluid_content_row:last-of-type .fc_col:last-of-type {
  margin-bottom: 0;
}
#fluid_content_page .fluid_content_row.noBorder {
  border-bottom: none;
}
@media (min-width: 768px) {
  #fluid_content_page .fluid_content_row.noBorder {
    padding-top: 40px;
    padding-bottom: 0;
  }
}
#fluid_content_page .fluid_content_row .align-fcimg-top img {
  margin-top: 15px;
}
#fluid_content_page .fluid_content_row .align-fcimg-middle {
  align-self: center;
}
#fluid_content_page .fluid_content_row .align-fcimg-bottom {
  align-self: flex-end;
}
@media (min-width: 768px) {
  #fluid_content_page .fluid_content_row .fc_img_right {
    text-align: right;
  }
}
#fluid_content_page .fc_col_holder {
  padding-top: 25px;
}
#fluid_content_page .fc_col {
  margin-bottom: 40px;
  position: relative;
}
@media (min-width: 768px) {
  #fluid_content_page .fc_col {
    margin-bottom: 50px;
  }
}
#fluid_content_page .fc_col img {
  display: block;
  width: 100%;
}
#fluid_content_page .fc_col_link .fc_col_link_content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 15px;
  text-align: center;
  font-size: 25px;
  color: #44464b;
  font-weight: 300;
  word-wrap: break-word;
}
#fluid_content_page #fluid_sidebar {
  border-left: 1px solid #cfd0d2;
  padding-left: 30px;
}
#fluid_content_page #fluid_sidebar a {
  font-weight: 500;
}
@media (min-width: 992px) {
  #fluid_content_page #fluid_sidebar {
    margin-left: 35px;
  }
}
@media (max-width: 992px) {
  #fluid_content_page #fluid_sidebar {
    width: 100%;
    border-left: none;
    border-top: 1px solid #cfd0d2;
    padding-top: 25px;
    margin-top: 25px;
    padding-left: 15px;
  }
}
#fluid_content_page #fluid_sidebar p {
  font-size: 16px;
}
#fluid_content_page #fluid_sidebar_archive_mobile {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  #fluid_content_page #fluid_sidebar_archive {
    margin-top: 50px;
    display: none;
  }
  #fluid_content_page #fluid_sidebar_archive_mobile {
    display: block;
  }
}
.penn_pagination .page-numbers {
  display: inline-block;
  margin-right: 15px;
}
.penn_pagination .page-numbers.dots {
  font-size: 14px;
  color: #888;
}
.pe_post_date {
  font-weight: 300;
  margin-bottom: 15px;
}
.CatArchiveList {
  display: inline-block;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.CatArchiveList li {
  display: inline-block;
  padding: 0;
  margin: 0 5px 8px 0;
}
.CatArchiveList li:after {
  display: inline-block;
  content: '|';
  margin-left: 8px;
}
.CatArchiveList li:last-of-type:after {
  display: none;
}
.pe_filter {
  background-color: #e0e1e3;
  padding: 15px 0;
  margin-bottom: 50px;
}
.pe_filter .dd_menu_holder {
  width: 100%;
}
.pe_filter .dd_menu_holder .dd_menu {
  width: 100%;
  text-align: center;
}
@media (max-width: 992px) {
  .pe_filter .dd_menu_holder {
    margin-bottom: 15px;
  }
}
.emrf_options {
  padding: 0!important;
  display: block!important;
}
@media (max-width: 992px) {
  .emrf_options {
    text-align: center;
  }
}
#pefilterClear {
  font-weight: 300;
  font-size: 16px;
  margin-left: 15px;
}
#pefilterClear:hover {
  color: #95001a;
  cursor: pointer;
}
@media (max-width: 767px) {
  #pefilterClear {
    display: block;
    font-size: 19px;
    margin-left: 0;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.pe_f_1.dd_menu:before,
.pe_f_2.dd_menu:before,
.pe_f_3.dd_menu:before {
  position: absolute;
  top: calc(50% - 3px);
  left: 20px;
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 6px 0 6px;
  border-color: #fff transparent transparent transparent;
  -ms-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.pe_f_1.dd_menu.active:before,
.pe_f_2.dd_menu.active:before,
.pe_f_3.dd_menu.active:before {
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.pe_single_filter {
  padding-bottom: 40px;
}
