html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

.dinSpan {
	margin-top: -6px !important;
	display: inline-block !important;
}

.dinSpan1 {
	margin-top: -6px !important;
	display: inline-block !important;
}

.dinLbl {
	margin-top: 3px !important;
	display: inline-block !important;
}

.ddlError {
	border: 1px solid #FF0000 !important;
	border-bottom-width: 3px !important;
}

.ddlNoError {
	border: none !important;
}

.product-title h2 {
	float: left;
}

.fr {
	float:right;
}

html {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

q, blockquote {
	quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

blockquote p {
	font-family: Georgia, serif;
	font-style: normal;
	font-weight: 700;
}

blockquote p:before {
	content: "\201C";
}

blockquote p:after {
	content: "\201D";
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
	height: 100%;
}


/*----------------------------------- 
        Base
------------------------------------*/
body {
    background:#fbfbfb;
	line-height: 1.4em;
	color: #4c4c4c;
	font-family: "proxima-nova",  "Helvetica Neue",  sans-serif;
	font-size: 16px;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

h1 {
	margin: 0 0 0.2em;
	line-height: 1.3em;
	color: #292f33;
	font-size: 1.8em;
	font-weight: normal;
}

h2 {
	margin: 0 0 1em;
	line-height: 1.3em;
	color: #292f33;
	font-size: 2.25em;
	font-weight: normal;
}

h3 {
	margin: 0 0 1em;
	color: #5c5c5c;
	font-size: 1.125em;
	font-weight: 700;
}

h4 {
	color: #5c5c5c;
	font-weight: 700;
}

p, ul, ol {
	margin-bottom: 1em;
	line-height: 1.71;
	color: #787f8c;
	font-size: 0.875em;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

p:last-child, ul:last-child, ol:last-child {
	margin-bottom: 0;
}

li p {
	font-size: 1em;
}

.refine a{
	color:#263a50 !important;
	text-decoration: none;
	border: 1px solid #b3b3b1;
    border-radius: 4px;
    cursor:pointer;
    padding: 5px 8px 5px 8px;
	-webkit-transition: color 0.24s cubic-bezier(0.645,  0.045,  0.355,  1);
	-moz-transition: color 0.24s cubic-bezier(0.645,  0.045,  0.355,  1);
	-o-transition: color 0.24s cubic-bezier(0.645,  0.045,  0.355,  1);
	transition: color 0.24s cubic-bezier(0.645,  0.045,  0.355,  1);
}

.refine a:hover, a:focus{
	border-color: #cccccc;
	color:#7f7f7f !important;
}

a{
	color: #0089d0;
	text-decoration: none;
	-webkit-transition: color 0.24s cubic-bezier(0.645,  0.045,  0.355,  1);
	-moz-transition: color 0.24s cubic-bezier(0.645,  0.045,  0.355,  1);
	-o-transition: color 0.24s cubic-bezier(0.645,  0.045,  0.355,  1);
	transition: color 0.24s cubic-bezier(0.645,  0.045,  0.355,  1);
}

a:hover, a:focus{
	text-decoration: underline;
}

a img {
	border: none;
}

strong {
	font-weight: 700;
}

@media (max-width: 568px) {
	h2 {
		font-size: 1.8em;
		margin-bottom: 0.6em;
	}
}

        
/*----------------------------------- 
        Form
------------------------------------*/
input, textarea, select {
  font-family: "Helvetica Neue",  sans-serif;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

input:focus, textarea:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

input, textarea, select{
    box-shadow:none;
    border-color:1px solid #DEDEDC;
    margin-bottom:10px;
}

input:focus, textarea:focus{
    box-shadow:none;
    border-color:#b3b3b1;
    color:#666665;
}

input[type=file]{
    height:auto;
}

textarea{
    height:10em;
}

.help-block{
    display:block;
    color:#9099a7;
    color:rgba(0,0,0,0.3);
    font-size:12px;
    line-height:20px;
    margin:-5px 0 10px;
}

.help-block a{
    color:#9099a7;
    color:rgba(0,0,0,0.3);
}

.help-block a:hover{
    text-decoration:underline !important;
    color:rgba(0,0,0,0.4);
}

label, .label {	
    color:#263a50;
    text-transform:uppercase;
    letter-spacing:0.05em;
    font-size:0.8em;
    font-weight:700;
    margin-bottom:12px;
    display:block;
    line-height:1;
}

.label1 {	
    color:#263a50;
    text-transform:uppercase;
    letter-spacing:0.05em;
    font-size:1em !important;
    margin-bottom:12px !important;
    display:block;
    line-height:9px;
}

.form-item{
    margin-bottom:30px;
}

.select-style {
    padding: 0;
    margin: 0;
    border: 1px solid #ccc;
    width: 100%;
    height:34px;
    border-radius: 4px;
    overflow: hidden;
    background-color: #fff;

    background: #fff url("img/arrowdown.gif") no-repeat 98% 50%;
}

.select-style select {
    width: 100%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

.select-style select:focus {
    outline: none;
}

/*----------------------------------- 
        Buttons
------------------------------------*/
.btn{
    border-radius:4px;
    background:#0098d7;
    height: auto;
    line-height: 20px;
    margin: 0;
    padding: 10px 30px;
    position: relative;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    color:#fff;
    display:inline-block;
    text-transform:uppercase;
    font-weight: bold;
    letter-spacing:0.1em;
    display:block;
    font-size:0.8em;
	font-family: "proxima-nova",  "Helvetica Neue",  sans-serif;
}

.btn span{
    display:block;
    font-size:0.8em;
    color:rgba(0,0,0,0.6);
}

.btn:hover{
    background:#313541;
}

input.btn, button.btn{
    border:none;
    cursor:pointer;
}

/*----------------------------------- 
        Responsive Tables
------------------------------------*/
table{
    width:100%;
    text-align:left;
}

tbody tr { border-bottom: 1px solid #ccc; font-size:0.8em; text-transform:uppercase; cursor:pointer; }
tbody tr:hover{ background:#f8fcfe;}

td{
    padding-top:20px;
    padding-bottom:20px;
    padding-right:25px;
}

td:first-of-type, th:first-of-type{
    padding-left:30px;
}

td:last-of-type{
    padding-right:30px;
}

thead{
    text-transform:uppercase;
    font-size:13px;
    color:#263a50;
    background:#fff;
    border:1px solid #e0e3e8;
    border-radius:7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}

th{
    font-weight:bold;
    padding:12px 25px 12px 0;
    /*white-space: nowrap; */
    overflow: hidden;
    text-overflow: ellipsis;
    line-height:1.35;
}



.signrrow.up{
    border-bottom:4px solid;
    border-top:0 none;
    content:'';
}

.sign.arrow{
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid;
    display: inline-block;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    width: 0;
}

th:nth-of-type(2), td:nth-of-type(2){ width:25%; }
th:nth-of-type(4), td:nth-of-type(4){ text-align:center; width:5%; }
td:nth-of-type(5), td:nth-of-type(5){ text-align:center; }


/*
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

    /* Force table to not be like tables anymore */
    table, thead, tbody, th, td, tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    tr { border: 1px solid #ccc; margin-bottom:10px; background:#fff; padding:10px; }

    td {
        /* Behave  like a "row" */
        border: none;
        position: relative;
        padding-left: 50%;
        padding-top:7px;
        padding-bottom:7px;
    }

    td:first-of-type{ padding-left:50%; }
    td:last-of-type{ padding-right:0; }

    tr:nth-of-type(2n+1){
        background:#eee;
        background:rgba(255,255,255,0.5);
    }
    
    td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 4px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        font-weight:700;
    }

    /*
    Label the data
    */
    td:nth-of-type(1):before { content: "DIN/PIN"; }
    td:nth-of-type(2):before { content: "Brand Name"; }
    td:nth-of-type(3):before { content: "Generic Name"; }
    td:nth-of-type(4):before { content: "Dosage Form"; }
    td:nth-of-type(5):before { content: "INT"; }

    th:nth-of-type(2), td:nth-of-type(2){ width:100%; }
    th:nth-of-type(4), td:nth-of-type(4){ text-align:left; width:100%; }
    td:nth-of-type(5), td:nth-of-type(5){ text-align:left; }
}



/*----------------------------------- 
        Frames
------------------------------------*/
#main{
    background:#f4f4f4;
    padding:40px 0;
}

@media (min-width: 569px) {
    #main{
        border-top:5px solid #0098d7;
    }
}

.container {
    max-width: 824px;
}

.container {
    *zoom: 1;
    padding-left: 12px;
    padding-right: 12px;
    margin-left: auto;
    margin-right: auto;
}

.container:after {
    content: "";
    display: table;
    clear: both;
}

@media (min-width: 568px) {
    .inner{
        padding-left:15%;
        padding-right:15%;
    }
}

.frame{
    background:#fff;
    border:1px solid #e0e3e8;
    border-radius:7px;
    padding:20px;
}

.frame:after {
    content: "";
    display: table;
    clear: both;
}

@media (min-width: 568px) {
    #main{
        padding:60px 0;
    }

    .frame{
        padding:40px;
    }
}

.row{
    float:left;
    width:103%;
}

.col20, .col25, .col50, .col75, .col100, .col33, .col66 {
    float: left;
    margin-right: 3%;
    position: relative;
    margin-bottom: 2em;
}

.col20 { width: 97%; }
.col25 { width: 97%; }
.col33 { width: 97%; }
.col50 { width: 97%; }
.col75 { width: 97%; }
.col66 { width: 97%; }
.col100 { width: 97%; }

@media screen and (min-width: 528px){
    .col20 { width: 47%; }
    .col25 { width: 47%; }
    .col33 { width: 47%; }
}

@media screen and (min-width: 720px){
    .col50  { width: 44%; margin-right:6%; }
}

@media screen and (min-width: 920px){
    .col20  { width: 17%; }
    .col25  { width: 22%; }
    .col50  { width: 44%; margin-right:6%; }
    .col75  { width: 72%; }
    .col33  { width: 30%; }
    .col66  { width: 63%; }
}

/*----------------------------------- 
        Header
------------------------------------*/
#site-header {
    position: relative;
    padding: 0;
    width: 100%;
    background:#313541;
    z-index: 200;
    text-align:center;
}

@media (max-width: 568px) {
    #site-header {

	}
}

#site-header .logo {
    background-repeat: no-repeat;
    background-image: url('img/logo.png');
    background-position: center center;
    width:100%;
    height: 68px;
    float: left;
    display: block;
    position: relative;
    margin:17px 0;
    color: transparent;
    font: 0/0 x;
    overflow: hidden;
    z-index: 20;
}


@media (min-width: 569px) {
	#site-header .logo {
        float:left;
        width: 234px;
    }
}

.navigation {
    padding-top: 20px;
    text-transform:uppercase;
    position:relative;
    float:left;
    width:100%;
    border-top:1px solid rgba(255,255,255,0.05);
    margin-top:14px;
}

.navigation ul {
    margin: 0;
    padding: 6px 0 20px;
    list-style-type: none;
    display: block;
}

.navigation ul li {
    margin: 0;
    padding: 0;
}

.navigation ul a {
    -webkit-transition-property: border,  color, background;
    -moz-transition-property: border,  color, background;
    -o-transition-property: border,  color, background;
    transition-property: border,  color, background;
    display: block;
    line-height: 1.65;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #2a2d32;
    font-size: 23px;
    text-decoration: none;
}

.navigation ul li {
    display:inline-block;
    width:25%;
}

.navigation ul li:first-child {
    padding-left: 0;
}

.navigation ul a{
    color:#70768a;
    background:none;
    padding:5px 10px;
    letter-spacing:0.1em;
    border-radius:3px;
    display:block;
    font-size:13px;
    font-weight:400;
    border:none;
}

.navigation ul a:hover{
    color:white;
}


@media (min-width: 569px) {
    .navigation {
	    float: right;
	    position: static;
	    display: block;
	    margin-top: 40px;
	    padding: 0;
	    background: none;
        border:none;
        width:auto;
	}

	.navigation ul {
    	padding: 0;
	}

	.navigation ul li {
    	float: left;
    	padding-left: 45px;
        width:auto;
	}

	.navigation ul li:first-child {
    	padding-left: 0;
	}

    .navigation ul a{
        padding-left:0;
        padding-right:0;
    }
}



/*----------------------------------- 
        Title Under Nav
------------------------------------*/
#main-title{
    background:#f4f4f4;
    text-align:center;
    padding:23px 0 29px;
    position:relative;
}

#main-title h1{
    text-transform:uppercase;
}

#main-title:after{
    position:absolute;
    width:100px;
    bottom:0px;
    left:50%;
    margin-left:-50px;
    height:5px;
    background:rgba(0,0,0,0.03);
    content:'';
}

@media (min-width: 569px) {
    #main-title{
        font-size:1.15em;
    }

    #main-title, #main-title h1{
        border:none;
        background:#313541;
        color:#fff;
        text-align:left;
    }

    #main-title:after{
        display:none;
    }

    #main-title h1{
        font-weight:100;
        letter-spacing:0.1em;
    }
}

.section-title{
    position:relative;
}

.section-title h2{
    font-size:1.25em;
    margin-bottom:0.5em;
}

.section-title span{
	position: absolute;
    right:0;
    top:6px;
    font-size:0.7em;
}

.prodPage .section-title span{
	position: relative !important;
    right:0;
    top:6px;
    font-size:0.7em;
}

.section-title span a{
    color:#8a9499;
}

.section-title span a:hover{
    color:#0098d7;
    text-decoration: none;
}

/*----------------------------------- 
        Search Form
------------------------------------*/
form#search .form-item .form-key ul li{
    background:#fff;
    cursor:pointer;
    margin-right:2%;
    width:35%;
    float:left;
    text-align:center;
    padding:0px 0;
    color:#263a50;
    position:relative;
	height: 10px; 
	margin-top:10px;
}

form#search .form-item .form-key ul li#dinpin{
    width:20%;
}


.form-key{
    position:relative;
}

.form-key:after {
    content: "";
    display: table;
    clear: both;
}

/*input[type="radio"] {
    display:none;
}

.no-js input[type="radio"] {
    display:inline-block;
}

.no-js form#search .form-item .form-key input[type="radio"]{
    width:13px;
    height:13px;
    position:absolute;
    left:0;
    top:7px;
    margin:0;
}*/

form#search .form-item .form-key input[type="radio"]{
    width:13px;
    height:13px;
    position:absolute;
    left:0;
    top:0px;
    margin:0;
}

form#search .form-item .form-key input[type="radio"] + label{
    padding-left:22px;
    text-align:left;
}

form#search .form-item .form-key  i {
    display:inline-block;
    width: 15px;
    height: 15px;
    margin: -2px 0 0 0;
    vertical-align:middle;
    cursor:pointer;
    -moz-border-radius:  50%;
    border-radius:  50%;
    border: 1px solid #c9c9c9;
}
/*
.no-js form#search .form-item .form-key  i {
    display:none;
}*/

form#search .form-item .form-key  i {
    display:none;
}


form#search .form-item .form-key input + label:hover {
  cursor: pointer;
}

form#search .form-item .form-key i {
    background-color: white;
    background-repeat:no-repeat;
    background-position: 2px 3px;
    background-size: 9px 9px;
    position:absolute;
    left:0;
    top:7px;
}


form#search .form-item .form-key li.active i{
    background-image: url(img/checkmark.png);
}

@media (min-width: 719px) {
    .form-key ul{
        float:right;
        width:55%;
    }

    form#search .form-item .form-key ul li{
        margin-right:0;
        margin-left:3.3333%;
    }

    .form-key input{
        width:45%;
        float:left;
    }
}

.message{
    text-align:center;
    border-radius:4px;
    color:#fff;
    font-weight:bold;
    padding:20px;
    margin-bottom:2em !important;
    line-height:1.25;
}

.message.error{
    background:#d9392d;
}

/*----------------------------------- 
        Product
------------------------------------*/
#product{
    margin-bottom:2em;
    text-transform:uppercase;
}

#product .frame{
    padding-top:20px;
    padding-bottom:20px;
}

#product .col50:last-of-type{
    margin-bottom:0;
}

@media (min-width: 720px) {
    #product .col50{
        margin-bottom:0;
    }
}

.product-title h2 span{
    color:#0098d7;
	position:relative;
    display:block;
    margin-bottom:7px;
}

.product-title span{
    color:#8a9499;
    font-size:1em;
    letter-spacing:0.1em;
    text-transform:uppercase;
	margin-top: -3px;
}

.prodPage .product-title h2 span{
    color:#0098d7;
	position:relative;
    display:block;
    margin-bottom:7px;
}

.prodPage .product-title span{
    color:#8a9499;
    font-size:1em;
    letter-spacing:0.1em;
    text-transform:uppercase;
	margin-top: -3px;
}

@media (max-width: 720px) {
    .section-title.product-title span{
        display:block;
        margin-bottom:7px;
    }
	
	.dinSpan {		
		margin-top: -28px !important;
	}	
	
	.dinSpan1 {		
		margin-top: -45px !important;
	}	
	
	.fr {
		display:block !important;
		float:left;
		clear:both;
	}
	
	.product .section-title h2 {
		font-size: 1.25em;
		margin-bottom: 0;
	}
}

#product h3{
    font-size:0.8em;
    text-transform:uppercase;
    color:#263a50;
    margin-bottom:0.3em;
}

/*----------------------------------- 
        Help Page
------------------------------------*/
.help{
    margin-bottom:4em;
}

#help-legend h4{
    margin-top:2em;
}

#help-legend a:hover{
    text-decoration:none;
    color:#333;
}

article.faq{
    border-bottom:1px solid #ccc;
    padding-bottom:2em;
    margin-bottom:2em;
}

.frame .faq:last-of-type{
    border:none;
    padding-bottom:0;
    margin-bottom:0;
}

.faq img{
    max-width:100%;
    height:auto;
}

.faq figure{
    margin-bottom:2em;
}

.faq figure figcaption{
    font-size:0.85em;
    color:#888;
}

.faq ol{
    list-style:lower-roman;
    padding:0 100px 0 50px;
}

.faq ol li{
    margin-bottom:1.25em;
}

@media (max-width: 720px) {
    .faq ol{
        padding:0 20px 0 25px;
    } 
}


/*----------------------------------- 
        Contact
------------------------------------*/
#contact .col50:last-of-type{
    margin-bottom:0;
}

@media (min-width: 720px) {
    #contact .col50{
        margin-bottom:0;
    }
}


#contact h3{
    font-size:0.8em;
    text-transform:uppercase;
    color:#263a50;
    margin-bottom:0.3em;
}


/*----------------------------------- 
        Footer
------------------------------------*/
#site-footer{
    color:#a0a0a0;
    padding:80px 0;
    text-align:center;
    font-size:0.8em;
}

#site-footer .powered span{
    margin:0;
    display:block;
}

#site-footer .powered{
    color:#656565;
}

#site-footer .powered img{
    margin:1em 1em 2em;
}

#footer .copyright{
    padding-top:30px;
}

@media (min-width: 569px) {
    #site-footer span{
        margin:0;
        display:block;
    }

    #site-footer span#Footer_lblLastUpd{
        display:inline-block;
    }
}

/* spacers
--------------------------------------------- */
.nm     { margin:0 !important; }
.nrm    { margin-right:0 !important; }
.ntm    { margin-top:0 !important; }
.nbm    { margin-bottom:0 !important; }

.np     { padding:0 !important; }
.nbp    { padding-bottom:0 !important; }
.ntp    { padding-top:0 !important; }

.mb15   { margin-bottom:15px; }
.mb40   { margin-bottom:40px; }

.pt40   { padding-top:40px !important; }
.pt80   { padding-top:80px !important; }
.pb40   { padding-bottom:40px !important; }

.noBorder{ border:0 !important; }



/* loading spinner
--------------------------------------------- */
.spinner {
  margin: 100px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.spinner > div {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;
  
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}
