/* -----------------------------------------------------------------------*/
/* >>>>>>>> PATIENT PORTAL CSS <<<<<<<<<<<<<<<<-*/
/* ---------------------------------------------------------------------*/

/*EXAMPLE OF FONT IMPORT */
/*@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600);*/
 @import url("https://use.typekit.net/chq5lez.css");


* {
    padding:0; margin:0;
}

html, body {
    height: 100%;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'calluna', serif;
}

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 {
    font-family: 'calluna', serif;
    background-color: #485b70;
    height: 73px;
    padding: 20px 0;
}

.top-header{
    padding: 0 20px;
}

.logo{

}

.logo a{

}

.logo img{
    width: 325px;
}

/* ---------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>>>>> MAIN NAV <<<<<<<<<<<<<<<<<<-*/
/* -------------------------------------------------*/

.main-menu {
    display: inline-block;
    float: right;
    position: relative;
    top:-59px;
}

.main-menu ul {
    list-style-type:none;

}

.main-menu > ul > li {
    position: relative;
    display: inline-block;
}

.main-menu > ul > li.join-btn a {
    font-family: 'europa';
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-decoration: none;
    margin-left: 1em;
    padding: 1em 1.5em !important;
    display: block;
    background-color: rgba(166,177,197,.45);
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: subpixel-antialiased;
    color: #fff;
    -webkit-transition: background-color .1s 0s ease-in-out,color .1s 0s ease-in-out;
    -moz-transition: background-color .1s 0s ease-in-out,color .1s 0s ease-in-out;
    -ms-transition: background-color .1s 0s ease-in-out,color .1s 0s ease-in-out;
    -o-transition: background-color .1s 0s ease-in-out,color .1s 0s ease-in-out;
    transition: background-color .1s 0s ease-in-out,color .1s 0s ease-in-out;
}

.main-menu ul > li > a {
    font-weight: 400;
font-style: normal;
font-size: 12px;
letter-spacing: 3px;
text-transform: uppercase;
text-decoration: none;
line-height: 1em;
color: rgba(247,249,253,.9);
display: block;
    padding: .75em 1.02em;
}

.main-menu ul > li.join-btn:hover > a {
    background-color: rgba(166,177,197,.8);
}



.main-menu ul ul {
    background-color: #485b70;
    text-align: left;
padding: 1em 0;
display: inline-block;
position: absolute;
top: 100%;
left: -.5em;
z-index: 1000;
font-size: 12px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
white-space: nowrap;
-webkit-transform: scale(1,0);
-moz-transform: scale(1,0);
-ms-transform: scale(1,0);
-o-transform: scale(1,0);
transform: scale(1,0);
-webkit-transform-origin: 0 0;
-moz-transform-origin: 0 0;
-ms-transform-origin: 0 0;
-o-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-transition: -webkit-transform .2s 0s ease-in-out;
-moz-transition: -moz-transform .2s 0s ease-in-out;
-ms-transition: -ms-transform .2s 0s ease-in-out;
-o-transition: -o-transform .2s 0s ease-in-out;
transition: transform .2s 0s ease-in-out;
}

.main-menu ul li:hover ul {
    transform: scale(1,1);
}

.main-menu ul li:hover ul {
    transform: scale(1,1);
}
.main-menu ul  li ul > li {
    opacity: 0;
       padding: 0;
       -webkit-transition: opacity .35s 0s ease-in-out;
       -moz-transition: opacity .35s 0s ease-in-out;
       -ms-transition: opacity .35s 0s ease-in-out;
       -o-transition: opacity .35s 0s ease-in-out;
       transition: opacity .35s 0s ease-in-out;
}

.main-menu ul  li:hover ul > li {
    opacity: 1;
}

.main-menu ul ul > li > a {

       -webkit-transition: opacity .05s 0s ease-in-out;
       -moz-transition: opacity .05s 0s ease-in-out;
       -ms-transition: opacity .05s 0s ease-in-out;
       -o-transition: opacity .05s 0s ease-in-out;
       transition: opacity .05s 0s ease-in-out;
}

.main-menu ul ul > li:hover > a{
    opacity: .7;
}

.content {
    border-radius: 10px;
    padding: 8px 20px 20px;
    width: 900px;
    margin: 40px auto 20px;
}

.text h1 {
    text-rendering: optimizeLegibility;
    font-family: 'europa';
    font-weight: 700;
    line-height: 1.8em;
    font-size: 32px;
    text-align: center;
    color: #1f2526;
}

.text li,
.text p {
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    letter-spacing: .4px;
    line-height: 1.6em;
    color: rgba(31,37,38,.75);
}

.portal_menu li a {
    font-size: 14px;
}

/* --------------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 {
    font-family: 'europa';
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-decoration: none;
    margin-left: 1em;
    padding: 1em 1.5em;
    border: none;
    border-radius: 0;
    margin: 0 auto;
    display: block;
    background-color: black;
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: subpixel-antialiased;
    color: #fff;
    -webkit-transition: opacity .1s 0s ease-in-out,color .1s 0s ease-in-out;
    -moz-transition: opacity .1s 0s ease-in-out,color .1s 0s ease-in-out;
    -ms-transition: opacity .1s 0s ease-in-out,color .1s 0s ease-in-out;
    -o-transition: opacity .1s 0s ease-in-out,color .1s 0s ease-in-out;
    transition: opacity .1s 0s ease-in-out,color .1s 0s ease-in-out;
}

#signin_form .button:hover,
#signin_form button:hover {
  opacity: .7;
}

p.login_extra.pwd_set_account {
    line-height: 17px;
    margin-top: 12px;
}

/* ----------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>>>>>> 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<<<<<<<<<<<<<<<<<<-*/
/* ---------------------------------------------------------------------*/
#cc_details .cc_cvc input {
    width: 48px !important;
}

/* -----------------------------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>>>>>>>>> MOBILE MEDIA QUERIES<<<<<<<<<<<<<<<<<<<<<<<-*/
/* ---------------------------------------------------------------------*/
@media screen and (max-width: 820px){

    .signin_inputs .button {
    white-space: unset;
    width: auto;
    width: auto;
    padding: 8px 0px !important;
    width: 36%;
}
	.hamburger {
    display: inline-block;
    margin: 12px 12px 0 0;
    position: absolute;
    top: 16px;
    right: 10px;
  }

  a.hamburger {
      background-color: #49a19c;
  }
  a.hamburger:hover {
    background-color: #5293bc;
}

  .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;
	}

    .logo img {
        width: 80%;
        max-width: 325px;
    }

    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 {
        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;
        }

}
