div#main div.col-2 {
   float: left;
   width: 46.999%;
   margin: 0 20px 0 0;
   padding: 0;
   display: block;
}
div#main div.col-3 {
   float: left;
   width: 30.333%;
   margin: 0 20px 0 0;
   padding: 0;
   display: block;
}
div#main div.col-last {
   margin-left: 0;
}

div#sidebar, div#sidebar.hascontent {

}

div#menu_mobi {display: none;}
.slicknav_menu {display:none;}

div#pagetopbarcontainer {
  width:100%;
  color: #FFFFFF;
  background-color: #007f62;
  height: 32px;
}
div#pagetopbar {
  max-width: 1000px;
  margin: 0 auto;
font-size: 12px !important;
}
div#topbarleft {
  float: left;
    text-align: left;
    vertical-align: middle;
    line-height: 32px;
}
div#pagetopbar a {
    color: #FFFFFF;
    text-decoration: none;
}
div#pagetopbar a:hover {
    color: #FFFFFF;
    text-decoration: underline;
    background-color: transparent;
}
div#topbarleft img {
  float: left;
    vertical-align: middle;
    line-height: 32px;
    margin: 4px 5px 4px 0;
    padding-left: 5px;
}
div#topbarmid {
  float: none;
    margin: 0 auto;
    /* width: 50%; */
    text-align: center;
    vertical-align: middle;
    line-height: 32px;
}
div#topbarright {
  float: right;
    text-align: right;
    vertical-align: middle;
    line-height: 32px;
    padding-right: 5px;
}
div#pheader {
    height: 192px;
    background: #fff url(/images/banner-2016-04-26a.jpg) no-repeat top right;
    border-bottom: 3px solid #fdd075;
position:relative;
}
div#pheader h1 {
    text-indent: -999em;
    text-decoration: none;
}
div#mainLogo {
    text-align: center;
    margin-top: -30px;
    height: 100%;
}
div#mainLogo a {
    text-decoration: none;
   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}

div#specialOffer a:hover, div#mainLogo a:hover {
opacity: 0.8;
    background-color: transparent;
}
div#memlogoutTop {
    margin-right: 5px;
    position: absolute;
    top: 7px;
    left: 6px;
    color: #026966;
font-size: 12px !important;
}
div#specialOffer {
    position: absolute;
    right: 5px;
    bottom: 4px;
}
 div#specialOfferMobile {
    display: none;
 }
#menuwrapper {
    background: #0e7f61 208px 0px no-repeat;
    border-bottom: none;
    text-align: center;
    margin: 0 auto;
    height: 52px;
}
ul#primary-nav{
  text-align: center;
  margin: 0 auto;
  display:inline-block; 
}
#primary-nav a {
    display: block;
    margin: 0px;
    padding: 8px;
    text-decoration: none;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.6em;
    color: white;
}
#primary-nav li a:hover {
    background-color: #0b9c76;
    color: #e0edf3;
    border-bottom: 4px solid #0b9c76;
}
#primary-nav li a {
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: rgba(192, 192, 192, 0.37);
    border-left:none;
    border-bottom: 4px solid #0e7f61;
}
#primary-nav li:last-child a {
    border-right:none;
}
#primary-nav li.menuactive, #primary-nav li.menuactive a.menuactive {
    background-color: transparent;
    color: #fff;
}
#primary-nav li.menuactive a.menuactive {
    border-bottom: 4px solid #fdd075;
}
#primary-nav a {
    display: block;
    margin: 0px;
    padding: 12px 14px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6em;
    color: white;
}
@media screen and (max-width: 900px) {
    #primary-nav a {
    /*    padding: 12px 10px; */
        padding: 14px 10px;
        font-size: 12px;
    }
}
#primary-nav li ul {
    background-color: #666b6a;
    text-align: left;
}

#primary-nav li li a {
    height: 1%;
    font-size: 13px;
    padding: 5px 5px 5px 10px;
    border-bottom:none;
}
#primary-nav li li a:hover {
    background-color: #0b9c76;
    color: #e0edf3;
    border-bottom: none;
}
#primary-nav li li li {
    width: 240px;
}
#primary-nav ul {
   /* display: inline-block; */
    list-style-type: none;
    z-index: 9999;
}
.slicknav_menu .slicknav_menutxt {
    color: #e1e3c5;
    font-weight: 400;
}
.slicknav_btn {
    text-shadow: none;
    background-color: #000 !important;
}

div#main {
    margin-left: 0;
    padding-top: 20px;
    width: 63%;
    float: left;
    padding: 20px 10px 0px 10px;
}
div#sidebar.hascontent {
    padding-left: 15px;
    padding-right: 10px;
    padding-bottom: 3em;
    width: 31%;
}
div#sidebar {
    float: right;
}
.top-icon-container {
    text-align: center;
    /* white-space: nowrap; */
    margin-bottom: 20px;
}
.top-icon {
    /* float: left; */
    width: 31%;
    margin-right: 8px;
    text-align: center;
    position: relative;
    display:inline-block;
    vertical-align: top;
    border: 1px solid #0e7f61;
}
.top-icon img {
    width: 100%;
    transition: .5s ease;
}
.top-icon a {
    text-decoration: none;
}
.top-icon .hover-text {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
}
.top-icon:hover img {
  opacity: 0.3;
}

.top-icon:hover .hover-text {
    opacity: 1;
    background-color: #0e7f61;
    /* padding: 10px; */
    color: #fff;
}
.top-icon:hover .hover-text a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 10px;
}
.top-icon:hover .hover-text a:hover {
    text-decoration: none;
    background-color: transparent;
    color: #fff;
}
.top-icon span {
    text-align: center;
}
.top-icon img {
    display: block;
    width: 100%;
}
.top-icon-find {
    text-align: center;
    margin-bottom: 20px;
    position: relative;
border: 1px solid #0e7f61;
}
.top-icon-find img {
    width: 100%;
    transition: .5s ease;
}
.top-icon-find a {
    text-decoration: none;
}
.top-icon-find .hover-text {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
}
.top-icon-find:hover img {
  opacity: 0.3;
}

.top-icon-find:hover .hover-text {
    opacity: 1;
    background-color: #0e7f61;
    /* padding: 10px; */
    color: #fff;
}
.top-icon-find:hover .hover-text a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 10px;
}
.top-icon-find:hover .hover-text a:hover {
    text-decoration: none;
    background-color: transparent;
    color: #fff;
}

div.vertical-menu h3 {
    color: #117169;
    font-size: 22px !important;
    font-weight: 400;
    font-style: italic;
    text-align: center;
    margin: 0 0 10px 0;
    padding-bottom: 10px;
}
.vertical-menu {
    width: 90%;
    margin-bottom: 20px;
}
div.vertical-menu a:first-of-type {
    border-top: 1px solid #0e7f61;
}
.vertical-menu a {
    background-color: transparent;
    color: black; /* Black text color */
    display: block; /* Make the links appear below each other */
    padding: 12px; /* Add some padding */
    text-decoration: none; /* Remove underline from links */
    border-bottom: 1px solid #0e7f61;
    transition: .5s ease;
}

.vertical-menu a:hover {
    background-color: #0e7f61;
    color: #FFF;
    padding-left: 10px;
}

.vertical-menu a.active {
    background-color: #4CAF50; /* Add a green color to the "active/current" link */
    color: white;
}
/********************/
.nav-right-container {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
.nav-right-container h3 {
    font-size:20px !important;
    margin-bottom: 20px;
    font-weight: 400;
    font-style: italic;
    text-align: center;
}
ul#nav-right {
    border-top: 1px solid #e4e6d2;
}
ul#nav-right, ul#nav-right ul, ul#nav-right ul ul {
    list-style:none;
    width: 100%;
}
#nav-right {
    float: left;
    width: 280px;
  /*  border-top: 1px solid #999;
    border-right: 1px solid #999;
    border-left: 1px solid #999; */
}

#nav-right li a {
    display: block;
    padding: 10px 15px;
    background: transparent;
   /* border-top: 1px solid #e4e6d2; */
    border-bottom: 1px solid #e4e6d2;
    text-decoration: none;
    color: #0e7f61;
}
#nav-right li a.active {
    background-color: #fff;
}
#nav-right li a:hover, #nav li a.active {
    background: #0e7f61;
    color: #fff;
transition: .9s ease;
}
#nav-right li ul {
    display: none; // used to hide sub-menus
}
#nav-right li ul li a {
    padding: 10px 25px;
    background: #f0f9b4;
    border-bottom: 1px dotted #ccc;
}

/*********************************/

/* Media Queries */
@media screen and (max-width: 998px) {
 div#specialOffer {
    left: 5px;
    top: 40px;
 }
}
@media screen and (max-width: 538px) {
 div#mainLogo img {
     width: 100%;
     vertical-align: bottom;
     bottom: 5px;
     position: absolute;
     left: 5px;
 }
.top-icon-container {
    display: none;
   }
}
@media screen and (max-width: 587px) {
 div#pagetopbarcontainer {
  height: auto;
 }
 div#topbarleft {
  float: none;
    text-align: center;
    vertical-align: middle;
    line-height: 32px;
 }
 div#topbarleft img {
    float: none;
    text-align: center;
 }
 div#topbarmid {
    float: none;
    text-align: center;
 }
 div#topbarright {
    float: none;
    text-align: center;
 }
 div#specialOffer {
    display: none;
 }
 div#specialOfferMobile {
    display: block;
    background-color: #e1e69c;
    width: 100%;
    text-align: center;
    padding: 10px 0;
 }
 div#specialOfferMobile a {
   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
 }
 div#specialOfferMobile a:hover {
    opacity: 0.5;
    background-color: transparent;
 }
}

@media screen and (max-width: 998px) {
div#specialOffer {
    display: none;
}
}
@media screen and (max-width: 768px) {

body {
   font-size: 14px;
}

div#pagewrapper{
   min-width: 1px !important;
}

div#main, div#sidebar {
   float: none;
   width: 100%;
   margin: 0;
   padding: 0;
   display: block;
}

div#sidebar.hascontent {
   width: 100%;
   padding: 0;
}

div#main div.col-2, div#main div.col-3 {
   float: none;
   width: 100%;
   margin: 0;
   padding: 0;
   display: block;
}

div#header {
/* height: 120px; */
height: auto;
background-size: 100% auto;
}

div#header h1 {
   display: none !important;
}

div#findDr {
   height: 80px;
   margin-right: 0;
}

div#memonly {margin: 0 auto; float: none; padding-top: 80px;}
div#memonly a {font-size: 12px;}

div#memlogout {
    float: none;
    clear: both;
    margin: 0px auto;
    text-align: center;
    font-size: 12px;
}

div#menu_vert {display: none;}
div#menu_mobi {display: none;}
.slicknav_menu {display:block;}

#footer div.breadcrumbs {clear: both; text-align: right; padding: 1em 0 1.2em;}
div#search {text-align: left;}

}
div#content div#titleblock {
/*    background: #dd9922 url(images/grad1.jpg) repeat-y;   */
   background: none; 
    padding: 25px 0 0 0;
    margin-bottom: 0px;
   text-align: center;
}
div#content div#titleblock h1 {
   color: #0e7f61;
}
div.CompanyDirectoryItem {
       margin-bottom: 30px;
}
/* Stylesheet: AIHportal Modified On 2021-05-24 11:53:21 */
