.site-header .container {
  /* height: 89px; */
}

#masthead .header-addon{
  background-color: #DDDDDD;
  border-top: 2px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}

.header-addon-wrapper{
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 10px;
}

.header-addon .search{
  float:left;
  max-width: 50%;
  width:290px;
}

.header-addon .emails{
  float:right;
  max-width: 50%;
}

header#masthead {
    height: auto;
}

.site-header .container:after {
    content: '';
    display: block;
    clear: both;
}

#masthead .header-addon:before,#masthead .header-addon:after {
    content: '';
    display: block;
    clear: both;
}

.email-form {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 768px) {
.header-addon .search, .header-addon .emails {
    max-width: 100%;
    float: none;
    margin: 6px auto;
}

div.form-button {margin: 0;text-align: left;width: auto;}

}

header#masthead.change .header-addon {
  opacity: 0;
}

.owl-carousel.owl-theme.owl-center.owl-loaded{
  padding-top:30px !important;
}
span.state-updated-on {
  color: #237695;
  font-family: Arial,sans-serif;
  font-size: 11pt;
}

.column-icon-wrapper {
  float: left;
  width: 20%;
  /* height: 150px; */
  position: absolute;
  top: 0px;
  left: 10px;
  margin: auto;
}

.column-content-wrapper {
  margin-left: 28%;
  text-align: left;
  width: 75%;
}

.column-subheader {
  color: black;
  margin-right: 9%;
  margin-left: 5%;
}

.column-header {
  margin-top: 0px !important; 
  margin-left: 2%;
	}
.column-header h1 {
  text-align: left !important;
  margin: 0;
  padding-top: 10px !important;
  padding-bottom: 0px !important;
  font-weight: 200;
}


@media screen and (max-width: 1200px) {
  .column-subheader p{
    font-size: 14px;
  }
}

@media screen and (max-width: 980px) {
  .column-subheader p{
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) {
  .column-subheader p{
    font-size: 12px;
  }
}



/* Page */
@media screen and (max-width: 980px) {
  #page {
 
  }
}

/* Hero Header */
@media screen and (max-width: 980px) {
  div#postTitle {
    right: calc(50% - 530px);
    bottom: 0px;
  }
  div#postTitlewrap h1 {
    font-size: 45px !important;
  }
  .page-id-14 div#imageTitle {
    min-height: 371px;
  }
  .page-id-14 #hero-header {
    height: 100%;
    padding-top: 0px;
  }
  .page-id-14 #hero-header img {
    position: absolute;
    top: 89px;
    left: 0;
    right: 0;
    bottom: 0;
  }
  div#imageTitle {
    height: 100%;
    position: relative;
  }
  #hero-header {
    height: 313px !important;
    padding-top: 88px;
  }
  #hero-header img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: none;
    width: auto;
    height: 100%;
    margin: auto;
  }
  .page-id-14 #hero-header img {
    min-height: 78px;
    margin-top: 0px;
    width: 375px !important;
  }
}
@media screen and (max-width: 768px) {
  div#postTitle {
    right: calc(50% - 330px);
  }
}
@media screen and (max-width: 590px) {
  .page-id-14 #hero-header img {
    width: 298px !important;
    min-height: 58px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 500px) {
  div#postTitlewrap h1 {
    font-size: 35px !important;
    padding-left: 50px;
  }
  div#postTitle {
    right: calc(50% - 230px);
  }
  .page-id-85 #hero-header img {
    left: -280px;
  }
  .slider-header h1 {
    font-size: 24px;
  }
  .slider-subheader h1 {
    font-size: 16px;
  }
  .page-id-14 #hero-header img {
    width: 250px !important;
    min-height: 50px;
    margin-top: 20px;
  }
  .page-id-14 .owl-carousel .owl-nav {
    top: 0px !important;
  }
  .page-id-14 #hero-header .owl-logo img {
    top: 40px !important;
  }
  .column-icon img {
    padding-top: 15px;
	}
}
@media screen and (max-width: 350px) {
  .page-id-14 .slider-header h1 {
    font-size: 24px;
  }
  .page-id-14 .slider-subheader h1 {
    font-size: 16px;
  }
}
@media screen and (max-width: 300px ){
  div#postTitlewrap h1 {
    font-size: 34px !important;
    padding-left: 50px;
  }
  div#postTitle {
    right: -50px;
  }
}

/* Navigation */
.change .main-navigation li {
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;  position: relative;
  top: -13px;
}
.slider-text a {
  z-index: 99999999;
  position: relative;
}
@media screen and (max-width: 1500px) {
  header#masthead .site-branding img {
    height: 60px;
    position: relative;
    top: 5px;
  }
  .main-navigation li a {
    font-size: 14px;
  }
  .main-navigation ul {
    /* position: relative; */
    /* top: -19px; */
  }
}
@media screen and (max-width: 980px){
  .social-media ul li {
    padding-top: 25px;
    transition: all .35s ease-in-out;
  }
  header#masthead.change .social-media {
    opacity: 1;
  }
}

@media screen and (max-width: 500px){
  .social-media ul li {
   display: none;
  }
}

/* Footer */
@media screen and (max-width: 1200px) {
  .footer-info .main-navigation li a {
    font-size: 12px;
  }
  .footer-info ul#footer_navigation {
    top: 0;
  }
}


/* Container */
@media screen and (max-width: 1500px) {
  .container, .grid-container {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1300px) {
  .container, .grid-container {
    max-width: 1150px;
  }
}
@media screen and (max-width: 1200px) {
  .container, .grid-container {
    max-width: 890px;
  }
}
@media screen and (max-width: 980px) {
  .container, .grid-container {
    max-width: 768px;
  }
}
@media screen and (max-width: 768px) {
  .container, .grid-container {
    max-width: 500px;
  }
}
@media screen and (max-width: 500px) {
  .container, .grid-container {
    max-width: 320px;
  }
}
@media screen and (max-width: 300px) {
  .container, .grid-container {
    max-width: 280px;
  }
}


/* Owl Slider */
.owl-carousel .owl-dots {
  top: 60px;
}
.slider-text a {
  text-decoration: none;
}

@media screen and (min-width: 1581px) {
  .slider-image img {
    min-width: 65%;
  }
  .owl-dots.active span {
    background: white !important;
    height: 18px;
    width: 18px;
    font-size: 2vw;
  }
}
@media screen and (max-width: 1580px) {
  .owl-logo img {
    left: -60px;
  }
  .slider-text {
    position: relative;
    left: -60px;
  }
  .slider-header h1 {
    font-size: 36px;
  }
  .slider-subheader h1 {
    font-size: 28px;
  }
}
@media screen and (max-width: 1470px) {
  .owl-logo img {
    left: -85px;
  }
  .slider-text {
    left: -85px;
  }
}
@media screen and (max-width: 1200px) {
  .owl-logo img {
    right: 90px;
  }
  .slider-text {
    right: 90px;
    position: relative;
  }
  .slider-header h1 {
    font-size: 30px;
  }
  .slider-subheader h1 {
    font-size: 20px;
    width: 40%;
  }
}
@media screen and (max-width: 1070px) {
  .owl-logo img {
    left: -75px;
  }
  .slider-text {
    left: -75px;
  }
}
@media screen and (max-width: 980px) {
  .slider-header {
    padding-top: 0px;
  }
  .owl-carousel .owl-stage-outer {
    overflow: visible;
  }
  #hero-header {
    overflow: hidden;
    height: auto;
    width: 100%;
  }
  .slide {
    display: flex;
    align-items: center;
  }
  .slider-text {
    right: 0;
    padding-top: 120px;
    position: static;
  }
  .slider-header, .slider-subheader {
    text-align: center;
  }
  .slider-subheader h1 {
    width: 80%;
  }
  .slider-image {
    display: none;
  }
  .page-id-14 .owl-logo img {
    float: none;
    display: block;
    margin: 0 auto;
    padding-top: 130px;
    right: 0px;
    left: 0px;
  }
  .page-id-14 .owl-controls {
    top: 350px;
  }
  .page-id-14 .owl-nav {
    top: -180px;
  }
  .page-id-14 .owl-logo img {
    padding-top: 0px;
    top: 20px !important;
  }
  .page-id-14 .slider-text {
    padding-top: 0;
    position: relative;
    top: -30px;
    left: 0;
    right: 0;
  }
  .page-id-14 #hero-header .owl-controls {
    top: 220px;
  }
  .page-id-14 .owl-nav {
    top: -110px;
  }
  a.column-block {
    height: auto;
}
}
@media screen and (max-width: 500px) {
  .owl-logo img {
    padding-top: 80px;
  }
  .slider-text {
    padding-top: 60px;
  }
  .slider-subheader h1 {
    width: 70%;
  }
  .owl-nav {
    top: -10px;
  }
  .owl-prev, .owl-next {
    background-size: 30px;
  }
}


/* Column */
.count-three .column-block {
  flex-basis: calc(100% / 3 - 10px);
}
@media screen and (max-width: 1200px) {
  .column-block {
    flex-basis: calc(100% / 3 - 10px);
  }
  .count-four .column-block {
    flex-basis: calc(100% / 2 - 10px);
  }
  .count-four .column-block:nth-child(2) {
    margin-right: 0;
  }
  .column-header h1 {
    padding: 0 6px;
  }
}
@media screen and (max-width: 980px){
  .column-header h1 {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .count-three .column-block{
    width: 100%;
  }
  .column-external-wrapper .container {
    width: 100%;
    margin: 0;
    max-width: 768px;
  }
  .count-three .column-block {
    flex-basis: calc(100% / 2 - 10px);
  }
  .count-three > .column-block:nth-child(3n) {
    margin-right: 5px;
  }
  .count-three > .column-block:nth-child(2n) {
    margin-right: 0px;
  }
  .page-id-85 .count-three .column-block {
    flex-basis: 80%;
    margin: 2px 0;
  }
}
@media screen and (max-width: 500px) {
  .column-wrapper.
  .count-three .column-block {
    width: 0;
  }
  .column-header h1 {
    font-size: 16px;
  }
}


/* Stat Block*/
.mobile {
  display: none;
}
@media screen and (max-width: 2600px) {
  .stat-icon {
    height: 99px;
    width: 91px;
  }
  .stat-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
  }
  .active .stat-block {
    opacity: 1;
  }
  .owl-carousel-stat.owl-carousel .owl-stage {
    margin-left: -33%;
  }
}
@media screen and (max-width: 1200px) {
  .stat-block {
    flex-basis: calc(100% / 3 - 10px);
  }

  span.metric-3 {
    font-size: 50px !important;
  }

  .stat-block .stat-metric h1 {
    font-size: 50px;
  }
}
@media screen and (max-width: 980px) {
  .stat-block .stat-metric h1 {
    font-size: 42px;
  }
  .stat-detail h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
  .stat-background {
    overflow: hidden;
  }
  .stat-block {
    opacity: .7;
  }
  .owl-carousel .owl-next {
    margin: 0 !important;
  }
  .owl-carousel-stat .owl-controls {
    top: 210px;
  }
  .owl-carousel-stat .owl-nav {
    top: -110px;
  }
  .owl-carousel-stat.owl-carousel .owl-stage {
    margin-left: 0px;
  }
  .owl-carousel-stat .owl-prev, .owl-next {
    margin: 0;
  }
  h3.text-wrap {
    max-width: 60%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 500px) {
  .stat-background .owl-carousel-stat .owl-prev {
    margin: 0px -23% !important;
  }
  .stat-background .owl-carousel-stat .owl-next{
    margin: 0px -23% !important;
  }
  .owl-carousel-stat .owl-controls {
    top: 60px;
  }
  .owl-carousel-news .owl-controls {
    top: 250px;
  }
}

@media screen and (max-width: 400px) {
  .stat-background .owl-carousel-stat .owl-prev {
    margin: 0px !important;
  }
  .stat-background .owl-carousel-stat .owl-next{
    margin: 0px !important;
  }
  .owl-carousel-stat .owl-nav {
    top: -150px;
  }
}

@media screen and (max-width: 300px) {
  #hero-header .owl-carousel .owl-prev {
    background-size: 20px;
    margin-top: 10px;
  }
  #hero-header .owl-carousel .owl-next {
    background-size: 20px;
    margin-top: 10px !important;
  }
}

/* Map */
@media screen and (max-width: 980px) {
  .map-text p {
    font-size: 16px;
  }
  ul.ui-tabs-nav.ui-corner-all.ui-helper-reset.ui-helper-clearfix.ui-widget-header {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 768px) {
  .map-container div#tabs {
    flex-direction: column-reverse;
  }
  .map-right-side {
    width: 100%;
    margin-left: 0px;
    margin-top: 30px;
  }
  .map {
    width: 100%;
    margin: 0 auto;
  }
}

/*Full Width Blog*/
.container.blog-container.full-width-blog .blog-flex {
  display: block;
}

.container.blog-container.full-width-blog .blog-flex > * {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.container.blog-container.full-width-blog .blog-flex > * .blog-post {display: flex;margin-top: 30px;}

.container.blog-container.full-width-blog .blog-flex > * .blog-post .thumbnail {
  min-width: 430px;
  margin-right: 50px;
  min-height: 230px;
}

.full-width-blog .blog-display > * {
  text-align: left;
}

span.metric-3 {
  font-size: 70px;
  color: white;
  vertical-align: middle;
  padding-left: 15px;
}

@media screen and (max-width: 980px) {
  .container.blog-container.full-width-blog .blog-flex > * .blog-post {
    flex-direction: column; 
  }
  .container.blog-container.full-width-blog .blog-flex > * .blog-post .thumbnail {
    margin-right: 0;
    min-width: 500px;
    min-height: 175px;
  }
}
@media screen and (max-width: 500px ) { 
  .container.blog-container.full-width-blog .blog-flex > * .blog-post .thumbnail {
    min-width: 320px;
    min-height: 112px;
  }
}
@media screen and (max-width: 300px ) { 
  .container.blog-container.full-width-blog .blog-flex > * .blog-post .thumbnail {
    min-width: 280px;
    min-height: 98px;
  }
}
/* Blog */
.blog-exerpt {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .blog-flex {
    flex-direction: column;
  }
  .latest-news {
    margin-right: 0px;
  }
  .software-update {
    margin-left: 0px;
  }
}
@media screen and (max-width: 380px){
  .blog-flex .header h1 {
    font-size: 18px;
  }
}

.blog-title {
  text-align: center;
}
.blog-date {
  text-align: center;
}
.blog-exerpt {
  min-height: 150px;
}

/* Watermarker */
.watermarker-bottom {
  top: -360px;
  left: 700px;
}
@media screen and (max-width: 980px) {
  .watermarker-bottom {
    left: 0 !important;
  }
  .watermarker-center {
    left: 0%;
  }
}


/* List */
@media screen and (max-width: 980px){
  .list-header h1 {
    width: 100%;
    margin-top: 0;
  }
  .list-item {
    font-size: 15px;
  }
}
@media screen and (max-width: 500px ){
  .list-left {
    float: none;
    width: 100%;
  }
}
/* Footer */
@media screen and (max-width: 781px) {
  .footer-info .main-navigation li a {
    font-size: 12px !important;
  }
}
@media screen and (max-width: 768px) {
  .grid-container {
    flex-direction: column;
  }
  .grid-container .alignleft {
    float: none;
  }
  .grid-container .alignleft img{
    margin-top: 0px;
    width: 100%;
    margin: 0 auto;
  }
  .grid-container .alignright {
    float: none;
    margin-left: 0px;
    margin-top: 20px;
  }
  .grid-container .alignright p {
    text-align: center
  }
  .grid-container .alignright ul {
    text-align: center;
    margin: 0px;
    padding: 0px;
  }
  .form-button {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  ul#footer_navigation {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .menu-footer-navigation-container a {
    text-align: center;
    font-size: 12px !important;
  }
}
@media screen and (max-width: 500px) {
  .alignleft p, .alignright p {
    font-size: 16px;
  }
}


/* Blog Carousels */
@media screen and (min-width: 769px) {
  .latest-news, .software-update {
    margin: 0;
    width: 50%;
    margin-left: 0%;
  }
  .owl-carousel-news .owl-stage {
    display: flex;
    flex-direction: column;
  }
  .owl-carousel-software .owl-stage {
    display: flex;
    flex-direction: column;
    width: 100% !important;
  }
  .owl-carousel-software .blog-post {
    width: 100% !important;
  }
  .owl-carousel-software .owl-item {
    width: 80% !important;
  }
  .owl-carousel-news .owl-item {
    width: 80% !important;
    margin-left: -15%;
  }
  .owl-carousel-software.owl-carousel.owl-theme.owl-center.owl-loaded.owl-text-select-on.owl-responsive-769 {
    margin-left: -15%;
  }
  .owl-carousel-software.owl-carousel .owl-stage-outer {
    overflow: visible !important;
  }
}
@media screen and (max-width: 768px) {
  .owl-carousel-news .owl-prev, .owl-carousel-software .owl-prev {
    background-image: url(/wp-content/uploads/2016/12/blue-arrow.png);
  }
  .owl-carousel-news .owl-next, .owl-carousel-software .owl-next {
    background-image: url(/wp-content/uploads/2016/12/blue-right-arrow.png);
  }
  .owl-carousel-news.owl-responsive-0, .owl-carousel-software.owl-responsive-0 {
    overflow: hidden;
  }
  .blog-display {
    text-align: left;
    margin: 0 auto;
    width: 80%;
  }
  .owl-carousel-software .owl-prev, .owl-next {
    margin: 0px -5% !important;
  }
  .owl-carousel-news .owl-prev, .owl-next {
    margin: 0px -5% !important;
  }
  .owl-carousel-news.owl-responsive-0 .owl-nav {
    top: -130px;
  }
  .owl-carousel-software.owl-responsive-0 .owl-nav {
    top: -130px;
  }
}

@media screen and (max-width: 500px) {
  .owl-carousel-news .owl-prev, .owl-carousel-software .owl-prev {
    background-size: 30px;
  }
  .owl-carousel-news .owl-next, .owl-carousel-software .owl-next {
    background-size: 30px;
  }
  .blog-display {
    width: 70%;
  }
  .owl-carousel-news .owl-nav {
    margin: 0 7px;
  }
  .owl-carousel-software .owl-nav {
    margin: 0 7px;
  }
}

/* Mean Menu */
@media screen and (max-width: 980px) {
  .page-id-14 header#masthead {
    display: none;
  }
  .page-id-14 a.meanmenu-reveal.meanclose {
    margin-right: 0;
    margin-top: 0;
    transition-delay: .35s;
    transition: background .35s ease-in-out, border .35s ease-in-out;
  }
  .page-id-14 a.meanmenu-reveal {
    transition: all .35s ease-in-out;
  }
}
.page-id-14 a.meanmenu-reveal {
  padding: 11px 10px !important;
  border: 1px solid rgba(255, 255, 255, 0.28) !important;
  z-index: 9999999;
  margin-top: 10px;
  margin-right: 20px;
}
.page-id-14 .mean-bar {
  position: absolute !important;
}
.page-id-14 .mean-bar a.meanmenu-reveal span {
  background: #fff !important;
}
.page-id-14 .mean-bar a.meanmenu-reveal.meanclose {
  color: #fff !important;
}
.page-id-14 a.meanmenu-reveal:hover {
  background: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.5);
}
.page-id-14 nav.mean-nav {
  /*margin-top: 45px !important;*/
}
.page-id-14 a.meanmenu-reveal {
  border: 1px solid #135478;
}
.page-id-14 a.meanmenu-reveal {
  position: static !important;
  float: right;
  margin-right: 40px;
}

@media screen and (max-width: 500px) {
  a.meanmenu-reveal {
    right: 5px !important;
  }
}

a.meanmenu-reveal {
  width: 30px !important;
  position: fixed !important;
  top: 20px !important;
  right: 50px !important;
  transition: all .35s ease-in-out;
}
.mean-bar {
  background: transparent !important;
}
nav.mean-nav {
  background: #084161 !important;
  position: fixed !important;
  z-index: -1;
  margin-top: 68px !important;
  /* margin-top: 0px !important; */
  max-height: calc(100vh - 80px);
  overflow: auto;
}
.mean-container .mean-nav ul li a {
  font-weight: 300;
  background-color: #00456b;
}
.mean-container .mean-nav ul {
  margin-top: 0 !Important;
  padding-top: 0;
}
.mean-container .mean-nav ul li a.mean-expand {
  padding: 8px 12px !important;
}
.mean-container .mean-bar {
  float: none;
  min-height: 0;
  padding: 0;
}
a.meanmenu-reveal-change {
  top: 10px !important;
  transition: all .35s ease-in-out;
}
.mean-container a.meanmenu-reveal span {
  background: #135478;
}
a.meanmenu-reveal.meanclose {
  color: #084161;
}
header#masthead.change .site-branding img {
  height: 55px;
  padding: 10px 0;
}
.change .social-media li {
  padding-top: 18px;
  transition: all .35s ease-in-out;
}
.change .container #site-navigation {
  margin-top: 57px;
}
@media screen and (max-width: 300px){
  a.meanmenu-reveal {
    right: 15px !important;
  }
}

/* List Styling */
@media screen and (max-width: 1600px) {
  .content ul li:before {
    top: 25%;
  }
}
@media screen and (max-width: 980px) {
  .content ul li:before {
    top: 18%;
  }
}
@media screen and (max-width: 768px) {
  .content ul li:before {
    top: 11%;
  }
}
@media screen and (max-width: 500px) {
  .content ul li:before {
    top: 7%;
  }
}
@media screen and (max-width: 500px) {
  .content ul li:before {
    top: 6%;
  }
}

/* Page Specific Styles */
.page-id-315 ul.sub-menu {
  top: 31px;
}
@media screen and (max-width: 768px) {
  .page-id-525 .resources-row span {
    width: 100%;
    margin-right: 10px;
  }
  .page-id-525 .resources-row p {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .page-id-575 .link-wall {
    margin-left: 0px;
  }
  .page-id-575 .link-wall h2 a {
    font-size: 15px;
  }
}
@media screen and (max-width: 300px) {
  .page-id-943 div#postTitlewrap h1 {
    font-size: 30px !important;
  }
  .page-id-469 div#postTitlewrap h1 {
    font-size: 27px !important;
  }
  .page-id-489 div#postTitlewrap h1 {
    font-size: 20px !important;
  }
  .page-id-510 div#postTitlewrap h1{
    font-size: 30px !important;
  }
  .page-id-536 div#postTitlewrap h1{
    font-size: 29px !important;
  }
  .page-id-575 .link-wall h2 {
    font-size: 13px;
  }
}
/* Tabs */
.tabs li:not(.ul-tabs-tabs) {
  flex-basis: calc(100% / 2 - 5px);
}
.tabs li:not(.ui-tabs-tabs) {
  width: calc(50% - 3px);
}
@media screen and (max-width: 980px) {
  .clickable-list a {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  ul.clickable-list li {
    width: 100% !important;
  }
}
/* Scroll Magic */
.subnav-container .fixed {
  top: 70px !important;
}

@media screen and (max-width: 1200px) {
  .icon-wrapper .icon img {
    width: 135px;
  }
  .placement-number, .placement-number-even {
    font-size: 35px;
    margin: 0 50px 0 160px;
  }
  .placement-info .header h1 {
    font-size: 20px;
  }
  .placement-info .subheader p {
    font-size: 15px;
  }
}
@media screen and (max-width: 980px) {
  .icon-wrapper .icon img {
    display: none;
  }
  .placement-number, .placement-number-even {
    margin: 0 50px 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .subnav-container ul {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .subnav-container li {
    padding: 0 10px;
  }
  .placement-info {
    display: block;
    margin-left: 20px;
  }
  .placement-number, .placement-number-even {
    margin: 0;
  }
}
@media screen and (max-width: 500px) {
  .subnav-container li {
    font-size: 17px;
  }
}


div.ui-tabs-panel {
  display: block !Important;
  flex-basis: 70%;
}

.map-right-side {
  flex-basis: 30%;
  margin-left: 0;
}

div.ui-tabs-panel[style='display: block;'] {
  opacity:  1 !Important;
  max-height: 100%  !important;
  max-width: 100% !important;
  order: 1;
}


div.ui-tabs-panel[style='display: none;'] {
  opacity:  0 !Important;
  max-height:   0px !Important;
  max-width: 0px !important;
  order:2;
}

div#ajaxsearchlite1 {
  border-radius: 5px;
}

div[id*="ajaxsearchlite"] .probox div.prosettings {
  background-color: #c1272d !Important;
  background-image: none !Important;
}

.promagnifier {
  background-color: #c1272d !Important;
  background-image: none !Important;
  border-left: 1px solid white !Important;
}

div#ajaxsearchlitesettings1 {
  background-image: none !Important;
  background-color: white;
}


div[id*="ajaxsearchlite"] .probox .promagnifier .innericon svg {
  fill: white !Important;
}

div[id*="ajaxsearchlite"] .probox .prosettings .innericon svg {
  fill: white !Important;
}
fieldset legend {
  color: white !Important;
}

.label {
  font-family: "Open Sans" !important;
  font-weight: 200 !important;
}

.proinput {
  background-image: none !Important;
  background: white !important;
  color: black !Important;
}

#ajaxsearchlite1 .probox, div[id*="ajaxsearchlite"] .probox {
  background-image: none !Important;
  background-color: white !important;
}

.legend {
  font-family: Open Sans, sans-serif;
  display: flex;
  justify-content: space-around;
  6: wrap
  max-height: 1;
}

.legend p {
  display: inline-block;
  padding: 0 5px 0 35px;
  margin: 5px 0;
  position: relative;
  display: flex;
  min-height: 44px;
  align-items: center;
}


.legend span {
  display: block;
  height: 22px;
  width: 22px;
  float: left;
  margin-right: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

span.green {
  background-color: #00cc00;
}

span.yellow {
  background-color: #ffcc00;
}

span.purple {
  background-color: #9900ff;
}

span.grey {
  background-color: grey;
}

span.orange {
  background-color: #fc880c;
}

span.blue {
  background-color: #0066cc;
}

span.red {
  background-color: #b2282e;
}

@media screen and (max-width: 980px) {
  .legend p {
    flex-basis: calc(50% - 40px);
  }

  .legend {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 500px) {
  .legend {
    font-size: .75rem;
  }
}

/* Below Header Area */
.below-header {
  padding-top: 10px;
  margin-top: 89px;
  padding-bottom: 10px;
  background: #C72328;
  display: flex;
  justify-content: space-between;
}

.searchthing {
  width: 50%;
  /* float: right; */
  /* display: inline-block; */
}

.sign-up {
  display: inline-block;
  text-align: left;
  float: left;
  color: white;
}

.sign-up h4 {
  margin: 0;
}

/* New Button */
input.newbutton {
  color: white !important;
  background: #c1272d;
  box-shadow: none;
  border: none;
  width: 365px;
  padding: 8px;
  margin-top: 10px;
  border-radius: 0;
  text-shadow: none;
  font-size: 22px;
  transition: all .35s ease-in-out;
}
a.newbutton {
  color: white !important;
  background: #c1272d;
  box-shadow: none;
  border: none;
  width: 365px;
  padding: 8px;
  margin-top: 10px;
  border-radius: 0;
  text-shadow: none;
  font-size: 22px;
  transition: all .35s ease-in-out;
  text-decoration: none;
}
a.newbutton:hover {
  transition: all .35s ease-in-out;
  transition: .5s ease;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #008CBA;
  overflow: hidden;
  width: 0;
  height: 100%;
  transition: .5s ease;
}

.ui-helper-hidden-accessible div {
  display: none;
}


@media screen and (max-width: 1500px) {
  .map-container .ratio-fix-map {
    padding-top: calc(65% + 100px);
  }

}


@media screen and (max-width: 1200px) {
  .change .container #site-navigation {
    margin-top: 0;
  }
  .extra-maps {
    display: flex;
  }

  .icon-wrap {
    max-width: 10%;
  }
}



@media screen and (max-width: 1024px) and (min-width:768px) {
  
/* .map-container .ratio-fix-map {
    height: 664px;
    width: 515px !important;
    overflow: auto;
    padding-top: calc(65% + 150px);
}
div.ui-tabs-panel[style='display: block;'] {
    max-width: 65% !important;
    padding-right: 5%;
} */
.map-container div#tabs {
    justify-content: space-between;
}

}

@media screen and (max-width: 768px) {
  .map-right-side {
    float: none;
    clear: both;
    flex-basis: 100%;
    order:2;
  }
  .map-container div#tabs {
    flex-direction: row;
    flex-wrap: wrap;
  }
  div.ui-tabs-panel {
    float: none;
    clear: both;
    flex-basis: 100%;
    order:1;
  }
  .map-wrap-ft {
    padding: 0 !IMPORTANT;
  }

  .legend p {
    min-height: 10px;
  }
  .map-container .ratio-fix-map {
    padding-top: calc(65% + 75px);
  }
}


@media screen and (max-width: 450px) {
  .branch.active ul{
    margin: auto;
}
  .page-id-14 .slider-text {
    top: 0;
  }

  .owl-carousel.owl-theme.owl-center.owl-loaded {
    padding-top: 120px !important;
  }

  div#hero-header {
    height: auto !important;
    height: 313px !important;
    padding-top: 88px;
  }
  
   #searchform .form-input input {
    width: 100%;
    text-indent: 5px;
    display: none;
  }

  .page-id-14 #hero-header .owl-controls {
    bottom: 100px !important;
    top: auto;
  }
  .slide {
    height: auto;
}


  .map-container .ratio-fix-map {
    padding-top: calc(65% + 100px);
  }
}

@media screen and (max-width: 500px) {
 .map-container div#tabs.ui-tabs {
   max-width: 100%;
   overflow: hidden;
   flex-wrap: wrap;
}

.column-wrapper .column-block {
   width: 100%;
   flex-basis: calc(100% - 20px);
   height: auto;
}

.column-wrapper .column-block .column-content-wrapper {
   height: auto;
}
}

  @media screen and (max-width: 1500px) {
 .extra-maps {
    max-width: 640px !important;
    justify-content: space-between;
}
  }
  
  @media screen and (max-width: 1200px) {
.extra-maps {
    max-width: 520px !important;
}
}
  
@media screen and (max-width: 1024px) {
 .extra-maps {
    max-width: 500px !important;
}
}

.stat-metric.metric-right { max-height: 96px; margin-top: -9px; }
.stat-metric.metric-right { -ms-max-height: 96px; -ms-margin-top: -15px; -ms-width: 100%;}
.stat-detail.detail-right { width: 100%;}

@media screen and (min-width: 1301px) and (max-width: 1500px) {
  .page-id-1336 .column-header {
    margin-left: -2%;
  }
}

@media screen and (min-width: 1301px) and (max-width: 1500px) {
  iframe {
    -apple-padding-end: 210px;
}
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
  .ipad-portrait { padding-right: 200px; } /* your css rules for ipad portrait */
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) {
  .ipad-landscape { padding-right: 200px; } /* your css rules for ipad landscape */
}



@media screen and (max-width: 980px) {
  
.mean-container .mean-nav ul li a {
    padding: 12px 5%;
}
  
  .social-media {
      margin-right: 75px;
  }

  .mean-container a.meanmenu-reveal {
      right: calc(50% - 375px) !important;
  }
}

@media screen and (max-width: 768px) {

.mean-container a.meanmenu-reveal {
    right: calc(50% - 235px) !important;
    top: 12px !important;
}
}

.content ul.clickable-list li:before {
    content: none !important;
}

.clickable-list a {
    padding: 5px 0px 5px 25px;
}
