/* -----------------------------------------------------------------------*/
/* >>>>>>>> PATIENT PORTAL CSS <<<<<<<<<<<<<<<<-*/
/* ---------------------------------------------------------------------*/

/*EXAMPLE OF FONT IMPORT */



@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);

@font-face {
    font-family: 'open_sansregular';
    font-display: swap;
    src: url('https://sa1s3.patientpop.com/assets/fonts/provider/OpenSans-Regular-webfont.eot');
    src: url('https://sa1s3.patientpop.com/assets/fonts/provider/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('https://sa1s3.patientpop.com/assets/fonts/provider/OpenSans-Regular-webfont.woff') format('woff'), url('https://sa1s3.patientpop.com/assets/fonts/provider/OpenSans-Regular-webfont.ttf') format('truetype'), url('https://sa1s3.patientpop.com/assets/fonts/provider/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'open_sanslight';
    font-display: swap;
    src: url('https://sa1s3.patientpop.com/assets/fonts/provider/OpenSans-Light-webfont.eot');
    src: url('https://sa1s3.patientpop.com/assets/fonts/provider/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'), url('https://sa1s3.patientpop.com/assets/fonts/provider/OpenSans-Light-webfont.woff') format('woff'), url('https://sa1s3.patientpop.com/assets/fonts/provider/OpenSans-Light-webfont.ttf') format('truetype'), url('https://sa1s3.patientpop.com/assets/fonts/provider/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'open_sansbold';
    font-display: swap;
    src: url('https://sa1s3.patientpop.com/assets/fonts/provider/OpenSans-Bold-webfont.eot');
    src: url('https://sa1s3.patientpop.com/assets/fonts/provider/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('https://sa1s3.patientpop.com/assets/fonts/provider/OpenSans-Bold-webfont.woff') format('woff'), url('https://sa1s3.patientpop.com/assets/fonts/provider/OpenSans-Bold-webfont.ttf') format('truetype'), url('https://sa1s3.patientpop.com/assets/fonts/provider/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'open_sanssemibold';
    font-display: swap;
    src: url('https://sa1s3.patientpop.com/assets/fonts/provider/OpenSans-Semibold-webfont.eot');
    src: url('https://sa1s3.patientpop.com/assets/fonts/provider/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'), url('https://sa1s3.patientpop.com/assets/fonts/provider/OpenSans-Semibold-webfont.woff') format('woff'), url('https://sa1s3.patientpop.com/assets/fonts/provider/OpenSans-Semibold-webfont.ttf') format('truetype'), url('https://sa1s3.patientpop.com/assets/fonts/provider/OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal
}

* {
    padding: 0;
    margin: 0;
}

html,
body {
    height: 100%;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "open_sansregular", Arial;
}

p {}

a {
    text-decoration: none;
}

h1 {
    color: #767561;
    font-size: 2.4em;
    line-height: 1.5em;
}

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; */
}

.wrapper {
    max-width: 100%;
}

.content {
    max-width: 900px;
    margin: auto;
    border-radius: 0;
}

/* ---------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>>>>> HEADER <<<<<<<<<<<<<<<<<<<<-*/
/* -------------------------------------------------*/
.header-wrapper {}

.top-header {}

.logo {
    display: inline-block;
}

.logo a {}

.logo img {
    height: 56px;
    margin: 10px 0px 9px 10px;
}

/* ---------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>>>>> MAIN NAV <<<<<<<<<<<<<<<<<<-*/
/* -------------------------------------------------*/

.main-menu {
    float: right;
    font-family: 'open_sanslight', 'Open Sans';
}

.main-menu ul {
    list-style-type: none;
    text-transform: uppercase;
    z-index: 100;
    padding-left: 0px;
}

.main-menu a {
    color: #0c5d9c;
}

.main-menu>ul>li {
    display: inline-block;
    position: relative;
    margin-top: 25px;
    font-size: 13px;
}

/*Little hover underline things*/
.main-menu>ul>li:after {
    display: table;
    content: "";
    height: 3px;
    position: absolute;
    background-color: transparent;
    top: 47px;
    left: 0;
    bottom: 0;
    width: 100%;
}

.main-menu>ul>li:hover:after {
    background-color: #0c5d9c;
}

.main-menu>ul>li.cta:after {
    display: none;
}

.main-menu>ul>li>a {
    text-align: center;
    letter-spacing: 1px;
    padding: 20px 6px 30px;
    height: auto;
    font: 13px/0.75 "open_sanslight", arial, sans-serif;
    transition: color 0.1s ease;
}

.main-menu ul>li:hover>a {}

.main-menu ul ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 50px;
}

.main-menu ul li:hover ul {
    visibility: visible;
    opacity: 1;
}

.main-menu ul ul>li {
    border-top: 1px solid lightgrey;
    background-color: white;
    padding: 10px 20px 10px 14px;
    width: 180px;
    line-height: 110%;
    letter-spacing: 1px;
}

.main-menu ul ul>li>a {
    opacity: 0.8;
}

.main-menu ul ul>li:hover>a {
    opacity: 1;
}

.main-menu>ul>li.cta.background-color1 {
    background-color: #7F50AC !important;
    margin-right: 24px;
    box-sizing: border-box;
}

/*.main-menu > ul > li > a.cta {
    height: 44px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 1642x;
    border: 1px solid transparent;
    margin: 16px 4px 0;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    font-size: 0.875em;
    letter-spacing: 1.5px
}*/

.main-menu>ul>li.cta {
    height: 46px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 164px;
    /*border: 1px solid transparent;*/
    margin: 16px 2px 0;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    font-size: 0.875em;
    letter-spacing: 1.5px
}

.main-menu>ul>li.cta:hover {
    filter: brightness(110%);
}

.main-menu ul li.cta a {
    display: block;
    font-family: "open_sansregular", arial, sans-serif;
    font-size: 11.375px;
    letter-spacing: 1.5px;
}

.background-color2 {
    background-color: #0c5d9c !important;
}

.main-menu .white-text {
    color: white;
}


/* --------------BOB REMOVED--------------------------------------*/
/* >>>>>>>>>>>>>>>>>>>>> CONTENT <<<<<<<<<<<<<<<<<<<<-*/
/* --------------------------------------------------*/

.banner {
    background-color: #17578a;
    height: 151px;
}

.banner h1 {
    font-size: 26px !important;
    vertical-align: center;
    text-align: center !important;
    color: #ffffff !important;
    font-family: 'Open Sans Condensed', sans-serif !important;
    -webkit-text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
    -moz-text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
    line-height: 151px;
}

.content>.content_inner>.text .pt_portal_notice_wrapper p {
    color: inherit;
}

/*.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-image: none;
    padding: 8px 16px !important;
    border: none !important;
    background-color: #0c5d9c;
    transition: all .2s;
    border-radius: 4px;
    -webkit-appearance: none;
}

#signin_form .button:hover,
#signin_form button:hover {
    filter: brightness(110%);
}

/* ----------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>>>>>> 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<<<<<<<<<<<<<<<<<<-*/
/* ---------------------------------------------------------------------*/

.content>.content_inner>.text p {
    font-size: 15px;
    line-height: 180%;
    color: #747c83;
}

.content>.content_inner>.text li {
    font-size: 15px;
    line-height: 180%;
    color: #747c83;
}

ul.logged_in_list {
    list-style-position: inside;
}

/* -----------------------------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>>>>>>>>> MOBILE MEDIA QUERIES<<<<<<<<<<<<<<<<<<<<<<<-*/
/* ---------------------------------------------------------------------*/
@media screen and (max-width: 800px) {

    .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 {
        background-color: #dedede;
        display: block;
        left: -14px;
        position: absolute;
        top: 0;
        width: calc(100% + 29px);
        z-index: 1000;
    }

    .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;
        margin-top: 50px
    }

    .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;
    }

}

@media screen and (max-width: 560px) {
	.logo img {
		max-width: 56%;
		height: auto;
	}
	
	.logo {
		text-align: left;
	}
}