/*
Theme Name: Senior Benefits Group
Theme URI: http://www.sbgra.com/
Description: Custom theme created for Senior Benefits Group
Version: 1.0
Author: Zach Mikulec
Author URI: http://www.brightononline.com/
Tags: blue, custom header, fixed width, two columns, widgets

    This theme was designed and built by Zach Mikulec,
    whose blog you will find at http://www.brightononline.com/

    The CSS, HTML5 and design is released under GPL:
    http://www.opensource.org/licenses/gpl-license.php

*/

/*
Theme Name: Exchilerator Theme
Theme URI: http://www.exchilerator.com/
Description: Custom theme created for Exchilerator
Version: 1.0
Author: Zach Mikulec
Author URI: http://www.brightononline.com/
Tags: blue, custom header, fixed width, two columns, widgets

    This theme was designed and built by Zach Mikulec,
    whose blog you will find at http://www.brightononline.com/

*/
@font-face {
font-family: 'roboto-regular';
src: url('/wp-content/themes/tm2/fonts/Roboto-Regular.woff') format('woff');
font-weight: normal;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: 'roboto-bold';
src: url('/wp-content/themes/tm2/fonts/Roboto-Bold.woff') format('woff');
font-weight: normal;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: 'roboto-italic';
src: url('/wp-content/themes/tm2/fonts/Roboto-italic.woff') format('woff');
font-weight: normal;
font-style: normal;
font-display: swap;
}



*{
   max-width: 100%;
   box-sizing: border-box;
   margin: 0px;
   padding: 0px;
   font-size: inherit;
   font-family: 'roboto-regular','roboto-bold','roboto-italic';
   line-height: 1.25;
}

body{
    font-size:18px;
}

a{
    color: #0C63D4;
    text-decoration: none;
}

a:hover{
    text-decoration: underline;
}

#top-area{
    width: 100%;

    background-color: #fefefe;
    box-shadow: 0px 1px 6px rgba(0,0,0,.7);
    position:sticky;
    top: 0px;
    z-index: 100;
    /*border-bottom: 1px solid #003550;*/
}

#top-area-bar{
    width: 100%;
    height: 2px;
}
              



#cta-area{
    
    color: #333;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 3fr 1fr;
    grid-template-rows:1fr 1fr;

}

#logo{
    padding: 5px;
    grid-row:1/3;
    align-self:center;
    width:350px;
    max-width:100%;
    min-width:150px;
}

#logo img{
    max-width:100%;
    height:auto;
}  


.true-color{
    color: #0c63d4;
    font-size:inherit;
}

#bbb-cred{
    grid-row:1/3;
    grid-column:2;
    display:grid;
    align-content:center;
    align-self: center;
}

#bbb-cred img{
    padding: 5px 10px 5px 0px;
}

#contact-area{
      min-width: 200px;
      padding-right:10px;
      align-items: end;
      align-self:center;
      grid-column:3/4;
      grid-row:1/3;
      display:grid;
      justify-content:right;

      
}

.phone-number-cta-text{
    font-weight: normal;
    font-size: 20px;
}

.phone-number a{
    color:#000;
    font-size: 25px;
    padding:10px;
    border: 1px solid green;
    font-weight:bold;
    transition: background .15s;
    border-radius:5px;
}

.phone-number a:hover{
    background: #dfffdf;
    text-decoration:none;
}


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

#cred{
    padding: 4px 0px;
    height: 40px;
    display: flex;
    width: 460px;
    cursor: pointer;
    z-index: 501;
 }
 
.message{
    background:#f3f3f3;
    opacity: .95;
    color:#FFF;
    position:relative;
    width:100%;
    min-height:250px;
    padding:20px 20px 15px 20px;
    transition:top 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
    overflow:hidden;
    box-sizing:border-box;
    display:none;
    border-radius: 0px 0px 4px 4px;
    box-shadow: 0px 8px 10px rgba(0,0,0,.6);
    
}
.message h1{color:#FFF;}
  
  
 #static-cta{
     flex-grow: 4;
 }
 
 #bbb{
   padding: 5px;  
 }
 
 #social-icons{
     text-align: center;
 }
 
 #social-icons img{
    margin: 10px;
 }

#main-content{
    min-height: 500px;
}

.home-h2{
    font-size: 45px;
    text-align: center;
    
}

.home-flex{
    display: flex;
    justify-content: space-between;
}

.logo-flex{
   display: grid;
   place-content: center center;
    grid-template-columns: repeat(auto-fit, minmax(150px,190px));
    grid-gap:10px;
  
}

.logo-flex div{
    padding: 20px 20px;
    width:250px;
}

/*.home-section-pad{
    padding: 60px 0px 80px 0px !important;
}*/

.home-h3{
    font-size: 30px;
    padding: 15px 0px;    
}

.home-h3-red{
    font-size:40px;
    color:#9A7A3D;
    text-align:center;
    padding: 20px 0px;
    border-bottom: 1px solid #000;
    
}


.about-h2{
    padding: 20px 0px;
    
}

.group-photo img{
    height: auto;
}


.alignleft{
    float:left;
    margin: 10px 40px 20px 0px;
}
.alignright{float:right; padding: 10px;}
.aligncenter{text-align: center;}

.right{
    text-align: right;
}
.left{
    text-align: left;
}

.point-h3{
    font-size: 50px;
    padding: 15px 0px;
}

.learning-center{
    padding: 10px 30px;
   
    border-radius: 6px;
    color: #fff;
     background:#6aa0ff;
    transition: background .15s;
    float:right;
    
}

.learning-center:hover{
    text-decoration: none;
    background-color: #2B78FF;
    text-shadow: 0px 1px 1px rgba(0,0,0,.55);
    box-shadow: 0px 1px 1px rgba(0,0,0,.55);
}

.fact-title{
    font-size:50px;
}


.grey-area{
    background: #f7fafd;
}

.home-box{
    width: 100%;
    padding: 20px;
    margin: 0px auto;
    box-shadow: 1px 1px 3px rgba(0,0,0,.2);
}


#nav-area{
    width: 100%;
    height: 50px;
   
   
    
} 

#nav-area .wrapper{
    display: flex;
    justify-content:end;
    
}
 
/* RESPONSIVE MENU */

 #menu-tip{
    display: none;
   
}

.sidenav{
    height:47px;
    justify-self: center;
}

.closebtn {
    display: none !important;
}


  #open-menu{
      display: none;
  }

 #open-menu2
        {
            width: 50px;
            text-align: left;
            margin-top: 8px;
            padding: 0px;
            padding: 2px;
            background: #fff;  
            display: block;
            z-index:500;
            display:none;
            text-decoration: none;
            position:relative;
        }

 #open-menu2 a span.mmenu-text{
     text-decoration: none;
 }
  
.icon-bar {
    width: 90%;
    height: 4px;
    background-color: #252525;
    display: block;
    margin: 8px auto;
 }      

#nav-push {
    transition: margin-left .0s;
    
   
}


#open-menu{
      display: none;
  }

 #open-menu2
        {
            width: 50px;
            text-align: left;
            margin-top: 8px;
            padding: 0px;
            padding: 2px;
            background: #fff;  
            display: block;
            z-index:500;
            display:none;
            text-decoration: none;
           
          
        }

 #open-menu2 a span.mmenu-text{
     text-decoration: none;
 }
  
.icon-bar {
    width: 90%;
    height: 4px;
    background-color: #bdceec;
    display: block;
    margin: 8px auto;
 }      

#nav-push {
    transition: margin-left .0s;
    
   
}


#nav-area a{
    color: #fff;
}
 
.menu-main-container{
      overflow:no-display;
      
}

.menu-main-container ul {
    margin: 0px auto;
    overflow: hidden;
    display: flex;
    
    list-style: none;
    min-width:500px;
    
}
.menu-main-container ul:after {
    content: ""; display: block;
} 
    
.menu-main-container ul li{
/*   border-left: 1px solid #687465; */
}

#nav-area .menu-main-container ul li a{
    font-size: 19px;
    padding: 11px 20px;
    text-decoration: none; 
    color: #000;
    display: block;
    transition: background .05s;
    min-width:50px;  
    font-weight:bold;
     
}
#nav-area .menu-main-container ul li a:hover{
    background:#f4d496;
    border-radius:5px 5px 0px 0px;
}
.menu-main-container ul li:hover > ul{
   visibility: visible;
    opacity: 1;
    
}    

.menu-main-container ul ul{
  display: block; 
    
}

.menu-main-container ul ul.sub-menu {
    visibility: hidden;
    opacity: 0;  
    position: absolute;
    background-color: #293227;
    min-width: 160px;
    overflow:hidden;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    transition: visibility .001s, opacity .001s;
    border-top: 1px solid #abb3c2;
}
    .menu-main-container ul ul li {
    background: #000;
    color: #fff;
    display: block;
    }
        #nav-area .menu-main-container ul ul li a {
            padding: 15px 40px;
            opacity: .89;
            color: #000;
            display: block;
            font-size: 19px;
        }    
      #nav-area .menu-main-container ul ul li a:hover {
                background: #dce8fb;
                color:#000;
            }

   #main-menu-bar > a
    {
        display: none;
    }
    
/* original menu */


#menu-zach-menu{
    margin: 0px auto;
    overflow: hidden;
    display: flex;
    background-color: #293227;
    list-style: none;
    min-width:500px;
}

#menu-zach-menu li{
    
    border-left: 1px solid #687465;
    
    
   
}


#menu-zach-menu li a{
    font-size: 18px;
    padding: 9px 20px;
    text-decoration: none; 
    background-color: #293227;
    color: #fafafa;
    display: block;
    transition: background .15s;
    min-width:50px;
}

#menu-zach-menu li:nth-child(n+6) a{
    background-color: #db3600;
    color: #fafafa;
}

#menu-zach-menu li a:hover{
    background: #d6be1d;
    color: #000;
}

#menu-zach-menu li:nth-child(n+6) a:hover{
    background: #ff4300;
    color: #000;
}


#menu-zach-menu li ul.sub-menu{
    visibility: hidden;
    opacity: 0;  
    position: absolute;
    background-color: #293227;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    transition: visibility .1s, opacity .1s;
    border-top: 4px solid #000;
    
}   

#menu-zach-menu li ul.sub-menu li{
    background: #000;
    color: #fff;
    display: block;
}

#menu-zach-menu li ul.sub-menu li a{
    background: #535248;
    font-size: 20px;
    padding: 10px;
}

#menu-zach-menu li ul.sub-menu li a:hover{
    background: #293227;
    color: #dcdb79;
}

#menu-zach-menu li:hover ul.sub-menu{
    visibility: visible;
    opacity: 1;
}


#slider{
    margin: 5px 0px 10px 0px;
    box-shadow: 0px 0px 12px rgba(0,0,0,.2);
}


.content-wrap{
    position: relative;
}

#home-message{
    color: #fdfdfd;
    font-size: 40px;
    font-weight: bold;
    padding: 0px 0px 40px 0px;
    text-shadow: 0px 0px 3px rgba(0,0,0,.9);
    padding: 40px;
    background: #0000009c;
    border-radius: 3px;
    padding: 40px;
    max-width:900px;
    line-height: 1.5em;


}

.home-image{
    
}

.we{
    font-size: 50px;
    color:#005079;
    margin: 20px 0px 10px 0px;
}

.home-points{
    width: 300px;
    margin: 0px auto;
   
    
}

.home-points li{
    padding: 10px 0px;
    margin: 0px;
    
    text-align: left;
    color:#fff;
    text-shadow: 0px 1px 2px rgba(0,0,0,.4);
    font-size: 29px;
}

#home-form{
    color:#000;
    margin: 50px 0px 0px 20px;
}

.home-h4{
    font-size: 45px;
    color:#2b78ff;
}

#home-form input{
    padding: 10px 20px; 
}

#home-form button{
    padding: 10px 20px;
    background: #ff5a00;
    border: 1px solid #fff;;
    border-radius: 6px;  
    color:#fff;
    font-weight: bold;  
}

.get-started-button{
    padding: 10px 20px;
    background: #811023;
    border: 1px solid #fff;;
    border-radius: 6px;  
    color:#fff;
    font-weight: bold;
    display: block;  
    font-size: 35px;
    width: 400px;
    margin: 40px auto ;
    cursor: pointer;
    transition: background .15s;
}

.get-started-button:hover{
    background:#dc0025;
}

.cta-button{
    padding: 10px 20px;
    background: #5d7935;
    border: 1px solid #fff;;
    border-radius: 6px;  
    color:#fff;
    font-weight: bold;
   
    font-size: 35px;
    margin: 20px auto ;
    cursor: pointer;
    transition: background .15s;
    text-align: center;
}

.cta-button:hover{
    background:#84aa4e;
    text-decoration:none;
}


#home-att-grab{
    padding: 30px 0px 0px 10px;
}



.home-left{
    width: 800px;
}

.home-right{
    text-align: right;
}



.wrapper{
    width: 1280px;
    margin: 0px auto;
    position: relative;
    z-index:5;
   
}

#header {
        width: 1100px;
        max-width: 100%;
        background: #fff;
        margin: 0px auto;
        
}



.msg-wrapper {

    display: block;
    max-width: 100%;
    margin: 0px auto; 
    display:grid;
    place-items:center baseline;
    width:1280px;
}

.msg-wrapper .content{
    grid-template-columns: 6fr 1fr;
    display:grid;

}

.cta1-couple{
    background-image: url('/wp-content/themes/tm2/images/medicare-cover3.jpg');
    background-size:cover;
    opacity:.8;
    height:50vh;
    display:grid;
    box-shadow: inset 0 0 15px rgba(0,0,0,.7);
    background-position: right top;

}

#header #icons{
    position: absolute;
    top: 0px;
    left: 650px;
    font-size: 13px;
    font-weight: bold;
    text-align: right;
    color: #000;
}

/* contact page */
.contact-container{
    display:flex;
    width: 95%;
    margin: 0px auto;
    justify-content: space-around;
}

.contact-left{
    width: 45%;
    background: #434343;
    border-radius: 4px 4px 0px 0px;
}

.contact-left-title{
    background: #9A7A3D;
    padding: 25px 0px;
    text-align:center;
    border-radius: 4px 4px 0px 0px;
    color:#fff;
    font-size: 30px;
    font-weight: bold;
    border-bottom: 2px solid #fff;
    
}

.right-title{
    margin: 20px 0px;
    font-size: 35px;
    text-align:center;
}

.small-contact{
    font-size: 25px;
    display:block;
}

.contact-right{
    width: 40%;
    margin-top: 20px;
}

.contact-right iframe{
    box-shadow: 0px 0px 12px rgba(0,0,0,.4);
    width: 100%;
    margin-bottom: 30px;
}

.post .contact-page-info{
    list-style:none;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.contact-page-info li{
    text-align: left;
    margin: 0px;
    padding: 0px;
}


.contact-text{
    margin: 0px 0px 30px 0px;
}

/* home page reviews */
#review-block{
    background: #00352D;
    margin: 25px 0px;
}

#home-review-h3{
    color:#fff;
    font-size: 45px;
    text-align:center;
}

.review-cartoon-left{
    padding: 0px 0px 10px 20px; 
    float:left;
    
}

.review-cartoon-right{
    padding: 0px 0px 10px 20px; 
    float:right;
    
}
 
#review-wrapper{
    display:grid;
    grid-template-columns: repeat(auto-fit, minmax(300px,1fr));
    grid-gap:100px;
    margin: 25px 0px;

}

#review-wrapper .review{
      color:#fff;
      font-style:italic;

      font-size: 20px;
}

.review-name{
    text-align: right;
    font-weight:bold;
}

blockquote{
       position:relative;
   
    
}

blockquote .review-quote{
    font-size: 21px;
    
}

blockquote .review-quote:before { 
content: open-quote;
font-weight: bold;
font-size:100px;
color:#bfbfbf;
font-family:arial;
position:relative;
top:40px; 
bottom:0px;
vertical-align: bottom;


} 
blockquote .review-quote:after { 
content: close-quote;
font-weight: bold;
font-family:arial;
font-size:100px;
vertical-align: top;
color:#bfbfbf;  
  
}

.full-grid{
    grid-column:1 / -1;
}

.content-list{
    display:grid;
    grid-template-columns: 3fr 1fr;
    grid-gap:40px;

}
#posts{
    display:grid;
    grid-gap:20px;
}

.post-index{
    display:grid;
    box-shadow:0px 0px 2px rgba(0,0,0,.3);
    padding: 0px 25px !important;
    margin: 0px !important;
}

.entry-index{
    display:grid;
    grid-template-columns: 1fr 3fr;
    align-items:center;
}

.entry-index .read-more{grid-column: 1/-1;}

/* why block */
#why-block{

    margin:30px 0px;
}

.why-h3{
    color:#000;
    font-size:40px;
    text-align: center;
    font-weight: bold;
}

#why-wrapper{
    display:grid;
    grid-template-columns: repeat(auto-fit, minmax(250px,1fr));
    margin-top: 20px;
    grid-gap:20px;
}

#why-wrapper .why-box{
      color:#000;
      text-align:center;
      font-size: 20px;
      padding: 10px 0px;
      background:#fff;
      min-height: 300px;
      box-shadow: 0px 0px 8px rgba(0,0,0,.1);
      border-radius: 6px;
}

.why-box h4{
    text-align: center;
    font-size:25px;
    color:#000;
    padding:5px 0px;
}

.why-box img{margin:15px;height:153px;}

.why-box p{
    font-size: 20px;
    text-align: left;
    padding: 0px 15px 15px 15px;
}

.why-box strong{font-size: 20px;}

/*cta block*/

#cta-block{
    background:#f2f2f2;
    margin: 50px 0px;
    padding:25px 0px;
    box-shadow: 0px 1px 6px rgba(0,0,0,.4);
}

#cta-block .cta-message{
    display: inline;
    padding: 0px 20px; 
    font-size: 30px;
    
}


/* Pages */


/* home */

#latest-container{
    display:grid;
    width:100%;
    grid-template-columns: repeat(auto-fit, minmax(300px,1fr));
    grid-gap:30px;
    
}

.latest-box{
    padding: 0px 5px;

    background:#f9f9f9;
    box-shadow: 0px 0px 2px rgba(0,0,0,.5);
    padding:10px;
}

.latest-box h3{
    font-size: 20px;
    color:#9A7A3D;
}

.latest-box .latest-content p{
    padding: 20px 0px 10px 0px;
    font-size: 18px;
    min-height:245px;
    line-height: 1.5;
    
}

.home-h2{
    padding: 25px;
    font-size: 40px;
    text-align: left;
    color: #9A7A3D;
    border: 1px solid #000;
    margin-top: 25px;
}

.home-read-more{
    display:block;
    margin-top: 25px;
    padding: 15px 30px;
    width: 100%;
    text-align: center;
    color:#fff;
    background:#000;
    border-radius: 4px;
    transition: background 0.15s;
}

.entry .home-read-more:hover{
    text-decoration: none;
    background:#000;
               
}

.entry .home-read-more{
  display:inline-block;
    margin-top: 25px;
    padding: 15px 30px;
    width: 30%;
    text-align: center;
    color:#fff;
    background:#000;
    border-radius: 4px;
    transition: background 0.15s;
}

.entry .read-more{
    text-align: right;
}

.entry{
    padding: 30px 0px 40px 0px;

}

.post-h1{

}

.center{
    text-align: center;
}

.star-small{
    margin-bottom: -50px;
}
/** services page **/

.service-box{
    width: 100%;
    
    margin: 30px 0px;
    box-shadow: 0px 0px 13px rgba(15,82,116,.2);
}

.entry .service-box .service-content p{
    padding-bottom: 20px;
}

.service-content{
    padding: 25px;
}

.service-box h2{
    padding: 15px 25px;
    background: #06364e;
    border-bottom: 3px solid #000;
    border-radius: 3px 3px 0px 0px;
    color:#f3f3f3;
    margin-bottom: 15px;
    font-size:32px;
}

/** Our Team Page **/

.team-container{
    display: flex;
    width: 100%;
    justify-content:flex-start;
    flex-wrap:wrap;
}
.team-box{
    width: 23%;
    box-shadow: 1px 0px 12px rgba(0,0,0,.3);
    padding: 20px;
    margin: 10px;
}

.team-photo{
    width: 100%;
    text-align:center;
    height:122px;
    display:grid;
    place-content:center center;
}

.team-name{
    text-align:center;
    padding: 5px 0px;
    border-bottom: 1px solid #CC2E3D;
}

.team-title{
    font-size: 16px;
    text-align:center;
    padding: 15px 0px;
}

.point-container{
   
    margin: 0px auto;
}

.team-point{
    font-size: 16px;
    padding: 5px 0px;
}

.team-point a{
    font-size: 16px;
}



.tmm .tmm_member{
    min-height:350px;
    height: 350px;
}


.process-box-wrapper{
    display: flex;
    justify-content:space-around;
    margin-bottom: 30px;
}

.process-box{
    width: 30%;
    padding: 20px;
    margin: 10px;
    box-shadow: 1px 0px 14px rgba(0,0,0,.2);
}

.process-box h4{
    font-size:30px;
    background: #ffd78e;
    padding: 5px 20px;
    border: 1px solid #8fa5b6;
    margin: 0px 0px 15px 0px;
    border-radius: 3px;
}

/* faq area */

.faq{
      margin: 30px 0px;
}

.faq-container{
    padding: 30px 0px;
}

.faq-title{
    padding: 20px;
    font-size: 26px;
    font-weight: bold;
    color:#fff;
    background:#345c73;
}

.faq-answer{
    margin: 20px 0px;
}


/* generic site content */
h1{
    font-size: 40px;
    padding: 10px 0px;
}

.h2-large{
    font-size: 40px;
    padding: 10px 0px;
    text-align: center;
}
      
.content{
    padding: 15px;

}

#pages-nav{
    width: 350px;
    margin: 0px auto;
    padding: 10px 0px;
    text-align: center;
} 

#pages-nav .nav-links a.page-numbers{
    padding: 3px 5px;
}

.nav-links{
    margin-top: 20px;
}

.post{
    padding: 0px 20px 40px 20px;
    width: 100%;
    margin:0px auto;
    
}

#content-left{
    width: 80%;
    float: left;
}

#content-column{
    width: 20%;
    height:900px;
    float:right;
    background:#f8f8f8;
    margin-top:25px;
}

.type-post{
    margin: 25px auto;

}

.post-h2 a{
    font-size: 30px;
    padding: 20px 0px;
    display: block;
    color: #9A7A3D;
}
    
.post-h2 a:hover{
    text-decoration: none;
}
    
.post ul{
    margin-left: 90px;
}

.post ul li{
    padding: 10px 0px;
}

.post ul li::marker{
    margin-left: 10px;
}

.post ol{
    margin: 10px 0px 10px 90px;
}

.post ol li{
    padding: 10px 0px;
}


#breadcrumbs{
  font-size: 16px;
}

#content{
    padding: 30px 0px 10px 0px;
}

#content p{
    padding: 5px 0px 30px 0px;
}
.post-title {
    background: #f4f4f4;
    padding: 10px;
}

.privacy-ol li{
    padding: 20px 0px;
}

.policy-container ul{
    margin-left: 40px;
}

.policy-container li{
    margin-left: 60px;
    
}

#cat-title{
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    padding: 20px 0px;
    background:#4f4f4f;
    color:#f3f3f3;
}

#post-categories{
    list-style: none;
    padding: 20px 0px;
}

#post-categories li{
    display: block;
    padding: 5px 20px;
}

#post-categories li a{
    color:#000;
    display: block;
    padding: 5px 20px;
    border-bottom: 1px solid #c9c9c9;
}

      
/*footer */
footer{
    padding-top: 40px;
}

#footer{
    width: 100%;
    min-height: 300px;
    background-color: #2e3234;
    color: #fff;
  
}

#footer-flex{
    display: flex;
    flex-wrap:wrap;
    color: #f3f3f3;
    font-size: 16px;
    padding: 25px 0px 15px 0px;
    justify-content: space-around;
}

#footer-flex #mini-logo{
    align-self: center;
}

#footer-flex .title{
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    color: #f8f8f8;
    text-align: center;
    padding: 0px 25px 20px 0px;
}


#business-hours{
  
}

#foot-phone{
    text-align: center;
    font-size: 27px;
    font-weight: bold;
    padding-top: 10px;
}

#hours td{ font-size: 16px;}

#hours-box{
   
}

#products div, #foot-services div{
    color: #f3f3f3;
    font-size: 16px;
    padding: 5px;
}

#products div, #foot-services div a{
    font-size: 16px;
    color: #f3f3f3;
}

#hours-box table{
    padding: 0px;
    margin: 0px;
    
}

#hours-box table td{
    padding: 0px 15px 8px 0px; 
}



#footer-links{
    height: 60px;
    padding: 20px;
    text-align: center;
}


.form-full{
    grid-column:1/-1;
    margin:5px 5px;
}



#aep-form h4{
    font-size:21px;
    font-weight:bold;
    margin: 10px 0px;
}

.aep-h2{
    padding:15px 10px;
    color:#fff;
    background:#9A7A3D;
    font-size:25px;
    margin:25px 0px 25px 0px;
}

.aep-h3{
    background:#474242;
    margin-bottom:15px;
    padding: 5px ;
    color:#fff;
    font-size:23px;
}

.question{
    display:flex;

}
.question .wpcf7-list-item{width:unset;}

.wpcf7{
/*    width: 400px;*/
    margin: 20px auto 20px auto;
    width: 420px;
    background: #f9f9f97a;
    padding: 20px;
    box-shadow: 0px 0px 4px rgba(0,0,0,.4);
}

#wpcf7-f320-p321-o1, #wpcf7-f399-p397-o1{
    width:unset !important;
}

#wpcf7-f320-p321-o1 .wpcf7-form, #wpcf7-f399-p397-o1 .wpcf7-form{
    width:100%;
    
}

.aep-form {  width:100%;
    display:grid;
    /*grid-template-columns: minmax(250px,1fr) minmax(250px,1fr);*/
   grid-template-columns:repeat(auto-fit, minmax(450px,1fr));
    grid-gap:10px; }

.wpcf7cf_repeater{grid-column: 1/-1;}

.wpcf7cf_repeater .wpcf7cf_repeater_sub{
    display:grid;
    /*grid-template-columns: minmax(450px,1fr) minmax(450px,1fr);*/
    grid-template-columns: repeat(auto-fit, minmax(450px,1fr));
    grid-gap:10px;
}

.wpcf7cf_remove-container button{padding:5px; background: #be6868; border: 1px solid #000; margin: 0px 10px; border-radius: 4px; color:#fff;
}
.wpcf7cf_add-container button{padding:5px; background: #8abe68; margin: 0px 10px; border: 1px solid #000; border-radius: 4px; color:#fff;
}
.wpcf7cf_repeater_controls, .wpcf7cf_step_controls{justify-content: start;}


.wpcf7-form{
    text-align: left;
    width: 375px;
    max-width: 100%;
    margin: 0px auto;
    box-sizing: border-box;
    padding: 10px 20px;
}

.wpcf7-form-control-wrap{
    display:block;
}


.wpcf7 input[type="text"], .wpcf7-email, .wpcf7 select, .wpcf7 input[type="tel"] {
    padding: 4px;
    font-size: 16px;
    background-color: #f8f8f8;
    border: 1px solid #656565;
    margin: 10px 0px;
    width: 380px;
    max-width: 100%;
}

.wpcf7 select{
    width: 250px;
    padding: 3px;
    display: block
    
}

input[type="checkbox"] {
    scale: 1.3;
    margin: -10px 10px 5px 0px;
}
.pum-title{
    padding: 0px 0px 20px 0px;
}


.wpcf7 textarea{
    width: 400px;
    height: 100px;
    max-width: 100%;
    background: #f8f8f8;
    border: 1px solid #656565;
    font-size: 18px;
    
}

.wpcf7 label{
    font-size: 16px;
    font-weight: bold;
    display: block;
    
    
}

.wpcf7 .redstar{
    font-size: 20px;
    color: red;
}

.button, .wpcf7 .wpcf7-submit{
    cursor: pointer;
    padding: 15px;
/*    background-color:#db3600; */
    background: #5d7935;
    border: 1px solid #575757;
    color:#fff;
    border-radius: 4px;
    transition: background-color .15s;
    width: 100%;
    font-size: 25px;
    font-weight: bold;
    
    
}



.wpcf7-list-item{
    width: 45%;
    display: inline-block;
    padding: 0px 10px;
}

.wpcf7-list-item input[type='radio']{
margin: 5px;
}

.button:hover, .wpcf7 .wpcf7-submit:hover{
    background-color: #84aa4e;
}

.wpcf7 .chexarea{
    width: 500px;
    max-width: 100%;
    padding: 10px;
    margin: 10px 0px;
    border: 1px solid #686868;
    box-sizing: border-box;
}

.wpcf7 .chexarea input[type="checkbox"]{
    width: 25px;
    padding: 0px 5px 0px 0px;
}

.wpcf7 .chexarea label{
    display: inline;
    font-weight: normal;
    width: 100%;
}

.wpcf7 .chexarea label input{
    display: inline-block;
}

.wpcf7 .chexarea label span{
    display: inline-block;
}


.wpcf7 input[type=text]{
    width: 400px;
    max-width: 100%;
}

#wpcf7-f941-p944-o1{
    padding: 55px;
    box-sizing: border-box;
    max-width: 100%; 
   
   
}

#wpcf7-f941-p944-o1 h2{
    max-width: 100%;
    
    margin: 20px 0px;
    padding: 10px;
    font-size: 22px;
    color: #f3f3f3;
    background-color: #282828;
    border-radius: 4px;
}


#wpmtst-form input[type=text]{
    width: 600px;
    max-width: 100%;
    padding: 5px;
    font-size: 18px;
    background-color: #f8f8f8;
    border: 1px solid #656565;
    margin: 10px 0px;
}

#wpmtst_post_content{
    height: 130px;
    max-width: 100%;
    background: #f8f8f8;
    border: 1px solid #656565;
    font-size: 18px;
}

 .get-support .wpcf7-list-item-label{
    font-size:17px;
    padding:10px;
}



.insulin-1, .insulin-1 .wpcf7-list-item, .wpcf7 .insulin-1 .wpcf7-list-item label, .insulin-1 .wpcf7-list-item-label,
.nebulizer-1, .nebulizer-1 .wpcf7-list-item, .nebulizer .wpcf7-list-item-label,
.change-pharmacy, .change-pharmacy .wpcf7-list-item, .wpcf7 .change-pharmacy .wpcf7-list-item label, .change-pharmacy .wpcf7-list-item-label,
.tempaddress, .tempaddress .wpcf7-list-item, .wpcf7 .tempaddress .wpcf7-list-item label, .tempaddress .wpcf7-list-item-label


{
    display:unset !important;
    font-size: 16px;
}
  


.wpcf7 input[type="text"].wpcf7-not-valid, .wpcf7-not-valid, .wpcf7 input[type="tel"].wpcf7-not-valid{
    background-color:#ffa0a0;
    
    border:2px solid #000;
}

.wpcf7-required{
    color:#e50000;
    margin:0px 5px;
}

.wpcf7 .screen-reader-response{
    position: relative;
    overflow: auto;
    clip: auto;
    clip-path: none;
    height: unset;
    width: unset;
    margin: unset;
    padding: unset;
    border: unset;
    word-wrap: normal ;
}


.wpcf7-form.sent
{
    display:none;
}


@media screen and (max-width:1280px){
    
    .cta1-couple{
   min-height: unset;
   
    } 

    #contact-area{
        grid-row:1/2;
    }

    #nav-area .menu-main-container ul li a{
        font-size:18px;
    }


    #get-started-button{
        margin: 40px auto;
    }
   
   .content p{
       padding: 0px 15px;
   }
       
  #cta-block .cta-button{display: block;} 
  #cta-block .cta-message{text-align: center; display:block;}
    
}
              
              
              
@media screen and (max-width:1000px) {
 
    .content{
     line-height: normal;
 }
 
 .home-section-pad{
     padding: 30px 0px 40px 0px !important;
 }

    #home-message{

        font-size: 35px;

    }

 .home-h4{
     font-size: 35px;
     
 } 
 
 .home-h2{
     font-size: 30px;
 }
 
 .home-h3{
     font-size: 25px;
 }
 #bbb-cred{
     grid-column:1/3;
 }

    #cta-area{
      grid-template-columns: 1fr 1fr;
      grid-template-rows: 70px 50px;
    }

#logo{
    grid-column:1/-1;
    grid-row:1;
    justify-self:center;
    width:250px;
    margin-top:10px;
}

#logo img{}

#open-menu2{
    grid-column:1;
    grid-row:2;
}

#contact-area{
    grid-row:2;
    grid-column:1/-1;
}


.phone-number-cta-text{
    font-size: 18px;
    margin: 0px auto;
    padding-left:30px;
    width: 300px;
}

.phone-number a{
    font-size:25px;
    padding:5px;
}

#open-menu2{
    display: block;
    height: 36px;
    width: 40px;
    margin: 5px;
    padding: 0px;
}



#home-personal-service .content{
    width:100%;
}



#home-medicare-education .content{
    width: 100%;
}
                                 

#home-medicare-managed .content{
    width: 100%;
}




.icon-bar {
    width: 90%;
    height: 4px;
    background-color: #252525;
    display: block;
    margin: 6px auto;
 }      



.mmenu-text{display: none;}


       
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 501; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    background-color: #3f3f3f; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
     /* 0.5 second transition effect to slide in the sidenav */
}
  
  /* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    display: block !important;
    background: #fff;
    margin: 10px 0px;
    padding: 0px 15px;
    
}  
  
  #open-menu{
    display: none;
}

.zopenmenu{
    width: 300px;
}

.zclosemenu{
    width:0px;
}

.znavopen{
    margin-left: 300px;
}

.znavclosed{
    margin-left: 0px;
}  
    
   #main-menu-bar{
      position:relative; 
   }
    
   #open-menu
        {
          display:none;
          
        }
       
      
    
#main-menu-bar:target > .menu-main-container #menu-main{
    display: block;
  
  
}

.menu-main-container{
    display:none;
}


#nav-area{
    width: 100%;
    max-width: 100%;
    
}
 
#main-menu-bar a{
    color: #fff;  
}

.menu-main-container{
   
  display: block;  
    
}
     

.menu-main-container ul {
    background: #696969;  
    color: #fff;
   
    border-radius: 4px 4px 0px 0px;  
    list-style: none;
    position: relative; 
    padding: 0px;
    margin: 0px;
    font-size: 0px;
    display: block;
  
    
    
}
.menu-main-container ul:after {
     display: block;  
} 
    
.menu-main-container ul li{
    display: block;
    border-left: 0px;
    
}


#nav-area .menu-main-container ul li a{
    padding: 10px 10px 10px 10px; 
    display: block; 
    font-size: 17px;
    font-weight: medium;
    text-decoration: none;
    transition: background-color .15s;
   
    background: #8c7a45;
    color:#fff;
    border-bottom: 1px solid #000;
    
}

#nav-area .menu-main-container ul li a:hover{
    background-color: #ffecc6;
    color:#000;
    border-radius:0px;
}
   
.menu-main-container ul li:hover > ul{
    display: block;
    
}    


.menu-main-container ul li ul.sub-menu {
    visibility:visible;
    opacity:1;
    display: block;
    background: #5f6975; 
    position: relative;
    border-radius: 0px; 
    padding: 0;
    position: relative; 
    top: 0px;
    width: 100%;
    box-shadow: unset;
    border-top: 0px;
}
    .menu-main-container ul li ul li {
         
        
        border-bottom: 1px solid #575f6a;
       
        display: block;
        width: 100%;
        
    }
        #nav-area .menu-main-container ul li ul li a {
            
            color: #fff;
             background:#313131;
            display: block;
            border: 0px;
            font-size: 18px;
            padding: 10px 40px;
        }    
          #nav-area  .menu-main-container ul ul li a:hover {
                background: #91d3ff;
                color:#000;
            }     
            
    
    
    .wrapper{
       min-width: 300px;
    }
   
   #menu-main{
       min-width: 300px;
   }
    
   .move-h1{
       font-size:35px;
   } 
       
   #content-column{
       display: none;
   }

    .post-h1{
        width: 95%;
        margin: 0px auto;
    }

}
   

    


@media screen and (max-width:768px) {
 
 #home-message{
    
    font-size: 37px;
    
}

#wpcf7-f320-p321-o1 .wpcf7-form{
    grid-template-columns: minmax(250px,1fr);
}


.we{
    font-size: 30px;
    color:#005079;
    margin: 20px 0px 10px 0px;
}


.head-question{
    text-align:center;   
}


.home-points{
    width: 300px;
    margin: 0px auto;
   
    
}

.home-points li{
    padding: 10px 0px;
    margin: 0px;
    
    text-align: left;
    color:#fff;
    text-shadow: 0px 1px 2px rgba(0,0,0,.4);
    font-size: 22px;
}
    
#content{
    width: 98%;
    margin: 0px auto;
}
  
#aep-form{
     grid-template-columns: minmax(250px,1fr)
}

.wpcf7-form{padding:10px;}

.wpcf7{
    padding: 0px;
}

.wpcf7-list-item{
    width:100%;
}

    .aep-form, .wpcf7cf_repeater .wpcf7cf_repeater_sub {
        grid-template-columns:repeat(auto-fit, minmax(320px,1fr));
        }

.post{padding: unset;}

.aep-h2{
    font-size:20px;
}
  
#why-wrapper{
    flex-wrap:wrap;
}

#why-wrapper .why-box{
    width: 95%;
    margin: 20px auto;
  
}
    
 #footer-flex .title{font-size:30px;padding-top:40px;}
    
 #mini-logo{
     width:90%;
     text-align: center;
 }
 
 #business-hours{
     width:90%;
     
 }
 #business-hours table{margin: 0px auto;}
 
 #products{
     width:90%;
 }
 
 #foot-services{
     width:90%;
 }
 


       
 #home-message{
     width:auto;
 }
 
 #top-area{
     box-shadow: 0px 1px 4px rgba(0,0,0,.3);
 }
 
 #zform{
     margin: 0px auto;
 }
 
 #footer-map{
     margin: 0px auto;
 }
 
 #footer-map iframe{
     
 }
 
 
 #business-hours{
     margin: 0px auto;
 }
 
/* #lead-title:before{
     
     content: 'Tap For A ';
 }
 
 .wpcf7{
     display: none;
 }       */
   
 .products{
     justify-content: center;
 }
 
 .move-image{
    float: none;
    padding: 10px;
}

.move-image2{
    float: none;
    padding: 10px;
}

.cta-button{
    display:block;
    font-size: 25px;
}

.cta-message{ text-align:center;}


#latest-container{
    flex-wrap: wrap;
    margin: 20px 0px;
}    

#latest-container .latest-box{
    width: 95%;
    margin: 0px auto;
}


    #home-message{
        font-size:30px;
    }

    #review-wrapper{
        display:grid;
        grid-template-columns: repeat(auto-fit, minmax(300px,1fr));
        grid-gap:40px;
        margin: 25px 0px;

    }

    #home-review-h3{
        font-size:35px;
    }

    .content-list{

        grid-template-columns: 1fr;
        grid-gap:20px;

    }

}
 




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

   #product-header-container{
       flex-wrap:wrap;
   } 
   
  
  .process-box-wrapper{
   flex-wrap:wrap;
}

.process-box{
    width: 95%;
   
}

.msg-wrapper{
    width:100%;
}

.msg-wrapper .content{
    grid-template-columns: 1fr;
}



.entry ul{
    margin:0px 0px 0px 20px;
}  
  
#foot-services{width:40%;}
  
.team-container{
    flex-wrap:wrap;
}

.alignleft{
    float:none;
    
}
    
#products{
    text-align:center;
}

.team-box{
    width:95%;
}
   
.entry .home-read-more{
    width: 70%;
    margin: 0px auto;
}
   
.post .faq-answer ul{
    margin:0px 0px 0px 10px;
}
   #footer-flex{
       background: none;
   }
    
    
    

    
    #contact-area{
        justify-content:center;
        align-items:center;
    }
    
    #cred{
        display: none;
    }
    

    
    #phone-number{
        width: 100%;
        text-align: center;
    }
    
    .phone-call{
        font-size: 20px;
    }
    
    .phone-number, .phone-number a{
        font-size: 22px;
    }
    
    #phone-tag{
        display: none;
    }
    
    .phone-number a:hover{
        text-decoration: none;
    }

    #bbb-cred{grid-row:2;}
    
    #main-content{
        padding: 0px 10px;
    }
    
    .products .product{
        width: 400px;
    }
    
   h1{
       font-size: 28px;   
    }
    
    #review-wrapper{
        flex-wrap:wrap;
    }
    
    #review-wrapper .review{
        width:95%;
       
    }
    
    .home-h3-red{font-size:30px;}
    
}
