/* -----------------------------------------------------------------------*/
/* >>>>>>>> PATIENT PORTAL CSS <<<<<<<<<<<<<<<<-*/
/* ---------------------------------------------------------------------*/

/*EXAMPLE OF FONT IMPORT */
@import url('https://fonts.googleapis.com/css?family=Lora');
@font-face {
    font-family: "Kepler";
    src: url('../fonts/kepler.woff2');
}
* {
    padding:0; margin:0;
}

html, body {
    height: 100%;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Kepler", serif;
    padding:0; margin:0;
}
}

p {

}

a {
    text-decoration: none;
}

h1 {
    color: #767561;
    font-size: 2.4em;
    line-height: 3.6em
}

h1 span{
    font-weight: bold;
    font-size: 3em;
}

/* ovverride h2 colors on page to a standard grey */
.content .text h2 {
 color: #767561;
}

/*When the body color conflicts with the tooltip */
p.aToolTipContent {
/*     color: white !important; */
}


/* ---------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>>>>> HEADER <<<<<<<<<<<<<<<<<<<<-*/
/* -------------------------------------------------*/
.wrapper {
    max-width: 100%;
}

.header-wrapper {
    width: 100%;
    height: 140px;
    background:  #Bcc9ab;
    box-shadow: 0 10px 50px -2px rgba(0,0,0,.14);
}

.top-header{

}

.logo{
    width: 813.5px;
    margin: 0 auto;
    position: relative;
    top: -4px;
    height:123px;
}

.logo a.full-spec span {
    font: normal normal 700 40px/1.4em , serif;
    transition: color 0.4s ease 0s;
    color: #605E5E;
    display: inline-block;
    margin: calc(-1 * 3px) 3px 0;
    position: relative;
    top: -44px;
    font-size: 40px;
    white-space: nowrap;
    display: inline-block;
    border: none;
    font-family: "Kepler";
    font-weight: bold;
}

.contact-buttons a.phone-button span {
    background-color: transparent;
    border: solid rgba(94, 110, 75, 1) 2px;
    justify-content: center;
    border-radius: 20px;
    line-height: 29px;
    position: relative;
    display: block;
    float: right;
    top: -113px;
    right: 0;
    bottom: 0;
    left: -69px;
    transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    font-size: 17px;
    color:#5e6e4b;
    background-color: white;
    padding: 0px 20px;
    font-weight: 500;
}

.contact-buttons a.phone-button span:before {
    font-family: "FontAwesome";
    content: "\f095";
    position: relative;
    left:-5px;
    top: 2px;
}

.contact-buttons a.phone-button span:hover {
    background-color: black;
    color: white;
    border-color: black;
}

.logo img{
    object-position: 50% 50%;
width: 89px;
height: 83px;
object-fit: cover;
display: inline-block;
    margin: 20px 36px 20px 20px;
}

/* ---------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>>>>> MAIN NAV <<<<<<<<<<<<<<<<<<-*/
/* -------------------------------------------------*/

.main-menu {
    max-width: 835px;
    margin: 0 auto;
    position: relative;
    top: -50px;
    left: 34px;
}

.main-menu ul {
    list-style-type:none;

}

.main-menu > ul > li {
    position: relative;
    padding-right: 26.4px;
    padding-bottom: 20px;
    display: inline-block;
    vertical-align: top;
    float: none;
    text-align: left;
    z-index: 10;
}

.main-menu ul > li > a {
    color: #252525;
    font-size: 18px;
    transition: all .2s linear;
    font-family: "Kepler";
}

.main-menu > ul > li:hover > a {
    color: #dee8cf;
}

.main-menu ul ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 36px;
    background-color: rgba(255, 255, 255, 1);
    width: auto;
    font-family: 'Kepler';
    font-weight: 400;
    box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.06);
    transition: opacity .2s ease-in;
}

.main-menu ul li:hover ul {
    visibility: visible;
    opacity: 1;
}

.main-menu ul ul > li {
    background-color: rgba(255, 255, 255, 1);
}

.main-menu ul ul > li > a {
    line-height: 1.5;
    display: block;
    padding: 7px 20px;
    color: #333333;
    font-family: 'Kepler';
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    white-space: nowrap;
    transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,height 0s,line-height 0s;
}

.main-menu ul ul > li a:hover {
    color: #8da86d;
}

.content {
    border-radius: 10px;
    padding: 8px 20px 20px;
    width: 900px;
    margin: 40px auto 20px;
    background-color: transparent;
}



.text h1 {
    color: #383838;
    font-size: 45px;
    line-height: 1.2em;
    padding-bottom: 20px;
    font-weight: 400;
}

.text li,
.text p {
    color: #383838;
    font-size: 18px;
    line-height: 28px;
}

.portal_menu li a {
    font-size: 16px;
}

/* --------------BOB REMOVED--------------------------------------*/
/* >>>>>>>>>>>>>>>>>>>>> CONTENT <<<<<<<<<<<<<<<<<<<<-*/
/* --------------------------------------------------*/

/*.content {
    border-radius: 10px;
    padding: 8px 20px 20px;
    width: 900px;
    margin: 40px auto 20px;
}

.portal_menu > ul {
   padding: 20px 15px 10px;
   font-size: 14px;
}

.text {
    width:650px;
    min-height:300px;
}

.text .spacer {height: 170px; width: 85px; float:left;}

.text li {
    list-style: disc inside none;
    padding: 2px;
}*/


/* --------------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>>>>>> LOGIN FORM <<<<<<<<<<<<<<<<<<<<-*/
/* ------------------------------------------------------*/
/*.content form {
}

.content form label span, #signin_form p a {
}


#signin_form {
    margin: 25px 100px 0px 190px;
}

.signin_inputs input:not([type="submit"]) {
    border: 1px solid #999999;
    border-radius: 5px 5px 5px 5px;
    padding: 3px;
    width:150px;
}

#signin_form label {
    font-size:14px;
}


input[type=text],input[type=password], select {
    border: 1px solid #CCCCCC;
    border-radius: 6px 6px 6px 6px;
    color: #666666;
    padding: 3px;
}

textarea {
    border-radius:6px;
    border: 1px solid #CCCCCC;
    color: #666666;
    padding:6px;
    width:99%;
}

select {
    border: 1px solid #CCCCCC;
    border-radius: 6px 6px 6px 6px;
    padding: 3px;
}

.help_marker {
    visibility: hidden;
}

.help_link span:after {
    content: '\f059';
    visibility: visible;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color:#666;
}*/

/* --------------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>> LOGIN BUTTON STYLING <<<<<<<<<<<<<<-*/
/* ------------------------------------------------------*/

#signin_form .button,
#signin_form button {
    background-color: transparent;
    border: solid rgba(94, 110, 75, 1) 2px;
    justify-content: center;
    border-radius: 20px;
    line-height: 29px;
    position: relative;
    display: block;
    margin: 0 auto;;
    transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    font-size: 17px;
    color:#5e6e4b;
    background-color: white;
    padding: 0px 20px;
    font-weight: 500;
  -webkit-appearance: none;
  font-family: "Kepler";
  font-size: 17PX;
  text-transform: none;
}

#signin_form .button:hover,
#signin_form button:hover {
    background-color: black;
    color: white;
    border-color: black;
}

  .signin_inputs p.button_box input {
      width: auto;
  }

/* ----------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>>>>>> FOOTER <<<<<<<<<<<<<<<<<<<<-*/
/* --------------------------------------------------*/
/*.sub_foot {
    padding: 12px;
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
    display:block;
    box-sizing: border-box;
    background-color: black;

}
.sub_foot a {
    color: white;
    font-size: 12px;
}

.footer_address {
    display:none;
}*/


/* ---------------------------------------------------*/
/* >>>>>>>>>>>>>>> HIDE SOME THINGS <<<<<<<<<<<<<<<<-*/
/* -------------------------------------------------*/


/*.portal_menu  .pt_allergies {display:none;}
.state_divider, .state_province, .zip_divider, .zip_postal {display:none;}
.pwd_set_account {}

#seconary_nav {
  display: none;
}
*/

/* -----------------------------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>>>>>>>> Registration overrides<<<<<<<<<<<<<<<<<<-*/
/* ---------------------------------------------------------------------*/

/* Registration */
/*.address1, .address2{
    float: left;
    width: 32%;
}*/


/* -----------------------------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>>>>>>> PRACTICE SPECIFIC OVERRIDES<<<<<<<<<<<<<<<<<<-*/
/* ---------------------------------------------------------------------*/

@media screen and (max-width: 1300px){

    .contact-buttons a.phone-button span {
        left: -9px;
    }

    .main-menu {
        max-width: 980px;
        position: relative;
        left: 100px;
    }

}

@media screen and (max-width: 1163px){

    .contact-buttons a.phone-button.email-button span {
    display: none;
}

}

@media screen and (max-width: 982px){
    .main-menu {
        left: 65px;
    }
}

a {
    color:#739a64;
}

.text h1 {
font-size: 35px;
}

.mobile-logo {
    display: none !important;
}
.full-size-logo {
    display: block;
}
/* -----------------------------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>>>>>>>>> MOBILE MEDIA QUERIES<<<<<<<<<<<<<<<<<<<<<<<-*/
/* ---------------------------------------------------------------------*/
@media screen and (max-width: 912px){
    .portal_menu {
        display: none;
    }
    .logo a.full-spec {
        display: none;
    }

    .logo img {
        margin: 0 auto;
        height: 130px;
        width: auto;
        position: relative;
        top: -21px;
    }

    .contact-buttons a.phone-button span {
        display: none;
    }
.wrapper {
    width: 100%;
}
.header-wrapper {
    height: 118px;
}
.full-size-logo {
    display: none;
}
.mobile-logo {
    display: block !important;
}

.logo {
    height:77px;
    background: #Bcc9ab;
    margin-left: 25px;
    top: 15px;
    width: auto;
}


.text h1 {
    padding-bottom: 0px;
}

    a.hamburger {
        background-color: #5C61A9;
    }

    a.hamburger:hover {
        background-color: #868abd;
    }

	.hamburger {
    display: inline-block;
    margin: 12px 12px 0 0;
    position: absolute;
    top: 16px;
    right: 10px;
  }

  .header-container {
    width: 100%;
  }

  .portal_menu.open-menu {
      display: block;
      position: absolute;
      width: 100%;
      left: 0;
      z-index: 1000;
      transition: all .4s;
      visibility: visible;
      opacity: 1;
      height: 100%;
  }

  .portal_menu.open-menu h3 {
    display: none
  }

  .portal_menu.open-menu ul {
    padding: 12px 8px;
    background-color: white;
  }

  .portal_menu.open-menu li {
    padding: 8px 0;
    border-bottom: solid 1px #dadada;
    background-position: 8px 9px;
  }

  .portal_menu.open-menu li:hover,
  .portal_menu.open-menu li:active{
    background-color: #e6e6e6;
    border-radius: 4px;
  }

  .portal_menu.open-menu li:last-child {
    border-bottom: none;
  }

  .portal_menu.open-menu li a {
    padding-left: 65px;
  }

  .portal_menu li a span {
      position: relative;
      width: 100%;
      display: inline-block;
      font-size: 18px;
  }

	.main-menu {
		display: none;
	}

    body {
        padding-top:0;
        width:100%;
        margin:auto;
        overflow-x: hidden;
    }

    header {
        position:relative;
        margin-top: 0;
        text-align: center;
    }

    .main-menu {
        display:none;
    }

    .text {
        max-width:none;
        width:auto;
    }

    .text h1 {
        text-align:center;
    }

    input {
        font-size:12px;
    }

    .wrapper {
        width: 100%;
        box-shadow:none;
        min-height: 860px;
    }
    .content {
        padding: 0 22px 22px;
        width: auto;
        margin: 20px;
    }

    .content-wrapper {
        width: 100%;
    }
    .container {
        width: auto;
    }

    #seconary_nav {
      display: block;
      font-size: 22px;
      margin: 10px auto;
      text-align: center;
      width:80%;
    }
    .right-block {
      display: none;
      text-align: right;
    }

    .draggable {
      max-width: 100% !important;
    }

    #registration {margin-right:0px;}
    .content_inner {padding:0;}
    .text {padding:0px; width:auto;}

    .block label {font-size:16px; padding:12px 4px 8px;}
    .block label span {font-size:16px;}

    .menu_main {
        display:none;
    }

    .menu_main .link_active {
        display:none;
    }

    .text p.msg {
        color: #f60;
        position: relative;
        right: 0;
    }

    .draggable {
      max-width: 100% !important;
    }

    #signin_form {
        max-width: 400px;
        margin: 20px auto;
    }

    #signin_form label {
        font-size: 11px;
    }

    .bg-top-bar {
        font-size: 13px;
        padding: 9px 22px;
    }

    .soc-icons {
        display: none;
    }
    .bg-menu {
        display:block;
        width: 100%;
    }

    /*Fix Documents */
/*
    .content .document_menu {
        width: auto;
        margin: 0;
        border-radius: 16px;
    }*/

    /* Mobile Form fixes */
/*    input[type=text],input[type=password], select {
        width: 95%;
    }

    .signin_inputs input {
        width: 55%;
    }

    form label span {
        font-size: 12px;
        line-height: 1.1em;
        font-weight: normal;
    }*/

    /*Registration Form Mobile Fixes */
/*        .stats_block label, .contact_block label, .ec_block label, .insurance_block label, .zip, .city, .state, .country, .address_block .address1,.address_block .address2 {
           width: 45% !important;
           display: inline-block !important;
           float:none !important;
        }*/
        .password_block .PWD1, .password_block .PWD2{
            float:none !important;
        }

}
