/*

 scheme color: #efd422

 * */

h1, h2, h3, h4, h5 {
    font-weight: normal
}

h4 {
    font-size: 1.2em !important
}

.the-color {
    color: #efd422
}

#s5_body_padding {
    font-size: 15px;
}

#s5_pos_custom_5, #s5_pos_custom_5 h1, #s5_pos_custom_5 h2, #s5_pos_custom_5 h3 {
    color: #fff;
}

#s5_menu_wrap {
    background: #FFFFFF !important;
}

#s5_top_bar {
    background: #fff !important;
    background-image: none !important;
    color: #111;
    box-shadow: none !important;
    padding: 0px
}

#s5_top_bar a {
    color: #111 !important
}

#s5_menu_wrap, #s5_menu_inner, #s5_menu_wrap2 {
    background: #fff !important;
}

ul#s5_nav > li a {
    color: #000 !important;
}
ul#s5_nav > li, ul#s5_nav > li.active, ul#s5_nav > li:hover {
    background: #fff !important;
    border: 0px !important;
}

ul#s5_nav > li:hover a {

    color: #fff !important;
}

ul#s5_nav > li.active a {
    color: #efd422 !important;
}

.slideInfoZone h2 {
    color: #efd422 !important;
    background: #efd422 !important;
    color: #000 !important;
    color: #efd422 !important;
    background: #efd422 !important;
    color: #000 !important;
    width: 50% !important;
    margin: 0p auto !important;
}

a.readon.bigreadon {
    margin: 0px;
    background: #efd422 !important;
    text-align: center;
    border-radius: 5px;
    color: #000 !important
}

.page-header h2 {
    font-weight: normal;
    text-transform: uppercase
}

#s5_center_area2 ul li {
    list-style: initial
}

.slideInfoZone.slideInfoZone_load p span {
    font-size: 2.9em !important;
    display: block;
    margin: 10px 0px !important;
    line-height: 2.9em !important;
    font-weight: bolder
}

.slideInfoZone.slideInfoZone_load h2 {
    font-size: 2.7em !important;
}


#s5_pos_custom_10 {
  background: #565656;
  padding: 50px 0px 20px 0px;
  color: #fff
}

#s5_pos_custom_10 h3{
  color: #fff
}

h3.s5_mod_h3 {
  text-align: center
}

@media (max-width: 767px) {
    
    table.responsive td {
        width:100% !important;
        display:block !important;
    }

    .slideInfoZone.slideInfoZone_load h2 {
        font-size: 1.5em !important;
        width: 100% !important;
        opacity: 0.6
    }

    .slideInfoZone.slideInfoZone_load p span {
        font-size: 1.9em !important;
        display: block;
        margin: 10px 0px !important;
        line-height: 1.9em !important;
        font-weight: bolder
    }
}

#s5_top_row2_area2 {
    color: #fff
}

#s5_top_row2_area2 h4 {
    color: #fff
}

#s5_top_row2_area2 h4 span {
    color: #efd422
}

table.responsive td {
    vertical-align: top;
}

@media (max-width: 767px) {
    table.responsive td {
        width: 100% !important;
    }
}

ul.menu-inner {

    padding: 10px
}

ul.menu-inner li a {
    padding: 0px !important;
    margin: 0px !important;
}

ul.menu-inner li {

    border-bottom: 1px solid #999;
    padding: 10px 0px !important;;
    margin: 0px !important;
    text-align: center
}

ul.menu-inner li:first-child {
    border-top: 1px solid #999;
}

#s5_bottom_row3_inner {
    background: transparent !important;
    padding: 0px !important;
    margin: 0px !important

}

#s5_bottom_row3_inner, #s5_bottom_row3_inner a {
    color: #f1f1f1
}


ul#s5_nav > li:hover  a {
  color: #fff !important;
}

ul#s5_nav > li:hover {
  background: #474747 !important;
}

.blog-items {
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 1em;
  margin-left: -.5em;
  margin-right: -.5em;
  padding: 0;
  display: flex;
}

@media (width >= 992px) {
  .blog-items.columns-2 > div {
    width: 50%;
  }

  .blog-items.columns-3 > div {
    width: 33.3333%;
  }

  .blog-items.columns-4 > div {
    width: 25%;
  }
}

.blog-item {
  flex-direction: column;
  padding: 0 .5em 1em;
  display: flex;
  overflow: hidden;
}

.boxed .blog-item {
  box-shadow: 0 0 2px #3339421a, 0 2px 5px #33394214, 0 5px 15px #33394214, inset 0 3px 0 var(--cassiopeia-color-primary);
  background-color: #fff;
}

.boxed .blog-item .item-content {
  padding: 25px;
}

.blog-item .item-image {
  margin-top: 3px;
  margin-bottom: 15px;
  overflow: hidden;
}

.boxed .blog-item .item-image {
  margin-bottom: 0;
}

@media (width >= 992px) {
  .image-right .blog-item .item-image {
    order: 1;
  }
}

.image-bottom .blog-item .item-image {
  order: 1;
  margin-top: -15px;
}

.image-left .blog-item .item-content {
  padding-left: 25px;
}

.image-right .blog-item .item-content {
  padding-right: 25px;
}

.image-left .blog-item, .image-right .blog-item {
  flex-direction: column;
}

@media (width >= 992px) {
  .image-left .blog-item, .image-right .blog-item {
    flex-direction: row;
  }

  .image-left .blog-item .item-image, .image-right .blog-item .item-image {
    flex: 1 0 40%;
  }

  .image-left .blog-item .item-content, .image-right .blog-item .item-content {
    flex: 1 0 60%;
  }
}

.article-info dd {
  padding: 0;
}

@supports (display: grid) {
  .blog-items {
    grid-gap: 1em;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    margin: 0 0 1em;
    display: grid;
  }

  .blog-items .blog-item {
    padding: 0;
  }

  .blog-items[class^="columns-"] > div, .blog-items[class*=" columns-"] > div {
    flex: 0 auto;
    width: auto;
    max-width: none;
  }

  @media (width >= 992px) {
    .blog-items.columns-2 {
      grid-template-columns: 1fr 1fr;
    }

    .blog-items.columns-3 {
      grid-template-columns: 1fr 1fr 1fr;
    }

    .blog-items.columns-4 {
      grid-template-columns: 1fr 1fr 1fr 1fr;
    }
  }
}

.blog-items[class^="masonry-"], .blog-items[class*=" masonry-"] {
  column-gap: 1em;
  display: block;
}

.blog-items[class^="masonry-"] .blog-item, .blog-items[class*=" masonry-"] .blog-item {
  page-break-inside: avoid;
  break-inside: avoid;
  margin-bottom: 1em;
  display: inline-flex;
}

@media (width >= 992px) {
  .blog-items.masonry-2 {
    column-count: 2;
  }

  .blog-items.masonry-3 {
    column-count: 3;
  }

  .blog-items.masonry-4 {
    column-count: 4;
  }
}

.image-alternate .blog-item:nth-of-type(odd) .item-image {
  order: 0;
}

.image-alternate.image-left .blog-item:nth-of-type(odd) .item-image {
  order: 1;
  margin-left: 25px;
  margin-right: 0;
}

.image-alternate.image-top .blog-item:nth-of-type(odd) .item-image {
  order: 1;
}

.breadcrumb {
  background-color: #00000008;
  margin-bottom: 0;
}

.no-card .newsflash-horiz li {
  border: 1px solid #dfe3e7;
  border-radius: 0 0 .25rem .25rem;
  padding: 0 1rem 1rem;
  box-shadow: 1px 1px 4px #0000001a;
}

.no-card .newsflash-horiz li figure {
  margin: 0 -1rem 1rem;
}

ul.pagination li {
	display: inline
}

.mod-breadcrumbs li {
  padding-right: 10px
}


input::placeholder, select::placeholder, textarea::placeholder {
  color: #333 !important;
  opacity: 0.7 !important;
}



.mod-menu.mod-list.nav li a:link {
    color: inherit
}



 #searchForm .form-check-inline {
  display: inline-block !important;
   padding-right: 10px
}

#searchForm .form-group .input-group, #searchForm .form-group .form-control, #searchForm .form-group .input-group .input-group-append {
  display: inline-block !important;
  height: 26px;
  
}

#searchForm .form-group .input-group .input-group-append {
  margin:0px !important;
  float: right;
}

#searchForm .form-group .input-group .input-group-append .fa {
  display: none;
}
		  

#s5_responsive_mobile_drop_down_wrap {
  display: block !important;
  position: absolute !important;
  z-index: 9999;
  top: 70px;
  left: 0px;
  width: 100% !important;
  right: 0px !important;
}

div.contact-text {
  padding-bottom: 30px !important;  
}





#s5_responsive_mobile_top_bar_wrap {
	left: -15px !important;
	top: -20px !important;
		
}

#s5_responsive_mobile_toggle_click_menu {
    height: 60px;     
}
		  
#s5_responsive_mobile_toggle_click_menu span {
    margin-top: 3px;
}



#s5_responsive_mobile_top_bar.s5_responsive_mobile_bar_light #s5_responsive_mobile_toggle_click_menu span {
    background: url(../images/vertex/responsive/menu_light.png) center center no-repeat !important;
}






/* fix for chronoform */

.small-form {
	max-width: 700px;
	margin: 0px auto;
}



#sendbutton {
  width:100%;
  min-height:40px;
}


.selection.ui .item {
    margin: 0px !important;
}

.menu.nui .item {
  margin: 5px 0px !important;
}

