@charset "UTF-8";

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul,
nav {
  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;
}

@font-face {
  font-family: 'Helvetica';
  src: url("../fonts/Helvetica.woff2") format("woff2"), url("../fonts/Helvetica.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica';
  src: url("../fonts/Helvetica-Oblique.woff2") format("woff2"), url("../fonts/Helvetica-Oblique.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Helvetica';
  src: url("../fonts/Helvetica-Bold.woff2") format("woff2"), url("../fonts/Helvetica-Bold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

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

@font-face {
  font-family: 'Garamond';
  src: url("../fonts/ebgaramond08-italic.woff2") format("woff2"), url("../fonts/ebgaramond08-italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Garamond';
  src: url("../fonts/ebgaramond12-regular.woff2") format("woff2"), url("../fonts/ebgaramond12-regular.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Garamond';
  src: url("../fonts/ebgaramond12-italic.woff2") format("woff2"), url("../fonts/ebgaramond12-italic.woff") format("woff");
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato-Regular.ttf") format("ttf"), url("../fonts/Lato-Regular.ttf") format("ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato-Italic.ttf") format("ttf"), url("../fonts/Lato-Italic.ttf") format("ttf");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato-Bold.ttf") format("ttf"), url("../fonts/Lato-Bold.ttf") format("ttf");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato-BoldItalic.ttf") format("ttf"), url("../fonts/Lato-BoldItalic.ttf") format("ttf");
  font-weight: 800;
  font-style: italic;
}

body {
  font-family: 'Lato', Arial, sans-serif;
  margin: 0;
  padding: 0;
  position: relative;
  line-height: 1.2;
  font-size: 16px;
  color: #231f20;
  margin-top: 0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  background-color: #231f20;
}

.content img.alignleft {
	float: left;
	padding: 0px 15px 15px 0px;
	clear:both
}
.content img.alignright {
	float: right;
	padding: 0px 15px 15px 0px;
	clear: both
}

body.modal-open {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 900;
  line-height: 1.2;
}

h1 {
  font-size: 50px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h3.separator {
  padding: 12px 0;
  text-align: center;
  color: #fff;
  background-color: #231f20;
  background-image: url("../images/separator-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  font-weight: normal;
}

strong {
  font-weight: 900;
}

em {
  font-style: italic;
}

p {
  margin: 10px 0;
}

.cta {
  padding: 8px 20px;
  margin: 10px 0;
  color: #231f20;
  background-color: #eaaa00;
  text-decoration: none;
  font-size: 20px;
  border: none;
  border-radius: 0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.cta:hover {
  color: #ffffff;
}

.divider {
  width: 105px;
  height: 4px;
  background-color: #bf093e;
  position: relative;
  min-height: 0;
  padding: 0;
  display: block;
  margin: 10px auto 20px;
}

.vertical-bar {
  display: inline-block;
  margin: 0 10px;
}

.content ul li ul {
  margin-top: 5px;
  margin-bottom: 5px;
}

ul li {
  list-style-type: none;
  padding-left: 12px;
  position: relative;
}

ul li:before {
  content: '';
  height: 5px;
  width: 5px;
  background-color: #eaaa00;
  position: absolute;
  left: 0;
  top: 9px;
  border-radius: 50%;
}

ul li ul li:before {
  height: 3px;
  width: 3px;
  background-color: #a9a9a9;
}

ul.menu li,
ul.slick-dots li {
  padding-left: 0;
}

ul.menu li:before,
ul.slick-dots li:before {
  display: none;
}

form ul li:before {
  display: none;
}

.page-template-weblink-wide-template-1 ul li:before {
  display: none;
}

.sidebar-nav ul li {
  padding-left: 0;
}

.sidebar-nav ul li:before {
  display: none;
}

table {
  margin: 10px 0 30px;
  width: 100%;
}

table thead {
  font-weight: 900;
}

table tr td {
  padding: 5px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

table tr td:last-child {
  border-right: 1px solid #ccc;
}

table tr:last-child {
  border-bottom: 1px solid #ccc;
}

table tbody tr:nth-child(2n-1) {
  background-color: #f0f0f0;
}

table.bills:after {
  background-image: url("../images/sortupdown.png");
  background-size: auto 15px;
  background-repeat: no-repeat;
  background-position: 90% 5px;
}

table.bills tr td {
  padding: 10px;
}

table.GeneralBody tbody tr:nth-child(2n-1) {
  background-color: #fff;
}

.modal {
  display: none;
  visibility: hidden;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  overflow: scroll;
}

.modal .modal-window {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30vh auto 0;
  width: 60%;
  height: auto;
  padding: 40px;
  background-color: #fff;
  color: #231f20;
  line-height: 1.2;
  position: relative;
  text-align: center;
}

.modal .modal-window .window-txt {
  margin: 0 auto;
}

.modal .modal-window a {
  color: #bf093e;
}

.modal .modal-window .modal-img {
  margin-right: 30px;
}

.modal .modal-window .close {
  position: absolute;
  top: 5px;
  right: 5px;
  height: 25px;
  width: 25px;
  text-indent: -999px;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.modal .modal-window .close:after,
.modal .modal-window .close:before {
  content: '';
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #231f20;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modal .modal-window .close:after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.modal .modal-window .close:hover {
  opacity: .5;
}

.show-modal .modal,
.modal.show-modal {
  display: block;
  visibility: visible;
  opacity: 1;
}

#nav {
  position: relative;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background-color: #2a2a2a;
  z-index: 9999;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

#nav.hero {
  position: fixed;
  background-color: rgba(42, 42, 42, 0.7);
}

#nav.sticky {
  background-color: #2a2a2a;
  position: fixed;
}

#nav .brand {
  width: 240px;
  height: 100px;
  margin: 17px 0 10px 20px;
  /* background-image: url("../images/chamber-logo-new.png"); */
 background-image: url("../images/chamber-logo-2019.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  text-indent: -999px;
  overflow: hidden;
  display: inline-block;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

#nav .menu-secondary-menu-container {
  text-align: right;
  position: absolute;
  top: 25px;
  right: 20px;
  opacity: 1;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

#nav .menu-secondary-menu-container ul li {
  display: inline-block;
  margin-right: 12px;
}

#nav .menu-secondary-menu-container ul li a {
  font-size: 12px;
  color: #aaaaaa;
  text-decoration: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

#nav .menu-secondary-menu-container ul li a:hover {
  color: #eaaa00;
}

#nav .menu-secondary-menu-container ul li.social-link {
  width: 18px;
  height: 18px;
  display: inline-block;
  text-align: initial;
  margin-right: 8px;
  vertical-align: top;
  margin-top: -5px;
}

#nav .menu-secondary-menu-container ul li.social-link a {
  width: 18px;
  height: 18px;
  display: block;
  position: relative;
  top: 4px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  text-indent: 9999px;
  overflow: hidden;
}

#nav .menu-secondary-menu-container ul li.social-link.facebook a {
  background-image: url("../images/logo-facebook.svg");
}

#nav .menu-secondary-menu-container ul li.social-link.facebook:hover a {
  background-image: url("../images/logo-facebook-aqua.svg");
}

#nav .menu-secondary-menu-container ul li.social-link.linkedin a {
  background-image: url("../images/logo-linkedin.svg");
}

#nav .menu-secondary-menu-container ul li.social-link.linkedin:hover a {
  background-image: url("../images/logo-linkedin-aqua.svg");
}

#nav .menu-secondary-menu-container ul li.social-link.twitter {
  margin-top: -3px;
}

#nav .menu-secondary-menu-container ul li.social-link.twitter a {
  background-image: url("../images/logo-twitter.svg");
}

#nav .menu-secondary-menu-container ul li.social-link.twitter:hover a {
  background-image: url("../images/logo-twitter-aqua.svg");
}

#nav .menu-secondary-menu-container ul li.social-link.instagram a {
  background-image: url("../images/logo-instagram.svg");
}

#nav .menu-secondary-menu-container ul li.social-link.instagram:hover a {
  background-image: url("../images/logo-instagram-aqua.svg");
}

#nav .menu-main-menu-container {
  text-align: right;
  position: absolute;
  top: 80px;
  right: 28px;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

#nav .menu-main-menu-container ul li {
  display: inline-block;
  margin: 0 16px;
  position: relative;
}

#nav .menu-main-menu-container ul li a {
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

#nav .menu-main-menu-container ul li a:hover {
  color: #eaaa00;
}

#nav .menu-main-menu-container ul li:last-child {
  margin-right: 0;
}

#nav .menu-main-menu-container ul li:after {
  content: '';
  width: 108%;
  height: 5px;
  background-color: #eaaa00;
  position: absolute;
  top: 35px;
  left: -4%;
  display: none;
}

#nav .menu-main-menu-container ul li:hover:after {
  display: block;
}

#nav .menu-main-menu-container ul li .sub-menu {
  display: none;
  opacity: 0;
  width: 250px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 999;
  top: 100%;
  padding-top: 18px;
  text-align: center;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

#nav .menu-main-menu-container ul li .sub-menu li {
  width: 100%;
  border-bottom: 1px solid #6e6e6e;
  margin: 0;
}

#nav .menu-main-menu-container ul li .sub-menu li a {
  padding: 8px 25px;
  background-color: rgba(42, 42, 42, 0.85);
  display: block;
  font-size: 16px;
  line-height: 1.2;
}

#nav .menu-main-menu-container ul li .sub-menu li:last-child {
  border-bottom: 0;
}

#nav .menu-main-menu-container ul li .sub-menu li:hover a {
  background-color: #2a2a2a;
}

#nav .menu-main-menu-container ul li .sub-menu li:hover:after {
  display: none;
}

#nav .menu-main-menu-container ul li .sub-menu li.current_page_item:after {
  display: none;
}

#nav .menu-main-menu-container ul li .sub-menu li .sub-menu {
  display: none;
  left: 100%;
  -webkit-transform: none;
  transform: none;
  top: 0;
  padding-top: 0;
}

#nav .menu-main-menu-container ul li .sub-menu li:hover .sub-menu {
  display: block;
}

#nav .menu-main-menu-container ul li:hover .sub-menu {
  display: block;
  opacity: 1;
}

#nav .menu-main-menu-container ul li.open:after {
  display: block;
}

#nav .menu-main-menu-container ul li.open .sub-menu {
  display: block;
  opacity: 1;
  width: 100%;
  position: relative;
  padding: 0;
}

#nav .menu-main-menu-container ul li.open .sub-menu li a {
  padding: 10px 0;
  color: #ccc;
}

#nav .menu-main-menu-container ul li.open .sub-menu li:last-child {
  border-bottom: 1px solid #6e6e6e;
}

#nav .menu-main-menu-container ul li.open .sub-menu li.current_page_item a {
  color: #eaaa00;
}

#nav .menu-main-menu-container ul li.current_page_item a {
  color: #eaaa00;
}

#nav .menu-main-menu-container ul li.current_page_item:after {
  display: block;
}

#nav .menu-main-menu-container ul li.current_page_item .sub-menu li a {
  color: #fff;
}

#nav .menu-main-menu-container ul li.current_page_item .sub-menu li a:after {
  display: none;
}

#nav .menu-main-menu-container ul li.current_page_item .sub-menu li:hover a {
  color: #eaaa00;
}

#nav .menu-main-menu-container ul .menu-item-has-children.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 18px;
}

#nav #hamburg {
  display: none;
  height: 36px;
  width: 40px;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  right: 25px;
  cursor: pointer;
}

#nav #hamburg .bar {
  display: block;
  width: 100%;
  height: 6px;
  margin-bottom: 6px;
  background-color: #aaa;
  overflow: hidden;
  text-indent: -9999px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

#nav.open {
  height: 100vh;
  overflow: scroll;
}

#nav.open .menu-main-menu-container,
#nav.open .menu-secondary-menu-container {
  margin-left: 0;
}

#nav.open #hamburg {
  top: 48px;
}

#nav.open #hamburg .bar {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  top: 12px;
}

#nav.open #hamburg .bar:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0px;
}

#nav.open #hamburg .bar:last-child {
  display: none;
}

.home #nav {
  position: fixed;
  background-color: rgba(42, 42, 42, 0.7);
}

.home #nav.sticky {
  background-color: #2a2a2a;
}

#search-bar {
  display: none;
  visibility: hidden;
  opacity: 0;
  z-index: 999;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  position: fixed;
  top: 120px;
  left: 0;
  width: 100%;
  height: 65px;
  background-color: rgba(42, 42, 42, 0.9);
  background-image: url("../images/search-icon-white.svg");
  background-repeat: no-repeat;
  background-position: 30px 21px;
  background-size: 23px 23px;
}

#search-bar input {
  font-size: 28px;
  color: #fff;
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
  margin: 15px 0 0 70px;
}

#search-bar input:focus,
#search-bar input:active {
  outline: none;
}

#search-bar.open {
  display: block;
  visibility: visible;
  opacity: 1;
}

#search-bar #search-close {
  position: absolute;
  right: 50px;
  top: 15px;
  height: 30px;
  width: 30px;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

#search-bar #search-close:before,
#search-bar #search-close:after {
  content: '';
  width: 100%;
  height: 4px;
  top: 15px;
  background-color: #fff;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#search-bar #search-close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#search-bar #search-close:hover {
  opacity: .5;
}

.search-link a.active {
  color: #eaaa00;
}

.pagination {
    border-top: 1px solid #eaeaea;
    padding-top: 15px;
}
.pagination a, .pagination .current {
  text-decoration:underline;
  padding: 0px 10px;
}
.pagination .current {
  font-weight: bold;
}
.pagination-pages {
  float:right;
}

#hero {
  width: 100%;
  height: 330px;
  padding-top: 180px;
  background-image: none; /*url("../images/hero1.jpg") */;
  background-color: black;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  color: #fff;
  position: relative;
}

#hero .svg {
  height: 80px;
  width: 90px;
  display: inline-block;
}

#hero .svg path,
#hero .svg polygon {
  fill: #eaaa00;
}

#hero h1 {
  font-size: 40px;
  margin: 10px 0 0;
  position: relative;
}

#hero .subhead {
  font-size: 28px;
  display: block;
  width: 45%;
  margin: 0 auto 40px;
}

#hero .subhead.small {
  font-size: 22px;
}

#hero .subhead a {
  color: #fff;
  text-decoration: none;
}

#hero .subhead a:hover {
  text-decoration: underline;
  color: #bf093e;
}

.callout-item {
    padding: 25px;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
.callout-image-container {
    height: 250px;
    width: 100%;
    background-size: cover;
    background-position: center center;
    margin-bottom: 15px;
}
.callout-item .cta {
  margin-top: 10px;
  display: inline-block;
}



/* BANNER HEROS - CLASS SWITCH ----------------------------- */

/* .hero {
  width: 100%;
  height: 330px;
  padding-top: 180px;
  background-image: url("../images/hero1.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  color: #fff;
  position: relative;
}

.hero .svg {
  height: 80px;
  width: 90px;
  display: inline-block;
}

.hero .svg path,
.hero .svg polygon {
  fill: #eaaa00;
}

.hero h1 {
  font-size: 40px;
  margin: 10px 0 0;
  position: relative;
}

.hero .subhead {
  font-size: 28px;
  display: block;
  width: 45%;
  margin: 0 auto 40px;
}

.hero .subhead.small {
  font-size: 22px;
}

.hero .subhead a {
  color: #fff;
  text-decoration: none;
}

.hero .subhead a:hover {
  text-decoration: underline;
  color: #bf093e;
}

*/

.home #heros {
  height: 90vh;
  display: block;
  margin-bottom: 0;
  min-height: 700px;
}
 .home #heros button.slick-disabled {
    display:none !important;
  }

.home #heros .slick-slide div {
  height: 60vh;
  padding-top: 30vh;
  min-height: 700px;
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
}

.home #heros .slick-slide div h1 {
  font-size: 80px;
  margin: 10px 0 0;
  position: relative;
  line-height: 1;
}

.home #heros .slick-slide div h2 {
  font-size: 60px;
  margin: 10px 0 20px;
  position: relative;
  line-height: 1;
}

.home #heros .slick-slide div .divider {
  height: 4px;
  background-color: #bf093e;
  position: relative;
  width: 90px;
  padding: 0;
  display: inline-block;
  min-height: 0;
  margin: 10px auto 20px;
}

.home #heros .slick-slide div .subhead {
  font-size: 38px;
  width: 60%;
  display: block;
  margin: 0 auto 40px;
}

.home #heros .slick-prev,
.home #heros .slick-next {
  width: 35px;
  height: 70px;
  background-image: url("../images/arrow.svg");
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  opacity: .3;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.home #heros .slick-prev:hover,
.home #heros .slick-next:hover {
  opacity: .7;
}

.home #heros .slick-prev {
  left: 20px;
  z-index: 999;
  text-indent: -999px;
  overflow: hidden;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-top: -35px;
}

.home #heros .slick-next {
  right: 20px;
}

.home #heros .slick-dots {
  position: absolute;
  bottom: 25px;
}

.home #heros .slick-dots li {
  margin: 0;
}

.home #heros .slick-dots li button {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  width: 12px;
  height: 12px;
  text-indent: -9999px;
  overflow: hidden;
}

.home #heros .slick-dots li.slick-active button {
  background-color: white;
}

.page-child #hero {
  height: 210px;
  padding-top: 150px;
}

.row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  background-color: #fff;
}

.row.icons {
  padding: 50px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row.icons .third {
  padding: 0 4%;
  width: 25.33%;
  text-align: center;
  color: #231f20;
  text-decoration: none;
}

.row.icons .third .svg {
  height: 120px;
  width: auto;
  margin: 0 0 20px;
}

.row.icons .third .svg path,
.row.icons .third .svg polygon,
.row.icons .third .svg rect {
  -webkit-transition: fill 200ms ease;
  transition: fill 200ms ease;
  fill: #231f20;
}

.row.icons .third:hover .svg path,
.row.icons .third:hover .svg polygon,
.row.icons .third:hover .svg rect {
  fill: #eaaa00;
}

.row.icons .third .icon {
  height: 120px;
  width: auto;
  display: block;
  margin: 0 0 20px;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
  text-indent: -9999px;
  overflow: hidden;
}

.row.icons .third .icon.about {
  background-image: url("../images/icon-about.svg");
}

.row.icons .third .icon.join {
  background-image: url("../images/icon-join.svg");
}

.row.icons .third .icon.advocacy {
  background-image: url("../images/icon-advocacy.svg");
}

.row.icons .third h3 {
  margin-bottom: 10px;
}

.single-event #hero img {
  width: 100%;
  height: auto;
}

.row.events {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row.events .event {
  width: 33.33%;
  line-height: 0;
  position: relative;
  text-decoration: none;
  color: #231f20;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.row.events .event:hover {
  background-color: #e1e0e0;
}

.row.events .event img {
  width: 100%;
  height: auto;
}

.row.events .event .date {
  position: absolute;
  top: 45px;
  left: 0;
  color: #fff;
  font-size: 14px;
  line-height: .9;
  text-align: center;
  padding: 10px 15px;
  background-color: #231f20;
  text-transform: uppercase;
}

.row.events .event .date span {
  font-size: 26px;
  font-weight: 900;
  display: block;
  margin-top: 3px;
}

.row.events .event .event-txt {
  padding: 35px 17% 50px;
  border-right: 1px solid #dcdcdc;
  text-align: center;
  line-height: 1.2;
}

.row.events .event .event-txt h4 {
  margin: 0 0 10px;
}

.row.events .event:last-child .event-txt {
  border-right: 0;
}

.chamber-events {
  width: 80%;
  padding: 0 10% 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.chamber-events h3 {
  width: 100%;
  margin: 0 auto 20px;
  font-weight: normal;
  text-align: center;
}

.chamber-events .events-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.chamber-events .events-container .event {
  width: 33.33%;
  border-right: 0;
  border-bottom: 1px solid #dcdcdc;
}

.chamber-events .events-container .event:before {
  content: '';
  height: 100%;
  width: 1px;
  background-color: #dcdcdc;
  right: 0;
  top: 0;
  position: absolute;
  z-index: 1;
}

.chamber-events .events-container .event:first-child {
  border-left: 1px solid #dcdcdc;
}

.chamber-events .events-container .event img {
  position: relative;
  z-index: 2;
}

.chamber-events .events-container .event .date {
  z-index: 9;
}

.chamber-events .events-container .event .event-txt {
  border-bottom: 0;
  border-right: 0;
  padding: 35px 5% 50px;
  position: relative;
}

.chamber-events .events-container .event .time-place {
  font-weight: 900;
  width: 100%;
  margin: 0 0 5px;
}

.chamber-events .events-container .event .red-divider {
  width: 70px;
  height: 4px;
  background-color: #bf093e;
  position: relative;
  min-height: initial;
  padding: 0;
  display: block;
  margin: 0 auto 10px;
}

.row.posts .posts-container {
  width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.row.posts .posts-container .post {
  line-height: 0;
  position: relative;
  width: 33.33%;
  color: #231f20;
  text-decoration: none;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  height: 470px;
  display: inline-block;
}

.row.posts .posts-container .post:hover {
  background-color: #e1e0e0;
}

.row.posts .posts-container .post:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #dcdcdc;
  z-index: 1;
}

.row.posts .posts-container .post .post-img {
  position: relative;
  overflow: hidden;
  z-index: 99;
}

.row.posts .posts-container .post .post-img img {
  width: 100%;
  height: auto;
}

.row.posts .posts-container .post .post-img .cat {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  font-size: 13px;
  padding: 9px 15px;
  background-color: rgba(0, 0, 0, 0.5);
  line-height: 1;
  text-transform: uppercase;
}

.row.posts .posts-container .post .post-img .cat:after {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  width: 0;
  height: 100%;
  background-color: transparent;
  border-right: 13px solid transparent;
  border-top: 30px solid rgba(0, 0, 0, 0.5);
}

.row.posts .posts-container .post .post-txt {
  padding: 30px 10% 50px;
  line-height: 1.2;
}

.row.posts .posts-container .post .post-txt h4 {
  margin: 0 0 10px;
  font-size: 16px;
  text-transform: uppercase;
}

.row.posts .posts-container .post .post-txt p {
  line-height: 1.4;
}

.row.posts .posts-container .post:last-child .event-txt {
  border-right: 0;
}

.row.posts .posts-container .slick-prev,
.row.posts .posts-container .slick-next {
  width: 30px;
  height: 40px;
  top: 105px;
  background-image: url("../images/arrow.svg");
  background-color: #231f20;
  background-position: center;
  background-size: 55% auto;
  background-repeat: no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  opacity: .5;
  border-radius: 0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.row.posts .posts-container .slick-prev:hover,
.row.posts .posts-container .slick-next:hover {
  opacity: .9;
}

.row.posts .posts-container .slick-prev.slick-disabled,
.row.posts .posts-container .slick-next.slick-disabled {
  visibility: hidden;
}

.row.posts .posts-container .slick-prev {
  left: 0px;
  z-index: 999;
  top: 84px;
  text-indent: -999px;
  overflow: hidden;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.row.posts .posts-container .slick-next {
  right: 0px;
}

.row.posts .most-popular {
  padding: 30px 0 0;
  width: 25%;
  text-align: center;
}

.row.posts .most-popular h3 {
  margin-bottom: 10px;
  font-size: 26px;
}

.row.posts .most-popular .popular-post {
  font-weight: 900;
  line-height: 1.3;
  font-size: 15px;
  padding: 20px 10%;
  display: block;
  position: relative;
  color: #231f20;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.row.posts .most-popular .popular-post:after {
  content: '';
  position: absolute;
  width: 60%;
  height: 1px;
  background-color: #dcdcdc;
  top: 0;
  left: 20%;
}

.row.posts .most-popular .popular-post:hover {
  color: #bf093e;
}

.row.posts .most-popular .cta {
  display: inline-block;
  margin-top: 5px;
}

.container {
  max-width: 1000px;
  display: block;
  margin: 0 auto;
}

.row.content a {
  color: #bf093e;
  text-decoration: none;
}

.row.content a:hover {
  text-decoration: underline;
}

.row.content h1 {
  line-height: 1;
}

.row.content h3 {
  margin-bottom: 5px;
}

.row.content h4 {
  margin-top: 20px;
}

.row.content .small-txt {
  font-size: 14px;
  margin-top: 35px;
  display: block;
  border-top: 1px solid #ccc;
  padding-top: 20px;
}

.row.content .container {
  max-width: 850px;
}

.row.content .cta {
  color: #231f20;
  display: inline-block;
  text-transform: uppercase;
}

.row.content .cta:hover {
  text-decoration: none;
  color: #fff;
}

.row.content .submit {
  font-weight: 800;
}

.row.content img.size-full {
  width: 100%;
  height: auto;
}

.row.content .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.row.content .flex div:last-child {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.row.content .container .more {
  display: none;
}

.row.content .container a.open {
  padding: 0 20px 0 0;
  line-height: 1;
  position: absolute;
  top: 8px;
  right: 0;
}

.row.content .container a.open:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 15px;
  width: 15px;
  background-color: #bf093e;
}

.row.content .container a.open:after {
  content: '+';
  font-size: 18px;
  line-height: 10px;
  color: #ffffff;
  position: absolute;
  top: 2px;
  right: 2px;
}

.row.content .container .show .more {
  display: block;
}

.row.content .container .show a.open:after {
  content: "-";
  right: 5px;
}

.row.content {
  padding: 50px 70px;
}

.row.content .container {
  max-width: 1440px;
  width: 70%;
  padding-right: 5%;
}

.row.content .container div {
  position: relative;
}

.row.content .container .red-divider {
  width: 70px;
  height: 4px;
  background-color: #bf093e;
  position: relative;
  min-height: initial;
  padding: 0;
  display: block;
  margin: 20px 0;
}

.row.content .container p:first-child,
.row.content .container h2:first-child,
.row.content .container h3:first-child,
.row.content .container h4:first-child,
.row.content .container h5:first-child {
  margin-top: 0;
}

.row.content .container input[type="submit"] {
  padding: 8px 20px;
  margin: 10px 0;
  color: #231f20;
  background-color: #eaaa00;
  text-decoration: none;
  font-size: 20px;
  border: none;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 800;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-appearance: none;
}

.row.content .container input[type="submit"]:hover {
  color: #fff;
}

.row.content aside {
  max-width: 350px;
  width: 25%;
}

.row.content aside .sidebar-nav {
  padding: 40px 0 0;
  background-color: #231f20;
  background-image: url("../images/separator-bg.jpg");
  background-repeat: no-repeat;
  background-size: 300% auto;
  background-position: 0 0;
}

.row.content aside .sidebar-nav ul {
  padding: 0 20px;
}

.row.content aside .sidebar-nav ul li a {
  display: block;
  width: 90%;
  color: #fff;
  padding: 8px 5%;
  background-color: #231f20;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
  border-bottom: 1px solid #e1e0e0;
}

.row.content aside .sidebar-nav ul li a:hover {
  background-color: #eaaa00;
}

.row.content aside .sidebar-nav ul li:last-child a {
  border-bottom: none;
  padding-bottom: 15px;
}

.row.content aside .sidebar-nav ul li:first-child a {
  padding-top: 15px;
}

.row.content aside .sidebar-nav ul li.page_item_has_children a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.row.content aside .sidebar-nav ul li .children li a {
  padding-left: 10%;
  width: 85%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.row.content aside .sidebar-nav ul li .children li:last-child a {
  border-bottom: 1px solid #e1e0e0;
  padding-bottom: 10px;
}

.row.content aside .sidebar-nav ul li .children li:first-child a {
  padding-top: 10px;
}

.row.content aside .sidebar-nav ul li.current_page_item a {
  color: #eaaa00;
}

.row.content aside .sidebar-nav ul li.current_page_item a:hover {
  color: #fff;
}

.row.content aside .sidebar-nav ul li.current_page_item .children li a {
  color: #fff;
}

.row.content.blank-template {
  padding: 0;
}

.row.content.blank-template div {
  width: 100%;
}

.row.content.left-sidebar {
  padding: 50px 0;
}

.row.content.left-sidebar aside {
  width: 18%;
  padding: 0 0 0 6%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.row.content.left-sidebar aside h2,
.row.content.left-sidebar aside h3,
.row.content.left-sidebar aside h4 {
  font-weight: 400;
  line-height: 1;
}

.row.content.left-sidebar .container {
  width: 64%;
  padding: 0 6% 0 6%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.row.content.right-sidebar {
  padding: 50px 0;
}

.row.content.right-sidebar .container {
  width: 64%;
  padding: 0 6% 0 6%;
}

.row.content.right-sidebar aside {
  width: 18%;
  padding: 0 6% 0 0;
}

.row.content.right-sidebar aside h2,
.row.content.right-sidebar aside h3,
.row.content.right-sidebar aside h4 {
  font-weight: 400;
  line-height: 1;
}

.sidebar-widgets {
  display: block;
}

.sidebar-widgets .cta {
  display: block;
  width: 90%;
  text-align: center;
  padding: 10px 5%;
  margin: 0 0 10px;
  color: #231f20;
}

.sidebar-widgets .cta:hover {
  text-decoration: none;
  color: #fff;
}

.staff-photo {
  width: 30%;
  max-width: 285px;
  margin-right: 4%;
  display: inline-block;
  position: relative;
  line-height: 0;
}

.staff-photo.last {
  margin-right: 0;
}

.staff-photo img {
  width: 100%;
}

.staff-photo .staff-info {
  position: absolute;
  top: 0;
  width: 80%;
  height: 80%;
  background: #bf093e;
  color: white;
  padding: 10%;
  line-height: 1.2;
  opacity: 0;
  z-index: 99;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.staff-photo .staff-info a {
  color: #231f20;
  text-decoration: underline;
}

.staff-photo .staff-plus {
  position: absolute;
  background: #bf093e;
  bottom: 0;
  right: 0;
  height: 25px;
  width: 10px;
  line-height: 20px;
  padding: 0px 8px;
  color: white;
  display: block;
}

.staff-photo:hover .staff-info {
  opacity: 1;
}

.content .separator,
hr {
  width: 100%;
  display: block;
  height: 0px;
  line-height: 0;
  text-indent: -9999px;
  overflow: hidden;
  border-bottom: none;
  border-left: none;
  border-right: none;
  border-top: 1px solid #e1e0e0;
  margin: 30px;
  background-color: #fff;
  margin: 30px 0;
}

.timeline {
  width: 90%;
  padding: 20px 5% 30px;
  background-image: url("../images/about-timeline-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.timeline .container {
  width: 100%;
  max-width: 1440px;
}

.timeline .container h3 {
  display: block;
  margin-bottom: 15px;
  text-align: center;
  color: #fff;
  font-weight: normal;
  line-height: 1;
}

.timeline .container .timeline-row .slick-prev,
.timeline .container .timeline-row .slick-next {
  width: 25px;
  height: 70px;
  background-image: url("../images/arrow.svg");
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  opacity: .3;
  right: -3%;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.timeline .container .timeline-row .slick-prev:hover,
.timeline .container .timeline-row .slick-next:hover {
  opacity: .5;
}

.timeline .container .timeline-row .slick-prev {
  left: -3%;
  z-index: 999;
  text-indent: -999px;
  overflow: hidden;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-top: -35px;
}

.timeline .container .timeline-row .slick-disabled {
  opacity: 0;
}

.timeline .container .timeline-row .timeline-date {
  margin-right: 15px;
  background-color: #fff;
  text-align: center;
  padding: 20px 0 0;
  cursor: pointer;
  position: relative;
}

.timeline .container .timeline-row .timeline-date:last-child {
  margin-right: 0;
}

.timeline .container .timeline-row .timeline-date .year {
  display: block;
  font-weight: 900;
  font-size: 22px;
  margin-bottom: 10px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.timeline .container .timeline-row .timeline-date .date-excerpt {
  font-size: 16px;
  display: block;
  padding: 0 25px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.timeline .container .timeline-row .timeline-date:hover .year,
.timeline .container .timeline-row .timeline-date:hover .date-excerpt {
  color: #eaaa00;
}

.timeline .container .timeline-row .timeline-date .elipsis-icon {
  height: 35px;
  width: 100%;
  background-image: url("../images/icon-elipsis.png");
  background-size: 30px 7px;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
}

.timeline .container .timeline-row .timeline-date .date-img {
  width: 100%;
  position: relative;
}

.timeline .container .timeline-row .timeline-date .date-img img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  overflow: hidden;
}

.timeline .container .timeline-row .timeline-date .date-img .date-date {
  position: absolute;
  width: 100%;
  color: rgba(0, 0, 0, 0.2);
  font-size: 36px;
  text-align: center;
  font-weight: 900;
  top: 50%;
  left: 0;
  margin-top: -20px;
}

.timeline .container .timeline-row .timeline-date a.cover-link {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  z-index: 999;
}

.leading-members {
  width: 90%;
  padding: 40px 5% 40px;
  text-align: center;
  overflow: hidden;
  background-color: #fff;
}

.leading-members h3 {
  font-weight: normal;
  line-height: 1;
  margin-bottom: 15px;
}

.leading-members .container {
  width: 100%;
  max-width: 1440px;
  margin-top: 25px;
  position: relative;
}

.leading-members .container .slick-list {
  overflow: hidden;
}

.leading-members .container .slick-list .slick-slide img {
  width: 100%;
  height: auto;
}

.leading-members .container .slick-slider {
  overflow: visible;
}

.leading-members .container .slick-prev,
.leading-members .container .slick-next {
  width: 25px;
  height: 70px;
  background-image: url("../images/arrow-black.svg");
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  opacity: .5;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.leading-members .container .slick-prev:hover,
.leading-members .container .slick-next:hover {
  opacity: .9;
}

.leading-members .container .slick-prev {
  left: -30px;
  z-index: 999;
  text-indent: -999px;
  overflow: hidden;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-top: -35px;
}

.leading-members .container .slick-next {
  right: -30px;
}

.board-titles {
  position: relative;
}

.board-titles .board-title {
  width: 26%;
  margin-left: 6%;
}

.board-titles .board-title a {
  padding: 10px 5px;
  font-size: 20px;
  position: relative;
  color: black;
  text-decoration: none;
  height: 20px;
  display: inline-block;
}

.board-titles .board-title a.selected,
.board-titles .board-title a:hover {
  border-bottom: 4px solid #bf093e;
  padding-bottom: 6px;
  margin-bottom: 20px;
}

.board-titles .board-title:nth-child(2) {
  margin-left: 8%;
}

.resource-links {
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  margin: 30px 0;
}

.resource-links .resource-category {
  width: 33.33%;
  height: 250px;
  overflow: hidden;
  position: relative;
}

.resource-links .resource-category.color-black {
  background-color: #231f20;
}

.resource-links .resource-category.color-yellow {
  background-color: #eaaa00;
}

.resource-links .resource-category.color-green {
  background-color: #5f8f3f;
}

.resource-links .resource-category.color-red {
  background-color: #bf093e;
}

.resource-links .resource-category.color-aqua {
  background-color: #26bec5;
}

.resource-links .resource-category.color-orange {
  background-color: #eb5626;
}

.resource-links .resource-category .category-title {
  position: absolute;
  height: auto;
  width: 84%;
  left: 8%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1.2;
  color: #fff;
  font-weight: 800;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.resource-links .resource-category .category-info {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 80%;
  height: 75%;
  padding: 20% 10% 0;
  text-align: center;
  background-image: url("../images/board-member-hover-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  z-index: 99;
  opacity: 0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  line-height: 1.2;
}

.resource-links .resource-category .category-info a {
  color: #fff;
  text-decoration: underline;
}

.resource-links .resource-category:hover .category-title {
  opacity: 0;
}

.resource-links .resource-category:hover .category-info {
  opacity: 1;
}

.board-members {
  position: relative;
  overflow: hidden;
  width: 100%;
  display: inline-block;
  border-bottom: 30px solid #fff;
}

.board-members #exec-committee {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.board-members #exec-committee .exec-member {
  width: 33.33%;
  height: auto;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  line-height: 0;
}

.board-members #exec-committee .exec-member .exec-member-photo {
  display: block;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  max-height: 300px;
}

.board-members #exec-committee .exec-member .exec-member-photo img {
  width: 100%;
  height: auto;
}

.board-members #exec-committee .exec-member .exec-member-info {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 80%;
  height: 75%;
  padding: 25% 10% 0;
  text-align: center;
  background-image: url("../images/board-member-hover-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  z-index: 99;
  opacity: 0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  line-height: 1.2;
}

.board-members #exec-committee .exec-member:hover .exec-member-info {
  opacity: 1;
}

.board-members #board-directors,
.board-members #ex-officio {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.board-members #board-directors .col,
.board-members #ex-officio .col {
  width: 26%;
  padding: 30px 0;
  margin-left: 6%;
}

.board-members #board-directors .col:nth-child(2),
.board-members #ex-officio .col:nth-child(2) {
  margin-left: 8%;
}

.board-members #ex-officio .col {
  width: 42%;
}

.board-members #ex-officio .col:nth-child(2) {
  margin-left: 6%;
}

#board.show-exec-committee #exec-committee {
  opacity: 1;
  visibility: visible;
  position: relative;
}

#board.show-board-directors #board-directors {
  opacity: 1;
  visibility: visible;
  position: relative;
}

#board.show-ex-officio #ex-officio {
  opacity: 1;
  visibility: visible;
  position: relative;
}

.advocacy-alert {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #fff;
}

.advocacy-alert .alert-title {
  width: 24%;
  background-color: #eaaa00;
  padding: 5px 0 5px 6%;
  font-size: 15px;
  position: relative;
}

.advocacy-alert .alert-title:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0%;
  width: 0;
  height: 0;
  padding-right: 5px;
  background-color: transparent;
  border-left: 20px solid transparent;
  border-bottom: 30px solid #fff;
}

.advocacy-alert .alert-description {
  font-size: 14px;
  padding: 4px 0;
  font-weight: 900;
}

.advocacy-alert .alert-description a {
  color: #231f20;
  text-decoration: none;
}

.advocacy-alert .alert-description a:hover {
  color: #bf093e;
}

.areas-of-interest {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #fff;
  padding: 50px 0 30px;
}

.areas-of-interest .area {
  position: relative;
  background-color: #231f20;
  color: #fff;
  width: 18%;
  margin-right: 1%;
  padding: 1%;
  margin-bottom: 20px;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.areas-of-interest .area:first-child {
  padding: 0% 0 0 20px;
}

.areas-of-interest .area:first-child h3 {
  font-weight: 400;
  padding-top: 45%;
}

.areas-of-interest .area .area-icon {
  position: absolute;
  width: 38%;
  height: 38%;
  background: #fff;
  border-radius: 50%;
  padding: 10%;
  margin: 6% 16%;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-align: center;
}

.areas-of-interest .area .area-icon img {
  max-width: 100%;
  max-height: 80%;
  position: relative;
  top: 5%;
}

.areas-of-interest .area h5 {
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 75%;
  opacity: 1;
  font-size: 16px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.areas-of-interest .area a {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #fff;
  margin-top: 5px;
  opacity: 0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.areas-of-interest .area:hover {
  background-color: #eaaa00;
}

.areas-of-interest .area:hover .area-icon {
  position: absolute;
  width: 34%;
  height: 34%;
  background: #fff;
  border-radius: 50%;
  padding: 8%;
  margin: 6% 20%;
}

.areas-of-interest .area:hover h5 {
  opacity: 1;
  margin-top: 65%;
}

.areas-of-interest .area:hover a {
  opacity: 1;
}

.areas-of-interest .area .area-content {
  text-align: center;
}

.areas-of-interest .area .area-content ul {
  display: inline-block;
  text-align: left;
  line-height: 1.5;
  margin-top: 15px;
  width: 50vw;
}

.areas-of-interest .area .area-content .area-content-icon {
  width: 90px;
  height: auto;
  margin: 0 auto 20px;
}

.areas-of-interest .area .area-content .area-content-icon img {
  width: 100%;
  height: auto;
}

.areas-of-interest .area .area-content .divider {
  width: 70px;
}

.areas-of-interest.committees .area:first-child {
  padding: 0;
}

.row.callout {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  text-decoration: none;
  border-bottom: 30px solid #fff;
}

.row.callout .callout-title {
  padding: 30px 2%;
  width: 20%;
  color: #fff;
  position: relative;
  z-index: 10;
  background-color: #231f20;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.row.callout .callout-title:after {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  width: 0;
  height: 100%;
  border-right: 130px solid transparent;
  border-top-width: 158px;
  border-top-style: solid;
  border-top-color: #231f20;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.row.callout:hover .callout-title {
  background-color: #eaaa00;
}

.row.callout:hover .callout-title:after {
  border-top-color: #eaaa00;
}

.row.callout .callout-img {
  width: 76%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 24%;
  background-image: url("../images/advocacy-cta.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.row .callout-slideshow {
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 0;
}

.row .callout-slideshow .slick-slide img {
  width: 100%;
  height: auto;
}

.row .callout-slideshow .slick-prev,
.row .callout-slideshow .slick-next {
  width: 30px;
  height: 40px;
  position: absolute;
  top: 50%;
  background-image: url("../images/arrow.svg");
  background-color: #231f20;
  background-position: center;
  background-size: 55% auto;
  background-repeat: no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  opacity: .7;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.row .callout-slideshow .slick-prev:hover,
.row .callout-slideshow .slick-next:hover {
  opacity: 1;
  background-image: url("../images/arrow.svg");
  background-color: #231f20;
  background-position: center;
  background-size: 55% auto;
  background-repeat: no-repeat;
}

.row .callout-slideshow .slick-prev.slick-disabled,
.row .callout-slideshow .slick-next.slick-disabled {
  visibility: hidden;
}

.row .callout-slideshow .slick-prev {
  left: 0px;
  z-index: 999;
  text-indent: -999px;
  overflow: hidden;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-top: -20px;
}

.row .callout-slideshow .slick-next {
  right: 0px;
}

.callout.join .callout-title {
  background-color: #fff;
  color: #231f20;
  padding: 15px 2% 0;
}

.callout.join .callout-title:after {
  display: none;
}

.callout.join .callout-title h2 {
  font-weight: normal;
  line-height: 1;
}

.callout.join .callout-title .cta {
  margin-top: 10px;
  display: inline-block;
}

.callout.join:hover .callout-title {
  background-color: #fff;
}

.callout.join .callout-slideshow {
  width: 76%;
}

.board-members.staff #exec-committee {
  position: relative;
  visibility: visible;
  opacity: 1;
}

.board-members.staff #exec-committee .exec-member .exec-member-info p a {
  color: #fff;
  display: inline-block;
  margin-top: 5px;
}

.board-members.staff #exec-committee .exec-member .exec-member-info p a:hover {
  color: #bf093e;
}

.row.community-events {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 0;
}

.row.community-events h3 {
  font-weight: normal;
  width: 100%;
  text-align: center;
  padding-bottom: 20px;
}

.row.community-events .event-list {
  width: 60%;
  margin: 0 auto 30px;
}

.row.community-events .event-list .comm-event {
  width: 88%;
  position: relative;
  padding: 0 0 0 12%;
  margin: 0 0 30px;
}

.row.community-events .event-list .comm-event .comm-event-date {
  color: #fff;
  font-size: 13px;
  line-height: .9;
  text-align: center;
  padding: 8px 10px;
  background-color: #231f20;
  position: absolute;
  left: 0;
  top: 7px;
}

.row.community-events .event-list .comm-event .comm-event-date span {
  font-size: 22px;
  font-weight: 900;
  display: block;
  margin-top: 3px;
}

.row.community-events .event-list .comm-event .comm-event-info a {
  color: #231f20;
  text-decoration: underline;
}

.row.community-events .event-list .comm-event .comm-event-info .red-divider {
  width: 70px;
  height: 4px;
  background-color: #bf093e;
  position: relative;
  min-height: initial;
  padding: 0;
  display: block;
  margin: 30px 0 0;
}

.row.community-events .event-list .cta {
  display: inline-block;
  margin: 0 0 0 12%;
  font-size: 16px;
}

.row.community-events .comm-event-ads {
  width: 300px;
  margin-right: 5%;
}

.row.community-events .comm-event-ads img {
  width: 100%;
  height: auto;
}

.fpo-display-ad {
  width: 300px;
  height: 250px;
  display: inline-block;
  color: #231f20;
  background-color: #e1e0e0;
  margin-bottom: 30px;
  text-align: center;
  padding-top: 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fpo-display-ad.wide {
  width: 728px;
  height: 90px;
  margin: 0 30px;
  padding-top: 35px;
}

.display-ad img {
  width: 100%;
  height: auto;
}

.row.display-ads {
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 2% 30px;
  max-height: 120px;
  overflow: hidden;
}

.row.display-ads .slide:first-child {
  margin-right: 1%;
}

.row.display-ads .slide:last-child {
  margin-left: 1%;
}

.row.display-ads .slide img {
  width: 100%;
  height: auto;
}

.row.events-single {
  padding: 30px 2%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row.events-single .event-details {
  width: 13%;
  margin-right: 2%;
}

.row.events-single .event-details .date {
  color: #fff;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  padding: 12px 20px;
  background-color: #231f20;
  display: inline-block;
}

.row.events-single .event-details .date span {
  font-size: 35px;
  font-weight: 900;
}

.row.events-single .event-details .time {
  font-size: 22px;
  font-weight: 900;
  display: block;
  margin: 15px 0 0;
}

.row.events-single .event-details .city {
  display: block;
  margin: 5px 0 0;
  font-size: 22px;
}

.row.events-single .event-details .address {
  display: block;
  margin: 10px 0;
  font-size: 14px;
}

.row.events-single .event-details .address a {
  color: #231f20;
  text-decoration: underline;
}

.row.events-single .container {
  max-width: initial;
  width: 85%;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row.events-single .container .callout-slideshow {
  margin-bottom: 30px;
}

.row.events-single .container .event-content {
  width: 67%;
  margin-right: 3%;
}

.row.events-single .container .event-content .red-divider {
  width: 70px;
  height: 4px;
  background-color: #bf093e;
  position: relative;
  min-height: initial;
  padding: 0;
  display: block;
  margin: 20px 0;
}

.row.events-single .container aside {
  width: 30%;
}

.row.events-single .container aside .cta {
  margin: 0 0 10px;
  padding: 10px 0;
  text-align: center;
  display: block;
}

.row.events-single .container aside h4,
.row.events-single .container aside h3 {
  margin: 20px 13% 0;
}

.row.events-single .container aside p {
  margin: 10px 13%;
}

.row.events-single .container aside .display-ad {
  margin: 30px auto;
  width: 300px;
  height: auto;
  display: block;
}

.breaking-news {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.breaking-news .breaking-news-title {
  background-color: #eaaa00;
  padding: 5px 35px 5px 2%;
  font-size: 15px;
  position: relative;
}

.breaking-news .breaking-news-title:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0%;
  width: 0;
  height: 0;
  padding-right: 5px;
  background-color: transparent;
  border-left: 20px solid transparent;
  border-bottom: 30px solid #fff;
}

.breaking-news .breaking-news-description {
  font-size: 14px;
  padding: 4px 0;
  font-weight: 900;
  line-height: 1.4;
}

.latest-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 0;
  background-color: #fff;
}

.latest-news .featured-images {
  height: 533px;
  margin: 0 0 0 2%;
  width: 73%;
  display: block;
  position: relative;
}

.latest-news .featured-images .featured-image {
  height: 533px;
  text-decoration: none;
  width: 100%;
  display: block;
  position: absolute;
  z-index: 8;
  opacity: 0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.latest-news .featured-images .featured-image.active {
  z-index: 10;
  opacity: 1;
}

.latest-news .featured-images .featured-image.last-active {
  z-index: 9;
  opacity: 0;
}

.latest-news .featured-images .slick-dots {
  position: absolute;
  bottom: 25px;
}

.latest-news .featured-images .slick-dots li {
  margin: 0;
}

.latest-news .featured-images .slick-dots li button {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  width: 12px;
  height: 12px;
  text-indent: -9999px;
  overflow: hidden;
}

.latest-news .featured-images .slick-dots li.slick-active button {
  background-color: white;
}

.latest-news .latest-news-sidebar {
  width: 25%;
  height: 533px;
}

.latest-news .latest-news-sidebar h4 {
  font-weight: 400;
  text-align: center;
  margin-bottom: 10px;
}

.latest-news .latest-news-sidebar .news-link {
  color: #231f20;
  text-decoration: none;
  display: block;
  background-color: transparent;
  padding: 30px 10%;
  font-weight: 900;
  text-align: center;
  position: relative;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  border-top: 2px solid #fff;
}

.latest-news .latest-news-sidebar .news-link .hover-corner {
  position: absolute;
  height: 100%;
  width: 50px;
  left: -50px;
  top: 0;
  opacity: 0;
  z-index: 99;
  overflow: hidden;
}

.latest-news .latest-news-sidebar .news-link .hover-corner:before {
  content: '';
  display: block;
  width: 200%;
  height: 200%;
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
  background-color: rgba(234, 176, 16, 0.8);
  position: absolute;
  top: -50%;
  left: 50%;
}

.latest-news .latest-news-sidebar .news-link:before {
  content: '';
  height: 1px;
  width: 20%;
  position: absolute;
  left: 50%;
  margin-left: -10%;
  background-color: #e1e0e0;
  top: -1px;
}

.latest-news .latest-news-sidebar .news-link.active {
  background-color: rgba(234, 176, 16, 0.8);
}

.latest-news .latest-news-sidebar .news-link.active .hover-corner {
  opacity: 1;
}

.latest-news .latest-news-sidebar .news-link:hover {
  background-color: #eab010;
}

.latest-news .latest-news-sidebar .news-link:hover.active {
  background-color: #eab010;
}

.latest-news .latest-news-sidebar .news-link:hover .hover-corner {
  opacity: 1;
}

.latest-news .latest-news-sidebar .news-link.featured {
  display: block;
  padding: 73px 2% 30px;
  margin: 0 7%;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
}

.latest-news .latest-news-sidebar .news-link.featured h5 {
  font-weight: 400;
  z-index: 5;
  position: relative;
}

.latest-news .latest-news-sidebar .news-link.featured p {
  margin: 5px 0;
  z-index: 5;
  position: relative;
}

.latest-news .latest-news-sidebar .news-link.featured:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.single #st-2 .st-btn[data-network='twitter'],
.single #st-2 .st-btn[data-network='facebook'],
.single #st-2 .st-btn[data-network='sharethis'],
.single #st-2 .st-btn[data-network='linkedin'] {
  background-color: #231f20;
}

.single #st-2 .st-btn[data-network='twitter']:hover,
.single #st-2 .st-btn[data-network='facebook']:hover,
.single #st-2 .st-btn[data-network='sharethis']:hover,
.single #st-2 .st-btn[data-network='linkedin']:hover {
  background-color: #26bec5;
}

.news-img {
  width: 100%;
  margin-bottom: 30px;
}

.news-img img {
  width: 100%;
  height: auto;
}

.news-img .featured_caption {
  font-style: italic;
}

.news-img.slideshow {
  position: relative;
}

.news-img.slideshow .slick-prev,
.news-img.slideshow .slick-next {
  width: 35px;
  height: 70px;
  background-image: url("../images/arrow.svg");
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  right: 20px;
}

.news-img.slideshow .slick-prev {
  left: 20px;
  z-index: 999;
  text-indent: -999px;
  overflow: hidden;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-top: -35px;
}

.news-img.slideshow:hover .slick-prev,
.news-img.slideshow:hover .slick-next {
  opacity: .3;
}

.news-img.slideshow:hover .slick-prev:hover,
.news-img.slideshow:hover .slick-next:hover {
  opacity: .5;
}

.row.more-posts {
  padding-bottom: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row.more-posts .section-title {
  width: 100%;
}

.row.more-posts .section-title a {
  text-decoration: none !important;
  color: inherit !important;
}

.row.more-posts .section-title a:hover {
  color: white !important;
}

.row.more-posts .section-title .the-title {
  background-color: #eaaa00;
  padding: 6px 35px 6px 15px;
  font-size: 18px;
  position: relative;
  display: inline-block;
  margin-left: 2%;
}

.row.more-posts .section-title .the-title:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0%;
  width: 0;
  height: 0;
  padding-right: 5px;
  background-color: transparent;
  border-left: 20px solid transparent;
  border-bottom: 33px solid #fff;
}

.row.more-posts .posts-container {
  width: 73%;
  margin-left: 2%;
  border-bottom: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
}

.row.more-posts .posts-container .post .post-txt {
  border-right: 0;
}

.row.more-posts .posts-container .post .post-img {
  z-index: 2;
}

.row.more-posts .posts-container .post:after {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 1px;
  background-color: #dcdcdc;
  z-index: 0;
}

.posts-sidebar {
  width: 21%;
  padding: 0 2%;
}

.posts-sidebar .leading-voice-callout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 20px;
}

.posts-sidebar .leading-voice-callout h3 {
  font-weight: 400;
  line-height: 1;
  font-size: 30px;
}

.posts-sidebar .leading-voice-callout .icon {
  width: 40%;
  margin: 10px 5% 0 0;
}

.posts-sidebar .leading-voice-callout .leading-voice-half {
  width: 50%;
  margin-top: 10px;
}

.posts-sidebar .leading-voice-callout .cta {
  width: 100%;
  text-align: center;
  margin-bottom: 0;
}

.posts-sidebar .fpo-display-ad {
  width: 100%;
  margin: 20px 0 0;
  height: auto;
  padding: 35% 0;
}

.row.mdcceducation {
  padding-bottom: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row.mdcceducation .section-title {
  width: 100%;
}

.row.mdcceducation .section-title .the-title {
  background-color: #26bec5;
  padding: 6px 35px 6px 15px;
  font-size: 18px;
  position: relative;
  display: inline-block;
  margin-left: 2%;
}

.row.mdcceducation .section-title .the-title:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0%;
  width: 0;
  height: 0;
  padding-right: 5px;
  background-color: transparent;
  border-left: 20px solid transparent;
  border-bottom: 33px solid #fff;
}

.row.mdcceducation .mdcc-posts {
  width: 73%;
  margin-left: 2%;
  display: block;
  border-bottom: 1px solid #dcdcdc;
}

.row.mdcceducation .mdcc-posts #ff-stream-1 .ff-stream-wrapper {
  margin-top: 0;
}

.row.mdcceducation .mdcc-posts-sidebar {
  width: 21%;
  padding: 0 2%;
  text-align: center;
}

.row.mdcceducation .mdcc-posts-sidebar h3 {
  font-weight: 400;
  margin-bottom: 20px;
}

.row.mdcceducation .mdcc-posts-sidebar a {
  color: #231f20;
  text-decoration: none;
  display: block;
  background-color: transparent;
  padding: 30px 10%;
  font-weight: 900;
  text-align: center;
  position: relative;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.row.mdcceducation .mdcc-posts-sidebar a:before {
  content: '';
  height: 1px;
  width: 20%;
  position: absolute;
  left: 50%;
  margin-left: -10%;
  background-color: #e1e0e0;
  top: 0;
}

.row.mdcceducation .mdcc-posts-sidebar form {
  position: relative;
}

.row.mdcceducation .mdcc-posts-sidebar form input[type="text"] {
  background-color: #dcdcdc;
  border: none;
  padding: 8px 2% 8px 13%;
  display: block;
  font-size: 16px;
  width: 85%;
  color: black;
  margin-bottom: 30px;
}

.row.mdcceducation .mdcc-posts-sidebar form input[type="submit"] {
  position: absolute;
  background-image: url("../images/search-icon.svg");
  background-size: 60% auto;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  text-indent: -999px;
  overflow: hidden;
  top: 0;
  left: 0;
  display: block;
  height: 34px;
  width: 30px;
  -webkit-appearance: none;
  border: none;
}

.news-posts {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 40px 0 30px;
}

.news-posts .news-post {
  width: 65%;
  margin-left: 5%;
  margin-right: 3%;
}

.news-posts .news-post img {
  max-width: 100%;
  height: auto;
}

.news-posts .news-post h2 {
  text-transform: uppercase;
  line-height: 1.1;
  margin-bottom: 10px;
}

.news-posts .news-post .red-divider {
  width: 105px;
  height: 4px;
  background-color: #bf093e;
  position: relative;
  padding: 0;
  display: inline-block;
  margin: 15px 0 0;
}

.news-posts .news-post blockquote {
  margin-top: 35px;
  margin-bottom: 35px;
}

.news-posts .news-post blockquote p {
  font-size: 1.5em;
  color: #5B3772;
  width: 60%;
  margin: 0 auto;
  background: transparent url("/wp-content/themes/mdchamber/assets/images/blockquote_icon.png") no-repeat;
  padding-left: 60px;
  padding-top: 25px;
  font-family: "Adobe Garamond Pro", Times, serif;
}

.news-posts .news-post blockquote p:after {
  content: "\2019" "\2019";
  display: inline-block;
  position: relative;
  top: 0;
  right: 0;
  font-size: 1em;
}

.news-posts .news-post p {
  margin: 20px 0;
  font-size: 18px;
  line-height: 1.4;
}

.news-posts .news-post p a {
  color: #bf093e;
}

.news-posts .news-post p a:visited {
  color: #bf093e;
}

.news-posts .posts-sidebar h4 {
  font-weight: 400;
  margin: 40px 0 20px;
  text-align: center;
}

.news-posts .posts-sidebar .leading-voice-callout .leading-voice-half h4 {
  margin: 0;
  font-weight: 900;
}

.news-posts .posts-sidebar a.news-link {
  color: #231f20;
  text-decoration: none;
  display: block;
  background-color: transparent;
  padding: 20px 10%;
  font-weight: 900;
  text-align: center;
  position: relative;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.news-posts .posts-sidebar a.news-link:before {
  content: '';
  height: 1px;
  width: 20%;
  position: absolute;
  left: 50%;
  margin-left: -10%;
  background-color: #e1e0e0;
  top: 0;
}

.news-posts .posts-sidebar a.news-link:before:last-child():before {
  display: none;
}

.news-posts .posts-sidebar a.news-link:hover {
  color: #bf093e;
}

.news-posts .posts-sidebar a.news-link.featured {
  background-image: url("../../../../uploads/2017/11/featured-img-bg.jpg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  padding: 73px 2% 30px;
  margin: 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
}

.news-posts .posts-sidebar a.news-link.featured h5 {
  font-weight: 400;
  z-index: 5;
  position: relative;
}

.news-posts .posts-sidebar a.news-link.featured p {
  margin: 5px 0;
  z-index: 5;
  position: relative;
}

.news-posts .posts-sidebar a.news-link.featured:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.news-posts .posts-sidebar .cta {
  display: block;
  text-align: center;
}

.author-section {
  background-image: url("../images/background-mdflag.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 88%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 6%;
  color: #fff;
  margin-bottom: 30px;
}

.author-section .author-image {
  margin-right: 30px;
  margin-top: 10px;
}

.author-section .author-image img {
  border-radius: 50%;
}

.author-section .author-content {
  font-size: 20px;
}

.author-section .author-content h4 {
  font-weight: 400;
  margin-top: 10px;
}

#testimonials {
  /*  border-bottom: 30px solid #fff; */
  height: 500px;
  overflow: hidden;
}

#testimonials .testimonial-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#testimonials .testimonial-container.slick-active .test-img {
  opacity: 1;
}

#testimonials .testimonial-container .test-img {
  width: 33%;
  height: 500px;
  position: relative;
  overflow: hidden;
  opacity: .2;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}

#testimonials .testimonial-container .testimonial {
  background-image: url("../images/testimonial-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 115px 10% 80px;
  width: 47%;
  color: #fff;
  position: relative;
}

#testimonials .testimonial-container .testimonial .test-txt {
  font-family: "Adobe Garamond Pro", Times, serif;
  font-size: 30px;
  margin: 0 0 40px;
}

#testimonials .testimonial-container .testimonial .text-cred {
  font-size: 18px;
}

#testimonials .testimonial-container .testimonial:after {
  content: '';
  width: 75px;
  height: 55px;
  position: absolute;
  top: 65px;
  left: 50px;
  background-image: url("../images/icon-quote.svg");
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}

#testimonials .testimonial-container .testimonial.full {
  width: 100%;
  height: 500px;
}

#testimonials .slick-prev,
#testimonials .slick-next {
  width: 35px;
  height: 70px;
  background-image: url("../images/arrow.svg");
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  opacity: .3;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

#testimonials .slick-prev:hover,
#testimonials .slick-next:hover {
  opacity: .5;
}

#testimonials .slick-prev {
  left: 20px;
  z-index: 999;
  text-indent: -999px;
  overflow: hidden;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-top: -35px;
}

#testimonials .slick-next {
  right: 20px;
}

#testimonials .slick-dots {
  position: absolute;
  bottom: 25px;
}

#testimonials .slick-dots li {
  margin: 0;
}

#testimonials .slick-dots li button {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  width: 12px;
  height: 12px;
  text-indent: -9999px;
  overflow: hidden;
}

#testimonials .slick-dots li.slick-active button {
  background-color: white;
}

.home .testimonials {
  margin-bottom: 0;
}

.bottom_banner {
  width: 100%;
  height: 440px;
  padding-top: 90px;
  background-image: url("../images/bottom-banner-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  color: #fff;
}

.bottom_banner .svg {
  height: 95px;
  width: 95px;
  display: inline-block;
}

.bottom_banner .svg path,
.bottom_banner .svg polygon,
.bottom_banner .svg rect {
  fill: #eaaa00;
}

.bottom_banner h1 {
  font-size: 45px;
  margin: 10px 0;
  position: relative;
}

.bottom_banner p {
  font-size: 28px;
  display: block;
  width: 40%;
  margin: 0 auto 30px;
}

#footer {
  background-color: #231f20;
  padding: 50px 3%;
  color: #fff;
}

#footer .row {
  background-color: #231f20;
}

#footer .footer-nav {
  width: 100%;
  margin-bottom: 40px;
}

#footer .footer-nav ul li {
  display: inline-block;
  margin-right: 45px;
}

#footer .footer-nav ul li a {
  font-weight: 900;
  color: #fff;
  font-size: 20px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

#footer .footer-nav ul li a:hover {
  color: #e1e0e0;
}

#footer .footer-nav ul li.social-link {
  width: 24px;
  height: 24px;
  display: inline-block;
  text-align: initial;
  margin-right: 8px;
}

#footer .footer-nav ul li.social-link a {
  width: 24px;
  height: 24px;
  display: block;
  position: relative;
  top: 6px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}

#footer .footer-nav ul li.social-link.facebook a {
  background-image: url("../images/logo-facebook.svg");
}

#footer .footer-nav ul li.social-link.facebook:hover a {
  background-image: url("../images/logo-facebook-aqua.svg");
}

#footer .footer-nav ul li.social-link.linkedin a {
  background-image: url("../images/logo-linkedin.svg");
}

#footer .footer-nav ul li.social-link.linkedin:hover a {
  background-image: url("../images/logo-linkedin-aqua.svg");
}

#footer .footer-nav ul li.social-link.twitter a {
  background-image: url("../images/logo-twitter.svg");
}

#footer .footer-nav ul li.social-link.twitter:hover a {
  background-image: url("../images/logo-twitter-aqua.svg");
}
#footer .footer-nav ul li.social-link.instagram a {
  background-image: url("../images/logo-instagram.svg");
}

#footer .footer-nav ul li.social-link.instagram:hover a {
  background-image: url("../images/logo-instagram-aqua.svg");
}

#footer .footer-info {
  margin-right: 3%;
  font-size: 18px;
  line-height: 1.4;
}

#footer .footer-info a {
  color: #fff;
  font-weight: 900;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

#footer .footer-info a:hover {
  color: #e1e0e0;
}

#footer .footer-info span {
  margin-top: 10px;
  display: block;
  font-size: 14px;
}

#footer .footer-sponsors {
  margin-right: 3%;
}

#footer .footer-sponsors:last-child {
  margin-right: 0;
}

#footer .footer-sponsors h5 {
  margin-bottom: 10px;
}

#footer .footer-sponsors .footer-logo {
  margin-right: 10px;
  opacity: 1;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

#footer .footer-sponsors .footer-logo:hover {
  opacity: .6;
}

@-moz-document url-prefix()  {
  .areas-of-interest .area .area-icon {
    margin-top: 14%;
  }

  .areas-of-interest .area h5 {
    margin-top: 85%;
  }
}

.page-template-weblink-narrow-template-1.page-id-161 table tr td {
  border: 0px !important;
}

.page-template-weblink-narrow-template-1.page-id-161 .wli-form {
  border: 0px;
}

.page-template-weblink-narrow-template-1.page-id-161 .wli-form span {
  display: block;
  margin-top: 15px;
  width: 100% !important;
}

.page-template-weblink-narrow-template-1.page-id-161 .wli-form input {
  padding: 5px 10px 5px 3px;
}

.page-template-weblink-narrow-template-1.page-id-161 .wli-form select {
  float: none !important;
}

.GeneralBody #content1_content_EventSubmission1_ddStartHour,
.GeneralBody #content1_content_EventSubmission1_ddStartMinute,
.GeneralBody #content1_content_EventSubmission1_ddStartAMPM,
.GeneralBody #content1_content_EventSubmission1_ddEndHour,
.GeneralBody #content1_content_EventSubmission1_ddEndMinute,
.GeneralBody #content1_content_EventSubmission1_ddEndAMPM {
  float: none !important;
}

#EventSubmission .GeneralBody #content1_content_EventSubmission1_ddStartHour,
#EventSubmission .GeneralBody #content1_content_EventSubmission1_ddStartMinute,
#EventSubmission .GeneralBody #content1_content_EventSubmission1_ddStartAMPM,
#EventSubmission .GeneralBody #content1_content_EventSubmission1_ddEndHour,
#EventSubmission .GeneralBody #content1_content_EventSubmission1_ddEndMinute,
#EventSubmission .GeneralBody #content1_content_EventSubmission1_ddEndAMPM {
  float: none !important;
}

#EventSubmission #content1_content_EventSubmission1_cmdSave,
#EventSubmission #content1_content_EventSubmission1_cmdCancel {
  width: 250px !important;
}

.page-template-weblink-narrow-template-1 .row a#content1_content_PortalLogin1_hypHelp {
  display: block;
}

.page-template-weblink-narrow-template-1 .row table#Table1 {
  border-collapse: separate;
}

.page-template-weblink-narrow-template-1 .row table#Table1 tr td {
  border: 0px;
}

.page-template-weblink-narrow-template-1 .row.content.sidebar aside .sidebar-nav {
  margin-bottom: 30px;
}

.page-template-weblink-narrow-template-1 .row.content.sidebar aside .sidebar-nav .wli-portal-logout ul li {
  text-align: left;
  border-bottom: 1px solid #fff;
}

.page-template-weblink-narrow-template-1 .row.content.sidebar aside .sidebar-nav ul li:first-child a {
  padding-top: 8px;
}

.page-template-weblink-narrow-template-1 .row.content.sidebar aside .sidebar-nav ul li:last-child a {
  padding-bottom: 8px;
  border-bottom: 1px solid #fff;
}

.page-template-weblink-narrow-template-1 .row.content.sidebar aside .sidebar-nav ul:first-child li:first-child a {
  padding-top: 8px;
}

.page-template-weblink-narrow-template-1 .row.content.sidebar aside .sidebar-nav ul:last-child li:last-child a {
  padding-bottom: 8px;
  border-bottom: 0;
}

.page-template-weblink-narrow-template-1 .row.content.sidebar aside .sidebar-nav .wli-portal-nav {
  background-color: transparent;
  border: none;
  margin-bottom: 0;
  padding: 0;
}

.page-template-weblink-narrow-template-1 .row.content.sidebar aside .sidebar-nav .wli-portal-nav ul li {
  float: none;
  width: 100%;
  padding: 0;
}

.page-template-weblink-narrow-template-1 .row.content.sidebar aside .sidebar-nav .wli-portal-nav ul:last-child li:last-child a {
  padding-bottom: 15px;
}

.page-template-weblink-wide-template-1 .row.content .container {
  width: auto;
  padding-right: 0;
}

.page-template-weblink-wide-template-1 .directory_search_left {
  float: none;
}

.gform_wrapper form li,
.gform_wrapper li {
  padding-left: 0;
}

.gform_confirmation_message {
  margin: 20px 0;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */

.slick-loading .slick-list {
  background: #fff url("./../images/ajax-loader.gif") center center no-repeat;
}

/* Icons */

/*@if $slick-font-family == "slick" {
    @font-face {
        font-family: "slick";
        src: slick-font-url("slick.eot");
        src: slick-font-url("slick.eot?#iefix") format("embedded-opentype"), slick-font-url("slick.woff") format("woff"), slick-font-url("slick.ttf") format("truetype"), slick-font-url("slick.svg#slick") format("svg");
        font-weight: normal;
        font-style: normal;
    }
} */

/* Arrows */

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

@media (min-width: 1600px) {
  #testimonials .testimonial-container .test-img {
    width: 25%;
  }

  #testimonials .testimonial-container .testimonial {
    width: 55%;
  }
}

@media (max-width: 1280px) {
  #nav .menu-main-menu-container ul li {
    margin: 0 5px;
  }

  #footer .footer-nav ul li {
    margin-right: 20px;
  }
}

@media (max-width: 1024px) {
  body.show-search {
    margin-top: 65px;
  }

  .divider {
    width: 70px;
  }

  #nav .menu-secondary-menu-container {
    position: relative;
    text-align: center;
    width: 100%;
    top: 0;
    right: initial;
    margin-left: 110%;
    background-color: #2a2a2a;
    padding: 0 0 30px;
  }

  #nav .menu-secondary-menu-container ul li {
    width: 100%;
  }

  #nav .menu-secondary-menu-container ul li a {
    display: block;
    width: 100%;
    padding: 10px 0;
    background-color: transparent;
    font-size: 15px;
  }

  #nav .menu-secondary-menu-container ul li.social-link {
    width: 32%;
    margin-right: 0;
    text-align: center;
  }

  #nav .menu-secondary-menu-container ul li.social-link a {
    width: 100%;
    background-size: 25px;
    background-position: center;
    top: 0;
  }

  #nav .menu-main-menu-container {
    position: relative;
    text-align: center;
    width: 100%;
    top: 0;
    right: initial;
    margin-left: 110%;
  }

  #nav .menu-main-menu-container ul li {
    width: 100%;
    margin-left: 0;
  }

  #nav .menu-main-menu-container ul li a {
    display: block;
    width: 100%;
    padding: 10px 0;
    background-color: #2a2a2a;
    font-size: 24px;
  }

  #nav .menu-main-menu-container ul li .sub-menu {
    width: 100%;
    position: relative;
    padding: 0;
  }

  #nav .menu-main-menu-container ul li .sub-menu li a {
    padding: 10px 0;
  }

  #nav .menu-main-menu-container ul li .sub-menu li .sub-menu {
    left: 0;
  }

  #nav .menu-main-menu-container ul .menu-item-has-children:after {
    content: '';
    display: block;
    position: absolute;
    top: 15px;
    right: 20px;
    left: initial;
    background-color: transparent;
    height: 7px;
    width: 7px;
    border-bottom: 3px solid rgba(255, 255, 255, 0.3);
    border-right: 3px solid rgba(255, 255, 255, 0.3);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #nav #hamburg {
    display: block;
  }

  #search-bar {
    top: 0;
  }

  #search-bar #search-close {
    right: 5%;
  }

  .show-search #nav,
  .show-search #nav.hero {
    margin-top: 65px;
  }

  #hero {
    padding-top: 22vh;
  }

  #hero h1 {
    padding: 0 20px;
    line-height: 1;
  }

  #hero .subhead {
    font-size: 22px;
    width: 80%;
  }

  .home #heros {
    min-height: 500px;
  }

  

  .home #heros .slick-slide div {
    text-align: left;
    height: 65vh;
    padding-top: 25vh;
    min-height: 500px;
  }

  .home #heros .slick-slide div h1 {
    font-size: 40px;
    width: 86%;
    padding: 0 7%;
  }

  .home #heros .slick-slide div h2 {
    font-size: 40px;
    width: 86%;
    padding: 0 7%;
  }

  .home #heros .slick-slide div .divider {
    margin: 10px 7% 20px;
  }

  .home #heros .slick-slide div .subhead {
    font-size: 20px;
    width: 86%;
    padding: 0 7%;
  }

  .home #heros .slick-slide div .cta {
    margin-left: 7%;
  }

  .row.icons {
    padding: 20px 7%;
  }

  .row.icons .third {
    padding: 20px 4%;
    width: 50%;
  }

  .areas-of-interest .area {
    width: 45%;
  }

  .areas-of-interest .area:first-child h3 {
    font-size: 20px;
  }

  .row.more-posts .section-title .the-title {
    margin-left: 0;
  }

  #testimonials .testimonial-container .testimonial .test-txt {
    font-size: 26px;
  }

  #footer {
    padding: 40px 7%;
  }

  #footer .footer-nav {
    display: none;
  }
}

@media (max-width: 1023px) {
  .latest-news .featured-images {
    display: none;
  }

  .latest-news .latest-news-sidebar {
    width: 100%;
    height: auto;
  }

  .latest-news .latest-news-sidebar .news-link.active {
    background-color: #fff;
  }
}

@media (max-width: 844px) {
  .board-members #exec-committee {
    display: block;
  }

  .board-members #exec-committee .exec-member {
    display: inline-block;
    width: 100%;
  }

  .board-members #exec-committee .exec-member .exec-member-photo {
    height: auto;
    width: 100%;
    max-height: none;
  }

  .board-members #exec-committee .exec-member .exec-member-info {
    position: relative;
    height: auto;
    padding: 15px 5% 30px;
    width: 90%;
    color: #000;
    opacity: 1;
    display: block;
    background: none;
  }

  .board-members.staff #exec-committee .exec-member .exec-member-info p a {
    color: #bf093e;
  }
}

@media (max-width: 768px) {
  .row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .row.events .event .event-txt {
    border-right: none;
  }

  .row.posts {
    width: 100%;
    display: block;
  }

  .row.posts .posts-container {
    width: 100%;
    display: block;
  }

  .row.posts .posts-container .post {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    border-bottom: 1px solid #dcdcdc;
    border-right: 0;
  }

  .row.posts .posts-container .post:hover {
    background-color: initial;
  }

  .row.posts .posts-container .post:after {
    display: none;
  }

  .row.posts .most-popular {
    width: 100%;
    padding: 40px 0;
  }

  .row.more-posts .posts-container {
    margin-left: 0;
  }

  .row.mdcceducation .section-title .the-title {
    margin-left: 0;
  }

  #testimonials .testimonial-container .testimonial {
    width: 80%;
  }

  #footer .footer-info {
    width: 100%;
    text-align: center;
  }

  #footer .footer-sponsors {
    width: 100%;
    margin-top: 40px;
    text-align: center;
  }

  #footer .footer-sponsors a {
    width: 100%;
    display: block;
    text-align: center;
  }

  #footer .footer-sponsors .footer-logo {
    max-width: 185px;
    height: auto;
    margin-right: 0;
  }

  #footer .footer-sponsors .footer-logo:hover {
    opacity: 1;
  }

  .page-template-weblink-narrow-template-1 .row {
    display: block;
  }

  .page-template-weblink-narrow-template-1 .row table#Table1 {
    table-layout: fixed;
  }

  .page-template-weblink-narrow-template-1 .row table#Table1 tr td {
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
  }
}


/* BLOG TEMPLATE */

.blog-container {
    display: flex;
    vertical-align:top;
    flex-direction:row
  }
  .blogpost-category-list {
    font-style: italic;
      padding: 5px 0px;
  }
  .blogpost-category-list a {
    color: #d8a00b !important;
    text-decoration:underline;
  }
  .blogpost-category-list a:hover {
    color: #eaaa01;
  }
  .category-name {
    color: #EAAA01;
  }
.blog-template-left {
  width: 70vw;
  display: inline-block;
  padding-right: 20px;
}
.blog-template-right {
  width: 20vw;
  display: inline-block;
  padding-left: 20px;
  border-left: 1px solid #eaeaea;
}
.blog-category-list ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.blog-category-list ul li {
  list-style: none;
  padding: 5px 0px;
  border-bottom: 1px solid #eaeaea;
}
.blog-category-list ul li.current-cat a{
  color: #eaaa01 !important;
}
.blog-category-list ul li:before {
  display: none;
}
.post-item {
  display: flex;
  align-items:center;
  padding: 10px 0px;
  border-bottom: 1px solid #eaeaea;
}
.post-item-left {
  display: inline-block;
  padding-right: 20px;
}
.post-item-right {
  display: inline-block;
}
.blog-title{
  padding-top: 25px;
  text-align:center;
  padding-bottom: 20px;
}
.blog-title h3 {
  color: #d8a00b;
  font-size: 1.5em;
  font-style:italic;
}
.blog-dropdown-categories {
  display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        height: calc(2.25rem + 2px);
}

@media (max-width: 768px) {

  .blog-container {
    display: inline-block;
    position:relative;
  }

  .blog-template-left {
    width: 100%;
      padding-top: 100px;
  }
  .blog-template-right {
      width: 100%;
      top: 0;
      position: absolute;
      padding: 10px 0px 25px 0px;
      text-align: center;
  }

}


/* == WordPress WYSIWYG Editor Styles == */

.entry-content img {
  margin: 0 0 1.5em 0;
  }
.alignleft, img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
  }
.alignright, img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
  }
.aligncenter, img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
  }
.alignnone, img.alignnone {
  /* not sure about this one */
  }
.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
  }
.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
  }
.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
  }
.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
  }
blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
  }
blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
  }
  #menu-item-14843 a{
  background: #ebaa00;
    padding: 5px 20px 5px 20px;
    color: #bb2739 !important;
    font-weight: bold;
    font-size: 1em;
}


/* END BLOG TEMPLATE */
/* -------------------------------------------- */

@media (max-width: 767px) {
  .modal .modal-window .window-txt {
    width: 100% !important;
  }

  .modal .modal-window .window-txt img {
    width: 100% !important;
  }

  .modal .modal-window {
    margin-top: 5vh;
    width: 80%;
    padding: 25px 5%;
  }

  .home #heros .slick-prev {
    display: none;
  }

  .row.icons {
    width: 100%;
    padding: 20px 0;
    display: block;
  }

  .row.icons .third {
    width: 92%;
  }

  .row.events {
    display: block;
  }

  .row.events .event {
    margin: 0 auto;
    width: 100%;
  }

  .row.events .event:hover {
    background-color: initial;
  }

  .chamber-events {
    padding: 0 0 40px;
    width: 100%;
  }

  .row.content .container a.open {
    position: relative;
    display: block;
    margin-top: 10px;
  }

  .row.content {
    padding: 30px 5%;
  }

  .row.content .container {
    width: 100%;
    padding: 0;
  }

  .row.content aside {
    width: 100%;
    padding: 30px 0;
    max-width: initial;
  }

  .row.content.left-sidebar {
    padding: 30px 5%;
    display: block;
    width: 90%;
  }

  .row.content.left-sidebar aside {
    width: 100%;
    padding: 30px 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .row.content.left-sidebar .container {
    width: 100%;
    padding: 0;
  }

  .row.content.right-sidebar {
    padding: 30px 5%;
    display: block;
  }

  .row.content.right-sidebar .container {
    width: 100%;
    padding: 0;
  }

  .row.content.right-sidebar aside {
    width: 100%;
    padding: 30px 0;
  }

  .leading-members .container .slick-prev {
    display: none;
  }

  .board-titles {
    display: block;
  }

  .board-titles .board-title {
    width: 90%;
    margin: 0 auto 15px;
    text-align: center;
  }

  .board-titles .board-title a.selected,
  .board-titles .board-title a:hover {
    margin-bottom: 0;
  }

  .board-titles .board-title:nth-child(2) {
    margin-left: auto;
  }

  .resource-links .resource-category {
    width: 50%;
  }

  .board-members #board-directors,
  .board-members #ex-officio {
    display: block;
  }

  .board-members #board-directors .col,
  .board-members #ex-officio .col {
    width: 90%;
    margin: 0 5%;
    padding: 0;
  }

  .board-members #board-directors .col:nth-child(2),
  .board-members #ex-officio .col:nth-child(2) {
    margin-left: 5%;
  }

  .board-members #ex-officio .col {
    width: 90%;
    margin: 0 5%;
    padding-bottom: 30px;
  }

  .board-members #ex-officio .col:nth-child(2) {
    margin-left: 5%;
  }

  .advocacy-alert {
    padding-bottom: 20px;
    border-bottom: 1px solid #e1e0e0;
  }

  .advocacy-alert .alert-title {
    width: auto;
    padding: 5px 40px 5px 5%;
  }

  .advocacy-alert .alert-description {
    margin-left: 5%;
    padding-top: 20px;
  }

  .row.community-events .comm-event-ads {
    margin: 0 auto;
  }

  .row.events-single {
    display: inline-block;
  }

  .row.events-single .event-details {
    width: 100%;
    margin: 0;
  }

  .news-img.slideshow .slick-prev {
    display: none;
  }

  .posts-sidebar {
    width: 90%;
    padding: 30px 5% 0;
  }

  .row.mdcceducation .mdcc-posts {
    width: 100%;
    margin: 0;
  }

  .row.mdcceducation .mdcc-posts-sidebar {
    width: 90%;
    padding: 30px 5%;
  }

  .news-posts .news-post {
    width: 90%;
    margin: 0 5%;
  }

  .news-posts .news-post h2 {
    font-size: 28px;
  }

  #testimonials {
    display: block;
    width: 100%;
    height: auto;
  }

  #testimonials .testimonial-container {
    display: block;
    width: 100%;
  }

  #testimonials .testimonial-container .test-img {
    display: none;
  }

  #testimonials .testimonial-container .testimonial .test-txt {
    font-size: 22px;
  }

  #testimonials .testimonial-container .testimonial:after {
    top: 45px;
    left: 4%;
  }

  #testimonials .testimonial-container .testimonial.full {
    height: auto;
  }

  #testimonials .slick-prev {
    display: none;
  }

  .bottom_banner h1 {
    font-size: 30px;
  }

  .bottom_banner p {
    font-size: 22px;
    width: 90%;
  }

  #footer .row {
    display: block;
  }
}


@media (max-width: 420px) {
  .page-child #hero {
    height: 300px;
  }

  .chamber-events .events-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: block;
  }

  .chamber-events .events-container .event {
    display: block;
  }

  .row.content img.mobile-full {
    width: 100%;
    height: auto;
  }

  .resource-links .resource-category {
    width: 100%;
  }

  .board-members #exec-committee .exec-member {
    width: 100%;
  }

  .advocacy-alert {
    display: block;
  }

  .areas-of-interest {
    display: block;
  }

  .areas-of-interest .area {
    width: 100%;
    margin-right: 0;
  }

  .areas-of-interest .area:first-child {
    text-align: center;
    width: 100%;
    padding: 0% 5%;
    height: auto !important;
  }

  .areas-of-interest .area .area-icon {
    width: 46%;
    height: 46%;
  }

  .areas-of-interest .area h5 {
    font-size: 20px;
  }

  .row.callout .callout-title {
    width: 90%;
    padding: 30px 5%;
    text-align: center;
  }

  .callout.join .callout-slideshow {
    width: 100%;
  }

  .row.community-events {
    display: block;
  }

  .row.community-events .event-list {
    width: 90%;
    padding: 30px 5%;
  }

  .row.community-events .event-list .comm-event {
    width: 82%;
    padding: 0 0 0 18%;
    display: block;
  }

  .row.community-events .event-list .cta {
    margin: 0 0 0 18%;
  }

  .row.events-single .container {
    width: 100%;
  }

  .row.events-single .container .event-content {
    width: 100%;
    margin: 0;
  }

  .row.events-single .container aside {
    width: 100%;
  }

  .page-id-70 table {
    table-layout: fixed;
  }

  .page-id-70 table thead {
    display: none;
  }

  .page-id-70 table tr {
    display: block;
    width: 100%;
    margin-bottom: 25px;
  }

  .page-id-70 table tr td {
    overflow: hidden;
    display: block;
    width: 100%;
    text-overflow: ellipsis;
    background: white;
  }
}

@media (max-width: 419px) {
  #nav .brand {
    width: 210px;
    margin-left: 15px;
  }

  .home #heros .slick-slide div h1 {
    font-size: 30px;
  }

  .home #heros .slick-slide div .subhead {
    font-size: 18px;
  }
}

@media (max-width: 1258px) and (min-width: 1024px) {
  .areas-of-interest .area h5 {
    font-size: 13px;
  }
}