/* No Js */
body {
  margin: 0;
  padding: 0;
  font-family: 'proxima-nova', helvetica, arial, sans-serif;
  font-size: 16px;
}
article {
  opacity: 1;
  transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transition: transform .4s ease-in-out, opacity .4s ease-in-out;
  -webkit-transition: -webkit-transform .4s ease-in-out, opacity .4s ease-in-out;
}

.wf-loading article {
  opacity: 0;
  transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
}
.fixed {
}
h1 {
  font-size: 4em;
}
h2 {
  color: #26558a;
  font-weight: 600;
  font-size: 2.5em;
  margin-bottom: 30px;
}
h3 {
    font-size: 1.6em;
    line-height: 1.5em;
    font-weight: 600;
    color: #26558a;
}
h4 {
    font-weight: 600;
}
p {
    font-weight: 100;
}
a {
  color: #3678bf;
  text-decoration: none;
}
a:hover {
  color: #204976;
  text-decoration: none;
}
a:visited {
  color: #3678bf;
  text-decoration: none;
}
a:visited:hover {
  color: #204976;
  text-decoration: none;
}
a, a:hover, a:active, a:focus {
    outline: 0;
}
ul.list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 50px;
}
ul.list li {
  padding-left: 1em;
  font-size: 1.25em;
  text-indent: -1.25em;
  margin-bottom: 15px;
  color: #4c4b4b;
  font-weight: 300;
}
ul.list li:before {
  content: '■';
  padding-right: 1em;
  color: #D3D3D3;
  font-size: .75em;
}
.btn {
  padding: 15px 30px;
  font-size: 1.125em;
  border-radius: 0;
}
.btn.blue {
  background-color: #3ab9e9;
  color: #fff;
  margin-bottom: 30px;
  transition: .3s all ease;
}
.btn.blue:hover,
.btn.blue:focus {
  color: #fff;
  background-color: #3678bf;
}
.btn.white-border {
  color: #fff;
  background-color: transparent;
  border: 3px solid #fff;
  font-size: 26px;
  font-weight: 600;
  margin: 0 30px;
  transition: .3s all ease;
}
.btn.white-border:hover,
.btn.white-border:focus {
  color: #3ab9e9;
  background-color: rgba(255, 255, 255, 0.75);
}
.site-header {
  background-color: rgba(54, 120, 191, 0.9);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.site-header .site-branding {
  padding-left: 2%;
  padding-top: 10px;
}
.site-header .site-branding .site-title {
  margin-bottom: 10px;
}
.site-header .search-bar {
  position: absolute;
  top: 103px;
  background-color: #204976;
  padding: 0 20px;
  right: 0;
  display: none;
}
.site-header .search-bar label {
  margin-bottom: 0;
}
.site-header .search-bar input.search-field {
  font-size: 1.5em;
  font-weight: 300;
  background-color: transparent;
  border: 0;
  padding: 15px 0px;
  margin: 0;
  color: #fff;
  text-shadow: 0px 0px 0px #000;
  -webkit-text-fill-color: #fff;
}
.site-header .search-bar input.search-btn {
  padding: 15px 0;
  margin: 0;
  float: right;
}
.site-header .search-bar ::-webkit-input-placeholder {
  color: #fff;
}
.site-header .search-bar :-moz-placeholder {
  /* Firefox 18- */

  color: #fff;
}
.site-header .search-bar ::-moz-placeholder {
  /* Firefox 19+ */

  color: #fff;
}
.site-header .search-bar :-ms-input-placeholder {
  color: #fff;
}
.bold {
    font-weight: 600;
}


/* 
 * 	Main Navigation
 */

.main-navigation {
  width: auto;
  clear: none;
}
.main-navigation button.menu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  padding: 35px;
  font-size: 0;
}
.main-navigation button.menu-toggle:hover,
.main-navigation button.menu-toggle:focus {
  box-shadow: none;
}
.main-navigation button.menu-toggle:after {
  content: '\f0c9';
  display: block;
  font-family: 'FontAwesome';
  font-size: 30px;
  color: #fff;
  text-shadow: none;
}
.main-navigation a {
  color: #fff;
  font-family: 'Oswald', helvetica, arial, sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 19px;
  padding: 37px 15px;
  letter-spacing: .75px;
  transition: .3s all ease;
}
.main-navigation a:hover {
  background-color: #204976;
  color: #fff;
}
.main-navigation li:nth-child(7) {
    padding: 0 !important;
}
.main-navigation li:nth-child(7) a {
  background-color: rgba(38, 85, 138, 0.75);
  font-weight: 700;
  font-size: 17px;
  padding: 39px 20px !important;
  transition: .3s all ease;
    border: 0px !important;
    margin: 0 !important;
}
.main-navigation li:nth-child(7) a:hover {
  background-color: #204976;
}
.main-navigation li:last-child {
  background-color: rgba(32, 73, 118, 0.85);
  padding: 35px 20px;
}
.main-navigation li:last-child a {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0;
  z-index: 10;
}
.main-navigation li:last-child a:hover {
  background-color: transparent;
}
.main-navigation li:last-child:after {
  content: '\f002';
  font-family: 'FontAwesome';
  font-size: 22px;
  color: #fff;
  position: relative;
  z-index: 0;
  -webkit-transition: .3s opacity ease;
  -moz-transition: .3s opacity ease;
  -ms-transition: .3s opacity ease;
  transition: .3s opacity ease;
  padding: 0 3px;
}
.main-navigation li.search-expanded:after {
    content: 'X';
    font-family: 'proxima-nova';
    padding: 0 6px;
}
.main-navigation li:last-child:hover:after {
  opacity: .5;
}
.search-container {
    position: absolute;
    width: 100%;
    top: 103px;
    background: rgba(0,0,0,0.75);
    padding: 60px 0;
}
.search-container form {
    position: relative;
}
.search-container .search-field,
.hidden-form input[type=text] {
    width: 100%;
    background: transparent;
    border-bottom: 1px solid #EBEBEB;
    outline: none;
    border-radius: 0;
    font-size: 2em;
    font-weight: 100;
    color: #FFF !important;
}
.search-container form:after {
    content: '\f002';
    font-family: 'FontAwesome';
    font-size: 1.5em;
    color: #FFF;
    position: absolute;
    right: 0;
    padding: 15px;
}
.search-close {
    
}
.search-empty {
    background: #FFF;
    padding: 60px;
}
.search-empty .search-field {
    width: 100%;
    background: #FFF;
    border: 1px solid #EBEBEB;
    padding: 20px;
    font-size: 1.75em;
    font-weight: 100;
    outline: none;
}
.search-v2 {
    border: none !important;
    padding: 40px 40px 0px 40px !important;
    position: relative;
}
.search-v2 .products-background {
    border-bottom: 1px solid #EBEBEB;
    padding: 20px 20px 40px 160px !important;
    background-position: 40px 25px !important;
    background-size: 64px;
    height: auto;
    text-align: left;
    
}
.search-v2:last-child .products-background {
    border-bottom: 0px solid !important;
}
.blog-navigation .navigation.pagination {
    width: 100%;
    text-align: center;
}
.hidden-form {
    display: none;
    position: fixed;
    top: 0; left: 0;
    height: 100%; width: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 999;
}
.hidden-form .ninja-forms-required-items {
    display: none;
}
.hidden-form .container {
    position: absolute;
    margin: auto;
    left: 0; right: 0;
    top: 0; bottom: 0;
    height: 290px;
}
.hidden-form input[type=submit] {
    display: none;
}
.hidden-form h1,
.hidden-form h2,
.hidden-form h3,
.hidden-form h4, 
.hidden-form p {
    color: #FFF;
    font-weight: 1.5em;
}
.modal-close {
    position: absolute;
    top: 0;
    right: 0;
}
.modal-close:after {
    content: 'X';
    color: #FFF;
    font-family: 'proxima-nova';
    font-size: 1.75em;
    padding: 35px 26px;
    line-height: 1em;
    position: absolute;
    top: 0; right: 0;
    cursor: pointer;
}
.search-page .products-background p span.fa {
    font-weight: 100;
}

/* 
 * 	Hero 
 */

.hero {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 60%;
  padding: 100px 15px 0;
  text-align: center;
}
.hero h1 {
  color: #26558a;
  margin-top: 20%;
  line-height: 1.125;
  margin-bottom: 15px;
  font-weight: 600;
}
.hero p {
  font-size: 1.75em;
  line-height: 1.5em;
  font-weight: 300;
  color: #4c4b4b;
}
.hero .nav-boxes .wrap {
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
  height: 265px;
  padding: 50% 10px 20px;
  background-position: 50% top;
  background-color: #f5f5f5;
  margin-bottom: 20px;
  -webkit-transition: .5s all ease;
  -moz-transition: .5s all ease;
  -ms-transition: .5s all ease;
  transition: .5s all ease;
}
.hero .nav-boxes .wrap h4 {
  font-size: 1.5em;
  color: #26558a;
}
.hero .nav-boxes .wrap p {
  font-size: 1em;
  color: #4c4b4b;
}
.hero .nav-boxes .wrap a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s all ease-in;
  -moz-transition: 0.3s all ease-in;
  -ms-transition: 0.3s all ease-in;
  transition: 0.3s all ease-in;
}
.hero .nav-boxes .wrap a:hover,
.hero .nav-boxes .wrap a:focus {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  z-index: 0;
}
.hero .nav-boxes .wrap:hover,
.hero .nav-boxes .wrap:focus {
  background-position: 50% -5px;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  background: transparent;
  box-shadow: none;
}
.cd-3d-nav-trigger {
  position: relative;
  float: right;
  height: 45px;
  width: 45px;
  margin-top: 18px;
  padding-right: 80px;
  /* replace text with background image */

  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
}
.cd-3d-nav-trigger span,
.cd-3d-nav-trigger span::before,
.cd-3d-nav-trigger span::after {
  /* hamburger icon in CSS */

  position: absolute;
  width: 28px;
  height: 3px;
  background-color: #e3e3e3;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cd-3d-nav-trigger span {
  /* this is the central line */

  top: 21px;
  left: 8px;
  -webkit-transition: background 0.2s 0.5s;
  -moz-transition: background 0.2s 0.5s;
  transition: background 0.2s 0.5s;
}
.cd-3d-nav-trigger span::before,
.cd-3d-nav-trigger span:after {
  /* these are the upper and lower lines */

  content: '';
  left: 0;
  -webkit-transition: -webkit-transform 0.2s 0.5s;
  -moz-transition: -moz-transform 0.2s 0.5s;
  transition: transform 0.2s 0.5s;
}
.cd-3d-nav-trigger span::before {
  bottom: 8px;
}
.cd-3d-nav-trigger span::after {
  top: 8px;
}
.nav-is-visible .cd-3d-nav-trigger span {
  /* hide line in the center */

  background-color: rgba(255, 255, 255, 0);
}
.nav-is-visible .cd-3d-nav-trigger span::before,
.nav-is-visible .cd-3d-nav-trigger span::after {
  /* keep visible other 2 lines */

  background-color: #e3e3e3;
}
.nav-is-visible .cd-3d-nav-trigger span::before {
  -webkit-transform: translatey(8px) rotate(-45deg);
  -moz-transform: translatey(8px) rotate(-45deg);
  -ms-transform: translatey(8px) rotate(-45deg);
  -o-transform: translatey(8px) rotate(-45deg);
  transform: translatey(8px) rotate(-45deg);
}
.nav-is-visible .cd-3d-nav-trigger span::after {
  -webkit-transform: translatey(-8px) rotate(45deg);
  -moz-transform: translatey(-8px) rotate(45deg);
  -ms-transform: translatey(-8px) rotate(45deg);
  -o-transform: translatey(-8px) rotate(45deg);
  transform: translatey(-8px) rotate(45deg);
}

/* 
 * 	Why JIST (Home Page Section)
 */

.why {
  padding: 100px 15px;
  box-shadow: inset 0 -250px 330px -70px rgba(0, 0, 0, 0.1);
}
.why .wrap {
  background-color: #eeeded;
  height: auto;
}
.why .wrap .content {
  padding: 30px;
}
.why .wrap .content p {
  color: #3a3a39;
  font-weight: 300;
}
.why .wrap.right,
.why .wrap.left {
  margin-top: 30px;
}
.why .wrap.top {
  height: auto;
}
.why .wrap.top .content {
  float: left;
  display: inline-block;
  position: absolute;
  padding: 0;
  top: 50%;
  transform: translatey(-50%);
  width: 45%;
  margin-left: 50px;
}
.why h3 {
    font-weight: 400;
}

/* 
 * 	Who We Help Page
 */

.page-template-page-who-we-help .hentry,
.page-template-page-contact .hentry,
.page-template-page-resources .hentry,
.page-template-page-infographics .hentry,
.page-template-default .hentry,
.blog .hentry,
.category .hentry,
.archive .hentry,
.search-results .hentry,
.page-template-page-shop-online .hentry {
    margin: 0;
}
.page-template-page-who-we-help .hero {
    background-position: 50% 0%;
}
.page-template-page-who-we-help .hero p {
    color: #FFF;   
}
.page-template-page-who-we-help .hero .wrap.top {
    padding: 2.5em 0 0;
    text-align: center;
    font-size: 1em;
}
.page-template-page-who-we-help atricle {
    margin: 0;
}
.page-template-page-who-we-help .entry-content {
    background-color: #f3f3f3;
    padding: 60px 0;
    margin: 0;
}
.entry-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.entry-content li {
    padding-left: 1em;
    line-height: 2em;
}
.entry-content li:before {
    content: "";
    position: absolute;
    height: 5px;
    width: 5px;
    background-color: #d4d3d3;
    margin: 0.8em -0.9em;
}
.news-and-tips {
    color: rgb(134, 135, 135);
}
.news-and-tips .cat {
    margin: 2.5em 0 0;
    text-transform: uppercase;
    font-size: 0.75em;
    line-height: 1em;
}
.news-and-tips h4 {
    margin: 0.5em 0;
}

/* 
 * 	Products
 */
.page-template-page-products .hentry {
    margin: 0;
}
.page-template-page-products .products {
    background-color: #f9f8f8;
    padding-bottom: 80px;
}
.page-template-page-products .hero h1,
.page-template-page-products-sub .hero h1 {
    margin-top: 15%;
    font-size: 3.5em;
}
.page-template-page-products .hero p,
.page-template-page-products-sub .hero p {
    font-size: 1.5em;   
}
.products-container {
    margin-top: -270px;
}
.products-box,
.blog-archive-container {
    padding: 0;
    background: #fbfbff; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, #fbfbff 0%, #e5e3e3 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, #fbfbff 0%,#e5e3e3 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, #fbfbff 0%,#e5e3e3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbff', endColorstr='#e5e3e3',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    transition: 0.3s all ease-out;
    -webkit-transition: 0.3s all ease-out;
    -moz-transition: 0.3s all ease-out;
    -ms-transition: 0.3s all ease-out;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
}
.products-sub-container {
    background: #FFF;
}
.products-sub-box {
    padding: 50px;
    height: 470px;
}
.products-sub-box h1,
.products-sub-box h2,
.products-sub-box h3,
.products-sub-box h4 {
    text-transform: uppercase;
    font-size: 1.25em;
    margin-bottom: 0;
    color: #146a9e;
}
.products-sub-box img {
    height: 160px;
    display: block;
    margin: auto;
}
.products-sub-cta, .products-sub-cta:visited {
    background-color: #3ab9e9;
    color: #FFF;
    padding: 5px 40px;
    white-space: nowrap;
    -webkit-transition: .3s all ease;
    -moz-transition: .3s all ease;
    -ms-transition: .3s all ease;
    transition: .3s all ease;
}
.products-sub-cta:hover {
    color: #FFF !important;
    background: #3678bf;
}
.products-background {
    height: 400px;
    padding: 43% 10% 5%;
    text-align: center;
    background-color: #FFF;
    background-position: 50% 23%;
    background-repeat: no-repeat;
    transition: 0.3s all ease-out;
    -webkit-transition: 0.3s all ease-out;
    -moz-transition: 0.3s all ease-out;
    -ms-transition: 0.3s all ease-out;
}
.products-box a {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
}
.products-box h3,
.blog-archive-container h34 {
    color: #335d98;
    font-size: 1.5em;
    line-height: 1.3em;
}
.products-box p,
.blog-archive-container p {
    opacity: 1;
    transition: 0.3s all ease-out;
    -webkit-transition: 0.3s all ease-out;
    -moz-transition: 0.3s all ease-out;
    -ms-transition: 0.3s all ease-out;    
}
.products-box img,
.blog-archive-container img {
    position: absolute;
    opacity: 0;
    bottom: -60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%)
    transition: 0.3s all ease-out;
    -webkit-transition: 0.3s all ease-out;
    -moz-transition: 0.3s all ease-out;
    -ms-transition: 0.3s all ease-out;
}
.products-background:hover {
    background-position: 50% 13%;
    background-color: transparent;
    padding: 35.5% 10% 5%;
}
.products-box:hover p {
    opacity: 0;
}
.products-box:hover img {
    opacity: 1;
    bottom: 0px;
}
.products-sub-digital-solutions, .products-sub-review-copies {
    padding: 70px 80px;
}
.products-sub-container h1,
.products-sub-container h2,
.products-sub-container h3,
.products-sub-container h4 {
    text-transform: uppercase;
    color: #146a9e;
    font-size: 1.15em;
}
.products-sub-container .sub-block-body > h1:first-child,
.products-sub-container .sub-block-body > h2:first-child,
.products-sub-container .sub-block-body > h3:first-child,
.products-sub-container .sub-block-body > h4:first-child,
.products-sub-container .review-columns > h1:first-child,
.products-sub-container .review-columns > h2:first-child,
.products-sub-container .review-columns > h3:first-child,
.products-sub-container .review-columns > h4:first-child {
    margin-top: 0;
}
.products-sub-container .sub-block-columns {
    
}
.img-container {
    background-color: #f9f8f8;
    padding: 20px 0;
    margin-bottom: 25px;
}
.product-sub-box-image {
    display: block;
    margin: auto;
    height: 112px;
}
.products-sub-container .sub-block-columns ul {
    margin: 0 0 40px;
    list-style: square;
    color: #7f7f7f;
}
.products-sub-container .sub-block-columns ul li {
    color: #000;
    font-size: 0.9em;
}
.resource-page-content .col-md-6.review-columns {
    height: auto;
    line-height: 1.75em;
    margin-bottom: 40px;
}


/* 
 * 	Why JIST Page / About Page
 */

.page-template-page-why-jist .hentry,
.page-template-page-about .hentry {
    margin: 0;
}
.page-template-page-why-jist .hero,
.page-template-page-about .hero,
.page-template-page-digital-solutions .hero,
.hero.hero-style-a { 
    padding-bottom: 100px;
}
.hero.hero-major-padding {
    padding: 100px 15px 300px;
}
.page-template-page-why-jist .hero h1, 
.page-template-page-why-jist .hero p,
.page-template-page-about .hero h1, 
.page-template-page-about .hero p,
.page-template-page-digital-solutions .hero h1, 
.page-template-page-digital-solutions .hero p,
.hero.hero-style-a h1,
.hero.hero-style-a p{
    color: #FFF;
}
.page-template-page-why-jist .hero h1,
.page-template-page-about .hero h1,
.page-template-page-digital-solutions .hero h1,
.hero.hero-style-a h1 {
    margin-top: 10%;
    font-weight: 400;
}
.page-template-page-why-jist .hero p,
.page-template-page-about .hero p,
.page-template-page-digital-solutions .hero p {
    font-size: 1.25em;
}
.why-jist-page {
    padding: 80px 0;
    background-color: #f9f8f8;
}
.why-jist-page .container {
    background-color: #FFF;
    padding: 20px;
}
.why-jist-page .container .row {
    margin: 0;
}
.why-jist-page .col-md-6 {
    padding: 0;
}
.why-jist-page .col-md-6 img {
    width: 100%;
}
.why-jist-page .col-md-6.why-jist-content {
    
}
.why-jist-content h3 {
    margin-top: 0;
    font-size: 2.5em;
    line-height: 1.25em;
    color: #10559c;
}
.why-jist-content p {
    line-height: 1.75em;   
}
.float-swap {
    float: right;
}
.quote .container {
    background-color: transparent;
}
.quote {
    text-align: center;
    background-color: #f9f8f8;
    padding: 0 0 80px;
}
.quote img {
    display: block;
    margin: 0 auto 40px;
}
.quote-content {
    font-size: 1.25em;
    line-height: 1.75em;
}
.quote-attribution {
    font-style: italic;
}
.about-page-under-content {
    background-color: #f9f8f8;
}
.about-page-under-content .three-col-h3 {
    color: #717171;
    border-bottom: 1px solid #dbdada;
    line-height: 2em;
}

/*
 * Contact Page
 */
.secondary-page-content {
    background-color: #f9f8f8;
    padding-bottom: 60px;
}
.contact-page-content, .resource-page-content {
    margin-top: -270px;
    background: #FFF;
    overflow: hidden;
}
.page-template-page-products-sub .resource-page-content {
    background: transparent;
}
.contact-page-content > div, .resource-page-content > div {
    line-height: 1.75em;
    font-weight: 100;
}
.contact-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.contact-nav li {
    width: 25%;
    float: left;
    text-align: center;
    font-weight: 400;
}
.contact-nav li a, input[type=submit] {
    padding: 10px 0;
    display: block;
    background-color: #4380c0;
    color: #FFF;
    text-transform: uppercase;
    transition: 0.3s all ease-out;
    -webkit-transition: 0.3s all ease-out;
    -moz-transition: 0.3s all ease-out;
    -ms-transition: 0.3s all ease-out;
}
.contact-nav li.current-menu-item a {
    color: #4380c0;
    background-color: #FFF;
}
.contact-nav li a:hover, input[type=submit]:hover {
    color: #FFF;
    background-color: #204976;
}
.contact-nav li.current-menu-item a:hover {
    color: #4380c0;
    background-color: #FFF;
}
.clearfix {
    clear: both;
}
.body-full-width-content {
    padding: 60px;
    line-height: 1.6em;
}
.non-us-button {
    background-repeat: no-repeat;
    background-position: 5% 50%;
    background-color: #f9f8f8;
    height: 100px;
    color: #146a9e;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.1em;
    padding: 0 100px 0 450px;
    line-height: 100px;
    position: relative;
    background-size: 361px;
    -webkit-transition: 0.3s all ease-out;
    -moz-transition: 0.3s all ease-out;
    -ms-transition: 0.3s all ease-out;
}
.non-us-button:hover {
    padding: 0 100px 0 480px;
    background-size: 390px;
    box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.1);
}
.non-us-button a {
    position: absolute;
    top: 0; bottom: 0;
    left: 0; right: 0;
}
.pdf-link {
    text-decoration: none;
    display: block;
    margin-bottom: 15px;
}
.pdf-icon {
    margin-right: 10px;
    vertical-align: bottom;
}
.contact-page-content h4 {
    text-transform: uppercase;
    color: #146a9e;
    font-size: 1em;
    padding: 15px 0;
}
.expandable-box {
    margin-bottom: 10px;
    background-color: #f7f6f6;
}
.expandable-box-label {
    color: #146a9e;
    padding: 15px;
    text-transform: uppercase;
    font-weight: 400;
    cursor: pointer;
}
.expandable-box-label i {
    color: #cbcbcb;
    background-color: #FFF;
    border: 2px solid #cbcbcb;
    border-radius: 50%;
    padding: 3px 5px;
    margin-right: 15px;
}
.expandable-box-content {
    height: 0px;
    overflow: hidden;
    padding: 0 40px;
    border-top: 0px solid #f7f6f6;
    border-bottom: 0px solid #f7f6f6;
    -webkit-transition: 0.3s all ease-out;
    -moz-transition: 0.3s all ease-out;
    -ms-transition: 0.3s all ease-out;
}
.expandable-box-expanded .expandable-box-content {
    border-top: 10px solid #f7f6f6;
    border-bottom: 40px solid #f7f6f6;
}
.contact-page-content .col-md-6 h3 {
    text-transform: uppercase;
    font-size: 1em;
    color: #146a9e;
}
input[type=text],
input[type=email],
input[type=url],
textarea {
    background-color: #eeeeee;
    border: none;
    outline: none;
    padding: 10px 15px;
    font-size: 0.75em;
}
input[type=submit] {
    padding: 10px 15px;
    font-size: 1em;
    border-radius: 0;
    text-transform: none;
    box-shadow: none;
    outline: none;
}
input[type=submit]:hover {
    background: #204976;
    box-shadow: none;
}



/*
 * Resources Page(s)
 */

.resource-page-content {
    padding-bottom: 60px;
}
.page-template-page-products-sub .resource-page-content {
    padding-bottom: 0px;
}
.resources-nav li {
    width: 33.333333333333333333%;
}
.resource-page-content .col-md-6 {
    height: 130px;
    line-height: 1em;
}
.page-template-page-infographics .resource-page-content {
    padding-bottom: 0px;
}
.parent-pageid-441.page-template-page-infographics .hero h1 {
    font-size: 2.5em;
}
.page-template-page-infographics .body-full-width-content img {
    display: block;
    margin: auto;
}
.infographic-container {
    position: relative;
    text-align: center;
}
.infographic-container img {
    margin: 0 auto 20px !important;
}
.infographic-container h4 {
    font-size: 1em;
    font-weight: 400;
    color: #146a9e;
}
.infographic-container a {
    position: absolute;
    left: 0; right: 0;
    top: 0; bottom: 0;
}
.page-template-page-infographics .body-full-width-content .col-md-4 {
    height: 390px;
}
.page-id-443 .resource-page-content {
    padding-bottom: 220px;
}


/*
 * Blog (Posts), Category Page Styles
 */
.blog .hero h1,
.category .hero h1,
.archive .hero h1 {
    margin: 75px 0 60px;
    color: #FFF;
    font-weight: 400;
}
.blog-categories .category-button {
    color: #bbd2f2;
    padding: 15px 20px;
    background-color: rgba(0,0,0,0);
    border: 1px solid rgba(255,255,255,0);
    font-size: 1.15em;
    text-transform: uppercase;
    white-space: nowrap;
    -webkit-transition: 0.3s all ease-out;
    -moz-transition: 0.3s all ease-out;
    -ms-transition: 0.3s all ease-out;
}
.blog-categories .category-button:hover, .blog-categories .current-category {
    background-color: rgba(0,0,0,0.28);
    border: 1px solid rgba(255,255,255,1);
    color: #bbd2f2;
}
.blog-posts {
    background: #f9f8f8;
}
/* Container */
.blog-posts-container {
    margin-top: -230px;
    margin-bottom: 60px;
}
.blog-archive-container {
    background: #FFF;
}
.blog-archive-container.blog .products-background {
    background-image: url('../img/blog-icon-blog.png');
}
.blog-archive-container.latest-news .products-background {
    background-image: url('../img/blog-icon-news.png');
}
.blog-archive-container.tips .products-background {
    background-image: url('../img/blog-icon-tips.png');
}
.blog-archive-container.search-page .products-background {
    background-image: url('../img/icon-information.png');
}
.blog-archive-container.search-infographic .products-background {
    background-image: url('../img/icon-infographic.png');
}
.blog-archive-container .products-background,
.blog-archive-container:hover .products-background {
    background-position: 50% 26%;
    padding: 53% 10% 5%;
}
.blog-archive-container a {
    position: absolute;
    top: 0; bottom: 0;
    left: 0; right: 0;
}
.blog-navigation {
    background-color: #f9f8f8;
}
.posts-page-item-title {
    color: #335d98;
    font-weight: 700;
}


/*
 * Single (Post) Styles
 */
.single-post .body-two-column .col-md-8,
.single-post .body-two-column .col-md-4 {
    background-color: #FFF;
}
.single-post .body-two-column .col-md-8 {
    padding: 40px;
}
.single-post .body-two-column .col-md-4 {
    border-left: 30px solid #f9f8f8;
    padding: 0;
    background-color: #f9f8f8;
}
.single-post .body-two-column .col-md-4 section {
    padding: 25px;
    margin-bottom: 30px;
    background-color: #FFF;
}
.single-post .page-content {
    margin: 4em 0 0;
}
.single-post .page-content .body-two-column .col-md-8 ul,
.single-post .page-content .body-two-column .col-md-8 ol {
    margin: 0 0 1.5em 0 !important;
}
.single-post .page-content .body-two-column .col-md-8 li {
    font-weight: 100;
    margin-bottom: 0.5em;
}
.single-post .hentry {
    margin: 0;
}
.entry-title {
    font-size: 2.5em;
    font-weight: 800;
    color: #235b8f;
    margin-top: 5px;
}
.post-featured-img {
    margin: 0 0 10px 0;
}
.entry-meta {
    margin: 0;
    text-transform: uppercase;
    color: #aaaaaa;
    font-size: 0.75em;
}
.single-post .body-two-column .col-md-4 .widget-title {
    font-size: 1.5em;
    margin-top: 10px;
}
.single-post .widget_search form {
    position: relative;
}
.single-post .widget_search input.search-field {
    width: 100%;
    background: #FFF;
    border: 1px solid #eaeaea;
    border-radius: 0;
    color: #666666;
}
.single-post .widget_search form:before {
    content: "\f002";
    font-family: 'FontAwesome';
    color: #666666;
    position: absolute;
    right: 14px;
    top: 7px;
    font-size: 1em;
}
.single-post .widget_search input.search-btn {
    display:none;
}
.single-post .widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.single-post .widget ul li {
    padding: 10px 0;
    border-bottom: 1px solid #eaeaea;
    width: 100%;
    position: relative;
}
.single-post .widget ul li:before {
    content: "\f178";
    font-family: 'FontAwesome';
    color: #666666;
    position: absolute;
    right: 0px;
    top: 10px;
    font-size: 1em;    
    -webkit-transition: 0.3s all ease-out;
    -moz-transition: 0.3s all ease-out;
    -ms-transition: 0.3s all ease-out;
}
.single-post .widget ul li:hover:before {
    right: 10px;
}
.single-post .widget ul li a {
    color: #666666;
}
body, button, input, select, textarea {
    font-family: 'proxima-nova', sans-serif !important;
}
.comments-title {
    font-size: 2em;
}
.comments-area ol.comment-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.comments-area .comment-meta {
    background: inherit;
    padding: 0;
}
.comments-area .comment-body {
    padding: 25px;
    border: 1px solid #EAEAEA;
    margin-bottom: 20px;
}
.comments-area .comment-list .children {
    padding: 0;
    list-style: none;
}
.popular-post-sidebar a, .popular-post-sidebar a:visited, .popular-post-sidebar a:hover {
    color: #26558a;
}
.popular-post-sidebar .popular-post-meta {
    margin-bottom: 0;
    color: #AAA;
    font-size: 0.75em;
    text-transform: uppercase;
}
.popular-post-sidebar h4 {
    font-size: 1.25em;
}
.single-post .hero .col-md-10 {
    position: relative;
}
.single-post .hero .col-md-10 a {
    position: absolute;
    top: 0; bottom: 0;
    left: 0; right: 0;
}


/*
 * Shop Online Page Styles
 */
.page-template-page-shop-online form input[type=submit] {
    display: none;
}
.page-template-page-shop-online .page-content form:after {
    content: '\f002';
    font-family: 'FontAwesome';
    font-size: 1.5em;
    color: #EBEBEB;
    position: absolute;
    right: 0;
    top: 7px;
    padding: 15px;    
}
.magento-search {
    background: transparent !important;
    border-bottom: 2px solid #EBEBEB !important;
    border-radius: 0px !important;
    font-size: 2em !important;
}




/*
 * Default Page Styles
 */
.page-template-default .page-content,
.page-template-page-shop-online .page-content{
    background-color: #FFF;
}
/*
 * Navigation Icons (Footer Area)
 */
.social-icons i {
    color: #FFF;
    padding: 9px 0;
    width: 46px;
    text-align: center;
    font-size: 1.75em;
    margin-right: 5px;
    position: relative;
}
.social-icons i a, .fb-share-button {
    position: absolute;
    left: 0; right: 0;
    top: 0; bottom: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(255,255,255,0);
    cursor: pointer;
    transition: 0.3s all ease-out;
    -webkit-transition: 0.3s all ease-out;
    -moz-transition: 0.3s all ease-out;
    -ms-transition: 0.3s all ease-out;
}
.social-icons i a:hover, .fb-share-button:hover {
    background-color: rgba(255,255,255,0.25);
}
.fa-facebook {
    background-color: #33558d;
}
.fa-twitter {
    background-color: #26b8e6;
}
.fa-envelope {
    background-color: #0398df;
}
.fa-pinterest {
    background-color: #df4a32;
}
.nav-icons {
    background-color: #f5f5f5;
    text-align: left;
    line-height: 1.5em;
}
.nav-icons .col-sm-4 .col-md-4 {
    padding: 40px 0;
}
.nav-icons .col-md-8 {
    padding: 60px 20px 40px 20px;
}  
.nav-icons img {
    display: block;
    margin: auto;
    transition: 0.3s all ease-out;
    -webkit-transition: 0.3s all ease-out;
    -moz-transition: 0.3s all ease-out;
    -ms-transition: 0.3s all ease-out;
}
.nav-icons .col-sm-4:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.nav-icons h1, .nav-icons h2, .nav-icons h3, .nav-icons h4 {
    margin-top: 0;
    font-weight: 700;
}
.nav-icons h4 {
    color: #44728f;
}
.nav-icons a {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
}

/* 
 * 	New Releases (and Owl Carousel)
 */

        /* Owl Carousel - Animate Plugin */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
        /* Owl Carousel - Auto Height Plugin */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
        /* Core Owl Carousel CSS File */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */

  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */

  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
        /* No Js */
.no-js .owl-carousel {
  display: block;
}
        /* Owl Carousel - Lazy Load Plugin */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
        /* Owl Carousel - Video Plugin */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
.new-releases {
  padding: 60px 0;
  text-align: center;
}
.new-releases .owl-carousel {
  width: 90%;
  padding: 0 5%;
  margin: 0 auto;
}
.new-releases .owl-carousel .owl-item {
  padding: 30px;
}
.new-releases .owl-carousel .owl-item img {
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.25);
  transition: 0.3s all ease-out;
  cursor: pointer;
}
.new-releases .owl-carousel .owl-item img:hover {
  -webkit-transform: translatey(-10px);
  -ms-transform: translatey(-10px);
  transform: translatey(-10px);
}

/* 
 * 	Blog Roll
 */

.blog-roll {
  background-color: #f4f4f4;
  padding: 0 15px;
}
.blog-roll .blog-carousel {
  width: 90%;
  margin: 0 auto;
  padding: 0 5%;
}
.blog-roll .blog-carousel .owl-stage-outer {
  width: 99.9%;
}
.blog-roll .blog-carousel .owl-item {
  padding: 70px 40px;
  border-right: 1px solid #fff;
}
.blog-roll .blog-carousel .owl-item .cat {
  text-transform: uppercase;
  font-weight: 300;
  color: grey;
  font-size: .9em;
  letter-spacing: .5px;
  margin-bottom: 10px;
}
.blog-roll .blog-carousel .owl-item .post-title a {
  color: #3678bf;
  font-size: 1.25em;
  font-weight: 700;
  text-decoration: none;
  line-height: 1.5em;
  transition: .3s all ease;
}
.blog-roll .blog-carousel .owl-item .post-title a:hover {
  color: #204976;
}
.blog-roll .blog-carousel .owl-item p {
  font-size: 1.125em;
  line-height: 1.75em;
  color: #545454;
  font-weight: 300;
}
.blog-roll .blog-carousel .owl-item .more {
  font-size: 1.125em;
  color: #5d5d5d;
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
  transition: .3s all ease;
}
.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
  opacity: .5;
}
.owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  margin-top: -46px;
  margin-left: -75px;
  background-image: url(../img/arrow-left.png);
  height: 46px;
  width: 46px;
}
.owl-nav .owl-next {
  position: absolute;
  top: 50%;
  margin-top: -46px;
  margin-left: -75px;
  right: 20px;
  background-image: url(../img/arrow-right.png);
  height: 46px;
  width: 46px;
}

/* 
 * 	Sign-up
 */

.signup {
  background: url(../img/signup-bg.jpg) no-repeat 0 0;
  background-size: cover;
  color: #fff;
  padding: 150px 15px;
  text-align: center;
}
.signup p {
  font-size: 2.5em;
  font-weight: 700;
  margin: 0;
    padding: 9px 0 8px;
}
.signup .ninja-forms-cont p,

.signup .ninja-forms-cont .ninja-forms-required-items,
.signup .ninja-forms-cont input[type=submit] {
    display: none;
}
.signup .ninja-forms-cont input[type=text] {
    background: transparent;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 2px solid #FFF;
    color: #FFF;
    outline: none;
    font-size: 2em;
    border-radius: 0px;
}

/* 
 * 	Footer
 */

@font-face {
  font-family: 'jist-icons';
  src: url('fonts/jist-icons.eot?xekste');
  src: url('fonts/jist-icons.eot?xekste#iefix') format('embedded-opentype'), url('fonts/jist-icons.ttf?xekste') format('truetype'), url('fonts/jist-icons.woff?xekste') format('woff'), url('fonts/jist-icons.svg?xekste#jist-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
.icon {
  /* use !important to prevent issues with browser extensions that change fonts */

  font-family: 'jist-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-youtube:before {
  content: "\e900";
}
.icon-pinterest:before {
  content: "\e901";
}
.icon-linkedin:before {
  content: "\e902";
}
.icon-twitter:before {
  content: "\e903";
}
.icon-facebook:before {
  content: "\e904";
}
footer {
  background-color: #242424;
  padding: 80px 15px;
}
footer .connect h4 {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.5em;
  margin-bottom: 20px;
  letter-spacing: .5px;
}
footer .connect h5 {
  color: #fff;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: .5px;
}
footer .connect .social {
  padding: 0;
}
footer .connect .social a {
  font-size: 27px;
  color: #fff;
  opacity: 1;
  text-decoration: none;
  transition: .3s all ease;
  margin: 0 2px;
}
footer .connect .social a:hover,
footer .connect .social a:focus {
  opacity: .5;
}
footer .menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .menu > li > a, footer .menu > li > a:hover, footer .menu > li > a:visited {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: .8em;
  text-decoration: none;
  padding: 0 0 10px;
  display: block;
}
footer .menu > li .sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .menu > li .sub-menu a {
  color: #f7f6f1;
  text-transform: none;
  font-weight: 300;
  font-size: .75em;
  text-decoration: none;
}
footer #menu-footer-products {
  -webkit-columns: 150px 2;
  -moz-columns: 150px 2;
  columns: 150px 2;
}
footer .copyright {
  margin-top: 30px;
  text-align: center;
  color: #e6e7e3;
  font-weight: 300;
  font-size: .9em;
}

/* 
 * 	Media Queries
 */


@media screen and ( max-width: 566px ) {
    .site-header {
        position: absolute;
    }
    .hero h1 {
        font-size: 2.5em;
    }
    .hero p {
        font-size: 1.25em;
    }
    .why .wrap.top img {
        width: 100%;
    }
    .why .wrap.top .content {
        float: none;
        display: block;
        position: relative;
        padding: 40px;
        width: auto;
        top: 0;
        transform: translatey(0);
        margin-left: 0;
    }
    .blog-roll .blog-carousel .owl-item {
        padding: 80px 0px;
    }
    .owl-nav .owl-prev {
        margin-left: -40px;
    }
    .nav-icons {
        text-align: center;   
    }  
    .nav-icons .col-sm-4 .col-md-4 {
        padding: 20px 0;
    }
    .nav-icons .col-md-8 {
        padding: 0 40px;
    }
    .non-us-button {
        font-size: 0.75em
    }
    .blog-archive-container .products-background,
    .blog-archive-container:hover .products-background {
        padding: 165px 10% 5%;
        background-position: 50% 18%;
    }
    .float-swap {
        float: none;
    }
    .products-sub-review-copies .products-sub-cta {
        font-size: 1em !important;
        padding: 20px !important;
    }
    .search-v2 .products-background {
        background-image: none !important;
        padding: 20px !important;
    }
    
}
@media screen and ( max-width: 767px ) {   
    .resource-page-content .col-md-6 {
        height: auto !important;
        line-height: 1em;
    }
    form.comment-form label,
    form.comment-form input {
        width: 100%;
    }
    .body-full-width-content img, .body-two-column img {
        display: block !important;
        max-width: 100% !important;
        margin: 0 auto 15px !important;
        float: none !important;
    }
    .p-nbsp {
        display: none;
    }
    
}
@media screen and ( min-width: 567px ) and ( max-width: 767px ) {
    .products-container {
        margin: -270px 0 0 0;
    }
    .products-background {
        padding: 28% 10% 5%;
    }
    .products-background:hover {
        padding: 21% 10% 5%;
    }
    .blog-archive-container .products-background,
    .blog-archive-container:hover .products-background {
        padding: 220px 10% 5%;
    }
}
@media screen and ( min-width: 567px ) and ( max-width: 991px ) {
  .site-header {
    position: absolute;
  }
  .hero .nav-boxes .wrap {
    height: auto;
    margin: 40px 0;
    padding: 50% 10px 20px;
  }
  .why .wrap.top .content {
    margin-left: 20px;
  }
    .nav-icons .col-sm-4 .col-md-4 {
        padding: 20px 0;
    }
}
@media screen and ( min-width: 768px ) and ( max-width: 991px ) {
    .products-box:nth-child(-n+2),
    .blog-archive-container:nth-child(-n+2) {
        border-top: 1px solid #e5e5e5;
    }
    .products-box:nth-child(odd),
    .blog-archive-container:nth-child(odd) {
        border-left: 1px solid #e5e5e5;
    }
    .blog-archive-container .products-background,
    .blog-archive-container:hover .products-background {
        background-position: 50% 26%;
        padding: 29% 10% 5%;
    }    
    .products-sub-box {
        height: 515px;
    }
}

@media screen and ( max-width: 991px ) {
  .site-header .site-branding {
    float: none!important;
  }
  .site-header .search-bar {
    position: relative;
    top: 0;
    background-color: #3678bf;
    padding: 0 20px;
    right: 0;
    display: none;
  }
  .site-header .search-bar input.search-field {
    width: 85%;
  }
  .main-navigation {
    float: none!important;
    background: #204976;
  }
  .main-navigation li {
    float: none;
  }
  .main-navigation li:nth-child(7) {
    padding: 15px 0;
  }
  .main-navigation li:nth-child(7) a {
    padding: 25px 30px;
  }
  .main-navigation li:nth-child(7) a:hover {
    background-color: #3678bf;
  }
  .main-navigation li:last-child {
    padding: 15px 30px;
  }
  .main-navigation a {
    padding: 15px 30px;
  }
  .main-navigation a:hover {
    background-color: #3678bf;
  }
  .hero h1 {
    font-size: 4em;
  }
  .hero .nav-boxes .wrap {
    height: auto;
  }
  .why .wrap.right img,
  .why .wrap.left img {
    width: 100%;
  }
  .why .wrap {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .blog-roll .blog-carousel .owl-item {
    border-right: none;
  }
  .owl-nav .owl-next {
    right: -20px;
  }
  .owl-nav .owl-prev {
    margin-left: -65px;
  }
    p, .entry-content li {
        font-size: 1.25em;
    }
    .news-and-tips h4 {
        font-size: 1.5em;   
    }
    footer {
        text-align: center;
    }
    footer #menu-footer-products {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
        margin-bottom: 30px;
    }
        footer #menu-footer-resources,
        footer #menu-footer {
        margin-bottom: 30px;
    }
        footer .connect {
        text-align: center;
    }
        footer .menu > li > a {
        font-size: 1em;
    }
        footer .menu > li .sub-menu a {
        font-size: 1em;
        line-height: 1.75em;
    }
    .why-jist-page .col-md-6.why-jist-content {
        padding: 40px;
    }
    .contact-nav li {
        width: 100%;
    }   
    .nav-icons .col-md-8 {
        padding: 20px 0;
        text-align: center;
    }
    .non-us-button, .non-us-button:hover {
        background-image: none !important;
        width: 100%;
        text-align: center;
        padding: 0;
    }
    .contact-page-content .col-md-6 {
        
    }
    .page-id-443 .resource-page-content {
        padding-bottom: inherit;
    } 
    .single-post .body-two-column .col-md-4 {
        border: none;
        margin-top: 25px;
    }
    .blog-categories .category-button {
        display: block;
        margin-bottom: 10px;    
    }
    .blog .hero.hero-major-padding,
    .category .hero.hero-major-padding {
        padding: 100px 15px 250px;
    }
    .blog-archive-container {
        border-left: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5;
        border-right: 1px solid #e5e5e5;
        border-top: 0px !important;
    }
    .products-sub-container .sub-block-columns .col-md-4 {
        margin-bottom: 40px;
    }
    .products-sub-container .sub-block-columns ul li {
        font-size: 1.1em;   
    }
    .img-container {
        padding: 40px 0;
    }
    .products-sub-cta {
        font-size: 1.25em;
        padding: 10px 50px;
    }
    .search-container {
        top: 0;
        height: 100%;
        position: fixed;
        padding: 200px 20px;
    }
    .fixed {
        overflow: hidden;
        width: 100%;
    }
    .search-close {
        position: absolute;
        top: 0;
        right: 0;
        padding: 35px;
        font-size: 1.75em;
        line-height: 1em;
        cursor: pointer;
        transition: 0.3s all ease-out;
        -webkit-transition: 0.3s all ease-out;
        -moz-transition: 0.3s all ease-out;
        -ms-transition: 0.3s all ease-out;
    }
    .search-close:after {
        content: 'X';
        font-size: 1.5em;
        color: #FFF;
        padding: 0;
        font-weight: 400;
        transition: 0.3s all ease-out;
        -webkit-transition: 0.3s all ease-out;
        -moz-transition: 0.3s all ease-out;
        -ms-transition: 0.3s all ease-out;
        opacity: 1;
    }    
    .search-close:hover:after {
        opacity: 0.75;
    }
    .body-full-width-content {
        padding: 20px;
    }    
}

@media screen and ( min-width: 992px ) and ( max-width: 1199px ) {
  .site-header .site-branding {
    width: 16%;
    padding-top: 20px;
  }
  .site-header .search-bar {
    top: 95px;
  }
  .main-navigation a {
    font-size: 15px;
  }
  .main-navigation li:nth-child(7) a {
    font-size: 15px;
    padding: 37px 20px;
  }
  .main-navigation li:last-child:after {
    font-size: 17px;
  }
  .main-navigation li.search-expanded:last-child:after {
        font-size: 18px;
        padding: 0 5px;
  }
  .why .wrap.top .content {
    margin-left: 20px;
  }
  .owl-nav .owl-next {
    right: -20px;
  }
    .products-background {
        padding: 55% 6% 5%;
    }
    .products-background:hover {
        padding: 45% 6% 5%;
    }
    .contact-nav li {
        width: 50%;
    }
    .non-us-button {
        padding: 0 0 0 400px;
    }
    .non-us-button:hover {
        padding: 0 0 0 430px;
    }    
    .products-sub-box {
        height: 500px;
    }
    .blog-archive-container .products-background,
    .blog-archive-container:hover .products-background {
        padding: 58% 10% 5%;
    }
    .search-container {
        top: 96px;
    }
}

@media screen and ( min-width: 992px ) {
    #menu-main .current-menu-item,
    #menu-main .current-page-ancestor {
        padding: 4px;   
    }
    #menu-main .current-menu-item a,
    #menu-main .current-page-ancestor a {
        border: 1px solid rgba(255,255,255,0.5);
        padding: 10px;
        margin: 22px 0;        
    }
    .main-navigation .current-menu-item a:hover,
    .main-navigation .current-page-ancestor a:hover {
      background-color: inherit;
    }
    .page-template-page-who-we-help .hero .wrap.top {
        padding: 5em 0 0 2em;
        text-align: left;
    }    
    .nav-icons .row > .col-sm-4 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .nav-icons .row > .col-sm-4:nth-child(1), .nav-icons .row > .col-sm-4:nth-child(3) {
        padding-left: 0;
    }
    .nav-icons .row > .col-sm-4:nth-child(2) {
        padding-left: 30px;
        padding-right: 30px;
    }
    .nav-icons .row > .col-sm-4:nth-child(3) {
        padding-left: 30px;   
    }
    .nav-icons .row > .col-sm-4:nth-child(2) {
        border-left: 1px solid rgba(255,255,255,0.5);
        border-right: 1px solid rgba(255,255,255,0.5);
    }   
    .products-box:nth-child(-n+3), 
    .blog-archive-container:nth-child(-n+3) {
        border-top: 1px solid #e5e5e5;
    }
    .products-box:nth-child(3n+1),
    .blog-archive-container:nth-child(3n+1) {
        border-left: 1px solid #e5e5e5;
    }   
    .why-jist-page .col-md-6.why-jist-content {
        padding: 40px 40px 0;
    }    
    .why-jist-content h3 {
        font-size: 2em;
    }
    .contact-page-content .col-md-6 {
        padding: 60px;
    }
}
@media screen and ( min-width: 1200px ) {
    .why-jist-page .col-md-6.why-jist-content {
        padding: 60px 60px 0;
    }    
}