/**********************************
 *  Visual App Custom CSS 
 * 
 *  Branding & Colors Cheat Sheet: 
 *  Dark grey: #222222 
 *  Light grey: #efefef 
 *  Light border: #dddddd 
 *  Primary color (dark): #004b87 
 *  Primary color v2 (hover): #0073e5 
 *  Primary color border: #034e99 
 *  Accent/CTA: #a0b526 
 *  Accent/CTA v2 (hover): #748718 
 * 
 **********************************/

/********************** * Header & Top Bar *********************/
 html[lang] {
     margin-top: 0 !important;
}
 header.site-header {
     padding: 0 5%;
     box-shadow: 0 0 12px rgb(0 0 0 / 15%);
     position: fixed;
     width: 100%;
     top: 60px !important;
     transition:top 400ms;
     border-top:rgba(255,255,255,0.2) 1px solid;
     border-bottom:rgba(255,255,255,0.2) 1px solid;
}
 .fixed-nav header.site-header, body.top-bar-hidden header.site-header {
/*      top: 0!important; */
}
 header.site-header > .wrap {
     max-width: 100%;
     margin: 0 auto;
}
 .nav-primary .menu > li:last-child > a {
     padding-right: 0;
}
 .genesis-nav-menu > li > a {
     padding: 40px 15px;
     font-size: 16px;
     font-weight: 600;
     color: #222222;
     transition:all 400ms;
}
 div#top-bar {
     color: #fff;
     font-size: 0.875rem;
     font-size: 1rem;
     margin: 0;
     position: fixed;
     top: 0;
     width: 100%;
     z-index: 900;
     transition:all 400ms;
     padding:0 5%;
     font-weight:400;
}
body.isMobile div#top-bar{
     background:#222;
}
.top-bar-hidden div#top-bar {
	display:none !important;
	height:0 !important; 
	opacity:0 !important; 
	position:absolute !important; 
	left:-9999px !important;
}
 .fixed-nav div#top-bar {
/*      top: -34px; */
/*      opacity:0; */
}
 div#top-bar a {
     color: #fff;
     text-decoration: none;
}
 div#top-bar a:hover {
     opacity: 0.7;
}
 .social svg {
     width: auto;
     height: 16px;
     position: relative;
     top: 3px;
}
 #top-bar .row-inner {
     text-align: right;
     padding: 0;
     height: 60px;
     max-width:100%;
}
 #top-bar .social {
     align-self: flex-end;
}
 #top-bar .contact-info {
     float: left;
     display: inline-block;
     padding-top: 20px;
}
 #top-bar .social {
     display: inline-block;
}
 #top-bar .top-menu {
     display: inline-block;
     vertical-align:top;
     padding-top:22px;
}
#top-bar .top-menu.wpml-menu ul{
     display:flex;
}
#top-bar .top-menu.wpml-menu ul li{
     line-height:1;
     padding-right:10px;
     margin-right:10px;
     border-right:1px solid rgba(255,255,255,0.25);
}
#top-bar .top-menu.wpml-menu ul li:last-child{
     padding-right:0;
     margin-right:0;
     border:none;
}
#top-bar .top-menu.wpml-menu ul li a{

}
#top-bar .top-menu.wpml-menu ul li a.active, #top-bar .top-menu.wpml-menu ul li a:hover{
     color: #287bc1;
     opacity:1!important;
}
 .social a {
     display: inline-block;
     padding: 0 7px;
}
.social a:first-child {
    padding-left: 0;
}
 #top-bar .social {
     margin-right: 20px;
     padding-top: 6px;
     vertical-align: top;
}
 .top-menu a {
     padding: 0 10px;
}
 .top-menu a:last-child {
     border: 0;
     padding-right: 0;
}
 .top-menu a:first-child {
     padding-left: 0;
}
 #top-bar .contact-info .phone {
     display: inline-block;
     margin-right: 20px;
}
 .contact-info svg {
     height: 16px;
     position: relative;
     top: 3px;
     display: inline-block;
     margin-right: 8px;
}
 #top-bar .contact-info svg {
     color:#fff;
}
 ul#menu-top-bar-menu {
     display: flex;
}
 ul#menu-top-bar-menu a {
     display: inline-block;
     padding: 0 10px;
     line-height: 1.25;
}
 ul#menu-top-bar-menu li {
     border-right: solid 1px;
     border-color: rgba(255,255,255,0.2);
}
 ul#menu-top-bar-menu li:last-child {
    border: 0;
}
 ul#menu-top-bar-menu li:first-child a {
     padding-left: 0;
}
 ul#menu-top-bar-menu li:last-child a {
     padding-right: 0;
     border-right: 0;
}
 nav#genesis-nav-primary {
     padding-bottom: 0;
     transition:padding 400ms;
     padding-top:0;
}
 .title-area {
     transition: max-width 400ms;
}
 .fixed-nav.wp-custom-logo .site-container div.title-area {
     max-width: 150px!important;
}
 .fixed-nav nav#genesis-nav-primary {
     /* padding-top: 3px; */
}
 .nav-primary .menu li.nav-cta {
     padding-left: 15px;
}
 nav.nav-primary .menu li.nav-cta > a {
     padding: 16px 32px;
     background: #0C7BC1;
     transition: all 300ms;
     color: #fff;
     border:none!important;
}
 .nav-primary .menu li.nav-cta > a:hover {
     background: #2da1eb;
}
 button#genesis-mobile-nav-primary {
     font-size: 0;
     margin: 0 5% 0 0;
}
 .site-header .menu-toggle::before {
     color: #222222;
     width: 40px;
     font-size: 40px!important;
     height: 40px;
     margin: 0;
}
 nav#genesis-nav-primary ul.menu li.menu-item-has-children > a:after {
     content: '';
     display: inline-block;
     position: absolute;
     width: 6px;
     height: 6px;
     transform: rotate(45deg);
     margin-left: 8px;
     border-right: solid 1.5px;
     border-bottom: solid 1.5px;
     border-color: rgba(0,0,0,0.5);
     top: calc(50% - 4px);
}
nav#genesis-nav-primary ul#menu-main-menu > li {
     margin-right:48px;
}
nav#genesis-nav-primary ul#menu-main-menu > li:last-child {
     margin-right:0;
}
#top-bar .search-trigger, #top-bar .search-trigger-close{
     cursor:pointer;
     transition:all 300ms;
}
#top-bar .search-trigger{
     margin-top:18px;
}
#top-bar .search-trigger-close{
     display:none;
     position:absolute;
     right:30px;
     top:10px;
}
#top-bar .search-trigger svg{
     color:#0C7BC1;
     margin-left:6px;
     height:18px;
}
#top-bar .search-trigger:hover{
     color:#0C7BC1;
}
#top-bar .search-trigger:hover svg{
     color:#2da1eb;
}
#top-bar .search-trigger-close svg{
     fill:#fff;
     height:20px;
     margin-top:8px;
     margin-left:8px;
}
#top-bar .search-trigger-close:hover svg{
     fill:#33a1eb;
}
 #top-bar input#searchform-1 {
    padding: 9px 20px;
    font-size: 14px;
    border: 0;
    background: rgba(255,255,255,0.25);
    color: #ffffff;
    width:240px;
    margin-right:8px;
}
 #top-bar input#searchform-1::placeholder {
    color:#fff;
     padding-left: 22px;
    background: url(/wp-content/uploads/search-reg.svg) left center no-repeat;
     background-size:14px;
}
 #top-bar input#searchform-1::-moz-placeholder {
    background:none;
}
#top-bar .top-bar-search, #top-bar #product-search-0{
    align-self:flex-end;
    display:inline-block;
    position:relative;
    padding-right:30px;
}
/*#top-bar #product-search-0{
    display:none;
}*/
#top-bar #product-search-0{
   padding-top:9px;
   position:relative;
}
#top-bar #product-search-0 button{
   font-weight:600;
   padding-left:16px;
   padding-right:16px;
}
.product-search-results table.search-results tr td{
   padding:10px!important;
}
.product-search-results table.search-results img{
   border:1px solid #ddd;
   padding:5px;
   background:#fff;
}
.product-search-results table.search-results tr:nth-child(even){
   background:#f0f0f0;
}
.product-search-results .entry:hover, .product-search-results .entry.active{
   background:inherit;
}
.product-search-results table.search-results tr span{
    color:#5f6164;
    line-height:1.5;
}
.product-search-results table.search-results tr span.title{
    color:#287bc1;
    font-weight:700;
}
 #top-bar form.search-form {
    align-self:flex-end;
    display:inline-block;
    /*display:none;*/
    margin-right:28px;
    margin-top:3px;
}
#top-bar #product-search-0 #product-search-field-0{
    padding:10px 16px;
    font-size:1rem;
    margin-right:6px;
}
 #top-bar input.search-form-submit {
    /* display: none; */
    padding-top:9px;
    padding-bottom:9px;
    font-size:.875rem;
}

#top-bar span.name {
    font-weight: 700;
}

#top-bar .contact-info > span, #top-bar .contact-info > a {
    display: inline-block;
    margin-right: 20px;
}

 div#search-wrap {
     position: fixed;
     top: 0;
     left: 0;
     z-index: 99999;
     height: 100vh;
     width: 100vw;
     display: flex;
     align-items: center;
     justify-content: center;
     background: rgba(0,0,0,0.8);
}
 div#close-search {
     display: block;
     margin-left: 16px;
     font-size: 24px;
     color: rgba(255,255,255,0.8);
}
 div#close-search svg {
     width: 24px;
}
 #search-wrap form.search-form {
    display: flex;
}
 #search-wrap form.search-form input {
    height: 50px;
    padding: 10px;
    border: 0;
}
 #search-wrap form.search-form input.search-form-submit {
    margin-top: 0;
    height: 50px;
    margin-left: 10px;
    background: #004b87;
    border-radius: 0;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 20px;
}
 .search .row.page-title {
    padding: 0;
    padding: 60px 0 80px 0;
}
 .search article {
    border-bottom: solid 1px #dddddd;
    padding-bottom: 40px;
}
 .search a.entry-image-link {
     display: none;
}
 body.noscroll {
     overflow: hidden;
}
 .header-inline header.site-header > .wrap, .header-stacked header.site-header > .wrap, .header-inline #top-bar .row-inner, .header-stacked #top-bar .row-inner {
    max-width: 1400px;
}
 .header-stacked header.site-header {
    padding: 0;
}
 .header-stacked header.site-header > .wrap {
    width: 90%;
}
 .header-stacked nav#genesis-nav-primary {
    width: 100%;
    background: #efefef;
    padding:0 5%;
}
 .header-stacked nav#genesis-nav-primary > .wrap {
    max-width: 1400px;
    margin: 0 auto;
}
 .header-stacked .nav-primary .genesis-nav-menu a {
    padding: 20px 15px;
}
 .header-stacked.fixed-nav .nav-primary .genesis-nav-menu a {
    padding: 10px 15px;
}
 .header-stacked.fixed-nav .nav-primary .menu li.nav-cta > a {
    background: none;
    padding: 0;
    color: #222222;
     padding-top: 1px;
}
 .header-stacked.fixed-nav .nav-primary .menu li.nav-cta > a:hover {
    color: #0073e5;
}
 .header-stacked .nav-primary .menu li.nav-cta > a {
    float: right;
    margin-top: 9px;
}
 .header-stacked .nav-primary .genesis-nav-menu ul.sub-menu a {
    padding: 15px;
}
 .nav-transparent header.site-header {
    background: none;
    box-shadow: none !important;
    transition: all 300ms;
}
.nav-transparent.nohero header.site-header, .nav-transparent.search header.site-header, .nav-transparent.nohero div#top-bar, .nav-transparent.blog header.site-header, .nav-transparent.blog div#top-bar, .nav-transparent.archive header.site-header, .nav-transparent.archive div#top-bar, .nav-transparent.single header.site-header, .nav-transparent.single div#top-bar{
    background:#262B2E !important;
}
.search main#main {
    padding-bottom: 140px;
}
 .woocommerce-shop.nav-transparent.archive:not(.search-results):not(.isMobile) header.site-header, .woocommerce-shop.nav-transparent.archive:not(.search-results) div#top-bar{
background:none;
 }
.nav-transparent.fixed-nav header.site-header, .woocommerce-shop.nav-transparent.fixed-nav header.site-header {
    background: #262B2E!important;
/*     border-color:#262B2E!important; */
     box-shadow: 0 0 12px rgb(0 0 0 / 15%) !important
}
 .nav-transparent .site-inner:before {
    content: '';
    width: 100%;
    height: 200px;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.7), transparent);
    z-index: 1;
}
.nav-transparent.nohero .site-inner:before, .nav-transparent.nohero .site-inner:before, .nav-transparent.blog .site-inner:before, .nav-transparent.archive .site-inner:before, .nav-transparent.single .site-inner:before {
   display:none;
}
 .nav-transparent .genesis-nav-menu > li > a {
    color: #fff;
    transition: all 300ms;
    border-bottom: 2px solid rgb(12 123 193 / 0%);
}

.nav-transparent .genesis-nav-menu > li > a svg{
 display:inline-block;
 position:relative;
 fill: #0C7BC1;
 height:20px;
 top:4px;
 margin-right:8px;
}
 
 .nav-transparent.fixed-nav .genesis-nav-menu > li > a {
    color: #fff;
}
 .nav-transparent.header-stacked nav#genesis-nav-primary {
    background: none;
}
 .nav-transparent.header-stacked.fixed-nav nav#genesis-nav-primary {
    background: #efefef;
}
 .nav-transparent nav#genesis-nav-primary ul.menu li.menu-item-has-children > a:after {
    border-color: #fff;
}
 .nav-transparent.fixed-nav nav#genesis-nav-primary ul.menu li.menu-item-has-children > a:after {
    /* border-color: rgba(0,0,0,0.5); */
}
 .nav-transparent img.custom-logo {
     /* opacity: 0; */
     /* transition: opacity 300ms; */
}
 .nav-transparent.fixed-nav img.custom-logo {
     opacity: 1;
}
 .nav-transparent.fixed-nav a.custom-logo-link {
     background: none;
}
 body.isMobile header.site-header {
    background: #262B2E;
}
 body.isMobile .genesis-nav-menu > li > a {
/*     color: #222222; */
}

form#yith-ywraq-form .product-subtotal, form#yith-ywraq-form .product-quantity, form#yith-ywraq-form .product-price {
    padding: 9px 12px;
}

a.button.wc-backward, #yith-ywraq-form .update-list-wrapper input[type="submit"] {
    background: #151C20;
    color: #fff;
    border-radius: 0;
    padding: 15px 30px;
    font-weight: 600;
}


input.button.raq-send-request.last {
    background: #0c7bc1;
    color: #fff;
    border-radius: 0;
    padding: 15px 30px;
    font-weight: 600;
    font-size:24px;
}
div.ywraq-form-table-wrapper .yith-ywraq-mail-form-wrapper .raq-send-request-row {
    text-align: left;
}
.woocommerce .cart_item td.product-name {
    font-size: 20px;
}

@media only screen and (min-width:960px) {
	
     .nav-transparent.nohero:not(.isMobile) .site-inner, .nav-transparent.blog:not(.isMobile) .site-inner, .nav-transparent.archive:not(.isMobile) .site-inner, .nav-transparent.single:not(.isMobile) .site-inner {
			margin-top: 159px !important;
		}
	
     .nav-transparent:not(.isMobile) .site-inner {
        margin-top: 0 !important;
    }
}
 @media only screen and (min-width:601px){
     body.admin-bar .site-header {
        top: 0;
    }
     .admin-bar div#wpadminbar {
         left: 0;
         width: 34px !important;
         min-width: 0;
         overflow:hidden;
    }
     .admin-bar div#wpadminbar:hover {
         left: 0;
         padding-bottom: 80px;
         width: 100% !important;
         overflow:visible;
    }
    .woocommerce-shop.nav-transparent.archive:not(.isMobile):not(.search) .site-inner{
        margin-top: 0!important
    }
}
@media only screen and (max-width:1500px) {
	#top-bar span.address {
		display: none;
	}
    nav#genesis-nav-primary ul#menu-main-menu > li{
        margin-right:15px;
    }
    .nav-primary .menu li.nav-cta{
        padding-left:0;
    }
}
@media only screen and (max-width:1275px) {
    .genesis-nav-menu > li > a{
        font-size:14px;
    }
    nav#genesis-nav-primary ul#menu-main-menu > li{
        margin-right:10px;
    }
    .wp-custom-logo .site-container .title-area{
         max-width:200px;
    }
}
@media only screen and (max-width:1100px) {
    .wp-custom-logo .site-container .title-area{
         max-width:180px;
    }
	#top-bar span.email {
		display: none;
	}
    .genesis-nav-menu > li > a{
        font-size:13px;
    }
}
 @media only screen and (max-width:1040px){
    .nav-transparent .genesis-nav-menu > li > a svg{
    display:none;
    }
}
 @media only screen and (max-width:960px) {
     .nav-transparent .site-inner:before{
     display:none;
     }
     nav#genesis-nav-primary ul#menu-main-menu > li{
     margin-right:0;
     }
     .genesis-nav-menu > li > a{
     font-size:16px;
     }
     .wp-custom-logo .site-container .title-area {
         max-width: 200px;
         padding-bottom:15px;
    }
     #genesis-nav-primary  ul.menu li.nav-cta > a {
         padding: 0;
    }
	 #genesis-nav-primary  ul.menu li.nav-cta > a {
		padding: 11px 5%;
         background: none !important;
	}
     .nav-primary .menu li.nav-cta > a:hover {
         color: #0478e6;
    }
     #top-bar .top-menu {
         /* display: none; */
    }
     #top-bar .social {
         margin-right: 0;
    }
     header.site-header {
         position: fixed;
         width: 100%;
         top: 34px;
         transition: all 400ms;
         z-index:50;
    }
     div#top-bar {
         position: fixed;
         top: 0;
         transition: top 400ms;
    }
     .fixed-nav div#top-bar {
/*          top: -34px; */
    }
     .fixed-nav header.site-header {
/*          top: 0; */
    }
     .fixed-nav button#genesis-mobile-nav-primary {
         padding: 0;
    }
     header.site-header {
         padding-left: 0;
         padding-right: 0;
         padding-bottom: 0;
    }
     header.site-header .title-area {
         margin-left: 5%;
         padding-bottom: 15px;
    }
     button#genesis-mobile-nav-primary {
         margin-right: 5%;
    }
     nav#genesis-nav-primary ul.menu {
         background: #111111;
         border-top: rgba(255,255,255,0.2) 1px solid;
         padding-top: 16px;
         padding-bottom: 16px;
    }
     nav#genesis-nav-primary {
         padding-top: 0;
    }
     nav#genesis-nav-primary ul.menu li a {
         padding-left: 5%;
         padding-right: 5%;
         padding-top: 11px;
         padding-bottom: 11px;
         color:#fff;
    }
     .genesis-nav-menu a:focus, .genesis-nav-menu a:hover, .genesis-nav-menu .current-menu-item > a, .genesis-nav-menu .sub-menu .current-menu-item > a:focus, .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
         color: #0C7BC1!important;
    }
     .genesis-nav-menu .sub-menu {
         padding: 10px 0;
         background: #151C20;
    }
     .genesis-nav-menu .sub-menu a {
         background: none;
    }
     nav#genesis-nav-primary ul.menu li.menu-item-has-children {
         padding: 0;
    }
     nav#genesis-nav-primary ul.menu li.menu-item-has-children > a:after {
         display: none;
    }
     nav#genesis-nav-primary ul.menu li ul.sub-menu a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
     .mega-col ul.sub-menu {
        padding-top: 8px;
        padding-bottom: 8px;
    }
     .header-stacked button#genesis-mobile-nav-primary {
        position: absolute;
        top: 5px;
        right: 0;
    }
     .header-stacked.fixed-nav button#genesis-mobile-nav-primary {
/*         top: 12px; */
    }
     .header-stacked .nav-primary .menu li.nav-cta > a {
        float: none;
        margin: 0;
    }
     .header-stacked nav#genesis-nav-primary {
        padding: 0;
    }
     .header-stacked header.site-header .title-area {
        margin: 0;
    }
     header.site-header > .wrap {
        flex-wrap: wrap;
    }
     .nav-transparent .site-header .menu-toggle::before {
        color: #fff;
    }
	 
	 .woocommerce #yith-ywraq-form table.cart .product-thumbnail {
		width: 200px;
		max-width: 25%;
		padding: 40px;
	}
}

@media only screen and (max-width:768px) {
	#top-bar .top-bar-search{
		display: none;
	}
    div#top-bar{
        font-size:.875rem;;
    }
}

 @media only screen and (max-width:600px){
     header.site-header, div#top-bar{
     background:#262B2E!important;
     }
     div#top-bar {
         /* display: none; */
         /* height: 0px !important; */
    }
    #top-bar .row-inner{
         height:40px;
    }
    #top-bar .contact-info{
         padding-top:10px;
    }
    #top-bar .top-menu{
         padding-top:13px;
    }
     header.site-header {
         top: 40px !important;
    }
     .nav-transparent header.site-header {
    }
     .nav-transparent .site-header .menu-toggle::before {
    }
     .nav-transparent .site-inner:before {
        display: none;
    }
     .nav-transparent header.site-header {
        box-shadow: 0 0 12px rgb(0 0 0 / 15%) !important;
    }
     .nav-transparent img.custom-logo {
        opacity: 1 !important;
    }
     .nav-transparent a.custom-logo-link {
         background: none !important;
    }
}
@media only screen and (max-width:540px){
 #top-bar .contact-info{
 display:none;
 }
}
 @media only screen and (max-width:450px){
     .wp-custom-logo .site-container .title-area {
         max-width: 200px;
    }
     button#genesis-mobile-nav-primary {
         /* padding-top: 7px; */
    }
}
/********************** * Mega Menu *********************/
.site-container > #mm-wrap{
display:none;
}
#mm-wrap{
width:calc(100% - 257px);
position:absolute;
top:0;
right:0;max-height:100%;/* max-height:calc(100% - 120px);
overflow-y:scroll; */}
#mm-wrap > div{
display:none;
}
 @media only screen and (min-width: 961px) {
  #mm-wrap > div{
  padding:40px 50px;
  background:#F0F0F0;
  }
  #mm-wrap > div.active{
  display:block;
  }
  #mm-wrap > div > p{
  border-bottom:1px solid rgba(92, 107, 116, .2);
  padding-bottom:30px;
  position:relative;
  text-align:left;
  clear:both;
  }
  #mm-wrap > div > p a{
  color:#0E7BC0;
  font-weight:bold;
  font-size:18px;
  width:auto;
  display:inline-block;
  }
  #mm-wrap > div > p a:hover{
  color:#5F6164;
  }
  #mm-wrap > div > p a svg{
  fill:#0E7BC0;
  height:18px;
  margin-left:8px;
  }
  #mm-wrap > div > p a:hover svg{
  fill:#5F6164;
  }
  #mm-wrap > div > div{
  /* display:flex; */
  }
  #mm-wrap > div > p:after{
  content:'Browse by Series';
  position:
  absolute;
  bottom:-7px;
  background: #f0f0f0;
  font-weight:bold;
  font-size:14px;
  padding-right:12px;
  left:0;
  }
	#mm-wrap.lang-ja > div > p:after {
		content: 'シリーズ別で見る';
	}

  #mm-wrap > div#cable-assemblies-mm > p:after{
  content:'Browse by Flex Type';
  }
	 #mm-wrap.lang-ja > div#cable-assemblies-mm > p:after {
		content: 'フレックスタイプ別に見る';
	}
  #mm-wrap > div#power-divider-mm > p:after, #mm-wrap > div#dc-block-mm > p:after{
  content:'Browse by Frequency Range';
  }
	 #mm-wrap.lang-ja > div#power-divider-mm > p:after, #mm-wrap.lang-ja > div#dc-block-mm > p:after {
		content: '周波数帯別に見る';
	}
  #mm-wrap > div#accessories-mm > p:after{
  content:'Browse by Accessory Type';
  }
	 #mm-wrap.lang-ja > div#accessories-mm > p:after {
		content: 'アクセサリーの種類で探す';
	}
  #mm-wrap > div#tools-mm > p:after{
  content:'Browse by Tool Type';
  }
	 #mm-wrap.lang-ja > div#tools-mm > p:after {
		content: 'ツールタイプ別に見る';
	}
  #mm-wrap > div#terminations-mm > p:after{
  content:'Browse by Average Power';
  }
	 #mm-wrap.lang-ja > div#terminations-mm > p:after {
		content: '平均出力で見る';
	}
  #mm-wrap > div#attenuators-mm > p:after{
  content:'Browse by Connector-In Series';
  }
	 #mm-wrap.lang-ja > div#attenuators-mm > p:after {
		content: 'コネクターインシリーズを見る';
	}
  #mm-wrap > div#delay-lines-mm > p:after, #mm-wrap > div#waveguide-mm > p:after{
  content:'';
  }
  #mm-wrap > div#test-measurement-mm > p:after{
  content:'Browse by Product Type';
  }
	 #mm-wrap.lang-ja > div#test-measurement-mm > p:after{
		content: '製品タイプ別で見る';
	}
  #mm-wrap > div#cables-mm > p:after{
  content:'Browse by Flex Type';
  }
	 #mm-wrap.lang-ja > div#cables-mm > p:after {
		content: 'フレックスタイプ別に見る';
	}
  #mm-wrap > div#adapters-mm > p:after{
  content:'Browse by Adapter Type';
  }
	 #mm-wrap.lang-ja > div#adapters-mm > p:after {
		content: 'アダプターの種類で見る';
	}

	  #mm-wrap > div#waveguide-mm > p:after {
		content: "Browse by Waveguide Size";
	}
  #mm-wrap a{
  background:none;
  padding:0;
  }
  #mm-wrap ul{
/*   flex-basis:20%; */
  column-count:5;
  }
  #mm-wrap #tools-mm ul{
/*   flex-basis:33.33%; */
  column-count:3;
  }
  #mm-wrap ul li{
  margin-bottom:10px;
  page-break-inside: avoid;           /* Theoretically FF 20+ */
  break-inside: avoid-column;         /* Chrome, Safari, IE 11 */
  }
  #mm-wrap ul li a{
  color:#151C20;
  font-weight:500;
  padding:4px 0;
  width:auto;
  }
  #mm-wrap ul li a:hover{
  color:#0E7BC0;
  }
  .nav-transparent .genesis-nav-menu > li > a:hover, .nav-transparent .genesis-nav-menu > li > a:focus, .nav-transparent .genesis-nav-menu > li > a.current-menu-item {border-bottom:2px solid #0C7BC1;}
  li#menu-item-558:hover:after{
  content:
  '';
  display:
  block;
  width:10px;
  height:10px;
  position:
  absolute;
  bottom:-18px;
  left:50%;
  margin-left:-18px;
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 18px solid #0a7bc0;
  z-index:99;
  }
     ul.genesis-nav-menu > li.mega-menu > ul.sub-menu {
        opacity: 1;
        left: 0;
        position: fixed;
        width: 90%;
        background: #fff;
        /* border-top: solid 1px #dddddd; */
        padding: 30px 5%;
        /*top: 140px;
        */
        left: -9999px !important;
        opacity: 0 !important;
    }
     ul.genesis-nav-menu > li.mega-menu > ul.sub-menu > li.mega-menu-wrap {
        width:100%;
        box-sizing:border-box;
    }
     ul.genesis-nav-menu > li.mega-menu > ul.sub-menu > li.mega-menu-wrap > a {
        display: none;
    }
     ul.genesis-nav-menu > li.mega-menu > ul.sub-menu > li.mega-menu-wrap > ul.sub-menu {
        /* display: flex !important; */
        display:block!important;
        height:auto !important;
        opacity: 1 !important;
        left: 0 !important;
        position: relative;
        top: 0;
        width: 100%;
        margin: 0;
        border: 0;
        background: #0E7BC0;
        /* padding:20px 0; */
        max-height:calc(100vh - 165px);
        overflow-y:scroll;
    }
    ul.genesis-nav-menu > li.mega-menu > ul.sub-menu > li.mega-menu-wrap > ul.sub-menu > li{
        display:block;
        background:#F0F0F0;
    }
    ul.genesis-nav-menu > li.mega-menu > ul.sub-menu > li.mega-menu-wrap > ul.sub-menu > li:first-child{
    padding-top:20px;
    }
    ul.genesis-nav-menu > li.mega-menu > ul.sub-menu > li.mega-menu-wrap > ul.sub-menu > li:last-child{
    padding-bottom:20px;
    }
    ul.genesis-nav-menu > li.mega-menu > ul.sub-menu > li.mega-menu-wrap > ul.sub-menu > li:first-child > a:before, ul.genesis-nav-menu > li.mega-menu > ul.sub-menu > li.mega-menu-wrap > ul.sub-menu > li:last-child > a:after{
    content:'';
    background:#0E7BC0;
    width:calc(100% + 32px);
    height:20px;
    display:block;
    position:absolute;
    left:-32px;
    }
    ul.genesis-nav-menu > li.mega-menu > ul.sub-menu > li.mega-menu-wrap > ul.sub-menu > li:first-child > a:before{
    top:-20px;
    }
    ul.genesis-nav-menu > li.mega-menu > ul.sub-menu > li.mega-menu-wrap > ul.sub-menu > li:last-child > a:after{
    bottom:-20px;
    }
     ul.genesis-nav-menu > li.mega-menu > ul.sub-menu > li.mega-menu-wrap > ul.sub-menu > li.mega-col {
        position: relative;
        vertical-align: top;
        padding: 0 20px;
    }
     ul.genesis-nav-menu > li.mega-menu > ul.sub-menu > li.mega-menu-wrap > ul.sub-menu > li.mega-col > a {
        display:none;
    }
     ul.genesis-nav-menu > li.mega-menu > ul.sub-menu > li.mega-menu-wrap > ul.sub-menu > li.mega-col a:after {
        display: none !important;
    }
     ul.genesis-nav-menu > li.mega-menu > ul.sub-menu > li.mega-menu-wrap > ul.sub-menu > li.mega-col > ul.sub-menu {
        position:relative;
        height:auto !important;
        opacity: 1 !important;
        left:0;
        margin:0;
        display: block !important;
        border: 0;
        width: 100%;
    }
     ul.genesis-nav-menu > li.mega-menu > ul.sub-menu > li.mega-menu-wrap > ul.sub-menu > li.mega-col > ul.sub-menu > li {
        width: 100%;
        padding-right: 0;
        position: relative;
        padding: 0 !important;
    }
     ul.genesis-nav-menu > li.mega-menu > ul.sub-menu > li.mega-menu-wrap > ul.sub-menu > li.mega-col > ul.sub-menu > li > a {
        color: #004b87;
        font-size: 18px;
        font-weight: 700;
        border: 0;
        border-bottom: solid 1px #dddddd;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
     ul.genesis-nav-menu > li.mega-menu > ul.sub-menu > li.mega-menu-wrap > ul.sub-menu > li.mega-col > ul.sub-menu > li > a:hover {
        color: #0073e5;
    }
     ul.genesis-nav-menu > li.mega-menu > ul.sub-menu > li.mega-menu-wrap > ul.sub-menu > li.mega-col > ul.sub-menu > li ul.sub-menu {
        display: block !important;
         height:auto !important;
         opacity: 1 !important;
        left: auto;
        width: 100%;
        margin: 0;
        position: relative;
        border: 0;
        padding: 12px 0;
    }
     ul.genesis-nav-menu > li.mega-menu > ul.sub-menu > li.mega-menu-wrap > ul.sub-menu > li.mega-col > ul.sub-menu > li ul.sub-menu a {
        border: 0;
        padding: 8px 0;
    }
     ul.genesis-nav-menu > li.mega-menu > ul.sub-menu > .mega-menu {
        width: 100%;
        padding: 0;
        position: relative;
        left: -20px;
        width: calc(100% + 40px);
    }
     ul.genesis-nav-menu > li.mega-menu > ul.sub-menu > .mega-menu > a {
        display: none;
    }
     ul.genesis-nav-menu > li.mega-menu > ul.sub-menu > .mega-menu > ul.sub-menu {
        display: flex !important;
        left: 0;
         height:auto !important;
         opacity: 1 !important;
        margin: 0;
        width: 100%;
        position: relative;
        border: 0;
    }
     .genesis-nav-menu li.menu-item-has-children:hover > ul.sub-menu {
        display: block !important;
    }
     nav#genesis-nav-primary ul.menu > li.menu-item-has-children:not(.mega-menu):hover > ul.sub-menu {
        left: auto;
         opacity:1 !important;
    }
     nav#genesis-nav-primary ul.menu > li.menu-item-has-children > ul.sub-menu {
        opacity: 0 !important;
        transition: opacity 600ms;
        display: block !important;
        overflow: hidden;
        box-sizing: border-box;
        padding:20px 0;
        left: -9999px;
        box-shadow: 0px 15px 20px 0px rgb(0 0 0 / 6%);
        background:#0E7BC0;
    }
     nav#genesis-nav-primary ul.menu > li.menu-item-has-children.mega-menu.mega-active > ul.sub-menu {
        padding:0;
        left:5%!important;
        opacity: 1 !important;
    }
     .fixed-nav .nav-primary .genesis-nav-menu > li > a {
        padding-top: 29px;
        padding-bottom: 29px;
    }
}
@media only screen and (max-width:1300px) and (min-width:961px){
  #mm-wrap ul li a{
  font-size:.875rem;
  }
  #mm-wrap ul{
  /*flex-basis:20%; */
  column-count:3;
  }
  #mm-wrap #tools-mm ul{
  /*flex-basis:33.33%; */
  column-count:2;
  }
}
@media only screen and (max-width:1000px) and (min-width:961px){
  #mm-wrap ul{
  /*flex-basis:20%; */
  column-count:2;
  }
  #mm-wrap #tools-mm ul{
  /*flex-basis:33.33%; */
  column-count:1;
  }
}
 @media only screen and (max-width:960px){
  .row.title-row + .row.main-content{
  padding-top:0;
  }
     li.mega-menu ul.sub-menu > .mega-menu-wrap > a {
        display: none;
    }
     li.mega-menu ul.sub-menu > .mega-menu-wrap > button {
        display: none;
    }
     li.mega-menu-wrap > ul.sub-menu, li.mega-col > ul.sub-menu {
        display: block !important;
        padding: 0;
    }
     li.mega-col > a, li.mega-col > button {
        display: none;
    }
     .mega-col > ul.sub-menu > li > a {
        font-weight: 400;
    }
     .mega-col > ul.sub-menu > li > ul.sub-menu {
        background: #fff;
    }
}
/********************** * Content *********************/

h1 {
    color: #222222;
}

h2 {
	color: #222222;
}

h3, h4 {
    color: #222222;
}

.style-dark p, .style-dark li, .style-dark .ginput_container label {
    color: rgba(255,255,255,0.8);
}

.style-dark h2, .style-dark h3, .style-dark h4, .style-dark strong {
    color: #fff;
}

 a {
     color: #287bc1;
}
 a:hover, a:focus {
     color: #1b588c;
}
 main#genesis-content {
     padding-top: 60px;
}
 .row {
     width: 100%;
     padding: 140px 5%;
     position:relative;
}
main#genesis-content > .row:last-child{
     margin-bottom:80px;
}
main#genesis-content > .row.resources:last-child{
 margin-bottom:0;
 padding-top:40px;
}
main#genesis-content > .row.main-content:last-child{
     margin-bottom:0;
}
#acf62fe8f4e80c42 {
	display:none;
}
#acf62fe8f4e95113{
padding-top:20px;
}
#acf62fe8f4e95113 > .row-inner{
background: rgb(255,255,255);
background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 40%, rgba(235,235,235,1) 40%, rgba(235,235,235,1) 100%);
}
 .row:after {
     content: '';
     display: table;
     clear: both;
}
 .row-inner {
     width: 100%;
     margin: 0 auto;
}
 .site-inner .row:not(.title-row):not(.main-content):not(.style-light):not(.style-dark):not(.page-title):before {
/*      content: '';
     width: 90%;
     max-width: 1400px;
     border-top: solid 1px #dddddd;
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     margin: 0 auto; */
}
 .row.style-light + .row:before, .row.style-dark + .row:before {
     display: none;
}
 div.site-inner {
     padding: 0;
     margin-top: 142px;
}
 .header-stacked div.site-inner {
     margin-top: 198px;
}
 .row.style-light {
     /* background: #efefef; */
     /* border-top: solid 1px #dddddd; */
     /* border-bottom: solid 1px #dddddd; */
}
.row.style-light > .row-inner{
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 30%, rgba(235,235,235,1) 30%, rgba(235,235,235,1) 100%);
}
.row.style-light.column-content > .row-inner{
    background:none;
}
.row.style-light.content-media > .row-inner, .row.style-dark.content-media{
    background: rgb(255,255,255);
    border:none;
    color:inherit;
}
 .row.style-dark {
     background: #004b87;
     border-top: solid 1px #034e99;
     border-bottom: solid 1px #034e99;
     color: #fff;
}
 div#hero {
     position:
     relative;
     height: 300px;
     background-size: cover;
     /* background-size: contain; */
     background-repeat: no-repeat;
     background-position: top center;
}
 div#hero.tall {
     height: 770px;
}
 .hero-inner {
     display: flex;
     height: 100%;
     width: 100%;
     align-items: center;
     justify-content: center;
     background:rgba(0,0,0,.8);
     padding:0 5%;
}
.hero-text-wrap{
 text-align:center;
}
 span.hero-text {
     color: #fff;
     font-size: 90px;
     font-weight: 700;
     text-shadow: 0 0 11px rgb(0 0 0 / 70%);
     line-height:1.25;
     display:inline-block;
     text-align:center;
     position:relative;
     padding-right:20px;
}
span.hero-text span{
     background: #0C7BC1;
     display:block;
     height:14px;
     width:14px;
     position:absolute;
     right:0;
     bottom:24px;
}
span.hero-text.secondary{
     font-size:36px;
     font-weight:400;
     font-family:'Shadows Into Light Two';
     padding-right:0;
     display:block;
}
.hero-subnav{
     position:absolute;
     bottom:0;
     left:0;
     right:0;
     width:100%;
     padding:0 5%;
     box-sizing:border-box;
     border-top: rgba(255,255,255,0.2) 1px solid;
}
.hero-subnav ul{
     display:flex;
     justify-content:center;
     align-items:center;
     margin:0!important;
}
.hero-subnav ul li, .content .hero-subnav ul li{
     font-size:1rem;
     margin:0;
     margin-right:50px;
     text-align:center;
     list-style-type:none;
}
.hero-subnav ul li:last-child{
     margin-right:0;
}
.hero-subnav ul li a{
     border-top: 2px solid rgba(40, 123, 193, 0);
     font-weight:600;
     color:#fff;
     padding:24px 0;
     display:inline-block;
     transition:all 300ms;
}
.hero-subnav ul li a:hover, .hero-subnav ul li.current-menu-item a{
     border-color:rgba(40, 123, 193, 1);
}
 .content ul, .content ol {
     padding-left: 20px;
     margin-bottom: 32px;
}
 .content ul li {
     list-style: disc;
     margin-bottom: 10px;
}
 .content ol li {
     list-style: number;
     margin-bottom: 10px;
}
 ul.col-2 {
     column-count: 2;
     column-gap:40px;
}
 ul.col-3 {
     column-count: 3;
     column-gap:40px;
}
 ul.col-4 {
     column-count: 4;
     column-gap:40px;
}
 .error404 .content-sidebar-wrap, .search .content-sidebar-wrap {
     padding-left: 5%;
     padding-right: 5%;
     max-width: calc(1400px + 10%);
     margin: 0 auto;
}
 button, input[type="button"], input[type="reset"], input[type="submit"], .site-container div.wpforms-container-full .wpforms-form input[type="submit"], .site-container div.wpforms-container-full .wpforms-form button[type="submit"], .button {
     background: #287bc1;
}
 button:focus, button:hover, input[type="button"]:focus, input[type="button"]:hover, input[type="reset"]:focus, input[type="reset"]:hover, input[type="submit"]:focus, input[type="submit"]:hover, .site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus, .site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover, .site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus, .site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover, .button:focus, .button:hover {
     background: #33a1eb;
}
 .primary-btn, .secondary-btn {
     display: inline-block;
     color: #fff;
     background: #0C7BC1;
     padding: 14px 40px;
     /* border-radius: 4px; */
     text-decoration: none;
     font-weight: 600;
}
 .primary-btn:hover, .secondary-btn:hover {
     background: #2ba2eb;
     color: #fff;
}
 .primary-btn:hover, .secondary-btn:hover, .primary-btn:focus, .secondary-btn:focus {
     background: #2ba2eb;
     color: #fff;
}
 .secondary-btn {
     background: #0E405F;
}
 .secondary-btn:hover {
     background: #1770a6;
}
.page-template-default.full-width-content .content {
    width: 90% !important;
    max-width: 1400px !important;
    margin:0 auto !important;
}
.page-template-default.full-width-content.page-id-556 .content, .page-template-default.full-width-content.page-id-17839 .content{
    width:80%!important;
    max-width:80%!important;
}


@media only screen and (min-width:769px) and (max-width:1340px){
.page-template-default.full-width-content.page-id-556 .content, .page-template-default.full-width-content.page-id-17839 .content{
    width:90%!important;
    max-width:90%!important;
}
}
.page-template-default span.entry-title {
    display: none;
}

.page-template-default .row.page-title {
    padding: 0;
    margin-bottom: 60px;
    padding-top: 20px;
    text-align:center;
}
.page-template-default.page-id-556 .row.page-title, .page-template-default.page-id-17839 .row.page-title{
    padding-top:0;
    margin-bottom:20px;
}
table.zebra th{
 background: #262b2e;
 border:1px solid #3d474c;
 color:#fff;
}
table.zebra{
 max-width:100%;
 min-width:800px;
}
table.zebra td{
 border:1px solid #ddd;
}
table.zebra tr:nth-child(odd){
 background:#f7f7f7;
}
.overflow-container{
 overflow-x:scroll;
}

figure.alignright, figure.alignleft, figure.alignnone {
    max-width: 600px;
}
@media only screen and (max-width:1400px){
    .hero-subnav ul li{
    font-size:.875rem;
    }
	h2 {
		font-size: 42px;
	}
}
 @media only screen and (max-width:960px){
     .hero-text-wrap{
     top:16%;
     position:relative;
     }
     span.hero-text span{
     width:10px;
     height:10px;
     bottom:12px;
     right:4px;
     }
     .hero-subnav{
     display:none;
     }
     div.site-inner {
         padding-top: 0;
         margin-top:125px;
    }
     div#hero.tall {
         height: 400px;
    }
     span.hero-text {
         font-size: 42px;
         display:inline-block;
    }
     .row {
         padding: 50px 5%;
    }
     ul.col-3, ul.col-4 {
         column-count:2;
    }
	 
	 figure.alignright, figure.alignleft, figure.alignnone {
		float: none;
		margin: 0 0 32px 0 !important;
		max-width: 100%;
	}
}
@media only screen and (max-width:887px){
 .overflow-container:before, .overflow-container:after{
  content:'Scroll left and right to see more of the table';
  display:block;
  font-weight:bold;
  font-size:.875rem;
	 text-align:left;
	 margin-bottom:10px;
 }
}
 @media only screen and (max-width:768px) {
  
.page-template-default.full-width-content.page-id-556 .content, .page-template-default.full-width-content.page-id-17839 .content{
    width:100%!important;
    max-width:100%!important;
}
     h1 {
         font-size: 36px;
    }
     h2 {
         font-size: 28px;
    }
     h3  {
         font-size: 22px;
    }
    .row.main-content .f-text > h2{
         font-size:22px!important;
    }
    .row.main-content .f-text > h3{
         font-size:18px!important;
    }
}
 @media only screen and (max-width:600px) {
     span.hero-text {
         font-size: 32px;
    }
     div#hero.tall {
         height: 250px;
    }
     div.site-inner {
         margin-top: 91px;
    }
     ul.col-2, ul.col-3, ul.col-4 {
         column-count:auto;
         column-gap:0;
    }
	 .shop_table.cart tr.cart_item {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    border-bottom: solid 1px #e5e5e5;
}

.shop_table.cart tr.cart_item > td {
    display: flex;
    align-items: center;
}

.shop_table.cart tr.cart_item:last-child {
    border-bottom: 0;
}

.shop_table.cart tr.cart_item > td.product-remove {
    width: 60px;
    max-width: 60px;
}

.shop_table.cart tr.cart_item > td.product-thumbnail {
    display: inline-block !important;
    padding: 0px !important;
    width: auto !important;
    max-width: calc(100% - 60px) !important;
}

.shop_table.cart tr.cart_item > td.product-name {
    width: calc(100% - 80px);
}

.shop_table.cart tr.cart_item > td.product-quantity {
    width: 80px;
}

.shop_table.cart tr.cart_item > td.product-quantity input.qty {
    width: 100%;
    padding: 12px;
}
}
 @media only screen and (max-width:500px) {
     h1 {
         font-size: 32px;
    }
     h2 {
         font-size: 24px;
    }
     h3 {
         font-size: 22px;
    }
}
/********************** * News / Blog / Archives *********************/
.entry-author a{
 color:#5f6164;
 cursor:default!important;
}
 body.content-sidebar .content-sidebar-wrap {
     max-width: 1400px;
     width:90%;
     margin: 0 auto;
}
 body.content-sidebar .sidebar {
     padding-top: 150px;
}
 .blog .content .row, .single .content .row {
     padding: 0;
}
 .archive-description {
     display: none !important;
}
 .row.page-title h1 {
     margin-bottom: 0;
}
 .entry-content > img:first-child {
/*      float: right;
     width: 40%; */
     margin: 0 0 40px 0px;
}
 .single .entry-header span.entry-title {
     display: none;
}
 .single .row.page-title, .archive .row.page-title, .blog .row.page-title {
     margin-bottom: 20px;
}
 .entry-content a.more-link {
     display: block;
     width: 205px;
     margin-top: 20px;
     margin-bottom:0;
     color:#0C7BC1;
     fill:#0C7BC1;
     text-decoration:none;
     font-weight:700;
    height: 40px;
}
 .entry-content a.more-link svg {
     top: 4px;
     margin-left: 5px;
}
 .entry-content a.more-link:hover {
     color: #2da1eb;
     fill: #2da1eb;
}
 .blog article .entry-content, .archive article .entry-content {
     display: grid;
     grid-template-columns: calc(70% - 40px) calc(30% + 40px);
     grid-template-rows: auto auto;
     grid-column-start: 1;
     padding-bottom: 40px;
}
 .blog article .entry-content .entry-image-link, .archive article .entry-content .entry-image-link {
     grid-column-start: 2;
     grid-row-start: 1;
     grid-row-end: 3;
     padding-left: 40px;
}
 .blog article .entry-content:before, .archive article .entry-content:before {
     display: none;
}
 .blog article .entry-content .more-link, .archive article .entry-content .more-link {
     grid-column-start: 1;
}
 .blog article footer.entry-footer, .archive article footer.entry-footer {
     display: none;
}
 .blog article, .archive article {
     border-bottom: solid 1px #dddddd;
     padding-bottom: 20px;
}
.blog article:last-child {
	border-bottom: none;
}
article a.entry-title-link {
    display: inline-block;
    line-height: 1.25;
	font-size: 35px;
}
 .pagination ul {
     padding: 0;
}
 a.entry-image-link:hover img {
     opacity: 0.7;
}
 a.entry-image-link img {
     transition: opacity 300ms;
}
 div.addtoany_content {
     margin: 40px 0;
}
 div.addtoany_content:before {
     content: 'Share on Social Media';
     font-size: 0.875em;
     display: block;
     margin-bottom: 10px;
     font-style: italic;
     opacity:0.7;
}
 div.addtoany_content > div a:first-child {
     padding-left: 0;
}

@media only screen and (max-width:960px) {
	body.content-sidebar .sidebar {
		margin-bottom: 90px;
		margin-top: 0;
	}
}

@media only screen and (max-width:700px) {
	.entry-content > img:first-child {
		float: none;
		margin: 0 0 32px 0;
		width: 100%;
	}
	div.row h2, div.row .f-text > p, div#cta {
		text-align: left !important;
	}
}

 @media only screen and (max-width: 600px) {
     .blog article .entry-content, .archive article .entry-content {
         display: flex;
         flex-direction: column;
    }
     .blog article .entry-content .entry-image-link, .archive article .entry-content .entry-image-link {
         order: -1;
         padding: 0;
         margin-bottom: 20px;
         display:inline-block;
         width:300px;
         max-width:100%;
    }
     .blog article .entry-content * {
         grid-column-start: auto;
         grid-row-start: auto;
         grid-column-end: auto;
         grid-row-end: auto;
    }
}
/********************** * Footer & CTA *********************/
div#va-footer a{
color:#BBBBBB;
}
 div#va-footer {
     background:#151C20;
     padding: 64px 10%;
     margin-bottom:0;
}
 div#va-footer .row-inner {
     display: flex;
     justify-content: space-between;
}
 .footer-col {
     width: 18%;
}
 .footer-col.contact-info {
     min-width: 250px;
     padding-right:20px;
}
 .footer-col.contact-info img {
     margin-bottom: 20px;
}
 .contact-info p {
     margin-bottom: 10px;
     font-size:18px;
}
 .contact-info p.f-address {
     display: flex;
}
 p.f-address span {
     display: block;
}
 .contact-info svg {
     width: 16px;
	 min-width:16px;
     height: 16px;
     color: #222222;
}
 .contact-info a:hover svg {
     opacity: 0.7;
}
 .menu-col li.menu-item-has-children > a {
     font-weight: 700;
}
 .menu-col li a {
     text-decoration: none;
}
div#va-footer .menu-col li:first-child{
 margin-bottom:14px;
}
div#va-footer .menu-col li:first-child a{
 font-size:24px;
 font-weight:900;
 color:#fff;
}
div#va-footer .menu-col li:first-child a:hover{
color:#287bc1;
}
#menu-footer-menu-2 li:first-child{
 visibility:hidden;
}
 .menu-col ul.sub-menu {
     padding-top: 8px;
}
 .menu-col li {
     margin-bottom: 8px;
}
 .copy-va {
     display: inline-block;
}
div#cta {
    /* background: #efefef; */
    text-align: center;
    /* border-top: solid 1px #dddddd; */
    /* border-bottom: solid 1px #dddddd; */
    margin-bottom: 0;
    background-position: top center !important;
    background-size: cover !important;
    color:#fff;
    padding:40px 10%;
}
div#cta .row-inner{
    display:flex;
    align-items:center;
}
div#cta .cta-header, div#cta .cta-content{
    margin-right:70px;
}
div#cta .cta-header h2{
    font-family: 'Shadows Into Light Two';
    color:#fff;
    font-size:48px;
    font-weight:400;
    margin-bottom:0;
}
div#cta .cta-content p{
    margin:0;
    font-weight:500;
}
div#cta .button{
    background:#151C20;
    color:#fff;
    border-radius: 0;
    padding: 15px 30px;
    font-weight: 600;
}
div#cta .button:hover{
    background:#1E3440;
}
.site-footer span.sep{
	display:inline-block;
	padding:0 16px;
	margin:0;
}
.isMobile .site-footer {
    margin-bottom: 50px;
}
@media only screen and (max-width:1720px){
 div#va-footer, div#cta{
 padding-left:5%;
 padding-right:5%;
 }
}
@media only screen and (max-width:1560px){
 div#cta .row-inner{
 /* max-width:90%; */
 }
 div#cta .cta-header h2{
 font-size:36px;
 }
 div#cta .cta-header, div#cta .cta-content{
 margin-right:40px;
 }
 div#cta .cta-content p{
 font-size:.875rem;
 }
}
@media only screen and (max-width:1180px) {
 div#cta .row-inner{
 display:block;
 }
 div#cta .cta-header, div#cta .cta-content{
 margin-right:0px;
 }
 div#cta .cta-header h2, div#cta .cta-content p{
 margin-bottom:20px;
 }
}
@media only screen and (max-width:960px) {
     div#va-footer{
         padding:50px 5%;
    }
     .footer-col.contact-info {
         min-width: 250px;
         padding-right: 20px;
    }
     div#va-footer .row-inner {
         flex-wrap: wrap;
    }
     .footer-col.contact-info {
         min-width: 0;
         width: 100%;
         margin-bottom: 32px;
    }
     .footer-col {
         width: 23%;
    }
     .footer-col.contact-info img {
         width:200px;
         max-width:60%;
    }
}
 @media only screen and (max-width:768px){
     .footer-col {
         width: 48%;
         margin-bottom:32px;
    }
     .footer-col:nth-child(4), .footer-col:nth-child(5){
         margin-bottom:0;
    }
}
 @media only screen and (max-width:600px) {
     .copy-va {
         display: block;
    }
     .copy-wrap span.sep {
         display: none;
    }
}
 @media only screen and (max-width:500px){
     .footer-col.menu-col {
         display:none;
    }
     .footer-col.contact-info {
         margin-bottom:0;
      padding-right:0;
      text-align:center;
    }
   div#va-footer{
   padding-bottom:10px;
   }
}
/********************** * Mobile Buttons *********************/
 .phone-buttons {
     display: flex;
     width: 100%;
     position: fixed;
     bottom: 0;
     z-index:50;
}
 .phone-buttons > div {
     flex-grow: 1;
     text-align: center;
     background: #262b2e;
     border-right: solid 1px rgba(255,255,255,0.3);
}
 .phone-buttons > div svg {
     width: 25px;
     height: 25px;
     fill: #fff;
}
 .phone-buttons > div a {
     display: flex;
     padding: 10px;
     align-items: center;
     justify-content: center;
}
 .phone-buttons > div:last-child {
     border: 0;
}
/********************** * Layouts *********************/
/*** Title with Main Content ***/
 main#genesis-content {
     padding-top: 140px;
     /* padding-bottom: 100px; */
}
.blog main#genesis-content, .single-post main#genesis-content {
	padding: 140px 5%;
}
.single-product main#genesis-content{
     padding-top: 80px;
}
.row.title-row {
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
}

.row.title-row h1 {
    margin:0 auto;
    margin-bottom:20px;
    width:900px;
    max-width:100%;
}

.row.title-row + .row.main-content {
    padding-top: 20px;
}

 .row.main-content {
     text-align: center;
}
.page-id-675 .row.main-content{
    text-align:left;
}
.page-id-675 .row.main-content .f-text > h2:first-child{
 text-align:center;
}
 .row.main-content .f-text {
     width:1100px;
     max-width:100%;
     margin: 0 auto;
}
 .row.main-content .f-text > h2{
 font-size:32px;
 }
 .row.main-content .f-text > h3{
 font-size:26px;
 }
 .f-text p:last-child, .f-text ul:last-child, .f-text ol:last-child {
     margin-bottom: 0;
}
 .style-dark a {
    color: #fff !important;
    text-decoration: underline;
}
 .style-dark a:hover {
    color: rgba(255,255,255,0.7) !important;
}
 .f-text a.button, .cta-content a.button, a.button.primary {
    text-decoration: none;
    min-width:240px;
    width:min-content;
     color:#fff;
    background:#0C7BC1;
    padding:15px 30px;
    border-radius:0;
    font-weight:600;
}
 .f-text a.button:hover, .cta-content a.button:hover, a.button.primary:hover {
    background:#2da1eb;
}
.cta-content a.button {
    margin: 0 10px;
}

.f-text a.button.secondary, .cta-content a.button.secondary {
    background: #004b87;
}

.f-text a.button.secondary, .cta-content a.button.secondary:hover {
    background: #0073e5;
}

 .style-dark .f-text a.button {
    background:#0C7BC1
}
 .style-dark .f-text a.button:hover {
    background: #2da1eb;
    color: #fff !important;
}
 .breadcrumbs > span:last-child {
    display: none;
}
 span.sep:nth-last-child(2) {
    /* display: none !important; */
}
 .breadcrumbs span.sep {
    color: #222222;
    display: inline-block;
    padding: 0 8px;
    font-size: 12px;
    color: #666;
    font-weight: 700;
}
 .breadcrumbs a {
    /* color: #222222; */
    /* text-decoration: none; */
    /* font-weight: 700; */
    /* font-size: 12px; */
    /* text-transform: uppercase; */
}
 .breadcrumbs a:hover {
     color: #0073e5;
}
 .breadcrumbs {
    margin-bottom: 16px;
    text-align:center;
}
.breadcrumb-decoration{
background: #287bc1;
display:inline-block;
text-transform:uppercase;
color:#fff;
font-weight:900;
font-size:.875rem;
padding:4px 18px;
transform: skew(-15deg);
margin-bottom:10px;
}
.breadcrumb-decoration span{
transform: skew(15deg);
display:block;
}
.breadcrumb-decoration span a{color:#fff!important;}
.breadcrumb-decoration span a:hover{
opacity:0.7;
}
.row.main-content.has-main-img {
    text-align: left;
}

.row.main-content.has-main-img .f-text {
    max-width: 100%;
}

.row.main-content.has-main-img .f-text > img, .row.main-content.has-main-img .f-text > picture {
    float: right;
    display: inline-block;
    border: solid 1px #ddd;
    margin: 0 0 40px 40px;
    max-width: 500px;
}

@media only screen and (max-width:960px) {
     main#genesis-content {
     padding-top:50px;
     padding-bottom:50px;
     }
    .row.main-content.has-main-img .f-text > img, .row.main-content.has-main-img .f-text > picture {
        float: none;
        margin: 0 0 40px 0;
        max-width: 100%;
    }
	.row.title-row {
		text-align: center;
		padding-top: 0;
		padding-bottom: 00px;
	}
}

/*  @media only screen and (max-width:700px) {
     .row.main-content, .row.title-row {
         text-align: left;
    }
} */

.search-no-results h1.woocommerce-products-header__title.page-title:after {
    content: 'There are no results for your search.';
    display: block;
    font-size: 20px;
    margin-top: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

@media only screen and (max-width:600px) {
	.cta-content a.button {
		width:100%;
		margin:0 0 20px 0;
	}

	.cta-content a.button:last-child {
		margin-bottom:0;
	}
}
/*** Image - Full Width ***/
 .image-full-width {
     text-align: center;
}
 .image-full-width .caption {
     padding-top: 20px;
     font-style: italic;
}
/*** Content with Media ***/
.row.content-media{
     padding-top:0;
     padding-bottom:0;
}
.content-media .row-inner {
     position:relative;
     height:650px;
}
.content-media .row-inner > div {

}
.content-media.row .row-inner > div {
     width:58%;
}
.content-media .row-inner > div.f-text {
     background:#EBEBEB;
     display:flex;
     flex-wrap:wrap;
     align-items:center;
     padding:70px 90px;
     position:absolute;
     z-index:1;
     height:100%;
     max-height:540px;
}
.content-media.style-dark .row-inner > div.f-text {
     background:#151C20;
}
.content-media.asset-left .row-inner > div.f-text {
     padding-left:340px;
     right:0;
     bottom:0;
}
.content-media.asset-left .row-inner > div.f-text > div, .content-media.asset-right .row-inner > div.f-text > div{
z-index:9999;
}
.content-media.asset-right .row-inner > div.f-text {
     padding-right:340px;
}
.content-media .row-inner > div.f-text * {
     flex-basis:100%;
}
.content-media .row-inner > div.f-asset{
     position:relative;
     z-index:10;
     height:100%;
     max-height:540px;
     overflow:hidden;
}
.content-media.asset-right .row-inner > div.f-asset {
     position:absolute;
     right:0;
     top:0;
     
}
.content-media.asset-right .row-inner > div.f-text{
     position:absolute;
     bottom:0;
}
 .content-media.asset-left .row-inner > div.f-asset {
     
}
 .content-media .f-asset img, .content-media .f-asset iframe {
     width: 100%;
}
@media only screen and (max-width:1640px) {
     .content-media.row .row-inner > div {
     width:55%;
     }
     .content-media.asset-left .row-inner > div.f-text{
     padding-left:200px;
     }
}
@media only screen and (max-width:1400px) {
     .content-media.row .row-inner > div {
     width:52%;
     }
     .content-media.asset-left .row-inner > div.f-text{
     padding-left:100px;
     }
}
@media only screen and (max-width:1250px) {
     .content-media .row-inner{
     height:auto;
     }
     .content-media.row .row-inner > div {
     width:100%;
     }
     .content-media.asset-left .row-inner > div.f-text, .content-media.asset-right .row-inner > div.f-text{
     position:relative;
     height:auto;
     padding:50px 7.5%;
     max-height:5000px;
     }
     .content-media.asset-left .row-inner > div.f-asset{
     margin:0;
     }
     .content-media.asset-right .row-inner > div.f-asset, .content-media.asset-right .row-inner > div.f-text{
     position:relative;
     margin:0;
     height:auto;
     }
     .content-media.style-dark.asset-left .row-inner > div.f-text:after{
     display:none;
     }
}
 @media only screen and (max-width:900px) {
     .content-media .row-inner {
         flex-wrap: wrap;
    }
     .content-media .row-inner > div {
         width: 100%;
    }
     .content-media .row-inner > div.f-asset {
         order: 0 !important;
    }
}
/*** Form ***/
 .form .form-wrap {
     max-width: 900px;
     margin: 0 auto;
}
 .form-content h2 {
     text-align: center;
}
 .form-content .f-text {
     padding-bottom: 40px;
}
 .page-id-94 div#va-footer {
     border-top: solid 1px #dddddd;
}
 .gform_wrapper .gfield h2, .gform_wrapper .gfield h3, .gform_wrapper .gfield h4 {
     margin: 20px 0;
}
.row.style-dark form input[type="submit"] {
    background: rgba(255 255 255 / 35%);
}

.row.style-dark form input[type="submit"]:hover {
    background: rgba(255 255 255 / 45%);
}

.form.layout-side .row-inner {
    display: flex;
}

.form.layout-side .row-inner .form-content {
    width: 50%;
    padding-right: 45px;
}

.form.layout-side .row-inner .form-content h2 {
    text-align: left;
}

.form.layout-side .row-inner .form-wrap {
    width: 50%;
    padding-left: 45px;
}

.style-dark .gform_wrapper .gfield_required {
    color: #ffb3b3;
}

div.gform_wrapper .gform_validation_errors>h2 {
    font-weight: 700;
    font-size: 16px;
}

div.gform_wrapper .gfield_error legend, div.gform_wrapper .gfield_error label {
    color: #ffb3b3;
}

@media only screen and (max-width:960px) {
	.form.layout-side .row-inner {
		display: block;
	}

	.form.layout-side .row-inner .form-content, .form.layout-side .row-inner .form-wrap {
		width: 100%;
		padding-right: 0;
		padding-left:0;
	}
}

/*** Cards (Default) ***/
.row.cards-default {
    padding-bottom: 68px;
}
 .cards-default h2 {
     text-align: center;
}
 .cards-default .f-text {
     margin-bottom: 64px;
}
 .cards-default .cards-items {
     display: flex;
     flex-wrap: wrap;
     justify-content: center;
}
 .cards-default .cards-items .item {
     width: calc(25% - 32px);
     margin-right: 32px;
     border-radius: 20px;
     overflow: hidden;
     box-shadow: 0px 12px 20px -6px rgb(0 0 0 / 20%);
     margin-bottom:32px;
     transition: all 0.2s ease-in-out;
     background:#fff;
}
 .cards-default .cards-items .item:hover{
     box-shadow: 0px 22px 30px -6px rgb(0 0 0 / 30%);
}
 .cards-default .cards-items .img {
     height: 200px;
     position: relative;
     background-size: cover !important;
     background-position: center !important;
}
 .cards-default .cards-items .text {
     padding: 30px;
}
 .cards-default a {
     text-decoration: none;
     color:#004b87;
}
 .cards-default a:hover{
     color:#0073e5;
}
 .cards-default h3 {
     font-size: 22px;
     font-weight: 700;
     margin-bottom: 0;
     color:#004b87;
     transition:all 300ms;
}
 .cards-default a:hover h3 {
     color: #0073e5;
}
 .cards-default p.secondary {
     font-size: 0.75em;
     color: rgba(0,0,0,0.6);
     margin-bottom: 16px;
}
 .cards-default .desc p {
     color: #222222;
     margin-bottom: 16px;
}
 .cards-default .btn-cta {
     border-radius: 25px;
     padding: 10px 40px;
     background: #004b87;
     color: #fff;
     font-weight: 700;
     font-size: 0.875em;
     display: inline-block;
     transition: all 300ms;
}
 .cards-default a:hover .btn-cta {
     background: #0073e5;
}
 .cards-default .cards-items .img:before {
     content: '';
     top: 0;
     left: 0;
     display: block;
     width: 100%;
     height: 100%;
     background: #004b87;
     transition: all 400ms;
     opacity: 0;
}
 .cards-default .cards-items a:hover img:before {
     opacity: 0.7 !important;
}
 .cards-default .cards-items a:hover .img:before {
     opacity: 0.7;
}
 .cards-default.card-style-side .cards-items .item {
     width: calc(50% - 32px);
     box-shadow: 2px 3px 20px 0px rgb(0 0 0 / 20%);
}
 .cards-default.card-style-side .cards-items .item a {
     display: flex;
}
 .cards-default.card-style-side .cards-items .item .img {
     width: 45%;
     min-width: 45%;
     display:flex;
     height: auto;
}
 .cards-default.card-style-side .cards-items .item .text {
     width: 55%;
     min-width: 55%;
}
 @media only screen and (max-width:1400px) {
     .cards-default .cards-items .item {
         width: calc(33.33% - 32px);
    }
}
 @media only screen and (max-width:1100px) {
     .cards-default.card-style-side .cards-items .item {
         width: 100%;
         margin-right: 0;
    }
}
 @media only screen and (max-width:1000px) {
     .cards-default .cards-items .item {
         width: calc(50% - 32px);
    }
}
 @media only screen and (max-width:950px) {
     .cards-default.card-style-side .cards-items .item {
         width: 100%;
         margin-right: 0;
    }
}
 @media only screen and (max-width:700px) {
     .cards-default .cards-items .item {
         width: 100%;
         margin-right:0 !important;
    }
}
 @media only screen and (max-width:500px) {
     .cards-default.card-style-side .cards-items .item a {
         flex-direction: column;
    }
     .cards-default.card-style-side .cards-items .item .img {
         width: 100%;
         height: 200px;
    }
     .cards-default.card-style-side .cards-items .item .text {
         width: 100%;
    }
}
/*** Cards (Full Image) ***/
 .cards-full-image h2{
     text-align: center;
}
 .cards-full-image .f-text {
     margin-bottom: 64px;
}
 .cards-full-image .cards-items {
     display: flex;
     flex-wrap: wrap;
     justify-content: center;
}
 .cards-full-image .item {
     width: calc(25% - 20px);
     margin-right: 20px;
     height: 400px;
     border-radius: 20px;
     overflow: hidden;
     background-size: cover !important;
     background-position: center !important;
     margin-bottom: 20px;
}
 .cards-full-image .item a {
     padding: 20px;
     display: block;
     text-align: center;
     color: #fff;
     text-decoration: none;
     position: relative;
     height: 100%;
     transition: all 600ms;
}
 .cards-full-image div.desc {
     max-height: 0;
     transition: all 600ms;
     transition-timing-function: cubic-bezier(0.53, 0.94, 0.82, 0.63);
     overflow: hidden;
     display: block;
     margin-bottom: 0;
}
 .cards-full-image p.secondary {
     font-size: 0.75em;
     margin: 0;
     transition: margin 600ms;
	 color:#fff;
}
 .cards-full-image a:hover p.secondary {
     margin-bottom: 16px;
}
 .cards-full-image .text {
     position: absolute;
     bottom: 0;
     left: 0;
     width: 100%;
     padding-bottom: 26px;
     z-index: 1;
     display: flex;
     flex-direction: column;
     justify-content: center;
     height: 400px;
     max-height: 85px;
     transition: max-height 600ms;
     color:#fff;
}
 .cards-full-image .item a:after {
     content: '';
     background-image: linear-gradient(0deg, #000000a6, transparent);
     display: block;
     position: absolute;
     bottom: 0;
     left: 0;
     width: 100%;
     height: 50%;
     transition: all 600ms;
}
 .cards-full-image h3 {
     font-size: 22px;
     font-weight: 700;
     margin-bottom: 10px;
	 color:#fff;
}
 .cards-full-image .item a:hover div.desc, .isMobile .cards-full-image .item a div.desc {
     max-height: 350px;
}
 .cards-full-image .item a:hover:after, .isMobile .cards-full-image .item a:after {
     height: 140%;
     background-image: linear-gradient(0deg, #000000a6, #00000000);
}
 .cards-full-image .item div.desc p {
     font-size: 0.75em;
     padding: 0 32px;
     margin-bottom:0;
	 color:#fff;
}
 .cards-full-image a:hover .text, .isMobile .cards-full-image a .text {
     max-height: 400px;
     padding-bottom: 0;
}
 .cards-full-image .item span.btn-cta {
     background: #004b87;
     display: inline-block;
     left: 0;
     right: 0;
     margin: 0 auto;
     padding: 6px 24px;
     border-radius: 20px;
     font-size: 0.875em;
     margin-top: 16px;
     font-weight: 700;
     transition: all 0.2s ease-in-out;
}
 .cards-full-image .item span.btn-cta:hover {
     background: #0073e5;
}
 @media only screen and (max-width:1400px) {
     .cards-full-image .item {
         width: calc(33% - 20px);
    }
}
 @media only screen and (max-width:950px) {
     .cards-full-image .item {
         width: calc(50% - 10px);
    }
     .cards-full-image .item:nth-child(even) {
         margin-right: 0;
    }
}
 @media only screen and (max-width:700px) {
     .cards-full-image h2, .cards-full-image .f-text {
         text-align: left;
    }
}
 @media only screen and (max-width:600px) {
     .cards-full-image .item {
         width: 100%;
         margin-right:0 
    }
}
/*** Cards (Small with Hover Image) ***/
 .cards-small-with-hover-image .f-text {
     margin-bottom: 64px;
}
 .cards-small-with-hover-image h2 {
     text-align: center;
}
 .cards-small-with-hover-image .cards-items {
     display: flex;
     flex-wrap: wrap;
     justify-content: center;
}
 .cards-small-with-hover-image .item {
     width: calc(25% - 20px);
     margin-right: 20px;
     margin-bottom:20px;
     background-position: center !important;
     background-size: cover !important;
}
 .cards-small-with-hover-image .item a {
     display: flex;
     position: relative;
     flex-direction: column;
     text-decoration: none;
     color: #222222;
     box-shadow: 0 0 13px -5px rgb(0 0 0 / 20%);
     border: solid 1px #dddddd;
     border-bottom: 0;
     height:100%;
}
 .cards-small-with-hover-image .item svg {
     width: 40px;
     height: 40px;
     color: #222222;
     fill:#222222;
     margin-bottom: 10px;
     transition: all 600ms;
}
 .cards-small-with-hover-image .item h3 {
     font-size: 22px;
     margin-bottom: 8px;
     font-weight: 700;
	 color:#004b87;
	 transition:all 300ms;
}

.cards-small-with-hover-image .item a:hover h3 {
    color: #fff;
}

 .cards-small-with-hover-image .item a:before {
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: #fff;
     transition: all 600ms;
}
 .cards-small-with-hover-image .item .text {
     position: relative;
     z-index: 1;
     padding: 64px 20px;
     display: flex;
     flex-direction: column;
     justify-content: center;
     height: 100%;
     color:#222222;
     transition:color 300ms;
}
 .cards-small-with-hover-image .item a:hover .text {
     color: #fff;
}
 .cards-small-with-hover-image .item p {
     font-size: .75em;
     margin-bottom: 0;
     line-height: 1.25;
	 color:#222;
	 transition:all 300ms;
}
.cards-small-with-hover-image .item a:hover p {
    color: #fff;
}
 .cards-small-with-hover-image span.icon-arrow {
     display: block;
     width: 100%;
     background: #004b87;
     z-index: 1;
     padding: 0 5px;
     height: 22px;
     max-height: 4px;
     transition: all 600ms;
     overflow: hidden;
     position: absolute;
     bottom: 0;
}
 .cards-small-with-hover-image .item .icon-arrow svg {
     color: #fff;
     height: 12px;
     width: 12px;
     float: right;
     transition: all 600ms;
     opacity: 0;
     margin: 0;
}
 .cards-small-with-hover-image a:hover span.icon-arrow {
     max-height: 22px;
     padding: 5px;
}
 .cards-small-with-hover-image a:hover span.icon-arrow svg {
     opacity: 1;
}
 .cards-small-with-hover-image .item a:hover:before {
     background: rgba(0,0,0,0.4);
}
 .cards-small-with-hover-image .item a:hover {
     color: #fff;
}
 .cards-small-with-hover-image .item a:hover svg {
     color: #fff;
     fill:#fff;
}
 .cards-small-with-hover-image.style-dark .item a {
     border: 0;
}

.cards-small-with-hover-image.style-dark span.icon-arrow {
    background: #a0b526;
}

 @media only screen and (max-width:1400px) {
     .cards-small-with-hover-image .item {
         width: calc(33.33% - 20px);
    }
}
 @media only screen and (max-width:950px) {
     .cards-small-with-hover-image .item {
         width: calc(50% - 10px);
    }
     .cards-small-with-hover-image .item:nth-child(even) {
         margin-right:0;
    }
}
 @media only screen and (max-width:600px) {
     .cards-small-with-hover-image .item {
         width: 100%;
         margin-right:0;
    }
}
/*** Cards (Grid with Featured) ***/
 .cards_grid_with_featured h2 {
     text-align: center;
}
 .cards_grid_with_featured .f-text {
     margin-bottom: 64px;
}
 .cards_grid_with_featured .cards-items {
     display: flex;
     flex-wrap: wrap;
     justify-content: space-between;
}
 .cards_grid_with_featured .grid-half {
     width: 50%;
     display: flex;
     flex-wrap: wrap;
     margin-bottom: 30px;
}
 .cards_grid_with_featured .grid-half:nth-child(odd) {
     padding-right: 15px;
}
 .cards_grid_with_featured .grid-half:nth-child(even) {
     padding-left: 15px;
}
 .cards_grid_with_featured .grid-half .item.featured {
     width: 100%;
     height: 630px;
     border:solid 1px #dddddd;
}
 .cards_grid_with_featured .grid-half .item.normal {
     height: calc(50% - 15px);
     margin-bottom: 30px;
     width: calc(50% - 15px);
     margin-right: 30px;
     height: 300px;
     border:solid 1px #dddddd;
}
 .cards_grid_with_featured .grid-half .item a {
     text-decoration: none;
     color: #fff;
     display: flex;
     height: 100%;
     position: relative;
     overflow: hidden;
}
 .cards_grid_with_featured .grid-half .item a:before {
     content: '';
     display: block;
     position: absolute;
     bottom: 0;
     left: 0;
     width: 100%;
     height: 50%;
     background: linear-gradient(0deg, #000000a6, transparent);
     transition: all 600ms;
}
 .cards_grid_with_featured .grid-half .item h3 {
     margin-bottom: 8px;
     font-size: 20px;
     text-align: center;
     font-weight:700;
	 color:#fff;
}
 .cards_grid_with_featured .grid-half .item p {
     text-align: center;
     font-size: 0.75em;
     margin-bottom: 0;
	 color:#fff;
}
 .cards_grid_with_featured .grid-half .item a .text {
     width: 100%;
     position: absolute;
     bottom: 10px;
     padding: 20px;
     transition: all 600ms;
}
 .cards_grid_with_featured .grid-half .item.normal:nth-child(even) {
     margin-right: 0;
}
 .cards_grid_with_featured .grid-half .item.normal:nth-child(3), .cards_grid_with_featured .grid-half .item.normal:nth-child(4) {
     margin-bottom: 0;
}
 .cards_grid_with_featured .grid-half .item {
     background-size: cover !important;
     background-position: center !important;
}
 .cards_grid_with_featured .grid-half .item a:hover:before {
     height: 140%;
     background: linear-gradient(0deg, rgb(0 75 135 / 94%), transparent);
}
 .cards_grid_with_featured .grid-half .item a:hover .text {
     bottom: calc(50% - 50px);
}
 .cards_grid_with_featured.style-dark .grid-half .item {
     border: solid 1px #034e99;
}
 @media only screen and (max-width:1200px) {
     .cards_grid_with_featured .grid-half {
         width: 100%;
         padding:0 !important;
    }
     .cards_grid_with_featured .grid-half .item.featured {
         height: 300px;
    }
     .cards_grid_with_featured .grid-half .item.normal {
         width: calc(50% - 15px);
    }
}
 @media only screen and (max-width:600px) {
     .cards_grid_with_featured .grid-half .item.normal {
         width: 100%;
         margin-right:0;
         margin-bottom:30px !important;
    }
}
/*** List with Small Image ***/
.row.list-with-small-images {
    padding-bottom: 36px;
}
 .list-with-small-images h2 {
     text-align: center;
}
 .list-with-small-images .f-text {
     margin-bottom: 64px;
}
 .list-with-small-images .list-items {
     display: flex;
     padding-top:40px;
     margin:0;
     margin-left:calc(12% - 15px);
     margin-right:calc(12% - 15px);
}
 .list-with-small-images .item {
/*      width: 50%; */
     flex-grow: 1;
     background:#fff;
     margin:0 15px;
     -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,.12);
     box-shadow: 0 0 30px 0 rgba(0,0,0,.12);
     margin-bottom: 64px;
}
.list-with-small-images .item:hover{
     -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,.25);
     box-shadow: 0 0 30px 0 rgba(0,0,0,.25); 
}
.list-with-small-images .item a{
     padding:40px;
}
 .list-with-small-images .item a, .list-with-small-images .item .item-inner {
     text-decoration: none;
     display: flex;
}
 .list-with-small-images .item h3 {
     font-size: 22px;
     font-weight: 700;
     margin-bottom: 10px;
     transition:all 300ms;
}
.list-with-small-images .item:hover h3{
    color:#0a7bc0;
}
 .list-with-small-images .item p {
     color: #222222;
     margin-bottom: 0;
}
 .list-with-small-images.style-dark .item p {
     color: #fff;
     opacity: 0.8;
}
 .list-with-small-images .img {
     width: 100px;
     height: 100px;
     min-width: 100px;
     margin-right: 20px;
     /* border-radius: 50%; */
     background-size: cover !important;
     background-position: center !important;
     position: relative;
     overflow: hidden;
}
 .list-with-small-images .item:nth-child(even) {
     /* padding-left: 32px; */
}
 .list-with-small-images .img:before {
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     background: #004b87;
     display: block;
     width: 100%;
     height: 100%;
     opacity: 0;
     transition: all 400ms;
	 border-radius:50%;
}
 .list-with-small-images a:hover .img:before {
     /* opacity: 0.7; */
}
 .list-with-small-images.list-style-stacked a, .list-with-small-images.list-style-stacked .item-inner {
     flex-direction: column;
     align-items: center;
     text-align: center;
}
 .list-with-small-images.list-style-stacked .img {
     margin-bottom: 20px;
     margin-right: 0;
     background-size:60%!important;
     background-repeat:no-repeat!important;
     background:#0a7bc0;
     height:70px;
     transition:all 300ms;
}
 .list-with-small-images.list-style-stacked .item:hover .img{
/*      background:#262b2e; */
 }
.list-with-small-images.list-style-stacked .img img{
    height:80px;
}
 .list-with-small-images.list-style-stacked .item {
/*      width: 25%; */
     transition:all 300ms;
}
.row.list-with-small-images.list-style-split {
    padding-bottom: 90px;
}
 .list-with-small-images.list-style-split .row-inner {
     display: flex;
}
 .list-with-small-images.list-style-split .row-inner .list-content {
     width: 50%;
     padding-right: 32px;
     display: flex;
     flex-direction: column;
     justify-content: center;
}
 .list-with-small-images.list-style-split .row-inner .list-items {
     padding-left: 32px;
     width: 50%;
}
 .list-with-small-images.list-style-split .row-inner .list-items .item {
     width: 100%;
     margin-bottom: 0;
     border: solid 1px #dddddd;
     border-bottom: 0;
     padding: 0;
}
 .list-with-small-images.style-light.list-style-split .row-inner .list-items .item, .list-with-small-images.style-dark.list-style-split .row-inner .list-items .item {
     background: #fff;
}
 .list-with-small-images.list-style-split.style-dark a {
     color: #0073e5 !important;
}
 .list-with-small-images.list-style-split.style-dark a:hover {
     color: #222222!important;
}
 .list-with-small-images.list-style-split.style-dark .item p {
     color: #222222;
     opacity: 1;
}
 .list-with-small-images.list-style-split .row-inner .list-items .item:last-child {
     border-bottom: solid 1px #dddddd;
}
 .list-with-small-images.list-style-split .row-inner .list-items .item a, .list-with-small-images.list-style-split .row-inner .list-items .item .item-inner {
     padding: 20px;
}
 .list-with-small-images.list-style-split h2 {
     text-align: left;
}
 .list-with-small-images.list-style-split .f-text {
     text-align: left;
     margin-bottom: 0;
}

.list-with-small-images .text {
    width: 100%;
}

.list-with-small-images.list-style-split.style-dark .item h3 {
    color: #004b87;
    transition:all 300ms;
}

.list-with-small-images.list-style-split.style-dark .item a:hover h3 {
    color: #0073e5;
}

 @media only screen and (max-width:1400px) {
     .list-with-small-images.list-style-split .row-inner {
         display: block;
    }
     .list-with-small-images.list-style-split .row-inner .list-content {
         width: 100%;
         padding:0;
    }
     .list-with-small-images.list-style-split .f-text {
         margin-bottom: 64px;
    }
     .list-with-small-images.list-style-split h2 {
         text-align: center;
    }
     .list-with-small-images.list-style-split .row-inner .list-items {
         width: 100%;
         padding:0;
    }
}
 @media only screen and (max-width:1200px) {
     .list-with-small-images.list-style-stacked .item {
         width: 50%;
    }
}
@media only screen and (max-width:960px) {
	.row.list-with-small-images {
		padding-bottom: 0;
	}
    #acf62fe8f4e95113 > .row-inner{
   background: rgb(255,255,255);
   background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 20%, rgba(235,235,235,1) 20%, rgba(235,235,235,1) 100%);
   }
    .list-with-small-images .list-items{
    flex-wrap:wrap;
    }
}
 @media only screen and (max-width:768px) {
     .list-with-small-images .item {
         width: 100%;
         /* padding: 0 !important; */
    }
     .list-with-small-images.list-style-stacked .item {
         width: 100%;
    }
}
 @media only screen and (max-width:500px) {
     .list-with-small-images.list-style-split .img {
         width: 50px;
         height: 50px;
         min-width: 50px;
    }
}
/*** Column-Based Content ***/
 .column-content h2 {
     text-align: center;
}
 .column-content .row-inner > .f-text {
     margin-bottom: 40px;
}
 .column-content .column-items {
     display: flex;
     justify-content: space-between;
}
 .column-content .col {
     width: 100%;
}
 .column-content .col:last-child {
     margin-bottom:0 !important;
}
 .column-content.col-2 .column-items .col {
     width: calc(50% - 40px);
}
 .column-content.col-3 .column-items .col {
     width: calc(33.33% - 40px);
}
 .column-content.col-4 .column-items .col {
     width: calc(25% - 40px);
}
div#acf62f2cf1e7d45a .column-items {
    justify-content: flex-start;
}
 @media only screen and (max-width:1100px) {
     .column-content .column-items {
         flex-wrap:wrap;
    }
     .column-content.col-4 .column-items .col {
         width: calc(50% - 40px);
         margin-bottom:40px;
    }
}
 @media only screen and (max-width:950px) {
     .column-content.col-3 .column-items .col {
         width: calc(33.33% - 20px);
    }
     .column-content.col-2 .column-items .col, .column-content.col-4 .column-items .col {
         width: calc(50% - 20px);
    }
}
 @media only screen and (max-width:680px) {
     .column-content.col-2 .column-items .col, .column-content.col-3 .column-items .col, .column-content.col-4 .column-items .col {
         width: calc(100%);
         margin-bottom:40px;
    }
}
/*** Services Crosslinking ***/
 .x-link-wrap {
    margin-bottom: 0px;
    overflow:hidden;
}
 .x-link-wrap .row-inner {
    display: flex;
}
 .x-link-wrap .row-inner .f-text {
    width: 33.33%;
    min-width: 33.33%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
 .x-link-wrap .x-links {
    width: 100%;
    padding-left: 60px;
    margin-bottom:40px;
}
 .x-link-wrap .x-link {
    width: 362px;
     padding:0 16px;
}
 .x-link a.button {
    background: none;
    color: #004b87;
    padding: 0;
}
 .x-link a {
    display: block;
    text-decoration: none;
}
 .x-link a span {
    color: #004b87;
    font-weight: 700;
    display: block;
    padding-top: 12px;
}
 .x-link-wrap button.slick-arrow svg {
    fill: rgba(0,0,0,0.4);
    position: absolute;
    width: 24px;
    transition: all 300ms;
}
 .x-link-wrap button.slick-arrow {
    top: auto;
    padding: 0;
    height: 40px;
    width: 24px;
    display: flex;
     background:none;
     position:absolute;
}
 .x-link-wrap button.slick-arrow.slick-next {
    bottom: -40px;
    left: 126px;
    right: auto;
}
 .x-link-wrap button.slick-arrow.slick-prev {
    bottom: -40px;
    left: 76px;
}
 .x-link-wrap button.slick-arrow:hover svg {
    fill: #a0b526;
}
 .x-link.slick-slide:hover {
     transition:opacity 300ms;
}
 .x-link.slick-slide:hover {
     opacity: 0.7;
}
 .row.x-link-wrap.layout-simple .row-inner {
     display: block;
}
 .row.x-link-wrap.layout-simple .row-inner .f-text {
     width: 100%;
     min-width: 0;
     margin-bottom: 40px;
     text-align: center;
}
 .row.x-link-wrap.layout-simple .x-links {
     display: flex;
     padding: 0;
     margin: 0;
     position: relative;
     left: -16px;
     width: calc(100% + 32px);
}
 .layout-simple .x-link a span {
     text-align: center;
     padding-top: 8px;
     transition: all 300ms;
}
 .layout-simple .x-link img {
     border: solid 1px #dddddd;
     transition: all 300ms;
}
 .layout-simple .x-link a:hover img {
     opacity: 0.7;
}
 .layout-simple .x-link a:hover span {
     color: #222222;
}
 .x-link-wrap.layout-simple .x-link {
     padding:0 16px;
}
 .style-dark .x-link a span {
     color: #fff;
}
 .style-dark .x-link a:hover span {
     color: #0073e5;
}
 .layout-simple.style-dark .x-link a img {
     border: solid 1px #034e99;
}
 @media only screen and (max-width:1400px) {
     .x-link-wrap h2 {
        font-size: 32px;
    }
     .x-link-wrap h2 span {
        font-size: 24px;
    }
     .row.x-link-wrap.layout-simple .x-links {
         flex-wrap: wrap;
    }
     .x-link-wrap.layout-simple .x-link {
         width: 33.33%;
         margin-bottom: 40px;
    }
     .row.x-link-wrap.layout-simple {
         padding-bottom: 50px;
    }
}

@media only screen and (max-width:960px) {
	.row.x-link-wrap.layout-simple {
		padding-bottom: 10px;
	}
}
 @media only screen and (max-width:850px) {
     .x-link-wrap .x-links {
        width: 48%;
        padding-left: 4%;
    }
     .x-link-wrap .row-inner .f-text {
        width: 48%;
        min-width: 48%;
    }
     .x-link-wrap button.slick-arrow.slick-prev {
        left: calc(8% + 8px);
    }
     .x-link-wrap button.slick-arrow.slick-next {
        left: calc(8% + 58px);
    }
     .x-link-wrap .x-link {
        padding: 0 8px;
    }
}
 @media only screen and (max-width:650px) {
     .x-link-wrap .x-links {
        width: 100%;
        padding: 0;
    }
     .x-link-wrap .row-inner .f-text {
        width: 100%;
        margin-bottom: 40px;
    }
     .x-link-wrap .row-inner {
        display: block;
    }
     .x-link-wrap button.slick-arrow.slick-prev {
        left: 0;
        bottom: -60px;
    }
     .x-link-wrap button.slick-arrow.slick-next {
        left: 50px;
        bottom: -60px;
    }
     .x-link-wrap .x-link {
        padding: 0 16px 0 0;
    }
     .x-link-wrap {
         padding-top: 60px;
         padding-bottom: 60px;
    }
     .x-link-wrap.layout-simple .x-link {
         width: 50%;
    }
}
 @media only screen and (max-width:340px) {
     .row.x-link-wrap.layout-simple .x-links {
         left: auto;
         width: 100%;
    }
     .x-link-wrap.layout-simple .x-link {
         width: 100%;
    }
}
/*** Media Gallery ***/
.gallery h2 {
	text-align: center;
	margin-bottom:40px;
}

 .gallery .gallery-wrap {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 40px);
    left: -20px;
    position: relative;
}
 .gallery .gallery-wrap > div {
    width: 20%;
    padding: 0 20px;
    height: 300px;
    position: relative;
    margin-bottom: 40px;
}
 .gallery .gallery-wrap > div a {
    display: block;
    position: relative;
    overflow: hidden;
    height: 100%;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
 .gallery .gallery-wrap > div a svg {
    width: 12px;
    fill: #0073e5;
    transition: all 300ms;
     top:0;
}
 .gallery .gallery-wrap > div a .icon {
    background: #fff;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 10px;
    right: 10px;
    transition: all 300ms;
}
 .gallery .gallery-wrap > div.video a svg {
    width: 8px;
    height: 100%;
}
 .gallery .gallery-wrap > div a:hover:before {
    opacity: 0;
}
 .gallery .gallery-wrap > div a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    transition: all 300ms;
    opacity: 1;
}
 .gallery .gallery-wrap > div a:hover .icon {
    background: #0073e5;
}
 .gallery .gallery-wrap > div a:hover .icon svg {
    fill: #fff;
}
 @media only screen and (max-width:1400px) {
     .gallery .gallery-wrap > div {
         width: 25%;
    }
}
 @media only screen and (max-width:1100px) {
     .gallery .gallery-wrap > div {
         width: 33.33%;
    }
}
 @media only screen and (max-width:850px) {
     .gallery .gallery-wrap > div {
         width: 50%;
    }
}
 @media only screen and (max-width:550px) {
     .gallery .gallery-wrap > div {
        width: 100%;
        padding: 0;
    }
     .gallery .gallery-wrap {
        left: auto;
        width: 100%;
    }
}
/*** Resources ***/
 .resources h2 {
    text-align:center;
}
 ul.resource-links li {
    list-style: none;
}
 ul.resource-links {
    padding: 0;
}
 ul.resource-links:last-child {
    margin-bottom: 0;
}
 ul.resource-links li a {
    background: url(/wp-content/uploads/pdf-icon.svg) left center no-repeat;
    background-size: 14px;
    padding-left: 28px;
    text-decoration: none;
}
 .f-text ul.resource-links {
     margin-bottom: 32px;
     column-count:5;
     padding-bottom:32px;
     border-bottom:1px solid #ddd;
}
 .f-text:last-child ul.resource-links {
     margin-bottom: 0;
}
@media only screen and (max-width:1410px){
 .f-text ul.resource-links {
     column-count:4;
 }
}
@media only screen and (max-width:1200px){
 .f-text ul.resource-links {
     column-count:3;
 }
}
@media only screen and (max-width:900px){
 .f-text ul.resource-links {
     column-count:2;
 }
}
@media only screen and (max-width:700px){
 .f-text ul.resource-links {
     column-count:1;
 }
}
/*** Console ***/
 .console .f-title h2 {
    color: #F0F0F0;
    font-size: 85px;
    font-weight: 700;
    margin-bottom: 24px;
}
 .console .f-title {
    max-width: 100%;
}
 div#console {
    display: flex;
}
 div#console-nav {
    width: 20%;
    padding-right: 60px;
    border-right: solid 1px #f0f0f0;
}
 div#console-window {
    width: 80%;
    padding-left: 60px;
     position:relative;
}
 #console-nav li a {
    color: #777777;
    font-weight: 700;
     text-decoration:none;
}
 #console-nav li {
    list-style: none;
}
 #console-nav ul {
    padding: 0;
    margin: 0;
}
 #console-nav li.active a, #console-nav li a:hover {
    color: #004b87;
}
 div#console-window .console-page {
     display: none;
     opacity: 0;
     transition: all 400ms;
     display: flex;
     height: 0;
     position: absolute;
     top: 0;
     align-items: flex-start;
}
 div#console-window .console-page.active {
     opacity: 1;
     display: flex;
     position: relative;
     height: auto;
     transition: all 400ms;
     z-index:1;
     background:#fff;
}
 div#console-window .console-page > picture, div#console-window .console-page > img {
    width: 40%;
    order: 2;
}
 div#console-window .console-page .f-text {
    width: 60%;
    padding-right: 60px;
}
 #console h3 {
    color: #004b87;
    font-size: 40px;
    margin-bottom: 20px;
}
 .style-light div#console-nav {
     border-right: solid 1px #dddddd;
}
 .style-light div#console-window .console-page.active {
     background: none;
}
 .console.style-light .f-title h2 {
     color: #bfbfbf;
}
 .console.style-dark .f-title h2 {
     color: rgba(255,255,255,0.4);
}
 .style-dark div#console-nav {
     border-color: rgba(255,255,255,0.4);
}
 .style-dark div#console-window .console-page.active {
     background: none;
}
 .style-dark #console h3 {
     color: #fff;
}

.style-dark li.active a, .style-dark li:hover a {
    color: #a0b526 !important;
}

/* Single Post */
body.single-post div.entry-content picture > img {
	margin-bottom: 30px;
}
body.single-post div.entry-content p {
	margin: 0 0 16px;
}

 @media only screen and (max-width:1600px) {
     .console .f-title h2 {
         font-size: 60px;
    }
}
 @media only screen and (max-width:1150px) {
     .console .f-title h2 {
         font-size: 40px;
         color: #dbdbdb;
    }
     #console h3 {
         font-size: 32px;
    }
}
 @media only screen and (max-width:1100px) {
     div#console-nav {
        width: 100%;
        padding: 0;
        border: 0;
        border-bottom: solid 1px #f0f0f0;
        padding-bottom: 20px;
        margin-bottom: 40px;
        overflow-x: scroll;
    }
     div#console {
        display: block;
    }
     div#console-nav ul {
        display: flex;
        max-width: none;
    }
     div#console-nav ul li {
        padding-right: 60px;
    }
     div#console-nav ul li a {
        white-space: nowrap;
    }
     div#console-window {
        width: 100%;
        padding-left: 0;
    }
     div#console-window {
        width: 100%;
        padding-left: 0;
    }
     div#console-window .console-page{
        display: block !important;
    }
     div#console-window .console-page > picture, div#console-window .console-page > img {
        margin: 0 0 40px 0;
        display: block;
        width: auto;
    }
     div#console-window .console-page .f-text {
        width: 100%;
        padding: 0;
    }
}
/*** Post Feed ***/
 .row.acf-post-feed {
     padding-bottom: 60px;
}
 div.row.acf-post-feed h2 {
     text-align: center!important;
     margin-bottom:60px;
}
 .acf-post-feed .f-text {
     margin-bottom: 40px;
}
.style-light .post-feed-wrap{
     background: rgb(235,235,235);
     background: linear-gradient(180deg, rgba(235,235,235,0) 0%, rgba(235,235,235,0) 20%, rgba(235,235,235,1) 20%, rgba(235,235,235,1) 100%);
     position:relative;
     padding-bottom:60px;
}
 .acf-post-feed .post-feed-wrap {
     display: flex;
     flex-wrap: wrap;
     justify-content: center;
     position: relative;
}
.acf-post-feed .post-card {
     width: calc(33.33% - 30px);
     -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.12);
     box-shadow: 0 0 20px 0 rgba(0,0,0,0.12);
     margin: 0 15px;
     display: flex;
     flex-direction: column;
     margin-bottom:60px;
}
.acf-post-feed .post-card:hover{
}
 .post-card .post-img img {
     width: 100%;
     transition:all 300ms;
}
.post-card .card-summary {
     padding: 30px;
     background: #efefef;
     border-top: solid 1px #dddddd;
     flex-grow: 1;
}
.post-card .date{
 color:#0C7BC1;
 font-weight:900;
 font-size:1rem;
}
 .post-card .card-summary h3 {
     font-size: 1.25em;
     margin-bottom: 8px;
}
 .post-card .card-summary h3 a{
     color:#151C20;
 }
.post-card .card-summary h3 a:hover{
     color:#0C7BC1;
}
 .post-card a {
     text-decoration: none;
}
 .post-card p {
     margin-bottom: 8px;
}
 .post-card p.r-type {
     font-weight: 700;
}
 .post-card p.r-meta {
     font-size: 0.875em;
     font-style: italic;
}
 span.categories:before {
     content: '';
     display: inline-block;
     width: 4px;
     height: 4px;
     background: rgba(0,0,0,0.3);
     border-radius: 50%;
     position: relative;
     top: -3px;
     margin-left: 10px;
     margin-right: 10px;
}
 span.categories {
     font-style: normal;
}
 span.categories span.sep:last-child {
     display: none;
}
 span.categories span.sep {
     display: inline-block;
     padding: 0 5px;
}
 .post-card p.r-excerpt {
     font-size: 0.875em;
}
 .post-card a.learn-more {
     font-weight: 700;
     color: #222222;
	 display:inline-block;
	 height:1.25em;
}
 .post-card a.learn-more svg {
     width: 16px;
     display: inline-block;
     margin-left: 4px;
}
 .post-card a.learn-more:hover {
     color: #0073e5;
     fill: #0073e5;
}
 .post-card a:hover img {
     opacity: 0.7;
}
 .style-light .post-card .card-summary, .style-light .post-card .post-img {
     background: #fff;
}
 .style-dark .post-card.type-post {
     border: solid 1px #034e99;
}
 .style-dark .post-card a {
     color: #0073e5 !important;
}
 .style-dark .post-card a:hover {
     color: #222222!important;
}
 .style-dark .post-card p {
     color: #222222;
}
 .style-dark .post-card a.learn-more {
     color: #222222!important;
}
 .style-dark .post-card a.learn-more:hover {
     color: #0073e5 !important;
     fill: #0073e5;
}
.acf-post-feed button{
     padding:17px 20px;
     position:absolute;
     bottom:0;
}
.acf-post-feed button.slick-prev{
     background:#fff;
     left:0;
}
.acf-post-feed button.slick-prev:hover{
     background: #34a2eb;
}
.acf-post-feed button.slick-prev:hover svg{
     fill:#fff;
}
.acf-post-feed button.slick-next{
     left:60px;
}
.acf-post-feed button.slick-next svg{
     fill:#fff;
}
.acf-post-feed .slick-list{
     margin:0 12%;
}
.acf-post-feed .slick-track{
   display: flex !important;
}
.acf-post-feed .slick-slide{
   height: inherit !important;
}
@media only screen and (max-width:1720px){
.acf-post-feed .slick-list{
     margin:0 5%;
}
}
@media only screen and (max-width:960px) {
	.row.acf-post-feed {
		padding-bottom: 20px;
	}
}
 @media only screen and (max-width:900px) {
/*      .acf-post-feed .post-card {
         width: 100%;
         margin: 0 0 40px 0;
         flex-direction: row;
    }
     .acf-post-feed .post-feed-wrap {
         left: auto;
         width: 100%;
    }
     .post-card .post-img {
         order: 2;
         padding: 20px;
         background: #efefef;
         width: 30%;
    }
     .post-card .post-img img {
         width: 100%;
         border:solid 1px #dddddd;
    }
     .post-card .card-summary {
         width: 70%;
         border: 0;
    } */
}
@media only screen and (max-width:699px) {
 .acf-post-feed .slick-track{
 display:block!important;
 }
 .acf-post-feed .post-card{
 margin-bottom:30px!important;
 }
 .style-light .post-feed-wrap{
 padding-bottom:30px;
 }
}
 @media only screen and (max-width:500px) {
     .acf-post-feed .post-card {
         flex-direction: column;
    }
     .post-card .post-img {
         width: 100%;
         order: 0;
         padding: 0;
    }
     .post-card .card-summary {
         width: 100%;
    }
     .post-card .post-img img {
         border: 0;
    }
     .post-card .card-summary {
         border-top: solid 1px #dddddd;
    }
}

/*** Testimonials ***/

.testimonials .post-img {
    padding: 32px 32px 0 32px;
    background: #efefef;
}

.testimonials .post-card .card-summary {
    border: 0;
    padding: 32px;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.testimonials .post-img img {
    max-width: 200px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

.testimonials .post-card.type-testimonials {
    border-top: solid 4px #104b87;
}

.testimonials .post-card p.r-excerpt {
    font-style: italic;
    font-size: 18px;
    margin-bottom: 20px;
}

.post-card p.r-testimonial-meta {
    text-align: center;
    margin-bottom: 0;
}

.post-card p.r-testimonial-meta span {
    display: block;
}

.post-card p.r-testimonial-meta span.name {
    font-weight: 700;
    font-size: 1.125em;
}

.post-card p.r-testimonial-meta span.job-title {
    font-style: italic;
    opacity: 0.6;
}

.post-card p.r-testimonial-meta span.company {
    color: #104b87;
}

.testimonials .post-card.no-img .card-summary {
    justify-content: center;
}

.testimonials.style-dark .post-card.type-testimonials {
    border-top: solid 4px #a0b526;
}

.testimonials.layout-slider button.slick-arrow {
    background: none;
    padding: 0;
    width: 60px;
    height: 60px;
    position: absolute;
	z-index:1;
}

.testimonials.layout-slider button.slick-next {
    right: -60px;
    top: calc(50% - 30px);
}

.testimonials.layout-slider button.slick-arrow svg {
    width: 32px;
    fill: #104b87;
}

.testimonials.layout-slider button.slick-arrow:hover svg {
    fill: #2173e5;
}

.testimonials.layout-slider.style-dark button.slick-arrow svg {
    fill: rgba(255,255,255,0.7);
}

.testimonials.layout-slider.style-dark button.slick-arrow:hover svg {
    fill: rgba(255,255,255,1);
}

.testimonials.layout-slider button.slick-prev {
    left: -60px;
    top: calc(50% - 30px);
}

.testimonials.layout-slider .post-card.type-testimonials {
    height: auto;
}

.testimonials.layout-slider .slick-track {
    display: flex;
}

@media only screen and (max-width:1300px) {
	.testimonials.layout-slider button.slick-arrow {
		/* display: none; */
		left: 0px;
		right: 0;
		margin: 0 auto;
		z-index: 1;
		top: auto;
		bottom: -40px;
	}

	.testimonials.layout-slider button.slick-arrow:hover svg {
		fill: #2173e5;
	}

	.testimonials.layout-slider button.slick-arrow.slick-prev {
		left: -60px;
	}

	.testimonials.layout-slider button.slick-arrow.slick-next {
		right: -60px;
	}

	.testimonials.layout-slider.show-controls .row-inner {padding-bottom: 40px;}
}

@media only screen and (max-width:900px) {
	.testimonials.acf-post-feed .post-card {
		flex-direction: column;
	}

	.testimonials .post-card .post-img {
		width: 100%;
		order: 0;
	}

	.testimonials .post-card .post-img img {
		border: 0;
	}

	.testimonials .card-summary {
		width: 100%;
	}
}

/*** Location ***/

.row.location .row-inner {
    display: flex;
}

.row.location .row-inner > div {
    width: 50%;
}

.row.location .row-inner > div.loc-info {
    padding: 0 40px;
    text-align: center;
	display: flex;
    flex-direction: column;
    justify-content: center;
}

.row.location.asset-map .row-inner .loc-asset {
    overflow: hidden;
    position: relative;
}

.row.location.asset-map .row-inner .loc-asset iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	border:solid 1px #ddd !important;
}

.row.location.asset-image .row-inner .loc-asset img {
	border:solid 1px #ddd !important;
}

.row.location .row-inner > div.loc-info .loc-img {
    display: block;
    width: 300px;
    max-width: 100%;
    margin: 0 auto 40px auto;
}

.row.location .row-inner > div.loc-info h2 {
    font-size: 24px;
    margin-bottom: 16px;
	text-align:center !important;
}

.row.location .row-inner > div.loc-info p {
    margin-bottom: 16px;
    line-height: 1.25;
}

.row.location .row-inner > div.loc-info p.loc-a span {
    display: block;
}

.row.location.asset-map.style-dark .row-inner .loc-asset iframe, .row.location.asset-image.style-dark .row-inner .loc-asset img, .location .loc-info .loc-map iframe {
    border: solid 1px #034e99 !important;
}

.location.asset-image .loc-asset {
    text-align: center;
}

.location.asset-form .gform_footer.top_label {
    padding-bottom: 0;
}

.row.location.asset-loc-left .row-inner > div.loc-info {
    order: 2;
}

.row.location .row-inner > div.loc-info p.loc-a {
    display: flex;
    margin: 0 auto 16px auto;
}

.location .loc-info .loc-map {
    margin-top: 40px;
}

.location .loc-info .loc-map iframe {
    border: solid 1px #ddd !important;
    height: 350px;
    width: 100%;
}

/*start: contact page style side-by-side location blade*/
.page-id-875 .row.column-content{
padding-bottom:0;
}
div#acf62b6092fc9eef{
 padding-bottom:0;
}
div#acf62f2ced7ee73b, div#direct-to-sales{
 padding-top:0;
}
div#acf62be078eef18e:before {
    display: none;
}

div#acf62be078eef18e {
    padding-top: 40px;
}

div#acf62be078eef18e div.loc-info {
    display: block;
    text-align: left;
    padding: 0 45px;
}

div#acf62be078eef18e div.loc-info img {
    margin: 0 0 40px 0;
}

div#acf62be078eef18e h2 {
    text-align: left !important;
}

div#acf62be078eef18e div.loc-asset {
    padding-right: 45px;
}
/*end: contact page style side-by-side location blade*/
/* @media only screen and (max-width:1100px){
div#acf62f2cf1e7d45a .column-items > .col:first-child, div#acf62f2cf1e7d45a .column-items > .col:last-child{
display:none;
}
} */
@media only screen and (max-width:768px) {
	.row.location .row-inner {
		flex-wrap: wrap;
	}

	.row.location .row-inner > div {
		width: 100%;
	}

	.row.location .row-inner .loc-asset {
		padding-top: 50px;
	}

	.row.location.asset-map .row-inner .loc-asset iframe {
		position: relative;
		height: 300px;
		border:solid 1px #ddd !important;
	}
	
	.row.location.asset-loc-left .row-inner > div.loc-info {
		order: 0;
	}
	
	div#acf62be078eef18e {
		padding-top: 0;
	}

	div#acf62be078eef18e div.loc-info {
		padding: 0;
	}

	div#acf62be078eef18e div.loc-asset {
		padding-right: 0;
	}
}

/*** Image Cloud ***/
.image-cloud .f-text {
    margin-bottom: 30px;
}

.layout-simple .image-cloud-wrap {
    display: flex;
    position: relative;
    left: -10px;
    width: calc(100% + 20px);
}

.image-cloud-wrap .img {
    padding: 10px;
}

.image-cloud-wrap .img img {
    transition: all 300ms;
}

.image-cloud-wrap .img a:hover img {
    opacity: 0.7;
}

.image-cloud .f-text h2 {
    text-align: center;
}

@media only screen and (max-width:1200px) {
	.image-cloud-wrap {
		flex-wrap: wrap;
		justify-content: center;
	}

	.image-cloud-wrap .img {
		width: 25%;
	}
}

@media only screen and (max-width:768px) {
	.image-cloud-wrap .img {
		width: 33.33%;
	}
}

@media only screen and (max-width:500px) {
	.image-cloud-wrap .img {
		width: 50%;
	}
}
, .page-template-build-a-cable-connector-2.nav-transparent .site-inner:before.page-template-build-a-cable-connector-1.nav-transparent .site-inner:before, .page-template-build-a-cable-cable.nav-transparent .site-inner:before{
display:none;
background:none;
}
.page-template-build-a-cable-connector-1 main#genesis-content, .page-template-build-a-cable-connector-2 main#genesis-content, .page-template-build-a-cable-cable main#genesis-content{
padding:0;
}
.page-template-build-a-cable-connector-1 .row, .page-template-build-a-cable-connector-2 .row, .page-template-build-a-cable-cable .row{
padding:0;
margin-bottom:0!important;
}
.page-template-build-a-cable-connector-1 .filters h3, .page-template-build-a-cable-connector-2 .filters h3, .page-template-build-a-cable-cable .filters h3{
display:none;
}
.page-template-build-a-cable-cable .filters h3.show{
display:block;
text-align:center;
font-size:18px;
color:#555;
margin-top:20px;
}
.filters{
text-align:center;
}
.page-template-build-a-cable-connector-1 .filters, .page-template-build-a-cable-connector-2 .filters, .page-template-build-a-cable-cable .filters{
margin-bottom:30px;
}
.page-template-build-a-cable-connector-1 .products:before, .page-template-build-a-cable-connector-2 .products:before, .page-template-build-a-cable-cable .products:before{
content:'Click to Select a Product';
font-size:.75rem;
display:block;
text-align:center;
}
body.page-id-17824 .products:before, body.page-id-17835 .products:before, body.page-id-17831 .products:before {
    content: 'クリックで製品選択';
}
.page-template-build-a-cable-cable .filters{

}
.page-template-build-a-cable-cable .filters .facet-reset{
margin-top:10px;
}
.page-template-build-a-cable-connector-1 #wpadminbar, .page-template-build-a-cable-connector-2 #wpadminbar, .page-template-build-a-cable-cable #wpadminbar{
display:none!important;
}
.page-template-build-a-cable-connector-1 div.site-inner, .page-template-build-a-cable-connector-2 div.site-inner, .page-template-build-a-cable-cable div.site-inner{
margin:0;
}
.page-template-build-a-cable-connector-1 select, .page-template-build-a-cable-connector-2 select, .page-template-build-a-cable-cable select, .page-template-build-a-cable-cable input{
font-size:.875rem;
padding:10px;
}
.page-template-build-a-cable-connector-1 .facetwp-facet, .page-template-build-a-cable-connector-2 .facetwp-facet, .page-template-build-a-cable-cable .facetwp-facet, .page-template-build-a-cable-cable input{
margin-bottom:10px;
}
.page-template-build-a-cable-cable .filters label{
font-size:14px;
line-height:1;
position:relative;
top:-2px;
}
.full-page-row .products > div.facetwp-template{
max-height:600px;
overflow-y:scroll;
border:1px solid #ddd;
margin-bottom:20px;
}
.full-page-row .products button{
width:calc(100% - 20px);
background:#f7f7f7;
display:flex;
text-align:left;
align-items:center;
color:#222222;
border:2px solid #ddd;
margin:10px;
padding:0 20px;
}
.full-page-row .products button > picture, .full-page-row .products button > img{
background:#fff;
flex-basis:25%;
max-width:25%;
margin-right:5%;
border:1px solid #ddd;
}
.full-page-row .products button picture img{
width:100%;
}
.full-page-row .products button:active, .full-page-row .products button:focus, .full-page-row .products button.active{
background:#dddddd;
}
.full-page-row .products button h3{
font-size:1.125em;
margin-bottom:6px!important;
}
.full-page-row .products button h3, .full-page-row .products button p{
margin-bottom:14px;
}
.full-page-row .products button p{
font-weight:400;
font-size:14px;
line-height:1.5;
margin-bottom:6px!important;
}
.full-page-row .products button > div{
padding:20px 0;
}
#cable-builder{
display:flex;
margin-bottom:100px;
}
#cable-builder > div{
flex-basis:33.33%;
border:1px solid #ddd;
padding:30px;
margin:0 20px;
}
#cable-builder > div iframe{
width:90%;
margin:0 auto;
height:1100px;
border:none;
}
#cable-builder > div#cable iframe{
height:1240px;
}
#cable-builder h2{
font-size:2rem;
color:#0c7bc1;
}
#cable-builder h3{
font-size:1.5rem;
}
.filters hr{
margin:0 0 10px 0;
}
.filters p{
font-size:14px;
color: #555555;
font-weight:bold;
text-align:center;
margin-bottom:0;
}
#submit-bar{position:fixed;bottom:0;z-index:999;background: rgb(73 84 90);color:#fff;width:100%;padding:30px 5%;display:flex;align-items:center;/* border-top: 1px solid #65a5d9; */}
#submit-bar h2{
color:#fff;
font-size:30px;
margin-bottom:6px;
}
#submit-bar h2:before{
content:'Build a Cable';
display:block;font-size:1rem;
color: #b5b5b5;
}
.page-id-17836 #submit-bar h2::before {
    content: 'ケーブルを作る';
}
#submit-bar > div{
margin-right:5%;
}
#submit-bar button{
flex-basis:10%;
}
#submit-bar p{
font-size:16px;
margin-bottom:0;
}
#submit-bar button{
background:#f2721d;
}
#submit-bar button:hover{
background:#fc893d;
}
#submit-form{
position:fixed;
z-index:99999;
width:100vw;
height:100vh;
overflow-y:scroll;
background:rgba(0,0,0,0.8);
top:0;
bottom:0;
left:0;
right:0;
display:flex;
justify-content:center;
align-items:center;
}
#submit-form > div{
width:80%;
background:#fff;
margin:0 auto;
padding:40px;
position:relative;
max-height:90vh;
overflow-y:scroll;
}
#submit-form #field_3_8, #submit-form #field_5_8{
display:none;
}
#submit-form-close{
position:absolute;
top:0;
right:0;
padding:12px 14px 10px 14px;
background:#c22828;
transition:all 300ms;
}
#submit-form-close:hover{
background:#eb3333;
}
#submit-form h2{
font-size:2rem;
}
#submit-form-close svg{
fill:#fff;
}

#woo-sidebar .series-match .facet-wrap h3 {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000 !important;
    opacity: 1 !important;
    cursor: default;
    pointer-events: none;
}

#woo-sidebar #filters-wrap .series-match .facet-wrap > span {
    display: none;
}

#woo-sidebar .series-match .facetwp-facet {
    display: block;
}

#woo-sidebar .series-match {
    display: none;
}

#woo-sidebar .cs-filter .facet-wrap.active + .series-match {
    display: block !important;
}


@media only screen and (max-width:1400px){
.full-page-row .products button > picture, .full-page-row .products button > img{
display:none;
}
.full-page-row .products button{
flex-wrap:wrap;
}
}
@media only screen and (max-width:1200px){
#cable-builder h2{
font-size:1.25em;
}
#cable-builder h3{
font-size:.875em;
}
.filters button.facet-reset, .page-template-build-a-cable-connector-1 select, .page-template-build-a-cable-connector-2 select, .page-template-build-a-cable-cable select, .page-template-build-a-cable-cable input{
font-size:.675em;
}
.full-page-row .products button h3, .full-page-row .products button a{
font-size:.75em;
}
.full-page-row .products button p{
font-size:.675em;
}
#cable-builder > div{
padding:20px 10px;
}
#submit-bar{
padding-top:16px;
padding-bottom:16px;
}
#submit-bar h2{
font-size:1.25em;
margin-bottom:0;
}
#submit-bar h2:before{
font-size:.5em;
}
#submit-bar p{
font-size:14px;
line-height:1.375;
}
}
@media only screen and (max-width: 960px){
#cable-builder{
flex-wrap:wrap;
margin-bottom:0;
}
#cable-builder:before{
content:'Scroll Down to Select Options and Products for Connector 1, Cable, and Connector 2';
display:block;
font-size:.75rem;
font-weight:bold;
text-align:center;
margin:0 auto;
margin-bottom:30px;
}
#cable-builder > div{
flex-basis:100%;
margin:0;
margin-bottom:40px;
}
#cable-builder > div:last-child{
margin-bottom:0;
}
.page-template-build-a-cable-connector-1 .filters, .page-template-build-a-cable-connector-2 .filters, .page-template-build-a-cable-cable .filters{
width:50%;
float:left;
margin-right:5%;
}
.page-template-build-a-cable-connector-1 .products, .page-template-build-a-cable-connector-2 .products, .page-template-build-a-cable-cable .products{
width:45%;float:right;
}
#cable-builder > div iframe, #cable-builder > div#cable iframe{
height:700px;
}
#cable-builder > div iframe{
width:100%;
}
#submit-form h2{
font-size:1.5rem;
}
#submit-form > div{
max-width:100%;
width:100%;
max-height:100vh;
}
#submit-form .gform_wrapper.gravity-theme .gfield_label, #submit-form .gform_wrapper.gravity-theme .ginput_complex label, #submit-form .gform_wrapper.gravity-theme .ginput_complex legend{
font-size:12px;
}
#submit-form .gform_wrapper.gravity-theme .gform_fields{
grid-row-gap:0px;
}
#submit-form .gform_wrapper.gravity-theme .gform_footer input{
font-size:.75rem;
}
}
@media only screen and (max-width:700px){
#cable-builder:before{
margin:0;
margin-bottom:30px;
}
#cable-builder > div{
padding:30px;
}
#cable-builder > div iframe{
height:1000px;
}
#cable-builder > div#cable iframe{
height:1200px;
}
}
@media only screen and (max-width:600px){
#submit-bar{
display:block;
background: rgba(73, 84, 90, 0.95);
}
#submit-bar h2:before{
display:none;
}
#submit-bar > div{
margin-right:0;
}
#submit-bar h2{
font-size:1rem;
margin-bottom:6px;
}
#submit-bar p{
font-size:12px;
margin-bottom:10px;
}
#submit-bar #submit{
font-size:12px;
padding:10px 20px;
}
#cable-builder > div iframe{
height:1000px;
}
#cable-builder > div#cable iframe{
height:1200px;
}
.page-template-build-a-cable-connector-1 .filters, .page-template-build-a-cable-connector-2 .filters, .page-template-build-a-cable-cable .filters{
width:100%;
float:none;
margin-right:0;
}
.page-template-build-a-cable-connector-1 .products, .page-template-build-a-cable-connector-2 .products, .page-template-build-a-cable-cable .products{
width:100%;
float:none;
}
}
.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer{
display:none!important;
}
.search-trigger {
	display: none !important;
}
@media only screen and (max-width:938px) {
	#top-bar .top-bar-search{
		display: none;
	}
}
@media screen and (min-width: 938px) and (max-width: 959px) {
	#top-bar .top-bar-search, #top-bar #product-search-0{
		margin-right: 10px;
	}
	#top-bar #product-search-0 #product-search-field-0{
		width:110px;	
	}
}
@media screen and (min-width: 960px) and (max-width: 992px) {
	#top-bar .top-bar-search, #top-bar #product-search-0{
		margin-right: 10px;
	}
	#top-bar #product-search-0 #product-search-field-0{
		width:130px;	
	}
}
@media screen and (min-width: 993px) and (max-width: 1055px) {
	#top-bar .top-bar-search, #top-bar #product-search-0{
		margin-right: 10px;
	}
	#top-bar #product-search-0 #product-search-field-0{
		width:160px;	
	}
}