@font-face {
  font-family: "Open Sans MS";
  font-style: normal;
  font-weight: 300;
  src: url(fonts/mem5YaGs126MiZpBA-UN_r8OUuhvKKSTjw.woff) format("woff");
  font-display: fallback;
}

@font-face {
  font-family: "Open Sans MS";
  font-style: normal;
  font-weight: 400;
  src: url(fonts/mem8YaGs126MiZpBA-UFVZ0df8pkAg.woff) format("woff");
  font-display: fallback;
}

@font-face {
  font-family: "Open Sans MS";
  font-style: normal;
  font-weight: 600;
  src: url(fonts/mem5YaGs126MiZpBA-UNirkOUuhvKKSTjw.woff) format("woff");
  font-display: fallback;
}

@font-face {
  font-family: "Open Sans MS";
  font-style: normal;
  font-weight: 700;
  src: url(fonts/mem5YaGs126MiZpBA-UN7rgOUuhvKKSTjw.woff) format("woff");
  font-display: fallback;
}

@font-face {
  font-family: "Open Sans MS";
  font-style: normal;
  font-weight: 800;
  src: url(fonts/mem5YaGs126MiZpBA-UN8rsOUuhvKKSTjw.woff) format("woff");
  font-display: fallback;
}

body {
  font-family: "Open Sans MS", sans-serif;
  overflow-x: hidden !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #002c61;
}

h4 {
  color: #5987c6;
  margin: 0;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
}

a,
a:active,
a:focus,
a:visited,
a:hover {
  outline: none;
  color: #0d2c5e;
  text-decoration: none;
}

ul,
ol {
  padding-left: 0px;
  margin-left: 18px;
}

#page {
  overflow-x: hidden !important;
}

.post,
.page {
  margin: 0;
}

.home .entry-header,
.entry-footer {
  display: none;
}

.entry-content,
.hentry {
  margin: 0;
}

.flex {
  display: flex;
}

.flexWrap {
  flex-wrap: wrap;
}

.flexColumn {
  flex-direction: column;
}

.flexRow {
  flex-direction: row;
}

.flexRowReverse {
  flex-direction: row-reverse;
}

.flexJustifyBetween {
  justify-content: space-between;
}

.flexCenterHorizontal {
  justify-content: center;
}

.flexRightHorizontal {
  justify-content: right;
}

.flexCenterVertical {
  align-items: center;
}

.flexBottomVertical {
  align-items: flex-end;
}

.fullWidth {
  width: 100%;
}

/*.page-id-775 .field_sublabel_below .ginput_complex.ginput_container label,
.page-id-775 .gform_wrapper .top_label .gfield_label {
  display: block !important;
  color: #fff;
}*/

#gform_confirmation_message_3 {
  color: #fff;
}
#gform_submit_button_3 {
  font-size: 20px !important;
}

.button {
  text-decoration: none;
  text-transform: uppercase;
  background-color: transparent;
  letter-spacing: 1px;
  border: 2px solid;
  padding: 8px 30px;
  font-size: 0.9em;
  text-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.35s ease all;
  -ms-transition: 0.35s ease all;
  -o-transition: 0.35s ease all;
  transition: 0.35s ease all;
}

.button.green {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 18px 0 0;
  text-transform: uppercase;
  font-weight: 600;
  background-color: #5987c6;
  border-color: #5987c6;
  position: relative;
  z-index: 3;
  padding: 3px 8px;
  letter-spacing: 0;
  cursor: pointer;
  -webkit-transition: 0.35s ease all;
  -ms-transition: 0.35s ease all;
  transition: 0.35s ease all;
}

.button.green:hover {
  background-color: #fff;
  color: #5987c6;
}

#masthead {
  position: fixed;
  width: 100%;
  top: 0;
  background-color: rgba(255, 255, 255, 1);
  padding: 22px 20px 16px;
  z-index: 999;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
}

#site-navigation {
  max-width: 1210px;
  margin: 0 auto;
  float: none;
}

.logo {
  float: left;
  position: relative;
  max-width: 350px;
}

.logo img {
  max-height: 45px;
  margin-bottom: -5px;
}

.menu-wrap {
  float: right;
  margin-top: 2px;
}

.menu-menu-1-container,
.social-toolbar {
  float: left;
}

#primary-menu li {
  margin: 4px 12px;
}

#primary-menu li.external {
  margin-left: 30px;
}

#primary-menu li.external::before {
  content: "";
  display: block;
  width: 1px;
  height: 32px;
  background-color: #012c61;
  position: absolute;
  left: -21.5px;
  top: -1px;
}

#primary-menu a {
  color: #0d2c5e;
  text-transform: uppercase;
  font-size: 1.1em;
  font-weight: 600;
  letter-spacing: 0.2px;
}

#primary-menu .current_page_item:not(#menu-item-321) a {
  font-weight: 700;
}

#primary-menu .contact {
  margin: 1px 0 0 12px;
}

#primary-menu .contact::after {
  display: none;
}

#primary-menu .contact a {
  background-color: #0d2c5e;
  color: #fff;
  border: 2px solid #0d2c5e;
  padding: 2px 9px;
  -webkit-transition: 0.35s ease all;
  -ms-transition: 0.35s ease all;
  -o-transition: 0.35s ease all;
  transition: 0.35s ease all;
}

#primary-menu .contact a:hover {
  background-color: #fff;
  border-color: #0d2c5e;
  color: #002c61;
}

.social-toolbar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.social-toolbar li {
  margin: 5px 1px;
  display: inline-block;
}

.social-toolbar a {
  display: inline-block;
  color: #0d2c5e;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1.5px solid #fff;
  background-color: #fff;
  text-align: center;
  font-size: 24px;
  -webkit-transition: 0.35s ease all;
  -ms-transition: 0.35s ease all;
  -o-transition: 0.35s ease all;
  transition: 0.35s ease all;
}

.social-toolbar a:hover {
  background-color: #0d2c5e;
  border-color: #fff;
  color: #fff;
}

.home-header {
  margin-top: 82px;
}
.home-header.mom {
  margin-top: 0px;
}

.latest-video {
  width: 60%;
  float: left;
  position: relative;
}
.home-header.mom .latest-video {
  float: right;
}

.video-feat {
  height: calc(100vh - 82px);
  width: 100%;
  display: block;
  background-size: cover;
  background-position: center;
}

.video-feat > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
}

.latest-video .inner-block {
  background-color: rgba(255, 255, 255, 0.85);
  max-width: 360px;
  margin: 50px;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 35px;
}

.latest-video h2 {
  font-size: 35px;
  line-height: 1.1;
  margin: 13px 0;
}

.latest-video h2 span {
  font-style: italic;
}

.home-header .latest-resource {
  width: 40%;
  float: left;
  position: relative;
}

.resource-feat {
  height: calc(50vh - 41px);
  display: block;
  width: 100%;
  background-size: cover;
  background-position: center;
}

.resource-feat .inner-block {
  background-color: rgba(13, 44, 94, 0.75);
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 18px 40px 25px;
}

.resource-feat h4 {
  display: inline-block;
}

.resource-feat span {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  margin-left: 5px;
}

.resource-feat h2 {
  color: #fff;
  margin: 0;
  font-size: 20px;
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 115px);
  padding-right: 20px;
}

.resource-feat h2 {
  width: calc(100% - 135px);
}

.resource-feat .button.green {
  vertical-align: top;
  display: inline-block;
  margin-top: 0;
}

.resource-feat .button.green:hover {
  border-color: #fff;
}

.exercise-recipe {
  clear: both;
  width: 100%;
}

.exercise-recipe .latest-resource {
  position: relative;
  width: 50%;
  float: left;
}

.exercise-recipe .resource-feat {
  height: 430px;
}

.exercise-recipe .latest-resource h4 {
  font-size: 19px;
}

.exercise-recipe .latest-resource h4 a {
  color: #5987c6;
  font-size: 15px;
  margin-left: 4px;
}

.exercise-recipe .latest-resource h2 {
  font-size: 24px;
}

.exercise-recipe .latest-resource h2 a {
  color: #fff;
}

.exercise-recipe .latest-resource .inner-block {
  padding: 25px 50px 30px;
}

.intro {
  background-color: #012c61;
  padding: 40px 30px;
  clear: both;
}

.intro img {
  display: inline-block;
  vertical-align: middle;
  width: 31%;
}

.intro-text {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  width: 48%;
  padding: 0 65px;
  font-size: 18px;
  line-height: 1.25;
}

.intro-buttons {
  display: inline-block;
  vertical-align: middle;
  width: calc(21% - 9px);
}

.intro-buttons .button {
  display: block;
  text-align: center;
  font-size: 18px;
  padding: 7px 30px;
  margin: 10px 0;
}

.intro-buttons .button.outline {
  color: #fff;
}

.intro-buttons .button.outline:hover {
  background-color: #fff;
  color: #012c61;
  border-color: #fff;
}

.intro-buttons .button.green:hover {
  border-color: #fff;
}

.medshield-products-banner {
  position: relative;
}

.medshield-products-banner.mobile {
  display: none;
}

.medshield-products-banner img {
  width: 100%;
  display: block;
  /*min-height: 195px;
  object-fit: cover;*/
}

.medshield-products-banner .button {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  text-align: center;
  max-width: 140px;
  padding: 5px;
  text-transform: none;
  font-weight: 700;
  letter-spacing: 0.2px;
  font-size: 18px;
  border-radius: 9px;
  margin: 0 auto;
  background-color: #fff;
  border-color: #fff;
}

.medshield-products-banner .button:hover {
  background-color: #012c61;
  border-color: #012c61;
  color: #fff;
}

.video-tabs {
  padding: 40px 30px 60px;
  max-width: 1230px;
  margin: 0 auto;
}

.video-block {
  display: inline-block;
  width: calc(33.33% - 23px);
  margin: 10px;
  vertical-align: top;
}

.ui-tabs-nav {
  padding: 0;
  list-style: none;
  text-align: center;
  margin: 30px 0;
}

.ui-tabs-nav li {
  display: inline-block;
  margin: 0;
  position: relative;
  line-height: 1;
  padding: 0 30px;
}

.ui-tabs-nav li:first-child {
  border-right: 2px solid #002d61;
}

.ui-tabs-nav h2,
h1.mom-cat-title {
  margin: 0;
  text-transform: uppercase;
  font-size: 35px;
  font-weight: 500;
}

h1.mom-cat-title {
  font-size: 30px;
  margin-top: 60px;
  font-weight: 700;
}

li.ui-tabs-active h2 {
  font-weight: 700;
}

body .slick-prev,
body .slick-next {
  top: 32%;
  width: auto;
  height: auto;
}

.top-banner {
  background-image: url(/wp-content/uploads/2020/05/top-image.jpg);
  background-size: cover;
  background-position: top;
  height: 735px;
}

.top-banner .caffeine-div-container {
  position: relative;
  top: 53%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.top-banner p {
  margin: 0;
  padding: 0 25px;
}

.about-text {
  background-color: #002c61;
  text-align: center;
  padding: 70px 35px;
}

.about-text p {
  color: #fff;
  margin: 0;
  max-width: 950px;
  margin: 0 auto;
  font-size: 1.1em;
}

/*#live {
    background-color: #f5f5f5;
    padding: 45px 35px 60px;
    max-height: 810px;
}

#live p {
    text-align: center;
}

#live p:last-child {
    position: relative;
    padding-bottom: 56%;
    height: 0;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
}

#live iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}*/

.medshield-products {
  padding: 55px 25px 30px;
  background-color: #ebebeb;
  clear: both;
}

.medshield-products h1 {
  text-align: center;
}

.med-tabs {
  display: flex;
  justify-content: center;
  align-items: center;
}

.med-tabs h1:first-child {
  border-right: 2px solid #0d2c5e;
}

.med-tabs h1 {
  text-align: center;
  line-height: grey;
  padding: 0 20px;
  line-height: 0.8;
}

.med-tabs h1.active {
  color: #0d2c5e;
}

.med-tabs .order-now {
  text-transform: uppercase;
  margin-left: 20px;
  font-size: 19px;
  font-weight: 600;
}

.clickfit-products {
  display: none;
  max-width: 1150px;
  margin: 0 auto;
}

.clickfit-products.active {
  display: block !important;
}

.clickfit-products p {
  color: #0d2c5e;
  text-align: center;
  line-height: 1.3;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
}

.clickfit-product h2 {
  min-height: 49px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.featured-viewall {
  display: flex;
  justify-content: center;
  align-items: center;
}

.featured-viewall h2 {
  text-transform: uppercase;
  margin: 5px 0 15px;
}

.featured-viewall a.view-all {
  display: block;
  padding: 3px 18px;
  border: 3px solid #0d2c5e;
  margin: 20px;
  font-weight: 700;
  transition: 0.15s;
}

.featured-viewall a.view-all:hover {
  background: #0d2c5e;
  color: white;
}

.clickfit-products .featured_products {
  display: flex;
  flex-wrap: wrap;
}

.clickfit-products .featured_products .clickfit-product {
  width: 25%;
  text-align: center;
  margin-bottom: 50px;
  padding: 10px;
}

.clickfit-products .featured_products .clickfit-product a {
  padding: 4px 18px;
  border: 2px solid #5987c6;
  display: inline-block;
  font-weight: 700;
  background: #5987c6;
  color: #fff;
  -webkit-transition: 0.35s ease all;
  -ms-transition: 0.35s ease all;
  -o-transition: 0.35s ease all;
}

.clickfit-products .featured_products .clickfit-product a:hover {
  background: transparent;
  color: #5987c6;
  border-color: #5987c6;
}

.product-tabs {
  display: none;
  flex-wrap: wrap;
  max-width: 1150px;
  margin: 0 auto;
}

.product-tabs.active {
  display: flex !important;
}

.product-tabs ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 35%;
}

.product-tabs li {
  margin-right: 8px;
  -webkit-transition: margin 0.25s ease;
  -ms-transition: margin 0.25s ease;
  -o-transition: margin 0.25s ease;
  transition: margin 0.25s ease;
}

.product-tabs li.ui-state-active {
  margin-right: 0;
}

.product-tabs ul a {
  display: block;
  padding: 22px 28px 17px;
  position: relative;
}

.product-tabs ul a::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-image: url(images/+.png);
  position: absolute;
  right: 30px;
  top: 35px;
  opacity: 1;
  -webkit-transition: 0.25s ease all;
  -ms-transition: 0.25s ease all;
  -o-transition: 0.25s ease all;
  transition: 0.25s ease all;
}

.product-tabs li.ui-state-active a::after {
  opacity: 0;
}

.product-content {
  display: inline-block;
  width: 65%;
  padding: 35px;
  text-align: center;
}

.product-content-wrap {
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.product-content h2,
.product-content p {
  color: #fff;
}

.product-content h2 {
  font-size: 1.7em;
  font-weight: 500;
  margin: 0;
}

.product-content p {
  font-size: 1.1em;
  line-height: 1.6;
}

.product-tabs .buttons {
  max-width: 350px;
  margin: 50px auto 0;
}

.product-tabs .buttons a {
  border: 3px solid #fff;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  padding: 6px 12px;
  display: inline-block;
  margin: 3px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-decoration: none;
  -webkit-transition: 0.35s ease all;
  -ms-transition: 0.35s ease all;
  -o-transition: 0.35s ease all;
  transition: 0.35s ease all;
}

.product-tabs .buttons a:hover {
  background-color: #fff;
  color: #0d2c5e;
}

.product-tabs .buttons a:not(:last-child) {
  width: calc(50% - 6px);
}

.product-tabs .buttons a:last-child {
  display: block;
}

#port-slide > #preview {
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

#port-slide.closed > #preview {
  opacity: 0.2;
}

.port-items-wrapper {
  position: relative;
  padding: 45px 25px 60px;
  overflow: auto;
  margin: 0 auto;
}

.port-items-wrapper h1 {
  text-align: center;
}

.port-item {
  position: relative;
  margin: 7px;
  width: 100%;
  text-decoration: none;
  height: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-shadow: 1px 1px 8px rgba(0,0,0,0.2);
  margin: 20px 0;
}

.port-search-wrapper {
  width: 500px;
  border: 1px solid #0d2c5e;
  position: relative;
  border-radius: 100px;
  margin: auto;
}

.port-search-wrapper .port-search {
  border-radius: 100px;
  border-width: 0;
  display: block;
  width: 100%;
  height: 45px;
  font-size: 14px;
  padding-left: 20px;
  outline: none;
  font-family: "Open Sans MS", sans-serif;
}

.port-search-button {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #0d2c5e;
  color: #fff;
  border-radius: 0 50px 50px 0;
  height: 100%;
  border-color: #0d2c5e !important;
  width: 50px;
  font-size: 15px;
  padding: 0;
  cursor: pointer;
  transition: all 0.35s ease 0s;
}

.port-search-button:hover {
  background-color: #ffffff;
  color: #0d2c5e;
  border-color: white white white #0d2c5e !important;
}

.page-id-351 .port-item,
.page-id-357 .port-item {
  margin-bottom: 20px;
}

.port-items-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  z-index: 3;
}

.port-items-wrapper.loading .port-items-loader {
  opacity: 1;
}

.port-items {
  position: relative;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  z-index: 4;
  max-width: 1140px;
  margin: 30px auto 0;
}

.page-id-335 .port-items {
  margin: 50px auto 0;
}

.port-item .icons {
  background-color: rgba(255, 255, 255, 0.7);
  display: block;
  float: left;
  padding: 5px 12px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.port-item .icon {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 38px;
  width: 38px;
  margin: 5px 5px 0;
  display: inline-block;
}

.port-items-wrapper.loading .port-items {
  opacity: 0.2;
}

.port-page {
  position: relative;
  text-align: center;
  z-index: 5;
  margin-top: 10px;
}

.page-id-335 .port-page {
  margin-top: 30px;
}

.port-categories {
  position: relative;
  text-align: center;
  z-index: 99;
  margin: 20px auto;
  max-width: 1000px;
}

.port-categories .tax-slugger {
  border: none;
  border-right: 2px solid;
  border-radius: 0;
  background-color: transparent;
  font-family: "Open Sans MS", sans-serif;
  color: #0d2c5e;
  font-size: 20px;
  margin: 5px -1px;
  text-transform: uppercase;
  padding: 2px 38px;
  cursor: pointer;
  font-weight: 500;
  -webkit-transition: 0.35s ease all;
  -ms-transition: 0.35s ease all;
  -o-transition: 0.35s ease all;
  transition: 0.35s ease all;
}

.port-categories .tax-slugger:nth-last-child(1),
.port-categories .tax-slugger:nth-last-child(2) {
  border-right: none;
}

.port-categories .tax-slugger.active {
  font-weight: 700;
}

.port-categories .tax-slugger[data-cat="uncategorised"],
.page-id-351 .port-categories,
.page-id-357 .port-categories,
.page-id-370 .port-categories {
  display: none;
}

/*.port-categories .tax-slugger[data-cat="%"],
.port-categories .tax-slugger[data-cat="mom-family"],
.port-categories .tax-slugger[data-cat="nutrition"],
.port-categories .tax-slugger[data-cat="fitness"] {
    width: calc(25% - 19px)
}*/

.blog-thumb {
  width: 30%;
  background-size: cover;
  background-position: center;
}

.port-item .post-meta {
  margin: 0;
  font-size: 13px;
}

.blog-content {
  /*background-color: rgba(13, 44, 94, 0.7);*/
  padding: 30px 30px 32px;
  position: relative;
  bottom: 0;
  width: 70%;
}

.blog-content .excerpt {
  line-height: 1.3;
  font-size: 0.8em;
  margin: 3px 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.35s ease all;
  -ms-transition: 0.35s ease all;
  transition: 0.35s ease all;
}

.port-item .post-excerpt {
  font-size: 14px;
}

.port-item .buttons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.port-item .buttons a.link {
  margin: 0 0 0 6px;
}

.port-item .buttons .post-category {
  margin: 0 15px 0 0;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 13px;
}

.port-item:hover .blog-content .excerpt {
  margin: 8px 0;
  max-height: 100px;
  overflow: unset;
}

.port-item h3 {
  font-size: 21px;
  font-weight: 700;
  margin: 0;
  line-height: 1.3;
  color: #fff;
}

p.link,
a.link {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  margin: 18px 6px 0;
  text-transform: uppercase;
  font-weight: 600;
  background-color: #5987c6;
  position: relative;
  z-index: 3;
  padding: 5px 10px;
  -webkit-transition: 0.35s ease all;
  -ms-transition: 0.35s ease all;
  transition: 0.35s ease all;
}

p.link:hover,
a.link:hover {
  background-color: #fff;
  color: #5987c6;
}

p.link strong,
a.link strong {
  font-weight: 500;
  font-size: 1.2em;
  position: relative;
  top: 2px;
  margin-left: 3px;
}

.port-page-me {
  display: inline-block !important;
  border: none;
  border-radius: 0;
  background-color: transparent;
  font-family: "Open Sans MS", sans-serif;
  font-weight: 400;
  font-size: 1.1em;
  color: #0d2c5e;
  margin: 4px;
  padding: 0;
  cursor: pointer;
  -webkit-transition: 0.35s ease all;
  -ms-transition: 0.35s ease all;
  -o-transition: 0.35s ease all;
  transition: 0.35s ease all;
}

.port-page-me:hover,
.port-page-me.iampaged {
  font-weight: 600;
}

.video-image,
.event-image {
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center;
  display: block;
}

.video-content,
.event-content {
  text-align: center;
  color: #0d2c5e;
}

.video-content p,
.event-content p {
  text-transform: uppercase;
  font-size: 14px;
  font-style: italic;
  font-weight: 600;
  margin: 18px 0 5px;
}

.video-content h3,
.event-content h3 {
  color: #0d2c5e;
  line-height: 1.2;
  font-size: 19px;
  font-weight: 700;
  margin: 0;
}

.video-content span,
.event-content span {
  font-style: italic;
}

.video-content .link:hover,
.event-content .link:hover {
  background-color: #0d2c5e;
  color: #fff;
}

.max-width-container {
  max-width: 1150px;
  margin: 0 auto;
}

#host {
  background-color: #ebebeb;
  padding: 75px 30px 85px;
}

#host h2 {
  text-transform: uppercase;
  font-size: 35px;
  line-height: 1.2;
  margin: 0 0 10px;
  text-align: center;
}

.host-image {
  display: inline-block;
  width: 242px;
  height: 242px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.host-text {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 247px);
  padding-left: 50px;
}

.host-text h3 {
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 8px;
  font-weight: 800;
  font-size: 20px;
}

.host-text p {
  color: #0d2c5e;
  font-size: 14.5px;
  font-weight: 500;
  line-height: 1.3;
  margin: 5px 0 15px;
}

.follow-us {
  padding: 17px 25px 5px;
  max-width: 1200px;
  margin: 0 auto;
  overflow: auto;
}

.follow-us h1 {
  float: left;
}

.follow-us .social-toolbar {
  float: right;
  margin: 28px 0 20px;
}

.follow-us .social-toolbar li {
  margin: 5px -1px;
}

#sockblock {
  width: calc(100% + 10px);
  margin-left: -5px;
  clear: both;
}

#sockblock .social-img {
  height: 275px;
  width: calc(20% - 10px);
  margin: 5px;
}

#sockblock ul li i {
  display: none;
}

#get-a-quote {
  background-color: #f5f5f5;
  text-align: center;
  padding: 35px 25px 45px;
  margin-top: 10px;
}

#gform_wrapper_1 {
  max-width: 900px;
  margin: 15px auto 0;
}

body .gform_wrapper .top_label .gfield_label,
body .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
  display: none;
}

body #pregnancyModal .gform_wrapper .top_label .gfield_label,
body #pregnancyModal .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
  display: inline-block;
  color: #ffffff;
}

body .gform_wrapper .top_label input.medium,
body .gform_wrapper .top_label textarea.medium,
body .gform_wrapper .ginput_complex input {
  width: 100%;
  border-radius: 0;
  border: none;
  color: #0d2c5e;
  text-align: left;
  margin-top: 0;
  font-size: 15px !important;
  padding: 9px 20px !important;
  outline: none !important;
}

body .gform_wrapper textarea.medium {
  height: 95px;
}

body .gform_wrapper ul li.gfield {
  margin-top: 5px !important;
  padding-right: 0 !important;
}

/*#field_1_2,
#field_1_3 {
    float: left;
    width: 50%;
    clear: none;
    margin-top: 8px;
    margin-bottom: 18px
}*/

#choice_4_19_1 {
  max-width: 25px;
}

#input_1_5 > div {
  margin: 0 auto;
}

body .gform_wrapper .gform_footer {
  padding: 0;
  text-align: right;
}

body .gform_wrapper .gform_footer input.button {
  border: 2px solid #5987c6;
  border-radius: 0;
  font-family: "Open Sans MS", sans-serif;
  color: #fff;
  font-weight: 700;
  margin-right: 0;
  padding: 7px 20px;
  background-color: #5987c6;
  cursor: pointer;
  letter-spacing: 0.2px;
  -webkit-transition: 0.35s ease all;
  -ms-transition: 0.35s ease all;
  -o-transition: 0.35s ease all;
  transition: 0.35s ease all;
}

body .gform_wrapper .gform_footer input.button:hover {
  background-color: #0d2c5e;
  color: #5987c6;
}

#gform_confirmation_message_1 {
  color: #fff;
}

#gform_confirmation_message_7 {
  color: #fff;
}

::-webkit-input-placeholder {
  color: #0d2c5e;
}

:-moz-placeholder {
  color: #0d2c5e;
  opacity: 1;
}

::-moz-placeholder {
  color: #0d2c5e;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #0d2c5e;
}

.single #content {
  padding: 35px 30px 50px;
  max-width: 1210px;
  margin: 100px auto 0;
  position: relative;
}

.featured-image {
  height: 400px;
  background-size: cover;
  background-position: center;
}

.single .entry-title {
  margin-bottom: 10px;
  line-height: 1.1;
}

.single .entry-meta {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.9em;
  color: #0d2c5e;
}

.single .entry-meta a {
  color: #0d2c5e;
  text-decoration: none;
}

.single .entry-content p {
  color: #000;
  line-height: 1.4;
}

.single article {
  width: calc(70% - 50px);
  float: left;
  margin-right: 50px;
}

.single .entry-content .button.green {
  margin-top: 10px;
  font-size: 18px;
}

.single a.back-link {
  font-size: 1.1em;
  margin: -2px 0 15px;
  color: #0d2c5e;
  text-decoration: none;
  font-weight: 700;
  display: block;
}

.posts-sidebar {
  width: 30%;
  float: left;
  background-color: #ebebeb;
  padding: 35px;
  margin: 0;
}

.posts-sidebar h3 {
  margin: 0 0 25px;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1;
}

.related-post h4 {
  font-weight: 400;
  line-height: 1.2;
  margin: 22px 0 3px;
  color: #0d2c5e;
  font-size: 1.2em;
  text-transform: none;
}

.related-post a {
  color: #0d2c5e;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.85em;
  display: block;
  text-transform: uppercase;
}

.author-profile {
  margin-top: 45px;
  margin-bottom: 15px;
}

.author-avatar-circle {
  width: 125px;
  height: 125px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 35px;
}

.author-avatar-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-position: center;
}

.author-info {
  width: calc(100% - 150px);
  align-self: center;
}

.author-info .name {
  display: block;
  color: #0d2c5e;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 10px;
}

.author-info .description {
  display: block;
}

.page-featured-image {
  height: 415px;
  margin-top: 84px;
  position: relative;
}

.page-featured-image .entry-header {
  text-align: center;
  position: relative;
  top: 50%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.page-featured-image .entry-title {
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.2;
  font-size: 62px;
}

.mix-blend-mode {
  width: 100%;
  height: 100%;
  background-color: #0d2c5e;
  opacity: 0.6;
  -webkit-mix-blend-mode: multiply;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
}

#ambassadors {
  background-color: #ebebeb;
  text-align: center;
  padding: 80px 30px 60px;
}

.home #ambassadors {
  background-color: #fff;
}

#ambassadors .max-width-container {
  max-width: 1210px;
}

#ambassadors h2 {
  text-transform: uppercase;
  font-size: 35px;
  line-height: 1.2;
  margin: 0 0 20px;
}

#ambassadors h2,
#ambassadors p {
  color: #012c61;
}

.ambassadors {
  margin: 35px auto 0;
  max-width: unset;
}

.ambassador {
  display: inline-block;
  width: calc(23% - 34px);
  vertical-align: top;
  margin: 15px;
  outline: none !important;
}

.ambassador img {
  width: 175px;
  object-fit: cover;
  max-height: 175px;
  border-radius: 100%;
  margin: 0 auto;
}

.ambassador h4 {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 18px;
  max-width: 130px;
  margin: 15px auto 0;
  line-height: 1.1;
  color: #0d2c5e;
}

.ambassador:nth-child(2) h4,
.ambassador:nth-child(4) h4 {
  max-width: 100px;
}

.ambassador p {
  max-width: 175px;
  margin: 12px auto 20px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
}

.ambassador p:last-child {
  margin-bottom: 0;
}

.latest-news {
  clear: both;
  padding: 40px 20px 60px;
  text-align: center;
}

.latest-news h2 {
  text-transform: uppercase;
  font-size: 35px;
}

.latest-news h2 a {
  font-size: 21px;
  font-weight: 600;
  margin-left: 25px;
}

.latest-news h2 a {
  font-size: 21px;
  font-weight: 600;
  margin-left: 15px;
  border-left: 2px solid #0d2c5e;
  padding-left: 22px;
  line-height: 1.1;
  display: inline-block;
  position: relative;
  top: -4px;
}

.news-feat {
  height: 310px;
  display: block;
  background-size: cover;
  background-position: center;
}

.news-block {
  display: inline-block;
  width: calc(33.33% - 23px);
  margin: 10px;
  vertical-align: top;
}

.news-block h3 {
  line-height: 1.2;
  margin-bottom: 0;
}

.site-footer {
  background-color: #0d2c5e;
  padding: 65px 30px 35px;
}

.site-info {
  max-width: 1150px;
  margin: 0 auto;
}

.footer-about .social-toolbar {
  width: 100%;
}

.footer-about img {
  margin-top: 20px;
  width: 100px !important;
}

.footer-about span {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 105px);
  margin-top: 50px;
  padding-left: 20px;
  line-height: 1.2;
  font-size: 13px;
}

.coffee-foot {
  text-align: center;
  border-top: 2px solid #fff;
  margin-top: 45px;
  padding: 22px 0 0;
}

.coffee-foot img {
  position: relative;
  top: 10px;
  margin-right: 10px;
}

.coffee-foot a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 600;
}

.site-footer img {
  display: inline-block;
  width: 21%;
  vertical-align: top;
}

.footer-about {
  display: inline-block;
  vertical-align: top;
  width: 40%;
  padding: 0 40px 0 90px;
}

.site-footer h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 30px;
  margin: 0;
  line-height: 1.3;
}

.site-footer p {
  color: #fff;
  font-size: 15.5px;
  line-height: 1.3;
  margin-bottom: 18px;
}

.site-footer .form {
  display: inline-block;
  vertical-align: top;
  width: calc(39% - 9px);
  min-height: 394px;
}

.disclaimer {
  margin-top: -78px;
}

.disclaimer p {
  font-size: 12px;
  width: 58%;
}

.disclaimer p:first-child {
  margin-bottom: -8px;
}

.error404 #content,
.search #content {
  max-width: 1200px;
  margin: 80px auto 0;
  padding: 0 25px 30px;
}

.error404 .site-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.search .entry-header {
  margin-bottom: 15px;
}

.search .entry-title {
  margin-bottom: 0;
}

#coffeerm-button {
  background-color: transparent;
  top: 17px;
  right: 18px;
  display: none;
  position: absolute;
  bottom: 0;
}

#coffeerm-button span {
  width: 33px;
  background-color: #002c61;
}

ul.responsive-menu-items {
  background-color: #fff;
  padding: 0;
  padding-top: 73px;
}

ul.responsive-menu-items::before {
  content: "";
  display: block;
  background-image: url(/wp-content/themes/medshield/images/logo-new.png);
  width: 220px;
  height: 41px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 17px;
  left: 17px;
}

ul.responsive-menu-items li {
  list-style: none;
  position: relative;
  margin: 0;
  text-align: left;
}

ul.responsive-menu-items a {
  text-align: left;
  text-decoration: none;
  padding: 8px 15px 6px;
  display: block;
  border: none;
  margin: 0;
  color: #0d2c5e;
  text-transform: uppercase;
  font-size: 1.1em;
  font-weight: 600;
  -webkit-transition: 0.35s ease all;
  -ms-transition: 0.35s ease all;
  -o-transition: 0.35s ease all;
  transition: 0.35s ease all;
}

ul.responsive-menu-items a::after {
  display: none;
}

ul.responsive-menu-items a.active,
ul.responsive-menu-items a:hover {
  background-color: #0d2c5e;
  color: #fff;
}

#ui-id-8 {
  padding-left: 22px;
}

.page-id-258 header,
.page-id-258 footer {
  display: none;
}

.page-id-258 .entry-content {
  background: #1c2645;
}

.page-id-258 .background_element {
  position: absolute;
  right: -147px;
  top: 0px;
  width: 508px;
}

.next_step_wrapper {
  display: flex;
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
  height: 100vh;
  align-items: center;
  padding: 0 20px;
}

.next_step_wrapper .copy {
  width: 48%;
  z-index: 1;
  color: white;
}

.next_step_wrapper .nextstep_form li.gfield {
  margin-top: 0px !important;
}

.next_step_wrapper .nextstep_form li.gfield input,
.next_step_wrapper .nextstep_form li.gfield textarea {
  border-radius: 0px;
  color: grey;
  font-size: 11px !important;
  margin-top: 0px;
}

.next_step_wrapper .nextstep_form li.gfield textarea {
  margin-top: 20px !important;
}

.next_step_wrapper .nextstep_form li.gfield input::placeholder,
.next_step_wrapper .nextstep_form li.gfield textarea::placeholder {
  color: grey;
}

.next_step_wrapper .nextstep_form .gform_footer.top_label {
  display: block;
  text-align: right !important;
  margin-top: -45px;
}

.next_step_wrapper .copy ul {
  margin-left: 0px;
  padding-left: 18px;
}

.next_step_wrapper .copy h2 {
  padding-bottom: 10px;
  font-size: 40px;
  width: 100%;
  border-bottom: 1px solid #e1ab26;
  color: white;
}

.next_step_wrapper .nextstep_form {
  width: 48%;
  z-index: 1;
  margin-top: 70px;
}

.next_step_wrapper .nextstep_form li#field_2_6 {
  width: 70%;
}

.next_step_wrapper .nextstep_form label#label_2_6_1 {
  color: white;
  margin-top: 3px;
}

.next_step_wrapper .nextstep_form .gform_wrapper .gform_footer input.button {
  color: #0d2c5e;
  background: #e1ab26;
  border-color: #e1ab26;
}

.next_step_wrapper .nextstep_form .gform_wrapper .gform_footer input.button:hover {
  border-color: #e1ab26;
  color: #e1ab26;
  background: transparent;
}

.next_step_wrapper .copy a.tscslink {
  color: #e1ab26;
}

body.page-id-1451,
body.page-id-2156 {
  background-color: #002c61;
  color: #fff;
}

body.page-id-1451 #masthead,
body.page-id-2156 #masthead,
body.page-id-1451 .site-footer,
body.page-id-2156 .site-footer {
  display: none;
}

body.page-id-1451 .entry-content {
  max-width: 1260px;
  width: 100%;
  padding: 20px;
  margin: 0 auto;
}
body.page-id-2156 .entry-content {
  max-width: 900px;
  width: 100%;
  padding: 30px;
  margin: 0 auto;
}

body.page-id-1451 .entry-content p,
body.page-id-2156 .entry-content p {
  text-align: center;
}

body.page-id-1451 .entry-content h2,
body.page-id-1451 .entry-content h3,
body.page-id-2156 .entry-content h2,
body.page-id-2156 .entry-content h3 {
  color: #fff;
  text-align: center;
}

body.page-id-1451 .entry-content img {
  max-width: 200px;
}

body.page-id-1451 .gform_wrapper .top_label .gfield_label,
body.page-id-2156 .gform_wrapper .top_label .gfield_label {
  display: block;
}

body.page-id-1451 .gform_wrapper .top_label .gfield_label .gfield_required,
body.page-id-2156 .gform_wrapper .top_label .gfield_label .gfield_required {
  color: #fff;
}

body.page-id-1451 .gfield_radio,
body.page-id-2156 .gfield_radio {
  display: flex;
}

body.page-id-1451 .gfield_radio .gchoice,
body.page-id-2156 .gfield_radio .gchoice {
  margin-right: 15px;
}

body.page-id-1451 .gfield_description,
body.page-id-2156 .gfield_description {
  font-size: 13px !important;
  margin: -6px 0 0;
}

body.page-id-1451 .gform_wrapper .top_label input:not(.gform_button),
body.page-id-1451 .gform_wrapper .top_label select,
body.page-id-1451 .gform_wrapper .top_label textarea,
body.page-id-2156 .gform_wrapper .top_label input:not(.gform_button, [type="checkbox"]),
body.page-id-2156 .gform_wrapper .top_label select,
body.page-id-2156 .gform_wrapper .top_label textarea {
  width: 100%;
  border-radius: 0;
  border: none;
  color: #0d2c5e;
  text-align: left;
  font-size: 15px !important;
  padding: 9px 20px !important;
  outline: none !important;
}

body.page-id-1451 .gform_wrapper .top_label textarea,
body.page-id-2156 .gform_wrapper .top_label textarea {
  height: 160px !important;
}

body.page-id-1451 .charleft.gfield_description,
body.page-id-2156 .charleft.gfield_description {
  color: #fff;
}

body.page-id-1451 .gform_wrapper .gform_footer input.button,
body.page-id-2156 .gform_wrapper .gform_footer input.button {
  color: #fff;
  background: transparent;
  text-align: center;
  margin: 0px;
  padding: 10px 20px;
  border-radius: 0px;
  font-weight: bold;
  text-transform: uppercase;
  border: 2px solid #fff;
  font-size: 16px;
  cursor: pointer;
  margin-bottom: 30px;
  transition: 0.35s ease all;
}

body.page-id-1451 .gform_wrapper .gform_footer input.button:hover,
body.page-id-2156 .gform_wrapper .gform_footer input.button:hover {
  color: #002c61;
  background-color: #fff;
}

body.page-id-1451 .gform_required_legend,
body.page-id-2156 .gform_required_legend {
  display: none;
}

.single-post-disclaimer {
  clear: both;
  padding-top: 50px;
  float: none;
  font-size: 12px;
  font-style: italic;
  width: 100%;
}

#gform_fields_8 input.large {
  border-radius: 0;
  border-width: 0;
  font-size: 14px;
  padding: 2px 20px 0;
  height: 45px;
  color: #0d2c5e;
  outline-offset: -2px !important;
  outline-color: #5987c6 !important;
  outline-width: 2px !important;
  outline-style: unset;
}

#gform_fields_8 ::-webkit-input-placeholder {
  color: #0d2c5e;
  font-style: italic;
  font-weight: 300;
}
#gform_fields_8 ::-moz-placeholder {
  color: #0d2c5e;
  font-style: italic;
  font-weight: 300;
}
#gform_fields_8 :-ms-input-placeholder {
  color: #0d2c5e;
  font-style: italic;
  font-weight: 300;
}
#gform_fields_8 :-moz-placeholder {
  color: #0d2c5e;
  font-style: italic;
  font-weight: 300;
}

#gform_confirmation_message_8 {
  color: #fff;
  background-color: #5987c6;
  font-size: 14px;
  padding: 10px;
}

@media (max-width: 1273px) {
  .exercise-recipe .latest-resource h2 {
    font-size: 20px;
  }
}

@media (max-width: 1221px) {
  #coffeerm-button,
  .responsive-menu-items {
    display: block !important;
  }
  #primary-menu,
  #site-navigation .social-toolbar {
    display: none;
  }
}

@media (max-width: 1133px) {
  .exercise-recipe .latest-resource h2 {
    font-size: 14px;
    vertical-align: middle;
  }
  .resource-feat .button.green {
    vertical-align: middle;
  }
}

@media (max-width: 1050px) {
  .clickfit-products .featured_products .clickfit-product {
    width: 50%;
  }
  .resource-feat h2 {
    font-size: 15px;
  }
  .latest-video h2 {
    font-size: 30px;
  }
}

@media (max-width: 1024px) {
  /*.top-banner {
        background-image: url(/wp-content/uploads/2019/08/top-banner-mobile.jpg)
    }*/
  .port-categories {
    max-width: 800px;
  }
  #sockblock .social-img {
    height: 250px;
    width: calc(25% - 10px);
  }
  #sockblock .social-img:nth-child(9),
  #sockblock .social-img:nth-child(10) {
    display: none;
  }
  .single-post article {
    width: calc(70% - 25px);
    margin-right: 25px;
  }
  .medshield-products-banner .button {
    bottom: 20px;
    font-size: 16px;
  }
}

@media (max-width: 1023px) {
  .medshield-products-banner.desktop {
    display: none;
  }
  .medshield-products-banner.mobile {
    display: block;
  }
}

@media (max-width: 925px) {
  .latest-video {
    width: 100%;
    float: none;
  }
  /*.video-feat {
        height: calc(80vh - 82px);
    }*/
  .video-feat {
    height: 350px;
  }
  .resource-feat {
    height: 300px;
  }
  .home-header .latest-resource {
    width: 50%;
  }
  .intro-text {
    width: 48%;
    padding: 0 30px;
    font-size: 14px;
  }
  .intro-buttons .button {
    font-size: 14px;
    padding: 7px 15px;
  }
  .site-footer .form {
    display: block;
    /* vertical-align: top; */
    width: calc(80% - 9px);
    padding-top: 20px;
    text-align: left;
    border-top: 3px solid #ffffff;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    padding-left: 30px;
    padding-right: 30px;
  }
  .site-footer p {
    font-size: 14px;
  }
  .footer-about {
    width: 68%;
    vertical-align: middle;
  }
  .site-footer img {
    width: 15%;
    vertical-align: middle;
    margin-left: 10%;
  }
  .disclaimer {
    margin-top: 50px;
    text-align: center;
  }
  .disclaimer p {
    width: 100%;
  }
}

@media (max-width: 900px) {
  #live,
  #connect {
    padding: 35px 25px 30px;
  }
  .news-block {
    padding: 0px 25px 30px;
  }
  .medshield-products {
    padding: 18px 25px 50px;
  }
  .product-tabs {
    display: none;
  }
  .product-tabs.active {
    display: block !important;
  }
  .product-tabs li {
    list-style: none;
    margin-right: 0 !important;
  }
  .product-content {
    width: 100%;
    padding: 2px 25px 40px;
  }
  .product-content-wrap {
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .product-tabs li a {
    padding: 21px 25px 17px;
    display: block;
    position: relative;
  }
  .product-content h2 {
    display: none;
  }
  .product-content p {
    font-size: 1em;
    margin-top: 10px;
  }
  .product-tabs .buttons {
    margin: 40px auto 0;
  }
  .product-tabs .buttons a {
    border: 1.5px solid #fff;
  }
  .product-tabs li a::after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background-image: url(images/+.png);
    position: absolute;
    right: 25px;
    top: 32px;
    opacity: 1;
    -webkit-transition: 0.25s ease all;
    -ms-transition: 0.25s ease all;
    -o-transition: 0.25s ease all;
    transition: 0.25s ease all;
  }
  .port-items-wrapper {
    padding: 20px 20px 50px;
  }
  .follow-us {
    padding: 20px 25px 5px;
  }
  #get-a-quote {
    padding: 20px 25px 40px;
  }
  #sockblock .social-img {
    height: 220px;
  }
  .single-post article {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .posts-sidebar {
    width: 100%;
    float: none;
    background-color: transparent;
    padding: 0;
    margin: 0 0 10px;
  }
  .posts-sidebar h3,
  .related-post {
    display: none;
  }
  .single a.back-link {
    margin: 0;
  }
  .video-content h3,
  .event-content h3 {
    font-size: 14px;
  }
  .video-image,
  .event-image,
  .news-feat {
    height: 230px;
  }
  .single .site-main {
    display: flex;
    flex-wrap: wrap;
  }
  .single article {
    width: 100%;
    order: 2;
    margin-right: 0px;
  }
  .single .posts-sidebar {
    order: 1;
  }
}

@media (max-width: 850px) {
  .exercise-recipe .latest-resource h2 {
    display: none;
  }
  .resource-feat .button.green {
    margin-top: 15px;
  }
  .ambassador {
    width: calc(47% - 34px);
  }
}

@media (max-width: 768px) {
  /*.port-categories .tax-slugger[data-cat="%"],
    .port-categories .tax-slugger[data-cat="mom-family"],
    .port-categories .tax-slugger[data-cat="nutrition"],
    .port-categories .tax-slugger[data-cat="fitness"] {
        width: calc(50% - 7px)
    }*/
  #pregnancyModalBanner {
    flex-direction: column !important;
  }
  #pregnancyModalBanner > div {
    width: 100% !important;
    padding: 0 10px 20px 30px !important;
    text-align: center !important;
  }
  .port-categories .tax-slugger {
    border: 1.5px solid #0d2c5e !important;
    margin: 3px 2px;
    font-weight: 500;
  }
  .port-item h3 {
    font-size: 1em;
  }
  .port-item .link {
    font-size: 0.7em;
  }
  #sockblock .social-img {
    height: 225px;
    width: calc(33.33% - 10px);
  }
  #sockblock .social-img:nth-child(7),
  #sockblock .social-img:nth-child(8) {
    display: none;
  }
  .coffee-foot {
    float: none;
    text-align: center;
  }
  .featured-image {
    height: 300px;
  }

  .next_step_wrapper {
    flex-direction: column;
    height: 100%;
  }

  .next_step_wrapper .copy {
    margin-top: 50px;
    width: 90%;
  }

  .next_step_wrapper .nextstep_form {
    width: 90%;
  }

  .next_step_wrapper .nextstep_form .gform_footer.top_label {
    margin-top: 0px;
  }

  .next_step_wrapper .nextstep_form li#field_2_6 {
    width: 100%;
  }
  .latest-video .inner-block {
    max-width: 280px;
  }
  .latest-video h2 {
    font-size: 22px;
  }
}

@media (max-width: 737px) {
  .home-header .latest-resource {
    width: 100%;
  }
  .resource-feat,
  .news-feat {
    background-position: top;
  }
  .video-block,
  .news-block {
    width: calc(50% - 23px);
  }
  .news-block h3 {
    font-size: 16px;
  }
  .ui-tabs-panel {
    text-align: center;
  }
}

@media (max-width: 685px) {
  .med-tabs h1 {
    font-size: 25px;
  }
  .footer-about {
    width: 90%;
  }
  .site-footer img {
    display: none;
  }
  .page-featured-image .entry-header {
    padding: 20px;
  }
}

@media (max-width: 640px) {
  .top-banner .caffeine-div-container {
    top: 56%;
    max-width: 400px;
    margin: 0 auto;
  }
  .about-text p {
    font-size: 1em;
  }
  .port-categories .tax-slugger {
    font-size: 0.8em;
  }
  #sockblock .social-img {
    height: 245px;
    width: calc(50% - 10px);
  }
  #get-a-quote {
    padding: 20px 25px 25px;
  }
  body .gform_wrapper .top_label input.medium,
  body .gform_wrapper .top_label textarea.medium,
  body .gform_wrapper .ginput_complex input {
    font-size: 1em !important;
  }
  #field_1_2,
  #field_1_3 {
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }
  #field_1_4 {
    margin-top: 0;
  }
  body .gform_wrapper .gform_footer input.button {
    border: 1.5px solid #0d2c5e;
    padding: 8px 20px;
    max-width: 135px;
  }
  .featured-image {
    height: 250px;
  }
  .exercise-recipe .latest-resource {
    width: 100%;
  }
  .intro-text {
    width: 100%;
  }
  .intro-buttons {
    display: block;
    vertical-align: middle;
    width: calc(50% - 9px);
    /* text-align: center; */
    margin: 0 auto;
  }
  .intro img {
    display: block;
    margin: 0px auto 30px auto;
  }
  .video-tabs {
    padding: 40px 30px 10px;
  }
  .blog-thumb {
    width: 100%;
    height: 200px;
  }
  .blog-content {
    width: 100%;
  }
}

@media (max-width: 590px) {
  .med-tabs h1 {
    font-size: 18px;
  }
  .medshield-products h1 {
    font-size: 18px;
  }
  .clickfit-products p {
    font-size: 14px;
  }
  .clickfit-product h2 {
    min-height: 48px;
    font-size: 16px;
  }
}

@media (max-width: 545px) {
  .video-block,
  .news-block {
    width: calc(100% - 23px);
  }
  .single .entry-title {
    font-size: 23px;
  }
  .ambassador {
    width: calc(50% - 14px);
    margin: 15px 7px;
  }
}

@media (max-width: 435px) {
  .top-banner {
    background-position: center !important;
    height: 570px;
  }
  .port-categories .tax-slugger {
    font-size: 0.7em;
  }
  .product-tabs .buttons a {
    width: 100% !important;
  }
  .single-post .entry-title {
    font-size: 1.7em;
  }
  .single-post .entry-content p {
    font-size: 0.9em;
  }
  .product-tabs li a img {
    max-height: 38px;
  }
  #sockblock .social-img {
    height: 185px;
  }
  .featured-viewall a.view-all {
    margin: 10px;
  }
  .logo {
    max-width: 260px;
  }
  .home-header,
  .page-featured-image {
    margin-top: 72px;
  }
  .ui-tabs-nav h2,
  .latest-news h2 {
    font-size: 26px;
  }
  .footer-about {
    width: 100%;
    padding: 0 40px 0 40px;
  }
  .site-footer .form {
    width: calc(100% - 9px);
  }
}
