/* line 4, ../sass/responsive.scss */
body {
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  -moz-transition: -moz-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  -o-transition: -o-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

/* line 11, ../sass/responsive.scss */
.side-blurb {
  float: right;
  margin: 0px 0px 15px 15px;
}

/* line 16, ../sass/responsive.scss */
.find-out-blurb {
  width: 457px;
  float: left;
  display: block;
  margin-right: 15px;
}

/* line 23, ../sass/responsive.scss */
.faq-blurb {
  width: 457px;
  float: left;
  display: block;
}

/* line 29, ../sass/responsive.scss */
.videos-blurb {
  float: left;
  width: 410px;
}

/* line 34, ../sass/responsive.scss */
.btn span em.youtube {
  width: 22px;
}

/* line 38, ../sass/responsive.scss */
.health-pro-blurb {
  float: left;
  width: 500px;
  margin-top: 50px;
}

/* line 44, ../sass/responsive.scss */
.hide-me {
  display: none;
}

/* line 48, ../sass/responsive.scss */
#tinynav2,
#tinynav3,
#tinynav4,
#tinynav5,
#tinynav6 {
  display: none;
}

/* line 56, ../sass/responsive.scss */
#tinynav1SelectBoxItContainer {
  display: none;
}

@media only screen and (max-width: 1024px) {
  /*------------------------------------------------------------------------*\
      = Global
  \*------------------------------------------------------------------------*/
  /* line 65, ../sass/responsive.scss */
  * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* line 69, ../sass/responsive.scss */
  .addthis_toolbox {
    width: inherit;
  }
  /* line 71, ../sass/responsive.scss */
  .addthis_toolbox p {
    display: none;
  }
  /* line 74, ../sass/responsive.scss */
  .addthis_toolbox a {
    display: none;
  }
  /* line 77, ../sass/responsive.scss */
  .addthis_toolbox .addthis_button {
    display: inherit;
  }

  	/*------------------------------------------------------------------------*\
      = Homepage
  	\*------------------------------------------------------------------------*/
  /* line 88, ../sass/responsive.scss */
  body #header {
    border-bottom: 1px solid #0086c1;
    height: inherit;
  }
  /* line 91, ../sass/responsive.scss */
  body #header div.resize_font,
  body #header div.follow {
    display: none;
  }
  /* line 95, ../sass/responsive.scss */
  body #header div.connect {
    right: 80px;
  }
  /* line 104, ../sass/responsive.scss */
  body #header .nav-icon {
    position: absolute;
    top: 70px;
    right: 20px;
    cursor: pointer;
    display: inline-block;
  }
  /* line 111, ../sass/responsive.scss */
  body #header .header_container {
    height: inherit;
    padding-bottom: 15px;
  }
  /* line 116, ../sass/responsive.scss */
  body .holder {
    width: 100%;
  }
  /* line 119, ../sass/responsive.scss */
  body #menuholder {
    display: none;
    height: inherit;
  }
  /* line 123, ../sass/responsive.scss */
  body div.container_home {
    width: 100%;
  }
  /* line 126, ../sass/responsive.scss */
  body div.hero-home {
    width: 100% !important;
  }
  /* line 129, ../sass/responsive.scss */
  body #heroSlide {
    width: 100%;
  }
  /* line 132, ../sass/responsive.scss */
  body #heroSlide .imageBackground img {
    width: 100%;
  }
  /* line 136, ../sass/responsive.scss */
  body #heroSlide a.slideLink {
    max-width: 209px;
    top: 35px;
  }
  /* line 140, ../sass/responsive.scss */
  body #heroSlide .slideLink h1 {
    font-size: 24px;
  }
  /* line 143, ../sass/responsive.scss */
  body #heroSlide ul.slides li.slide3 p {
    width: 100%;
  }
  /* line 146, ../sass/responsive.scss */
  body #heroSlide p.subHead {
    font-size: 15px;
  }
  /* line 149, ../sass/responsive.scss */
  body #heroSlide .flex-control-nav {
    margin: 0;
    padding-left: 20px;
  }
  /* line 154, ../sass/responsive.scss */
  body .main_container,
  body .blude_slide,
  body .get_reel_recipe,
  body .get_reel_recipe_title,
  body .recipes {
    width: 100%;
  }
  /* line 164, ../sass/responsive.scss */
  body .recipe_box,
  body .recipe_second_box,
  body .recipe_third_box {
    background: none;
  }
  /* line 171, ../sass/responsive.scss */
  body .recipe_second_box {
    width: 200px;
  }
  /* line 175, ../sass/responsive.scss */
  body .recipe_box,
  body .recipe_image,
  body .repice_border {
    width: 200px;
  }
  /* line 181, ../sass/responsive.scss */
  body .repice_border {
    left: 0;
  }
  /* line 185, ../sass/responsive.scss */
  body .recipe_image {
    left: 0;
  }
  /* line 189, ../sass/responsive.scss */
  body .recipe_box .desc {
    left: 0;
    padding: 0 11px;
  }
  /* line 194, ../sass/responsive.scss */
  body .recipe_second_box {
    padding-left: 0;
    min-height: 310px;
    -moz-box-shadow: #aaaaaa 2px 2px 10px;
    -webkit-box-shadow: #aaaaaa 2px 2px 10px;
    box-shadow: #aaaaaa 2px 2px 10px;
  }
  /* line 198, ../sass/responsive.scss */
  body .recipe_second_box p {
    padding-left: 0;
  }
  /* line 201, ../sass/responsive.scss */
  body .recipe_second_box h3 {
    padding-left: 0;
  }
  /* line 206, ../sass/responsive.scss */
  body .recipe_third_box {
    background-position: 0 bottom;
  }
  /* line 209, ../sass/responsive.scss */
  body .recipe_box {
    background-position: left top;
  }
  /* line 213, ../sass/responsive.scss */
  body .recipe_box .desc,
  body .recipe_second_box h3 {
    width: 100%;
  }
  /* line 218, ../sass/responsive.scss */
  body .recipe_third_box {
    height: 8px;
  }
  /* line 224, ../sass/responsive.scss */
  body #fishFacts,
  body #newNews {
    width: 45%;
  }
  /* line 230, ../sass/responsive.scss */
  body #newsWrap img {
    width: 100%;
  }
  /* line 235, ../sass/responsive.scss */
  body .flexslider .home-slide .caption,
  body .flexslider .home-slide {
    width: 100%;
  }
  /* line 240, ../sass/responsive.scss */
  body .flex-direction-nav .flex-next {
    right: 20px;
  }
  /* line 245, ../sass/responsive.scss */
  body div.bottom-sec img {
    width: 100%;
  }
  /* line 251, ../sass/responsive.scss */
  body #fishHeader {
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
  /* line 253, ../sass/responsive.scss */
  body #fishHeader div.push_left {
    display: none;
  }
  /* line 256, ../sass/responsive.scss */
  body #fishHeader div.fish_facts_left {
    width: 100%;
  }
}
/*------------------------------------------------------------------------*\
    = Health Topics
\*------------------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  /* line 269, ../sass/responsive.scss */
  body {
    /*------------------------------------------------------------------------*\
        = benefits-by-age
    \*------------------------------------------------------------------------*/
    /*------------------------------------------------------------------------*\
        = Children
    \*------------------------------------------------------------------------*/
    /*------------------------------------------------------------------------*\
        = Adults
    \*------------------------------------------------------------------------*/
    /*------------------------------------------------------------------------*\
        = Pregnancy
    \*------------------------------------------------------------------------*/
    /*------------------------------------------------------------------------*\
        = Resources
    \*------------------------------------------------------------------------*/
    /*------------------------------------------------------------------------*\
        = Your Patients' Health
    \*------------------------------------------------------------------------*/
    /*------------------------------------------------------------------------*\
        = Meal Planner
    \*------------------------------------------------------------------------*/
    /*------------------------------------------------------------------------*\
        = Heart Health
    \*------------------------------------------------------------------------*/
    /*------------------------------------------------------------------------*\
        = Health Professionals
    \*------------------------------------------------------------------------*/
    /*------------------------------------------------------------------------*\
        = News
    \*------------------------------------------------------------------------*/
    /*------------------------------------------------------------------------*\
        = Web Resources
    \*------------------------------------------------------------------------*/
    /*------------------------------------------------------------------------*\
        = Frequently Asked Questions
    \*------------------------------------------------------------------------*/
    /*------------------------------------------------------------------------*\
        = Videos
    \*------------------------------------------------------------------------*/
    /*------------------------------------------------------------------------*\
        = Media
    \*------------------------------------------------------------------------*/
    /*------------------------------------------------------------------------*\
        = Studies and Science
    \*------------------------------------------------------------------------*/
    /*------------------------------------------------------------------------*\
        = Recipes
    \*------------------------------------------------------------------------*/
    /*------------------------------------------------------------------------*\
        = Studies and Science
    \*------------------------------------------------------------------------*/
  }
  /* line 271, ../sass/responsive.scss */
  body #main .shadow,
  body #main .container {
    width: 100%;
  }
  /* line 276, ../sass/responsive.scss */
  body #main .tab_container .img_shadow {
    display: none;
  }
  /* line 280, ../sass/responsive.scss */
  body #main .health-topics-container.clearfix,
  body #main #leftside #tabs {
    width: 100%;
  }
  /* line 284, ../sass/responsive.scss */
  body #main .ui-tabs-vertical .ui-tabs-panel {
    width: 100%;
  }
  /* line 287, ../sass/responsive.scss */
  body #main #leftside #tabs .tab_container {
    width: inherit;
    padding: 10px;
  }
  /* line 293, ../sass/responsive.scss */
  body .main_container #leftside,
  body .main_container #sidebar {
    width: 100%;
  }
  /* line 297, ../sass/responsive.scss */
  body .main_container #positioning {
    height: inherit;
  }
  /* line 300, ../sass/responsive.scss */
  body .main_container #sidebar {
    background: none;
  }
  /* line 303, ../sass/responsive.scss */
  body .main_container #sidebar .widget.bordered .in {
    background: none;
    width: 100%;
  }
  /* line 307, ../sass/responsive.scss */
  body .main_container #sidebar .w3 ul li {
    width: 100%;
  }
  /* line 310, ../sass/responsive.scss */
  body .main_container #sidebar .w3 ul {
    display: block;
  }
  /* line 314, ../sass/responsive.scss */
  body #main .holder .container .shadow .main_container #sidebar .widget {
    width: 100%;
    background: none;
  }
  /* line 318, ../sass/responsive.scss */
  body #main .holder .container .shadow .main_container #sidebar .widget.bordered {
    -moz-box-shadow: #aaaaaa 1px 0px 10px;
    -webkit-box-shadow: #aaaaaa 1px 0px 10px;
    box-shadow: #aaaaaa 1px 0px 10px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 20px;
  }
  /* line 324, ../sass/responsive.scss */
  body #sidebar .widget.bordered .end {
    background: none;
  }
  /* line 327, ../sass/responsive.scss */
  body #footer {
    height: inherit;
  }
  /* line 329, ../sass/responsive.scss */
  body #footer .footer_container {
    height: inherit;
    float: left;
    width: 100%;
    text-align: center;
  }
  /* line 335, ../sass/responsive.scss */
  body #footer .footer_container_main {
    height: inherit;
  }
  /* line 338, ../sass/responsive.scss */
  body #footer .text_footer {
    width: 100%;
    padding: 0;
    margin: 20px 0;
  }
  /* line 342, ../sass/responsive.scss */
  body #footer .text_footer span {
    line-height: 25px;
  }
  /* line 346, ../sass/responsive.scss */
  body #footer .connect_footer {
    position: relative;
    float: none;
    margin: 0 auto;
    width: 200px;
    left: 0;
  }
  /* line 353, ../sass/responsive.scss */
  body #footer .follow_footer {
    float: none;
    position: relative;
    left: inherit;
  }
  /* line 364, ../sass/responsive.scss */
  body #heroSlide a.slideLink {
    left: 20px;
  }
  /* line 367, ../sass/responsive.scss */
  body #leftside h2 {
    clear: both;
    padding-top: 20px;
  }
  /* line 372, ../sass/responsive.scss */
  body .resources_newSection {
    background: none !important;
  }
  /* line 375, ../sass/responsive.scss */
  body .resrouces-list {
    margin: 50px 60px 0 0;
  }
  /* line 379, ../sass/responsive.scss */
  body #fullsize .fontsize .page_divider_news .news_articles_text h3 a {
    width: inherit;
  }
  /* line 383, ../sass/responsive.scss */
  body .videos_container {
    margin-top: 20px;
  }
  /* line 387, ../sass/responsive.scss */
  body .page_divider_media_assets {
    width: 100%;
    margin-bottom: 20px;
  }
  /* line 399, ../sass/responsive.scss */
  body .main_container .img_small_shadow {
    margin-right: 25px;
  }
  /* line 402, ../sass/responsive.scss */
  body .main_container .seefood_benefits {
    width: 100%;
    padding-bottom: 50px;
  }
  /* line 406, ../sass/responsive.scss */
  body .main_container .nutritional_benefits_container {
    clear: both;
  }
  /* line 409, ../sass/responsive.scss */
  body .main_container #omega,
  body .main_container .health_box,
  body .main_container .proteins_text {
    width: 100% !important;
  }
  /* line 414, ../sass/responsive.scss */
  body .main_container #leftside .nutritional_benefits .nutritional_benefits_container #benefits .context #omega .omega_box,
  body .main_container #leftside .nutritional_benefits .nutritional_benefits_container #benefits .context #proteins .omega_box {
    width: 100%;
  }
  /* line 418, ../sass/responsive.scss */
  body .main_container .endnotes {
    width: 100%;
  }
  /* line 426, ../sass/responsive.scss */
  body .page_divider {
    width: 100%;
  }
  /* line 429, ../sass/responsive.scss */
  body .health_sugestions {
    width: 100% !important;
  }
  /* line 432, ../sass/responsive.scss */
  body #sidebar .w4 .box.r {
    float: left;
    width: 45%;
    margin-right: 20px;
  }
  /* line 436, ../sass/responsive.scss */
  body #sidebar .w4 .box.r .ribbon {
    display: block;
    width: 100%;
    float: none;
    height: 90px;
  }
  /* line 449, ../sass/responsive.scss */
  body .heart-health p img {
    width: 100%;
  }
  /* line 458, ../sass/responsive.scss */
  body .side-blurb {
    margin: 0;
    width: 100%;
    padding-top: 20px;
  }
  /* line 463, ../sass/responsive.scss */
  body .side-blurb .health_box {
    margin: 0 0 20px 0;
  }
  /* line 466, ../sass/responsive.scss */
  body .side-blurb .fda-guidance {
    width: 100% !important;
    margin: 0 0 20px 0;
  }
  /* line 473, ../sass/responsive.scss */
  body .main_container .fontsize .btn span {
    font-size: 11px;
  }
  /* line 478, ../sass/responsive.scss */
  body #leftside .page_divider .pregnancy-benefits-health-box-button {
    float: left;
    width: 100%;
    margin: 0;
  }
  /* line 488, ../sass/responsive.scss */
  body .find-out-blurb,
  body .topics_of_intereset_container {
    width: 100%;
  }
  /* line 493, ../sass/responsive.scss */
  body .faq-blurb,
  body .webtools_container.no_margin,
  body #fullsize,
  body .main_container .fontsize,
  body .webresources_text,
  body .videos-blurb {
    width: 100%;
  }
  /* line 502, ../sass/responsive.scss */
  body #fullsize .fontsize .webresources .webresources_text p {
    width: 100% !important;
  }
  /* line 506, ../sass/responsive.scss */
  body #fullsize .fontsize .materials {
    height: inherit;
    padding-bottom: 20px;
  }
  /* line 515, ../sass/responsive.scss */
  body .patients_box {
    width: 100%;
  }
  /* line 523, ../sass/responsive.scss */
  body .meal-right,
  body .fontsize .western {
    width: 100%;
  }
  /* line 534, ../sass/responsive.scss */
  body #leftside .page_divider p img {
    width: 100%;
  }
  /* line 544, ../sass/responsive.scss */
  body .health-pro-blurb {
    width: 100%;
  }
  /* line 547, ../sass/responsive.scss */
  body .health-pro-blurb .hcp-callouts {
    width: 100%;
  }
  /* line 549, ../sass/responsive.scss */
  body .health-pro-blurb .hcp-callouts .thumb {
    margin-bottom: 20px;
  }
  /* line 553, ../sass/responsive.scss */
  body .hcp-callouts .box.l {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
  }
  /* line 559, ../sass/responsive.scss */
  body #newNews.in-the-news-blurb {
    margin: 0;
  }
  /* line 568, ../sass/responsive.scss */
  body .page_divider_news,
  body .dummy_box {
    width: 100%;
  }
  /* line 573, ../sass/responsive.scss */
  body .dummy_box img {
    width: 100%;
  }
  /* line 577, ../sass/responsive.scss */
  body #fullsize .fontsize .page_divider_news .news_articles_text {
    width: 100%;
  }
  /* line 580, ../sass/responsive.scss */
  body #fullsize .fontsize .page_divider_news .news_articles_text h3 {
    display: inline-block;
    width: 100% !important;
  }
  /* line 591, ../sass/responsive.scss */
  body .topics .topic,
  body .topics div {
    width: 100% !important;
  }
  /* line 596, ../sass/responsive.scss */
  body .topic span {
    width: 100%;
  }
  /* line 604, ../sass/responsive.scss */
  body .show_more_questions {
    width: 100%;
  }
  /* line 608, ../sass/responsive.scss */
  body .questions div {
    width: 100% !important;
  }
  /* line 618, ../sass/responsive.scss */
  body .videos_container .spacer {
    width: 100% !important;
  }
  /* line 627, ../sass/responsive.scss */
  body .slideshow2 {
    width: 100% !important;
  }
  /* line 635, ../sass/responsive.scss */
  body .studies {
    width: 100% !important;
  }
  /* line 643, ../sass/responsive.scss */
  body #recipe_content {
    width: 100%;
  }
  /* line 645, ../sass/responsive.scss */
  body #recipe_content #left_repice {
    width: 25%;
  }
  /* line 648, ../sass/responsive.scss */
  body #recipe_content #main_recipe {
    width: 75%;
    left: 0;
  }
  /* line 652, ../sass/responsive.scss */
  body #recipe_content #main_recipe #search {
    width: 100%;
  }
  /* line 655, ../sass/responsive.scss */
  body #recipe_content .recipe_category,
  body #recipe_content .recipe_text,
  body #recipe_content .recipe_container {
    width: 100%;
  }
  /* line 663, ../sass/responsive.scss */
  body #left_repice .recipe_title {
    height: inherit;
  }
  /* line 671, ../sass/responsive.scss */
  body #fullsize #studies_content #left_studies {
    width: 25%;
  }
  /* line 675, ../sass/responsive.scss */
  body #studies_content {
    width: 100%;
  }
  /* line 679, ../sass/responsive.scss */
  body #studies_content .right_studies {
    width: 75%;
  }
  /* line 681, ../sass/responsive.scss */
  body #studies_content .right_studies #main_studies,
  body #studies_content .right_studies .studies_category {
    width: 100%;
  }
  /* line 685, ../sass/responsive.scss */
  body #studies_content .right_studies .studies_divider {
    width: 100% !important;
  }
}
@media only screen and (max-width: 767px) {
  /* line 697, ../sass/responsive.scss */
  body {
    /*------------------------------------------------------------------------*\
        = Filter Nav
    \*------------------------------------------------------------------------*/
    /*------------------------------------------------------------------------*\
        = Recipes
    \*------------------------------------------------------------------------*/
    /*------------------------------------------------------------------------*\
        = Studies and Science
    \*------------------------------------------------------------------------*/
  }
  /* line 699, ../sass/responsive.scss */
  body .health-professionals-header {
    width: 100%;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    height: 350px !important;
  }
  /* line 705, ../sass/responsive.scss */
  body .health-professionals-header-text {
    width: inherit;
  }
  /* line 707, ../sass/responsive.scss */
  body .health-professionals-header-text h1 {
    width: inherit !important;
    font-size: 18px !important;
    padding-right: 50px;
    max-width: 250px;
  }
  /* line 715, ../sass/responsive.scss */
  body .get_reel_recipe_title {
    padding-left: 0;
  }
  /* line 720, ../sass/responsive.scss */
  body #fishFacts,
  body #newNews {
    width: 100%;
    max-width: 548px;
    margin: 0 0 30px 0;
  }
  /* line 733, ../sass/responsive.scss */
  body .recipes .devider {
    padding-right: 20px;
  }
  /* line 736, ../sass/responsive.scss */
  body .flex-control-nav {
    width: 100%;
    margin: 0;
  }
  /* line 740, ../sass/responsive.scss */
  body .flex-direction-nav {
    display: none;
  }
  /* line 744, ../sass/responsive.scss */
  body .main_container {
    padding: 0 20px;
  }
  /* line 747, ../sass/responsive.scss */
  body .recipes {
    padding-left: 0;
  }
  /* line 750, ../sass/responsive.scss */
  body #header .nav-icon {
    top: 45px;
  }
  /* line 754, ../sass/responsive.scss */
  body div.hero-home {
    height: 400px !important;
  }
  /* line 758, ../sass/responsive.scss */
  body #heroSlide ul.slides li.slide1 p {
    width: 100%;
  }
  /* line 761, ../sass/responsive.scss */
  body .logo img {
    max-width: 200px;
    margin-left: 10px;
  }
  /* line 765, ../sass/responsive.scss */
  body .main_container #leftside {
    padding: 0;
  }
  /* line 768, ../sass/responsive.scss */
  body #sidebar .w4 .box.r {
    width: 100%;
    margin-right: 0;
  }
  /* line 772, ../sass/responsive.scss */
  body #adult-benefits .trigger,
  body #leftside .nutritional_benefits .nutritional_benefits_container #benefits .trigger {
    width: 100% !important;
  }
  /* line 776, ../sass/responsive.scss */
  body .main_container .nutritional_benefits_container {
    width: 100%;
  }
  /* line 779, ../sass/responsive.scss */
  body #fullsize {
    padding: 0;
  }
  /* line 788, ../sass/responsive.scss */
  body ul.recipe_list {
    display: none;
  }
  /* line 794, ../sass/responsive.scss */
  body #tinynav1SelectBoxItContainer {
    display: block;
  }
  /* line 799, ../sass/responsive.scss */
  body #recipe_content #left_repice {
    width: 100%;
    margin-top: 0;
  }
  /* line 803, ../sass/responsive.scss */
  body #recipe_content #main_recipe {
    width: 100%;
  }
  /* line 808, ../sass/responsive.scss */
  body #leftside .page-content.first-child {
    padding-bottom: 0;
  }
  /* line 812, ../sass/responsive.scss */
  body #left_repice .recipe_title {
    display: none;
  }
  /* line 815, ../sass/responsive.scss */
  body #tinynav1 {
    width: 100%;
  }
  /* line 818, ../sass/responsive.scss */
  body #left_repice {
    background: none;
  }
  /* line 821, ../sass/responsive.scss */
  body .recipe_thumb_shadow .box .thumb {
    padding: 0;
  }
  /* line 824, ../sass/responsive.scss */
  body .recipe_thumb_shadow {
    width: 20%;
    display: inline-block;
    float: left;
  }
  /* line 830, ../sass/responsive.scss */
  body .recipe_container .reciper_main_text {
    width: 80%;
    padding-left: 20px;
  }
  /* line 841, ../sass/responsive.scss */
  body #fullsize #studies_content #left_studies {
    width: 100%;
  }
  /* line 845, ../sass/responsive.scss */
  body #studies_content {
    width: 100%;
  }
  /* line 848, ../sass/responsive.scss */
  body #studies_content .right_studies {
    width: 100%;
  }
  /* line 851, ../sass/responsive.scss */
  body #fullsize #studies_content #left_studies .studies_title {
    display: none;
  }
  /* line 854, ../sass/responsive.scss */
  body ul.studies_list {
    display: none;
  }
  /* line 857, ../sass/responsive.scss */
  body #tinynav1SelectBoxItOptions {
    width: 100%;
  }
  /* line 860, ../sass/responsive.scss */
  body #fullsize #studies_content .right_studies #main_studies .studies_resources,
  body .studies_box_bottom {
    width: 100%;
  }
  /* line 864, ../sass/responsive.scss */
  body #fullsize #studies_content .right_studies #main_studies .studies_category .studies_box .studies_divider {
    left: 0;
    padding: 20px;
  }
  /* line 868, ../sass/responsive.scss */
  body #header div.connect a:last-child img {
    display: inline-block;
  }
  /* line 871, ../sass/responsive.scss */
  body #header div.connect {
    top: 40px;
  }
}
@media only screen and (max-width: 694px) {
  /* line 879, ../sass/responsive.scss */
  body .recipe_box,
  body .recipe_second_box,
  body .recipe_image,
  body .repice_border {
    width: 160px;
  }
  /* line 886, ../sass/responsive.scss */
  body .news_youtube {
    float: none;
    padding: 0;
    clear: both;
    padding-top: 20px;
  }
  /* line 895, ../sass/responsive.scss */
  body .vid-campaign {
    position: relative !important;
  }
  /* line 901, ../sass/responsive.scss */
  body .patients_box table tr, body .patients_box table td {
    display: block;
    width: 100%;
    height: inherit;
  }
  /* line 908, ../sass/responsive.scss */
  body .more_news .news_articles_text {
    width: 100%;
    padding-right: 0;
  }
  /* line 912, ../sass/responsive.scss */
  body .endnotes_moms p {
    width: 100%;
  }
}
@media only screen and (max-width: 642px) {
  /* line 920, ../sass/responsive.scss */
  body .resrouces-list {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  /* line 929, ../sass/responsive.scss */
  body #heroSlide .slideLink h1 {
    font-size: 18px;
  }
  /* line 931, ../sass/responsive.scss */
  body #heroSlide .slideLink h1 br {
    display: none;
  }
  /* line 935, ../sass/responsive.scss */
  body #heroSlide a.slideLink {
    max-width: 160px;
  }
  /* line 938, ../sass/responsive.scss */
  body span.fauxBtn {
    font-size: 12px;
  }
  /* line 941, ../sass/responsive.scss */
  body #heroSlide .slide1 a.slideLink {
    max-width: 135px;
  }
  /* line 944, ../sass/responsive.scss */
  body #heroSlide .slide5 a.slideLink,
  body #heroSlide .slide4 a.slideLink {
    max-width: 180px;
  }
}
@media only screen and (max-width: 640px) {
  /* line 953, ../sass/responsive.scss */
  body div.hero-home {
    overflow: hidden;
  }
  /* line 956, ../sass/responsive.scss */
  body #heroSlide .imageBackground img {
    width: inherit;
  }
  /* line 959, ../sass/responsive.scss */
  body #heroSlide .slide1 .imageBackground img {
    margin-left: -200px;
  }
  /* line 962, ../sass/responsive.scss */
  body #heroSlide .slide2 .imageBackground img {
    margin-left: -350px;
  }
  /* line 965, ../sass/responsive.scss */
  body #heroSlide .slide3 .imageBackground img {
    margin-left: -200px;
  }
  /* line 968, ../sass/responsive.scss */
  body #heroSlide .slide4 .imageBackground img {
    margin-left: -250px;
  }
  /* line 971, ../sass/responsive.scss */
  body #heroSlide .slide5 .imageBackground img {
    margin-left: -300px;
  }
}
@media only screen and (max-width: 580px) {
  /* line 979, ../sass/responsive.scss */
  body .recipe_container .reciper_main_text {
    padding-left: 60px;
  }
  /* line 982, ../sass/responsive.scss */
  body .main_container .health-professionals-header:first-child {
    background-position: -200px 0;
  }
  /* line 985, ../sass/responsive.scss */
  body .recipe_box,
  body .recipe_second_box,
  body .recipe_image,
  body .repice_border {
    width: 122px;
  }
  /* line 991, ../sass/responsive.scss */
  body .recipe_second_box h3 {
    font-size: 12px;
  }
  /* line 994, ../sass/responsive.scss */
  body .recipe_second_box .recipe_title a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 460px) {
  /* line 1004, ../sass/responsive.scss */
  body .recipe_box, body .recipe_second_box, body .recipe_image, body .repice_border {
    width: 267px;
  }
  /* line 1010, ../sass/responsive.scss */
  body .connect img {
    max-width: 30px;
  }
  /* line 1013, ../sass/responsive.scss */
  body #header div.connect {
    top: 45px;
  }
  /* line 1016, ../sass/responsive.scss */
  body .logo img {
    max-width: 120px;
  }
  /* line 1019, ../sass/responsive.scss */
  body .recipe_second_box {
    min-height: 270px;
  }
  /* line 1022, ../sass/responsive.scss */
  body #heroSlide .slides .slide2 .imageBackground img,
  body #heroSlide .slides .slide4 .imageBackground img {
    width: 121%;
  }
  /* line 1026, ../sass/responsive.scss */
  body #heroSlide .slides .imageBackground img {
    width: 130%;
    margin-left: inherit;
  }
  /* line 1030, ../sass/responsive.scss */
  body #heroSlide .slides .slide3 a.slideLink {
    max-width: 167px;
  }
  /* line 1033, ../sass/responsive.scss */
  body .logo {
    padding-top: 10px;
  }
  /* line 1036, ../sass/responsive.scss */
  body #header div.connect {
    top: 17px;
  }
  /* line 1039, ../sass/responsive.scss */
  body #header .nav-icon {
    top: 18px;
  }
  /* line 1042, ../sass/responsive.scss */
  body #heroSlide a.slideLink {
    top: 15px;
  }
  /* line 1045, ../sass/responsive.scss */
  body #heroSlide .slideLink h1 {
    font-size: 15px;
  }
  /* line 1048, ../sass/responsive.scss */
  body #heroSlide p.subHead {
    font-size: 12px;
    margin-bottom: 17px;
  }
  /* line 1052, ../sass/responsive.scss */
  body div.hero-home {
    height: 260px !important;
  }
  /* line 1055, ../sass/responsive.scss */
  body .flex-control-nav {
    bottom: 40px;
  }
}
@media only screen and (max-width: 420px) {
  /* line 1063, ../sass/responsive.scss */
  body #slideCount {
    left: inherit;
    right: 75px;
  }
  /* line 1068, ../sass/responsive.scss */
  body .main_container .fontsize .btn span {
    font-size: 10px;
  }
  /* line 1072, ../sass/responsive.scss */
  body .main_container {
    padding: 0 10px;
  }
  /* line 1074, ../sass/responsive.scss */
  body .main_container .img_small_shadow {
    margin-right: 12px;
  }
}
/*------------------------------------------------------------------------*\
    = Responsive menu
\*------------------------------------------------------------------------*/
/* line 1090, ../sass/responsive.scss */
.push-menu {
  position: fixed;
  right: 0;
  width: 260px;
  height: 100%;
  top: 0;
  z-index: 2000;
  background: #0086C0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  /* enables momentum scrolling in iOS overflow elements */
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  -moz-transition: -moz-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  -o-transition: -o-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}
/* line 1101, ../sass/responsive.scss */
.push-menu div.logo-wrap {
  background: #ffffff;
  padding: 40px 20px;
}
/* line 1105, ../sass/responsive.scss */
.push-menu .logo {
  width: 100%;
  padding-top: 0;
}

/* line 1116, ../sass/responsive.scss */
.push-right {
  -webkit-transform: translate3d(260px, 0, 0);
  -moz-transform: translate3d(260px, 0, 0);
  -ms-transform: translate3d(260px, 0, 0);
  -o-transform: translate3d(260px, 0, 0);
  transform: translate3d(260px, 0, 0);
}

/* line 1124, ../sass/responsive.scss */
.push-open {
  -webkit-transform: translate3d(260px, 0, 0);
  -moz-transform: translate3d(260px, 0, 0);
  -ms-transform: translate3d(260px, 0, 0);
  -o-transform: translate3d(260px, 0, 0);
  transform: translate3d(260px, 0, 0);
}

/* line 1132, ../sass/responsive.scss */
.push-body-open {
  -webkit-transform: translate3d(-260px, 0, 0);
  -moz-transform: translate3d(-260px, 0, 0);
  -ms-transform: translate3d(-260px, 0, 0);
  -o-transform: translate3d(-260px, 0, 0);
  transform: translate3d(-260px, 0, 0);
}

/* line 1141, ../sass/responsive.scss */
#accordian {
  background: #004050;
  width: 100%;
  color: white;
}

/*heading styles*/
/* line 1148, ../sass/responsive.scss */
#accordian h3 {
  border-top: 1px solid #fff;
  text-align: center;
  font-size: 14px;
  line-height: 34px;
  padding: 6px 10px;
  cursor: pointer;
  /*fallback for browsers not supporting gradients*/
  background: #114E7F;
  background: linear-gradient(#0c86bc, #114e7f);
}

/* line 1159, ../sass/responsive.scss */
#accordian h3 a {
  color: #ffffff;
}

/*heading hover effect*/
/* line 1163, ../sass/responsive.scss */
#accordian h3:hover {
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.7);
}

/*iconfont styles*/
/* line 1167, ../sass/responsive.scss */
#accordian h3 span {
  font-size: 16px;
  margin-right: 10px;
}

/*list items*/
/* line 1172, ../sass/responsive.scss */
#accordian li {
  list-style-type: none;
}

/*links*/
/* line 1176, ../sass/responsive.scss */
#accordian ul ul li a {
  color: #0C86BC;
  text-decoration: none;
  font-size: 14px;
  line-height: 27px;
  display: block;
  padding: 10px 15px;
  /*transition for smooth hover animation*/
  transition: all 0.15s;
}

/*hover effect on links*/
/* line 1188, ../sass/responsive.scss */
#accordian ul ul li a:hover {
  color: #0C86BC;
  background: #efefef;
  border-left: 5px solid #0C86BC;
}

/*Lets hide the non active LIs by default*/
/* line 1194, ../sass/responsive.scss */
#accordian ul ul {
  display: none;
  background: #fff;
}

/* line 1198, ../sass/responsive.scss */
#accordian li.active ul {
  display: block;
}

/*
 * jquery.selectBoxIt.css 3.8.1
 * Author: @gregfranko
 */
/*
  Common CSS Properties
  ---------------------
  These properties will be applied to any themes that you use
*/
/* SelectBoxIt container */
/* line 1218, ../sass/responsive.scss */
.selectboxit-container {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

/* Styles that apply to all SelectBoxIt elements */
/* line 1225, ../sass/responsive.scss */
.selectboxit-container * {
  font: 14px Helvetica, Arial;
  /* Prevents text selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
  white-space: nowrap;
}

/* Button */
/* line 1240, ../sass/responsive.scss */
.selectboxit-container .selectboxit {
  width: 220px;
  /* Width of the dropdown button */
  cursor: pointer;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: block;
  position: relative;
}

/* Height and Vertical Alignment of Text */
/* line 1252, ../sass/responsive.scss */
.selectboxit-container span, .selectboxit-container .selectboxit-options a {
  height: 30px;
  /* Height of the drop down */
  line-height: 30px;
  /* Vertically positions the drop down text */
  display: block;
  color: #ffffff !important;
  border-bottom: 1px dotted #ffffff;
}

/* Focus pseudo selector */
/* line 1261, ../sass/responsive.scss */
.selectboxit-container .selectboxit:focus {
  outline: 0;
}

/* Disabled Mouse Interaction */
/* line 1266, ../sass/responsive.scss */
.selectboxit.selectboxit-disabled, .selectboxit-options .selectboxit-disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: default;
}

/* Button Text */
/* line 1276, ../sass/responsive.scss */
.selectboxit-text {
  text-indent: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
}

/* line 1283, ../sass/responsive.scss */
.selectboxit .selectboxit-option-icon-container {
  margin-left: 5px;
}

/* Options List */
/* line 1288, ../sass/responsive.scss */
.selectboxit-container .selectboxit-options {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 100%;
  /* Minimum Width of the dropdown list box options */
  *width: 100%;
  margin: 0;
  padding: 0 30px;
  list-style: none;
  position: absolute;
  overflow-x: hidden;
  cursor: pointer;
  display: none;
  z-index: 9999999999999;
  text-align: left;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* Individual options */
/* line 1310, ../sass/responsive.scss */
.selectboxit-option .selectboxit-option-anchor {
  padding: 0 2px;
}

/* Individual Option Hover Action */
/* line 1315, ../sass/responsive.scss */
.selectboxit-option .selectboxit-option-anchor:hover {
  text-decoration: none;
}

/* Individual Option Optgroup Header */
/* line 1320, ../sass/responsive.scss */
.selectboxit-option, .selectboxit-optgroup-header {
  text-indent: 5px;
  /* Horizontal Positioning of the select box option text */
  margin: 0;
  list-style-type: none;
}

/* The first Drop Down option */
/* line 1327, ../sass/responsive.scss */
.selectboxit-option-first {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}

/* The first Drop Down option optgroup */
/* line 1333, ../sass/responsive.scss */
.selectboxit-optgroup-header + .selectboxit-option-first {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}

/* The last Drop Down option */
/* line 1339, ../sass/responsive.scss */
.selectboxit-option-last {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* Drop Down optgroup headers */
/* line 1345, ../sass/responsive.scss */
.selectboxit-optgroup-header {
  font-weight: bold;
}

/* Drop Down optgroup header hover psuedo class */
/* line 1350, ../sass/responsive.scss */
.selectboxit-optgroup-header:hover {
  cursor: default;
}

/* Drop Down down arrow container */
/* line 1355, ../sass/responsive.scss */
.selectboxit-arrow-container {
  /* Positions the down arrow */
  width: 30px;
  position: absolute;
  right: 0;
}

/* Drop Down down arrow */
/* line 1363, ../sass/responsive.scss */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  /* Horizontally centers the down arrow */
  margin: 0 auto;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
}

/* Drop Down down arrow for jQueryUI and jQuery Mobile */
/* line 1373, ../sass/responsive.scss */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
  top: 30%;
}

/* Drop Down individual option icon positioning */
/* line 1378, ../sass/responsive.scss */
.selectboxit-option-icon-container {
  float: left;
}

/* line 1382, ../sass/responsive.scss */
.selectboxit-container .selectboxit-option-icon {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

/* Drop Down individual option icon positioning */
/* line 1389, ../sass/responsive.scss */
.selectboxit-option-icon-url {
  width: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  height: 100%;
  background-position: center;
  float: left;
}

/* line 1398, ../sass/responsive.scss */
.selectboxit-rendering {
  display: inline-block !important;
  *display: inline !important;
  zoom: 1 !important;
  visibility: visible !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}

/* jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
/* line 1409, ../sass/responsive.scss */
.jqueryui .ui-icon {
  background-color: inherit;
}

/* Another jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
/* line 1414, ../sass/responsive.scss */
.jqueryui .ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

/*
  Default Theme
  -------------
  Note: Feel free to remove all of the CSS underneath this line if you are not using the default theme
*/
/* line 1423, ../sass/responsive.scss */
.selectboxit-btn {
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #F5B226, #EA7A29);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F5B226), to(#EA7A29));
  background-image: -webkit-linear-gradient(top, #F5B226, #EA7A29);
  background-image: -o-linear-gradient(top, #F5B226, #EA7A29);
  background-image: linear-gradient(to bottom, #f5b226, #ea7a29);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  border-color: #EA7A29 #EA7A29 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
}

/* line 1437, ../sass/responsive.scss */
.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus,
.selectboxit-btn.selectboxit-enabled:active {
  color: #ffffff;
  background-color: #EA7A29;
}

/* line 1444, ../sass/responsive.scss */
.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
}

/* line 1451, ../sass/responsive.scss */
.selectboxit-default-arrow {
  width: 0;
  height: 0;
  border-top: 4px solid #ffffff;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/* line 1459, ../sass/responsive.scss */
.selectboxit-list {
  background-image: -moz-linear-gradient(top, #F5B226, #EA7A29);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F5B226), to(#EA7A29));
  background-image: -webkit-linear-gradient(top, #F5B226, #EA7A29);
  background-image: -o-linear-gradient(top, #F5B226, #EA7A29);
  background-image: linear-gradient(to bottom, #f5b226, #ea7a29);
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

/* line 1472, ../sass/responsive.scss */
.selectboxit-list .selectboxit-option-anchor {
  color: #333333;
}

/* line 1476, ../sass/responsive.scss */
.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  color: #ffffff;
  background-color: #ffffff;
  background-image: -moz-linear-gradient(top, #F5B226, #EA7A29);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F5B226), to(#EA7A29));
  background-image: -webkit-linear-gradient(top, #F5B226, #EA7A29);
  background-image: -o-linear-gradient(top, #F5B226, #EA7A29);
  background-image: linear-gradient(to bottom, #f5b226, #ea7a29);
  background-repeat: repeat-x;
}

/* line 1487, ../sass/responsive.scss */
.selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor {
  color: #999999;
}

/* line 1491, ../sass/responsive.scss */
#tinynav1SelectBoxIt,
.selectboxit-container {
  width: 100% !important;
}

/* line 1496, ../sass/responsive.scss */
#tinynav1SelectBoxItOptions {
  min-width: 100% !important;
}