/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

    audio:not([controls]) {
        display: none;
    }

[hidden] {
    display: none;
}


/* =============================================================================
   Base
   ========================================================================== */
@font-face {
    font-family: 'SeravekBasicRegular';
    src: url('/assets/default/css/fonts/seravekbasic-regular-webfont.eot');
    src: url('/assets/default/css/fonts/seravekbasic-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/assets/default/css/fonts/seravekbasic-regular-webfont.woff') format('woff'), url('/assets/default/css/fonts/seravekbasic-regular-webfont.ttf') format('truetype'), url('/assets/default/css/fonts/seravekbasic-regular-webfont.svg?#seravek_basicregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SeravekBasicLight';
    src: url('/assets/default/css/fonts/seravekbasic-light-webfont.eot');
    src: url('/assets/default/css/fonts/seravekbasic-light-webfont.eot?#iefix') format('embedded-opentype'), url('/assets/default/css/fonts/seravekbasic-light-webfont.woff') format('woff'), url('/assets/default/css/fonts/seravekbasic-light-webfont.ttf') format('truetype'), url('/assets/default/css/fonts/seravekbasic-light-webfont.svg?#seravek_basic_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}

html, button, input, select, textarea {
    font-family: SeravekBasicRegular, Arial, Helvetica, sans-serif;
    color: #5a5a5a;
}

body {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    zoom: 100%;
    background-color: #fff;
    border-top: 2px #2B5598 solid;
    width: 100%;
}

    body.whiteTmplt {
        background-image: none;
    }

* {
    margin: 0;
    padding: 0px;
}

html, body {
    padding: 0;
    margin: 0;
    overflow-y: visible;
}


::-moz-selection {
    background: #0073cf;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #0073cf;
    color: #fff;
    text-shadow: none;
}

/* =============================================================================
   Links
   ========================================================================== */
a {
    color: #0073cf;
    text-decoration: none;
    outline: none;
}
    /*a:visited { color: #551a8b; }*/
    a:hover {
        text-decoration: underline;
    }

    /* Improve readability when focused and hovered in all browsers: h5bp.com/h */
    a:hover, a:active {
        outline: 0;
    }

    a:focus {
        outline: none;
    }

* {
    _noFocusLine: expression(this.hideFocus=true);
}
/* =============================================================================
   Typography
   ========================================================================== */
abbr[title] {
    border-bottom: 1px dotted;
}

strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
    font-style: italic;
}

dfn {
    font-style: italic;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

ins {
    background: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background: #ff0;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/* Improve readability of pre-formatted text in all browsers */
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: none;
}

    q:before, q:after {
        content: "";
        content: none;
    }

small {
    font-size: 85%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

p {
    line-height: 20px;
    margin-bottom: 12px;
}

h1 {
    font-size: 30px;
    font-weight: normal;
    padding-bottom: 16px;
    line-height: 40px;
    color: #002244;
    font-family: SeravekBasicLight, Arial, Helvetica, sans-serif;
}

h2 {
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 12px;
    margin-top: 4px;
    line-height: 28px;
    color: #333333;
    font-family: SeravekBasicLight, Arial, Helvetica, sans-serif;
}

h3 {
    font-size: 19px;
    font-weight: normal;
    margin-bottom: 12px;
    margin-top: 18px;
    font-family: SeravekBasicLight, Arial, Helvetica, sans-serif;
    color: #333333;
}

h4 {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 6px;
    font-family: SeravekBasicLight, Arial, Helvetica, sans-serif;
    color: #505050;
}

h5 {
    font-size: 15px;
    margin-bottom: 6px;
    font-family: SeravekBasicLight, Arial, Helvetica, sans-serif;
    color: #505050;
}

h6 {
    font-size: 15px;
    font-weight: normal;
    color: #7c109a;
    margin-bottom: 6px;
}
/* =============================================================================
   Lists
   ========================================================================== */
dd {
    margin: 0 0 0 40px;
}

nav ul, nav ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

ol {
    padding: 0;
    margin: 0 0 12px 52px;
}

    ol li {
        background: none !important;
        padding: 0 0 8px 0 !important;
    }

ul {
    list-style: none outside none;
    padding: 0;
}

li {
    padding: 0;
}

/* =============================================================================
   Embedded content
   ========================================================================== */

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: top;
}

svg:not(:root) {
    overflow: hidden;
}

/* =============================================================================
   Figures
   ========================================================================== */

figure {
    margin: 0;
}

/* =============================================================================
   Forms
   ========================================================================== */
form {
    margin: 0;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/* Indicate that 'label' will shift focus to the associated form element */
label {
    cursor: pointer;
}

legend {
    border: 0;
    *margin-left: -7px;
    padding: 0;
    white-space: normal;
}

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
    padding: 5px 0;
    border: 1px solid #A5A4A4;
}

.search-form button, .search-form input, .search-form select, .search-form textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
    border: none;
    padding: 0 0 0 6px;
}

button, input {
    line-height: normal;
}

    button, input[type="button"], input[type="reset"], input[type="submit"] {
        background: #0475D0;
        border: 1px solid #0475D0;
        border-radius: 5px 5px 5px 5px;
        color: #FFFFFF;
        cursor: pointer;
        font-size: 10px;
        font-weight: bold;
        height: 28px;
        margin-top: 6px;
        padding: 0 16px;
        text-transform: uppercase;
    }

    input[type="checkbox"], input[type="radio"] {
        box-sizing: border-box;
        padding: 0;
        *width: 13px;
        *height: 13px;
        border: none;
    }

    input[type="search"] {
        -webkit-appearance: textfield;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

        input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
            -webkit-appearance: none;
        }

.site-search {
    color: #737373;
    font-size: 11px;
    position: relative;
    top: 3px;
}

    .site-search input[type="text"] {
        padding: 4px 40px 6px 6px;
        border: 1px solid #e3e3e3;
        color: #737373;
    }

    .site-search button, .site-search input[type="button"], .site-search input[type="reset"], .site-search input[type="submit"] {
        background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAARCAYAAAAG/yacAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo1RjczQzVBREEwMkFFMjExQjhDRERDNTBFMDREMzJGNCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozNkI3Q0NEMjY0Q0MxMUUyOTcyRkI0MkM2ODlCRkIxMSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozNkI3Q0NEMTY0Q0MxMUUyOTcyRkI0MkM2ODlCRkIxMSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjRDQ0RGNUYwRDQ1NUUyMTE4RDkyODUxNTczQkIwODVBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjVGNzNDNUFEQTAyQUUyMTFCOENEREM1MEUwNEQzMkY0Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+zaEJ8QAAAV9JREFUeNqMkk0oRFEUx++7hC1lCimxFYXsrCYfWU8WTLHxEWvUsJ1EGkvZUmPnMyFZ2vjKGrsJC1JKg1LX70zn6XkN41+/zn3nnf+95354zjkjmjn0SghR6INWKIIr2IG9ZLd7NSpPTBhqGCdh0OTXNkxivMmZEgemnJiGHi24hzP4gHao0/wpxDBmLIOhgEFa6YK4rtoJa/pPJpigK1vMYECT5zDOTHeBtm4pGiNW635jsGwDy2+FDDmRyxJW9bMeGqyekujR/K4n/+CgTExvmmj8w9SmUWqfxXSpiTj9R8PV5FoIo/opp3otR97LYANKIQNLcAyf0CH3I/sAudwR9rgup7cPCZiHWkjp/sRUFVj0BDZlYHE6SOl9XWhBZcggaoLm72cU6L9Cf0h817gIES3Zhf4fpnxioilt3dewNYW1ou/O13RBE/t9IcxCVlOR/6wkxiPCHDzAwpcAAwBLt2myLsUuVQAAAABJRU5ErkJggg==) no-repeat 95% 0;
        border: none;
        height: 20px;
        display: block;
        cursor: pointer;
        margin-top: 0px;
        width: 17px;
        line-height: 0;
        text-indent: -999px;
        position: absolute;
        right: 6px;
        top: 4px;
        border-radius: 0;
        padding: 0;
    }

        .site-search button:hover, .site-search input[type="submit"]:hover {
            background-position: 95% 0;
        }

    .site-search label {
        display: none;
    }

    .site-search .errortext {
        text-align: right;
    }

.article .errortext {
    display: block;
    overflow: hidden;
    width: 100%;
    padding-top: 6px;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
    padding-left: 4px;
}

.placeholder {
    color: #aaa;
}

/* Colors for form validity */
input:valid, textarea:valid {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

input:invalid, textarea:invalid {
    background-color: #f0dddd;
}

.search-form {
    display: inline;
    float: right;
    margin: 0;
    padding: 0;
}

    .search-form .text {
        vertical-align: baseline;
        width: 180px;
    }

option {
    padding-left: 3px;
}

/* =============================================================================
   Tables + List
   ========================================================================== */

table {
}

td {
    vertical-align: top;
}

th {
    text-align: left;
    padding: 16px 11px;
}

.data-grid {
    border-spacing: 0;
    margin-bottom: 22px;
    margin-top: 12px;
    width: 100%;
    border: 1px solid #EDEDED;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    .data-grid th {
        background-color: #fafafa;
        border-left: 1px solid #EDEDED;
        border-radius: 5px;
        font-family: SeravekBasicRegular, Arial, Helvetica, sans-serif;
        font-size: 15px;
        color: #2A2A2A;
    }

    .data-grid td {
        border-left: 1px solid #EDEDED;
        padding: 10px;
    }

        .data-grid td:first-child, .data-grid th:first-child {
            border-left: none;
        }

    .data-grid tr {
        background-color: #f4fafe;
    }

    .data-grid .odd {
        background-color: #fff !important;
    }
/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */
.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: black;
    padding: 0.2em 0;
}

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px);
}

.ui-helper-reset {
    margin: 0 !important;
    padding: 0 !important;
    border: none;
    outline: 0 !important;
    line-height: 1.3 !important;
    text-decoration: none !important;
    font-size: 100% !important;
    list-style: none !important;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
    content: "";
    display: table;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-clearfix {
    zoom: 1;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}

/* ==|== primary styles =====================================================
   Author: Isaiah Cornejo--==MedTouch==-- 2012
   ========================================================================== */
.clear {
    clear: both;
}

.right {
    float: right;
    margin-left: 12px;
}

.left {
    float: left;
    margin-right: 12px;
}

.pipe {
    padding: 0 6px;
}

.separator {
    padding: 0 2px;
    font-size: 13px;
}

.bold {
    font-weight: bold !important;
}

.carat {
    letter-spacing: -3px;
}

.date {
    display: block;
}

.red {
    color: #a80532;
}

.divider {
    display: block;
    width: 2px;
    height: 15px;
}

.no-border {
    border: none;
}

/*===============================================HEADER===========================================================*/
header {
}

    header .top {
        margin: 2px auto 0;
        max-width: 962px;
        position: relative;
        overflow: hidden;
    }

.logo {
    float: left;
    margin-bottom: 22px;
    padding-top: 46px;
    max-width: 450px;
}

.ie-print {
    display: none !important
}

.no-svg .logo {
    background: url("/assets/default/images/logo.png") no-repeat bottom;
}

    .no-svg .logo img {
        opacity: 0;
        filter: alpha(opacity=0);
    }

.inside {
}

header .right-top {
    float: right;
}

header .tools {
}

.tools .inner {
}

header .tools-nav {
    list-style: none outside none;
    margin: 0 0 0 22px;
    overflow: hidden;
    padding: 0;
    float: left;
}

    header .tools-nav li {
        float: none;
        text-align: left;
    }

        header .tools-nav li:first-child {
            padding-top: 14px;
        }

        header .tools-nav li a {
            color: #0073cf;
            font-weight: normal;
            padding-left: 12px;
        }

.tools-nav {
    float: right;
}

    .tools-nav ul {
        border-left: 1px solid #C3C3C3;
    }

    .tools-nav .employer {
        border: none !important;
    }

    .tools-nav li {
        display: block;
        float: left;
        position: relative;
        text-align: center;
        font-size: 12px;
    }

        .tools-nav li a {
            color: #666;
            font-weight: bold;
            padding: 4px 0 4px 16px;
            text-decoration: none;
        }

            .tools-nav li a:hover {
                text-decoration: underline;
            }

            .tools-nav li a.btn-link {
                font-size: 1.2em !important;
            }

.top > a.btn-link {
    display: none;
}

.top > a.lock {
    display: none;
}

.btn-go {
    margin-top: 5px;
}

.lock {
    background: #0073cf;
    border-radius: 3px;
    color: #fff !important;
    display: inline-block;
    font-size: 1.2em;
    text-decoration: none;
    margin-left: 6px;
    margin-top: -5px;
    padding: 5px 7px !important;
    white-space: nowrap;
    line-height: normal;
}

.lock, .gift {
    display: inlin-block;
}

    /*.lock .after {position: relative; top: 2px; margin: 0 0 0 3px;}*/
    .lock:before, .gift:before {
        content: " ";
        background-image: url(/assets/default/images/sprite.png);
    }
    /*.lock:after {*after: url("/assets/default/images/ie7lock.png"); *content: url("/assets/default/images/ie7lock.png");}*/

    .lock:before {
        background-position: -204px -109px;
        float: right;
        height: 8px;
        margin: 4px 0 0 3px;
        padding: 0;
        width: 6px;
    }

    .gift:before {
        background-position: -202px -118px;
        float: right;
        height: 9px;
        margin: 3px 0 0 3px;
        padding: 0;
        width: 8px;
    }
/*===============================================NAV===========================================================*/
nav.primary-nav {
    position: relative;
    /*width: 100%;*/
    z-index: 999;
    font-family: SeravekBasicRegular, Arial, Helvetica, sans-serif;
    height: 45px;
}


nav a.nav-btn {
    display: none;
}

.nav-collapse.collapse, .always {
    overflow: visible;
    display: block;
}
/* --------------------------------------- MAIN NAV --------------------------------------- */
.main-nav {
    margin: 0 auto;
    max-width: 962px;
    clear: both;
}

.top-nav li {
    display: block;
    float: left;
    line-height: 18px;
    padding: 0 10px;
    position: relative;
    text-align: center;
    margin: 0 2px 8px;
}

.top-nav {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: relative;
}

    .top-nav li:first-child {
        background: none;
    }

    .top-nav li:hover {
        background-color: #0073cf;
        border-radius: 5px 5px 5px 5px;
        border-bottom: none;
        margin: 0 2px 7px;
    }

        .top-nav li:hover a {
            color: #fff;
        }

    .top-nav .nav-on {
        background-color: #0073cf !important;
        border-radius: 5px 5px 5px 5px;
        padding: 0 8px;
        border-bottom: none;
    }

        .top-nav .nav-on a {
            color: #fff;
        }

    .top-nav li a {
        color: #5A5A5A;
        display: block;
        outline: 0 none;
        position: relative;
        text-decoration: none;
        width: auto;
        padding: 9px 0;
        font-size: 15px;
    }

    .top-nav li:hover a {
        color: #fff;
    }

a#openSubNav {
    display: none;
}

.dd-1, .dd-2 {
    display: none;
}

.top-nav li:hover .dd-1, .top-nav li:hover .dd-2 {
    display: block;
    margin: 4px auto;
    float: left;
    position: absolute;
    left: 0;
    text-align: left;
    padding: 0;
    background-color: #fdfdfd;
    border: 1px solid #efefef;
    *border-top: 0;
    color: #30404a;
    border-radius: 0 5px 5px 5px;
}

.dd-1 {
    width: 210px; /*height: 320px;*/
    z-index: -999;
}

.dd-2 {
    width: 360px; /*height: 320px;*/
    z-index: -999;
}


.dd-shell {
    border-radius: 0 5px 0 0;
    border-top: 9px solid #0073CF;
    overflow: hidden;
    padding: 22px 18px 18px 18px;
}

.align-right {
    border-radius: 5px 0 5px 5px;
}

    .align-right .dd-shell {
        border-radius: 5px 0 0 0; /*right radius*/
    }

.dd-shell .button {
    background: #0475d0;
    font-size: 10px;
    height: 21px !important;
    margin: 4px 0;
    text-align: center;
    text-transform: uppercase;
    color: #fff !important;
    display: table;
    padding: 5px 10px 0;
    font-weight: bold;
    border: 1px solid #0475d0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

    .dd-shell .button:hover {
        text-decoration: none !important;
    }

.dd-content {
    padding: 12px 0 0 26px;
}

    .dd-content a {
        display: inline !important;
    }

    .dd-content h4, .dd-content h3 {
        margin-bottom: 6px;
    }

    .dd-content h3 {
        margin-bottom: 12px !important;
        padding-bottom: 0 !important;
        font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
    }

        .dd-content h3 a {
            padding: 0;
            height: auto;
            color: #71212c !important;
            font-size: 16px !important;
            cursor: pointer;
        }

.top-nav li:hover .dd-1,
.top-nav li:hover .dd-2 {
    left: -1px;
    top: 25px;
}

.dd-1 .dd-column {
    width: 100%;
}

.dd-column:first-child {
    border-right: none;
    padding-left: 0;
}

.dd-column {
    display: inline;
    float: left;
    position: relative;
    margin-bottom: 12px;
    margin-bottom: 18px;
}

.top-nav .menu-right {
    float: right;
    margin-right: 0px;
}

.top-nav li:hover .align-right {
    left: auto;
    right: -1px;
}

.top-nav li:hover div a {
    font-size: 13px;
    text-transform: none;
    font-weight: normal;
}

    .top-nav li:hover div a:hover {
        text-decoration: underline;
    }

.top-nav li ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .top-nav li ul li {
        font-size: 12px;
        position: relative;
        margin: 0;
        float: none;
        text-align: left;
        border-bottom: 1px solid #D9D9D9;
        height: auto;
        padding: 6px 0;
        background: none;
    }

.top-nav li li a {
    height: auto;
}

.button-core {
    clear: both;
    *width: 50%;
}

.dd-1 .button-core {
    *width: 90%;
}

.sub {
    border-right: 1px solid #D9D9D9;
}

.no-border {
    border-right: 0 !important;
}

.sub:first-child {
    padding-left: 0 !important;
}

.sub li:first-child {
    border-top: 1px solid #D9D9D9;
}

    .sub li:first-child:hover {
        border-top: 1px solid #D9D9D9;
    }

.sub li {
    line-height: 18px !important;
    background: none !important;
}

.top-nav li:hover .sub li a {
    padding: 0 !important;
    color: #0073cf;
}

.sub li:hover {
    border: none;
    border-bottom: 1px solid #D9D9D9;
    border-radius: 0;
    margin: 0;
    color: #0073cf;
}


.nav-item:hover {
    background-color: #7c109a;
}

    .nav-item:hover .level-2 {
        border: none !important;
    }

.level-1 {
    padding-left: 12px !important;
    line-height: 18px;
}

    .level-1:hover {
        background-color: #7c109a !important;
        color: #ffffff !important;
    }

        .level-1:hover a {
            color: #ffffff !important;
            text-decoration: none !important
        }

.nav-item .level-3:hover {
    color: #6d1f2a !important;
}

.level-2 {
    padding-left: 24px !important;
    background: none !important;
    font-size: 12px;
}

    .level-2:hover {
        background-color: #7c109a !important;
        color: #ffffff !important;
    }

        .level-2:hover a {
            color: #FFFFFF !important;
            text-decoration: none !important;
        }

.level-3 {
    padding-left: 20px !important;
    background: none !important;
    border: 1px solid #ffffff !important;
}

    .level-3 a:hover {
        color: #6d1f2a !important;
        text-decoration: underline;
        background: none;
    }

    .level-3 .nav-item .in {
        color: #6d1f2a !important;
    }

.on {
    background: #7c109a !important;
    color: #fff;
    padding: 8px 15px 8px 0;
}

    .on a {
        color: #fff;
    }


.nav-item {
}

    .nav-item:first-child {
        border: none;
    }

.expanded {
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    background: #fff;
}

.in {
    font-family: SeravekBasicLight, Arial, Helvetica, sans-serif;
    font-size: 16px;
}

/*===============================================HERO SECTION===========================================================*/
.wrapper {
    overflow: hidden;
    width: 100%;
}

.hero {
    height: 527px;
    overflow: hidden;
    position: relative;
}

.hero-content {
    height: 100%;
    margin: 2px auto;
    position: relative;
}

/*=======MAIN SLIDER======*/
.slider li .inner {
    margin-top: 32px;
}

.slider-holder {
    position: relative;
    margin-bottom: 20px;
    clear: both;
    width: 100%;
    z-index: 0;
}

.slider {
    width: 100%;
    height: 527px;
    position: relative;
    overflow: hidden; /*padding:0 21px;*/
}

    .slider ul {
        list-style: none;
        list-style-position: outside;
    }

    .slider h2 {
        clear: both;
        color: #fff;
        display: block;
        overflow: hidden;
        position: relative;
    }

    .slider ul li {
        background-position: 50% 0 !important;
        background-repeat: no-repeat !important;
        float: left;
        height: 527px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        display: flex;
        justify-content: center;
    }

    .slider > ul li, .thumbs-wrapper > .thumbs {
        display: none;
    }
    /*  Avoids image jumping */
    .slider li a {
        color: #fff;
        width: 100%;
        display: block;
    }

    .slider li img {
        left: 0;
        position: absolute;
        top: 0;
    }

    .slider .copy {
        color: #FFF;
        width: 962px;
        margin: 0px auto;
        overflow: hidden;
        font-size: 13px;
    }

.blue {
    background-color: blue;
}

.slider h4 {
    color: #FFF;
    font-size: 16px;
    text-shadow: rgba(0,0,0,0.5) 0px 1px 0px;
    text-transform: uppercase;
}

.slider p {
    color: #FFF;
}

    .slider p a {
        color: #FFF;
        text-decoration: underline;
    }

        .slider p a:hover {
            text-decoration: none;
        }

.copy ul {
    margin: 0;
    overflow: hidden;
    padding: 0 0 22px;
    float: left;
    /*width: 210px;*/
}

    .copy ul li {
        height: auto;
        padding: 2px 0;
        width: 100%;
    }

.slider .copy .list {
    width: 100%;
    float: left;
    margin-right: 25px;
    height: 260px;
}

.copy .image {
    overflow: hidden;
}

@media screen and (max-width:1024px) {
    .slider, .slider ul li {
        height: 400px
    }
}
/*THUMBS*/
.thumbs-core {
    position: relative;
    max-width: 962px;
    *width: 982px;
    margin: 0 auto;
}

.thumbs-wrapper {
    bottom: 50px;
    left: 0;
    overflow: hidden;
    position: absolute;
    *width: 982px;
    max-width: 962px
}


.thumbs {
    height: 80px;
    *height: auto;
    width: 434px;
    *width: 982px;
    position: relative;
    overflow: hidden;
    padding-top: 7px;
}

    .thumbs a {
        margin-bottom: 8px;
        width: 215px;
        height: 107px;
        outline: 0 none;
        margin-right: 30px;
        float: left;
        background: #fff;
        font-size: 18px;
        line-height: 24px;
        text-decoration: none;
        color: #333333;
        background: url(/assets/default/images/slide-tab.png) no-repeat bottom transparent;
    }

        .thumbs a:hover {
            text-decoration: underline;
        }

        .thumbs a .title {
            padding: 35px 18px;
            width: 50%;
            font-family: SeravekBasicLight, Arial, Helvetica, sans-serif;
            *cursor: pointer;
        }

        .thumbs a img {
            width: 94px;
            height: 69px;
            float: left;
        }

.selected .title {
    padding-top: 49px !important
}

.thumbs a.selected {
    height: 107px;
    position: relative;
    top: -4px;
    opacity: 1;
    background: url(/assets/default/images/slide-tab-selected.png) no-repeat bottom transparent;
    color: #000;
}

    .thumbs a.selected img {
        height: 76px;
    }

.thumbs-mobile {
    display: none;
}
/*=======END MAIN SLIDER======*/

/*=======HOME MODULES======*/
.ticker {
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    float: left;
    height: 23px;
}

    .ticker li {
        width: auto;
    }

    .ticker a {
        color: #3f9b36;
    }

.news {
    border-top: 2px solid #F0F0F0;
    border-bottom: 2px solid #f0f0f0;
    font-size: 13px;
    overflow: hidden;
    padding: 8px 0;
    position: relative;
    margin-top: 2rem;
}

    .news .title {
        border-right: 2px solid #E3E3E3;
        color: #7BB700;
        float: left;
        font-size: 18px;
        height: 25px;
        margin-right: 12px;
        padding-right: 12px;
        font-family: SeravekBasicLight, Arial, Helvetica, sans-serif;
    }

    .news .viewall {
        position: absolute;
        right: 0;
    }

        .news .viewall a {
            color: #9bca40;
            font-size: 16px;
        }


.feature-mobile, .news-mobile, .mobile-call, .mobile-section {
    display: none;
}
/*=======HOME MODULES======*/


/*=====================================================MAIN===================================================*/
#main_1_pnlMakeAppointment, .callout.weight-loss-program {
    display: none;
}

.column.col-6 .callout.weight-loss-program {
    display: block;
}

.main-content {
    margin: 0 auto;
    max-width: 962px;
}

.home .main-content {
    margin: 0 auto;
    max-width: 962px;
    overflow: visible;
}

.content {
    padding: 0 18px 12px;
}

    .content ul {
        margin-bottom: 6px;
        margin-left: 16px;
        margin-top: 12px;
    }

.contentList ul {
    margin: 0;
}

.content li, .module-pd-related li, .contentList li {
    background: url("/assets/default/images/sprite.png") no-repeat scroll 0 -215px transparent;
    padding-left: 14px;
    padding-bottom: 6px;
}

.module-pd-related li {
    background-position: 0 -112px !important;
}

.column {
    float: left;
    padding: 0;
}

.col-1 {
    width: 95%;
}

.col-2 {
    padding: 21px 0;
    position: relative;
    max-width: 662px;
    background: #fff;
    -moz-box-shadow: 0 0 10px #e4e5e7;
    -webkit-box-shadow: 0 0 10px #e4e5e7;
    box-shadow: 0 0 10px #e4e5e7;
    border: 1px solid #e2e4e6;
}

.content .two-col {
    margin-left: 0.3em
}

    .content .two-col li {
        width: 43%;
        margin: 0.65em 1.2em 0 0;
        float: left;
        border-bottom: 1px solid #ccc;
        font-size: 1.47em;
        padding-bottom: 1em;
    }

    .content .two-col .last-row {
        border-bottom: none;
    }
/*=====================================================TOOLS===============================*/
.breadcrumbs {
    float: left;
    width: 70%;
    padding-top: 15px;
}

    .breadcrumbs a {
        color: #0083be;
    }

.tool-block {
    width: 100%;
    margin-bottom: 22px;
    overflow: hidden;
    font-size: 11px;
    border-bottom: 2px solid #ededed;
    border-top: 2px solid #EDEDED;
}

.site-tools {
    float: right;
    border-left: 1px solid #e3e3e3;
    padding: 12px 0
}

.tool-block .tools-nav li a {
    padding: 0 12px;
    font-weight: normal;
}

.site-tools .share a {
    border-left: 1px solid #868686;
}
/*Addthis fix======
#at20mc div { display: none;}
Addthis fix======*/
.site-tools .text a {
    border: 1px solid #F2F2F2;
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: block;
    float: left;
    height: 20px !important;
    margin: 0 3px;
    padding-left: 6px !important;
    padding-right: 6px !important;
    padding-top: 2px !important;
}

.aaa {
    margin-top: 3px;
}

.text {
    margin-top: 0;
}

.aaa a.zoom_out {
    font-size: 100%;
}

.aaa a.zoom_in {
    font-size: 130%;
}

.aaa a.zoom_big {
    font-size: 160%;
}
/*=====================================================TOOLS===============================*/
.main-content .tools-nav {
}

    .main-content .tools-nav a {
        color: #7ab800;
    }

.col-3 {
    margin-left: 12px;
    float: right;
    max-width: 312px;
}

.col-4 {
    max-width: 174px;
}

.col-5 {
    max-width: 557px;
    width: 100%
}

    .col-5 .search-option {
        width: 45%;
    }

    .col-5 .search-option-submit {
        height: 30px;
        width: 95%;
    }

    .col-5 .divider {
        background: none;
        width: 100%;
        border-top: 1px solid #CCCCCC
    }

    .col-5 .div_section {
        margin-bottom: 22px;
    }

.col-6 {
    width: 25%;
    float: right;
}

    .col-6 .left-nav {
        border-top: 1px solid #EDEDED;
        border-radius: 5px;
    }

    .col-6 .module-results {
        overflow: hidden;
    }

    .col-6 .ui-accordion {
        width: auto;
    }

        .col-6 .ui-accordion .ui-accordion-content {
            padding: 0;
            margin-top: 0px;
            border: 1px solid #EDEDED !important;
            border-top: 0 !important;
        }

        .col-6 .ui-accordion .ui-accordion-header.ui-state-default {
            margin-bottom: 0px !important;
        }

        .col-6 .ui-accordion .ui-state-active.ui-accordion-header {
            margin-bottom: 0 !important;
            border-radius: 5px 5px 0 0;
        }

    .col-6 .ui-accordion-icons.ui-accordion-header a {
        color: #7c109a;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAdCAIAAADkY5E+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpDREIyRUY4MzYxMjJFMDExOTQwOUQ3M0Q5RUY4NzIwNyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpBMEQwQjQzODJDRTcxMUUyOTBFMUFBODZDQ0Q0RjM0RSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpBMEQwQjQzNzJDRTcxMUUyOTBFMUFBODZDQ0Q0RjM0RSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2NzczQzVBREEwMkFFMjExQjhDRERDNTBFMDREMzJGNCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDREIyRUY4MzYxMjJFMDExOTQwOUQ3M0Q5RUY4NzIwNyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Puril6MAAAAiSURBVHjaYv779y8TAwMDHP///58gmxgxbHIgzMjICBBgALhzFSS/ck89AAAAAElFTkSuQmCC) repeat-x scroll center bottom #FDFDFD;
        border-radius: 5px 5px 0 0;
    }
    /*ui*/
    .col-6 .ui-state-active, .col-6 .ui-widget-content .ui-state-active, .col-6 .ui-widget-header .ui-state-active {
        background: #F3F3F3 !important;
        border: 1px solid #EDEDED !important;
    }

    .col-6 .ui-accordion-header .ui-icon.ui-icon-triangle-1-e {
        background: url("/assets/default/images/sprite.png") no-repeat scroll -152px 0px transparent !important;
        height: 10px;
        width: 9px !important;
    }

    .col-6 .ui-accordion-header.ui-state-active .ui-icon {
        background-position: -152px -12px !important;
    }

    .col-6 .ui-icon {
        background-position: -152px 0 !important;
    }

    .col-6 .ui-icon {
        background-position: -152px 0 !important;
    }

    .col-6 .ui-icon-triangle-1-s {
        background-position: -152px -12px !important;
    }

    .col-6 .expanded {
        background: none;
        border: none;
    }

    .col-6 .in {
        padding: 0 0 0 12px !important;
    }

    .col-6 .ui-widget-content {
        border-top-right-radius: 0px;
        border-top-left-radius: 0px;
    }

        .col-6 .ui-widget-content div:last-child {
            border-radius: 0px 0px 5px 5px;
        }

.col-7 {
    float: right;
    width: 80%;
}

    .col-7 .listing, .col-8 .listing {
        width: 100%;
    }

    .col-7 .listing {
        padding: 12px;
        width: auto;
    }

.col-8 {
    width: 75%;
}

    .col-8 .content {
        padding-left: 0;
    }

.news-module {
    margin-bottom: 16px;
    overflow: hidden;
    padding: 12px 60px 0 22px;
}

    .news-module h3 {
    }

        .news-module h3 img, .more img, .more-b img {
            margin-left: 12px;
        }

    .news-module a {
        text-decoration: none;
    }

.news-pic {
    border: 1px solid #dfe4e7;
    padding: 6px;
}


.col-7 .search-option .hasDatepicker, .col-8 .search-option .hasDatepicker {
    width: 49%;
    box-sizing: border-box;
    *width: 142px;
}

.module-nw-latest {
    padding-top: 12px;
}

.callout {
    border: 1px solid #e2e4e6;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAdCAIAAADkY5E+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpDREIyRUY4MzYxMjJFMDExOTQwOUQ3M0Q5RUY4NzIwNyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpBMEQwQjQzODJDRTcxMUUyOTBFMUFBODZDQ0Q0RjM0RSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpBMEQwQjQzNzJDRTcxMUUyOTBFMUFBODZDQ0Q0RjM0RSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2NzczQzVBREEwMkFFMjExQjhDRERDNTBFMDREMzJGNCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDREIyRUY4MzYxMjJFMDExOTQwOUQ3M0Q5RUY4NzIwNyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Puril6MAAAAiSURBVHjaYv779y8TAwMDHP///58gmxgxbHIgzMjICBBgALhzFSS/ck89AAAAAElFTkSuQmCC) repeat-x scroll center bottom #FDFDFD;
    padding: 12px;
    overflow: hidden;
    position: relative;
    margin-bottom: 12px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 12px;
    line-height: 16px;
}
.callout--visible-mb{
    display:block !important

}

    .callout a {
        color: #3f9c35;
    }

    .callout h4 {
        margin: 6px 0 12px;
    }

    .callout li {
        padding: 4px 0;
    }

    .callout p {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 0;
    }



.content .callout {
    background: none;
    border: none;
    font-size: 13px;
    padding: 0;
}

    .content .callout a {
        color: #0073CF;
    }

.module-pd-related li {
    padding: 2px 0 6px 14px;
}

.custom {
    padding: 0;
    font-size: 14px !important;
}

    .custom h4 {
        font-size: 22px;
        line-height: 24px;
        padding: 6px 12px 0;
    }

    .custom a {
        color: #5A5A5A;
        display: block;
        padding: 6px 50px 6px 20px;
    }

    .custom li {
        border-top: 1px solid #ebebeb;
    }

        .custom li:first-child {
            border: none;
        }

        .custom li a {
            background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAeCAYAAADzXER0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA7VpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wUmlnaHRzPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvcmlnaHRzLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcFJpZ2h0czpNYXJrZWQ9IkZhbHNlIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6Q0RCMkVGODM2MTIyRTAxMTk0MDlENzNEOUVGODcyMDciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RUM2Q0U1RjY2MDI4MTFFMjlCOThFQzVDRTAxMkQxMzYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RUM2Q0U1RjU2MDI4MTFFMjlCOThFQzVDRTAxMkQxMzYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0MEI1MjgzMzM3NUZFMjExQkExRURGNzg0QkY2QjVBOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDREIyRUY4MzYxMjJFMDExOTQwOUQ3M0Q5RUY4NzIwNyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pr3GV38AAAC+SURBVHjaYvz//z8DuYCJgQLA9Pnz59QlS5ZoAjFZNvsDsTz9nT2qeahoZiFGEWPJBQMg1Q/Egf97DD6QanM9EDsA8X5ynJ0IxBeA2ADoin6SNEOdCjIARBcADUggKcCABlyAGgAC/aBwICm0gQZsAFILgFgAiOeTpBloWwCQSoA6P5GJBI2g6JoP5RaCvMFEpEYBqEYQPQGocQEpAQbSCLL5AlBjIUkpDAgaobYGkpw8odHkOJqfB1IzQIABAB4uOBi8Hn0rAAAAAElFTkSuQmCC) no-repeat scroll 93% 0 transparent;
        }

.bluebox {
    padding-top: 13px;
    font-size: 18px;
    color: #ffffff;
    background: #0073cf;
}

    .bluebox .shell {
        padding: 0 0 12px 11px;
    }

    .bluebox h3 {
        font-family: SeravekBasicRegular,Arial,Helvetica,sans-serif;
        font-size: 26px;
        font-weight: 600;
        color: #FFFFFF;
        margin-bottom: 0;
        margin-top: 0; /* NEW ISAIAH ADD TO BLUEBOX H3 Must REVIEW=========*/
    }

    .bluebox p {
        font-size: 18px;
        margin-bottom: 0;
        line-height: 16px;
        margin-top: 12px;
    }

    .bluebox a {
        color: #fff;
        text-decoration: none;
        padding: 0;
        display: inline;
    }

.blue-links a {
    color: #0073cf;
}

.article {
    margin-bottom: 12px;
    overflow: hidden;
    padding-top: 12px;
}

.widget {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAzCAIAAADZxfV4AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpDREIyRUY4MzYxMjJFMDExOTQwOUQ3M0Q5RUY4NzIwNyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozNUExQzkxNDJEMEQxMUUyQkUwMTg1QUIzQTMyQTQ3RCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozNUExQzkxMzJEMEQxMUUyQkUwMTg1QUIzQTMyQTQ3RCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4MkYyNjUwNUY0MkNFMjExQkFFREQ4OTg4N0M1OTI5RiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDREIyRUY4MzYxMjJFMDExOTQwOUQ3M0Q5RUY4NzIwNyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvJ8fzAAAAAgSURBVHjaYv779y/T////mRgYGAYMU2o/IyMjCAMEGACjLQlfyffxZwAAAABJRU5ErkJggg==) repeat-x scroll center bottom #fdfdfd;
    border: 1px solid #f7f7f7;
    line-height: 18px;
    margin-bottom: 16px;
    max-width: 240px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

    .widget h6 a {
        color: #7c109a;
    }

.widget-content {
    padding: 12px 12px;
    text-align: left;
    font-size: .85em
}

.widget .img-holder {
    overflow: hidden;
    position: relative;
    margin-bottom: 8px
}

.widget .title {
    display: block;
    margin-bottom: 8px;
    font-size: 13px;
}

.widget a {
    text-decoration: none;
}

    .widget a:hover {
        text-decoration: underline;
    }

.widget p {
    line-height: 18px;
}

.notification {
    border: 1px solid #efefef;
    overflow: hidden;
    background: #f4fafe;
    border-radius: 5px;
}

    .notification .inner {
        padding: 16px;
    }

    .notification p {
        margin-top: 12px;
        margin-bottom: 0;
    }

.info-balloon-wrapper {
    margin: 2em 0;
    padding: 0;
    width: 100%;
}

.info-balloon {
    width: 100%;
    border: solid 1px #e4e4e6;
    border-bottom: none;
    color: #646464;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
    position: relative;
}

    .info-balloon a {
        color: #7ab700;
    }

    .info-balloon p, .info-balloon .balloon-right a {
        margin-bottom: 0;
    }

    .info-balloon .balloon-right a {
        font-size: 1.2em;
    }

    .info-balloon .balloon-right .title + p {
        line-height: 1.4em;
    }

    .info-balloon .balloon-left p {
        line-height: 1.25em;
    }

    .info-balloon .balloon-left {
        font-size: 1.6em;
        margin: 0;
        float: left;
        width: 49%;
        padding: 3%;
        background: rgb(252,255,248);
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmZmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYWZkZjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, rgba(252,255,248,1) 0%, rgba(250,253,244,1) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,255,248,1)), color-stop(100%,rgba(250,253,244,1)));
        background: -webkit-linear-gradient(top, rgba(252,255,248,1) 0%,rgba(250,253,244,1) 100%);
        background: -o-linear-gradient(top, rgba(252,255,248,1) 0%,rgba(250,253,244,1) 100%);
        background: -ms-linear-gradient(top, rgba(252,255,248,1) 0%,rgba(250,253,244,1) 100%);
        background: linear-gradient(to bottom, rgba(252,255,248,1) 0%,rgba(250,253,244,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff8', endColorstr='#fafdf4',GradientType=0 );
        padding-bottom: 999em;
        margin-bottom: -999em;
        border-right: 1px solid #e4e4e6;
        margin-right: -1px;
    }

        .info-balloon .balloon-left strong {
            color: #7ab700; /* font-size:0.95em;*/
        }

    .info-balloon .balloon-right:before {
        position: absolute;
        top: 50%;
        left: -1.1em;
        content: url('/assets/default/images/info-balloon-arrow.png');
    }

    .info-balloon .balloon-right {
        padding: 3% 3% 1.5% 3%;
        width: 39%;
        margin: 0;
        position: relative;
        font-size: 0.8em;
        float: left;
    }

.balloon-bottom {
    margin: 0;
    clear: both;
    width: 100%;
    background: #7bb700;
    border: solid 1px #e4e4e6;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

    .balloon-bottom p {
        text-align: right;
        color: #fff;
        font-style: italic;
        padding: 0.5em 1.6em;
        margin-bottom: 0
    }

    .balloon-bottom a[href^=tel] {
        color: #fff;
    }

.no-touch .balloon-bottom a[href^=tel] {
    pointer-events: none;
    cursor: default;
}

/*===================================LANDING========================*/
.landing-banner {
    position: relative;
    margin-bottom: 12px;
}

    .landing-banner img {
        width: 100%;
        height: auto;
        *width: auto;
    }

    .landing-banner .copy {
        color: #FFFFFF;
        font-weight: bold;
        position: absolute;
        right: 20%;
        top: 30%;
    }

.highlights {
    margin: 0 0 6px;
    overflow: hidden;
    padding: 6px 0 22px 0;
    margin-left: 0 !important;
}

    .highlights li {
        background: none repeat scroll 0 0 transparent;
        float: left;
        margin-left: 16px;
        max-width: 220px;
        padding-left: 0;
    }

        .highlights li:first-child, .highlight-l:first-child {
            margin-left: 0;
        }

    .highlights h4 {
        font-size: 16px;
        padding-bottom: 8px;
        color: #484848;
        margin-bottom: 0;
    }

        .highlights h4 a {
            color: #484848;
        }

            .highlights h4 a:hover {
                text-decoration: none;
            }

    .highlights img {
        margin-bottom: 12px;
    }

    .highlights p {
        font-size: 12px;
    }

.highlights-image {
    position: relative;
}

    .highlights-image .shadow {
        background: url("/assets/default/images/sprite.png") no-repeat scroll -82px -12px transparent;
        bottom: 5px;
        height: 7px;
        position: absolute;
        right: 0;
        max-width: 118px;
    }

.highlights .noborder {
    border: 0 none;
}

.highlight-l {
    max-width: 343px !important;
}

    .highlight-l h4 {
        font-size: 22px;
    }

.one-col-highlight {
    overflow: hidden;
    margin-bottom: 12px;
}

/*====================================CONTENT==============================*/
.location-pic {
    float: right;
    margin: 0 0 20px 20px;
}

/*====================================JQUERY==============================*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #e8e8e8 !important;
    background: none;
    font-weight: bold;
    color: #ffffff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.ui-widget-content {
    background: none;
}

.ui-datepicker .ui-state-default, .ui-datepicker .ui-widget-content .ui-state-default, .ui-datepicker .ui-widget-header .ui-state-default {
    font-weight: normal;
    border: 1px solid #e8e8e8;
    color: #636363;
    border-radius: 0;
    background-color: #F3F3F3;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #0073cf;
    text-decoration: none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    font-weight: bold !important;
    color: #2b2b2b !important;
}

.ui-datepicker .ui-state-hover, .ui-datepicker .ui-widget-content .ui-state-hover, .ui-datepicker .ui-widget-header .ui-state-hover, .ui-datepicker .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-datepicker .ui-widget-header .ui-state-focus {
    color: #0073CF !important;
}

.ui-state-hover a, .ui-state-hover a:hover {
    text-decoration: none;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #e8e8e8;
    font-weight: bold;
    color: #0073CF;
    border-radius: 5px;
    margin-bottom: -1px !important;
    background: none;
    background-color: rgb(155,156,156);
    border: none;
}


.ui-datepicker .ui-state-active, .ui-datepicker .ui-widget-content .ui-state-active, .ui-datepicker .ui-widget-header .ui-state-active {
    background-color: #0475D0 !important;
    border: 1px solid #E8E8E8;
    border-radius: 0 0 0 0;
    color: #FFFFFF !important;
    font-weight: bold;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #2b2b2b;
    text-decoration: none;
}

.ui-widget :active {
    outline: none;
}

/*==============TABS================================================================================*/
.ui-tabs {
    position: relative;
    padding: .2em;
    zoom: 1;
    clear: both;
    margin-bottom: 12px;
    border: none;
}

    .ui-tabs .ui-state-active {
        background: none repeat scroll 0 0 #FDFDFD !important;
        border: 1px solid #E8E8E8;
        border-radius: 5px 5px 0 0;
        -webkit-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        top: 0px;
        min-height: 47px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .ui-tabs .ui-state-default {
        border-radius: 5px 5px 5px 5px;
    }

    .ui-tabs .ui-state-active a {
        color: #5a5a5a;
    }

    .ui-tabs .ui-tabs-nav {
        margin: 0;
        padding: 0.2em 0 0;
    }

        .ui-tabs .ui-tabs-nav li {
            float: left;
            list-style: none outside none;
            margin: 0 8px 1px 0;
            padding: 0;
            position: relative;
            top: 1px;
            white-space: nowrap;
            background-image: none;
            font-family: SeravekBasicLight;
            background-color: #F3F3F3;
        }

            .ui-tabs .ui-tabs-nav li a {
                float: left;
                padding: .5em 1em;
                text-decoration: none;
            }

.ui-tabs-nav li a:hover {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAXCAIAAABF+LJYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpDREIyRUY4MzYxMjJFMDExOTQwOUQ3M0Q5RUY4NzIwNyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpDOEY3RDZFRDJEMTMxMUUyOTg3NEEwMTg2RkM2RjYxNCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpDOEY3RDZFQzJEMTMxMUUyOTg3NEEwMTg2RkM2RjYxNCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4MkYyNjUwNUY0MkNFMjExQkFFREQ4OTg4N0M1OTI5RiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDREIyRUY4MzYxMjJFMDExOTQwOUQ3M0Q5RUY4NzIwNyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PtJg4dUAAAAxSURBVHjaVMXJCQAwCATAJf3363qhJBDBxzDITHwR8bg7zGxR1YXkEJEDYFTVvQUYAKUJN8fkKrNmAAAAAElFTkSuQmCC) repeat-x;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
    background: none repeat scroll 0 0 #FDFDFD;
    border-bottom: 0 none !important;
    border-radius: 5px 5px 0 0 !important;
    margin-bottom: 0;
    padding-bottom: 4px;
}

    .ui-tabs .ui-tabs-nav li.ui-tabs-selected a:hover {
        background: none !important;
    }

    .ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
        cursor: text;
    }

.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
    cursor: pointer;
    font-weight: normal;
    font-size: 18px;
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1.5em 1em 2em;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAXCAIAAABF+LJYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpDREIyRUY4MzYxMjJFMDExOTQwOUQ3M0Q5RUY4NzIwNyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpDOEY3RDZFRDJEMTMxMUUyOTg3NEEwMTg2RkM2RjYxNCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpDOEY3RDZFQzJEMTMxMUUyOTg3NEEwMTg2RkM2RjYxNCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4MkYyNjUwNUY0MkNFMjExQkFFREQ4OTg4N0M1OTI5RiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDREIyRUY4MzYxMjJFMDExOTQwOUQ3M0Q5RUY4NzIwNyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PtJg4dUAAAAxSURBVHjaVMXJCQAwCATAJf3363qhJBDBxzDITHwR8bg7zGxR1YXkEJEDYFTVvQUYAKUJN8fkKrNmAAAAAElFTkSuQmCC) repeat-x scroll center bottom #FDFDFD;
    border: 1px solid #E8E8E8;
    margin-top: -1px;
    border-radius: 0 5px 5px;
    -webkit-border-radius: 0 5px 5px;
    -moz-border-radius: 0 5px 5px;
}

.ui-tabs-panel li {
    padding-bottom: 6px;
}

.ui-tabs-panel .module-pd-attribute li {
    padding-bottom: 0px;
}

.ui-tabs .ui-tabs-hide {
    display: none !important;
}

.ui-tabs .blue.ui-state-default {
    background: #0073CE;
}

.blue.ui-state-default a:after {
    content: url('/assets/default/images/blue-ui-arrow.png');
    vertical-align: middle;
}

.blue.ui-state-active a:after {
    content: url('/assets/default/images/blue-ui-arrow-active.png');
}

.blue.ui-state-default a {
    color: #fff;
}

.ui-tabs-nav .blue a:hover {
    background: #0d7ad0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.blue.ui-tabs-selected a {
    color: #0073CE;
}

.list-wrapper {
    width: 100%;
    overflow: hidden;
}

    .list-wrapper ul {
        width: 45%;
        float: left;
    }

/*==============ACCORDION================================================================================*/
/* states and images */
.ui-icon {
    background: url("/assets/default/images/sprite.png") no-repeat scroll -136px 0 transparent !important;
    height: 10px;
    width: 9px !important;
}
/*fix for form page*/
.ui-accordion-header.ui-state-active .ui-icon {
    background: url("/assets/default/images/sprite.png") no-repeat scroll -136px 0 transparent !important;
    height: 10px;
    width: 9px !important;
}

.ui-widget-header .ui-icon {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #ffffff;
}
/* positioning */
.ui-accordion-header .ui-icon.ui-icon-triangle-1-e {
    background-position: -136px 0px !important;
}

.ui-accordion-header .ui-icon.ui-icon-triangle-1-s {
    background-position: -136px -12px !important;
}

/* IE/Win - Fix animation bug - #4615 */

.ui-accordion {
    margin-top: 12px !important;
    overflow: hidden;
    padding: 0 0 12px !important;
    *width: 520px;
}

.col-8 .ui-accordion {
    *width: auto;
}

.ui-accordion .ui-accordion-header {
    border-radius: 5px;
    background-color: #f3f3f3;
    cursor: pointer;
    position: relative;
    margin-top: 5px;
    zoom: 1;
    font-size: 16px;
    height: auto;
    margin-bottom: 4px;
}

    .ui-accordion .ui-accordion-header:focus {
        outline: none;
    }


.ui-accordion-header.ui-state-active {
    background-color: #fff;
    border-bottom: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-color: #E8E8E8;
}

.ui-accordion .ui-accordion-li-fix {
    display: inline;
}


.ui-accordion .ui-accordion-header a {
    display: block;
    font-size: 17px;
    padding: .6em .8em .5em .7em;
}

.ui-accordion-icons .ui-accordion-header a {
    padding-left: 1em;
    color: #0073cf;
    font-weight: normal;
}

.ui-accordion .ui-accordion-header .ui-icon {
    position: absolute;
    right: .8em;
    top: 50%;
    margin-top: -6px;
    left: auto;
}

.ui-accordion .ui-accordion-content.ui-accordion-content-active {
    display: block;
    border-top: 1px solid #e8e8e8;
}

.ui-accordion .ui-accordion-content {
    padding: 0.8em 0.8em 0.8em 1.3em;
    border-top: 0;
    position: relative;
    top: 0px; /*overflow: auto;*/
    display: none;
    zoom: 1;
}

.ui-accordion .ui-accordion-content-active.accordian_copy {
    display: block;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #E8E8E8;
    border-top: 0 !important;
    margin-bottom: 4px;
    margin-top: -6px !important;
    border-radius: 0 0 5px 5px !important;
    -webkit-border-radius: 0 0 5px 5px !important;
    -moz-border-radius: 0 0 5px 5px !important;
}

.accordion h4 {
    font-size: 18px;
    font-family: SeravekBasicLight;
    font-style: normal;
    color: #484848;
}

.accordion_list {
    margin: 32px 0 0 0;
}

.accordian_copy {
    padding: 0.8em 0.8em 0.8em 1.3em !important;
    margin-bottom: 4px !important;
    border-top: 1px solid #EDEDED !important;
    border-radius: 5px !important;
}

.ui-accordion-content li {
    background-position: 0 -216px;
    padding-bottom: 12px;
}

h3.ui-state-active a {
    color: #505050 !important;
}

.ui-accordion-icons.ui-accordion-header a {
    padding-left: 1em;
    font-weight: normal;
}
/*==============DATEPICKER================================================================================*/
.ui-datepicker {
    margin: 12px 0;
    padding: .2em .2em 0;
    display: none;
    width: auto;
    background: #fff !important;
    border: 1px solid #ccc !important
}

    .ui-datepicker .ui-datepicker-header {
        position: relative;
    }

    .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
        position: absolute;
        top: 2px;
        width: 1.8em;
        height: 1.8em;
    }

    .ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
        top: 1px;
        cursor: pointer;
    }

    .ui-datepicker .ui-datepicker-prev {
        left: 2px;
    }

    .ui-datepicker .ui-datepicker-next {
        right: 2px;
    }

    .ui-datepicker .ui-datepicker-prev-hover {
        left: 1px;
    }

    .ui-datepicker .ui-datepicker-next-hover {
        right: 1px;
    }

    .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
        background: url("/assets/default/images/sprite.png") no-repeat scroll -124px -24px;
        display: block;
        position: absolute;
        left: 50%;
        margin-left: -8px;
        top: 50%;
        margin-top: -8px;
        text-indent: -9999px;
        border: none;
        height: 8px;
        width: 12px !important;
    }

.ui-icon-circle-triangle-w {
    background-position: -124px -32px !important;
}

.ui-icon-circle-triangle-e {
    background-position: -124px -24px !important;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}

    .ui-datepicker .ui-datepicker-title select {
        font-size: 1em;
        margin: 2px 3px;
    }

.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%;
}

.ui-datepicker table {
    width: 100%;
    font-size: 11px;
    border-collapse: collapse;
    margin: 0 0 .4em;
}

.ui-datepicker th {
    text-align: center;
    font-weight: bold;
    border: 0;
    padding: 6px 11px;
}

.ui-datepicker td {
    border: 0;
    padding: 1px;
}

    .ui-datepicker td span, .ui-datepicker td a {
        display: block;
        padding: .2em;
        text-align: center;
        text-decoration: none;
    }

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

    .ui-datepicker .ui-datepicker-buttonpane button {
        float: right;
        margin: .5em .2em .4em;
        cursor: pointer;
        padding: .2em .6em .3em .6em;
        width: auto;
        overflow: visible;
    }

        .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
            float: left;
        }

/* RTL support */
.ui-datepicker-rtl {
    direction: rtl;
}

    .ui-datepicker-rtl .ui-datepicker-prev {
        right: 2px;
        left: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-next {
        left: 2px;
        right: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-prev:hover {
        right: 1px;
        left: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-next:hover {
        left: 1px;
        right: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-buttonpane {
        clear: right;
    }

        .ui-datepicker-rtl .ui-datepicker-buttonpane button {
            float: left;
        }

            .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
                float: right;
            }

    .ui-datepicker-rtl .ui-datepicker-group {
        float: right;
    }

    .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
        border-right-width: 0;
        border-left-width: 1px;
    }

    .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
        border-right-width: 0;
        border-left-width: 1px;
    }

/* RTL support */
.ui-datepicker-rtl {
    direction: rtl;
}

    .ui-datepicker-rtl .ui-datepicker-prev {
        right: 2px;
        left: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-next {
        left: 2px;
        right: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-prev:hover {
        right: 1px;
        left: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-next:hover {
        left: 1px;
        right: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-buttonpane {
        clear: right;
    }

        .ui-datepicker-rtl .ui-datepicker-buttonpane button {
            float: left;
        }

            .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
                float: right;
            }

    .ui-datepicker-rtl .ui-datepicker-group {
        float: right;
    }

    .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
        border-right-width: 0;
        border-left-width: 1px;
    }

    .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
        border-right-width: 0;
        border-left-width: 1px;
    }

/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    -moz-border-radius-topleft: 6px !important;
    -webkit-border-top-left-radius: 6px !important;
    -khtml-border-top-left-radius: 6px !important;
    border-top-left-radius: 6px !important;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    -moz-border-radius-topright: 6px !important;
    -webkit-border-top-right-radius: 6px !important;
    -khtml-border-top-right-radius: 6px !important;
    border-top-right-radius: 6px !important;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    -moz-border-radius-bottomleft: 6px !important;
    -webkit-border-bottom-left-radius: 6px !important;
    -khtml-border-bottom-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    -moz-border-radius-bottomright: 6px !important;
    -webkit-border-bottom-right-radius: 6px !important;
    -khtml-border-bottom-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}

.ui-widget-header {
    color: #5a5a5a;
    border: 0;
    background-color: #fff;
    font-weight: 400;
    font-size: 14px;
}

.ui-widget {
    font-family: SeravekBasicRegular, Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.ui-widget-content {
    border: none;
    background: none;
    color: #5a5a5a;
}

    .ui-widget-content a {
        color: #0073cf;
    }
/*===============================================LEFT NAV===========================================================*/
.left-nav {
    border: 1px solid #f0f0f0;
    background: #fdfdfd url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAdCAIAAADkY5E+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpDREIyRUY4MzYxMjJFMDExOTQwOUQ3M0Q5RUY4NzIwNyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpBMEQwQjQzODJDRTcxMUUyOTBFMUFBODZDQ0Q0RjM0RSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpBMEQwQjQzNzJDRTcxMUUyOTBFMUFBODZDQ0Q0RjM0RSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2NzczQzVBREEwMkFFMjExQjhDRERDNTBFMDREMzJGNCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDREIyRUY4MzYxMjJFMDExOTQwOUQ3M0Q5RUY4NzIwNyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Puril6MAAAAiSURBVHjaYv779y8TAwMDHP///58gmxgxbHIgzMjICBBgALhzFSS/ck89AAAAAElFTkSuQmCC) repeat-x bottom;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 16px;
    line-height: 16px;
    z-index: 100;
    font-family: SeravekBasicLight, Arial, Helvetica, sans-serif;
    margin-bottom: 12px;
}

.leftnav-title {
    clear: both;
    padding: 8px 0 8px 12px;
    line-height: 22px
}

    .leftnav-title a {
        color: #5a5a5a !important;
        font-size: 22px;
    }

.left-nav .selected {
    font-weight: bold;
}

.left-nav a {
    text-decoration: none !important;
    color: #631d76 !important;
    display: block;
    padding: 8px 15px 8px 0;
}
/*==============TOOLS WIDGET (UNIVERSAL)================================================================================*/
span.customStyleSelectBox {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #A5A4A4;
    color: #484848;
    padding: 5px 0;
    *padding: 6px 0 5px 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 6px;
    line-height: normal;
}

    span.customStyleSelectBox.changed {
    }

span.customStyleSelectBoxInner {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAADCAYAAAHHBk5tAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjFGQjcxNjc4QjFBQjExRTE5MkU4QjIwRjE5RTM3MkJCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjFGQjcxNjc5QjFBQjExRTE5MkU4QjIwRjE5RTM3MkJCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MUZCNzE2NzZCMUFCMTFFMTkyRThCMjBGMTlFMzcyQkIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MUZCNzE2NzdCMUFCMTFFMTkyRThCMjBGMTlFMzcyQkIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4fGg+jAAAANUlEQVR42mJIS0v7DxBADCACIIDABEAAMQIJBiD4D8SMAAHECBaGAiaQCJTNCBBgyMqQASMA7MgNMHQ0uh4AAAAASUVORK5CYII=) no-repeat center right;
    padding-left: 4px;
    width: 95%;
}

.half span.customStyleSelectBoxInner {
    width: 91%;
}
/*================================== CONTENT FOOTER ==============================================*/
.push {
    height: 20em;
    clear: both; /* .push must be the same height as .footer */
}

footer {
    background: #fff;
    color: #555;
    font-size: 13px;
    margin-top: 6px;
}

    footer h2 {
        color: #555;
        font-weight: bold;
        margin: 25px 0 -5px;
        font-size: 17px;
    }

    footer h4 {
        color: #555;
        font-size: 14px;
        font-weight: bold;
    }


    footer a {
        line-height: 16px;
        padding: 0;
        text-decoration: none;
        color: #0083BE;
    }

    footer ul {
        float: left;
        list-style-type: none;
        padding: 2px 0 12px;
    }

    footer li {
        background: none repeat scroll 0 0 transparent;
        padding: 2px 0;
    }

    footer .callout {
        display: none;
    }

.foot-inner {
    margin: 0 auto;
    max-width: 962px;
    padding: 20px 0;
    overflow: hidden;
}

    .foot-inner h5 {
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 16px;
        margin-bottom: 12px !important;
        margin-top: 6px !important;
    }

    .foot-inner p {
        font-size: 11px;
        line-height: 16px;
        margin-bottom: 12px !important;
    }

footer .alert-box {
    border-top: 2px solid #ededed;
    margin: 0 auto;
    max-width: 962px;
    overflow: hidden;
}

    footer .alert-box img {
        margin: 20px 40px;
    }

.foot-1 {
    float: left;
    margin: 12px 45px 0 0; /* padding: 6px 0 0; */
    width: 150px;
}

.foot-5 {
    float: right;
    padding-left: 22px;
    border-left: 1px solid #E3E3E3;
    margin-top: 12px;
}

.foot-2, .foot-3, .foot-4 {
    width: 150px;
    float: left;
    margin: 12px 45px 0 0;
}

.foot-4 {
    margin-right: 0;
}

.footer-contact {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 12px !important;
    font-family: Georgia, "Times New Roman", Times, serif;
    text-align: left;
}

.footer-text {
    line-height: 14px;
}

.medtouch a {
    font-weight: normal;
}

.medtouch {
    text-align: right;
}

.rev-box, .footer-info {
    float: right;
}

footer .social li {
    padding: 6px 0;
}

footer .fb, footer .twitter, footer .yt, footer .insta, footer .gplus, footer .pinterest, footer .flip, footer .linkedin, footer .news, footer .email {
    background: url('/assets/default/images/sprite.png') no-repeat;
    height: 16px;
    display: block;
    padding-left: 26px;
}

footer .fb {
}

footer .twitter {
    background-position: 0 -23px;
}

footer .yt {
    background-position: 0 -44px;
}

footer .insta {
    background-position: 0 -66px;
}

footer .gplus {
    background-position: 0 -88px;
}

footer .pinterest {
    background-position: 0 -110px;
}

footer .flip {
    background-position: 0 -132px;
}

footer .linkedin {
    background-position: 0 -154px;
}

footer .news {
    background-position: 0 -176px;
    border: none;
    padding-top: 0;
}

footer .email {
    background-position: 0 -198px;
}

.foot-note {
    font-size: 11px;
    color: #a6a6a6;
    clear: both;
    line-height: 18px;
    max-width: 962px;
    margin: 0 auto;
}

    .foot-note div {
        padding: 6px 0;
    }

    .foot-note a {
        color: #a6a6a6
    }

    .foot-note .left-copy {
        float: left;
        width: 60%;
    }

    .foot-note .disclaimer {
        border-top: 2px solid #ededed;
        clear: both;
    }


footer nav {
    display: none;
}

footer .lock {
    background: none;
    color: #0083BE !important;
    font-weight: normal !important;
    font-size: 1.0em;
    margin-left: 0;
    padding: 0 !important;
}
    /*footer .lock .after {position: relative; top: 4px; margin: 0;}*/
    footer .lock:before {
        background-position: -204px -100px;
        margin: 4px 0 0 3px;
    }

footer .footer-apppromo {
    border-bottom: 2px solid #ededed;
}

.foot-note h3.apppromo {
    border-bottom: 2px solid #ededed;
    color: #666;
    line-height: 40px;
    margin-bottom: 0;
    padding-bottom: 10px;
}

    .foot-note h3.apppromo span {
        float: right;
        width: auto;
    }

.mobile-viewable {
    display: none;
}

.weight-loss-program img {
    margin-bottom: 10px;
}

/* ==|== RESPONSIVE =======================================================
   CSS3 all day long!
   ========================================================================== */
@media screen and (max-width:1024px) {
    .slider ul li {
        width: 724px;
        display: none;
    }

    .caroufredsel_wrapper {
        height: 210px !important;
        width: 100% !important;
    }

    .slider-holder {
        width: 100%;
        margin: 0 auto;
        display: none;
    }

    .feature-mobile {
        display: block;
        margin: 12px auto 0;
    }
}

@media screen and (max-width: 974px) {

    .top-nav li:hover .dd-1,
    .top-nav li:hover .dd-2 {
        left: 0;
    }

    .content .two-col li {
        width: 95%;
    }

    .content .two-col .last-row {
        border-bottom: 1px solid #ccc
    }

    .content .two-col li:last-child {
        border-bottom: none
    }
}

@media screen and (max-device-width: 810px) {
    * {
    }
}

@media screen and (min-width: 641px) {
    .top-nav {
        display: block !important;
    }
}

/* mobile*/
@media only screen and ( max-width: 640px) {
    .col-6 {
        width: 100%;
        float: none;
    }

    body {
        width: auto;
    }

    .logo {
        margin-bottom: 0;
        padding-top: 6px;
        width: inherit;
    }

    .lock {
        font-size: 1.1em;
    }

    .search, .search-form {
        position: absolute;
        right: 14.5%;
        top: -94px;
    }

    .video-container iframe {
        width: 100%;
        height: auto;
        margin: 0 !important;
    }
    /* reset webkit search input browser style */
    .site-search input {
        outline: none;
    }

        .site-search input[type=text] {
            -webkit-appearance: textfield;
            -webkit-box-sizing: content-box;
            font-family: inherit;
            font-size: 100%;
        }

        .site-search input::-webkit-search-decoration,
        .site-search input::-webkit-search-cancel-button {
            display: none; /* remove the search and cancel icon */
        }

        .site-search input[type=text] {
            width: 15px !important;
            padding-left: 10px !important;
            color: #737373 !important;
            cursor: pointer !important;
        }

            .site-search input[type=text]:hover {
                background-color: #fff;
            }

            .site-search input[type=text]:focus {
                width: 180px;
                padding-left: 32px;
                color: #000;
                background-color: #fff;
                cursor: auto;
            }

        .site-search input[type=text] {
            background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAARCAYAAAAG/yacAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo1RjczQzVBREEwMkFFMjExQjhDRERDNTBFMDREMzJGNCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozNkI3Q0NEMjY0Q0MxMUUyOTcyRkI0MkM2ODlCRkIxMSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozNkI3Q0NEMTY0Q0MxMUUyOTcyRkI0MkM2ODlCRkIxMSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjRDQ0RGNUYwRDQ1NUUyMTE4RDkyODUxNTczQkIwODVBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjVGNzNDNUFEQTAyQUUyMTFCOENEREM1MEUwNEQzMkY0Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+zaEJ8QAAAV9JREFUeNqMkk0oRFEUx++7hC1lCimxFYXsrCYfWU8WTLHxEWvUsJ1EGkvZUmPnMyFZ2vjKGrsJC1JKg1LX70zn6XkN41+/zn3nnf+95354zjkjmjn0SghR6INWKIIr2IG9ZLd7NSpPTBhqGCdh0OTXNkxivMmZEgemnJiGHi24hzP4gHao0/wpxDBmLIOhgEFa6YK4rtoJa/pPJpigK1vMYECT5zDOTHeBtm4pGiNW635jsGwDy2+FDDmRyxJW9bMeGqyekujR/K4n/+CgTExvmmj8w9SmUWqfxXSpiTj9R8PV5FoIo/opp3otR97LYANKIQNLcAyf0CH3I/sAudwR9rgup7cPCZiHWkjp/sRUFVj0BDZlYHE6SOl9XWhBZcggaoLm72cU6L9Cf0h817gIES3Zhf4fpnxioilt3dewNYW1ou/O13RBE/t9IcxCVlOR/6wkxiPCHDzAwpcAAwBLt2myLsUuVQAAAABJRU5ErkJggg==) no-repeat 55% center;
            border: solid 1px #ccc;
            padding: 0 10px 0 32px;
            width: 25px !important;
            text-indent: -9999px;
            height: 23px;
            line-height: 23px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            -webkit-transition: all .5s;
            -moz-transition: all .5s;
            transition: all .5s;
        }

            .site-search input[type=text]:focus {
                width: 180px !important;
                background-color: #fff;
                border-color: #e4eaef;
                background-position: 95% center;
                text-indent: inherit;
                -webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
                -moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
                box-shadow: 0 0 5px rgba(109,207,246,.5);
            }

        .site-search button, .site-search input[type="button"], .site-search input[type="reset"], .site-search input[type="submit"] {
            z-index: -1;
            height: 15px;
        }

    .right-top {
        display: none;
    }

    .top > a.gift {
        display: inline-block;
        position: absolute;
        top: 49px;
        right: 7px;
        text-align: center;
        width: 100px;
    }

    .top > a.gift {
        display: inline-block;
        position: absolute;
        top: 49px;
        right: 7px;
        text-align: center;
        width: 100px;
    }

    .top > a.gift {
        display: inline-block;
        position: absolute;
        top: 49px;
        right: 7px;
        text-align: center;
        width: 100px;
    }

    header {
        background: transparent;
        margin: 0 auto;
        width: 100%;
    }

        header .mobile-call {
            display: block;
            margin-top: 8px;
            margin-left: 6px;
            height: 25px;
            overflow: hidden;
        }

            header .mobile-call a {
                background-color: #7c109a;
                border-radius: 5px 5px 5px 5px;
                color: #FFFFFF;
                display: block;
                font-size: 12px;
                font-weight: bold;
                height: 25px;
                line-height: 25px;
                padding: 0;
                text-align: center;
                text-decoration: none;
                width: 18%;
                font-family: SeravekBasicLight, Arial, Helvetica, sans-serif;
            }

        header .top {
            border: medium none;
            padding-top: 6px;
            position: relative;
            width: 100%;
            margin-bottom: 10px;
        }

    .top .logo a img {
        margin-left: 10px;
        width: 55%;
    }





    nav {
        padding: 0;
        position: relative;
        right: 0;
        top: -15px;
        width: auto;
        z-index: 100;
        height: auto
    }

    .site-search {
        top: 2px;
    }

    nav a.nav-btn {
        background-color: #0073CF;
        border-radius: 5px 5px 5px 5px;
        color: #FFFFFF;
        display: block;
        font-size: 16px;
        font-weight: bold;
        height: 25px;
        line-height: 25px;
        padding: 0;
        position: absolute;
        right: 6px;
        text-align: center;
        text-decoration: none;
        top: -92px;
        width: 12%;
    }

    nav a:hover .nav-btn {
        text-decoration: none;
    }

    nav .active {
        background-color: #0073CF !important;
        border-radius: 5px 5px 0 0 !important;
    }
    /*nav a.nav-btn span { background: url(images/dd-nav-arrs.png) no-repeat 0 bottom; width: 20px; height: 15px;  position:absolute; top: 8px; right: 12px; }
	nav a.nav-btn.active span { background-position:0 0; }*/

    nav ul {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        top: -15px;
    }

        nav ul li {
            float: none;
            height: 30px;
            display: block;
            padding: 0 0 0 0;
        }

            nav ul li a {
                border: 0;
                line-height: 30px;
                float: none;
                height: 30px;
                display: block;
                font-size: 14px;
                padding-left: 20px;
                padding-right: 20px;
                width: 100%;
                border-radius: 0px;
                -moz-border-radius: 0px;
                -webkit-border-radius: 0px;
                -o-border-radius: 0px;
                box-sizing: border-box;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
            }
    /*nav ul li a:hover { background-image:url(images/blue-btn.png); border:0;  }*/



    .main-nav {
        width: 100%;
    }

    .top-nav {
        position: absolute;
        top: -66px;
    }

    .nav-collapse.collapse {
        display: none;
    }

    .top-nav li:first-child {
        background: none repeat scroll 0 0 #0073CF;
        border-top: 1px solid #0073CF;
    }

    .top-nav li {
        display: block;
        float: none;
        line-height: 40px;
        height: 40px;
        position: relative;
        text-align: left;
        padding: 0;
        background: none repeat scroll 0 0 #0073CF;
        margin: 0;
        border-top: none;
        border-bottom: 1px solid #fff;
    }

        .top-nav li li {
            border: none;
            border-radius: 0;
        }

            .top-nav li li a, .top-nav li:hover li a {
                font-size: 12px !important;
            }

        .top-nav li a {
            margin: 0 18px;
            padding: 0;
            color: #fff;
            height: 40px;
            line-height: 40px;
        }

            .top-nav li a:first-child {
            }

            .top-nav li a:hover {
                background-color: #0073cf;
                color: #fff;
                border-top: 0;
            }

        .top-nav li:hover {
            margin: 0;
            background-color: #0073cf;
            border-radius: 0;
            border-bottom: 1px solid #fff;
        }

    .top-nav .nav-on {
        background-color: #0073cf !important;
        border-radius: 5px 5px 5px 5px;
        padding: 0;
        border-bottom: 1px solid #fff;
        border-radius: 0;
    }

    .top-nav ul.sub {
        background: none transparent;
        border: none;
        border-radius: 0;
        display: table;
        padding-right: 0;
        position: initial;
    }

        .top-nav ul.sub li {
            border: none;
            height: 30px;
        }

            .top-nav ul.sub li:first-child {
                border: none;
            }

            .top-nav ul.sub li a, .top-nav li:hover .sub li a {
                color: #fff;
                line-height: 40px;
            }

            .top-nav ul.sub li a {
                margin-left: 40px;
            }

    .top-nav li:hover .dd-1, .top-nav li:hover .dd-2 {
        display: none;
    }

    .dd-shell {
        border-radius: 0;
        border: none;
        overflow: visible;
        padding: 0;
        position: relative;
    }

    .dd-column {
        display: block;
        float: none;
    }

        .dd-column:first-child {
            border: none;
            padding: 0;
        }


    .top-nav li:hover .dd-1 {
        background: #0073CF;
        top: 40px;
        margin: 0;
        height: auto !important;
    }

    a#openSubNav {
        background: url("/assets/default/images/mobile-arrow.png") 230px 10px no-repeat;
        display: inline-block;
        color: #fff;
        font-size: 1.5em;
        position: absolute;
        right: -18px;
        top: 5px;
        width: 250px;
        height: 30px;
    }

    .top-nav li.submenu-open a#openSubNav {
        background: url("/assets/default/images/mobile-arrow-collapse.png") 228px 10px no-repeat;
    }

    .dd-2, .news, .thumbs, .thumbs-core {
        display: none;
        visibility: hidden;
    }

    .dd-1 {
        left: 0;
        top: 28px;
        background: #0073cf;
        border-bottom: 1px solid #fff;
        overflow: hidden;
        visibility: initial;
        z-index: 999;
        width: 100%;
    }

    .top-nav li:hover .dd-1, .top-nav li:hover .dd-2 {
        border: none;
        color: #fff;
        border-radius: 0;
        border-bottom: 1px solid #fff;
    }

    .top-nav li:hover .dd-shell a.button {
        display: block;
        background: #fff;
        color: #0073cf !important;
        height: 30px !important;
        line-height: 30px !important;
        margin: 0 0 0 40px;
        margin-bottom: 20px;
        padding: 0;
        width: 80%;
    }


    .thumbs-mobile {
        display: block;
        padding-top: 12px;
        width: 100% !important;
    }

    .thumbs-wrapper {
        bottom: 0;
        padding: 0;
        position: relative;
    }

    .thumbs-mobile a {
        margin-right: 0;
        color: #fff;
        float: none;
    }

        .thumbs-mobile a.selected {
            color: #fff
        }

        .thumbs-mobile a .title {
            background: #0a8fca;
            border-bottom: 1px solid #fff;
            padding: 12px 18px;
            height: auto;
            position: relative;
            width: 100% !important;
        }

    .thumbs-mobile .title:after {
        content: url('/assets/default/images/mobile-arrow.png');
        display: block;
        height: 0;
        position: absolute;
        right: 55px;
        top: 20%;
        width: 0;
    }

    .main {
        padding: 0 10px;
    }

    #main_1_pnlMakeAppointment {
        display: block;
    }

        #main_1_pnlMakeAppointment ul {
            margin: 12px;
        }

    /*DG - http://www.ucihealth.org/medical-services/weight-loss-program*/
    /* Show order food callout on mobile - see script.js for added class*/
    .main-content .callout.weight-loss-program {
        display: block;
    }

    .main-content .weight-loss-program-callout {
        display: block;
    }

    .main-content .callout.weight-loss-program p:first-of-type {
        display: none;
    }



    .main-content .callout h4 {
        text-align: center;
    }

    .main-content .callout ul li {
        background: #0073cf;
        display: none;
        padding: 7px 0;
        text-align: center;
    }
    .main-content .callout.callout--visible-mb ul li{
        display:block;
        background-color:transparent;
        text-align:left
    }
    .main-content .callout.callout--visible-mb h4 {
        text-align: left;
    }

    .main-content .callout ul li.apptLink {
        border-radius: 5px;
        display: block;
        font-size: 1.2em;
        text-decoration: none;
    }

            .main-content .callout ul li.apptLink a {
                background: none;
                color: #fff;
                padding-right: 20px;
            }

                .main-content .callout ul li.apptLink a:hover {
                    text-decoration: none;
                }



    .content {
        padding: 0;
    }

    .landing-banner .copy {
        font-size: 17px;
        font-weight: normal;
    }



    .mobile-section {
        display: block;
        margin-bottom: 12px;
        overflow: hidden;
    }

        .mobile-section a {
            border: 1px solid #E8E8E8 !important;
            border-radius: 5px 5px 5px 5px;
            display: block;
            padding: 6px;
            background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAdCAIAAADkY5E+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpDREIyRUY4MzYxMjJFMDExOTQwOUQ3M0Q5RUY4NzIwNyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpBMEQwQjQzODJDRTcxMUUyOTBFMUFBODZDQ0Q0RjM0RSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpBMEQwQjQzNzJDRTcxMUUyOTBFMUFBODZDQ0Q0RjM0RSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2NzczQzVBREEwMkFFMjExQjhDRERDNTBFMDREMzJGNCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDREIyRUY4MzYxMjJFMDExOTQwOUQ3M0Q5RUY4NzIwNyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Puril6MAAAAiSURBVHjaYv779y8TAwMDHP///58gmxgxbHIgzMjICBBgALhzFSS/ck89AAAAAElFTkSuQmCC") repeat-x scroll center;
            color: #7C109A;
            font-size: 17px;
        }

            .mobile-section a:hover {
                text-decoration: none;
            }

    .landing-banner {
        overflow: hidden;
    }



    .feature-mobile .feature {
        padding: 6px;
        border: 1px solid #EDEDED
    }

        .feature-mobile .feature img {
            width: 100%;
        }

    .highlights li {
        margin-left: 0;
        width: 100%;
        max-width: inherit;
    }

    .highlights img {
        float: left;
        margin-right: 12px;
    }

    .highlight-l {
        width: 100%;
    }

    .bluebox {
        border-radius: 5px;
        margin: 10px;
        text-align: center;
    }

    /* iphone */
    @media screen and (max-width:320px) {
        .highlights li {
            width: 90%;
        }
    }

    /*NEWS Features for Mobile================*/
    .news-mobile {
        display: block;
        margin: 0;
    }

        .news-mobile a {
            color: #3f9c35;
        }

        .news-mobile .title {
            text-align: center;
            padding: 6px 0;
            background-color: #0073cf;
            color: #fff;
            font-size: 18px;
            font-family: SeravekBasicRegular, Arial, Helvetica, sans-serif
        }

        .news-mobile ul {
            border: 1px solid #EDEDED
        }

        .news-mobile li:first-child {
            border: none;
        }

        .news-mobile li {
            float: none;
            padding: 12px;
            border-top: 1px solid #EDEDED
        }

        .news-mobile .viewall {
            float: right;
            padding-top: 6px;
        }

    .col-4, .tool-block {
        display: none;
    }

    .col-6.sidebar-right {
        width: 100%;
    }

    .col-6 > div {
        display: none;
    }

        .col-6 > div.makeAppt {
            display: block;
        }

            .col-6 > div.makeAppt .callout ul {
                margin: 10px;
            }

                .col-6 > div.makeAppt .callout ul li {
                    display: none;
                    text-align: center;
                }

                    .col-6 > div.makeAppt .callout ul li.apptLink {
                        display: block;
                    }

                        .col-6 > div.makeAppt .callout ul li.apptLink a {
                            background: #0073cf;
                            border-radius: 5px;
                            color: #fff;
                            font-weight: bold;
                            font-size: 1.2em;
                            text-decoration: none;
                            padding: 1em;
                        }

    .col-7 {
        width: 100%;
    }

    .col-8 {
        width: 100%;
    }

    .main-content {
        padding: 22px 12px;
        margin-top: 12px;
    }

    .search-option {
        width: 100% !important;
    }

    .ui-tabs .ui-tabs-nav li {
        display: block !important;
        width: 99.2% !important;
        overflow: hidden;
        text-align: left;
    }

        .ui-tabs .ui-tabs-nav li.ui-tabs-selected {
            border-radius: 0 !important;
            border-bottom: 1px solid #E8E8E8 !important;
        }

    .ui-tabs .ui-tabs-panel {
        border-radius: 0;
        margin-top: 6px;
    }

    .module-sv-alpha-custom .ui-tabs .ui-tabs-panel {
        margin-top: 0
    }

    .ui-tabs .ui-state-default {
        border-radius: 0;
    }

    .ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
        width: inherit;
    }

    .ui-datepicker {
        width: auto;
    }

    /*DOCTOR Features for Mobile================*/
    .module-alphabet-list li:first-child {
        padding-left: 9px !important;
    }

    .module-pd-image {
        float: none !important;
        margin-left: 0 !important;
    }

    .module-pd-office-listing {
        margin-bottom: 0;
    }

    .listing-item .left .listing-item-more-link {
        display: none;
    }



    .listing-item .left img {
        max-width: 90%;
        height: auto;
    }



    .module-lc-info {
        padding-right: 0 !important;
        width: 100% !important;
    }

    .module-lc-services {
        margin-top: 20px;
        width: 100% !important;
    }

    .responsive-tabs__panel {
        width: 100%;
        padding: 1em 0;
    }

    .module-pd-offices .module-pd-office-item {
        margin-right: 0 !important;
        width: 100% !important;
    }

    footer {
        padding-left: 0;
        padding-right: 0;
        margin-top: 0;
    }

        footer .language {
            display: none;
        }

        footer .pipe {
            border: 0;
            display: inline;
            height: 1px;
            text-indent: -9999px;
        }

        footer .callout {
            display: block;
        }

    .foot-inner, .rev-box {
        float: none;
        display: none !important;
    }

    .foot-note {
        width: auto;
        margin: 0 auto;
        padding: 12px;
    }

        .foot-note .disclaimer {
            border-top: 1px solid #EDEDED;
        }

        .foot-note a {
            text-decoration: underline;
        }

        .foot-note .left-copy {
            width: 100%;
        }

    .footer-info {
        float: none;
    }

    .medtouch {
        text-align: left;
    }

    .footer-nav {
        float: none;
        display: block;
        height: 12px;
        margin: 0 auto;
        width: 310px;
        text-transform: uppercase;
    }

        .footer-nav ul li {
            font-size: 8px;
            border-right: 0;
            padding: 0 2px;
        }

    footer nav {
        display: block;
    }

    .col-8 .module-sv-alpha-custom .listing-item.half {
        width: 91% !important;
    }

    .location-pic {
        width: 100%;
        height: auto;
    }
}

@media only screen and ( max-width: 480px) {
    .right {
        margin-left: 0 !important;
        float: none !important;
    }

    element.style {
        width: 100%;
        position: relative;
        box-sizing: border-box;
    }

    .widget-content {
        width: 100% !important;
        position: relative;
        box-sizing: border-box;
    }

        .widget-content .img-holder img {
            width: 100%;
            height: auto
        }

    .foot-note h3.apppromo {
        font-size: 16px;
        line-height: 120%;
        min-height: 90px;
        text-align: center;
    }

        .foot-note h3.apppromo span {
            display: block;
            float: none;
            padding-top: 10px;
        }

    footer .alert-box {
        border-top: none;
    }
}



/* ==== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com
   ========================================================================== */
@media print {
    * {
        background: transparent !important;
        color: black !important;
        box-shadow: none !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important;
    }
    /* Black prints faster: h5bp.com/s */
    a, a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

        a[href]:after {
            content: none !important;
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }
    /* Don't show links for images, or javascript/internal links */
    header .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }
    /* Don't show links for images, or javascript/internal links */
    pre, blockquote {
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }
    /* h5bp.com/t */
    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
        border: 0;
    }

    @page {
        margin: 0.5cm;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }

    body {
        overflow-x: visible !important;
        overflow-y: visible !important;
    }

    header .inside, header .search-form, header .symbol, header .tools-nav, .tool-block,
    footer .foot-inner, .rev-box, .footer-info,
    nav, .col-3, .col-4, .col-6, .site-tools, .module-pd-az {
        display: none;
        width: 0;
    }

    .no-js .ie-print {
        display: block !important;
    }

    .lt-ie9 .ie-print {
        display: block !important;
    }

    .lt-ie9 .screen-logo {
        display: none !important;
    }


    header a {
        font-size: 0;
    }

    .col-1, .col-2, .col-5, .col-7, .col-8, .content, header.logo, footer .foot-1 {
        display: block !important;
        width: 100%;
        float: none !important;
        overflow-y: visible !important;
    }

    .accordion > * {
        display: block !important;
        float: none !important;
        overflow-y: visible !important;
    }

    .ui-accordion .ui-accordion-content {
        display: block !important;
        float: none !important;
        overflow-y: visible !important;
    }

    .right, .left {
        float: none;
        margin-left: 0;
        margin-bottom: 6px;
    }

    .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
        border: none;
    }

    .ui-tabs-nav {
        display: none;
    }

    .ui-tabs .ui-tabs-hide {
        display: block !important;
        float: none !important;
        overflow-y: visible !important;
    }
}
/* ==== UC Irvine Custom =======================================================
   Custom code requested by UC Irvine marketing team. Inputed by Uy Tran
   ========================================================================== */

/*Replicate the dropdownlist button for content copy*/
.button-out {
    background: #0475d0;
    font-size: 13px;
    height: 21px !important;
    margin: 4px 0;
    text-align: center;
    color: #fff !important;
    display: table;
    padding: 3px 10px 0;
    border: 1px solid #0475d0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

    .button-out:hover {
        text-decoration: none !important;
    }

.whiteTmplt .whiteTmplFirstName input, .whiteTmplt .whiteTmplLastName input, .whiteTmplt .whiteTmpltPhone input {
    background-color: #eff5f7;
    color: #323232;
    border: none;
    font-size: 15px;
    padding: 10px;
    width: 87%;
}

.whiteTmplt .scfRequired {
    display: none;
}

.whiteTmplt .scfSubmitButtonBorder input {
    background-color: #3d9c34;
    border: none;
    font-size: 15px;
    margin-top: 20px;
    margin-left: 50px;
    padding-left: 40px;
    padding-right: 40px;
    font-weight: normal;
}

.whiteTmplt .whiteTmplFirstName label, .whiteTmplt .whiteTmplLastName label, .whiteTmplt .whiteTmpltPhone label {
    display: none;
}

.whiteTmplt .scfSingleLineTextBorder {
    margin-bottom: 20px;
}

.whiteTmplt .main-content {
    padding: 0px;
    margin: 0px;
}

.responsive-tabs__heading {
    display: none
}

.responsive-tabs__list__item {
    display: inline;
    cursor: pointer
}

@media(max-width:767px) {
    .responsive-tabs__list {
        display: none
    }

    .responsive-tabs__heading {
        display: block;
        cursor: pointer
    }

    .responsive-tabs__panel--closed-accordion-only {
        display: none
    }
}

@media(min-width:768px) {
    .responsive-tabs__panel--closed-accordion-only {
        display: block !important
    }
}

.responsive-tabs-wrapper {
    clear: both;
    zoom: 1
}

    .responsive-tabs-wrapper:before, .responsive-tabs-wrapper:after {
        content: "";
        display: table
    }

    .responsive-tabs-wrapper:after {
        clear: both
    }

.responsive-tabs__heading:focus, .responsive-tabs__list__item:focus {
    outline: 1px solid #ccc
}

.responsive-tabs__heading--active:focus, .responsive-tabs__list__item--active:focus {
    outline: none !important
}

.content .responsive-tabs__list {
    font-size: 1.2em;
    margin: 2em 0 0 0;
    padding: 0;
    border-bottom: 1px solid #ddd;
    padding-bottom: 11px;
    line-height: 1em
}

.content .responsive-tabs__list__item {
    background: #eee;
    padding: 10px 20px 9px 20px;
    margin-right: 1em;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 1px solid #ddd
}

.responsive-tabs__list__item:hover {
    background: #efefef
}

.content .responsive-tabs__list__item--active, .content .responsive-tabs__list__item--active:hover {
    background: #fff;
    border-bottom-color: #fff
}

.responsive-tabs__panel {
    margin-bottom: 50px;
    width: auto;
    padding: 1em 0;
    border: 1px solid #ddd;
    margin-top: -1px
}

@media(max-width:767px) {
    .responsive-tabs__heading {
        padding: .5em;
        border-radius: 5px;
        border: 1px solid #ccc;
        box-shadow: 0 2px 3px rgba(0,0,0,0.4);
        background: #ddd;
        position: relative
    }

        .responsive-tabs__heading:after {
            content: "";
            display: block;
            position: absolute;
            right: 20px;
            top: 40%;
            width: 0;
            height: 0;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-top: 10px solid #000
        }

        .responsive-tabs__heading:hover, .responsive-tabs__heading--active:hover {
            background-color: #efefef
        }

    .responsive-tabs__heading--active {
        background: #fff
    }

        .responsive-tabs__heading--active:after {
            border-bottom: 10px solid #000;
            border-top: 0
        }

    .responsive-tabs__panel {
        border: 0;
        margin-bottom: 0
    }
}

/* AUTOCOMPLETE - JQUERY UI */
.ui-autocomplete {
    position: absolute;
    cursor: default
}

* html .ui-autocomplete {
    width: 1px;
}

.ui-menu {
    border: 1px solid #ddd;
    border-top: none;
    list-style: none;
    padding: 2px;
    margin: 0;
    display: block;
    float: left;
}

    .ui-menu .ui-menu {
        margin-top: -3px;
    }

    .ui-menu .ui-menu-item {
        margin: 0;
        padding: 0;
        zoom: 1;
        float: left;
        clear: left;
        width: 100%
    }

        .ui-menu .ui-menu-item div {
            text-decoration: none;
            display: block;
            zoom: 1;
            width: 100%;
            padding: 5px 2.5%;
            font-family: 'quicksandbook', Helvetica, Arial, sans-serif;
            font-weight: bold;
            color: #000;
            box-sizing: border-box;
        }

.ui-autocomplete-term {
    font-weight: bold;
    letter-spacing: 1px;
    font-family: Futura, "Trebuchet MS", Arial, sans-serif
}

ul.ui-autocomplete.ui-menu li a:hover, ul.ui-autocomplete.ui-menu li:hover div {
    letter-spacing: 1px;
    font-weight: bold
}

ul.ui-autocomplete {
    z-index: 9999999;
}

.ui-autocomplete.ui-widget-content {
    border: 1px solid #aaaaaa;
    background: #eeeeee url(images/ui-bg_inset-hard_100_eeeeee_1x100.png) 50% bottom repeat-x !important;
    color: #222222;
    border-bottom-right-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
}

ul.ui-autocomplete li a:hover, ul.ui-autocomplete li:hover a {
    font-weight: normal;
    background: none;
    background-color: rgb(155,156,156);
    border: none;
}

.ui-autocomplete-term {
    font-weight: bold;
}

.autocomplete-cnr {
    position: relative
}

    .autocomplete-cnr .ui-autocomplete {
        width: 100%;
        padding: 0;
        margin: 0;
        max-height: 150px;
        overflow-y: scroll;
    }

        .autocomplete-cnr .ui-autocomplete li {
            background: none
        }

/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    -moz-border-radius-topleft: 6px !important;
    -webkit-border-top-left-radius: 6px !important;
    -khtml-border-top-left-radius: 6px !important;
    border-top-left-radius: 6px !important;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    -moz-border-radius-topright: 6px !important;
    -webkit-border-top-right-radius: 6px !important;
    -khtml-border-top-right-radius: 6px !important;
    border-top-right-radius: 6px !important;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    -moz-border-radius-bottomleft: 6px !important;
    -webkit-border-bottom-left-radius: 6px !important;
    -khtml-border-bottom-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    -moz-border-radius-bottomright: 6px !important;
    -webkit-border-bottom-right-radius: 6px !important;
    -khtml-border-bottom-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}
/** Back To Top **/
input.backToTop {
    background-color: rgba(0, 0, 0, .5);
    background-image: url('/assets/default/images/icon_backtotop.svg');
    background-repeat: no-repeat;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    color: #e4e4e4;
    display: inline-block;
    font-size: 300%;
    line-height: 100%;
    padding: 0;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9999;
    width: 70px;
    height: 70px;
    -webkit-appearance: none;
}
/** FireFox fix **/
@-moz-document url-prefix() {
    input.backToTop {
        padding-bottom: 5px;
    }
}
/** IE fix **/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    input.backToTop {
        right: 30px;
    }
}

.disablelink {
    text-decoration: none !important;
    color: #5a5a5a !important;
}

/**alert box**/
.alert-box {
    clear: both;
    width: 100%;
    clear: both;
    font-size: 1rem;
    position: relative;
    text-align: center;
}

.alert-box__inner {
    padding: 1rem;
}

.emergency-alert {
    color: #981e32;
    border: 1px solid #981e32;
}

    .emergency-alert a {
        color: #981e32;
    }

.non-emergency-alert {
    color: #fff;
    background-color: #4dadc6;
}

    .non-emergency-alert a {
        color: #fff;
        font-size: 1.3rem;
        line-height: 1.6rem
    }

.alert-box-home .emergency-alert {
    border-radius: 0;
    border-width: 1px 0;
}

.alert-box-pages .emergency-alert {
    margin-bottom: 10px;
}

.emergency-alert-empty {
    display: none;
}


/* MyChart Profile */

.myChartTxt {
    color: rgb(90, 90, 90);
    margin-right: 20px;
    font-size: 14px;
    line-height: 1.429;
    text-align: left;
}

.myChartDiv {
    display: flex;
    flex-direction: row;
    margin-bottom: 16px;
    background-color: rgb(245, 250, 254);
    padding: 30px;
    color: black;
    border: 1px solid rgb(232, 232, 232);
    -webkit-border-radius: 5px 5px 5px;
}

.myChartBtn {
    background: none repeat scroll 0 0 rgb(1, 114, 206);
    border: 1px solid rgb(1, 114, 206);
    border-radius: 3px 3px 3px 3px;
    cursor: pointer;
    display: inline;
    font-weight: bold;
    padding: 6px 18px;
    text-align: center;
    margin: auto;
}

    .myChartBtn a {
        color: rgb(255, 255, 255);
        font-size: 14px;
        line-height: 1.429;
        text-decoration: none;
        outline: none;
        white-space: nowrap;
    }

.profileButton {
    clear: both;
}

@media (max-width: 767px) {
    .profileButton {
        flex-basis: 100%;
    }

    .schedule-button {
        width: 100%;
    }

        .schedule-button a {
            bottom: 0;
        }

    .listing-item .myChartProfileDiv {
        display: flex;
        flex-direction: row !important;
    }

    .myChartProfileDiv .profile-thumbnail {
        width: 30%;
    }

    .myChartProfileDiv .myChartProfile {
        width: 70%;
        display: flex;
        flex-direction: column;
        margin-top: 0;
        align-content: space-between;
    }

    .myChartDiv {
        display: flex;
        flex-direction: column;
        padding: 15px;
    }

    .myChartBtn {
        margin: 0em;
    }

    .myChartTxt {
        margin-bottom: 20px;
    }


    .myChartGrid {
        display: flex;
        flex-direction: column;
    }

    .listing-item .button.viewProfile {
        display: block;
        white-space: nowrap;
        font-weight: normal;
        margin-top: 0;
    }

    .listing-item .left {
        margin-bottom: 15px !important;
    }

        .listing-item .left .listing-item-more-link {
            text-align: center;
            display: block;
            margin: auto 0 auto !important;
            width: 100%;
            height: auto !important;
        }

            .listing-item .left .listing-item-more-link a {
                display: block;
            }

    .profile-thumbnail {
        display: block;
    }

    .listing-item .button {
        padding: 8px 22px;
    }

    header .tools-nav li a.lock {
        display: block;
    }

    .desktop-viewable {
        display: none;
    }

    .mobile-viewable {
        display: block;
    }

    .btn-blue-large {
        background: #0073cf;
        border-radius: 5px;
        color: #fff !important;
        display: block;
        font-size: 1.4em;
        text-align: center;
        padding: 13px 10px;
    }

        .btn-blue-large:hover {
            text-decoration: none;
        }

    .top .btn-link {
        font-size: 0.98em;
        width: 100px;
    }

    .top > a.lock {
        display: inline-block;
        position: absolute;
        top: 14px;
        right: 7px;
    }

    .module-pd-results .listing-item .left {
        width: 100%;
        position: relative;
    }

    .listing-item .p-list {
        width: 100%;
    }
}




@media (min-width: 768px) {


    .listing-item .button {
        padding: 9px 15px;
    }
}

@media (min-width: 768px) and (max-width:1024px) {
    .search-form {
        padding-bottom: 1rem;
        padding-right: 1rem;
    }
}
/* Results Page */
.listing-item .button.mychart {
    white-space: nowrap;
    background: none repeat scroll 0 0 #FFFFFF;
    color: #0475D0;
    text-align: center;
    font-weight: bold;
}

.listing-item .button.viewProfile {
    white-space: nowrap;
    font-weight: bold;
    text-align: center;
}



.myChartProfile {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
}

.module-pd-listing-info {
    margin-top: 10px;
}

/* IE Media Query 
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .myChartBtn {
        width: 175px;
    }
}
*/


/**Smart Banner**/
.smartbanner {
    display: none;
    height: 0;
}

body.home .smartbanner {
    border-bottom: 2px solid #1a73cf;
    display: block;
    height: 86px;
}

.thumbs-core {
    display: none;
}

header .btn-link {
    border-radius: 3px;
    text-decoration: none;
    margin-left: 6px;
    margin-top: -5px;
    padding: 5px 7px !important;
    white-space: nowrap;
    line-height: normal;
    display: inline-block;
}

.uci-blue {
    background: #0083BE;
    color: #fff !important;
}

.uci-green {
    background: #3F9C35;
    color: #fff !important;
}

.weight-loss-program h4 {
    font-size: 22px;
    text-align: center;
}

.physician-badge-photo {
    margin-bottom: 36px;
}

/* Our Team */

.module-pd-results label {
    font-weight: bold;
}

.module-pd-results .customStyleSelectBox {
    margin-top: 1rem;
    width: 50%;
}

.dropdownBox {
    opacity: 1 !important;
}

#pnlFilterBySpecialty {
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
}

.dropdownBoxDiv {
    display: flex;
    flex-direction: column;
}



/* Related Locations */
.content .related-location-div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: 0;
}

.related-location-name {
    margin-bottom: 1rem;
    color: #2084d5;
}

    .related-location-name a {
        font-weight: bold;
    }

.related-location-title {
    font-weight: bold;
}

.content .related-location-div .related-location {
    display: flex;
    background: none;
    width: 12.63rem;
    background-color: #edf5fc;
    margin-right: 0.5rem;
    margin-bottom: 0.6rem;
    border-radius: 0.25rem;
    padding: 0.75rem;
}

.location-address {
    margin-bottom: 1rem;
    display: flex;
    flex-direction: row;
}

.related-location-icon {
    width: 1rem;
    height: 1rem;
    margin-right: 0.25rem;
    display: flex;
}

.related-location-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}


@media (max-width: 768px) {
    .content .related-location-div .related-location {
        width: 100%;
        margin-right: 0;
    }

    .location-phone {
        background-color: #2084d5;
        color: #fff;
        padding: 0.5rem;
        border-radius: 0.25rem;
        width: max-content;
    }

        .location-phone a {
            color: #fff;
        }
}

/* =============================================================================
  Hero buttons banner
   ========================================================================== */
#sliderpager {
    position: absolute;
    bottom: 45px;
    left: 50%;
    transform: translateX(-50%);
    z-index:10
}

    #sliderpager a {
        background-color: #0a357d;
        border-radius: 50%;
        width: 16px;
        height: 16px;
        display: inline-flex;
        text-indent: -2000px;
        margin: 0 7px;
        border: 2px solid #0a357d
    }

        #sliderpager a.selected {
            background-color: #fff;
        }


#hero-buttons-banner__desktop {
    display: none;
}

#hero-buttons-banner {
    position: relative;
    width: 100%;
    margin: 0 auto
}

    #hero-buttons-banner img {
        width: 100%
    }

#hero-buttons-banner__mobile {
    display: flex;
    flex-direction: column
}

    #hero-buttons-banner__mobile a {
        color: #fff;
        display: block;
        padding: 1rem;
        font-size: 1rem;
        background-color: #0a8fca;
        margin-top: .1rem;
        position: relative;
    }

        #hero-buttons-banner__mobile a:after {
            color: #fff;
            content: url(/assets/default/images/mobile-arrow.png);
            position: absolute;
            right: 1rem;
            font-size: 1.6rem;
            top: 40%;
            transform: translateY(-50%);
            line-height: 1rem;
        }

        #hero-buttons-banner__mobile a:first-child {
            margin-top: 1rem
        }

@media (min-width: 640px) {
    .herobanner-cnr {
        background-size: cover;
        background-position: center;
        width: 100%;
        height: 100%;
    }
}

@media (min-width: 1024px) {

    #hero-buttons-banner {
        width: 100%;
    }


    #hero-buttons-banner__desktop {
        position: absolute;
        display: flex;
        flex-direction: column;
        right: 5%;
        top: 50%;
        transform: translateY(-50%);
        height: 300px;
    }

        #hero-buttons-banner__desktop a {
            color: #0a357d;
            flex: 1;
            border: 2px #0a357d solid;
            padding: 0 1.2rem;
            line-height: 1.5rem;
            text-align: center;
            font-size: 1rem;
            font-weight: 600;
            background-color: #fff;
            /*transition: all .25s;
            -webkit-transition: all .5s;
            -moz-transition: all .5s;*/
            display: flex;
            align-items: center;
            justify-content: center;
        }

            #hero-buttons-banner__desktop a:hover {
                background-color: #0a357d;
                text-decoration: none;
                border: 2px #fff solid;
                color: #fff
            }

            #hero-buttons-banner__desktop a:not(:first-child) {
                margin-top: 1rem;
            }

    #hero-buttons-banner__mobile {
        display: none;
    }
}

@media (min-width:1200px) {
    #hero-buttons-banner__desktop {
        right: 5%;
        height: 350px
    }

        #hero-buttons-banner__desktop a {
            font-size: 1.4rem;
            line-height: 1rem;
            padding: 0 1.6rem;
        }
}

@media (min-width:1500px) {
    #hero-buttons-banner__desktop a {
        font-size: 1.6rem;
    }

    #hero-buttons-banner__desktop {
        right: 10%;
    }
}

/*video*/
.iframe-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    margin: 0 auto;
    margin-left: 0;
    width: 100%;
}

    .iframe-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.home h2 {
    font-size: 1.5rem;
    text-align: center;
}

.home h1 {
    text-align: center;
}

@media (min-width:1200px) {
    .home .iframe-wrapper {
        margin-left: -10%;
        width: 120%;
    }

    .home h1 {
        font-size: 3rem;
        margin: 3.5rem 0 3rem;
        line-height: 4rem;
    }
}

.home h1, .home h2 {
    color: #0a357d
}

@media (max-width:768px) {


    .badges {
        display: flex;
        flex-wrap: wrap;
    }

        .badges a {
            flex-basis: 44%;
            padding: 3%;
        }

        .badges img {
            margin: 0 !important;
            width: 100% !important;
            height: auto !important;
        }
}
