/* CUSTOM CSS - See also Customizer
-------------------------------------------------------------- */

/* GLOBAL
-------------------------------------------------------------- */

.entry-content blockquote {
    border-left: none;
    font-style: italic;
    margin-left: 2em;
    padding-left: 1em;
    margin-right: 2em !important;
    padding-right: 1em !important;
}

/* HEADER
-------------------------------------------------------------- */

#masthead .hgroup h1 {
  color: #052d56;
  font-family: Times New Roman;
  font-size: 34px;
  font-style: italic;
  font-weight: 700;
  line-height: 1em;
}

/* Header Right Text */
#masthead .hgroup .support-text {
  font-size: 20px;
  font-style: normal;
  color: #000 !important;
}

/* MAIN MENU USING MAX MEGA MENU PLUGIN
-------------------------------------------------------------- */

/* Make element containing Max Mega Menu the same bkgd color to extend it
 a little further horizontally, maybe not necessary */
nav.site-navigation.primary {
  background: #94A092;
}

/* Extends menu bkgd color 100% horizontally! */
#masthead {
    padding: 0;
} 

/* Second level menu itself */
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
    background: #B48789;
    padding: 0;
    width: 300px;
}

/* Second-level menu items */
#mega-menu-wrap-primary #mega-menu-primary > 
li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    background: #b48789 none repeat scroll 0 0;
    color: #ffffff;
    font-size: 16px;
    line-height: 16px;
    padding: 20px 10px;
    text-transform: uppercase;
}

/* Second-level menu items on hover and focus */
#mega-menu-wrap-primary #mega-menu-primary > 
li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover,
#mega-menu-wrap-primary #mega-menu-primary > 
li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
    background: #945d60 none repeat scroll 0 0;
    color: #ffffff;
    font-weight: normal;
    text-decoration: none;
}

/* LINKS
-------------------------------------------------------------- */

/* Links with Focus */
a:focus {
  outline: 2px solid #cccccc; 
}

/* HOME PAGE
-------------------------------------------------------------- */

body.home #main {
  padding-top: 0;
  padding-bottom: 0;
}

/* HEADLINE WIDGET: WELCOME MESSAGE */
.widget_headline-widget h1 {
  text-transform: none;
  font-size: 26px;
  letter-spacing: normal;
  line-height: 36px;
  margin-bottom: 25px;
}

span#logo-in-headline {
  font-style: italic;
  font-weight: bold;
  font-family: "Times New Roman", serif;
  color: #052d56;
  font-size: 30px;
}

/* MASS HEALTH CARE PROXY TITLE
-------------------------------------------------------------- */

.entry-content #proxy-section-title-row h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 26px;
  text-transform: uppercase;
  color: #052d56;
  line-height: 1;
  font-weight: 700;
}

/* Mass Health Care Proxy Title Row */
div#pl-87 div#proxy-section-title-row.panel-grid div.panel-row-style {
  padding-bottom: 0;
  padding-top: 70px;
}

/* BIG PROXY-INFO BUTTONS
-------------------------------------------------------------- */

div.big-button-wrapper a {
	text-decoration: none;
}

div.big-button-image {
  line-height: 0 !important;
}

div.big-button-caption {
	padding: 15px 10px;
	background: #945d60;
  font-size: 18px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  min-height: 65px;
}

a:hover div.big-button-caption {
	background: #B48789;
}

/* Give big button caption area outline on focus */
a:focus div.big-button-caption {
  outline: 2px solid #ccc;
}

/* HOME CALL-TO-ACTION SECTION
-------------------------------------------------------------- */

/* CTA Heading */
.entry-content h4 {
     font-size: 1.6em !important; 
}

/* CTA text */
.sow-cta-base .sow-cta-text h5 {
  padding-bottom: 30px !important;
  padding-top: 20px !important;
}

/* CTA text */
.entry-content h5 {
  color: #000 !important;
}

/* Button in CTA */
.so-widget-sow-cta-basic-a05ee92bd978 .sow-cta-base .so-widget-sow-button {
  margin-top: 0px !important;
}

/* Button widget hover state - no settings for this */
a.ow-button-hover:hover {
  background: #B48789 none repeat scroll 0 0 !important;
  border-bottom-color: #B48789 !important;
  border-top-color: #B48789 !important;
}

/* HEADINGS are determined globally in Customizer */

/* ENTRY CONTENT / PAGES
-------------------------------------------------------------- */

.entry-content h2 {
    font-size: 22px;
    text-align: none;
    margin-top: 40px !important;
}

.entry-content h3 {
  font-size: 20px;
}

.entry-content ul {
    list-style-type: disc;
}

/* Social sharing links after page content */
p.dvk-social-sharing {
  margin-top: 75px;
}

/* FAQ PAGES with SAME-PAGE ANCHOR LINKS
https://css-tricks.com/hash-tag-links-padding/
-------------------------------------------------------------- */

body.page-id-44 h2:before, /* Grants Info Page */
body.page-id-15 h2:before, /* FAQs for Public Page */
body.page-id-37 h2:before, /* FAQs for Pros Page */
body.page-id-53 h2:before, /* About Proxy, in case needed */
body.page-id-961 h2:before, /* FAQs, Public, Portuguese */
body.page-id-963 h2:before /* FAQs, Public, Spanish */
{ 
  display: block; 
  content: " "; 
  margin-top: -100px; /* This is the number that works */
  height: 100px; 
  visibility: hidden; 
}

/* ALL WIDGETS
-------------------------------------------------------------- */

div.textwidget {
  font-size: 14px;
  line-height: 1.5em !important;
}

#secondary .widget ul li a {
  font-size: 16px;
}

#secondary .widget ul li {
  margin-bottom: 10px;
}

#secondary .widget .widget-title {
  font-size: 18px;
  font-weight: 400;
}

#secondary .widget {
  color: #000;
}

/* This is a row on the Home Page */
#pg-87-5 {
  margin-bottom: 0;
}

/* FOOTER
-------------------------------------------------------------- */

.layout-full #colophon {
  background: #EDE9E0;
}

#footer-widgets .widget .widget-title {
  font-size: 22px;
  font-weight: 400;
  text-align: center;
}

/* Bottom bar */
#colophon #theme-attribution, #colophon #site-info {
  color: #000000 !important;
  font-size: 14px;
  margin-top: 60px;
  text-transform: uppercase;
}

/* Links in Bottom Bar */
#colophon #theme-attribution a, #colophon #site-info a {
    color: #000000 !important;
}

/* END OF STYLE SHEET
-------------------------------------------------------------- */
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link::after {
		content: 'v';
  font-family: arial;
  font-size: 11px;
  margin-top: 1px;
  font-weight: bold;
  margin-left: 10px;
  color: #bcbcbc;}