    /*   
Theme Name: MilkMob  
Theme URI: http://themilkmob.com/ 
Description: This is a custom theme created for the Genesis Framework.   
Author: Lynne  
Author URI: http://emasai.com/  
Template: genesis  
Template Version: 2.1.8  
License: GPL-2.0+  
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Test Update String: duh008
*/

/* Table of Contents
	-HTML5 Reset
		- Baseline Normalize
		- Box Sizing
        - Float Clearing
    -VARS
	- Defaults
		--Buttons - N
		- Forms
		- Gallery - NO
		--HRule
		- Headings
		--Objects
		--Images
		--Tables
		--Typographical Elements
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
		- Search Form
		- Titles
		- Home Page
		- Miscellaneous - No
			- Link List
	- Common Classes
		- WordPress
		- Genesis - NO
	- Widgets
		- Featured Content
	- Plugins - NO
		- Genesis eNews Extended - NO
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Sidebar Vertical Accordion Menu
		- Genesis Navigation
		- Site Header Navigation
		- Primary Navigation
		- Secondary Navigation - NO
		- Responsive Menu - NO
	--Content Area
		- Entries
		- Entrie Meta
		- After Entry - NO
		- Pagination
		--Comments
		- Archive - NO
	- Sidebars
	-Footer Widgets
	- Site Footer
	- Responsive Menu
	- Custom Styles
		--Borders/Shadows/Images
        --Colors
        --Conference Agenda
		--Divs
		---Div Outlines
		---Div Tables
		--EventOn Calendar
		--lists
		--Margins/Indents
		--Typography (for quick classes)
			-bold, center, colors, etc.
		--Milk Mob
		- Accordion
		--Assets
		--Blog
			--Articles
			--Posts
			--CQW/LactFacts
		- Champion Interviews
		--Clinical Question
		- Contact Form
		- Dropcap
		--Events
		--Formidable Forms
            -Fix First Cell of Calendar
		--Gravity Forms
			-LGB Qty Order
			-Library Submission
			-Clinical Question
			-ITI Application
            -Temp Forms
    	--Horiz Rule
		--Handouts
		--Join
		- MMob Express
		--Masonry Grid - Simple Grids Pluing - DELETE
		--Misc
		--Podcasts
		- Popup
		--Powerpoint Page
		- Registration Forms
		- Scroll Top
		- Staff/BOD Page
		- Tooltip
		--Video Page

	- Media Queries
		- Retina Display - NO
		- max-width: 1139px - NO
		- max-width: 1023px - NO
		- max-width: 767px - NO
	- Mobile Navigation
	- Modern JS

*/

@font-face {
    font-family: 'marker_feltregular';
    src: url('wp-content/fonts/marker_felt-webfont.eot');
    src: url('wp-content/fonts/marker_felt-webfont.eot?#iefix') format('embedded-opentype'), url('wp-content/fonts/marker_felt-webfont.woff2') format('woff2'), url('wp-content/fonts/marker_felt-webfont.woff') format('woff'), url('wp-content/fonts/marker_felt-webfont.ttf') format('truetype'), url('wp-content/fonts/marker_felt-webfont.svg#marker_feltregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* --Baseline Normalize
--------------------------------------------- */

/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background: 0 0
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #333
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

/* --VARS */

:root {
    --font-size: 1rem;
    --font-size-large: calc(var(--font-size) * 1.5);
    --spacing-base: var(--font-size);
    --testColor: red;
}

/* --Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* --Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
    content: " ";
    display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
    clear: both;
    content: " ";
    display: table;
}

/* --Headings
--------------------------------------------- */

h1,
h2,
h3,
h4 {
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    line-height: 1.1;
    margin: 0 0 10px;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
    margin: 16px 0 0 0;
}

h6 {
    font-size: 16px;
    margin: 0;
}

/* --Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
    max-width: 100%;
}

img {
    height: auto;
}

.featured-content img,
.gallery img {
    width: auto;
}

/* --Forms
--------------------------------------------- */

input,
select,
textarea {
    background-color: #fff;
    border: 1px solid #6f6f6f;
    border-radius: 4px;
    color: #333;
    font-size: 14px;
    font-weight: 400;
    padding: 5px;
    width: 100%;
    margin: 0 0 8px 0;
}

input:focus,
textarea:focus {
    border: 1px solid #999;
    outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
    width: auto;
}

::-moz-placeholder {
    color: #333;
    font-weight: 300;
    opacity: 1;
}

::-webkit-input-placeholder {
    color: #333;
    font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
    background-color: #cb3f2c;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 300;
    padding: 5px 36px;
    text-transform: uppercase;
    width: auto;
    -webkit-border-radius: 180px;
    -moz-border-radius: 18px;
    border-radius: 18px;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
    background-color: #e5554e;
    color: #fff;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
    background-color: #e5554e;
    color: #fff;
}

.entry-content .button:hover {
    color: #fff;
}

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover {
    background-color: #fff;
    color: #333;
}

.button {
    display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
    display: none;
}

/* --HRule
--------------------------------------------- */

hr {
    /*display: block; */
    height: 2px;
    background-color: black;
    border: none;
}

/* --Tables
--------------------------------------------- */

table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 1.5;
    margin-bottom: 40px;
    width: 100%;
    border: none;
}

td:first-child {
    width: 70%;
}

td {
    border: none;
    padding: 6px 10px;
    text-align: left;
}

tr {
    border: none;
}

table.borders,
.borders tr,
.borders td {
    border: 1px solid #444;
}

.borders td:first-child {
    width: 18%;
}

/* --Typographical Elements
--------------------------------------------- */

body {
    background-color: #fff;
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

::-moz-selection {
    background-color: #333;
    color: #fff;
}

::selection {
    background-color: #c5e0ff;
    color: #fff;
}

a {
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    color: #00A4FF;
    text-decoration: none !important;
}

b {
    font-weight: 600;
}

blockquote,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 40px;
}

blockquote::before {
    content: "\201C";
    display: block;
    font-size: 30px;
    height: 0;
    left: -20px;
    position: relative;
    top: -10px;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

li li {
    list-style: disc !important;
    margin-top: 5px !important;
}

p {
    /*margin: 0 0 28px;*/
    padding: 0;
}

strong {
    font-weight: 700;
}

sup {
    top: -1.5em;
    font-size: 0.4em;
}

/* -Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* --Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
    margin: 0 auto;
    max-width: 1140px;
}

.site-inner {
    clear: both;
    background: rgba(157, 199, 255, 1);
    background: -moz-linear-gradient(top, rgba(157, 199, 255, 1) 0%, rgba(203, 223, 250, 1) 26%, rgba(255, 255, 255, 1) 74%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(157, 199, 255, 1)), color-stop(26%, rgba(203, 223, 250, 1)), color-stop(74%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(157, 199, 255, 1) 0%, rgba(203, 223, 250, 1) 26%, rgba(255, 255, 255, 1) 74%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(top, rgba(157, 199, 255, 1) 0%, rgba(203, 223, 250, 1) 26%, rgba(255, 255, 255, 1) 74%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(top, rgba(157, 199, 255, 1) 0%, rgba(203, 223, 250, 1) 26%, rgba(255, 255, 255, 1) 74%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(157, 199, 255, 1) 0%, rgba(203, 223, 250, 1) 26%, rgba(255, 255, 255, 1) 74%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dc7ff', endColorstr='#ffffff', GradientType=0);
    box-shadow: 0 5px 0px 0px white, 0 -5px 0px 0px white, 5px 0 5px -4px rgba(125, 125, 125, 0.8), -5px 0 5px -4px rgba(125, 125, 125, 0.8);
    margin-top: -15px;
}

/*.home .site-inner{
	clear: both;
	max-width: none;
	background: #fff;
	padding-bottom: 0;
}
*/

/*START HERE*/

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

/* ### Content */

.content {
    float: right;
    width: 780px;
}

.full-width-content .content {
    width: 100%;
    padding: 7px 40px;
}

/* ### Primary Sidebar */

.sidebar-primary {
    float: left;
    width: 360px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
    float: left;
}

/* ### Secondary Sidebar */

.sidebar-secondary {
    float: left;
    width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
    float: right;
}

/* --Column Classes
--------------------------------------------- */

/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
    float: left;
    margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
    width: 48.717948717948715%;
}

.one-third,
.two-sixths {
    width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
    width: 65.81196581196582%;
}

.one-fourth {
    width: 23.076923076923077%;
}

.three-fourths {
    width: 74.35897435897436%;
}

.one-sixth {
    width: 14.52991452991453%;
}

.five-sixths {
    width: 82.90598290598291%;
}

.first {
    clear: both;
    margin-left: 0;
}

/* --Search Form
--------------------------------------------- */

.search-form {
    overflow: hidden;
}

.site-header .search-form {
    float: right;
    margin-top: 12px;
}

.entry-content .search-form
/*,
.site-header .search-form*/

    {
    width: 50%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* To clear search input field's text when the search field gets focus */

input[type="search"]:focus::-webkit-input-placeholder {
    color: transparent;
}

input[type="search"]:focus:-moz-placeholder {
    color: transparent;
}

/* Firefox 18- */

input[type="search"]:focus::-moz-placeholder {
    color: transparent;
}

/* Firefox 19+ */

input[type="search"]:focus:-ms-input-placeholder {
    color: transparent;
}

/* oldIE ;) */

/* --Titles
--------------------------------------------- */

.archive-title {
    border-bottom: 5px #0a3f80 solid;
    color: #0a3f80;
    font-size: 36px;
    margin: 0 auto 15px;
    padding-bottom: 4px;
    text-align: center;
    width: 84%;
}

.archive-description {
    margin: 20px 0 11px;
}

.archive-description p {
    /* border-bottom: 1px solid #444; */
    /* padding: 0 0 30px 0; */
    margin-bottom: 0;
    font-size: 16px;
    font-weight: bold;
}

.archive .entry-title {
    font-size: 24px;
}

.entry-title {
    font-size: 30px;
    text-align: center;
}

.page .entry-title {
    margin-bottom: 24px;
    color: #cb3f2c;
}

.single .entry-title {
    color: #6456a1;
}

.entry-title a,
.sidebar .widget-title a {
    color: #2b4dd2;
}

.entry-title a:hover {
    color: #6455a0;
}

.home .widget-title {
    font-size: 24px;
    margin-bottom: 20px;
    font-family: 'Open Sans', serif;
    color: #cb3f2c;
    text-align: center;
}

.widget-title {
    font-family: 'Open Sans', serif;
}

.sidebar .widget-title {
    color: #444;
}

.home-slider .widget-title,
.home-middle .widget-title {
    color: #6455a0;
}

.home-top .widget-title {
    color: #FFF;
}

.home-featured .widget-title {
    color: #cb3f2c;
}

.home-lgb h4 {
    color: #cb3f2c !important;
    font-size: 44px;
    text-align: center;
    padding-top: 26px;
}

.footer-widgets .widget-title {
    color: #fff;
}

.footer-widgets .entry {
    border-bottom: 1px dotted #666;
}

/* --Home Page
--------------------------------------------- */

.home #featured-custom-post-type-6 {
    margin: 10px;
    padding: 10px;
}

#featured-custom-post-type-6 .widget-title,
#custom_html-4 .widget-title,
#custom_html-16 .widget-title,
#custom_html-22 .widget-title {
    color: rgb(0, 0, 0);
    line-height: 1.1;
}

#featured-custom-post-type-6 .entry {
    margin-bottom: 0;
    padding: 0 0 10px;
}

#featured-custom-post-type-6 .entry-header {
    display: none;
}

#featured-custom-post-type-6 img {
    display: inline-block;
    -webkit-box-shadow: 0px 3px 11px #2b2b2b;
    box-shadow: 0px 3px 11px #2b2b2b;
    -moz-box-shadow: 0px 3px 11px #2b2b2b;
}

/* Left Sidebar */
.sidebar-primary .widget:not(#nav_menu-13) .widget-wrap {
    padding: 20px;
    background: #FFF;
    border: 1px solid;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.handouts .content ul li {
    color: #CB3F2C;
    margin: 0 0 5px 20px !important;
}

/* -Common Classes
---------------------------------------------------------------------------------------------------- */

/* --WordPress
--------------------------------------------- */

a.aligncenter img {
    display: block;
    margin: 0 auto;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.80);
    -moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.80);
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.80);
}

a.alignnone {
    display: inline-block;
}

.alignleft {
    float: left;
    text-align: left;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.80);
    -moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.80);
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.80);
}

.alignright {
    float: right;
    text-align: right;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.80);
    -moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.80);
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.80);
}

a.alignleft,
a.alignnone,
a.alignright {
    max-width: 100%;
}

img.centered,
.aligncenter {
    display: block;
    margin: 0 auto;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.80);
    -moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.80);
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.80);
}

/*.home .aligncenter{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none; 
}*/

img.alignnone,
.alignnone {
    margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
    margin: 0 36px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
    margin: 0 0 24px 24px;
}

.wp-caption-text {
    font-size: 14px;
    text-align: center;
}

.entry-content p.wp-caption-text {
    margin-bottom: 5px;
}

/* -Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
    word-wrap: break-word;
}

.widget ol>li {
    list-style-position: inside;
    list-style-type: decimal;
    padding-left: 20px;
    text-indent: -20px;
}

.widget li li {
    border: none;
    margin: 0 0 0 30px;
    padding: 0;
}

.widget_calendar table {
    width: 100%;
}

.widget_calendar td,
.widget_calendar th {
    text-align: center;
}

.ui-widget {
    font-family: inherit !important;
}

/* --Featured Content
--------------------------------------------- */

.featured-content .entry {
    margin-bottom: 20px;
    padding: 0 0 24px;
}


.featured-content .entry-title {
    font-size: 20px;
}

/* -Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
    background-color: #fff;
    position: relative;
    z-index: 5000;
}

.site-header .wrap {
    padding: 0;
}

/* --Title Area
--------------------------------------------- */

.title-area {
    float: left;
}

.header-full-width .title-area {
    width: 100%;
    z-index: 9000;
}

.site-title {
    float: left;
    margin-bottom: -14px;
}

.site-title a,
.site-title a:hover {
    text-indent: -9999px;
}

.site-title a img {
    vertical-align: top;
}

.site-description {
    display: none;
    /*color: #6455a0;
	float: left;
	font-family: 'marker_feltregular', arial, helvetica, sans-serif;
	font-size: 30px;
	margin: 14px 0 0 16px;
	width: 440px;
    text-align: center;
    margin-bottom: 0;
	margin-bottom: 0;*/
}

/* --Widget Area
--------------------------------------------- */

.site-header .widget-area {
    float: right;
    text-align: right;
    /*width: 800px;*/
}

/* -Site Navigation
---------------------------------------------------------------------------------------------------- */

.top-bar {
    background: #FFF;
}

.top-bar .wrap {
    width: 100%;
}

.top-bar input[type=search] {
    width: 150px;
    float: right;
}

#menu-top li {
    display: inline-block;
}

#menu-top {
    float: right;
}

#menu-top a {
    font-size: 14px;
    text-transform: uppercase;
    color: #3b3b3b;
    font-weight: bold;
    display: block;
    margin: 5px 0 0;
    padding: 0 15px;
    border-right: 1px solid #3b3b3b;
    line-height: 1;
}

#menu-top a:hover {
    color: #cb3f2c;
}

#menu-top li:last-child a {
    padding-right: 0;
    border-right: none !important;
}

.sidebar .widget_nav_menu a,
#nav_menu-18 a,
#custom_html-8 a {
    color: #444;
    font-weight: 600;
}

.sidebar li a {
    text-decoration: none;
}

#custom_html-8 p,
#mailpoet_form_1 p {
    color: #444;
}

.sidebar .widget_nav_menu a:hover,
.sidebar .widget_nav_menu .current-menu-item>a {
    color: #cb3f2c;
}

.sidebar .widget_nav_menu li {
    border-bottom: 1px solid #444 !important;
}

.sidebar .widget_nav_menu .sub-menu a {
    font-weight: 400;
    font-size: 14px;
}

.sidebar .widget_nav_menu .sub-menu li:last-child,
#menu-top li {
    border-bottom: 0 !important;
}

/* --Sidebar Vertical Accordion Menu
---------------------------------------------------------------------------------------------------- */

#menu-projects a,
#menu-learn a,
#menu-education a,
#menu-about a {
    border: none;
    color: #444;
}

#menu-projects .menu-item,
#menu-learn .menu-item,
#menu-about .menu-item,
#menu-education .menu-item {
    width: 100%;
    display: block;
    margin: 0;
}

#menu-projects>.menu-item>.sub-menu,
#menu-learn>.menu-item>.sub-menu,
#menu-about>.menu-item>.sub-menu,
#menu-education>.menu-item>.sub-menu {
    display: none;
}

#menu-projects .menu-item:hover,
#menu-learn .menu-item:hover,
#menu-about .menu-item:hover,
#menu-education .menu-item:hover {
    position: static;
}

#menu-projects .current-menu-item>a,
#menu-learn .current-menu-item>a,
#menu-about .current-menu-item>a,
#menu-education .current-menu-item>a,
#menu-projects .sub-menu .current-menu-item>a:hover,
#menu-learn .sub-menu .current-menu-item>a:hover,
#menu-about .sub-menu .current-menu-item>a:hover,
#menu-education .sub-menu .current-menu-item>a:hover,
#menu-projects a:hover,
#menu-learn a:hover,
#menu-about a:hover,
#menu-education a:hover {
    background: none;
    line-height: 1;
    padding: 16px 0;
    color: #cb3f2c;
}

#menu-projects .menu-item-has-children,
#menu-learn .menu-item-has-children,
#menu-about .menu-item-has-children,
#menu-education .menu-item-has-children {
    cursor: pointer;
}

#menu-projects>.menu-item-has-children:before,
#menu-learn>.menu-item-has-children:before,
#menu-about>.menu-item-has-children:before,
#menu-education>.menu-item-has-children:before {
    content: "\f140";
    float: right;
    font: normal 30px/1 'dashicons';
    height: 16px;
    padding: 0 0 0 20px;
    right: 0;
    text-align: right;
    z-index: 9999;
    color: #cb3f2c;
}

#menu-projects .menu-open.menu-item-has-children:before,
#menu-learn .menu-open.menu-item-has-children:before,
#menu-about .menu-open.menu-item-has-children:before,
#menu-education .menu-open.menu-item-has-children:before {
    content: "\f142";
}

#menu-projects .sub-menu,
#menu-learn .sub-menu,
#menu-about .sub-menu,
#menu-education .sub-menu {
    border: none;
    left: auto;
    opacity: 1;
    padding-left: 7px;
    position: relative;
    -moz-transition: opacity .4s ease-in-out;
    -ms-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    -webkit-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
    width: 100%;
    z-index: 99;
    background-color: transparent;
}

#menu-projects .sub-menu .sub-menu,
#menu-learn .sub-menu .sub-menu,
#menu-about .sub-menu .sub-menu,
#menu-education .sub-menu .sub-menu {
    margin: 0;
}

#menu-projects .sub-menu .current-menu-item>a:hover,
#menu-learn .sub-menu .current-menu-item>a:hover,
#menu-about .sub-menu .current-menu-item>a:hover,
#menu-education .sub-menu .current-menu-item>a:hover,
#menu-projects .sub-menu li a:hover,
#menu-learn .sub-menu li a:hover,
#menu-about .sub-menu li a:hover,
#menu-education .sub-menu li a:hover {
    background: transparent;
    border: none;
    padding: 12px 0;
    position: relative;
    text-align: left;
    color: #cb3f2c;
}

#menu-projects .sub-menu li,
#menu-learn .sub-menu li,
#menu-about .sub-menu li,
#menu-education .sub-menu li {
    border-bottom: none;
    padding-left: 0;
}

#menu-projects .sub-menu a:hover,
#menu-learn .sub-menu a:hover,
#menu-about .sub-menu a:hover,
#menu-education .sub-menu a:hover {
    background-color: none;
}

.page-id-532 #nav_menu-13.widget.widget_nav_menu,
.page-id-2453 #nav_menu-13.widget.widget_nav_menu {
    display: none;
}

/* --Genesis Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
    clear: both;
    font-size: 16px;
    line-height: 1;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 5000;
}

.genesis-nav-menu .menu-item {
    display: inline-block;
    text-align: left;
}

.genesis-nav-menu a {
    color: #333;
    display: block;
    padding: 14px 18px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item>a,
.genesis-nav-menu .sub-menu .current-menu-item>a:hover {
    color: #e5554e;
}

.genesis-nav-menu .sub-menu {
    left: -9999px;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -ms-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
    width: 200px;
    z-index: 99;
}

.genesis-nav-menu .sub-menu a {
    background-color: #fff;
    border-top: none;
    font-size: 14px;
    padding: 15px;
    position: relative;
    width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
    margin: -42px 0 0 -200px;
}

.genesis-nav-menu .menu-item:hover {
    position: static;
}

.genesis-nav-menu .menu-item:hover>.sub-menu {
    left: auto;
    opacity: 1;
}

.genesis-nav-menu>.first>a {
    padding-left: 0;
}

.genesis-nav-menu>.last>a {
    padding-right: 0;
}

.genesis-nav-menu>.right {
    color: #fff;
    float: right;
    list-style-type: none;
    padding: 30px 0;
}

.genesis-nav-menu>.right>a {
    display: inline;
    padding: 0;
}

.genesis-nav-menu>.rss>a {
    margin-left: 48px;
}

.genesis-nav-menu>.search {
    padding: 10px 0 0;
}

.genesis-nav-menu .hide {
    display: none;
}

/* --Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
    border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
    margin-top: -56px;
}

.site-header .genesis-nav-menu li li {
    margin-left: 0;
}

/* --Primary Navigation
--------------------------------------------- */

.nav-primary,
.nav-secondary {
    background: url(images/new/mmob-navbg-03.png);
    position: relative;
    height: 50px;
}

.nav-primary .genesis-nav-menu a,
.nav-secondary .genesis-nav-menu a {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
}

.nav-primary .genesis-nav-menu .sub-menu a,
.nav-secondary .genesis-nav-menu .sub-menu a {
    color: #333;
    text-transform: none;
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu .current-menu-item>a,
.nav-secondary .genesis-nav-menu a:hover,
.nav-secondary .genesis-nav-menu .current-menu-item>a {
    color: #02FDF9
}

.nav-primary .genesis-nav-menu .sub-menu a:hover,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item>a:hover,
.nav-secondary .genesis-nav-menu .sub-menu a:hover,
.nav-secondary .genesis-nav-menu .sub-menu .current-menu-item>a:hover {
    background: #cb3f2c;
    color: #FFF;
}

.nav-secondary {
    display: none;
}

/* --Content Area
---------------------------------------------------------------------------------------------------- */

.breadcrumb {
    margin: 28px 28px 0 0;
    font-size: 14px;
}

/* --Entries
--------------------------------------------- */

.entry {
    padding: 14px 40px 0 0;
}

.entry-content ol,
.entry-content ul.bullets {
    margin-bottom: 28px;
    margin-left: 40px;
}

.entry-content ul.bullets li {
    list-style: disc;
}

.contact .entry-content ul {
    margin-bottom: 28px;
    margin-left: 0;
}

.entry-content ol>li {
    list-style-type: upper-alpha;
    margin-top: 10px;
}

.list-decimal ol>li {
    list-style-type: decimal;
    margin-top: 10px;
}

.page-id-5937 .entry-content ol>li {
    list-style-type: numeric;
}

.entry-content ul>li {
    list-style-type: none;
}

.entry-content ol ol,
.entry-content ul ul {
    margin-bottom: 0;
}

.entry-content code {
    background-color: #333;
    color: #ddd;
}

/* --Entry Meta
--------------------------------------------- */

p.entry-meta {
    color: black;
    font-size: 14px;
    padding-bottom: 10px;
}

.entry-header {
    margin-bottom: 14px;
}

.entry-footer .entry-meta {
    border-bottom: 2px solid #E5554E;
    text-align: left;
}

.entry-categories,
.entry-tags {
    display: block;
}

.entry-comments-link::before {
    content: "\2014";
    margin: 0 6px 0 2px;
}

/* --Pagination
--------------------------------------------- */

.pagination {
    clear: both;
    margin: 40px 0;
}

.adjacent-entry-pagination {
    margin-bottom: 0;
}

.archive-pagination li {
    display: inline;
}

.archive-pagination li a {
    background-color: #00366b;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    padding: 6px 11px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
    background-color: #4e75e5;
}

/* --Comments
--------------------------------------------- */

.entry-comments .comment-author {
    margin: 10px 0 0;
}

/* We're not using images in our comments, so make image height 0 */
p.comment-author img {
    height: 0;
    width: 0;
}

.comment-content p {
    margin: 0;
}

.comment-respond,
.entry-comments,
.entry-pings {
    border: 1px solid #593804;
    border-radius: 27px;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    margin-bottom: 40px;
    margin-right: 40px;
}

.comment-respond,
.entry-pings {
    padding: 20px 40px 5px;
}

a.comment-author-link,
a.comment-time-link,
a.comment-reply-link {
    font-weight: normal;
}

.comment-header {
    font-size: 16px;
}

.entry-comments {
    padding: 40px;
}

li.comment {
    background-color: #f5f5f5;
    border: 2px solid #fff;
    border-right: none;
}

.comment-content {
    clear: both;
}

.comment-list li {
    padding: 0 8px 8px 19px;
    overflow-wrap: break-word;
}

.comment-list li li {
    margin-left: 0 !important;
    list-style: none !important;
}

p.comment-meta {
    margin: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
    width: 50%;
}

.comment-respond label {
    display: block;
    margin-right: 12px;
}

.entry-pings .reply {
    display: none;
}

.bypostauthor {}

.form-allowed-tags {
    background-color: #f5f5f5;
    font-size: 16px;
    padding: 24px;
}

/* -Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
    font-size: 16px;
}

.sidebar li {
    border-bottom: 1px solid #d9812c;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.sidebar p:last-child,
.sidebar ul>li:last-child {
    margin: 8px 0 0;
}

.sidebar .widget {
    padding: 20px;
    margin: 30px 30px 20px 20px;
    border: 1px solid #f6dd82;
    background: #FFF;
}

.textwidget.custom-html-widget {
    line-height: 1.2;
}

#nav_menu-10 .widget-title {
    color: #cb3f2c;
}

#text-21 p {
    text-align: center;
}

.page-id-3278 .sidebar-primary #wysija-2 {
    display: none;
}

/* -Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
    background-color: #0b4350;
    clear: both;
}

.footer-widgets .wrap {
    color: #FFF;
    font-size: 14px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.footer-widgets-1 {
    margin: 40px 20px 40px 0;
    flex: 1;
}

.footer-widgets-2,
.footer-widgets-3 {
    margin-top: 40px;
    flex: 1;
}

.footer-widgets .widget-wrap {
    margin-bottom: 40px;
}

#menu-footer1 a,
#menu-footer3 a {
    color: #FFF;
}

#menu-1 a:hover,
#menu-footer3 a:hover {
    color: #e5554e;
}

#menu-item-715,
#menu-item-7192 {
    font-size: 30px;
}

.footer-widgets a:visited {
    color: #e18484;
}

.footer-widgets a {
    color: white;
}

/* -Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
    background-color: #0b4350;
    font-size: 16px;
    line-height: 1;
    padding: 40px 0;
    text-align: center;
    line-height: 1.5;
}

.site-footer p {
    margin-bottom: 0;
    color: #FFF;
    font-size: 12px;
    padding: 0 30px;
}

/* -Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
    cursor: pointer;
    display: none;
    margin-bottom: -1px;
    text-align: center;
}

.responsive-menu-icon::before {
    content: "\f333";
    display: inline-block;
    font: normal 30px/1 'dashicons';
    margin: 0 auto;
    padding: 10px 5px 10px 10px;
}

.nav-primary .responsive-menu-icon::before,
.nav-secondary .responsive-menu-icon::before {
    color: #fff;
}

.nav-secondary .responsive-menu-icon::before {
    content: "Programs";
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    padding: 12px;
}

.menu-text {
    color: #fff;
    line-height: 1;
    vertical-align: top;
    margin-top: 11px;
    display: inline-block;
}

/* To avoid noticeable vertical movement for hover state of 
's Control Nav (typically circles) and bxSlider's left and right arrows */

.soliloquy-container .soliloquy-control-nav li a,
.soliloquy-theme-classic .soliloquy-pager-link,
.bx-wrapper .bx-controls-direction a {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

/* To remove bottom border for Soliloquy controls */

.entry-content .soliloquy-controls-direction a,
.entry-content a.soliloquy-pager-link {
    border-bottom: none;
}

.home-slider .soliloquy-wrapper {
    border: 4px solid #689bd3 !important;
}

.soliloquy-controls-direction {
    display: none;
}

.soliloquy-theme-classic .soliloquy-pager {
    bottom: -15px !important;
    text-align: center !important;
}

/* -CUSTOM STYLES
--------------------------------------------- */

/* --BORDERS/SHADOWS/IMAGES -----
--------------------------------------------- */


.border1 {
    border: 1px solid #000;
}

.border2 {
    border: 2px solid #000;
}

.border3 {
    border: 3px solid #000;
}

.border_dkRed {
    border-color: #bb3d3d;
}

.divRnd2_75_9 {
    border: 2px rgb(74, 74, 74) solid;
    border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    display: inline-block;
    padding: 10px;
    max-width: 100%;
}

.homeThumbnail {
    box-shadow: 5px 5px 5px #0000006e;
    border: 2px solid #000;
}

.radius11 {
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
}

.shadow3 {
    -webkit-box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.5);
}

.mmob-image-01 {
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    display: block;
    margin: 0 auto;
    -webkit-box-shadow: 0px 0px 0px 3px #000000, 5px 7px 10px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 0px 3px #000000, 5px 7px 10px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 0px 3px #000000, 5px 7px 10px 4px rgba(0, 0, 0, 0.3);
}

img.clearAll {
    border: 0px;
    -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, .0);
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, .0);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, .0);
    border-radius: 0px 0px 0px 0px;
    background: none;
    margin-bottom: 0px;
}

.img-center {
    margin: 0 auto;
    display: block;
}

/* --EventOn Calendar ------------------ */
/* Scale and Center Images */
.evo_metarow_directimg img {
    width: 65% !important;
    margin: auto;
}

/*Hide the Event Times because multi-day events will show a whole span*/

.evo_metarow_time.evorow.evcal_evdata_row.bordb.evcal_evrow_sm,
.evcal_evdata_row.evo_time {
    display: none;
}

/*Set links to default*/

.eventon_events_list .eventon_list_event h4 a {
    text-decoration: underline;
    color: #0102fc;
}

/* Color Change- NOT WORKING */

.ajde_evcal_calendar #evcal_head.calendar_header #evcal_cur,
.ajde_evcal_calendar .evcal_month_line p {
    color: #6455a0 !important;
}

/*Uncapitalize the Event Subtitles*/

.eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_subtitle,
.evo_pop_body .evcal_desc span.evcal_event_subtitle {
    text-transform: none !important;
}

/*Border/Shadow for Thumbnails*/

span.ev_ftImg {
    border: 1px solid #000;
    box-shadow: 2px 2px 1px #8c8c8c;
}

/* --MILK MOB
--------------------------------------------- */

/* --Backgrounds ----
--------------------------------------------- */

.bgWhite {
    background-color: white;
}

/* --Colors ----
--------------------------------------------- */

.black {
    color: black !important;
}

.hyperlinkBlue {
    color: blue;
    font-weight: bold;
    text-decoration: underline;
}

.mmobBlue {
    color: #0074b5;
    font-weight: bold;
}

.mmobBlueBold {
    color: #0074b5;
    font-weight: bold;
}

.red {
    color: red !important;
}

.red-dk {
    color: #bd3636 !important;
}

/* --DIVS ------------------
--------------------------------------------- */

/* ---GENERIC DIV STYLES ---
--------------------------------------------- */
.hideMe {
    display: none;
}

.div-roundCallout13 {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    background: #d6d6d6;
    border: 1px #000 solid;
    border-radius: 13px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    margin-bottom: 16px;
    box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.72);
    -webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.72);
    -moz-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.72);
}

.div-hRule-Rnd6 {
    height: 6px;
    border: none;
    background-color: #808080;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

/* ---CUSTOM DIVS STYLES ---
--------------------------------------------- */

.lgbShopifyButton {
    padding: 17px;
    background-color: #aedcb8;
    border: 1px #000 solid;
}

/* ---DIV TABLES ---
--------------------------------------------- */
/* ------------Simple Table Centered--------------------- */
.simpleTableCentered {
    border: 1px solid #000;
    border-collapse: collapse;
    display: table;
    margin: 8px auto;
    width: 80%;
}

.simpleTableCentered .table-row {
    display: table-row;
}

.simpleTableCentered .table-cell {
    border: 1px solid black;
    display: table-cell;
    padding: 7px;
    text-align: left;
    vertical-align: top;
}
/* ------------ End Simple Table --------------------- */

.divTable01Wrapper {
    border: 1px solid #000;
    display: table;
    /*margin:auto;*/
    padding: 0px;
    /*width: 600px;*/
}

.divTable01Wrapper.noborder {
    border: 0px;
}

.divTable01Wrapper .row {
    display: table-row;
}

.divTable01Wrapper .cell,
.divTable01Wrapper .head {
    border: 1px solid #000;
    display: table-cell;
    padding: 3px 6px;
    vertical-align: bottom;
}

.divTable01Wrapper .cell.tall {
    padding-top: 10px;
    border: 0px;
}

.divTable01Wrapper .cell.subtotal,
.divTable01Wrapper .cell.total {
    border: 0px;
    font-weight: bold;
    text-align: right;
}

.divTable01Wrapper .cell.subtotal.bottRow,
.divTable01Wrapper .cell.bottRow {
    border-bottom: 2px black solid;
}

.divTable01Wrapper .cell.total.bottRow {
    border-bottom: 1px black solid;
}

.divTable01Wrapper .heading {
    background-color: #b4d8b2;
    display: table-header-group;
    font-weight: bold;
    text-align: center;
}

.divTable01Wrapper .heading.bg2,
.divTable01Wrapper .cell.bg2 {
    background-color: #73bde8;
}

.divTable01Wrapper .divTable01Foot {
    background-color: #EEE;
    display: table-footer-group;
    font-weight: bold;
}

.divTable01Wrapper .tablBody {
    display: table-row-group;
}

/* --LISTS -----
--------------------------------------------- */

.listNarrow01 ul li {
    margin-bottom: -10px !important;
}

/* --MARGINS/INDENTS -----
--------------------------------------------- */
.hangingIndent01 {
    padding-left: 22px;
    text-indent: -22px;
}

.indent-01 {
    margin: 0 22px !important;
}

.indent-30 {
    margin: 0 30px !important;
}

.indent-02 {
    margin: 5px 15px 20px;
}

.marginBot15 {
    margin-bottom: 15px;
}

.marginTop0 {
    margin-top: 0;
}

.marginTop13 {
    margin-top: 13px !important;
}

.marginTop15 {
    margin-top: 15px !important;
}

.noBott {
    margin-bottom: 0px !important;
}

.noMargin {
    margin: 0;
}

/* --TYPOGRAPHY -----
--------------------------------------------- */

.bold {
    font-weight: bold !important;
}

.bold1000 {
    font-weight: 1000;
}

.center {
    text-align: center;
}

.italic {
    font-style: italic;
}

.underline {
    text-decoration: underline;
}

.font-size-20 {
    font-size: 20px;
}

.hyperlinkBlue {
    color: blue;
    font-weight: bold;
    text-decoration: underline;
}

/* --MILK MOB
--------------------------------------------- */

/* --Scroll To the Top ---------*/

.to-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(205, 71, 44, 0.8) url(images/to-top.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.to-top.top-is-visible {
    visibility: visible;
    opacity: 1;
}

.no-touch .to-top:hover {
    background-color: #e86256;
    opacity: 1;
}

/*  --Assets --------------*/

.mmob_assets a {
    color: blue;
}

.mmob_assets h1 {
    text-decoration: underline;
}

.mmob_assets h5 {
    margin: 0 -7px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #9e0a3d;
    display: inline-block;
    padding: 0 14px 0 4px;
    line-height: 20px;
}

mmob_assets h6 {
    font-size: 14px;
    font-weight: bold;
}

mmob_assets hr {
    background-color: black;
    border: none;
    /* border-style: solid; */
    height: 2px;
    margin-bottom: 0.5em;
    margin-left: 0px;
    /* margin-right: 75px; */
    margin-top: -0.5em;
    width: 80%;
}

.mmob_assets .credit {
    font-size: 14px;
    font-weight: normal;
}

/*  --Contact Form--------------*/

#contact {
    margin: 0;
}

#contact li {
    float: left;
    margin: 0 0 30px;
    position: relative;
    width: 100%;
    list-style: none;
}

#contact li .text {
    padding: 28px 0 10px 0;
    position: absolute;
    z-index: 100;
    min-width: 65px;
    text-indent: 5px;
    font-weight: 300;
    color: #737373;
}

#contact li .required {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 100;
}

#contact li.blank {
    margin: 0;
}

#contact li.blank .wpcf7-form-control-wrap input {
    background: #fff;
    border: none;
    padding: 5px 0 10px;
    width: 300px;
    text-indent: 0;
    z-index: 100;
    margin: 0;
}

#contact li .wpcf7-form-control-wrap input,
#contact li .wpcf7-form-control-wrap textarea input {
    background: #fff;
    border: solid 1px #ccc;
    padding: 6px;
    width: 100%;
    z-index: 100;
    margin: 0;
}

/*#contact li .wpcf7-form-control-wrap input{
text-indent: 52px;
}*/

#contact li .wpcf7-form-control-wrap input:focus,
#contact li .wpcf7-form-control-wrap textarea:focus {
    background: #F0EFEF;
}

#contact li .wpcf7-form-control-wrap textarea {
    line-height: 28px;
    padding: 6px;
    height: 130px;
}

#contact li#message {
    min-height: 130px;
    margin-bottom: 20px;
}

#contact li#submit {
    width: 200px;
    margin: 0;
}

#contact li#submit input {
    display: inline-block;
    vertical-align: middle;
    min-width: 186px;
    margin: 0;
    padding: 0 11px;
    border: none;
    color: #ffffff !important;
    font-weight: 700;
    font-size: 14px;
    line-height: 37px;
    letter-spacing: -0.06em;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    border-radius: 4px;
    outline: none;
    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    background-color: #f26641;
}

#contact li#submit input:hover {
    background-color: #dc5d3b !important;
}

div.wpcf7-validation-errors {
    clear: left;
}

div.wpcf7-response-output {
    float: left;
    padding: 0.2em 1em;
    margin: 0
}

#contact li#req {
    font-size: 80%;
}

#contact li#submit img.ajax-loader {
    margin: 0;
}

#contact li#submit img.ajax-loader {
    margin: 0;
}

/*------INNER PAGE STYLING----------*/

.quotesource {
    font-size: 14px;
    font-weight: 500;
    font-style: italic;
}

.sidebar .enews p {
    margin-bottom: 20px;
}

.sidebar .enews p:last-child {
    margin-top: 5px;
    font-size: 12px;
    font-weight: 500;
}

.post-type-archive-questions .enews p:nth-child(2) {
    text-align: center;
}

.post-type-archive-questions .entry-header .entry-content {
    display: none;
}

.post-type-archive-questions .entry-header,
.post-type-archive-questions .entry-title,
.post-type-archive-questions .entry-meta {
    text-align: left;
    margin-bottom: 0;
}

.post-type-archive-questions .entry-meta {
    margin-top: 0;
}

.post-type-archive-questions .breadcrumb {
    margin: 28px 29px 0 0;
}

.post-type-archive-questions .enews p:last-child {
    margin-top: 5px;
    font-size: 12px;
    font-weight: 500;
}

.breastfeeding-education {
    padding: 40px 40px 10px 0;
    font-weight: 600;
    font-size: 18px;
}

.bf-education .entry-content ul>li,
.donate .entry-content ul>li,
.page-id-563 .entry-content ul>li,
.champion .entry-content ul>li,
.about .entry-content ul>li,
.page-id-1646 .entry-content ul>li,
.page-id-562 .entry-content ul>li {
    list-style: disc;
    margin: 0 0 5px 20px;
}

.bf-education .entry-content ul,
.donate .entry-content ul,
.page-id-513 .entry-content ul {
    margin: 0 0 30px 0;
}

.obcbox {
    width: 48.717948717948715%;
    display: table-cell;
    margin-left: 2.564102564102564%;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.80);
    -moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.80);
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.80);
    background: #e7fed5;
    padding: 20px 20px 30px;
}

.obcbox::before {
    content: url(images/drop-real-47.png);
    float: right;
}

.obcbox h2 {
    font-family: 'marker_feltregular', serif;
    text-align: center;
    letter-spacing: 2px;
}

.obcbox.one {
    background: #FFFEF1;
}

.obcbox.two {
    background: #e8e3fe;
}

.obcbox.three {
    background: #e7fed5;
}

.obcbox.four {
    background: #ffebd8;
}

.obcbox.one h2 {
    color: #d9812c;
}

.obcbox.two h2 {
    color: #6456a1;
}

.obcbox.three h2 {
    color: #7cb54d;
}

.obcbox.four h2 {
    color: #cb3f2c;
}

.obcbox ul ul li {
    list-style: circle !important;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.container {
    display: table;
}

.break {
    height: 30px;
}

.file_title_clean {
    font-weight: bold !important;
    text-transform: uppercase !important;
    padding: 0 0 10px 0 !important;
    font-size: 20px !important;
}

.samples .entry-title {
    display: none;
}

.samples h1 {
    margin-bottom: 24px;
    color: #cb3f2c;
    text-align: center;
}

.bilingual .line {
    background: url(images/line.png) no-repeat;
    padding: 20px 0 0;
    background-size: cover;
    clear: both;
}

.bilingual .one-half {
    padding-bottom: 20px;
}

.bilingual .content {
    width: 100%;
    float: none;
    padding: 0 20px 0 60px;
}

.bilingual .sidebar {
    display: none;
}

.bilingual ol li {
    list-style-type: decimal;
}

/* --Formidable Forms
--------------------------------------------- */
/* --Fix First Cell of Calendar -- */
.ui-datepicker td:first-child {
    width: 0px;
}

/* --Gravity Forms
--------------------------------------------- */

/* ---CUSTOM SETTINGS
--------------------------------------------- */
/* Filled, Rounded Heading */
.gf_sectionHead_rnd1 {
    font-weight: bold;
    background: #9bc2ff;
    border: 1px #000 solid;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    padding: 7px !important;
    text-align: center;
}

/* Inline Elements Padding Increase */
li.gfield.gf_inline {
    padding-right: 32px !important;
}

/* Radion Buttons Space Above Stack of buttons */
.ginput_container.ginput_container_radio {
    margin-top: 0px !important;
}

/* ---UNIVERSAL SETTINGS
--------------------------------------------- */

/*BG, Border, Padding*/

.gform_wrapper {
    background: #FFF;
    border: 2px solid #000;
    border-radius: 16px;
    margin: 16px 0;
    max-width: 100%;
    padding: 0px 15px;
}

/*Validation Errors*/

.gform_wrapper li.gfield.gfield_error {
    background-color: #ff9595 !important;
    padding: 10px !important;
    border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
}

/*Password Strength Field*/
.gfield_password_strength {
    font-size: 12px;
    font-weight: bold;
    margin-top: 0 !important;
    padding: 0 5px !important;
}

/* --------------------------------------------- */

/* ---LITTLE GREEN BOOK QUANTITY ORDER FORM
       based on GForm #6
--------------------------------------------- */

#gform_wrapper_6 {
    padding: 10px;
    background-color: #a3d4b4;
    border: 2px #000 solid;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
}

#gform_wrapper_6 .gform_heading {
    text-align: center;
    font-size: 26px;
}

#gform_wrapper_6 .span.gform_description {
    font-weight: bold;
}

/* Out of Range Warning (visiblity controlled by script) */

#field_6_26,
.lgbOutOfRange {
    background: #ffd6a6;
    color: red;
    display: list-item;
    font-size: 20px;
    font-weight: 700;
    margin-top: 0;
    padding: 10px;
}

/* Section Underline (HRule) */

#gform_wrapper_6 .gsection {
    border-bottom: 3px solid #115a50;
}

/* --BUTTONS */

#gform_wrapper_6 .button,
#gform_wrapper_6 .calcButton,
#gform_wrapper_6 input[type="reset"] {
    background-color: #0b7974;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    font-weight: bold;
}

#gform_wrapper_6 .calcButton,
#gform_wrapper_6 input[type="reset"] {
    background-color: #d88f39;
    padding: 7px 15px;
    width: 25%;
}

#gform_wrapper_6 .calcButton:hover,
#gform_wrapper_6 .button:hover,
#gform_wrapper_6 input[type="reset"]:hover {
    background-color: #37bace;
    color: #fff;
}

#gform_wrapper_6 .calcButton:focus,
#gform_wrapper_6 .button:focus,
#gform_wrapper_6 input[type="reset"]:focus {
    background-color: #15a09a;
    color: #fff;
}

#gform_wrapper_6 a {
    color: blue;
    text-decoration: underline;
}

/*Cost Display to Buyer*/

#field_6_27 {
    font-size: 22px;
    font-weight: bold;
}

/* Pre-Confirm Page */

table.lgbPreConfirm td {
    border-bottom: 1px solid;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 7px;
    text-align: left;
}

table.lgbPreConfirm td:first-child {
    width: 35%;
}

/*Payment Page*/

table.lgbPay,
th,
td {
    border: 1px solid #4d6353;
    padding: 7px;
    font-weight: bold;
    border-collapse: collapse;
    margin: 1%;
    /*width:98%;*/
}

td.lgbPayTopBott {
    background-color: #70c1d2;
    ;
    font-size: 20px;
}

td.lgbPayInner {
    background-color: #c5ebf3;
}

/* CREDIT CARD */

.lgbCC {
    background: #70c1d2;
    border: 1px solid;
    margin: 2% 1% 0 0 !important;
    padding: 10px;
}

.lgbCC .gfield_label {
    padding-top: 10px;
}

/*------LIBRARY SUBMISSION FORM--------*/

#gform_wrapper_32 {
    padding: 19px;
    border: 2px #bd5c4c solid;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
}

#gform_confirmation_message_32 .gform_confirmation_message_32 gform_confirmation_message {
    font-size: 30px !important;
    color: #e5554e !important;
}

/* Enhance Dashed Border around drop area */

.gform_wrapper .gform_fileupload_multifile .gform_drop_area {
    border: 1px dashed #963737 !important;
}

/*------CLINICAL QUESTION SUBMISSION FORM--------*/

.page-id-2190 .gform_wrapper .top_label input.medium,
.gform_wrapper .top_label select.medium {
    width: 100%;
}

/*------ITI APPLICATION------------*/

.page-id-945 .gfield_label.gfield_label_before_complex,
.page-id-932 .gfield_label.gfield_label_before_complex {
    font-size: 1.25em !important;
}

.gform_wrapper .top_label .gfield_label {
    line-height: 1;
    color: #6455A0;
    font-size: 18px;
}

#gform_wrapper_26,
#gform_wrapper_57 {
    border: 2px rgb(74, 74, 74) solid;
    border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    display: inline-block;
    padding: 12px;
    max-width: 100%;
}

#gform_wrapper_26 .gform_title,
#gform_wrapper_57 .gform_title {
    text-align: center;
}

.page-id-932 .gform_wrapper .top_label input.medium,
.gform_wrapper .top_label select.medium,
.page-id-945 .gform_wrapper .top_label input.medium,
.gform_wrapper .top_label select.medium {
    width: 100%;
}

.page-id-932 #field_26_8,
.page-id-932 #field_26_9,
.page-id-945 #field_26_8,
.page-id-945 #field_26_9 {
    padding-right: 0;
}

/* ITI Application Education Institution Field */
/* Form #, List # is Field #, cell is list items in order (in a table) */
#gform_wrapper_26 .gfield_list_8_cell1,
#gform_wrapper_106 .gfield_list_8_cell1 {
    width: 52%
}

/* ITI Application Employer Field - If too long the "+" won't appear */
#gform_wrapper_26 .gfield_list_9_cell1,
#gform_wrapper_106 .gfield_list_9_cell1 {
    width: 35%
}

.page-id-945 #field_26_9 td:nth-child(2),
.page-id-945 #field_26_9 td:nth-child(2) {
    width: 10%
}

.page-id-932 .gform_wrapper table.gfield_list tr td.gfield_list_icons,
.page-id-945 .gform_wrapper table.gfield_list tr td.gfield_list_icons {
    width: 15px !important;
}

/*------TEMP FORMS------------*/

/*Milw 201804 OBC Contact - Form 68*/

#gform_wrapper_73,
#gform_wrapper_68 {
    background-color: hsla(238, 100%, 94%, 1);
    border: 2px solid #000 !important;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    padding: 10px 15px;
}

.gform_wrapper_68 .gform_footer {
    padding: 0;
}

/*Format notification of request for code*/

#gform_confirmation_message_68,
#gform_confirmation_message_73 {
    background: #ffd6a6;
    border: 2px solid #000;
    border-radius: 19px;
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px;
    color: red;
    /* display: list-item; */
    font-size: 20px;
    font-weight: 700;
    margin-top: 0;
    padding: 10px;
}

/*Milw 201804 OBC Registration - Form 69*/

/*Border Radius for Form Sections*/

#gform_wrapper_69 .gsection,
li#field_69_42,
#gform_wrapper_71 .gsection,
li#field_71_42 {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

/*Color BG for Asterisk Note*/

li#field_69_42,
li#field_71_42,
.gfield_lavBox {
    background-color: #e1e3ff;
    padding: 10px !important;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

/*Form Sections BG/Height*/

#gform_wrapper_69 .gsection,
#gform_wrapper_71 .gsection {
    background-color: #e1e3ff;
    height: 34px;
}

/*Form Section Title Size/Center*/

#gform_wrapper_69 h2.gsection_title,
#gform_wrapper_71 h2.gsection_title {
    line-height: 34px;
    text-align: center;
}

/* --Video Page
--------------------------------------------- */

.vbox {
    width: 45%;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.80);
    -moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.80);
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.80);
    background: #FFFEF1;
    padding: 20px;
    margin: 20px 20px 20px 0;
    float: left;
    /*min-height: 510px;*/
}

.vbox img {
    -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.80);
    -moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.80);
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.80);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

/* --Powerpoint Page --------*/

div.file_div_clean_responsive_container {
    padding: 20px !important;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.80);
    -moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.80);
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.80);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#userdata_1_label_0 {
    padding-top: 10px;
}

/*  --Dropcap ------------*/

.drop {
    float: left;
    color: #444;
    font-size: 57px;
    line-height: 37px;
}

/*  --Staff and BOD styling--------*/

.page-id-894 p:first-of-type,
.page-id-894 h3 {
    margin-bottom: 0;
}

.page-id-892 p:first-of-type {
    margin-bottom: 0;
}

.page-id-892 h3 {
    margin-bottom: 28px;
}

/*  --The Milk Mob Express styling-------*/

.page-id-1497 .content a {
    font-weight: bold;
    font-size: 20px;
}

.page-id-1497 .content img {
    border: 2px solid #000000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 4px 4px 8px 2px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 4px 4px 8px 2px rgba(0, 0, 0, 0.4);
    box-shadow: 4px 4px 8px 2px rgba(0, 0, 0, 0.4);
}

.page-id-1497 .express .one-half {
    margin-bottom: 40px;
}

/*  --Join The Milk Mob --------------*/

.page-id-532 h2 {
    margin: 0 4px 23px;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #0074b5;
    padding: 0 10% 2px 4px;
}

/*  --Handouts --------------*/

.page-id-983 h3 {
    text-decoration: underline;
}

/*  --Horizontal Rule --------------*/

hr.dashed4 {
    background-color: transparent !important;
    border-top: 4px dashed;
}

/*  --Masonry Grid --------------*/

.page-id-720 .masonry-grid-posts article.sg-entry {
    border: none;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(99, 57, 19, 1);
    -moz-box-shadow: 0px 2px 8px 0px rgba(99, 57, 19, 1);
    box-shadow: 0px 2px 8px 0px rgba(99, 57, 19, 1);
    background: #FFFEF1;
    cursor: default;
}

.page-id-720 .masonry-grid-posts article.sg-entry {
    padding: 20px 0;
}

.page-id-720 h2 {
    /*margin-top: 40px;*/
}

.page-id-720 .masonry-grid-posts .entry-header h2 {
    margin-top: 0;
}

.page-id-720 .masonry-grid-posts .entry-header,
.page-id-720 .masonry-grid-posts .entry-content {
    padding: 0 20px;
}

.page-id-720 .masonry-grid-posts .grid-item::before {
    content: "\f10e";
    float: right;
    font: normal 40px/1 'fontawesome';
    color: #666;
    padding: 0px 20px;
    z-index: 9999;
}

.page-id-720 .content {
    padding: 0 40px;
}

.noshow .entry-title {
    display: none;
}

.page-id-720 .masonry-grid-posts .entry-title a:hover {
    color: #333;
}

.page-id-720 .masonry-grid-posts .entry-title a {
    cursor: default;
}

/*  --Accordion --------------*/

body.page-id-563 {
    display: none;
    cursor: pointer;
}

#accordion {
    margin-top: 1em;
}

h3.ui-accordion-header {
    background: #FFE3EB url("wp-content/images/arrow-down.png") no-repeat 98% 18px;
    border-bottom: 1px solid #cb3f2c;
    color: #444;
    cursor: pointer;
    font-size: 1.2em;
    font-weight: 600;
    line-height: 1.5;
    padding-left: 10px;
    position: relative;
}

h3.ui-accordion-header.ui-state-active {
    background: #FFE3EB url('wp-content/images/arrow-up.png') no-repeat 98% 18px;
}

h3.ui-accordion-header:hover {
    color: #cb3f2c;
}

h3.ui-accordion-header.ui-state-focus {
    outline: none;
}

h3.ui-accordion-header.title {
    font-size: 13px;
}

h3.ui-accordion-header span {
    font-size: 90%;
    font-weight: 400;
    vertical-align: middle;
}

.accordion-section {
    margin-bottom: 1.1em;
}

.ui-accordion-content {
    border-bottom: 1px solid #cb3f2c;
    font-size: 16px;
    line-height: 1.5;
    padding-bottom: 1.5em;
}

.ui-accordion-content p {
    line-height: 1.5 !important;
    font-size: 16px;
}

.ui-widget-content a {
    text-decoration: none;
}

.ui-widget-content a:hover {
    color: #00A4FF !important;
}

/*  --Champion Interviews --------------*/

.mm,
.name {
    width: 7%;
    clear: both;
    float: left;
}

.question,
.reply {
    width: 93%;
    float: left;
}

.question,
.mm {
    font-weight: bold;
    color: #cb3f2c;
}

.name,
.reply {
    color: #444;
}

.name {
    font-weight: bold;
}

.reply {
    margin: 0 0 20px 0;
}

.reply .aligncenter {
    margin: 20px auto;
    border: none;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.80);
    -moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.80);
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.80);
}

.champions blockquote {
    margin: 0 0 0 20px;
}

.champions img {
    -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.80);
    -moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.80);
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.80);
}

.clear {
    clear: both;
}

.single-podcasts h5,
.single-podcasts h4,
.post-type-archive-podcasts .archive-title {
    text-align: center;
}

.test .button {
    vertical-align: top;
}

.test .two-thirds {
    margin-bottom: 10px;
}

.test .fa-2x {
    line-height: 1.2;
}

.tooltip {
    color: #cb3f2c;
    text-decoration: none;
    cursor: pointer;
    margin-right: 20px;
}

.tooltip:hover {
    color: #444;
    position: relative;
}

/* -Tooltip on Top */

.tooltip-top[data-tooltip]:hover:after {
    content: attr(data-tooltip);
    padding: 8px;
    position: absolute;
    right: 120%;
    top: 0;
    width: 300px;
    z-index: 6000;
    background-color: #FFF;
    color: #444;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.80);
    -moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.80);
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.80);
}

/*  --BLOG STYLING----------*/

/* --Articles
--------------------------------------------- */

cite {
    font-size: 14px !important;
}

.authors,
.journal {
    line-height: 1;
    margin-top: 9px;
}

.section .label,
.comment,
.iableComment {
    margin-top: 12px;
}

.section .subLabel {
    font-weight: bold;
    margin-top: 8px;
}

.source {
    font-style: italic;
    font-weight: bold;
    margin-top: 10px;
}

.sourceArticle {
    margin-top: 10px;
}

.sourceArticle,
.sourceTitle,
.sourceJournal,
.sourceArticle__sectionLabel {
    font-weight: bold;
}

.sourceArticle__sectionLabel {
    margin-top: 14px;
}

.sourceAuthors {
    margin: 10px 0 15px;
    font-size: 12px
}

.title {
    text-align: center;
    font-size: var(--font-size-large);
    font-weight: bold;
}

/* --Posts
--------------------------------------------- */

.single .aligncenter,
.single .img.centered {
    -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.80);
    -moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.80);
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.80);
    margin-bottom: 0;
}

.single-questions .questions-image,
.podcasts-image {
    padding-right: 40px;
}

.single-questions .questions-image img {
    display: block;
    margin: 10px auto 0;
}

.single-questions .entry-meta {
    margin: 0;
    padding-bottom: 0;
    text-align: center;
}

.single-questions h6 {
    text-align: center;
    font-size: 14px;
    margin-bottom: 12px;
}

.podcasts-image img {
    display: block;
    margin: 10px auto 0;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.80);
    -moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.80);
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.80);
}

.archive .entry-title {
    font-size: 21px;
}

.blog .entry-title,
.single .entry-title {
    font-size: 24px;
}

.single .button {
    margin-top: 10px;
}

.single .content ul li,
.page .content ul li {
    list-style: disc;
    margin: 5px 0 0 20px;
}

p.nomargin,
.nomargin {
    margin-bottom: 0;
    font-weight: bold;
}

.page-id-532 .entry-content ul {
    margin-bottom: 20px;
}

.listNarrow01 ul li {
    margin: 0 0 0 20px !important;
}

/*  ---CQW/LACTFACTS ---*/

#cqw a {
    text-decoration: underline;
}

#cqw .answer {
    font-weight: bold;
    margin: 0 0 0 25px;
}

.cqw ol>li {
    list-style-type: upper-alpha;
    margin-top: 10px;
}

.cqw h1.title {
    font-size: 24px;
}

.cq,
.lf {
    font-weight: bold;
    margin-top: 10px;
}

.cq_num {
    text-align: center;
}

.lactfact {
    background-color: #cbb5f5;
    border: black 1px solid;
    border-radius: 18px;
    padding: 7px 14px 14px;
}

.lactfact .header {
    font-size: larger;
    font-weight: bold;
    margin-bottom: 7px;
    text-align: center;
    text-decoration: underline;
}

/* Listing on Archives Page */

.questions {
    padding-top: 9px;
}

/*  --EVENTS STYLING-----------*/

.page-template-page-events-php .entry-header {
    display: none;
}

.event a {
    color: #0000FC !important;
    text-decoration: underline !important;
}

.event h3,
.event h4 {
    color: black;
    text-transform: none;
}

.event h1 {
    color: #0074b5;
    font-size: 32px;
    margin-top: 22px;
    text-align: center;
}

.event h2 {
    font-weight: bold;
    text-align: center;
    color: #0074b5;
    margin-top: 10px;
}

.event h3,
.event h4 {
    margin-top: 15px;
    text-transform: none !important;
}

.event h3.blue {
    color: #0074b5;
    text-align: center;
}

.event p {
    margin: 0 0 12px;
}

.event p.blue {
    color: #0074b5;
    text-align: center;
}

.event .underline {
    text-decoration: underline;
}

.event ul {
    margin-left: 24px;
}

.no-indent,
.event .no-indent {
    margin: 10px 0 16px !important;
}

.newevent hr,
.event hr {
    height: 2px;
    color: black;
    background-color: black;
}

.event table {
    margin-bottom: 10px;
    width: 0;
}

.event td:first-child {
    width: 0%;
}

#scroller {
    margin: 0 0 0 18px;
}

/*  --Registration Forms -----------*/

.forms .site-inner {
    padding-bottom: 0;
}

.forms .entry-title {
    display: none;
}

.forms .entry {
    padding: 0;
}

.forms .registration {
    background: #FFDD7E;
    width: 100%;
    text-align: center;
    padding-bottom: 12px;
    border: 2px solid red;
}

.forms .registration h5 {
    color: #CC0000;
    margin: 0 auto;
    width: 72%;
    line-height: 1.2;
    font-weight: 600;
    font-style: italic;
    font-size: medium;
}

.forms #scroller h5 {
    color: #6455a0;
    line-height: 1.2;
    font-weight: 600;
    text-align: center;
    font-size: 16px;
    margin-bottom: 20px;
}

.forms .one-third {
    /*padding: 20px;*/
}

.forms .one-third h2 {
    text-align: center;
    color: #CC0000;
    font-weight: bold;
}

.forms .one-third h3 {
    margin-bottom: 10px;
    line-height: 1.5;
    font-weight: bold;
}

.forms .one-third p {
    line-height: 1.4;
}

.forms .one-third p,
.forms .one-third h3 {
    text-align: center;
    font-size: 110%;
}

.forms .one-third p.black {
    color: #444;
}

.forms .one-third ul {
    padding-bottom: 30px;
}

.forms .two-thirds {
    /*background: #FFF;*/
    /*	padding:0 40px;
		border-left: 1px solid #CCC;*/
}

.registration h2 {
    margin-top: 7px;
}

.page .registration ul li {
    list-style: none;
}

.forms .space {
    padding: 20px 40px 10px !important;
}

.forms .blue {
    color: #0074b5;
}

.forms .two-thirds.nocolor {
    background: transparent;
    border-left: none;
    padding-left: 0;
}

.one-third.first .widget {
    padding: 20px;
    margin: 30px 30px 20px 20px;
    border: 1px solid #f6dd82;
    background: #FFF;
}

.one-third.first .widget ul li {
    list-style: none;
    margin: 5px 0;
    border-bottom: 1px solid #444;
    padding-bottom: 5px;
}

/*  --Popup -----------*/

.popmake.theme-2760,
.popmake.theme-lightbox {
    border-radius: 20px;
    border: 0;
    box-shadow: 0px 0px 30px 0px rgba(2, 2, 2, .8);
    margin-top: 180px;
}

.popmake.theme-2760 .popmake-title,
.popmake.theme-lightbox .popmake-title {
    color: #e5554e;
    text-align: center;
    padding: 0 0 20px;
}

/*  --Clinical Question  -----------*/
#accordion p:first-of-type {
    margin: 0;
}

.cqw h1 {
    font-size: 24px;
    margin-top: 9px;
}

.IABLEcomment {
    font-size: 18px;
    font-weight: bold;
    margin: 8px 0 3px;
    text-decoration: underline;
}

.cqw h2 {
    font-size: 20px;
    margin: 8px 0 3px;
}

.single-questions .content span {
    color: #cb3f2c;
    font-size: 1.2em;
}

.single-questions .roundbox {
    background: #FFF;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.80);
    -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.80);
    -moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.80);
    border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 0px 2px 8px 0px rgba(0, 0, 0, 0.80);
    margin-top: 12px;
    padding: 7px 30px;
}

.single-questions .site-inner,
.post-type-archive-questions .site-inner {
    background: #6bcbff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #6bcbff 0%, #e4f5fc 27%, #e4f5fc 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #6bcbff 0%, #e4f5fc 27%, #e4f5fc 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #6bcbff 0%, #e4f5fc 27%, #e4f5fc 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6bcbff', endColorstr='#e4f5fc', GradientType=0);
    /* IE6-9 */
}

/*  --MISC -------------*/

.note {
    margin: -11px 0 10px;
    font-weight: bold;
}

/*  --PODCASTS -------------*/

.single-podcasts .site-inner,
.post-type-archive-podcasts .site-inner {
    background: #fd89d7;
    background: -moz-linear-gradient(top, #fd89d7 0%, #fba6e1 0%, #b9a3f7 0%, #fcecfc 20%, #f9f2f9 100%);
    background: -webkit-linear-gradient(top, #fd89d7 0%, #fba6e1 0%, #b9a3f7 0%, #fcecfc 20%, #f9f2f9 100%);
    background: linear-gradient(to bottom, #fd89d7 0%, #fba6e1 0%, #b9a3f7 0%, #fcecfc 20%, #f9f2f9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fd89d7', endColorstr='#f9f2f9', GradientType=0);
    /* IE6-9 */
}

.podcasts a {
    color: blue;
    font-weight: 600;
    text-decoration: underline;
}

.lgb .site-inner {
    background: rgb(213, 231, 188);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(213, 231, 188, 1) 0%, rgba(250, 251, 234, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(213, 231, 188, 1) 0%, rgba(250, 251, 234, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(213, 231, 188, 1) 0%, rgba(250, 251, 234, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d5e7bc', endColorstr='#fafbea', GradientType=0);
    /* IE6-9 */
}

.teach .site-inner {
    background: rgba(204, 161, 161, 1);
    background: -moz-linear-gradient(top, rgba(204, 161, 161, 1) 0%, rgba(224, 184, 184, 1) 26%, rgba(255, 255, 255, 1) 74%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(204, 161, 161, 1)), color-stop(26%, rgba(224, 184, 184, 1)), color-stop(74%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(204, 161, 161, 1) 0%, rgba(224, 184, 184, 1) 26%, rgba(255, 255, 255, 1) 74%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(top, rgba(204, 161, 161, 1) 0%, rgba(224, 184, 184, 1) 26%, rgba(255, 255, 255, 1) 74%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(top, rgba(204, 161, 161, 1) 0%, rgba(224, 184, 184, 1) 26%, rgba(255, 255, 255, 1) 74%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(204, 161, 161, 1) 0%, rgba(224, 184, 184, 1) 26%, rgba(255, 255, 255, 1) 74%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cca1a1', endColorstr='#ffffff', GradientType=0);
}

.members .site-inner {
    background: rgba(104, 204, 255, 1);
    background: -moz-linear-gradient(top, rgba(104, 204, 255, 1) 0%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(104, 204, 255, 1)), color-stop(70%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(104, 204, 255, 1) 0%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(top, rgba(104, 204, 255, 1) 0%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(top, rgba(104, 204, 255, 1) 0%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(104, 204, 255, 1) 0%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#68ccff', endColorstr='#ffffff', GradientType=0);
}

.gg_galleria_slider_wrap {
    padding-bottom: 0 !important;
}

#noscroll {
    display: none;
}

.page-template-page-reg #menu-learn li {
    border-bottom: 1px solid #444 !important;
    padding-bottom: 5px;
}

.site-header .widget-area {
    display: none;
}

.videoButton a img {
	box-shadow:none;
	margin-left: auto;
  margin-right: auto;
  display: block;
}


/* -Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1160px) {
    .home .site-inner {
        padding-left: 0%;
        padding-right: 0%;
    }

    .site-inner,
    .wrap {
        max-width: 1024px;
    }

    .content,
    .site-header .widget-area {
        width: 712px;
    }

    .sidebar-primary {
        width: 300px;
    }

    .home-top img,
    .home-featured img {
        padding: 0 0 20px;
    }
}

@media only screen and (max-width: 1024px) {

    .site-inner,
    .wrap {
        max-width: 960px;
    }

    .content,
    .site-header .widget-area {
        width: 660px;
    }

    .site-description {
        margin-top: 20px;
        width: fit-content;
    }

    .home-top,
    .home-middle {
        padding: 40px 40px 80px;
    }

    .home-featured {
        padding: 40px;
    }

    .home-featured .two-thirds {
        width: 60%;
    }

    #menu-footer a {
        padding: 10px 15px;
    }

    .sidebar-primary {
        width: 300px;
    }

    .site-title {
        width: 50%;
    }
}

@media only screen and (max-width: 960px) {

    .site-inner,
    .wrap {
        max-width: 960px;
    }

    .top-bar .wrap {
        padding: 0 20px;
    }

    .content,
    .sidebar-primary,
    .sidebar-secondary,
    .site-header .widget-area,
    .footer-widgets-3 {
        width: 100%;
    }

    .sidebar-secondary {
        height: auto !important;
    }

    .site-header .wrap {
        padding: 20px 5%;
    }

    .site-title a img {
        width: 360px;
        margin: 0 auto;
    }

    .genesis-nav-menu li,
    .site-header ul.genesis-nav-menu,
    .site-header .search-form {
        float: none;
    }

    .genesis-nav-menu,
    .site-header .title-area,
    .site-header .search-form,
    .site-title {
        text-align: center !important;
        float: none;
        margin: 0 auto;
    }

    .site-description {
        width: auto !important;
    }

    .genesis-nav-menu a,
    .genesis-nav-menu>.first>a,
    .genesis-nav-menu>.last>a {
        padding: 20px 16px;
    }

    .site-header .search-form {
        margin: 16px auto;
        width: 50%;
        width: 234px;
    }

    .genesis-nav-menu li.right,
    .genesis-nav-menu.responsive-menu .menu-item.right {
        display: none;
    }

    .footer-widgets-1 {
        margin-top: 15px;
        width: 100%;
        float: none;
    }

    #menu-footer {
        margin-top: 0;
    }

    .footer-widgets {
        padding: 0 20px;
    }

    .content {
        padding: 0 40px;
    }

    .home .content-sidebar-wrap {
        padding: 0;
    }
}

@media only screen and (max-width: 800px) {
    .nav-secondary {
        display: block;
        height: 50px;
    }

    .site-inner,
    .wrap {
        max-width: 768px;
    }

    .top-bar .wrap {
        padding-right: 30px;
    }

    .breadcrumb {
        margin: 10px 0 10px 0;
    }

    .content {
        padding: 20px 30px;
    }

    .home .content {
        padding: 0;
    }

    .home-top .one-third,
    spacer {
        float: none;
        padding: 20px;
        vertical-align: top;
        line-height: 1.4;
    }

    .home-top .blue,
    .home-top .orange,
    .home-top .green,
    .home-middle #featured-post-2,
    .home-middle #featured-post-3,
    .home-middle #featured-post-4 {
        width: 100%;
        margin-left: 0;
    }

    .home-top .container {
        display: block;
    }

    .home-top .spacer {
        height: 20px;
    }

    .home-top .one-third img {
        display: block;
        margin: 0 auto;
    }

    .home-featured #enews-ext-3 {
        float: none;
        margin: 0 auto;
        clear: both;
    }

    .home-top {
        padding: 40px 40px 80px;
    }

    #menu-footer {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .footer-widgets-2 {
        width: 35%;
    }

    .archive-description,
    .author-box,
    .comment-respond,
    .entry-comments,
    .entry-pings,
    .site-header {
        padding: 8px;
    }

    .entry-comments h3 {
        margin-left: 7px;
    }

    .sidebar .widget {
        padding: 20px;
    }

    .archive-pagination li a {
        margin-bottom: 4px;
    }

    .five-sixths,
    .four-sixths,
    .one-fourth,
    .one-half,
    .one-sixth,
    .one-third,
    .three-fourths,
    .three-sixths,
    .two-fourths,
    .two-sixths,
    .two-thirds,
    .home-featured .two-thirds,
    .home-featured .one-third {
        margin: 0;
        width: 100%;
    }

    .home-featured .two-thirds {
        margin-bottom: 30px;
    }

    .sidebar .widget.enews-widget {
        padding: 40px;
    }

    .single- p:last-child {
        margin-bottom: 20px;
    }

    .page-id-1497 .express .one-half.first {
        margin-bottom: 0;
    }

    .content-sidebar-wrap {
        padding: 0;
    }

    .donate h5 {
        clear: both;
    }

    .donate .content form {
        margin-right: 17px;
    }

    .about .content-sidebar-wrap {
        width: 100%;
    }

    .tooltip-top[data-tooltip]:hover:after {
        left: -103%;
        top: 120%;
    }

    .box {
        width: 100%;
    }

    .bilingual .content {
        padding: 0 30px;
    }

    .bilingual .line {
        background-size: contain;
    }

    #wysija-3 .widget-wrap {
        width: 100%;
    }

    .page-template-page-reg .one-third:first-of-type {
        display: none;
    }

    .site-header .widget-area {
        display: block;
    }

    .site-title a,
    .site-title a:hover {
        pointer-events: auto;
    }

    /*  -MOBILE NAVIGATION----------- */
    .genesis-nav-menu .hide {
        display: block;
    }

    .genesis-nav-menu a {
        border: none;
    }

    .genesis-nav-menu .menu-item {
        width: 100%;
    }

    .genesis-nav-menu li:last-child {
        border-right: none;
    }

    .genesis-nav-menu.responsive-menu>.menu-item>.sub-menu,
    .genesis-nav-menu.responsive-menu {
        display: none;
    }

    .genesis-nav-menu.responsive-menu .menu-item,
    .responsive-menu-icon {
        display: block;
    }

    .nav-primary .responsive-menu-icon {
        background: blue;
    }

    .nav-secondary .responsive-menu-icon {
        background: #e5554e;
    }

    .genesis-nav-menu.responsive-menu .menu-item {
        background-color: #FFF;
        border-bottom: 1px solid #444;
    }

    .genesis-nav-menu.responsive-menu .menu-item:hover {
        position: static;
    }

    .genesis-nav-menu.responsive-menu .current-menu-item>a,
    .genesis-nav-menu.responsive-menu .sub-menu .current-menu-item>a:hover,
    .genesis-nav-menu.responsive-menu a,
    .genesis-nav-menu.responsive-menu a:hover {
        background: none;
        line-height: 1;
        padding: 16px 20px;
    }

    .nav-primary .genesis-nav-menu.responsive-menu .current-menu-item>a,
    .nav-primary .genesis-nav-menu.responsive-menu .sub-menu .current-menu-item>a:hover,
    .nav-primary .genesis-nav-menu.responsive-menu a,
    .nav-primary .genesis-nav-menu.responsive-menu a:hover,
    .nav-secondary .genesis-nav-menu.responsive-menu .current-menu-item>a,
    .nav-secondary .genesis-nav-menu.responsive-menu .sub-menu .current-menu-item>a:hover,
    .nav-secondary .genesis-nav-menu.responsive-menu a,
    .nav-secondary .genesis-nav-menu.responsive-menu a:hover {
        color: #444;
    }

    .genesis-nav-menu.responsive-menu .menu-item-has-children {
        cursor: pointer;
    }

    .genesis-nav-menu.responsive-menu>.menu-item-has-children:before {
        content: "\f0d7";
        float: right;
        font: normal 18px/1 'fontawesome';
        height: 16px;
        padding: 16px 20px;
        right: 0;
        text-align: right;
        z-index: 9999;
    }

    .nav-primary .genesis-nav-menu.responsive-menu>.menu-item-has-children:before,
    .nav-secondary .genesis-nav-menu.responsive-menu>.menu-item-has-children:before {
        color: #cb3f2c;
    }

    .genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
        content: "\f0d8";
    }

    .genesis-nav-menu.responsive-menu .sub-menu {
        border: none;
        left: auto;
        opacity: 1;
        padding-left: 25px;
        position: relative;
        -moz-transition: opacity .4s ease-in-out;
        -ms-transition: opacity .4s ease-in-out;
        -o-transition: opacity .4s ease-in-out;
        -webkit-transition: opacity .4s ease-in-out;
        transition: opacity .4s ease-in-out;
        width: 100%;
        z-index: 99;
        background-color: none;
    }

    .genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
        margin: 0;
    }

    .genesis-nav-menu.responsive-menu .sub-menu .current-menu-item>a:hover,
    .genesis-nav-menu.responsive-menu .sub-menu li a,
    .genesis-nav-menu.responsive-menu .sub-menu li a:hover {
        background: none;
        border: none;
        padding: 12px 10px;
        position: relative;
        width: 90%;
        text-align: left;
    }

    .genesis-nav-menu.responsive-menu .sub-menu li a:hover {
        color: red;
    }

    .genesis-nav-menu.responsive-menu .sub-menu li {
        border-bottom: none;
        padding-left: 10px;
    }

    .genesis-nav-menu.responsive-menu .sub-menu li:last-child {
        padding-bottom: 20px;
    }

    .genesis-nav-menu .sub-menu a:hover {
        background-color: none;
    }

    .top-bar {
        display: none;
    }

    .custom-link {
        display: inline-block !important;
        width: 15% !important;
        border-bottom: 0 !important;
    }

    .border-before a {
        position: relative;
    }

    .border-before a:before {
        position: absolute;
        content: '';
        right: 0px;
        top: 17px;
        height: 16px;
        width: 2px;
        background-color: #444;
    }

    .menu-text {
        display: none;
    }

    .home-middle #featured-custom-post-type-2,
    .home-middle #featured-custom-post-type-3,
    .home-middle #featured-custom-post-type-4 {
        float: none;
        width: 100%;
    }

    .sidebar .widget {
        margin: 0;
    }

    p:first-of-type {
        clear: both;
    }

    /*.alignleft{
			width: 100%;
		}*/
    #text-24.alignleft {
        width: 40% !important;
    }

    .entry {
        padding: 20px 0 0;
    }

    #scroller {
        display: none;
    }

    #noscroll {
        display: block;
    }
}

@media only screen and (max-width: 568px) {

    .comment-respond input[type="email"],
    .comment-respond input[type="text"],
    .comment-respond input[type="url"] {
        width: 100%;
    }

    /*.nav-primary{
			display: none;
		}*/
    .nav-secondary {
        display: block;
    }

    .custom-link {
        width: 30% !important;
    }

    .footer-widgets .wrap {
        flex-direction: column;
        margin: 0 40px;
    }

    .footer-widgets .widget-wrap {
        margin-bottom: 0px;
    }

    .footer-widgets {
        padding: 0;
    }

    #menu-footer li {
        display: block;
        border-right: 0;
        float: none;
        padding-bottom: 30px;
    }

    .home-featured .text {
        width: 100%;
        float: none;
    }

    .home-slider,
    .home-middle-1,
    .home-trusted,
    .home-bottom {
        display: none;
    }

    .mm,
    .name {
        width: 13%;
    }

    .question,
    .reply {
        width: 100%;
        float: none;
    }

    .alignleft,
    img.alignleft,
    #text-24 img.alignleft {
        float: none;
        margin: 0 auto;
        display: block;
    }

    .site-header {
        position: inherit;
        z-index: 0;
    }
}

@media only screen and (max-width: 480px) {
    .home-middle {
        padding: 40px;
    }

    .mm,
    .name {
        width: 19%;
    }

    .donate .content form {
        margin-right: 10px;
    }
}

@media only screen and (max-width: 414px) {
    .home-featured {
        padding: 40px 20px;
    }

    .home-featured #enews-ext-3 {
        background-size: contain;
    }

    .content {
        padding: 20px 30px;
    }

    .home .content {
        padding: 0;
    }

    .home-cqw {
        padding: 40px 0px 0;
    }

    .home-top {
        padding: 40px 0px 80px;
    }

    form {
        margin: 0;
        width: auto;
    }

    .forms .one-third,
    .forms .two-thirds,
    .event {
        padding: 0;
    }

    .one-third.first .widget {
        margin: 20px 0;
        border: 1px solid #f6dd82;
        background: #FFF;
    }

    #menu-footer a {
        font-size: 12px;
    }
}

.page-id-7274 .one-third.first #custom_html-8 .widget {
    display: none !important;
}

/* WOOCOMMERCE */
/* Hide Page Title */
.woocommerce-page header.entry-header {
    display: none;
}

/* Submit Button */
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background-color: #935b88 !important;
}

/* ---------------------------*/
/* WOOCOMMERCE TICKET SECTION */
/* ---------------------------*/
/* Background Color, Border */
.woocommerce div.product div.summary {
    background-color: #efe0ff !important;
    border: 1px black solid;
    margin: 0 auto 0 auto !important;
    width: 90% !important;
}

/*  Font Weight */
.woocommerce div.product div.summary p {
    font-weight: bold;
}

/* Line Spacing */
.woocommerce div.product div.summary p {
    margin: 0 0 0 0 !important;
}

/* Qty in Stock Text Color*/
.woocommerce div.product .stock {
    color: #696969 !important;
}

/* Cart Button */
.woocommerce div.product form.cart .button {
    margin: 13px 0 0 7px;
}

/* ---------------------------*/

/* Fix overflow of Export Orders Plugin Field List - NOT WORKING */
#order_fields {
    min-height: 0 !important;
}


/* --Conference Agenda */

.conference-agenda {
    margin: 20px auto;
    width: 70%;
    -webkit-box-shadow: 10px 8px 7px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 10px 8px 7px 0px rgba(0,0,0,0.5);
    box-shadow: 10px 8px 7px 0px rgba(0,0,0,0.5);
}

.conference-agenda .featured-image {
    padding: 20px;
    background: #2bb464 url('images/agenda-image-bg.png') no-repeat bottom left / contain;
}

.conference-agenda .agenda {
    padding: 20px;
    background-color: #0599c1;
    border-bottom: 40px solid #0064aa;
}

.conference-agenda .panel {
    /* margin-bottom: 20px; */
    background-color: #fff;
    border: 1px solid;
    border-color: #000;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.conference-agenda .panel-heading {
    text-align: center;
    background-color: #002cef;
    border-color: #000;
    padding: 10px 15px;
    border-bottom: 1px solid;
}

.conference-agenda .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 1.5;
}

.conference-agenda .panel-body {
    padding: 15px;
    text-align: center;
}

.conference-agenda .panel-footer {
    text-align: center;
    background-color: #7e42b2;
    padding: 15px 15px;
    border-top: 1px solid;
    border-color: #000;
}

.conference-agenda a.footer-link {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 1.5;
}

.conference-agenda ul.tabs {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.conference-agenda ul.tabs li {
    margin: 0 5px 15px 0;
    padding: 0;
    display: inline-block;
    list-style: none;
    /* float: left; */
}
.conference-agenda ul.tabs.main li {
    margin: 10px 5px 5px 0;
}
.conference-agenda ul.tabs li:last-of-type, .conference-agenda ul.tabs.main li:last-of-type {
    margin-right: 0;
}

.conference-agenda ul.tabs li a {
    background-color: #fff;
    border: 1px solid;
    border-color: #000;
    border-radius: 50px;

    color: #000;
    text-align: center;
    padding: 0 10px;
}

.conference-agenda ul.tabs li a.active {
    background-color: #f17676;
}
.conference-agenda ul.tabs.main li a.active {
    background-color: #f1a276;
}

.conference-agenda .tab-content {
    font-size: 13px;
    display: none;
    text-align: left;
    overflow-x: auto;
}

.conference-agenda .tab-content.active {
    display: block;
}

.conference-agenda .main-content {
    display: none;
}

.conference-agenda .main-content.active {
    display: block;
}

.conference-agenda table {
     margin: 0;
}

.conference-agenda p {
    margin: 0 0 10px 0;
}

.conference-agenda table th {
    font-weight: bold;
    text-align: center;
}

.conference-agenda table th:nth-child(2) {
    width: 50%;
}

.conference-agenda table td {
    font-weight: bold;
    text-align: left;
    width: auto;
}

.conference-agenda table td:last-child {
    text-align: left;
}

.conference-agenda h2.downloads {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    margin: 10px 0 0 0;
    text-align: center;
}

.conference-agenda ul.downloads {
    list-style: none;
    margin: 0 0 15px 0;
    padding: 0;
    overflow: hidden;
}

.conference-agenda ul.downloads li {
    list-style: none;
    margin: 0;
}

.conference-agenda ul.downloads li ul li {
    padding: 0 16px 0;
    list-style: circle !important;
}

.conference-agenda img.center {
    margin: 10px auto;
    display: block;
    width: 60%;
}

body.page-template-page-agenda .site-inner {
    background: #fff url('images/conference-agenda-bg.jpg') no-repeat left top / cover;
    max-width: 100%;
}

body.page-template-page-agenda .site-inner .agenda-inner {
    max-width: 1140px;
    margin: 0 auto;
}

@media (max-width:768px) {
    .conference-agenda {
        width: 100%;
    }
}

/** **/
table.linked-product { 
    border-collapse: separate; 
    border-spacing: 0 10px; 
    margin-top: -10px; /* correct offset on first border spacing if desired */
}
.linked-product td {
    border: solid 1px #000 !important;
    border-style: solid none;
    padding: 20px 10px !important;
    background-color: #fff;
}
.linked-product td:first-child {
    border-left-style: solid;
    border-top-left-radius: 10px; 
    border-bottom-left-radius: 10px;
    border-right: none !important;
}
.linked-product td:last-child {
    border-right-style: solid;
    border-bottom-right-radius: 10px; 
    border-top-right-radius: 10px; 
    border-left: none !important;
}
table.linked-product h5 { 
    margin: 0 0 10px 0;
    font-size: 16px;
}
table.linked-product td {
    font-weight: normal;
}

/** IABLE Videos Display **/

ul.video-2-cols {
    display: flex;
    flex-wrap: wrap;
}

ul.video-2-cols > * {
    width: 47%;
    box-sizing: border-box;
}

ul.video-2-cols {
    margin: 0;
    list-style: none;
    margin-bottom: 30px;
}

ul.video-2-cols li {
    padding: 20px;
    margin: 20px 0 !important;
    background: #FFFEF1;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.80);
    list-style: none !important;
    border-radius: 10px;

    display: flex;
    flex-direction: column;
}

ul li:nth-child(odd) {
    margin-right: 20px !important;
}
ul li:nth-child(even) {
    margin-right: 0 !important;
}

ul.video-2-cols .lightbox_ultimate_anchor {
    margin-top: auto;
}

ul.video-2-cols .lightbox_ultimate_anchor img {
    border-radius: 12px;
    border: 1px solid #000;
}

@media only screen and (max-width: 600px) {
    ul.video-2-cols > * {
        width: 100%;
    }

    ul.video-2-cols li {
        margin: 20px 0 !important;
    }
}

/*
    Hide Field Description for FF radio
    (if it's a "session" field - as that's used for ecerp overwrite)
*/
div[id^="frm_desc_field_session"] {
    display: none;
}