header.scrolled .header_top {
  background-color: #0c5ea5 !important;
}
@media (min-width: 1001px) {
  header.fixed.scrolled .header_bottom {
    border-bottom: 3px solid #f8be31;
  }
}
@media (min-width: 1001px) {
  header.scrolled:not(.header_style_on_scroll) .q_logo > a {
    height: 57px !important;
  }
}
@media (max-width: 1000px) {
  .header_top {
    line-height: 1;
  }
  .header_top .inner {
    display: block;
    margin: 0;
  }
  .header_top .right .inner > div {
    float: none;
  }
}
.cah_login_social {
  display: flex;
  align-items: center;
  padding-top: 3px;
}
.cah_login_social.cah_logged {
  padding-top: 0;
}
.cah_login_social #cah_loginform {
  display: flex;
  align-items: center;
}
.cah_login_social #cah_loginform p {
  margin: 0;
  padding: 0 0 0 6px;
  position: relative;
}
.cah_login_social #cah_loginform label {
  display: none;
}
.cah_login_social #cah_loginform .login-msg {
  line-height: 1;
  margin-right: 7px;
  color: #fff;
}
.cah_login_social #cah_loginform .input {
  border: 1px solid transparent;
  padding: 5px;
  display: block;
  box-sizing: border-box;
}
.cah_login_social #cah_loginform .input.e_error {
  background-color: #ffc4c5;
  border-color: #D0171B;
}
.cah_login_social #cah_loginform .button {
  display: block;
  border: 0 none;
  background-color: #f8be31;
  color: #000;
  padding: 5px 10px;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  height: 25px;
  line-height: 1.4;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.cah_login_social #cah_loginform .button:hover {
  background-color: #f7b618;
}
.cah_login_social #cah_loginform .e_msg {
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #BF191C;
  color: #fff;
  padding: 4px;
  width: 100%;
}
.cah_login_social .cah_social {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.cah_login_social .cah_social li {
  margin-left: 6px;
}
.cah_login_social .cah_social a {
  display: block;
  line-height: 1;
  color: #fff;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.cah_login_social .cah_social a:hover,
.cah_login_social .cah_social a:focus,
.cah_login_social .cah_social a:active {
  color: #f7bd31;
}
.cah_login_social .cah_logout_link {
  display: flex;
  align-items: center;
  margin-right: 5px;
  text-transform: uppercase;
}
@media (max-width: 1000px) {
  .cah_login_social {
    padding: 10px 0;
    display: block;
  }
  .cah_login_social #cah_loginform {
    justify-content: center;
    margin-bottom: 5px;
  }
  .cah_login_social #cah_loginform .login-msg {
    display: none;
  }
  .cah_login_social #cah_loginform .input {
    width: 100%;
  }
  .cah_login_social .cah_social {
    justify-content: center;
  }
  .cah_login_social .cah_social li {
    margin: 0 6px;
  }
  .cah_login_social .cah_logout_link {
    width: 100%;
    margin: 10px 0;
    display: block;
    text-align: center;
  }
}
@media (max-width: 1000px) {
  .header-widget.widget_nav_menu {
    padding: 0;
  }
  .header-widget.widget_nav_menu ul.menu > li {
    float: none;
    display: block;
    margin-top: 12px;
  }
  .header-widget.widget_nav_menu ul.menu > li a {
    padding: 0 10px 0;
  }
}
.header_bottom {
  z-index: 115;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
}
header:not(.sticky):not(.scrolled) .header_bottom,
header.fixed_top_header .bottom_header {
  border-width: 3px;
}
@media (min-width: 1001px) {
  .q_logo img {
    width: auto !important;
    height: auto !important;
    top: -54px;
  }
  header.scrolled:not(.header_style_on_scroll) .q_logo img.normal {
    width: auto !important;
    height: 130% !important;
    top: -55%;
  }
}
.side_menu_button > a.search_button {
  display: inline;
  color: #0c5ea5;
}
.side_menu_button > a.search_button:hover,
.side_menu_button > a.search_button:focus,
.side_menu_button > a.search_button:active {
  color: #f7be31;
}
@media (max-width: 1399px) {
  nav.main_menu > ul > li > a {
    font-size: 18px;
    padding: 0 12px;
  }
}
@media (max-width: 1200px) {
  nav.main_menu > ul > li > a {
    font-size: 14px;
    padding: 0 7px;
  }
}
@media (min-width: 1001px) {
  .footer_bottom .menu li {
    margin-right: 0;
    padding: 0 10px;
    border-right: 1px solid #000;
  }
  .footer_bottom .menu li:last-child {
    border-right: 0 none;
  }
  .footer_bottom .menu a {
    color: #0c5ea6;
  }
  .footer_bottom .menu a:hover,
  .footer_bottom .menu a:focus,
  .footer_bottom .menu a:active {
    color: #f7be31;
  }
}
.cah-hero {
  padding: 10% 0;
}
.cah-hero h1 {
  line-height: 1;
}
.cah-posts .e_item {
  margin-bottom: 30px;
}
.cah-posts .e_image {
  margin: 0 0 20px;
}
.cah-posts .e_image img {
  display: block;
  width: 100%;
  height: auto;
}
.cah-posts h2 {
  font-size: 1.733em;
  text-transform: none;
}
.cah-posts h2 > a {
  font-size: inherit;
}
.cah-posts .e_date {
  margin: 0;
}
.cah-posts .e_link {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.200em;
  font-weight: 600;
  text-transform: uppercase;
}
.cah-posts.o-light h2,
.cah-posts.o-light a,
.cah-posts.o-light p {
  color: #fff;
}
.cah-posts.o-light a:hover,
.cah-posts.o-light a:focus,
.cah-posts.o-light a:active {
  color: #f7be31;
}
@media (min-width: 1001px) {
  .cah-posts {
    overflow: hidden;
  }
  .cah-posts .e_item {
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .cah-posts .e_item:nth-child(3n) {
    margin-right: 0;
  }
  .cah-posts .e_item:nth-child(3n) + .post-item {
    clear: left;
  }
}
.cah-featured-post .e_head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom: 2px solid #0c5ea6;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.cah-featured-post .e_head h2 {
  color: #0c5ea6;
  font-size: 2.25em;
}
.cah-featured-post .e_head a {
  font-size: 1.333em;
  font-weight: 700;
  text-transform: uppercase;
}
.cah-featured-post .e_head a:hover,
.cah-featured-post .e_head a:focus,
.cah-featured-post .e_head a:active {
  color: #f8be31;
}
.cah-featured-post .e_item h2 {
  font-size: 1.733em;
  text-transform: none;
  padding-right: 90px;
}
.cah-featured-post .e_item p {
  font-size: 1.333em;
  font-weight: 300;
  margin-bottom: 5%;
}
.cah-featured-post .e_item .e_link {
  margin: 0;
  font-weight: 700;
}
.cah-featured-post .e_image {
  display: block;
  position: relative;
  margin-bottom: 20px;
}
.cah-featured-post .e_image img {
  display: block;
  width: 100%;
  height: auto;
}
.cah-featured-post .e_date {
  background-color: #0c5ea6;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  text-align: center;
  margin: 0;
  position: absolute;
  right: 0;
  bottom: -40px;
  min-width: 85px;
}
.cah-featured-post .e_date .e_month {
  display: block;
  font-size: 19px;
  background-color: #137fdd;
  padding: 2px;
}
.cah-featured-post .e_date .e_num {
  display: block;
  font-size: 37px;
  padding: 10px 0 0;
}
.cah-featured-post .e_date .e_day {
  display: block;
  font-size: 17px;
  padding: 5px 0;
}
@media (max-width: 768px) {
  .cah-featured-post .e_head {
    display: block;
    text-align: center;
  }
  .cah-featured-post .e_head h2 {
    margin-bottom: 10px;
  }
  .cah-featured-post .e_item {
    text-align: center;
  }
  .cah-featured-post .e_item h2 {
    padding-right: 0;
  }
  .cah-featured-post .e_item p {
    font-size: 1em;
  }
  .cah-featured-post .e_date {
    bottom: 0;
  }
}
.cah-events .e_item {
  background-color: #fff;
  padding: 10px;
  display: flex;
  margin-bottom: 10px;
}
.cah-events .e_item:last-child {
  margin-bottom: 0;
}
.cah-events .e_image img {
  display: block;
}
.cah-events .e_content {
  flex: 1;
  padding-left: 10px;
  box-sizing: border-box;
}
.cah-events .e_title {
  font-family: 'Playfair Display', sans-serif;
  font-size: 1.600em;
  margin: 0;
}
.cah-events .e_title a {
  color: #121212;
}
.cah-events .e_title a:hover,
.cah-events .e_title a:focus,
.cah-events .e_title a:active {
  color: #f8be31;
}
.cah-events .e_row {
  display: flex;
  align-items: center;
  line-height: 1.25;
  margin: 5px 0;
}
.cah-events .e_row > p {
  border-left: 1px solid #1a1a1a;
  padding-left: 10px;
  margin-left: 10px;
}
.cah-events .e_row > p:first-child {
  border-left: 0 none;
  padding-left: 0;
  margin-left: 0;
}
@media (max-width: 1024px) {
  .cah-events .e_row {
    display: block;
  }
  .cah-events .e_row > p {
    border: 0 none;
    padding-left: 0;
    margin-left: 0;
  }
}
.cah-events .e_timespan-short {
  margin: 0;
  font-size: 14px;
}
@media (max-width: 1024px) {
  .cah-events .e_timespan-short {
    margin-bottom: 5px;
  }
}
.cah-events .e_venue {
  margin: 0;
  font-size: 14px;
}
@media (max-width: 1024px) {
  .cah-events .e_venue {
    margin-bottom: 5px;
  }
}
.cah-events .e_excerpt {
  margin: 5px 0;
  font-size: 14px;
  line-height: 1.25;
}
.cah-events .e_tags {
  margin: 0;
  font-size: 12px;
}
@media (max-width: 425px) {
  .cah-events .e_item {
    display: block;
  }
  .cah-events .e_image {
    margin-bottom: 10px;
    display: block;
  }
  .cah-events .e_image img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 768px) {
  .qbutton {
    font-size: 15px;
    line-height: 40px;
    height: 40px;
  }
}
body .footer_top .gform_wrapper {
  margin: 0;
}
body .footer_top .gform_wrapper h3.gform_title {
  color: #fff;
  font-size: 4.000em;
  font-weight: 300;
  margin: 0;
}
@media (max-width: 768px) {
  body .footer_top .gform_wrapper h3.gform_title {
    font-size: 2.5em;
  }
}
@media (min-width: 641px) {
  body .footer_top .gform_wrapper form {
    display: flex;
    flex-wrap: wrap;
  }
}
body .footer_top .gform_wrapper .gform_body {
  width: auto;
  flex: 1 1 85%;
}
body .footer_top .gform_wrapper .gform_footer {
  width: auto;
  margin: 0;
  padding: 0;
  flex: 1 1 5%;
}
body .footer_top .gform_wrapper .top_label div.ginput_container {
  margin-top: 0;
}
body .footer_top .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  margin-top: 0;
}
body .footer_top .gform_wrapper .gform_footer input.button,
body .footer_top .gform_wrapper .gform_footer input[type=submit],
body .footer_top .gform_wrapper .gform_page_footer input.button,
body .footer_top .gform_wrapper .gform_page_footer input[type=submit] {
  padding: 13px 20px 14px;
  height: auto;
  border: 0 none;
  background-color: #f8be31;
  border-radius: 0;
  font-size: 2em;
  color: #fff;
  text-align: center;
  line-height: 1;
}
@media (max-width: 640px) {
  body .footer_top .gform_wrapper .gform_footer input.button,
  body .footer_top .gform_wrapper .gform_footer input[type=submit],
  body .footer_top .gform_wrapper .gform_page_footer input.button,
  body .footer_top .gform_wrapper .gform_page_footer input[type=submit] {
    padding: 10px;
  }
}
body .gform_wrapper.gf-hide-labels_wrapper .top_label .gfield_label {
  display: none;
}
body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 20px;
}
.vc-font-white {
  color: #fff;
}
.vc-font-white h1,
.vc-font-white h2,
.vc-font-white h3,
.vc-font-white h4,
.vc-font-white h5,
.vc-font-white h6,
.vc-font-white p {
  color: #fff;
}
.cah-box-shadow {
  -webkit-box-shadow: inset 0 0 30px 0 rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 30px 0 rgba(0, 0, 0, 0.5);
}
.cah-bg-right-center {
  background-position: right center !important;
}
.cah-bg-right-center .vc_column-inner {
  background-position: right center !important;
}
.page-template-blog-large-image-with-dividers .post_info {
  display: none !important;
}
.page-template-blog-large-image-with-dividers .blog_large_image_with_dividers .post {
  margin-bottom: 30px !important;
}
@media (min-width: 769px) {
  .page-template-blog-large-image-with-dividers .blog_large_image_with_dividers {
    display: flex;
    flex-wrap: wrap;
  }
  .page-template-blog-large-image-with-dividers .blog_large_image_with_dividers .post {
    width: calc(33% - 30px);
    margin: 0px 15px;
    margin-bottom: 30px !important;
  }
  .page-template-blog-large-image-with-dividers .blog_large_image_with_dividers .post .post_image {
    max-width: none !important;
    position: static !important;
    width: intrinsic !important;
    margin-bottom: 20px !important;
  }
}
header .q_logo img.normal{ height:auto!important; }