/*! Made with Bones: http://themble.com/bones :) */
/******************************************************************Site Name:Author:Stylesheet: Main StylesheetHere's where the magic happens. Here, you'll see we are calling inthe separate media queries. The base mobile goes outside any queryand is called at the beginning, after that we call the restof the styles inside media queries.Helpful articles on Sass file organization:http://thesassway.com/advanced/modular-css-naming-conventions******************************************************************/
/*********************IMPORTING PARTIALSThese files are needed at the beginning so that we establish allour mixins, functions, and variables that we'll be using acrossthe whole project.*********************/
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================   HTML5 display definitions   ========================================================================== */
/** * Correct `block` display not defined in IE 8/9. */

@font-face {
    font-family: 'HelveticaNeueLTStdBd';
    src: url('../fonts/HelveticaNeueLTStdBd.eot');
    src: url('../fonts/HelveticaNeueLTStdBd.eot') format('embedded-opentype'), url('../fonts/HelveticaNeueLTStdBd.woff2') format('woff2'), url('../fonts/HelveticaNeueLTStdBd.woff') format('woff'), url('../fonts/HelveticaNeueLTStdBd.ttf') format('truetype'), url('../fonts/HelveticaNeueLTStdBd.svg#HelveticaNeueLTStdBd') format('svg');
}
@font-face {
    font-family: 'HelveticaNeueLTStdBlk';
    src: url('../fonts/HelveticaNeueLTStdBlk.eot');
    src: url('../fonts/HelveticaNeueLTStdBlk.eot') format('embedded-opentype'), url('../fonts/HelveticaNeueLTStdBlk.woff2') format('woff2'), url('../fonts/HelveticaNeueLTStdBlk.woff') format('woff'), url('../fonts/HelveticaNeueLTStdBlk.ttf') format('truetype'), url('../fonts/HelveticaNeueLTStdBlk.svg#HelveticaNeueLTStdBlk') format('svg');
}
@font-face {
    font-family: 'HelveticaNeueLTStdCn';
    src: url('../fonts/HelveticaNeueLTStdCn.eot');
    src: url('../fonts/HelveticaNeueLTStdCn.eot') format('embedded-opentype'), url('../fonts/HelveticaNeueLTStdCn.woff2') format('woff2'), url('../fonts/HelveticaNeueLTStdCn.woff') format('woff'), url('../fonts/HelveticaNeueLTStdCn.ttf') format('truetype'), url('../fonts/HelveticaNeueLTStdCn.svg#HelveticaNeueLTStdCn') format('svg');
}
@font-face {
    font-family: 'HelveticaNeueLTStdBdCn';
    src: url('../fonts/HelveticaNeueLTStdBdCn.eot');
    src: url('../fonts/HelveticaNeueLTStdBdCn.eot') format('embedded-opentype'), url('../fonts/HelveticaNeueLTStdBdCn.woff2') format('woff2'), url('../fonts/HelveticaNeueLTStdBdCn.woff') format('woff'), url('../fonts/HelveticaNeueLTStdBdCn.ttf') format('truetype'), url('../fonts/HelveticaNeueLTStdBdCn.svg#HelveticaNeueLTStdBdCn') format('svg');
}
@font-face {
    font-family: 'HelveticaNeueLTStdRoman';
    src: url('../fonts/HelveticaNeueLTStdRoman.eot');
    src: url('../fonts/HelveticaNeueLTStdRoman.eot') format('embedded-opentype'), url('../fonts/HelveticaNeueLTStdRoman.woff2') format('woff2'), url('../fonts/HelveticaNeueLTStdRoman.woff') format('woff'), url('../fonts/HelveticaNeueLTStdRoman.ttf') format('truetype'), url('../fonts/HelveticaNeueLTStdRoman.svg#HelveticaNeueLTStdRoman') format('svg');
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}
/** * Correct `inline-block` display not defined in IE 8/9. */

audio,
canvas,
video {
    display: inline-block;
}
/** * Prevent modern browsers from displaying `audio` without controls. * Remove excess height in iOS 5 devices. */

audio:not([controls]) {
    display: none;
    height: 0;
}
/** * Address `[hidden]` styling not present in IE 8/9. * Hide the `template` element in IE, Safari, and Firefox < 22. */

[hidden],
template {
    display: none;
}
/* ==========================================================================   Base   ========================================================================== */
/** * 1. Set default font family to sans-serif. * 2. Prevent iOS text size adjust after orientation change, without disabling *    user zoom. */

html {
    font-family: sans-serif;
    /* 1 */

    -ms-text-size-adjust: 100%;
    /* 2 */

    -webkit-text-size-adjust: 100%;
    /* 2 */
}
/** * Remove default margin. */

* {
    outline: none;
    /*cursor: pointer;*/
}
body {
    margin: 0;
}

body.screenshot #desktop-isi-drawer, body.screenshot #mobile-isi-drawer {
    display: none !important;
}
/* ==========================================================================   Links   ========================================================================== */
/** * Remove the gray background color from active links in IE 10. */

a {
    background: transparent;
    outline: none;
    text-decoration: none;
    cursor: pointer;
}
/** * Address `outline` inconsistency between Chrome and other browsers. */

a:focus {
    outline: thin dotted;
}
/** * Improve readability when focused and also mouse hovered in all browsers. */

a:active,
a:hover {
    outline: 0;
    text-decoration: underline;
}
/* ==========================================================================   Typography   ========================================================================== */
/** * Address variable `h1` font-size and margin within `section` and `article` * contexts in Firefox 4+, Safari 5, and Chrome. */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
/** * Address styling not present in IE 8/9, Safari 5, and Chrome. */

abbr[title] {
    border-bottom: 1px dotted;
}
/** * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome. */

b,
strong,
.strong {
   font-family: 'HelveticaNeueLTStdBd';
   font-weight: normal;
}
/** * Address styling not present in Safari 5 and Chrome. */

dfn,
em,
.em {
    font-style: italic;
}
/** * Address differences between Firefox and other browsers. */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
/* * Addresses margins set differently in IE6/7. */

pre {
    margin: 0;
}
/** * Correct font family set oddly in Safari 5 and Chrome. */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}
/** * Improve readability of pre-formatted text in all browsers. */

pre {
    white-space: pre-wrap;
}
/** * Set consistent quote types. */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}
/** * Address inconsistent and variable font size in all browsers. */

q:before,
q:after {
    content: '';
    content: none;
}
small,
.small {
    font-size: 75%;
}
/** * Prevent `sub` and `sup` affecting `line-height` in all browsers. */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
/* ==========================================================================  Lists========================================================================== */
/* * Addresses margins set differently in IE6/7. */

dl,
menu,
ol,
ul {
    margin: 1em 0;
}
dd {
    margin: 0;
}
/* * Addresses paddings set differently in IE6/7. */

menu {
    padding: 0 0 0 40px;
}
ol,
ul {
    padding: 0;
    list-style-type: none;
}
/* * Corrects list images handled incorrectly in IE7. */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}
/* ==========================================================================  Embedded content========================================================================== */
/** * Remove border when inside `a` element in IE 8/9. */

img {
    border: 0;
}
/** * Correct overflow displayed oddly in IE 9. */

svg:not(:root) {
    overflow: hidden;
}
/* ==========================================================================   Figures   ========================================================================== */
/** * Address margin not present in IE 8/9 and Safari 5. */

figure {
    margin: 0;
}
/* ==========================================================================   Forms   ========================================================================== */
/** * Define consistent border, margin, and padding. */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
/** * 1. Correct `color` not being inherited in IE 8/9. * 2. Remove padding so people aren't caught out if they zero out fieldsets. */

legend {
    border: 0;
    /* 1 */

    padding: 0;
    /* 2 */
}
/** * 1. Correct font family not being inherited in all browsers. * 2. Correct font size not being inherited in all browsers. * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome. */

button,
input,
select,
textarea {
    font-family: inherit;
    /* 1 */

    font-size: 100%;
    /* 2 */

    margin: 0;
    /* 3 */
}
/** * Address Firefox 4+ setting `line-height` on `input` using `!important` in * the UA stylesheet. */

button,
input {
    line-height: normal;
}
/** * Address inconsistent `text-transform` inheritance for `button` and `select`. * All other form control elements do not inherit `text-transform` values. * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+. * Correct `select` style inheritance in Firefox 4+ and Opera. */

button,
select {
    text-transform: none;
}
/** * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` *    and `video` controls. * 2. Correct inability to style clickable `input` types in iOS. * 3. Improve usability and consistency of cursor style between image-type *    `input` and others. */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: none;
    /* 2 */

    cursor: pointer;
    /* 3 */
}
/** * Re-set default cursor for disabled elements. */

button[disabled],
html input[disabled] {
    cursor: default;
}
/** * 1. Address box sizing set to `content-box` in IE 8/9/10. * 2. Remove excess padding in IE 8/9/10. */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */

    padding: 0;
    /* 2 */
}
/** * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome. * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome *    (include `-moz` to future-proof). */

input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */

    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */

    box-sizing: content-box;
}
/** * Remove inner padding and search cancel button in Safari 5 and Chrome * on OS X. */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
/** * Remove inner padding and border in Firefox 4+. */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
/** * 1. Remove default vertical scrollbar in IE 8/9. * 2. Improve readability and alignment in all browsers. */

textarea {
    overflow: auto;
    /* 1 */

    vertical-align: top;
    /* 2 */
}
/* ==========================================================================   Tables   ========================================================================== */
/** * Remove most spacing between table cells. */

table {
    border-collapse: collapse;
    border-spacing: 0;
}
* {
    -ms-word-break: keep-all;
    -ms-word-wrap: keep-all;
    word-break: keep-all;
    word-break: keep-all;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.image-replacement,
.ir {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.clearfix,
.cf,
.comment-respond {
    zoom: 1;
}
.clearfix:before,
.clearfix:after,
.cf:before,
.comment-respond:before,
.cf:after,
.comment-respond:after {
    content: "";
    display: table;
}
.clearfix:after,
.cf:after,
.comment-respond:after {
    clear: both;
}
/*use the best ampersandhttp://simplebits.com/notebook/2008/08/14/ampersands-2/*/

span.amp {
    font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif !important;
    font-style: italic;
}
/******************************************************************Site Name:Author:Stylesheet: VariablesHere is where we declare all our variables like colors, fonts,base values, and defaults. We want to make sure this file ONLYcontains variables that way our files don't get all messy.No one likes a mess.******************************************************************/
/*********************COLORSNeed help w/ choosing your colors? Try this site out:http://0to255.com/*********************/
/*Here's a great tutorial on how touse color variables properly:http://sachagreif.com/sass-color-variables/*/
/******************************************************************Site Name:Author:Stylesheet: TypographyNeed to import a font or set of icons for your site? Drop them inhere or just use this to establish your typographical grid. Or not.Do whatever you want to...GOSH!Helpful Articles:http://trentwalton.com/2012/06/19/fluid-type/http://ia.net/blog/responsive-typography-the-basics/http://alistapart.com/column/responsive-typography-is-a-physical-discipline******************************************************************/
/*********************FONT FACE (IN YOUR FACE)*********************/
/*  To embed your own fonts, use this syntax  and place your fonts inside the  library/fonts folder. For more information  on embedding fonts, go to:  http://www.fontsquirrel.com/  Be sure to remove the comment brackets.*/
/*  @font-face {      font-family: 'Font Name';      src: url('library/fonts/font-name.eot');      src: url('library/fonts/font-name.eot?#iefix') format('embedded-opentype'),             url('library/fonts/font-name.woff') format('woff'),             url('library/fonts/font-name.ttf') format('truetype'),             url('library/fonts/font-name.svg#font-name') format('svg');      font-weight: normal;      font-style: normal;  }*/
/*The following is based of Typebase:https://github.com/devinhunt/typebase.cssI've edited it a bit, but it's a nice starting point.*/
/* i imported this one in the functions file so bones would look sweet. don't forget to remove it for your site.*/
/*some nice typographical defaultsmore here: http://www.newnet-soft.com/blog/csstypography*/

p {
    -ms-word-break: keep-all;
    -ms-word-wrap: keep-all;
    word-break: keep-all;
    word-break: keep-all;
    -webkit-hyphens: inherit;
    -moz-hyphens: inherit;
    hyphens: inherit;
    -webkit-hyphenate-before: 2;
    -webkit-hyphenate-after: 3;
    hyphenate-lines: 3;
    -webkit-font-feature-settings: "liga", "dlig";
    -moz-font-feature-settings: "liga=1, dlig=1";
    -ms-font-feature-settings: "liga", "dlig";
    -o-font-feature-settings: "liga", "dlig";
    font-feature-settings: "liga", "dlig";
}
/******************************************************************Site Name:Author:Stylesheet: Sass FunctionsYou can do a lot of really cool things in Sass. Functions help youmake repeated actions a lot easier. They are really similar to mixins,but can be used for so much more.Anyway, keep them all in here so it's easier to find when you'relooking for one.For more info on functions, go here:http://sass-lang.com/documentation/Sass/Script/Functions.html******************************************************************/
/*********************COLOR FUNCTIONSThese are helpful when you're workingwith shadows and such things. It's essentiallya quicker way to write RGBA.Example:box-shadow: 0 0 4px black(0.3);compiles to:box-shadow: 0 0 4px rgba(0,0,0,0.3);*********************/
/*********************RESPONSIVE HELPER FUNCTIONIf you're creating a responsive site, thenyou've probably already readResponsive Web Design: http://www.abookapart.com/products/responsive-web-designHere's a nice little helper function for calculatingtarget / contextas mentioned in that book.Example:width: cp(650px, 1000px);orwidth: calc-percent(650px, 1000px);both compile to:width: 65%;*********************/
/******************************************************************Site Name:Author:Stylesheet: Mixins StylesheetThis is where you can take advantage of Sass' great features: Mixins.I won't go in-depth on how they work exactly,there are a few articles below that will help do that. What I willtell you is that this will help speed up simple changes likechanging a color or adding CSS3 techniques gradients.A WORD OF WARNING: It's very easy to overdo it here. Be careful andremember less is more.Helpful:http://sachagreif.com/useful-sass-mixins/http://thesassway.com/intermediate/leveraging-sass-mixins-for-cleaner-codehttp://web-design-weekly.com/blog/2013/05/12/handy-sass-mixins/******************************************************************/
/*********************TRANSITION*********************/
/*I totally rewrote this to be cleaner and easier to use.You'll need to be using Sass 3.2+ for these to work.Thanks to @anthonyshort for the inspiration on these.USAGE: @include transition(all 0.2s ease-in-out);*/
/*********************CSS3 GRADIENTSBe careful with these since they canreally slow down your CSS. Don't overdo it.*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************BOX SIZING*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. Soprobably best not to use it. I mean, were you going to anyway? */
/******************************************************************Site Name:Author:Stylesheet: Grid StylesheetI've seperated the grid so you can swap it out easily. It'scalled at the top the style.scss stylesheet.There are a ton of grid solutions out there. You should definitelyexperiment with your own. Here are some recommendations:http://gridsetapp.com - Love this site. Responsive Grids made easy.http://susy.oddbird.net/ - Grids using Compass. Very elegant.http://gridpak.com/ - Create your own responsive grid.https://github.com/dope/lemonade - Neat lightweight grid.The grid below is a custom built thingy I modeled a bit afterGridset. It's VERY basic and probably shouldn't be used onyour client projects. The idea is you learn how to roll yourown grids. It's better in the long run and allows you full controlover your project's layout.******************************************************************/

::-webkit-input-placeholder {
    color: #0067ac;
}
:-moz-placeholder {
    /* Firefox 18- */

    color: #0067ac;
}
::-moz-placeholder {
    /* Firefox 19+ */

    color: #0067ac;
}
:-ms-input-placeholder {
    color: #0067ac;
}

.modal {
    display: none;
}
/*form.crl-ajax-auth{  scrollbar-base-color: #faa100; }form.crl-ajax-auth::-webkit-scrollbar {  height: 12px;  width: 12px;  background: #faa100;  -webkit-border-radius: 1ex;}form.crl-ajax-auth::-webkit-scrollbar-thumb {  background: #F4B110;  -webkit-border-radius: 1ex;  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);}*/

ul.left-img-list {
    float: left;
    width: 55%;
}
.treatment-section {
    width:100%;
    float:left;
}
.nodeLabel {
    float: left;
}
.nodeLabel.invoke-faq {
  margin-left: 10px;
  cursor: pointer;
}
.last-col {
    float: right;
    padding-right: 0 !important;
}
.sg-show-popup .nodeLabel {
    margin-right: 0;
}
#sgcboxContent #sgcboxLoadedContent {
    border: medium none;
    margin-bottom: 0;
    margin-top: 20px;
    padding: 0 45px;
    font-family: HelveticaNeueLTStdRoman;
}
#sgcboxLoadedContent h5 {
    color: #f5b400;
    font-family: helveticaneueltstdbd;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 20px;
    margin: 0 0 10px;
    text-transform: none;
}
#sgcboxContent {
    background: #ffffff none repeat scroll 0 0 !important;
    margin-top: 20px;
    border-radius: 10px;
    padding: 20px 10px;
}
#sgcboxContent button#sgcboxClose {
    background-image: url('../images/button-close.png');
    top: 10px;
    width: 19px;
    right: 10px;
    z-index: 9999;
}
#sgcboxContent button#sgcboxClose :hover {

}
#sgcboxLoadedContent strong {
    color: #222222;
}
#sgcboxLoadedContent ul {
    margin-top: 3px;
}
#sgcboxLoadedContent li {
    line-height: 1.55;
}
.divRow .divCell.add-field {
    text-align: center;
    border-bottom: none
}
.divRow .divCell.add-field img {
    display: block;
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
}
.divRow .divCell.add-field h4 {
    margin: 10px 0;
}
.divCell.add-field br {
    display: none;
}
.sg-show-popup {
    text-decoration: none;
}
.indcatn-icon {
    margin-left: 8px;
}

/*Mobile Grid StylesThese are the widths for the mobile grid.There are four types, but you can add or customizethem however you see fit.*/

@media (max-width: 767px) {
    .m-all {
        float: left;
        padding-right: 0.75em;
        width: 100%;
        padding-right: 0;
    }
    .m-1of2 {
        float: left;
        padding-right: 0.75em;
        width: 50%;
    }
    .m-1of3 {
        float: left;
        padding-right: 0.75em;
        width: 33.33%;
    }
    .m-2of3 {
        float: left;
        padding-right: 0.75em;
        width: 66.66%;
    }
    .m-1of4 {
        float: left;
        padding-right: 0.75em;
        width: 25%;
    }
    .m-3of4 {
        float: left;
        padding-right: 0.75em;
        width: 75%;
    }
}
/* Portrait tablet to landscape */

@media (min-width: 768px) and (max-width: 1029px) {
    .t-all {
        float: left;
        padding-right: 0.75em;
        width: 100%;
        padding-right: 0;
    }
    .t-1of2 {
        float: left;
        padding-right: 0.75em;
        width: 50%;
    }
    .t-1of3 {
        float: left;
        padding-right: 0.75em;
        width: 33.33%;
    }
    .t-2of3 {
        float: left;
        padding-right: 0.75em;
        width: 66.66%;
    }
    .t-1of4 {
        float: left;
        padding-right: 0.75em;
        width: 25%;
    }
    .t-3of4 {
        float: left;
        padding-right: 0.75em;
        width: 75%;
    }
    .t-1of5 {
        float: left;
        padding-right: 0.75em;
        width: 20%;
    }
    .t-2of5 {
        float: left;
        padding-right: 0.75em;
        width: 40%;
    }
    .t-3of5 {
        float: left;
        padding-right: 0.75em;
        width: 60%;
    }
    .t-4of5 {
        float: left;
        padding-right: 0.75em;
        width: 80%;
    }
}
/* Landscape to small desktop */

@media (min-width: 1030px) {
    .d-all {
        float: left;
        padding-right: 0.75em;
        width: 100%;
        padding-right: 0;
    }
    .d-1of2 {
        float: left;
        padding-right: 0.75em;
        width: 50%;
    }
    .d-1of3 {
        float: left;
        padding-right: 0.75em;
        width: 33.33%;
    }
    .d-2of3 {
        float: left;
        padding-right: 0.75em;
        width: 66.66%;
    }
    .d-1of4 {
        float: left;
        padding-right: 0.75em;
        width: 25%;
    }
    .d-3of4 {
        float: left;
        padding-right: 0.75em;
        width: 75%;
    }
    .d-1of5 {
        float: left;
        padding-right: 0.75em;
        width: 20%;
    }
    .d-2of5 {
        float: left;
        padding-right: 0.75em;
        width: 40%;
    }
    .d-3of5 {
        float: left;
        padding-right: 0.75em;
        width: 60%;
    }
    .d-4of5 {
        float: left;
        padding-right: 0.75em;
        width: 80%;
    }
    .d-1of6 {
        float: left;
        padding-right: 0.75em;
        width: 16.6666666667%;
    }
    .d-1of7 {
        float: left;
        padding-right: 0.75em;
        width: 14.2857142857%;
    }
    .d-2of7 {
        float: left;
        padding-right: 0.75em;
        width: 28.5714286%;
    }
    .d-3of7 {
        float: left;
        padding-right: 0.75em;
        width: 42.8571429%;
    }
    .d-4of7 {
        float: left;
        padding-right: 0.75em;
        width: 57.1428572%;
    }
    .d-5of7 {
        float: left;
        padding-right: 0.75em;
        width: 71.4285715%;
    }
    .d-6of7 {
        float: left;
        padding-right: 0.75em;
        width: 85.7142857%;
    }
    .d-1of8 {
        float: left;
        padding-right: 0.75em;
        width: 12.5%;
    }
    .d-1of9 {
        float: left;
        padding-right: 0.75em;
        width: 11.1111111111%;
    }
    .d-1of10 {
        float: left;
        padding-right: 0.75em;
        width: 10%;
    }
    .d-1of11 {
        float: left;
        padding-right: 0.75em;
        width: 9.09090909091%;
    }
    .d-1of12 {
        float: left;
        padding-right: 0.75em;
        width: 8.33%;
    }
}

/*********************IMPORTING MODULESModules are reusable blocks or elements we use throughout the project.We can break them up as much as we want or just keep them all in one.I mean, you can do whatever you want. The world is your oyster. Unlessyou hate oysters, then the world is your peanut butter & jelly sandwich.*********************/
/******************************************************************Site Name:Author:Stylesheet: Alert StylesIf you want to use these alerts in your design, you can. If not,you can just remove this stylesheet.******************************************************************/

.alert-help,
.alert-info,
.alert-error,
.alert-success {
    margin: 10px;
    padding: 5px 18px;
    border: 1px solid;
}
.alert-help {
    border-color: #e8dc59;
    background: #ebe16f;
}
.alert-info {
    border-color: #bfe4f4;
    background: #d5edf8;
}
.alert-error {
    border-color: #f8cdce;
    background: #fbe3e4;
}
.alert-success {
    border-color: #deeaae;
    background: #e6efc2;
}
/******************************************************************Site Name:Author:Stylesheet: Button StylesButtons are a pretty important part of your site's style, so it'simportant to have a consistent baseline for them. Use this stylesheetto create all kinds of buttons.Helpful Links:http://galp.in/blog/2011/08/02/the-ui-guide-part-1-buttons/******************************************************************/
/*********************BUTTON DEFAULTSWe're gonna use a placeholder selector hereso we can use common styles. We then use thisto load up the defaults in all our buttons.Here's a quick video to show how it works:http://www.youtube.com/watch?v=hwdVpKiJzac*********************/

.blue-btn,
.comment-reply-link,
#submit {
    display: inline-block;
    position: relative;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-decoration: none;
    color: white;
    font-size: 0.9em;
    font-size: 34px;
    line-height: 34px;
    font-weight: normal;
    padding: 0 24px;
    border-radius: 4px;
    border: 0;
    cursor: pointer;
    -webkit-transition: background-color 0.14s ease-in-out;
    transition: background-color 0.14s ease-in-out;
}
.blue-btn:hover,
.comment-reply-link:hover,
#submit:hover,
.blue-btn:focus,
.comment-reply-link:focus,
#submit:focus {
    color: white;
    text-decoration: none;
}
.blue-btn:active,
.comment-reply-link:active,
#submit:active {
    top: 1px;
}
/*An example button.You can use this example if you want. Just replace all the variablesand it will create a button dependant on those variables.*/

.blue-btn,
.comment-reply-link,
#submit {
    background-color: #2980b9;
}
.blue-btn:hover,
.comment-reply-link:hover,
#submit:hover,
.blue-btn:focus,
.comment-reply-link:focus,
#submit:focus {
    background-color: #2574a8;
}
.blue-btn:active,
.comment-reply-link:active,
#submit:active {
    background-color: #2472a4;
}
/******************************************************************Site Name:Author:Stylesheet: Form StylesWe put all the form and button styles in here to setup a consistentlook. If we need to customize them, we can do this in the mainstylesheets and just override them. Easy Peasy.You're gonna see a few data-uri thingies down there. If you're notsure what they are, check this link out:http://css-tricks.com/data-uris/If you want to create your own, use this helpful link:http://websemantics.co.uk/online_tools/image_to_data_uri_convertor/******************************************************************/
/*********************INPUTS*********************/

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
    display: block;
    height: 40px;
    line-height: 16px;
    padding: 0 12px;
    margin-bottom: 14px;
    font-size: 1em;
    color: #5c6b80;
    border-radius: 3px;
    vertical-align: middle;
    box-shadow: none;
    border: 0;
    width: 100%;
    max-width: 400px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #ffffff;
    -webkit-transition: background-color 0.24s ease-in-out;
    transition: background-color 0.24s ease-in-out;
}
input[type="text"]:focus,
input[type="text"]:active,
input[type="password"]:focus,
input[type="password"]:active,
input[type="datetime"]:focus,
input[type="datetime"]:active,
input[type="datetime-local"]:focus,
input[type="datetime-local"]:active,
input[type="date"]:focus,
input[type="date"]:active,
input[type="month"]:focus,
input[type="month"]:active,
input[type="time"]:focus,
input[type="time"]:active,
input[type="week"]:focus,
input[type="week"]:active,
input[type="number"]:focus,
input[type="number"]:active,
input[type="email"]:focus,
input[type="email"]:active,
input[type="url"]:focus,
input[type="url"]:active,
input[type="search"]:focus,
input[type="search"]:active,
input[type="tel"]:focus,
input[type="tel"]:active,
input[type="color"]:focus,
input[type="color"]:active,
select:focus,
select:active,
textarea:focus,
textarea:active,
.field:focus,
.field:active {
    background-color: #f7f8fa;
}
input[type="text"].error,
input[type="text"].is-invalid,
input[type="password"].error,
input[type="password"].is-invalid,
input[type="datetime"].error,
input[type="datetime"].is-invalid,
input[type="datetime-local"].error,
input[type="datetime-local"].is-invalid,
input[type="date"].error,
input[type="date"].is-invalid,
input[type="month"].error,
input[type="month"].is-invalid,
input[type="time"].error,
input[type="time"].is-invalid,
input[type="week"].error,
input[type="week"].is-invalid,
input[type="number"].error,
input[type="number"].is-invalid,
input[type="email"].error,
input[type="email"].is-invalid,
input[type="url"].error,
input[type="url"].is-invalid,
input[type="search"].error,
input[type="search"].is-invalid,
input[type="tel"].error,
input[type="tel"].is-invalid,
input[type="color"].error,
input[type="color"].is-invalid,
select.error,
select.is-invalid,
textarea.error,
textarea.is-invalid,
.field.error,
.field.is-invalid {
    color: #5c6b80;
    border-color: #fbe3e4;
    background-color: white;
    background-position: 99% center;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDREQkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDREQ0YwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3ODRGRkE2RjA0QTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERBRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U8iT5wAAAedJREFUeNqk1U9I02Ecx/HtV3aIFAc1hcRDUoGXRAq0oNLA2CrsEFmHbikZu0iQYIFGYAiegkCpLipBxPpDEBMUzB0EhSG2LhG7hMR2GviPgUTvB57Bw8P3+U23B16HPX8+e/b8nt93wezZSMCnhXETF3AcB5BDCnH8Dq98ExcGHcFn8Ah3cdDni+fxnPDv9oAnTB7CKu6VCFXtChZy56LxUjt+jfuB8toSOth9wd7xWAWhqrUjYR/FRTwWJm+iIPT/w7bQf5ljiZnBg45dtKFX6H+LU8gIY8OEV6vgTkStwXWE8BPTGDHGPqNPz2mCfSOOYkA99TvCt1bhGPL68zMcwmncMuape10jrI+q4BbHi/FLn31S9z2x5tRhTc+1W506ipM+T3oRD4X+8+qtc4SqFvL0z/Fr14S+Szjis8bz9Lvvaq8cwS/wwGfdlqfPSWqTiFlX77o13u9Ym1PBs8JAytpRoy44X9Ft9E/gvbA+rYKn8NcaaMVc8UHgBw4b9/iqUQZ6hOAJFbyDcUflmsEX4a6+wTtHGfhAIUqa1U29Zc2BytouThD8x6xuN5CtMPi2CrXLZkZf/HyZoRFCP7n+QVR4PV7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=);
    outline-color: #fbe3e4;
}
input[type="text"].success,
input[type="text"].is-valid,
input[type="password"].success,
input[type="password"].is-valid,
input[type="datetime"].success,
input[type="datetime"].is-valid,
input[type="datetime-local"].success,
input[type="datetime-local"].is-valid,
input[type="date"].success,
input[type="date"].is-valid,
input[type="month"].success,
input[type="month"].is-valid,
input[type="time"].success,
input[type="time"].is-valid,
input[type="week"].success,
input[type="week"].is-valid,
input[type="number"].success,
input[type="number"].is-valid,
input[type="email"].success,
input[type="email"].is-valid,
input[type="url"].success,
input[type="url"].is-valid,
input[type="search"].success,
input[type="search"].is-valid,
input[type="tel"].success,
input[type="tel"].is-valid,
input[type="color"].success,
input[type="color"].is-valid,
select.success,
select.is-valid,
textarea.success,
textarea.is-valid,
.field.success,
.field.is-valid {
    color: #e6efc2;
    border-color: #e6efc2;
    background-color: white;
    background-position: 99% center;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDRERkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDRFMEYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0MzQ0NERERjA0QjExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERFRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7olkTQAAAfhJREFUeNqklU9oE0EUhzdroWjw0tBeWlDxkEaIp55TsCU9VKIgCrHBelA8CQ1Kr1WPbZrQ3gqtQqvGqxpQc2jBk6BIIaAGD4qNCKURpDSKiPi98gLDsJt//uBjsztvfnk7895sIPAw6/joGMThFJyAXn2+A+9gA57/TaY/eU0OeBgfhGm4DiGnsb7DAszxBz/NAdcKjMJLuNWCqagHbsscN5+L+hmH4QkMOe1L5jzFfNA2PgT34ajTuY7AGuZB0/hmh5m+gS0r8xv1zRvg+gGCHZiOwnF4DP3iB3sQkYxPd2C6CWfhB9Xwlus5+K1j4jXuaq3a+gM1H9OPcAa+7q9lPidZJqHbiIm7Wg22rsEI7FrPSzAMX/T+ADyAKSsu7Fr1KplehLvwCs5DvfBf65p+MypqRbO1FXK9utH4/QKuaqYTsG3E3INJv00Q46px3+XxanJ/Ute2/vqP4FKDza2KcdljIKdnhS0xXYULTaqmLMZFn8FFSFtvt6x70ExFCS5oUXspq2ssa7oEl1swFa+CGFdgtkHgPDyDKy02zyxNU6lXRUZb1EuHYayNNs+Yh5B0WQo+/8fpJnNTZFuzz2OpjoQ2QruSOQlMy35fEGmEGMxY9e1brxobw7TkWA1h6xfckUPb+JhGoE/Hpfvew7qUld/H9J8AAwDpw3WYrxcZ3QAAAABJRU5ErkJggg==);
    outline-color: #e6efc2;
}
input[type="text"][disabled],
input[type="text"].is-disabled,
input[type="password"][disabled],
input[type="password"].is-disabled,
input[type="datetime"][disabled],
input[type="datetime"].is-disabled,
input[type="datetime-local"][disabled],
input[type="datetime-local"].is-disabled,
input[type="date"][disabled],
input[type="date"].is-disabled,
input[type="month"][disabled],
input[type="month"].is-disabled,
input[type="time"][disabled],
input[type="time"].is-disabled,
input[type="week"][disabled],
input[type="week"].is-disabled,
input[type="number"][disabled],
input[type="number"].is-disabled,
input[type="email"][disabled],
input[type="email"].is-disabled,
input[type="url"][disabled],
input[type="url"].is-disabled,
input[type="search"][disabled],
input[type="search"].is-disabled,
input[type="tel"][disabled],
input[type="tel"].is-disabled,
input[type="color"][disabled],
input[type="color"].is-disabled,
select[disabled],
select.is-disabled,
textarea[disabled],
textarea.is-disabled,
.field[disabled],
.field.is-disabled {
    cursor: not-allowed;
    border-color: #cfcfcf;
    opacity: 0.6;
}
input[type="text"][disabled]:focus,
input[type="text"][disabled]:active,
input[type="text"].is-disabled:focus,
input[type="text"].is-disabled:active,
input[type="password"][disabled]:focus,
input[type="password"][disabled]:active,
input[type="password"].is-disabled:focus,
input[type="password"].is-disabled:active,
input[type="datetime"][disabled]:focus,
input[type="datetime"][disabled]:active,
input[type="datetime"].is-disabled:focus,
input[type="datetime"].is-disabled:active,
input[type="datetime-local"][disabled]:focus,
input[type="datetime-local"][disabled]:active,
input[type="datetime-local"].is-disabled:focus,
input[type="datetime-local"].is-disabled:active,
input[type="date"][disabled]:focus,
input[type="date"][disabled]:active,
input[type="date"].is-disabled:focus,
input[type="date"].is-disabled:active,
input[type="month"][disabled]:focus,
input[type="month"][disabled]:active,
input[type="month"].is-disabled:focus,
input[type="month"].is-disabled:active,
input[type="time"][disabled]:focus,
input[type="time"][disabled]:active,
input[type="time"].is-disabled:focus,
input[type="time"].is-disabled:active,
input[type="week"][disabled]:focus,
input[type="week"][disabled]:active,
input[type="week"].is-disabled:focus,
input[type="week"].is-disabled:active,
input[type="number"][disabled]:focus,
input[type="number"][disabled]:active,
input[type="number"].is-disabled:focus,
input[type="number"].is-disabled:active,
input[type="email"][disabled]:focus,
input[type="email"][disabled]:active,
input[type="email"].is-disabled:focus,
input[type="email"].is-disabled:active,
input[type="url"][disabled]:focus,
input[type="url"][disabled]:active,
input[type="url"].is-disabled:focus,
input[type="url"].is-disabled:active,
input[type="search"][disabled]:focus,
input[type="search"][disabled]:active,
input[type="search"].is-disabled:focus,
input[type="search"].is-disabled:active,
input[type="tel"][disabled]:focus,
input[type="tel"][disabled]:active,
input[type="tel"].is-disabled:focus,
input[type="tel"].is-disabled:active,
input[type="color"][disabled]:focus,
input[type="color"][disabled]:active,
input[type="color"].is-disabled:focus,
input[type="color"].is-disabled:active,
select[disabled]:focus,
select[disabled]:active,
select.is-disabled:focus,
select.is-disabled:active,
textarea[disabled]:focus,
textarea[disabled]:active,
textarea.is-disabled:focus,
textarea.is-disabled:active,
.field[disabled]:focus,
.field[disabled]:active,
.field.is-disabled:focus,
.field.is-disabled:active {
    background-color: #d5edf8;
}
input[type="password"] {
    letter-spacing: 0.3em;
}
textarea {
    max-width: 100%;
    min-height: 120px;
    line-height: 1.5em;
}
select {
    -webkit-appearance: none;
    /* 1 */

    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAHCAYAAADXhRcnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEOEZCMjYxMEYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEOEZCMjYxMUYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4RkIyNjBFRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4RkIyNjBGRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Vxkp9gAAAI9JREFUeNpidHFxucHAwKAOxE+AmJmBMPgLxDJAfJMFSKwD4kqoAClgA+P///8ZXF1dPaCGcBKh6QcQB+3evXs7WDMIAA2QB1I7gFgDj0aQFz2BGh+AOEwwUaDAQyBlCMR7cGjcC5KHaQQBuM3IAOiKTiBVhiTUDdRUhq4Oq2aoAelAahIQ5wM1zsCmBiDAADhYMJXVZ9u9AAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    background-position: 97.5% center;
}
/*********************BASE (MOBILE) SIZEThis are the mobile styles. It's what people see on their phones. Ifyou set a great foundation, you won't need to add too many styles inthe other stylesheets. Remember, keep it light: Speed is Important.*********************/
/******************************************************************Site Name:Author:Stylesheet: Base Mobile StylesheetBe light and don't over style since everything here will beloaded by mobile devices. You want to keep it as minimal aspossible. This is called at the top of the main stylsheetand will be used across all viewports.******************************************************************/
/*********************GENERAL STYLES*********************/

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 120%;
    color: #222;
    background-color: #ffffff;
    -webkit-font-smoothing: antialiased;
}
/********************WORDPRESS BODY CLASSESstyle a page via class********************/
/* for sites that are read right to left (i.e. hebrew) */
/* home page */
/* blog template page */
/* archive page */
/* date archive page */
/* replace the number to the corresponding page number */
/* search page */
/* search result page */
/* no results search page */
/* individual paged search (i.e. body.search-paged-3) */
/* 404 page */
/* single post page */
/* individual post page by id (i.e. body.postid-73) */
/* individual paged single (i.e. body.single-paged-3) */
/* attatchment page */
/* individual attatchment page (i.e. body.attachmentid-763) */
/* style mime type pages */
/* author page */
/* user nicename (i.e. body.author-samueladams) */
/* paged author archives (i.e. body.author-paged-4) for page 4 */
/* category page */
/* individual category page (i.e. body.category-6) */
/* replace the number to the corresponding page number */
/* tag page */
/* individual tag page (i.e. body.tag-news) */
/* replace the number to the corresponding page number */
/* custom page template page */
/* individual page template (i.e. body.page-template-contact-php */
/* replace the number to the corresponding page number */
/* parent page template */
/* child page template */
/* replace the number to the corresponding page number */
/* if user is logged in */
/* paged items like search results or archives */
/* individual paged (i.e. body.paged-3) */
/*********************LAYOUT & GRID STYLES*********************/

.wrap {
    width: 96%;
    margin: 0 auto;
}
/*********************LINK STYLES*********************/

a:hover {
    text-decoration: underline;
}
a,
a:visited {
    color: #0067ac;
    outline: none;
    /* on hover */
    /* on click */
    /* mobile tap color */
}
a:hover,
a:focus,
a:visited:hover,
a:visited:focus {
    outline: none;
    color: #0067aa;
}
a:link,
a:visited:link {
    /*    this highlights links on iPhones/iPads.    so it basically works like the :hover selector    for mobile devices.    */
    /*-webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); */
}
/******************************************************************H1, H2, H3, H4, H5 STYLES******************************************************************/

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
    text-rendering: optimizelegibility;
    font-weight: 500;
    /*  if you're going to use webfonts, be sure to check your weights  http://css-tricks.com/watch-your-font-weight/  */
    /* removing text decoration from all headline links */
}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a {
    text-decoration: none;
}
h1,
.h1 {
    font-size: 2.5em;
    line-height: 1.333em;
}
h2,
.h2 {
    font-size: 1.75em;
    line-height: 1.4em;
    margin-bottom: 0.375em;
}
h3,
.h3 {
    font-size: 1.125em;
}
h4,
.h4 {
    font-size: 1.1em;
    font-weight: 700;
}
h5,
.h5 {
    font-size: 0.846em;
    line-height: 2.09em;
    text-transform: uppercase;
    letter-spacing: 2px;
}
/*********************HEADER STYLES*********************/

.home .header {
    height: 130px;
}

.header {
    /*background-image: url('../images/header-bg.png');*/

    background-repeat: no-repeat;
    background-position: center 0;
    z-index: 99999 !important;
    height: 85px;

}

#inner-header .logo-part.desk {
    height: 85px;
}

.header_banner {
    /*background-image: url("../images/banner-1.jpg");*/

    background-position: center 0;
    background-repeat: no-repeat;
    float: left;
    width: 100%;
    height:560px;
    background-color: #fff;
}
#logo {
    margin: 0.75em 0;
}
/*.logo {
    display: block;
    float: left;
    width: 245px;
    height: 85px;
    background: url("../images/abx-logo.svg") no-repeat 0 0 transparent;
}*/
#logo a {
    color: white;
}
.head-top .widget.widget_text {
    margin: 0;
    padding: 0;
    float: left;
}
.top-nav {
    float: left;
    width: 100%;
}
.top-nav nav {
    float: right;
    border-bottom: 0;
    margin: 0;
}
.top-nav nav ul {
    margin: 0;
    padding: 0;
}
.logo-right {
    float: right;
    text-align: right;
    margin: 18px 0 0;
}
/*MBC Main page*/

@media(max-width:787px) {
    .video-row {
        width:300px;
        float:right;
    }
}

.videos {
    background-image: url('../images/mbc-video-bg.png');
    height: 70px;
    width: 285px;
    float: left;
    margin: 0 10px 0 0;
}
.blk.videofaq {
    float: left;
    margin: 96px 0 0;
    padding: 0;
    min-height: 70px;
    height: 70px;
    max-height: 70px;
}
.faqs {
    background-image: url('../images/mbc-faq-bg.png');
    height: 70px;
    width: 180px;
    padding: 0;
    float: left;
    margin: 0;
}
.blk.rightfst-row,
.blk.righ-tlastrow,
.blk.rightscnd-row {
    padding: 0 !important;
}
.blk.rightfst-row {
    float: right;
    background-image: url('../images/mbc-Box-bg.png');
    margin-top: -50px;
    min-height: 126px;
    max-height: 126px;
    padding: 30px 15px;
}
.blk.righ-tlastrow,
.blk.rightscnd-row {
    float: right;
    background-image: url('../images/mbc-Box-bg.png');
    margin-top: 0;
    min-height: 126px;
    max-height: 126px;
    padding: 30px 15px;
}
.blk.rightfst-row h3,
.blk.righ-tlastrow h3,
.blk.rightscnd-row h3 {
    font-size: 25px;
    text-transform: none;
    line-height: 28px;
    font-weight: normal;
}
.blk.rightfst-row h3 br,
.blk.righ-tlastrow h3 br,
.blk.rightscnd-row h3 br {
    display: block;
}
.blk.rightfst-row h3 strong,
.blk.righ-tlastrow h3 strong,
.blk.rightscnd-row h3 strong {
    font-weight: bolder;
    font-size: 30px;
}
.rightf-heading {
    background: #c3def4 none repeat scroll 0 0;
    border-radius: 4px;
    color: #0067ac;
    font-family: HelveticaNeueLTStdBlk;
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
    margin: -35px 0 10px;
    padding: 10px 9px 9px 21px;
    text-align: left;
    float: right;
    width: 475px;
}
#menu-mbc-header-menu,
#menu-main_menu {
    float: left;
    width: auto;
}
.top-nav ul li.menu-item-has-children li:last-child {
    background: none !important;
    padding: 0px 7.6px 0;
}
.top-nav ul li li a {
    text-decoration: none;
}
.top-nav ul li a:hover {
    /*text-decoration: none;*/
}
.top-nav nav > ul > li:last-child {
    /*background-image: url("../images/button.png");    background-position: right 0;    background-repeat: no-repeat;    height: 32px;*/
}
.glossary-popup-content h2 {
    color: #0067ac;
    font-family: HelveticaNeueLTStdBd;
    margin: 2px 0;
}
.glossary-popup-content h2.orng {
    color: #faa100;
    font-size: 20px;
    margin-bottom: 15px;
    line-height: normal;
}
.glossary-popup-content p {
    color: #000;
    font-size: 14px;
    margin: 5px 0;
}
.glossary-popup-content .heading-title {
    color: #0067ac;
    font-family: helveticaneueltstdbd;
    font-size: 16px;
    margin-bottom: 0;
}
.glossary-popup-content .normal-heading-text {
    color: #000;
    font-family: helvetica;
    font-weight: normal;
}
#show_signup {
    background-position: right 0;
    background-repeat: no-repeat;
    padding: 0 7.1px;
    height: 32px;
    font-size: 13px;
    color: #222222;
    cursor: pointer;
    float: left;
    line-height: 29px;
    position: relative;
    font-family: HelveticaNeueLTStdBdCn;
}
.top-nav ul li.menu-item-has-children:hover a {
    color: #fff;
    background-image: url("../images/arrow.png");
}
.top-nav ul li.menu-item-has-children:hover {
    background-color: #0067AC;
    border-radius: 5px 5px 0px 0px;
}
.top-nav ul li.menu-item-has-children li a,
.top-nav ul li.menu-item-has-children li:last-child a {
    color: #0067AC !important;
}
.top-nav ul li {
    padding: 0 7.1px;
}
.top-nav.nav li a:visited,
.top-nav .nav li a:focus {
    color: #222222;
    text-decoration: none;
}
.top-nav nav ul li a {
    font-size: 13px;
    color: #222222;
    font-family: HelveticaNeueLTStdBdCn;
}
.top-nav nav ul li a:hover {
    color: #222222;
}

.nav li {
    /*    so you really have to rethink your dropdowns for mobile.    you don't want to have it expand too much because the    screen is so small. How you manage your menu should    depend on the project. Here's some great info on it:    http://www.alistapart.com/articles/organizing-mobile/    */
}
.nav li a {
    display: block;
    color: white;
    text-decoration: none;
    padding: 0;
    font-size: 13px;
    color: #000;
    /*      remember this is for mobile ONLY, so there's no need      to even declare hover styles here, you can do it in      the style.scss file where it's relevant. We want to      keep this file as small as possible!      */
}
nav ul li:last-child a {
    padding-right: 0;
    /*color: #ffffff;*/
}
.nav li ul.sub-menu li a,
.nav li ul.children li a {
    padding-left: 30px;
}
.page-id-865 .top-nav nav ul li:first-child a,
.page-id-31 .top-nav nav ul li:first-child a,
.page-id-762 .top-nav nav ul li:first-child a {
    background-image: url("../images/arrow.png");
}
.top-nav nav ul li.menu-item-has-children a {
    background-image: url("../images/black-arrow.png");
    background-position: right 11px;
    background-repeat: no-repeat;
    padding-right: 13px;
}
.page-id-31 .top-nav nav ul li:first-child {
    /*padding-right: 0;*/
}
.size-full.wp-image-12 {
    margin-bottom: 7px;
}
#sgcboxLoadedContent .blk {
    background: #0067ac none repeat scroll 0 0;
    float: left;
    margin-right: 10px;
    min-height: 0;
    padding: 8px 31px 0 8px;
    width: 212px;
    border-radius: 7px;
    margin-top: 10px;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.7);
}
#sgcboxLoadedContent .blk h4 {
    font-size: 14px;
    line-height: 20px;
}
#sgcboxLoadedContent .blk img {
    bottom: 0;
    position: absolute;
    right: 1px;
}
/*#fancybox-overlay {
    background-color: #000000 !important;
    opacity: 0.5 !important;
}*/
/* end .nav */
/*********************POSTS & CONTENT STYLES*********************/

.logo img {
    padding-top: 6px;
}
.logo-right p {
    margin: 0;
}
.logo-right .widget.widget_text {
    margin: 18px 0 0;
}
.top-nav .head-top .textwidget {
    font-family: HelveticaNeueLTStdCn;
    font-size: 13px;
    color: #222222;
    padding-left: 2px;
    padding-top: 6px;
}
.banner_content {
    float: left;
    width: 100%;
}
.footer-links ul {
    text-align: center;
}
.footer-links ul li {
    color: #ffffff;
    display: inline-block;
    float: none;
}
.footer-links li a {
    color: #ffffff;
}
.blk {
    background-repeat: no-repeat;
    color: #ffffff;
    margin-bottom: 10px;
    max-width: 475px;
    min-height: 172px;
    padding: 15px 20px 0;
    width: 100%;
    position: relative;
    height:172px;
}
.link-btm {
    bottom: 0;
    position: absolute;
    right: 6px;
}
.link-arrow {
    float: right;
    padding: 7px;
}
.pancreatic br,
.cell br,
.bcancer br {
    display: block;
}
.blk.pancreatic {
    float: right;
    background-image: url('../images/pancreatic.png');
}
.blk h4 {
    color: #ffffff;
    font-family: helvetica;
    font-size: 21px;
    font-weight: 600;
    line-height: 26px;
    margin: 0 0 10px;
}
.banner_content .wrap .blk p {
    color: #ffffff;
    font-family: HelveticaNeueLTStdRoman;
    font-size: 15px;
    line-height: 20px;
    margin: 0;
}
.blk.cell {
    float: left;
    background-image: url('../images/cell.png');
    margin: 10px 0 0;
}
.blk.bcancer {
    float: right;
    background-image: url('../images/bcancer.png');
}
.blk.head_p {
    float: left;
    padding: 17px 0 0;
    text-align: center;
}
.content_wrap ul {
    margin: 0 0 20px;
    padding-left: 10px;
}
.content_wrap #ict, .content_wrap #side-effects-of-abraxane, .content_wrap #common-side-effects, .content_wrap #side-effect-tips, .content_wrap #working-with-healthcare-team {
    float:left;
}

#ict, #side-effects-of-abraxane, #side-effect-tips, #common-side-effects {
    padding-bottom: 30px;
}

#side-effects-of-abraxane h1, #common-side-effects h1, #side-effect-tips h1, #working-with-healthcare-team h1 {
    margin-top:0;
}

.entry-content .content_wrap p {
    margin: 0 0 10px;
}
#mob-top-title {
    font-size:14px;
    font-family: helveticaneueltstdbd;
}
#mob-top-title > h4 {
    color: #0067ac;
  font-weight: normal;
    margin: 15px 0 0;
}
.content_wrap {
    color: #222222;
    font-family: helveticaneueltstdroman;
}
.content_wrap .orng {
    color: #FAA100;
    font-size: 20px;
    font-family: helveticaneueltstdbd;
}
.desktop .content_wrap .orng {
  margin-top: 20px;
}
.desktop .content_wrap .orng.extra-margin-top {
  margin-top: 35px;
}
.mt25 {
  margin-top: 25px;
}
.mb0 {
  margin-bottom: 0;
}
.mtn10 {
    margin-top: -10px;
}
.mtn15 {
  margin-top: -15px;
}
.mtn20 {
  margin-top: -20px;
}
.mobile .content_wrap p.mob-only-mt5 {
  margin-top: 5px;
}
.mobile .content_wrap .mob-only-mt10 {
    margin-top: 10px;
}
.mobile .content_wrap .mob-only-mt15 {
    margin-top: 15px;
}
.mobile .content_wrap .mob-only-mt20 {
    margin-top: 20px;
}
.mobile .content_wrap .mob-only-mt25 {
    margin-top: 25px;
}
.mobile .content_wrap .mob-only-rel-mt10 {
    position:relative;
    top:10px;
}
.mobile .content_wrap .mob-only-rel-mt15 {
    position:relative;
    top:15px;
}
.mobile .content_wrap .mob-only-rel-mt25 {
    position:relative;
    top:25px;
}

.content_wrap h1 {
    line-height: 32px;
    color: #0067ac;
    margin: 10px 0 10px;
    font-size: 28px;
    font-family: helveticaneueltstdbd;
}
h3 {
    color: #0067ac;
    font-family: helveticaneueltstdbd;
    font-size: 17px;
    margin: 10px 0 0;
    text-transform: uppercase;
    line-height: 1;
}
.content_wrap .heading-title {
    color: #0067ac;
    font-size: 16px;
    line-height: normal;
    font-family: helveticaneueltstdbd;
    margin: 5px 0;
}
.banner_content .d-5of7 {
    float: left;
    margin-right: 30px;
    padding-right: 0;
    width: 630px;
    margin-top: 17px;
}
.banner_content .d-2of7 {
    float: left;
    padding-right: 0;
    width: 300px;
    margin-top: 30px;
}
.box-cnt {
    border: 1px solid #000000;
    padding: 0;
    margin-top: 15px;
    width: 65.5%;
}

.global-isi {
    margin-top: 20px;
}

.global-isi .indication {
    margin-top: 20px;
    width: 65.5%;
}

.isi-right {
    float: right;
    max-width: 300px;
    margin-top: 20px;
}
.box-cnt h4 {
    color: #222222;
    font-family: helveticaneueltstdbd;
    font-size: 14px;
    font-weight: normal;
    margin: 10px 0 0;
    text-align: center;
}
.box-cnt ul {
    margin: 0;
    padding: 0 10px 10px;
}
.banner_content .wrap .cf .desk {
    font-family: helveticaneueltstdroman;
}
.banner_content .wrap .cf p {
    color: #222222;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    padding: 0;
}
.banner_content .wrap .box-cnt ul li, #mobile-isi-drawer .box-cnt ul li {
    color: #222222;
    font-family: helveticaneueltstdbd;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    padding-left: 12px;
    padding-top: 0;
}
.wrap ul.last-list {
    margin-bottom: 20px!important;
}
.wrap ul, #mobile-isi-drawer ul {
    margin: 0;
    padding-left: 10px;
}
#inner-content.wrap ul.orange-special li {
    background-image: url("../images/list-img-org.jpg");
    background-position: 7px 13px;
    padding-left: 20px;
}
.banner_content .wrap ul li,
#inner-content.wrap ul li, #mobile-isi-drawer ul li {
    list-style-type: none;
    color: #222222;
    font-family: 'HelveticaNeueLTStdRoman';
    font-size: 14px;
    line-height: normal;
    margin-top: 8px;
    padding-top: 0;
}

.banner_content .wrap ul li:before,
#inner-content.wrap ul li:before,
#mobile-isi-drawer .box-cnt ul li:before, #mobile-isi-drawer ul li:before {
    content: '\2022';
    display: block;
    position: relative;
    border-radius: 5px;
    color: #f9a01b;
    left: -10px;
    top: 2px;
    max-width: 0;
    max-height: 0;
    font-size: 14px;
}

.wrap ul.remove-bullet
{
    padding-left: 0px !important;
    padding-bottom: 7px;
}


.subheading
{
    font-size: 14px;
    padding-top: 7px;
    padding-bottom: 4px;
}

.banner_content .wrap ul.remove-bullet li:before,
#inner-content.wrap ul.remove-bullet li:before,
#mobile-isi-drawer .box-cnt ul.remove-bullet li:before, #mobile-isi-drawer ul.remove-bullet li:before {
    content: ' ';
    display: block;
    position: relative;
    border-radius: 5px;
    color: #f9a01b;
    left: 0px;
    top: 2px;
    max-width: 0;
    max-height: 0;
    font-size: 14px;
}

#inner-content.wrap ul.remove-bullet li ul li:before,
.banner_content .wrap ul.remove-bullet li ul li:before, #mobile-isi-drawer ul.remove-bullet li ul li:before {
    content: '\2022';
    width: 5px;
    height: 1px;
    color: #f9a01b;
    max-width: 7px;
    max-height: 1px;
    left: -10px !important;
    top: 2px ;
    border-radius: 5px;
}


#inner-content.wrap ul li ul.dash li:before,
.banner_content .wrap ul li ul.dash li:before, #mobile-isi-drawer ul li ul.dash li:before {
    content: '' !important;
    width: 5px;
    height: 1px;
    background-color: #333333;
    max-width: 7px;
    max-height: 1px;
    left: -10px;
    top: 8px;
}


#inner-content.wrap ul li ul li:before,
.banner_content .wrap ul li ul li:before, #mobile-isi-drawer ul li ul li:before {
    content: '\2022';
    width: 5px;
    height: 1px;
    color: #f9a01b;
    max-width: 7px;
    max-height: 1px;
    left: -10px;
    top: 2px ;
    border-radius: 5px;

    /*content: '\2022';
    display: block;
    position: relative;
    
    color: #f9a01b;
*/
}

#inner-content.wrap ul li ul li,
.banner_content .wrap ul li ul li {

    margin-top: 5px;
    padding-top: 0;
}
#content {
    float: left;
    width: 100%;
}
br {
    /*display: none;*/

    margin: 0;
    padding: 0;
}
.clear {
    clear: both;
}
.entry-content .bluebg {
    width:49%;
    background: #f3f8fd none repeat scroll 0 0;
    font-family: helveticaneueltstdbd;
    padding: 6px 20px;
}

@media(max-width:975px) {
    #side-effects-of-abraxane .bluebg {
        width:100%;
        float:left;
     }  
    #side-effects-of-abraxane .video-row {
        float:left;
    }

    #side-effects-of-abraxane p {
        float:left;
        width:100%;
    }
}

.hentry {
    background-color: white;
    margin-bottom: 20px;
}
.hentry header {
    padding: 0;
}
.hentry footer {
    padding: 0;
}
.hentry footer p {
    margin: 0;
}
/* end .hentry */

.single-title,
.page-title,
.entry-title {
    margin: 0;
}
/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
/* general post style */
/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
/* post meta */

.byline {
    color: #9fa6b4;
    font-style: italic;
    margin: 0;
}
.entry-content p strong {
    color: #3b3b3b;
    font-family: helveticaneueltstdbd;
    font-weight: normal;
}
/* entry content */

.entry-content {
    padding: 0;
    /*  image alignment on a screen this size may be  a bit difficult. It's set to start aligning  and floating images at the next breakpoint,  but it's up to you. Feel free to change it up.  */
}
.banner_content .d-2of7 p label {
    color: #585858;
    font-family: helveticaneueltstdbd;
    white-space: nowrap;
}
img.img-2 {
    margin-top: 7px;
}
.banner_content .m-all.t-1of3.d-2of7.cf p {
    margin-top: 10px;
}
.entry-content p,
.wrap p {
    margin: 0 0 1.5em;
    color: #222222;
    font-family: 'HelveticaNeueLTStdRoman';
    font-size: 14px;
    line-height: 1.3;
    font-weight: normal;
}
.entry-content table {
    width: 100%;
    border: 1px solid #eaedf2;
    margin-bottom: 1.5em;
}
.entry-content table caption {
    margin: 0 0 7px;
    font-size: 0.75em;
    color: #9fa6b4;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.entry-content tr {
    border-bottom: 1px solid #eaedf2;
}
.entry-content tr:nth-child(even) {
    background-color: #f8f9fa;
}
.entry-content td {
    padding: 7px;
    border-right: 1px solid #eaedf2;
}
.entry-content td:last-child {
    border-right: 0;
}
.entry-content th {
    background-color: #f8f9fa;
    border-bottom: 1px solid #eaedf2;
    border-right: 1px solid #eaedf2;
}
.entry-content th:last-child {
    border-right: 0;
}
.entry-content blockquote {
    margin: 0 0 1.5em 0.75em;
    padding: 0 0 0 0.75em;
    border-left: 3px solid #2980b9;
    font-style: italic;
    color: #9fa6b4;
}
.entry-content dd {
    margin-left: 0;
    font-size: 0.9em;
    color: #787878;
    margin-bottom: 1.5em;
}
.entry-content img {
    max-width: 100%;
    height: auto;
}
.entry-content .size-auto,
.entry-content .size-full,
.entry-content .size-large,
.entry-content .size-medium,
.entry-content .size-thumbnail {
    max-width: 100%;
    height: auto;
}
.entry-content pre {
    background: #323944;
    color: #f8f9fa;
    font-size: 0.9em;
    padding: 1.5em;
    margin: 0 0 1.5em;
    border-radius: 3px;
}
/* end .entry-content */

.aligncenter {
    margin: 5px auto;
}

.alignleft {
    float: left;
    margin: 0 5px 5px 0;
}

.alignright{
    float: right;
    margin: 0 0 5px 5px;
}

.wp-caption {
    max-width: 100%;
    background: #eee;
    padding: 5px;
    /* images inside wp-caption */
}
.wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%;
}
.wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center;
}
/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */

.tags {
    margin: 0;
}

#desktop-isi-drawer.expanded .global-isi {
    height: 752px;
    overflow-y:scroll;
    padding-bottom: 40px;
}

#desktop-isi-drawer .isi-right, #desktop-isi-drawer .global-isi, #desktop-isi-drawer .indication {
    margin-top: 0;
}
/******************************************************************PAGE NAVI STYLES******************************************************************/

.pagination,
.wp-prev-next {
    margin: 1.5em 0;
}
.pagination {
    text-align: center;
}
.pagination ul {
    display: inline-block;
    background-color: white;
    white-space: nowrap;
    padding: 0;
    clear: both;
    border-radius: 3px;
}
.pagination li {
    padding: 0;
    margin: 0;
    float: left;
    display: inline;
    overflow: hidden;
    border-right: 1px solid #eaedf2;
}
.pagination a,
.pagination span {
    margin: 0;
    text-decoration: none;
    padding: 0;
    line-height: 1em;
    font-size: 1em;
    font-weight: normal;
    padding: 0.75em;
    min-width: 1em;
    display: block;
    color: #2980b9;
}
.pagination a:hover,
.pagination a:focus,
.pagination span:hover,
.pagination span:focus {
    background-color: #2980b9;
    color: white;
}
.pagination .current {
    cursor: default;
    color: #5c6b80;
}
.pagination .current:hover,
.pagination .current:focus {
    background-color: white;
    color: #5c6b80;
}
/* end .bones_page_navi */
/* fallback previous & next links */

.wp-prev-next .prev-link {
    float: left;
}
.wp-prev-next .next-link {
    float: right;
}
/* end .wp-prev-next */
/******************************************************************COMMENT STYLES******************************************************************/
/* h3 comment title */

#comments-title {
    padding: 0.75em;
    margin: 0;
    border-top: 1px solid #f8f9fa;
    /* number of comments span */
}
.commentlist {
    margin: 0;
    list-style-type: none;
}
.comment {
    position: relative;
    clear: both;
    overflow: hidden;
    padding: 1.5em;
    border-bottom: 1px solid #f8f9fa;
    /* vcard */
    /* end .commentlist .vcard */
    /* end children */
    /* general comment classes */
}
.comment .comment-author {
    padding: 7px;
    border: 0;
}
.comment .vcard {
    margin-left: 50px;
}
.comment .vcard cite.fn {
    font-weight: 700;
    font-style: normal;
}
.comment .vcard time {
    display: block;
    font-size: 0.9em;
    font-style: italic;
}
.comment .vcard time a {
    color: #9fa6b4;
    text-decoration: none;
}
.comment .vcard time a:hover {
    text-decoration: underline;
}
.comment .vcard .avatar {
    position: absolute;
    left: 16px;
    border-radius: 50%;
}
.comment:last-child {
    margin-bottom: 0;
}
.comment .children {
    margin: 0;
    /* variations */
    /* change number for different depth */
}
.comment[class*=depth-] {
    margin-top: 1.1em;
}
.comment.depth-1 {
    margin-left: 0;
    margin-top: 0;
}
.comment:not(.depth-1) {
    margin-top: 0;
    margin-left: 7px;
    padding: 7px;
}
.comment.odd {
    background-color: white;
}
.comment.even {
    background: #f8f9fa;
}
/* comment meta */
/* comment content */

.comment_content p {
    margin: 0.7335em 0 1.5em;
    font-size: 1em;
    line-height: 1.5em;
}
/* end .commentlist .comment_content */
/* comment reply link */

.comment-reply-link {
    font-size: 0.9em;
    float: right;
}
/* end .commentlist .comment-reply-link */
/* edit comment link */

.comment-edit-link {
    font-style: italic;
    margin: 0 7px;
    text-decoration: none;
    font-size: 0.9em;
}
/******************************************************************COMMENT FORM STYLES******************************************************************/

.comment-respond {
    padding: 1.5em;
    border-top: 1px solid #f8f9fa;
}
#reply-title {
    margin: 0;
}
.logged-in-as {
    color: #9fa6b4;
    font-style: italic;
    margin: 0;
}
.logged-in-as a {
    color: #5c6b80;
}
.comment-form-comment {
    margin: 1.5em 0 0.75em;
}
.form-allowed-tags {
    padding: 1.5em;
    background-color: #f8f9fa;
    font-size: 0.9em;
}
/* comment submit button */

#submit {
    float: right;
    font-size: 1em;
}
/* comment form title */

#comment-form-title {
    margin: 0 0 1.1em;
}
/* cancel comment reply link */
/* logged in comments */
/* allowed tags */

#allowed_tags {
    margin: 1.5em 10px 0.7335em 0;
}
/* no comments */

.nocomments {
    margin: 0 20px 1.1em;
}
/*********************SIDEBARS & ASIDES*********************/

.widget ul li {
    /* deep nesting */
}
.no-widgets {
    background-color: white;
    padding: 1.5em;
    text-align: center;
    border: 1px solid #cccccc;
    border-radius: 2px;
    margin-bottom: 1.5em;
}

.crl_overlay {
    display:none;
}

/********************* Share Form *********************/
#wpcf7-f1590-o2 {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    color: #0067ac;
    display: none;
    width: 420px;
    left: 50%;

    padding: 0 0 30px 0;
    position: relative;
    top: 0;
    transform: translate(-50%, 18%);
    -webkit-transform: translate(-50%, 18%);
    z-index: 1000;
    display:none;
}
.modal {
    z-index: 1001;
}

#wpcf7-f1590-o2 .wpcf7-not-valid-tip {
    width:200px;
    position: absolute;
    bottom: -2px;
    font-size:11px;
}
.lte-ie9 #wpcf7-f1590-o2 .wpcf7-not-valid-tip {
    bottom: -19px;
}

.lte-ie9 .home #wpcf7-f1590-o2 .wpcf7-not-valid-tip {
    bottom: -12px;
}

.lte-ie9 .page-id-1461 #wpcf7-f1590-o2 .wpcf7-not-valid-tip {
    position:relative;
    float:left;
    margin-top:-20px;
}

#wpcf7-f1590-o2 .wpcf7-response-output {
    display:none !important;
    border:0;
}

.wpcf7-form-control-wrap {
    display:block;
    position: relative;
    height:100%;
}
.wpcf7-form-control-wrap.your-email {
    margin-bottom: 20px;
}
#wpcf7-f1590-o2 input[type='text'], #wpcf7-f1590-o2 input[type='email'] {
    background-color: #edf5fe;
    border: 1px solid #79a9d1;
    border-radius: 0;
    box-shadow: none;
    display: initial;
    font-size: 15px;
    font-style: italic;
    margin-bottom: 15px;
    padding: 10px;
    color: #0067ac;
    width:98%;
}


#wpcf7-f1590-o2 .required {
    font-family: helvetica;
    font-size: 13px;
    font-style: italic;
    color: #0067ac;
    float:left;
    margin-top: 10px;
    display: block;
    width: 100%;
}

#wpcf7-f1590-o2 .share-image {
    float:left;
    width:20%;
}

#wpcf7-f1590-o2 .share-image .share-icon {
    width:56px;
    height:54px;
    background: url("../images/mail.png") no-repeat scroll 0 0 transparent;
}

#wpcf7-f1590-o2 .share-content {
    float:left;
    width:74%;
}

#wpcf7-f1590-o2 {
    overflow-y: scroll;
}

#wpcf7-f1590-o2 .share-content p {
    margin:0;
    margin-bottom:15px;
}

#wpcf7-f1590-o2 .share-content p.label {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 15px;
    float:left;
    line-height: 120%;
}

#wpcf7-f1590-o2 .share-content .asterisk {
    color:#fa9600;
}

#wpcf7-f1590-o2 .wpcf7-submit {
    background: #0067ac none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    float: right;
    padding: 12px 15px;
    border:0;
    margin-top: -10px;
    margin-right: 6px;
    display:block;
    width:75px;
    height:45px;
    font-size: 13px;
    position: relative;
    top: 15px;
    margin-bottom: 1em;
}

/********************* Register Form *********************/

#wpcf7-f1871-o1 {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    color: #0067ac;
    display: none;
    min-height: 620px;
    left: 0;
    right: 0;
    overflow-x: hidden;
    margin: 0 auto;
    overflow-y:scroll;
    padding: 0;
    position: relative;
    top: 0;
    transform: translate(0, 18%);
    -webkit-transform: translate(0%, 18%);
    width: 700px;
    z-index: 1000;
    display:none;
}
.modal {
    z-index: 999999!important;
}

#wpcf7-f1871-o1 p {
    font-size: 15px;
    line-height: 16px;
}

#wpcf7-f1871-o1 p.label {
    font-weight: bold;
    margin: 15px 0 5px 0 !important;
    font-size: 15px;
}

#wpcf7-f1871-o1 .form-row {
    width: 100%;
    display:block;
}

#wpcf7-f1871-o1 .form-row .input {
    float:left;
    width:50%;
}

#wpcf7-f1871-o1 .form-row .input-3 {
    float:left;
    width:33%;
}

#wpcf7-f1871-o1 .form-row .input p, #wpcf7-f1871-o1 .form-row .input-3 p {
    margin:0;
}

#wpcf7-f1871-o1 #first-name, #wpcf7-f1871-o1 #last-name, #wpcf7-f1871-o1 #email, 
#wpcf7-f1871-o1 #street-address, #wpcf7-f1871-o1 #city, #wpcf7-f1871-o1 #state, #wpcf7-f1871-o1 #zip {
    background-color: #edf5fe;
    border: 1px solid #79a9d1;
    border-radius: 0;
    box-shadow: none;
    display: block;
    font-size: 15px;
    font-style: italic;
    margin-bottom: 5px;
    padding: 10px;
    color: #0067ac;
    width: 98%;
}

#wpcf7-f1871-o1 #state {
    margin-left: 3px;
}

#wpcf7-f1871-o1 #zip {
    margin-left: 4px;
}

#wpcf7-f1871-o1 .radio {
    width:100%;
    float:left;
    display:block;
    position:relative;
}

#wpcf7-f1871-o1 .checkbox {
    width:100%;
    float:left;
    display:block;
    position:relative;
}

#wpcf7-f1871-o1 .option-wrap {
    float: left;
    display: block;
    width: 50%;
}
.mobile #wpcf7-f1871-o1 .option-wrap {
    width: 100%;
}
#wpcf7-f1871-o1 .form-radio {
    width:100%;
    margin:5px 0 0px;
    float:left;
}

#wpcf7-f1871-o1 .form-radio p {
    margin:0;
    width: 100%;
}

#wpcf7-f1871-o1 .radio-button{
    background: url("../images/radio-button.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 3px 5px 15px 0;
    vertical-align: top;
    position: absolute;
    cursor: pointer;
    z-index:99999;
}

#wpcf7-f1871-o1 .radio-button.checked{
    background: url("../images/radio-button-select.png") no-repeat scroll 0 0 transparent;
}

#wpcf7-f1871-o1 .form-radio .radioTitle {
    color: #0067ac;
    font-family: helveticaneueltstdbd;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: normal;
    line-height: normal;
    margin: 12px auto 5px;
    text-transform: none;
}

#wpcf7-f1871-o1 .form-radio .radio-section .wpcf7-list-item {
    width:20px;
    float:left;
    display:block;
    margin-bottom: 10px;
    margin-left:0px;
}

#wpcf7-f1871-o1 .form-radio .radio-section .wpcf7-list-item input[type='radio'] {
    display:none;
}

#wpcf7-f1871-o1 .form-radio .radio-section .list-label {
    float:right;
    width:92%;
    font-size:14px;
    position: relative;
}

#wpcf7-f1871-o1 .form-radio .wpcf7-list-item-label {
    font-size:14px;
    position: relative;
}

#wpcf7-f1871-o1 .form-radio .radio-section .wpcf7-list-item .wpcf7-list-item-label {
    display: none;
}

#wpcf7-f1871-o1 .form-radio .checkbox-section .wpcf7-list-item {
    float:left;
    width:48%;
    margin-bottom: 10px;
}

#wpcf7-f1871-o1 .form-radio .checkbox-section .wpcf7-list-item input[type="checkbox"] {
    display:none;
}

#wpcf7-f1871-o1 .form-radio .checkbox-section .wpcf7-list-item .wpcf7-list-item-label::before {
    content:"";
    display:inline-block;
    width:12px;
    height:12px;
    background:url("../images/checkbox-sheet.jpg") left top no-repeat;
    cursor:pointer;
    float:left;
    margin-left: -6px;
    margin-right:8px;
}

#wpcf7-f1871-o1 .form-radio .checkbox-section .wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
    background:url("../images/checkbox-sheet.jpg") -12px top no-repeat;
}

#wpcf7-f1871-o1 .submit-button {
    background: #0067ac none repeat scroll 0 0;
    border: medium none;
    border-radius: 5px;
    color: #fff;
    display: block;
    height: 38px;
    width: 80px;
    margin: 0 auto;
    float:none;
    font-size: 15px;
}

#wpcf7-f1871-o1 .wpcf7-form.invalid .form-radio .radio{
  margin-bottom: 1.5em; 
}

#wpcf7-f1871-o1 .wpcf7-form.invalid .form-radio .radio .wpcf7-not-valid-tip{
  top: 18px;
}

.wpcf7 .modal-close {
    color: #0067ac;
    position: absolute;
    right: 15px;
    top: 15px;
    background: url("../images/popup-close.png") no-repeat scroll 0 0 transparent;
    font-size: 30px;
    text-indent: -9999px;
    width: 19px;
    margin: 0 0;
    height: 19px;
    display: block;


}
.wpcf7 a:hover, .wpcf7 a:focus, .wpcf7 a:active, .wpcf7 a:visited {
    outline: 0!important;
    border: 0!important;
    text-decoration: none!important;
}
.wpcf7 .modal-close:hover, .wpcf7 .modal-close:focus, .wpcf7 .modal-close:active {
    outline: 0!important;
    border: 0!important;
    text-decoration: none!important;
}
#wpcf7-f1871-o1 .wpcf7-not-valid-tip {
    width:240px;
    font-size:11px;
    position: absolute;
    bottom: -15px;
    margin: 0;
}

#wpcf7-f1871-o1 .checkbox-section .wpcf7-not-valid-tip {
    position: relative;
    float:left;
    bottom:0;
}

#wpcf7-f1871-o1 .wpcf7-form {
    padding-top: 20px;
}

#wpcf7-f1871-o1 .notice {}#register .notice i {
    font-family: helveticaneueltstdroman;
    font-size: 13px;
}
#wpcf7-f1871-o1 .notice span {
    color: #0067ac;
    font-size: 15px;
    vertical-align: middle;
}
#reqd span {
    color: #0067ac !important;
}
#wpcf7-f1871-o1 #email::-webkit-input-placeholder {
    color: #5c6b80;
}
#wpcf7-f1871-o1 select#state {
    background-image: url("../images/select-dropdown.png");
    padding: 0px 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
}

@media (max-width: 540px) {
    #wpcf7-f1871-o1 p.label {
        padding-left: 2px;
    }

    #wpcf7-f1871-o1 .form-row .input {
        width:100%;
    }

    #wpcf7-f1871-o1 .form-row .input-3 {
        width:100%;
    }

    #wpcf7-f1871-o1 .submit-button {
        width:100%;
        margin-bottom: 0px;
    }

    #wpcf7-f1871-o1 #zip, #wpcf7-f1871-o1 #state {
        margin-left: 0px;
    }
}

@media screen and (min-width:0\0) {
    #wpcf7-f1871-o1 select#state {
        padding: 0px 0px;
    }
}

#wpcf7-f1871-o1 .terms {
    font-size: 15px;
    font-family: helveticaneueltstdroman;
    width: 100% !important;
    float:left;
}
.wpcf7-form {
    height: 95% !important;
    margin: 10px 10px 0;
   /* overflow-y: hidden;*/
    padding: 0 15px;
    position:relative;
}
#wpcf7-f1871-o1 .inn-form {
    height: 94%;
    overflow-y: scroll;
    position: relative;
    overflow-x: hidden;
}
form.crl-ajax-auth a.close {
    margin: 0;
    right: 9px;
    top: 6px;
}
form.crl-ajax-auth {
    overflow: hidden !important;
    padding: 0 !important;
}

#wpcf7-f1871-o1 h1 {
    color: #0067ac;
    font-size: 20px;
    margin: 0 0 5px;
    font-family: helveticaneueltstdbd;
}

#wpcf7-f1871-o1 .rformRadio .radio {
    background: url("../images/radio-button.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 3px 5px 15px 0;
    vertical-align: top;
    float: left;
}
#wpcf7-f1871-o1 .rformRadio input[type="text"]::-webkit-input-placeholder {
    color: #edf5fe !important;
    font-style: italic;
}
#wpcf7-f1871-o1 .rformRadio input[type="radio"] {
    display: none
}

#wpcf7-f1871-o1 .rformRadio input[type="radio"]:checked + .radio {
    background: url("../images/radio-button-select.png") no-repeat scroll 0 0 transparent;
}
#wpcf7-f1871-o1 .rformRadio input[type="radio"] {
    margin-top: 4px;
    margin-right: 4px;
    background: url("../images/radio-button.png") no-repeat scroll 0 0 transparent;
    border: none;
    width: 12px;
    float: left;
    height: 12px;
}
#wpcf7-f1871-o1 .rformRadio .radioTitle,
#wpcf7-f1871-o1 .termsheading {
    color: #0067ac;
    font-family: helveticaneueltstdbd;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: normal;
    line-height: normal;
    margin: 12px auto 0;
    text-transform: none;
    float:left;
}

#wpcf7-f1871-o1 .notice i {
    font-size:13px;
    top:11px;
    position: relative;
}

#wpcf7-f1871-o1 .notice span {
    color: #0067ac;
    font-size: 15px;
    vertical-align: middle;
}

#wpcf7-f1871-o1 .rformRadio .radio-section {
    width:48%;
    font-size: 13px;
    float: left;
}

/********* My CSS ************/

.faq-popup {
    cursor: pointer;
}

.box-clear {
    clear: both;
}
.box-clear-10 {
    clear: both;
    height: 10px;
}
span.normal-text {
    font-family: helvetica;
}
.caregiver-links div {
    float: left;
    padding-right: 10px;
    width: 50%;
}
.caregiver-links a {
    color: #f9a01b;
    float: left;
    font-size: 14px;
    margin: 6px 0;
    text-decoration: none;
}
.patient-resource-content .heading-title {
    margin-bottom: 12px;
    font-family: helveticaneueltstdbd;
}
.cultural-resources {
    float: left;
    margin-bottom: 10px;
    width: 100%;
}
.cultural-resources .heading-title {
    margin: 8px 0;
}
.cultural-resources a {
    color: #f9a01b;
    font-family: helveticaneueltstdbd;
    margin-top: 5px;
}
.cultural-resources br {
    margin: 10px 0;
}
.divTable .divCell a {
    color: #faa100;
    float: left;
    margin-bottom: 10px;
    position: relative;
    top: 4px;
    width: 100%;
}
#patient-support {
    color: #0067ac;
    font-size: 14px;
}
#patient-support a {
    color: #faa100;
}
.patient-ambassadors h5 img {
    display: initial;
    margin: 0 0 0 8px !important;
}
.patient-ambassadors h5 {
    color: #0067ac;
    font-family: helveticaneueltstdbd;
    font-size: 15px;
    letter-spacing: normal;
    margin-bottom: 0;
    text-transform: none;
}
.testimonial-content {
    font-family: Helvetica;
    font-size: 18px;
    font-style: italic;
}
.testimonails-left .testimonial-content,
.testimonails-right .testimonial-content {
    color: #0067ac;
}
.testimonial-content .quote {
    color: #faa100;
}
.testimonial-content .quote-content {
  font-style: italic;
}
.testimonial-content .patient-name {
  font-style: normal;
    font-size: 15px;
}
.testimonails-left .testimonial-content .patient-name,
.testimonails-right .testimonial-content .patient-name {
    color: #000;
}
h1#sitemap-title {
    color: #0067ac;
    font-family: helveticaneueltstdbd;
    margin: 5px 0 0;
}
.main-links .divCell a,
.bottom-links .divCell a,
.divRow a {
    clear: both;
    float: left;
    font-family: helveticaneueltstdbd;
    margin: 5px 0;
    text-decoration: none;
}
.main-links .divCell a:hover,
.bottom-links .divCell a:hover,
.divRow a:hover {
    text-decoration: underline;
}
.sub-links .divCell a {
    clear: both;
    float: left;
    font-family: helveticaneueltstdbd;
    font-size: 14px;
    margin: 5px 0;
    width: 100%;
    text-decoration: none;
}
.sub-links .divCell a:hover {
    text-decoration: underline;
}
.sitemap strong {
    color: #000;
}
.sitemap .divRow .divCell {
    border-bottom: 1px solid #ddd;
}
.bottom-links .divCell {
    border-bottom: medium none;
}
#logo-part-right {
    float: right;
    position: relative;
    z-index: 999;
}
.font-variation {
    border-right: 1px solid #0067ac;
    float: left;
    height: 25px;
    margin: 18px 12px 0 0;
    padding: 3px 10px 0;
    visibility: hidden;
}
.font-variation div {
    cursor: pointer;
    float: left;
}
.font-variation #sizeUp {
    margin: 0 3px;
}
.fixed {
    overflow: hidden;
    width: 100%;
    z-index: 999;
}
.body-fixed {

    overflow: hidden;
    width: 100%;
    height: 100%;
}
.tablet-view.body-fixed {
    position: fixed;

}
.mobile.body-fixed {
    position: fixed;
    overflow: hidden;
}
.sidebar-fixed {
    position: fixed;
    top: 110px;
    z-index: 998;
    width: 305px !important;
}
#share-content label.error {
    display: none !important;
}
#share-content input.error {
    border: 1px solid #ff0000;
}
/******* Share Popup CSS ***********/

#sharePop {
    display: none;
}
.share-popup-overlay {
    background: #000 none repeat scroll 0 0;
    display: block;
    font-size: 0;
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.share-popup-content {
    background: #ffffff none repeat scroll 0 0;
    border: medium none;
    border-radius: 5px;
    font-size: 15px;
    height: 280px;
    left: 50%;
    padding: 35px 15px 15px;
    position: fixed;
    transform: translate(-50%, 50%) !important;
    -webkit-transform: translate(-50%, 50%);
    width: 420px;
    z-index: 999999;
}
#shareForm1 input {
    background: #edf5fe none repeat scroll 0 0;
    border: 1px solid #0067ac;
    border-radius: 0;
    height: 35px;
    margin-bottom: 8px;
}
#popupBoxClose {
    font-size: 20px;
    line-height: 15px;
    right: 10px;
    top: 10px;
    position: absolute;
    color: #6fa5e2;
    font-weight: 500;
    cursor: pointer;
}
#share-popup {
    float: left;
    width: 100%;
}
#share-popup #share-img {
    float: left;
    width: 20%;
}
#share-popup #share-content {
    float: left;
    width: 74%;
}
#shareForm1 input[type="submit"] {
    background: #0067ac none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    float: right;
    padding: 8px 15px;
}
#shareForm1 #reqd {
    font-family: helvetica;
    font-size: 13px;
    font-style: italic;
    color: #0067ac;
    margin: 0px;
}
/*********************FOOTER STYLES*********************/
/*.footer-links .sitemap {*/
/*padding: 0;*/
/*}*/
/*.footer-links .sitemap a{*/
/*display:none;*/
/*}*/

.footer p {
    color: #ffffff;
    font-size: 12px;
    margin: 0 0 5px;
}
.footer {
    clear: both;
    background-color: #00609a;
    color: #ffffff;
    position: relative;
    text-align: center;
    z-index: 999;
    padding-bottom: 35px;
    overflow: hidden;
}
.footer-links ul li {
    border-right: 1px solid #ffffff;
    line-height: 1;
    margin: 0;
    padding: 0 10px;
}
.footer ul li:last-child {
    border-right: medium none;
}
.footer ul li a {
    font-family: helveticaneueltstdroman;
    font-size: 13px;
    text-decoration: none;
}
.footer ul li a:hover {
    text-decoration: underline;
}
.footer ul {
    margin-bottom: 0px;
}
.ui-dialog-titlebar {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    font-size: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: transparent;
}
#fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: none;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    background-color: black;
    opacity: 0.5;
}
#dialog-confirm {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    border-radius: 13px;
    color: #000;
    left: 50%;
    padding: 20px 30px;
    position: fixed;
    text-align: center;
    top: 25%;
    transform: translate(-50%, 50%);
    -webkit-transform: translate(-50%, 50%);
}
#dialog-confirm .message span {
    font-family: HelveticaNeueLTStdRoman;
    font-size: 14px;
    line-height: 18px;
    margin: 5px 0 15px;
    float: left;
    width: 100%;
}
#dialog-confirm .message {
    font-family: helveticaneueltstdbd;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
}
#dialog-confirm .buttons a {
    margin: 0 25px;
    float: left;
}
#dialog-confirm .buttons {
    display: table;
    margin: 0 auto;
}
.cancel.closebutton {
    position: absolute;
    right: 20px;
}
.blk a:hover,
.blk a:active,
.blk a:visited,
.blk a {
    text-decoration: none;
}
.blk a label {
    cursor: pointer;
}
#dialog-confirm .buttons a.cancel {
    background-color: #FAA100;
    padding: 8px 25px;
    text-indent: initial;
    text-decoration: none;
    font-family: HelveticaNeueLTStdBd;
    color: #fff;
    border-radius: 5px;
}
#dialog-confirm a.ok {
    background-color: #0067AC;
    padding: 8px 25px;
    text-indent: initial;
    text-decoration: none;
    font-family: HelveticaNeueLTStdBd;
    color: #fff;
    border-radius: 5px;
}
/************* Accordian CSS ******************/

#sidebar1 {
    width: 32%;
    background-color: #fff;
}
.sidebar .ui-accordion .ui-accordion-content h5.widget-inner-title {
    color: #0067ac;
    font-family: helveticaneueltstdbd;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: normal;
    line-height: normal;
    margin-bottom: 3px !important;
    margin-top: 0;
    text-transform: none;
}
.sidebar .ui-accordion .ui-accordion-content a:hover {
    text-decoration: underline;
}
.sidebar .ui-accordion .ui-accordion-content {
    background: #fff none repeat scroll 0 0;
    padding: 5px 10px 5px 5px;
    margin: 3px 0px !important;
}

.sidebar .ui-accordion .ui-accordion-content a {
    color: #50a5de;
    font-family: HelveticaNeueLTStdRoman;
    margin: 3px 0 5px;
    text-decoration: none;
    width: 100%;
    display:block;
}
.sidebar .ui-accordion .ui-accordion-content-active a.active {
        color: #0067ac;
        text-decoration: none;
}
.sidebar .ui-accordion .ui-accordion-content .redirect-menu a[href="http://www.fda.gov/medwatch"]{
    display: inline;
    text-decoration: none;
}
.sidebar .ui-accordion .ui-accordion-content .redirect-menu a[href="http://www.fda.gov/medwatch"]:hover {
    text-decoration: underline;
}
.sidebar .ui-accordion .ui-accordion-content .redirect-menu label {
    font-family: 'HelveticaNeueLTStdBd';
}
.ui-accordion-header {
    border-radius: 5px;
    font-size: 20px;
    margin-top: 2px;
    padding: 10px 55px 8px 15px !important;
    text-transform: none;
    cursor: pointer;
}
p.ui-accordion-header {
    display: none;
}
.ui-accordion-header:first-child {
    margin-top: 0px;
    border-radius: 5px 0 5px 5px;
}
a.noover:hover {
    color: #0067ac;
}
#sidebar1 .ui-accordion-header {
    border-left: 3px solid #fff;
    border-right: 3px solid #fff;
    border-top: 3px solid #fff;
    font-size: 16px;
    line-height: 18px;
    margin-top: 0;
    padding: 12px;
    border-radius: 5px;
    outline: none;
}
.ui-state-default {
    background: #d4e7f4 url("../images/accordian-plus.png") no-repeat scroll 97% center;
    color: #0067ac;
    outline: none;
}
.ui-state-active {
    background: #2A5AA8 url("../images/accordian-minus.png") no-repeat scroll 97% center;
    color: #fff;
    outline: none;
}
.ui-accordion-content {
    display:block;
    background: #f3f9fd none repeat scroll 0 0;
    padding: 10px 25px;
    box-sizing:content-box;
    -moz-box-sizing:content-box;
    overflow:auto;
}
.ui-accordion {
    float: left;
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    outline: none;
}
.accordion-expand-holder {
    float: left;
    width: 100%;
    outline: none;
}
.accordion-expand-holder button {
    background: #c1e3f3 none repeat scroll 0 0;
    border: medium none;
    border-radius: 4px 4px 0 0;
    color: #0067ac;
    font-family: helveticaneueltstdbd;
    font-size: 12px;
    padding: 5px;
    outline: none;
}

.accordion-expand-holder .open {
    margin-right: 2px;
    outline: none;
}
.accrordian-button {
    float: right;
    outline: none;
}
.accordian-info {
    color: #0067ac;
    font-family: Helvetica;
    font-size: 12px;
    font-style: italic;
    position: relative;
    top: 27px;
}
.accordian-info.desk {
    top:4px;
}
.home-content-accordian .ui-state-default {
    background: rgba(0, 0, 0, 0) url("../images/expand.png") no-repeat scroll 0 0;
    float: right;
    height: 28px;
    width: 92px;
}
.home-content-accordian .ui-state-active {
    background: rgba(0, 0, 0, 0) url("../images/collapse.png") no-repeat scroll center 0;
    float: right;
    height: 28px;
    width: 92px;
}
.home-content-accordian .ui-accordion-content {
    background: #fff none repeat scroll 0 0;
}
.home-content-accordian .d-5of7 {
    float: left;
    margin-right: 30px;
    margin-top: 10px;
    padding-right: 0;
    width: 630px;
}
.home-content-accordian .d-2of7 {
    float: left;
    margin-top: 15px;
    padding-right: 0;
    width: 300px;
}
.home-content-accordian .widget ul li {
    margin-bottom: 0;
}
.home-content-accordian .widget {
    margin: 0;
    padding: 0;
}
.home-content-accordian .widget ul li ul {
    margin-top: 0;
    padding-left: 0;
}
.home-content-accordian #inner-content.wrap ul {
    margin-left: 0;
}
.home-content-accordian {
    background: transparent url("../images/expand-shadow.png") repeat-x scroll 0 16px;
    bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 9999;
}
.home-content-accordian .ui-accordion-content {
    background: #fff none repeat scroll 0 0;
    float: left;
    height: 450px;
    overflow-y: scroll !important;
}
.home-content-accordian .ui-accordion {
    margin-bottom: 0;
}
.home-content-normal ul li ul li {
    margin-bottom: 0;
}
.home-content-normal ul,
.home-content-normal ul li ul {
    margin: 0px !important;
}
.home-content-normal {
    margin-top: 20px;
    display: block;
    float: left;
    position: relative;
    z-index: 9999;
    width: 100%;
}
.banner_content.desk {
    margin-bottom: 30px;
}
.home-content-normal .m-all,.home-content-normal .t-all,.home-content-normal .d-all {
    background-color: #fff;
}
.home-content-normal .widget {
    margin: 10px 0;
}
.desktop .home-arrow {
    width:43px;
    height:43px;
    position:absolute;
    bottom:7px;
    right:7px;
    background: url("../images/blue-arrow.png") no-repeat 98% center;
}
.accordian-img {
    display: table;
}
.accordian-img img {
    margin-bottom: 0px;
}
.headRow {
    display: table-row;
}
.divTable {
    display: table;
    font-size: 14px;
    width: 100%;
}
.divRow {
    display: table-row;
    width: 30.3%;
    clear: both;
}
.divCell {
    display: table-cell;
    width: 33.3%;
}
.headRow .divCell {
    border-bottom: 3px solid #0067ac;
    font-family: helveticaneueltstdbd;
    padding-bottom: 6px;
    text-align: center;
}
.divRow .divCell {
    border-bottom: 1px solid #0067ac;
    padding: 10px 20px 20px 0;
}
.divRow .divCell:last-child {
}
.sg-show-popup:hover {
    color: #0067ac;
}

/*if you checked out the link above:http://www.alistapart.com/articles/organizing-mobile/you'll want to style the footer nava bit more in-depth. Remember to keepit simple because you'll have tooverride these styles for the desktopview.*/
/* end .footer-links */
/*********************LARGER MOBILE DEVICESThis is for devices like the Galaxy Note or something that'slarger than an iPhone but smaller than a tablet. Let's call themtweeners.*********************/

@media only screen and (min-width: 481px) {
    /******************************************************************  Site Name:  Author:  Stylesheet: 481px and Up Stylesheet  This stylesheet is loaded for larger devices. It's set to  481px because at 480px it would load on a landscaped iPhone.  This isn't ideal because then you would be loading all those  extra styles on that same mobile connection.  A word of warning. This size COULD be a larger mobile device,  so you still want to keep it pretty light and simply expand  upon your base.scss styles.  ******************************************************************/
    /*  IMPORTANT NOTE ABOUT SASS 3.3 & UP  You can't use @extend within media queries  anymore, so just be aware that if you drop  them in here, they won't work.  */
    /*********************  NAVIGATION STYLES  *********************/
    /* .menu is clearfixed inside mixins.scss */

    
     .row:after {
    content: "";
    display: table;
    clear: both;
	}

	.col-md-6{

		float: left;
	    width: 50%;
	    /*padding: 10px;*/

	}

    .menu {
        /* end .menu ul */
    }
    .menu ul {
        /* end .menu ul li */
        /* highlight current page */
        /* end current highlighters */
    }
    .menu ul li {
        /*        plan your menus and drop-downs wisely.        */
    }
    .menu ul li a {
        /*          you can use hover styles here even though this size          has the possibility of being a mobile device.          */
    }
    /* end .menu */
    /*********************  POSTS & CONTENT STYLES  *********************/
    /* entry content */

    .entry-content {
        /* at this larger size, we can start to align images */
    }
    .entry-content .alignleft,
    .entry-content img.alignleft {
        margin-right: 1em;
        display: inline;
        float: left;
    }
    .entry-content .alignright,
    .entry-content img.alignright {
        margin-left: 1.5em;
        display: inline;
        float: right;
        padding-top:1em;
    }
    .entry-content .aligncenter,
    .entry-content img.aligncenter {
        margin-right: auto;
        margin-left: auto;
        display: block;
        clear: both;
    }
    /* end .entry-content */
    /*********************  FOOTER STYLES  *********************/
    /*  check your menus here. do they look good?  do they need tweaking?  */
    /* end .footer-links */
}

#ict, #side-effects-of-abraxane {
    float: left;
    width: 100%;
}
/*********************TABLET & SMALLER LAPTOPSThis is the average viewing window. So Desktops, Laptops, andin general anyone not viewing on a mobile device. Here's whereyou can add resource intensive styles.*********************/

@media only screen and (min-width: 768px) {
    /******************************************************************  Site Name:  Author:  Stylesheet: Tablet & Small Desktop Stylesheet  Here's where you can start getting into the good stuff.  This size will work on iPads, other tablets, and desktops.  So you can start working with more styles, background images,  and other resources. You'll also notice the grid starts to  come into play. Have fun!  ******************************************************************/
    /*********************  GENERAL STYLES  *********************/
    /*********************  LAYOUT & GRID STYLES  *********************/

    .wrap {
        width: 760px;
    }



    /*********************  HEADER STYLES  *********************/
    /*********************  NAVIGATION STYLES  *********************/

    .nav {
        border: 0;
        /* end .menu ul li */
        /* highlight current page */
        /* end current highlighters */
    }
    .nav ul {
        background: #fff;
        margin-top: 0;
    }
    .nav li {
        float: left;
        line-height: 29px;
        position: relative;
        /*      plan your menus and drop-downs wisely.      */
        /* showing sub-menus */
    }
    .nav li a {
        border-bottom: 0;
        /*        you can use hover styles here even though this size        has the possibility of being a mobile device.        */
    }

    .noover {
        font-weight: bold;
    }
    .nav li a:hover,
    .nav li a:focus {
        color: white;
        text-decoration: underline;
    }
    .nav li ul.sub-menu,
    .nav li ul.children {
        margin-top: 0;
        border: 1px solid #ccc;
        border-top: 0;
        position: absolute;
        visibility: hidden;
        z-index: 8999;
        /* highlight sub-menu current page */
    }
    .nav li ul.sub-menu li,
    .nav li ul.children li {
        /*          if you need to go deeper, go nuts          just remember deeper menus suck          for usability. k, bai.          */
    }
    .nav li ul.sub-menu li a,
    .nav li ul.children li a {
        padding: 5px 0px 5px;
        background: none;
        border-right: 0;
        display: block;
        line-height: 18px;
        width: 100%;
        border-bottom: 1px solid #ccc;
    }
    .nav li ul.sub-menu li:last-child a,
    .nav li ul.children li:last-child a {
        border-bottom: 0;
    }
    .nav li ul.sub-menu li ul,
    .nav li ul.children li ul {
        top: 0;
        left: 100%;
    }
    .nav li:hover > ul {
        top: auto;
        left: 0;
        visibility: visible;
        width: 100%;
        border-radius: 0 0px 5px 5px;
        height: auto;
    }
    /* end .nav */
    /*********************  SIDEBARS & ASIDES  *********************/

    .sidebar {
        margin-top: 2em 0 0;
    }
    .widgettitle {
        border-bottom: 2px solid #444;
        margin-bottom: 0.75em;
    }
    .widget {
        padding: 0;
        margin: 2em 0 0;
    }
    .widget ul li {
        /*margin-bottom: 0.75em */

        ;
        /* deep nesting */
    }
    .widget ul li ul {
        margin-top: 0.75em;
        padding-left: 1em;
    }
    /* links widget */
    /* meta widget */
    /* pages widget */
    /* recent-posts widget */
    /* archives widget */
    /* tag-cloud widget */
    /* calendar widget */
    /* category widget */
    /* recent-comments widget */
    /* search widget */
    /* text widget */
    /*********************  FOOTER STYLES  *********************/
    /*  you'll probably need to do quite a bit  of overriding here if you styled them for  mobile. Make sure to double check these!  */

    .footer-links ul li {
        /*    be careful with the depth of your menus.    it's very rare to have multi-depth menus in    the footer.    */
    }
    /* end .footer-links */
}
/*********************DESKTOPThis is the average viewing window. So Desktops, Laptops, andin general anyone not viewing on a mobile device. Here's whereyou can add resource intensive styles.*********************/

@media only screen and (min-width: 960px) {
    /******************************************************************  Site Name:  Author:  Stylesheet: Desktop Stylsheet  This is the desktop size. It's larger than an iPad so it will only  be seen on the Desktop.  ******************************************************************/

    .wrap {
        width: 960px;
    }
}
/*********************LARGE VIEWING SIZEThis is for the larger monitors and possibly full screen viewers.*********************/

@media only screen and (min-width: 1240px) {
    /******************************************************************  Site Name:  Author:  Stylesheet: Super Large Monitor Stylesheet  You can add some advanced styles here if you like. This kicks in  on larger screens.  ******************************************************************/
}
/*********************RETINA (2x RESOLUTION DEVICES)This applies to the retina iPhone (4s) and iPad (2,3) along withother displays with a 2x resolution. You can also create a mediaquery for retina AND a certain size if you want. Go Nuts.*********************/

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
    /******************************************************************  Site Name:  Author:  Stylesheet: Retina Screens & Devices Stylesheet  When handling retina screens you need to make adjustments, especially  if you're not using font icons. Here you can add them in one neat  place.  ******************************************************************/
    /*  EXAMPLE  Let's say you have an image and you need to make sure it looks ok  on retina screens. Let's say we have an icon which dimension are  24px x 24px. In your regular stylesheets, it would look something  like this:  .icon {    width: 24px;    height: 24px;   background: url(img/test.png) no-repeat;  }  For retina screens, we have to make some adjustments, so that image  doesn't look blurry. So, taking into account the image above and the  dimensions, this is what we would put in our retina stylesheet:  .icon {    background: url(img/test@2x.png) no-repeat;   background-size: 24px 24px;  }  So, you would create the same icon, but at double the resolution, meaning  it would be 48px x 48px. You'd name it the same, but with a @2x at the end  (this is pretty standard practice). Set the background image so it matches  the original dimensions and you are good to go.  */
}
/*********************PRINT STYLESHEETFeel free to customize this. Remember to add things that won't makesense to print at the bottom. Things like nav, ads, and forms shouldbe set to display none.*********************/

@media print {
    /******************************************************************  Site Name:  Author:  Stylesheet: Print Stylesheet  This is the print stylesheet. There's probably not a lot  of reasons to edit this stylesheet. If you want to  though, go for it.  ******************************************************************/

    * {
        background: transparent !important;
        color: black !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important;
    }
    a,
    a:visited {
        color: #444 !important;
        text-decoration: underline;
    }
    a:after,
    a:visited:after {
        content: " (" attr(href) ")";
    }
    a abbr[title]:after,
    a:visited abbr[title]:after {
        content: " (" attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    .sidebar,
    .page-navigation,
    .wp-prev-next,
    .respond-form,
    nav {
        display: none;
    }
}
#shareForm1 input[type="text"]::-webkit-input-placeholder {
    font-style: italic;
}
#shareForm1 input[type="text"]:-moz-placeholder {
    /* Firefox 18- */

    font-style: italic;
}
#shareForm1 input[type="text"]::-moz-placeholder {
    /* Firefox 19+ */

    font-style: italic;
}
#shareForm1 input[type="text"]:-ms-input-placeholder {
    font-style: italic;
}
.nsclc-foot {
    display: none;
}
/* hide faqs link on homepage */
.page-template-home-page #menu-item-1596 {
  display: none;
}
.page-template-nsclc-page .nsclc-foot,
.page-template-nsclc-sub-page .nsclc-foot,
.page-id-910 .nsclc-foot {
    display: block;
}
.page-template-nsclc-page .non-nsclc-foot,
.page-template-nsclc-sub-page .non-nsclc-foot,
.page-id-910 .non-nsclc-foot {
    display: none;
}
.page-template-nsclc-page #menu-item-543,
.page-template-nsclc-page #menu-item-1651,
.page-template-nsclc-sub-page #menu-item-543,
.page-template-nsclc-sub-page #menu-item-1651,
.page-id-910 #menu-item-543,
.page-template-nsclc-page #menu-item-1051,
.page-template-nsclc-sub-page #menu-item-1051,
.page-id-910 #menu-item-1051 {
    display: none;
}
.page-template-mpac-page #menu-item-543,
.page-template-mpac-page #menu-item-1651,
.page-template-mpac-sub-page #menu-item-543,
.page-template-mpac-sub-page #menu-item-1651,
.page-id-837 #menu-item-543,
.page-template-mpac-page #menu-item-1050,
.page-template-mpac-sub-page #menu-item-1050,
.page-id-837 #menu-item-1050 {
    display: none;
}
.page-template-mbc-page #menu-item-1051,
.page-template-mbc-page #menu-item-1651,
.page-template-mbc-sub-page #menu-item-1051,
.page-template-mbc-sub-page #menu-item-1651,
.page-id-412 #menu-item-1051,
.page-template-mbc-page #menu-item-1050,
.page-template-mbc-sub-page #menu-item-1050,
.page-id-412 #menu-item-1050 {
    display: none;
}
.page-template-sitemap #menu-item-1050,
.page-template-sitemap #menu-item-1051,
.page-template-sitemap #menu-item-543 {
    display: none;
}
.home #menu-item-543,
.home #menu-item-1050,
.home #menu-item-1051 {
    display: none;
}
#fancybox-bg-n.fancybox-bg.additional-text {
    background: #0067ac;
    top: -30px;
    height: 30px;
    color: #ffffff;
}
#fancybox-bg-n.fancybox-bg.additional-text ul {
    margin: 5px 3px 3px 3px;
}
#fancybox-bg-n.fancybox-bg.additional-text ul li {
    display: inline-block;
    list-style: none;
    color: #ffffff;
    border-right: 1px solid #ffffff;
    padding: 0 10px 1px;
}
#fancybox-bg-n.fancybox-bg.additional-text ul li:last-child {
    border-right: none;
}
#fancybox-bg-n.fancybox-bg.additional-text ul li a {
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
}
#fancybox-outer #fancybox-close {
    background: rgba(0, 0, 0, 0) url("../images/button-close-white.png") no-repeat scroll 0 0;
    right: 0;
    top: -25px;
}
.home a#show_signup {
    color: #ffffff;
}
.home .hm.desk {
    display: block;
}
.hm.desk,
.home .non-nsclc-foot.non-home {
    display: none;
}
.slamdown {
    display: none !important;
}
.menu {
    background: rgba(0, 0, 0, 0) url("../images/dot.png") no-repeat scroll 0 6px;
    padding-left: 10px;
}
.desk #sidebar1 .menu {
    background: rgba(0, 0, 0, 0) url("../images/blue-dot.png") no-repeat scroll 0 3px;
}
.size_tool.active {
 -   border-bottom: 1px solid rgb(0, 103, 172);
}
.divTable.only-for-mob {
    display: none;
}
.page-404 h1 {
    color: #0067ac;
    font-family: helveticaneueltstdbd;
    margin-bottom:0;
}

@media (max-width: 767px) {
    .divTable.only-for-mob {
        display: block;
    }
    .divTable.not-for-mob {
        display: none;
    }
    .only-for-mob .divRow .divCell:last-child {
        border: medium none;
        margin-right: 0;

    }
    .only-for-mob .divRow .divCell {
        background: #0067ac;
        border-radius: 5px;
        margin-right: 4%;
        padding: 12px 10px;
        width: 46%;
        float: left;
        min-height: 180px;

    }
    .only-for-mob .divRow .divCell a:hover {
        text-decoration: none;
    }
    .only-for-mob .divRow .divCell a {
        width: 100%;
        padding: 10px;
        float: left;
        margin: 0;
    }
    .only-for-mob .divRow .heading-title {
        color: #ffffff;
        font-family: helveticaneueltstdbd;
        font-size: 15px;
        font-weight: normal;
        line-height: 18px;
    }
    .only-for-mob .divRow .divCell .heading-title {
        margin-bottom: 25px;
    }
    .only-for-mob .divRow {
        float: left;
        margin-bottom: 5%;
        width: 100%;
    }
    .only-for-mob .headRow {
        float: left;
        width: 100%;
        margin-bottom: 2%;
    }
    .only-for-mob .headRow .divCell {
        border-bottom: 1px solid #0067ac;
        float: left;
        text-align: left;
        width: 100%;
    }
    .only-for-mob .divCell p {
        margin: 0;
    }
    .only-for-mob .divCell br {
        display: none;
    }
    #sgcboxLoadedContent {
        color: #222;
    }
    #sgcboxLoadedContent .heading-title {
        color: #0067ac;
        font-size: 18px;
        line-height: 22px;
        margin: 0;
        font-family: helvetica;
    }
    #sgcboxLoadedContent h5.on-mb-head {
        border-bottom: 1px solid #0067ac;
        color: #222222;
        font-family: helveticaneueltstdbd;
        font-weight: normal;
    }
    #sgcboxLoadedContent .divCell strong {
        float: left;
        font-family: helveticaneueltstdbd;
        font-weight: normal;
        margin: 10px 0;
        width: 100%;
    }
    #sgcboxLoadedContent .divCell a {
        color: #faa100;
        float: left;
        margin: 0 0 10px;
        width: 100%;
    }
    #sgcboxLoadedContent .divCell {
        color: #222222;
        font-size: 14px;
    }
    #sgcboxLoadedContent .divCell li {
        background-image: url("../images/dot.png");
        background-position: 0 5px;
        background-repeat: no-repeat;
        color: #222222;
        font-family: helveticaneueltstdroman;
        font-size: 14px;
        line-height: 1.2;
        margin-top: 5px;
        padding-left: 11px;
        margin-left: 10px;
    }
    #sgcboxLoadedContent .on-mb-head.service {
        border-bottom: medium none;
        margin-top: 20px;
    }
    #sgcboxLoadedContent h6 {
        border-bottom: 1px solid #0067ac;
        height: 6px;
        margin: 10px 0 0;
    }
}

/* sign off code in footer - there are 6 of these */
.page-template-home-page #inner-footer .mpac,
.page-template-home-page #inner-footer .mbc,
.page-template-home-page #inner-footer .nsclc {
  display: none;
}

.page-template-mpac-page #inner-footer .hm,
.page-template-mpac-page #inner-footer .mbc,
.page-template-mpac-page #inner-footer .nsclc,
.page-template-mpac-sub-page #inner-footer .hm,
.page-template-mpac-sub-page #inner-footer .mbc,
.page-template-mpac-sub-page #inner-footer .nsclc {
  display: none;
}

.page-template-mbc-page #inner-footer .hm,
.page-template-mbc-page #inner-footer .mpac,
.page-template-mbc-page #inner-footer .nsclc,
.page-template-mbc-sub-page #inner-footer .hm,
.page-template-mbc-sub-page #inner-footer .mpac,
.page-template-mbc-sub-page #inner-footer .nsclc {
  display: none;
}

.page-template-nsclc-page #inner-footer .hm,
.page-template-nsclc-page #inner-footer .mpac,
.page-template-nsclc-page #inner-footer .mbc,
.page-template-nsclc-sub-page #inner-footer .hm,
.page-template-nsclc-sub-page #inner-footer .mpac,
.page-template-nsclc-sub-page #inner-footer .mbc {
  display: none;
}

.error404 #inner-footer .hm.desk {
  display: block;
}

.error404 #inner-footer .mpac,
.error404 #inner-footer .mbc,
.error404 #inner-footer .nsclc {
  display: none;
}

@media (max-width: 975px) {
  .error404 #inner-footer .hm.mob {
    display: block;
  }
  .error404 #inner-footer .hm.desk {
    display: none;
  }
}

.error404 #menu-item-1050,
.error404 #menu-item-1051,
.error404 #menu-item-543 {
    display: none;
}

.page-template-sitemap #inner-footer .hm.desk {
  display: block;
}

.page-template-sitemap #inner-footer .mpac,
.page-template-sitemap #inner-footer .mbc,
.page-template-sitemap #inner-footer .nsclc {
  display: none;
}

@media (max-width: 975px) {
  .page-template-sitemap #inner-footer .hm.mob {
    display: block;
  }
  .page-template-sitemap #inner-footer .hm.desk {
    display: none;
  }
}

.page-id-910 #inner-footer .nsclc.desk {
  display: block;
}

.page-id-910 #inner-footer .mpac,
.page-id-910 #inner-footer .mbc,
.page-id-910 #inner-footer .hm.desk {
  display: none;
}

@media (max-width: 975px) {
  .page-id-910 #inner-footer .hm.mob {
    display: none;
  }
  .page-id-910 #inner-footer .nsclc.mob {
    display: block;
  }
  .page-id-910 #inner-footer .nsclc.desk {
    display: none;
  }
}

.page-id-412 #inner-footer .mbc.desk {
  display: block;
}

.page-id-412 #inner-footer .mpac,
.page-id-412 #inner-footer .hm.desk {
  display: none;
}

@media (max-width: 975px) {
  .page-id-412 #inner-footer .mbc.mob {
    display: block;
  }
  .page-id-412 #inner-footer .hm.mob {
    display: none;
  }
}

.page-id-837 #inner-footer .mpac.desk {
  display: block;
}

.page-id-837 #inner-footer .mbc,
.page-id-837 #inner-footer .nsclc,
.page-id-837 #inner-footer .hm.desk {
  display: none;
}

@media (max-width: 975px) {
  .page-id-837 #inner-footer .mpac.mob {
    display: block;
  }
  .page-id-837 #inner-footer .hm.mob {
    display: none;
  }
}

/* necessary WP hack since javascript:void(0) doesn't work as url in menu interface */
#menu-footer_menu a {
  cursor: pointer;
}

#medicine-accessibility-table .headRow .divCell {
  padding-right: 25px;
}




.lte-ie9 #wpcf7-f1871-o1 {
    top:10%;
    margin-left:-350px;
}

.lte-ie9 #wpcf7-f1871-o1 select#state {
  padding:0;
}

.lte-ie9 #wpcf7-f1871-o1 .notice {
  top:5px;
  position:relative;
}

.lte-ie9 #wpcf7-f1871-o1 .radio-button {
  margin:1px 5px 15px 0;
}

#wpcf7-f1871-o1 .radio-not-valid {
    float:left;
    display:none;
    margin-top: -10px;
    color: #f00;
    font-size: 11px;
}

.lte-ie9 #wpcf7-f1590-o2 {
    top:10%;
    margin-left: -200px;
}

.lte-ie9 #wpcf7-f1590-o2 .wpcf7-form {
    height:auto !important;
    padding-top: 20px;
}

.lte-ie9 #wpcf7-f1590-o2 .required {
    margin-top: 27px;
}

.lte-ie9 #wpcf7-f1871-o1 .notice i {
    top:15px;
}

.lte-ie9 #wpcf7-f1871-o1 .form-radio {
    margin:15px 0 0px;
}

.lte-ie9 #wpcf7-f1590-o2 input[type='text'], .lte-ie9 #wpcf7-f1590-o2 input[type='email'] {
    margin-bottom: 10px;
}

.lte-ie9 #wpcf7-f1590-o2 .wpcf7-submit {
    margin-top: 5px;
}

.lte-ie9 #wpcf7-f1871-o1 .form-radio .checkbox-section .wpcf7-list-item .wpcf7-list-item-label::before {
    margin-left: 0px;
    margin-top: -7px;
}

.lte-ie9 #wpcf7-f1871-o1 .form-radio .wpcf7-list-item-label {
    margin-top:10px;
    float:left;
}

/*
.lte-ie9 #wpcf7-f1590-o2 .wpcf7-submit {
    width:75px;
    height:33px;
    font-size:13px;
}

.lte-ie9 #wpcf7-f1590-o2 input[type='text'], .lte-ie9 #wpcf7-f1590-o2 input[type='email'] {
    margin-bottom: 20px;
}

.lte-ie9 #wpcf7-f1590-o2 {
    height:420px;
}

.lte-ie9 #wpcf7-f1590-o2 .wpcf7-form {
    height:500px;
    padding-top: 25px;
}

.lte-ie9 #wpcf7-f1590-o2 .share-content {
    margin-top: 10px;
}

.lte-ie9 #wpcf7-f1590-o2 .share-content p.label {
    margin-bottom: 15px;
}

.lte-ie9 #wpcf7-f1590-o2 .required {
    margin-top: 15px;
}

#wpcf7-f1590-o2 .wpcf7-form {
    overflow-y: hidden;
}*/

#safety-info {
  font-size: 19px;
  padding-top: 0px;
}

.desktop .content_wrap h1.add-margin-top {
  margin-top: 25px;
}

.desktop .content_wrap h1 {
  margin-top: 40px;
}

.wpcf7-mail-sent-ok {
    border:0 !important;
    padding:0 !important;
}

#wpcf7-f1590-o2 .wpcf7-response-output {
    border:0;
    padding:0;
    display:none !important;
}

#wpcf7-f1871-o1 .wpcf7-response-output.wpcf7-validation-errors {
    border: none!important;
    display: none;
    padding: 0;
}

div.wpcf7-response-output h2, #wpcf7-f1871-o1 div.success-message h2 {
    margin:0;
    font-size: 24px;
}

@media (max-width: 875px) {
    #wpcf7-f1871-o1 .form-radio .checkbox-section .wpcf7-list-item {
        width:100%;
    }
}

@media (max-width: 450px) {
    #wpcf7-f1871-o1 #first-name, #wpcf7-f1871-o1 #last-name, #wpcf7-f1871-o1 #email, 
    #wpcf7-f1871-o1 #street-address, #wpcf7-f1871-o1 #city, #wpcf7-f1871-o1 #state, #wpcf7-f1871-o1 #zip {
        font-size: 12px;
        padding:5px;
    }
    #wpcf7-f1871-o1 .form-radio .radio-section .list-label {
        width:91%;
    }
}

/*************** SCROLLBAR BASE CSS ***************/
 
.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}
 
.scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}
 
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}
 
.scroll-element {
    display: none;
}
.scroll-element, .scroll-element div {
    box-sizing: content-box;
}
 
.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}
 
.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: default;
}
 
.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
    overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
    height: 0;
    width: 0;
}
 
 
 
 
/*************** SCROLLBAR GOOGLE CHROME ***************/
 
.scrollbar-chrome > .scroll-element,
.scrollbar-chrome > .scroll-element div
{
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10;
}
 
.scrollbar-chrome > .scroll-element {
    background-color: #ffffff;
}
 
.scrollbar-chrome > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}
 
.scrollbar-chrome > .scroll-element .scroll-element_outer {}
 
.scrollbar-chrome > .scroll-element .scroll-element_track {
    background: #f1f1f1;
    border: 1px solid #dbdbdb;
}
 
.scrollbar-chrome > .scroll-element.scroll-x {
    bottom: 0;
    height: 16px;
    left: 0;
    min-width: 100%;
    width: 100%;
}
 
.scrollbar-chrome > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0;
    top: 0;
    width: 16px;
}
 
.scrollbar-chrome > .scroll-element .scroll-bar {
    background-color: #d9d9d9;
    border: 1px solid #bdbdbd;
    cursor: default;
 
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
 
.scrollbar-chrome > .scroll-element .scroll-bar:hover {
    background-color: #c2c2c2;
    border-color: #a9a9a9;
}
 
.scrollbar-chrome > .scroll-element.scroll-draggable .scroll-bar {
    background-color: #919191;
    border-color: #7e7e7e;
}
 
/* scrollbar height/width & offset from container borders */
 
.scrollbar-chrome > .scroll-content.scroll-scrolly_visible { left: -16px; margin-left: 16px; }
.scrollbar-chrome > .scroll-content.scroll-scrollx_visible { top:  -16px; margin-top:  16px; }
 
.scrollbar-chrome > .scroll-element.scroll-x .scroll-bar { height: 8px; min-width: 10px; top: 3px; }
.scrollbar-chrome > .scroll-element.scroll-y .scroll-bar { left: 3px; min-height: 10px; width: 8px; }
 
.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_outer { border-left: 1px solid #dbdbdb; }
.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_track { height: 14px; left: -3px; }
.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_size { height: 14px; left: -4px; }
 
.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_outer { border-top: 1px solid #dbdbdb; }
.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_track { top: -3px; width: 14px; }
.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_size { top: -4px; width: 14px; }
 
/* update scrollbar offset if both scrolls are visible */
 
.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -19px; }
.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -19px; }
 
.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -19px; }
.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -19px; }


/*

  Patient Video Player

*/


.patient-vid-player {
    width:100%;
}

.patient-vid-player .main-section {
    width:475px;
    height:265px;
    float:left;
    margin-right:10px;
    background:url('../images/main-video-img.jpg');
}

@media(max-width:975px) {
    .patient-vid-player .main-section {
        width:100%;
        background-size: cover;
    }
    .patient-vid-player {
        width:500px;
    }
}

@media(max-width:540px) {
    .patient-vid-player {
        width:400px;
        margin:0 auto;
    }
}

@media(max-width:420px) {
    .patient-vid-player {
        width:310px;
        margin:0 auto;
    }

    .patient-vid-player .main-section.loaded {
        background: #d4e7f4;
    }
}

.patient-vid-player iframe {
    width:100% !important;
    height:100% !important;
}

.patient-vid-player .video-slider.desktop {
    width:128px;
    height:265px;
    overflow: scroll;
    float:left;
    display:block;
}

.patient-vid-player .video-slider.desktop .video {
    width:112px;
}

.patient-vid-player .video-slider.mobile {
    width:100%;
    height:145px;
    overflow-x: scroll !important;
    display:none;
}

.patient-vid-player .video-slider.mobile .wrapper {
    width:1500px;
    padding-top: 5px;
}

.patient-vid-player .video-slider.mobile .video {
    width:151px;
    height:100px;
    display: inline-block;
}

.patient-vid-player .video-slider.mobile .video img {
    width:100%;
    height:100%;
}

.patient-vid-player .video-slider.mobile .video a {
    display: inline-block;
    height:100px;
}

.patient-vid-player .video-slider.mobile ul {
    margin:0 !important;
    list-style-type: none !important;
    padding:0;
}

.patient-vid-player .video-slider.mobile li {
    display:inline-block;
}

.patient-vid-player .video-slider.mobile li:before {
    content:"" !important;
    display:none !important;
}

@media(max-width:975px) {
    .patient-vid-player .video-slider.desktop {
        display:none;
    }
    .patient-vid-player .video-slider.mobile {
        display:block;
    }
}

.patient-vid-player .video-slider .video a {
    display:block;
}

.patient-title {
    width:100%;
    padding:10px 10px 6px 12px;
    background-color: #f9a01b;
    color:#fff;
    margin:20px 0 20px 0;
}

.patient-video-block .video {
    float:left;
}

.patient-video-block .video, .social-block .video {
    padding:0 20px 50px 0;
}

@media(max-width:690px) {
    .patient-video-block .video, .social-block .video {
        width:auto !important;
        padding:0 20px 20px 0;
    }
    .patient-video-block .text-content, .social-block .text-content {
        width:auto !important;
    }
}
    
    
.patient-video-block {
    margin: 0 0 30px 0;
    padding:0 0 10px 0;
    border-bottom:1px solid #f9a01b;
}

.patient-video-block:last-child {
    border-bottom:none !important;
}

.patient-video-block .text-content {
    width:auto;
    float:left;
    padding-left:25px;
}

.patient-video-block .text-content h3 {
    margin:-15px 0 10px 0;
    color:#000;
    text-transform: none;
}

.patient-video-block .text-content h3 .share-icon {
    width:17px;
    height:12px;
    background:url('../images/message-icon.jpg');
    display:inline-block;
    cursor: pointer;
    margin-left:10px;
}

.patient-video-block .quote q::before, .social-block .quote q::before {
    content: open-quote;
    color:#f9a01b;
    right:5px;
    position: relative;
}

.patient-video-block .quote q::after, .social-block .quote q::after {
    content: close-quote;
    color:#f9a01b;
    left:5px;
    position: relative;
}

.patient-video-block .quote {
    width:100%;
    color:#2A5AA8;
    text-indent: -5px;
}

.patient-video-block .quote p {
    color:#0067ac;
}

.patient-video-block .quote blockquote {
    color:#f9a01b;
}

.patient-video-block .quote .quoter {
    color:#000;
}

.patient-video-block .quote .quoter span {
    color:#f9a01b;
}

    
 
    
.social-title {
    width:100%;
    padding:10px 10px 6px 12px;
    background-color: #0067ac;
    color:#fff;
    margin:20px 0 20px 0;
}

.social-block.main {
    margin: 0 0 15px 0;
    padding:0 0 15px 0;
    border-bottom:1px solid #0067ac;
}

.social-block {
    margin: 0 0 15px 0;
    padding:0 0 15px 0;
}

.social-block .video  {
    float:left;
}

.social-block .text-content {
    width:auto;
    float:left;
    padding-left:25px;
}

.social-block .text-content h3 {
    margin:-15px 0 10px 0;
    color:#000;
    text-transform: none;
}

.blue-text {
    color:#0067ac !important;
}

.social-block .quote {
    color:#2A5AA8;
    text-indent: -5px;
}

.social-block .quote blockquote {
    color:#f9a01b;
}

.social-block .quote .quoter {
    color:#000;
}

.social-block .quote .quoter span {
    color:#f9a01b;
}

.patient-video-block.firstpatientblock{ margin-top:30px !important;}    
.social-block.firstpatientblock{ margin-top:40px !important;}    
    
    
.dellah-div {
    position: relative;
    top:-35px;
    float:right;
    width:300px;
    margin-left:30px;
}

.dellah-mobile-div {
    position: relative;
    width:100%; 
    float:left; 
    margin-bottom:20px;
}

.shareResource {
    margin-left:5px;
}

#common-side-effects {
    float:left;
}

.scroll-section {
    float:left;
}

/* New Updates */
.page-template-mbc-sub-page #container #main article.type-page .content_wrap h2.header-with-logo img{
    margin-right: -15px;
}

.page-template-mbc-sub-page #container #main article.type-page .content_wrap h2.header-with-logo {
    line-height: 1em;
    font-size: 18px;
}

.page-template-mbc-sub-page #container #main article.type-page .content_wrap h2.header-with-logo span {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;   
    font-size: 14px;
}

/*new css*/

/* PATIENT INFORMATION */
#patient-support {
    margin-top: 2em;
}

    
.nolinebreak{
   white-space: nowrap;
    }    
    
.vertical_center{

    /*-ms-flex-pack:center;*/
    -ms-flex-align:center;

    /* Firefox */
    display:-moz-box;
    /*-moz-box-pack:center;*/
    -moz-box-align:center;

    /* Safari, Opera, and Chrome */
    display:-webkit-box;
    /*-webkit-box-pack:center;*/
    -webkit-box-align:center;

    /* W3C */
    display:box;
    /*box-pack:center;*/
    box-align:center;        
        
    }    
    
    
.financialoffset{
    padding: 0px 10px 20px !important;        
    color:#0067ac;    
    font-family: helveticaneueltstdbd;
    border-radius: 8px;
    }    
    
@media only screen and (max-width: 480px) {
    .mobile #patient-support {
        width: 100% !important;
        padding: 1em !important;
        margin-top: 2em !important;
    }

    .mobile #patient-support p {
        font-size: 14px !important;
    }

}

@media only screen and (max-width: 768px) {
     .page-template-mpac-sub-page .divCell.add-field.financial, 
     .page-template-mbc-sub-page .divCell.add-field.financial, 
     .page-template-nsclc-sub-page .divCell.add-field.financial
    {
        //min-height: 90px !important;
        height: inherit !important;
        padding: 0 10px !important;
        display: table;
        display:flex;
    }

    .page-template-mpac-sub-page .global-ctas .financial a img, 
    .page-template-mbc-sub-page .global-ctas .financial a img, 
    .page-template-nsclc-sub-page .global-ctas .financial a img 
    {
        display: block !important;
        text-align: center !important;
        float: none !important;
    }

    .page-template-mpac-sub-page .global-ctas .financial h4, 
    .page-template-mbc-sub-page .global-ctas .financial h4, 
    .page-template-nsclc-sub-page .global-ctas .financial h4, 
    {
        text-align: center !important;
    }
    
    
    
    
}

#patient-support img.cps-logo { 
    margin-right: -10px;
}

#patient-support p { 
    margin-bottom: 10px !important;
}

#patient-support p strong {    
    position: relative;
    min-height: 20px;
    padding-left: 20px;    
}

#patient-support p strong span.no-bold {    
    font-weight: normal;   
}

#patient-support p strong img{
    position: relative;
    margin-right: 0.5em;
    width: 22px;
    height: auto;
    left: 0;
    top: 0;
}

#patient-support.new-styling {
    padding: 2em 1.8em;
    border:8px solid #c3dff4;
    border-left: 0px;
    border-radius:0px 30px 0px 0px;
}

#patient-support.new-styling p {
    color: #74C8FF;
}

.light-blue {
color: #034c7f;
    display: block;
    margin-bottom: 0.9em;
    font-weight: 700;
}


#patient-support.new-styling img.wp-image-401 {
    border-radius: 5px;
}




#patient-support.new-styling p strong {
    padding-left: 0;
}
/* PATIENT INFORMATION END*/

.margin-top-10 {
    margin-top: 10px;
    display: block;
}
.margin-top-20 {
    margin-top: 20px;
    display: block;
}

    
.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}


.colored-line {
    display: block;
    position: relative;
    width: 100%;
    height: 1px;
    background: #005BA5;
}
    
    
    
.needphone{
    display:block;
    position:relative;
    margin-left:20px;
    margin-bottom:10px;
    }
.needphone:before{
    content:'';
    display:block;
    width:23px;
    height:23px;
    background:  url("/wp-content/uploads/2015/09/call-us-fin.png") no-repeat scroll 0 0;
    position:absolute;
    top:6px;
    left:-26px;
    }
    
    .footnote_block{
      display:block;
      margin-left:10px;
    }
    
    .footnote_block .hanger{
        margin-left:-5px;
           }
    
    #fulltermslink{
        text-decoration: underline;
    }
    .specialicon{margin-right:5px;}
    
    
       .specialicon{
        display:inline;
        float:left;
        margin-right:5px;
        width:31px;
    }
    
    .specialspan{
        display:table;
      
    }
    #specialbluebox{
        padding: 0px;
        margin-bottom:0px;
        border:0px;
        color: #034c7f;
        
    }
     #specialbluebox strong, #specialbluebox a{
         color: #034c7f; 
    }
    #specialbluebox a{
     text-decoration: underline;

    }
    
    #specialbluebox tr{
        border-bottom:0px;
        background-color: transparent;
    }
     
    
    #specialbluebox >tr>td:first-child{
        width:31px;
        vertical-align:middle;
        
    }
    
    #specialbluebox  tr td{
        vertical-align: middle;
         border-right: 0px !important;   
    }
    
    .blue-col-header{
        padding-bottom:12px;
    }
    
    .supertransportation_calloutbox{
        margin-top: 20px; 
        background: #eaeaea none repeat scroll 0 0;
        border-radius: 8px;
        margin-right: 2%;
   
    padding: 10px 10px 1px
    }
    
    
    
@media only screen and (max-width: 480px) {
    .needphone{
        display:none;
    }
    
    #cost-to-doctor{
        margin-bottom:-12px;
    }
    
    .specialblue{
        border-bottom: 3px solid #0067ac;
        padding-bottom: 6px;
    
    }
    .specialcenter{
        font-size: 1em; 
        text-align: center;
    }
    .specialdiv{
        padding-right:0px !important;
    }
    
    .specialdel{
        display:none;
    }
    
    .specialgap{
    }
    
    .specialgap:after{
     content:"";
        display:block;
        position:relative;
    }
    
    .specialicon{
        display:inline;
        float:left;
        margin-right:5px;
        width:31px;
    }
    
    .specialspan{
        display:table;
        
    }
    
    #specialbluebox tr td{
       vertical-align:top;   
    }
    
    
    
    .divTable .divCell a[href^="tel"]{
       color: #222222 !important;
        font-family: 'HelveticaNeueLTStdRoman'!important;
        font-size: 14px!important;
        float : none !important;
        margin: 0 !important;
        width:auto;
        top:0px;
    
    }
    
    
   .blue-col-header{
        padding-bottom:0px;
    }
 }

@media only screen and (max-width: 768px) {
    .mobile-text-fix {
        text-indent: 0;
        padding-left: 7px;
    }
}


.vissible {
    display: block !important;
}

.hidden {
    display: none;
}

.abbroxWorkImg01 {
    margin-bottom: 30px;
}



/*new css*/


















