@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,300,600,700");
/* =============================================================================
	Structure
============================================================================= */
body { background: #fff; margin: 0; padding: 0; text-rendering: optimizeLegibility; background: #4d4d4d; }

.container { padding-top: 60px; padding-bottom: 60px; }
.container + * { margin-top: 0; }

.wrap { margin: 0 auto; max-width: 1000px; }

@media only screen and (min-width: 1001px) { .row { max-width: 1000px; } }
@media only screen and (min-width: 90.063em) { .row { max-width: 1200px; } }
@media only screen and (min-width: 120.063em) { .row { max-width: 1400px; } }

/* =============================================================================
	Typography                                                                 
============================================================================= */
/* Typography resets */
em, i { font-style: italic; line-height: inherit; }

strong, b { font-weight: bold; line-height: inherit; }

small { font-size: 60%; line-height: inherit; }

html { -webkit-font-smoothing: antialiased; }

body { font-family: "Open Sans", sans-serif; font-size: 16px; line-height: 1.4; color: #454545; }

/* Default Link Styles */
a, a:link, a:visited { color: #108165; text-decoration: none; }
a:hover, a:active, a:link:hover, a:link:active, a:visited:hover, a:visited:active { color: #1ebd95; text-decoration: none; }

/* Default paragraph styles */
p { font-family: inherit; font-weight: inherit; font-size: inherit; line-height: 1.4; margin-bottom: 18px; }

/* Default header styles */
h1, h2, h3, h4, h5, h6 { font-family: "Open Sans", sans-serif; font-weight: 300; color: #454545; margin-top: 3.2px; margin-bottom: 8px; line-height: 1.6; }

h1 { font-size: 44px; }
@media only screen and (max-width: 40em) { h1 { font-size: 44px; } }

h2 { font-size: 37px; }
@media only screen and (max-width: 40em) { h2 { font-size: 37px; } }

h3 { font-size: 30px; }
@media only screen and (max-width: 40em) { h3 { font-size: 30px; } }

h4 { font-size: 23px; }
@media only screen and (max-width: 40em) { h4 { font-size: 23px; } }

h5 { font-size: 18px; }
@media only screen and (max-width: 40em) { h5 { font-size: 18px; } }

h6 { font-size: 16px; }
@media only screen and (max-width: 40em) { h6 { font-size: 16px; } }

/* Default hr styles */
hr { border: solid #999; }

/* Placeholder Color */
::-webkit-input-placeholder { color: #000; }

:-moz-placeholder { color: #000; }

::-moz-placeholder { color: #000; }

:-ms-input-placeholder { color: #000; }

/* =============================================================================
	Form Styling
============================================================================= */
/* ============================================================================= Fireslider
============================================================================= */
.homepage_slider_section { background: #000; }
.homepage_slider_section .slider { position: relative; }
.homepage_slider_section .slider__contents { height: 100%; }
.homepage_slider_section ul { height: auto; }
@media only screen and (max-width: 40em) { .homepage_slider_section ul { height: 340px; } }
.homepage_slider_section li { transition: opacity .7s ease; opacity: 0; }
.homepage_slider_section .fire-slider-active { position: relative !important; opacity: 1; }
.homepage_slider_section .spotlight-image { height: 100%; width: 100%; }
.homepage_slider_section .spotlight-image img { width: 100%; height: 100%; }
@media only screen and (max-width: 40em) { .homepage_slider_section .spotlight-image { display: none; } }
.homepage_slider_section .spotlight-content { height: 100%; }
.homepage_slider_section .spotlight__wrap { height: 100%; width: 100%; max-width: 1000px; margin: 0 auto; position: absolute; top: 0; left: 50%; transform: translateX(-50%); }
@media only screen and (max-width: 40em) { .homepage_slider_section .spotlight__wrap { background: rgba(0, 0, 0, 0.5); } }
.homepage_slider_section .spotlight-overlay { background: rgba(0, 0, 0, 0.5); padding: 20px; text-align: left; height: auto; width: auto; position: absolute; top: 50%; left: 40px; transform: translateY(-50%); }
@media only screen and (max-width: 40em) { .homepage_slider_section .spotlight-overlay { text-align: center; display: -ms-flexbox; display: flex; -ms-flex-pack: center; justify-content: center; -ms-flex-align: center; align-items: center; -ms-flex-direction: column; flex-direction: column; width: 100%; left: 0; background: none; } }
.homepage_slider_section .spotlight-overlay * { max-width: 100%; }
.homepage_slider_section .spotlight-text { max-width: 400px; }
.homepage_slider_section .spotlight-text .spotlight-text__title { color: #fff; font-size: 44px; line-height: 46px; margin-bottom: 10px; }
@media only screen and (max-width: 40em) { .homepage_slider_section .spotlight-text .spotlight-text__title { font-size: 30px; line-height: 34px; } }
.homepage_slider_section .spotlight-text .spotlight-text__content { color: #fff; font-size: 30px; line-height: 40px; }
@media only screen and (max-width: 40em) { .homepage_slider_section .spotlight-text .spotlight-text__content { font-size: 20px; line-height: 24px; } }
.homepage_slider_section .spotlight-button { display: inline-block; margin-top: 10px; border-radius: 3px; background: #f48436; border-radius: 3px; color: #fff; outline: 3px solid rgba(255, 255, 255, 0.1); padding: 14px 20px; }
@media only screen and (min-width: 40.063em) { .homepage_slider_section .spotlight-button { -ms-flex-item-align: start; align-self: flex-start; } }
.homepage_slider_section .spotlight-button:hover { background: #f5934e; }
.homepage_slider_section .spotlight-button:after { content: "\f105"; font-family: FontAwesome; font-style: normal; font-weight: normal; text-decoration: inherit; padding-left: 10px; color: #fff; display: inline-block; }
.homepage_slider_section .spotlight-button__contents { display: inline-block; }
.homepage_slider_section .slider-nav--prev, .homepage_slider_section .slider-nav--next { opacity: 1; }
.homepage_slider_section .slider-nav--prev:hover:after, .homepage_slider_section .slider-nav--next:hover:after { color: #f48436; }
@media only screen and (max-width: 40em) { .homepage_slider_section .slider-nav--prev, .homepage_slider_section .slider-nav--next { display: none; } }
.homepage_slider_section .slider-nav--prev:after { font-size: 68px; color: #fff; content: "\f104"; }
.homepage_slider_section .slider-nav--next:after { font-size: 68px; color: #fff; content: "\f105"; }
.homepage_slider_section .slider__pager { position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%); }
@media only screen and (max-width: 40em) { .homepage_slider_section .slider__pager { display: none; } }
.homepage_slider_section .slider__pager span { position: relative; height: 16px; width: 16px; border: 3px solid #fff; background: transparent; transition: all .3s ease-out; }
.homepage_slider_section .slider__pager .slider__pager--active { background: #fff; }

/* =============================================================================
	Header
============================================================================= */
header { position: relative; z-index: 999; background: #fff; }

.top_search_section { position: relative; background: #108165; color: #fff; font-weight: 300; font-style: italic; display: -ms-flexbox; display: flex; -ms-flex-pack: center; justify-content: center; -ms-flex-align: center; align-items: center; font-size: 15px; letter-spacing: .5px; padding: 10px; min-height: 60px; border-bottom: 3px solid #1ebd95; }
@media only screen and (max-width: 1000px) { .top_search_section { -ms-flex-pack: end; justify-content: flex-end; padding-right: 20px; } }
@media only screen and (max-width: 1000px) { .top_search_section .store_search_tagline { display: none; } }
.top_search_section .store_search_tagline p { margin: 0; }
.top_search_section .store_search_tagline a { color: #fff; font-weight: 600; font-style: normal; padding: 0 10px; }
.top_search_section .content-block.header-store-search { width: 100%; max-width: 240px; }
.top_search_section .mmp-corp-store-search { width: 100%; max-width: 240px; font-style: normal; }
.top_search_section .mmp-corp-store-search input { border: none; background: #0b5846; color: #fff; letter-spacing: 1px; font-style: italic; padding: 5px 15px; border-radius: 5px 0 0 5px; }
.top_search_section .mmp-corp-store-search input::-webkit-input-placeholder { color: #fff; }
.top_search_section .mmp-corp-store-search input:-moz-placeholder { color: #fff; }
.top_search_section .mmp-corp-store-search input::-moz-placeholder { color: #fff; }
.top_search_section .mmp-corp-store-search input:-ms-input-placeholder { color: #fff; }
.top_search_section .mmp-corp-store-search .store_search_button { background: #084134 url(/designs/mmp_2015/graphics/layout/search.png) center center no-repeat; height: 2.25rem; width: 40px; padding: 7px 10px 7px 10px; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 0 5px 5px 0; cursor: pointer; }
.top_search_section .mmp-corp-store-search .form-row__controls { width: 100%; }
.top_search_section .mmp-corp-store-search .form-control--search { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; }
.top_search_section .mmp-corp-store-search .form-control--search:before { display: none; color: #fff; left: auto; right: 0.6875rem; font-size: 18px; }

.main_nav_section { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; padding: 0 20px; }
.main_nav_section .nav-logo { margin-left: 50px; margin-right: 50px; }
@media only screen and (max-width: 1000px) { .main_nav_section .nav-logo { margin: 0; padding: 20px; } }
@media only screen and (max-width: 40em) { .main_nav_section .nav-logo { margin: 0 auto; } }

/* =============================================================================
	Footer
============================================================================= */
footer { padding: 50px 20px 30px; color: #fff; font-size: 14px; }
footer .wrap { display: -ms-flexbox; display: flex; -ms-flex-pack: justify; justify-content: space-between; }
@media only screen and (max-width: 40em) { footer .wrap { -ms-flex-wrap: wrap; flex-wrap: wrap; } }
footer .col-logo { margin-right: 20px; }
@media screen and (max-width: 800px) { footer .col-logo { display: none; } }
footer .col ul { margin: 0; margin-right: 20px; padding: 0; list-style: none; color: #fff; }
footer .col li:first-child .collection-item-label { font-size: 18px; font-weight: 400; letter-spacing: 1px; margin-bottom: 10px; }
footer .col .collection-item-image, footer .col .collection-item-icon, footer .col .collection-item-description, footer .col .collection-item-action { display: none; }
footer .col .collection-item-label { letter-spacing: .5px; font-weight: 300; line-height: 24px; }
footer .col a, footer .col a:link, footer .col a:visited { color: #fff; }
footer .social_info { text-align: right; }
@media only screen and (max-width: 40em) { footer .social_info { margin-top: 20px; width: 100%; text-align: center; } }
footer .social_info .collection { margin: 0; }
footer .social_info .collection-item-image { margin: 0; }
footer .social_info ul { margin: 0; padding: 0; list-style: none; display: -ms-flexbox; display: flex; -ms-flex-pack: end; justify-content: flex-end; margin-bottom: 20px; }
@media only screen and (max-width: 40em) { footer .social_info ul { -ms-flex-pack: center; justify-content: center; } }
footer .social_info li { margin: 3px; transition: opacity .3s ease; }
footer .social_info li:last-child { margin-right: 0; }
footer .social_info li:hover { opacity: .8; }
footer .social_info .collection-item-label, footer .social_info .collection-item-icon, footer .social_info .collection-item-description, footer .social_info .collection-item-action { display: none; }
footer .social_info .location_section { font-size: 12px; line-height: 18px; color: #fff; }
footer .social_info .location .location__title, footer .social_info .location .label, footer .social_info .location .location__phone, footer .social_info .location .location__hours { display: none; }
footer .social_info .location .location__address > div { display: inline-block; }
footer .social_info .location .location__address > div:not(:last-child):after { content: '\00b7'; font-weight: bold; padding: 0 2px; }
footer .social_info .location a, footer .social_info .location a:link, footer .social_info .location a:visited { color: #fff; text-decoration: underline; }
footer .policy-links { text-align: right; }
footer .policy-links a, footer .policy-links a:link, footer .policy-links a:visited { color: #ffffff; }
@media only screen and (max-width: 1000px) { footer .policy-links { text-align: center; } }

.mobile_trigger { display: none; -ms-flex-pack: center; justify-content: center; -ms-flex-align: center; align-items: center; position: absolute; top: 0; left: 0; height: 100%; padding: 0 26px; font-size: 20px; cursor: pointer; }
@media only screen and (max-width: 1000px) { .mobile_trigger { display: -ms-flexbox; display: flex; } }

.site-container { height: 100%; width: 100%; position: relative; }

.offcanvas-container { background: #0d7259; position: absolute; top: 60px; bottom: 0; left: 0; width: 100%; transform: translate3d(-100%, 0, 0); transition: transform .5s ease; z-index: 10000; width: 400px; }
@media only screen and (max-width: 40em) { .offcanvas-container { width: 100%; } }
@media only screen and (max-width: 1000px) { body.mobile_menu_is_visible .offcanvas-container { transform: translate3d(0, 0, 0); } }

@media only screen and (max-width: 1000px) { nav.dropdown { display: none; } }
nav.dropdown ul { width: 100%; display: -ms-flexbox; display: flex; list-style: none; margin: 0; padding: 0; }
nav.dropdown li { position: relative; }
nav.dropdown a { display: block; }
nav.dropdown .has_flyout { padding-right: 24px; }
nav.dropdown .has_flyout:after { content: "\f105"; font-family: FontAwesome; font-style: normal; font-weight: normal; text-decoration: inherit; position: absolute; top: 50%; right: 0; transform: translateY(-50%); color: #1ebd95; font-size: 16px; padding: 0 20px; z-index: 1; }
nav.dropdown li:hover > .has_flyout:after { color: #fff; }
nav.dropdown > ul li:hover { background-color: #0e7259; }
nav.dropdown > ul li:hover > a { background-color: #0e7259; color: #fff; }
nav.dropdown > ul a { background-color: transparent; color: #108165; font-size: 14px; padding: 0 30px 0 16px; font-weight: 600; }
nav.dropdown > ul > li { position: relative; height: 100px; display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; margin-right: 20px; }
nav.dropdown > ul > li:not(:last-child):after { content: ""; position: absolute; right: -10px; top: 50%; transform: translateY(-50%); height: 40%; width: 1px; background: #ccc; }
nav.dropdown > ul > li > ul { position: absolute; left: 0; bottom: 0; transform: translateY(100%); }
nav.dropdown > ul > li:hover > a:after { display: none; }
nav.dropdown > ul > li > a { position: relative; }
nav.dropdown > ul > li > a:after { content: ""; position: absolute; right: 0; bottom: 0; height: 0; width: 0; margin: 0 13px; border: 1px solid #f48436; border-width: 7px 4px; border-color: #f48436 transparent transparent transparent; }
nav.dropdown ul ul { display: none; position: absolute; width: auto; background-color: #0e7259; }
nav.dropdown ul ul li:hover > a { background-color: #0e7259; color: #fff; }
nav.dropdown ul ul li:not(:last-child) a { border-bottom: 1px solid #0b624c; }
nav.dropdown ul ul li:not(:first-child) a { border-top: 1px solid #1a9576; }
nav.dropdown ul ul a { background-color: #0e7259; color: #000; width: 280px; font-size: 14px; padding: 14px 16px; }
nav.dropdown ul ul ul { top: 0; left: 100%; background-color: #0e7259; }
nav.dropdown ul ul ul li:hover > a { background-color: #0e7259; color: #fff; }
nav.dropdown ul ul ul a { background-color: #0e7259; color: #000; width: 280px; }
nav.dropdown li:hover > ul { display: block; }

nav.accordian { width: 100%; height: 100%; }
nav.accordian ul { list-style: none; margin: 0; padding: 0; }
nav.accordian a { display: block; position: relative; letter-spacing: .3px; font-size: 15px; font-weight: 400; }
nav.accordian a span.accordian_toggle { width: 54px; height: 100%; position: absolute; top: 0; bottom: 0; right: 0; display: -ms-flexbox; display: flex; -ms-flex-pack: center; justify-content: center; -ms-flex-align: center; align-items: center; border-left: 1px solid rgba(30, 189, 149, 0.4); }
nav.accordian a span.accordian_toggle:after { font-family: FontAwesome; content: ""; font-size: 30px; }
nav.accordian a span.accordian_toggle:hover:after { transform: rotate(90deg); }
nav.accordian li.nav__list--parent a { padding-right: 64px; }
nav.accordian li.accordian_open > a { color: null; background: null; }
nav.accordian li.accordian_open > a > span.accordian_toggle:after { transform: rotate(90deg); }
nav.accordian ul li:not(:last-child) a { border-bottom: 1px solid rgba(30, 189, 149, 0.4); }
nav.accordian ul li a { font-size: 14px; padding: 16px; background: rgba(13, 114, 89, 0.98); color: #fff; }
nav.accordian ul li:hover > a { background: rgba(13, 114, 89, 0.98); color: #fff; }
nav.accordian ul ul { display: none; }
nav.accordian ul ul li a { padding: 16px 16px 16px 40px; background: rgba(15, 132, 103, 0.98); }
nav.accordian ul ul li:hover > a { background: rgba(15, 132, 103, 0.98); }
nav.accordian ul ul ul { display: none; }
nav.accordian ul ul ul li a { padding: 16px 16px 16px 60px; background: rgba(17, 151, 118, 0.98); }
nav.accordian ul ul ul li:hover > a { background: rgba(17, 151, 118, 0.98); }

/* =============================================================================
	General
============================================================================= */
/* =============================================================================
	Homepage
	============================================================================= */
.featured_products_section { background: #108165; padding: 14px; }
@media only screen and (max-width: 40em) { .featured_products_section { padding-bottom: 30px; } }
.featured_products_section .wrap { display: -ms-flexbox; display: flex; -ms-flex-pack: center; justify-content: center; -ms-flex-align: center; align-items: center; }
@media only screen and (max-width: 40em) { .featured_products_section .wrap { -ms-flex-wrap: wrap; flex-wrap: wrap; } }
.featured_products_section .image { margin-bottom: 0; }
.featured_products_section h1, .featured_products_section h2, .featured_products_section h3, .featured_products_section h4, .featured_products_section h5, .featured_products_section h6 { color: #fff; font-weight: 400; letter-spacing: 1px; margin: 0 40px 0 0; }
@media only screen and (max-width: 40em) { .featured_products_section h1, .featured_products_section h2, .featured_products_section h3, .featured_products_section h4, .featured_products_section h5, .featured_products_section h6 { margin: 0 0 30px 0; width: 100%; text-align: center; } }

.learn_more_section { background: #f8f8f8; border: 2px dotted #e7e7e7; border-width: 2px 0 2px 0; padding: 30px 0; }
.learn_more_section .wrap { max-width: 1100px; }
.learn_more_section h1, .learn_more_section h2, .learn_more_section h3, .learn_more_section h4, .learn_more_section h5, .learn_more_section h6 { padding: 0 46px; }
.learn_more_section .slider { padding: 0 40px; }
@media only screen and (max-width: 40em) { .learn_more_section .slider { padding: 0 20px; } }
.learn_more_section .slider__contents { overflow: visible; }
.learn_more_section ul { position: relative; height: 240px; width: 100%; overflow: hidden; }
@media only screen and (max-width: 40em) { .learn_more_section ul { height: auto; overflow: visible; } }
.learn_more_section li { opacity: 1; padding: 10px; }
@media only screen and (max-width: 40em) { .learn_more_section li { display: none; position: relative !important; width: 100% !important; transform: none !important; }
  .learn_more_section li:nth-child(1), .learn_more_section li:nth-child(2), .learn_more_section li:nth-child(3) { display: block; } }
.learn_more_section .spotlight-overlay { position: relative; }
.learn_more_section .spotlight-text { text-align: left; }
.learn_more_section .spotlight-text .spotlight-text__title { color: #f48436; font-size: 17px; font-weight: 300; margin-top: 16px; }
.learn_more_section .spotlight-text .spotlight-text__content { font-size: 12px; line-height: 18px; font-weight: 300; color: #393939; margin-top: 4px; }
.learn_more_section .spotlight-text .spotlight-button { display: none; }
.learn_more_section .slider-nav { margin: 0; height: auto; width: auto; opacity: .75; top: 70px; }
@media only screen and (max-width: 40em) { .learn_more_section .slider-nav { display: none; } }
.learn_more_section .slider-nav:after { font-size: 35px; color: #3b3b3b; }
.learn_more_section .slider-nav--prev { left: 0; }
.learn_more_section .slider-nav--prev:after { content: "\f104"; }
.learn_more_section .slider-nav--next { right: 0; }
.learn_more_section .slider-nav--next:after { content: "\f105"; }

.homepage .main .col { padding: 20px 0; width: 45%; }
@media only screen and (max-width: 1000px) { .homepage .main .col { width: auto; } }

main { background: #fff; padding: 20px; padding-bottom: 70px; }
main a, main a:link, main a:visited { text-decoration: underline; font-weight: 400; }
main .wrap { max-width: 1000px; display: -ms-flexbox; display: flex; -ms-flex-pack: justify; justify-content: space-between; }
@media only screen and (max-width: 1000px) { main .wrap { -ms-flex-wrap: wrap; flex-wrap: wrap; } }
@media only screen and (min-width: 1001px) { main .col { width: 48%; } }
main ul { margin-left: 22px; }
main ul li { margin-bottom: 20px; }
main p { font-size: 15px; line-height: 24px; }
main .news-articles--list { margin-top: 10px; }
main .news-articles--list .news-article { box-shadow: none; padding: 10px 0; }
main .news-articles--list .news-article-header { display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; }
main .news-articles--list .news-article-title { position: relative; padding-left: 20px; -ms-flex-order: -1; order: -1; }
main .news-articles--list .news-article-title:before { content: "•"; position: absolute; top: 50%; left: 0; transform: translateY(-50%); }
main .news-articles--list .news-article-title h5 { margin-top: 4px; font-size: 15px; line-height: 24px; color: #454545; font-weight: 400; }
main .news-articles--list .news-article-title h5 a { color: #454545; text-decoration: none; }
main .news-articles--list .news-article-title h5 a:hover { color: #118165; }
main .news-articles--list .news-article-description, main .news-articles--list .news-article-meta--author { display: none; }
main .news-articles--list .news-article-meta--date { text-align: right; color: #f48436; padding-left: 10px; }
main .news-articles--list .news-article-meta--date:before { content: "("; }
main .news-articles--list .news-article-meta--date:after { content: ")"; }
main .news-articles--list .news-articles-archive { margin-top: 20px; font-size: 13px; text-transform: uppercase; }

.search_section { background: #3b3b3b; padding: 19px; }
.search_section .wrap { display: -ms-flexbox; display: flex; -ms-flex-pack: center; justify-content: center; -ms-flex-align: center; align-items: center; max-width: 100%; }
.search_section .search-form { width: 250px; }
.search_section .form-control--search:before { display: none; }
.search_section input { padding: 3px 8px; }
.search_section .fa { margin-left: 15px; color: #f48436; font-size: 32px; }

/* =============================================================================
	Internal
============================================================================= */
a.btn { display: block; padding: 14px; background: #f48436; color: #fff; text-decoration: none; font-weight: bold; border-radius: 4px; text-align: center; }
a.btn:after { content: "\f105"; font-family: FontAwesome; font-style: normal; font-weight: normal; text-decoration: inherit; font-size: 22px; padding-left: 14px; position: relative; top: 2px; }

.masthead_section { background: #108165; color: #fff; text-align: center; padding: 4px 20px; }
.masthead_section h1, .masthead_section h2, .masthead_section h3, .masthead_section h4, .masthead_section h5, .masthead_section h6 { color: #fff; text-align: center; }

@media only screen and (max-width: 1000px) { .internal .wrap { -ms-flex-direction: column; flex-direction: column; } }
.internal main .wrap { max-width: 940px; }
.internal main .col { width: auto; margin-top: 24px; }
@media only screen and (min-width: 1001px) { .internal main .col { -ms-flex: 0 1 100%; flex: 0 1 100%; } }
.internal .sidebar_section { width: 250px; -ms-flex-negative: 0; flex-shrink: 0; margin-right: 40px; padding-top: 36px; }
@media only screen and (max-width: 1000px) { .internal .sidebar_section { -ms-flex-order: 10; order: 10; } }
.internal .testimonial_section { margin-bottom: 50px; }
.internal .testimonial_section > h1, .internal .testimonial_section > h2, .internal .testimonial_section > h3, .internal .testimonial_section > h4, .internal .testimonial_section > h5, .internal .testimonial_section > h6 { margin-bottom: 22px; }
.internal .testimonial_section ul { list-style: none; margin: 0; padding: 0; }
.internal .testimonial_section li { position: relative; padding-left: 104px; min-height: 100px; }
.internal .testimonial_section .collection-item__content { display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; font-style: italic; font-weight: 300; }
.internal .testimonial_section .collection-item-image { position: absolute; left: 0; top: 0; width: 85px; height: 85px; border: 2px solid #d9d9d9; }
.internal .testimonial_section .collection-item-icon { display: none; }
.internal .testimonial_section .collection-item-label { font-weight: 300; -ms-flex-order: 10; order: 10; }
.internal .testimonial_section .collection-item-description { color: #108165; margin-bottom: 24px; -ms-flex-order: 1; order: 1; }
.internal .image__text { margin-bottom: 20px; }
.internal nav.subnav { margin-bottom: 50px; }
@media only screen and (max-width: 1000px) { .internal nav.subnav { display: none; } }
.internal nav.subnav li { margin-bottom: 0; }
.internal nav.subnav a { font-size: 15px; font-weight: 400; text-decoration: none; }
.internal nav.subnav a span.accordian_toggle { width: 54px; right: 0; border-left: 0; }
.internal nav.subnav a span.accordian_toggle:after { content: ""; font-size: 16px; }
.internal nav.subnav li.nav__list--parent a { padding-right: 64px; }
.internal nav.subnav li.accordian_open > a { color: #f48436; background: null; }
.internal nav.subnav li.accordian_open > a > span.accordian_toggle:after { transform: rotate(90deg); }
.internal nav.subnav ul li:not(:last-child) a { border-bottom: 1px solid #e7e7e7; }
.internal nav.subnav ul li a { font-size: 14px; padding: 17px 17px 17px 24px; background: #f8f8f8; color: #108165; }
.internal nav.subnav ul li:hover > a { background: #e7e7e7; color: #f48436; }
.internal nav.subnav ul li.accordian_open > a { background: #e7e7e7; border-color: transparent; }
.internal nav.subnav ul ul { display: none; }
.internal nav.subnav ul ul span.accordian_toggle { display: none !important; }
.internal nav.subnav ul ul li:not(:last-child) a { border-bottom: none; }
.internal nav.subnav ul ul li:first-child a { padding-top: 0; }
.internal nav.subnav ul ul li:last-child a { padding-bottom: 20px; }
.internal nav.subnav ul ul li a { position: relative; padding: 4px 16px 4px 40px; background: #e7e7e7; }
.internal nav.subnav ul ul li a:before { content: "\00b7"; padding-right: 4px; }
.internal nav.subnav ul ul li:hover > a { background: #e7e7e7; }
.internal nav.subnav ul ul ul { display: none !important; }
.internal nav.subnav ul ul ul li:not(:last-child) a { border-bottom: none; }
.internal nav.subnav ul ul ul li a { padding: 4px 16px 4px 60px; background: #d8d8d8; color: #f48436; }
.internal nav.subnav ul ul ul li:hover > a { background: #d8d8d8; color: #f48436; }

/* =============================================================================
	Landing Pages
============================================================================= */
/* =============================================================================
	Product Pages
============================================================================= */
.product .back_section { background: #fff; text-align: right; }
.product .back_section .wrap { max-width: 940px; }
.product .back_section .back_button { display: inline-block; width: 340px; text-align: center; border-radius: 0 0 5px 5px; border: 1px solid #cecece; }
.product .back_section .back_button a { position: relative; display: inline-block; padding: 10px; }
.product .back_section .back_button a:hover:before { opacity: .75; }
.product .back_section .back_button a:before { position: absolute; left: 0; transform: translateX(-100%); content: ''; width: 28px; height: 23px; background: url("/designs/mmp_2015/graphics/layout/arrow-og.png"); }
.product main .product_primary { max-width: 500px; width: 100%; margin-right: 30px; }
.product main .right_col { max-width: 340px; width: 100%; }
@media only screen and (max-width: 1000px) { .product main .product_primary, .product main .right_col { max-width: none; } }
.product .product_image { margin-bottom: 20px; }
.product .product_image img { border: 1px solid #ededed; padding: 6px; }
.product .product_message { font-size: 13px; line-height: 21px; font-style: italic; color: #747474; margin-bottom: 40px; }
.product .product_message p { font-size: 13px; line-height: 21px; font-style: italic; color: #747474; }
.product .product_action { padding: 0 10px; margin-bottom: 40px; }
.product .product_action a { display: block; padding: 14px; background: #f48436; color: #fff; text-decoration: none; font-weight: bold; border-radius: 4px; text-align: center; }
.product .product_action a:after { content: "\f105"; font-family: FontAwesome; font-style: normal; font-weight: normal; text-decoration: inherit; font-size: 22px; padding-left: 14px; position: relative; top: 2px; }
.product .product_testimonial { margin-bottom: 40px; }
.product .product_testimonial h4 { font-size: 24px; line-height: 33px; margin-bottom: 22px; }
.product .product_testimonial ul { list-style: none; margin: 0; padding: 0; }
.product .product_testimonial .collection-item__content { position: relative; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; }
.product .product_testimonial .collection-item-image { width: 85px; height: 85px; border: 2px solid #d9d9d9; position: absolute; top: 2px; left: 0; }
.product .product_testimonial .collection-item-label { margin-left: 110px; -ms-flex-order: 2; order: 2; font-weight: 400; font-size: 15px; line-height: 24px; color: #108165; margin-top: 24px; font-style: italic; text-transform: uppercase; }
.product .product_testimonial .collection-item-description { margin-left: 110px; font-style: italic; color: #108165; }

/* =============================================================================
	General QA
============================================================================= */
.mmp-corp-store-search input[type="search"] { min-width: 200px; }

.back_button p { margin: 0; }

.back_button a { margin-left: 30px; }

main a.btn { display: inline-block; padding: 14px; background: #f48436; color: #fff; text-decoration: none; font-weight: bold; border-radius: 4px; text-align: center; }

main a.btn:hover { color: #fff; opacity: .75; }

nav.dropdown ul > li a:after { display: none !important; }

nav.dropdown ul > li.nav__list--parent a:after { display: block !important; }

nav.dropdown ul > li.nav__list--parent a:hover:after { display: none !important; }

/* =============================================================================
	Browser QA
============================================================================= */
/* Modern */
/* Internet Explorer 9 (.ie9) */
/* Internet Explorer 8 (.ie8) */
/* Internet Explorer 8 & Internet Explorer 7 (.oldie) */
/* Internet Explorer 7 (.ie7) */
/* =============================================================================
	Extras                                                              
============================================================================= */
.clearfix { zoom: 1; }
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

/* Print Styles */
@media print { * { background: transparent !important; color: #000 !important; box-shadow: none !important; text-shadow: none !important; }
  a, a:visited { text-decoration: underline; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  a[href^="#"]:after, a[href^="javascript:"]:after { content: ""; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; } }

